/*@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");*/

/*:root {
  --Pfont: 13px;
  --Sfont: 16px;
  --PColor: #255950;
  --SColor: #3c2229;
  --PfontFamily: "Lato", sans-serif;
  --SfontFamily: "Libre Baskerville", serif;
}*/
@font-face{
    font-family: 'LibreBaskerville';
    src:  url('fonts/LibreBaskerville-Bold.ttf') format('truetype');
    src:  url('fonts/LibreBaskerville-Italic.ttf') format('truetype');
    src:  url('fonts/LibreBaskerville-Regular.ttf') format('truetype');
}



* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    list-style-type: none;
    line-height: 1.65;
    font-family: "Lato", sans-serif;
}
.act_veri > li {
    list-style-type: disc;
    margin-left: 18px;
}
.raspct {
    position: relative;
    padding-bottom: 125%;
    width: 100%;
    overflow: hidden;
}
.raspct > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.raspct > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.libre {
    font-family: "Libre Baskerville", serif;
}
.italic {
    font-style: italic;
}
.prata {
    font-family: "Prata", serif;
}
.lato {
    font-family: "Lato", sans-serif;
}
.vibes {
    font-family: "Great Vibes", cursive;
}

button {
    color: #fff;
}
button:hover {
    background: #255950;
    transition: 0.3s ease-in;
}
.sl-rd-btn {
    height: 40px;
    width: 40px;
    color: #474b53;
    background: #ccc;
    border-radius: 50%;
    border: none;
    outline: none;
}
.sl-rd-btn:focus {
    background: #474b53;
    color: #fff;
    outline: none;
}
.sl-btn {
    height: 40px;
    width: 40px;
    color: #474b53;
    background: transparent;
    border: 1px solid #474b53;
    outline: none;
}
.norm-btn {
    color: #fff;
    padding: 1em 1.7em;
    background: #474b53;
    border: none;
    font-size: 13px;
    border-radius: 4px;
}
.big-btn {
    width: 100%;
    color: #fff;
    padding: 1em 1.3em;
    background: #474b53;
    border: none !important;
    border-radius: 4px;
    outline: none;
    height: 47.44px;
    align-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.layout-logout-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    /*padding: 20px 20px 20px 24px;*/
    /*color:;*/
    /*background-color:white !important;*/
    /*padding-bottom: 10px;*/
}
.rating-title {
    padding-top: 13px;
}
.whislist-btn {
    height: 30px;
    /* width: 40px; */
    min-width: 30px;
    /* border-radius: 50%; */
    color: #c8c8c8;
    display: flex;
    align-items: center;
    /* border: 3px double #c8c8c8; */
    justify-content: center;
    font-size: 20px;
    outline: none !important;
    background: transparent !important;
    border: none;
    /* box-shadow: 0px 0px 5px 1px #0505053b; */
}
.whislist-btn > i {
    font-size: 24px;
    margin-top: 2px !important;
    color: #c8c8c8;
    margin-right: 1px !important;
}
.whislist-btn:active > i,
.whislist-btn:focus > i,
.whislist-btn:hover > i {
    /*    color: #26584f;*/
}
.whislist-btn-active {
    /*    border: 5px double #26584f;*/
    border: none;
    color: #26584f;
    transition: all 2s ease;
}
.whislist-btn-active i {
    color: #26584f !important;
    transition: all 2s ease;
}
.whislist-btn:hover {
    background: transparent !important;
    /*    border: 5px double #26584f;
          color: #26584f;*/
}
/*.whislist-btn:focus{
    background: #fff !important;
    border: 5px double #26584f;
    color: #26584f;
}*/
.whislist-btn:active {
    background: #fff !important;
    /*    border: 5px double #26584f;*/
    border: none;
    color: #26584f;
    transition: all 100s ease;
}
.cross-btn {
    background: none;
    border: none;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: black;
}
h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    /*    background: #00000020 radial-gradient(circle, transparent 1%, #00000020 1%) center/15000%;*/
}
.ripple:focus,
.ripple:active {
    background-color: #00000020;
    background-size: 100%;
    transition: background 0s;
}

footer .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url("../image/Spinner-1s-200px.gif") 50% 50% no-repeat
        rgb(30, 30, 30);
    opacity: 0.8;
}
body header {
    height: 121px;
}
.sub-header-annoucment {
    width: 100%;
    line-height: 29px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #255950;
    display: flex;
    z-index: 10;
    justify-content: center;
    align-items: center;
    color: #454545;
}
.sub-header-annoucment strong {
    color: #fff;
    font-weight: 400;
}
/*header .header-content{
    position: fixed;
    top:0;
    z-index: 99999;
    width: 100%;
}*/

/*body {
    position: fixed;
    top:0;
    z-index: 99999;
    width: 100%;
}*/
body header .head_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
    /*    z-index: 99999;*/
    border-bottom: 1px solid #3c2229;
    width: 100%;
    background: #3c2229;
    top: 0;
    position: relative;
}
header .head_wrap .item-1 {
    order: 1;
    flex: 1 0 0;
    line-height: 1 !important;
}
header .head_wrap .item-1 #side-navbar {
    display: none;
}
header .head_wrap .item-1 #side-navbar input {
    display: none !important;
}
body header .head_wrap .main-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    padding: 0 15px;
    margin: 0;
    list-style: none;
}
body header .head_wrap .main-nav ul li {
    display: inline-block;
    /*    line-height: 4rem;*/
    padding: 20px 0;
}

body header .head_wrap .main-nav ul li a {
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
.account_menu .side-nav-item > a,
body header .head_wrap .side-nav ul li a {
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #576b6b;
    font-size: 13px;
}
.account_menu .side-nav-item > a h2,
body header .head_wrap .side-nav ul li a h2 {
    font-size: 13px;
    margin: 0;
    line-height: 2.5rem;
}
body header .head_wrap ul li.thegift a {
    background: #3c2229;
}
body header .head_wrap .main-nav ul li a.menu-link {
    position: relative;
}
body header .head_wrap .main-nav ul li a.menu-link:after {
    content: "";
    position: absolute;
    height: 6px;
    bottom: -33px;
    left: 0;
    right: 0;
    background-color: #575e6b;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
body header .head_wrap .main-nav ul li:hover a.menu-link:after {
    visibility: visible;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
body header .head_wrap ul li a.mega-title h2 {
    color: #3c2229;
    padding: 0 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}
body header .head_wrap .main-nav ul li .mega-menu ul {
    display: grid;
    text-align: left;
}
body header .head_wrap ul li.thegift {
    background: url(../image/ribbon.png) no-repeat;
    background-size: 47px 52px;
    background-position: center 6%;
}
header .head_wrap nav {
    width: 100%;
}
header .head_wrap .item-2 {
    order: 0;
    /*    cursor: pointer;*/
    /*    margin-right: 38px;*/
    line-height: 1 !important;
}
header .head_wrap .item-2 img {
    height: 70px;
}
header .head_wrap .item-3 {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1 !important;
}
header .head_wrap .item-3 .head_rightMenu {
    line-height: 1 !important;
}
header .head_wrap .item-3 .head_rightMenu > ul {
    position: relative;
    margin: 0;
    display: flex;
    gap: 5px;
    cursor: pointer;
}

header .head_wrap .item-3 .head_rightMenu > ul > li {
    display: inline-block;
    min-width: 50px;
    list-style: none;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.head_wrap .item-3 li .after-signin {
    position: absolute;
    top: 75px;
    left: -145px;
    background: #fff;
    visibility: hidden;
    transition: 0.4s ease;
    box-shadow: 0px 3px 4px 0px #00000038;
}
.head_wrap .item-3 li:hover .after-signin {
    visibility: visible;
    transition: 0.4s ease;
}
.head_wrap .item-3 li .after-signin ul li {
    width: 200px;
    height: 50px;
    padding: 10px 20px;
    border-bottom: 1px solid lightgray;
    display: block;
}
.head_wrap .item-3 li .after-signin ul li:hover {
    background: #f1f1f1;
}
.head_wrap .item-3 li .after-signin ul li a {
    font-size: 16px;
    color: gray;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 10px;
}
.head_wrap .item-3 li .after-signin ul li:hover a {
    color: black !important;
}

header .head_wrap .item-3 li a {
    color: black;
    text-decoration: none;
    font-size: 10px;
    position: relative;
    display: block;
}
header .head_wrap .item-3 li a:hover {
    color: black;
}
header .head_wrap .item-3 li a.side-menu-link:after {
    content: "";
    position: absolute;
    height: 6px;
    bottom: -20px;
    left: 0;
    right: 0;
    background-color: #575e6b;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
header .head_wrap .item-3 li:hover a.side-menu-link:after {
    visibility: hidden;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
header .head_wrap .item-3 li a img {
    height: 19px;
    filter: brightness(10);
    margin-bottom: 5px;
}
header .head_wrap .item-3 > .head_rightMenu > ul > li > a span {
    color: #fff;
}
header .head_wrap .item-3 li:nth-child(1) .inr {
    position: absolute;
    background: #fff;
    top: 75px;
    left: -75px;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease;
    cursor: pointer;
}
header .head_wrap .item-3 li:nth-child(1):hover .inr {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    transition: 0.6s ease;
    box-shadow: 0px 3px 4px 0px #00000038;
}
header .head_wrap .item-3 li:nth-child(1) .inr ul li {
    width: 120px;
    padding: 10px 20px;
    border-bottom: 1px solid lightgray;
    display: block;
    text-align: left;
}
.head_wrap .item-3 li:nth-child(1) .inr ul li:hover {
    background: #f1f1f1;
}
header .head_wrap .item-3 li:nth-child(1) .inr ul li label {
    margin: 0;
}
/*---------------header animation-----------------*/
.animate-contain {
    height: 40px;
    overflow: hidden;
    text-align: center;
}
.animated-text {
    display: inline-block;
    transition: 132ms all;
    margin-top: 1px;
    animation: slide 8s infinite alternate ease-in-out;
    color: white;
}
.animated-text span {
    display: block;
    font-size: 12px;
    padding: 10px 5px;
    margin-top: 2px;
    color: white;
}
@keyframes slide {
    0% {
        margin-top: 0;
    }
    20% {
        margin-top: 0;
    }
    40% {
        margin-top: -40px;
    }
    60% {
        margin-top: -40px;
    }
    80% {
        margin-top: -80px;
    }
    100% {
        margin-top: -80px;
    }
}
/*--------------- End -header animation-----------------*/

.search-field {
    position: fixed;
    width: 100%;
    display: none;
    opacity: 0;
    transform: translateY(-50px);
    background: #00000047;
    z-index: 12;
    transition: 0.6s ease;
}
.search-field.search-active {
    display: block;
    opacity: 1;

    top: 121px;
    height: 100vh;
    transform: translateY(0);
    transition: 0.6s ease;
}
.search-field .search-inner {
    padding: 25px 0;
    background: #fff;
    overflow: scroll;
    position: relative;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    height: 85%;
}

.search-field .search-inner::-webkit-scrollbar {
    display: none;
}
.search-field .search-inner .search-bar {
    padding: 10px 50px;
    background: #fff;
    z-index: 2;
    position: sticky;
    top: -25px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
.search-field .search-inner .search-bar form {
    flex: 2;
    background: #d7d7d77a;
    padding: 5px 10px;
    border-radius: 25px;
}
.search-field .search-inner .search-bar form input {
    border: none;
    margin-left: auto;
    width: 90%;
    padding: 5px 10px;
    background: transparent;
    border-radius: 33px;
}
.search-field .search-inner .search-bar form input:focus {
    outline: none;
}
.search-field .search-inner .search-bar button {
    height: 24px;
    width: 20px;
    border: none;
    background: none;
    outline: none;
}
.search-field .search-inner .search-bar button img {
    width: 100%;
}

.search-field .search-inner .suggestion .search-items {
    display: grid;
    grid-template-columns: 75% 25%;
    gap: 20px;
}
.search-field .search-inner .suggestion {
    padding: 0px 50px;
    max-height: 60vh;
}
.search-inner .suggestion .search-items .word_sugesstion {
    order: 2;
}
.search-inner
.suggestion
.search-items
.word_sugesstion
.word_suggestion_items {
    display: flex;
    flex-wrap: wrap;
}
.search-inner
.suggestion
.search-items
.search_sugesstion
.search_sugesstion_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*    grid-template-columns:23% 23% 23%;*/
    gap: 10px;
    gap: 13px;
}
.suggestion .search-title {
    display: grid;
    padding: 10px 0;
    grid-template-columns: 75% 25%;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgray;
}
.suggestion .search-items .search_sugesstion .item {
    display: flex;
    box-shadow: 0px 0px 4px 0px rgb(172, 172, 172);
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    min-height: 100px;
}
.suggestion .search-items .item .item_img {
    position: relative;
    display: block;
    width: 127px !important;
    /* padding-bottom: 50%; */
}
.suggestion .search-items .item img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 90px;
    height: 100px;
    object-fit: cover;
    object-position: top;
}
.suggestion .search-items .item .text {
    width: 100%;
    padding: 10px 20px;
    color: gray;
    margin-top: 0px;
    text-decoration: none;
}
.suggestion a:hover {
    text-decoration: none;
}
.suggestion h5,
.suggestion p {
    margin: 0;
    text-decoration: none;
}
.search_sugesstion_items .item h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
/* =========================================================================================================================================== */

/* ==================================================================-mega menu ==============================================================*/
.mega-menu {
    z-index: 9;
    background: #fff;
    left: 0;
    border-top: 1px solid lightgray;
    margin-top: 0px;
    top: 84px;
    padding: 30px 42px;
    position: absolute;
    text-align: left;
    opacity: 0;
    max-height: 0px;
    padding: 0;
    box-shadow: 0px 5px 6px 0px #00000036;
    width: 100%;
    transition: 0.8s ease;
    transition-delay: 0.2s;
}
nav ul li:hover .mega-menu {
    opacity: 1;
    max-height: 100vh;
    overflow-y: hidden;
    visibility: visible;
    transition: 0.8s ease;
    padding: 0px 40px;
}
.mega-menu .mega-menu-inner {
    visibility: hidden;
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    transition: 0.1s ease;
    transition-delay: 0.1s;
}
nav ul li:hover .mega-menu .mega-menu-inner {
    opacity: 1;
    visibility: visible;
    animation-delay: 1s;
    transition: 0.1s ease;
    transition-delay: 0.4s;
    padding-bottom: 50px;
}
.mega-menu-item {
    margin-top: 25px;
}
.menu-item-4 {
    border-left: 1px solid #ccc;
}
.mega-menu-item-content-title p {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.07em;
    margin-bottom: 0px;
    color: #454545;
}
.mega-menu-item-img-sec {
    margin-top: 10px;
}
.mega-menu-item-content-head {
    margin-top: 5px;
}

.mega-menu-item-content-template p {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #454545;
    font-weight: 400;
}
.mega-menu-item-template-small p {
    font-size: 11px;
    color: #454545;
    font-weight: 400;
}
.mega-menu-item-sub-heading p {
    line-height: 18px;
    color: #454545;
}

.mega-menu-item-content {
    margin-bottom: 25px;
    padding-left: 10%;
    padding-right: 10%;
}
.menu-item-0 > .mega-menu-item-content {
    padding-left: 20%;
    padding-right: 20%;
}

/* =============================side bar menu============ */
.side-bar-menu {
    display: none;
    position: absolute;
    left: -100%;
}

#side-close,
#side-toggle {
    display: none;
}



/* --------------------------footer------------------------ */
footer {
    background: #3c2229;
    position: relative;
}
footer .pattern-top {
    height: 64px;
    width: 100%;
    opacity: 0.1;
    filter: invert(1);
    background-position: top;
    background-image: url(../image/giftcard/border-pattern.webp);
}
footer .pattern-bottom {
    height: 100px;
    width: 100%;
    bottom: 0;
    opacity: 0.2;
    filter: invert(1);
    position: absolute;
    background-position: top;
    background-image: url(../image/giftcard/border-pattern-bottom.webp);
}

footer .container .social .item i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}
footer .container .links {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
footer div h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
footer ul li a {
    text-decoration: none !important;
    color: #fff;
    line-height: 2.2rem;
    font-size: 11px;
}

footer .stores .address {
    color: #fff;
    text-decoration: none !important;
    line-height: 2.2rem;
    font-size: 11px;
    font-size: 11px;
}
footer .stores .address p {
    margin-bottom: 3px;
    color: #fff;
}

/* ===========================sign-in-============================= */
footer .sign-in {
    width: 100%;
    height: 100vh;
    background: #00000047;
    position: fixed;
    top: 0;
    display: none;
    z-index: 99999;
}
.sign-in-active {
    display: grid !important;
}
footer .sign-in .signin-content {
    width: 80%;
    max-width: 600px;
    margin: AUTO;
    /*    padding: 20px;*/
    min-height: 300px;
    display: grid;
    grid-template-columns: 200px 1fr;
    max-height: 600px;
    /*    overflow-y:scroll;*/
    align-content: center;
    position: relative;
    align-self: center;
    border-radius: 10px;
    background: #fff;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
footer .sign-in .signin-content::-webkit-scrollbar {
    display: none;
}
footer .side-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    overflow: hidden;
    min-height: 300px;
    border-bottom-left-radius: 10px;
}
footer .side-section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
footer .side-section-bg > img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
footer .side-section-content {
    padding: 10px;
    background: #163530f0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    position: absolute;
    display: FLEX;
    flex-flow: column;
    align-content: center;
    justify-content: space-around;
}
footer .side-section-content .logo img {
    width: 100%;
    max-width: 100px;
}
footer .side-section-content .text h4 {
    color: #fff;
}
footer .sign-in .signin-content .sign-up-form {
    display: none;
    padding: 30px 20px 20px 20px;
}
#signup_otp_frm {
    display: grid;
    align-items: center;
}
.sign-up-form-active {
    display: block !important;
}
.sign-up-form-active .sign-in-active {
    background: lightgray;
}
.sign-in-form-inactive {
    display: none !important;
}
footer .sign-in .signin-content button.sign-pop-close {
    position: absolute;
    z-index: 99;
    /*    width: 30px;
          height: 30px;*/
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    right: -40px;
    top: -5px;
    background: transparent;
}
footer .sign-in .signin-content button.sign-pop-close i {
    font-size: 22px;
    color: #fff;
}
footer .sign-in .signin-content .sign-in-form {
    padding: 30px 20px 20px 20px;
}

footer .sign-in .signin-content form {
    text-align: center;
}
footer .sign-in .signin-content form .normal-login {
    margin: 0px;
}
footer .sign-in .signin-content form .normal-login {
    margin: 0;
}
footer .sign-in .signin-content form .normal-login .sign-in-btn {
    margin: 6px 0;
    background: #bfbfbf;
}
footer .sign-in .signin-content form ul li {
    margin-bottom: 10px;
}
/*footer .sign-in .signin-content form ul li.m0-label{
    margin-bottom: 0;
}*/
footer .sign-in .signin-content form ul li {
    text-align: left;

    position: relative;
}
footer .sign-in .signin-content form ul li > label {
    margin: 0;
    position: absolute;
    bottom: 10px;
}
footer .sign-in .signin-content form ul li input.sign-input:focus + label {
    bottom: 35px;
    font-size: 10px;
}
footer .sign-in .signin-content form ul li.forgot-pass {
    text-align: right;
    margin: 0;
}
footer .sign-in .signin-content form ul li.forgot-pass a {
    color: blue;
}
.label-active {
    bottom: 35px !important;
    font-size: 10px;
}
footer .normal-login ul {
    margin-bottom: 0;
}
footer .sign-in .signin-content form li > input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bebebe;
    outline: none;
    padding: 8px 10px 4px 0;
}
.signin-content form li.phonesignup a.otp {
    position: absolute;
    right: 0;
    color: #007fff;
    font-size: 10px;
    font-weight: 500;
}
.signin-content form li.otpsignup {
    display: none;
}
footer .sign-in .signin-content form .social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
}
footer .sign-in .signin-content form .social-icons .item {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 8px;
    gap: 10px;
    background: rgb(232, 232, 232);
}
footer .sign-in .signin-content form .social-icons .item i {
    color: #454545;
    font-size: 25px;
}
footer .sign-in .signin-content .sign-up-link {
    margin: 20px 0;
}
/* ===========================forgot password css============================= */
footer .sign-in .signin-content .forgot-password-form {
    min-height: 300px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}
.forgot-password-form form {
    width: 100%;
}
/* ===========================END forgot password css-============================= */

/* ===========================reset password css============================= */
footer .sign-in .signin-content .reset-password-form {
    min-height: 300px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}
.reset-password-form form {
    width: 100%;
}
/* ===========================END reset password css-============================= */

.subfooter {
    border-top: 2px solid #fff;
    position: relative;
    z-index: 3;
}
.subfooter .text {
    text-align: center;
    padding: 15px 0;
}
.subfooter .text p {
    margin: 0;
    font-size: 13px;
}
.subfooter p,
.subfooter a {
    color: #fff !important;
}
header .head_wrap .item-3 li.my-bag {
    position: relative;
}
header .head_wrap .item-3 li.my-bag a {
    position: static;
}
header .head_wrap .item-3 li .num-of-items {
    position: absolute;
    top: 1px;
    right: 0px;
    height: 20px;
    display: grid;
    width: 20px;
    background: #f3c444;
    border-radius: 50%;
    font-size: 12px;
    align-items: center;
    color: #fff;
    left: 25px;
}
header .head_wrap .item-3 li .num-of-items span {
    color: #454545;
}

.sign-up-link a {
    cursor: pointer;
}
.payment-footer {
    overflow: auto;
    position: relative;
    z-index: 3;
    background: #000;
    border-top: 2px solid #fff;
}
.payment-footer .text-sec {
    margin: 10px 0;
}
.payment-footer .text-sec p {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
}
.payment-footer .text-sec p > span {
    padding: 5px;
    margin-left: 5px;
    border: 1px solid #000;
    border-radius: 2px;
    background: #fff;
}
.payment-footer .text-sec p > span img {
    width: 40px;
    padding-bottom: 5px;
}

/*------------------------section discount-pop*/
.discount-pop {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
}
.discount-pop .pop-bg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #45454580;
}
.discount-pop .pop_content {
    display: flex;
    width: 80%;
    position: relative;
    /*    padding: 10px;*/
    gap: 10px;
    background: #fff;
    max-width: 700px;
}
.discount-pop .pop_content .popleft {
    min-width: 200px;
    flex: 2;
}
.discount-pop .pop_content .popleft img {
    height: 100%;
    object-fit: cover;
}
.discount-pop .pop_content .popright {
    padding: 20px;
    flex: 3;
    /*    text-align: center;*/
    position: relative;
}
.discount-pop .suscribe_pop_list li {
    display: inline-block;
    margin-right: 10px;
}
.discount-pop .pop-close {
    position: absolute;
    right: 10px;
    top: 8px;
    background: none;
    border: none;
    outline: none;
    z-index: 9;
}
.discount-pop .pop-close svg {
    height: 16px;
}
.discount-pop .popright #user_input {
    display: grid;
    grid-template-columns: 1fr;
}
.discount-pop .popright .field__input {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.discount-pop #ntf_gender_group {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.discount-pop .coupon-btn {
    background: #000;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
    body header .head_wrap {
        padding: 10px 15px;
        height: 90px;
    }
    header .head_wrap .item-2 img {
        height: 80px;
        position: absolute;
        background: #3c2229;
        left: 50%;
        top: 50%;
        /*        z-index: 99;*/
        transform: translate(-50%, -50%);
        padding: 2px;
        border-radius: 50%;
    }
    header .head_wrap .item-3 .head_rightMenu > ul > li {
        min-width: 50px;
    }
    body header {
        height: 120px;
    }
    nav.main-nav {
        display: none;
    }

    header .head_wrap .item-1 {
        order: 0;
    }

    header .head_wrap .item-2,
    header .head_wrap .item-3 {
        flex: 1;
        margin: 0;
    }
    header .head_wrap .item-2 .head_logo h3 {
        text-align: center;
        margin: 0;
    }
    /*    header .head_wrap .item-3 li .num-of-items{
              left: -4px;
          }*/
    header .head_wrap .item-1 #side-navbar {
        display: block;
    }
    /*    header .head_wrap .item-3 .head_rightMenu ul{
              gap:15px;
          }*/
    header .head_wrap .item-3 li a.side-menu-link:after {
        bottom: -10px;
    }

    .head_wrap .item-3 li .after-signin {
        left: -143px;
    }

    .search-inner .suggestion .search-items .word_sugesstion {
        order: 0;
    }
    .search-field .search-inner .suggestion .search-items {
        grid-template-columns: 100%;
        padding: 40px 0;
    }
    .search-field.search-active {
        /*        top: 87px;*/
    }
    #side-close {
        display: block;
    }
    #side-toggle {
        display: block;
    }

    #side-toggle {
        font-size: 25px;
        background: none;
        border: none;
        width: 25px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0%, -50%);
        outline: none;

        /*        z-index: 999;*/
    }
    .side-close {
        font-size: 25px;
        background: none;
        border: none;
        width: 25px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translate(0%, -50%);
        outline: none;

        /*        z-index: 999;*/
    }
    .side-close1 {
        font-size: 25px;
        background: none;
        border: none;
        width: 16px;
        position: absolute;
        /* left: 197px; */
        top: -5% !important;
        top: 0%;
        transform: translate(0%, -50%);
        outline: none;
        /* z-index: 999; */
        right: 7px;
    }

    .op {
        margin-left: -54px !important;
        cursor: pointer;
    }
    #side-toggle path {
        color: #fff;
    }
    #side-close path {
        color: #255950;
    }
    #side-close:focus,
    #side-toggle:focus {
        background: none;
        outline: none;
    }
    #side-close i,
    #side-toggle i {
        color: #fff;
    }
    .side-bar-menu {
        position: absolute;
        display: block !important;
        width: 100%;
        /*        background: rgba(0, 0, 0, 0.104);*/
        z-index: 99;
        height: 100vh;
        top: 90px;
        transition: 0.8s ease;
        top: -29px;
    }
    .side-bar-menu .side-container {
        position: relative;
        background: #fff;
        height: 100%;
        width: 50%;
        display: flex;
        overflow-y: scroll;
        flex-flow: column;
        justify-content: space-between;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .side-bar-menu .side-container::-webkit-scrollbar {
        display: none;
    }
    .side-bar-menu.active {
        left: 0px !important;
        transition: 0.8s ease;
    }
    .side-bar-menu nav.side-nav {
        position: relative;
        width: 100%;
        background: #fff;
        /*        padding: 20px;*/
        top: 22px;
    }
    .side-bar-menu ul li {
        line-height: 3rem;
        padding: 0 20px;
    }
    .side-bar-menu ul li:hover {
        background-color: #e4e4e4;
    }
    .side-bar-menu ul li .side-bar-menu ul li a {
        font-size: 16px;
    }
    .side-bar-menu .sub-menu {
        position: fixed;
        visibility: hidden;
        top: 1px;
        right: 100%;
        z-index: -1;
        height: 100%;
        background: #e4e4e4;
        width: 55%;
        padding: 50px 20px;
        transition: all 1s ease-in-out;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 120px;
        left: 46%;
    }
    .side-bar-menu .sub-menu::-webkit-scrollbar {
        display: none;
    }
    .sb{
        display: none !important;
    }
    .side-bar-menu ul li:hover .sub-menu {
        visibility: hidden;
        right: 0;
        transition: all 1s ease-in-out;
    }

    .side-bar-menu nav.side-nav ul li:hover .sub-menu {
        visibility: visible;
    }
    .sub-menu-full {
        display: block !important;
        right: 0;
        height: 100%;
    }
    .side-bar-menu .sub-menu ul {
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
    .side-bar-menu .sub-menu ul li {
        display: block;
        line-height: 2rem;
        transition: 0.6s ease-in-out;
    }
    .side-bar-menu .sub-menu ul li:hover {
        background: #333333;
        transition: 0.6s ease-in-out;
    }
    .side-bar-menu .sub-menu ul li:hover a > h2 {
        color: #fff;
    }

    .side-bar-footer {
        position: relative;
        padding-bottom: 125px;
        width: 100%;
        background: #424954;
    }
    .side-bar-footer .side-footer-menu {
        margin: 0;
        padding: 10px 0px;
    }

    .side-bar-footer .side-footer-menu li {
        line-height: 2rem;
    }
    .side-bar-footer .menu-footer-img img {
        width: 100%;
    }
    .side-bar-footer .side-footer-menu li a {
        font-size: 13px;
        color: #fff;
        font-weight: normal;
    }
    .side-bar-footer .side-footer-menu li a i {
        margin-right: 6px;
    }
    .side-bar-footer .currency-footer {
        /*        padding: 0px 20px;*/
    }
    .side-bar-footer .currency-footer ul li {
        display: inline-block;
        margin-right: 20px;
    }
    .side-bar-footer .currency-footer ul li input {
        vertical-align: middle;
    }
    .side-bar-footer .currency-footer ul li label {
        color: #fff;
        font-size: 13px;
        margin: 0;
        vertical-align: middle;
    }

    .side-bar-menu .side-container .account_menu {
        border-top: 1px solid #ccc;
        margin-top: 22px;
    }

    footer .container .social form button {
        padding: 0px 8px;
        margin-left: 4px;
    }
}
@media only screen and (max-width: 1024px) {
    .search-inner
    .suggestion
    .search-items
    .search_sugesstion
    .search_sugesstion_items {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 768px) {
    header .item-3 .head_rightMenu > ul > li.currency {
        display: none;
    }
    header .head_wrap .item-3 .head_rightMenu > ul > li {
        min-width: 36px;
    }
    /*    header .head_wrap .item-3 .head_rightMenu ul{
              gap:15px;
          }*/

    /*    header .head_wrap .item-3 li {
              width: 50px;
          }*/
    header .head_wrap .item-3 {
        flex: 1;
    }

    body header .head_wrap {
        padding: 10px 15px;

    }
    .suggestion .search-title {
        gap: 5px;
    }

    .search-inner
    .suggestion
    .search-items
    .search_sugesstion
    .search_sugesstion_items {
        grid-template-columns: 1fr;
    }
    .search-field .search-inner .search-bar {
        padding: 10px 15px;
    }
    .search-field .search-inner .suggestion {
        padding: 10px 15px;
        height: calc(100vh - 180px);
        max-height: calc(100vh - 180px);
    }

    .search-field .search-inner .suggestion .search-items {
        padding-bottom: 20px;
    }
    .sec-5 .design img {
        width: 60%;
        height: auto;
    }

    footer .side-section {
        border-top-left-radius: 0px;
        overflow: hidden;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    footer .sign-in .signin-content {
        display: block;
        height: 100vh;
        max-height: 100vh;
        max-width: 100%;
        width: 100%;
        overflow-y: scroll;
        border-radius: 0px;
    }
    footer .sign-in .signin-content button.sign-pop-close {
        top: 10px;
        right: 10px;
    }
    footer .side-section-content {
        padding: 20px 30px;
    }
    footer .container {
        display: grid;
    }
    footer .container .social {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-row: 2;
        align-items: center;
        justify-items: center;
        row-gap: 40px;
        column-gap: 10px;
    }
    footer .container .social form {
        width: 100%;
        grid-row: 1;
        grid-column: 1/5;
        justify-content: center;
    }
    footer .container .social form input {
        width: 70%;
    }
    footer .container .social form input button {
        width: 25%;
        margin-left: auto;
    }
    footer .container .links {
        grid-template-columns: 1fr;
        text-align: center;
    }


    .discount-pop .pop_content {
        background: #fff;
        text-align: center;
        justify-content: center;
        height: 100vh;
        align-items: center;
        width: 100%;
    }
    .discount-pop .pop_content .popleft {
        min-width: 200px;
        flex: 2;
        width: 100%;
        height: 100%;
    }
    .discount-pop .pop_content .popleft img {
        opacity: 0.2;
    }
    .discount-pop .pop_content .popright {
        position: absolute;
    }
}

@media only screen and (max-width: 545px) {
    .head_wrap {
        min-height: 60px;
    }
    /*     header .head_wrap .item-3 .head_rightMenu>ul>li.sign-in{
              display: none;
          }*/
    header .item-3 .head_rightMenu > ul > li > a > span {
        display: none;
    }
    header .head_wrap .item-3 li a img {
        margin: 2.5px 0;
    }
    .sec-2 div p {
        text-align: center;
        margin: 0;
        font-size: 13px;
        color: #191919;
        text-transform: uppercase;
        line-height: 35px;
        padding: 5px 0px 0px 5px;
        font-weight: normal;
        border-right: 2px solid darkgray;
    }
    div.phpdebugbar-closed, div.phpdebugbar-minimized {
        border-top-color: #ddd;
        display: none;
    }
    .modal-backdrop.show {
        display: none;
    }
}
@media only screen and (max-width: 425px) {
    .head_wrap {
        min-height: auto;
    }
    #backtotop2 {
        position: fixed;
        display: none !important;
    }
    header .head_wrap .item-3 .head_rightMenu > ul > li {
        min-width: 30px;
    }
    header .head_wrap .item-3 li .num-of-items {

        top: 1px;
        left: 13px;
        right: 0;
    }

    h1 {
        font-size: 1.5rem;
    }
    h2,
    h3 {
        font-size: 1.2rem;
    }

    .side-bar-menu ul li {
        line-height: 2.5rem;
    }
    .search-field.search-active {
        top: 120px !important;
    }

    .suggestion .search-items .item .text {
        padding: 10px 10px;
    }
    .search-inner
    .suggestion
    .search-items
    .search_sugesstion
    .search_sugesstion_items {
        grid-template-columns: 1fr;
    }
    header .item-3 li.sign-in {

    }

    .side-bar-footer {

        width: 100%;
    }
    .whislist-btn {
        height: 27px;
        width: 27px;
        min-width: 20px;
        margin-top: 0px;
    }
    .whislist-btn > i {
        font-size: 20px;
        margin-top: -2px !important;
    }

    #findstore {
        display: none;
    }
    .search_sugesstion_items .item h5 {
        margin-top: -11px !important;
        /*padding-top:10px;*/
    }
    .head_wrap .item-3 li .after-signin {
        left: -85px;
        display: none;
    }
    .suggestion .search-items .item img {
        height: 100px !important;
        object-fit: fill;
    }

    .search-field .search-inner .suggestion {
        padding: 10px 15px;
        height: auto;
        max-height: 60vh;
    }
    .btnscl {
        margin-left: auto;
        margin-right: auto;
    }
    .sd {
        display: none !important;
    }
    .suggestion .search-items .search_sugesstion .item {
        max-height: 100px !important;
    }
}

.fa-facebook-square:hover {
    color: #4267b2;
}
.fa-instagram:hover {
    color: #8a3ab9;
}
.fa-twitter-square:hover {
    color: #00acee;
}
.fa-linkedin-square:hover {
    color: #0077b5;
}
.fa-facebook-square {
    color: white;
    font-size: 27px;
    padding-right: 15px;
}
.fa-instagram {
    color: white;
    font-size: 27px;
    padding-right: 15px;
}
.fa-whatsapp {
    color: white;
    font-size: 27px;
    /*    padding-right: 15px;*/
}
.fa-whatsapp:hover {
    color: #25D366;
}
.fa-twitter-square {
    color: white;
    font-size: 27px;
    padding-right: 15px;
}
.fa-linkedin-square {
    color: white;
    font-size: 27px;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) {
    .account_menu {
        display: none;
    }
}
.head_logo {
    cursor: pointer;
}
.fa-caret-down {
    color: white;
    padding-left: 3px;
}
.ml {
    margin-left: -10px !important;
}
.disc {
    z-index: 0 !important;
}
.scrhead {
    height: 121px;
    position: fixed;
    width: 100%;
    z-index: 99999999999999;
}
.diss{
    color: #576b6b;
    padding-left: 5px;
    text-decoration: line-through;
}



#backtotop2 {
    position: fixed;
    letter-spacing: 0;
    right: 25px;
    bottom: -25px !important;
    width: 45px;
    height: 45px;
    /* background: white; */
    color: #000000;
    /* color: #fff; */
    font-size: 33px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 0;
    visibility: visible;
    bottom: 25px !important;
    opacity: 1;
    /* background: #eef7f8; */
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    /* background: #eef7f8; */
    color: #229ED9 !important;
    font-size: 35px;
}

.wa{
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background: #25d366;
    color: inherit;
    border-radius: 50%;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    transition: background-color .2s linear;
}
.wa:hover{
    background: #075E54;
}

.fte{
    color: #f9f9f9 !important;
    /* max-width: 60px; */
    font-size: 47px !important;
    text-align: center !important;
    margin-top: 7px !important;
    margin-left: 10px !important;
}