@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(jquery.fancybox.css);
@import url(intlTelInput.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(odometer.css);
@import url(ion.rangeSlider.min.css);
@import url(nice-select.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Montserrat:wght@100&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
/* End Fonts */

:root {
    --main-color: #000;
    --sec-color: #d92832;
    --bg-color: #F2F2F2;
    --dark-gray: #6b5c51;
    --dark-color: #8b4c1c;
    --light-gray: #ABACB7;
    --color-dark: #393936;
    --zoom: 3;
    --zoom-pos-x: 62.399992290296055%;
    --zoom-pos-y: 53.473684210526315%;
}

o {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'Almarai', sans-serif;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    text-align: start;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.owl-carousel {
    direction: ltr;
}

body {
    overflow-x: hidden;
}


/***

====================================================================
	Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--dark-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
	Start Search Popup
====================================================================

***/


/***

====================================================================
	Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 32px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: block;
    background: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-inline-start: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-inline-start: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.nav-outer2 .mobile-nav-toggler2 {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu2 {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu2 .nav-logo2 {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

.mobile-menu2 .nav-logo2 img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible2 {
    overflow: hidden;
}

.mobile-menu-visible2 .mobile-menu2 {
    visibility: visible;
}

.mobile-menu2 .menu-backdrop2 {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu-visible2 .mobile-menu2 .menu-backdrop2 {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu2 .menu-box2 {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible2 .mobile-menu2 .menu-box2 {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu2 .close-btn2 {
    position: absolute;
    left: 15px;
    top: 32px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible2 .mobile-menu2 .close-btn2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.mobile-menu2 .close-btn2:hover {
    opacity: 0.50;
}

.mobile-menu2 .navigation2 {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu2 .navigation2 li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu2 .navigation2 li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu2 .navigation2 li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu2 .navigation2 li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu2 .navigation2 li:hover>a,
.mobile-menu2 .navigation2 li.current>a {
    color: #111111;
}

.mobile-menu2 .navigation2 li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu2 .navigation2 li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu2 .navigation2 li>ul,
.mobile-menu2 .navigation2 li>ul>li>ul {
    display: block;
    background: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

.sticky-header2 .navbar-header2 {
    display: none;
}

.sticky-header2 .outer-box2 .nav-btn2 {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-inline-start: 30px;
}

.sticky-header2 .outer-box2 .mobile-nav-toggler2 {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-inline-start: 30px;
}

.sticky-header2 .outer-box2 .search-box-btn2 {
    color: #000000;
}

.sticky-header2 .outer-box2 {
    padding: 22px 0px;
}


/***

====================================================================
	End Sidebar style
====================================================================

***/


/* Start Header-res */

.logo {
    display: flex;
    max-width: 184px;
    height: 84px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.logo .icon-logo img {
    max-height: 100%;
}

.logo .text-logo {
    padding-inline-start: 15px;
}

.logo .text-logo h1 {
    margin: 0;
    font-size: 40px;
    font-family: 'neoBold';
    color: var(--main-color);
}

.logo-res {
    padding: 10px 0;
    display: inline-flex;
    align-items: center;
    max-width: 50%;
    flex: 0 0 50%;
}

.menu-res {
    margin-inline-end: -15px;
    margin-inline-start: -15px;
    display: flex;
    flex: 0 1;
    width: 100%;
}

.menu-res .item {
    display: inline-flex;
    /* flex: auto; */
    justify-content: center;
    align-items: center;
    position: relative;
    margin-inline-end: 10px;
    text-align: center;
}

.menu-res .item a,
.menu-res .item .search-box-btn.search-box-outer,
.menu-res .item .icon.flaticon-menu {
    font-size: 25px;
    padding: 10px;
    color: var(--dark-gray);
    position: relative;
    display: table;
    margin: auto;
}

.menu-res .item .total-c {
    position: absolute;
    right: 0;
    top: 15px;
    width: 18px;
    height: 18px;
    background: var(--dark-color);
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    -webkit-box-align: center;
}

.header-res {
    display: none;
}

.mobile-nav-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-nav-toggler .icon.flaticon-menu {
    width: 35px;
    height: 36px;
    background: var(--main-color);
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 25px;
    max-height: 36px;
    line-height: 36px;
    padding: 0 !important;
}

.header-res .row {
    align-items: center;
}

.menu-res ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 0 1;
}

.menu-res ul li {
    flex: auto;
    width: 33.33%;
    display: inline-block;
    justify-content: center;
    text-align: center;
}

.menu-res .bg-menu {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-res .bg-menu svg {
    width: 100%;
}

.menu-res .bg-menu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-res ul li.goHome a {
    width: 75px;
    height: 75px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    transform: translateY(-4px);
}

.menu-res-in {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 50%;
    flex: 0 0 50%;
}

.logo-res .logo {
    max-height: 36px;
}

.menu-res .menu-res-in .item {
    margin: 0;
}


/* End Header-res */


/* Start Header-top */

.header-top {
    padding: 18px 0;
}

.header-top p {
    color: #3F4448;
    font-size: 14px;
}

.header-top p i {
    margin-inline-end: 5px;
    position: relative;
    top: 2px;
}

.menu-left-top {
    display: flex;
    justify-content: flex-end;
}

.menu-left-top ul {
    display: flex;
}

.menu-left-top ul li {
    margin-inline-start: 20px;
    position: relative;
}

.menu-left-top ul li a {
    color: #000000;
    font-size: 14px;
}

.menu-left-top ul li a i {
    margin-inline-end: 5px;
}

.menu-left-top ul li.menu-item-has-children::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -19px;
    top: 2px;
}

.menu-left-top ul li .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    min-width: 100px;
    z-index: 999;
}

.menu-left-top ul li .sub-menu li {
    margin: 0;
    opacity: 0;
    transform-origin: bottom;
    animation: enter 0.2s ease forwards;
}

.menu-left-top ul li .sub-menu li a {
    padding: 5px 10px;
    display: block;
    background: var(--bg-color);
}

.menu-left-top ul li:hover .sub-menu {
    display: block;
}

.menu-left-top ul li .sub-menu li:nth-child(1) {
    animation-duration: 0.2s;
    animation-delay: 0s;
}

.menu-left-top ul li .sub-menu li:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
}

.menu-left-top ul li .sub-menu li:nth-child(3) {
    animation-duration: 0.4s;
    animation-delay: 0.2s;
}

.menu-left-top ul li a:hover,
.menu-left-top ul li .sub-menu li a:hover {
    color: var(--main-color);
}

@keyframes enter {
    from {
        opacity: 0;
        transform: scaleY(0.98) translateY(10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.menu-right-t ul {
    display: flex;
    align-items: center;
}

.menu-right-t ul li {
    margin-inline-end: 20px;
}

.menu-right-t ul li a {
    color: #343332;
    font-size: 16px;
}

.menu-right-t ul li a:hover,
.menu-right-t ul li a:focus {
    color: var(--main-color);
}

.menu-left-top ul li a.lang {
    letter-spacing: 0.48px;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.links-left .item a .details h3 {
    letter-spacing: 0.42px;
    color: #000000;
    font-size: 14px;
    transition: all .5s;
}

.links-left .item .icon .total-c {
    width: 17px;
    height: 17px;
    background: var(--main-color);
    display: flex;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -2px;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.menu-right-t {
    display: flex;
    /* flex: 0 1; */
    justify-content: flex-end;
    align-items: center;
}

.menu-right-t .item {
    /* flex: auto; */
    margin-inline-start: 15px;
    position: relative;
}

.menu-right-t .item a,
.menu-right-t .item button {
    color: var(--dark-gray);
    background: transparent !important;
    border: transparent !important;
    outline: transparent !important;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.menu-right-t .item a i,
.menu-right-t .item button i {
    font-size: 20px;
    margin-inline-end: 5px;
}

.menu-right-t .item:first-child {
    margin: 0;
}


/* End Header-top */


/* Start Header-med */

.header-med {
    padding: 20px 0;
}

.header-med .form-t form {
    position: relative;
}

.header-med .form-t form input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    padding-inline-end: 50px;
    font-size: 14px;
    background: #FBFBFB;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
}

.header-med .form-t form button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 30px;
    color: var(--dark-color);
}

.links-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.links-left .item {
    margin-inline-start: 16px;
    position: relative;
}

.links-left .item a {
    display: flex;
    letter-spacing: 0.42px;
    color: #000000;
    align-items: center;
    font-size: 14px;
}

.links-left .item .icon {
    font-size: 20px;
    position: relative;
}

.links-left .item .details {
    width: calc(100% - 20px);
    padding-inline-start: 8px;
}

.links-left .item .details h3 {
    color: #3F4448;
    font-size: 16px;
    margin: 0;
}

.links-left .item .details span {
    color: #B3B8BE;
    font-size: 14px;
}

.header-med .row {
    align-items: center;
}

.links-left .item a:hover .icon {
    /* background: var(--main-color); */
    animation: 1s swing;
}

.links-left .item.user-group::after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 6px;
}

.links-left .item.user-group .sub-menu {
    position: absolute;
    z-index: 6;
    min-width: 130px;
    top: 100%;
    display: none;
}

.links-left .item a.btn-user {
    padding-inline-end: 22px;
}

.links-left .item.user-group .sub-menu li {
    display: block;
    opacity: 0;
    transform-origin: bottom;
    animation: enter 0.2s ease forwards;
}

.links-left .item.user-group .sub-menu li a {
    padding: 8px 10px;
    display: block;
    font-size: 12px;
    background: var(--bg-color);
}

.links-left .item.user-group .sub-menu li:nth-child(1) {
    animation-duration: 1s;
    animation-delay: 0s;
}

.links-left .item.user-group .sub-menu li:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
}

.links-left .item.user-group .sub-menu li:nth-child(3) {
    animation-duration: 0.4s;
    animation-delay: 0.2s;
}

.links-left .item.user-group:hover .sub-menu {
    display: block;
}

.links-left .item.user-group .sub-menu li a:hover,
.links-left .item.user-group .sub-menu li a:focus {
    color: var(--main-color);
    background: #fff;
}

.links-left .item a:hover .details h3 {
    color: var(--main-color);
}

.menu-right-t .item .cart-btn .icon {
    position: relative;
}

.menu-right-t .item .cart-btn .icon .total-c {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: var(--sec-color);
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
}

.menu-right-t .item .cart-btn {
    color: var(--dark-gray);
}

.menu-right-t .item .cart-btn i {
    font-size: 30px;
}

.menu-right-t .item .sub-menu {
    position: absolute;
    left: 0;
    min-width: 120px;
    background: #fff;
    z-index: 9;
    display: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

.menu-right-t .item:hover .sub-menu {
    display: block;
}

.menu-right-t .item .sub-menu li {
    opacity: 0;
    transform-origin: bottom;
    animation: dropdown-1 0.2s ease forwards;
    background: var(--bg-color);
    margin: 0;
}

.menu-right-t .item:hover .sub-menu li {
    opacity: 1;
}

.menu-right-t .item .sub-menu li:nth-child(1) {
    animation-duration: 0.3s;
    animation-delay: 0s;
}

.menu-right-t .item .sub-menu li:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
}

.menu-right-t .item .sub-menu li:nth-child(3) {
    animation-duration: 0.3s;
    animation-delay: 0.2s;
}

.menu-right-t .item .sub-menu li:nth-child(4) {
    animation-duration: 0.3s;
    animation-delay: 0.3s;
}

.menu-right-t .item .sub-menu li:nth-child(5) {
    animation-duration: 0.3s;
    animation-delay: 0.4s;
}

@keyframes dropdown-1 {
    0% {
        opacity: 0;
        transform: rotateY(-90deg) translateY(30px);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg) translateY(0);
    }
}

.menu-right-t .item .sub-menu li a {
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee !important;
    display: block;
}

.menu-right-t .item .sub-menu li:last-child a {
    border: none !important;
}

.menu-right-t .item .sub-menu li a:hover,
.menu-right-t .item .sub-menu li a:focus {
    color: var(--main-color);
}

.menu-right-t .item .sub-menu.sub-cart {
    left: auto;
    right: 0;
    width: 300px;
    display: block;
    opacity: 0;
    transition: all .5s;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.all-pro-cart .item-cart {
    display: flex;
    padding: 15px;
    border-bottom: 1px #f3f2f2 solid;
    position: relative;
    align-items: center;
}

.all-pro-cart .item-cart .img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    padding: 2px;
}

.all-pro-cart .item-cart .details {
    width: calc(100% - 60px);
    padding-inline-start: 15px;
    position: relative;
}

.all-pro-cart .item-cart .details .name {
    font-size: 14px;
}

.all-pro-cart .item-cart .details .total-p {
    display: flex;
    align-items: center;
    margin: 5px 0 0;
}

.all-pro-cart .item-cart .details .total-p span {
    margin-inline-end: 5px;
    font-size: 12px;
    color: var(--sec-color);
    font-weight: bold;
}

.all-pro-cart .item-cart .details .total-p span:nth-child(2) {
    font-size: 10px;
}

.all-pro-cart .item-cart .details .delete-c {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.all-pro-cart .item-cart .details .delete-c .btn-del i {
    font-size: 11px;
    color: #f00;
    opacity: .5;
    transition: all .5s;
}

.all-pro-cart .item-cart .details .delete-c .btn-del:hover i {
    opacity: 1;
}

.all-pro-cart {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.all-pro-cart::-webkit-scrollbar {
    width: 2px;
}

.all-pro-cart::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 18%);
}

.all-pro-cart::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    /* outline: 1px solid slategrey; */
}

.menu-right-t .item:hover .sub-menu.sub-cart {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.menu-right-t .item .sub-menu.sub-cart .total-check-cart {
    padding: 15px;
    display: flex;
    border-bottom: 1px #f3f2f2 solid;
}

.menu-right-t .item .sub-menu.sub-cart .total-check-cart .titlech,
.menu-right-t .item .sub-menu.sub-cart .total-check-cart .totalch {
    max-width: 50%;
    flex: 0 0 50%;
    display: inline-flex;
}

.menu-right-t .item .sub-menu.sub-cart .total-check-cart .titlech:first-child {
    padding-inline-end: 10px;
}

.menu-right-t .item .sub-menu.sub-cart .total-check-cart .titlech h3,
.menu-right-t .item .sub-menu.sub-cart .total-check-cart .totalch h3 {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.menu-right-t .item .sub-menu.sub-cart .total-check-cart .totalch {
    justify-content: flex-end;
}

.menu-right-t .item .sub-menu.sub-cart .btn-cart {
    display: flex;
    padding: 15px;
    justify-content: center;
}

.menu-right-t .item .sub-menu.sub-cart .btn-cart .btn {
    width: 85%;
    margin-inline-end: 5px;
    display: inline-flex;
    justify-content: center;
    background: var(--main-color) !important;
    color: #fff;
    font-size: 14px;
    min-height: 35px;
    z-index: 1;
}

.menu-right-t .item .sub-menu.sub-cart .btn-cart .btn.btn-sec {
    background: var(--sec-color) !important;
    margin-inline-end: 0;
    margin-inline-start: 5px;
}

.text-slider .text-block-ss h3 {
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: var(--dark-gray);
    font-weight: normal;
}

.text-slider .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.text-slider .owl-nav .owl-prev,
.text-slider .owl-nav .owl-next {
    font-size: 12px;
    color: var(--dark-gray);
    position: absolute;
}

.text-slider .owl-nav .owl-prev {
    left: -10px;
}

.text-slider .owl-nav .owl-next {
    right: -10px;
}

.header-top .row {
    align-items: center;
}


/* End Header-med */


/* Start Header-bottom */

.header-bottom {
    border-top: 1px #e6e3e3 solid;
    box-shadow: 0px 6px 6px #E2E2E2;
    position: relative;
}

.header-bottom .nav-menu ul {
    display: flex;
    justify-content: center;
    /* flex: 0 1; */
    width: calc(100% - 150px);
}

.header-bottom .nav-menu ul li {
    flex: auto;
    display: inline-flex;
    padding: 0 5px;
}

.header-bottom .nav-menu ul li a {
    padding: 15px 0;
    color: var(--dark-gray);
    font-size: 15px;
    font-weight: bold;
}

.header-bottom .nav-menu ul li:first-child {
    padding-inline-start: 0;
}

.header-bottom .nav-menu ul li:last-child {
    padding-inline-end: 0;
}

.header-bottom .nav-menu ul li a:hover {
    color: var(--main-color);
    /* animation: 1s rubberBand; */
}

.header-bottom .nav-menu ul li.current-menu-item a {
    color: var(--main-color);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
}

.nav-inner .logo {
    width: 180px;
    margin-inline-end: auto;
}

.nav-inner .nav-menu {
    /* margin-inline-start: 15px; */
    width: calc(100% - 180px);
    /* margin: 0 15px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.form-t input {
    width: 100%;
    background: #FBFBFB;
    border: 1px solid #E1E4ED;
    border-radius: 5px;
    height: 35px;
    padding: 0 14px;
    font-size: 11px;
    padding-inline-end: 35px;
}

.form-t {
    max-width: 214px;
    width: 214px;
    margin-inline-start: auto;
    display: none;
}

.form-t form {
    position: relative;
}

.form-t button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    border: none !important;
    background: none !important;
    font-size: 16px;
    color: var(--dark-gray);
}


/* End Header-bottom */


/* Start Home-slider */

.banner-home,
.banner-home .home-slider,
.banner-home .home-slider .row {
    min-height: 718px;
}

.home-slider .img-overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-slider .img-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 40s ease;
}

.home-slider .active .img-overlay img {
    transform: scale(1.5) translate(20px, 20px);
}

.home-slider .owl-item {
    overflow: hidden;
}

.banner-home .home-slider .row {
    align-items: center;
}

.banner-home .home-slider .text-banner {
    /* max-width: 260px; */
    margin: 0;
}

.banner-home .home-slider .text-banner h1 {
    opacity: 0;
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    transition: all .5s;
    font-weight: normal;
    margin: 0;
    /* font-family: 'Playfair Display', serif; */
}

.banner-home .home-slider .active .text-banner h1 {
    opacity: 1;
    animation-name: flipInX;
    animation-delay: 0.2s;
    animation-duration: .5s;
}

.home-slider.owl-carousel .owl-nav {
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: auto;
    left: 0 !important;
    margin: 0 !important;
    /* display: flex; */
    top: auto;
}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
    font-size: 24px;
    position: relative;
    background: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 82px;
    height: 61px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 39px;
    transition: all .5s;
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
    border-inline-end: 1px #eee solid !important;
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.home-slider .owl-dots {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-slider .owl-dots .owl-dot span {
    display: block;
    transition: all .5s;
    width: 8px;
    height: 8px;
    background: #FBFBFB;
    border-radius: 50%;
}

.home-slider .owl-dots .owl-dot {
    margin: 0 3px;
}

.home-slider .owl-dots .owl-dot.active span {
    /* width: 53px; */
    /* height: 6px; */
    background: var(--main-color);
}

.banner-home .home-slider .text-banner p {
    font-weight: normal;
    margin: 30px 0 45px;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    opacity: 0;
    transition: all .5s;
    left: -150%;
    position: relative;
    max-height: 45px;
    overflow: hidden;
}

.banner-home .home-slider .text-banner .btn {
    transition: all .5s;
    min-width: 168px;
    min-height: 50px;
    background: var(--main-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 17px;
    color: var(--sec-color);
    opacity: 0;
    font-weight: normal;
    left: -150%;
    position: relative;
    text-transform: uppercase;
    border-radius: 5px;
}

.text-banner .btn:hover,
.text-banner .btn:focus {
    background: var(--sec-color) !important;
    color: #fff !important;
    outline: none !important;
}

.banner-home .home-slider .active .text-banner p {
    animation: slideRight 0.75s 1s ease 1 forwards;
    opacity: 1;
    transform: none;
}

.banner-home .home-slider .active .text-banner .btn {
    animation: slideRight 0.75s 1.5s ease 1 forwards;
    opacity: 1;
    transform: none;
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: -150%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover,
.home-slider.owl-carousel .owl-nav .owl-next:hover {
    color: var(--main-color);
}


/* End Home-slider */


/* Start Banners-h */

.banners-h {
    padding: 45px 0;
}

.banner-block {
    margin: 15px 0;
    height: 504px;
    display: block;
    position: relative;
    overflow: hidden;
}

.banner-block .img {
    width: 100%;
    height: 100%;
}

.banner-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-block .details {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    width: 70%;
    margin: auto;
    padding-top: 20%;
}

.banner-block .details h3 {
    max-width: 180px;
    color: #fff;
    font-size: 32px;
    /* font-family: 'Playfair Display'; */
    line-height: 43px;
    margin: 0;
}

.banner-block .details p {
    max-width: 329px;
    margin: 20px 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    max-height: 22px;
    overflow: hidden;
}

.banner-block .details .btn-shop {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px #fff solid;
    display: table;
    margin: 0;
}

.banner-block.banner-small {
    height: 244px;
}

.banner-block.banner-small .details {
    margin-inline-start: 0;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: start;
}

.banner-block.banner-small .details h3 {
    font-size: 24px;
    color: #fff;
    max-width: 300px;
    font-family: 'Roboto';
    font-weight: normal;
}

.banner-block.banner-small .details h2 {
    font-size: 24px;
    font-weight: 900;
    color: var(--sec-color);
    margin: 10px 0;
}

.banner-block.banner-small .details .btn-shop {
    color: var(--sec-color);
    border-color: var(--sec-color);
    margin-top: 10px;
}


/* End Banners-h */


/* Start New-arrival */

.new-arrival {
    padding: 0 0 50px;
}

.title {
    margin: 0 0 20px;
}

.title h3 {
    margin: 0;
    font-size: 32px;
    text-transform: capitalize;
    /* font-family: 'Playfair Display'; */
    color: var(--color-dark);
    font-weight: bold;
}

.more-products a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: capitalize;
    color: var(--sec-color);
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.more-products a i {
    margin-inline-start: 10px;
}

.pro-block {
    margin: 15px 0;
    min-height: 285px;
}

.pro-block .img-block {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.pro-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 260px;
}

.pro-block .img-block .img img {
    width: 100%;
    max-height: 100%;
    transition: all .5s;
    object-fit: cover;
    object-position: center;
}

.pro-block .details {
    padding: 15px 0 0;
}

.pro-block .details .name {
    font-size: 16px;
    display: block;
    color: var(--color-dark);
    font-weight: normal;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.pro-block .details .price-h {
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.pro-block .details .price-h span {
    font-family: 'Open Sans', sans-serif;
    color: var(--sec-color);
    font-size: 18px;
    font-weight: bold;
    margin-inline-end: 10px;
}

.pro-block .details .price-h span u {
    text-decoration: none;
    font-size: 10px;
}

.pro-block .details .price-h .old-price {
    margin: 0;
    font-weight: 300;
    color: var(--light-gray);
    text-decoration: line-through;
}

.btn-add-cart {
    min-width: 144px;
    min-height: 30px;
    background: #F2F2F2;
    border-radius: 5px;
    display: table;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: var(--color-dark);
}

.pro-block .details .btn-add-cart {
    margin: 20px 0 0;
    border: none;
}

.pro-block .details .btn-add-cart:hover,
.pro-block .details .btn-add-cart:focus {
    color: #fff;
    background: var(--main-color);
}


/* End New-arrival */


/* Start Categories-h */

.categories-h {
    padding: 0 0 35px;
}

.cat-block {
    margin: 15px 0;
    height: 500px;
    position: relative;
}

.cat-block .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.cat-block .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.cat-block .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cat-block .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #76789100, var(--sec-color));
}

.cat-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 30%;
    padding: 30px;
    z-index: 2;
}

.cat-block .details h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.cat-block .details p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    max-height: 25px;
    overflow: hidden;
    margin: 20px 0;
}

.cat-block .details .btn-shop {
    min-width: 168px;
    min-height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0 0;
}

.cat-block .details .btn-shop:hover,
.cat-block .details .btn-shop:focus {
    background: #fff;
    color: var(--sec-color);
}


/* End Categories-h */


/* Start Viwed-h */

.nav.nav-pills {
    justify-content: flex-end;
    margin-bottom: 40px;
}

.nav-pills .nav-link {
    /* min-width: 135px; */
    min-height: 30px;
    color: var(--light-gray);
    border-radius: 20px;
    text-align: center;
    margin-inline-start: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #F2F2F2;
    color: var(--sec-color);
    min-width: 135px;
}

.tabs-inner {
    display: flex;
    flex-wrap: wrap;
}

.tabs-inner .col-md-4.col-sm-12 {
    /* padding: 0; */
}

.pro-block.pro-block-two {
    min-height: 162px;
    background: #fff;
    border: 1px solid #E1E4ED;
    display: flex;
    align-items: center;
    /* margin: 0; */
}

.pro-block.pro-block-two .img-block {
    width: 250px;
    background: #f4f4f2;
    height: 100%;
}

.pro-block.pro-block-two .img-block .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pro-block.pro-block-two .details {
    padding: 11px;
    width: calc(100% - 250px);
}

.pro-block.pro-block-two .details .name {
    font-size: 15px;
}

.viwed-h {
    padding: 50px 0;
    background: #FBFBFB;
}

.viwed-h .title h3 {
    line-height: 40px;
}


/* End Viwed-h */


/* Start Desginers-h */

.designers-h {
    padding: 20px 0 50px;
}

.title.title-sec {
    text-align: center;
}

.title.title-sec span {
    text-transform: capitalize;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: var(--light-gray);
}

.designers-slider .item {
    padding: 0 15px;
}

.designer-block {
    margin: 15px 0;
    text-align: center;
}

.designer-block .img {
    line-height: 240px;
    height: 240px;
    overflow: hidden;
}

.designer-block .img img {
    width: 100%;
    max-height: 100%;
    transition: all .5s;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.designer-block .details {
    padding: 10px 0 0;
}

.designer-block .details h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    color: var(--color-dark);
}

.designers-slider .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    width: 100%;
}

.designers-slider .owl-nav .owl-prev,
.designers-slider .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--sec-color);
    position: absolute;
    transition: all .5s;
}

.designers-slider .owl-nav .owl-prev {
    left: 0;
}

.designers-slider .owl-nav .owl-next {
    right: 0;
}

.designers-slider .owl-nav .owl-prev:hover,
.designers-slider .owl-nav .owl-next:hover {
    background: var(--main-color);
}

/* .designers-h::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 50%;
    background: #fbfbfb;
} */

.owl-dots {
    text-align: center;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #F2F2F2;
    display: block;
    border-radius: 50%;
}

.owl-dots .owl-dot {
    margin: 0 3px;
}

.owl-dots .owl-dot.active span {
    background: var(--main-color);
}


/* End Desginers-h */


/* Start Testimonials-h */

.testimonials-h {
    padding: 50px 0;
    background: #FBFBFB;
}

.test-block {
    max-width: 720px;
    text-align: center;
    margin: 15px auto;
}

.test-block .icon h1 {
    font-size: 32px;
    color: var(--sec-color);
    font-weight: bold;
    line-height: 43px;
    margin: 0;
}

.test-block .test-comment p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 27px;
    color: var(--dark-gray);
    font-weight: normal;
}

.test-block .test-comment h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--sec-color);
    font-weight: bold;
}

.owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0;
    right: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 32px;
    height: 32px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    font-size: 16px;
    color: var(--sec-color);
    transition: all .5s;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: var(--main-color);
}


/* End Testimonials-h */


/* Start Special-h */

.special-h {
    padding: 50px 0;
}

.special-block {
    margin: 15px 0;
    text-align: center;
}

.special-block .icon {
    font-size: 65px;
    line-height: 65px;
    color: var(--sec-color);
    height: 65px;
}

.special-block .details {
    padding: 12px 0 0;
}

.special-block .details h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: var(--sec-color);
}


/* End Special-h */


/* Start Footer */

.footer-top {
    padding: 50px 0;
    background: #000;
}

.social-f {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}

.social-f span {
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    margin-inline-end: 15px;
}

.social-f a {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

.footer-col .info-f li a {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.footer-col .info-f li a .icon {
    width: 46px;
    font-size: 46px;
    color: var(--dark-gray);
    height: 46px;
    line-height: 46px;
}

.footer-col .info-f li a .details {
    width: calc(100% - 45px);
    padding-inline-start: 10px;
}

.footer-col .info-f li a .details span {
    font-size: 13px;
    color: var(--dark-gray);
    font-family: 'Montserrat', sans-serif;
}

.footer-col .info-f li a .details h3 {
    font-size: 18px;
    color: var(--dark-color);
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 4px 0 0;
}

.footer-col .info-f li:first-child a {
    margin-top: 0;
}

.footer-col .info-f li:last-child a {
    margin-bottom: 0;
}

.footer-col h3 {
    color: var(--dark-color);
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 20px;
}

.footer-col ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    margin: 10px 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: normal;
}

.copy-right {
    display: flex;
    align-items: center;
}

.copy-right p {
    color: #578292;
    font-size: 13px;
    font-weight: 300;
}

.copy-right {
    display: flex;
    align-items: center;
}

.copy-right p a {
    /* font-family: 'Playfair Display'; */
}

.copy-right .ryad-logo {
    display: flex !important;
    align-items: center;
}

.copy-right .ryad-logo svg {
    width: 170px;
    margin: -24px -53px;
}

.copy-right .ryad-logo .lolo-co {
    color: #578292;
    font-size: 14px;
    font-weight: 300;
}

.visa-logo {
    display: flex;
    justify-content: flex-end;
}

.footer-bottom .row {
    align-items: center;
    padding: 10px 0;
}


/* End Footer */


/* Start Animation */

.banner-block:hover .details h3 {
    animation: bounceInLeft 1s;
}

.banner-block:hover .details p,
.banner-block:hover .details h2 {
    animation: fadeInDown 1s;
}

.banner-block:hover .details .btn-shop {
    animation: backInUp 1s;
}

.pro-block:hover .img-block .img img {
    transform: scale(1.1) translate(5px, 5px);
}

.cat-block:hover .details h3,
.cat-block:hover .details p {
    animation: fadeInDown 1s;
}

.cat-block:hover .details p {
    animation: fadeInDown 1.5s;
}

.cat-block:hover .details .btn-shop {
    animation: fadeInUp 1s;
}

.special-block:hover .icon {
    animation: swing 1s;
}

.designer-block:hover .img img {
    transform: scale(1.1);
}

.footer-col ul li a:hover {
    color: var(--sec-color);
}

.social-f a:hover {
    color: var(--sec-color);
}


/* End Animation */


/* Start Desingers-page */

.breadcrumb {
    padding: 0;
    margin: 0;
    height: 180px;
    overflow: hidden;
}

.img-overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.breadcrumb .row {
    height: 100%;
    align-items: center;
}

.text-bread h3 {
    margin: 0 0 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.text-bread ul {
    display: flex;
    align-items: center;
}

.text-bread ul li {
    padding: 0 10px;
    position: relative;
}

.text-bread ul li:first-child {
    padding-inline-start: 0;
}

.text-bread ul li a,
.text-bread ul li span {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.text-bread ul li a {
    color: var(--main-color);
}

.text-bread ul li a::after {
    content: "/";
    position: absolute;
    right: -4px;
    top: 1px;
}

.img-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.body-inner {
    padding: 80px 0;
}

.title-page {
    margin: 0 0 30px;
}

.title-page h3 {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 35px;
    color: var(--sec-color);
    font-weight: bold;
    margin: 0;
}

.pagination {
    justify-content: center;
    margin: 55px 0 0;
}

.pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    border: 1px solid var(--sec-color);
    color: var(--sec-color);
    font-size: 15px;
    border-radius: 0 !important;
    padding: 0;
    text-align: center;
}

.pagination .page-item .page-link.next-link,
.pagination .page-item .page-link.prev-link {
    background: var(--sec-color);
    color: #fff;
    font-size: 12px;
}

.pagination .page-item .page-link.active {
    background: #e2e2e2;
    border-color: #e2e2e2;
}


/* End Desingers-page */


/* Start Privacy-page */

.privacy-inner {
    max-width: 900px;
    margin: auto;
}

.privacy-inner h3 {
    /* margin: 20px 0; */
    font-size: 24px;
    font-weight: 400;
    color: var(--sec-color);
    text-transform: uppercase;
}

.privacy-inner p {
    color: var(--sec-color);
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0;
    font-weight: 300;
}


/* End Privacy-page */


/* Start About-page */

.text-about {
    margin: 0 0 50px;
}

.text-about h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--sec-color);
    font-weight: 400;
    margin: 0;
}

.text-about p {
    margin: 30px 0 20px;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 30px;
}

.img-about {
    height: 400px;
    background: #f5f5f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.img-about .img {
    width: 100%;
    height: 100%;
}

.img-about .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-page .row:nth-child(even) {
    margin-top: 50px;
    flex-direction: row-reverse;
}

.text-about ul li {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0;
    padding-inline-start: 20px;
    position: relative;
}

.text-about ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--sec-color);
}

.about-block {
    margin: 15px 0;
    padding: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 3%);
    transition: all .5s;
}

.about-block h3 {
    font-size: 22px;
    font-weight: 400;
    color: var(--sec-color);
    text-transform: uppercase;
    margin: 0 0 20px;
}

.about-block p {
    margin: 20px 0 0;
    font-size: 16px;
    color: #2a2a2a;
    line-height: 30px;
}

.about-block:hover {
    box-shadow: 0 0 30px rgb(255 213 35 / 37%);
}


/* End About-page */


/* Start Single-page */

.slick-slider {
    direction: ltr;
}

.slider-single-pro {
    display: flex;
    position: relative;
}

.slider.slider-for {
    width: calc(100% - 130px);
    padding-inline-start: 8px;
}

.slider.slider-nav.thumb-image {
    width: 130px;
}

.blokc-single-g {
    height: 410px;
    overflow: hidden;
    position: relative;
    background: #f5f5f3;
    padding: 30px;
}

.blokc-single-g img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.thumbnail-image {
    height: 130px;
    overflow: hidden;
    background: #f5f5f3;
    padding: 10px;
}

.thumbnail-image .thumbImg {
    height: 100%;
    width: 100%;
}

.thumbnail-image .thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: var(--main-color);
    height: 25px;
    z-index: 3;
    opacity: .5;
    transform: none;
}

.slick-next.slick-arrow {
    top: auto;
    bottom: 9px;
}

.control {
    display: flex;
    width: 130px;
    height: 35px;
}

.control .bttn-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.control .input {
    width: calc(100px * 0.5);
    padding: 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: none;
    border-right: none;
}

.control a.bttn {
    color: black;
    text-decoration: none;
}

.control a.bttn,
.control .bttn {
    width: calc(100px * 0.5);
    padding: 0;
    text-align: center;
    border: 1px solid black;
    box-shadow: none;
    background-color: white;
    font-size: 19px;
    border-inline-end: 0;
}

.control a.bttn span,
.control .bttn span {
    margin: auto !important;
}

.control .bttn-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-inline-start: 0;
    border-inline-end: 1px solid black;
}

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

.text-single .title-single {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-single .title-single h3 {
    width: 70%;
    max-width: 70%;
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize;
    color: #2a2a2a;
    margin: 0;
    padding-inline-end: 15px;
}

.text-single .title-single .stars {
    width: 30%;
    display: flex;
    /* justify-content: flex-end; */
}

.text-single .title-single .stars li span {
    font-size: 14px;
    color: #f1d160;
}

.text-single .title-single .stars li span.far {
    font-size: 11px;
}

.text-single .price-s {
    padding: 15px 0;
}

.text-single .price-s h3 {
    margin: 0;
    font-size: 22px;
    color: var(--sec-color);
    font-weight: bold;
}

.text-single .ship-s p {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.text-single .control {
    margin: 25px 0;
}

.btn-single {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    -webkit-align-items: center;
}

.btn-single .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    min-height: 50px;
    border-radius: 6px;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--sec-color);
    font-weight: 400;
}

.card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.card {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cecbcb;
}

.card-header .btn-link {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #000;
    font-size: 18px;
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: start;
    position: relative;
    padding-inline-end: 30px;
    text-decoration: none;
}

.card-body {
    padding: 0 0 20px;
}

.card-body p {
    font-size: 15px;
    line-height: 25px;
    color: #767891;
}

.card-body ul {
    margin: 15px 0 0;
}

.card-body ul li {
    font-size: 15px;
    line-height: 25px;
    color: #767891;
    padding-inline-start: 20px;
    margin: 5px 0;
    position: relative;
}

.card-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: var(--sec-color);
    border-radius: 50%;
}

.card-header .btn-link::after {
    content: "\f068";
    position: absolute;
    right: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    top: 15px;
    transition: all .5s;
}

.card-header .btn-link.collapsed::after {
    content: "\f067";
}

.woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 20px;
}

.text-single .price-s h3 del .woocommerce-Price-amount.amount bdi {
    font-size: 17px;
}

.text-single .price-s h3 ins,
.text-single .price-s h3 ins .woocommerce-Price-amount.amount,
.text-single .price-s h3 ins .woocommerce-Price-amount.amount bdi {
    text-decoration: none;
}

.added_to_cart.wc-forward {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--sec-color);
    min-height: 50px;
    border-radius: 6px;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--sec-color);
    font-weight: 400;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    margin: 10px 0 0;
}


/* End Single-page */

.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
    /* display: inline-flex; */
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 10px;
}

#commentform {
    display: flex;
    flex-wrap: wrap;
}

#commentform p,
.woocommerce #review_form #respond .comment-form-rating {
    max-width: 100%;
    flex: 0 0 100%;
}

.woocommerce #review_form #respond p.comment-form-author {
    padding-inline-start: 0;
}

.woocommerce #review_form #respond p.comment-form-email {
    padding-inline-end: 0;
}

.woocommerce #review_form #respond p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce #review_form #respond label {
    display: block;
    font-size: 15px;
}

.woocommerce #review_form #respond .comment-form-cookies-consent input {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.woocommerce #review_form #respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    margin-inline-start: 10px;
}

.woocommerce #review_form #respond .comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: auto;
    background: var(--sec-color) !important;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #fff !important;
    min-width: 120px;
    transition: all .5s;
    padding: 0 20px !important;
    font-size: 16px !important;
    text-align: center;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--sec-color) !important;
    color: #fff !important;
}

.related-pro {
    padding: 50px 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.menu-res .item a .total-cart {
    top: 0;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    background: var(--dark-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 15px;
}

.woocommerce-info {
    border-color: var(--sec-color);
}

.woocommerce-info::before {
    color: var(--sec-color);
}

.pro-block .details .added_to_cart.wc-forward {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-color);
    border-radius: 4px;
    min-height: 35px;
    padding: 0 7px;
    color: #fff;
    font-size: 12px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: 0;
    margin-inline-start: 5px;
}

.category-page.body-inner {
    background: #fff;
}

#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th {
    color: var(--sec-color);
    text-align: center;
    padding: 12px;
    font-size: 17px;
}

#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart td a,
.woocommerce-cart table.cart td a,
.woocommerce-checkout table.cart td a {
    text-align: center;
    font-size: 16px;
    color: #888;
}

.woocommerce .quantity .qty {
    min-width: 100px;
    text-align: center;
    border: 1px #ccc solid;
    border-radius: 5px;
    min-height: 35px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 60%;
    padding: 0 20px;
    line-height: normal;
    border-radius: 5px;
    border: 1px #ccc solid;
}

.woocommerce table.cart td.actions .coupon {
    width: 50%;
    display: flex;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    margin: 30px 0 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    color: var(--sec-color);
    margin: 0 0 20px;
}

.woocommerce-page .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    border-color: #eee;
}

.woocommerce-page .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr td {
    font-size: 15px;
    color: #333;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 50% !important;
    width: 100%;
    padding: 0 5px;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields {
    border: 1px #f1f1f1 solid;
    padding: 25px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
    font-size: 24px;
    color: var(--sec-color);
    margin: 0 0 20px;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row {
    margin: 15px 0;
}

.woocommerce form .form-row label {
    font-size: 15px;
    color: #777;
    text-decoration-skip-ink: none;
}

.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
    width: 100% !important;
    display: block !important;
    height: 40px !important;
    border: 1px #eee solid !important;
    border-radius: 5px;
    padding: 0 20px !important;
}

#billing_country {
    display: block !important;
}

.nice-select.country_to_state.country_select {
    display: none;
}

.woocommerce form .form-row textarea {
    height: 200px !important;
    padding: 20px !important;
}

#order_review_heading {
    margin: 30px 0;
    font-size: 24px;
    color: var(--sec-color);
    /*font-family: 'neoMed';*/
}

.woocommerce table.shop_table th {
    color: var(--sec-color);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--bg-color);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: rgb(239 239 239);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #efefef;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout #payment div.form-row {
    display: block;
    text-align: center;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    margin: 20px 0 0;
}

.select2-container--default .select2-selection--single {}

.woocommerce form .form-row .select2-container {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-dropdown {
    border-color: #eee;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var(--main-color) !important;
    color: #fff !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin: 0 0 23px;
    font-size: 18px;
    color: green;
}

.woocommerce ul.order_details li {
    font-size: 12px;
    font-weight: normal;
    color: #888;
}

.woocommerce ul.order_details li strong {
    margin: 5px 0 0;
    font-size: 13px;
    color: var(--dark-color);
}

.woocommerce-order p {
    font-size: 16px;
    margin: 0 0 20px;
}

.woocommerce-order-details__title {
    color: var(--sec-color);
    font-size: 22px;
    margin: 0 0 20px;
    /*font-family: 'neoMed';*/
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr th,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    color: var(--dark-color);
}

.xoo-el-form-container ul.xoo-el-tabs li {
    background: var(--main-color) !important;
    color: #fff !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background: var(--sec-color) !important;
}

.xoo-aff-input-group .xoo-aff-input-icon {
    display: none;
}

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select {
    border: 1px #eee solid !important;
    box-shadow: none !important;
    padding: 0 20px !important;
}

.xoo-el-login-btm-fields label {
    margin: 0;
    margin-inline-end: auto;
}

a.xoo-el-lostpw-tgr {
    margin: 0;
    margin-inline-start: auto;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    width: 100%;
    margin: 10px 0 0;
}

.xoo-aff-group {
    width: 100%;
}

.xoo-el-section {
    padding: 0;
}

.xoo-el-header {
    padding: 0;
    margin: 0 0 25px !important;
}

.xoo-el-form-container.xoo-el-form-inline {
    max-width: 600px;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    background: var(--sec-color);
}

.xoo-aff-group.onehalf {
    margin: 0 0 30px;
    margin-inline-end: 10px;
    width: calc(50% - 10px);
}

.xoo-aff-group {
    /* float: right; */
}

.xoo-aff-group.xoo-aff-cont-text.onehalf.xoo-aff-cont-required.xoo_el_reg_lname_cont {
    width: calc(50% - 10px);
    margin-inline-end: 0;
    margin-inline-start: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border: 1px #eee solid;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px #eee solid;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--main-color);
    color: var(--sec-color);
}

.woocommerce-account .woocommerce-MyAccount-content p {
    line-height: 30px;
    font-size: 16px;
    display: block;
}

.woocommerce-Address {
    border-inline-start: 1px #eee solid;
    margin: 30px 0 0;
}

.woocommerce-Address .title h3 {
    font-size: 16px;
    width: 50%;
    /* display: flex; */
    white-space: nowrap;
}

.woocommerce-account .addresses .title .edit {
    color: var(--sec-color);
    text-decoration: underline;
}

.woocommerce-account .addresses .title {
    margin: 0 0 15px;
}

address {
    font-size: 15px;
    color: #555;
    line-height: 25px;
}

.u-column1.col-1.woocommerce-Address {
    border: none;
}

fieldset legend {
    color: var(--sec-color);
    font-size: 20px;
}

.select-side form.woocommerce-ordering {
    float: none !important;
    margin: 0;
}

address p::before {
    color: var(--sec-color);
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    text-align: left;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: .5em;
}

[dir=rtl] .slick-slide {
    float: left;
}

.contact-page::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 25%;
    background: var(--sec-color);
}

.contact-inner {
    position: relative;
    z-index: 3;
}

.contact-inner .contact-form {
    background: #fff;
    box-shadow: 0px 3px 26px #B2ADAD29;
    border-radius: 5px;
    padding: 55px;
}

.contact-page.body-inner {
    padding: 190px 0;
}

.contact-inner::before {
    content: "";
    height: 105%;
    width: 26%;
    position: absolute;
    left: -2%;
    top: -2.5%;
    background: var(--main-color);
    z-index: -1;
    border-radius: 5px 0 0 5px;
}

.contact-page .row {
    align-items: center;
}

.contact-inner .contact-form h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px;
}

.form-group {
    margin: 18px 0;
}

.form-group label {
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
}

.form-group .form-control {
    height: 50px;
    background: #EFEFEF;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #444444;
    font-size: 14px;
    box-shadow: none;
    transition: all .5s;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group .form-control:focus {
    background: #fff;
    border-color: var(--main-color);
}

.form-group textarea.form-control {
    padding: 16px;
    height: 114px;
}

.btn-form {
    min-width: 126px;
    min-height: 50px;
    background: var(--main-color);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: var(--sec-color);
    margin: 15px 0 0;
}

.btn-form:hover,
.btn-form:focus {
    background: var(--sec-color);
    color: #fff;
}

.info-contact {
    padding-inline-start: 30px;
}

.info-contact h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 37px;
}

.info-contact ul {
    margin: 30px 0;
}

.info-contact ul li a {
    font-size: 16px;
    color: var(--sec-color);
    display: flex;
}

.info-contact ul li i {
    font-size: 20px;
    width: 20px;
    position: relative;
    top: 2px;
}

.info-contact ul li span {
    width: calc(100% - 20px);
    padding-inline-start: 10px;
}

.info-contact ul li {
    line-height: 26px;
    margin: 16px 0;
}

.social-c {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social-c a {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(35 39 90 / 19%);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-inline-end: 9px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #727272;
}

.social-c a:hover {
    color: var(--main-color);
}

.info-contact ul li span u {
    display: inline-block;
    text-decoration: none;
}


/* Start Cart-inner */
.all-pro-cart {
    border: 1px var(--main-color) solid;
    border-radius: 10px;
}

.all-pro-cart .head-cart-in {
    background: var(--main-color);
}

.all-pro-cart .head-cart-in ul {
    display: flex;
    flex: 0 1;
    justify-content: center;
    align-items: center;
}

.all-pro-cart .head-cart-in ul li {
    width: 22%;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.all-pro-cart .head-cart-in ul li h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.all-pro-cart .body-cart-in .row-cart-in {
    display: flex;
    justify-content: center;
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in,
.all-pro-cart .body-cart-in .row-cart-in .price-cart-in,
.all-pro-cart .body-cart-in .row-cart-in .quantity-cart-in,
.all-pro-cart .body-cart-in .row-cart-in .total-cart-in {
    display: flex;
    flex: auto;
    padding: 14px 20px;
    border-bottom: 1px rgba(168, 83, 139, 0.5) solid;
    align-items: center;
    width: 20%;
    justify-content: center;
    position: relative;
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in .img-pro {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    border: 1px var(--main-color) solid;
    padding: 4px;
    border-radius: 5px;
    align-content: center;
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in .img-pro img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in .img-pro a {
    display: block;
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in .name-pro {
    display: block;
    width: calc(100% - 50px);
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in .name-pro a {
    display: block;
    color: #222;
    padding-inline-start: 20px;
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in .name-pro a h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in {
    justify-content: end;
}

.all-pro-cart .body-cart-in .row-cart-in .price-cart-in h4,
.all-pro-cart .body-cart-in .row-cart-in .total-cart-in h4 {
    margin: 0;
    color: #222;
    font-size: 18px;
}

.all-pro-cart .body-cart-in .row-cart-in .total-cart-in .btn-remove {
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #f00;
    cursor: pointer;
}

.all-pro-cart+.btn-group {
    margin: 50px 0 0;
}

.all-pro-cart+.btn-group .btn-sec {
    margin: 0 20px;
    background: #000;
    border: 1px var(--main-color) solid !important;
    color: var(--main-color);
}

.all-pro-cart+.btn-group .btn-sec span {
    /* color: var(--main-color); */
}

.shipping-cart.body-inner {
    padding-top: 0;
}

.shipping-in h3 {
    color: #222;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.shipping-in .info-shipping .form-group {
    margin: 30px 0;
}

.shipping-in .info-shipping {
    margin-top: 40px;
}

.shipping-in .info-shipping .form-group .form-control {
    height: 60px;
    line-height: 60px;
}

.shipping-total {}

.shipping-total .info-total {
    padding: 20px;
    border: 1px var(--main-color) solid;
    border-radius: 10px;
}

.shipping-total ul li {
    display: flex;
    line-height: 2;
    padding: 20px 0;
    border-bottom: 1px #5a2f4d solid;
    justify-content: space-between;
}

.shipping-total ul li:last-child {
    border: none;
}

.shipping-total ul li span {
    color: #222;
    font-size: 18px;
}

.shipping-total ul li span.details-total {
    /* float: left; */
    font-size: 20px;
}

.shipping-total .info-total .btn-cheachout .btn {
    width: 100%;
    margin-top: 30px;
}


.quantity {
    position: relative;
    display: block;
    width: 80px;
    float: right;
    height: 42px;
}

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

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    /* float: left; */
    display: block;
    padding: 0;
    margin: 0;
    color: #222;
    background: transparent;
    border: none;
    text-align: center;
    padding: 0;
    margin: auto;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: none;
    position: absolute;
    width: 100%;
    right: 0;
    height: 42px;
    top: 0;
}

.quantity-button {
    cursor: pointer;
    text-align: center;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: var(--main-color);
    color: #fff;
    width: 20px;
    height: 20px !important;
    line-height: 17px;
    border-radius: 100%;
    font-size: 16px;
    border: none !important;
    box-shadow: none !important;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.quantity-button.quantity-up {
    right: -20px;
    left: auto;
}

.quantity-button.quantity-down {
    left: 20px;
    right: auto;
}


.btn {
    padding: 0 50px;
    border: none !important;
    box-shadow: none !important;
    line-height: 46px;
    font-size: 20px;
    color: #E2DDDD;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: var(--main-color);
    border-radius: 0;
    transition: all .5s;
}

.btn.btn-black {
    background: var(--bg-color);
    border-radius: 0;
    margin-top: 20px;
}

.btn::before,
.btn::after {
    content: "";
    position: absolute;
    width: 51%;
    background: var(--sec-color);
    height: 100%;
    transition: all .3s;
    margin: 0;
    border: none;
    z-index: -1;
}

.btn::before {
    transform: translateY(-102%);
    right: 0;
    top: 0;
}

.btn::after {
    left: 0;
    bottom: 0;
    transform: translateY(102%);
}

.btn:hover::before,
.btn:hover::after {
    transform: translate(0);
}

.btn.btn-black::before,
.btn.btn-black::after {
    background: var(--main-color);
}

.btn span,
.btn.btn-black span,
.btn.btn-black:hover span,
.btn.btn-black:focus span {
    position: relative;
    z-index: 3;
    color: #E2DDDD;
}

/* End Cart-inner */

/* Start Checkout-inner */
.checkout-check {
    display: block;
    position: relative;
    padding-inline-start: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmarkOut {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.checkout-check:hover input~.checkmarkOut {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkout-check input:checked~.checkmarkOut {
    background-color: var(--main-color);
}

.checkmarkOut:after {
    content: "";
    position: absolute;
    display: none;
}

.checkout-check input:checked~.checkmarkOut:after {
    display: block;
}

.checkout-check .checkmarkOut:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.title-checkout h3 {
    font-size: 25px;
    font-weight: 500;
}

.title-checkout h3 i {
    margin-inline-end: 5px;
}

.title-checkout p {
    font-size: 12px;
    font-weight: 400;
    color: #3a3d44;
    margin: 14px 0;
}

.title-checkout p a {
    color: #3a3d44;
    text-decoration: underline;
}

.title-checkout p u {
    direction: ltr;
    display: inline-block;
    text-decoration: none;
}

.alert-title {
    background: var(--bg-color);
    padding: 20px;
    width: 48%;
    display: flex;
    flex: 0 1;
    margin-bottom: 50px;
    align-items: center;
}

.alert-title h3 {
    margin: 0;
    font-size: 16px;
    width: 90%;
    font-weight: 600;
}

.alert-title a {
    border: 1px #ccc solid;
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
}

.alert-title a:hover,
.alert-title a:focus {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.title-checkout {
    padding: 0 15px;
}

.title-form span {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    background: var(--color-dark);
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-inline-end: 5px;
}

.title-form h3 {
    display: inline-block;
    color: var(--color-dark);
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: 23px;
}

.title-form {
    margin: 60px 0 30px;
}

.title-form p {
    font-size: 12px;
    margin-top: 14px;
    color: #777;
    line-height: 20px;
}

.form-group label {
    font-size: 11px;
    color: #666;
    margin: 30px 0 12px;
}

.country-f {
    display: flex;
}

.country-f .form-control {
    width: 80%;
    margin-inline-end: 10px;
}

.country-f .find-ad {
    border: none;
    background: var(--main-color);
    color: #ffff;
    font-size: 13px;
    width: 30%;
}

.link-f {
    display: block;
    font-size: 11px;
    color: #2196f3;
    margin: 12px 0px;
    text-decoration: underline;
}

.showC h3 {
    margin-top: 45px;
    display: inline-block;
    color: var(--color-dark);
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
}

.alert-in-f {
    padding: 20px;
    background: var(--bg-color);
    margin: 10px 0;
}

.alert-in-f .head-alert {
    display: flex;
}

.alert-in-f .head-alert h3 {
    margin: 0 8px;
    font-size: 18px;
    display: inline-block;
    color: var(--color-dark);
    width: 90%;
}

.alert-in-f .head-alert .price-alert {
    color: #777;
    font-size: 14px;
}

.alert-in-f .body-alert {
    padding: 10px 22px 0;
}

.alert-in-f .body-alert p {
    font-size: 11px;
}

.alert-in-f .body-alert p a {
    text-decoration: underline;
}

button.title-form {
    width: 100%;
    text-align: start;
    border: none;
    background: none !important;
    margin: 30px 0 0;
    box-shadow: none !important;
    border-bottom: 1px #ccc solid;
    padding-bottom: 16px;
    position: relative;
}

.title-form.collapsed::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block !important;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.form-group .collapse,
.card-body {
    transition: all .5s;
}

.title-form ul {
    display: inline-block;
    margin: 0 10px;
}

.title-form ul li {
    display: inline-block;
}

.title-form ul li img {
    max-width: 25px;
    max-height: 25px;
}

.title-form p a {
    color: #777;
    text-decoration: underline;
}

.form-check input.btn.show-more-s {
    float: none;
}

.ceck-pro-in h3 {
    margin-top: 60px;
    display: inline-block;
    color: var(--color-dark);
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
}

.box-checkOut-in {
    background: var(--bg-color);
    padding: 20px;
}

.box-checkOut-in table {
    width: 100%;
}

.box-checkOut-in table tr th {
    font-size: 13px;
    color: var(--color-dark);
    border-bottom: 1px #dbe2e2 solid;
    padding-bottom: 11px;
}

.box-checkOut-in table tr td {
    font-size: 13px;
    border-bottom: 1px #dbe2e2 solid;
    vertical-align: middle;
}

.ceck-pro-in .quantity-p .control a.bttn,
.ceck-pro-in .quantity-p .control .bttn {
    background: var(--main-color);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-size: 16px;
}

.ceck-pro-in .quantity-p .control .input {
    height: 20px;
    border: none;
    background: transparent;
    width: 37px;
    font-size: 16px;
}

.ceck-pro-in .quantity-p .control {
    align-items: center;
}

.ceck-pro-in .title-sub-t h3 {
    margin: 8px 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    display: block;
}

.ceck-pro-in .sub-total-check .col-md-6:nth-child(2) .title-sub-t h3 {
    text-align: right;
}

.sub-total-check {
    padding-top: 15px;
    padding-right: 40px;
}

.ge-total-check .col-md-6:nth-child(2) .title-sub-t h3 {
    text-align: right;
}

.ge-total-check {
    padding-right: 40px;
}

.ge-total-check .title-sub-t h3 {
    font-size: 13px;
}

.flex-d {
    display: flex;
}

.flex-d .form-group {
    width: 50%;
    padding: 0 5px;
}

.box-checkOut-in table tr td .quantity {
    float: none;
}

.form-check .form-group label {
    margin: 0 0 10px;
}

.form-group.title-in-f {
    margin: 0;
}

/* End Checkout-inner */

/* Start Store */

.title-side {
    margin-bottom: 25px;
    color: #373737;
    font-size: 24px;
}

.side-search {
    background: #fff;
    box-shadow: 0px 9px 20px #B7B7B729;
    padding: 20px;
}

.side-search .form-group {
    padding-bottom: 20px;
    border-bottom: 1px #f1f1f1 solid;
    margin: 15px 0;
    overflow: hidden;
    overflow-y: auto;
}

.side-search h4 {
    color: #373737;
    font-size: 20px;
    margin: 20px 0;
}

.side-search .form-group:nth-child(1) h4 {
    margin-top: 0;
}

.side-search .form-group [type="radio"]:checked,
.side-search .form-group [type="radio"]:not(:checked) {
    position: absolute;
    right: -9999px;
}

.side-search .form-group [type="radio"]:checked+label,
.side-search .form-group [type="radio"]:not(:checked)+label {
    position: relative;
    padding-inline-start: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-flex;
    color: #373737;
    font-size: 15px;
    align-items: center;
    margin: 0 0 14px;
    white-space: normal;
}

.side-search .form-group [type="radio"]:checked+label:before,
.side-search .form-group [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--main-color);
    border-radius: 100%;
    background: #fff;
}

.side-search .form-group [type="radio"]:checked+label:after,
.side-search .form-group [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: var(--main-color);
    position: absolute;
    top: 5.2px;
    left: 2.5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

.side-search .form-group [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.irs--round .irs-handle {
    border: none;
    width: 11px;
    height: 16px;
    border-radius: 0;
    background: var(--main-color);
    box-shadow: none;
    top: 32px;
}

.irs--round .irs-bar {
    background: var(--main-color);
    height: 8px;
}

.irs--round .irs-line {
    height: 8px;
    background: #F2F2F2;
    border-top: 0;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background: var(--main-color);
    font-size: 9px;
    top: 10px;
    direction: ltr;
}

.irs--round .irs-grid-text {
    direction: ltr;
    font-size: 10px;
    color: #373737;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background: var(--main-color);
}

.irs--round .irs-grid {
    display: none;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--main-color);
}

/* End Store */

/* Start Profile */



.side-profile {
    margin-bottom: 30px;
}

.side-profile h3 {
    margin: 0 0 30px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 300;
}

.side-profile ul li {
    text-align: start;
    display: block;
}

.side-profile ul.nav-pills li .nav-link {
    display: block;
    line-height: 2;
    font-size: 16px;
    margin: 5px 0;
    color: #555;
    text-align: start;
    border-radius: 0;
}

.side-profile ul li.active a {
    color: var(--color-dark);
}

.body-profile .head-profile {
    text-align: center;
    padding-bottom: 50px;
}

.body-profile .head-profile h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 300;
    color: var(--color-dark);
}

.card-profile {
    margin: 0 0 30px;
    padding: 20px;
    background: #fff;
    border: 1px #eeeeee solid;
    height: calc(100% - 30px);
    box-shadow: 0 0 20px #fbfbfb;
}

.card-profile .head-card {
    margin-bottom: 15px;
}

.card-profile .head-card h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: var(--color-dark);
    margin: 0;
}

.card-profile .head-card .btn-edit {
    display: inline-block;
    margin: 0 10px;
    font-size: 10px;
    color: #fff;
    background: var(--main-color);
    line-height: 30px;
    padding: 0 12px;
}

.body-card p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

.body-card .changePass {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    color: #abab74;
}

.body-card h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: var(--color-dark);
    margin: 0 0 15px;
}

.body-card h3.margin-top {
    margin-top: 46px;
}

.review-inner .head-re {
    margin-bottom: 30px;
}

.review-inner .head-re h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

.review-inner {
    display: block;
}

.review-inner .body-re {
    display: block;
}

.review-inner .body-re .row-review {
    display: block;
    padding: 15px 0 30px;
    border-bottom: 1px #ccc solid;
    /* float: right; */
}

.review-inner .body-re .row-review .img-user {
    width: 70px;
    height: 70px;
    display: inline-block;
    float: left;
}

.review-inner .body-re .row-review .img-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-inner .body-re .row-review .details-user {
    width: calc(100% - 80px);
    display: inline-block;
    padding-left: 20px;
}

.review-inner .body-re .row-review .details-user .head-us {
    /* border-bottom: 1px #ccc solid; */
    padding-bottom: 5px;
}

.review-inner .body-re .row-review .details-user .head-us .name-date {
    display: inline-block;
}

.review-inner .body-re .row-review .details-user .head-us .name-date li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 12px;
}

.review-inner .body-re .row-review .details-user .head-us .name-date li:first-child {
    /* padding-left: 0; */
}

.review-inner .body-re .row-review .details-user .head-us .name-date li::after {
    content: "-";
    position: absolute;
    right: -5px;
    top: -9px;
    font-size: 20px;
}

.review-inner .body-re .row-review .details-user .head-us .name-date li .user-name {
    margin: 0;
    font-size: 12px;
}

.review-inner .body-re .row-review .details-user .head-us .name-date li:last-child::after {
    display: none;
}

.review-inner .body-re .row-review .details-user .head-us .stars-user {
    float: right;
}

.review-inner .body-re .row-review .details-user .head-us .stars-user li {
    display: inline-block;
    font-size: 12px;
    color: #ccc;
}

.review-inner .body-re .row-review .details-user .head-us .stars-user li.full {
    color: #eeca08;
}

.review-inner .body-re .row-review .details-user .body-us {
    padding: 4px 0;
    text-align: start;
}

.review-inner .body-re .row-review .details-user .body-us p {
    text-align: start;
    font-size: 14px;
    line-height: 20px;
    width: 85%;
}

.add-review .all-size.all-stars {
    display: inline-block;
}

.add-review .all-size.all-stars .sizeCheck {
    display: inline-block;
    margin: 0 10px;
}

.add-review .all-size.all-stars .sizeCheck .checkNow {
    line-height: 35px;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    border: 1px var(--color-dark) solid;
    border-radius: 4px;
}

.add-review {
    display: block;
}

.add-review .form-group label {
    font-size: 14px;
    font-weight: 600;
}

.add-review input.btn.show-more-s {
    float: none;
    margin-top: 30px;
}

.side-profile .nav.nav-pills {
    display: block;
    text-align: start;
}

.form-profile h3 {
    font-size: 20px;
    font-weight: 300;
}

.form-group div#hidden_fields_four {
    margin-top: 30px;
}

.form-group .flex-d .form-group label {
    margin: 0 0 12px;
}

.form-group .flex-d .form-group {
    margin: 5px 0;
}


.profile-in-tab span {
    font-size: 13px;
    color: var(--color-dark);
}

.profile-in-tab .alert-tab {
    margin: 15px 0;
    padding: 20px;
    background: var(--bg-color);
}

.profile-in-tab .alert-tab p {
    font-size: 14px;
    line-height: 24px;
}

.profile-in-tab span {
    font-size: 13px;
    color: var(--color-dark);
}

.form-profile .form-group .checkout-check {
    font-size: 14px;
    margin: 25px 0;
}

.form-profile h1 {
    font-weight: 200;
    margin-bottom: 20px;
    font-size: 35px;
}

.side-profile ul.nav-pills li .nav-link.active {
    color: var(--main-color);
}

/* End Profile */


/* Start Login-page */

.login-page {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* position: fixed; */
    width: 100%;
    padding: 100px 0;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.login-page .overlay-img img {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 180s;
    -webkit-animation-name: scaleout-scalein;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 180s;
    -moz-animation-name: scaleout-scalein;
    -moz-animation-fill-mode: none;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 180s;
    -o-animation-name: scaleout-scalein;
    -o-animation-fill-mode: none;
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 180s;
    animation-name: scaleout-scalein;
    animation-fill-mode: none;
    -animation-iteration-count: infinite;
}

@-webkit-keyframes scaleout-scalein {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes scaleout-scalein {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes scaleout-scalein {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleout-scalein {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.login-page .login-form {
    max-width: 503px;
    width: 100%;
    position: relative;
    padding: 30px 35px 32px;
    margin: auto;
}

.login-page .login-form::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    /* filter: blur(13px); */
    opacity: 0.13;
}

.login-page .login-form::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    backdrop-filter: blur(4px);
    position: absolute;
    z-index: -1;
}

.login-page .login-form h3 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    padding-bottom: 12px;
    position: relative;
}

.login-page .login-form h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 0px;
    border-bottom: 2px solid #FFFFFF;
}

.login-page .login-form .form-group {
    margin: 0 0 15px;
    position: relative;
}

.login-page .login-form .form-group label {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin: 0 0 9px;
}

.login-page .login-form .form-group .form-control {
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background: transparent;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 16px;
    padding: 0 16px;
}

.login-page .login-form .form-group .form-control::placeholder {
    color: #fff;
    font-size: 16px;
    transition: all .5s;
}

.login-page .login-form .form-group .form-control:focus::placeholder {
    transform: translateX(15px);
    opacity: 0;
}

.iti {
    display: block;
}

.login-page .login-form .form-group .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    color: #fff;
    font-size: 16px;
    background: transparent !important;
    border-inline-end: 1px solid #FFFFFF;
    height: 22px;
}

.login-page .login-form .form-group .iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__flag.iti__sa {
    display: none;
}

.iti__flag-container {
    display: flex;
    align-items: center;
}

.login-page .login-form .form-group .toggle-password {
    position: absolute;
    right: 0;
    top: 31px;
    margin: 14px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

button.btn-white {
    width: 100%;
    color: var(--main-color) !important;
    font-weight: 600;
}

button.btn-white::after {
    border: 1px #fff solid !important;
    background: #fff;
    border-radius: 3px;
}

button.btn-white::before {
    background: var(--main-color);
}

.forget-pass p {
    text-align: center;
    font-size: 16px;
    color: #f1f1f1;
    line-height: 22px;
}

.forget-pass p a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 2px;
    padding: 0 0 4px;
}

.item.res-menu {
    display: none;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}

.login-page .login-form .form-group .form-control.phone {
    padding-inline-end: 16px !important;
    padding-inline-start: 75px !important;
}

.animated .login-form {
    animation: bounceInUp 1s;
}

.animated .login-form.login2 h3 {
    margin: 0 0 61px;
}

.form-group .resend-pass {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0.83;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

header.login-header .header-bottom {
    background: linear-gradient(to bottom, var(--dark-color), transparent);
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    box-shadow: none;
    padding: 30px 0;
}

header.login-header .header-bottom .logo {
    filter: brightness(0) invert(1);
}


.btn-white,
.btn.btn-white {
    min-width: 164px !important;
    min-height: 40px !important;
    border: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff !important;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    cursor: pointer;
}

.btn-white::before,
.btn-white::after,
.btn.btn-white::before,
.btn.btn-white::after {
    opacity: 1;
    content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: auto;
}

.btn-white::before,
.btn.btn-white::before {
    left: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0.1, 1);
}

.btn-white::after,
.btn.btn-white::after {
    transition: all 0.3s;
    border: 2px solid #9B9B9B !important;
    transform: none;
}

.btn-white:hover::before,
.btn.btn-white:hover::before {
    opacity: 1 !important;
    transform: scale(1, 1) !important;
}

.btn-white:hover::after,
.btn.btn-white:hover::after {
    transform: scale(1, .1) !important;
    opacity: 0 !important;
}

.btn-white span {
    position: relative;
    z-index: 2;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    color: #fff !important;
}

.login-page .login-form .form-group .iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 0;
    right: auto;
}

.login-page .login-form .form-group .iti--allow-dropdown .iti__flag-container .iti__arrow {
    border-top-color: #fff;
}

.banner-big-h .banner-block.banner-small {
    height: 400px;
}

.pro-block .img-block .fav-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 20px;
}

.add-fav-btn {
    border: none !important;
    background: var(--bg-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: var(--sec-color);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.offers-link a {
    font-size: 16px;
    color: var(--sec-color);
    font-weight: bold;
}

.special-block .icon img {
    max-height: 100%;
}



/* End Login-page */

/* Start Faq-h */

.faq-h {
    padding-block: 60px;
}

.faq-all .accordion-item {
    margin-bottom: 16px;
    background: var(--bg-color);
    border: 1px solid hsl(60deg 2.7% 21.76% / 8%);
    border-radius: 8px !important;
    overflow: hidden;
    padding: 24px;
    padding: 0;
}

.faq-all .accordion-item .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    color: var(--color-dark);
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    padding: 24px;
    text-align: start;
    width: 100%;
}

.faq-all .accordion-item .accordion-button::after {
    margin: 0;
    content: "\f107";
    background: transparent;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--sec-color);
}

.faq-all .accordion-item .accordion-body {
    padding: 5px 24px 24px;
}

.faq-all .accordion-item .accordion-body p {
    font-size: 16px;
    color: var(--color-dark);
    line-height: 26px;
    max-width: 700px;
}

.faq-all {
    max-width: 894px;
    margin: 0 auto;
}

.accordion-header {
    margin: 0;
}

.viwed-h ul.nav.nav-pills {
    display: none;
}

.categories-news-h .cat-block {
    margin: 15px 0;
    height: auto;
    position: relative;
    border: 1px rgb(204 204 204 / 20%) solid;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 20px hsl(0deg 0% 0% / 7%);
}

.categories-news-h .cat-block .img {
    width: 100%;
    height: 150px;
    position: relative;
    text-align: center;
}

.categories-news-h .cat-block .img a img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
}

.categories-news-h .cat-block .details {
    position: relative;
    padding: 20px 0 10px;
    z-index: 2;
    text-align: center;
}

.categories-news-h .cat-block .details h3 {
    font-size: 24px;
    color: var(--color-dark);
    font-weight: bold;
    margin: 0 0 20px;
}

.categories-news-h .cat-block .details p {
    font-size: 18px;
    line-height: 24px;
    color: var(--gray-dark);
    font-weight: normal;
    max-height: 25px;
    overflow: hidden;
    margin: 0;
}

.categories-news-h .cat-block .details .btn-shop {
    min-width: 168px;
    min-height: 40px;
    border: 1px solid var(--sec-color);
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--sec-color);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin: 20px 0 0;
}

.categories-news-h .cat-block .img::after {
    opacity: 0;
}

.all-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.all-colors .item {
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: var(--bg-color);
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.all-colors .item img {
    max-width: 90%;
}

.all-colors .item.unvariable::after,
.all-colors .item.unvariable::before {
    content: "";
    position: absolute;
    inset: 0;
}

.all-colors .item.unvariable::before {
    background: #fff;
    opacity: .5;
}

.all-colors .item.unvariable::after {
    content: "|";
    font-size: 55px;
    transform: rotate(45deg);
    color: var(--sec-color);
    font-weight: 100;
}

.all-colors .item-color input {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.all-colors .item-color {
    position: relative;
    overflow: hidden;
}

.all-colors .item-color .item {
    width: 50px;
    height: 50px;
    line-height: 46px;
    transition: all .4s;
}

.all-colors .item-color input:checked~.item {
    box-shadow: inset 0px 0px 0px 1px var(--sec-color);
}

.map-find-h {
    height: 584px;
}

@media (min-width: 991px) {
    .branches-find-h {
        margin-inline-start: -29px;
    }
}

.find-form-h {
    background: var(--bg-color);
    padding: 30px;
}

.find-form-h h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.find-form-h form {
    position: relative;
    margin-bottom: 20px;
}

.find-form-h form input {
    height: 48px;
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
}

.find-form-h form i {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
    margin-top: 18px;
}

.myLocation {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}

.branches-res-h {
    padding-inline-start: 30px;
    height: calc(100% - 205px);
    overflow: hidden;
    overflow-y: auto;
}

.count-branches {
    margin: 20px 0 0;
    font-size: 15px;
    color: #555;
}

.branches-res-h .all-branchs .item {
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
}

.branches-res-h .all-branchs .item h3 {
    font-size: 18px;
    font-weight: bold;
}

.branches-res-h .all-branchs .item p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 0;
}

.branches-res-h .all-branchs .item p a {
    text-decoration: underline;
    direction: ltr;
    display: inline-block;
}

.branches-find-h {
    height: 584px;
}

.header-up {
    background: #000;
    padding: 20px 0;
}

.text-slider * {
    color: #fff;
}

.list-up ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list-up ul li a {
    color: #333;
    font-size: 16px;
}

.banner-block .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: .5;
}

.only-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.only-colors .item span {
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #d4d4d4;
    max-width: 80px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 10px 13px;
    font-size: 10px;
    height: 38px;
    width: 38px;
    transition: 0.3s;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}


/*---------------------------*/
.btn-cornered,
.input-cornered {
    border-radius: 4px;
}

.btn-rounded {
    border-radius: 50%;
}

.input-rounded {
    border-radius: 50px;
}

.shipping-total .addCoupon {
    margin: 0 -20px;
    background: var(--bg-color);
    padding: 20px;
    border-bottom: 1px #ccc solid;
}

.shipping-total .addCoupon+.addCoupon {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.shipping-total .addCoupon h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    font-weight: bold;
    margin: 0;
}

.shipping-total .addCoupon h3>.icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.shipping-total .addCoupon h3>.icon svg {
    width: 18px;
    height: 18px;
}

.shipping-total .addCoupon div {
    max-width: 300px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px #ccc solid;
    display: flex;
    /* align-items: center; */
}

.shipping-total .addCoupon div input {
    width: 100%;
    border: none;
    /* border-bottom: 1px #ccc solid; */
    background: transparent;
    height: 45px;
}

.shipping-total .addCoupon div button {
    border: none;
    background: var(--main-color);
    color: #fff;
    min-width: 70px;
    padding: 4px;
}

.shipping-total .addCoupon+.addCoupon .check-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    font-size: 18px;
}

.shipping-total .addCoupon+.addCoupon .check-h input {
    width: 24px;
    height: 24px;
    accent-color: var(--sec-color);
}

@media (min-width: 768px) {
    .cart-empty {
        justify-content: center;
    }
}

.cart-empty {
    display: flex;
    flex-direction: column;
    /* height: calc(100vh - 180px - 60px); */
    text-align: center;
    padding: 4.5rem 0;
    overflow-y: auto;
}

/* End Faq-h */

.scroll-y {
    height: 30em;
    overflow-x: auto;
    white-space: nowrap;
}


/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
    margin-bottom: 25px;
    box-shadow: 0 0 20px #0000002e;
    padding: 20px;
    border-radius: 10px;
}

.single-blog-post .image {
    overflow: hidden;
    height: 200px;
    border-radius: 10px;
}

.single-blog-post .image img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.single-blog-post .content {
    padding-top: 20px;
    position: relative;
}

.single-blog-post .content .date {
    background-color: var(--dark-color);
    color: #fff;
    text-align: center;
    position: absolute;
    padding: 5px 11px;
    font-size: 15px;
    right: 25px;
    top: -30px;
}

.single-blog-post .content .date span {
    display: block;
    font-weight: 600;
}

.single-blog-post .content .category {
    margin-block: 14px 8px;
    display: inline-block;
    color: var(--main-color);
}

.single-blog-post .content h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.single-blog-post .content p {
    margin-top: 12px;
}

.single-blog-post:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.irs-with-grid .irs-grid {
    display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background: var(--sec-color);
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: var(--sec-color);
}

.irs--flat .irs-bar {
    background: var(--sec-color);
}

.irs--flat .irs-handle>i:first-child {}

.side-search .form-group {
    scrollbar-width: thin;
    scrollbar-color: #b7b7b7 #f8f8f8;
}

.btn-single .btn {
    display: inline-flex;
}

.btn-single .fav-btn-single .add-fav-btn {
    width: auto;
    border-radius: 6px;
    padding: 10px 20px;
    height: 50px;
    line-height: normal;
    gap: 10px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-shadow: none;
}

.zoomable {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.blokc-single-g .zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}

.rel-h .item {
    padding: 0 10px;
}

.rel-h {
    padding-bottom: 80px;
}

.filter-products-top-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 0 20px;
    border-bottom: 1px #dadada solid;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.filter-products-top-h form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.filter-products-top-h form .item {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.filter-products-top-h form .item .nice-select {
    height: 40px;
    border: 1px #aaa solid;
    line-height: 40px;
    padding: 0 18px;
    margin: 0 6px;
    color: #6c6c6c;
    border-radius: 5px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}

.filter-products-top-h .sercNow-filter-h input {
    height: 40px;
    border: 1px #aaa solid;
    line-height: 40px;
    padding: 0 18px;
    margin: 0 6px;
    color: #6c6c6c;
    border-radius: 5px;
}

.filter-products-top-h form label {
    font-size: 16px;
    margin-inline-end: 10px;
    color: #888;
}

.header-bottom .nav-menu ul li.mega-menu-item-has-children .mega-menu-h {
    position: absolute;
    z-index: 9;
    right: 0;
    left: 0;
    background: #fff;
    top: 100%;
    padding: 50px 0;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
}

.header-bottom .container,
.header-bottom .container>.row,
.header-bottom .container>.row .col-md-12 {
    position: initial;
}

.mega-menu-list h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.header-bottom .nav-menu .mega-menu-list ul {
    width: auto;
    display: block;
}

.header-bottom .nav-menu .mega-menu-list ul li {
    display: block;
    padding: 0;
}

.header-bottom .nav-menu .mega-menu-list ul li a {
    padding: 10px 0;
    display: block;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 4;
}

.mega-menu-img .title-img {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding-top: 20px;
    justify-content: space-between;
}

.mega-menu-img .title-img h3 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}

.mega-menu-img .title-img .readMore {
    padding: 0 !important;
    text-decoration: underline;
    font-size: 14px !important;
    color: var(--sec-color) !important;
    font-weight: bold;
}

.header-bottom .nav-menu ul li.mega-menu-item-has-children:hover .mega-menu-h {
    visibility: visible;
    opacity: 1;
}

.pro-block .img-block .desc-h {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    margin: 20px;
    border: none !important;
    background: var(--sec-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.add-fav-btn i {
    font-weight: 500;
}

.add-fav-btn.full-fav i {
    font-weight: bold;
}

.share-h {
    margin-block: 0;
}

.share-h .btn-share {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bg-color);
    color: var(--dark-color);
    font-size: 20px;
    cursor: pointer;
}

.text-single .title-single .rate-stars-h {
    width: 100%;
    margin-block: 2px 20px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo a img {
    max-height: 100%;
}

.ptb-100 {
    padding-block: 100px;
}

.single-blog-post .image a {
    width: 100%;
    height: 100%;
}

aside.widget-area.right-sidebar {
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 20px;
    padding: 20px;
    border-radius: 10px;
}

aside.widget-area.right-sidebar .widget.widget_search {
    margin: 20px 0;
    position: relative;
}

aside.widget-area.right-sidebar .widget.widget_search .search-field {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px #c8c8c8 solid;
    border-radius: 5px;
}

aside.widget-area.right-sidebar .widget.widget_search button {
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    background: transparent;
    border: none;
    margin: 10px 15px;
}

.widget-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--dark-color);
    margin-block: 20px;
}

.widget.widget_patoi_posts_thumb article.item {
    display: flex;
    gap: 0 15px;
}

.widget.widget_patoi_posts_thumb article.item .thumb {
    width: 85px;
    height: 85px;
    border: 1px #eee solid;
    border-radius: 5px;
    font-size: 12px;
}

.widget.widget_patoi_posts_thumb article.item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.widget.widget_patoi_posts_thumb article.item .info {
    width: calc(100% - 100px);
}

.widget.widget_patoi_posts_thumb article.item .info .title,
.widget.widget_patoi_posts_thumb article.item .info .title a {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.widget.widget_patoi_posts_thumb article.item .info .date {
    font-size: 12px;
    line-height: 22px;
    color: #888;
}

.widget.widget_categories ul {
    padding-inline-start: 20px;
}

.widget.widget_categories ul li {
    display: list-item;
    list-style: inherit;
    color: #444;
}

.widget.widget_categories ul li a {
    font-size: 17px;
    line-height: 27px;
    color: #444;
}

.blog-details-desc {
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 20px;
    padding: 20px;
    border-radius: 10px;
}

.blog-details-desc .post-thumb {
    height: 400px;
    margin-bottom: 30px;
}

.blog-details-desc .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-details-desc h4 {
    font-size: 15px;
    line-height: 25px;
    color: #666;
}

.blog-details-desc .post-meta ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-details-desc .post-meta ul li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--dark-gray);
}

.blog-details-desc .post-meta ul li i {
    color: var(--sec-color);
}

.blog-details-desc .post-meta {
    margin-bottom: 20px;
}

.blog-details-desc h2 {
    font-size: 28px;
    line-height: 38px;
    color: #222;
    font-weight: bold;
    margin: 20px 0;
}

.blog-details-desc br {
    display: none;
}

.article-share ul {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.article-share ul li span {
    font-weight: bold;
}

.article-share ul li a {
    font-size: 20px;
    color: #555;
}

.all-pro-cart .body-cart-in .row-cart-in .pro-cat-in {
    width: 30%;
}

.all-pro-cart .head-cart-in ul li:first-child {
    width: 30%;
}

.form-check .form-group label.address-option .checkmarkOut {
    position: relative;
    margin: 0;
    top: 0;
    right: 0;
    display: block;
}

.form-check .form-group label.address-option {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 12px;
    color: var(--main-color);
}

.new-address-form .card {
    border-color: #dee2e6 !important;
    padding: 30px;
    box-shadow: none;
    border-radius: 4px;
}

.form-check .form-group label.address-option * {
    color: var(--main-color);
    font-size: 16px;
    line-height: 26px;
}

.new-address-form .card .card-title {
    color: var(--dark-color) !important;
}

.new-address-form .card .form-control {
    height: 45px;
    border: 1px #eee solid;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    color: #666;
    box-shadow: none !important;
}

.new-address-form .card .list li::before {
    display: none;
}

.new-address-form .form-check .form-check-label {
    display: flex;
    gap: 10px;
}

.new-address-form .form-check #save_new_address {
    position: relative;
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: var(--dark-color);
}

.new-address-form .form-check {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
}

.btn-primary:hover {
    background: var(--sec-color);
    border-color: var(--sec-color);
    color: #fff;
}

.invoice-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .invoice-container {
        padding: 35px 20px 70px 20px;
        margin-top: 0px;
        border: none;
        border-radius: 0px;
    }
}

.table,
.table> :not(caption)>*>* {
    --bs-table-color: #404040;
}

.table:not(.table-sm)> :not(caption)>*>* {
    padding: 0.75rem;
}

.invoice-page-h.body-inner {
    background: #e7e9ed;
    font-size: 14px;
    line-height: 22px;
}

.table td.bg-light,
.table th.bg-light,
.table tr.bg-light td,
.table tr.bg-light th {
    background-color: #f8f9fa !important;
}

.text-end {
    text-align: end !important;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: #eee;
}

.filter-new-h .item {
    /* padding: 0 10px; */
    flex: 0 0 auto;
    width: auto;
}

.filter-new-h.row {
    margin-left: -10px;
    margin-right: -10px;
    margin: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.filter-new-h .item .form-control, .filter-new-h .item .nice-select {
    display: flex;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 1.438rem 1rem;
    padding: 18px;
    font-size: 14px;
    gap: 10px;
    align-items: center;
    -webkit-align-items: center;
    height: auto;
    line-height: 1.143;
}

.filter-new-h.row .item.filter-products-top-h ,
.filter-new-h.row .item:last-child {
    margin: 0;
    margin-inline-start: auto;
    border: none;
    padding: 0;
}

.filter-new-h .item .form-control:hover,
.filter-new-h .item .nice-select:hover {
    border-color: #eee;
    background: #eee;
}

.filter-new-h .item .filter-price-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 10px;
}

.filter-new-h .item .filter-price-h .sidebar-price {
    width: 134px;
}

.filter-new-h .item .filter-price-h label {
    margin: 0;
    margin-inline-end: 10px;
}

.filter-new-h .item>label {
    display: none;
}


@media (min-width: 576px) {
    .text-sm-end {
        text-align: end !important;
    }
    
    .text-sm-start {
        text-align: start !important;
    }

}

table.table {
    margin-bottom: 1rem;
}

.footer-invoice p {
    margin-bottom: 1rem;
}

.btn i {
    margin-inline-end: 5px;
}

.d-print-none a {
    color: #0071cc;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .table td,
    .table th {
        background-color: transparent !important;
    }

    .table-responsive {
        padding-left: 0.4px;
        padding-right: 0.4px;
        padding-bottom: 0.4px;
    }

    .table td.bg-light,
    .table th.bg-light,
    .table tr.bg-light td {
        background-color: #f8f9fa !important;
    }

    .table td.bg-light-1,
    .table th.bg-light-1 {
        background-color: #e9ecef !important;
    }

    .table td.bg-light-2,
    .table th.bg-light-2 {
        background-color: #dee2e6 !important;
    }

    .table td.bg-light-3,
    .table th.bg-light-3 {
        background-color: #ced4da !important;
    }

    .table td.bg-light-4,
    .table th.bg-light-4 {
        background-color: #adb5bd !important;
    }

    .breadcrumb,
    header,
    footer,
    .d-print-none {
        display: none;
    }
}