/* @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: 92px 0 0 0; */
    padding: 7.5rem 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%;
}

.top_bar .container-fluid {
    max-width: 1675px;
    margin: 0 auto;
}

.top_bar .navbar .logo img {
    width: 10.1rem;
}

.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;

}

.navbar .navbar-nav .nav-link.active {
    color: #fff;
}

.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 !important;
    padding: 12px;
    border: 0;
    border-radius: 0;
    background: #D7B137 !important;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
    transition: all linear 0.3s;
}

.btn_ordertoday span {
    width: 25px;
    height: 1px;
    background: #000 !important;
    display: inline-flex;
    left: 0;
    position: relative;
    transition: all linear 0.3s;
}

.btn_ordertoday:hover {
    background: #d09e00 !important;
    transition: all linear 0.3s;

}

.btn_ordertoday:hover span {
    left: 10px;
}

.cart_count {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 20px;
    position: absolute;
    top: -20px;
    right: -10px;
    background: #FFBF00;
    font-size: 11px;
    font-weight: 600;
    line-height: 12.89px;
    letter-spacing: 0.18em;
    padding: 0.3rem;
    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 130px 0 40px;
    margin: 0;
}

a.shop_nowbtn {
    padding: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    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-family: 'League Spartan';
    font-size: 17px;
    font-weight: 400;
    line-height: 23.65px;
    text-align: center;
    color: #BBBABA;
    min-height: 52px;
    padding: 0 2rem;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.shopourcollection .shop_collection_list .owl-stage-outer .owl-stage .owl-item {
    margin-right: 0 !important;
}

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: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem;
    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: 'RocaOne-Th 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-stage-outer .owl-stage .item .mw-80 {
    max-width: 62%;
}

.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;
}

.footerbg .footer_logo {
    width: 11rem;
}

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: 36px;
    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: #1a1a20;

}

.category_listpart {
    padding: 0;
    margin: 0;
}

.category_listpart ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.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: 1rem;
    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;
}

.navuser_account.dropdown {
    margin-left: 1rem;
}

.account_dropdown {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 15.68px;
    text-align: left;
    color: #fff;
    text-decoration: none;

}

.accountuser_pic {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu {
    background: #323239;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #BBBABA;
    padding: 0.6rem;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p {
    margin-bottom: 0.8rem;
    position: relative;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p a {
    color: #BBBABA;
    text-decoration: none;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p a:hover {
    color: #D4AF37;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p.icon-logout a {
    color: #D4AF37;
    font-weight: 600;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p.icon-logout a:hover {
    color: #BBBABA;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p.icon-dashboard:before {
    font-family: "FontAwesome";
    font-size: 1rem;
    line-height: 1rem;
    content: "\f2c0";
    color: #BBBABA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p.icon-myorder:before {
    font-family: "FontAwesome";
    font-size: 1rem;
    line-height: 1rem;
    content: "\f291";
    color: #BBBABA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p.icon-editaccount:before {
    font-family: "FontAwesome";
    font-size: 1rem;
    line-height: 1rem;
    content: "\f044";
    color: #BBBABA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p.icon-editaddress:before {
    font-family: "FontAwesome";
    font-size: 1rem;
    line-height: 1rem;
    content: "\f003";
    color: #BBBABA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p.icon-logout:before {
    font-family: "FontAwesome";
    font-size: 1rem;
    line-height: 1rem;
    content: "\f08b";
    color: #D4AF37;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
}

.top_bar nav.navbar .navtopright .navuser_account.dropdown ul.dropdown-menu li p.icon-logout:hover:before {
    color: #BBBABA;
}

.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;
    top: -0.25rem;
}

.leftspecial_occationlist ul li .form-check-input:after {
    border-width: 0.15rem;
    border-color: #fff;
    transform: rotate(45deg);
    height: 0.7rem;
    width: 0.4rem;
}

input[type=checkbox]:focus {
    outline: none;
}

.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;

}

.payment-form fieldset {
    position: relative;
    padding: 0;
    margin: 0 0 30px 0;
    border: none;
    background: none;
    counter-reset: my-sec-counter;
}

.payment-form fieldset h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'RocaOne-Rg';
    color: #c83950;
    padding: 0;
    margin: 0 0 1rem 0;
    position: relative;
}

/* .payment-form fieldset h3::after{
    background: transparent;
    border: 0;
    border-radius: 0;
    content: "";
    counter-increment: checkout-step;
    left: -24px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 5px;
    transform: translateX(-50%);
    vertical-align: baseline;
    background: url(../images/arrow-2.svg) top center no-repeat;
    width: 40px;
    background-size: contain;
    height: 25px;
} */
.payment-form-content {
    position: relative;
}

/* .payment-form-content::after {
    border-left: 1px solid #4E4E4E;
    content: "";
    height: 100%;
    left: -24px;
    position: absolute;
    top: 0;
} */

.payment-form-content p {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'League Spartan';
    color: #bbbaba;
}

.project-formcontrol {
    padding: 12px 22px;
    border-radius: 0;
    border: 1px solid #4E4E4E;
    font-size: 15px;
    font-weight: 400;
    line-height: 25.65px;
    text-align: left;
    color: #bbbaba;
    background: none;
    width: 100%;
    font-family: 'League Spartan';
    margin: 0 0 15px 0;
}

.project-formcontrol::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #bbbaba;
}

.payment-form .form-check {
    color: #bbbaba;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.payment-option-box {
    padding: 20px;
    background-color: #27272F;
}

.payment-option-box h4 {
    color: #bbbaba;
    margin: 0 0 15px 0;
}

.order-summery {
    background: #27272F;
    border: 0;
}

.order-summery-body {
    border-top: 0px solid #4E4E4E;
    padding: 12px 20px;
}

.order-summery-body h4 {
    color: #bbbaba;
    font-size: 24px;
    margin: 0 0 3rem !important;
}

.s-body-content {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-align: start;
    vertical-align: top;
    margin: 0 0 1.5rem 0;
}

.s-body-content-img {
    position: relative;
    width: 18%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
}

.s-body-content-img img {
    object-fit: cover;
    /* width: 100%;
    height: 100%; */
    width: 5.5rem;
    height: auto;
    border-radius: 10px;
}

.s-body-content-img span {
    background-color: #c83950;
    padding: 10px;
    font-size: 15px;
    border-radius: 50px;
    border: 2px solid #fff;
    position: absolute;
    top: -12px;
    right: -12px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-summery .order-summery-body .s-body-content-txt {
    width: 30%;
    margin-right: 1rem;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}


.s-body-content-txt h5 {
    color: #bbbaba;
    font-size: 0.9rem;
    line-height: 1rem;
    margin: 0;
}

.s-body-content-txt span {
    color: #bbbaba;
    font-size: 14px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.s-body-content-txt p {
    color: #bbbaba;
    font-size: 15px;
    margin: 0;
    line-height: 18px;
}

.order-summery .order-summery-body .s-body-content-price {
    width: 40%;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.s-body-content-price h5 {
    color: #bbbaba;
    font-weight: 700;
    font-size: 0.9rem;
    margin: 0;
}

.card-names {
    position: relative;
}

.card-names input {
    padding-right: 22%;
}

.card-names ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 30px;
    right: 25px;
}

.card-names ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 25px;
}

.card-names ul li img {
    max-width: 100%;
}

.payment-success {
    padding: 100px 0;
    text-align: center;
    background: url(../images/our_history_decor\ 1.png) no-repeat right center #23232B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
}

.payment-success img {
    max-width: 25%;
    z-index: 1;
}

.payment-success h1 {
    font-family: 'RocaOne-Rg';
    font-size: 150px;
    font-weight: 400;
    line-height: 179.84px;
    text-align: left;
    color: #2F2F37;
    position: absolute;
    top: 30%;
    z-index: 0;
    margin: 0;
}

.payment-success h2 {
    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;
    margin-top: 1.5rem;
}

.payment-success p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'League Spartan';
    color: #bbbaba;
    text-align: center;
    display: inline-block;
}

/* Customize-step css start */
.mid-howmany-slider-block-wraper {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 8rem;
    margin: 0;
    color: #bbbaba;
}

.mid-howmany-slider-block-wraper p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'League Spartan';
    color: #bbbaba;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.mid-howmany-slider-block-wraper p span {
    color: #d4af37;
}

.mid-howmany-slider-block-wraper .slider-block {
    background: #1c1c23;
    padding: 2.2rem;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mid-howmany-slider-block-wraper .slider-block p.big-txt {
    font-family: 'RocaOne-Th Light';
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #d7b137;
    padding: 0;
    margin: 0 0 1rem;
}

.mid-howmany-slider-block-wraper .slider-block p span {
    color: #d7b137;
}

.line-through {
    text-decoration: line-through;
}

.mid-howmany-slider-block-wraper .slider-block .number-select-input-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23232b;
    padding: 0;
    margin: 0 0 2rem;
}

.mid-howmany-slider-block-wraper .slider-block .number-select-input-wrap input {
    background: #23232b;
    border: 0;
    padding: 0 1rem;
    margin: 0.7rem 0;
    border-right: 0.1rem solid #383843;
    font-family: 'League Spartan';
    font-size: 1.5rem;
    line-height: 2rem;
    color: #bebec7;
    font-weight: 600;
    box-shadow: none;
}

.mid-howmany-slider-block-wraper .slider-block .number-select-input-wrap input:focus-visible,
.mid-howmany-slider-block-wraper .slider-block .number-select-input-wrap input:visited {
    border: 0;
    outline: none;
    border-right: 0.1rem solid #383843;
}

/* ====== SLIDER CSS START ====== */
.range {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    height: 0.6rem;
    background: #373740;
}

.range-input::-webkit-slider-thumb {
    /* -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #c83950;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out; */
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #fff, #999);
    border: 7px solid #c83950;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
    /* height: 15px;
    width: 15px;
    background-color: #c83950;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out; */
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #fff, #999);
    border: 7px solid #c83950;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .2s ease-in-out;
}

.range-input::-webkit-slider-thumb:hover {
    /* box-shadow: 0 0 0 10px rgba(255,85,0, .1) */
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #fff, #999);
    border: 7px solid #c83950;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

.range-input:active::-webkit-slider-thumb {
    /* box-shadow: 0 0 0 13px rgba(255,85,0, .2) */
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #fff, #999);
    border: 7px solid #c83950;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.range-input:focus::-webkit-slider-thumb {
    /* box-shadow: 0 0 0 13px rgba(255,85,0, .2) */
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #fff, #999);
    border: 7px solid #c83950;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.range-input::-moz-range-thumb:hover {
    /* box-shadow: 0 0 0 10px rgba(255,85,0, .1) */
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #fff, #999);
    border: 7px solid #c83950;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.range-input:active::-moz-range-thumb {
    /* box-shadow: 0 0 0 13px rgba(255,85,0, .2) */
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #fff, #999);
    border: 7px solid #c83950;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.range-input:focus::-moz-range-thumb {
    /* box-shadow: 0 0 0 13px rgba(255,85,0, .2)     */
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, #fff, #999);
    border: 7px solid #c83950;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.value1 {
    font-size: 26px;
    width: 5rem;
    height: 4.2rem;
    background: #fff;
    font-family: 'League Spartan';
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
    color: #c83950;
    border-radius: 50%;
    border: 0.2rem solid #c83950;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value2 {
    font-size: 26px;
    width: 5rem;
    height: 4.2rem;
    background: #fff;
    font-family: 'League Spartan';
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
    color: #c83950;
    border-radius: 50%;
    border: 0.2rem solid #c83950;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.range-slider {
    flex: 1;
}

.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.sliderticks span {
    display: flex;
    justify-content: center;
    width: 1px;
    height: 10px;
    background: #d3d3d3;
    line-height: 40px;
}

/* ====== SLIDER CSS END ====== */


.btn-incrs {
    background: #0d0d11;
    border: 0;
    padding: 1rem;
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
    transition: all linear 0.3s;
}

.btn-incrs:hover {
    /* background: #23232c; */
    color: #d4af37;
    transition: all linear 0.3s;
}

.btn-decrs {
    background: #23232b;
    border: 0;
    padding: 1rem;
    margin: 0;
    font-size: 3.2rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #62626a;
    text-decoration: none;
    transition: all linear 0.3s;
}

.btn-decrs:hover {
    /* background: #2d2d36; */
    color: #d4af37;
    transition: all linear 0.3s;
}



.innerpageBanner h4 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 600;
    font-family: 'League Spartan';
    color: #000;
}

.mid-heading-section {
    display: inline-block;
    text-align: center;
    padding: 0 10rem 2rem;
    margin: 0;
}

.mid-heading-section h5 {
    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;
}

.mid-heading-section p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'League Spartan';
    color: #bbbaba;
    text-align: center;
    display: inline-block;
}

.mid-heading-section p span {
    color: #d4af37;
}

.mid-sm-block-wraper {
    width: 100%;
    display: inline-flex;
    padding: 0;
    margin: 0;
    color: #bbbaba;
}

.mid-sm-block-wraper ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* .mid-sm-block-wraper ul li {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 1.2rem;
} */
.mid-sm-block-wraper ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 1.2rem;
}

.mid-sm-block-wraper ul li label {
    width: 17rem;
    min-height: 15rem;
    margin: 0 1rem;
    position: relative;
    text-align: center;
}

.mid-sm-block-wraper ul li .wh-box-wrap {
    width: 17rem;
    min-height: 15rem;
    background-color: #fff;
    box-shadow: 0px 4px 26.1px #f3e1a4 inset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 1rem;
}

.mid-sm-block-wraper ul li h5 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'RocaOne-Rg';
    color: #fff;
    padding: 0;
    margin: 1rem 0 0;
}

.mid-sm-block-wraper ul li p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'League Spartan';
    color: #d4af37;
    padding: 0;
    margin: 0;
}

.mid-action-btn-wraper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 3rem 0 0;
}

/* .action-btn-blk {
    padding: 1rem 2.5rem;
    margin: 0 1rem;
    border: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: left;
    color: #ababb9;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: #323239;
    white-space: nowrap;
    transition: all linear 0.3s;
} */
.action-btn-blk {
    padding: 1rem 3.5rem;
    margin: 0 1rem;
    border: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: center;
    color: #ababb9;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0rem;
    background: #323239;
    white-space: nowrap;
    transition: all linear 0.3s;
}

.action-btn-blk:hover {
    background: #393942;
    color: #ababb9;
    transition: all linear 0.3s;
}

/* .action-btn-blk span {
    width: 25px;
    height: 1px;
    background: #7d7676;
    flex-shrink: 0;
    display: inline-flex;
    position: relative;
    left: 0;
    transition: all linear 0.3s;
} */
.action-btn-blk span {
    width: 25px;
    height: 1px;
    background: #7d7676;
    flex-shrink: 0;
    display: inline-flex;
    position: absolute;
    left: 0.6rem;
    transition: all linear 0.3s;
}

.action-btn-blk:hover span {
    /* left: 5px; */
    left: 22px;
    transition: all linear 0.3s;
}

/* .action-btn-yellow {
    padding: 1rem 2.5rem !important;
    margin: 0 1rem !important;
    border: 0;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1rem !important;
    letter-spacing: 0.17em !important;
    text-align: left;
    color: #101010 !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: #d7b137 !important;
    white-space: nowrap;
    transition: all linear 0.3s;
} */
.action-btn-yellow {
    padding: 1rem 3.5rem !important;
    margin: 0 1rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1rem !important;
    letter-spacing: 0.17em !important;
    text-align: center;
    color: #101010 !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0rem;
    background: #d7b137 !important;
    white-space: nowrap;
    transition: all linear 0.3s;
}

.action-btn-yellow:hover {
    background: #d09e00 !important;
    transition: all linear 0.3s;
}

/* .action-btn-yellow span {
    width: 25px;
    height: 1px;
    background: #101010 !important;
    flex-shrink: 0;
    display: inline-flex;
    position: relative;
    left: 0;
    transition: all linear 0.3s;
} */
.action-btn-yellow span {
    width: 25px;
    height: 1px;
    background: #101010 !important;
    flex-shrink: 0;
    display: inline-flex;
    position: absolute;
    left: 0.7rem;
    transition: all linear 0.3s;
}

.action-btn-yellow:hover span {
    /* left: 5px; */
    left: 22px;
    transition: all linear 0.3s;
}

input[type="radio"] {
    appearance: none;
    border: 0;
    width: 1.8rem;
    height: 1.8rem;
    content: none;
    outline: none;
    margin: 0;
    box-shadow: none;
}

input[type="radio"]:checked {
    opacity: 1;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    transition: all linear 0.1s;
    right: 1rem;
    top: 1rem;
    border: 1px solid #C83950;
    font-size: 21px;
    background: #C83950;
}

input[type="radio"]:checked::before {
    color: #ffffff !important;
    content: "\00A0\2713\00A0" !important;
    border: 0;
    font-weight: 400;
    font-size: 1.2rem;
}

/* HIDE RADIO */
.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    right: 1rem;
    top: 1rem;
    transition: all linear 0.1s;
}

/* IMAGE STYLES */
.hiddenradio [type=radio]+img,
.hiddenradio [type=radio]+.wh-box-wrap {
    cursor: pointer;
}

/* CHECKED STYLES */
.hiddenradio [type=radio]:checked {
    opacity: 1;
    width: 1.8rem;
    height: 1.8rem;
    transition: all linear 0.1s;
    right: 1rem;
    top: 1rem;
    text-align: center;
}

.hiddenradio [type=radio]:checked+img,
.hiddenradio [type=radio]:checked+.wh-box-wrap {
    outline: 5px solid #d4af37;
    transition: all linear 0.1s;
}

.line-text span {
    font-family: 'League Spartan';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 8px 36px;
    background-color: #5B5B6A;
    text-transform: uppercase;
}

.line-text {
    width: 100%;
    text-align: center;
    position: relative;
}

.line-text::before {
    width: 50%;
    left: 0;
    background-color: #4F4F5B;
    height: 1px;
    position: absolute;
    content: "";
    top: 11px;
    z-index: -1;
}

.line-text::after {
    width: 50%;
    right: 0;
    background-color: #4F4F5B;
    height: 1px;
    position: absolute;
    content: "";
    top: 11px;
    z-index: -1;
}

.main-select-box {
    padding: 14px;
    background-color: #353541;
}

.upload-box {
    background-color: #212129;
    border: 2px dashed #575769;
    padding: 18px 0;
    text-align: center;
    position: relative;
}

.upload-box img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
}

.upload-box span {
    font-size: 15px;
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 400;
    display: block;
    margin: 10px 0 0 0;
}

.upload-box span a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.upload-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    left: 0;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.upload-text {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-text span {
    color: #818190;
    font-family: 'League Spartan';
    font-weight: 400;
    font-size: 12px;
}

.logo-progress-bar {
    padding: 14px;
    background-color: #2C2C34;
    position: relative;
}

.logo-progress-bar .cros-icon {
    position: absolute;
    top: 14px;
    right: 14px;
}

.prog-bar-img {
    display: flex;
    gap: 15px;
    align-items: center;
}

.prog-bar-img h5 {
    font-size: 14px;
    color: #fff;
    font-family: 'League Spartan';
    margin: 0 0 2px 0;
}

.prog-bar-img span {
    color: #898989;
    font-size: 12px;
    font-family: 'League Spartan';
}

.logo-progress-bar-inner {
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-progress-bar-inner span {
    color: #898989;
    font-size: 12px;
    font-family: 'League Spartan';
    font-weight: 400;
}

.logo-progress-bar-inner .progress {
    background-color: #3E3E47;
    border-radius: 50px;
    height: 4px;
    width: 100%;
}

.logo-progress-bar-inner .progress .progress-bar {
    background-color: #D4AF37;
    border-radius: 50px;
    height: 4px;
}

.customize-page-title {
    font-size: 16px;
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 400;
    margin: 0 0 10px 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.page-text textarea {
    padding: 15px;
    background-color: #2C2C34;
    color: #fff;
    font-size: 14px;
    font-family: 'RocaOne-Th Light';
    border: none;
    border-radius: 0;
    resize: none;
}

.page-text textarea:focus {
    background: #2C2C34;
}

.page-text textarea::placeholder {
    font-size: 14px;
    color: #8F8F8F;
    font-weight: 400;
    font-family: 'RocaOne-Th Light';
}

/* ==== Color Dropdown CSS Start ==== */
.color-scheme-picker .dropdown,
.color-scheme-picker .dropup {
    position: relative;
}

.color-scheme-picker .btn-block {
    display: block;
    width: 100%;
}

.color-scheme-picker .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.color-scheme-picker .selected-color-scheme {
    display: inline-block;
    width: 95%;
    margin-right: 2%;
}

.color-scheme-panel {
    width: 100%;
}

.color-scheme-panel .color-block {
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.color-scheme-picker .color-scheme-panel {
    width: 100%;
}

.color-scheme-picker .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.color-scheme-picker .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.color-scheme-picker .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.color-scheme-picker .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/* ==== Color Dropdown CSS End ==== */



.colour-check-box {
    display: flex;
    align-items: center;
    gap: 3px;
}

.colour-check-box .form-check-input {
    width: 60px;
    height: 60px;
    border-radius: 0;
}

.colour-check-box .form-check-input:checked[type=checkbox] {
    background: url(../images/black-check.svg) center center no-repeat;
}

.colour-check-box .yellow-col input {
    background-color: #D4AF37;
    border-color: #D4AF37;
}

.colour-check-box .white-col input {
    background-color: #E1E1F0;
    border-color: #E1E1F0;
}

.colour-check-box .yellow-col .form-check-input:checked[type=checkbox] {
    background-color: #D4AF37;
}

.colour-check-box .white-col .form-check-input:checked[type=checkbox] {
    background-color: #E1E1F0;
}

.display-img {
    padding: 40px;
    background-color: #202027;
    text-align: center;
}

.random-image {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: baseline;
}

.category_filterright a.gridview {
    display: none;
}

.category_listpart ul li .category_iconlist a.woocommerce-LoopProduct-link {
    display: none;
}

.category_listpart ul li a.added_to_cart {
    display: none;
}


.shopourcollection.inner_page .woocommerce div.product div.images img {
    display: block;
    width: 100% !important;
    height: auto !important;
    box-shadow: none;
    max-width: 100% !important;
}

.shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right form.cart a.buy-now.button {
    padding: 1rem 2.5rem !important;
    margin: 0 1rem !important;
    border: 0;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1rem !important;
    letter-spacing: 0.17em !important;
    text-align: left;
    color: #101010 !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: #d7b137 !important;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right form.cart a.buy-now.button:hover {
    background: #d09e00 !important;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right form.cart button.single_add_to_cart_button {
    padding: 1rem 2.5rem !important;
    margin: 0 1rem !important;
    border: 0;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1rem !important;
    letter-spacing: 0.17em !important;
    text-align: left;
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: #4a4a4a !important;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right form.cart button.single_add_to_cart_button:hover {
    background: #3b3b3b !important;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right .product_meta span.posted_in {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right .product_meta span.posted_in a {
    color: #dfdfdf;
    text-decoration: none;
}

.shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right .product_meta span.posted_in a:hover {
    color: #c83950;
    text-decoration: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background: #4a4a4a;
    border-top-color: #d09e00;
    color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    color: #d09e00;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    color: #d7b137;
    text-decoration: none;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
    padding: 1rem 2.5rem !important;
    margin: 0 1rem !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    line-height: 1rem !important;
    letter-spacing: 0.17em !important;
    text-align: left;
    font-family: 'RocaOne-Rg';
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: #d7b137 !important;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.woocommerce-notices-wrapper .woocommerce-message a.button:hover {
    background: #d09e00 !important;
    transition: all linear 0.3s;
}

/* Customize-step css end */

/* === login css start === */
.login-page {
    background: url(../images/our_history_decor\ 1.png) no-repeat right center #23232B;
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.login-page-text h1 {
    font-family: 'RocaOne-Th Light';
    color: #D4AF37;
    font-size: 48px;
    margin: 0 0 0px 0;
}

.login-page-text h2 {
    font-family: 'RocaOne-Rg';
    color: #c83950;
    font-size: 64px;
    margin: 0 0 25px 0;
    line-height: 50px;
}

.login-page-text span {
    color: #BBBABA;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'League Spartan';
}

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

.login-form .form-control {
    width: 100%;
    height: 62px;
    border: 1px solid #B8B8D9;
    background-color: #F9FAFF;
    border-radius: 0;
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    color: #000;
    font-family: 'League Spartan Medium';
}

.login-form img {
    position: absolute;
    right: 8px;
    bottom: 18px;
}

.login-form .form-control::placeholder {
    font-size: 16px;
    font-family: 'League Spartan Medium';
    color: #949CB4;
}

.forget-text {
    font-family: 'League Spartan';
    color: #BBBABA;
    font-size: 14px;
    text-decoration: none;
}

.project-btn {
    padding: 22px;
    border: 1px solid #FFBF00;
    background-color: #FFBF00;
    color: #282828;
    font-family: 'RocaOne-Rg';
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    transition: 0.5s ease-in-out;
}

.project-btn:hover {
    background-color: #D7B137;
    transition: 0.5s ease-in-out;
    border-color: #D7B137;
}

.reg-text {
    font-size: 1.2rem;
    color: #BBBABA;
    font-family: 'League Spartan';
    margin: 0;
}

.reg-text a {
    color: #FFBF00;
    text-decoration: none;
}

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

.login-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/* === login css end === */

/* === abouit css start === */
/* .productdeatil_right 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;
} */

.about-page-black-sec {
    background: url(../images/our_history_decor\ 1.png) no-repeat right center #23232B;
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

.about-page-black-sec .shopcollection_titleleft {
    border-right: 0;
}

.ab-img-sec img {
    width: 100%;
    object-fit: cover;
}

.ab-img-sec p {
    margin: 30px 0 0 0;
    color: #BBBABA;
    text-align: center;
}

.about-page-white-sec {
    position: relative;
    padding: 60px 0;
    background: url(../images/our_history_decor-2.png) no-repeat right center #fff;
    z-index: 0;
}

.about-page-white-img-sec {
    text-align: center;
    position: relative;
}

.solid-color::after {
    background-color: #F4EBE5;
    width: 46%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}

.about-page-white-sec p {
    color: #514633;
}

.py-90 {
    padding: 90px 0;
}

.about-page-white-sec .shopcollection_titleleft {
    border: 0;
    padding: 0;
    text-align: left;
}

.about-page-white-img-sec img {
    width: 50%;
}

.gift-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.gift-box h4 {
    font-family: 'RocaOne-Th Light';
    font-size: 28px;
    font-weight: 400;
    line-height: 33.72px;
    text-align: center;
    color: #fff;
    margin: 25px 0 25px 0;
}

.gift-box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 29.25px;
    text-align: left;
    color: #BBBABA;
    margin: 0;
    text-align: center;
}

.about-page-left-white-sec {
    background: url(../images/our_history_decor-3.png) no-repeat left center #fff;
}

.about-page-left-white-sec.solid-color::after {
    right: 0;
    left: auto;
}

.chef-sec {
    padding: 60px 0;
    background-color: #F4EBE5;
    text-align: center;
}

.center-heading h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 13.44px;
    letter-spacing: 0.27em;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
}

.center-heading h2 {
    width: 100%;
    display: inline-block;
    font-family: 'RocaOne-Rg';
    font-size: 3.1rem;
    line-height: 3.6rem;
    text-transform: capitalize;
    color: #c83950;
    margin-bottom: 1.5rem;
}

.chef-body img {
    width: 180px;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 12px 0;
}

.chef-body h4 {
    font-family: 'RocaOne-Th Light';
    font-size: 24px;
    font-weight: 600;
    line-height: 33.72px;
    text-align: center;
    color: #c83950;
    margin: 0 0 8px 0;
}

.chef-body span {
    font-size: 14px;
    display: block;
    margin: 0 0 15px 0;
}

.chef-body p {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #514633;
    margin: 0;
    text-align: center;
}

.chef-body ul {
    padding: 0;
    margin: 20px 0 0 0;
}

.chef-body ul li {
    list-style: none;
    display: inline-block;
    padding: 0 6px;
}

.chef-body ul li img {
    margin: 0;
    max-width: 15%;
}

/* .facebook-icon {
    background: url(../images/facebook.svg) center top no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.twitter-icon {
    background: url(../images/twitter.svg) center top no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.youtube-icon {
    background: url(../images/youtube.svg) center top no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
}

.instagramn-icon {
    background: url(../images/insta.svg) center top no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
} */

.cake-blog {
    padding: 60px 0;
    background: url(../images/our_history_decor-2.png) no-repeat right center #fff;
    z-index: 0;
}

.cake-blog 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: left;
    margin-bottom: 0;
}

.cake-blog-sec {
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background-color: #fff;
}

.cake-blog-sec img {
    border-radius: 10px;
    width: 100%;
    height: 275px;
    margin: 0 0 15px 0;
}

.cake-blog-sec h4 {
    font-family: 'RocaOne-Th Light';
    font-size: 24px;
    font-weight: 400;
    line-height: 33.72px;
    text-align: left;
    margin: 0 0 15px 0;
}

.cake-blog-sec span {
    display: block;
    margin: 0 0 5px 0;
}

.cake-blog-sec p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.chef-body ul li a {
    color: #514633;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}

.chef-body ul li a:hover {
    color: #c83950;
    transition: 0.3s ease-in-out;
}

.chef-body {
    margin: 15px 0;
}

.cake-blog .shop_nowbtn {
    margin-bottom: 30px;
}

/* === abouit css end === */

/* === Product Details Start === */
.productdeatil_right h3 {
    font-family: 'RocaOne-Rg';
    font-size: 2.5rem;
    line-height: 2.2rem;
    text-transform: capitalize;
    color: #c83950;
    text-align: left;
    margin-bottom: 1.5rem;
}

.productdeatil_right p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    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;
}

.packed_list ul li a:hover,
.packed_list ul li a.active {
    background: #fff;
    color: #c83950;
    border: 1px solid #c83950;
}

.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;
}

.shop_nowbtn.cart_icon img {
    position: relative;
    top: -3px;
}

.product_description {
    padding: 40px 0;
    text-align: center;
}

.product_description h4 {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'RocaOne-Rg';
    color: #c83950;

}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
    margin: 0 -0.3rem;
}

.img-item {
    margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.product_description {
    padding: 40px 0;
    text-align: center;
}


/* === Product Details End === */
/* === Contact Us Start === */
.contactus_wraper {
    width: 75%;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.contactus_wraper h3 {
    font-family: 'RocaOne-Rg';
    font-size: 3.5rem;
    line-height: 3.2rem;
    text-transform: capitalize;
    color: #c83950;
    text-align: center;
    margin-bottom: 1rem;
}

.contactus_wraper p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: center;
    color: #BBBABA;
    padding: 0;
    margin: 0 0 2rem;
}

.contactus_wraper .form-control {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #fff;
    padding: 1rem;
    padding-left: 3rem;
    margin: 0.5rem;
}

.contactus_wraper textarea {
    background: #3b3b45;
    border: 0;
    border-radius: 0;
    resize: none;
    height: 10rem;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #fff;
    padding: 1rem;
    margin: 0.5rem;
}

.contactus_wraper textarea:focus-visible {
    border: 0;
    outline: none;
}

.contactus_wraper ::-webkit-input-placeholder {
    color: rgb(190, 190, 190);
}

.contactus_wraper ::-moz-placeholder {
    color: rgb(190, 190, 190);
}

.contactus_wraper :-ms-input-placeholder {
    color: rgb(190, 190, 190);
}

.contactus_wraper :-moz-placeholder {
    color: rgb(190, 190, 190);
}

.contactus_wraper .relative p {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.contactus_wraper .relative p br {
    display: none;
}

.contact_icon {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 2rem;
    top: 1.2rem;
}

.contact_icon2 {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 1.5rem;
    top: 0.8rem;
}

.relative {
    position: relative;
}

.form-control:focus {
    box-shadow: none;
}

.form-control:focus-visible {
    box-shadow: none;
    outline: 0;
    color: #fff;
}

input[type=text]:focus {
    outline: 0;
}

.center {
    text-align: center;
}

.keep-touch-wraper {
    padding: 0;
    margin: 2rem 0 4rem;
}

.keep-touch-wraper h3 {
    font-family: 'RocaOne-Rg';
    font-size: 3.1rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    color: #c83950;
    text-align: center;
    margin-bottom: 1.5rem;
}

.keep-touch-wraper p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #BBBABA;
    padding: 0;
    margin: 0;
}

.contact-detail-wrap {
    padding: 0;
    margin: 4rem 0 0;
}

.contact-detail-wrap ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 2rem 0 5rem;
}

.contact-detail-wrap ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-detail-wrap ul li:first-child {
    width: 4rem;
    padding: 0;
    margin-right: 1.6rem;
}

.contact-detail-wrap ul li img {
    width: 4rem;
}

.contact-detail-wrap ul li h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 1rem;
}

/* === Contact Us End === */

/* === Customize CSS Start === */
.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items thead span {
    font-family: 'RocaOne-Rg';
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    color: #C83950;
    text-transform: capitalize;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row {
    border-bottom: 0.1rem solid #595960;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row a.wc-block-components-product-name {
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #ffffff;
    font-weight: 500;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row p {
    font-size: 1rem;
    line-height: 1.2rem;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin-bottom: 1.5rem;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row button.wc-block-cart-item__remove-link {
    padding: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    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;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row button.wc-block-cart-item__remove-link:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block {
    background: #27272F;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block span.wc-block-cart__totals-title {
    font-family: 'RocaOne-Rg';
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    color: #C83950;
    text-transform: capitalize;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block input {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #bbbaba;
    padding: 1rem;
    padding-top: 1.7rem;
    margin: 0rem;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .components-base-control label {
    font-size: 1rem;
    color: #bbbaba;
    left: 1rem;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input label {
    color: #bbbaba;
    font-size: 1rem;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-radio-control input {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    padding: 0.5rem;
    background: #C83950;
    border: 0;
    top: 0.5rem;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row span.price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-radio-control .wc-block-components-radio-control__option-layout span {
    font-size: 1rem;
    font-weight: 500;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-radio-control input:before {
    background: transparent;
    font-size: 0.9rem;
    top: 0.5rem;
    left: 0.5rem;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-radio-control input:after {
    background: transparent;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block button {
    padding: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: left;
    color: #101010;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
    background: #D7B137;
    white-space: nowrap;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block button:hover {
    border: 0;
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block a.wc-block-cart__submit-button {
    padding: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: left;
    color: #101010;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
    background: #D7B137;
    white-space: nowrap;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block a.wc-block-cart__submit-button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block form.wc-block-components-totals-coupon__form input {
    padding: 0.8rem;
    margin: 0 0.5rem 0 0;
    width: 96%;
    line-height: 2.2rem;

}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-additional-fields #custom_checkout_field span.woocommerce-input-wrapper select#packaging_option {
    padding: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-additional-fields select:focus {
    outline: 0;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block form.wc-block-components-totals-coupon__form button {
    margin: 0;
}

.category_listpart ul.products li.product {
    /* width: 28.33% !important; */
    width: calc(90% / 3) !important;
    float: none !important;
    margin: auto;
    margin-bottom: 1.5rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-components-sidebar {
    background: #27272F;
    padding: 1rem;
    font-size: 1rem;
    color: #bbbaba;
    line-height: 1.2rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-components-sidebar .wc-block-components-panel button {
    background-color: transparent;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-components-sidebar form.wc-block-components-totals-coupon__form input[type=text] {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #bbbaba !important;
    padding: 1rem;
    padding-top: 1.7rem;
    margin: 0rem;
    width: 96%;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-components-sidebar form.wc-block-components-totals-coupon__form label {
    font-size: 1rem;
    color: #bbbaba;
    left: 1rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-components-sidebar form.wc-block-components-totals-coupon__form button {
    padding: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: left;
    color: #101010;
    border: 0;
    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;
    cursor: pointer;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-components-sidebar form.wc-block-components-totals-coupon__form button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form.wc-block-checkout__form fieldset legend {}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form h2.wc-block-components-title {
    font-family: 'RocaOne-Rg';
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: #C83950;
    text-transform: capitalize;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form p {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form input {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #bbbaba !important;
    padding: 1rem;
    padding-top: 1.5rem;
    margin: 0rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form label {
    color: #bbbaba;
    left: 1rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-components-validation-error p {
    color: #C83950;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form button {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #bbbaba !important;
    padding: 1rem;
    padding-top: 1.5rem;
    margin: 1rem 0 0;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-components-checkbox label {
    left: 0;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-components-checkbox label input {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    padding: 0.5rem;
    background: #C83950;
    border: 0;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-components-checkbox label svg {
    fill: #fff;
    margin-top: 0.2rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-components-checkbox label input::after {
    border-color: #ffffff;
    top: 0.3rem;
    left: 0.4rem;
    display: none;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-components-checkbox label span {
    margin-left: 0.6rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form.wc-block-checkout__form fieldset .wc-block-components-radio-control label {
    border: 0;
    box-shadow: none;
    left: 0;
    padding-left: 2.2rem;
    padding-top: 0.5rem;
    top: 0.5rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form.wc-block-checkout__form fieldset .wc-block-components-radio-control label input {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    padding: 0.5rem;
    background: #C83950;
    border: 0;
    left: 0;
    top: 1rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form.wc-block-checkout__form fieldset .wc-block-components-radio-control label input:checked:after {
    background: transparent;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form.wc-block-checkout__form fieldset .wc-block-components-radio-control label input:checked:before {
    background: transparent;
    left: 0.5rem;
    font-size: 0.9rem;
    top: 0.5rem;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form.wc-block-checkout__form fieldset .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form.wc-block-checkout__form textarea {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #bbbaba !important;
    padding: 1rem;
    padding-top: 1.5rem;
    margin: 0rem;
    resize: none;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-checkout__actions {
    padding: 0;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-checkout__actions .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
    color: #fff;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-checkout__actions .wc-block-checkout__actions_row button {
    padding: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: left;
    color: #101010;
    border: 0;
    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;
    cursor: pointer;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-checkout__actions .wc-block-checkout__actions_row button span {
    color: #101010;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-checkout__actions .wc-block-checkout__actions_row button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
    color: #101010;
}

.shopourcollection.inner_page .category_list .wc-block-checkout .wc-block-checkout__main form .wc-block-checkout__terms span {
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list .woocommerce-order ul.woocommerce-thankyou-order-details {
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details {
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details h2.woocommerce-order-details__title {
    font-family: 'RocaOne-Rg';
    color: #c83950;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details table.order_details {
    border-color: #4d4d4d;
    border: 0;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details table.order_details thead tr th {
    border: 0;
    background: #27272F;
    border-bottom: 0rem solid #3b3b3b;
    text-align: left;
    font-size: 1.2rem;
    color: #fff;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details table.order_details tbody {
    text-align: center;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details table.order_details tbody tr td {
    border: 0.1rem solid #3b3b3b;
    /* border-left: 0;
    border-right: 0; */
    text-align: left;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details table.order_details tfoot tr th {
    border: 0;
    border: 0.1rem solid #3b3b3b;
    text-align: left;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details table.order_details tfoot tr td {
    border: 0;
    border: 0.1rem solid #3b3b3b;
    text-align: left;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-order-details table.order_details tbody tr td a {
    color: #d7b137;
    text-decoration: none;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-customer-details {
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-customer-details h2.woocommerce-column__title {
    color: #c83950;
    font-family: 'RocaOne-Rg';
}

.shopourcollection.inner_page .category_list .woocommerce-order section.woocommerce-customer-details address {
    border: 0;
    padding: 0;
}

/* == Filter Modal CSS Start == */
.modal.filterleftModal .modal-dialog .modal-content .filtermodal_top button {
    background: transparent;
    color: #505050;
}

/* .modal.filterleftModal .modal-dialog .modal-content .modal-body input[type=range] {
    height: 0.2rem;
    border-radius: 0;
    background: #dfdfdf;
    appearance: auto;
    -webkit-appearance: auto;
} */

.modal.filterleftModal .modal-dialog .modal-content .modal-body input.form-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.5rem;
    border-radius: 5px;
    background: #C83950;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body input.form-range:hover {
    opacity: 1;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body input.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    border: 0;
    background: #C83950;
    cursor: pointer;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body input.form-range::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    border: 0;
    background: #C83950;
    cursor: pointer;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body input.form-range[type="range" i] {
    color: #C83950;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body .leftspecial_occationlist {
    margin: 2rem 0;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body button:not(:hover):not(:active):not(.has-background) {
    background: #4a4a4a;
    color: #fff;
    transition: all linear 0.3s;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body button:hover {
    background: #3b3b3b;
    color: #fff;
    transition: all linear 0.3s;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body button.apply_btn:not(:hover):not(:active):not(.has-background) {
    background: #c83950;
    color: #fff;
    transition: all linear 0.3s;
}

.modal.filterleftModal .modal-dialog .modal-content .modal-body button.apply_btn:hover {
    background: #af293e;
    color: #fff;
    transition: all linear 0.3s;
}

/* == Filter Modal CSS End == */

.shopourcollection.inner_page .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form fieldset .wc-block-components-checkout-step__container .wc-block-components-shipping-rates-control {
    color: #dfdfdf;
}

.shopourcollection.inner_page .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form fieldset .wc-block-components-checkout-step__container .wc-block-components-notice-banner {
    background: #3b3b3b;
    color: #dfdfdf;
    border-color: #d09e00;
}

.shopourcollection.inner_page .wc-block-checkout .wp-block-woocommerce-checkout-fields-block form fieldset .wc-block-components-checkout-step__container .wc-block-components-notice-banner svg {
    background-color: #d09e00;
}

.shopourcollection.inner_page .category_list .login-page-text form.login {
    padding: 0;
    border: 0;
}

.shopourcollection.inner_page .category_list .login-page-text form.login input.woocommerce-form__input-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #B8B8D9;
    border-radius: 0;
    top: 0.2rem;
}

.shopourcollection.inner_page .category_list .login-page-text form.login input.woocommerce-form__input-checkbox:checked {
    background-color: #C83950;
    border-color: #C83950;
}

.shopourcollection.inner_page .category_list .login-page-text form.login input.woocommerce-form__input-checkbox:after {
    border-width: 0.15rem;
    border-color: #fff;
    transform: rotate(45deg);
    height: 0.7rem;
    width: 0.4rem;
}

.shopourcollection.inner_page .category_list .login-page-text form.login button.woocommerce-form-login__submit {
    padding: 1rem 2.5rem !important;
    margin: 1rem 0 !important;
    font-size: 0.9rem !important;
    font-family: 'RocaOne-Rg';
    font-weight: 600 !important;
    line-height: 1rem !important;
    letter-spacing: 0.17em !important;
    color: #101010 !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137 !important;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list .login-page-text form.login button.woocommerce-form-login__submit:hover {
    background: #d09e00 !important;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .login-page-text form.login p.lost_password a {
    color: #dfdfdf;
    text-decoration: none;
}

.shopourcollection.inner_page .category_list .login-page-text form.login p.lost_password a:hover {
    color: #C83950;
    text-decoration: none;
}

.shopourcollection.inner_page .category_list .ur-frontend-form {
    border: 0;
    padding: 0;
}

.shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register {
    margin: 1.5rem 0 0;
}

.shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register .ur-form-row .ur-form-grid {
    padding: 0;
}

.shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register .ur-form-row .ur-field-item.form-control {
    border-radius: 0;
    background: transparent;
    padding: 0;
    border: 0;
}

/* .shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register .ur-form-row .ur-field-item.form-control .form-row span.input-wrapper {
    background: #fff;
    padding: 0.7rem;
} */

.shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register .ur-form-row .ur-field-item.form-control .form-row span.input-wrapper input {
    border: 0;
    padding: 0 1rem;
    margin: 0;
    height: 3.2rem;
    border-radius: 0;
    background: #fff !important;
    color: #1a1a20;
}

.user-registration-error {
    border-top-color: #c83950;
    background: #fff;
    color: #c83950;
    display: flex;
    align-items: center;
}

.user-registration-error p {
    margin: 0;
}

.shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register .ur-form-row .ur-field-item.form-control label.user-registration-error {
    padding: 0;
    margin: 0.5rem 0 1rem 0;
    background: transparent;
    border: 0;
    color: #d7b137;
    line-height: 15px;
}

.shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register .ur-button-container {
    padding: 0;
    margin: 3rem 0 0;
}

.shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register .ur-button-container .button.ur-submit-button {
    padding: 1rem 2.5rem !important;
    margin: 1rem 0 !important;
    font-size: 0.9rem !important;
    font-family: 'RocaOne-Rg';
    font-weight: 600 !important;
    line-height: 1rem !important;
    letter-spacing: 0.17em !important;
    color: #101010 !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137 !important;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list .ur-frontend-form .login-page .login-page-text form.register .ur-button-container .button.ur-submit-button:hover {
    background: #d09e00 !important;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .wp-block-woocommerce-empty-cart-block {
    color: #dfdfdf;
    padding: 0;
    margin: 3rem 0;
}

.shopourcollection.inner_page .wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon {
    font-size: 2.5rem;
    color: #a5a5a5;
    font-weight: 800;
}

.shopourcollection.inner_page .wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon:before {
    font-size: 2rem;
    color: #d7b137;
    margin: 0 auto 1rem;
}

.shopourcollection.inner_page .wp-block-woocommerce-empty-cart-block .wp-block-product-new {
    display: none;
}

.shopourcollection.inner_page .category_list {
    color: #dfdfdf;
}

.shopourcollection.inner_page .category_list h2.wp-block-heading {
    color: #c83950;
    font-weight: 600;
    font-family: 'RocaOne-Rg';
}

.owl-carousel .owl-stage-outer {
    text-align: center;
    text-align: -webkit-center;
}

.shopourcollection.inner_page .contactus_wraper .wpcf7-response-output {
    border: 0;
    background: #1a1a20;
    font-size: 1rem;
    color: #d7b137;
    padding: 0.6rem;
    border-top: 0.2rem solid #d7b137;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
    color: #dfdfdf !important;
    outline: 0;
}

.shopourcollection.inner_page .woocommerce .login-page-text form input[type=text]:focus,
.shopourcollection.inner_page .woocommerce .login-page-text form input[type=email]:focus,
.shopourcollection.inner_page .woocommerce .login-page-text form input[type=password]:focus {
    color: #1a1a20 !important;
    outline: 0;
}

.shopourcollection.inner_page .user-registration form.register input[type=text]:focus,
.shopourcollection.inner_page .user-registration form.register input[type=email]:focus,
.shopourcollection.inner_page .user-registration form.register input[type=url]:focus,
.shopourcollection.inner_page .user-registration form.register input[type=password]:focus,
.shopourcollection.inner_page .user-registration form.register input[type=search]:focus,
.shopourcollection.inner_page .user-registration form.register input[type=number]:focus,
.shopourcollection.inner_page .user-registration form.register input[type=tel]:focus {
    color: #1a1a20 !important;
    outline: 0;
}

.shopourcollection.inner_page .woocommerce .login-page-text form p {
    display: inline-block;
    width: 100%;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: none !important;
}

.wc-block-checkout__terms a {
    color: #c83950;
    text-decoration: none;
}

.login-page .login-page-text form button.project-btn {
    padding: 1rem 2.5rem !important;
    margin: 1rem 0 !important;
    font-size: 0.9rem !important;
    font-family: 'RocaOne-Rg';
    font-weight: 600 !important;
    line-height: 1rem !important;
    letter-spacing: 0.17em !important;
    color: #101010 !important;
    text-decoration: none;
    text-transform: uppercase;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137 !important;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.login-page .login-page-text form button.project-btn:hover {
    background: #d09e00 !important;
    transition: all linear 0.3s;
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
    color: #1a1a20;
}

.woocommerce-password-strength.strong,
.woocommerce-password-strength.good {
    color: #1a1a20;
}

.shopourcollection .shop_collection_list .owl-carousel .owl-nav.disabled {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 10%;
    background: transparent;
}

.shopourcollection .shop_collection_list .owl-carousel .owl-nav.disabled button.owl-prev,
.shopourcollection .shop_collection_list .owl-carousel .owl-nav.disabled button.owl-next {
    font-size: 6rem;
    color: #fff;
    position: relative;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .payment-form-content p span.woocommerce-input-wrapper input {
    background: #3b3b45;
    border: 0;
    height: 3rem;
    color: #dfdfdf;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset input.form-control {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #dfdfdf;
    padding: 1rem;
    margin: 0.5rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .payment-form-content .shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .payment-form-content input {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #dfdfdf;
    padding: 1rem;
    margin: 0.5rem 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .payment-form-content p {
    border: 0;
    padding: 0;
    margin: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .payment-form-content p span.select2-selection {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    height: 3rem;
    font-weight: 400;
    color: #dfdfdf;
    padding: 0 1rem;
    margin: 0.5rem 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bbbaba;
    line-height: 47px;
    padding: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .payment-form-content p span.select2-selection .select2-selection__rendered {
    line-height: 3rem;
    padding: 0;
    color: #dfdfdf;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .payment-form-content p span.select2-selection span.select2-selection__arrow {
    top: 0.8rem;
    right: 0.5rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li label {
    padding: 0;
    margin: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li input {
    top: 0;
    left: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li input[type=radio]:checked:after {
    opacity: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li input[type=radio]:checked:before {
    line-height: 1rem;
    top: 0.2rem !important;
    position: absolute;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li input[type=radio]:checked:focus {
    outline: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box {
    padding-left: 0;
    margin-top: 1rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box .status-box {
    margin: 0 0 1rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box p {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding: 0;
    margin: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box p a {
    color: #d7b137;
    text-decoration: none;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row.form-row-wide {
    width: 75%;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row.form-row-wide .stripe-card-group div#eh-stripe-card-element {
    background: #3b3b45;
    border: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.6rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row.form-row-wide .stripe-card-group div#eh-stripe-card-element>div {
    width: 100%;
}

.CardBrandIcon.is-loaded svg path {
    fill: #ffffff;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row div#eh-stripe-exp-element {
    background: #3b3b45;
    border: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.6rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row div#eh-stripe-exp-element>div {
    width: 100%;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row div#eh-stripe-cvc-element {
    background: #3b3b45;
    border: 0;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.6rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row div#eh-stripe-cvc-element>div {
    width: 100%;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li {
    margin-bottom: 2rem;
}

.select2-container .select2-dropdown {
    background-color: #3b3b45;
    border: 1px solid #3b3b45;
    color: #dfdfdf;
    top: 0.2rem;
}

.select2-container .select2-dropdown input.select2-search__field {
    background: #2e2e2e;
    border: 0;
    border-radius: 0px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    height: 3rem;
    font-weight: 400;
    color: #dfdfdf;
    padding: 0 1rem;
    margin: 0.5rem 0;
}

.select2-container .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #3b3b45;
}

.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #2e2e2e;
    color: #d7b137;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-additional-fields p span.woocommerce-input-wrapper textarea {
    background: #3b3b45;
    border: 0;
    border-radius: 0px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #dfdfdf;
    padding: 1rem;
    margin: 0.5rem 0;
    height: 7rem;
    resize: none;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-additional-fields select {
    background: #3b3b45;
    border: 0;
    color: #fff;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment {
    background: transparent;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment .form-row.place-order {
    padding: 0;
    margin: 2rem 0 0 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment .form-row.place-order a {
    text-decoration: none;
    color: #c83950;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment .form-row.place-order a.wc-block-components-checkout-return-to-cart-button {
    padding: 1rem 2.5rem;
    margin: 0;
    border: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: left;
    color: #ababb9;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: #323239;
    white-space: nowrap;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment .form-row.place-order a.wc-block-components-checkout-return-to-cart-button :hover {
    background: #393942;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment .form-row.place-order button {
    padding: 1rem 2.5rem;
    margin: 0 1rem;
    border: 0;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: left;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment .form-row.place-order button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 3rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .payment-form-content {
    margin-bottom: 2rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-shipping-fields h3#ship-to-different-address {
    color: #fff;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-shipping-fields h3#ship-to-different-address label {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-shipping-fields h3#ship-to-different-address label input[type="checkbox"] {
    appearance: none;
    border: 0;
    width: 1.8rem;
    height: 1.8rem;
    content: none;
    outline: none;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
    margin-right: 0.8rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-shipping-fields h3#ship-to-different-address label input[type="checkbox"]:checked {
    opacity: 1;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    transition: all linear 0.1s;
    font-size: 21px;
    background: #C83950;
    outline-offset: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-shipping-fields h3#ship-to-different-address label input[type="checkbox"]:checked:before {
    color: #ffffff !important;
    content: "\00A0\2713\00A0" !important;
    border: 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1rem;
    position: absolute;
    top: 0.3rem;
    left: 0.2rem;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-shipping-fields h3#ship-to-different-address label input[type="checkbox"]:checked:after {
    opacity: 0;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-shipping-fields .shipping_address p {
    border: 0;
    padding: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: #3b3b45;
    border: 0;
    height: 3rem;
    color: #bbbaba;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-billing-fields p {
    border: 0;
    padding: 0.2rem 0;
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: 'League Spartan';
    color: #bbbaba;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-billing-fields p span.selection span.select2-selection {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.5rem;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: #3b3b45;
    border: 0;
    border-radius: 0;
    height: 3rem;
    color: #dfdfdf;
}

.shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset .woocommerce-billing-fields p span.selection span.select2-selection span.select2-selection__arrow {
    top: 0.8rem;
    right: 0.5rem;
}

.shopourcollection.inner_page .order-summery .woocommerce-form-coupon-toggle .woocommerce-info {
    border-top-color: #d7b137;
    background: #3b3b45;
    color: #bbbaba;
}

.shopourcollection.inner_page .order-summery .woocommerce-form-coupon-toggle .woocommerce-info:before {
    color: #d7b137;
}

.shopourcollection.inner_page .order-summery .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #d7b137;
    text-decoration: none;
}

.shopourcollection.inner_page .order-summery form.checkout_coupon.woocommerce-form-coupon {
    border-radius: 0;
    background: #3b3b45;
    color: #bbbaba;
    border-color: #5f5f5f;
}

.shopourcollection.inner_page .order-summery form.checkout_coupon.woocommerce-form-coupon input {
    background: #2b2b2b;
    color: #bbbaba;
    padding: 0.5rem;
}

.shopourcollection.inner_page .order-summery form.checkout_coupon.woocommerce-form-coupon button.button {
    padding: 1rem 1.5rem;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    text-align: left;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .order-summery form.checkout_coupon.woocommerce-form-coupon button.button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.woocommerce-checkout-payment .blockUI.blockOverlay {
    background: rgba(208, 158, 0, 0.6) !important;
}

.shopourcollection.inner_page .category_list .wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-text-input label {
    top: -0.2rem;
    left: 0.8rem;
    line-height: 1.5rem;
}

.mid-sm-block-wraper ul li label input[type="radio"]:after {
    opacity: 0;
}

.mid-sm-block-wraper ul li label input[type="radio"]:checked:before {
    position: relative;
    top: -0.25rem;
}

.mid-sm-block-wraper ul li label input[type="radio"]:checked:focus {
    outline: none;
}

.page-text .mid-sm-block-wraper ul.hiddenradio {
    align-items: flex-start;
    justify-content: flex-start;
}

.page-text .mid-sm-block-wraper ul.hiddenradio li {
    margin: 00.5rem;
    width: 22%;
}

.page-text .mid-sm-block-wraper ul.hiddenradio li label {
    margin: 0;
    min-height: auto;
}

.page-text .mid-sm-block-wraper ul.hiddenradio li label input[type="radio"] {
    top: 0.5rem;
    right: 0.5rem;
}

.contactus_wraper .relative p .wpcf7-not-valid-tip {
    font-size: 0.8em;
    text-align: left;
    padding-left: 0.5rem;
}

.shopourcollection.inner_page .category_list form.lost_reset_password p.form-row-first {
    margin-bottom: 2rem;
}

.shopourcollection.inner_page .category_list form.lost_reset_password p.form-row-first input:-internal-autofill-selected {
    background-color: #3b3b45;
    color: #bbbaba;
    -webkit-appearance: none;
    appearance: none;
}

.shopourcollection.inner_page .category_list form.lost_reset_password p.form-row button {
    padding: 1rem 2.5rem;
    margin: 1rem 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list form.lost_reset_password p.form-row button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

span.wpcf7-form-control-wrap.recaptcha {
    left: 0.5rem;
}

.category_listpart ul li .category_listopegbg .category_iconlist .yith-wcwl-add-to-wishlist {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_listpart ul li .category_listopegbg .category_iconlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_listpart ul li .category_listopegbg .category_iconlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    background: #d4af37;
    border-radius: 50%;
}

.category_listpart ul li .category_listopegbg .category_iconlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist i {
    font-size: 1.7rem;
    line-height: 1.5rem;
    color: #000000;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.category_listpart ul li .category_listopegbg .category_iconlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    background: #d4af37;
    border-radius: 50%;
}

.category_listpart ul li .category_listopegbg .category_iconlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span i {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    padding: 0;
    margin: 0;
    cursor: not-allowed;
}

.category_listpart ul li .category_listopegbg .category_iconlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before {
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 1rem;
    content: "\f08a";
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.category_listpart ul li .category_listopegbg .category_iconlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    text-indent: -9999px;
    display: inline-flex;
    width: 3.4rem;
    height: 3.4rem;
    background: #d4af37;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}


/* .hover-content {
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 0;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.navtopright a.nav_accounticon:hover~.hover-content {
    display: block;
} */
nav.navbar .navtopright .hover-content {
    background: url(../images/our_history_decor\ 1.png) no-repeat right center #23232B;
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    padding: 12px 16px;
    z-index: 1;
    transition: all linear 0.3s;
}

nav.navbar .navtopright .hover-content p {
    padding: 0;
    margin: 0 0 0.5rem;
}

nav.navbar .navtopright .hover-content p a {
    font-family: 'League Spartan';
    text-decoration: none;
    transition: all linear 0.3s;
}

nav.navbar .navtopright .hover-content p a:hover {
    color: #d4af37 !important;
    transition: all linear 0.3s;
}

nav.navbar .navtopright .hover-content p.icon-dashboard a {
    text-decoration: none;
    color: #e7e7e7;
}

nav.navbar .navtopright .hover-content p.icon-dashboard a:before {
    font-family: "FontAwesome";
    font-size: 0.8rem;
    line-height: 1rem;
    content: "\f2c0";
    color: #e7e7e7;
    margin-right: 0.6rem;
}

nav.navbar .navtopright .hover-content p.icon-dashboard a:hover:before {
    color: #d4af37;
}

nav.navbar .navtopright .hover-content p.icon-myorder a {
    text-decoration: none;
    color: #e7e7e7;
}

nav.navbar .navtopright .hover-content p.icon-myorder a:before {
    font-family: "FontAwesome";
    font-size: 0.8rem;
    line-height: 1rem;
    content: "\f291";
    color: #e7e7e7;
    margin-right: 0.6rem;
}

nav.navbar .navtopright .hover-content p.icon-myorder a:hover:before {
    color: #d4af37;
}


nav.navbar .navtopright .hover-content p.icon-editaccount a {
    text-decoration: none;
    color: #e7e7e7;
}

nav.navbar .navtopright .hover-content p.icon-editaccount a:before {
    font-family: "FontAwesome";
    font-size: 0.9rem;
    line-height: 1rem;
    content: "\f044";
    color: #e7e7e7;
    margin-right: 0.8rem;
}

nav.navbar .navtopright .hover-content p.icon-editaccount a:hover:before {
    color: #d4af37;
}


nav.navbar .navtopright .hover-content p.icon-editaddress a {
    text-decoration: none;
    color: #e7e7e7;
}

nav.navbar .navtopright .hover-content p.icon-editaddress a:before {
    font-family: "FontAwesome";
    font-size: 0.8rem;
    line-height: 1rem;
    content: "\f003";
    color: #e7e7e7;
    margin-right: 0.8rem;
}

nav.navbar .navtopright .hover-content p.icon-editaddress a:hover:before {
    color: #d4af37;
}

nav.navbar .navtopright .hover-content p.icon-logout a {
    text-decoration: none;
    color: #d4af37;
}

nav.navbar .navtopright .hover-content p.icon-logout a:hover {
    text-decoration: none;
    color: #ffffff !important;
}

nav.navbar .navtopright .hover-content p.icon-logout a:before {
    font-family: "FontAwesome";
    font-size: 1.1rem;
    line-height: 1rem;
    content: "\f08b";
    color: #d4af37;
    margin-right: 0.8rem;
}

nav.navbar .navtopright .hover-content p.icon-logout a:hover:before {
    color: #ffffff;
}

.top_bar nav.navbar .navtopright a.nav_favoriticon {
    font-family: "FontAwesome";
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    text-decoration: none;
}

.top_bar nav.navbar .navtopright a.nav_favoriticon:before {
    content: "\f08a";
}

.shopourcollection.inner_page .category_list form.wishlist-fragment .wishlist-title-container h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'RocaOne-Rg';
    color: #c83950;
    padding: 0;
    margin: 0;
    position: relative;
}

.shopourcollection.inner_page .category_list form.wishlist-fragment table.wishlist_table {
    border: 0;
    margin: 0;
}

.shopourcollection.inner_page .category_list form.wishlist-fragment table.wishlist_table thead th {
    border: 0;
    background: #3b3b45;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #ffffff;
    padding: 1rem;
}

.shopourcollection.inner_page .category_list form.wishlist-fragment table.wishlist_table tbody.wishlist-items-wrapper td {
    border: 0;
    background: #3b3b45;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list form.wishlist-fragment table.wishlist_table tbody.wishlist-items-wrapper td a {
    text-decoration: none;
    color: #C83950;
}

.shopourcollection.inner_page .category_list form.wishlist-fragment table.wishlist_table tbody.wishlist-items-wrapper td a.add_to_cart {
    padding: 0.5rem 1rem;
    margin: 0 auto;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: normal;
    text-align: center;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list form.wishlist-fragment table.wishlist_table tbody.wishlist-items-wrapper td a.add_to_cart:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list form.wishlist-fragment table.wishlist_table tbody.wishlist-items-wrapper td a.remove {
    color: #C83950 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopourcollection.inner_page .category_list form.wishlist-fragment table.wishlist_table tbody.wishlist-items-wrapper td a.remove:hover {
    background: #C83950;
    color: #fff !important;
}

.woocommerce-error li a {
    text-decoration: none;
    color: #c83950;
    font-weight: 600;
}

.shopourcollection.inner_page .category_list nav ul {
    background: #27272F;
    list-style: none;
    padding: 1rem;
    margin: 0;
}

.shopourcollection.inner_page .category_list nav ul li {
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: 600;
    padding: 0;
    margin: 0 0 1.5rem;
}

.shopourcollection.inner_page .category_list nav ul li a {
    color: #e1e1e1;
    text-decoration: none;
}

.shopourcollection.inner_page .category_list nav ul li a:hover {
    color: #d7b137;
    text-decoration: none;
}

.shopourcollection.inner_page .category_list nav ul li.is-active a {
    color: #d7b137;
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--edit-account.is-active a::before {
    color: #2c2c2c !important;
    background: #d7b137 !important;
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--dashboard.is-active a::before {
    color: #2c2c2c !important;
    background: #d7b137 !important;
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--orders.is-active a::before {
    color: #2c2c2c !important;
    background: #d7b137 !important;
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--downloads.is-active a::before {
    color: #2c2c2c !important;
    background: #d7b137 !important;
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--edit-address.is-active a::before {
    color: #2c2c2c !important;
    background: #d7b137 !important;
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--wt-smart-coupon.is-active a::before {
    color: #2c2c2c !important;
    background: #d7b137 !important;
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--customer-logout.is-active a::before {
    color: #2c2c2c !important;
    background: #d7b137 !important;
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 1rem;
    content: "\f0e4";
    color: #2c2c2c;
    margin-right: 0.8rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    background: #c3c3c3;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    font-family: "FontAwesome";
    font-size: 1.2rem;
    line-height: 1rem;
    content: "\f291";
    color: #2c2c2c;
    margin-right: 0.8rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    background: #c3c3c3;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 1rem;
    content: "\f019";
    color: #2c2c2c;
    margin-right: 0.8rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    background: #c3c3c3;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    font-family: "FontAwesome";
    font-size: 1.3rem;
    line-height: 1rem;
    content: "\f003";
    color: #2c2c2c;
    margin-right: 0.8rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    background: #c3c3c3;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 1rem;
    content: "\f2c0";
    color: #2c2c2c;
    margin-right: 0.8rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    background: #c3c3c3;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--wt-smart-coupon a::before {
    font-family: "FontAwesome";
    font-size: 1.3rem;
    line-height: 1rem;
    content: "\f0d6";
    color: #2c2c2c;
    margin-right: 0.8rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    background: #c3c3c3;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.shopourcollection.inner_page .category_list nav ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    font-family: "FontAwesome";
    font-size: 1.3rem;
    line-height: 1rem;
    content: "\f08b";
    color: #2c2c2c;
    margin-right: 0.8rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    background: #c3c3c3;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content p strong {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content p a {
    text-decoration: none;
    color: #d7b137;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: #d7b137;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: #d7b137;
    background: #27272f;
    color: #dfdfdf;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .woocommerce-info::before {
    color: #d7b137;
    top: 0.8rem;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .woocommerce-info a.button {
    padding: 1rem 2.5rem;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .woocommerce-info a.button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.select2-container--default .select2-selection--single {
    box-sizing: border-box;
    width: 100%;
    padding: 0.5rem;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: #3b3b45;
    border: 0;
    height: 3rem;
    color: #bbbaba;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content p .button {
    padding: 1rem 2.5rem;
    margin: 2rem 0 0 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content p .button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses header.title h3 {
    font-family: 'RocaOne-Rg';
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    font-weight: 500;
    color: #C83950;
    text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses header.title a.edit {
    padding: 0.5rem 2.5rem;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses header.title a.edit :hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page form#customForm .page-text input[type=text] {
    background: #2c2c34;
    color: #bbbaba !important;
    border-color: #2c2c34;
}

.shopourcollection.inner_page form#customForm .page-text input::placeholder {
    color: #bbbaba;
}

.shopourcollection.inner_page form#customForm .page-text input[type=text]:focus {
    background: #2c2c34;
    color: #bbbaba !important;
    border-color: #2c2c34;
}

.shopourcollection.inner_page .main-select-box .upload-box.highlight {
    border-color: #ff0000;
}

.shopourcollection.inner_page .display-img.uploaded-preview {
    min-height: 17rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shopourcollection.inner_page .display-img:before {
    content: '';
    border: 0.12rem dotted #8d8d8d;
    border-top: 0;
    border-right: 0;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shopourcollection.inner_page .display-img:after {
    content: '';
    border: 0.12rem dotted #8d8d8d;
    border-bottom: 0;
    border-left: 0;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}

.colour-check-box .fortextaream-check.yellow-col input[type="radio"] {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #D4AF37;
    border-color: #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    top: 0;
    right: 0;
    opacity: 1;
}

.colour-check-box .fortextaream-check input[type="radio"]:checked {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    top: 0;
    right: 0;
}

.colour-check-box .fortextaream-check input[type="radio"]:checked::before {
    color: #333 !important;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.colour-check-box .fortextaream-check input[type="radio"]:checked::after {
    display: none;
}

.colour-check-box .form-check {
    padding-left: 0.5em;
}

.colour-check-box .form-check.white-col input[type="radio"] {
    background-color: #E1E1F0;
    border-color: #E1E1F0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    top: 0;
    right: 0;
    float: none;
    margin-left: 0;
    opacity: 1;
}

.colour-check-box .form-check.white-col input[type="radio"]:checked::before {
    color: #333 !important;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.colour-check-box .form-check.white-col input[type="radio"]:checked::after {
    display: none;
}

.colour-check-box select.color-dropdown {
    width: 100%;
    background: #2c2c34;
    border: 0;
    color: #dfdfdf;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content table {
    border: 0;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content table thead th {
    border: 0;
    background: #3b3b45;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 0.8rem;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content table tbody td {
    border: 0.1rem solid #434343;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content table tbody td {
    border: 0.1rem solid #434343;
    padding: 0.8rem;
    text-align: center;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content table tbody td a {
    text-decoration: none;
    color: #d7b137;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-actions a.button {
    padding: 0.5rem 1rem;
    margin: 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content table tbody td.woocommerce-orders-table__cell-order-actions a.button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content table tfoot th,
.shopourcollection.inner_page .woocommerce-MyAccount-content table tfoot td {
    border: 0.1rem solid #434343;
    padding: 0.8rem;
    text-align: center;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content section.addresses h2.woocommerce-column__title {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'RocaOne-Rg';
    color: #c83950;
    padding: 0;
    margin: 0 0 1rem 0;
    position: relative;
}

.shopourcollection.inner_page .display-img.uploaded-preview img {
    max-width: 24rem;
    height: auto;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content .wt-mycoupons {
    position: relative;
}

.shopourcollection.inner_page .woocommerce-MyAccount-content .wt-mycoupons h4,
.shopourcollection.inner_page .woocommerce-MyAccount-content .wt-used-coupons h4 {
    font-family: 'RocaOne-Rg';
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
    color: #C83950;
    padding: 15px 0 10px 0;
    margin: 0;
}

.startyour_cookiedesigntxtarea a {
    text-decoration: none;
}

.woocommerce ul.products li.product a img {
    height: 17rem;
}

.category_listpart ul.products li.product .category_listimage img {
    width: 100%;
    height: 17rem;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 0;
    color: #fff;
    font-size: 1.5rem;
}

.shopourcollection.inner_page .product .summary.entry-summary .productdeatil_right .product_meta span.posted_in {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #BBBABA;
    font-weight: 600;
}

.shopourcollection.inner_page .product .summary.entry-summary .productdeatil_right .product_meta span.posted_in a {
    text-decoration: none;
    color: #c83950;
}

.shopourcollection.inner_page .product .summary.entry-summary .productdeatil_right form.cart .quantity input {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.shopourcollection.inner_page .product .summary.entry-summary .productdeatil_right form.cart button.single_add_to_cart_button {
    padding: 1rem 1rem;
    margin: 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    color: #ababb9;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #323239;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .product .summary.entry-summary .productdeatil_right form.cart button.single_add_to_cart_button:hover {
    background: #393942;
    color: #ababb9;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .product .summary.entry-summary .productdeatil_right form.cart a.buy-now {
    padding: 0.9rem 1rem;
    margin: 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.17em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .product .summary.entry-summary .productdeatil_right form.cart a.buy-now:hover {
    background: #d09e00 !important;
    transition: all linear 0.3s;
}

.owl-carousel .owl-stage-outer .special_occatioImage a img {
    max-width: 100%;
    height: 10rem;
}

.site-main {
    padding: 0;
}

.nickx-slider-for .nslick-list.draggable .nslick-slide:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page-black-sec .testimonial-block {
    background: #27272F;
    padding: 1.5rem;
    margin: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.about-page-black-sec .testimonial-block:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 0.1rem dotted #979797;
    position: absolute;
    border-right: 0;
    border-bottom: 0;
    left: 0;
    top: 0;
}

.about-page-black-sec .testimonial-block:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: 0.1rem dotted #979797;
    position: absolute;
    border-left: 0;
    border-top: 0;
    right: 0;
    bottom: 0;
}

.about-page-black-sec .testimonial-block .testimonial_client {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 2rem 0 0;
}

.about-page-black-sec .testimonial-block .testimonial_client .client_name {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #d7b137;
}

.about-page-black-sec .testimonial-block .ab-img-sec p {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.2rem;
}

.about-page-black-sec .testimonial-block .testimonial_client .client_picture {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.about-page-black-sec .testimonial-block .testimonial_client .client_picture img {
    width: 100%;
}

.wishlist_table.mobile {
    padding: 0;
    margin: 0;
}

.wishlist_table.mobile li {
    margin-bottom: 1rem;
    background: #3b3b45;
    padding: 1rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.wishlist_table.mobile li .additional-info-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.wishlist_table.mobile li .additional-info-wrapper table {
    width: calc(100% - 140px);
}

.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
    color: #c83950;
    text-decoration: none;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    padding: 0;
    margin: 0;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a.add_to_cart_button {
    padding: 0.5rem 0.5rem;
    margin: 0;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 0.8rem;
    letter-spacing: 0.12em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a.remove_from_wishlist {
    color: #c83950;
    text-decoration: none;
}

.wishlist_table.mobile li .additional-info-wrapper table td.value span.wishlist-in-stock {
    color: #297e29;
}

.payment-form form.checkout .blockUI.blockOverlay {
    background: rgba(0, 0, 0, 0.6) !important;
}

.shopourcollection.inner_page .category_list .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers a.woocommerce-button {
    padding: 0.8rem 2.5rem;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 0.8rem;
    letter-spacing: 0.12em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers a.woocommerce-button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review table.shop_table thead th {
    border: 0;
    background: #3b3b45;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 0.8rem;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review table.shop_table tbody td {
    border: 0.1rem solid #434343;
    padding: 0.8rem;
    text-align: center;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review table.shop_table tfoot th,
.shopourcollection.inner_page .category_list .woocommerce form#order_review table.shop_table tfoot td {
    border: 0.1rem solid #434343;
    padding: 0.8rem;
    text-align: center;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment {
    background: transparent;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment ul.payment_methods li input[type="radio"]:checked {
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment ul.payment_methods li input[type="radio"]:checked:after {
    display: none;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment ul.payment_methods li input[type="radio"]:checked:focus {
    outline: 0;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment ul.payment_methods li .payment_box {
    background: #3b3b45;
    color: #d7b137;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment ul.payment_methods li .payment_box::before {
    border: 1em solid #3b3b45;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment ul.payment_methods {
    border-bottom-color: #3b3b45;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment .form-row .woocommerce-privacy-policy-text a {
    color: #c83950;
    text-decoration: none;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment .form-row button {
    padding: 1.2rem 2.5rem;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 0.8rem;
    letter-spacing: 0.12em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list .woocommerce form#order_review div#payment .form-row button:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .woocommerce .woocommerce-MyAccount-content section.woocommerce-customer-details {
    margin: 0;
}

.shopourcollection.inner_page .category_list .woocommerce .woocommerce-MyAccount-content section.woocommerce-customer-details address {
    border: 0;
}

.shopourcollection.inner_page .nickx-slider-for .nslick-list {
    width: 100%;
    height: 25rem;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-avatar-wrapper {
    width: 15rem;
    height: 12rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 2rem 0 0;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls {
    margin-right: 1rem;
    width: auto;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls form label {
    padding: 0.6rem 1.5rem;
    margin: 0 0.5rem 0 0;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 0.8rem;
    letter-spacing: 0.12em;
    color: #ababb9;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #323239;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
    cursor: pointer;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls form label:hover {
    background: #393942;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls form input {
    padding: 0.6rem 1.5rem;
    margin: 0 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 0.8rem;
    letter-spacing: 0.12em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls form input:hover {
    background: #d09e00;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls form input:focus {
    outline: 0;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-remove-link a {
    background: #323239;
    padding: 0.3rem 1rem;
    font-size: 1rem;
    color: #c83950;
    text-decoration: none;
    position: relative;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-remove-link a:hover {
    background: #393942;
    color: #c83950;
    transition: all linear 0.3s;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-remove-link a:before {
    font-family: "FontAwesome";
    font-size: 1rem;
    line-height: 1rem;
    content: "\f014";
    color: #c83950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.6rem;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group p.togglePassword {
    position: absolute;
    right: 1rem;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group p.togglePassword.fa-eye-slash:before {
    display: none;
}

.shopourcollection.inner_page .woocommerce-order .payment-success h1.order-received {
    font-size: 5rem;
    line-height: 6rem;
}

.shopourcollection.inner_page .order-summery table.shop_table {
    border: 0;
}

.shopourcollection.inner_page .order-summery table.shop_table thead th {
    border: 0;
    background: #3b3b45;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #ffffff;
    padding: 1rem;
}

.shopourcollection.inner_page .order-summery table.shop_table thead th h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'RocaOne-Rg';
    color: #c83950;
    padding: 0;
    margin: 0 !important;
}

.shopourcollection.inner_page .order-summery table.shop_table tbody td {
    border: 0;
    background: #3b3b45;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #bbbaba;
    text-align: center;
}

.shopourcollection.inner_page .order-summery table.shop_table tbody td .s-body-content-img span {
    background-color: #c83950;
    padding: 10px;
    font-size: 15px;
    border-radius: 50px;
    border: 2px solid #fff;
    position: absolute;
    top: -6px;
    right: -27px;
}

.shopourcollection.inner_page .order-summery table.shop_table tfoot th {
    border: 0;
    background: #3b3b45;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #bbbaba;
}

.shopourcollection.inner_page .order-summery table.shop_table tfoot td {
    border: 0;
    background: #3b3b45;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #bbbaba;
    text-align: center;
}

.shopourcollection.inner_page .order-summery table.shop_table tbody td .s-body-content {
    margin: 0 0 0.6rem;
}

.shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li label {
    width: 80%;
    font-size: 0.9rem;
    line-height: 1rem;
    margin: 0;
    padding: 0;
}

.shopourcollection.inner_page .order-summery table.shop_table tfoot td h5.packaging-price {
    font-size: 1rem;
    line-height: 1rem;
}

.shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li input {
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    font-size: 21px;
}

.shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li input[type="radio"]:checked {
    top: 0;
    left: 0;
}

.shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li input[type="radio"]:checked:after {
    display: none;
}

.shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail {
    background: #323239;
    padding: 1rem;
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #ababb9;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail header.entry-header-post figure.post-thumbnail {
    padding: 0;
    margin: 0 0 1.5rem;
    vertical-align: top;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail header.entry-header-post h3.post-tile {
    font-family: 'RocaOne-Rg';
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: left;
    color: #C83950;
    padding: 0;
    margin: 0 0 1rem;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail header.entry-header-post h3.post-tile a {
    text-decoration: none;
    color: #C83950;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail header.entry-header-post figure.post-thumbnail a.post-thumbnail-inner img {
    margin: 0;
    max-width: 100% !important;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail .entry-meta {
    color: #d7b137;
    font-style: italic;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail .entry-content-post p {
    line-height: 1.5rem;
    margin: 0.6rem 0;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail .entry-content-post .read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 1.5rem 0 0;
}

.shopourcollection.inner_page.blog-page article.has-post-thumbnail .entry-content-post .read-more a {
    padding: 0.6rem 1.5rem;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 0.8rem;
    letter-spacing: 0.12em;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: #d7b137;
    white-space: nowrap;
    transition: all linear 0.3s;
    border-radius: 0;
}

.shopourcollection.inner_page.blog-page .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopourcollection.inner_page.blog-page .pagination .page-numbers {
    width: 2rem;
    height: 2rem;
    background: #323239;
    border-radius: 50%;
    padding: 0.5rem;
    margin: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopourcollection.inner_page.blog-page .pagination .page-numbers {
    width: 2rem;
    height: 2rem;
    background: #323239;
    border-radius: 50%;
    padding: 0.5rem;
    margin: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #d7b137;
}

.shopourcollection.inner_page.blog-page .pagination a.prev.page-numbers,
.shopourcollection.inner_page.blog-page .pagination a.page-numbers.next.page-numbers {
    width: auto;
    background: transparent;
}

.shopourcollection.inner_page.blog-page .pagination .page-numbers.current {
    background: #323239 !important;
    border: 0 !important;
    color: #6d6d75 !important;
}

.shopourcollection.inner_page.blog-details {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #BBBABA;
}

.shopourcollection.inner_page.blog-details figure.post-thumbnail img {
    padding: 0;
    margin: 0;
    max-width: 95% !important;
}

.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-previous a,
.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-next a {
    color: #fff;
    text-decoration: none;
}

.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-previous a svg.svg-icon path,
.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-next a svg.svg-icon path {
    fill: #d7b137;
}

.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-previous a:hover svg.svg-icon path,
.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-next a:hover svg.svg-icon path {
    fill: #fff;
}

.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-previous a p.meta-nav,
.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-next a p.meta-nav {
    color: #d7b137;
}

.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-previous a:hover p.meta-nav,
.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-next a:hover p.meta-nav {
    color: #fff;
}

.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-previous a p.post-title,
.shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-next a p.post-title {
    margin: 0;
}

.navbar button.navbar-toggler {
    width: 2.5rem;
    padding: 0;
}

body.page-template-about-template .cake-vdo.aos-init.aos-animate {
    display: flex;
    align-items: center;
    justify-content: center;
}


.display-img.box-img-wraper {
    position: relative;
}

.display-img.box-img-wraper .title-txt-wrap {
    position: absolute;
    background: transparent;
    width: 100%;
    bottom: 11.2rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-img.box-img-wraper .title-txt-wrap p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 600;
    color: #000000;
    padding: 0;
    margin: 0;
}

.display-img.box-img-wraper .tagline-txt-wrap {
    width: 100%;
    background: transparent;
    position: absolute;
    top: 13rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-img.box-img-wraper .tagline-txt-wrap p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 600;
    color: #9b0101;
    padding: 0;
    margin: 0;
    transform: rotatex(0) translatey(5px) skew(160deg) translatex(0px);
}

.mid-sm-block-wraper ul.product-preview-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}

.mid-sm-block-wraper ul.product-preview-wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 2rem;
}

.mid-sm-block-wraper ul.product-preview-wrap li img {
    width: 20rem;
}

.mid-sm-block-wraper ul.product-preview-wrap li.product-details-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.mid-sm-block-wraper ul.product-preview-wrap li.product-details-box .product-right-block {
    background: #353541;
    padding: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #bbbaba;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.mid-sm-block-wraper ul.product-preview-wrap li.product-details-box .product-right-block h2 {
    font-family: 'RocaOne-Rg';
    font-size: 2.1rem;
    line-height: 2.6rem;
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.5rem;
}

.mid-sm-block-wraper ul.product-preview-wrap li.product-details-box .product-right-block p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #bbbaba;
}

.mid-sm-block-wraper ul.product-preview-wrap li.product-details-box .product-right-block h3 {
    font-family: 'RocaOne-Rg';
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    padding: 0;
    margin: 1.5rem 0 0.6rem;
}

.mid-sm-block-wraper ul.product-preview-wrap li.product-details-box .product-right-block h3 span {
    background: #c83950;
    padding: 0.2rem 0.5rem;
    margin: 0 0 0 0.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 400;
    border-radius: 0.4rem;
}

.mid-sm-block-wraper ul.product-preview-wrap li.product-details-box .product-right-block h4 {
    font-size: 1.2rem;
    text-decoration: line-through;
}


/* === Customize CSS End === */



/* === Media CSS Start === */

@media only screen and (min-width:1590px) {
    .navbar .navbar-nav {
        justify-content: space-around;
        width: 100%;
        margin: 0 100px 0 0;
    }
}

@media only screen and (max-width:1366px) {
    .navbar-expand-lg .navbar-nav li.nav-item {
        margin: 0 0.5rem;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1366px) {
    .navbar .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0 7px;
        text-align: center;
    }

    .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;
    }

    .category_listpart ul.products li.product {
        width: 26.33% !important;
    }

    .cociecategory_list ul li h3 {
        font-size: 28px;
    }

    .category_listpart ul.products {
        gap: 0;
    }

    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
        width: calc(95% / 3) !important;
        margin-bottom: 2rem;
    }

}

@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: 24px;
        right: 50px;
    }

    .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;
        line-height: 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;
    }

    .s-body-content-img {
        height: 90px;
    }

    .card-names input {
        padding-right: 28%;
    }

    .payment-form fieldset {
        padding: 0 15px;
    }

    .order-summery {
        margin: 0 15px;
    }

    .payment-success {
        padding: 100px 50px;
    }

    .contactus_wraper {
        width: 95%;
    }

    .contactus_wraper h3 {
        font-size: 2.5rem;
        line-height: 2.2rem;
    }

    .contactus_wraper p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .contactus_wraper .form-control,
    .contactus_wraper textarea {
        margin: 0.5rem 0;
    }

    .contact_icon {
        left: 1.5rem;
        top: 1.4rem;
    }

    .contact_icon2 {
        left: 0.8rem;
    }

    .keep-touch-wraper h3 {
        font-family: 'RocaOne-Rg';
        font-size: 2.5rem;
        line-height: 2.6rem;
    }


    .mid-heading-section {
        padding: 0 0 2rem;
        margin: 0;
    }

    .mid-heading-section h5 {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .mid-heading-section p {
        font-size: 1rem;
    }

    .mid-howmany-slider-block-wraper {
        padding: 0;
    }

    .mid-howmany-slider-block-wraper .slider-block {
        padding: 1.2rem;
    }

    .mid-howmany-slider-block-wraper .slider-block .number-select-input-wrap input {
        width: 80%;
    }

    .value1 {
        width: 4rem;
        height: 3.2rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .value2 {
        width: 4rem;
        height: 3.2rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .mid-howmany-slider-block-wraper .slider-block p.big-txt {
        font-size: 1.5rem;
    }

    .action-btn-blk {
        /* padding: 1rem 1.5rem; */
    }

    .action-btn-yellow {
        /* padding: 1rem 1.5rem; */
    }

    .mid-sm-block-wraper ul li label {
        margin-bottom: 2rem;
    }

    .cake-blog-sec {
        margin: 1rem 0;
    }

    .cake-vdo iframe {
        height: 300px;
    }

    .category_listpart ul.products li.product {
        width: 26.33% !important;
    }

    .shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right form.cart button.single_add_to_cart_button {
        padding: 1.13rem 0.6rem !important;
        margin: 0 0.2rem !important;
        font-size: 0.8rem !important;
    }

    .shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right form.cart a.buy-now.button {
        padding: 1.13rem 0.6rem !important;
        margin: 0 0.2rem !important;
        font-size: 0.8rem !important;
    }

    .shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout #payment .form-row.place-order button {
        margin: 1rem 0;
        justify-content: center;
    }

    .mid-sm-block-wraper ul li {
        flex-wrap: wrap;
    }

    .colour-check-box .fortextaream-check input[type="radio"]:checked,
    .colour-check-box .form-check.white-col input[type="radio"] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .page-text .mid-sm-block-wraper ul.hiddenradio li {
        width: 28%;
    }

    .about-page-black-sec .testimonial-block {
        padding: 1rem;
        margin: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .about-page-black-sec .testimonial-block .testimonial_client {
        margin: 0;
    }

    .about-page-black-sec .testimonial-block .ab-img-sec p {
        margin: 0.6rem 0 0;
        text-align: center;
    }

    .shopourcollection.inner_page .woocommerce-order .payment-success h1.order-received {
        font-size: 5rem;
        line-height: 5rem;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {

    .category_listpart ul.products {
        gap: 0;
    }

    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
        width: calc(95% / 3) !important;
        margin-bottom: 2rem;
    }

    .shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right form.cart button.single_add_to_cart_button {
        padding: 1rem 1.4rem !important;
    }

    .shopourcollection.inner_page .woocommerce .summary.entry-summary .productdeatil_right form.cart a.buy-now.button {
        padding: 1rem 1.4rem !important;
    }

    .category_listpart ul.products li.product .category_listimage img {
        height: 8rem;
    }

    .woocommerce ul.products li.product h3 {
        font-size: 0.8em;
    }

    .shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 15px;
    }

    .shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-avatar-wrapper {
        width: 15rem;
        height: 11rem;
    }

    .shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls form input {
        margin: 0;
    }

}

@media only screen and (max-width: 768px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 31% !important;
        float: none !important;
        clear: both;
        margin: 0 1rem 1rem 0 !important;
    }


    .category_listpart ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        flex-direction: row;
    }

    .cociecategory_list ul {
        align-items: center;
        justify-content: center;
    }

    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
        min-height: 12rem;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tfoot th {
        border: 0;
        background: #3b3b45;
        font-size: 1rem;
        line-height: 1.2rem;
        color: #bbbaba;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tfoot td {
        border: 0;
        background: #3b3b45;
        font-size: 1rem;
        line-height: 1.2rem;
        color: #bbbaba;
        text-align: center;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tbody td .s-body-content-img {
        height: auto;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li label {
        width: 80%;
        font-size: 0.9rem;
        line-height: 1rem;
        margin: 0;
        padding: 0;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li input {
        width: 1.8rem;
        height: 1.8rem;
        display: flex;
        font-size: 21px;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li input[type="radio"]:checked {
        top: 0;
        left: 0;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tfoot td ul li input[type="radio"]:checked:after {
        display: none;
    }

    .shopourcollection.inner_page .order-summery table.shop_table tbody td .s-body-content-img {
        height: auto;
    }

    .category_listpart ul.products li.product .category_listimage img {
        height: 8rem;
    }

    .shopourcollection.inner_page .category_list nav ul {
        margin: 0 0 3rem;
    }

    .shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li label {
        padding: 0;
    }

    .shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset {
        padding: 0;
    }

    .shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset {
        flex-wrap: wrap;
    }

    .shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row.form-row-wide {
        width: 100%;
    }

    .shopourcollection.inner_page .woocommerce .shopourcollection.inner_page .payment-form form.checkout fieldset ul.payment_methods li .payment_box fieldset .form-row {
        width: 100%;
    }

}


@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: 10px;
        width: calc(33.3333% - 15px);
    }

    .cociecategory_list ul li h3 {
        font-size: 13px;
        line-height: 15px;
    }

    .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;
    }

    .order-summery {
        margin: 0 15px;
    }

    .payment-form fieldset h3 {
        font-size: 1.5rem;
    }

    .payment-form-content p {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .s-body-content-img {
        height: 50px;
    }

    .card-names input {
        padding-right: 55%;
    }

    .payment-form fieldset {
        padding: 0 15px;
    }

    .payment-success h2 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-top: 1.4rem;
    }

    .payment-success img {
        max-width: 70%;
    }

    .payment-success h1 {
        font-size: 70px;
        line-height: 179.84px;
        color: #3d3d3f;
        top: 23%;
    }

    .contactus_wraper {
        width: 95%;
    }

    .contactus_wraper h3 {
        font-size: 2.5rem;
        line-height: 2.2rem;
    }

    .contactus_wraper p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .contactus_wraper .form-control,
    .contactus_wraper textarea {
        margin: 0.5rem 0;
    }

    .contact_icon {
        left: 1.5rem;
        top: 1.4rem;
    }

    .contact_icon2 {
        left: 0.8rem;
    }

    .keep-touch-wraper h3 {
        font-family: 'RocaOne-Rg';
        font-size: 2.5rem;
        line-height: 2.6rem;
    }



    .mid-heading-section {
        padding: 0 0 2rem;
        margin: 0;
    }

    .mid-heading-section h5 {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .mid-heading-section p {
        font-size: 1rem;
    }

    .mid-howmany-slider-block-wraper {
        padding: 0;
    }

    .mid-howmany-slider-block-wraper .slider-block {
        padding: 1.2rem;
    }

    .mid-howmany-slider-block-wraper .slider-block .number-select-input-wrap input {
        width: 80%;
    }

    .value1 {
        width: 4rem;
        height: 3.2rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .value2 {
        width: 4rem;
        height: 3.2rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .mid-howmany-slider-block-wraper .slider-block p.big-txt {
        font-size: 1.5rem;
    }

    .action-btn-blk {
        /* padding: 1rem 1.5rem; */
    }

    .action-btn-yellow {
        /* padding: 1rem 1.5rem; */
    }

    .mid-sm-block-wraper ul li label {
        margin-bottom: 2rem;
    }


    .mob-flip {
        display: flex;
        flex-direction: column-reverse;
        margin: 30px 0 0 0;
    }

    .cake-blog-sec {
        margin: 1rem 0;
    }

    .cake-vdo iframe {
        height: 300px;
    }

    .login-img {
        display: none;
    }

    .category_listpart ul.products li.product .category_listimage img {
        height: 8rem;
    }

    .shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper {
        flex-wrap: wrap;
    }

    .shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-avatar-wrapper {
        width: 12rem;
        height: 12rem;
        margin: 0;
        margin-bottom: 2rem !important;
    }

    .shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper {
        flex-direction: column;
    }

    .shopourcollection.inner_page .category_list .woocommerce-MyAccount-content .pp-wrapper .pp-actions-wrapper .pp-controls {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .shopourcollection.inner_page.blog-details figure.post-thumbnail {
        margin: 0 0 1rem;
    }

    .shopourcollection.inner_page.blog-details figure.post-thumbnail img {
        max-width: 100% !important;
    }

    .shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-next {
        margin: 0;
    }

    .shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-previous {
        margin: 0;
    }

    .shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-previous a p.post-title,
    .shopourcollection.inner_page.blog-details nav.navigation.post-navigation .nav-links .nav-next a p.post-title {
        font-size: 1.2rem;
    }

}

/* === Media CSS End === */