@import url('https://fonts.googleapis.com/css2?family=Droid Arabic Kufi:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('..fonts/DroidArabicKufi.eot');
    src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DroidArabicKufi.woff2') format('woff2'),
        url('../fonts/DroidArabicKufi.woff') format('woff'),
        url('../fonts/DroidArabicKufi.ttf') format('truetype'),
        url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General-------------------------------- */

:root {
    --color-primary: #60A943;
    --color-secondary: #E13A29;
    /* --color-dblue: #E03D28; */
    --color-accent: #ffffff;
    --font-color: #000000;
    --top_bar_caolor_text: #000;
    --nav-color: #000;
    --nav-color-hover: #707070;
    --section-bg-color: #F3F3F3;
    --bs-font-body: "Cairo", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
    --bs-font-title: "Cairo", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
}


.__arfts {
    font-family: "Cairo", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-font-title);
    font-weight: bold;
}

section,
header,
.header,
.section,
.wd100 {
    width: 100%;
    float: right;
}

/* ================================= */
.back-to-top {
    position: fixed;
    bottom: 25px;
    left: 45px;
    display: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #BBBBBB;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    font-size: 18px;
    transition: all 1s;
    z-index: 100000;
    border: #BBBBBB 1px solid;
}

.back-to-top:hover {
    border: var(--color-primary) 1px solid;
    transition: all 1s;
    color: #fff;
    background: var(--color-primary);
}

.dpx-whatsapp-lower {
    bottom: 150px;
    padding: 0;
    position: fixed;
    left: 38px !important;
    z-index: 10000000;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon {
    display: inline;
    margin: 0px auto;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    z-index: 100;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon img {}

.modal-content {
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
}

/* ====================== */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*overlay */

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
}

[data-overlay=light]::before {
    background-color: #fff;
}

[data-overlay=theme-2]::before {
    background-color: #2d48c3;
}

[data-overlay=dark]::before {
    background-color: #181b1d;
}

[data-overlay=theme]::before {
    background-color: #43824f;
}

[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

/* End Overlay */


/* General-------------------------------- */


.header_nav {
    display: none;
}

.header_nav a:before,
.header_nav a:after {
    content: '';
    display: block;
    background: var(--color-primary);
    height: 4px;
}

.header_nav a span {
    background: var(--color-primary);
    display: block;
    margin: 4px 0;
    width: 30px;
    height: 4px;
}

.header {
    transition: transform .9s;
}

.__hedrScr {
    /* background: #fff; */
}

.__hedrScr .container {}

.__logo {
    min-width: 220px;
}

.__rtHxtpr {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    gap: 5px;
}

.__hdtobarx {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.__hercre {
    background: #fff;
    padding: 20px 0;
}

.__cctest {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.__hdrtWrp {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.__lagn {
    min-width: 110px;
    border-radius: 35px;
    text-align: right;
}

.__ar {
    direction: ltr;
    font-family: "Cairo", serif;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
}

.__en {}

.__lagn .form-select {
    border-radius: 35px;
    min-height: 42px;
}

/*************sss***********/


/*************Menu**********/
/* ============ desktop view ============ */


.__sectionMenu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.__sectionMenu .container {
    position: relative;
    overflow: inherit;
}

.__navM {}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        left: 100%;
        right: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-right: 0.7rem;
        margin-left: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============ small devices .end// ============ */

.navbar-light .navbar-toggler {
    border-radius: 0px;
    background: #038ed1;
}

.navbar-toggler {
    padding: 3px 8px;
    font-size: 19px;
    line-height: 1;
    background-color: #2fc1d2;
    border: 1px solid transparent;
    border-radius: 0;
    float: left;
}

.menu_wrap {
    font-weight: bold;
    display: inline-block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.menu_wrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center;
    justify-content: flex-end;
}

.menu_wrap .nav-item.dropdown::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-bottom: 0;
    border-right: 0.3em solid transparent;
    color: var(--color-primary);
    position: absolute;
    left: 3px;
    top: 21px;
    font-size: 14px;
    display: none;
}

/* .menu_wrap .nav-item.dropdown.__allCategoriesSTM  {
border-right: #E1E1E1 1px solid;
padding-right: 14px;
	min-width: 220px;
} */

/* .__allCategoriesSTM a{
	color: var(--color-primary) !important; 
} */

.__allCategoriesSTM .nav-link.dropdown-toggle {
    color: var(--color-primary) !important;
    white-space: nowrap;
}

.__allCategoriesSTM .dropdown-toggle.nav-link:hover,
.__allCategoriesSTM .dropdown-toggle.nav-link:focus .__allCategoriesSTM .nav-link:hover,
.__allCategoriesSTM .nav-link:focus,
.__allCategoriesSTM .nav-link.dropdown-toggle:hover {
    /* color: #fff !important; */
}

.__allCategoriesSTM .dropdown-toggle.nav-link:focus svg path,
.__allCategoriesSTM .nav-link.dropdown-toggle:hover svg path {
    /* fill: #fff !important;
color: #fff !important;
stroke: #fff; */
}

.__allCategoriesSTM .dropdown-toggle.nav-link:focus svg,
.__allCategoriesSTM .nav-link.dropdown-toggle svg {
    margin-top: -4px;
    margin-left: 0px;
    /* color: var(--color-primary) !important; */
}



.menu_wrap .nav-item.dropdown {
    padding-left: 7px;
}

.menu_wrap .nav-item {}

.menu_wrap .navbar {
    padding: 0px;
}

.menu_wrap ul li {
    display: block;
}

.menu_wrap ul>li>a {
    padding: 10px 17px !important;
    border-radius: 0px;
    color: #000 !important;
    line-height: 18px;
    /* text-transform: uppercase; */
    font-weight: 600 !important;
    font-size: 15px;
    /* white-space: nowrap; */
    /* white-space: initial; */
    /* width: 111px; */
    /* max-height: 42px; */
    text-align: right;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 35px;
}

.menu_wrap ul>li>a.dropdown-toggle {
    white-space: normal;
}

.menu_wrap ul>li>a:hover,
.menu_wrap ul>li>a:focus {
    transition: all .1s;
    /* background: var(--color-primary);/**/
    /* color: var(--color-secondary) !important; */
    /* background: #E5E9EE; */
    color: #E13A29 !important;
    ;
}

.menu_wrap ul>li>a.dropdown-toggle::after {
    display: none;
}

/* 
.menu_wrap ul > li.nav-item.dropdown:hover .dropdown-menu  {
background: #098400;
}
*/


.menu_wrap ul li.dropdown>ul li a {
    text-transform: none;
    padding: 15px 15px !important;
    font-size: 13px;
    color: #000 !important;
    border: none;
    font-weight: 600;
    white-space: break-spaces;
    line-height: 13px;
    display: block;
    border-bottom: #ddd 1px solid;
    max-width: 100%;
    width: 100%;
    text-align: right;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
    text-overflow: inherit;
    max-height: inherit;
    border-radius: 0px;
}

.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu {
    color: #000
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    padding: 0px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);

    min-width: 180px;
    /*min-width: auto !important;*/
    border-radius: 10px;
    overflow: hidden;


}

.__allCategoriesSTM .dropdown-menu {
    /*min-width: 250px !important;*/
    min-width: auto;
}


.__allCategoriesSTM .submenu.dropdown-menu {
    /*min-width: 160px !important;*/
    /*width: 160px !important;*/
    top: 0;
}


.menu_wrap ul li:hover>a {
    /* color: #fff !important;
background: var(--color-primary) !important; */
    font-weight: 600;
}


.menu_wrap ul li.dropdown>ul li a:hover,
.menu_wrap ul li.dropdown>ul li a:focus {
    transition: none;
    color: var(--color-primary) !important;
    color: #fff !important;
    background: #E13A29 !important;
}


.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu:hover {
    color: #fff;
}

.menu_wrap ul li.active a {
    border-bottom: 3px solid var(--color-secondary);
    transition: all 1s;
}


.menu_wrap .navbar-light .navbar-nav .nav-link:hover,
.menu_wrap .navbar-light .navbar-nav .nav-link:focus {
    background: var(--color-secondary);
    color: var(--nav-color-hover);
}

.menu_wrap .dropdown-menu>li:hover,
.menu_wrap .dropdown-menu>li:focus {
    color: #fff;
    text-decoration: none;
    background: var(--color-primary) !important;
}

.__menu_arrow {
    float: left;
}

.__cumSubNvAw::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-bottom: 0;
    border-right: 0.3em solid transparent;
    color: #0000009e;
    position: absolute;
    top: 12px;
    font-size: 14px;
    transform: rotate(-270deg);
    left: 7px;
}

.menu_wrap .dropdown-menu>li:hover::after,
.menu_wrap .dropdown-menu>li:focus::after {
    color: var(--color-primary);
}


.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: auto;
    right: 0%;
    left: 0%;
    margin: 0 auto;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: left;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(50%, -50%) rotate(0deg);
    right: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    right: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    right: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(-45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    right: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(45deg);
}


.menu_wrap .nav-item.dropdown:hover {
    /* background: var(--color-secondary); */
    border-radius: 35px;

}

.menu_wrap .nav-item.dropdown:hover>a {
    color: #E13A29 !important;
}

.menu_wrap .nav-item.dropdown:hover>.dropdown-menu {
    display: block !important;
}



/*************sss***********/

/* ========================== */
.__regLogWrp {
    background: var(--color-primary);
    padding: 0 10px;
    border-radius: 35px;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
}

.__regLogWrp a {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

.__regLogWrp:hover {
    background: #E03D28;
}

/* ========================== */
/* ========================== */

.__banner {
    padding: 0 15px;
    overflow: hidden;
}

.__banner .carousel-item img {
    /* height: 400px; */
    object-fit: cover;
    border-radius: 15px;
}

.__banner .carousel-control-prev-icon,
.__banner .carousel-control-next-icon {
    /* padding: 25px;
background-color: #000;
border-radius: 50%; */
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    opacity: 10;
    border-radius: 50%;
    border: #fff 1px solid;
}

.carousel-indicators .active {
    border: #fff 1px solid;
    background: #fff;
    opacity: 0.5;
}


/* ========================== */
/* ========================== */




/* ============================ */
/* ============================ */
.__welctwrp {
    padding: 35px 0;
    text-align: center;
}


.__wlctiTz {
    padding: 0px 45px;
    line-height: 25px;
    font-size: 16px;
}

.__wlctiTz h1 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0px;
    line-height: normal;
    margin-bottom: 16px;
    text-align: center;
}

.__wlctiTz h2 {
    font-size: 45px;
    color: var(--color-primary);
    font-weight: 200;
    margin: 0;
    padding: 0px;
    line-height: 35px;
    margin-bottom: 10px;
}

.__wlctiTz h5 {
    color: #7C7C7C;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
}

.__recumMzxbtn {
    padding: 8px 20px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 35px;
}

.__recumMzxbtn:hover svg path {
    color: #fff;
    stroke: #fff;
}

/* ============================ */
/* ============================ */













.__lkcatsceWrp {
    padding: 35px 0;
}

.__lkcatsceWrp h2 {
    text-align: center;
    margin-bottom: 15px;
}

.__lkctImzWrp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}

.__lkctImzItz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.__lkcartImg {
    margin-bottom: 10px;
}

.__lkctImzItz h5 {
    font-size: 16px;
    font-weight: 600;
}

.__lkctImzItz h5 a {
    color: var(--color-primary);
}

.__serczWrpz {
    background: #EFEFEF;
    padding: 35px 0;
}

.__serczWrpz .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.__szrcz {
    text-align: center;
    color: #000000;
}

.__prxtTxt p,
.__szrcz p {
    color: #4c4c4c;
}

.__szBozz1 {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0px 5px 23px 3px rgb(0 0 0 / 10%);
    text-align: center;
    min-height: 380px;
    font-size: 16px;
}

.__szBozz1 h4 {
    font-size: 23px;
    color: #000;
    /* min-height: 43px;
	display: flex;
	justify-content: center;
	align-items: center; */
}

.__srzImg {
    margin-bottom: 15px;
    margin-top: 15px;
}

.__mershoPric {
    font-size: 40px;
    font-weight: 800;
    margin: 0px 0 15px;
}

.__szBozz1 p {
    min-height: 72px;
}
.__szBozz1 .btn {
    padding: 10px 45px;
    border-radius: 35px;
    min-width: 250px;
}

/* ============================ */
/* ============================ */
.__goalsWrpz {
    padding: 35px 0;
}

.__golzInrz {}


.__golzInrz ul {
    margin: 15px 0;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.__golzInrz ul li {
    float: right;
    padding: 0 30px;
    width: 50%;
    display: flex;
}

.__golzInrz {}

.__nricoz {
    min-width: 38px;
    height: 38px;
    background: var(--color-primary);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 15px;
    margin-top: 3px;
}

.__goltxt {
    border-bottom: #ccc 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.__goltxt.__nonbrdz {
    border: none;
}

/* ============================ */
/* ============================ */

.__mivszAvusxz {}

.__mivszAvusxz .__szBozz1 {
    text-align: right;
}

.__mivszAvusxz .__szBozz1 h4 {
    color: #000;
    font-size: 20px;
    margin: 15px 0 10px;
}

.__mivszAvusxz .__srzImg {
    margin-bottom: 30px;
}

.__mivszAvusxz .__szBozz1 ul {
    margin: 0 0;
    padding: 0 20px;
}

.__mivszAvusxz .__szBozz1 ul li {}




/* ============================ */
/* ============================ */
/* ============================ */


.inside_box {
    overflow: initial;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.__products_sct .swiper-container-pointer-events {
    overflow: hidden;
}

.__products_sct .swiper-container-initialized {
    overflow: hidden;
}

/* ============================ */
/* ============================ */
/* ============================ */
/* ============================ */
.__blogWrp {
    padding: 35px 0 55px;
}

.__blogWrp h2 {
    text-align: center;
}

.__blgWrpz {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.__blwzing {}

.__blwzing img {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.__blogzdcz {
    padding: 15px;
}

.__blogzdcz h2 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 41px;
}

.__blogzdcz h2 a {
    color: #000;
}

.__blogzdcz h2 a:hover {
    color: #444444;
}

.__blogzdcz .btn {
    border-radius: 8px;
    font-size: 14px;
    padding: 7px 18px;
}

.__wrxIcon_bglcat {
    font-weight: 500;
    margin-right: 8px;
    padding-right: 14px;
    border-right: #ccc 1px solid;
}

.__bgdpgx {}

.__bgdpgx img {}

.__mapxzzp {}

.__mapxzzp iframe {
    border-radius: 10px;
}

.__contFms {
    background: #F2F2F2;
    padding: 25px;
    border-radius: 10px;
}

/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */



/* ============================ */

/* ============================ */
/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */






/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */
.footer {
    background: #000;
    padding: 40px 0 0;
}

.__ftnvll {
    color: #fff;
}

.__social_wrap h6,
.__ftnvll h6 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.__ftnvll ul {
    list-style: none;
    margin: 0 0 0px;
    padding: 0px 0px;
    float: right;
    width: 100%;
}

.__ftnvll ul li {
    margin: 0 0 15px;
    color: #fff;
    padding: 0px 0px;
    display: flex;
}

.__ftnvll ul li a {
    color: #fff;
    transition: all .5s;
    font-weight: normal;
}

.__ftnvll ul li a:hover {
    color: #fff;
    transition: all .5s;
    text-decoration: underline;
}

.__qlistFtm ul li {
    float: right;
    width: 50%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}


.__ftContact {}

.__ftContact svg {
    margin-left: 5px;
    width: 15px;
}


._social_icons_top {
    float: right;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

._social_icons_top svg {
    border-radius: 50%;
    float: right;
    text-align: center;
    color: var(--color-accent);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 16px;
}

._social_icons_top svg:hover {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fa-facebook-f {
    background: #3b5998;
}

.fa-twitter {
    background: #00acee;
}

.fa-linkedin-in {
    background: #0e76a8;
}

.fa-youtube {
    background: #c4302b;
}

.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(-45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(-45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(-45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

._social_icons_top .fa-whatsapp {
    background: #25D366;
}

/* ============================ */
/* ============================ */

.__appdowWrp {
    margin-top: 10px;
}

.__storeIc {
    display: flex;
}

.__storeIc img {
    margin-left: 5px;
}

.__storeIc img {
    margin-left: 5px;
}


/* ============================ */
/* ============================ */
.__NewslettersFtr {
    margin-top: 25px;
}

.__NewslettersFtrFbz {}

.__NewslettersFtr .form-control {
    background: none;
    border: #ccc 1px solid;
}

.__NewslettersFtr .btn.btn-light {}

/* ============================ */
/* ============================ */

.__ftBotm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.__ftBotmWp {
    border-top: #cccccc61 1px solid;
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 15px;
}

.__ftRxrz {
    color: #fff;
    width: 100%;
}

.__ftRxrz a {
    color: #fff;
}

.__ftRxrz a:hover {
    color: #fff;
    text-decoration: underline;
}

.__rez li {
    margin: 0px 0 15px !important;
}

.__rez li a:hover {
    text-decoration: none !important;
}

.__rez li svg {
    max-width: 22px;
    margin-left: 5px;
    min-width: 22px;
}

/* ============================ */
/* ============================ */






/* ====================== */
/* ====================== */

.__innerBnr {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 350px;
    max-height: 350px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    height: -webkit-fill-available;
    /* background-size: 100% !important; */
    background-size: cover !important;

}

.__innerBnr .container {
    position: relative;
}

.__pro_catalogue_banner {
    color: #fff;
    min-height: 230px;
    max-height: 230px;
    text-align: center;
}

.__pro_catalogue_banner h2 {
    text-transform: uppercase;
}

.__about {
    text-align: center;
}

/* ====================== */
/* ====================== */

/* ========================== */
/* ========================== */


.breadcrumb_wrap {
    background: #fff;
    border-top: #e1e1e1 1px solid;
    /* border-bottom: #e1e1e1 1px solid; */
    padding: 0 0;
    margin: 0px 0;
}

.breadcrumb_wrap .breadcrumb {
    margin-bottom: 0px;
    background: #fff;
    padding: 5px 0px;
    font-size: 13px;
    padding-right: 0;
    color: #7C7C7C;
    font-weight: 500;
}

.breadcrumb_wrap a {
    color: #7C7C7C;
}

.breadcrumb_wrap a:hover {
    text-decoration: underline;
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #7C7C7C;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    margin-top: 3px;
}

/* ====================== */
/* ====================== */



/* ====================== */
/* ====================== */

.__suCatSldr {}

.__suCatSldr img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}


.__suCatSldr .carousel-control-prev-icon,
.__suCatSldr .carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
}

.__suCatSldr .carousel-control-next-icon {
    top: 53%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../images/button-next-w.svg) center #3333339c;
    background-size: 65%;
}

.__suCatSldr .carousel-control-prev-icon {
    top: 53%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../images/button-prev-w.svg) center #3333339c;
    background-size: 65%;
}

.__suCatSldr .carousel-control-prev,
.__suCatSldr .carousel-control-next {
    width: 5%;
}

.__suCatSldr .carousel-indicators {
    margin-bottom: -6px;
}

.__suCatSldr .carousel-indicators [data-bs-target] {
    border: #B0B0B0 1px solid;
    width: 12px;
    height: 12px;
}

.__suCatSldr .carousel-indicators [data-bs-target].active {
    border: #a3162c 1px solid;
    background: #a3162c;
    opacity: 10;
}

.__suCatSldr {
    margin-bottom: 25px;
}

.__cttilspr h4 {
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 0;
}

.__sortByWrap {
    background: #fff;
    border: #E3E3E3 1px solid;
    border-radius: 5px;
}




/* ====================== */
/* ====================== */



/* ====================== */
/* ====================== */
.__inerWrp {
    padding-top: 20px;
    padding-bottom: 30px;
}

/* ====================== */
/* ====================== */


.__sLnrWrp {
    display: flex;
}

.__sActRpz {
    border: #ccc 1px solid;
    background: #fff;
    width: 100%;
    border-radius: 15px;

}

.__serHdz {
    margin-bottom: 5px;
}

.__serHdz h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.__serHdz h5 {
    font-size: 25px;
}

.__sub_categories {
    background: #F7F7FA;
    padding: 50px;
}

.__sActRpz h4 {
    color: var(--color-primary);
}

.__sActRpz h5 {
    color: #000;
    font-weight: 500;
}

.__sActRpz hr {
    background-color: #959595;
}

.__btnSliderWrp {
    display: flex;
    gap: 10px;
    margin: 5px 0;
    flex-wrap: wrap;
}

.__Cbtnax {
    border: #ccc 1px solid;
    border-radius: 35px;
    padding: 12px 35px;
    color: var(--color-primary);
    min-width: 130px;
}

.__Cbtnax:hover {
    background: var(--color-primary);
    color: #fff;
    border: var(--color-primary) 1px solid;
}

.__Cbtnax.active {
    background: var(--color-primary);
    color: #fff;
    border: var(--color-primary) 1px solid;
}





/*************************/
.__gridBlkQWrp {
    margin: 5px 0;
}

.__grdzSxn {
    display: flex;
}

.__grdzSImg {
    max-width: 130px;
    max-height: 130px;
}

.__grdzSImg img {
    max-width: 130px;
    max-height: 130px;
    min-height: 130px;
    object-fit: cover;
    border-radius: 10px;
}

.__grdzIttmz {
    padding-right: 20px;
    width: 100%;
}

.__grdzIttmz h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}

.__gpric {
    display: flex;
}

.__gprixamt {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.__gOldprixamt {
    margin-right: 15px;
    text-decoration: line-through;
    color: #ADADAD;
}

.__yernBntScxn {
    margin: 5px 0;
}

.__yernBntScxn h4 {
    font-size: 16px;
    color: #000;
}

.__icozBnt {
    padding-right: 3px;
    cursor: pointer;
}

.__grdzIttmz .btn {
    padding: 7px 20px;
    border-radius: 30px;
}

.__serBlkzypz {
    padding: 20px;
}

/*************************/
.__uinAdrezWrap {
    border-top: #E5E5E5 1px solid;
    padding: 20px 20px;
}

.__uinAdrezBz {
    border-radius: 10px;
    padding: 15px;
    border: #CECECE 1px solid;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}

.__uinAdrezBz:hover {
    border: #828282 1px solid;
}

.__uinAdrezBz.__active {
    background: #E8FFF5;
    border: #00DD7F 1px solid;
}

.__uinTxtWp {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    line-height: 15px;
}

.__intxt {
    font-size: 12px;
    color: #717171;
}

.__uintxtRelt {
    font-size: 15px;
    color: #000;
}

.__checkOuticon {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
}

.__addicoz {
    height: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ccc 1px dashed;
}

.__addicoz:hover {
    border: #00DD7F 1px dashed;
    background: #E8FFF5;
}

.__bomBtnWrpzNxt {
    padding: 20px;
    border-bottom: #E5E5E5 1px solid;
}

.__cbtnblkNxt {
    width: 100%;
    padding: 15px;
    border-radius: 35px;
    font-size: 18px;
}


/*************************/
.__daInfoz {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

.__dasNav {}

.__dabaicz {}

.__daxzz {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    -moz-box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
}

.__dabaicz {}

.__dashztex {
    font-size: 15px;
    font-weight: 500;
}

.__daxzz:hover,
.__daxzz.__active {
    background: var(--color-primary);
    color: #fff;
}

.__dawrzpz {
    padding: 7px 0px;
}

.__dawrzpz h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.__filtrWrpz {
    background: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    -moz-box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    margin-bottom: 15px;
}

.__icox {
    position: absolute;
    left: 17px;
    top: 6px;
}


/*************************/
.__orderlivw {}

.__orderlivw .accordion-item {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    -moz-box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    border: none;
}

.__orderlivw .accordion-item .accordion-button {
    font-weight: 500;
    color: #7A7A7A;
    font-size: 14px;
    padding: 10px 15px;
}

.__orderlivw .accordion-item .accordion-body {
    border-top: #E5E5E5 1px solid;
}

.__snl {
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    display: flex;
    background: var(--color-primary);
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}


.__orlivwzz {
    display: flex;
    align-items: center;
}

.__orlivwzzRzw {
    width: 100%
}

.__orlivwzzRzw .__smtythx {
    width: auto;
    min-width: 150px;
}

.__orlivwzzRzw .__smtytxx {
    width: auto;
    text-align: right;
}

.__orlivwzzRzw .__smryTbBlkWp {
    display: flex;
    margin-bottom: 2px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.__orlivwzzRzw h5 {
    font-size: 16px;
}

.__orcStuvw {}

.__shtuw {
    width: auto;
    display: flex;
    padding: 3px 15px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 14px;
    font-weight: 500;
}

.__shtuw.__inpross {
    color: #FF9D00;
    border: #FF9D00 1px solid;
    background: #FFF6E5;
}

.__shtuw.__confirmed {
    color: #00C30D;
    border: #00C30D 1px solid;
    background: #DFF7E1;
}

.__shtuw.__completed {
    color: #fff;
    border: #00820B 1px solid;
    background: #006907;
}




/*************************/
/*************************/









.__sLtFirtWrp {
    background: #fff;
    padding: 20px;
    padding-bottom: 5px;
    border: #CCCCCC 1px solid;
    border-radius: 15px;
}

.__sLtFirtWrp h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.__smryTbBlkWp {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.__smtythx {
    width: 50%;
}

.__smtytxx {
    width: 50%;
    text-align: left;
    line-height: 16px;
}

.__servPopBlz {
    padding: 0px;
}

.__servPopBImg {}

.__servPopBImg img {
    object-fit: cover;
    max-height: 300px;
    min-height: 300px;
    width: 100%;
}

.__srPlzWr {
    margin-bottom: 15px;
    border-top: #CCCCCC 1px solid;
    padding: 20px;
    padding-bottom: 5px;
}

.__srPlzWr h4 {
    font-size: 15px;
}

.__srPlzWr h5 {
    font-size: 14px;
    margin-bottom: 4px;
}

.__srPlzWr p {}

.__srPlzWr ul {
    margin: 4px 5px 15px;
    padding: 0 13px;
}

.__srPlzWr ul li {}





/*************************/
.__prslidzbtn {
    padding: 15px 0;
}

.__dxz {
    text-align: center;
}

.__dxz h5 {
    font-size: 14px;
    font-weight: normal;
    color: #4B4B4B;
}

.__Irzm {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    border: #ccc 1px solid;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #262626;
}

.__dxz.__active .__Irzm,
.__Irzm:hover {
    color: #fff;
    background: var(--color-primary);
    border: var(--color-primary) 1px solid;
}

.__prslidzbtn .swiper-button-next,
.__prslidzbtn .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 0;
    box-shadow: none !important;
    top: auto;
    bottom: 3px;
    color: #000000;
}

.__prslidzbtn .swiper-button-prev {
    right: -15px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-277deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(-277deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(-277deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.__prslidzbtn .swiper-button-next {
    left: -15px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-277deg, rgba(255, 255, 255, 1) 0%, rgba(163, 163, 163, 0) 100%);
    background: -webkit-linear-gradient(-277deg, rgba(255, 255, 255, 1) 0%, rgba(163, 163, 163, 0) 100%);
    background: linear-gradient(-277deg, rgba(255, 255, 255, 1) 0%, rgba(163, 163, 163, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#a3a3a3", GradientType=1);
}

.__prslidzbtn .swiper-button-prev:after,
.__prslidzbtn .swiper-button-next:after {
    font-size: 18px !important;
    font-weight: 600;
}

/*************************/

.__timeCndr {
    padding: 12px 26px;
    background: #fff;
    border: #9E9E9E 1px solid;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #262626;
}

.__timeCndr:hover,
.__timeCndr.__active {
    background: var(--color-primary);
    border: var(--color-primary) 1px solid;
    color: #fff;
}

.__cmFrm .form-control {
    border-radius: 10px;
}

/*************************/
.__uinAdrezWrap .form-control {
    min-height: 40px;
}

/*************************/
.__successPg {
    background: #00B06A;
    padding-top: 50px;
    padding-bottom: 50px;
}


.__successWrap {

    padding: 25px 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.__successWrap h2 {
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    padding: 10px 0 0;
    margin-bottom: 5px;
}

.__successWrap p {
    margin: 0 0 5px;
}

.__green {
    color: #fff;
}

.__txtPrcor {}

.__txtPrcor b {
    font-weight: bold;
}

.__successsryz {
    max-width: 350px;
    min-width: 350px;
    margin: 0 auto;
    font-size: 15px;
}

.__successsryz .__smtytxx,
.__successsryz .__smtythx {
    text-align: right;
}

.__successsryz h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
}

.__successWrap h4 {
    font-weight: lighter;
    font-size: 22px;
    margin-top: 12px;
}



/*************************/
.__ProBntAutoslider .swiper-slide {
    width: auto !important;
}

.__ProBntAutoslider .swiper-slide:nth-child(2n) {
    width: auto;
}

.__ProBntAutoslider .swiper-slide:nth-child(3n) {
    width: auto;
}

/*************************/
/*************************/
/*************************/

.__ProBrand {
    color: #847E7E;
    margin-bottom: 7px;
    margin-top: 5px;
}

.__ProBrand span {
    color: #000;
    font-weight: 500;
}

.__tlPtg {
    display: flex;
    justify-content: flex-start;
}

.__tlPtg .__pric {
    font-size: 22px;
    margin-left: 30px;
}

.__tlPtg .__crttr {
    font-size: 18px;

}

/*************************/
/*************************/






/* ====================== */

.__sLtResutWrp {
    width: 100%;
    padding-right: 30px;
}


.__sLtResutWrp h2 {
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
}

.__ctagmin {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;

}

.__cttilspr {
    display: flex;
    align-items: center;
}

.__sortByWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
}

.__sortByWrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    padding-left: 10px;
}

.__sortByWrap .form-select {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    border: none;
    border-right: #ccc 1px solid;
    border-radius: 0;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 32px;
}

.__sortByWrap span svg {
    margin-left: 5px;
}

.__wsherhQE {
    padding: 0 5px;
}



.__wsherhQE .__proBWish {
    position: absolute;
    left: 10px;
    top: 10px;
}

.__wsherhQE .__tagNew,
.__wsherhQE .__ofrTag {
    position: absolute;
    right: 0;
    top: 0;
}

.__wsherhQE .__suPrLstz {
    margin-bottom: 15px;
    padding: 0 7px;
}

.__proGdMGrp .__pric small {
    color: #727272;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

.__priGrp {
    min-height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 17px;
}

.__proGdMGrp .__pric {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.__wsherhQE .__proGdMtils {
    font-size: 14px;
}


.__wrsCatAds {
    margin: 0;
    /* margin-left: -5px;
margin-right: -5px; */
}

.__wrsCatAds .row {
    padding: 0 0px;
}


.__wrsCatAds img {
    border-radius: 5px;
    min-height: 250px;
    object-fit: cover;
}

.__acrad {
    padding: 0 5px;
    margin-bottom: 15px;
}





/* ====================== */

/* ====================== */




/* ====================== */



.scrollbar {
    margin-bottom: 60px;
    overflow-y: auto;
}


.scrollbar::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px #EAEAEA; */
    border-radius: 10px;
    background-color: #EAEAEA;
}

.scrollbar::-webkit-scrollbar {
    width: 9px;
    background-color: #BBBBBB;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #BBBBBB;
}


/* ====================== */
/* ====================== */





.__pageNavigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
}


/* ====================== */
/* ====================== */


/* ================================= */
/* ================================= */



/* ====================== */
/* ====================== */




/* ================================= */
/* ================================= */
.__proDetails {
    margin: 25px 0;
}

.__prolistslid {
    overflow: hidden;
    position: relative;
}


.__prolistslid .__ofrTag {
    right: 0;
    top: 0;
    z-index: 99;
}

.__prolistslid .__proBWish {
    left: 5px;
    top: 5px;
    z-index: 999;
}

.__prolistslid .__proBWish svg {
    width: 35px;
    height: 35px;
}


.__proDetaViw {}

.__proDetaViw h2 {
    font-size: 22px;
    color: #000;
}

.__prodlsStrawp {
    margin: 10px 0;
}

.__prodlsStrawp svg {
    cursor: pointer;
}

.__proDetails .__proGdMPricWr {
    margin: 5px 0;
}




.__btbWrQrtWr {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 15px 0 0;
}

.__cotBntWrp {
    width: 100%;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.__adgrmIm {
    padding: 5px 5px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #3D3D3D;
    border: #B1B1B1 1px solid;
    border-radius: 5px;
    cursor: pointer;
    min-width: 48%;
    max-width: 48%;
    display: flex;
    align-items: center;
    background: #F6F6F6;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    line-height: 17px;
    position: relative;
}

.__out_stock,
.__in_stock {
    position: absolute;
    font-size: 10px;
    left: -1px;
    top: -9px;

    border-radius: 5px;
    padding: 0px 2px;
    line-height: 12px;
    z-index: 100;
    min-width: 90px;

}

.__in_stock {
    background: #ffffff;
    color: #198754;
    border: #198754 1px solid;
}

.__out_stock {
    background: #ffffff;
    border: #f00 1px solid;
    color: #f00;
}



.__adgrmIm:hover,
.__adgrmIm.__active {
    color: #000;
    border: #000000 1px solid;
    background: #FFC300;
}

.__temtg {
    color: #000;
    min-width: 50px;
    text-align: center;
    font-size: 13px;
    width: 100%;
}

.__crttr {
    color: #000;
    font-size: 13px;
    font-weight: lighter;

}

.__cPris {
    padding-right: 3px;
    font-weight: 600;
    font-size: 14px;
}





/*********************/

.__ProQuantityBoz {}


.__ProQuantityBoz .product-quantity button {
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    border: 1px solid #ebebeb;
    padding: 0;
    width: 24px;
    height: 22px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.__ProQuantityBoz .product-quantity button:hover {
    background-color: #f1f1f1
}

.__ProQuantityBoz .product-quantity input {
    width: 60px;
    height: 42px;
    border: 1px solid #ccc;
    border-left: 0;
    padding: 5px 8px;
    font-size: 14px;
    outline: none;
    text-align: center;
}

.__ProQuantityBoz .product-quantity *:first-child {
    top: auto;
    bottom: 0
}

.__ProQuantityBoz .product-cart {
    margin-top: 10px
}

.__ProQuantityBoz .product-additional-info {
    padding-top: 10px
}

.__ProQuantityBoz .product-additional-info .panel-product-actions {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    display: none;
}




.__ProQuantityBoz .product-quantity button {
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    padding: 0;
    width: 24px;
    height: 21px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.__ProQuantityBoz .product-quantity {
    position: relative;
}

.__ProQuantityBoz .product-quantity {
    position: relative;
    min-width: 80px;
}


/*********************/
.__product_quantity {
    border-radius: 5px;
    border: #B8B8B8 1px solid;
}



.__product_quantity .add,
.__product_quantity .sub {
    width: 30px;
    height: 30px;
    border: none;
    background: #F6F6F6;
    font-size: 11px;
    border-radius: 0;
}

.__product_quantity .sub {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.__product_quantity .add {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.__product_quantity .sub:hover,
.__product_quantity .add:hover {
    background: #D0D0D0;
}

.__quantitySuTx {
    color: #818181;
    margin-top: 5px;
}


.__qtyInpt {
    text-align: center;
    border: none;
    outline: none;
    font-size: 15px;
    max-width: 100px;
}



.__product_quantity input {
    width: 50px;
    text-align: center;

}


/*********************/

.__qtysRV {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-left: 5px;
}

.__qtysRV h6 {
    font-weight: 500;
    font-size: 12px;
    color: #686868;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}


.__qtyWrp {
    max-width: 90px;
    margin-left: 10px;
}

.__qtyWrp input {
    text-align: center;
    border-radius: 5px !important;
    min-height: 45px;
}

.__qtyWrp .input-group-btn {
    position: absolute;
    width: 100%;
}

.__qtyWrp .input-group-btn .quantity-right-plus {
    float: left;
    padding: 10px 5px;
    font-size: 15px;
    background: #dfdfdf;
    color: #888888;
    min-height: 45px;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.__qtyWrp .input-group-btn .quantity-left-minus {
    float: right;
    padding: 10px 5px;
    font-size: 15px;
    background: #dfdfdf;
    color: #888888;
    border-radius: 0;
    min-height: 45px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.__qtyWrp .input-group-btn .quantity-right-plus:hover,
.__qtyWrp .input-group-btn .quantity-left-minus:hover {
    color: var(--color-primary);
    background: #c6c6c6;
}



.__carBtnPro {
    margin-left: 10px;
}

.__carBtnPro .__btnPriy {
    padding: 10px 25px;
    min-width: 180px;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.__carBtnPro .__btnPriy img {
    margin-left: 10px;
}

.__wholesaleOdr {}

.__wishlist {
    width: 50px;
    height: 50px;
    background: #BFC1D6;
    color: var(--color-primary);
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}

.__wishlist .fas {
    display: none;
}

.__wishlist.__active {
    background: var(--color-primary);
    color: #ffffff;
    transition: all .5s;
}

.__wishlist.__active .far {
    display: none;
}

.__wishlist.__active .fas {
    display: block;
    transition: all .5s;
}


.__descriptionPro {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.__descriptionPro h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.__descriptionPro h5 {
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    text-decoration: underline;
}




.__sbDcrpLiPar {}

.__BrandMessage {}

.__BrandMessage h6 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.__descriptionPro ul {
    margin: 0 0;
    padding: 0 15px;
    font-weight: 400;
}

.__descriptionPro ul li {
    margin-bottom: 4px;
}

.__relatedProSc .inside_box {
    margin-top: 10px;
}

.__relatedProSc {
    background: #F4F4F4;
    padding: 35px 0;
}

.__relatedProSc .__slrp {
    border-radius: 10px;
    padding: 15px
}

.__smDcrpShr {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
}

.__oderPouOdr {}

.__oderPouOdr .form-label {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 14px;
}

.__oderPouOdr .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.__oderPouOdr .modal-footer .btn {
    padding: 9px 25px;
    min-width: 170px;
    font-weight: bold;
}

.__oderPouOdr .modal-footer {
    border-top: none;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}




.__sbDcrpLiPar {
    border-top: #E5E5E5 1px solid;
    padding-top: 15px;
}

.__sbDcrpLiPar ul {
    margin: 0 0 5px;
    padding: 0;
}

.__sbDcrpLiPar ul li {
    list-style: none;
    margin: 3px 0;
    padding: 0 0;
}

.__sbDcrpLiPar ul li span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    min-width: 120px;
    max-width: 120px;
    display: inline-block;
}




.__proBtActWrp {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}


.__cartProBtn,
.__ProWishlist {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 5px;
}

.__cartProBtn svg,
.__cartProBtn i,
.__ProWishlist i {
    margin-left: 5px;
    margin-top: -5px;
}

.__ProWishlist .fas {
    display: none;
}

.__ProWishlist.__active .far {
    display: none;
}

.__ProWishlist.__active .fas {
    display: inline-block;
}




.__cartProBtn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
}


.__cartProBtn i {
    display: none;
}

.__cartProBtn.__active svg {
    /* display: none; */
}

.__cartProBtn.__active i {
    display: inline-block;
}




/* ================================= */
/* ================================= */
.__proSherBz {
    position: absolute;
    left: 10px;
    bottom: 110px;
    z-index: 999;
    cursor: pointer;
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */


.__futruSl {
    background: #F8F8F8 !important;
    padding-bottom: 15px;
}

.__proSubSldr.__futruSl .inside_box {
    background: #F8F8F8;
    padding: 5px 5px;
}

.__futruSl .container h2 {
    padding-top: 30px;
    font-size: 20px;
    padding-right: 10px;
    position: relative;
}

.__futruSl.__proSubSldr .__proGdBoz {
    padding: 0 10px;
}

.__futruSl .swiper-button-prev,
.__futruSl .swiper-button-next {}


/* ================================= */
/* ================================= */

.__clrWrp {
    margin-top: 15px;
}

.__clrWrp h6 {
    font-size: 13px;
}

.__clrWrp h6 span {
    font-weight: normal;
}

.__cleBzwz {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0 2px;
}

.__clrBoInr {
    border: #000 1px solid;
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.__clrBoInr img {
    object-fit: cover;
}

.__clrBoInr:hover,
.__clrBoInr.__active {
    border: var(--color-primary) 1px solid;
}

.__clrBoInr.__moreBntIx {
    display: flex;
    justify-content: center;
    align-items: center;
}

.__clrBoInr.__moreBntIx svg {
    width: 35px;
}

.__clrBoInr.__moreBntIx:hover svg rect,
.__clrBoInr.__moreBntIx:hover svg path {
    fill: var(--color-primary);
}

/* ================================= */
/* ================================= */


.__futruSlTyp2 {
    background: #ffffff;
    margin-top: 0;
    padding-bottom: 15px;
}

.__proSubSldr.__futruSlTyp2 .inside_box {
    background: #ffffff;
    padding: 5px 5px;
}

.__futruSlTyp2 .container h2 {
    padding-top: 30px;
    font-size: 20px;
    padding-right: 10px;
    position: relative;
}

.__futruSlTyp2.__proSubSldr .__proGdBoz {
    padding: 0 10px;
}

.__futruSlTyp2 .swiper-button-prev,
.__futruSlTyp2 .swiper-button-next {}


/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */


.__futruSlTyp3 {
    padding-top: 30px;
    background: #F8F8F8;
    margin-top: 0;
    padding-bottom: 15px;
}

.__proSubSldr.__futruSlTyp3 .inside_box {
    background: #F8F8F8;
    padding: 5px 5px;
}


.__futruSlTyp2 .container h2 {
    padding-top: 30px;
    font-size: 20px;
    padding-right: 10px;
    position: relative;
}

.__futruSlTyp3.__proSubSldr .__proGdBoz {
    padding: 0 10px;
}

.__futruSlTyp3 .swiper-button-prev,
.__futruSlTyp3 .swiper-button-next {}


/* ================================= */
/* ================================= */
.sidebar {
    position: sticky;
    top: 0;
}


/* ================================= */
/* ================================= */



.__prolistslid .swiper-container {
    width: 100%;
    height: 100%;
}

.__prolistslid .swiper-slide {

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.__prolistslid .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}

/* .swiper-button-prev, 
.swiper-button-next {
width: 40px !important;
height: 40px !important;
background: #fff;
border-radius: 100%;
color: #3b3b3b;
-webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
} */
/* 
.swiper-button-prev {
left: 2px;
}

.swiper-button-next {
right: 2px;
} */

/* .swiper-button-prev:after, 
.swiper-button-next:after {
font-size: 18px !important;
} */

/* ========================== */

/* ================================= */
/* ================================= */
/* 
-----------------------------------------------------------------------
product-single CSS
-----------------------------------------------------------------------
*/

.product-single-item .swiper-button-prev,
.product-single-item .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    border-radius: 100%;
    color: #3b3b3b;
    -webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
}

.product-single-item .swiper-button-prev {
    right: 2px;
}

.product-single-item .swiper-button-next {
    left: 2px;
}

.product-single-item .swiper-button-prev:after,
.product-single-item .swiper-button-next:after {
    font-size: 18px !important;
}

.product-single-item .product-thumb {
    border: #D3D3D3 1px solid;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.product-single-item .product-thumb .sale-title {
    right: 10px;
    position: absolute;
    top: 10px;
}

.product-single-item .product-thumb .percent-count {
    left: 10px;
    position: absolute;
    top: 10px;
}

.product-single-item .product-thumb .sticker {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.product-single-item .product-thumb .lightbox-image {
    cursor: crosshair;
}

.product-single-item .product-thumb .zoomImg {
    pointer-events: none;
}


.product-single-item .product-nav {
    margin-top: 12px;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
}

.product-single-item .product-nav img {
    cursor: pointer;
    border: 1px solid #C1C1C1;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    border-radius: 10px;
    min-height: auto;
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide {
    opacity: 0;
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-thumb-active img {
    border-color: var(--color-primary);
}

.product-single-item .product-nav .swiper-wrapper .swiper-slide-visible {
    opacity: 1;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.product-single-item .product-nav .swiper-button-prev {
    background-color: #fff;
    color: #000;
    right: 3px;
    opacity: 1;
}

.product-single-item .product-nav .swiper-button-prev:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.product-single-item .product-nav .swiper-button-next {
    background-color: #fff;
    color: #000;
    left: 3px;
    opacity: 1;
}

.product-single-item .product-nav .swiper-button-next:hover {
    color: #fff;
    background-color: var(--color-primary);
}


.product-single-item .swiper-button-prev.swiper-button-disabled,
.product-single-item .swiper-button-next.swiper-button-disabled {
    opacity: 0.35 !important;
}





@media only screen and (max-width: 991px) {
    .product-single-item .product-single-info {
        margin-top: 50px;
    }
}

.product-single-item .product-single-info .title {
    color: #222;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .product-single-item .product-single-info .title {
        font-size: 25px;
    }
}

.product-single-item .product-single-info .prices {
    margin-bottom: 10px;
}

.product-single-item .product-single-info .prices .price {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-primary);
}

.product-single-item .product-single-info .prices .price-old {
    color: #000;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    margin-right: 8px;
}

.product-single-item .product-single-info .rating-box-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.product-single-item .product-single-info .rating-box-wrap .rating-box {
    color: #dc9a0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 5px;
    position: relative;
    top: -1px;
}

.product-single-item .product-single-info .rating-box-wrap .review-status a {
    color: #585858;
    font-size: 15px;
    margin-right: 5px;
}

.product-single-item .product-single-info .rating-box-wrap .review-status a:hover {
    color: var(--color-primary);
}

.product-single-item .product-single-info p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 29px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 31px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty {
    margin-left: 15px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty {
    width: 100px;
    position: relative;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty input {
    border: 1px solid #ededed;
    height: 42px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn {
    color: #606060;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn:hover {
    color: var(--color-primary);
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn.inc {
    left: 20px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn.dec {
    right: 20px;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .btn-product-add {
    background-color: #222;
    color: #fff;
    height: 40px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-quick-action .btn-product-add:hover {
    background-color: var(--color-primary);
}

.product-single-item .product-single-info .product-action-simple .product-wishlist .btn-wishlist {
    color: #222;
    border: 1px solid #ededed;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    line-height: 43px;
    text-align: center;
    width: 170px;
    margin-bottom: 30px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .product-wishlist .btn-wishlist:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.product-single-item .product-single-info .product-action-simple .amazon-button .btn-amazon {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 23px;
    display: inline-block;
    margin-bottom: 30px;
}

.product-single-item .product-single-info .product-action-simple .amazon-button .btn-amazon:hover {
    background-color: var(--color-primary);
}

.product-single-item .product-single-info .product-action-simple .payment-button .btn-payment {
    color: #fff;
    background-color: #222;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 96px 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .payment-button .btn-payment:hover {
    background-color: var(--color-primary);
}

.product-single-item .product-single-info .product-action-simple .social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-single-item .product-single-info .product-action-simple .social-sharing span {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
}

.product-single-item .product-single-info .product-action-simple .social-sharing .social-icons a {
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-single-item .product-single-info .product-action-simple .social-sharing .social-icons a:hover {
    color: var(--color-primary);
}

.product-single-item .product-single-info .product-select-action {
    margin-bottom: 30px;
}

.product-single-item .product-single-info .product-select-action .select-item {
    margin-bottom: 25px;
}

.product-single-item .product-single-info .product-select-action .select-item label {
    color: #626262;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    width: 80px;
}

.product-single-item .product-single-info .product-select-action .select-item .form-select {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: solid 1px #e8e8e8;
    border-radius: 0px;
    color: #808080;
    cursor: pointer;
    display: inline-block;
    margin-right: -4px;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    width: 330px;
    padding: 10px;
}

@media only screen and (max-width: 575px) {
    .product-single-item .product-single-info .product-select-action .select-item .form-select {
        width: 100%;
    }
}

.product-single-item .product-single-info .product-select-action .select-item .form-select:active,
.product-single-item .product-single-info .product-select-action .select-item .form-select:focus {
    border: 1px solid #999;
}

.product-single-item .product-single-info .product-select-action .select-item .form-select option {
    background-color: #fff;
    color: #000;
}

.product-single-item .product-single-info .ht-countdown-style2 {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 0;
}


/* 
-----------------------------------------------------------------------
product-single CSS
-----------------------------------------------------------------------
*/



.__prCatr .swiper-slide {
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 5px;
}



/* ====================== */
/* ====================== */

.__prCatr .inside_box {}

/* ====================== */
/* ====================== */



.__shoppingBagPg {
    background: #F5F5F5;
    padding-top: 30px;
    min-height: 550px;
}

.__shipBagWrp {
    display: flex;
}

.__shipBagBig {
    width: 100%;
    padding-left: 40px;
}

.__shipBagBig h2,
.__shoppingBagPg h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 0;
}

.__shipBagBig h2 small,
.__shoppingBagPg h2 small {
    font-weight: normal;
    font-size: 15px;
    color: #AAAAAA;
}

.__shiptisM {
    display: flex;
    border-top: #DEDEDE 1px solid;
    border-bottom: #DEDEDE 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.__shiptisMdlrs {
    width: 60%;
}

.__shiptisMdRices {
    width: 40%;
}

.__shpctBozwrp {
    display: flex;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
    border-radius: 10px;
}


.__shiMg {}

.__shiMg img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #D3D3D3;
}

.__carInfotg {
    display: inline-block;
    color: #7D7D7D;
    margin-bottom: 5px;
}

.__basKtagOfr {
    background: #A61036;
    border-radius: 0px 9px;
    color: #fff;
    width: fit-content;
    padding: 3px 15px;
    margin-bottom: 5px;
    font-size: 14px;
}

.__basKtagOfr small {
    font-size: 11px;
}

.__basKtPrics {
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    left: -130px;
    z-index: 100;
    text-align: center;
    min-width: 150px;
    padding-top: 10px;
}

.__basKtPrics small {
    font-size: 14px;
    font-weight: normal;
}



.__shipcontz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.__shipcontz .__proNme {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    padding-left: 10px;
    /* min-height: 35px; */
}


.__shipcontz .__proNme small {
    font-size: 18px;
    font-weight: lighter;
}

.__shiQuantity,
.__shiSize,
.__shiColor {
    color: #767676;
    font-size: 12px;
    font-weight: 500;
    margin: 4px 0;
}

.__shiSize span,
.__shiColor span {
    color: #000;
    padding-right: 5px;
}


.__shiQuantity .__product_quantity {
    margin: 0px 0;
}






.__shipbtmAction {
    margin: 10px 0 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.__removeBtn,
.__move_wishlist {
    color: #fff;
    font-weight: 500;
    padding: 3px 0;
    background: var(--color-primary);
    border-radius: 35px;
    padding: 5px 15px;
    white-space: nowrap;
}

.__removeBtn i,
.__move_wishlist i {
    padding-left: 3px;
}



.__removeBtn:hover,
.__move_wishlist:hover {
    background: var(--color-secondary);
    color: #fff;
}


.__shipbtmAction .__proBWish {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
}

.__shipbtmAction .__proBWish svg {
    width: 32px;
    height: 32px;
}

.__move_wishlist .fas {
    display: none;
}

.__move_wishlist.__active .far {
    display: none;

}

.__move_wishlist.__active .fas {
    display: inline-block;
}


.__removeBtn:hover {
    color: red;
}


.__removeBtnTy2 {
    Width: 37px;
    height: 35px;
    position: absolute;
    color: #fff;
    background: #A61036;
    border-radius: 10px 0px 20px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-bottom: 3px;
    top: -10px;
    left: -10px;
}

.__removeBtnTy2:hover {
    background: red;
    color: #fff;
}

.__shiQuantityTyp {
    margin-top: -5px;
}




.__shipCrboRt {}

.__shipCrboRt .__HVPointsdpg {
    margin: 7px 0;
}

.__shippingLoction {
    color: #828282;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 1px 0
}

.__shippingLoction b {
    font-weight: 500;
    padding-right: 4px;
    color: #000;
}

.__shippingLoction .__flgIocn {
    width: 17px;
    height: 17px;
    margin-top: -3px;
}

.__non_return {
    display: flex;
    align-items: center;
    margin: 7px 0;
    color: #000;
}

.__non_return .__Iocn {
    width: 17px;
    height: 17px;
    margin-top: -2px;
    margin-left: 10px
}

.__prolibtWv {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.__probzPric {
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: 600;
    margin: 1px 0;
}


.__taxTxt {
    font-weight: 500;
    font-size: 11px;
    padding-right: 10px;
    color: #828282;
}


.__baskWrap {}


.__shiZepRt {
    position: relative;
    min-width: auto;
    padding-left: 40px;
}

.__lowstock {
    color: var(--color-secondary);
}


.__carSuBHiBz {
    min-height: 72px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}



.__cartBtmWrp {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.__cartBtmWrp .btn {
    border-radius: 35px;
    padding: 7px 20px;
    white-space: nowrap;
}

.__bstBtScrZqc {
    gap: 10px;
    display: flex;
}

.__cartsdzx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.__cartsdzx .__carInfotg {
    font-weight: 500;
    font-size: 15px;
}


.__checkoutPzCsp {}

.__checkoutPzCsp .__shpctBozwrp .__shiZepRt {
    padding-left: 0 !important;
}


/* ================================= */
/* ================================= */
.__basket_empty {
    text-align: center;
    margin: 50px auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 40px 20px;
    max-width: 465px;

}

.__bsketyImg {
    text-align: center;
    margin-bottom: 15px;
}

.__basket_empty h4 {
    text-align: center;
}

.__basket_empty .btn {
    text-align: center;
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 17px;
}


/* ================================= */
/* ================================= */

.__gPsBoz {
    max-width: 1000px;
}

.__gPSelvrAdrs {}

.__gpdSercWr {
    position: relative;
    margin-top: -5px;
    padding: 0 15px;
    padding-bottom: 10px;
    padding-left: 35px;
}

.__gpdSerIcos {
    position: absolute;
    left: 35px;
    top: 1px;
    background: #cccccc30;
    width: 40px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.__gPsBoz .modal-body {
    padding: 0;
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */




.__shipBagSmll {
    min-width: 330px;
    max-width: 330px;
}

.__wdgtRt {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px;
    margin-bottom: 15px;
}

.__oderItemBtWV {
    padding: 10px 0px 10px;
}

.__oderItemBtWV table {
    width: 100%;
    font-size: 14px;
    color: #000;
}

.__oderItemBtWV table td {
    padding: 7px 0;
    line-height: 19px;
}

.__ordtd.__rellt {
    color: #000;
    font-size: 14px;
    width: 46%;
    text-align: left;
}

.__ordtd.__rellt.__amutbline {
    color: var(--color-primary);
}

.__amutbline {
    font-weight: 600;
    font-size: 14px;


}

.__amutbline small {
    font-size: 11px;
    font-weight: 600;
    color: #adadad;
}

.___crtChkBtnWrpwv {
    margin-bottom: 10px;
}

.__tbrw_discount .__ordtd.__rellt {
    color: #C4131E;
}

.__oderItemBtWV h6 {
    font-size: 14px;
}

.__applyCodeBoz {
    margin-bottom: 10px;
    background: #F0F0F0;
    padding: 15px;
    border-radius: 5px;
}

.__applyCodeBoz h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}

.__applyCodeBoz .btn {
    min-width: 80px;
    text-transform: uppercase;
}

.__applyCodeBoz .form-control:focus {
    border: var(--color-primary) 1px solid;
}

.__ordFrees {
    color: var(--color-primary);
    font-weight: 500;
}

.__shiZeprt {
    width: 100%;
}

.__crtChkBtn {
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 50px;
    border-radius: 10px;
    background: var(--color-secondary);
    color: #000;
    border: 1px solid var(--color-secondary);
}

.__crtChkBtn:hover {
    background: var(--color-secondary);
}

/* ================================= */
/* ================================= */

.__dlyPicWv {

    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

/* ================================= */
/* ================================= */

.__payMthWrp {
    max-width: 660px;
    margin: 0 auto;
}

.__payMthWrp .__chkjSwch .form-check-label {
    padding: 12px 15px;
    color: #000;
    width: 100%;
    padding-right: 35px;
    cursor: pointer;
    background: #FFFFFF;
    border: 0.4px solid #bfbfbf;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    border-radius: 10px;
    font-weight: 500;
}

.__payMthWrp .__chkjSwch {
    position: relative;
    display: flex;
    gap: 0;
    align-items: center;
    width: 100%;
    float: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.__payMthWrp .__chkjSwch .form-check-input {
    border: #000000 1px solid;
    background: #ffffff;
    right: 40px;
    top: 13px;
}

.__payMthWrp .__chkjSwch .form-check-input:checked[type=radio] {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.__payMthWrp .__chkjSwch .form-check.form-check-inline.__checked .form-check-label {
    border: var(--color-primary) 1px solid;
}

.__payMthWrp .__chkjSwch .form-check.form-check-inline {
    margin: 0 0 15px;
    padding: 0 5px;
    width: 50%;
}

.__payMthWrp .__wdgtRt {
    margin: 10px 0 0;
}

.__payMthWrp .__wdgtRt .__oderItemBtWV {
    padding: 0px 0px 0px;
}

.__payMthWrp .__ordtd.__rellt.__amutbline {
    color: var(--color-primary);
    font-size: 17px;
}

.__payMthWrp .__oderItemBtWV table td,
.__payMthWrp .__oderItemBtWV h6 {
    font-size: 16px;
}

.__pasIcseye {
    position: absolute;
    left: 0;
}


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */
.__checkoutWrap {
    padding: 35px 0;
}

.__checkoutWrap h4 {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 0;
}

.__ckShipAdrsWrap {
    margin-bottom: 15px;
}

.__ckShipAdrsWrap h5 {
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;

}

.__ckShipAdrsWrap h5 span {
    background: #007879;
    padding: 10px;
    color: #fff;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;
}



/* ---------------- */

.__chkAdlisVw {
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgb(167 167 167 / 25%);
    border-radius: 5px;
    min-height: 183px;
    height: 95%;
    border: #fff 2px solid;
}

.addresslisttefdf.active .__chkAdlisVw {
    border: var(--color-primary) 2px solid;
}

.__adSetdefault {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
    cursor: pointer;
}

.__adSetdefault .form-check-input {
    cursor: pointer;
}

/* .__chkAdlisVw .form-check,
.__chkAdlisVw .select_address{
position: absolute;
right: 10px;
top: 8px;
} */

.__chkAdlisBtnWrp {
    margin-top: 5px;
}

.__chkBtnedit,
.__chkBtnRemov {
    border-radius: 7px;
    border: var(--color-primary) 1px solid;
    padding: 4px 15px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    transition: all .5s;
    background: var(--color-primary);
    margin-left: 5px;


}

.__chkBtnedit:hover,
.__chkBtnRemov:hover {
    background: #F04E3E;
    border: #FF6464 1px solid;
    transition: all .5s;
    color: #fff;
}


.__chkBtnedit {
    border: #000 1px solid;
    color: #fff;
    background: #000;

}

.__chkBtnedit:hover {
    background: var(--color-secondary);
    border: var(--color-secondary) 1px solid;
}


.__chkAdlisVw_Add {
    background: #FFFFFF;
    border: 1px dashed #D0D0D0;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
    font-size: 15px;
    color: #505050;

    min-height: 90%;
    max-height: 90%;
    min-height: 80px;

    transition: all .5s;
    margin-bottom: 15px;
}

.__chkAdlisVw_Add:hover {
    transition: all .5s;
    border: 1px solid var(--color-primary);
}

.__ckShipAdrsWrap {
    margin-bottom: 15px;
}


.__ckkCheboz {}

.required {
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding-right: 2px;
}


.__telcoddro {
    display: flex;
}

.__codrop {
    min-width: 95px;
}

.__telrop {
    width: 100%;
    padding-right: 15px;
}

.__addarssWrp .modal-content .btn-close {
    top: 20px !important;
}


.__addarssWrp .modal-content .modal-body {
    padding: 15px !important;
}

.__addarssWrp .modal .modal-dialog {}

.__chAdse {
    min-height: 80px;
    min-height: 135px;
}


.addresslisttefdf.active .__chkAdlisVw {}

.__chAdseSubTex {
    margin-top: 10px;
    color: #565656;
}

.__AdditionalBkl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.__AdditionalBkl .form-control {
    background: #F1F1F1;
}

.__ckAddressesWr {
    margin-top: 20px;
}

.__ckAddressesWr h5 {
    font-size: 17px;
    font-weight: 600;
}

.__addresslist {}

.__addresslist h2 {
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.aditionla {
    position: absolute;
    right: 20px;
    z-index: 999;
    top: 9px;
}

.__addresslist #headingTwo .accordion-button {
    padding-right: 55px;
}

.accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background-color: #fff;
    /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */
.__cheRwgt {
    padding: 15px 15px;
    border-bottom: #ccc 1px solid;
}

.__cheRwgt .__shiMg img {
    width: 45px;
    height: 45px;
}

.__cheRwgt .__shipcontz .__proNme {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #424242;
    padding-left: 0;
    min-height: auto;
}

.__rtSumry_rate {
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.__Summary2 {
    padding-top: 0px;
}

.__Summary2 h6 {
    background: var(--color-primary);
    padding: 12px 15px;
    color: #fff;

    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


.__crSryradio {
    padding: 25px 15px 15px;
    border-top: #CECECE 1px solid;
    border-bottom: #CECECE 1px solid;
    margin-bottom: 15px;
    font-weight: 500;
}

.__crSryradio label,
.__crSryradio .form-check-inline {
    cursor: pointer;
}

.__crSryradio h5 {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ================================= */
/* ================================= */

.__addAdrsPopup {
    max-width: 900px;
}

.__addAdrsPopup .btn {
    margin: 0 auto;
    min-width: 160px;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    text-transform: uppercase;
}

/* ================================= */
/* ================================= */


/* ====================== */

/* ================================= */
/* ================================= */


.__FeedbackPg {
    background: var(--color-primary);
}


.__feedbackBoxWrap {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;

}

.__feedbackBoxWrap h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.__feedbackBoxWrap h5 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff;
}

.__feedbackBimg {}


.__strWrpz {
    font-size: 25px;
    color: #FFCB06;
    margin: 0 5px 25px;
    position: relative;
}

.__strWrpz i {
    position: relative;
    cursor: pointer;
}

.__strWrpz .fa-star {
    display: none;
}

.__strWrpz i:hover .fa-star {
    display: block;
}


.__feedbackBzFms {}

.__feedbackBzFms .form-control::placeholder {
    color: #fff;
}

.__feedbackBzFms .form-control {
    background: var(--color-primary);
    border-radius: 10px;
    color: #fff;
    border: #fff 1px solid;
}

.__feedbackBzFms .btn {
    border-radius: 35px;
    min-width: 150px;
    padding: 10px;
    font-size: 15px;
    color: #A61036;
    text-transform: uppercase;
    font-weight: 600;
}


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */


/*login_registration S*/

.__signwrap {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    background: #F2F2F2;
    min-height: 550px;
}

.__signwrap h2 {
    text-align: center;
    font-size: 20px;
}

.__signwrap h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

.__signwrap h3 a {
    color: #CC0000;
    padding-right: 10px;
    font-weight: 600;
}


.__signUprz {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-top: 80px;
}




.__signwrap::after {
    content: "";
    position: absolute;
    background: url(../images/ssspyu.png) no-repeat left top;
    width: 207px;
    height: 250px;
    left: 0;
    top: -31px;
}

.__signInerPG {
    padding: 0px;
    margin-bottom: 35px;
    background: #fff;
    max-width: 472px;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}


.__signInerPG h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 0px;
}

.__signInerPG h4 {
    font-size: 20px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 0 5px;
    padding: 0px;
}

.__signInerPG h6 {
    text-align: center;
    font-size: 14px;
    color: #373737;
    margin: 0px 0 15px;
    padding: 0px;
    font-weight: 400;
}

.__signInerPG h6 a {
    color: var(--color-primary);
    font-weight: 600;
}

.__signInerPG h6 a:hover {
    color: #000;
}

.register_box,
.login_box {
    padding: 35px 45px 15px;
}

.register_box {
    border-right: #dddddd 1px solid;
}


.__telcoddro {
    display: flex;
}

.__codrop {
    min-width: 95px;
}

.__telrop {
    width: 100%;
    padding-right: 15px;
}


.forgot_a {
    float: left;
    color: #000000;
}








.__lorgWrp {
    max-width: 440px;
    margin-top: 0 !important;
}

.__lorgWrp h1 {
    text-align: center;
}

.__lorgWrp .modal-body {
    padding: 0px 45px;
}

.__lorgWrp .modal-header {
    border: none;
}

.__lorgWrp .modal-body h2 {
    font-size: 20px;
    text-align: center;
}

.__lorgWrp .modal-body h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.__lorgWrp .modal-body h3 a {
    color: var(--color-primary);
    font-weight: 500;
}

.__lorgWrp .modal-body .form-label {
    margin-bottom: 1px;
}

.__lorgWrp .modal-body .form-control {
    min-height: 40px;
}

.__eyeiconz {
    position: absolute;
    left: 25px;
    bottom: 8px;
    cursor: pointer;
}

.__mobnrdv {
    display: flex;
    gap: 15px;
}

.__mobnCod {
    min-width: 80px;
}

.__mobnCodTnrz {
    width: 100%;
}



.__cumcheckbox a {
    color: var(--color-primary);
}

.__cumcheckbox a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}















.social_login_wrap {
    float: right;
    width: 100%;
    margin: 0px 0;
    text-align: center;
    border-top: none;
    padding-top: 25px;
    display: none;
}

.social_login_wrap h5 {
    font-size: 14px;
}

.social_fb {
    padding: 7px 7px;
    float: none;
    width: auto;
    cursor: pointer;
    margin-bottom: 10px;
    color: #444;
    font-size: 16px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border: none;
}

.__ctm_btn {
    text-align: center;
    min-width: 240px;
    max-width: 240px;
    padding: 9px 11px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

.__forgot_passwordWp .__signInerPG {
    max-width: 400px;

    padding-bottom: 10px;
}

.__tcLinks a:hover {
    text-decoration: underline;
}


.__RememberPass {
    display: flex;
    justify-content: flex-start;
}


.__telcoddro {
    display: flex;
}

.__codrop {
    min-width: 95px;
}

.__telrop {
    width: 100%;
    padding-right: 15px;
}


.__rIGIR .__signInerPG {
    max-width: 866px;
}

.__fldFocation {
    position: relative;
}

.__fllamaci {
    background: #F1F1F1;
    padding: 6px;
    width: 45px;
    height: 33px;
    left: 13px;
    position: absolute;
    top: 22px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.__richliswr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.__richliswr a {
    color: var(--color-primary);
}

.__richliswr a:hover {
    color: #000;
}

.__rigObjtEmt {
    margin: 85px auto 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.__otpVerification {
    max-width: 450px;
    min-height: 450px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.__otpVerification h3 {
    font-size: 22px;
}

.__otpWrp {
    display: flex;
}

.__lfls {
    padding: 0 10px;
}

.__lfls .form-control {
    background: none;
    border-bottom: 1px #BABABA solid;
    color: #000;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    max-width: 77px;
    min-height: 100px !important;
}

.__profile_verifiedPg {
    padding-top: 70px;
}

.__profile_verifiedPg .container {
    max-width: 800px;
}



.__retccImgx {}

.__retccImgx {}

.__signUprz nav {
    display: flex;
    justify-content: center;
    margin-top: -85px;
    margin-bottom: 10px;
}

.__retccImgx {
    border: #ccc 1px solid;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.__signUprz .nav-tabs .nav-link.active,
.__signUprz .nav-tabs .nav-item.show .nav-link {
    color: var(--color-primary);
    background-color: #ffffff00;
    border-color: #ffff;
}

.__signUprz .nav-tabs {
    border: none !important;
    display: flex;
    align-items: flex-start;

}

.__signUprz .nav-tabs .nav-link {
    color: #495057;
    background-color: #ffffff00;
    border: none !important;
}



.__signUprz .nav-tabs .nav-link.active .__retccImgx {
    border: #60A943 1px solid;
}

.__signUprz .nav-tabs .nav-link.active .__retccImgx svg path {
    fill: #60A943;

}

.__signUprz .nav-tabs .nav-link h6 {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    align-items: center;
    min-height: 30px;
    justify-content: center;
}



/*login_registration E*/

/* ================================= */
/* ================================= */

/* ====================== */
/* ====================== */
.__inrDashWrp {
    padding: 32px 0;
    background: #F7F7FA;
}

.__dashWrinr {
    display: flex;
}

.__dashLefNav {
    min-width: 250px;
}

.__dashLefNav h5 {
    font-size: 15px;
    font-weight: 500;
}

.__dashLefNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.__dashLefNav ul li {
    padding: 0;
    margin: 0;
}

.__dashLefNav ul li a {
    display: block;
    padding: 7px 10px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 5px rgba(215, 215, 215, 0.25);
    border-radius: 5px;
}

.__dashLefNav ul li.active a,
.__dashLefNav ul li a:hover {
    color: #fff;
    background: var(--color-primary);
}

.__dashLefNav ul li a svg {
    margin-left: 10px;
    width: 30px;
    height: 30px;
}

.__dashRetViw {
    width: 100%;
    padding-right: 30px;
}

.__dashRetViw h4 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
}

.__cnbrs {
    background: #A61036;
    border-radius: 0px 5px 0px 20px;
    width: 40px;
    height: 38px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 0;
    margin-right: -16px;
    position: absolute;
}

.__cnbrs a {
    color: #fff;
}

.__odrtime {}

.__dashRetViw h4 a {
    color: #000;
}

.__dashRetViw h4 a:hover {
    color: #000;
    text-decoration: underline;
}

.__dashRetViw h4 small {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: normal;
}

.__orderWrp {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 10px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 10px 2px #d8d8d8;
    color: #000;
}

.__ordrtobar {
    padding: 8px 15px;
    /* border-bottom: #E6E6E6 1px solid;    */
    display: flex;
    align-items: center;
    position: relative;
}

.__odrid {
    color: #000;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
}

.__odrid span {
    color: #AAAAAA;
}

.__odrtime {
    color: #AAAAAA;
}

.__arowOdr {
    font-size: 12px;
    color: #ffffff;
    margin-top: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    background: #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 3px;
}

.__dashRetViwLIston2p .__ordrBody {
    border-top: #ccc 1px solid;
}

.__ordrBody {
    padding: 15px;

}

.__ordrBody h6 {
    font-size: 19px;
}

.__ordrBody .flex-shrink-0 img {
    width: 90px;
    height: 90px;
    border: #ccc 1px solid;
    padding: 1px;
    border-radius: 7px;
    object-fit: cover;
}


.__status {
    padding: 3px 11px 2px;
    text-align: center;
    float: right;
    margin-top: 5px;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 15px;
}

.__process {
    color: #795548;
    border: #795548 1px solid;
    background: #79554840;
}

.__delivered {
    color: #00C30D;
    border: #00C30D 1px solid;
    background: #DFF7E1;
}

.__pending {
    color: #F04E3E;
    border: #F04E3E 1px solid;
    background: #FFE4E1;
}

.__canceled {
    color: #A6A6A6;
    border: #A6A6A6 1px solid;
    background: #fff;
}

.__dah_wishlist {}


.__orderTbBatl {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    margin-bottom: 15px;
}


.__statusLabV {
    margin-left: 15px;
}

.__orderTbBatl .__status {
    margin: 0;
    margin-left: 15px;
}

.__tarkBtn {
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
    white-space: nowrap;
}

.__tarkBtn:hover {
    color: #fff;
    background: #810021;
}


.__orderTbBatl .__trOrclnr,
.__orderTbBatl .__status,
.__orderTbBatl .__tarkBtn {
    padding: 5px 15px;
    font-size: 13px;
}

.__trOrclnr {
    background: #626262;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: 0px;
    padding: 3px 11px !important;
    font-size: 15px !important;
}

.__trOrclnr:hover {
    background: red;
    color: #fff;
}

.__ordlsZv,
.__ordtsWrboz {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(140, 140, 140, 0.25);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

.__ordtsWrboz {
    min-height: 194px;
}

.__ordtsWrboz h5 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
}



.__dah_wishlist .__cartbozImg img {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}


.__ordlsZv {}

.__ordlsZv .__oderItemBtWV {
    padding: 0;
    margin: 0;
}

.__ordlsZv .__oderItemBtWV h6 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
}

.__ordlsZv .__oderItemBtWV table td {
    padding: 3px 0;
    line-height: 18px;
}







.__dah_wishlist .__cartPrice {
    /* margin-top: -42px; */
}

.__isdvg {
    /* border-left: #ccc 1px solid; */
    margin-bottom: 15px;
}

.__isdvg:first-child {
    border-right: none;
}

.__isdvg h6 a {
    color: #000;
    font-size: 16px;
}

.__isdvg h6 a small {
    color: #585858;
}

.__dashRetViw .__chkAdlisVw_Add {}

.__dashRetViw h6 {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}


.__crtBozWrp {
    background: #fff;
    border: #D8D8D8 1px solid;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}


.__cartbozItm {}

.__cartbozImg {
    text-align: center;
}

.__cartbozImg img {

    border: #D8D8D8 1px solid;
    border-radius: 10px;
    overflow: hidden;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    object-fit: cover;
}

.__cartbozVew {

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.__cartbozVew h5 {
    font-size: 19px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.__cartbozVew h5 a {
    color: #000;
}

.__cartWigt {}

.__cartRemPriWrp {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}

.__carRrbInrBtn {
    border-radius: 30px;
    border: #ccc 1px solid;
    padding: 3px 15px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    color: #757575;
    transition: all .5s;
}

.__carRrbInrBtn:hover {
    color: red;
    transition: all .5s;
    border: red 1px solid;
}

.__cartPrice {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: var(--color-primary);
}

.__cartQty {
    margin: 5px 0;
}

.__cartQty .__qtyWrp .form-label {
    color: #686868;
    margin-bottom: 2px;
    text-align: center;
    font-size: 14px;
}

.__cartQty .__qtyWrp .form-select {
    text-align: center;
}

.__cartbozVew .__scientificName {
    font-size: 16px;
    font-weight: normal;
}


.__carBtmBtnWrap {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}

/*
.__crtChkCouShop,
.__crtChkBtn{
padding: 10px;
font-weight: bold;
min-width: 200px;
font-size: 19px;
}
*/
.__crtChkCouShop {
    font-size: 17px;
}


.__cartQty .__qtyWrp input {
    min-height: 35px;
}

.__cartQty .input-group-btn .quantity-left-minus,
.__cartQty .input-group-btn .quantity-right-plus {
    min-height: 35px;
    padding: 7px 5px;


}

.__movtocart {
    background: var(--color-secondary);
    border: var(--color-secondary) 1px solid;
    color: #fff;
}

.__movtocart:hover {
    background: #fff;
    border: var(--color-secondary) 1px solid;
    color: var(--color-secondary)
}


/* ====================== */
.__proflWrp {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px 15px 5px;
    margin-bottom: 15px;
}



.__Fldpassword {
    position: relative;
}

.__FldpasswordIcos {}

.field-icon.toggle-password {
    float: left;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    color: #7a7a7a;
}


/* ====================== */

/* ====================== */
/* ====================== */
.__about_us {
    min-height: 300px;
    max-height: 300px;
    text-align: center;
}

.__about_us h2 {
    font-size: 35px;
    color: #fff;
}


/* ====================== */
/* ====================== */
.__scoutinner {
    margin: 25px 0;
    min-height: 650px;
}

/* ====================== */
/* ====================== */

.order-id .order-date {
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #6a6a6a;
    margin-right: 15px;
}

.order-id .order-date {
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #6a6a6a;
    margin-right: 15px;
}

.tab-info-main {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.tab-orders-info {
    padding: 5px 00px;
    border-left: 1px solid #d3d3d375;
    height: auto;
}

.tab-info-main .tab-orders-info h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.tab-orders-info p {
    font-weight: normal;
    font-size: 15px;
    color: #484848;
    margin-bottom: 0;
}

.tab-orders-info .table-cart.table tr td {
    font-size: 13px;
    line-height: 19px;
    padding: 2px 0;
    color: #565656;
}

.tab-orders-info .table-cart.table tr td b {
    font-weight: bold;
    color: #000;
}

.orders-content {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
    border-radius: 5px;
    margin-bottom: 15px;
}

.orders-content .orders-header {
    border-bottom: 1px solid #d3d3d375;
    padding: 10px 15px;
    padding-left: 10px;
}

.orders-content .orders-header p {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.tab-orders-list {
    padding: 5px 20px;
    margin-bottom: 10px;
    border-left: 1px solid #d3d3d375;
    margin-top: 10px;
}


.tab-orders-list .media img {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 10px;
    width: 120px;
    height: 120px;
    padding: 1px;
    object-fit: cover;
    margin-left: 15px;
}




.tab-orders-detail .tab-orders-list .media .media-body h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.tab-orders-detail .tab-orders-list .media .media-body h6 {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #686868;
    margin-bottom: 2px;
}

.tab-orders-detail .tab-orders-list .media .media-body h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
}

.tab-write-review {
    background: #e8f6f6;
    border: 1px solid #009688;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #009688;
    margin-left: 10px;
    padding: 6px 10px;
    height: auto;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.__tab_retrun_orderBtn svg,
.__tab_retrun_orderBtn svg {
    margin-left: 2px;
    position: relative;
    top: -1px;
    height: 16px;
}

.__tab_retrun_orderBtn {
    padding: 3px 5px 2px;
    text-align: center;
    float: right;
    margin-top: 5px;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 15px;
    background: #ffd495;
    border: #fd6636 1px solid;
}

.__ddrLisw .__ordrBody {
    border: none;

}

.__ddrLisw .__isdvg {
    margin: 5px 0;
}

.tab-orders-list .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.tab-orders-list .media-body {
    width: 100%;
}



.tab-write-review:hover {
    opacity: 0.8;
    color: #000;
}

.tab-retrun-order:hover {
    color: #ff0000;
    opacity: 0.8;
}


.__odrrtnoneb {
    border-left: none;
}


.__reoderopoup {}

.__reoderopoup .modal-dialog {
    max-width: 550px;
}

.__reoderopoup .modal-dialog .modal-content .modal-body {
    padding: 15px;
}

.__reoderopoup .modal-dialog .modal-content .btn-close {
    position: absolute;
    top: 20px;
    left: 20px;
}

.__ordtpwbuwp {
    display: flex;
    margin-top: 5px;
}

.__paymentMethod {
    padding-top: 10px;
    margin-top: 10px;
}

/* ================================= */
/* ================================= */

.__progressCmbzx {
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(140, 140, 140, 0.25);
    border-radius: 5px;

}

.__progreCmbzx {}

.pops {
    text-align: center;
    /* margin: 25px auto;  */
    min-width: 600px;
    width: 100%;

}

.pops ul.progress-bar {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    list-style: none !important;
    background-color: #337ab700 !important;
    -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.pops li.section {
    display: inline-block !important;
    padding-top: 35px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #000;
    vertical-align: top !important;
    position: relative !important;
    text-align: center !important;
    /* overflow: hidden !important; */
    float: inherit !important;
    border-bottom: none;
    text-overflow: ellipsis !important;
    font-weight: 500;
}

.pops li.section:before {
    content: ' ';
    position: absolute;
    top: 9px;
    right: calc(50% - 5px);
    z-index: 1;
    width: 15px;
    height: 16px;
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    line-height: 23px;
    background: #8C8C8C;
    font-size: 17px;
}

.pops .status-bar {
    height: 2px;
    background: #CFCFCF;
    position: relative;
    top: 33px;
    margin: 0 auto;
}



.pops .current-status {
    height: 2px;
    width: 0;
    border-radius: 1px;
    background: mediumseagreen;
}

@keyframes changeBackground {
    from {
        background: gray
    }

    to {
        background: #01B537;
    }
}

.pops li.section.visited:before {
    /*	content: '\2714';*/
    content: ' ';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}

.pops li.section.visited.current:before {
    box-shadow: 0 0 0 2px #01B537;
}

.progress-bar {
    overflow: inherit;
    display: inline-block;
}

.otext .fa-chevron-right {
    font-size: 14px;
}

.__prosName {
    line-height: 14px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.___smatdfi {

    font-size: 11px;
    color: #858585;
    line-height: 12px;
    margin-top: 7px;

}

.__progressCmbzx h6 {
    font-weight: bold;
    font-size: 16px !important;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
}

/****  progress END*/


/* ================================= */
/* ================================= */
.__FLDOB {
    position: relative;
}

/* ================================= */
/* ================================= */

.__notificationsMaxld {
    /* max-height: 560px;
min-height: 560px;
padding-right: 10px; */
}

.__notificationsMaxld.scrollbar {
    margin-bottom: 10px;
    overflow-y: scroll;
}

/* -------------------------------- */

.__notificationsWrp {
    display: inline-block;
    width: 100%;
}

.__notificationsWrp h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.__notficitmBoz {
    padding: 10px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 15px;
}

.__notficitmBoz svg path {
    fill: var(--color-primary);
}

.__notficitmBoz .flex-grow-1 {
    color: #4e4e4e;
}

.__notficitmCotex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.__notfihdz {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    width: 100%;
}

.__notfidate {
    min-width: 180px;
    color: #323232;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

.__notfidate span {
    padding-right: 10px;
}

.__notficitmBoz .flex-grow-1 p {
    margin-bottom: 5px;
}


.__notficitmBoz.__notRead {
    background: #fff0f2;
    border: #a3162c 1px solid;
    cursor: pointer;
}



/* -------------------------------- */
/* -------------------------------- */


/* ================================= */
/* ================================= */
.dash {
    display: flex;
    align-items: center;
    /* margin-left: 10px;
border-right: #ccc 1px solid;
padding-right: 15px; */
    min-height: 22px;
    max-height: 22px;
}

.after_login .nav-link.dropdown-toggle {
    padding: 9px 19px;
    display: flex;
    flex-direction: row;
    line-height: 16px;
    padding-left: 10px;
    align-items: center;
    border: var(--color-primary) 1px solid;
    border-radius: 35px;
    color: var(--color-primary);
    margin-right: 15px;

}


.after_login .nav-link.dropdown-toggle:hover {
    color: var(--color-primary);
}

.after_login .nav-link.dropdown-toggle svg {
    margin-top: -2px;
    margin-right: 3px;
}

.after_login .__afPic {
    float: right;
    margin-left: 7px;
    height: 35px;
    width: 35px;

    padding: 2px;
    margin-top: -4px;
}

.after_login .__afPic img {
    border: var(--color-primary) 1px solid;
    padding: 1px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    object-fit: cover;
    background: #fff;
    min-width: 35px;
}


.lim {
    max-width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    margin-left: 5px;
    font-weight: 500;
}

.after_login .dropdown-toggle h6 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
}


.after_login .dropdown-toggle::after {
    position: absolute;
    left: -4px;
    top: 40%;
    display: none;
}


.after_login .dropdown-menu {
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
    border: none;
    min-width: 155px;
    border-radius: 7px;
    padding: 0;
    font-size: 13px;
    overflow: hidden;
}

.after_login .dropdown-menu a {
    font-weight: 500;
    padding: 8px 15px !important;
    /*border-bottom: #ddd 1px solid;*/
}

.after_login .dropdown-menu a:hover {
    color: #fff !important;
    background: var(--color-primary);
    padding: 0;
}


/* ================================= */
/* ================================= */

.__term_conditions {
    min-height: 200px;
    text-align: center;
    color: #fff;
}

.__statipg {}

.__statipg h2 {
    font-size: 22px;
}

.__avxt h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.__avxt h2 small {
    font-weight: lighter;
}

.__avxt img {
    border-radius: 15px;
}

.__statipg h3 {
    font-size: 18px;
}

.__statipg h4 {
    font-size: 16px;
}

.__statipg h5 {
    font-size: 15px;
}


.__statipg h5 {
    font-size: 14px;
}

.__statipg ul {
    margin: 0 auto;
    padding: 15px 15px
}

.__statipg ul {
    margin: 0 auto;
    padding: 15px 15px
}



/* ================================= */
/* ================================= */
.custom-tooltip {
    --bs-tooltip-bg: var(--color-primary);
}

/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */

.__contactPg {
    padding: 0px 0 45px;
}

.__contactPgInrBoz {
    /* max-width: 975px;
margin: 0 auto;
padding: 25px;
background: #FFFFFF;
box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
border-radius: 5px; */
}

.__ctsWhatsapp,
.__ctscall,
.__ctsemail,
.__ctsLocton {
    margin: 5px 0;
}

.__ctsWhatsapp img,
.__ctscall img,
.__ctsemail img,
.__ctsLocton img {
    margin-left: 5px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.__contactPg h3 {
    font-size: 20px;
}


.__contactPg h5 {
    font-size: 16px;
}



.__cusBoz {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 200px;
}

.__cuicos {
    margin-bottom: 15px;
}


.__cuiTex {}


.__cuNur {}

.__grmps {
    /* color: #fff;
background: var(--color-primary); */
}

.__cuNur a {
    /* color: #fff;
font-size: 16px;
font-weight: 500; */
}

.__contact_bnr {
    min-height: 382px;
    max-height: 382px;
}

.__contact_bnr h2 {
    text-align: center;
    font-size: 28px;
    color: #000;
    padding-top: 100px;
}

.__mpaVr {
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.__mpaVr iframe {
    float: right;
    border-radius: 10px;
    overflow: hidden;
    border: #ccc 1px solid;
}

.__dsfboz {
    position: relative;
    z-index: 100;
    padding: 0 55px;
    margin-top: -80px;
}

.__notificationsPg {

    width: 80%;
    padding-right: 0;
    margin: 0 auto;
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */

.__faqAccwrp {
    margin-bottom: 15px;
}

.__faqAccwrp .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px !important;
}

.__faqAccwrp .accordion-button:focus {
    border: var(--color-primary);
}

.__faqAccwrp .accordion-button {
    color: #ffffff;
    background-color: var(--color-secondary);
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 10px !important;
}

.__faqAccwrp .accordion-button::after {
    background-image: url(../images/btm_arw_Vector.svg);
}

/* ================================= */
/* ================================= */

.__allCategoriesPg {
    background: #F1F8FF;
    padding: 25px 0;
}

.__allCategoriesPg h2 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.__aCtgGrid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}


.__aCtgGridBz {
    padding: 0 5px;
    width: 14.2857%;
    margin-bottom: 10px;
}

.__aCtgGrdBzImg {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    display: inline-block;
    box-shadow: 0px 3px 8px rgba(100, 100, 100, 0.2);
    border-radius: 10px;
    padding: 5px;
}

.__aCtgGrdBzImg img {
    width: 100%;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
}

.__CtgGrdBHed {


    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.__CtgGrdBHed h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* ================================= */
/* ================================= */

.__proRtWgt {
    border-right: #E5E5E5 1px solid;
    padding-right: 15px;
    height: 100%;
}

.__egtrdej {
    padding-right: 0px;
}

.__proRtBz {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    color: #000;
    border-bottom: #D1D1D1 1px solid;
    padding-bottom: 15px;
}

.__proRtIcs {
    margin-left: 15px;
}

.__proRtTxt {}


.__txtHasr {
    color: #727272;
}

.__proRtTxt a {
    color: var(--color-primary);
    text-decoration: underline;
}

.__proRtTxt a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.__proRtBz h6 {
    font-size: 11px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

/* ================================= */
/* ================================= */
.sticky {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


/* ================================= */
/* ================================= */

.__pofWrlu7pwz {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.__prfzTzx {
    padding-right: 15px;
    font-size: 20px;
    width: 100%;
    color: var(--color-primary);
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
}


.avatar-upload {
    position: relative;
    max-width: 120px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 3px;
    z-index: 1;
    bottom: 2px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label svg {
    width: 20px;
    height: 20px;
}

/* .avatar-upload .avatar-edit input+label:after {
content: "\f040";
font-family: 'FontAwesome';
color: #757575;
position: absolute;
top: 10px;
left: 0;
right: 0;
text-align: center;
margin: auto;
} */

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* ================================= */
/* ================================= */
.__frzq {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: -115px;
    padding-top: 115px;
    z-index: 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    -moz-box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    box-shadow: 0px 0px 4px 1px rgb(137 137 137 / 16%);
    margin-bottom: 15px;
}

/* ================================= */
/* ================================= */
.__ouvwZx {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgb(167 167 167 / 25%);
    border-radius: 35px;
    padding: 15px;
    max-width: fit-content;
    margin: 15px auto;
    float: none;
}

/* ================================= */
.__mapzWrp {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* ================================= */


.__spOffrowV {}

.__spOffrowV h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}




.__spOfFlasTyle .img-fluid {
    border: 1px solid #CDCDCD;
    border-radius: 7px;
}

.__spOfFlasTyle,
.__spOfFlaShdowsTyle {
    padding: 0 7px;
}


.__spOfFlasTyle {
    -moz-column-count: 1;
    column-count: 2;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-column-fill: balance;
    column-fill: balance;
    margin: 20px auto 0;

}

.__offrAdListbz {
    display: inline-block;
    margin: 0 0 15px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
}

.__sitShreBozIcz {
    float: inherit;
    margin-bottom: 0;
    display: inline-block;
}

.__spOfFlaShdowsTyle .img-fluid {
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    background: #F5F5F5;
}

.__ofrPzxc .__bozshow {
    padding: 4px;
}

.__ofrPzxc .__bozshow .img-fluid {
    border-radius: 7px;
}



/* ================================= */
/* ================================= */


.__waltBzWrp {
    margin: 0 auto;
    max-width: 797px;
}

.__waltBzZZ {
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 25px;
}

.__waltBzZZ h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.__bozBgQa {
    min-height: 150px;
    padding: 20px;
    background: var(--color-primary);
    box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.__wlztca {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: bold;
    padding-right: 15px;
}

.__wlztca small {
    font-weight: normal;
    font-size: 35px;
}

.__addPayBtn {
    position: absolute;
    padding: 5px 20px;
    background: var(--color-primary);
    border-radius: 35px;
    left: 0px;
    bottom: -40px;
    font-size: 12px;
    color: #FFF;
    border: var(--color-primary) 1px solid;
}

.__addPayBtn svg {
    width: 12px;
}

.__addPayBtn:hover {
    color: #fff;
    background: #A10027;
    border: #000 1px solid;
}


.__walTopupWrz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}


.__walTopitm {
    background: var(--color-primary);
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    min-height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.__walTopitm small {
    font-size: 14px;
    padding-left: 5px;
}

.__walTopitm.__active {
    background: var(--color-secondary);
}

.__wltFld .form-control {
    background: #FFFFFF;
    border: 1px solid #9A9A9A;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    min-height: 45px;
}

.__wltFld .input-group .btn {
    min-width: 95px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.__wlTrcer {}

.__wlTrcerTrxz {
    background: #E9E9E9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.__wlTrcerTrxz {}

.__wlftTxz {
    text-align: left;
    line-height: 17px;
}

.__wlTrcerTmz {}

.__wlTrcerTmz svg {
    margin-left: 10px;
}

.__loyCrWrap {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.__loyCrCdz {
    background: url(../images/__loyCrCdz.svg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}

.__loyCrCdz h5 {
    font-size: 18px;
    font-weight: 600;
}

.__pozPoint {
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.__nrw {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-primary);
    padding-top: 10px;
}

.__nrw span {
    margin-left: 15px;
}

.__lorcalitt {
    margin-top: 20px;
}


.__lorcalitt ul {
    padding: 0px 0;
    list-style: none;
    margin: 0 0;
}


.__lorcalitt ul li {
    padding: 0px 17px 0 0;
    margin: 3px 0;
    background: url(../images/Vector_star.svg) no-repeat right 6px;
}

.__lorcalitt ul li a {
    color: #000;
}

.__lorcalitt ul li a:hover {
    color: #000;
}

.__lorcalitt ul li span {
    font-weight: 600;
}


/* ================================= */
/* ================================= */
.__catagtBzbz {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
}

.__catagtBzImg {
    margin-bottom: 15px;
}

.__catagtBzImg img {
    width: 100%;
    /* min-height: 332px; */
    max-width: 332px;
    object-fit: cover;

}

.__catagtBzbz .btn {
    border-radius: 35px;
    width: 100%;
}

/* ================================= */
/* ================================= */

.__rwLisVw {}

.__rwLisVw .__notficitmBoz {
    padding: 15px;
}

.__rwLisVw .__notfidate {
    text-align: left;
}


.__reovPlsIcs {
    display: flex;
    margin-bottom: 10px;
}

.__reovPlsIcs svg path {
    fill: #FFCB06;
}


.__reovPlsIcs svg.__notAct path {
    fill: #C1C1C1;
}



.__reovPlsIcs svg {
    margin-left: 5px;
}

.__reLttasx {
    padding-right: 10px;
}




/* ================================= */
/* ================================= */

.__ShareWrp {}

.__ShareBozIt {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
}

.__ShareBozIt .btn {
    border-radius: 35px;
    min-width: 150px;
}



/* ================================= */
/* ================================= */







.__SearchedLiv {}

.__researchWv {}

.__SearchedLiv ul {
    padding: 0;
    margin: 0 0px;
    line-height: 25px;
}


.__SearchedLiv ul li {
    position: relative;
    padding: 0 0px 0 0;
    margin: 0px 0;
    list-style: none;
    background: url(../images/magnifying_Glass.svg) no-repeat right;
    border-bottom: #D3D3D3 1px solid;
    padding-right: 20px;
}

.__SearchedLiv ul li::before {
    content: "";
    background: url(../images/hitry_ico.svg) no-repeat right;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 10px;
    width: 15px;
    height: 15px;

}

.__SearchedLiv ul li .__srClose {
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 1;
    cursor: pointer;
}

.__SearchedLiv ul li .__srClose:hover svg path {
    fill: var(--nav-color);
}

.__SearchedLiv ul li a {
    padding: 6px 0;
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__SearchedLiv h5 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 10px;
}

.__searchSliderWv {
    margin-top: 15px;
}

/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px var(--color-secondary) !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    font-size: 17px;
}


/* ================================= */
/* ================================= */




/* ================================= */
/* ================================= */
#myloader {
    position: fixed;
    width: 40px;
    max-width: 40px;
    height: 40px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    display: flex;
    align-items: center;
    align-content: center;
    top: 20%;
}

.__ladWrp {}

/* ================================= */
/* ================================= */

.__qukProBoz {}

.__qukPropoWrp {}



.__qukPropoWrp .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.__qukPropoWrp .__proGdMPricWr {
    margin-top: 0;
}

.__QukcotBntWrp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.__quBtaq {
    padding: 0 5px;
    width: 50%;
}

.__qukPropoWrp .__qtysRV {
    margin-bottom: 20px;
}

/* ================================= */
/* ================================= */
/* ================================= */
/* ================================= */

.datepicker .next,
.datepicker .prev {
    color: #000 !important;
    font-size: 12px;
}

.datepicker {
    font-size: 12px !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}




.__suubTzpc {
    color: var(--color-primary);
}

.__ctBnsuBz {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.log_response,
.log_params,
.log_header,
.log_url {
    padding: 8px 15px;
    border-radius: 25px;
    margin-bottom: 10px;
}

.log_response table {
    margin-top: 10px;
}

.log_response td {
    word-break: break-all;
}


.__tpszs {
    float: right;
    width: 100%;
}

.__deliver,
.__self_pickup {
    float: right;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
    width: auto;
    background: var(--color-primary);
    padding: 3px 10px;
    border-radius: 25px;
    color: #fff;
}

.__deliver {
    color: #fff;
    background: #ffbf00;
}

.__crintxtz {
    text-align: left;
    padding-left: 40px;
}

.__carProInfztx {
    border-radius: 30px;
    padding: 1px 10px;
    font-size: 12px;

}

.__carProInfztx.__inStock {
    background: #ffffff;
    color: #198754;
    border: #198754 1px solid;
}

.__carProInfztx.__outStock {
    background: #ffffff;
    border: #f00 1px solid;
    color: #f00;
}


/* --------*/

.popuperrr {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    z-index: 9999999999;
}

.view-modal {
    top: 50%;
    color: #7d2ae8;
    font-size: 18px;
    padding: 10px 25px;
    background: #fff;
    transform: translate(50%, -50%);
}

.popuperrr {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 15px 35px rgb(0 0 0 / 26%);
    transform: translate(50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}

.popuperrr.show {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0%, 70%) scale(1);
    transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;

}

.popuperrr :is(ertheader, .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popuperrr ertheader {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}

ertheader span {
    font-size: 21px;
    font-weight: 600;
}

ertheader .close,
.icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

ertheader .close {
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
}

ertheader .close:hover {
    background: #ebedf9;
}

.popuperrr .ertcontent {
    margin: 20px 0;
}

.popuperrr .icons {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}


.popuperrr .icons .fab.fa-facebook-f {
    background: none;
}


.popuperrr .icons .fa-twitter {
    background: none;
}

.ertcontent p {
    font-size: 16px;
}

.ertcontent .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}

.icons a i {
    transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
    color: #fff;
    border-color: #b7d4fb;
    background: #1877F2;
}

.icons a:nth-child(1):hover {
    background: #1877F2;
}

.icons a:nth-child(2) {
    color: #fff;
    border-color: #b6e7fc;
    background: #46C1F6;
}

.icons a:nth-child(2):hover {
    background: #46C1F6;
}

.icons a:nth-child(3) {
    color: #fff;
    border-color: #25D366;
    background: #25D366;
}

.icons a:nth-child(3):hover {
    background: #25D366;
}

.icons a:nth-child(4) {
    color: #25D366;
    border-color: #bef4d2;
}

.icons a:nth-child(4):hover {
    background: #25D366;
}

.icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff;
}

.icons a:nth-child(5):hover {
    background: #0088cc;
}

.icons a:hover {
    color: #fff;
    border-color: transparent;
}

.icons a:hover i {
    transform: scale(1.2);
}

.ertcontent .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.field.active {
    border-color: #7d2ae8;
}

.field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.field.active i {
    color: #7d2ae8;
}

.field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}

.field button {
    color: #fff;
    padding: 5px 18px;
    background: var(--color-primary);
    border: none;
}

.field button:hover {
    background: var(--color-primary);
}




.swal2-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #a61036 !important;
    font-size: 15px !important;
    min-width: 120px !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.__biladsCkz {
    margin-bottom: 15px;
}

.____offerdh {
    position: absolute;
    font-size: 11px;
    background: var(--color-primary);
    border-radius: 5px;
    padding: 0px 4px;
    top: -10px;
    right: -1px;
    color: #fff;
    line-height: 15px;
}

.__reorder {
    width: 28px;
    background: #ffc107;
    border-radius: 45px;
    position: absolute;
    left: 50px;
    top: 4px;
    height: 28px;
    padding: 3px;
}


/**/
.__searchFzCm {
    padding: 1px 15px;
    margin-bottom: 10px;
}

.__searchFzCm .input-group .btn {
    position: relative;
    z-index: 2;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}



/*//**/

.__OrgMbr{
	margin-top: 15px;
} 
.__Orgimgxz {
    border-radius: 20px 20px 75px 20px;
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: #ccc 1px solid;
}
.__OrgEWxpz h3 {
    font-size: 18px;
    text-align: center;
    min-height: 44px;
}
.__OrgEWxpz h4 {
    font-size: 16px;
    text-align: center;
	font-weight: 500;
}
.__flgrCnrt{
	text-align: center;
	font-size: 14px;
} 
.__OrgEWxpz {
	overflow: hidden;
    border: #63a848 1px solid;
    border-radius: 25px;
    padding-bottom: 10px;
	box-shadow: #a5a5a53d 0px 8px 9px;
	margin-bottom: 15px;
}



/*** Mbr **//*/***/ 

.__mrTypX {
    min-height: 86%;
	border: #e03d28 1px solid;
    border-left: #e03d28 4px solid;
    border-top: #e03d28 4px solid;
    box-shadow: #cccccca1 -6px -5px 5px;
    border-radius: 15px;
    padding: 25px;
    padding-bottom: 5px;
    margin-bottom: 40px;
} 
.__mrTypX ul{
	padding: 0 5px;
	margin: 0 15px 15px;
}
.__mrTypX ul li{
	padding: 0 5px;
} 
.__mrTypX h3{
    font-size: 18px; 
    line-height: 20px;
}  
.__mrTypX h4{
    font-size: 17px;  
} 
.__mrTypX h5{
    font-size: 16px;  
} 

.__MbrRequirements {}
.__MbrRequirements  .__mrTypX { 
	border: #60A943 1px solid;
    border-left: #60A943 4px solid;
    border-top: #60A943 4px solid;
    box-shadow: #cccccca1 -6px -5px 5px;
}
 



.__mrTypXxx {
	/* Rectangle 1133 */ 

}

.__WExmrTypXxx {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	font-size: 16px;
}


.__WExmrTypXxx .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.__dgnjImg {
	border-radius: 0 15px 15px 0;
	overflow: hidden;
	width: 100%;
	float: left;
}

.__cutrz {
	width: 57px;
	height: 57px;
	min-width: 57px;
	float: left;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	background: #E03D28;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.__mrTypXxx ul {
	list-style: none;
	margin: 0 0px;
	padding: 0 20px;
}

.__mrTypXxx ul li {
	margin: 15px 0px;
	padding: 15px 0px;
	display: flex;
	gap: 10px;
	align-items: center;
}



.__seTspx {}

.__seTspx .__cutrz {}


.__seTspx.__mrTypXxx ul li {
	align-items: flex-start;
	border-bottom: #ccc 1px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.__seTspx.__mrTypXxx ul li:last-child {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.__seTspx.__mrTypXxx h5 {
	font-size: 17px;
}

.__cxscaas {
	border-right: #ccc 1px dotted;
}



.__seTspx443.__mrTypXxx ul li {
	width: 50%;
	float: left;
	padding-right: 35px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}














/**/

@media (max-width: 1399px) {
    /*	.menu_wrap ul>li>a {
	font-size: 12px; 
	padding: 15px 8px !important;
}*/


}


@media (max-width: 1199px) {
    .menu_wrap ul>li>a {
        font-size: 12px;
    }

}

@media (max-width: 991px) {

    .__navM,
    .__dashLefNav {
        display: none;
    }

    .header_nav {
        float: right;
        width: auto;
        display: block !important;
        position: relative;
        z-index: 9;
        margin-left: 15px;
    }

    #menu.mm-menu_opened {
        display: block !important;
    }


    .__dgnjImg {
		border-radius: 0 0 15px 15px;
	}

	.__seTspx443.__mrTypXxx ul li {
		width: 100%;
	}

    .__logo {
        display: flex;
        align-items: center;
    }

    .__lkctImzWrp {
        overflow-x: scroll;
    }

    .__lkctImzItz {
        min-width: 120px;
    }

    .__lkctImzItz h5 {
        font-size: 14px;
    }

    .__wlctiTz {
        padding: 0px 15px;
    }

    .__golzInrz ul li {

        width: 100%;
    }

    .__prxtTxt {
        padding: 0 15px;
    }

    .__ftnvll {
        margin-bottom: 30px;
    }

    .__lkcartImg svg {
        max-width: 60px;
    }

    .__sub_categories {
        padding: 50px 15px;
    }

    .__sActRpz {
        margin-bottom: 15px;
    }

    .__mapxzzp {
        margin-bottom: 15px;
    }

    .__filtrWrpz .col-lg-4.col-md-6.col-sm-12.col-xs-12 .form-control {
        margin-bottom: 10px;
    }

}

@media (max-width: 767px) {

    .__szBozz1 {

        min-height: auto;
    }

    .__dasNav {
        display: none;
    }

    .__logo_actMM {
        /* max-width: 160px; */
    }

    .__regLogWrp {
        padding: 0 10px;
        margin-right: 5px;
        font-size: 13px;
    }

    .__lorgWrp .modal-body {
        padding: 0px 15px;
    }

    .__ctm_btn {
        text-align: center;
        min-width: 100%;
        max-width: 100%;
    }

    .__grdzSxn {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .__grdzIttmz {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .__banner .carousel-item img {
        /* height: 220px; */
    }

    .__successsryz {
        max-width: 100%;
        min-width: 100%;
    }

    .__smryTbBlkWp {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .__smtythx,
    .__smtytxx {
        width: 100%;
    }

    .__prBozliqImg img {
        max-height: 240px;
        min-height: 240px;
    }

    .__cctest {
        padding: 10px 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}