<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fonts link here*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@font-face {
    font-family: "Digital Numbers";
    src: url(fonts/Digital-Numbers.ttf);
}


/*
========================
BASE area start
========================
*/

body {	
    font-family: "Digital Numbers";
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #484848;	
}
html, body {
    /*height: 100%;
    overflow: auto;*/
/*
    overflow-y: scroll !important;
    overscroll-behavior: contain; !* Prevents browser-specific scrolling issues *!
    height: auto !important;
    min-height: 100vh;
    overscroll-behavior: none !important;*/


  /*  overscroll-behavior: none;
    scroll-behavior: smooth;
    overflow-x: hidden;*/

    /*overscroll-behavior: none; !* Prevents navigation gestures and pull-to-refresh *!
    overflow-x: hidden; !* Avoid horizontal scrolling *!
    height: 100%;*/


   /* overscroll-behavior: none;


    touch-action: none;*/
}


/*html, body {
    width: 100%;
    height: 100%;
}*/


/*body {
    overflow: hidden;
}*/

div {
    pointer-events: auto !important;
}
/*html {
    overflow-x: hidden !important;
}*/
/*html, body {
    touch-action: auto; !* Allow touch actions *!
}*/
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #bf526f;
}

::-webkit-selection {
    color: white; 
    background: #bf526f;
}

::-moz-selection {
    color: white; 
    background: #bf526f;
}
/* For WebKit browsers (Chrome, Safari) */

/* width */
/*::-webkit-scrollbar {
    width: 10px;
}
  
!* Track *!
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

!* Handle *!
::-webkit-scrollbar-thumb {
  background: #bf526f;
}

!* Handle on hover *!
::-webkit-scrollbar-thumb:hover {
  background: #bf526f;
}*/

/* For Firefox */

/* Width */
/*
* {
  scrollbar-width: thin; !* Options: auto, thin *!
  scrollbar-color: #bf526f #f1f1f1; !* thumb color, track color *!
}
  
  !* Handle on hover *!
  * {
    scrollbar-color: #bf526f #f1f1f1; !* Change color on hover *!
  }
  
*/



/* custom spacing */
.mt_15 {
    margin-top: 15px !important;
}
.mt_30 {
    margin-top: 30px !important;
}
.mt_40 {
    margin-top: 40px !important;
}
.mt_45 {
    margin-top: 45px !important;
}
.mt_50 {
    margin-top: 50px !important;
}
.mt_60 {
    margin-top: 60px !important;
}
.mt_100 {
    margin-top: 100px !important;
}
.mt_120 {
    margin-top: 120px !important;
}
.mt_145 {
    margin-top: 145px !important;
}
.mb_15 {
    margin-bottom: 15px !important;
}
.mb_40 {
    margin-bottom: 40px !important;
}

.px_32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.py_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}






/* custom container */
.container-895 {
    max-width: 895px;
}
/* custom color class */
.color-pink , .color-pink:hover {
    color: #bf526f;
}




/*=========================== login page start here ===========================*/

/*
========================
login area start
========================
*/
.signin_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 75px;
}
.signin_wrapper &gt; .signin_banner, 
.signin_wrapper &gt; .signin_right_area {
    width: 50%;
}
.signin_wrapper &gt; .signin_banner {
    position: sticky;
    top: 0;
}
.signin_wrapper &gt; .signin_banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top center;
}
.signin_wrapper &gt; .signin_right_area {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.signin_right_area .signin_right_content {
    width: 100%;
    height: fit-content;
    padding: 30px 0;
    padding-right: 95px;
}
.signin_right_content .login_header a.si_back_btn {
    width: fit-content;
    min-height: 27px;
    text-decoration: none;
    color: #3C4242;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
    margin-bottom: 50px;
}
.signin_right_content .login_header a.si_back_btn:hover {
    color: #bf526f;
    gap: 8px;
}
.signin_right_content .login_header &gt; h3 {
    color: #333;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0.68px;
    margin-bottom: 45px;
}
.signin_right_content .login_header &gt; a.si_continue_google {
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    transition: 0.3s;
    margin-bottom: 45px;
}
.signin_right_content .login_header &gt; a.si_continue_google:hover {
    background-color: rgba(191, 82, 111,0.1);
    border-color: rgba(191, 82, 111,0.1);
}
.signin_right_content .login_header &gt; a.si_continue_google img {
    width: 20px;
}
.signin_right_content .signin_hr span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(102, 102, 102, 0.25);
}
.signin_right_content .signin_hr h6 {
    color: #666;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
}
.signin_right_content .signin_hr {
    display: flex;
    align-items: center;
    gap: 15px;
}
.signin_right_content .signin_form_area {
    margin-top: 45px;
}
.signin_form_area .form_input {
    margin-bottom: 20px;
}
.signin_form_area .form_input label {
    color: #3C4242;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
    display: block;
}
.signin_form_area .form_input input {
    width: 100%;
    padding: 17px 22px;
    border-radius: 8px;
    background: #F6F6F6;
    outline: none;
    border: 0;
    color: #3C4242;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid transparent;
}
.signin_form_area .form_input input:focus {
    border: 2px solid #bf526f;
}
.signin_form_area .form_input input::placeholder {
    opacity: 1;
    color: #807D7E;
    font-size: 14px;
    font-weight: 400;
}
/* hide/show password */
.signin_form_area .form_input {
    position: relative;
    margin-bottom: 20px;
}
.signin_form_area .form_input .eye-icon {
    position: absolute;
    right: 22px;
    top: 47px;
    cursor: pointer;
    user-select: none;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.signin_form_area .form_input .eye-icon i {
    font-size: 18px;
    color: #807d7e;
    transition: 0.3s;
}
.signin_form_area .form_input .eye-icon:hover i {
    color: #bf526f;
}
.signin_form_area .forget_password a {
    text-decoration: underline;
    display: block;
    width: fit-content;
    margin-left: auto;
    color: #3C4242;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    transition: 0.3s;
}
.signin_form_area .forget_password a:hover {
    color: #bf526f;
}
.signin_form_area .login_btn {
    margin-top: 45px;
}
.signin_form_area .login_btn button {
    width: 100%;
    max-width: 165px;
    min-height: 60px;
    display: block;
    border-radius: 8px;
    background: #000;
    margin-bottom: 25px;
    transition: 0.3s;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 0;
}
.signin_form_area .login_btn button:hover {
    background-color: #bf526f;
}
.signin_form_area .login_btn &gt; span {
    display: block;
    color: #3C4242;
    font-size: 16px;
    font-weight: 400;
}
.signin_form_area .login_btn &gt; span a {
    text-decoration: underline;
    color: inherit;
    transition: 0.3s;
}
.signin_form_area .login_btn &gt; span a:hover {
    color: #bf526f;
}

.signin_wrapper.resetPass_wrapper .login_header &gt; h3 {
    margin-bottom: 24px;
}
.signin_wrapper.resetPass_wrapper .login_header &gt; p {
    color: #807D7E;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
    margin-bottom: 0;
}

/*=========================== Home page start here ===========================*/

/*
========================
header area start
========================
*/
header .header_top_area {
    width: 100%;
    min-height: 40px;
    background-color: #000000;
    padding: 8px 0;
}
.header_top_area .header_top_left ul li a {
    text-decoration: none;
    color: #BFBFBF;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    transition: 0.2s;
}
.header_top_area .header_top_left ul li a:hover {
    text-decoration: underline;
    color: #fff;
}
.header_top_area .header_top_left ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header_top_area .header_top_right {
    text-align: right;
}
.header_top_area .header_top_right a {
    text-decoration: none;
    color: #BFBFBF;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
}
.header_top_area .header_top_right a:hover {
    color: #fff;
}
header .main_header {
    border-bottom: 1px solid #BEBCBD;
}
.main_header .logo a img{
    width: 100%;
    max-width: 156px;
}
.main_header .header_nav_area ul.nav_item li a {
    text-decoration: none;
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
    transition: 0.3s;
}
.main_header .header_nav_area ul.nav_item li a:hover {
    color: #bf526f;
}
.main_header .header_nav_area ul.nav_item li a.active {
    color: #bf526f;
}
.main_header .header_nav_area ul.nav_item li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 18px;
    background: #bf526f;
    position: absolute;
    top: 120%;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.main_header .header_nav_area ul.nav_item li a:hover:after {
    opacity: 1;
    top: 100%;
}
.main_header .header_nav_area ul.nav_item li a.active::after {
    opacity: 1;
    top: 100%;
    background-color: #bf526f;
}
.main_header .header_nav_area ul.nav_item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: 40px;
}
.main_header .main_header_row {
    min-height: 95px;
}
.main_header .header_nav_area ul.header_social {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}
.main_header .header_nav_area ul.header_social li a {
    font-size: 18px;
    color: #484848;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}
.main_header .header_nav_area ul.header_social li a:hover, 
.main_header .header_nav_area ul.header_social li a.active {
    background-color: #bf526f;
    color: #fff;
}
.main_header .header_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* header search popup */
#search-box {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}
#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}
#search-box .container .close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
#search-box .container .close:hover {
  opacity: 1;
}
#search-box .container .close:before,
#search-box .container .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 50px;
  width: 3px;
  background-color: white;
}
#search-box .container .close:before {
  transform: rotate(45deg);
}
#search-box .container .close:after {
  transform: rotate(-45deg);
}
#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}
#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}
#search-box .container .search-main form {
  position: relative;
}
#search-box .container .search-main input {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 12px 74px 12px 0;
  font-size: 72px;
  height: 84px;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 3s;
}
#search-box .container .search-main input:focus {
  outline: none;
}
#search-box .container .search-main button {
  border: 0;
  left: auto;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.3em;
  background: transparent;
  font-size: 43px;
}
#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}
#search-box.-open {
  background: rgba(0, 0, 0, 0.8);
  visibility: visible;
  animation: fadein 0.8s;
}
#search-box .container .search-main input {
    display: none;
}
#search-box.-open .container .search-main input {
    display: block;
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
  z-index: 999999;
  position: relative;
  overflow: visible;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* header hamburger css */
.burger {
    cursor: pointer;
    width: 25px;
    margin-top: 5px;
    position: relative;
    z-index: 999999;
}

.burger span{
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 10px;
    background-color: #484848;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
}

.burger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: -10px;
}
.home_offcanvas.offcanvas {
    height: calc(100vh - 40px);
    top: 40px;
    z-index: 9999;
    width: 300px;
}
.home_offcanvas .sidebar_logo {
    padding-top: 60px;
}
.home_offcanvas .sidebar_logo a {
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.home_offcanvas .sidebar_social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
.home_offcanvas .sidebar_social ul li a {
    font-size: 16px;
    color: #fff;
    background-color: #bf526f;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;  
}
.home_offcanvas {
    padding: 0 15px;
    padding-right: 0;
}
.home_offcanvas .sidebar_nav ul {
    margin-top: 20px;
}
.home_offcanvas .sidebar_nav ul li a {
    text-decoration: none;
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
    transition: 0.3s;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.home_offcanvas .sidebar_nav ul li {
    margin: 5px 0;
}
.home_offcanvas .sidebar_nav ul li a.active {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #bf526f;
}

/*
========================
Home Banner area start
========================
*/
.home_banner_wrapper {
    transition: 0.3s;
}
.home_banner_wrapper:hover .overlay {
    opacity: 1;
}
.home_banner_wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

.home_banner_wrapper .hero-slider {
  width: 100%;
  height: 715px;
  overflow: hidden;
}
.home_banner_wrapper .hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
}
.home_banner_wrapper .hero-slider .carousel-cell .inner {
    z-index: 55;
    position: relative;
    padding-left: 80px;
}
.home_banner_wrapper .hero-slider .carousel-cell .inner .subtitle {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 37.771px;
    letter-spacing: 0.157px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.home_banner_wrapper .hero-slider .carousel-cell .inner .title {
    color: #FFF;
    font-size: 78px;
    font-weight: 900;
    line-height: 93.622px;
    letter-spacing: 0.315px;
    margin-bottom: 40px;
}
.home_banner_wrapper .hero-slider .carousel-cell .inner h6 {
    color: #FFF;
    font-size: 32px;
    font-weight: 900;
    line-height: 47.214px;
    letter-spacing: 0.315px;
    margin-bottom: 40px;
}
.home_banner_wrapper .hero-slider .carousel-cell .inner a {
    text-decoration: none;
    color: #3C4242;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    max-width: 235px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FFF;
    transition: 0.3s;
}
.home_banner_wrapper .hero-slider .carousel-cell .inner a:hover {
    background-color: #000000;
    color: #fff;
}

.home_banner_wrapper .hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.home_banner_wrapper .hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.home_banner_wrapper .hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.home_banner_wrapper .hero-slider .flickity-page-dots {
  bottom: 50px;
}
.home_banner_wrapper .hero-slider .flickity-page-dots .dot:first-child {
    border-radius: 5px 0 0 5px;
}
.home_banner_wrapper .hero-slider .flickity-page-dots .dot:last-child {
    border-radius: 0 5px 5px 0;
}
.home_banner_wrapper .hero-slider .flickity-page-dots .dot {
    width: 63px;
    height: 10px;
    opacity: 1;
    opacity: 0.5;
    background: #FFF;
    border-radius: 0;
    margin: 0 1px;
}
.home_banner_wrapper .hero-slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/* newitem slider css  start*/
.home_newitem_slider {
    position: relative;
}
.home_newitem_slider .slick-slide {
    border-radius: 12px;
    overflow: hidden;
    padding: 0 10px;
} 
.newitem_arrow_wrapper .newitem_arrow_prev,
.newitem_arrow_wrapper .newitem_arrow_prev1,
.newitem_arrow_wrapper .newitem_arrow_prev2,
.newitem_arrow_wrapper .newitem_arrow_prev3,
.newitem_arrow_wrapper .newitem_arrow_prev4,
.newitem_arrow_wrapper .newitem_arrow_next,
.newitem_arrow_wrapper .newitem_arrow_next1,
.newitem_arrow_wrapper .newitem_arrow_next2,
.newitem_arrow_wrapper .newitem_arrow_next3,
.newitem_arrow_wrapper .newitem_arrow_next4 {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50%;
}
.newitem_arrow_prev,
.newitem_arrow_prev1,
.newitem_arrow_prev2,
.newitem_arrow_prev3,
.newitem_arrow_prev4 {
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}
.newitem_arrow_prev4 {
    left: -5px;
    top: 40%;
}
.newitem_arrow_next,
.newitem_arrow_next,
.newitem_arrow_next1,
.newitem_arrow_next2,
.newitem_arrow_next3,
.newitem_arrow_next4 {
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
}
.newitem_arrow_next4 {
    right: -5px;
    top: 40%;
}
.product_cart_title_wrapper ul.cart_price {
    flex-wrap: wrap;
}
.newitem_arrow_wrapper {
    display: none;
}


/*
========================
home brand area start
========================
*/
.home_brand_wrapper {
    margin-top: 120px;
}
.home_brand_wrapper .home_brand_content {
    padding: 55px 0;
}
.home_brand_wrapper .home_brand_content ul li a {
    text-decoration: none;
    transition: 0.3s;
}
.home_brand_wrapper .home_brand_content ul li a:hover {
    opacity: 0.5;
}
.home_brand_wrapper .home_brand_content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*
========================
home brand area start
========================
*/
.home_showup_wrapper {
    margin-top: 120px;
}
.home_showup_content {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.home_showup_content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.home_showup_content:hover:after {
    opacity: 1;
}
.home_showup_content:hover img {
    transform: scale(1.1);

}
.home_showup_content img {
    width: 100%;
    border-radius: 24px;
    transition: 0.3s;
}
.home_showup_content span.title {
    width: 100%;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    position: absolute;
    bottom: 48px;
    left: 45%;
    transform: translateX(-50%);
    z-index: 5;
}



/*
==========================
HOME_NEW_ITEM area start
==========================
*/
.home_newitem_wrapper {
    margin-top: 120px;
}
.home_newitem_header &gt; h2 {
    color: #3C4242;
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.68px;
    padding-left: 26px;
    position: relative;
    margin-bottom: 70px;
}
.home_newitem_header &gt; h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 30px;
    border-radius: 10px;
    background: #BF526F;
    position: absolute;
    top: 0;
    left: 0;
}
.product_cart_content .product_cart_image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.product_cart_image .cart_discount span {
    color: #000;
    text-align: right;
    font-size: 10px;
    font-weight: 500;
}
.product_cart_image .cart_discount {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 5;
}
.product_cart_image .cart_favorite {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 5;
}
.product_cart_image .cart_favorite i {
    font-size: 14px;
    color: #3c4242;
}
.product_cart_content .product_cart_image &gt; img {
    width: 100%;
    display: block;
    border-radius: 12px;
    /*transition: 0.3s;*/
}


.product_cart_content .product_cart_image .first-image,
.product_cart_content .product_cart_image .second-image {
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, visibility 0.2s linear 0.2s;
}
.product_cart_content .product_cart_image .second-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility:hidden;
    transform: scale(1);
}

.product_cart_content:hover .product_cart_image .first-image {
    opacity: 0;
    visibility:hidden;
    transform: scale(1);
}

.product_cart_content:hover .product_cart_image .second-image {
    opacity: 1;
    visibility:visible;
    transform: scale(1.2);
}


.product_cart_content .product_cart_title_wrapper {
    width: 100%;
    margin-top: 16px;
}
.product_cart_title_wrapper .pct_name h4 {
    color: #3C4242;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    transition: 0.3s;
}
.product_cart_title_wrapper .pct_name h4:hover {
    color: #BF526F;
}
.product_cart_title_wrapper .pct_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_cart_title_wrapper .pct_name del {
    color: #807D7E;
    font-size: 14px;
    font-weight: 500;
}
.product_cart_title_wrapper ul.cart_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_cart_title_wrapper ul.cart_price li span {
    color: #807D7E;
    font-size: 14px;
    font-weight: 500;
}
.product_cart_title_wrapper ul.cart_price li h6 {
    color: #3C4242;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}


/* favorite css */
.favorite-icon {
    font-size: 50px; /* Adjust size as needed */
    cursor: pointer;
    display: inline-block; /* Ensures proper scaling from the center */
    transition: transform 0.2s ease;
}

.favorite-icon .fa-heart {
    transition: color 0.2s ease;
    display: block; /* Centers the scaling effect */
}

.favorite-icon .fa-heart.filled {
    color: #bf526f;
}
.favorite-icon.animate {
    transform: scale(1.1);
    transform-origin: center; /* Ensure scaling occurs from the center */
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.favorite-icon.pulse .fa-heart {
    animation: pulse 0.5s ease;
}

.home_newitem_header ul.home_product_category_title {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.home_newitem_header ul.home_product_category_title &gt; li a {
    text-decoration: none;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: 0.3s;
    text-underline-offset: 10px;
}
.home_newitem_header ul.home_product_category_title &gt; li a:hover {
    color: #212429;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.home_newitem_header ul.home_product_category_title &gt; li a.active {
    color: #212429;
    text-decoration: underline;
    text-underline-offset: 5px;
}


/*
==========================
HOME_BLOG area start
==========================
*/
.home_blog_wrapper {
    margin-top: 120px;
}
.home_blog_header &gt; h2 {
    margin-bottom: 40px;
}
.home_blog_banner &gt; img {
    width: 100%;
}
.home_blog_btn {
    margin-top: -22px;
    padding-left: 16px;
    z-index: 5;
    position: relative;
}
.home_blog_btn &gt; a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-height: 35px;
    border-radius: 8px;
    background: #000;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
    transition: 0.3s;
}
.home_blog_btn &gt; a:hover {
    background-color: #BF526F;
}
.home_blog_btn &gt; span {
    display: block;
    overflow: hidden;
    color: #212429;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product_cart_title_wrapper .pct_name h4 {
    color: #3C4242;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    transition: 0.3s;
}



/*
===========================
product slider area start
===========================
*/
.product_slider_area {
    padding: 100px 0;
    margin: 120px 0;
    padding-left: calc(calc(100% - 1265px) / 2);
    overflow-x: hidden;
}
.product_slider_area .product_slider_left &gt; h2 {
    color: #484848;
    font-size: 37.594px;
    font-weight: 700;
    margin-bottom: 8px;
}
.product_slider_area .product_slider_left &gt; p {
    max-width: 355px;
    color: #8A8A8A;
    font-size: 13.076px;
    font-weight: 400;
    line-height: 21.249px;
    margin-bottom: 30px;
}
.product_slider_area .product_slider_left &gt; a {
    text-decoration: none;
    width: 100%;
    max-width: 195px;
    min-height: 45px;
    border-radius: 8.173px;
    background: #000;
    box-shadow: 0px 16.345px 28.604px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-align: center;
    font-size: 13.076px;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.product_slider_area .product_slider_left &gt; a:hover {
    background-color: #BF526F;
}

.psl_countdown_content {
    margin-top: 40px;
}
.psl_countdown_content &gt; span {
    color: #484848;
    font-size: 22.883px;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
}
.psl_countdown_content &gt; ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.psl_countdown_content &gt; ul li span {
    font-family: "Digital Numbers";
    color: #484848;
    font-size: 26.152px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    min-height: 62px;
    border-radius: 8.173px;
    background: #FFF;
    box-shadow: 0px 10px 15px -4px rgba(0, 0, 0, 0.12);
    margin-left: auto;
    margin-right: auto;
}
.psl_countdown_content &gt; ul li h6 {
    color: #484848;
    text-align: center;
    font-size: 19.614px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 12px;
    margin-bottom: 0;
}

/* home product slider start*/
.product_slider_content {
    overflow: hidden;
}
.product_slider .slide-btn.slide-btn &gt; img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 12px;
}
.slick-current.slick-active.slide-btn &gt; img {
    height: 475px !important;
}
.slick-current.slick-active.slide-btn &gt; .slider_product_discount {
    display: block;
    transition: 0.3s;
}
.product_slider .slick-arrow {
    background-color: red;
}
.product_slider .slick-next.slick-arrow {
    position: absolute;
    top: 98%;
    left: -30px;
}  
.product_slider .slick-prev.slick-arrow {
    position: absolute;
    top: 98%;
    left: -60px;
}  
.slider_product_discount &gt; ul li {
    color: #484848;
    font-size: 13.076px;
    font-weight: 400;
    line-height: 150%;
}
.slider_product_discount &gt; ul {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
}
.slider_product_discount &gt; h3 {
    color: #484848;
    font-size: 22.883px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
}
.slider_product_discount {
    background-color: #ffffff;
    padding: 25px 14px 14px 20px;
    position: absolute;
    bottom: 19px;
    margin-left: 30px;
    display: none;
}


.product_slider_wrapper {
    position: relative;
}
.product_slider_wrapper .slick_arrow {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 39.228px;
    background: #FFF;
    box-shadow: 0px 3.269px 11.442px 0.817px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.product_slider_wrapper .slick_arrow:hover {
    background-color: #000;
    color: #fff;
}
.slick_arrow_wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
    position: absolute;
    bottom: 0;
    right: calc(100% + 15px);
}
.product_slider_wrapper .product_slider {
    min-height: 475px;
}
.product_slider_wrapper li button::before {
    font-size: 25px;
    line-height: 16.5px;
}
.product_slider_wrapper li.slick-active button::before {
    border: 1px solid #000;
    border-radius: 50% !important;
    opacity: 1;
}
.product_slider_wrapper li button {
    border: 1px solid transparent;
    padding: 0;
}
.product_slider .slick-dots {
    position: absolute;
    bottom: 0;
    margin-left: -70px;
}
.product_slider .slick-slide {
    border-radius: 12px;
    overflow: hidden;
    padding: 0 10px;
}

/*
===================
footer area start
===================
*/
.footer_area {
    margin-top: 120px;
    padding-top: 48px;
    padding-bottom: 60px;
    background-color: #0b0b0b;
}
.footer_area .footer-logo .logo {
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-bottom: 35px;
}
.footer_area .footer-logo .logo img {
    width: 100%;
    max-width: 155px;
}
.footer_area .footer-logo span {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 500;
    line-height: 216.9%;
    display: block;
    margin-bottom: 35px;
}
.footer_area .footer-logo h6 {
    color: #9B9B9B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 0;
}
.footer_area .footer_item &gt; h4 {
    color: #F6F6F6;
    font-size: 16px;
    font-weight: 700;
    line-height: 216.9%;
}
.footer_area .footer_item &gt; ul.footer_link li {
    margin-bottom: 5px;
    display: block;
}
.footer_area .footer_item &gt; ul.footer_link li a {
    text-decoration: none;
    display: block;
    width: fit-content;
    color: #9B9B9B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 216.9%;
    text-underline-offset: 10px;
    transition: 0.3s;
}
.footer_area .footer_item &gt; ul.footer_link li a:hover {
    color: #F6F6F6;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.footer_area .footer_item &gt; ul.footer_social li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-height: 35px;
    border-radius: 10.68px;
    background: #F6F6F6;
    color: #000000;
    font-size: 17px;
    transition: 0.3s;
}
.footer_area .footer_item &gt; ul.footer_social li a:hover {
    background-color: #BF526F;
    color: #fff;
}
.footer_area .footer_item &gt; ul.footer_social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_area .footer_brand &gt; h5 {
    color: #F6F6F6;
    font-size: 16px;
    font-weight: 700;
    line-height: 216.9%;
    margin: 20px 0;
}
.footer_area .footer_brand &gt; ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer_area .footer_brand &gt; ul li a {
    text-decoration: none;
}


/*=========================== product detail page start here ===========================*/

/*
===========================
product detail area start
===========================
*/
.product_detail_slider {
    display: flex;
    align-items: center;
    gap: 35px;
    background-color: #f6f6f6;
    position: relative;
}
.product_detail_slider::after {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    background-color: #f6f6f6;
    right: 100%;
    z-index: -1;
}
.carousel-thumbnails .img-thumbnail {
    width: 68px;
    height: 68px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    padding: 4px;
    border: 0;
    border-radius: 9.072px;
    border: 0.756px solid transparent;
    margin-top: 20px;
}
.carousel-thumbnails .img-thumbnail.active,
.carousel-thumbnails .img-thumbnail:hover {
  opacity: 1;
  border: 0.756px solid #3C4242;
  border-radius: 12.096px;
}
.carousel-inner img {
  width: 100%;
  height: auto;
}
.carousel-thumbnails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Align carousel and thumbnails side by side */
.carousel-container {
  display: flex;
}
.carousel-thumbnails {
  min-height: 400px;
  overflow-y: auto;
  scrollbar-width: none;
  max-height: 550px;
}
.carousel.product_carousel {
  width: 85%;
}
.carousel.product_carousel .carousel-item{
  background-color: white;
}
.product_detail_slider ul.ps_prevnext {
  margin-top: 25px;
}
.product_detail_slider ul.ps_prevnext li {
  cursor: pointer;
  font-size: 10px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #3c4242;
  margin-bottom: 12px;
  box-shadow: 0.756px 0.756px 3.024px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
.product_detail_slider ul.ps_prevnext li:hover {
  background-color: #3c4242;
  color: #fff;
}
.product_detail_slider ul.ps_prevnext li.active {
  background-color: #3c4242;
  color: #fff;
}
.product_detail_content {
    margin-top: 30px;
    padding-left: 50px;
}
.product_detail_content .pdc_link ul li i {
    font-size: 12px;
}
.product_detail_content .pdc_link ul li a {
    text-decoration: none;
    color: #807D7E;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s;
}
.product_detail_content .pdc_link ul li a:hover {
    color: #BF526F;
}
.product_detail_content .pdc_link ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.product_detail_content .pdc_title {
    width: 100%;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;

}
.product_detail_content .pdc_title &gt; h2 {
    color: #3C4242;
    font-size: 34px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.68px;
    margin-bottom: 0;
}
.product_detail_content .pdc_title ul li a {
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #EEE;
    background: #FFF;
    transition: 0.3s;
}
.product_detail_content .pdc_title ul li:first-child:focus a {
    background-color: transparent !important;;
}
.product_detail_content .pdc_title ul li:last-child a {
    color: #000;
}
.product_detail_content .pdc_title ul li a:hover {
    color: #BF526F;
}
.product_detail_content .pdc_title ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}
.product_detail_content .pdc_model h6 {
    color: #807D7E;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.product_detail_content .pdc_model {
    margin-bottom: 30px;
}
.product_detail_content .pdc_dimension ul.pdc_dimension_title li h6 {
    color: #3F4646;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.product_detail_content .pdc_dimension ul.pdc_dimension_title li a {
    color: #807D7E;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}
.product_detail_content .pdc_dimension ul.pdc_dimension_title li a:hover {
    gap: 20px;
}
.product_detail_content .pdc_dimension ul.pdc_dimension_title li a:hover {
    color: #BF526F;
}
.product_detail_content .pdc_dimension ul.pdc_dimension_title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product_detail_content .pdc_dimension {
    margin-bottom: 30px;
}
.product_detail_content ul.pdc_dimension_size {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}
.product_detail_content ul.pdc_dimension_size li {
    width: auto !important;
    height: 40px !important;
    color: #3C4242;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    border: 2px solid #CBC9CA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_detail_content ul.pdc_dimension_size li.active {
    background-color: #3c4242;
    color: #FFF;
}
.product_detail_content .pdc_color &gt; h4 {
    color: #3F4646;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
} 
.product_detail_content .pdc_color &gt; ul li {
    width: 80px;
    height: 40px;
    border-radius: 12px;
    border: 2px solid #CBC9CA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4242;
    font-size: 14px;
    font-weight: 600;
}
.product_detail_content .pdc_color {
    margin-bottom: 30px;
}
.product_detail_content .pdc_quantity {
    width: 100px;
    min-height: 50px;
    border-radius: 12px;
    background: #F6F6F6;
    display: flex;
    align-items: stretch;
    justify-content: center; 
    border: 2px solid transparent;
    transition: 0.3s;
}
.product_detail_content .pdc_quantity input {
    width: 100%;
    max-width: 35px;
    outline: none;
    border: 0;
    text-align: center;
    color: #3C4242;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
}
.product_detail_content .pdc_quantity button {
    width: 100%;
    border: 0;
    background-color: transparent;
}
.product_detail_content .pdc_quantity:hover {
    border: 2px solid #CBC9CA;
}
.product_detail_content .pdc_quantity_price {
    width: 190px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_detail_content .pdc_quantity_price h6 {
    color: #3C4242;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.product_detail_content .pdc_addcart_btn button {
    width: 205px;
    min-height: 50px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    background: #BF526F;
    border: 0;
    transition: 0.3s;
}
.product_detail_content .pdc_addcart_btn button:hover {
    background-color: #000000;
}
.product_detail_content .pdc_addcart_btn button i {
    margin-right: 10px;
}
.pdc_addtocart_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    flex-wrap: wrap;
    margin-bottom: 33px;
}
.pdc_delivary_details {
    padding-top: 40px;
    border-top: 1px solid #bebcbd;
}
.pdc_delivary_details ul li h6 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}
.pdc_delivary_details ul li h6 img {
    display: inline-block;
    margin-right: 12px;
}
.pdc_delivary_details ul li span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.pdc_delivary_details ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

/*
==============================
PRODUCT_DESCRIPTION area start
==============================
*/
.product_description_area {
    padding-top: 100px;
}
.product_description_header h2 {
    color: #3C4242;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}
.product_description_header h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 28px;
    background-color: #bf526f;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.product_description_left {
    padding-top: 14px;
}
.product_description_left &gt; ul li a {
    text-decoration: none;
    color: #807D7E;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}
.product_description_left &gt; ul li a.active {
    color: #3C4242;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 10px;
}
.product_description_left &gt; ul li a:hover {
    color: #3C4242;
}
.product_description_left &gt; ul li a span {
    background-color: #3c4242;
    color: #ffffff;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_description_left &gt; ul li:last-child a {
    display: flex;
    gap: 10px;
}
.product_description_left &gt; ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.product_description_left &gt; p {
    color: #807D7E;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.28px;
    margin-bottom: 35px;
}
.product_description_left {
    max-width: 610px;
}
.product_description_left table tr td {
    border: 1px solid #e2e1e2;
}
.product_description_left table tr td &gt; div {
    padding: 25px;
}
.product_description_left table tr td &gt; div h6 {
    color: #3C4242;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.product_description_left table tr td &gt; div span {
    color: #807D7E;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.28px;
    display: block;
    margin-bottom: 12px;
}

 /* Remove outer borders */
 .product_description_left table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    border-radius: 12px;
    background: #F6F6F6;
    table-layout: fixed;
}
.product_description_left tr:first-child td {
    border-top: none;
}
.product_description_left tr:last-child td {
    border-bottom: none;
}
.product_description_left td:first-child {
    border-left: none;
}
.product_description_left td:last-child {
    border-right: none;
}
.product_description_video .pd_video_item {
    width: 100%;
    max-width: 530px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.product_description_video .pd_video_item::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 100%;
    border-radius: 12px;
    opacity: 0.4;
    background: #3C4242;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.3s;
}
.product_description_video .pd_video_item img {
    width: 100%;
    border-radius: 12px;
}
.product_description_video .pd_video_item .play_pause_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f6f6f6;
    color: #3c4242;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border: 0;
    transition: 0.3s;
}
.product_description_video .pd_video_item .play_pause_btn:hover {
    background-color: #bf526f;
    color: #fff;
}
.product_description_video .pd_video_time {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    display: block;
    position: absolute;
    top: 27px;
    right: 21px;
    z-index: 5;
}
.product_description_video .pd_video_item:hover:after {
    opacity: 0.2;
}


/*=========================== CART page start here ===========================*/

/*
========================
cart_reg area start
========================
*/
.cart_reg_content &gt; ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cart_reg_content &gt; ul li a {
    text-decoration: none;
    color: #807D7E;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}
.cart_reg_content &gt; ul li a:hover ,.cart_reg_content &gt; ul li a.active {
    color: #3C4242;
}
.cart_reg_content &gt; p {
    color: #807D7E;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    margin-top: 25px;
    margin-bottom: 0;
}
.cart_reg_content &gt; p a {
    text-decoration: none;
    color: #BF526F;
    font-size: 14px;
    font-weight: 600;
}
.cart_reg_content {
    padding: 60px 0;
    padding-bottom: 50px;
}

/*
========================
main_cart area start
========================
*/
.main_cart_header .mch_row {
    min-height: 75px;
}
.main_cart_wrapper .main_product_cart {
    margin-top: 70px;
}
.main_cart_wrapper .main_cart_header {
    background-color: #3f3f3f;
}
.main_cart_header .mch_title h4 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.main_product_cart .mpc_detail_content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.main_product_cart .mpc_detail_content &gt; img {
    width: 105px;
    border-radius: 12px;
}
.main_product_cart .mpc_detail_content &gt; ul li h5 {
    color: #3C4242;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 4px;
    margin-top: 5px;
}
.main_product_cart .mpc_detail_content &gt; ul li span {
    color: #807D7E;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 1px;
}
.mpc_quantity_content.product_detail_content .pdc_quantity:hover {
    border: 0;
}
.mpc_quantity_content.product_detail_content .pdc_quantity {
    border: 0;
    min-height: 36px;
    padding: 0 10px;
}
.main_product_cart .mpc_price_content &gt; ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_product_cart .mpc_price_content &gt; ul li h6 {
    color: #3C4242;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.main_product_cart .mpc_price_content &gt; ul li.mpc_delete {
    font-size: 15px;
    color: #bf526f;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.main_product_cart .mpc_price_content &gt; ul li.mpc_delete:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0 2px;
}
.main_product_cart .mpc_row {
    padding: 50px 0;
    border-bottom: 1px solid #bebcbd;
}
.main_product_cart .mpc_row:last-child {
    border: 0;
}

/*
=========================
MAIN_CART_PROMOCODE AREA 
=========================
*/
.maincart_promocode_area {
    margin-bottom: 45px;
    background-color: #f6f6f6;
}
.maincart_promocode_area .mc_promocode_left {
    padding-top: 30px;
}
.maincart_promocode_area .mc_promocode_left h3 {
    color: #3C4242;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 3px;
}
.maincart_promocode_area .mc_promocode_left span {
    color: #807D7E;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 35px;
}
.mc_promocode_left &gt; form .mc_promo_input input {
    width: 214px;
    min-height: 43px;
    border-radius: 12px 0 0 12px;
    border: 1px solid #BEBCBD;
    background: #FFF;
    outline: none;
    border: 1px solid #bebcbd;
    font-size: 14px;
    color: #3c4242;
    font-weight: 500;
    padding: 0 10px;
    transition: 0.3s;
}
.mc_promocode_left &gt; form .mc_promo_input input:focus {
    border-color: #bf526f;
}
.mc_promocode_left &gt; form .mc_promo_input input:focus ~ button {
    background-color: #bf526f;
    border-color: #bf526f;
}
.mc_promocode_left &gt; form .mc_promo_input button {
    width: 160px;
    min-height: 43px;
    border: 1px solid #bebcbd;
    border-left: 0;
    background-color: #000000;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 0 12px 12px 0;
}
.mc_promocode_left &gt; form .mc_promo_input button:hover {
    background-color: #bf526f;
}
.mc_promocode_left &gt; form .mc_promo_input {
    display: flex;
    align-items: stretch;
}
.mc_promocode_checkout {
    width: 100%;
    max-width: 465px;
    padding: 40px 0;
    padding-bottom: 45px;
    background-color: #f3f3f3;
    margin-left: auto;
}
.mc_promocode_checkout &gt; form &gt; ul li span {
    color: #3C4242;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.44px;
    display: block;
    margin-bottom: 8px;
}
.mc_promocode_checkout &gt; form &gt; ul li h6 {
    color: #3C4242;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.44px;
    margin-top: 25px;
    margin-bottom: 0;
}
.mc_promocode_checkout &gt; form &gt; ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.mc_promocode_checkout_btn a,
.mc_promocode_checkout_btn button {
    width: 230px;
    min-height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #bf526f;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 8px;
    transition: 0.3s;
    text-decoration: none;
    padding: 11px;
}
.mc_promocode_checkout_btn a:hover ,
.mc_promocode_checkout_btn button:hover {
    background-color: #000;
}
.mc_promocode_checkout_btn {
    margin-top: 40px;
    padding-top: 50px;
    border-top: 1px solid #bebcbd;
}


/*=========================== EMPTY_CART page start here ===========================*/

.empty_cart_wrapper .empty_cart_content &gt; img {
    width: 100%;
    max-width: 445px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.empty_cart_wrapper .empty_cart_content &gt; h2 {
    color: #000;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 0;
    text-align: center;
    margin-top: 50px;
}
.empty_cart_wrapper .empty_cart_content &gt; span {
    display: block;
    color: #807D7E;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 35px;
}
.empty_cart_wrapper .empty_cart_content &gt; a {
    width: 100%;
    max-width: 300px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    background: #BF526F;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}
.empty_cart_wrapper .empty_cart_content &gt; a:hover {
    background-color: #000;
}
.empty_cart_wrapper .empty_cart_content {
    width: fit-content;
    margin: 100px auto;
}

/*=========================== ERROR page start here ===========================*/

.error_page_wrapper .error_page_content &gt; img {
    width: 100%;
    max-width: 430px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.error_page_wrapper .error_page_content &gt; h2 {
    color: #000;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 0;
    text-align: center;
    margin-top: 12px;
}
.error_page_wrapper .error_page_content &gt; span {
    display: block;
    color: #807D7E;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}
.error_page_wrapper .error_page_content &gt; a {
    width: 100%;
    max-width: 265px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    background: #BF526F;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}
.error_page_wrapper .error_page_content &gt; a:hover {
    background-color: #000;
}
.error_page_wrapper .error_page_content {
    width: fit-content;
    margin: 80px auto 0px;
}


/*================= TERMS_CONDITION_PRIVACY page start here =================*/

.terms_condition_privacy_wrapper {
    padding: 30px 0 0;
}
.terms_condition_privacy_wrapper .tcp_breadcrumb ul li a {
    text-decoration: none;
    color: #807D7E;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}
.terms_condition_privacy_wrapper .tcp_breadcrumb ul li {
    font-size: 18px;
}
.terms_condition_privacy_wrapper .tcp_breadcrumb ul li a.active ,
.terms_condition_privacy_wrapper .tcp_breadcrumb ul li a:hover {
    color: #3C4242;
}
.terms_condition_privacy_wrapper .tcp_breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.terms_condition_privacy_wrapper .tcp_title h2 {
    padding-left: 20px;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #3C4242;
    font-size: 28px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    position: relative;
}
.terms_condition_privacy_wrapper .tcp_title h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    line-height: 100%;
    border-radius: 10px;
    background: #BF526F;
    position: absolute;
    top: 0;
    left: 0;
}
.terms_condition_privacy_wrapper .tcp_terms_condition &gt; h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.terms_condition_privacy_wrapper .tcp_terms_condition &gt;  p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 10px;
}
.terms_condition_privacy_wrapper .tcp_terms_condition {
    margin-top: 40px;
}

/*================= TERMS ANDCONDITION page start here =================*/
.tcp_terms_condition &gt; .tp_list_content {
    list-style-type: disc;
    padding-left: 25px;
}
.tcp_terms_condition &gt; .tp_list_content li {
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.tcp_terms_condition &gt; .tc_sub_title {
    color: rgba(0, 0, 0, 0.70);
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
}
.tcp_terms_condition_table {
    overflow: auto;
}
.tcp_terms_condition_table table {
    border-collapse: collapse;
    width: 895px;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-collapse: no-collapse;
    border-spacing: 0;
    border-radius: 10px; 
    overflow: hidden; 

}
.tcp_terms_condition_table table tr {
    transition: 0.3s;
}
.tcp_terms_condition_table table tr:hover {
    background-color: rgba(246, 246, 246, 0.3);
}
.tcp_terms_condition_table table th, td {
    border-top: 1px solid #e6e6e6;
    text-align: left;
}

.tcp_terms_condition_table table th {
    background-color: #f6f6f6;
    height: 52px;
    padding: 8px 0;
    vertical-align: bottom;
}
.tcp_terms_condition_table table th h6 {
    margin-bottom: 0;
}
.tcp_terms_condition_table table th:first-child,
.tcp_terms_condition_table table td:first-child {
    padding-left: 20px;
}
.tcp_terms_condition_table table th:last-child,
.tcp_terms_condition_table table td:last-child {
    padding-right: 20px;
}
.tcp_terms_condition_table table td {
    height: 52px;
    padding: 8px 0;
}
.tcp_terms_condition_table table th h6 {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.tcp_terms_condition_table table td {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}


/*=========================== bows page start here ===========================*/
.bows_main_wrapper {
    padding: 30px 0 0px;
}
.bows_main_wrapper .bows_breadcrumb &gt; ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}
.bows_main_wrapper .bows_breadcrumb &gt; ul li a {
    text-decoration: none;
    color: #807D7E;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}
.bows_main_wrapper .bows_breadcrumb &gt; ul li a.active ,
.bows_main_wrapper .bows_breadcrumb &gt; ul li a:hover {
    color: #3C4242;
}
.bows_main_wrapper .bows_main_title h2 {
    color: #3C4242;
    font-size: 28px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    margin-bottom: 9px;
} 
.bows_main_wrapper .bows_main_title span {
    color: #807D7E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24px;
    display: block;
}
.bows_main_wrapper .bows_main_title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 60px;
}
.bows_main_wrapper .bows_main_title::after {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #BF526F;
    position: absolute;
    top: 0;
    left: 0;
}
.bows_image_content_wrapper &gt; span {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    display: block;
    margin: 10px 0;
}
.bows_image_content_wrapper &gt; a.bows_download_btn {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    display: block;
    width: 100%;
    max-width: 85px;
    min-height: 35px;
    border-radius: 8px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-bottom: 10px;
}
.bows_image_content_wrapper &gt; a.bows_download_btn:hover {
    background-color: #BF526F;
}
.bows_main_wrapper .bows_image_content &gt; img {
    width: 100%;
    display: block;
    border-radius: 12px;
    object-fit: unset;
    object-position: center;
    height: 420px;
} 
.bows_main_wrapper .bows_image_content &gt; h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: 0.3s ease-out;
    opacity: 0;
}
.bows_image_content_wrapper:hover .bows_image_content &gt; h3 {
    opacity: 1;
    bottom: 10%;
}
.bows_main_wrapper .bows_image_content {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.bows_main_wrapper .bows_image_content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease-out;
}
.bows_image_content_wrapper:hover .bows_image_content:after {
    background-color: rgba(0, 0, 0, 0.4);
}
.instagram_tesoromd_wrapper .instagram_tesoromd_header h2 {
    color: #484848;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
}
.instagram_tesoromd_wrapper .instagram_tesoromd_header p {
    color: #8A8A8A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
.instagram_tesoromd_wrapper .instagram_tesoromd_header {
    margin-bottom: 80px;
}
.blog_slick_carousel {
    overflow: hidden;
}
.instagram_tesoromd_image {
    height: 100%;
    display: flex;
    align-items: center;
    height: 285px;
}
.instagram_tesoromd_image img {
  width: 100%;
}



/*=========================== Contacts page start here ===========================*/
.Contact_content_area .main_contact_row {
    border-radius: 12px;
    border: 1px solid #E0E2E9;
    overflow-x: hidden;
}
.Contact_content_area .contact_left {
    height: 100%;
    background-color: #f6f6f6;
    padding: 80px;
    position: relative;
}
.Contact_content_area .contact_left::before {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -5;
}
.Contact_content_area .contact_left &gt; h4.title {
    color: #0B0B0B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 216.9%;
    margin-bottom: 20px;
}
.Contact_content_area .contact_left &gt; p.current_adress {
    color: #0B0B0B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 216.9%;
}
.Contact_content_area .contact_left &gt; span.adress_phone {
    color: #0B0B0B;
    font-size: 14px;
    font-weight: 400;
    line-height: 216.9%;
    display: block;
    margin-top: 16px;
}
.Contact_content_area .contact_left &gt; span.adress_phone b {
    font-weight: 700;
}
.Contact_content_area .contact_left .opening_hours h4 {
    color: #0B0B0B;
    font-size: 14px;
    font-weight: 700;
    line-height: 216.9%;
    margin-bottom: 0;
    margin-top: 16px;
}
.Contact_content_area .contact_left .opening_hours span {
    color: #0B0B0B;
    font-size: 14px;
    font-weight: 400;
    line-height: 216.9%;
}
.Contact_content_area .main_contact_form {
    padding: 35px 0;
    padding-right: 35px;
    padding-left: 15px;
}
.Contact_content_area .main_contact_form .contact_input label {
    color: #3C4242;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    display: block;
    margin-bottom: 5px;
}
.Contact_content_area .main_contact_form .contact_input input {
    width: 100%;
    min-height: 52px;
    border-radius: 8px;
    background: #F6F6F6;
    display: block;
    border: 2px solid transparent;
    outline: none;
    padding: 0 20px;
    transition: 0.3s;
}
.Contact_content_area .main_contact_form .contact_input input:focus {
    border: 2px solid #BF526F;
    background: #fff;
}
.Contact_content_area .main_contact_form .contact_proposal ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
}
.Contact_content_area .main_contact_form .contact_proposal ul li {
    cursor: pointer;
}
.Contact_content_area .main_contact_form .contact_proposal ul li label {
    color: #3C4242;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
}
.Contact_content_area .main_contact_form .contact_proposal ul li input {
    width: 18px;
    height: 18px;
    accent-color: #807d7e;
    cursor: pointer;
}
.Contact_content_area .main_contact_form .contact_send button {
    width: 100%;
    max-width: 200px;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-top: 55px;
    transition: 0.3s;
}
.Contact_content_area .main_contact_form .contact_send button:hover {
    background-color: #BF526F;
}


/*=========================== faq page start here ===========================*/
.bows_main_title.faq_main_title &gt; span a {
    text-decoration: none;
    color: #bf526f;
}
.faq_accordion_content .accordion-button:focus {
    box-shadow: none;
}
.faq_accordion_content {
    width: 100%;
    max-width: 895px;
    margin: 0 auto;
}
.faq_accordion_content .accordion-button {
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 24px;
    border: 0;
    background-color: #f6f6f6;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: none;
}
.faq_accordion_content .accordion-body p {
    margin-bottom: 0;
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.faq_accordion_content .accordion-body {
    padding: 20px 24px;
    padding-top: 0;
    background-color: #f6f6f6;
    border-radius: 0 0 16px 16px;
}
.faq_accordion_content .accordion-item {
    border: 0;
    margin-bottom: 12px;
    border-radius: 16px !important;
    overflow: hidden;
}
.faq_accordion_content .accordion-button::after {
    background-image: url(images/icons/plus-dark.svg);
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-225deg);
}
.accrodion_footer_link span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-align: center;
    margin-top: 80px;
}
.accrodion_footer_link span a {
    text-decoration: none;
    color: #BF526F;
    font-weight: 700;
}




/*=========================== ITALIAN_CLOTH_BLOG page start here ===========================*/
.italian_cloth_header &gt; a {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 155px;
    min-height: 35px;
    border-radius: 8px;
    background: #000;
    margin-bottom: 8px;
    transition: 0.3s;
}
.italian_cloth_header &gt; a:hover {
    background-color: #BF526F;
}
.italian_cloth_header &gt; h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 40px;
}
.italian_cloth_banner_1 &gt; img {
    width: 100%;
    border-radius: 12px;
    display: block;
}
p.italianBlog_text {
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.italian_cloth_banner_2 &gt; img {
    width: 100%;
    max-width: 485px;
    border-radius: 12px;
    display: block;
}
.italian_cloth_banner_3 &gt; img {
    width: 320px;
    border-radius: 12px;
    display: block;
}
.italian_cloth_banner_3 {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.italian_cloth_banner_4 &gt; img {
    width: 100%;
    border-radius: 12px;
    display: block;
}
.italian_cloth_banner_4 .sub_title {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 12px;
    display: block;
}
h3.italian_blog_title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.italian_cloth_banner_6 &gt; img {
    width: 100%;
    border-radius: 12px;
    display: block;
}
.italian_cloth_banner_7 .sub_title {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    display: block;
    margin-top: 12px;
}
.italian_cloth_banner_7 &gt; img {
    width: 100%;
    border-radius: 12px;
}
.italian_cloth_banner_8 &gt; img {
    width: 320px;
    display: block;
    border-radius: 12px;
}
.italian_cloth_banner_8 {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.italian_cb_footer &gt; a {
    text-decoration: none;
    color: #3c4242;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}
.italian_cb_footer &gt; a i {
    color: #807d7e;
}
.italian_cb_footer &gt; a:hover {
    color:#000;
    gap: 10px;
}
.italian_cb_footer &gt; ul.icb_link li a {
    width: 35px;
    height: 35px;
    border-radius: 10.68px;
    color: #000000;
    text-decoration: none;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
}
.italian_cb_footer &gt; ul.icb_link li a.facebook {
    font-size: 15px;
}
.italian_cb_footer &gt; ul.icb_link li a:hover {
    background-color: #BF526F;
    color: #fff;
}
.italian_cb_footer &gt; ul.icb_link {
    display: flex;
    align-items: center;
    gap: 10px;
}
.italian_cb_footer {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
}


/*=========================== checkout page start here ===========================*/

.main_checkout_wrapper .checkout_header {
    margin-bottom: 50px;
}
.main_checkout_wrapper .checkout_header h2 {
    color: #3C4242;
    font-size: 28px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.main_checkout_wrapper .checkout_header h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 28px;
    border-radius: 10px;
    background-color: #BF526F;
}
.main_checkout_wrapper .checkout_header span {
    color: #3C4242;
    font-size: 22px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.44px;
    display: block;
}
.checkout_form_area .cheeckout_input label {
    display: block;
    color: #3C4242;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
}
.checkout_form_area .cheeckout_input input {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
    background: #F6F6F6;
    outline: none;
    border: 2px solid transparent;
    padding: 0 16px;
    transition: 0.3s;
    font-size: 14px;
}
.checkout_form_area .cheeckout_input input:focus {
    border-color: #BF526F;
    background-color: #fff;
}
.checkout_form_area .cheeckout_input select {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
    background-color: #F6F6F6;
    outline: none;
    border: 2px solid transparent;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400;    
	color: #484848;
    appearance: none;
    background-image: url(images/icons/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.checkout_form_area .checkout_save_info {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 75px;
}
.checkout_form_area .checkout_save_info label {
    color: #3C4242;
    font-size: 18px;
    font-weight: 400;
    display: block;
    cursor: pointer;
}
.checkout_form_area .checkout_save_info input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #BF526F;
}
.checkout_form_area .cheeckout_input select:required:invalid {
    color: #807D7E;
    font-size: 14px;
    font-weight: 400;
}
.checkout_form_area .checkout_adress {
    padding-top: 30px;
    border-top: 1px solid #edeef2;
}
.checkout_form_area .checkout_adress &gt; h4 {
    color: #3C4242;
    font-size: 22px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.44px;
    margin-bottom: 8px;
}
.checkout_form_area .checkout_adress &gt; span {
    color: #3C4242;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.checkout_form_area .select_adress {
    margin-top: 28px;
    width: 100%;
    min-height: 170px;
    border-radius: 12px;
    background: #F6F6F6;
    padding: 16px 48px 16px 28px;
}
.checkout_form_area .select_adress &gt; ul &gt; li &gt; div {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 22px 0;
}
.checkout_form_area .select_adress  ul  li {
    border-bottom: 1px solid #bebcbd;
}

.checkout_form_area .select_adress &gt; ul &gt; li:last-child {
    border-bottom: none;
}
.checkout_form_area .select_adress &gt; ul &gt; li &gt; div input {
    width: 19px;
    height: 19px;
    accent-color: #807d7e;
    cursor: pointer;
}
.checkout_form_area .select_adress &gt; ul &gt; li &gt; div label {
    display: block;
    width: 100%;
    color: #3C4242;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    padding-left: 15px;
}
.checkout_form_area .select_adress ul.delivery_door {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.checkout_form_area .select_adress ul.delivery_door li span {
    color: #807D7E;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
.checkout_form_area .select_adress ul.delivery_door li h6 {
    color: #3C4242;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -40px;
}
.checkout_form_area .checkout_payment_method {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #edeef2;
}
.checkout_form_area .checkout_payment_method &gt; h4 {
    color: #3C4242;
    font-size: 22px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.44px;
    margin-bottom: 8px;
}
.checkout_form_area .checkout_payment_method &gt; span {
    display: block;
    color: #3C4242;
    font-size: 16px;
    font-weight: 400;
}
.checkout_form_area .checkout_payment_method_select {
    background-color: #f6f6f6;
    margin-top: 25px;
    padding: 45px;
    padding-left: 28px;
    border-radius: 12px;
}
.checkout_payment_method_select .cpm_select_item &gt; input {
    width: 18px;
    height: 18px;
    display: inline-block;
    accent-color: #6b6869;
    cursor: pointer;
}
.checkout_payment_method_select  .cpm_select_item &gt; label {
    padding-left: 19px;
    cursor: pointer;
}
.checkout_payment_method_select  .cpm_select_item &gt; label h6 {
    color: #3C4242;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.checkout_payment_method_select  .cpm_select_item &gt; label span {
    color: #3C4242;
    font-size: 16px;
    font-weight: 400;
}
.checkout_payment_method_select  .cpm_select_item {
    display: flex;
    align-items: center;
}
.checkout_payment_method_select .cpm_payment_optional li a img {
    width: 80px;
    border-radius: 8px;
}
.checkout_payment_method_select .cpm_payment_optional {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    padding-left: 35px;
}
.checkout_payment_method_select .cpm_input_row {
    margin-top: 30px;
    margin-left: 25px;
}
.checkout_payment_method_select .cpm_input input {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #3C4242;
    outline: none;
    padding: 0 20px;
    transition: 0.3s;
    background-color: transparent;
}
.checkout_payment_method_select .cpm_input input:focus {
    border-color: #BF526F;
}
.checkout_payment_method_select .cpm_select_item.cpm_si2 {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #bebcbd;
}
.checkout_payment_method_btn button {
    width: 100%;
    max-width: 135px;
    min-height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    background: #BF526F;
    border: 0;
    margin-top: 50px;
    transition: 0.3s;
}
.checkout_payment_method_btn button:hover {
    background-color: #000;
}
.checkout_order_summary &gt; a {
    text-decoration: none;
    color: #BF526F;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.28px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 12px;
}
.checkout_order_summary .order_summary {
    padding: 40px 20px;
    background: #F6F6F6;
}
.checkout_order_summary .order_summary &gt; h3 {
    color: #3C4242;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 5px;
}
.checkout_order_summary .order_summary_row_1 &gt; img  {
    width: 63px;
    height: 63px;
    border-radius: 4px;
    display: block;
}
.checkout_order_summary .order_summary_row_1 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #edeef2;
}
.order_summary_row_1 &gt; div &gt; h6.title {
    color: #3C4242;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28px;
    line-height: normal;
    margin-bottom: 0;
}
.order_summary_row_1 &gt; div &gt; h6.title span {
    color: #807D7E;
    margin-bottom: 0;
}
.order_summary_row_1 &gt; div &gt; ul li span {
    color: #807D7E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
}
.order_summary_row_1 &gt; div &gt; ul li span b {
    color: #3C4242;
}
.order_summary_row_1 &gt; div &gt; ul li h6 {
    color: #807D7E;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.order_summary_row_1 &gt; div &gt; ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_summary_row_1 &gt; div {
    width: 100%;
}
.order_summary_row_1 &gt; ul li span {
    color: #3C4242;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
}
.order_summary_row_2 &gt; ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_summary_row_2 {
    padding-top: 20px;
    border-top: 1px solid #e0e2e9;
}
.order_summary_row_2 &gt; ul li span {
    color: #3C4242;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
}
.order_summary_row_2 &gt; ul li h6 {
    color: #3C4242;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 0;
}




/* hide/show password */
.checkout_payment_method_select .cpm_input {
    position: relative;
    margin-bottom: 20px;
}
.checkout_payment_method_select .cpm_input .eye-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.checkout_payment_method_select .cpm_input .eye-icon i {
    font-size: 18px;
    color: #807d7e;
    transition: 0.3s;
}
.checkout_payment_method_select .cpm_input .eye-icon:hover i {
    color: #bf526f;
}


/*=========================== contact details page start here ===========================*/
.contact_details_wrapper .left_sidenav_header {
    padding-left: 20px;
    position: relative;
    margin-bottom: 60px;
}
.contact_details_wrapper .left_sidenav_header::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #BF526F;
    border-radius: 10px;
}
.contact_details_wrapper .left_sidenav_header h3 {
    color: #3C4242;
    font-size: 16px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
.contact_details_wrapper .left_sidenav_header span {
    display: block;
    color: #807D7E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24px;
}
.contact_details_wrapper .left_sidenav_header p {
    color: #807D7E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.24px;
    margin-bottom: 0;
}
.contact_details_wrapper .left_sidenav_item ul li a {
    text-decoration: none;
    padding-left: 35px;
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #807D7E;
    font-size: 18px;
    font-weight: 600;
    border-left: 2px solid transparent;
    margin-bottom: 3px;
    transition: 0.3s;
}
.contact_details_wrapper .left_sidenav_item ul li a.active ,
.contact_details_wrapper .left_sidenav_item ul li a:hover {
    border-left: 2px solid #3c4242;
    background-color: #f6f6f6;
}
.contact_details_wrapper .cd_right_title &gt; h2 {
    color: #3C4242;
    font-size: 28px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    margin-bottom: 20px;
}
.cd_adding_adress_area &gt; h3.title {
    color: #3C4242;
    font-size: 22px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.44px;
    margin-bottom: 50px;
}
.cd_right_form_content .cd_form_input &gt; label {
    color: #3C4242;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.36px;
    display: block;
    margin-bottom: 5px;
}
.cd_right_form_content .cd_form_input &gt; input {
    width: 100%;
    min-height: 60px;
    border-radius: 8px;
    background: #F6F6F6;
    outline: none;
    border: 0;
    padding: 0 20px;
    display: block;
    border: 2px solid transparent;
    transition: 0.3s;
}
.cd_right_form_content .cd_form_input &gt; input:focus {
    border: 2px solid #BF526F;
    background-color: #fff;
}
.cd_right_form_content .cd_form_input &gt; select {
    width: 100%;
    min-height: 60px;
    border-radius: 8px;
    background: #F6F6F6;
    outline: none;
    border: 0;
    padding: 0 20px;
    display: block;appearance: none;
    background-image: url(images/icons/down_arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.cd_right_form_content .cd_form_input &gt; select:required:invalid {
    color: #807D7E;
    font-size: 16px;
    font-weight: 400;
}
.cd_right_form_content .cd_form_input &gt; textarea {
    width: 100%;
    min-height: 150px;
    border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid transparent;
    padding: 20px;
    transition: 0.3s;
    outline: none;
    resize: none;
}
.cd_right_form_content .cd_form_input &gt; textarea:focus {
    border: 2px solid #BF526F;
    background-color: #fff;
}
.cd_right_form_content .cd_form_checkbox &gt; label {
    color: #3C4242;
    font-size: 20.087px;
    font-weight: 400;
    display: block;
    padding-left: 11px;
    cursor: pointer;
}
.cd_right_form_content .cd_form_checkbox {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.cd_right_form_content .cd_form_checkbox &gt; input {
    width: 20px;
    height: 20px;
    accent-color: #BF526F;
    cursor: pointer;
}
.cd_right_form_content .cd_form_btn {
    margin-top: 90px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.cd_right_form_content .cd_form_btn a,
.cd_right_form_content .cd_form_btn button {
    width: 100%;
    max-width: 188px;
    min-height: 54px;
    border-radius: 8px;
    background: #F6F6F6;
    display: block;
    color: #807D7E;
    text-align: center;
    font-size: 20.087px;
    font-weight: 700;
    border: 0;
    transition: 0.3s;
    text-decoration: none;
    padding: 11px;
    cursor: pointer;
}
.cd_right_form_content .cd_form_btn button.btn_save {
    color: #FFF;
    background-color: #bf526f;
}
.cd_right_form_content .cd_form_btn button.btn_save:hover {
    background-color: #000;
}
.cd_right_form_content .cd_form_btn a.btn_cancel:hover {
    color: #fff;
    background-color: #bf526f;
}


/*=========================== contact details page start here ===========================*/
.cd_personal_info_wrapper {
    margin-top: 85px;
}
.cd_personal_info_wrapper .cd_personal_info_content span {
    color: #807D7E;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
.cd_personal_info_wrapper .cd_personal_info_content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cd_personal_info_wrapper .cd_personal_info_content ul li input {
    color: #3C4242;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    border: 0;
    outline: none;
}
.cd_personal_info_wrapper .cd_personal_info_content ul li a {
    text-decoration: none;
    color: #3C4242;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
}
.cd_personal_info_wrapper .cd_personal_info_content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #edeef2;
}
.cd_personal_info_content .password_dots {
    width: 100%;
    max-width: 72px;
}
.cd_personal_info_content .password_dots span {
    display: block;
    width: 5px;
    height: 5px;
}
.cd_addnew_adress_header ul li h6 {
    color: #3C4242;
    font-size: 22px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.44px;
    margin-bottom: 0;
}
.cd_addnew_adress_header ul li a {
    text-decoration: none;
    color: #BF526F;
    font-size: 16px;
    font-weight: 600;
}
.cd_addnew_adress_header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cd_addnew_adress_header {
    margin-bottom: 30px;
}
.cda_new_adress_content {
    width: 100%;
    border-radius: 12px;
    background: #F6F6F6;
    padding: 25px 44px;
}
.cda_new_adress_content &gt; ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.cda_new_adress_content &gt; ul li h6 {
    margin-bottom: 0;
    color: #3C4242;
    font-size: 20px;
    font-weight: 600;
}
.cda_new_adress_content &gt; ul li a {
    text-decoration: none;
    color: #BF526F;
    font-size: 16px;
    font-weight: 500;
}
.cda_new_adress_content &gt; span {
    color: #807D7E;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.cda_new_adress_content &gt; p {
    color: #807D7E;
    font-size: 16px;
    font-weight: 500;
    line-height: 168.125%;
    margin-bottom: 13px;
}
.cda_new_adress_footer &gt; div {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cda_new_adress_footer &gt; div a {
    text-decoration: none;
    color: #807D7E;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 7px 19px;
    border-radius: 8px;
    border: 1px solid #807D7E;
    transition: 0.3s;
}
.cda_new_adress_footer &gt; div a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.cda_new_adress_footer &gt; ul li a {
    text-decoration: none;
    color: #3C4242;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}
.cda_new_adress_footer &gt; ul li a:hover {
    text-decoration: underline;
}
.cda_new_adress_footer &gt; ul li.cdnaf_line {
    width: 1px;
    height: 19px;
    border-radius: 50px;
    background: #D9D9D9;
}
.cda_new_adress_footer &gt; ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.cd_addnew_adress_wrapper {
    margin-top: 10px;
}


/*=================== confirmed order page start ===================*/
.confirm_order_area .confirm_order_content {
    width: 100%;
    max-width: 965px;
    min-height: 725px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}
.confirm_order_area .confirm_order_content &gt; img {
    width: 100%;
    max-width: 310px;
    display: block;
    padding-top: 100px;
    margin-right: -20px;
}
.confirm_order_content .continue_shopping_cart {
    width: 410px;
    height: 460px;
    background-image: url(images/co_layout2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.continue_shopping_cart .continue_shopping_cart_content {
    width: 90%;
    margin-left: auto;
}
 .continue_shopping_cart_content &gt; img {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 75px;
    margin-bottom: 55px;
}
.continue_shopping_cart_content h6 {
    color: #3C4242;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 111.2%;
    margin-bottom: 25px;
}
.continue_shopping_cart_content a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    background: #BF526F;
    width: 100%;
    max-width: 245px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}
.continue_shopping_cart_content a:hover {
    background-color: #000;
}
.pagination_content ul li a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 50%;
    transition: 0.3s;
}
.pagination_content ul li a.active,
.pagination_content ul li a:hover {
    background-color: #f3f3f3;  
}
.pagination_content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 50px;
}
.wishlist_title h2 {
    color: #3C4242;
    font-size: 28px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    margin-bottom: 35px;
}
.wishlist_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist_title select {
    color: #484848;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}


/*================= emty wish page start here =================*/
.emtpy_wishlist_wrapper .emtpy_wishlist_content {
    width: 100%;
    max-width: 505px;
    margin: 45px auto;
    margin-bottom: 225px;
}
.emtpy_wishlist_wrapper .ew_logo {
    width: 100%;
    max-width: 170px;
    min-height: 170px;
    border-radius: 50%;
    background-color: #f0f9f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.emtpy_wishlist_wrapper .ew_logo i {
    color: #28a642;
    font-size: 60px;
}
.emtpy_wishlist_content &gt; h2 {
    color: #3C4242;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 0;
}
.emtpy_wishlist_content &gt; span {
    color: #807D7E;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 124.7%;
    letter-spacing: 0.32px;
    display: block;
    margin-top: 10px;
}
.emtpy_wishlist_content &gt; a.ew_btn {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #bf526f;
    width: 100%;
    max-width: 300px;
    min-height: 50px;
    border-radius: 8px;
    background: #BF526F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    transition: 0.3s;
}
.emtpy_wishlist_content &gt; a.ew_btn:hover {
    background-color: #000;
    color: #fff;
}

/*======================== my order page start here ========================*/

.my_order_wrapper h2.title {
    color: #3C4242;
    font-size: 28px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    margin-bottom: 35px;
}
.my_order_content_area .my_order_content_header ul li a {
    width: 178px;
    min-height: 55px;
    text-decoration: none;
    color: #3C4242;
    font-size: 16px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
} 
.my_order_content_area .my_order_content_header ul li a.active ,
.my_order_content_area .my_order_content_header ul li a:hover {
    border-bottom: 3px solid #3c4242;
    background-color: #f6f6f6;
    border-radius: 10px 10px 0 0;
}
.my_order_content_area .my_order_content_header ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.my_order_content_area .my_order_content_header {
    border-bottom: 3px solid #f6f6f6;
    margin-bottom: 50px;
}
.my_order_content_body .moc_body_item ul.mocp_price li h4 {
    color: #3C4242;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.my_order_content_body .moc_body_item ul.mocp_price li h4 a {
    text-decoration: none;
    color: #BF526F;
    font-size: 14px;
    font-weight: 600;
}
.my_order_content_body .moc_body_item ul.mocp_price li h5 {
    color: #3C4242;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 0;
}
.my_order_content_body .moc_body_item ul.mocp_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.my_order_content_body .moc_body_item {
    padding: 24px 40px;
    border-radius: 8px;
    background: #F6F6F6;
    margin-bottom: 20px;
}
.my_order_content_body .moc_body_item ul.mocp_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    margin-bottom: 0;
}
.my_order_content_body .moc_body_item ul.mocp_details li h6 {
    margin-bottom: 0;
    color: #BEBCBD;
    font-size: 14px;
    font-weight: 400;
}
.my_order_content_body .moc_body_item ul.mocp_details li h6.active {
    color: #000;
}
.my_order_content_body .moc_body_item ul.mocp_details li h6 b {
    color: #807D7E;
    display: inline-block;
    margin-right: 8px;
}
.my_order_content_body .moc_body_item ul.mocp_details li h6 span {
    color: #000;
    display: inline-block;
    margin-left: 8px;
}


/*=============== order details page start  ===============*/
.order_details_wrapper .order_details_header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.order_details_wrapper .order_details_header ul li h2.title {
    color: #3C4242;
    font-size: 28px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    margin-bottom: 0;
}
.order_details_wrapper .order_details_header ul li a {
    text-decoration: none;
    display: inline-block;
    color: #807D7E;
    font-size: 16px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.32px;
}
.order_details_wrapper .order_details_header ul li a.cancel_order {
    color: #bf526f;
    margin-left: 24px;
}
.my_order_content_body .mocp_details2 li p {
    margin-bottom: 0;
    color: #807D7E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.my_order_content_body .mocp_details2 li:last-child span {
    color: #807D7E;
    font-size: 14px;
    font-weight: 400;
}
.my_order_content_body .mocp_details2 li:last-child span b {
    color: #3C4242;
    display: inline-block;
    margin-left: 10px;
}

/* timeline start*/
.order_details_timeline {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 0;
}

.order_details_timeline &gt; ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.order_details_timeline &gt; ul li {
    position: relative;
    text-align: center;
    color: #BEBCBD;
    font-size: 14px;
    font-weight: 600;
    width: 25%;
}

.order_details_timeline &gt; ul li::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #bdbdbd;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}

.order_details_timeline &gt; ul li::after {
    content: '';
    position: absolute;
    top: -15px;
    width: 100%;
    height: 4px;
    background-color: #bdbdbd;
    left: 0;
    z-index: -1;
}
.order_details_timeline &gt; ul li:last-child:after {
    width: 50%;
}
.order_details_timeline &gt; ul li:first-child::after {
    width: 50%;
    left: 50%;
}

.order_details_timeline &gt; ul li.completed {
    color: #000;
}

.order_details_timeline &gt; ul li.completed::before {
    background-color: #3c4242;
}

.order_details_timeline &gt; ul li.active {
    color: #000;
}

.order_details_timeline &gt; ul li.active::before {
    background-color: #bf526f;
    width: 22px;
    height: 22px;
    border: 4px solid #fff;
}
.order_details_timeline &gt; ul li.tl_disable::before {
    width: 16px;
    height: 16px;
    top: -21px;
}
.order_details_timeline &gt; ul li.active::after {
    background-color: #bdbdbd;
}

.order_details_timeline &gt; ul li.completed::after {
    background-color: #bdbdbd;
}
.order_details_timeline .tl_content ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.order_details_timeline .tl_content ul li {
    color: #3C4242;
    font-size: 16px;
    font-weight: 600;
}
.order_details_timeline .tl_content {
    padding: 22px 28px;
    border-radius: 8px;
    border: 0.5px solid rgba(128, 125, 126, 0.20);
    background: #F6F6F6;
    margin-top: 65px;
}
.order_details_timeline .tl_content ul li h6 {
    margin-bottom: 0;
    color: #807D7E;
    font-size: 16px;
    font-weight: 600;
}
.order_details_timeline .tl_content ul li h6.colordarkgray {
    color: #3c4242;
}
.order_details_timeline .tl_content {
    position: relative;
}
.order_details_timeline .triangle_shape {
    position: absolute;
    top: -17px;
    left: 76px;
    z-index: -5;
}
.od_product_content_wrapper {
    border-radius: 8px;
    background: #F6F6F6;
    padding: 40px;
}
.od_product_content_wrapper .odpc_item {
    border-bottom: 1px solid #bebcbd;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 20px 0;
}
.od_product_content_wrapper .odpc_item &gt; img {
    width: 105px;
}
.od_product_content_wrapper .odpc_item .odpc_item_details ul li h4 {
    margin-bottom: 0;
    color: #3C4242;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
}
.od_product_content_wrapper .odpc_item .odpc_item_details ul li h6 {
    color: #3C4242;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.od_product_content_wrapper .odpc_item .odpc_item_details ul li h6 span {
    color: #807D7E;
    font-weight: 500;
}
.od_product_content_wrapper .odpc_item .odpc_item_details ul li &gt; span {
    color: #807D7E;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.28px;
    display: inline-block;
    margin-left: 20px;
}
.od_product_content_wrapper .odpc_item .odpc_item_details &gt; ul {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 4px;
}
.od_product_content_wrapper .odpc_item .odpc_item_details &gt; span {
    display: block;
    color: #807D7E;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1px;
}
.od_product_content_wrapper .odpc_item:last-child {
    border-bottom: 0;
}
.od_product_content_wrapper {
    margin-top: 75px;
}
.od_delivery_adress {
    margin-top: 40px;
}
.od_delivery_adress span {
    color: #BEBCBD;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.od_delivery_adress &gt; ul li h4 {
    color: #3C4242;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.od_delivery_adress &gt; ul li span {
    color: #807D7E;
    font-size: 16px;
    font-weight: 500;
}
.od_delivery_adress &gt; ul li p {
    color: #807D7E;
    font-size: 16px;
    font-weight: 500;
    line-height: 168.125%;
}
.od_delivery_adress &gt; ul {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}


.productlist_side_filter_wrapper {
    width: 100%;
    border-left: 1px solid #e5e4e5;
    border-right: 1px solid #e5e4e5;
    border-bottom: 1px solid #e5e4e5;
}
.productlist_side_filter_wrapper .plsf_title {
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productlist_side_filter_wrapper .plsf_title &gt; h4 {
    color: #807D7E;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.44px;
    margin-bottom: 0;
}
.productlist_side_filter_wrapper .plsf_title &gt; i {
    color: #807d7e;
}
.productlist_side_filter_wrapper .plsf_title {
    padding: 0 32px;
}
.productlist_side_filter_wrapper .plsf_body ul li a {
    text-decoration: none;
    color: #8A8989;
    font-size: 16px;
    font-weight: 600;
    /*width: 100%;*/
    /*display: flex;*/
    align-items: center;
    /*justify-content: space-between;*/
    padding: 6px 0;
    transition: 0.3s;
}

/*.productlist_side_filter_wrapper .plsf_body ul li a i.fa-angle-right {
    text-align: right;
    display: block;
    width: 100%;
}
.productlist_side_filter_wrapper .plsf_body ul li a i.fa-angle-down {
    text-align: left;
    display: block;
    width: 100%;
}*/
.productlist_side_filter_wrapper .plsf_body ul li a:hover {
    color: #BF526F;
}
.plsf_border_y {
    border-top: 1px solid #e5e4e5;
    border-bottom: 1px solid #e5e4e5;
}
.color_plate_wrapper .color_plate {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    cursor: pointer;
}
.color_plate_wrapper h6 {
    overflow: hidden;
    color: #8A8989;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 18px;
}

.plsf_content .size_filter button {
    width: 100%;
    /*max-width: 60px;*/
    height: 30px;
    color: #3C4242;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: 0px solid #CBC9CA;
    background-color: #ffffff;
    transition: 0.3s;
}
.plsf_content .size_filter button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.plsf_content .size_filter button.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}


.filter_showmore a {
    color: #3C4242;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 30px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* min-max range slider */
.min_max_range_slider_wrapper .price-input {
    display: flex;
    align-items: center;
    gap: 30px;
}
.min_max_range_slider_wrapper .price-input .field {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  margin-top: 25px;
}
.min_max_range_slider_wrapper .field input {
  width: 100%;
  height: 100%;
  outline: none;
  color: #3C4242;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
    border: 1px solid #BEBCBD;
    opacity: 0.8;
  -moz-appearance: textfield;
}
.min_max_range_slider_wrapper input[type="number"]::-webkit-outer-spin-button,
.min_max_range_slider_wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.min_max_range_slider_wrapper .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.min_max_range_slider_wrapper .slider {
  height: 3px;
  position: relative;
  background: #e3e3e3;
  border-radius: 5px;
}
.min_max_range_slider_wrapper .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #bf526f;
}
.min_max_range_slider_wrapper .range-input {
  position: relative;
}
.min_max_range_slider_wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.min_max_range_slider_wrapper input[type="range"]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #bf526f;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.min_max_range_slider_wrapper input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 50%;
  background: #bf526f;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}


.pl_bottom_blog_wrapper {
    margin-top: 70px;
}
.pl_bottom_blog_wrapper &gt; h2 {
    color: #3C4242;
    font-size: 28px;
    font-weight: 900;
    line-height: 33.5px;
    letter-spacing: 0.56px;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}
.pl_bottom_blog_wrapper &gt; h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #BF526F;
    width: 6px;
    height: 100%;
    border-radius: 12px;
}
.pl_bottom_blog_wrapper .pl_bottom_blog_content &gt; p {
    color: #807D7E;
    font-size: 16px;
    font-weight: 400;
    line-height: 33.5px; /* 209.375% */
    letter-spacing: 0.32px;
    margin-bottom: 23px;
}
.pl_bottom_blog_wrapper .pl_bottom_blog_content &gt; p b {
    font-weight: 700;
    color: #807D7E;
}
.pl_bottom_blog_wrapper .plb_extend_content &gt; span {
    color: #BF526F;
    font-size: 20px;
    font-weight: 700;
    line-height: 33.5px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.wishlist_title.plist_title  {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.wishlist_title.plist_title &gt; h2 {
    font-size: 22px;
}
.wishlist_title.plist_title &gt; h2 span {
    color: #3F4646;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-left: 22px;
}
.tcp_breadcrumb.plist_breadcrumb ul li a {
    font-size: 12px;
}
.header_top_area .header_top_right  .change_site_language.active {
    color: #fff;
}





/* start range slider ion*/


.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
    height: 14px;
    width: 14px;
    border: 3px solid #DDDDDD;
    background-color: #bf526f;
    -webkit-transition: all linear 0.05s;
    -o-transition: all linear 0.05s;
    transition: all linear 0.05s;
    border-color: #bf526f;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #bf526f;
}

.ui-slider-handle.ui-corner-all.ui-state-default:hover {
    cursor: pointer;
    border-color: #bf526f;
}
.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    cursor: pointer;
    border-color: #bf526f;
}
.ui-slider .ui-slider-range {
    height: 3px !important;
}
.ui-widget.ui-widget-content{
    height: 3px !important;
    position: relative !important;
    background: #e3e3e3 !important;
    border-radius: 5px !important;
    border: none !important;
}



/* end range slider ion*/



/* product single atribute start ion*/

.value-input-area .input-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.value-input-area .input-list .form--input {
    width: auto;
    border: 0;
    outline: none;
    color: var(--extra-light-color);
}
.value-input-area .size-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}
.value-input-area .size-lists li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    padding: 5px 6px;
    height: 34px;
    width: auto;
    border: 1px solid #999;
}
.value-input-area .size-lists li {
    height: auto;
    width: auto;
    border: 1px solid #999;
    padding: 5px 10px;
}
.disabled-option {
    background: transparent !important;
    position: relative !important;
    overflow: hidden;
    color: #8986868f !important;
}


/*colors*/
.value-input-area .color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 6px;
}

.value-input-area .size-lists li.active {
    border-color: var(--main-color-one);
    color: var(--main-color-one);
}
.value-input-area .size-lists li.active {
    border-color: var(--main-color-one);
}
.value-input-area .size-lists li {
    height: auto;
    width: auto;
    border: 1px solid #999;
    border-top-color: rgb(153, 153, 153);
    border-right-color: rgb(153, 153, 153);
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(153, 153, 153);
    padding: 5px 10px;
}
.value-input-area .color-list li {
    cursor: pointer;
    display: inline-block;
    height: 27px !important;
    width: 53px !important;
    border: 2px solid #999 !important;
    position: relative;
    padding: 5px 10px;
}
/*.value-input-area .color-list li.active span {
    height: 16px;
    width: 16px;
    border: 2px solid #00b106 !important;
}*/
.value-input-area .color-list li span {
    position: absolute;
    width: 100%;
    border: none !important;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: 0 !important;
    border-radius: 12px;
}
/*.size-lists.color-list .disabled-option, .quick-view-size-lists.color-list .disabled-option {*/
/*    background: red !important;*/
/*}*/
.value-input-area .color-list li.disabled-option span.color-list-overlay {
    z-index: 2;
    background-color: #aeaeae5e;
}
.disabled-option::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 1px;
    /*background-color: #9b9b9b;*/
    /*transform: rotate(315deg);*/
    top: 13px;
}
/*.size-lists.color-list .disabled-option::before, .quick-view-size-lists.color-list .disabled-option::before {*/
/*    left: -12px;*/
/*    background-color: #fff;*/
/*    z-index: 99999;*/
/*}*/
.disabled-option::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 1px;
    /*background-color: #9b9b9b;*/
    /*transform: rotate(45deg);*/
    top: 13px;
}
/*.size-lists.color-list .disabled-option::after, .quick-view-size-lists.color-list .disabled-option::after {
    left: -12px;
    background-color: #fff;
    z-index: 99999;
}*/
/* product single atribute end ion*/




/****************************
    v3 update css here
****************************/
.plsf_toggle_btn i {
    transition: transform 0.3s ease; /* Smooth rotation */
}
.plsf_toggle_btn  {
    cursor: pointer;
}

.plsf_toggle_btn i.fa-angle-down {
    transform: rotate(180deg); /* Rotate arrow downward when active */
}

.plsf_toggle_btn i.fa-angle-right {
    transform: rotate(0deg); /* Default position */
}
.plsf_toggle_btn.active {
    color: #BF526F !important; /* Change the text color for active state */
}
.plsf_toggle_item {
    background-color: #F3F3F3;
}
.plsf_toggle_item &gt; ul li a {
    color: #3C4242 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding-left: 10px !important;
}
.plsf_toggle_item &gt; ul li a:hover {
    background-color: #3C4242;
    color: #fff !important;
}

.plsf_title {
    cursor: pointer;
}
.plsf_title i {
    transition: transform 0.3s ease; /* Smooth rotation */
}
.plsf_title.active i {
    transform: rotate(0deg); /* Rotate arrow when active */
}

.plsf_title.active {
    font-weight: bold; /* Optional: make the active title bold */
    color: #007BFF; /* Optional: active title color */
}

.plsf_content .plsf_body &gt; ul {
    margin: 40px 0;
}
.plsf_content .min_max_range_slider_wrapper {
    margin: 40px 0;

}
.plsf_body &gt; div.row.gy-4 {
    margin: 40px 0;
    margin-top: 20px;
}
.plsf_body &gt; div.row.g-3 {
    margin: 40px 0;
    margin-top: 20px;
}

.plsf_body &gt; div.g-3 {
    margin: 40px 0;
    margin-top: 20px;
}

.plsf_body .normalize_filter_option {
    padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .2);
    margin-top: var(--bs-gutter-y);
}


/* card image fixed height */
.product_cart_content .product_cart_image img {
    height: 350px;
    object-fit: contain;
    object-position: center;
}

.product_detail_wrapper .carousel-item img {
    width: 100%;
    height: 770px;
    object-fit: contain;
    object-position: center;
}

.product_detail_wrapper {
    padding-right: calc(calc(100% - 1265px) / 2);
}
.product_detail_slider {
    justify-content: flex-end;
}
.header_social li &gt; a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 5;
}
.header_social &gt; li {
    position: relative;
}
.sidebar_social li &gt; a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 5;
}
.sidebar_social ul &gt; li {
    position: relative;
}
.color-red{
    color: #ce496f !important;

}
.second-image {
    left: -100%;
}</pre></body></html>