:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --header-font: "Yeseva One", serif;
    --paragraph-font: "Jost", sans-serif;
    --placeholdercolor: #000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
    font-family: var(--paragraph-font);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(../images/bgpattern.png);
    background-repeat: repeat;
    background-position: center;
    position: relative;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
}
img {
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}
a:focus {
    border: none;
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--header-font);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}
p,
li,
ul,
ol,
blockquote {
    font-family: var(--paragraph-font);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
body::-webkit-scrollbar {
    display: none;
}

.menu-list.more-dropdown:hover .submenu {
    display: block;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    
}



/* ----------------- */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.header-sec {
    padding: 22px 0 15px;
}


.logo-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin: 0 0 20px;
}
.logo-sec .logo {
    width: 27%;
}
.logo-sec .logo a {
    display: inline-block;
}
.logo-sec .logo a img {
    width: 100%;
    display: block;
}
.form {
    position: relative;
    padding: 0 0 0 27px;
    width: 27%;
}
.form .search {
    padding: 20px 55px 17px 35px;
    outline: 0;
    border: 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.72px;
    width: 100%;
    border-radius: 50px;
    font-family: "Jost", sans-serif;
    line-height: 1;
}
.form .submit {
    font-size: 0;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    border: none;
    background-image: url(../images/Search-icon.webp);
    background-repeat: no-repeat;
    background-position: left 17% center;
    border-radius: 0 30px 30px 0;
}
.form input::placeholder {
    color: #1b1714;
}
.logo-sec .header-location {
    text-align: right;
    padding-right: 40px;
    position: relative;
    width: 25%;
}
.logo-sec .header-location a {
    display: inline-block;
    color: #fff;
    font-family: "Jost", sans-serif;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.34px;
}
.logo-sec .header-location a::before {
    background-size: contain;
    content: "";
    background-image: url(../images/location-icon.webp);
    width: 26px;
    height: 33px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.sign-btn a {
    display: inline-block;
    background-color: #b45c11;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 18px 7px;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 0.34px;
}
.sign-btn a:hover {
    background-color: #0a0805;
}
.cart-btn a {
    position: relative;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 0.34px;
}
.cart-btn a:hover {
    color: #894307;
}
.cart-btn {
    width: max-content;
}
.count {
    background-color: #894307;
    color: #fff;
    position: absolute;
    font-size: 10px;
    top: -6px;
    right: -10px;
    padding: 2px 7px;
    border-radius: 50px;
    font-family: "Jost", sans-serif;
}
.nav-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../images/nav-menu-background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 98% 100%;
    filter: drop-shadow(-10px 0px 0px rgb(255 255 255 / 8%)) drop-shadow(10px 0px 0px rgb(255 255 255 / 8%));
    padding: 15px 93px 10px;
}
.nav-menu .menu {
    margin: 0;
    padding: 0 87px 0px 12px;
    position: relative;
}
.nav-menu .menu .menu-list {
    display: inline-block;
    list-style: none;
    margin: 0 27px 0;
}
.nav-menu .menu .menu-list a {
    display: inline-block;
    margin: 0;
    font-size: 23px;
    color: #fff;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.06px;
    font-weight: 500;
}
.nav-menu .menu .menu-list a:hover {
    color: #000;
}
.nav-menu .menu .menu-list ul li { margin:0px; }
.nav-menu .menu .menu-list ul li a{ font-size:16px; display: block;}
.nav-menu .menu::before {
    width: 1px;
    height: 50px;
    background-color: rgb(255 255 255 / 54%);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.nav-menu .menu .menu-list:first-child {
    margin-left: 0;
}
.nav-menu .menu .menu-list:last-child {
    margin-right: 0;
}
.nav-menu .nav-text {
    margin: 0;
    width: 45%;
    font-size: 32PX;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0 10px;
    font-family: "Yeseva One", serif;
}
/*Header Sticky Menu*/
.mobile-header {
    display: none;
}

.mbl-menu {
    margin-bottom: 50px;
}
.mbl-menu ul {
    margin: 0px;
}
.mbl-menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
}
.mbl-menu ul li a {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    display: block;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.mbl-adres p a {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    display: block;
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.2px;
    position: relative;
    padding-left: 35px;
}
.mbl-adres p a:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 30px;
    background: url(../images/map-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0px;
    left: 0px;
}
.mbl-logo {
    width: 100%;
    max-width: 180px;
    margin: 0 0 20px;
}
.mobile-top-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-bottom-cnt {
    display: flex;
    align-items: center;
}
.hm-mobinav-lcton a {
    font-size: 0px;
    display: inline-block;
    width: 20px;
    height: 25px;
}
.hm-mobinav-lcton img {
    opacity: 50%;
    width: 100%;
    display: block;
}
.mobile-header a.showhide b.txtr {
    color: #ffffff;
    background: #b45c11;
    width: 30px;
    position: relative;
    display: block;
    height: 30px;
    text-align: center;
    font-size: 24px;
    border-radius: 30px;
    line-height: 31px;
    cursor: pointer;
}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.floatingMenu-list {
    width: 400px;
    background: #b45c11;
    overflow-y: auto;
    padding: 20px 10px;
    height: 100vh;
    position: relative;
}
#floatingMenu.openMenu {
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #fff;
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/* --------Banner------- */
.banner-items {
    background-image: url(../images/banner-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    padding: 40px 195px 10px 115px;
    border-radius: 10px;
    justify-content: space-between;
}
.banner-left {
    width: 23.2%;
    position: relative;
}
.banner-left .banner-img {
    width: 100%;
}
.banner-left .banner-img::after,
.banner-left .banner-img::before {
    content: "";
    background-image: url(../images/Ice-cube1.webp);
    width: 47px;
    height: 48px;
    position: absolute;
    left: -43px;
    top: -18px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.banner-left .banner-img::after {
    background-image: url(../images/Leaf.webp);
    width: 68px;
    height: 113px;
    top: auto;
    bottom: 69px;
    left: -60px;
}
.banner-left .banner-img img {
    width: 100%;
    display: block;
}
.banner-left::after {
    content: "";
    background-image: url(../images/Ice-cube.webp);
    width: 64px;
    height: 41px;
    position: absolute;
    bottom: 11px;
    right: 0;
    left: 71px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.banner-right {
    width: 63.4%;
}
.banner-right .banner-content {
    margin: 25px 0 20px;
    position: relative;
    padding: 30px 0;
}
.banner-right .banner-content::after,
.banner-right .banner-content::before {
    content: "";
    background-image: url(../images/banner-title-img.webp);
    width: 347px;
    height: 23px;
    position: absolute;
    left: 10px;
    right: 0;
    margin: auto;
    top: -7px;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-right .banner-content::after {
    top: auto;
    bottom: 0;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.banner-right .banner-content .title-img {
    width: 100%;
    margin: 0 0 12px;
}
.banner-right .banner-content .title-img img {
    width: 100%;
    display: block;
}
.banner-right .banner-content .banner-haeding {
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "Yeseva One", serif;
    font-weight: 400;
    margin: 0;
}
.banner-right .shop-btn {
    text-align: center;
}
.banner-right .shop-btn .cmn-btn {
    font-size: 28px;
    color: #fff;
    background-color: #b45c11;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 20px 45px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: -0.84px;
}
.banner-right .shop-btn .cmn-btn:hover {
    background-color: #000;
}
/* -------------------------------------- */
.ctgry-sec {
    padding: 20px 0 70px;
    position: relative;
}
.ctgry-lst {
    display: flex;
    justify-content: space-between;
    margin: 0 0 65px;
}
.ctgry-itm {
    width: 100%;
    text-align: center;
}
.ctgry-itm {
    position: relative;
}
.ctgry-itm-img {
    position: relative;
}
.ctgry-itm-img img {
    width: 100%;
    display: block;
}
.ctgry-itm-txt {
    position: absolute;
    top: 40px;
    margin: auto;
    left: 0;
    right: 0;
}
.ctgry-itm h4 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 57px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
    position: relative;
}
.ctgry-itm h4::before {
    content: "";
    position: absolute;
    background-image: url(../images/h-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
    width: 68px;
    height: 19px;
}
.ctgry-txt h2,
.avbl-brns-txt h2 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fffbde;
    margin: 0 0 25px;
    position: relative;
}
.avbl-brns-txt h2 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fffbde;
    margin: 0 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ctgry-list-nav a {
    position: absolute;
    top: 16%;
    left: 0px;
    margin: auto;
    width: 62px;
    height: 123px;
    font-size: 0px;
}
.ctgry-list-nav a.next {
    left: auto;
    right: 0px;
}
.ctgry-list-nav a img {
    width: 100%;
    display: block;
}
.ctgry-btn {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0 0 60px;
}
.border-img {
    width: 93.5%;
    margin: auto;
}
.border-img img {
    width: 100%;
    display: block;
}
.avbl-brnd-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.avbl-brnd-itm-lst {
    width: 24%;
    text-align: center;
    position: relative;
}
.avbl-brnd-itm-img img {
    width: 100%;
    display: block;
}
.avbl-brnd-itm-img {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 68%;
}
.avbl-brnd-itm {
    margin: 0 0 65px;
    /* position: relative; */
}
.avbl-brnd-itm-img::before {
    content: "";
    position: absolute;
    background-image: url(../images/itm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 352px;
    height: 352px;
    left: -57px;
    top: -56px;
    right: 0;
    z-index: -1;
}
.avbl-brnd-itm-img::after {
    content: "";
    position: absolute;
    background-image: url(../images/box.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 269px;
    height: 269px;
    left: -13px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.avbl-brnd-itm-txt {
    margin: 0 0 80px;
}
.avbl-brnd-itm-txt p {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #786b62;
    padding: 10px 55px;
    min-height: 100px;
}
.avbl-brnd-itm-txt h3 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.72px;
    color: #fffbde;
    margin: 0 0 10px;
}
.avbl-brnd-itm-txt h6 {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.28px;
    color: #fffbde;
    margin: 0;
}
.avbl-brnd-itm-lst .avbl-brnd-itm-btn a {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #894307;
    padding: 15px 20px 14px 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    top: 105px;
    z-index: 2;
    display: none;
}
.avbl-brnd-itm-lst:hover .avbl-brnd-itm-btn a {
    display: block;
}
.avbl-brnd-itm-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../images/market.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 20px;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* -------footer-------- */
.excllnc-beer-sec {
    margin: 0 0 80px;
}
.excllnc-beer-main {
    display: flex;
    justify-content: space-between;
    background-image: url(../images/excllnc-bkg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
}
.excllnc-beer-mdl h2.text-heading {
    font-size: 65px;
    color: #fffbde;
    font-family: "Yeseva One", serif;
    line-height: 140%;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 28px;
}
.excllnc-beer-mdl h2 strong {
    display: block;
    font-weight: 400;
    font-size: 145px;
    font-family: "Yeseva One", serif;
    letter-spacing: 0.8px;
}
.excllnc-beer-mdl h5 {
    font-size: 71px;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 98%;
    margin: 0 0 28px;
    letter-spacing: -1px;
}
.excllnc-dwnld-btns {
    display: flex;
    justify-content: center;
    gap: 13px;
}
.excllnc-dwnld-mbl-btn {
    display: none;
}
.excllnc-lft-btn a {
    padding: 38px 27px;
}
.excllnc-beer-lft {
    order: 1;
}
.excllnc-beer-mdl {
    width: 52%;
    padding: 80px 0 0;
    order: 2;
}
.excllnc-beer-rgt,
.excllnc-beer-lft {
    width: 18%;
}
.excllnc-beer-rgt::before {
    background-image: url(../images/excllenc-bfore-img.webp);
    position: absolute;
    content: "";
    height: 187px;
    width: 187px;
    background-repeat: no-repeat;
    left: -78px;
    border-radius: 107px;
    top: 35px;
    background-color: #894307;
    background-position: center;
    background-size: contain;
}
.excllnc-beer-lft img,
.excllnc-beer-rgt img {
    width: 100%;
    display: block;
    height: auto;
}
.excllnc-beer-rgt {
    position: relative;
    order: 3;
}
.excllnc-dwnld-btns .excllnc-lft-btn,
.excllnc-rgt-btn {
    width: 330px;
}
.excllnc-lft-btn a {
    padding: 20px 50px;
    display: block;
    background-color: #894307;
    border: 2px solid transparent;
    border-radius: 80px;
}
.excllnc-lft-btn a:hover {
    background-color: #0a0805;
    border: 2px solid #894307;
    transition: 0.4s ease;
}
.excllnc-rgt-btn a {
    padding: 22px 43px;
    display: block;
    background-color: #0a0805;
    border-radius: 80px;
    border: 2px solid #894307;
}
.excllnc-rgt-btn a:hover {
    background-color: #894307;
}
.excllnc-lft-btn a img,
.excllnc-rgt-btn a img {
    width: 100%;
    display: block;
}
body.home .footer-logo {
    padding-bottom: 45px;
    padding-top: 0px;
    border: none;
}
.footer-logo {
    padding: 42px 0 45px;
    border: 1px solid #a1855b;
    border-bottom: 0px;
}
.fottr-logo-sec {
    padding: 0 0px 41px;
    text-align: center;
}
.footer-logo img {
    width: 100%;
    max-width: 688px;
    display: block;
    margin: auto;
    height: auto;
}
.fotter-nav-lst {
    display: flex;
    justify-content: space-between;
    padding: 36px 90px 35px;
    margin: 0px;
    border: 1px solid #a1855b;
}
.ftter-blk {
    width: 32%;
    border-right: 1px solid #494543;
    padding: 0 0 55px;
}
.ftter-blk.lctn p {
    margin: 0 0 27px;
    line-height: 1.7;
    letter-spacing: 0.3px;
}
.ftter-blk.qick-lnks {
    width: 23.3%;
}
.ftter-blk h4 {
    font-size: 28px;
    color: #fffbde;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin: 0 0 12px;
}
.ftter-blk.lctn {
    padding: 20px 0 0 98px;
    position: relative;
    width: 35.1%;
}
.fotter-nav-lst .ftter-blk:last-child {
    border: none;
}
.ftter-blk.lctn::before {
    background-image: url(../images/loctn-icn.webp);
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    left: 0px;
    top: 20px;
    border: 2px solid #a1855b;
    background-position: center;
    background-size: auto;
}
.ftter-blk p,
.ftter-blk ul li a,
.ftter-blk ul li {
    font-size: 19px;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 16px;
    line-height: 1;
    list-style: none;
    text-decoration: none;
}
.ftter-blk ul li a {
    color: #c2a594;
}
.ftter-blk ul li a:hover {
    color: #fffbde;
    transition: 0.5s ease;
}
.fttr-ctgry {
    display: flex;
    justify-content: flex-start;
    gap: 75px;
}
.social-icns a {
    font-size: 0;
    margin: 0 8px;
    border: 1px solid #a1855b;
    display: inline-block;
    padding: 9px;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 9px;
}
.social-icns a:hover {
    transform: scale(1.1);
    transition: 0.6s ease;
}
.copyright-sec p,
.copyright-sec a {
    text-align: center;
    font-size: 19px;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    color: #c2a594;
    line-height: 1.6;
    margin: 0px;
    text-decoration: none;
    letter-spacing: 0.4px;
    display: inline-block;
}
.copyright-sec a {
    display: inline-block;
}
.copyright-sec a:hover {
    color: #fffbde;
    transition: 0.5s;
}
.copyright-sec {
    padding: 47px 0 30px;
    text-align: center;
}
.mbl-popup-list{ display: none;}


/* ----- */
.products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
    margin-bottom: 90px;
}
.image-block,
.product-thumb {
    position: relative;
}
.product-img-wrap {
    width: 160px;
    height: 239px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    mask-image: url(../images/productmark.png);
    mask-repeat: no-repeat;
}
.addtocartbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #894307;
    padding: 15px 20px;
    width: max-content;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
}
.product-item:hover .addtocartbtn {
    opacity: 1;
    color: #ffffff;
}
.product-content {
    position: relative;
    text-align: center;
}
.product-title {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #786b62;
    padding: 10px 40px 0;
    min-height: 100px;
    margin-bottom: 10px;
}
.product-price {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.72px;
    color: #fffbde;
    margin: 0 0 8px;
    word-spacing: -5px;
}
.product-quntity {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.28px;
    color: #fffbde;
    margin: 0;
    text-indent: -10px;
}
/* inner pages */
/* inner pages common styling Starts */
.container1 {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.page_default {
    padding: 12px 0 60px;
}
.page_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 48px;
}
.genpg-lft.full-width {
    width: 100%;
    max-width: 100%;
}
.genpg-lft {
    width: 72.1%;
}
.genpg-lft h1,
.genpg-lft h2,
.genpg-lft h3,
.genpg-lft h4,
.genpg-lft h5,
.genpg-lft h6 {
    margin: 0 0 20px;
}
.genpg-lft h1,
.genpg-lft h2,
.genpg-lft h3 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}
.genpg-lft h4,
.genpg-lft h5,
.genpg-lft h6 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.12;
    color: #000;
}
.genpg-lft h1,
.genpg-lft h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #fffbde;
}
.genpg-lft h1 strong,
.genpg-lft h2 strong {
    color: #b45c11;
    font-weight: inherit;
}
.genpg-lft h3 {
    font-size: 30px;
    letter-spacing: 0.6px;
    color: #000;
}
.genpg-lft h4 {
    font-size: 27px;
    letter-spacing: 0.53px;
}
.genpg-lft h5 {
    font-size: 24px;
    font-weight: 600;
}
.genpg-lft h6 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #786b62;
}
.genpg-lft p,
.genpg-lft li {
    font-size: 16px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1.62;
    color: #fffbde;
    margin: 0 0 20px 0;
}
.genpg-lft a {
    color: #b45c11;
    text-decoration: none !important;
}
.genpg-lft li a:hover,
.genpg-lft a:hover {
    color: #fffbde;
}
.genpg-lft li {
    padding-left: 22px;
    position: relative;
    list-style: none;
}
.genpg-lft ul li:before {
    content: "";
    position: absolute;
    background-color: #fffbde;
    width: 9px;
    height: 9px;
    left: 0;
    right: 0;
    top: 12px;
    border-radius: 50px;
}
.genpg-lft li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.genpg-lft li ul li {
    list-style: none;
}
.genpg-lft ol,
.genpg-lft ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
.genpg-lft ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.genpg-lft ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.genpg-lft li a {
    text-decoration: none;
    color: #c3993f;
}
.genpg-lft ul li>ul li>ol li {
    list-style-type: decimal;
}
.genpg-lft ul li>ol li {
    list-style-type: decimal;
}
.genpg-lft ul li>ol li:before {
    display: none;
}
.genpg-lft ul li>ol li>ul li {
    list-style-type: disc;
}
a.cmn-btn {
    font-size: 28px;
    color: #fff;
    background-color: #b45c11;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1;
    padding: 20px 45px;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: -0.84px;
}





/* inner pages common styling Ends */
.mobile-app-sec .border-img {
    margin-bottom: 50px;
}
.brand-pg .products-list {
    margin-bottom: 70px;
}
.avbl-brds-sec.rand-pg .product-img-wrap {
    width: 175px;
    height: 239px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mask-image: url(../images/productmark.png);
    mask-repeat: no-repeat;
}
.avbl-brds-sec.rand-pg .products-list {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 25px;
}
.avbl-brds-sec.rand-pg .product-item {
    text-align: center;
}
.avbl-brns-top-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px 0 45px;
}
.avbl-brns-top-cnt h2 {
    letter-spacing: 1.4px;
    margin: 0px !important;
}
.avbl-brns-top-cnt .filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.avbl-brns-top-cnt .filter-icon {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fffbde;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    margin-right: 10px;
    position: relative;
}
.avbl-brns-top-cnt .filter-icon::before {
    content: "";
    position: absolute;
    background-image: url(assets/memroyzv1/images/filter-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 18px;
    top: 0px;
    left: -27px;
    bottom: 0px;
    margin: auto;
}
.avbl-brns-top-cnt select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #90703f;
    border-radius: 25px;
    padding: 9px 48px 9px 25px;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 16px;
    background-image: url(assets/memroyzv1/images/down-arrow-img.png);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 14px;
    cursor: pointer;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    background-color: #191512;
    line-height: 1.2;
}
.avbl-brns-top-cnt select option {
    background: #b45c11;
    color: #ffffff;
}
.avbl-brns-top-cnt select option:hover {
    background-color: #ffffff;
}
.avbl-brns-top-cnt select:focus {
    outline: none;
    box-shadow: 0 0 5px #f6b04488;
}
.filter-select-list {
    display: flex;
    justify-content: center;
    gap: 10px;
}
@media screen and (max-width:1240px) {
    .avbl-brns-top-cnt {
        padding: 10px 40px 0 41px;
    }
    .avbl-brns-top-cnt select {
        padding: 9px 40px 9px 20px;
        letter-spacing: 0px;
        font-size: 16px;
        background-position: right 16px center;
        background-size: 14px;
    }
    .avbl-brns-top-cnt .filter-icon {
        font-size: 15px;
        letter-spacing: 1px;
        margin-right: 5px;
    }
}
@media screen and (max-width:1024px) {
    .avbl-brns-top-cnt {
        padding: 0 0 20px;
    }
    .avbl-brns-top-cnt select {
        padding: 8px 30px 8px 15px;
        letter-spacing: 0px;
        font-size: 14px;
        background-position: right 12px center;
        background-size: 12px;
    }
    .avbl-brns-top-cnt .filter-bar {
        gap: 6px;
    }
}
@media screen and (max-width:580px) {
    .avbl-brns-top-cnt {
        padding: 0 0 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}
@media screen and (max-width:480px) {
    .avbl-brns-top-cnt .filter-bar {
        gap: 5px;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .avbl-brns-top-cnt select {
        padding: 8px 30px 8px 15px;
        letter-spacing: 0px;
        font-size: 14px;
        background-position: right 12px center;
        background-size: 12px;
        width: 135px;
    }
    .avbl-brns-top-cnt .filter-icon {
        font-size: 15px;
        letter-spacing: 1px;
        margin: 10px 10px 0 0;
        padding-left: 25px;
    }
    .avbl-brns-top-cnt .filter-icon::before {
        left: 0px;
    }
    .filter-select-list {
        gap: 5px;
    }
}
/* in product page starts */
.in-prod-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 72px;
    margin: 0 0 72px;
    padding-top: 25px;
}
.in-prod-lft {
    width: 37.4%;
}
.in-prod-rht {
    width: 28.92%;
}
.in-product-page.sng-product-img .product-img-wrap {
    width: 310px;
    height: 410px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mask-image: url(../images/in-sing-prod-mask-img.webp);
    mask-repeat: no-repeat;
}
.in-prod-rht h2 {
    letter-spacing: -0.7px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 12px;
}
.in-prod-rht h3 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-align: left;
    color: #b45c11;
    margin: 0 0 20px;
}
.in-prod-rht h3 strong {
    font-weight: inherit;
    font-family: "Yeseva One", serif;
}
.in-prod-rht p {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #786b62;
    display: none;
}
.in-prod-inputs form {
    display: flex;
    margin: 0 0 35px;
    gap: 10px;
    padding: 0 12px 0 0;
}
.in-prod-inp-itm {
    position: relative;
    display: flex;
    flex-direction: column;
}
.in-prod-inp-itm.qnt::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 16px;
    right: 32px;
    bottom: 14px;
    margin: auto 0;
    display: none;
}
.in-prod-inp-itm.qnt {
    width: 110px;
}
.in-prod-inp-itm label {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    color: #c2a594;
    display: inline-block;
    margin: 0 0 7px;
}
.in-prod-inp-itm select,
.in-prod-inp-itm input,
.in-prod-inp-itm select option {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: #fffbde;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
    border: 1px solid #fffbde;
    border-radius: 5px;
    appearance: none;
    padding: 11px 44px 11px 23px;
}
.in-prod-inp-itm select {
    background-image: url(../images/in-prod-inp-ddown-arw.webp);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.in-prod-inp-itm select * {
    color: #000 !important;
}
.in-prod-inp-itm input {
    background-color: #b45c11;
    border-color: #b45c11;
    padding: 6px 5px;
    display: flex;
    width: 70px;
    text-align: right;
}
.in-prod-btn-lst {
    display: flex;
    gap: 10px;
}
.in-prod-btn-lst a.cmn-btn {
    font-size: 16px;
    letter-spacing: -0.48px;
    padding: 17px 38px;
    color: #fff;
}
.in-prod-btn-lst a.cmn-btn:hover {
    color: #000;
    background: #ffffff
}
.in-prod-cart-btn a.cmn-btn {
    padding: 17px 23px;
}
.in-prod-cart-btn a.cmn-btn:hover {
    background-color: #ffffff
}
.in-prods-blk {
    position: relative;
    width: 100%;
}
.in-prods-blk .in-sngl-prod-lst.owl-carousel {
    padding: 0 50px;
    margin: 0 0 70px;
}
.in-prods-blk .addtocartbtn img {
    width: 16px !important;
    display: block;
}
.in-sngl-prod-lst .product-title strong {
    display: block;
    font-weight: inherit;
}
.in-sngl-prod-lst .product-title {
    margin: 0px;
}
.in-sngl-prod-lst .product-price {
    margin: 0 0 5px;
}
.in-sngl-prod-lst .product-quntity {
    font-weight: 300;
    letter-spacing: 1.28px;
    line-height: 1;
    color: #fff;
    margin: 0;
}
.in-prods-blk .testi-arws {
    position: absolute;
    top: -29.9%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in-prods-blk .testi-arws a {
    background-image: url(../images/in-prods-lft-arw.webp);
    background-position: left 17px center;
    background-repeat: no-repeat;
    width: 11px;
    height: 20px;
    font-size: 0;
    display: inline-block;
    background-color: #b45c11;
    z-index: 3;
    padding: 62px 31px;
}
.in-prods-blk .testi-arws a.preview {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.in-prods-blk .testi-arws a.next {
    background-image: url(../images/in-prods-rht-arw.webp);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    background-position: left 35px center;
}
.products-list.in-sngl-prod-lst .product-img-wrap {width: 160px;height: 210px;}


/* in product page Ends */
/* in cart page starts */
.page_default.in-cart-page .genpg-lft h2 {
    margin: 0 0 10px;
}
.in-cart-top-blk,
.in-cart-btm-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 0 15px;
    padding: 0 48px;
}
.in-cart-top-blk h2 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    color: #fffbde;
    margin: 0;
}
.in-cart-desele-lnk {
    text-align: right;
    position: absolute;
    top: -45px;
    right: 0;
}
.in-cart-desele-lnk a {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #b45c11;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin: 0;
}
.in-cart-desele-lnk a:hover {
    color: #fffbde;
}
.in-cart-btm-blk {
    align-items: flex-start;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.in-cart-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #25201c;
    padding: 10px 30px 10px 10px;
}
.in-cart-rht-blk {
    display: flex;
    width: 68%;
    align-items: flex-start;
    justify-content: space-between;
}
.in-cart-img {
    width: 28%;
}
.in-cart-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.in-cart-details-blk {
    width: 70.3%;
}
.in-cart-details-blk .in-prod-inputs form {
    padding: 0;
}
.in-cart-details-blk h4 a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #fffbde;
    margin: 0 0 5px;
    display: inline-block;
}
.in-cart-details-blk p,
.in-cart-btns a {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #b45c11;
    margin: 0 0 15px;
}
.in-cart-btns a {
    color: #fffbde;
    padding: 0 12px 0 21px;
    position: relative;
    border-right: 1px solid #fff;
}
.in-cart-btns a:hover {
    color: #b45c11;
}
.in-cart-btns a::before {
    content: " ";
    position: absolute;
    background-image: url(../images/in-sprites.webp);
    background-position: -10px -10px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 13px;
    height: 17px;
}
.in-cart-btns .in-cart-share-btn a::before {
    background-position: -38px -10px;
    width: 17px;
    height: 15px;
}
.in-cart-btns {
    display: flex;
    gap: 12px;
}
.in-cart-share-btn a {
    padding: 0 0 0 25px;
    border: none;
}
.in-cart-itm-price {
    width: 21%;
}
.in-cart-itm-price h4 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fffbde;
    margin: 0;
}
.page_default.in-cart-page .cartpg-rgnt-cnt {
    margin: 53px 0 0;
}
.cartpg-rgnt-cnt {
    width: 72.23%;
}
.cartpg-rgnt-cnt {
    width: 26.7%;
    max-width: 313px;
    background-color: #fffbde;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 45px 25px 40px;
}
.cartpg-rgnt-cnt .in-cart-proceed-btn a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.48px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #b45c11;
    border-radius: 50px;
    padding: 13px 45px;
}
.cartpg-rgnt-cnt .in-cart-proceed-btn a:hover {
    color: #000;
}
.cartpg-rgnt-cnt .in-cart-details-blk .in-prod-inputs {
    padding: 0;
}
.in-cart-page .cartpg-rgnt-cnt .in-cart-total-blk h4 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.52px;
    color: #000;
    margin: 0 0 24px;
}
.in-cart-page .cartpg-rgnt-cnt .in-cart-total-blk h4 strong {
    font-weight: 500;
}
.in-cart-page .cartpg-rgnt-cnt .in-cart-total-blk h2 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 1;
    letter-spacing: 0.74px;
    color: #000;
    margin: 0 0 25px;
}
/* in cart page Ends */
/* in check out page starts */
.page_default.in-check-page .page_content {
    padding: 0 0 0 48px;
}
.page_default.in-check-page .genpg-lft {
    width: 65.23%;
}
.in-check-top-blk {
    display: flex;
    position: relative;
    margin: 0 0 35px;
}
.in-check-top-blk::before {
    content: "";
    position: absolute;
    background-color: #b45c11;
    width: 100%;
    height: 1px;
    top: 37%;
    left: 0;
    right: 0;
}
.in-check-top-itm {
    width: 50%;
    text-align: center;
}
.in-check-top-itm h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    padding: 115px 0 0;
}
.in-check-top-itm.active h6 {
    color: #fffbde;
}
.in-check-top-itm h6::before {
    content: " ";
    position: absolute;
    background-image: url(../images/in-sprites.webp);
    background-position: -1px -48px;
    background-color: #fffbde;
    background-repeat: no-repeat;
    border: 5px solid #b45c11;
    border-radius: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}
.in-check-top-itm.pay h6::before {
    background-position: -93px -44px;
}
.in-check-tabing-blk .tabs {
    display: flex;
    margin: 0;
}
.in-check-tabing-blk {
    background-image: url(../images/in-check-card-blk-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.in-check-tabing-blk .tabs li {
    width: 50%;
    padding: 0;
    text-align: center;
    margin: 0;
}
.in-check-tabing-blk .tabs li::before {
    display: none;
}
.in-check-tabing-blk .tabs li a {
    font-size: 28px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #786b62;
    display: block;
    margin: 0;
    padding: 27px 20px;
    cursor: pointer;
}
.in-check-tabing-blk .tabs li.selected a {
    color: #fffbde;
    background-color: #29221d;
    border-bottom: 1px solid #39322d;
}
.in-check-form-blk form {
    padding: 32px 32px 40px;
}
.in-check-inp-itm {
    display: flex;
    flex-direction: column;
    width: 48.9%;
}
.in-check-inp-itm:first-child {
    width: 100%;
}
.in-check-form-blk input {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #bbb8a2;
    display: inline-block;
    background-color: #fffbde;
    border: none;
    border-radius: 5px;
    padding: 15px 16px 11px;
    margin: 0;
}
.in-check-form-blk input::placeholder {
    color: #bbb8a2;
}
.in-check-form-blk input:focus {
    outline: none;
}
.in-check-form-blk input::-webkit-inner-spin-button,
.in-check-form-blk input::-webkit-outer-spin-button {
    appearance: none;
}
.in-check-inp-itm.card-num input {
    background-image: url(../images/credit-card-icon.webp);
    background-position: right 20px center;
    background-size: 4.2%;
    background-repeat: no-repeat;
}
.in-check-form-blk label {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #fffbde;
    display: inline-block;
    margin: 0 0 10px;
}
.in-check-form-blk label strong {
    color: #b45c11;
}
.in-check-radio-blk {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    margin: 0 0 24px;
}
.in-check-radio-blk input {
    width: auto;
}
.in-check-radio-blk label {
    margin: 0;
}
.in-check-card-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 14px;
    padding: 23px 23px 25px;
    background-color: #29221d;
    border-radius: 10px;
    border: 1px solid #39322d;
    margin: 0 0 18px;
}
.in-check-card-blk input {
    appearance: none;
}
.in-check-card-blk input[type='date'] {
    line-height: 1;
}
.in-check-card-blk input[type='date']::-webkit-calendar-picker-indicator {
    display: none;
}
.in-check-form-blk form input[type='submit'] {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.44px;
    background-color: #b45c11;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 17px 113px;
}
.in-check-form-blk form input[type='submit']:hover {
    background-color: #fffbde;
    color: #000;
    transition: all 0.4s;
}
.page_default.in-check-page .rght-your-orders {
    width: 32.72%;
    max-width: 403px;
    padding: 10px;
}
.rght-your-orders {
    width: 26.7%;
    max-width: 313px;
    background-color: #fffbde;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 45px 25px 40px;
}
.rght-your-orders table {
    border-collapse: collapse;
    border-radius: 10px;
    text-align: left;
}
.rght-your-orders table,
.rght-your-orders th,
.rght-your-orders td {
    border: 1px solid rgb(27 23 20 / 12%);
}
.rght-your-orders th {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #000;
}
.rght-your-orders thead th,
.rght-your-orders tfoot th {
    font-size: 28px;
    line-height: 1;
    color: #000;
    margin: 0;
    padding: 18px 15px;
}
.rght-your-orders tfoot th {
    font-size: 24px;
    padding: 24px 15px;
}
.rght-your-orders tfoot th:last-child {
    font-size: 30px;
    font-family: "Yeseva One", serif;
    font-weight: 400;
    letter-spacing: 0.6px;
    padding: 24px 12px;
}
.rght-your-orders tbody th {
    font-size: 22px;
    padding: 15px 15px;
    width: 50%;
}
.rght-your-orders td {
    padding: 14px;
}
.rght-your-orders td:first-child {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.11;
    color: #181411;
}
.rght-your-orders td b {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #b45c11;
    display: block;
    margin: 5px 0 0;
}
.rght-your-orders td b strong {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #000;
}
.rght-your-orders td:last-child {
    font-size: 20px;
    font-family: "Yeseva One", serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #000;
}
/* in check out page ends */
/* in sign page Starts */
.in-sign-blk {
    padding: 20px 0 50px;
    background-image: url(../images/in-sign-blk-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    text-align: center;
    width: 67.9%;
    margin: 0 auto;
}
.in-sign-logo {
    width: 26%;
    margin: 0 auto 20px;
}
.in-sign-logo img {
    width: 100%;
    display: block;
}
.in-sign-blk h2 {
    padding: 13px 0 0;
    margin: 0 0 9px;
    border-top: 1px solid #302b26;
    font-family: "Yeseva One", serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 35px;
    text-transform: uppercase;
    color: #fffbde;
}
.in-social-icons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0 0 15px;
}
.in-social-icons a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background-image: url(../images/in-sprites.webp);
    background-position: -20px -159px;
    font-size: 0;
    border: 2px solid #b45c11;
    border-radius: 50%;
}
.in-social-icons a:hover {
    background-color: #b45c11;
}
.in-social-icons a.facebook {
    background-position: -81px -158px;
}
.in-sign-blk h6 {
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fff;
    position: relative;
    width: max-content;
    padding: 0 185px;
    margin: 0 auto 27px;
}
.in-sign-blk h6::before,
.in-sign-blk h6::after {
    content: "";
    position: absolute;
    background-color: #786b62;
    width: 42.6%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.in-sign-blk h6::after {
    left: inherit;
    right: 0;
}
.in-sign-blk form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84.1%;
    gap: 16px;
    margin: 0 auto;
}
.in-sing-inp-itm {
    width: 49%;
}
.in-sing-inp-itm.pwd-rpt {
    width: 100%;
}
.in-sing-inp-itm.pwd-btn {
    width: 100%;
}
.in-sign-blk form label {
    display: none;
}
.in-sign-blk form input {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.36px;
    color: #000000;
    display: inline-block;
    background-color: #fffbde;
    border: none;
    border-radius: 5px;
    padding: 18px 20px;
    margin: 0;
    width: 100%;
}
.in-sign-blk form input:focus {
    outline: none;
}
.in-sign-blk form input::placeholder {
    color: #000;
}
.in-sign-blk form input[type='submit'] {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.48px;
    background-color: #b45c11;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 12px 0 0;
    padding: 20px 68px 16px;
}
.in-sign-blk form input[type='submit']:hover {
    background-color: #fffbde;
    color: #000;
    transition: all 0.4s;
}
/* in sign page Ends */


/* pagination  */
.pagination{
    display: none !important;
}
.pagination-wrap { margin-bottom: 50px;}
.pagination-wrap ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0px;
}
.pagination-wrap ul.pagination li {
    list-style-type: none;
    margin: 0px;
}
.pagination-wrap ul.pagination li a {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-wrap ul.pagination li.active a {
    background: #cc5c00;
}

.quantity-controls a {
    background: #ffffff;
    height: 20px;
}

    /* General Reset and Base Styles */
.quantity-controls {
    display: flex;
    align-items: center;
}
.glyphicon{
    color: #fff;
}
.quantity-controls a img {
    width: 30px;
}
.in-prod-inp-itm.qnt::before {display:none !important;}









/* Billing Details */



form#goOrder .row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
form#goOrder .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 70px;
}
.row .col-sm-6.left-side {
    width: 54%;
}
.col-sm-6 {
    width: 43%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.table-products td.tb-btn-xs {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.row .col-sm-6.left-side h4 {
    display: inline-block;
    margin: 0 0 25px;
    font-size: 27px;
    color: #000000;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1.06px;
    font-weight: 500;
}
.row .col-sm-6.left-side .title.alone {
    font-size: 25px;
    line-height: 1;
    font-family: "Jost", sans-serif;
    margin-bottom: 15px;
}
.row .col-sm-6.left-side .payment-type-box {
    display: flex
;
    gap: 20px;
    flex-direction: column;
}
.row .col-sm-6.left-side .payment-type-box select {
    padding: 10px 20px 10px 20px;
    font-family: "Jost", sans-serif;
    text-align: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
}
.row .col-sm-6.left-side .payment-type-box span.top-header.text-center {
    color: #eb5c00;
    font-family: "Jost", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}
.form-group.col-sm-6 label {
    display: flex;
    align-items: center;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    color: #080707;
    font-weight: 500;
}
.form-group.col-sm-6 label sup {
    font-size: 14px;
}


/* Column sizes */
.form-group.col-sm-6 {
    width: 48%;
    padding: 0px;
}

.form-group.col-sm-12 {
    width: 100%;
}

/* Label Styles */


/* Required field marker */
.form-group.col-sm-6 label sup {
    color: #e74c3c;
    font-size: 14px;
    font-weight: normal;
}

/* Input and Textarea */
.form-group.col-sm-6 input[type="text"],
.form-group.col-sm-6 textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.form-group.col-sm-6 input[type="text"]:focus,
.form-group.col-sm-6 textarea:focus {
    border-color: #3498db;
    outline: none;
}

/* Textarea */
.form-group.col-sm-6 textarea {
    resize: none;
    min-height: 100px;
}
.form-group.col-sm-6.col-12 {
    width: 100%;
    background-color: transparent;
}







.col-sm-6 h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}
.table-products {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.table-products th,
.table-products td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.table-products th {
    background-color: #f4f4f4;
    font-weight: bold;
    color: #444;
}
.product-image {
    width: 60px;
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}
.row .col-sm-6.left-side .btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s ease;
    cursor: pointer;
    background: #cc5c00;
    font-family: "Jost", sans-serif;
    color: #ffffff;
}
.btn-primary {
    background-color: #3498db;
    color: #fff;
    border: none;
}
.btn-danger {
    color: #fff;
    border: none;
}
.quantity-controls a img {
    width: 20px;
    padding: 0 3px;
}
.btn:hover {
    opacity: 0.9;
}
.remove-product {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 6px;
    font-size: 12px;
}
.quantity-num {
    margin: 0 10px;
    display: inline-block;
    font-weight: bold;
    color: #cc5c00;
}
.table-products .final-amount {
    font-weight: bold;
    font-size: 16px;
    color: #2c3e50;
}



.table-products td.tb-btn-xs a {
    width: 20px;
    height: 20px;
    background-image: url(../images/plus.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent !important;
}
.table-products td.tb-btn-xs a.btn-primary {width: 15px;height: 15px; }
.table-products td.tb-btn-xs a.btn-danger {background-image: url(../images/minus.webp); }
form#goOrder .row .row {
    margin: 0px;
}



.col-md-8 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 70px;
}
.contact-form-card {
    width: 60%;
    padding: 40px;
    border: 1px solid #cc5c00;
    border-radius: 10px;
}
.contact-details {
    background: #fbfbdb;
    width: 38%;
    padding: 20px;
    border: 1px solid #cc5c00;
    border-radius: 10px;
}
.contact-details legend, .contact-details address {
    font-size: 22px;
    margin-bottom: 15px;
}
.contact-form-card form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.contact-form-card form .form-group {
    width: 49%;
}
.contact-form-card form .form-group.subj, .contact-form-card form .form-group.msg {
    width: 100%;
}
.contact-form-card h2 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fffbde;
    margin: 0 0 20px;
    position: relative;
}
.contact-form-card form label {display: none; } 
.contact-form-card form input, 
.contact-form-card form textarea {font-size: 18px; font-family: "Jost", sans-serif; font-weight: 400; line-height: 1.2; letter-spacing: 0.36px; color: #000000; display: inline-block; background-color: #fffbde; border: none; border-radius: 5px; padding: 18px 20px; margin: 0; width: 100%; } 
.contact-form-card form input:focus{outline: none; } 
.contact-form-card form input::placeholder{color: #000; } 
.contact-form-card form input[type='submit'] {font-size: 24px; font-weight: 500; line-height: 1; color: #fff; letter-spacing: 0.48px; background-color: #b45c11; border-radius: 50px; text-transform: uppercase; cursor: pointer; display: inline-block; width: auto; margin: 12px 0 0; padding: 20px 68px 16px; } 
.contact-form-card form input[type='submit']:hover{background-color: #fffbde; color: #000; transition: all 0.4s; }
.contact-form-card form button.btn-submit {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.48px;
    background-color: #b45c11;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: auto;
    padding: 20px 68px 16px;
    border: none;
}






.myaccount-btn ul {
    margin: 0px;
}
.myaccount-btn ul li {
    list-style-type: none;
    margin: 0px;
    position: relative;
}
.myaccount-btn ul li ul.myaccount-btn-brp {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    padding: 0px 0;
    z-index: 999;
}
.myaccount-btn ul li:hover ul.myaccount-btn-brp {
    display: block;
}
.myaccount-btn ul li:hover ul.myaccount-btn-brp li a.my-acc {
    width: 100%;
    text-align: center;
    border-radius: 0px;
}
.in-sing-inp-itm.pwd-login {
    width: 100%;
}













.table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #000000 !important;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.table thead tr th {
    color: #ffffff;
    font-size: 16px;
}



.table th, .table td {
  padding: 12px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  text-align: left;
}

.divflex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.product-column img {
  width: 50px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.product-column a {
  display: inline-block;
  max-width: 300px;
  color: #007bff;
  word-break: break-word;
  font-weight: 500;
  text-decoration: none;
}
.product-column a:hover {
  text-decoration: underline;
}

.product-column div {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 4px 8px;
  font-weight: bold;
  color: #333;
}

.clearfix {
  clear: both;
}

td > hr {
  margin: 8px 0;
  border: none;
  border-top: 1px dashed #ccc;
}

@media (max-width: 768px) {
  .divflex {
    flex-direction: column;
    gap: 5px;
  }
  .product-column a {
    max-width: 100%;
  }
}










.col-sm-6:last-child {
    background: #fffbde;
}
.col-sm-6:last-child table {
    background: transparent;
}
.col-sm-6:last-child table tr th {
    background: transparent;
    color: #000000;
}






.razorpay-payment-sec {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 50px;
    padding: 50px;
    background: #fffbde;
    text-align: center;
    border-radius: 10px;
}
.razorpay-payment-sec h3 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 25px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.razorpay-payment-sec button#rzp-button1 {
    font-weight: 400;
    padding: 10px 20px;
    font-size: 16px;
    background: #b45c11;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}











