/* @font-face {
    font-family: 'RocaOne-Rg';
    src: url('../font/RocaOne-Rg.eot');
    src: url('../font/RocaOne-Rg.eot?#iefix') format('embedded-opentype'),
        url('../font/RocaOne-Rg.woff2') format('woff2'),
        url('../font/RocaOne-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
@font-face {
    font-family: 'RocaOne-Rg';
    src: url('../font/RocaOne-Rg.eot');
    src: url('../font/RocaOne-Rg.eot?#iefix') format('embedded-opentype'),
        url('../font/RocaOne-Rg.woff2') format('woff2'),
        url('../font/RocaOne-Rg.woff') format('woff'),
        url('../font/RocaOne-Rg.ttf') format('truetype'),
        url('../font/RocaOne-Rg.svg#RocaOne-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RocaRegular';
    src: url('../font/RocaRegular.eot');
    src: url('../font/RocaRegular.eot') format('embedded-opentype'),
        url('../font/RocaRegular.woff2') format('woff2'),
        url('../font/RocaRegular.woff') format('woff'),
        url('../font/RocaRegular.ttf') format('truetype'),
        url('../font/RocaRegular.svg#RocaRegular') format('svg');
}

@font-face {
    font-family: 'League Spartan Medium';
    src: url('../font/LeagueSpartan-Medium.eot');
    src: url('../font/LeagueSpartan-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/LeagueSpartan-Medium.woff2') format('woff2'),
        url('../font/LeagueSpartan-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan Bold';
    src: url('../font/LeagueSpartan-SemiBold.eot');
    src: url('../font/LeagueSpartan-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/LeagueSpartan-SemiBold.woff2') format('woff2'),
        url('../font/LeagueSpartan-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../font/LeagueSpartan-Regular.eot');
    src: url('../font/LeagueSpartan-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/LeagueSpartan-Regular.woff2') format('woff2'),
        url('../font/LeagueSpartan-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan Light';
    src: url('../font/LeagueSpartan-Light.eot');
    src: url('../font/LeagueSpartan-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/LeagueSpartan-Light.woff2') format('woff2'),
        url('../font/LeagueSpartan-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RocaOne-Th Light';
    src: url('../font/RocaOne-Th.eot');
    src: url('../font/RocaOne-Th.eot?#iefix') format('embedded-opentype'),
        url('../font/RocaOne-Th.woff2') format('woff2'),
        url('../font/RocaOne-Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 115px 0 0 0;
    margin: 0;
    font-family: 'League Spartan';
    overflow-x: hidden;
}

:root {
    --primary-color: #D4AF37;
}

img {
    max-width: 100%;
}

.logo {
    padding: 20px 0 12px 0;
}

.top_bar {
    background: #15151C;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
}

.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    line-height: 14.56px;
    letter-spacing: 0.18em;
    text-align: left;
    color: var(--primary-color);
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;

}

.navtopright {
    display: flex;
    align-items: center;
}

.nav_icon {
    width: 18px;
    height: 18px;
    margin: 0 10px;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0;
}

.nav_searchicon {
    background: url(../images/search.svg) no-repeat center center;
    background-size: cover;
}

.nav_accounticon {
    background: url(../images/account.svg) no-repeat center center;
    background-size: cover;
}

.nav_carticon {
    background: url(../images/cart.svg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.btn_ordertoday {
    font-family: 'RocaOne-Rg';
    font-size: 18px;
    font-weight: 400;
    line-height: 25.83px;
    color: #15151C;
    padding: 12px;
    border: 0;
    border-radius: 0;
    background: #D7B137;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
    transition: all linear 0.3s;
}

.btn_ordertoday span {
    width: 25px;
    height: 1px;
    background: #000;
    display: inline-flex;
    left: 0;
    position: relative;
    transition: all linear 0.3s;
}

.btn_ordertoday:hover {
    background: #d09e00;
    transition: all linear 0.3s;

}

.btn_ordertoday:hover span {
    left: 10px;
}

.cart_count {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    position: absolute;
    top: -12px;
    right: -10px;
    background: #FFBF00;
    font-size: 11px;
    font-weight: 600;
    line-height: 12.89px;
    letter-spacing: 0.18em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler {
    position: absolute;
    right: 0;
    top: 22px;
}


.homeBanner {
    background: #F4EBE5;

}

.homeBanner .container-fluid {
    position: relative;
}

.homeBanner .topright_txtbg {
    font-family: 'RocaOne-Rg';
    /* font-family: 'RocaRegular'; */
    font-size: 128px;
    font-weight: 400;
    line-height: 179.84px;
    text-align: left;
    color: #EBDED5;
    position: absolute;
    top: 0;
    right: 5vw;
}



.homeBannerImage {
    position: relative;
    padding: 130px 0 0 0;
    max-width: 1654px;
    margin: 0 auto;
    z-index: 2;
}

.homeBannerImage img {
    width: 100%;
}

.startyour_cookiedesigntxtarea {
    position: absolute;
    bottom: 42px;
    right: 115px;
    background: #9F1D35;
    padding: 15px 50px 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;

}

.startyour_cookiedesigntxtarea span {
    width: 45px;
    height: 1px;
    background: #fff;
}

.startyour_cookiedesigntxtarea p {
    font-size: 14px;
    font-weight: 600;
    line-height: 15.68px;
    letter-spacing: 0.17em;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;

}

.startyour_cookiedesigntxtarea h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 0.17em;
    text-align: left;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;

}

.shopourcollection {
    background: url(../images/our_history_decor\ 1.png) no-repeat right center #23232B;
    padding: 200px 0 50px 0;
    position: relative;
    margin: -120px 0 0 0;
    z-index: 1;
}

.shopourcollection_textbg {
    font-family: 'RocaOne-Rg';
    font-size: 128px;
    font-weight: 400;
    line-height: 179.84px;
    text-align: left;
    color: #2F2F37;
    position: absolute;
    top: 15px;
    left: 4vw;
}

.shopcollection_title {
    display: flex;
    align-items: center;
    padding: 0 0 30px 0;
}

.shopcollection_titleleft {
    padding: 0 30px 0 0;
    border-right: 1px solid #373743;
}

.shopcollection_titleleft h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 13.44px;
    letter-spacing: 0.27em;
    text-align: left;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
}

.shopcollection_titleleft h3 {
    width: 100%;
    display: inline-block;
    font-family: 'RocaOne-Rg';
    font-size: 3.1rem;
    line-height: 3.6rem;
    text-transform: capitalize;
    color: #c83950;
    text-align: center;
    margin-bottom: 1.5rem;

}

.shopcollection_titlemiddle p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #BBBABA;
    padding: 0 30px 0 40px;
    margin: 0;
}

a.shop_nowbtn {
    padding: 15px;
    font-size: 11px;
    font-weight: 600;
    line-height: 12.32px;
    letter-spacing: 0.17em;
    text-align: left;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    background: #D7B137;
    white-space: nowrap;
    transition: all linear 0.3s;
}

a.shop_nowbtn span {
    width: 25px;
    height: 1px;
    background: #101010;
    flex-shrink: 0;
    display: inline-flex;
    position: relative;
    left: 0;
    transition: all linear 0.3s;
}

a.shop_nowbtn:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

a.shop_nowbtn:hover span {
    left: 5px;
    transition: all linear 0.3s;
}

.shop_collection_list h4 {
    font-family: 'RocaOne-Rg';
    font-size: 36px;
    font-weight: bold;
    line-height: 53.78px;
    text-align: center;
    color: #C83950;
    padding: 15px 0 10px 0;
    margin: 0;
}

.shop_collection_list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.65px;
    text-align: center;
    color: #BBBABA;
    min-height: 52px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

a.readmore {
    width: 48px;
    height: 48px;
    margin: 20px auto 30px auto;
    display: flex;
    background: url(../images/arrow.svg) no-repeat center center #595960;
    font-size: 0;
    transition: all linear 0.3s;
}

a.readmore:hover {
    background: url(../images/arrow.svg) no-repeat center center var(--primary-color);
    transition: all linear 0.3s;
}

.our_brandlogo {
    padding: 60px 0;
    background: #fff;
}

.special_occation {
    padding: 70px 0 65px 0;
    background: url(../images/occation_bg.png) no-repeat 0px 24px #800020;
}

.special_occation h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 13.44px;
    letter-spacing: 0.27em;
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
    padding: 0;
    margin: 0;

}

.special_occation h3 {
    font-family: 'RocaOne-Rg';
    font-size: 50px;
    font-weight: 400;
    line-height: 70.25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0px 0;

}

.special_occationlist {
    margin: 45px 0 0 0;
    padding: 0;
}

.special_occatioImage {
    margin: 15px 0 0 0;
}

.special_occationlist h4 {
    font-family: 'RocaOne-Th Light';
    font-size: 24px;
    font-weight: 400;
    line-height: 33.72px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;

}

.special_occationlist p {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.44px;
    text-align: center;
    color: #fff;
    padding: 5px 0 40px 0;
    margin: 0;

}

.viewall_connectionbtn {
    text-align: center;
    padding: 30px 0 0 0;
    margin: 0;
}

.viewall_connectionbtn a {
    padding: 15px 20px;
    margin: 0;
    background: #D7B137;
    font-size: 11px;
    font-weight: 600;
    line-height: 12.32px;
    letter-spacing: 0.17em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #000;
    gap: 10px;
    transition: all linear 0.3s;
}

.viewall_connectionbtn a span {
    width: 25px;
    height: 1px;
    background: #000;
    display: inline-flex;
    transition: all linear 0.3s;
    position: relative;
    left: 0;
}

.viewall_connectionbtn a:hover {
    background: #d09e00;
    transition: all linear 0.3s;

}

.viewall_connectionbtn a:hover span {
    position: relative;
    left: 5px;
    transition: all linear 0.3s;
}

.testimonial {
    padding: 160px 0;
    margin: 0;
    background: url(../images/testimonial.png) no-repeat top center;
    background-size: cover;
}

.testimonial h4 {
    font-family: 'League Spartan Light';
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 47px;
    text-align: center;
    color: #514633;
    padding: 0;
    margin: 0;
}

.testimonial_client {
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.client_picture {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    overflow: hidden;
}

.testimonial_client span {
    width: 21px;
    height: 1px;
    background: #000;
}

.client_name {
    font-size: 13px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #683548;
    text-transform: uppercase;
}

.mw-80 {
    max-width: 80%;
    margin: 0 auto;
}

.testimonial .owl-dots {
    display: none;
}




.testimonial .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    display: flex;
    justify-content: space-between;
    margin-top: -28px;
}

.testimonial .owl-nav .owl-prev span,
.testimonial .owl-nav .owl-next span {
    display: none;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    width: 29px;
    height: 56px;
}

.testimonial .owl-nav .owl-prev {
    background: url(../images/prev_arrow.svg) no-repeat !important;
}

.testimonial .owl-nav .owl-next {
    background: url(../images/next_arrow.svg) no-repeat !important;
}

.socialmedia_part {
    background: #16181B;
    padding: 65px 0;
}

.socialmedia_part h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 13.44px;
    letter-spacing: 0.27em;
    text-align: left;
    color: var(--primary-color);
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.socialmedia_part h3 {
    font-family: 'RocaOne-Th Light';
    font-size: 50px;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
    color: #D7B137;
    padding: 0;
    margin: 0;
}

.socialmedia_part p {
    font-size: 15px;
    font-weight: 500;
    line-height: 29.25px;
    text-align: left;
    color: #BBBABA;
    padding: 10px 0 0 0;
    margin: 0;
}

.footerbg {
    background: url(../images/footer_bg.png) no-repeat top right #15151C;
    padding: 70px 0 0 0;
    margin: 0;
}

p.footertext {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    color: #D7B137;
    padding: 15px 0 0 0;
    margin: 0;
}

.footer_link {
    display: flex;
}

.footer_link ul {
    width: 25%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_link ul h4 {
    font-family: 'RocaOne-Rg';
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #fff;
    padding: 0 0 12px 0;
    margin: 0;
}

.footer_link ul li {
    padding: 0 0 0px 0;
    margin: 0;
}

.footer_link ul li a {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    text-decoration: none;
    color: #D7B137;

}

.footer_link p {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #D7B137;
    padding: 0;
    margin: 0;
}

.footer_link p span {
    font-weight: 600;
    color: #fff;
}

.footer_link a {
    text-decoration: none;
    color: #D7B137;
}

.copy_righttxt {
    padding: 15px 0 25px 0;
    margin: 35px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    color: #D7B137;
    border-top: 1px dashed #3A3A46;
}

.owl-dots {
    display: none;
}

/*---- LISTING PAGE START -----*/

.innerpageBanner {
    min-height: 199px;
    display: flex;
    background: url(../images/inner_banner.jpg) no-repeat center center;
    background-size: cover;
}

.innerpageBanner .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerpageBanner h3 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.innerpageBanner h3 a {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.shopourcollection.inner_page {
    margin: 0;
    padding: 40px 0;
    background-position: top right;
}

.cociecategory_list {
    padding: 0px 0 20px 0;
    margin: 0;
}

.cociecategory_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.cociecategory_list ul li {
    padding: 22px 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #27272F;
    width: calc(33.3333% - 22px);
    flex-shrink: 0;
}

.cociecategory_list ul li .cociecategory_listimg {
    width: 120px;

}

.cociecategory_list ul li h3 {
    font-family: 'RocaOne-Rg';
    font-size: 36px;
    font-weight: 700;
    line-height: 53.78px;
    text-align: center;
    color: #C83950;
    padding: 0;
    margin: 0;

}

.category_filterpart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 30px 0;
}

.category_filterpart h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 25.65px;
    text-align: left;
    color: #fff;
    cursor: pointer;

}

.category_filterright {
    display: flex;
    align-items: center;
    gap: 15px;
}

.category_filterright .form-control {
    width: 276px;
    padding: 12px 22px;
    border-radius: 0;
    border: 1px solid #4E4E4E;
    font-size: 15px;
    font-weight: 400;
    line-height: 25.65px;
    text-align: left;
    color: #fff;
    background: none;

}

.category_listpart {
    padding: 0;
    margin: 0;
}

.category_listpart ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.category_listpart ul li {
    padding: 0;
    margin: 0px 0 0 0;
    list-style: none;
    width: calc(33.3333% - 20px);
    flex-shrink: 0;
    text-align: center;
}

.category_listpart ul li .category_listimage {
    position: relative;
}

.category_listpart ul li .category_listopegbg {
    display: none;
}

.category_listpart ul li:hover .category_listopegbg {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: block;
    cursor: pointer;
}

.category_listpart ul li .category_iconlist {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.category_listpart ul li .category_iconlist a {
    width: 56px;
    height: 56px;
    font-size: 0;
}

.category_listpart ul li .category_iconlist a.view_icon {
    background: url(../images/view.svg) no-repeat;
}

.category_listpart ul li .category_iconlist a.shoppingbag_icon {
    background: url(../images/cart_icon.svg) no-repeat;
}

.category_listpart ul li .category_iconlist a.favorit_icon {
    background: url(../images/favorit_icon.svg) no-repeat;
}

.category_listpart ul li h3 {
    font-family: 'RocaOne-Rg';
    font-size: 24px;
    font-weight: 400;
    line-height: 33.72px;
    text-align: center;
    color: #fff;
    padding: 10px 0 5px 0;
    margin: 0;

}

.category_listpart ul li a.product_price {
    font-size: 12px;
    font-weight: 600;
    line-height: 13.44px;
    text-align: center;
    text-decoration: none;
    color: var(--primary-color);
    display: inline-block;

}

.load_more {
    margin: 80px 0 0 0;
    border-top: 1px solid #2A2A33;
    position: relative;
    text-align: center;
}

a.load_morebtn {
    background: #2A2A33;
    padding: 7px 35px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25.65px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    top: -20px
}


/*---- LISTING PAGE END -----*/

/* STEP 1 START */
.shopcollection_titleleft.w-100 h3 {
    text-align: center;
}

.shopcollection_titleleft.w-100 p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'League Spartan';
    color: #bbbaba;
    text-align: center;
}

.steap1_listbox {
    padding: 25px 0 45px 0;
    margin: 0;
}

.steap1_listbox ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.steap1_listbox ul li {
    padding: 0;
    margin: 25px 0 0 0;
    width: calc(25% - 23px);
    flex-shrink: 0;
}

.steap1_listbox ul li .steap1_listboxbg {
    position: relative;
    background: #fff;
    box-shadow: inset 0 0 10px #F3E1A4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 255px;
}

.steap1_listbox ul li h3 {
    font-family: 'RocaOne-Rg';
    font-size: 24px;
    font-weight: 400;
    line-height: 33.72px;
    text-align: center;
    color: #fff;
    padding: 8px 0 0 0;
    margin: 0;
}

.steap1_listbox ul li.active .steap1_listboxbg {
    border: 5px solid #D4AF37
}

.steap1_listbox ul li .steap1_listboxbg .radiobuttons {
    position: absolute;
    top: 6px;
    right: 10px;
}

.form-check-input {
    width: 28px;
    height: 28px;
}

.form-check-input:checked[type=radio] {
    background-image: none;
}

.form-check-input:checked[type=radio]:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 12px;
    width: 14px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);

}

.form-check-input:checked {
    background-color: #C83950;
    border-color: #C83950;
}

.form-check-input:focus {
    box-shadow: none;
}

a.back_btn {
    background: #323239;
    color: #ABABB9;
}

a.back_btn span {
    background: #7D7676;
}

a.back_btn:hover {
    background: #3c3c3c;
    /* color:#323239; */
}

.steap1_listbox ul.three_content li {
    width: calc(33.3333% - 23px);
}

.steap1_listbox ul.three_content li .steap1_listboxbg {
    min-height: 240px;
}

.account_dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 15.68px;
    text-align: left;
    color: #fff;
    text-decoration: none;

}

.accountuser_pic {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
}

.account_dropdown span {
    width: 6px;
    height: 6px;
    border-left: 2px solid #D4AF37;
    border-bottom: 2px solid #D4AF37;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.navuser_account .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background: var(--primary-color);
}

/* STEP 1 END */
.modal.left .modal-dialog {
    position: fixed;
    left: 0;
    margin: auto;
    width: 360px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    left: -360px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    left: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

.filtermodal_top {
    text-align: right;
}

.filtermodal_top button {
    border: 0;
    background: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 39.2px;
    letter-spacing: 0.05em;
    color: #505050;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 20px 0 0;
    padding: 0;

}

.filterleftModal h3 {
    font-family: 'RocaOne-Rg';
    font-size: 24px;
    font-weight: 400;
    line-height: 33.72px;
    padding: 0;
    margin: 20px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #DFDFDF;
}

.leftcategory_list {
    padding: 0 0 20px 0;
    margin: 0;
}

.leftcategory_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.leftcategory_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.leftcategory_list ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 39.2px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #505050;
    text-decoration: none;

}

.leftcategory_list ul li a:hover {
    color: #C83950;
}

.leftmodal_pricerange {
    padding: 5px 0 10px 0;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 39.2px;
    letter-spacing: 0.05em;
    color: #505050;

}

.leftmodal_pricerange span {
    color: #C83950;
}

.leftspecial_occationlist {
    padding: 0;
    margin: 0;
}

.leftspecial_occationlist ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.leftspecial_occationlist ul li {
    padding: 0;
    margin: 0 0 12px 0;
    list-style: none;
}

.leftspecial_occationlist ul li label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #505050;

}

.leftspecial_occationlist ul li .form-check-input {
    width: 18px;
    height: 18px;
    border: 1px solid #B8B8D9;
    border-radius: 0;
}

.reset_btn {
    padding: 12px 40px;
    background: #4A4A4A;
    border: 0;
    font-family: 'RocaOne-Rg';
    font-size: 14px;
    font-weight: 400;
    line-height: 20.92px;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

}

.apply_btn {
    padding: 12px 40px;
    background: #C83950;
    border: 0;
    font-family: 'RocaOne-Rg';
    font-size: 14px;
    font-weight: 400;
    line-height: 20.92px;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

}

/* Product Details Start  */
.productdeatil_right h3 {
    font-family: 'RocaOne-Rg';
    font-size:32px;
    line-height:normal;
    text-transform: capitalize;
    color: #c83950;
    text-align:left;
    margin-bottom: 1.5rem;
}
.productdeatil_right p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #BBBABA;
    padding: 0;
    margin: 0 0 20px 0;
}
.packed_list{
    padding:20px 0;
    margin:0;
    border-top:1px solid #373743;
}
.packed_list ul{
    padding: 0;
    margin:0;
    list-style: none;
    display:flex;
    gap:10px;
}
.packed_list ul li{
    padding: 0;
    margin:0;
}
.packed_list ul li a{
    padding:5px 10px;
    margin:0;
    font-size: 14px;
    text-decoration: none;
    color:var(--primary-color);
    border:1px solid var(--primary-color);
    display:inline-flex;
}
.details_productprice{
    padding:20px 0;
    font-size:28px;
    text-decoration: none;
    color:#fff;
    border-top:1px solid #373743;

}
.details_productprice span{
    font-size:18px;
    color: #c83950;
    text-decoration: line-through;
    padding: 0 0 0 10px;
    display:inline-flex;
}
.rating{
    padding: 15px 0;
    font-size: 14px;
    text-decoration: none;
    color:var(--primary-color);
    display:flex;
    align-items: center;
    gap:8px;
    border-top:1px solid #373743;
}
.rating img{
    width: 15px;
    position: relative;
    top: -3px;
}
.rating span{
    color:#fff;
    font-size:12px;
}

@media only screen and (min-width:1590px) {
    .navbar .navbar-nav {
        justify-content: space-around;
        width: 100%;
        margin: 0 100px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1360px) {
    .navbar .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0 7px;
    }

    .btn_ordertoday {
        font-size: 14px;
    }

    .special_occationlist h4 {
        font-size: 17px;
    }

    .socialmedia_part h3 {
        font-size: 42px;
    }

    .testimonial {
        padding: 70px 0;
    }

    .shopourcollection {
        padding-bottom: 20px;
    }

}

@media only screen and (max-width:990px) {
    body {
        padding: 82px 0 0 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .logo {
        max-width: 120px;
        padding: 8px 0;
    }

    .btn_ordertoday {
        font-size: 11px;
        margin: 0 5px;
        display: none;
    }

    .navtopright {
        position: absolute;
        top: 34px;
        right: 60px;
    }

    .navtopright.account_popup {
        top: 17px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .shopcollection_titleleft {
        padding: 0 15px 0 0;
    }

    .shopcollection_titleleft h3 {
        font-size: 32px;
        line-height: 48px;
    }

    .shopcollection_titleleft h5 {
        font-size: 10px;
        line-height: 18px;
    }

    .shopcollection_titlemiddle p {
        font-size: 13px;
        line-height: 20px;
        padding: 0 15px;
    }

    .testimonial h4 {
        font-size: 20px;
        line-height: 32px;
    }

    .socialmedia_part h3 {
        font-size: 30px;
        line-height: 42px;
    }

    #socialMediaSlide {
        margin-top: 15px;
    }

    .footer_link ul {
        margin-top: 20px;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        display: flex !important;
        justify-content: space-between;
        margin-top: -28px;
    }

    .owl-carousel .owl-nav .owl-prev span,
    .owl-carousel .owl-nav .owl-next span {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 29px;
        height: 56px;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        background-color: rgba(255, 255, 255, 0.8) !important;
    }

    .owl-carousel .owl-nav .owl-prev {
        background-image: url(../images/prev_arrow.svg) !important;
        background-size: 12px 24px !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-color: rgba(255, 255, 255, 0.9) !important;
        border-radius: 0 5px 5px 0;
    }

    .owl-carousel .owl-nav .owl-next {
        background-image: url(../images/next_arrow.svg) !important;
        background-size: 12px 24px !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-color: rgba(255, 255, 255, 0.9) !important;
        border-radius: 5px 0 0 5px;
    }

    .footerbg {
        padding: 40px 0 0 0;
    }

    .category_listpart ul li h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .cociecategory_list ul li h3 {
        font-size: 20px;
    }

    .cociecategory_list ul li .cociecategory_listimg {
        width: 50px;
    }

    .cociecategory_list ul li {
        padding: 10px 0;
        gap: 10px;
    }

    .innerpageBanner {
        min-height: 120px;
    }

    .steap1_listbox ul li .steap1_listboxbg {
        min-height: 200px;
    }

    .steap1_listbox ul.three_content li .steap1_listboxbg {
        min-height: 100px;
    }


}

@media only screen and (max-width:660px) {

    .homeBanner .topright_txtbg,
    .shopourcollection_textbg {
        display: none;
    }

    .homeBannerImage {
        padding: 20px 0 0 0;
    }

    .shopourcollection {
        padding: 160px 0 0px 0;
    }

    .shopcollection_title {
        flex-direction: column;

    }

    .shopcollection_titleleft {
        padding: 0;
        border: 0;
    }

    .shopcollection_titlemiddle p {
        padding: 0 15px 15px 15px;
        text-align: center;
    }

    .shopcollection_titlemiddle p br {
        display: none;
    }

    .our_brandlogo {
        padding: 30px 0;
    }

    .special_occation {
        padding: 30px 0;
    }

    .special_occation h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .special_occationlist {
        margin: 5px 0 0 0;
    }

    .special_occationlist h4 {
        font-size: 20px;
    }

    .special_occationlist p {
        padding: 5px 0 0 0;
    }

    .testimonial {
        padding: 30px 0;
    }

    .socialmedia_part {
        padding: 30px 0;
    }

    #socialMediaSlide {
        margin-top: 30px;
    }

    .footerbg {
        padding: 30px 0 0 0;
    }

    .footer_link {
        flex-wrap: wrap;
    }

    .footer_link ul {
        width: 50%;
        margin-top: 25px;
    }

    .startyour_cookiedesigntxtarea {
        bottom: 8px;
        right: 15px;
        ;
        padding: 5px 30px 5px 10px;
    }

    .startyour_cookiedesigntxtarea span {
        width: 20px;
    }

    .startyour_cookiedesigntxtarea p {
        font-size: 12px;
    }

    .startyour_cookiedesigntxtarea h5 {
        font-size: 15px;
    }

    .category_listpart ul li {
        width: calc(50% - 15px);
    }

    .category_listpart ul li h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .cociecategory_list ul li .cociecategory_listimg {
        width: 30px;
    }

    .cociecategory_list ul li {
        padding: 10px 0;
        gap:5px;
        width: calc(33.3333% - 15px);
    }

    .cociecategory_list ul li h3 {
        font-size: 11px;
    }

    .cociecategory_list ul {
        gap: 20px;
    }

    .category_filterright .form-control {
        width: 180px;
    }

    .steap1_listbox ul li {
        width: calc(50% - 15px);
    }

    .steap1_listbox ul li h3 {
        font-size: 18px;
        line-height: 28px;
    }
}