* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small,
label,
button {
    font-family: 'Poppins', sans-serif;
}

select:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

@font-face {
    font-family: 'amithen';
    src: url('/assets/frontend/fonts/Amithen.ttf') format("truetype");
}

/* header css */

.uepaki-search-box {
    background: #fff;
    border-radius: 50px;
    padding: 0px 15px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
    position: relative;
    z-index: 999;
}
.uepaki-search-box:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.uepaki-search-box .form-control {
    border: none;
    box-shadow: none;
    padding-left: 15px;
    border-radius: 25px;
}
.uepaki-search-box select {
    border: none;
    /* background: #f5f5f5; */
    border-radius: 25px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
}
.search_button {
    background: #ff4d6d;
    color: white;
    border-radius: 50%;
    padding: 10px 14px;
    margin-left: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.search_button:hover {
    background: #e6003f;
}
.autocomplete-results {
    position: absolute;
    background: #fff;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 5px;
    border-radius: 10px;
    z-index: 1000;
}
.autocomplete-results div {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.autocomplete-results div:hover {
    background-color: #f8f8f8;
}
.suggestion-item {
    font-size: 14px;
    color: #333;
}
.category-suggestion { font-style: italic; color: #666; }
.trending-suggestion { color: #ff4d6d; font-weight: 500; }
#voice-search-btn {
    border: none;
    background: transparent;
    color: #ff4d6d;
}

/* Mobile Search Header */
#top_header_search {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 8px 12px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  height: 50px;
}

/* Hide by default */
.d-none {
  display: none !important;
}

/* Left arrow container */
.top_left_arrows {
  cursor: pointer;
  padding: 0 10px;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Form wrapper */
#top_header_search form {
  flex-grow: 1;
  margin-left: 0;
  display: flex;
  align-items: center;
}

/* Category select styling */
#top_header_search select[name="filters[category]"] {
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  padding: 6px 8px;
  background: #fafafa;
  font-size: 14px;
  outline: none;
  appearance: none;
  cursor: pointer;
  min-width: 110px;
}

/* Text input styling */
#top_header_search input[type="text"][name="query"] {
  flex-grow: 1;
  border: 1px solid #ccc;
  border-left: none;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  outline: none;
}

/* Submit button styling */
#top_header_search button[type="submit"] {
  background: transparent;
  border: none;
  color: #333;
  font-size: 18px;
  padding: 0 8px;
  cursor: pointer;
  outline: none;
  transition: color 0.2s ease-in-out;
}

#top_header_search button[type="submit"]:hover {
  color: #007bff;
}

/* Responsive tweaks */
@media (min-width: 768px) {
  #top_header_search {
    position: static;
    box-shadow: none;
    height: auto;
    padding: 12px 0;
  }

  #top_header_search select[name="filters[category]"],
  #top_header_search input[type="text"][name="query"] {
    font-size: 16px;
    padding: 8px 12px;
  }

  #top_header_search button[type="submit"] {
    font-size: 20px;
    padding: 0 12px;
  }
}

/* Add this to your main CSS */
.search-select {
    width: 55px !important;
    min-width: 55px;
    max-width: 55px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
}

.suggestion-item.smart-tag {
    background: #ffeaf1;
    color: #c2185b;
    padding: 4px 10px;
    margin: 4px;
    border-radius: 16px;
    font-size: 13px;
    display: inline-block;
}


/* Start Cart-side-bar */


/* .side-menubar-cart
{
    width: 300px;
    right: -650px;
    height: 100vh;
    padding: 15px 15px;
    background-color: #fbfaf9;
    position: fixed;
    transition: 0.3s;
    z-index: 999999;
} */

img {
    max-width: 100%;
}

.data-jbox-title {
    color: #ff6a6a;
}

ul {
    list-style-type: none;
}


/* .form-peice .login-sellers {
    margin-left: 219px;
} */

.form-peice {
    max-width: 100%;
    padding: 125px 0;
}

.ilogin_head {
    margin: 30px 0;
}


/* .ilogin_low{ */


/* padding: 125px 0 !important; */


/* } */

.ilogin {
    height: 100%;
}

.form form .CTA.cta-fg-pass {
    margin-top: 0px;
}


/* Close Cart-side-bar */

.fancybox-thumbs__list a::before {
    border: 6px solid #adb0d2!important;
}

#one {
    height: 100vh!important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.tap_photos_profile2:hover .photo_alb {
    opacity: 1;
}


.tap_photos_profile img {
    width: 100%;
    height: auto;
}

.comment-text span {
	font-size:14px;
}

.group_grid_box ul li {
    list-style: none;
    width: 50%;
    float: left;
}

.group_grid_box ul li a img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 3px solid #FDA581;
}

.like_tabs_btn ul li.fade_btn_like_tabs a {
    color: #000;
}

.like_tabs_btn ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.like_tabs_btn ul {
    display: flex;
    justify-content: center;
}

.like_tabs_btn ul li {
    list-style: none;
    padding: 4px 15px;
    background-color: #6d80cf;
	color: #fff;
    margin: 0 15px 0px 0;
    border-bottom: 3px solid #e63838;*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07), 0 2px 10px 0 rgba(0, 0, 0, 0);
}

.like_tabs_btn ul li.fade_btn_like_tabs {
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #d4d4d4;
}


.uepaki-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.uepaki-tabs li {
  position: relative;
  border-radius: 10px;
  background: #f5f5f7;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

.uepaki-tabs li a {
  display: block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  text-decoration: none;
  letter-spacing: 0.7px;
  transition: color 0.35s ease;
  user-select: none;
  position: relative;
  z-index: 1;
}

.uepaki-tabs li:hover {
  background: #e0e0e3;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.uepaki-tabs li.active {
  background: #3a3a3a;  /* Dark grey */
  box-shadow: 0 0 20px rgba(58, 58, 58, 0.45);
}

.uepaki-tabs li.active a {
  color: #f5f5f7;  /* Light text on dark background */
}

/* subtle animated underline */
.uepaki-tabs li a span {
  position: relative;
}

.uepaki-tabs li a span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 3px;
  background: #3a3a3a;
  border-radius: 2px;
  transition: width 0.35s ease;
}

.uepaki-tabs li:hover a span::after,
.uepaki-tabs li.active a span::after {
  width: 100%;
}

/* smooth scale on click */
.uepaki-tabs li:active {
  transform: scale(0.96);
  transition: transform 0.1s ease;
}

/* Container Styles */
.expo_filter_head {
    background: #fefefe;
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Back Arrow */
.back-button {
    background: #fff;
    border: none;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}
.back-button:hover {
    transform: scale(1.05);
}

/* Category Slider */
.category-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: 16px;
    scrollbar-width: none; /* Firefox */
}
.category-slider::-webkit-scrollbar {
    display: none;
}

/* Category Tabs */
.category-tab {
    scroll-snap-align: start;
    background: linear-gradient(135deg, #6d80cf, #9fa8da);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 50px;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.category-tab:hover {
    background: linear-gradient(135deg, #5c6bc0, #7986cb);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}


.side-menubar {
    width: 340px;
    margin-left: -405px;
    height: 100vh;
    overflow-x: scroll;
    padding: 15px 15px;
    background-color: #fbfaf9;
    position: fixed;
    transition: 0.3s;
    z-index: 999999;
}

.side-menus-items ul {
    margin-top: 30px;
    padding: 0px;
}

.side-menus-items ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 13px 20px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.side-menus-items ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #262626;
}

.side-menus-items ul li i {
    padding-top: 4px;
}

.side-menus-items ul .sub_menu ul.bg-gray-dark li {
    padding: 10px 10px;
}

.side-menus-items ul .sub_menu ul.bg-gray-dark li a {
    color: #272626;
    font-weight: 300;
}

.side-menus-items ul .sub_menu ul.bg-inner-gray-dark li a {
    color: #272626;
    font-weight: 300;
}

.side-toggle-logo {
    width: auto;
    padding: 0px 15px 10px;
}

.side-toggle-logo img {
    width: 160px;
}

.inner-toggle-close-btn i {
    font-size: 26px;
    color: black;
    display: block;
    padding-top: 10px;
    cursor: pointer;
}

.move-toggle {
    transition: 0.3s;
    z-index: 999;
}

.active-toggle {
    transition: 0.3s;
    margin-left: 0px;
}

.active-toggle-cart {
    transition: 0.5s;
    right: 0px;
}

.d-width {
    width: 100% !important;
}


/* .uepaki-toggle-button.toggle span {
    background-color: transparent;
}
 */

.other-page-toggle .uepaki-toggle-button.toggle span {
    background-color: transparent;
}


/* .uepaki-toggle-button.toggle span::before {
    transform: rotate(45deg);
    top: 20px;
}

.uepaki-toggle-button.toggle span::after {
    transform: rotate(-45deg);
    top: 20px;
} */

.uepaki-navbar {
    width: 100%;
    z-index: 9999;
    height: auto;
    padding: 0px;
    background-color: transparent;
}

.fixed-nav {
    width: 100%;
    top: 0px;
    z-index: 9999;
    left: 0px;
    background-color: #fbfaf9;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    position: fixed;
}

.fixed-nav-top-menu {
    width: 100%;
    top: 72px;
    z-index: 9999;
    left: 0px;
    background-color: #fbfaf9;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); */
    position: fixed;
}

.home_class {
    font-size: 15x !important;
    color: #f7baa1 !important;
}


/*.toggle-shadow {
    box-shadow: none!important;
}*/

.menus_toggles {
    position: relative;
    margin-top: 4px;
}

.uepaki-toggle-button {
    width: 55px;
    height: 45px;
    padding: 22px 0px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    color: #000;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    border-radius: 3px;
}

.uepaki-toggle-button span {
    width: 40px;
    height: 4px;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    background-color: #000;
}

.main_slider {
    position: relative;
}

.main_slider_head {
    height: 100vh;
    width: 100%;
}

.main_slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main_slider .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.main_slider .owl-dots .owl-dot span {
    background: #ffffff;
    border: 3px solid white;
    padding: 8px;
    position: relative;
}

.main_slider .owl-dots .owl-dot.active span,
.main_slider .owl-dots .owl-dot:hover span {
    background-color: #000000;
}

.main_slider .owl-dot {
    padding: 10px 6px!important;
}


/* New CSS for Slider Section */

.slide-caption {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 35%;
    color: #fff !important;
}

.slide-caption.left {
    left: 10%;
    text-align: left;
}

.slide-caption.right {
    right: 10%;
    text-align: right;
}

.slide-caption h4 {
    font-size: 55px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 0;
    letter-spacing: 2.5px;
    line-height: 70px;
}

.slide-caption p {
    font-size: 20px;
    font-weight: 400;
    padding: 36px 15px 0;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
}

.slide-caption .btn {
    border: 2px solid white;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 15px 30px;
    margin-top: 30px;
    display: inline-block;
}

/* End of New CSS for Slider Section */

.owl-item.active .slide-caption__title {
    animation: 1s .2s fadeInLeft both;
}

.owl-item.active .slide-caption__desc {
    animation: 1s .6s fadeInLeft both;
}

.owl-item.active .btn {
    animation: 1s .9s flipInX both;
}

.owl-item.active .slide-caption__title_two {
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption__desc_two {
    animation: 1s .6s fadeInUp both;
}

.owl-item.active .btn_two {
    animation: 1s .9s flipInX both;
}

.owl-item.active .slide-caption__title_three {
    animation: 1s .2s fadeInDown both;
}

.owl-item.active .slide-caption__desc_three {
    animation: 1s .6s fadeInRight both;
}

.owl-item.active .btn_three {
    animation: 1s .9s flipInX both;
}


.uepaki-toggle-button span::before {
    width: 50%;
    border-radius: 4px;
    background-color: #000;
    height: 4px;
    content: '';
    position: absolute;
    top: 13px;
    left: 15px;
}

.uepaki-toggle-button span::after {
    width: 50%;
    border-radius: 4px;
    background-color: #000;
    height: 4px;
    content: '';
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.other-page-toggle .uepaki-toggle-button span::after,
.other-page-toggle .uepaki-toggle-button span::before,
.other-page-toggle .uepaki-toggle-button span {
    background-color: white;
}

.uepaki-logo {
    float: left;
    /*background-color: #1e1f24;*/
    width: auto;
    padding: 2px 8px 0px;
}

.user_list_drop .dropdown-menu {
    width: 290px;
    border-radius: 0px;
    padding: 0;
    left: 0;
    margin: 18px 0px 0px;
    border: 0.5px solid #f3f3f3;
    box-shadow: 0 10px 21px 0 rgba(0, 0, 0, .12), 0 0px 7px 0 rgba(0, 0, 0, .12);
}

.before_login_show_design {
    padding: 12px 18px;
}

.before_login_show_design h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    color: #000000;
}

.before_login_show_design .login_line {
    margin: 0;
}

.before_login_show_design span {
    color: #282C3F;
    font-size: 11px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.before_login_show_design .btn {
    color: #e56555;
    background: #ffffff;
    width: auto;
    border-radius: 2px;
    font-weight: 500;
    padding: 5px 10px;
    margin-right: 20px;
    font-size: 11px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    border: 1px solid #d8d8d8;
    transition: 0.3s;
}

.before_login_show_design .btn:hover {
    transition: 0.3s;
    border: 1px solid #e56555;
    color: #e56555;
}

.after_login_name h5 {
    line-height: 10px;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

.after_login_name h5 i {
    font-size: 17px;
    color: #ff5252;
    padding: 0 4px 0px 0px;
}

.after_login_name span {
    color: #282C3F;
    font-size: 13px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.user_list_drop ul li:first-child {
    border-top: 1px solid #efefef;
}

.user_list_drop ul li {
    border-bottom: 1px solid #efefef;
    list-style: none;
    padding: 6px 0px;
    transition: 0.3s;
    cursor: pointer;
    border-left: 3px solid transparent;
}

.user_list_drop ul li:last-child {
    border-bottom: none;
}

.user_list_drop ul li:hover {
    transition: 0.3s;
    background-color: #eef3ff;
    border-left: 3px solid #8fb0ff;
}

.user_list_drop .dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.cart_item_area_width .dropdown-menu {
    width: 18rem;
    border-radius: 0px;
    margin: 18px 0px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
    border: 0.5px solid #f3f3f3;
    box-shadow: 0 10px 21px 0 rgba(0, 0, 0, .12), 0 0px 7px 0 rgba(0, 0, 0, .12);
}

.cart_item_area_width .cart_item_img img {
    width: 45px;
    margin-top: 6px;
}

.cart_item_area_width .cart_item_img i {
    padding-top: 20px;
}

.cart_item_area_width .cart_item_name h4 {
    color: #484848;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0px 1px;
}

.cart_item_area_width .cart_item_name p {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 300;
    padding: 4px 0px 1px;
}

.cart_item_area_width .cart_item_name span {
    color: #0087ff;
    font-size: 13px;
    padding-right: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

.cart_item_area_width .cart_item_name small {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
}

.cart_list_header ul li {
    border-bottom: 1px solid #efefef;
    padding: 8px 0px;
    transition: 0.3s;
    list-style-type: none;
    cursor: pointer;
    border-left: 3px solid transparent;
}

.cart_list_header ul li:hover {
    transition: 0.3s;
    background-color: #eef3ff;
    border-left: 3px solid #8fb0ff;
}

.cart_list_header ul li:last-child {
    border-bottom: none;
}

.uepaki-logo img {
    width: 180px;
}

.cart_list_header ul li .remove_cart_list_item i {
    opacity: 0;
    transition: 0.3s;
}

.cart_list_header ul li:hover .remove_cart_list_item i {
    opacity: 1;
    font-size: 14px;
    transition: 0.3s;
    padding-top: 20px;
    color: #78a0ff;
    display: inline-block;
}

.widht-hover {
    width: 40px;
    height: 40px;
    position: relative;
    background-color: #fbfaf9;
    border-radius: 50px;
    padding: 0px;
    transition: 0.3s;
    margin-top: 7px;
    overflow: hidden;
    /* border: 2px solid #fbfaf9; */
    border: 1px solid #ddd;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    display: block;
}

.other-header .widht-hover {
    /* box-shadow: 0 2px 5px 0 rgb(0, 0, 0), 0 2px 10px 0 rgb(0, 0, 0); */
    background-color: #fbfaf9;
    border: 2px solid #fbfaf9;
}

.cart-header {
    margin-top: 3px!important;
}

.btn-group i,
.btn-group p {
    text-align: center;
    display: block;
    padding-top: 12px;
    cursor: pointer;
    color: #000000;
    margin: 0 auto;
    font-size: 22px;
}


/* .icon-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 2px solid #caccff;
} */

.icon-shadow i {
    color: #000000!important;
}

.icon-shadow p {
    color: #caccff!important;
}

.uepaki-social-icons i {
    text-align: center;
    display: block;
    padding-top: 0px;
    cursor: pointer;
    transition: 0.5s;
    line-height: 36px;
    color: #000000;
    margin: 0 auto;
    font-size: 22px;
}

.uepaki-social-icons span {
    position: absolute;
    left: 4px;
    top: -2px;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: #D45468;
    border-radius: 50%;
    color: #ffffff;
    z-index: 1;
    font-size: 13px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.widht-hover .hide_opacity_0 {
    display: block;
    font-size: 10px;
    transition: 0.5s;
    text-align: center;
    font-weight: 600;
    color: #1e1f24;
    margin-top: 10px;
}

.widht-hover:hover i {
    transition: 0.5s;
    transform: translateY(-30px);
}

.widht-hover:hover .hide_opacity_0 {
    margin-top: -26px;
    transition: 0.5s;
}

.widht-hover .dropdown-item:focus,
.widht-hover .dropdown-item:hover {
    color: #b0b2f3;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
}

.widht-hover .dropdown-menu {
    border: 1px solid rgb(201, 202, 242);
    background-color: #caccff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.widht-hover .dropdown-item {
    width: 95%!important;
    margin-left: 5px!important;
    padding: 6px 24px!important;
    color: white;
    font-weight: 400;
}


/* search box */

.main_search_bar {
    width: 100%;
    height: auto;
    margin: 8px 0 0;
}

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

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

/* .uepaki-search-box .form-control {
    padding: 4px 14px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    background-color: #fff;
    border: 1px solid #ddd;
} */

.uepaki-search-box .input-group {
    width: 100%;
    margin: 0 auto;
}

.uepaki-search-box::placeholder {
    color: black!important;
    font-size: 18px;
    font-weight: 600!important;
}

.uepaki-search-box .input-group-text {
    padding: 2px 10px;
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    border-radius: 0 4px 4px 0!important;
    border: none;
}

.uepaki-search-box .input-group-text .dropdown a {
    color: #1e1f24;
    font-size: 18px;
    font-weight: 300;
}

.price_short_input input {
    width: 59%;
    margin: 1px 0px;
}

.pricce_short_input input {
    width: 100%;
}


/* search box */


/* cart dropdwon */


/*
.cart-close-btn button {
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #fbfaf9;
    background-color: #fbfaf9;
    float: right;
    cursor: pointer;
    position: absolute;
    left: -50px;
    top: 0px;
    padding: 6px;
    width: 50px;
} */

.auto_width_select .resizeselect {
    background-color: #fff;
    color: #000;
    border-radius: 4px 0px 0px 4px;
    padding: 0 6px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    border: none;
}

.post_a_project .btn {
    padding: 8px 6px;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    background-color: #6d80cf;
    color: white;
    border: 1px solid #6d80cf;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 8px;
    transition: box-shadow 0.4s;
}

.post_a_project .btn:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.shopping-cart {
    margin: 0px 0;
    float: right;
    background: #ffffff;
    width: 320px;
    position: absolute;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 20px;
    left: -150px;
    top: 104px;
    z-index: 999;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    list-style: none;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    margin-top: 12px;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #FF6A81;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #909194;
    font-size: 14px;
}

.item-price {
    justify-content: center;
    display: flex;
    font-size: 22px;
    margin-bottom: -20px;
}

.main-color-text {
    color: #FF6A81;
}

.lighter-text {
    color: #808699;
}

.shopping-cart .button {
    background: #716a6a;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 0px 0;
    transition: background 0.4s ease-out;
}

.shopping-cart .button:hover {
    background: #ff6a6a;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    float: left;
    margin-right: 7px;
}

.cart-item {
    border-bottom: 1px solid #e0dbdb;
}

.cart-item-name {
    padding: 0px 30px 0px 10px;
}

.cart-item-delete {
    padding: 0px 30px 0px 10px;
}

.cart-item-name p {
    font-size: 14px;
    margin: 0px!important;
    color: black!important;
    font-weight: 600;
    padding: 0px;
}

.cart-total-price {
    background: #17a2b8;
    padding: 10px;
    color: white;
}

.cart-price-bg p {
    font-size: 14px;
    margin: 0px!important;
    color: white!important;
    font-weight: 600;
    padding-top: 3px;
    letter-spacing: 0.7px;
}

.cart-check-out {
    background: #b81717;
    padding: 10px;
    color: white;
}

.cart-check-out p {
    font-size: 14px;
    margin: 0px!important;
    color: white!important;
    font-weight: 600;
    padding-top: 3px;
    letter-spacing: 0.7px;
}


/* cart dropdwon */


/* Close header css */


/* slider css */

.liteAccordion {
    height: 626px!important;
}

figure {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0
}

.accordion.stitch .slide div {
    background: #333
}

.social-buttons {
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.social-buttons ul {
    display: inline-block;
    margin: 0
}

.social-buttons li {
    float: left;
    list-style-type: none
}

.call_out {
    color: #444444;
    background: url('img-demo/callout_bg.gif') repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.call_out .wrap {
    padding: 19px 20px 17px 20px;
    border: 1px solid #d7d4cb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.call_out h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    color: #444444;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
}

.call_out a.alt_btn {
    background: url('img-demo/sprite.png') 24px 356px;
    display: block;
    padding: 0 0 0 23px;
    float: right;
    margin: -45px 0 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 14px;
    color: #252525;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
    text-align: center;
    border: none;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    text-decoration: none;
    font-weight: bold;
}

.call_out a.alt_btn span {
    padding: 14px 23px 15px 0;
    background: url('img-demo/sprite.png') 100% 253px;
    display: block;
}

.call_out a:hover.alt_btn {
    background: url('img-demo/sprite.png') 24px 408px
}

.call_out a:hover.alt_btn span {
    background: url('img-demo/sprite.png') 100% 304px
}


/* mobile slider css */

#mobile-slider-img .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/* close mobile slider css */


/* made new section in home page */

.home_page_new_section {
    padding: 71px 0px;
    background-color: #f7f7f7;
}

.upk_abt_anner {
    background-color: #f7f7f7;
}

.home_page_new_secction {
    padding: 71px 0px;
    background: #ffffff;
}

.up_content_box {
    width: 100%;
    height: 85%;
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.up_content_box img {
    background-color: #f48586;
    padding: 10px;
    width: 75px;
    margin: -35px 0px 10px 15px;
}

.up_content_box h3 {
    font-size: 18px;
    font-weight: 400;
    color: black;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.up_content_box p {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 25px;
	color: #000 !important;
}
.d-xl-flex p {
	color: #000 !important;
}


/* close slider css */


/* second section css */

/* === SECTION WRAPPER === */
.our-service-section {
    padding: 70px 0;
    background-color: #0e0e0e;
    color: #fff;
}

/* === SECTION HEADING === */
.section-heading .section-subtitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-divider {
    width: 80px;
    border: 2px solid #fda581;
    margin: 15px auto;
}

.section-intro {
    font-size: 16px;
    margin-top: 10px;
    color: #ccc;
}

/* === SERVICE CARDS === */
.service-card {
    position: relative;
    height: 380px;
    overflow: hidden;
}

.service-link {
    display: block;
    height: 100%;
    position: relative;
}

/* Background images for each category */
.service-card.c-one .service-bg {
    background-image: url("/assets/frontend/img/home/fashion-and-lifestyle.png");
}
.service-card.c-two .service-bg {
    background-image: url("/assets/frontend/img/home/space-and-design.png");
}
.service-card.c-three .service-bg {
    background-image: url("/assets/frontend/img/home/digital-and-visual-arts.png");
}
.service-card.c-four .service-bg {
    background-image: url("/assets/frontend/img/home/beauty-and-makeup.png");
}
.service-card.c-five .service-bg {
    background-image: url("/assets/frontend/img/home/lens-and-motion.png");
}
.service-card.c-six .service-bg {
    background-image: url("/assets/frontend/img/home/content-and-media.png");
}

.service-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s ease;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.85));
    opacity: 0.7;
    transition: opacity 0.5s ease;
}

/* === ICON STYLING === */
.service-icon {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    background: rgba(0,0,0,0.6);
    padding: 15px;
    border-radius: 50%;
    transition: transform 0.4s ease, background 0.4s ease;
    z-index: 2;
}

/* Colored icons by category */
.service-card.c-one .service-icon i { color: #ff7f50; }   /* Fashion & Lifestyle */
.service-card.c-two .service-icon i { color: #7ec0ee; }   /* Space & Design */
.service-card.c-three .service-icon i { color: #f5b041; } /* Digital & Visual Arts */
.service-card.c-four .service-icon i { color: #ff69b4; }  /* Beauty & Makeup */
.service-card.c-five .service-icon i { color: #00ced1; }  /* Lens & Motion */
.service-card.c-six .service-icon i { color: #9370db; }   /* Content & Media */

.service-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 20px;
}

.service-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

/* === HOVER EFFECTS === */
.service-card:hover .service-bg { transform: scale(1.1); }
.service-card:hover .service-overlay { opacity: 0.9; }
.service-card:hover .service-icon { transform: translate(-50%, -50%) scale(1.15); }

/* === EXPLORE BUTTON === */
.btn-view-all {
    display: inline-block;
    background: #fda581;
    color: #000;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.btn-view-all:hover {
    background: #ff8c42;
    color: #fff;
}



/* close second section css */


/* third section css */

.third-section {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding: 71px 50px 30px;
}

.left-side-banner {
    width: 100%;
    height: auto;
    background-color: #524f4f;
    padding: 50px;
}

.slideshow {
    display: flex;
    height: 400px;
    width: 100%;
    max-width: 1240px;
    min-height: 400px;
    max-height: 700px;
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.slideshow__gallery {
    height: 100%;
    width: 100%;
}

.slideshow__gallery-wrap {
    will-change: transform;
    transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
    transform: translate3d(0, 0, 0);
}

.slideshow__gallery-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 32px;
    color: #fff;
    letter-spacing: 3.2px;
    transform: translate3d(0, 0, 0);
    will-change: font-size;
    transition: font-size .3s ease;
}

.slideshow__gallery-slide.active {
    font-size: 36px;
}

.slideshow__thumbs {
    height: 100%;
    width: 100%;
}

.slideshow__thumbs-wrap {
    will-change: transform;
    transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
    transform: translate3d(0, 0, 0);
}

.slideshow__thumbs-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    will-change: font-size;
    transition: font-size .3s ease;
}

.slideshow__thumbs-slide.active {
    font-size: 26px;
}

.right-side-banner {
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    padding: 10px;
}

.for_blog .icon {
    background: #009688;
    color: white;
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
}

.for_blog.owl-carousel .owl-nav.disabled {
    display: block!important;
}

.for_blog.owl-carousel .owl-next,
.for_blog.owl-carousel .owl-prev {
    position: absolute;
    top: 230px;
    z-index: 99;
    font-size: 61px!important;
}

.for_blog.owl-carousel .owl-next:hover .icon,
.for_blog.owl-carousel .owl-prev:hover .icon {
    background: black;
    color: white;
}

.for_blog.owl-carousel .owl-carousel {
    margin: 0 -60px;
    position: relative;
    width: 820px;
}

.for_blog.owl-carousel .owl-item>div {
    margin: 45px 60px;
    transition: margin 400ms ease-out;
}

.for_blog.owl-carousel .owl-item.center>div {
    margin: 0;
}

.for_blog.owl-carousel .owl-next {
    right: -15px;
}

.for_blog.owl-carousel .owl-prev {
    left: 0px;
}


/* close third section css */


/* start fort section css */

.newsletter-section {
    width: 100%;
    height: 220px;
    background-image: url('../img/home/newsletter.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}

.new-s {
    letter-spacing: 2px;
    color: white;
}

.news-letter-form {
    display: flex;
    flex-direction: row;
}

.news-letter-form .form-control {
    border-radius: 40px 0px 0px 40px;
    height: 40px;
}

.news-letter-form .btn {
    border-radius: 0px 40px 40px 0px;
    padding: 0px 35px;
}


/* close fort section css */


/* footer css */

.footer {
    width: 100%;
    padding: 100px 50px 10px;
    background-color: #eee;
}

.footer-heading p {
    width: 280px;
    color: #a09999;
    line-height: 30px;
    font-size: 14px;
}

.facebook-icon:hover {
    color: #3b5998;
}

.twitter-icon:hover {
    color: #00acee;
}

.linkedin-icon:hover {
    color: #0e76a8;
}

.whatsp-icon:hover {
    color: #25d366;
}

.footer-heading h5 {
    padding-top: 12px;
    font-size: 18px;
    color: #636363;
    text-transform: uppercase;
}

.footer-heading li {
    list-style: none;
}

.footer-heading a {
    text-decoration: none;
    color: #a09999;
    line-height: 37px;
    font-size: 14px;
}

.footer-heading a:hover {
    color: #6b6969;
}

.footer-under-line {
    border: 2px solid #cccaca;
    margin: 50px 0px 0px;
    border-radius: 40px;
}

.footer-social-icon a {
    color: #c5c5c5;
    padding: 6px 12px 0;
    font-size: 17px;
}

.copyright-text {
    width: 100%;
    height: 70px;
    background-color: white;
    display: flex;
    align-items: center;
}

.copyright-text p {
    color: #333232;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.ft-border-bottom {
    border-bottom: 1px solid #cccc;
    margin-bottom: 30px;
}

.extra_links {
    padding: 40px 0px;
}

.extra_links ul {
    padding: 0px;
}

.js-cookie-consent {
    background: #f98586;
    width: 450px;
    height: auto;
    position: fixed;
    left: 12%;
    bottom: 100px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 25px;
    border-radius: 4px;
    z-index: 999;
}

.js-cookie-consent span {
    display: block;
    color: white;
    font-weight: 300;
    font-size: 16px;
}

.js-cookie-consent .cookie-consent__agree {
    background-color: white;
    border: 1px solid white;
    padding: 8px 10px;
    margin: 8px 0;
    color: #f98586;
    font-weight: 400;
    font-size: 16px;
}

.js-cookie-consent a {
    color: #000;
}


/* close footer css */


/* welcome page css */

.welcome-page {
    position: relative;
    overflow: hidden;
}

.left-side-area {
    width: 100%;
    height: 100vh;
    background-color: #262626;
}

.center-side-area {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}

.right-side-area {
    width: 100%;
    height: 100vh;
    background-color: #262626;
}

.nav-tabs-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.left-side-area .nav-tabs {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: flex-end;
    bottom: 60px;
    position: absolute;
    left: 28px;
    border: none;
    z-index: 9999;
}

.welcome-page .nav-link.active {
    color: white!important;
}

.left-side-area .nav-tabs .nav-link {
    border-radius: 0px!important;
    border: none!important;
    display: block;
    padding: 8px 16px;
    background-color: transparent;
    color: #8083c1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2.3px;
}

.nav-tabs-box .card {
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    margin-left: 15px;
}

.right-side-area a {
    position: absolute;
    bottom: 45px;
    font-size: 14px;
    z-index: 999;
    right: 35px;
    color: white;
    text-decoration: none;
}

.fade-box {
    width: 100%;
    height: 200px;
    perspective: 1000px;
    border: 1px solid #e4e4e4;
}

.fade-box:hover .flipper {
    transform: rotateY(180deg);
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.front {
    background-color: #fdf7f7;
    color: black;
    z-index: 2;
}

.back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
}


/* close welcome page css */


/* Start black second menu */

.black-second-menu-bar {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #1e1f24;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.black-menu ul li {
    list-style: none;
}

.black-menu ul li a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 18px;
}


/* fashion css */

.fashion_Wrap {
    width: 100%;
    height: 100%;
    background-image: url('../img/fashion/fade_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-prdct {
    max-width: 90%;
    /* margin-left: 140px; */
    margin: auto;
    display: flex;
    justify-content: center;
}

.review-form_close_btn {
    z-index: 999;
    position: absolute;
    right: -30px;
    border-radius: 50px;
    top: -36px;
    opacity: 1;
    padding: 0px 8px!important;
    font-size: 30px;
    background-color: #e52841!important;
    color: #ffffff;
    border: 2px solid white!important;
    font-weight: 100;
}

.review-form_close_btn:hover {
    opacity: 1!important;
    color: white;
}

.review_ui_form {
    padding: 0px;
}

.header_ui_form h3 {
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.review_ui_form .form-group label {
    text-transform: uppercase;
    font-size: 13px;
    color: #233f52;
    font-weight: 600;
}

.review_ui_form .form-group .product_review_text {
    background-color: #6f93ad1f;
    height: 200px;
    border-radius: 0px;
    border: none;
    resize: none;
}

.review_ui_form .form-group .custom_upload_file_area {
    position: relative;
    border: 1px dashed #bfbfbf;
    padding: 5px;
}

.review_ui_form .form-group .custom_upload_file_area input[type="file"] {
    opacity: 0;
    position: relative;
    z-index: 999;
    width: 100%;
    cursor: pointer;
}

.review_ui_form .form-group .custom_upload_file_area p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #bfbfbf;
    letter-spacing: 2px;
}

.review_ui_form ul {
    display: flex;
}

.review_ui_form ul li:first-child {
    list-style: none;
    width: 40%;
}

.review_ui_form ul li:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review_ui_form ul li:last-child {
    list-style: none;
    width: 60%;
    padding: 50px;
}

.fashion-heading {
    text-align: center;
    padding: 0px;
}

.fashion-heading span {
    letter-spacing: 5px;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    padding: 4px 26px 0px;
    text-transform: uppercase;
	color: #000;
}
.owl-carousel span {
	color: #000;
}
.left-slide h1 {
	color: #fff;
}
.left-slide p {
	color: #fff;
}

.fashion-heading hr {
    width: 15%;
    position: relative;
    height: 1.5px;
    background-color: black;
    margin: 12px auto 20px;
}

.fashion-heading p {
    text-align: center;
    color: black;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 5px;
    margin: auto;
}

.fashion-heading span strong {
    font-weight: 700;
}

.blog_main_img {
    position: relative;
}

.blog-contents {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #333333a1;
    left: 0px;
    bottom: 0px;
}

.blog-contents h5 {
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.blog-contents a {
    color: #851515 !important;
    font-weight: 600;
}

.blog-contents p {
    color: white;
    font-weight: 300;
    font-size: 14px;
}

.for_blog .blog_main_img img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain !important;
}

.fashion-heading-box {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #f7baa1;
    position: relative;
    overflow: hidden;
    border: 1px;
    margin-right: 2px;
    margin-bottom: 10px;
    background-size: cover;
}

.fashion_badge {
    position: absolute;
    top: 10px;
    left: 0px;
    /* background: #f7e2e2; */
    padding: 5px 15px;
    z-index: 9;
}

.fashion_badge img {
    width: 32px;
}

.interior-heading-box {
    background-color: #746062;
    border: 1px;
    margin-right: 2px;
    margin-bottom: 10px;
}

.interior-heading-box-dark {
    background-color: #b89494;
}

.makeup-heading-box {
    background-color: #fff;
}

.photography-heading-box {
    background-color: #27282b;
    border: 1px;
    margin-right: 2px;
    margin-bottom: 10px;
}

.three_box_img {
    background-image: url('');
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.student_owl_slider .owl-nav {
    position: relative;
    display: flex;
    justify-content: center;
}

.student_owl_slider.owl-carousel .owl-nav button.owl-next,
.student_owl_slider.owl-carousel .owl-nav button.owl-prev,
.student_owl_slider.owl-carousel button.owl-dot {
    background-color: #f7baa1;
    border-radius: 0;
    padding: 0px 0;
    margin: 0;
}

.student_owl_slider-interior.owl-carousel .owl-nav button.owl-next,
.student_owl_slider-interior.owl-carousel .owl-nav button.owl-prev {
    background-color: #f7baa1;
}

.inti_page_nav.owl-carousel .owl-nav button.owl-next,
.inti_page_nav.owl-carousel .owl-nav button.owl-prev {
    background-color: #746062;
}

.inti_page_nav_dif.owl-carousel .owl-nav button.owl-next,
.inti_page_nav_dif.owl-carousel .owl-nav button.owl-prev {
    background-color: #b89494;
}

.makeup_page_nav.owl-carousel .owl-nav button.owl-next,
.makeup_page_nav.owl-carousel .owl-nav button.owl-prev {
    background-color: #adafd1;
}

.graphic_page_nav.owl-carousel .owl-nav button.owl-next,
.graphic_page_nav.owl-carousel .owl-nav button.owl-prev {
    background-color: #b8e8a5;
}

.photography_page_nav.owl-carousel .owl-nav button.owl-next,
.photography_page_nav.owl-carousel .owl-nav button.owl-prev {
    background-color: #f9edc5;
}

.student_owl_slider .owl-nav .owl-prev {
    margin-left: -10px;
}

.student_owl_slider .owl-nav .owl-next {
    margin-right: -10px;
}

.student_owl_slider .owl-nav .owl-prev span,
.student_owl_slider .owl-nav .owl-next span {
    padding: 0px 18px;
    font-size: 20px;
    color: white;
}

.photography_page_nav .owl-nav .owl-prev span,
.photography_page_nav .owl-nav .owl-next span {
    padding: 0px 18px;
    font-size: 20px;
    color: #565656;
}

.student_owl_slider .owl-theme .owl-nav:hover {
    background-color: #f7baa1;
}

.yellow-bar {
    position: absolute;
    z-index: 10;
    bottom: -8px;
    height: 50px;
    background: #adb0d2;
    border-radius: 90px;
    display: block;
    left: 0;
    transition: left .2s ease;
    -webkit-transition: left .2s ease;
}

.fashion-overlay {
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: #0000007d;
    padding: 10px;
    transition: 0.3s;
    display: table;
    border: 1px solid white;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;
}

.table_css_height {
    display: table-cell;
    vertical-align: bottom;
}

.table-bordered td,
.table-bordered th {
    background-color: lightgray;
	font-weight: 600;
}

.fashion-overlay .show_rating_stars h3 {
    font-size: 15px;
    font-weight: 300;
    color: white;
}

.fashion-overlay .show_rating_stars ul li {
    display: inline-block;
}

.fashion-overlay .show_rating_stars ul li i {
    padding: 0 2px;
    color: #ffd400;
    font-size: 12px;
}

.fashion-overlay a {
    text-decoration: none;
}

.fashion-heading-box:hover .fashion-overlay {
    transform: scale(1);
    transition: 0.3s;
}

.fashion-overlay h4 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    color: white;
}

.fashion-overlay p {
    font-size: 12px;
    line-height: normal;
    color: white;
    padding: 0px 10px 0px;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.black_slider_owl_js.owl-carousel .owl-nav.disabled {
    display: block;
}

.black_slider_owl_js.owl-carousel .owl-nav {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
}

.black_slider_owl_js.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -55px;
}

.black_slider_owl_js.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -60px;
}

.black_slider_owl_js.owl-carousel .owl-nav button.owl-next,
.black_slider_owl_js.owl-carousel .owl-nav button.owl-prev,
.black_slider_owl_js.owl-carousel button.owl-dot {
    padding: 0;
    font-size: 100px;
    color: white;
    font-weight: 100;
}

.black_slider_owl_js.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.black_slider_owl {
    background-color: #1e2025;
    width: 65%;
    height: auto;
    margin: 0 auto;
}

.black-bg {
    background-color: #1e2025;
    width: 100%;
    height: auto;
    padding: 18px;
}

.black_slider_owl_js .owl-item img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 270px;
    object-fit: cover;
}

.slider-box h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 0;
}

.exp-button a {
    background-color: #f7baa1;
    text-decoration: none;
    font-weight: 500;
    color: black;
    padding: 10px 10px;
    display: block;
    margin: 30px auto;
    width: 200px;
    text-align: center;
}

.skin-c-box-one {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    background-color: #f9edc5a8;
    transition: 0.3s;
}

.skin-c-box-two {
    width: 100%;
    height: 350px;
    background-color: #f9edc5a8;
    position: relative;
    overflow: hidden;
    left: 0px;
}

.skin-c-box-three {
    width: 100%;
    height: 350px;
    background-color: #f9edc5a8;
    position: relative;
    overflow: hidden;
}

.skin-c-box-four {
    width: 100%;
    height: 350px;
    background-color: #f9edc5a8;
    position: relative;
    overflow: hidden;
}

.skin-c-box-five {
    width: 100%;
    height: 350px;
    background-color: #f9edc5a8;
    position: relative;
    overflow: hidden;
}

.skin-c-box-six {
    width: 100%;
    height: 350px;
    background-color: #f9edc5a8;
    position: relative;
    overflow: hidden;
}

.inner-g-content {
    width: 100%;
    padding: 70px 30px 0px;
    height: 100%;
    background-color: #c3ba9d;
    transition: 0.3s;
    transform: scale(0);
}

.inner-g-content h4 {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.inner-g-content p {
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: white;
}

.skin-c-box-one:hover .inner-g-content,
.skin-c-box-two:hover .inner-g-content,
.skin-c-box-three:hover .inner-g-content,
.skin-c-box-four:hover .inner-g-content,
.skin-c-box-five:hover .inner-g-content,
.skin-c-box-six:hover .inner-g-content {
    transition: 0.3s;
    transform: scale(1);
    padding-top: 150px;
}


/* close fashion css */


/* start interior css */

.three-img-effects {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.all-three-img {
    position: absolute;
    top: 0px;
    height: 0px;
    width: 100%;
    transition: 0.6s;
}

.all-three-img img {
    width: 100%;
    height: 650px;
    transition: 1s;
    object-fit: cover;
}

.three-hover-effects {
    position: absolute;
    left: 0px;
    top: 0px;
}

.img-three-box {
    width: 33.33%;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
    float: left;
}

.img-three-box img {
    width: 100%;
    height: 650px;
    transition: 0.6s;
    object-fit: cover;
}

.opacity-o {
    opacity: 0;
    transition: 0.6s;
}

.opacity-o-add {
    opacity: 1!important;
    z-index: 998!important;
    transition: 0.6s;
}

.effect-img-name {
    position: relative;
}

.effect-img-name::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 650px;
    left: 33.33%;
    top: 0px;
    filter: blur(0.5px);
    background-color: #868686b3;
}

.effect-img-name::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 650px;
    left: 66.66%;
    top: 0px;
    filter: blur(0.5px);
    background-color: #868686b3;
}

.img-three-box .name-one {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
}

.name-left {
    left: 48%!important;
}

.name-right {
    left: 53%!important;
}

.hover-text-opcity {
    opacity: 0.3;
}

.designer-stories {
    width: 100%;
    height: auto;
    background-image: url('../img/interior/particle.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content_writer {
    width: 100%;
    height: auto;
    background-image: url('../img/interior/content.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.make-up-categories {
	width: 100%;
    height: auto;
    background-image: url('../img/makeup/makeup.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.categories-box {
    width: 100%;
    height: 500px;
    background-color: #262626;
    position: relative;
    overflow: hidden;
}

.categories-inner-box {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #715f61;
    margin-top: 356px;
    transition: 0.3s;
}

.categories-inner-box p {
    padding: 2px 0 0 8px;
	font-size: 12px;
}

.categories-inner-box h4 {
    font-size: 14px;
}

.categories-box:hover .categories-inner-box {
    margin-top: 324px;
    transition: 0.3s;
}

.p-space {
    letter-spacing: 4px;
}

.categories-box-right {
    width: 100%;
    height: 240px;
    background-color: #262626;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.categories-inner-box-right {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #715f61;
    margin-top: 90px;
    transition: 0.3s;
}

.categories-inner-box-right p {
    padding: 5px 0 0 0;
    font-size: 12px;
}

.categories-inner-box-right a {
    margin-left: 9px;
    color: #fff;
}

.categories-inner-box-right h4 {
    font-size: 13px;
	letter-spacing: 0px;
}

.categories-inner-box .btn {
    color: white;
    display: inline-block;
}

.categories-box-right:hover .categories-inner-box-right {
    margin-top: 70px;
    transition: 0.3s;
}


/* close interior css */


/* start graphic page css */

.graphic-categories {
    background-size: cover;
    background-position: center;
    background-image: url("../img/graphic/graphic.png");
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

.c-p-box {
    width: 100%;
    height: auto;
    background-color: #baff9c82;
    position: relative;
    overflow: hidden;
    border: 1px;
    margin: 5px;
}

.graphic-overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 10px;
    transition: 0.3s;
}

.c-p-box:hover .graphic-overlay {
    background-color: #b8e8a5;
    transition: 0.3s;
}

.graphic-product-box {
    width: 100%;
    height: 60%;
    padding: 5px;
    margin: 0px 0px 50px;
    border: 1px solid #7d7d7d;
    background-color: #fff;
    transition: all 0.4s ease-out;
}

.graphic-product-box a {
    text-decoration: none;
    color: black;
}

.pro-name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pro-name h6 {
    font-size: 24px;
    padding-left: 7px;
}

.pro-icon {
    float: left;
}

.pro-icon img {
    padding-left: 12px;
}

.graphic-product-box:hover {
    border: 1px solid black;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
}

.graphic-product-box:hover .pro-name h6 {
    color: #b8e8a5;
    text-decoration: underline;
}

.graphic-stories-box {
    width: 100%;
    height: 400px;
    background-color: #262626;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 1px;
    margin: 5px
}

.graphic-stories-box-details h4 {
    padding-top: 250px!important;
    transition: 0.5s;
}

.graphic-stories-box-details h4 {
    color: white;
    font-size: 14px;
    padding: 0px 10px 10px;
    margin: 0px;
}
.graphic-stories-box-details p {
    color: white;
    font-size: 12px;
    padding: 0px 10px 10px;
    margin: 0px;
}

.graphic-stories-box-details .btn {
    font-size: 14px;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #fff;
    color: black;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 20px 10px 20px;
    opacity: 0;
}

.graphic-stories-box-details:hover h4 {
    padding-top: 200px!important;
    transition: 0.5s;
}

.graphic-stories-box-details .btn {
    transition: 0.4s;
}

.graphic-stories-box-details:hover .btn {
    transition: 0.8s;
    opacity: 1;
}

.graphic-stories-box-details:hover p {
    color: #b8e8a5;
}


/* close graphic page css */


/* start makeup page css */

.makeup-categories {
    background-size: cover;
    background-position: 0% 0%;
    background-image: url('../img/makeup/makeup.png');
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.make-up-box {
    width: 100%;
    height: auto;
    background-color: #565656;
    position: relative;
    overflow: hidden;
    padding: 20px;
    transition: 0.2s;
    border: 1px;
    margin: 5px;
}

.make-up-inner-box {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.make-up-box:hover {
    background-color: #adafd1;
    transition: 0.2s;
}

.makeup-stories-box {
    width: 100%;
    height: 100%;
    background-color: #262626;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.makeup-stories-box p {
    color: white;
}

.makeup-stories-box:hover p {
    color: #adafd1;
}

.makeup-stories-box h4{
  	font-size: 14px;
}
.makeup-stories-box p {
    font-size: 12px;
}

.makeup-stories-box-img {
    width: 100%;
    height: 250px;
    background-color: #adafd1;
}

.makeup-stories-box-details {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
}


/* close make-up page css */


/* close black second menu */

.photography-categories {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/photography/photography_bg.jpg');
    padding: 50px 0px;
}

.photo-g-box {
    width: 100%;
    height: auto;
    background-color: #27282b;
    overflow: hidden;
    padding: 10px;
    transition: 0.3s;
}

.photography-up-box:hover {
    background-color: #f9edc5;
}


/* start breadcrumbs css */

.breadcrums-section {
    width: 100%;
    height: auto;
    background-image: url('');
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumbs h1 {
    color: white;
    text-align: center;
    padding: 200px 0px 0px;
}

.breadcrumbs-line {
    width: 20%;
    border: 1px solid white;
    margin: 0 auto 100px;
}

.theme-boxs input[type="checkbox"] {
    display: none;
    cursor: pointer;
    position: relative;
}

.theme-boxs label {
    display: block;
}

.theme-boxs label img {
    transition: 7s;
}

.theme-boxs label:hover img {
    transform: translateY(-770px);
    transition: 7s;
}

.theme-boxs label::before {
    position: absolute;
    content: '';
    width: 20%;
    height: 16%;
    background-image: url('../img/select-theme/checked.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 998;
    background-position: center;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.theme-boxs input[type="checkbox"]:checked+label::before {
    display: block;
}

.th-box {
    width: 100%;
    height: 300px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.theme-next-button .btn {
    width: 20%;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
}

.theme-next-button .btn-danger {
    color: #dc3545;
    background-color: #1e1f24;
    border-color: #1e1f24;
}

.theme-next-button .btn-danger:hover {
    color: #fff;
}


/* close breadcrumbs css */


/* start registration page css */

.fashion_registration {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/registration/registration.jpg');
    padding: 200px 0px;
}

.brand input {
    outline: none !important;
}

.brand h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
}

section#formHolder {
    padding: 100px 0;
}

.brand {
    padding: 20px;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 620px;
    position: relative;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995);
    z-index: 9;
}

.brand.active {
    width: 100%;
}

.brand::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/usignup-bg.jpg');
    z-index: -1;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand a.logo {
    color: #f95959;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1em;
}

.brand a.logo span {
    font-size: 30px;
    color: #fff;
    transform: translateX(-5px);
    display: inline-block;
}

.brand .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.6s;
}

.brand .heading.active {
    top: 100px;
    left: 100px;
    transform: translate(0);
}

.brand .heading h2 {
    font-size: 70px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin-bottom: 0;
}

.brand .heading p {
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: 4px;
    font-family: "Raleway", sans-serif;
}

.brand .success-msg {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 60px;
}

.brand .success-msg p {
    font-size: 25px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.brand .success-msg a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 30px;
    background: #f95959;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
}

.brand .success-msg p,
.brand .success-msg a {
    transition: all 0.9s;
    transform: translateY(20px);
    opacity: 0;
}

.brand .success-msg p.active,
.brand .success-msg a.active {
    transform: translateY(0);
    opacity: 1;
}

.form {
    position: relative;
    box-shadow: 7px 0px 10px rgba(0, 0, 0, 0.2);
    /* margin: 30px 0; */
}


/* .form .form-peice {
    background: #fff;
    min-height: 560px;
    margin-top: 30px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    color: #bbbbbb;
    padding: 30px 0 60px;
    transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995);
    position: absolute;
    top: 0;
    left: -30%;
    width: 116%;
    overflow: hidden;
} */


/* .left_bg{
    width: 110%;
}
.left_bg img{
    height: 100vh;
} */

.left_login_img {
    background-image: url(../img/1.jpg);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    left: 2px;
    border-radius: 8px;
    background-size: cover;
}

.form .form-peice.switched {
    transform: translateX(-100%);
    width: 100%;
    left: 0;
}


/* new */

.form form {
    padding: 125px 40px 125px 55px;
    margin: 0;
    width: 90%;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 60%; */
    /* transform: translate(-50%, -50%); */
}


/* .form form {
    padding: 0 40px;
    margin: 0;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
} */

.form form .form-group {
    margin-bottom: 5px;
    position: relative;
}

.form form .form-group.hasError input {
    border-color: #f95959 !important;
}

.form form .form-group.hasError label {
    color: #f95959 !important;
}

.form form label {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    transform: translateY(40px);
    transition: all 0.2s;
    cursor: text;
    z-index: -1;
}

.form form label.active {
    transform: translateY(10px);
    font-size: 11px;
}

.form form label.fontSwitch {
    font-family: "Raleway", sans-serif !important;
    font-weight: 600;
}

.form form input:not([type=submit]) {
    background: none;
    outline: none;
    border: none;
    display: block;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    z-index: 1;
}

.form form input:focus+label,
.form form input:valid+label {
    transform: translateY(10px);
}

.form form input:not([type=submit]).hasError {
    border-color: #f95959;
}

.form form span.error {
    color: #f95959;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    right: 0;
    display: none;
}

.form form input[type=password] {
    color: #f95959;
}

.form form .CTA {
    margin-top: 20px;
}

.form form .CTA input {
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 34px;
    background: #E8505B;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    border: none;
    font-family: "Montserrat", sans-serif;
}

.form form .CTA a.switch {
    font-size: 13px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #bbbbbb;
    transition: all 0.3s;
}

.form form .CTA a.switch:hover {
    color: #f95959;
}

.seler_us_login a {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #bbbbbb;
    margin-top: 12px;
}

.seler_us_login a:hover {
    color: #f95959;
}

.form form.sgn-up-form {
    padding-bottom: 33px;
}


/* start profile page css */


/* start designer page css */

.designer-top-bg-img {
    width: 100%;
    height: 215px;
    position: relative;
}

.designer-top-bg-img::before {
    left: 170px;
    position: absolute;
    content: 'LOREM';
    color: #e4e4e4;
    font-size: 250px;
    font-weight: 800;
    letter-spacing: 150px;
    bottom: -87px;
}

.designer-top-text {
    position: absolute;
    top: 360px;
    left: 180px;
}

#tabs-heade {
    padding: 20px 0px;
}

#tabs-heade .nav-link.active {
    color: #0c0c0c!important;
    font-weight: 700;
}

#tabs-heade .nav-link {
    color: #0c0c0c!important;
    font-weight: 600;
    border: none;
}

#tabs-heade .nav-tabs {
    border: none;
}

.four-box-effect {
    width: 95%;
    position: relative;
    margin: 0 auto 15px;
    overflow: hidden;
}

.profile_pic_seller_black_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid white;
}

.profile_pic_seller_black_box img {
    width: 80px;
    height: 140%;
    border: 0px solid white;
    object-fit: cover;
    display: inline;
    margin: 0 auto;
    width: fit-content;
}

.tab-one-bg-clr {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 6px 19px;
    width: 100%;
}

.designer-box {
    width: 50%;
    height: 120px;
    background-color: #313131;
    padding: 5px;
    transition: 0.3s;
    float: left;
    border: 1px solid #6b6b6b;
    overflow: hidden;
}

.designer-box img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: -webkit-fill-available;
    width: 100%;
}

.shadow-effect {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #00000070, #0000008c);
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.6s;
}

.designer-tabs {
    width: 83%;
    margin: 0 auto;
}

.four-box-content {
    position: absolute;
    bottom: -200px;
    left: 0px;
    transition: 0.3s;
    padding: 10px;
}

.four-box-content p {
    color: white;
    margin: 0px;
}

.four-box-content h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0px;
    font-weight: 600;
    color: #ffffff;
}

.four-box-content h6 {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0px;
    color: white;
    font-weight: 400;
}

.four-box-content .btn {
    background-color: #6d80cf;
    border: 1px solid #949494;
    padding: 3px 10px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.four-box-effect:hover .shadow-effect {
    opacity: 1;
    transition: 0.3s;
}

.four-box-effect:hover .four-box-content {
    bottom: 0px;
    transition: 0.6s;
}

.designer-pagination {
    padding: 40px 0px;
}

.designer-pagination .page-link {
    border: none;
    color: #020202;
    letter-spacing: 4px;
}


/* close designer page css */


/* start shop page css */

.shop-bread a {
    color: #312f2f;
    letter-spacing: 1px;
    padding: 15px 0px;
    display: inline-block;
    text-decoration: none;
}

.shop-product-slider {
    padding: 15px 15px;
    background: white;
}

.shop-book-slider {
    padding: 15px 15px;
    background: white;
}

.prod-slider {
    width: 100%;
    height: auto;
    /* padding: 20px; */
}

.shop-product-slider.owl-carousel .owl-nav button.owl-next,
.shop-product-slider.owl-carousel .owl-nav button.owl-prev,
.shop-product-slider.owl-carousel button.owl-dot {
    padding: 0px;
}

.prod-slider .item img {
    padding: 0px 15px 0px 27px;
    width: auto;
    cursor: zoom-in;
    height: 550px;
    object-fit: cover;
    margin: 45px auto 0;
    display: block;
    object-position: top;
}

.shop-product-slider .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 125px;
    left: -28px;
}

.prod-details {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    margin-top: 0;
    padding: 30px;
    display: block;
    font-size: 15px;
}

.prod-details h1 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #212529;
    font-family: 'Poppins', sans-serif;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.prod-details h1:hover {
    color: #FF6A81;
}


.design_description h6 {
    font-size: 15px;
}

.StandardShippingInfo span {
    font-size: 14px;
}

.prod-details p {
    font-size: 14px;
    word-break: break-word;
    padding: 0px;
    text-align: left;
	color: #000;
    font-weight: 500;
}

/* New Css for Product Detail Page */

.product-name-text {
    font-family: 'Poppins', sans-serif;
}

.product-title a:hover {
    text-decoration: underline;
}

.off_tag {
    font-size: 0.85rem;
    display: inline-block;
}


/* End of New Css for Product Detail Page  */
.prod-details span {
    font-weight: 500;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
	font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.product-title h2 {
    text-align: center;
    justify-content: center;
}

.prod-details h3 {
    margin: 8px 0px;
    font-size: 20px;
    font-weight: 500;
    text-align: start !important;
}
.sd-rqst button {
	width: 122px;
	margin-left: 20px;
}

.product-name-text {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: initial;
    display: flex;
	justify-content: center;
}
.nw-brand-nm h6 {
	text-transform: capitalize;
}

.seller-profile {
	color:#ff3e6c;
	justify-content:center;
	display:flex;
	text-decoration: none;
	cursor: pointer;
}

.inf_modal ul>li {
	list-style-type: square;
}

.product-name-text:hover {
    text-decoration: none;
    color: initial;
}

.product_all_price span {
    padding: 0px 10px;
    /*color: #4e4e4e;*/
}

.dynamic_color {
    flex-wrap: wrap;
}

.product_all_price {
    font-size: 16px;
}

.off_tag {
    font-size: 16px;
    color: #ff3e6c;
    ;
}

.copy_coupon_code {
    font-weight: 600;
    color: #FF6A81;
    text-decoration: underline;
    cursor: pointer;
}

.prod-details h6 {
    letter-spacing: 1px;
    padding: 0px;
    text-align: left;
	color: #000;
    font-size: 14px;
}

.meta-info p {
    font-weight: 14px;
}

.rotate_img {
    transform: rotate(-90deg);
}

.custome_flickeds {
    opacity: 0;
    transform: rotateZ(90deg);
    top: 210px;
    position: absolute !important;
    width: 500px;
    left: -170px;
}

.custome_flickeds .flickity-viewport>.flickity-slider {
    transform: translateX(0%) !important;
}

.produ-all-d {
    padding: 20px 0 10px;
}

.color_head {
    display: flex;
    align-items: center;
}

.select_product_size {
    padding: 12px 0 10px;
}

/* .product_details_and_list {
    padding: 15px 0 15px;
} */

.return_policy {
    padding: 0px 0 10px;
}

.return_policy h4 {
    font-size: 15px;
    font-weight: 500;
}

.return_policy p.btn {
    background-color: #ffffff;
    padding: 4px 10px;
    color: #16151a;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.return_policy h4 i {
    font-size: 20px;
}


/* PINCODE CHECK PRODUCT PAGE*/

.pincode-check {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 10;
}

@media only screen and (min-width: 600px) {
    .pincode-check {
        position: static;
        background-color: #fff;
        height: auto;
    }
    /* .pincode-contr {
        margin-top: 30px;
    } */
}

.upk-del-contr {
    vertical-align: middle;
    margin-left: 5px;
    background-position: -252px -58px;
    width: 23px;
    height: 22px;
}

.upk-del-contr form {
    margin: 16px 0 0;
    padding: 0;
    position: relative;
}

.pincode-etr {
    font-size: 13px;
    color: #282c3f;
    margin: 8px 0 0;
}

.pincode-check {
    position: relative;
    left: 0px;
    background-color: transparent;
}

.pincode-button {
    outline: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    /*background-color: #fbfbfb;*/
    border: 0;
    color: #ff3e6c;
    text-transform: capitalize;
}

.formin {
    display: flex;
    justify-content: space-around;
    border: 1px solid gray;
    border-radius: 5px;
    width: 250px;
}

.forminput {
    width: 100px;
    margin: auto;
}

.pincode-code {
    border-radius: 5px;
    border: 0px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    padding: 10px 0px;
    font-size: 16px;
    min-width: 100px;
    margin: 0px !important;
    outline: 0;
    width: 145px !important;
    background: transparent;
}


/* END----PINCODE CHECK PRODUCT PAGE*/

.select_product_size ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.select_product_size span {
    display: inline-block;
}

.prod-details small {
    text-align: left;
    display: block;
    line-height: 26px;
}

.prod-taxes p {
    font-size: 10px;
    margin: auto;
    padding: 0 5px;
}

.onrloadmobile {
    display: none;
}

.clr-blck span {
	color: #000;
}
.clr-blck h6 {
	color: #000;
}
.clr-blck p {
	color: #000;
}

.product-rating-and-text ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 2px;
}

.product-rating-and-text ul li i {
    color: #fcd93a;
}

.make_custom_radio_box {
    position: relative;
}

.make_custom_radio_box input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.make_custom_radio_box span {
    padding: 2px 10px;
    color: #585858;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.make_custom_radio_box input[type="radio"]:checked+span {
    border: 1px solid black;
    color: black;
}

.make_custom_radio_box p {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    cursor: pointer;
    margin: 10px 0px 0px;
	text-transform: Uppercase;
}

.cart_product_reviews h3 {
    font-size: 20px;
    font-weight: 500;
    color: black;
    letter-spacing: 0.5px;
}

.quantity {
    padding: 10px 0 0;
}

.quantity span {
    letter-spacing: 1px;
    padding: 0px;
    font-weight: 500;
}

.prod-details input[type="number"] {
    width: 10%;
    border-radius: 0px;
    margin: 10px 8px 0;
    text-align: center;
}

.product_details h6,
.product_details i {
    cursor: pointer;
}

.product_details_list {
    display: block;
    padding-top: 18px;
}

.product_details_list ul li {
    list-style: none;
    display: flex;
}

.product_details_list ul li span {
    width: 150px;
    font-size: 13.5px;
    color: #6d6d6d;
    padding: 4px 0;
}

.prod_siz li span {
    font-size: 14px;
    cursor: pointer;
}

.meta-disc p {
    font-size: 13px;
}

.product_details_list ul li span:nth-child(odd) {
    color: #0c0c0c;
}

.add-to-shop-btn {
    display: flex;
}

.choose_billing>.d-flex {
    align-items: baseline;
}

.gender_radio_ui {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.addToWishlist1 {
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    color: white;
    padding: 18px 30px;
    display: inline-block;
    background: #716a6a;
    font-size: 16px;
    margin: 6px 6px 0px 0px;
    transition: 0.4s ease-out;
    display: flex;
    align-items: baseline;
    width: 100%
    /* width: 100% !important; */
}

.addToWishlist1 i {
    padding: 0 5px 0px 0;
}

.addToWishlist1:hover {
    color: white;
    text-decoration: none;
    background-color: #ff6a6a;
}

.addTocart {
    font-weight: 600;
    text-decoration: none;
    color: white;
    padding: 18px 30px;
    display: inline-block;
    background: #716a6a;
    font-size: 16px;
    margin: 6px 0px 0px 0px;
    transition: 0.4s ease-out;
    width: 100%;
    text-align: center;
}

.addtocartbtn1 {
    color: #ffffff;
}

.addTocart i {
    padding: 0 5px 0px 0;
}

.addTocart:hover {
    color: white;
    text-decoration: none;
    background: #ff6a6a;
}

.bookappointment {
    font-weight: 600;
    text-decoration: none;
    color: white;
    padding: 18px 59px;
    display: block;
    background: #716a6a;
    text-align: center;
    font-size: 16px;
    margin: 6px 0px 0px 0px;
    width: 100%;
}

.bookappointment i {
    padding: 0 5px 0px 0;
}

.bookappointment:hover {
    text-decoration: none;
    color: white;
}

.body_bg_color {
    /* background: #f3f3f3;*/
    padding: 50px 0px;
}

.upperticketbutton p {
    padding: 2px 10px;
    border-radius: 30px;
}

.product_review_form {
    padding: 50px 15px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 15px;
}

.know_more_button {
    padding: 4px;
    font-size: 20px;
    border-radius: 30px;
    color: black;
    margin-bottom: 15px;
}

.know_more_button a {
    color: #29253b;
    font-size: 16px;
}

.product_review_form label {
    font-size: 16px;
    color: #4e4e4e;
    letter-spacing: 0.5px;
}

.product_review_form .form-control {
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #eaeaea;
    letter-spacing: 0.3px;
}

.double_use_textarea {
    height: 150px!important;
}

.send_review_butn .btn {
    color: #525464;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.product_feedback {
    align-items: center;
}

.product_rating {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    height: auto;
    position: relative;
}

.product_rating-0 {
    filter: grayscale(100%);
}

.product_rating>input {
    display: none;
}

.product_rating>label {
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.product_rating>input:checked~label,
.product_rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.product_rating>input:not(:checked)~label:hover,
.product_rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.product_emoji-wrapper {
    width: 37%;
    text-align: center;
    height: 45px;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 165px;
}

.emoji-wrapper::before,
.emoji-wrapper::after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.product_emoji-wrapper::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.product_emoji-wrapper::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);
}

.product_emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

.product_emoji>svg {
    margin: 5px 0;
    width: 35px;
    flex-shrink: 0;
}

#product_rating-1:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-49px);
}

#product_rating-2:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-92px);
}

#product_rating-3:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-137px);
}

#product_rating-4:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-182px);
}

#product_rating-5:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-227px);
}

#pproduct_rating-1:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-49px);
}

#pproduct_rating-2:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-92px);
}

#pproduct_rating-3:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-137px);
}

#pproduct_rating-4:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-182px);
}

#pproduct_rating-5:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-227px);
}

#bproduct_rating-1:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-49px);
}

#bproduct_rating-2:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-92px);
}

#bproduct_rating-3:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-137px);
}

#bproduct_rating-4:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-182px);
}

#bproduct_rating-5:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-227px);
}

#eproduct_rating-1:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-49px);
}

#eproduct_rating-2:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-92px);
}

#eproduct_rating-3:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-137px);
}

#eproduct_rating-4:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-182px);
}

#eproduct_rating-5:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-227px);
}

#aproduct_rating-1:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-49px);
}

#aproduct_rating-2:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-92px);
}

#aproduct_rating-3:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-137px);
}

#aproduct_rating-4:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-182px);
}

#aproduct_rating-5:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-227px);
}

#fproduct_rating-1:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-49px);
}

#fproduct_rating-2:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-92px);
}

#fproduct_rating-3:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-137px);
}

#fproduct_rating-4:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-182px);
}

#fproduct_rating-5:checked~.product_emoji-wrapper>.product_emoji {
    transform: translateY(-227px);
}

.all_review_box {
    border-bottom: 1px solid #efefef;
    border: 1px solid lightgray;
    box-shadow: 1px 1px 6px -1px #dddbdc;
    margin-bottom: 10px;
    border-radius: 8px;
}

.all_review_box ul {
    list-style: none;
    display: inline-flex;
}

.review_client_pic img {
    border-radius: 50%;
    max-width: 50px;
    height: 50px;
    object-fit: cover;
    margin-top: 10px;
}

.review_client_text {
    padding: 0px 20px;
    width: 954px;
}

.review_client_text ul li {
    display: inline-block;
    list-style: none;
}

.review_client_text ul li i {
    color: #fcd93a;
    font-size: 12px;
}

.review_reply_button {
    border: 2px solid #bcc1d3;
    box-shadow: 1px 1px 17px -4px #c5c5c5;
    margin-bottom: 10px;
}

.review_client_text h5 {
    font-weight: 600;
    color: #616161;
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 10px;
}

.review_client_text h5 span {
    font-weight: 400;
    color: #414143;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.review_client_text p {
    color: #4e4e4e;
    font-size: 16px;
}

.theme_start_rating ul {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

.theme_start_rating ul li i {
    color: #f3704e;
}

.review_reply_button i {
    color: #505050;
    cursor: pointer;
}

.service_rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_rating h6 {
    margin: 0px;
}

.service_rating .rating label {
    margin: 0px;
}

.review_reply_button i span {
    padding: 0px 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #505050;
    font-weight: 400;
}

.reviews_chain {
    display: none;
}

.reply_review {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 50px;
}

.reply_review_theme {
    display: none;
}


/* close shop page css */


/* product page css */

.disable_btn_custom {
    background-color: #cecece!important;
    color: #4c4c4c!important;
    border: 1px solid #a9a9a9;
}

.left-category-section {
    width: 100%;
    height: auto;
    margin-top: 15px
}

.left_product_name span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.left_product_name span a {
    font-size: 13px;
    color: #ff6a6a;
    font-weight: 500;
}

.left-category-section li {
    cursor: pointer;
}

.left-category-section li h6 {
    padding: 10px 0px;
    font-weight: 500;
    letter-spacing: 1px;
}

.inner-content ul li {
    list-style-type: none;
}

.inner-content ul li a {
    color: #656565;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

.black-second-menu-bar .megamenu {
    position: static;
}

.black-second-menu-bar .megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

.black-second-menu-bar .navbar-light .navbar-nav .nav-link {
    color: #1e1f24;
    font-weight: 500;
    padding: 8px 100px;
}

.black-second-menu-bar .list-unstyled .nav-item .nav-link {
    padding: 10px 0px;
    font-weight: 100;
}

.menu {
    width: 100%;
}

.menu-container {
    margin: 0 auto;
    background: #fff;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile::after {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 30px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon::before {
    content: "\f107";
    font-family: FontAwesome;
    display: block;
    cursor: pointer;
    display: none;
    float: right;
    padding: 12px;
    line-height: 0;
    color: #000;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    clear: right;
}

.menu>ul::before,
.menu>ul::after {
    content: "";
    display: table;
}

.menu>ul::after {
    clear: both;
}

.menu>ul>li {
    float: left;
    background: transparent;
    padding: 0px 0;
    margin: 0px;
    margin-top: 0px;
}

.menu>ul>li a.menu_header_text {
    color: #ff6a6a;
    font-weight: 500;
    padding: 0px 0px 8px;
    font-size: 14px;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 10px 25px;
    display: block;
    color: black;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}

.menu>ul>li ul li a {
    padding: 4px 0;
    font-size: 13px;
    color: #808080;
}

.menu>ul>li a i {
    float: right;
    padding: 5px 0 0;
    opacity: 0.8;
    font-size: 12px;
}

.menu>ul>li:hover {
    background-color: #fbfbfb;
}

.menu>ul>li>ul {
    width: 1068px;
    background: #fbfbfb;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0), 0 20px 30px 0 rgba(0, 0, 0, .19);
    padding: 0;
    position: absolute;
    z-index: 99;
    left: 21px;
    display: none;
    margin: 0;
    list-style: none;
}

.ul-bg-overlay {
    width: 1545px;
    height: 100vh;
    background-color: #00000047;
    left: -20%;
    top: 41px;
    z-index: 9;
    position: absolute;
}

.menu>ul>li>ul.child-number .row .col-md-3 {
    padding: 20px 25px 0;
}

.menu>ul>li>ul.child-number .row .col-md-3:nth-child(even) {
    background-color: white;
}

.menu>ul>li>ul.white-gray li:nth-child(even) {
    background-color: white;
}

.menu>ul>li>ul.white-gray li ul li:nth-child(even) {
    background-color: transparent;
}

.menu>ul>li>ul::before,
.menu>ul>li>ul::after {
    content: "";
    display: table;
}

.menu>ul>li>ul::after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
    width: 25%;
    padding: 20px;
    text-align: left;
    float: left;
}

.desktop-hrLine {
    width: 140px;
    height: 1px;
    margin: 12px 0 0 25px;
    background-color: #eaeaec;
}

.menu>ul>li>ul>li:last-child {
    border: none;
}

.menu>ul>li>ul>li a {
    color: #808080;
    padding: .2em 0;
    width: 100%;
    font-size: 14px;
    display: block;
}

.menu>ul>li>ul>li a i {
    float: right;
    padding: 5px 0;
    font-size: 13px;
}

.menu>ul>li>ul>li>ul {
    /* display: none; */
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul::before,
.menu>ul>li>ul>li>ul::after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul::after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 4px 0;
    margin: 0;
    font-size: .8em;
}

.menu_header_text {
    font-weight: 500;
    color: #ececec;
    letter-spacing: 0.5px;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 13px;
}

.menu>ul>li>ul.normal-sub {
    width: 100%;
    left: 0;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 8px 0;
    font-size: 14px;
}

.see-all-menus {
    color: #ffafaf!important;
    font-size: 12px!important;
    font-weight: 400!important;
    letter-spacing: 0.5px;
}

.black-second-menu-bar {
    transition: 0.3s;
}

.fixed_shop_page_header {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0px;
    top: 0px;
    transition: 0.3s;
}

.inner-content ul li label {
    cursor: pointer;
}

.color_round_box {
    width: 20px;
    height: 15px;
    display: block;
    border: 1px solid #d2d2d2;
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

.stylelish-checkbox label {
    padding-left: 10px;
}

.stylelish-checkbox input[type=checkbox] {
    visibility: hidden;
}

.stylelish-checkbox .check-box-eff {
    position: relative;
    left: 10px;
}

.stylelish-checkbox .check-box-eff::before {
    position: absolute;
    content: '';
    left: -39px;
    top: -20px;
    width: 16px;
    border-radius: 2px;
    height: 16px;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.10), 0 2px 6px 0 rgba(0,0,0,.10); */
    background-color: #f1f1f1;
    border: 1.2px solid #abb4d9;
}

.stylelish-checkbox .check-box-eff::after {
    position: absolute;
    content: '';
    left: -35px;
    top: -16px;
    transform: rotate(-55deg);
    width: 8px;
    height: 6px;
    border-bottom: 2px solid #abb4d9;
    background-color: #aeb0d200;
    border-left: 2px solid #abb4d9;
    opacity: 0;
}

.stylelish-checkbox input[type=checkbox]:checked+.check-box-eff::after {
    opacity: 1;
}

.stylelish-checkbox input[type=checkbox]:checked+.check-box-eff::before {
    background-color: white;
}

.left-category-section li i {
    padding-top: 13px;
    font-size: 12px;
}

.inner-content {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fbfbfb;
}

.inner-cate-click-subcat {
    display: none;
    margin-left: 28px !important;
    margin-bottom: 10px;
}

.inner-cate-click-subcat a {
    color: #656565 !important;
}


/* .inner-content-hide {
    display: none;
} */

.click_font {
    font-size: 25px;
}

.prod-images {
    width: 100%;
    height: auto;
}

.newsletter-section
{
    display: none;
}

.prod-images h3 {
    letter-spacing: 3px;
    font-weight: 600;
    padding: 0px 0px;
}

.product-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); */
    /* padding-bottom: 10px; */
}

.product_ready_ship {
    background-color: rgba(255, 255, 255, 0.85);
    font-family: 'Poppins';
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: absolute;
    bottom: 38px;
    left: 0;
    padding: 4px 8px;
    line-height: 1;
}

.watermark {
    fill: #bbbb;
    font-size: 2em;
    font-family: Ubuntu, Calibri, sans-serif;
    font-weight: bold;
    transition: all 0.3s linear;
    position: absolute;
}

span:hover .watermark {
    fill: #666f;
    font-size: 2.1em;
}

span .watermark {
    width: 300px;
    height: 300px;
    border: 2px solid #000;
}

.like_dislike {
    position: absolute;
    left: 22px;
    bottom: 95px;
}

.product_like a {
    padding: 5px 9px;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

.product_like a i {
    color: #585858;
}

.product_dislike a {
    padding: 5px 9px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.product_dislike a i {
    color: #585858;
}

.product-image img {
    width: 100%;
    /* object-fit: cover; */
    margin: 0 auto;
    height: 300px;
    padding: 0px;
    display: block;
}

.product-number {
    position: absolute;
    left: 6px;
    top: 10px;
}

.product-image a {
    color: black;
    font-size: 11px;
}

.product-number p i {
    /*background-color: #404040;*/
    border-radius: 50%;
    color: #ff6a6a;
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
}

.like_dislike_icons a {
    color: #717171;
    padding: 0 5px;
}

.designer-item-gapping {
    padding: 10px;
}

.discount_rate {
    font-size: 14px;
    color: #21252f;
    font-weight: 700;
    padding-top: 3px;
}

.shop_product_price ul li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
    padding: 0px 3px;
    font-weight: 500;
    color: #292929;
}

.shop_product_price ul li del {
    font-size: 12px;
    font-weight: 500;
    color: #5d5d5d;
    letter-spacing: 0.5px;
}

.shop_product_price ul li:nth-child(3) {
    color: #ff3e6c;
    font-weight: 500;
    font-size: 12px;
}

.shop_product_price p strong {
    font-size: 14px;
    font-weight: 700;
    color: #292929;
}

.shop_product_price p {
    font-size: 12px;
    font-weight: 500;
    color: #737373;
    padding: 12px;
}

.product-name h4 {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.btn-upk-contact_vacancy {
    display: none;
}

.profile_one {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.profile-img-sec {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #f9f7f7;
}

.scroll-view {
    transition: 0.3s;
}

.scroll-view img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px solid #656161;
}

.scroll-view button {
    border: 1px solid #f1f0f0;
    padding: 5px 10px;
    background: #dedcdc;
    cursor: pointer;
    border-radius: 50px;
}

.scroll-view p {
    font-size: 12px;
}

.scroll-view small {
    text-align: center;
    display: block;
    color: #b51a1a;
    font-weight: 900;
}

.user-pic img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: -120px auto 0px;
    border: 4px solid #fff;
    object-fit: cover;
    display: block;
}

.desk-view .btn {
    padding: 5px 43px;
    border: 1px solid #fff;
    display: block;
    margin: 30px auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0px;
    background-color: white;
}

.desk-view p {
    font-size: 18px;
}

.desk-view small {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #b51a1a;
    font-weight: 900;
}

.two-btn {
    padding: 45px 0px 0px;
}

.e-gallery h5 {
    font-weight: 100;
    padding: 20px 16px 5px;
}

.e-gallery img {
    margin-bottom: 5px;
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.profile-chat-d-request .btn {
    border: 1px solid #d4cdcd;
}

.desk-view-none {
    display: none;
}

.request-fixe-add {
    width: 71%;
    position: fixed;
    top: 70px;
    right: 0px;
    background-color: #fbfaf9;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
}

.scroll-view-add {
    width: 29%;
    position: fixed;
    top: 70px;
    padding: 10.3px 0px 10.3px 115px;
    left: 0px;
    transition: 0.3s;
    background-color: #f9f7f7;
    display: block!important;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
}

.request-fixe-add h1 {
    font-size: 20px;
    transition: 0.3s;
}

.request-fixe-add .two-btn {
    padding: 27px 119px 0px;
    transition: 0.3s;
}

.details-tabs .nav-link.active {
    color: #fa6905!important;
    background-color: #f9f7f7!important;
}

.details-tabs .nav-tabs {
    border: none;
}

.details-tabs .nav-link {
    padding: 8px 55px;
    border: 1px solid #dee2e6;
    border-radius: 0px;
}

.profile_two {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.desk-view-two .btn {
    padding: 5px 43px;
    border: 1px solid #fff;
    display: block;
    margin: 30px auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0px;
    background-color: white;
}

.desk-view-two p {
    font-size: 18px;
}

.desk-view-two small {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #b51a1a;
    font-weight: 900;
}

.cd-container {
    margin: 0 auto;
    background: #ffffff;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #000;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
        top: 18%;
    }
    /* .form-peice .login-sellers {
        margin-left: 190px;
    } */
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 1em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img h3 {
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 600;
    padding: 7px 0px;
}

.cd-timeline-img.cd-one {
    background: #f98686;
}

.cd-timeline-img.cd-two {
    background: #cbe3c2;
}

.cd-timeline-img.cd-three {
    background: #abb4d9;
}

.cd-timeline-img.cd-four {
    background: #ffe48d;
}

.cd-timeline-img.cd-five {
    background: #f3b9a1;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-content img {
    width: 200px;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
}

.cd-date span {
    text-align: center;
    font-size: 15px;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content p {
        font-size: 13px;
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 15px;
    }
    /* .form-peice .login-sellers {
        margin-left: 180px;
    } */
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 15px 30px;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ffffff;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/* close how it work section */


/* start customer-requirment page css */

.customer-req-header {
    /*background-color: #1e1f24;*/
    background: #fff;
    padding: 10px 0px;
}

.how-it-heading h4 {
    text-align: center;
    padding: 30px 0px 0px;
    font-size: 31px;
    font-weight: 600;
}

.work-underline {
    width: 100px;
    border: 1.5px solid black;
    margin: 0px auto 30px;
}

.how-bs-section {
    width: 100%;
    height: auto;
    padding: 60px 0px;
    /* background-color: whitesmoke; */
}

.proc-one {
    width: 100%;
    height: auto;
    padding: 10px;
    position: relative;
}

.no_round {
    position: absolute;
    left: 166px;
    top: 1px;
    text-align: center;
    line-height: 37px;
    width: 40px;
    font-weight: 600;
    color: white;
    font-size: 20px;
    height: 40px;
    background-color: #f48a8a;
    border-radius: 50px;
}

.proc-one img {
    position: relative;
    width: 245px!important;
    margin: 0 auto;
}

.proc-one h5 {
    color: #f48a8a;
    padding: 20px 0px 0px;
}

.search-filter-bg {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 30px;
    background-color: whitesmoke;
}

.search-filter-bg h3 {
    padding: 0px 0px 10px;
    color: #4e7cbf;
}

.search-filter-bg .input-group-text {
    background-color: #4e7cbf;
    border: 1px solid #4e7cbf;
}

.search-filter-bg .input-group-text i {
    color: white;
}

.search-filter-bg p {
    font-size: 18px;
    cursor: pointer;
    color: #1e1f24;
}

.fil-result button {
    margin: 10px 0px 0px;
    border: 1px solid #cacaca;
    padding: 3px 7px;
    background: white;
    border-radius: 2px;
    cursor: pointer;
}

.fil-result span {
    font-weight: 100;
    padding: 0px 10px;
    font-size: 15px;
}

.rating {
    border: none;
    float: left;
}


/* close profile page css */


/* start profile_two */

.profile_two {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.desk-view-two .btn {
    padding: 5px 43px;
    border: 1px solid #92bbde;
    display: block;
    margin: 10px 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0px;
    background-color: #92bbde;
}

.desk-view-two p {
    font-size: 13px;
}

.desk-view-two small {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #fdb93e;
    font-weight: 900;
}

.e-gallery_two img {
    margin-bottom: 5px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.e-gallery_two h5 {
    padding: 15px;
}

.details-tabs_two .nav-link {
    padding: 20px 113px;
    border: 1px solid #dee2e6;
    border-radius: 0px;
}

.details-tabs_two .nav-link.active {
    color: #fa6905!important;
    background-color: #f9f7f7!important;
}


/* close profile_two */


/* close profile_three */

.profile_three {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.user-pic_three img {
    width: 100%;
    height: 48vh;
    object-fit: cover;
}

.desk-view-three .btn {
    padding: 5px 43px;
    border: 1px solid #fd881e;
    display: block;
    margin: 27px 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0px;
    background-color: #fd881e;
}

.desk-view-three p {
    font-size: 13px;
}

.desk-view-three small {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #fd881e;
    font-weight: 900;
}

.e-gallery_three img {
    margin-bottom: 5px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.e-gallery_three h5 {
    padding: 15px;
}

.details-tabs_three .nav-link {
    padding: 20px 113px;
    border: 1px solid #dee2e6;
    border-radius: 0px;
}

.details-tabs_three .nav-link.active {
    color: #fa6905!important;
    background-color: #f9f7f7!important;
}

.profile-img-sec_three {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 0px;
    margin-top: -151px;
    background-color: #ffffff;
}


/* close profile_three */


/* close profile_four */

.profile_four {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.user-pic_four img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.desk-view-four .btn {
    padding: 5px 43px;
    border: 1px solid #dc3545;
    display: block;
    margin: 19px 16px 27px 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0px;
    background-color: #dc3545;
}

.desk-view-four p {
    font-size: 13px;
}

.desk-view-four small {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #dc3545;
    font-weight: 900;
}

.e-gallery_four img {
    margin-bottom: 5px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.e-gallery_four h5 {
    padding: 15px;
}

.details-tabs_four .nav-link {
    padding: 20px 113px;
    border: 1px solid #dee2e6;
    border-radius: 0px;
}

.details-tabs_four .nav-link.active {
    color: #fa6905!important;
    background-color: #f9f7f7!important;
}

.profile-img-sec_four {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 0px;
    margin-top: 80px;
    background-color: #ffffff;
}

.profile-name h1 {
    font-size: 23px;
}

.rating-star label {
    margin: 0px;
}

.fil-box label {
    font-weight: 500;
    font-size: 15px;
}

.fill-result {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: whitesmoke;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}


/* new rating */


/* end ratinhg */

.lanc-img {
    padding: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: white;
}

.lanc-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.online-status {
    width: 10px;
    height: 10px;
    background-color: #77be56;
    border-radius: 50px;
    display: inline-block;
    margin: 15px 5px 0px;
}

.lanc-details-line-one a {
    color: black;
}

.flags-icons {
    width: 16px;
    height: 11px;
}

.lanc-points {
    background-color: #fc8c14;
    padding: 2px 4px;
    color: white;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    border-radius: 2px;
    letter-spacing: 1.2px;
}

.lanc-reviews {
    font-size: 13px;
    padding: 0px 10px 0px;
}

.lanc-details-line-two small {
    font-size: 16px;
    float: right;
    padding-top: 10px;
}

.lanc-details-line-three a {
    padding: 0px 0px;
    color: black;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

.lanc-details-line-three p {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-top: 10px;
}

.lanc-details-line-three button {
    border: 1px solid #4e7cbf;
    background-color: #4e7cbf;
    padding: 5px 20px;
    border-radius: 0px;
}

.lanc-details-line-three hr {
    margin: 13px 0px;
}

.input-cart-quantity {
    padding: 6px;
    margin: 0;
    vertical-align: top;
    border: #CCC 1px solid;
    border-right: 0px;
}

.cart-info {
    text-align: right;
    display: inline-block;
    width: 15%;
}

.cart-info.quantity {
    width: 90px;
    border: #ccc 1px solid;
}

.btn-increment-decrement {
    display: inline-block;
    padding: 5px 45px;
    background: #e2e2e2;
    width: 30px;
    text-align: center;
    cursor: pointer;
}


/* close customer-requirment page css */

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

#slider-container {
    width: 100%;
}

.ui-widget.ui-widget-content {
    border: 1px solid #afafcf;
}

.totalseller {
    display: flex;
    justify-content: space-between;
}


/* search job page css */

.search-filters {
    padding: 100px 0px;
    background-image: linear-gradient(to right, #f4c1c1, #cbe5c1, #f9edc5, #f7baa1, #adafd1);
    margin-bottom: 50px;
}

.ui_work_post_search {
    width: 100%;
    position: relative;
}

.ui_work_post_search .form-control {
    border-radius: 37px;
    position: relative;
    padding: 14px 26px;
    height: auto;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #797979;
    letter-spacing: 0.5px;
}

.ui_work_post_search .form-control:focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    outline-color: transparent;
    border: 1px solid #ffffff;
}

.ui_work_post_search button {
    position: absolute;
    right: 8px;
    top: 5px;
    background-image: linear-gradient(to right, #adb0d2, #f7baa1);
    padding: 11px 14px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
}

.jobs_filter_box {
    position: sticky;
    top: 100px;
    margin-bottom: 200px;
}

.category_filter_box {
    width: 100%;
    height: auto;
    padding: 10px 15px 15px;
}

.category_filter_box ::placeholder {
    color: #313131;
}

.category_filter_box .form-control {
    border: 1px solid #a2a2a2;
    border-radius: 0;
    padding: 6px 10px;
    height: auto;
    color: #313131;
    font-size: 14px;
}

.category_filter_box h4 {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #313131;
}

.deactive_seller_tag {
    opacity: 0.3;
    pointer-events: none;
}

.category_filter_box label {
    padding-left: 10px;
    user-select: none;
    font-size: 14px;
}

.category_filter_box label a {
    color: #313131 !important;
    font-size: 14px !important;
}

.category_filter_box .stylish-checkbox input[type=checkbox] {
    visibility: hidden;
}

.category_filter_box .stylelish-checkbox .check-box-eff {
    position: relative;
    left: 10px;
}

.category_filter_box .stylelish-checkbox .check-box-eff::before {
    position: absolute;
    content: '';
    left: -35px;
    top: -18px;
    width: 18px;
    border-radius: 2px;
    height: 16px;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.10), 0 2px 6px 0 rgba(0,0,0,.10); */
    background-color: transparent;
    border: 1px solid #dadada;
}

.category_filter_box .stylelish-checkbox .check-box-eff::after {
    position: absolute;
    content: '';
    left: -30px;
    top: -14px;
    transform: rotate(-55deg);
    width: 8px;
    height: 6px;
    border-bottom: 2px solid #000;
    background-color: #aeb0d200;
    border-left: 2px solid #000;
    opacity: 0;
}

.check-box-eff_rest::before {
    position: absolute;
    content: '';
    left: -35px;
    top: -18px;
    width: 18px;
    border-radius: 2px;
    height: 16px;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.10), 0 2px 6px 0 rgba(0,0,0,.10); */
    background-color: transparent;
    border: 1px solid #dadada;
}

.check-box-eff_rest::after {
    position: absolute;
    content: '';
    left: -30px;
    top: -14px;
    transform: rotate(-55deg);
    width: 8px;
    height: 6px;
    border-bottom: 2px solid #000;
    background-color: #aeb0d200;
    border-left: 2px solid #000;
    opacity: 0;
}

.checked_input_box {
    display: none;
}

.category_filter_box .stylelish-checkbox input[type=checkbox]:checked+.check-box-eff::after {
    opacity: 1;
}

.category_filter_box .stylelish-checkbox input[type=checkbox]:checked+.check-box-eff::before {
    border: 1px solid #8e8e8e;
}

.category_filter_box ul li {
    list-style: none;
    margin: 10px 0px
}

.stock_s {
    color: #b0b0d0;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.price_scale {
    padding-left: 7px;
}

.price_scale #slider {
    margin: 40px 5px 30px;
    font-size: 10px;
    width: 75%;
}

.htwk_class .close {
    position: absolute;
    z-index: 9999;
    right: -11px;
    top: -11px;
    background-color: black;
    color: white;
    opacity: 1;
    padding: 5px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 100;
    box-shadow: none;
    width: 30px;
    height: 30px;
    border: 3px solid grey;
}

.htwk_class .close:hover {
    opacity: 1!important;
}

.htwk_class .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin-top: 200px;
    max-width: 30%;
}

.howitwork_slider.owl-theme .owl-nav {
    margin-top: 0px;
}

.price_scale .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
}

.price_scale .value {
    position: relative;
    top: -38px;
    left: 35%;
    margin: 3px 0 0 -15px;
    padding: 10px 0px;
    width: auto;
    text-align: center;
    display: block;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333;
}

.price_scale .price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
}

.price_scale .price-range-both {
    display: none;
}

.price_scale .value i {
    font-style: normal;
}

.price_scale .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #2ecaf9 !important;
}

.price_scale .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #afafd0 !important;
    border-radius: 50%;
    font-size: 21px;
    border: none !important;
    box-shadow: 0 0 7px #f2c2c1;
}

.price_scale span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: none;
}

.price_scale .ui-widget-header {
    background: linear-gradient(to right, #f4c1c1, #cbe5c1, #f9edc5)!important;
}

.search-jobs-box {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 20px;
    margin: 0px 0 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.in_button .btn {
    font-size: 13px;
    border: 1px solid;
    border-image-source: linear-gradient(267deg, rgb(220, 187, 198), rgb(174, 176, 210));
    border-image-slice: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: transparent;
    color: #888dc3;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), 0 0px 15px 0 rgba(0, 0, 0, 0.1);
}

.in_button .btn:hover {
    background-image: linear-gradient( to right, rgb(174, 176, 210), rgb(220, 187, 198));
    color: white;
}

.search-jobs-box img {
    width: 58px;
    height: 58px;
}

.design-jobs-box {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.design-jobs-box span {
    font-size: 14px;
}

.design-jobs-box img {
    width: 20px !important;
    height: 20px !important;
}

.search-jobs-box .locked_project_img {
    width: 45px;
}

.search-jobs-box .locked_project {
    width: 25px;
}

.search-jobs-box h2 {
    font-size: 18px;
    color: #4e4e4e;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 600;
/*     padding: 6px 0 0 6px; */
    margin: 0;
}

.search-jobs-box a.upk_abt_sellertag:hover {
    text-decoration: none;
}

.upk_slr_praposal b {
    font-size: 15px;
}

.upk_slr_praposal {
    margin-top: -6px;
}

.upk_slr_praposal span {
    font-size: 18px;
}

.tag_skl_time {
    margin-bottom: 15px;
}

.tag_skl_time h6 {
    font-size: 15px;
    color: #656565;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0px;
	margin-top: 8px;
}

.roleswitch {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.roleswitch img {
    margin: auto;
}

.coupon_codes {
    margin: 15px 0px;
    display: flex;
    align-items: center;
}

.coupon_codes p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    margin-left: 20px;
    background: #6d80cf;
    padding: 8px 8px;
    text-transform: uppercase;
    color: #fff;
}

.view-proposal,
.booking_status,
.add_service_review,
.view_seller_comment,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle,
.btn-info.focus,
.btn-info:focus,
.btn-info {
    border-color: #6d80cf !important;
    background-color: #6d80cf !important;
}

.coupon_codes2 span {
    cursor: pointer;
    font-size: 14px !important;
    border: none !important;
    padding: 0px !important;
    margin-left: 0px !important;
}

.coupon_codes2 p {
    font-size: 14px !important;
}

.coupon_codes3 p span {
    color: black;
}

.coupon_codes3 p {
    font-size: 16px !important;
}

.coupon_codes3 span {
    cursor: pointer;
    font-size: 16px !important;
    border: none !important;
    padding: 4px !important;
    margin-left: 0px !important;
}

.coupon_codes span {
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 8px 16px;
    margin-left: 12px;
}

.tag_skl_time h6 span {
    display: inline-block;
    font-weight: 500;
    margin-left: 12px;
}

.search-jobs-box small {
    font-size: 15px;
    color: black;
    font-weight: 500;
    display: block;
    padding: 5px 0 0 0;
    margin: 6px 0px 15px;
}

.lancer-rating ul {
    padding: 0 0 0 8px;
}


/* seller rating */

.reviewseller .rating {
    border: none;
    float: left;
}

.reviewseller .rating>input {
    display: none;
}

.reviewseller .rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.reviewseller .rating>.half:before {
    content: "\f089";
    position: absolute;
}

.reviewseller .rating>label {
    color: #ddd;
    float: right;
}

.reviewseller .rating>input:checked~label,
.reviewseller .rating:not(:checked)>label:hover,
.reviewseller .rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

.reviewseller .rating>input:checked+label:hover,
.reviewseller .rating>input:checked~label:hover,
.reviewseller .rating>label:hover~input:checked~label,
.reviewseller .rating>input:checked~label:hover~label {
    color: #FFED85;
}


/* Ratings widget */

.rate {
    display: inline-block;
    border: 0;
}


/* Hide radio */

.rate>input {
    display: none;
}


/* Order correctly by floating highest to the right */

.rate>label {
    float: right;
}


/* The star of the show */

.rate>label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}


/* Zero stars rating */

.rate>label:last-child:before {
    content: "\f006 ";
    /* empty star outline */
}


/* Half star trick */

.rate .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}


/* Click + hover color */

.rate input:checked~label,

/* color current and previous stars on checked */

.rate label:hover,
label:hover~label {
    color: #FFD700;
}


/* color previous stars on hover */


/* Hover highlights */

.rate input:checked+label:hover,
.rate input:checked~label:hover,

/* highlight current and previous stars */

.rate input:checked~label:hover~label,

/* highlight previous selected stars for new rating */

.rate label:hover~input:checked~label
/* highlight previous selected stars */

{
    color: #FFD700;
}


/* Ratings widget */

.rate1 {
    display: inline-block;
    border: 0;
}


/* Hide radio */

.rate1>input {
    display: none;
}


/* Order correctly by floating highest to the right */

.rate1>label {
    float: right;
}


/* The star of the show */

.rate1>label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}


/* Zero stars rating */

.rate1>label:last-child:before {
    content: "\f006 ";
    /* empty star outline */
}


/* Half star trick */

.rate1 .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}


/* Click + hover color */

.rate1 input:checked~label,

/* color current and previous stars on checked */

.rate1 label:hover,
label:hover~label {
    color: #FFD700;
}


/* color previous stars on hover */


/* Hover highlights */

.rate1 input:checked+label:hover,
.rate1 input:checked~label:hover,

/* highlight current and previous stars */

.rate1 input:checked~label:hover~label,

/* highlight previous selected stars for new rating */

.rate1 label:hover~input:checked~label
/* highlight previous selected stars */

{
    color: #FFD700;
}


/* Ratings widget */

.rate2 {
    display: inline-block;
    border: 0;
}


/* Hide radio */

.rate2>input {
    display: none;
}


/* Order correctly by floating highest to the right */

.rate2>label {
    float: right;
}


/* The star of the show */

.rate2>label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}


/* Zero stars rating */

.rate2>label:last-child:before {
    content: "\f006 ";
    /* empty star outline */
}


/* Half star trick */

.rate2 .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}


/* Click + hover color */

.rate2 input:checked~label,

/* color current and previous stars on checked */

.rate2 label:hover,
label:hover~label {
    color: #FFD700;
}


/* color previous stars on hover */


/* Hover highlights */

.rate2 input:checked+label:hover,
.rate2 input:checked~label:hover,

/* highlight current and previous stars */

.rate2 input:checked~label:hover~label,

/* highlight previous selected stars for new rating */

.rate2 label:hover~input:checked~label
/* highlight previous selected stars */

{
    color: #FFD700;
}


/* Ratings widget */

.rate3 {
    display: inline-block;
    border: 0;
}


/* Hide radio */

.rate3>input {
    display: none;
}


/* Order correctly by floating highest to the right */

.rate3>label {
    float: right;
}


/* The star of the show */

.rate3>label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}


/* Zero stars rating */

.rate3>label:last-child:before {
    content: "\f006 ";
    /* empty star outline */
}


/* Half star trick */

.rate3 .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}


/* Click + hover color */

.rate3 input:checked~label,

/* color current and previous stars on checked */

.rate3 label:hover,
label:hover~label {
    color: #FFD700;
}


/* color previous stars on hover */


/* Hover highlights */

.rate3 input:checked+label:hover,
.rate3 input:checked~label:hover,

/* highlight current and previous stars */

.rate3 input:checked~label:hover~label,

/* highlight previous selected stars for new rating */

.rate3 label:hover~input:checked~label
/* highlight previous selected stars */

{
    color: #FFD700;
}


/* Ratings widget */

.rate4 {
    display: inline-block;
    border: 0;
}


/* Hide radio */

.rate4>input {
    display: none;
}


/* Order correctly by floating highest to the right */

.rate4>label {
    float: right;
}


/* The star of the show */

.rate4>label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}


/* Zero stars rating */

.rate4>label:last-child:before {
    content: "\f006 ";
    /* empty star outline */
}


/* Half star trick */

.rate4 .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}


/* Click + hover color */

.rate4 input:checked~label,

/* color current and previous stars on checked */

.rate4 label:hover,
label:hover~label {
    color: #FFD700;
}


/* color previous stars on hover */


/* Hover highlights */

.rate4 input:checked+label:hover,
.rate4 input:checked~label:hover,

/* highlight current and previous stars */

.rate4 input:checked~label:hover~label,

/* highlight previous selected stars for new rating */

.rate4 label:hover~input:checked~label
/* highlight previous selected stars */

{
    color: #FFD700;
}


/* Ratings widget */

.rate5 {
    display: inline-block;
    border: 0;
}


/* Hide radio */

.rate5>input {
    display: none;
}


/* Order correctly by floating highest to the right */

.rate5>label {
    float: right;
}


/* The star of the show */

.rate5>label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}


/* Zero stars rating */

.rate5>label:last-child:before {
    content: "\f006 ";
    /* empty star outline */
}


/* Half star trick */

.rate5 .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}


/* Click + hover color */

.rate5 input:checked~label,

/* color current and previous stars on checked */

.rate5 label:hover,
label:hover~label {
    color: #FFD700;
}


/* color previous stars on hover */


/* Hover highlights */

.rate5 input:checked+label:hover,
.rate5 input:checked~label:hover,

/* highlight current and previous stars */

.rate5 input:checked~label:hover~label,

/* highlight previous selected stars for new rating */

.rate5 label:hover~input:checked~label
/* highlight previous selected stars */

{
    color: #FFD700;
}

.chat_noti_fication {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
    color: white;
    background-color: #1b9baa;
    padding: 2px;
    display: block;
}

.lancer-rating ul li {
    display: inline-block;
    list-style-type: none;
    color: #ffd400;
    padding: 0 2px 0px 0px;
    font-size: 13px;
}

.milestone_details {
    margin-bottom: 20px;
}

.milestone_details h2 {
    font-size: 24px;
    color: #4e4e4e;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    text-transform: capitalize;
    display: flex;
}

.milestone_details h5 {
    font-size: 18px;
    color: #4e4e4e;
    letter-spacing: 0.5px;
    display: flex;
}

.milestone_details small {
    font-size: 15px;
    color: black;
    margin-top: 6px;
    font-weight: 500;
    display: block;
    margin-left: 10px;
}

.tag_skills_heading {
    font-size: 15px;
    color: #656565;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 0px;
	margin-top: 8px;
}

.jobs_location_time-box {
    font-size: 16px;
    margin-bottom: 4px;
    padding-top: 5px;
    color: #5C5C61 !important;
}

.jobs_description_boxs {
    font-size: 14px;
    color: #656565 !important;
    line-height: 27px;
    padding-top: 5px;
}

.totalseller p {
    padding-top: 5px;
    color: #5d5d5d;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
	font-weight: 500;
}

.form-apply_code {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-apply_code label {
    transform: translateY(6px) !important;
    text-transform: capitalize !important;
}

.form-apply_code input {
    width: 15px !important;
}

.all_about_price_box h4 {
    padding-top: 0px;
    color: #444444;
    font-size: 20px;
    font-weight: 400;
}

.download_file_img a {
    text-decoration: none;
    color: #6f6f6f;
    padding-top: 4px;
    display: block;
}

.download_file_img a img {
    float: left;
    padding-right: 8px;
}

.download_file_img a span {
    font-size: 14px;
    font-weight: 500;
    padding-top: 4px;
    display: block;
}

.all_about_price_box h4 strong {
    font-weight: 500;
    font-size: 25px;
    color: #080808;
    font-family: auto;
}

.btn-regas-sellers {
    padding: 8px 13px;
    font-size: 14px;
}

.skills_tag {
    width: 100%;
    height: auto;
    padding: 2px 5px;
    background-color: transparent;
    transition: 0.3s;
    font-size: 12px;
    border: 1px solid #adb0d2;
    font-weight: 400;
    color: #5f5f5f;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin: -12px 0px 0px;
}

.skills_tag:hover {
    transition: 0.3s;
    background-color: #adb0d2;
    cursor: pointer;
    border: 1px solid #adb0d2;
    color: white;
}


/* customer_requirement_page css */

.customer_requirement_page {
    width: 100%;
    height: auto;
    padding: 0px 0px 100px;
}

.cusomer_requirement_bg {
    width: 100%;
    height: 200px;
    /* background-image: url(../img/requirement/bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(to right, #f4c1c1, #cbe5c1, #f9edc5, #f7baa1, #adafd1);
}

.customer_requirement_form {
    width: 80%;
    height: auto;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: -109px auto 0px;
    border-radius: 4px;
}

.requ-heading {
    color: black;
    width: 100%;
    height: auto;
    background-color: #cdb4bd;
    padding: 10px 0px;
    border-radius: 4px;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, .16), 0 0px 2px 0 rgba(0, 0, 0, .16);
}

.requ-heading h2 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.5px;
}

.requ-heading p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.customer_requirement_form label {
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #717171;
}

.italic_text {
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #000000;
}

.customer_requirement_form::placeholder {
    color: #c3c3c3;
}

.customer_requirement_form label small {
    text-transform: lowercase;
}

.orang_three_box {
    width: 100%;
    height: auto;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.radio_focus-box {
    position: relative;
    overflow: hidden;
}

.radio_focus-box input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: -5px;
    left: 20px;
}

.radio_focus-box input[type="radio"]:checked+h3 {
    background-color: #bab1c9;
    color: #fff;
}

.orang_three_box h3 {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #717171;
    background-color: #ffffff;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #c5c5c5;
}

.orang_three_box p {
    text-align: center;
    color: #717171;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 21px;
    margin: 0;
    padding: 15px 15px 3px;
}

.orang_three_box small {
    text-align: right;
    font-size: 16px;
    color: #717171;
    display: block;
    padding: 0px 13px 5px;
}

.orang_three_box:hover h3 {
    background-color: #bab1c9;
    color: #fff;
}

.orang_three_box:hover {
    border: 1px solid #bab1c9;
}

.post_project .btn {
    background-color: #b75e7e;
    color: white;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
    padding: 8px 30px;
    transition: opacity 0.4s;
}

.post_project .btn:hover {
    opacity: 0.75;
}

.upload_files {
    margin: 0px 0px 10px;
    padding: 15px;
    border: 1px dashed #bbbbbb;
    border-width: 1.4px;
    position: relative;
    overflow: hidden;
    height: 100px;
}

.upload_files input[type="file"] {
    display: block;
    width: 100%;
    top: 0px;
    height: 100%;
    opacity: 0;
    left: 0px;
    position: absolute;
}

.upload_files p {
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    padding: 25px 0px;
}


/* view interested page css */

.full_page_bg_img {
    width: 100%;
    height: auto;
    background: #f1f3f6;
    /* background-image: url(http://rn53themes.net/themes/demo/travelz/images/consul-bg-2.jpg); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: auto;
    padding: 50px 0px 0;
}

.chat_and_lock_button .btn {
    background-color: #f3c3c1;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 2px;
    color: white;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.chat_and_lock_button {
    margin-left: -30px;
}

.classic-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.classic-tabs .nav-tabs .nav-link i {
    padding-top: 2px;
    color: #ffffff;
    font-size: 16px;
}

.classic-tabs .nav-tabs {
    border: none;
}

.classic-tabs .nav-link.active {
	color: #7378a6;
	border-color: #fff;
	font-weight: 600;
}

.classic-tabs .nav-link.active i {
    color: #a4a7c7;
}

.master_loader {
    display: block;
    height: 200px
}

.classic-tabs .nav-link {
    padding: 15px 10px;
    text-align: center;
    background: #6d80cf;
    border-radius: 0px;
    color: white;
    margin: 10px 0px 0;
}

.classic-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 100%;
}

.das_profile_img {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.das_profile_img img {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 100px;
    display: inline;
    margin: 0 auto;
    width: fit-content;
}

.seller_list_heading h4 {
    font-size: 22px;
    font-weight: 700;
    color: #676767;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: center;
    padding-top: 15px;
    padding-left: 10px;
}

.seller_list_heading a {
    color: #676767;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 6px 0 0;
}

.seller_list_heading span {
    padding-top: 2px;
    padding-left: 10px;
    display: block;
    letter-spacing: 1.5px;
    color: #676767;
    font-size: 14px;
}

.seller_job_post {
    width: 100%;
    height: auto;
    padding: 16px;
    background-color: white;
    margin: 0px auto 0px;
    margin-bottom: 30px;
    position: relative;
    top: 10px;
}

.seller_post_view {
    width: 100%;
    margin: 0 auto 0px;
    border: 1px solid #d7d7d7;
    height: auto;
    background-color: #fff;
    padding: 15px;
    box-shadow: none;
    border-radius: 0;
}

.seller_post_view:hover {
    box-shadow: 0px 5px 19px -3px rgba(0, 0, 0, 0.23);
    border: 1px solid transparent;
}

.seller_post_view.my_pro_tab_tag.search-jobs-box.ueapki_withdrawn_proejct {
    background-color: lightgray!important;
}

.show_address_box_btn {
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid #ddd;
}

.show_address_box_btn h6 {
    cursor: pointer;
    color: #f3c3c1;
}

.personal_information_edit h5 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-left: 55px;
}

.button_form_submit {
    position: relative;
    border: 1px solid #6d80cf;
    font-size: 14px;
    color: #ffffff;
    background: #6d80cf;
    margin: 15px 0px;
    padding: 6px 20px;
    cursor: pointer;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button_form_submit:hover {
    background: #a3afe0;
    color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.button_form_cancel {
    position: relative;
    border: 1px solid #ff5b5b;
    font-size: 14px;
    color: #ffffff;
    background: #ff5b5b;
    margin: 15px 0px;
    padding: 6px 20px;
    cursor: pointer;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button_form_cancel:hover {
    background-color: #f94949;
    color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.button_inner_form_cancel {
    position: relative;
    border: 1px solid #ff5b5b;
    font-size: 14px;
    color: #ffffff;
    background: #ff5b5b;
    margin: 15px 0px;
    padding: 6px 20px;
    cursor: pointer;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button_inner_form_cancel:hover {
    background-color: #f94949;
    color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.ui_effect_form_input .form-control:focus,
.ui_effect_form_textarea textarea:focus {
    outline: none;
    box-shadow: none;
}

.ui_effect_form_input .form-control {
    font-size: 15px;
    padding: 10px 10px 10px 1px;
    display: block;
    border-radius: 0px;
    width: 100%;
    border: none;
    color: #a4a7c7;
    border-bottom: 1px solid #cac9c9;
}

.ui_effect_form_input .control-label {
    position: absolute;
    top: 3px;
    pointer-events: none;
    padding-left: 2px;
    color: #000;
    z-index: 999;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.28s ease;
}

.prtn_htn {
    margin: 15px 0px 30px;
}

.personal_information_edit form {
    width: 90%;
    margin: 0 auto;
}

.ui_effect_form_input {
    margin-top: 7px;
}

.custom_file_upload {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px dashed #a4a7c7;
    height: 45px;
}

.custom_file_upload input[type="file"] {
    opacity: 0;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.profile_change_pic img {
    margin: 0 auto;
    display: block;
    padding: 10px;
    width: 100px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0px;
}

.custom_file_upload span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #a4a7c7;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.ui_effect_form_input .form-control:focus+.control-label,
.ui_effect_form_input .form-control:valid+.control-label {
    top: -3px;
    color: #000;
}

.personal_information_edit .gender_radio {
    color: #ababab;
    display: block;
    position: relative;
    letter-spacing: 0.5px;
    padding-left: 8px;
}

.personal_information_edit .form-radio {
    padding-top: 10px;
}

.gender_radio_ui {
    padding: 10px 0px;
}

.gender_radio_ui input[type="radio"] {
    visibility: hidden;
}

.gender_radio_ui label {
    display: block;
    color: #585858;
    position: relative;
    font-size: 15px;
}

.gender_radio_ui label::before {
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 100px;
    content: '';
    position: absolute;
    left: -21px;
    top: 4px;
    border: 2px solid #b3b3b3;
}

.gender_radio_ui label::after {
    width: 8px;
    height: 8px;
    background-color: #a4a7c7;
    border-radius: 100px;
    content: '';
    position: absolute;
    left: -17px;
    opacity: 0;
    top: 8px;
}

.gender_radio_ui input[type="radio"]:checked+label::after {
    opacity: 1;
}

.gender_radio_ui input[type="radio"]:checked+label::before {
    border: 2px solid #a4a7c7;
}

.password_change_text ul {
    padding-top: 25px;
    padding-left: 7px;
}

.password_change_text ul li {
    padding: 6px 0;
}

.ui_effect_form_textarea textarea {
    font-size: 15px;
    padding: 15px 10px 10px 1px;
    display: block;
    border-radius: 0px;
    height: 100px;
    margin-top: 2px;
    width: 100%;
    border: none;
    color: #a4a7c7;
    border-bottom: 1px solid #b5b5b5
}

.ui_effect_form_textarea .control-label {
    position: absolute;
    top: 16px;
    pointer-events: none;
    padding-left: 2px;
    color: #ababab;
    z-index: 999;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.28s ease;
}

.ui_effect_form_textarea textarea:valid~.control-label,
.ui_effect_form_textarea textarea:focus~.control-label {
    top: -3px;
    color: #1b99a8;
}

.old_added_address_box ul li {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px;
    list-style: none;
    padding: 15px;
    border: 1px solid #dadada;
}

.video_title_text {
    background: linear-gradient( 51deg, #adcda2a3 9.66%, #959dc7ad 34.87%, #f9ac8eb0 59.66%, #ee96a3a1 84.87%, #fce88ea3) !important;
    text-decoration: none;
    color: #3e5569;
    padding: 6px 6px;
    text-decoration: none;
}

.add_type-tags_list {
    padding: 4px 6px;
    background-color: #6d80cf;
    font-size: 11px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: white;
    display: inline-block;
}

.old_add_name_number p {
    color: #383838;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 500;
}

.old_add_name_number p span {
    padding-left: 20px;
    font-size: 14px;
    color: #565656;
    padding-top: 3px;
    display: inline-block;
}

.old_add_name_number address {
    color: #6b6b6b;
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.edit_delete_btn button {
    width: 30%;
    height: auto;
    border-radius: 0px;
    padding: 4px 0px;
    margin: 0px 0px;
    display: inline-block;
    color: #0b98ff;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .10), 0 1px 8px 0 rgba(0, 0, 0, .10);
    border: 1px solid #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.address_typ_p {
    font-size: 14px;
    color: #ababab;
    padding-top: 5px;
}

.all_chat_box_list {
    width: 100%;
    height: auto;
    background-color: #f8fdff;
}

.all_chat_box_list h5 {
    font-size: 16px;
    color: black;
    margin: 0;
    letter-spacing: 0.5px;
    padding: 10px 10px 10px;
}

.all_chat_box_list h5 a {
    color: #fff;
    background: #1b9baa;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 4px;
}

.all_chat_box_list h5 span {
    color: #fff;
    background: #1b9baa;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 4px;
}

.all_chat_box_list h5 a:hover {
    text-decoration: none;
}

.left_chat_box_list::-webkit-scrollbar,
.chat_body_space::-webkit-scrollbar {
    width: 4px;
}

.left_chat_box_list::-webkit-scrollbar-track,
.chat_body_space::-webkit-scrollbar-track {
    background: #f8fdff;
}

.left_chat_box_list::-webkit-scrollbar-thumb,
.chat_body_space::-webkit-scrollbar-thumb {
    background: #888;
}

.left_chat_box_list::-webkit-scrollbar-thumb:hover,
.chat_body_space::-webkit-scrollbar-thumb:hover {
    background: #a4a7c7;
}

.left_chat_box_list {
    width: 100%;
    height: 75vh;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 4px;
    overflow-y: scroll;
    margin: 0 auto;
    overflow-x: auto;
}

.start_chat {
    width: 95%;
    text-decoration: none !important;
    margin: auto;
    border: none;
    background: transparent;
}

.resolved_query {
    background: #c2c2c2;
    color: #595959;
    margin: auto;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    font-size: 11px;
}

.start_chat_div {
    padding: 0px;
    text-align: center;
    font-size: 25px;
    background: #6d80cf;
    color: white;
    border-radius: 21px;
    transition: 0.5s ease-in-out;
}

.start_chat_div:hover {
    transition: 0.5s ease-in-out;
    box-shadow: 0px 5px 20px 0px #6d80cf94;
}

.chat_top_search_bar {
    position: relative;
    overflow: hidden;
}

.textMessageToStart {
    display: flex;
    flex-direction: column;
}

#textmessage {
    border: 1px solid #cecece;
    background: #f8f1eb;
}

input:focus,
textarea:focus {
    outline: none;
}

.select_option {
    background: #f8f1eb;
}


/* .select_option option:nth-child(1){ */


/* color: white !important; */


/* } */

.textMessageToStart textarea::placeholder {
    color: gainsboro;
}

.chat_top_search_bar .form-control {
    border-radius: 55px;
    width: 100%;
    background: #f3f9fb;
    padding: 6px 21px;
    position: relative;
    border: 1px solid #f8fdff;
    color: black;
}

.chat_top_search_bar i {
    position: absolute;
    right: 20px;
    top: 31px;
    cursor: pointer;
    color: #59899c;
}

.left_chat_box_list ul li {
    padding: 20px 4px;
    border-bottom: 0.5px solid #efefef;
    width: 98%;
    margin: 0 auto;
    cursor: pointer;
}

.mobile-back-btn i {
    font-size: 22px;
    padding: 16px 26px 0 10px;
    color: #1b9baa;
    display: none;
}

.chat_img img {
    width: 55px;
    height: 55px;
    border-radius: 100px;
}

.Chat_name {
    display: grid;
    padding: 8px 10px 0px;
    justify-content: center;
    align-items: center;
}

.Chat_name h6 {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
}

.Chat_name h6 a {
    color: black;
    text-decoration: none;
}

.Chat_name span {
    font-size: 13px;
    color: #1b9baa;
    padding-top: 6px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: -webkit-box;
    width: 147px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message_time span {
    color: #565656;
    font-size: 11px;
    padding-top: 4px;
    letter-spacing: 0.5px;
}

.right_chat_box_list {
    width: 100%;
    height: 75vh;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.top_recent_chat_profile {
    width: 100%;
    padding: 8px 10px;
    height: auto;
    background-color: transparent;
    border-bottom: 0.5px solid #efefef;
    box-shadow: 0 0px 1px 0 rgb(248, 253, 255), 0 0px 12px 0 rgb(202, 240, 255);
}

.chat_body_space {
    padding: 10px;
    overflow: auto;
    margin: 0 auto;
    position: relative;
    height: 57vh;
    background-color: #f8fdff;
    background-image: url('https://www.fullsail.edu/resources/wallpaper-file01/MediaIcons_1080x1920.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.bottom_chat_area {
    width: 100%;
    padding: 8px 10px;
    height: auto;
    background-color: transparent;
    border-bottom: 0.5px solid #efefef;
    box-shadow: 0 0px 1px 0 rgb(248, 253, 255), 0 0px 12px 0 rgb(202, 240, 255);
}

.bottom_chat_area {
    position: relative;
    overflow: hidden;
}

.type_area_fill ::placeholder {
    color: white;
}

.type_area_fill .form-control {
    border-radius: 55px;
    width: 100%;
    letter-spacing: 0.5px;
    background: #1b9baa;
    padding: 8px 40px 8px 20px;
    font-size: 14px;
    height: 40px;
    resize: none;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    border: 1px solid #1b9baa;
    color: white;
}

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

.type_area_fill i {
    position: absolute;
    right: 32px;
    top: 12px;
    cursor: pointer;
    color: #ffffff;
}

.chat_upload_file input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 60px;
    margin: 7px 0px;
    left: 0px;
    top: -2px;
    cursor: pointer;
}

.chat_upload_file i {
    position: relative;
    left: 24px;
    top: 7px;
    cursor: pointer;
    color: #4aaed0;
    font-size: 20px;
}

.chat_body_space ul li {
    margin: 10px 0px;
    width: 100%;
    position: relative;
    display: flex;
}

.chat_body_space li.right_msg_bubble {
    flex-direction: row-reverse;
}

.msg_bubble {
    max-width: 300px;
    height: auto;
    padding: 12px 16px;
}

.chat_msg_bubble {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    color: #1bb6d6;
}

.chat_msg_bubble {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    color: #1bb6d6;
}

.msg_bubble span {
    color: #020202;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.left_msg_bubble .msg_bubble {
    background-color: #fff;
    border-radius: 25px 25px 25px 0px;
}

.right_msg_bubble .msg_bubble {
    background-color: #1b9baa;
    border-radius: 25px 25px 0px 25px;
}

.right_msg_bubble .msg_bubble span,
.right_msg_bubble .msg_bubble small {
    color: white;
}

.chat_time_show {
    font-size: 10px;
    float: right;
    padding-top: 6px;
    color: #4e4e4e;
    font-weight: 500;
    padding: 6px 0px 0px 9px;
    letter-spacing: 0.5px;
}

.client_product_order_list {
    width: 100%;
    height: auto;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.order_list_header {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 15px;
}

.order_list_body {
    padding: 15px;
}

.order_list_footer {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    padding: 12px 15px;
}

.order_list_footer span {
    color: #828282;
    font-size: 14px;
}

.order_list_footer span small {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0px 0px 6px;
}

.product_list_details p a {
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #212121;
}

.product_list_details p {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 2px 0px;
    color: #878787;
}

.product_list_details .btn {
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 0;
  background-color: #cf6978;
  color: #fff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Optional Hover Animation */
.product_list_details .btn:hover {
  background-color: #b85865;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Fancy ripple effect (optional) */
.product_list_details .btn::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  transition: width 0.4s ease;
  z-index: 0;
}

.product_list_details .btn:hover::after {
  width: 100%;
}


.sh-button {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: white;
}

.writr-review {
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 500;
}

.product_list_price small {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.product_list_dele_time p {
    font-size: 14px;
    color: #212121;
    font-weight: 400;
}

.product_list_dele_time small {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #757575;
}


/*.product_list_prod_img img {
    width: 79px;
    height: 79px;
    object-fit: contain;
}*/


/* new fashion page css */

.left_bg_fashion_img {
    width: 100%;
    height: auto;
    background-repeat-x: no-repeat;
    background-position: left;
}

.fashion_bg,
.scnd-sctn {
    padding: 100px 0;
    margin-bottom: -25px;
    margin-top: -30px;
}

.new_fashion_page_content h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    padding: 60px 0px;
    font-family: initial;
    margin: 0px;
}

.new_fashion_page_desc h4 {
    text-align: center;
    margin: 0;
    padding: 45px 0px 5px;
    font-size: 28px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.new_fashion_page_desc h5 {
    text-align: center;
    margin: 0;
    padding: 0px 0px 10px;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}

.photo_h6_heading {
    font-size: 18px;
}

.new_fashion_page_img_desc p {
    text-align: justify;
    color: #8c8c8c;
    line-height: 28px;
}

.new_fashion_page_desc p {
    text-align: justify;
    color: #8c8c8c;
    line-height: 28px;
    padding: 0px 0px;
}

.new_fashion_page_desc li {
    text-align: left;
    color: #8c8c8c;
    line-height: 28px;
    padding: 20px 0;
    font-size: 16px;
    display: list-item;
    list-style: decimal;
}

.only_li_text li {
    text-align: justify;
    color: #8c8c8c;
    line-height: 28px;
    padding: 0px 0px;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 30px;
}

.other_text_list {
    text-align: left;
    font-weight: 500;
    color: #717171;
    line-height: 28px;
    font-size: 18px;
    display: block;
    padding-bottom: 40px;
}

.new_fashion_page_desc span {
    font-size: 22px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #faad1d;
}

.fashion_btn_re a {
    display: inline-block;
    text-decoration: none;
    color: #f2a487;
    border: 1px solid #f2a487;
    padding: 8px 26px 12px 26px;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    transition: 0.3s;
}

.fashion_btn_re a .upper-line {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #f2a487;
    background-color: transparent;
    left: -4px;
    transition: 0.3s;
    top: -4px;
}

.fashion_btn_re a:hover {
    padding: 12px 26px 8px 26px;
    transition: 0.3s;
}

.fashion_btn_re a:hover .upper-line {
    left: 4px;
    transition: 0.3s;
    top: 4px;
}

.modal__bg {
    will-change: visibility, opacity;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal--active {
    visibility: visible;
    opacity: 1;
}

.modal--align-top {
    align-items: flex-start;
}

.modal__bg {
    background-color: #0000cc;
}

.modal__dialog {
    max-width: 600px;
    padding: 19.2px;
}

.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 22px;
    height: 88vh;
    overflow-x: auto;
    left: 0px;
    width: 550px;
    background-color: #ffffff;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__content h3 {
    font-size: 24px;
    margin: 0;
}

.modal__content--active {
    opacity: 1;
}

.modal__close {
    z-index: 1100;
    cursor: pointer;
}

.interested_seller {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #fb7d7d;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.interested_seller--active {
    z-index: 10;
}

.interested_seller:hover {
    background: #d9e7c4;
    text-decoration: none;
    color: black;
}

#modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


/**
 * Demo specific CSS
 */

.custom_table .btn {
    background-color: white;
    border-radius: 0px;
    font-size: 11px;
    width: 100px;
    margin: 2px 0px;
    font-weight: 600;
    padding: 5px;
    letter-spacing: 0.5px;
    color: black;
    border: 1px solid white;
}

.table_body_pro .btn {
    background-color: #a4a7c7;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    letter-spacing: 0.5px;
    color: white;
    border: 1px solid #a4a7c7;
}

.seller_job_post .btn_pending {
    background-color: #e91e63;
    color: #ffffff;
    border: 1px solid #e91e63;
}

.custom_table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(23, 162, 184, 0.1);
}

.top_heading_table {
    background-color: #a4a7c7;
}

.top_heading_table tr th {
    color: white;
    text-align: center;
    font-weight: 500;
}

.table_body_pro tr td {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.user_id_color {
    font-weight: 600;
    font-size: 13px;
    color: #444444;
}

.demo-btns header {
    padding: 7vh 10vw;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.demo-btns header h1 {
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 300;
}

.demo-btns .info {
    background: #f44336;
    padding: 3vh 10vw;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
}

.demo-btns p {
    text-align: center;
    color: #fff;
}

.demo-btns .link {
    font-size: 20px;
}

.demo-btns .interested_seller {
    margin-right: 3px;
}

@media (max-width: 640px) {
    .demo-btns .interested_seller {
        margin-bottom: 12.8px;
    }
    /* .form-peice .login-sellers {
        margin-left: 32px;
    } */
    .side_menu_user_dashboard {
        display: block;
    }
    .use_mob_view {
        display: block !important;
    }
	/* .seller_job_post {
	display: none;
	} */
}

@media (max-width: 768px) {
    .side_menu_user_dashboard {
        margin-top: 1rem;
    }
}


.use_mob_view {
    display: none;
}

.demo-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 19.2px;
    padding: 9.6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.demo-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

.demo-close:hover {
    background: rgba(0, 0, 0, 0.6);
}

.logo {
    position: fixed;
    bottom: 28.11px;
    right: 28.11px;
    z-index: 2;
}

.order_list_header .btn {
    background-color: #6d80cf;
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.order_list_header span {
    font-size: 13px;
    color: #676767;
    font-weight: 500;
    cursor: pointer;
    display: block;
    border: 1px solid #c1c1c1;
    padding: 0px 9px;
    border-radius: 4px;
    line-height: 31px;
}

.logo img {
    width: 45px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.logo img:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
    transform: rotate(180deg) scale(1.1);
}

.on_popup_li {
    padding: 15px 0px;
    border-bottom: 0.1px solid #eaeaea;
}

.modal__content ul {
    margin-top: 30px;
    padding: 0;
}

.pop_up_people_img img {
    border-radius: 50%;
    width: 45px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.pop_up_people_img a {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 15px;
    color: #636363;
    display: inline-block;
    text-decoration: none;
}

.pop_up_btn {
    margin-top: 10px;
}

.pop_up_btn a {
    padding: 6px 16px;
    display: inline-block;
    background-color: #ff3547;
    color: white;
    font-size: 10.24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.chat_btn_green {
    background-color: #32ad35!important;
}

.chat_btn_blue {
    background-color: #2196f3!important;
}


/* seller page css */

.seller_bg_body {
    background-color: #fbfbfb;
}

.left_side_seller_filter {
    /* box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12); */
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 33px 10px 15px;
}

.left_side_seller_filter .form-control:focus {
    box-shadow: none;
    outline-color: transparent;
}

.left_side_seller_filter ul li {
    list-style: none;
    /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
}

.left_side_seller_filter hr {
    margin: 25px 0 15px;
}

.left_side_seller_filter ul li:last-child {
    border-bottom: none;
}


/* .left_side_seller_filter ul li label
{
    font-size: 14px;
    font-weight: 700;
    color: #505050;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
} */

.left_side_seller_filter ul li input {
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 12px;
    background-color: #fbfbfb;
    height: 36px;
    border: 1px solid #d2d2d2;
    font-weight: 500;
}

.left_side_seller_filter button {
    width: auto;
    height: auto;
    padding: 6px 13px;
    font-size: 13px;
    background-color: #9093af;
    cursor: pointer;
    color: white;
    margin-top: 6px;
    border: 1px solid #9093af;
}

.left_side_seller_filter .seller_rating {
    border: none;
    float: left;
}

.left_side_seller_filter .seller_rating>input {
    display: none;
}

.left_side_seller_filter .seller_rating>label::before {
    margin: 5px 10px 0 0px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.left_side_seller_filter .seller_rating>.half::before {
    content: "\f089";
    position: absolute;
}

.left_side_seller_filter .seller_rating>label {
    color: #ddd;
    float: right;
}

.seller_rating>input:checked~label,
.seller_rating:not(:checked)>label:hover,
.seller_rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

.seller_rating>input:checked+label:hover,
.seller_rating>input:checked~label:hover,
.seller_rating>label:hover~input:checked~label,
.seller_rating>input:checked~label:hover~label {
    color: #FFED85;
}

.right_side_seller_list {
    width: 100%;
    height: auto;
    padding: 10px;
}

.seller_profile_box_grid {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    /* background-image: url(https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500); */
    margin-top: 60px;
    padding: 10px 15px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}


/* .seller_profile_box_grid::before
{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: red;
    left: 0px;
    top: 0px;
} */

.seller_profile_box_grid img {
    margin: -50px auto 0px;
    display: block;
    width: 100px;
    border: 5px solid white;
    border-radius: 50px;
}

.seller_profile_box_grid h3 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 12px;
    color: black;
}

.seller_profile_box_grid p {
    font-size: 13px;
    font-weight: 400;
    color: #525252;
    letter-spacing: 0.5px;
}

.seller_inner_details ul li {
    list-style: none;
    display: inline-block;
}

.seller_inner_details ul small {
    background-color: #b3b0cd;
    padding: 1px 4px;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.seller_inner_details ul li i {
    font-size: 13px;
}

.seller_inner_details span {
    font-size: 13px;
    color: #5d5d5d;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.seller_skills_tags {
    margin-bottom: 0px;
    margin-top: 10px;
}

.seller_skills_tags li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.seller_skills_tags li span {
    font-size: 13px;
    color: #6f6f6f;
    padding: 0 2px;
    font-weight: 500;
}

.seller_skills_tags li::after {
    content: ' , ';
    position: absolute;
    right: -2px;
    top: 0;
}

.seller_skills_tags li:last-child::after {
    content: none;
}

.seller_btn_area {
    margin: 15px 0 0px;
    border-top: 1px solid #dedede;
}

.hire_btn .btn {
    margin: 15px auto 0;
    display: block;
    background-color: #d48b07;
    border-radius: 0;
    color: white;
    border: none;
    padding: 6px 30px;
    letter-spacing: 1px;
}

.seller_btn_area span {
    font-size: 20px;
    font-weight: 600;
    padding: 8px 0px;
    display: inline-block;
}

.main-blog-sec .btn-primary,
.bottom-blog-sec .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.main-blog-pagination li a {
    color: #000;
}

.main-blog-pagination .pagination {
    justify-content: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0e0e0e!important;
    border-color: #191a1b;
    padding: .5rem .6rem .5rem .75rem;
}


/* book appointment slider css */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


/* ---- previous/next buttons ---- */

.shop-book-slider .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shop-book-slider .flickity-prev-next-button:hover {
    background: white;
}

.shop-book-slider .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.shop-book-slider .flickity-prev-next-button:active {
    opacity: 0.6;
}

.shop-book-slider .flickity-prev-next-button.previous {
    left: 10px;
}

.shop-book-slider .flickity-prev-next-button.next {
    right: 10px;
}

.shop-book-slider .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.shop-book-slider .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.shop-book-slider .flickity-prev-next-button .arrow {
    fill: #333;
}

.shop-book-slider .carousel {
    background: #FAFAFA;
}

.shop-book-slider .carousel-main {
    margin-bottom: 8px;
}

.shop-book-slider .carousel-cell {
    width: 100%;
    height: auto;
}

.shop-book-slider .carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
}

.shop-book-slider .carousel-main img {
    display: block;
    margin: 0 auto;
}

.product_book_price span {
    padding: 0px 10px 0px;
    color: #4e4e4e;
    display: block;
}

.product_book_price strong {
    font-size: 20px;
}

.product_book_price p {
    color: #4e4e4e;
    display: block;
    margin: 0px;
    font-size: 12px;
}

.services_included_list ul {
    padding-left: 16px;
    margin: 8px 0px;
    display: inline-table;
}

.services_included_list ul li {
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 500;
    width: 149px;
    letter-spacing: 0px;
    line-height: 24px;
    float: left;
    list-style: circle;
}


/* bookappointment form css */

.select2-hidden-accessible {
    clip-path: inherit!important;
    overflow: hidden!important;
    position: absolute!important;
    height: 30px!important;
    clip: inherit!important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent!important;
}

.presentation {
    display: none;
}

.rs-select2.js-select-simple.select--no-search {
    width: 100%;
}

.add-to-shop-btn .modal-body {
    position: relative;
    padding: 0;
    border-radius: 0px;
}

.add-to-shop-btn .card {
    border: none;
}


/* cart page css */

.product_area_box {
    width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}

.product_area_box_heading {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    background: #f1f1f1;
}

.product_area_box_heading .btn {
    background: #716a6a;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 0px 0;
    transition: background 0.4s ease-out;
    width: 100%;
}

.product_area_box_heading .btn:hover {
    background: #ff6a6a;
}

.product_area_box_heading h5 {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.product_area_box_heading i {
    cursor: pointer;
}

.product_area_box_heading h5 span {
    font-size: 14px;
}

.product_area_box_details_img img {
    width: 100%;
    margin: 24px auto 10px;
    height: 137px;
    object-fit: contain;
    display: block;
}

.product_area_box_details_content {
    padding: 22px 0px 5px;
}

.move_to_cart {
    padding: 8px 16px 0px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    float: left;
}

.remove_wishlist span {
    padding: 8px 16px 0px 0;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
}

.product_area_box_details_content h4 {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    padding: 0px 20px 0px 0px;
}

.product_area_box_details_content span {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #484848;
}

.product_area_box_details_content small {
    color: #484848;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 4px 0px;
    display: block;
    font-size: 14px;
}

.product_area_box_details_content ul li {
    display: inline-block;
    list-style: none;
}

.product_area_box_details_content ul li h5 {
    font-family: inherit;
    font-weight: 500;
	font-size: 14px;
}

.product_area_box_details_content ul li del {
    font-size: 14px;
    display: block;
    padding: 0px 6px;
    color: #9a9a9a;
}

.product_area_box_details_content ul li span {
    font-size: 14px;
    color: #ff3e6c;
    font-weight: 400;
}

#field1 button {
    border: 1px solid #d2d2d2;
    background-color: #e8e8e8;
    width: auto;
    height: auto;
    padding: 0px 10px;
    color: black;
    line-height: normal;
    cursor: pointer;
    font-size: 20px;
    border-radius: 0px;
}

#field1 .form-control {
    border-radius: 0px;
    text-align: center;
    border: 1px solid #cacaca;
    background: white;
    width: 50px;
    padding: 0;
    color: black;
    line-height: normal;
    height: auto;
    font-size: 13px;
}

.ukp_referearn h5 {
	font-weight: 600;
}

/* product page selcet css */

.md-select {
    position: relative;
    display: flex;
    width: 140px;
}

.md-select *,
.md-select::after,
.md-select ::before {
    box-sizing: border-box;
}

.md-select [type=button] {
    background: #f1f1f1;
    display: block;
    position: relative;
    text-align: left;
    text-shadow: none;
    width: 80px;
    border: 1px solid #d6d6d6;
    z-index: 1;
    outline: none;
    padding: 6px 10px;
    color: #525252;
    font-size: 13px;
    overflow: hidden;
}

.md-select [type=button]:focus,
.md-select [type=button]:hover {
    background: rgba(0, 0, 0, 0.1);
}

.md-select [type=button]::after {
    content: '\f0dc';
    font-family: FontAwesome;
    float: right;
    padding: 0px;
}

.md-select ul[role=listbox] {
    background-color: white;
    cursor: default;
    list-style: none;
    line-height: 26px;
    overflow: hidden;
    margin: 0;
    max-height: 0;
    position: absolute;
    padding: 0;
    transform: translateY(23%);
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.md-select ul[role=listbox] li {
    height: auto;
    margin: 0;
    padding: 6px 16px;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    text-align: left;
}

.md-select ul[role=listbox] li:focus,
.md-select ul[role=listbox] li:hover,
.md-select ul[role=listbox] li.active {
    background: rgba(0, 0, 0, 0.1);
}

.md-select.active ul {
    max-height: 200px;
    overflow: auto;
    padding: 8px 0 16px 0px;
    z-index: 2;
    transition: all 0.2s ease;
}

.product_price_details ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 11px;
    font-size: 13px;
    font-weight: 400;
}

.product_price_details ul li .price_line {
    border: 1px dashed #b9b9b9;
    width: 100%;
    border-width: 0.5px;
    margin: 0;
}


/* check out page css */

.address_side_box {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    margin-bottom: 30px;
}

.check_out_heading h3 {
    font-size: 20px;
    color: #484848;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.default_address_box {
    border: 1px dashed #dedede;
    padding: 15px;
    border-width: 1.5px;
    background: #f7f7f7;
}

.inner_address_box_details h6 {
    font-size: 16px;
    font-weight: 600;
    color: #565656;
}

.inner_address_box_details span {
    font-size: 13px;
    font-weight: 400;
    color: #6b6b6b;
}

.inner_address_box_details address {
    color: #6b6b6b;
    padding-top: 2px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.2px;
	text-align: left;
}

.default_set_tag {
    color: red!important;
}

.box_edit_delete_btn button {
    width: auto;
    height: auto;
    border-radius: 0px;
    padding: 4px 10px;
    margin: 0px 0px;
    display: inline-block;
    color: #0b98ff;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .10), 0 1px 8px 0 rgba(0, 0, 0, .10);
    border: 1px solid #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.product_area_box_heading h3 {
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.payment_option_box {
    width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}

.payment_option_box_spacing {
    width: 100%;
    padding: 8px 11px;
}

.custom-control label {
    cursor: pointer
}

.pay_btn .btn {
    padding: 8px 15px;
    font-size: 14px;
    border: 1px solid #1b9baa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    font-weight: 600;
    background-color: #1b9baa;
    border-radius: 0px;
    margin-top: 8px;
}

.payment_label .custom-radio label {
    font-size: 14px;
    padding: 1px 0 0;
    font-weight: 500;
    color: #565656;
}

.inner_pay_page_box {
    padding: 15px 0px;
}

.checked_product_size {
    color: #f3f3f3 !important;
    background-color: #807979;
    border: 2px solid #252424;
}


/* invoice page css */

.inner-three-box-designer {
    height: auto;
    background-color: white;
    padding: 20px;
    margin: 0px 0 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.new_tags-2 ul li,
.new_tags-4 ul li {
    list-style: none;
    display: inline-block;
    background-color: #adb0d2;
    border-radius: 40px;
    font-size: 13px;
    /* line-height: 18px; */
    font-weight: 500;
    padding: 5px 8px;
    margin: 0 2px 7px 0;
    color: white;
}

.trending-tour-item__group-infor__rating::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "FontAwesome";
    font-size: 13px;
    font-weight: 400 !important;
    color: #f3704e;
}

.revew-sec {
    position: relative;
    padding: 8px;
    margin-top: 26px;
}

.left-content {
    padding: 25px;
}

.left-content p {
    color: #aaaaaa;
    font-size: 14px;
}

.on_going_project_box a {
    margin-right: 5px;
}

.view_proposal_table {
    display: none;
}

.left-bottom-content {
    margin-top: 0;
}

.revew-sec a {
    display: inline-block;
    padding: 5px 10px;
    color: #fff!important;
    border-radius: 6px;
    background-color: #41446b;
}

.color-star span.checked {
    color: #f3704e;
}

li.follow a {
    background-color: #000;
    color: #fff!important;
    padding: 4px 6px;
    border-radius: 4px;
}

.header-bg-content h6 i {
    padding-right: 10px;
}

.header-bg-contentt {
    text-align: center;
}

.tour-infomation__content__comment__comment-item>div {
    margin-left: 100px;
}

.tour-infomation__content__comment__comment-item>img {
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.number-rating {
    width: 137px;
    font-weight: 600;
    text-align: center;
}

.product-carou img {
    height: 263px;
    object-fit: cover;
    width: 60%!important;
    display: inline-block!important;
}

.product-carou .owl-stage-outer {
    background-color: #fff;
}

.caro-img-cov {
    text-align: center;
    position: relative;
}

.owl-carousel.owl-theme.product-carou.owl-loaded.owl-drag {
    margin-top: 30px;
}

.caro-img-cov i {
    position: absolute;
    top: 4px;
    right: 23px;
    color: gray;
    font-size: 22px;
    cursor: pointer;
}

.product-carou.owl-carousel .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    background-color: #7e7e7ebf;
    font-size: 36px;
    top: 30%;
    right: -15px;
    width: 40px;
    padding: 15px 15px;
}

.product-carou.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    background-color: #7e7e7ebf;
    font-size: 36px;
    top: 30%;
    left: -15px;
    width: 40px;
    padding: 15px 15px;
}

.trip-cont p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

.similar-pro-cont {
    background-color: #fff;
    padding: 40px 20px;
    margin: 20px 0;
}

p.car-bt-cont-5,
p.car-bt-cont-4,
p.car-bt-cont-3 {
    font-size: 17px;
}


/* .product-carou.owl-carousel .owl-nav:hover{
    width: 50px;
} */


/* .product-carou.owl-carousel .owl-prev{
    display: none;
} */

p.car-bt-cont-1,
p.car-bt-cont-2 {
    margin-bottom: 5px;
}

p.car-bt-cont-4 {
    color: gray;
    padding: 0 9px;
}

p.car-bt-cont-5 {
    color: #ff6a6a;
    font-weight: 500;
    font-size: 14px;
	top: 10%;
    position: relative;
}

.trip-cont {
    padding-top: 10px;
}

.new_tags-2 {
    padding: 47px 0 32px;
    position: relative;
    margin-bottom: 19px;
}

.new_tags-2:before {
    content: '';
    width: 91%;
    position: absolute;
    /* padding: 20px 0; */
    height: 1px;
    top: 26px;
    background-color: #00000052;
}

.new_tags-2:after {
    content: '';
    width: 91%;
    position: absolute;
    /* padding: 20px 0; */
    height: 1px;
    bottom: 7px;
    background-color: #00000052;
}

#text {
    display: none;
}

.caro-img-cov:hover {
    background-color: #808080bd;
}

i.fas.fa-heart:hover {
    color: #fff;
}

.cl-l-2 {
    text-align: justify;
}

.wrap-pro-para {
    text-align: left;
    margin-top: 50px;
}

.new_tags-4 {
    text-align: left;
    margin: 30px 15px 30px;
}

.Portfolio {
    width: 32%;
    display: inline-block;
    padding: 12px;
}

.content-section h5 i {
    display: inline-block;
    padding-right: 8px;
    color: #000;
}

.cl-l-2 p {
    font-size: 14px;
}

h5.rating-prof {
    display: inline-block;
    padding-right: 10px;
    padding-top: 20px;
}

.color-star {
    display: inline-block;
}

.color-staar span.checked {
    color: #f3704e;
}

.text-primmary {
  color: #FF6A81 !important;
  font-weight: 600;
}

.color-staar {
    margin-top: -3px;
    margin-bottom: 5px;
}

.color-staar span {
	color: #000;
}

h5.rating-prof a {
    color: #000;
    display: inline-block;
}

.star-rating-num span {
    font-size: 20px;
    font-weight: 500;
    color: #f3704e;
}

.new_tags-4.nw-t-5 {
    padding-left: 0;
    margin-bottom: 50px;
}

h5.rating-prof.rrating-roof {
    padding-top: 0px;
    margin-left: 49px;
}

.card.card-2 {
    position: relative;
    top: -7px;
}

h5.rating-prof.rrating-roof+.color-star span:last-child {
    background-color: #f3b9a1;
    padding: 7px;
    font-size: 12px;
    /* color: #000; */
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}


/* Services Mild Stone ---------- */

.services_mildstone {
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 10px 10px;
    border-radius: 4px;
}

.seller_post_br {
    border: none !important;
}


/* Scrollbar ------ */

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #fbfbfb;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-width: 200px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fbfbfb;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #fbfbfb;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}


/**
 * Tabs
 */

.seller_job_post .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.on_going_project_box .btn {
    background-color: #fb7d7d;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 2px;
    color: white;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.seller_job_post .tabs label {
    width: auto;
    order: 1;
    display: block;
    padding: 8px 85px;
    cursor: pointer;
    background: #6d80cf;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}

.seller_job_post .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
}

.seller_job_post .tabs input[type="radio"] {
    display: none;
}

.seller_job_post .tabs input[type="radio"]:checked+label {
    background: #fb7d7d;
}

.seller_job_post .tabs input[type="radio"]:checked+label+.tab {
    display: block;
}


/***************************  harish css******************/

/* .bio-section h3 {
    margin: 30px 0px 20px;
} */

.persnal_about h4 {
    font-size: 19px;
}

.persnal_about p {
    margin: 0px;
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
}

.bio-section {
    padding: 0px;
}

.latest_blog {
    border: 1px solid;
}


/* all categories page css  */


/*.all_cate_section
{
    padding: 50px 0;
    background-color: white;
}*/

.all_cate_section h2 {
    font-size: 40px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 30px;
    color: #212529;
}

.all_cate_section .btn {
    box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
    background: #f59d79;
    border-radius: 0;
    border: 1px solid #f3b9a1;
    font-weight: 500;
    color: white;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 8px 26px;
}

.all_cate_section2 h2 {
    font-size: 40px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 30px;
    color: #212529;
}

.all_cate_section2 .btn {
    box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
    background: #f59d79;
    border-radius: 0;
    border: 1px solid #f3b9a1;
    font-weight: 500;
    color: white;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 8px 26px;
}

.box_grid_bg {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.box_title_dec h4 {
    font-size: 25px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
    padding: 0px 0 16px;
}

.box_title_dec p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: gray;
}

.main_heading_box h3 {
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0;
    padding: 40px 0px 0px;
}

.main_heading_box h3 a {
    color: black;
}

.cate_box_grid {
    width: 100%;
    height: 100%;
    background-color: white;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: height 0.3s;
    box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
}

.all_hover_content h6 a{
    text-decoration: none;
    color: #9c365e;
    font-weight: 600;
}

.all_hover_content ul li {
    list-style: none;
}

.all_hover_content ul li a {
    font-size: 15px;
    color: #5d5d5d;
    font-weight: 500;
    padding: 3px 0;
    display: block;
}


/* Testimonial Section Old CSS */

/* .home_page_testimonial {
    width: 100%;
    height: auto;
    padding: 71px 0;
    background-color: #f7f7f7;
}

.big_round_testi_img {
    width: 100%;
    height: auto;
    position: relative;
    top: 24px;
}

.upper_round_circle {
    width: 410px;
    height: 410px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    background-color: transparent;
    border: 1px solid #a5a5a5;
    border-radius: 50%;
}

.round_testi_slide .big_round_testi_img img {
    border-radius: 50%;
    width: 400px;
    height: 400px;
    display: block;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.round_testi_slide {
    width: 100%;
    position: relative;
    height: 500px;
    padding: 25px 160px;
}

.round_testi_slide::before {
    background-color: #3952a3;
    width: 90%;
    left: 5%;
    top: 15%;
    position: absolute;
    content: '';
    height: 70%;
}

.round_testi_content {
    width: 100%;
    height: auto;
    padding: 127px 0 0;
}

.round_testi_content h3 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.5px;
    color: white;
}

.round_testi_content h5 {
    font-size: 20px;
    font-weight: 300;
    color: white;
    margin: 0;
    letter-spacing: 1px;
    padding: 6px 0 20px;
}

.round_testi_content p {
    font-weight: 200;
    letter-spacing: 0.5px;
    color: white;
    font-size: 16px;
} */

/* End of Old CSS */

/* New CSS */

.home_page_testimonial {
    width: 100%;
    padding: 80px 0;
    background: #f7f7f7;
}

.testimonial-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.testimonial-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.big_round_testi_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 20px;
}

.upper_round_circle {
    width: 410px;
    height: 410px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    border: 2px solid #a5a5a5;
    border-radius: 50%;
}

.round_testi_slide .big_round_testi_img img {
    border-radius: 50%;
    width: 400px;
    height: 400px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.round_testi_slide {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 40px 20px;
    border-radius: 20px;
    color: #fff;
    background: #3952a3;
}


.fashion-testimonial { background: #ff7f50; }
.design-testimonial { background: #7ec0ee; }
.digital-testimonial { background: #f5b041; }
.beauty-testimonial { background: #ff69b4; }
.lens-testimonial { background: #00ced1; }
.media-testimonial { background: #9370db; }

.round_testi_content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.round_testi_content h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.round_testi_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.owl-carousel .item {
    padding: 0 15px;
    box-sizing: border-box;
}


.round_testi_slide:hover {
    transform: scale(1.03);
    transition: transform 0.4s ease;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background-color: #fda581;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    position: absolute;
    top: 45%;
}

.owl-nav button.owl-prev { left: -25px; }
.owl-nav button.owl-next { right: -25px; }

.owl-dots .owl-dot span {
    background: #ccc;
}
.owl-dots .owl-dot.active span {
    background: #fda581;
}

@media (min-width: 1024px) {
    .round_testi_slide {
        max-width: 90%;
        margin: 0 auto;
    }
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fda581;
    color: #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    z-index: 10;
}

.owl-nav button:hover {
    background: #ff8c42;
    color: #fff;
}

.owl-nav .owl-prev { left: -25px; }
.owl-nav .owl-next { right: -25px; }

.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
}
.owl-dots .owl-dot.active span {
    background: #fda581;
}

.general_section {
    width: 100%;
    height: auto;
    background-color: #3952a3;
    padding: 50px 0;
}

.last_footer_up_section h3 {
    color: white;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
}

.last_footer_up_section p {
    color: white;
    margin: 0;
    font-weight: 300;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.last_footer_up_section .btn {
    background-color: #102265;
    text-decoration: none;
    font-weight: 500;
    color: white;
    padding: 10px 10px;
    display: block;
    margin: 15px auto;
    width: 200px;
    text-align: center;
    transition: opacity 0.4s;
}

.last_footer_up_section .btn:hover {
    opacity: 0.75;
}

.last_footer_up_section span {
    display: block;
    color: white;
    letter-spacing: 0.5px;
}

.fashion_css_img {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    display: table;
    position: relative;
    background-position: top;
}

.col_six_fashion_css_img {
    position: relative;
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    background-position: top;
    display: table;
}

.col_six_fashion_css_img h3,
.fashion_css_img h3 {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding: 10px;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}

.col_six_fashion_css_img h3 a,
.fashion_css_img h3 a {
    color: white;
    position: relative;
}

.col_six_fashion_css_img::before,
.fashion_css_img::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to top, #000000b8, #fff0);
}

.makeup_css_img {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    display: table;
    position: relative;
    background-position: top;
}

.col_six_makeup_css_img {
    position: relative;
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    background-position: top;
    display: table;
}

.col_six_makeup_css_img h3,
.makeup_css_img h3 {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding: 10px;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}

.col_six_makeup_css_img h3 a,
.makeup_css_img h3 a {
    color: white;
    position: relative;
}

.col_six_makeup_css_img::before,
.makeup_css_img::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( to top, #000000b8, #fff0);
}

.filter_label {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #313131;
}

.price_short_input {
    margin-bottom: 20px;
}

.price_short_input label {
    display: block;
    font-size: 15px;
    color: #969696;
    text-align: left;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.price_short_input .input-group-text {
    color: #ffffff;
    background-color: #313131;
    border: 1px solid #313131;
    font-family: none;
}

.range-slider,
.length-slider,
.width-slider,
.height-slider,
.mob-range-slider {
    width: auto;
    margin: auto;
    text-align: center;
    position: relative;
    height: auto;
}

.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.length-slider svg,
.length-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.width-slider svg,
.width-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.height-slider svg,
.height-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.mob-range-slider svg,
.mob-range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


input[type=number]:invalid,
input[type=number]:out-of-range {
  border: 2px solid #ff6347;
}


input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

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

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #313131;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: #313131;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #313131;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #313131;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: #313131;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #313131;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: #313131;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: pink;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid purple;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #313131;
    cursor: pointer;
}


/* rating star */

.filter-seller-rating .rating {
    border: none;
    float: left;
    position: sticky;
}

.filter-seller-rating .rating>input {
    display: none;
}

.filter-seller-rating .rating>label::before {
    margin: 0 10px 0 0;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.filter-seller-rating .rating>.half::before {
    content: "\f089";
    position: absolute;
}

.filter-seller-rating .rating>label {
    color: #6f6e6e;
    float: right;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.filter-seller-rating .rating>input:checked~label,

/* show gold star when clicked */

.filter-seller-rating .rating:not(:checked)>label:hover,

/* hover current star */

.filter-seller-rating .rating:not(:checked)>label:hover~label {
    color: #FFD700;
}


/* hover previous stars in list */

.filter-seller-rating .rating>input:checked+label:hover,

/* hover current star when changing rating */

.filter-seller-rating .rating>input:checked~label:hover,
.filter-seller-rating .rating>label:hover~input:checked~label,

/* lighten current selection */

.filter-seller-rating .rating>input:checked~label:hover~label {
    color: #FFED85;
}

.jobs_filter_box_fixed {
    position: fixed;
    top: 0;
}


/* start loader */

.loader {
    color: #E8505B;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 275px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* end loader */

.checkout_loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #B3B3B33D;
    z-index: 99999;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
}


/* order status modal css */

.order_status_modal .modal-header {
    background-color: #f4a19c;;
    padding: 0;
    border: none;
    border-radius: 0;
}

.order_status_modal .modal-title {
    color: white;
    padding: 8px 15px 0;
}

.order_status_modal button.close {
    box-shadow: none;
    background-color: #f3f3f3;
    margin: 0;
    opacity: 1;
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
}

.order_status_modal .modal-body {
    background-color: #f3f3f3;
    padding: 30px 0;
}

.order_status_list ul {
    margin: 0;
    margin-left: 65px;
}

.order_status_list ul li {
    list-style: none;
    padding: 0px 0px 60px 60px;
    line-height: 35px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.active_order_li_color {
    color: #de6133;
}

.order_status_list ul li div {
    width: 54px;
    height: 54px;
    background-color: #1e1f24;
    border-radius: 50%;
    position: absolute;
    display: table;
    left: -25px;
    top: 0px;
}

.order_active_color {
    background-image: linear-gradient(to bottom, #f4c1c1, #cbe5c1, #f9edc5, #f7baa1, #adafd1);
}

.order_status_list ul li div i {
    text-align: center;
    font-size: 18px;
    display: table-cell;
    color: white;
    vertical-align: middle;
}

.order_status_list ul li div .order_active_color_icon {
    color: #f4a19c;
}

.order_status_list ul li span {
    height: 40px;
    width: 2px;
    background-color: #1e1f24;
    position: absolute;
    left: 1px;
    top: 57px;
}

.order_status_list ul li small {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #1e1f24;
    font-weight: 500;
    display: block;
    line-height: 6px;
    padding: 0px;
}

.order_status_list ul li:last-child {
    padding: 0px 0px 0px 60px;
}

.order_status_list ul li:last-child span {
    display: none;
}

.product_hide_show_details ul {
    padding: 10px 0;
    margin: 0px;
}

.product_hide_show_details ul li {
    list-style: none;
    font-weight: 500;
    color: black;
}

.product_hide_show_details ul li span {
    font-size: 14px;
    font-weight: 300;
    color: #f7f7f7;
}

.available_offers {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 30px;
}

.available_offers h6 {
    font-size: 18px;
    color: black;
    font-weight: 500;
}

.available_offers h6 img {
    width: 25px;
}

.available_offers ul {
    padding-left: 27px;
}

.available_offers ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 28px;
    list-style-type: square;
}

.coupon_offers span {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.coupon_offers p {
    margin: 0px;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    letter-spacing: 0.5px;
}

.coupon_offers p a {
    font-size: 14px;
    color: #ff3e6c;
    ;
    font-weight: 500;
}

.apply_button h6 {
    padding-top: 9px;
    margin: 0;
}

.apply_button h6 i {
    color: black;
	font-size: 20px;
	left: -2%;
	position: relative;
}

.noreviws {
    font-size: 18px;
}

.apply_button a.btn {
    font-size: 14px;
    padding: 4px 12px;
    height: auto;
    border: 1px solid #ED546C;
    border-radius: 2px;
    background-color: transparent;
    color: #ff3464;
    letter-spacing: 0.5px;
    font-weight: 600;
    left: 10px;
    position: relative;
}

.remove_and_wishlist ul {
    border-top: 1px solid #dedede;
    margin: 15px 0 0;
    padding: 10px 23px;
}

.remove_and_wishlist ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    color: #c3c2c2;
}

.remove_and_wishlist ul li a {
    color: #535151;
    text-decoration: none;
    font-weight: 400;
}

.collection_top_profile {
    padding: 50px 0;
    background-color: #efeaea;
}

.colle_profile_img img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.colle_profile_img h3 {
    color: #1e1f24;
    margin: 0;
    font-weight: 700;
    padding: 15px 0 8px;
    font-size: 25px;
}

.colle_profile_img h6 {
    font-size: 24px;
    font-weight: 300;
    color: #1e1f24;
    margin: 0;
    letter-spacing: 0.5px;
}

.colle_profile_img a.btn {
    background-color: #0057ff;
    border: 1px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    line-height: 1.25;
    padding: 6px 30px;
}

.collection_imgs {
    width: 75%;
    height: auto;
    padding: 50px 0;
    display: block;
    margin: 0 auto;
}

.collection_designer_imgs {
    padding: 10px 0;
}

.colle_img {
    margin-bottom: 8px;
}

.colle_img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.affiliate_section {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.affiliate_img img {
    width: 100%;
}

.affiliate_text h3 {
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    margin: 0;
    color: #4c74b9;
    padding: 90px 0 0;
}

.affiliate_text p {
    margin: 0;
    color: black;
    text-align: left;
    font-weight: 300;
    padding-top: 30px;
    margin: 0;
}

.affiliate_text a.btn {
    border: 1px solid #4c74b9;
    background-color: #4c74b9;
    width: auto;
    padding: 8px 16px;
    border-radius: 6px;
    color: white;
    margin: 15px 0 0;
}

.affiliate_second_section {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding: 100px 0;
}

.affiliate_three_bg_box {
    width: 100%;
    height: auto;
    padding: 10px;
}

.affiliate_three_bg_box_img img {
    width: 85px;
    padding: 10px;
}

.affiliate_three_bg_box h5 {
    padding: 20px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.affiliate_three_bg_box p {
    font-size: 14px;
    font-weight: 300;
    color: black;
}

.affiliate_third_section {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.col-img-6 img {
    width: 55%;
    margin: 0 auto;
    display: block;
}

.col-text {
    padding-bottom: 30px;
}

.col-text h5 {
    padding: 20px 0 10px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.col-text p {
    font-size: 14px;
    font-weight: 300;
    color: black;
}

.as-designer-affiliate h3 {
    font-size: 50px;
    font-weight: 200;
    text-align: center;
    color: black;
    letter-spacing: 0.5px;
}

.as-designer-affiliate p {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 30px 0;
    text-align: center;
    color: black;
    line-height: 30px;
}

.affiliate_dynamic_faq .card {
    background-color: transparent;
}

.affiliate_dynamic_faq .card-header h2 .btn-link {
    font-size: 20px;
}

.all-designer-slider .all_designer_list_slider {
    width: 100%;
    height: 110px;
    background-image: url('https://mir-s3-cdn-cf.behance.net/projects/404/90afa186282417.Y3JvcCwxMzE1LDEwMjgsNDQyLDEyMA.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    display: table;
    border-radius: 4px;
}

.all-designer-slider .all_designer_list_slider::before {
    width: 100%;
    transition: 0.2s;
    height: 100%;
    background-color: #0000009e;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
}

.all-designer-slider .owl-nav button.owl-next,
.all-designer-slider .owl-nav button.owl-prev {
    position: absolute;
    background-color: #1e1f24;
    padding: 10px;
    color: white;
    font-size: 36px;
    line-height: 20px;
}

.all-designer-slider .owl-nav button.owl-prev {
    top: 25px;
    left: 0px;
}

.all-designer-slider .owl-nav button.owl-next {
    top: 25px;
    right: 0px;
}

.all-designer-slider .all_designer_list_slider .slider_link_box {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.all-designer-slider .all_designer_list_slider .slider_link_box a {
    font-size: 18px;
    font-weight: 400;
    color: white;
    position: relative;
}

.all-designer-slider .all_designer_list_slider:hover::before {
    background-color: #9da0bf;
    transition: 0.2s;
}

.colle_img .big_img_name ul {
    padding: 5px 0;
}

.colle_img .big_img_name ul li {
    display: inline-block;
    list-style: none;
}

.colle_img .big_img_name ul li img {
    width: 25px;
    height: auto;
    border-radius: 50%;
}

.colle_img .big_img_name ul li a {
    font-size: 12px;
    font-weight: 600;
    color: black;
    letter-spacing: 0.5px;
    display: block;
}

.colle_img .big_img_name ul li i {
    font-size: 12px;
    color: #696969;
}

.colle_img .big_img_name ul li span {
    font-size: 12px;
    color: #696969;
    font-weight: 500;
}


/* 404 page css */

.notfoundpage {
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #f7f7f7;
}

.not_found_page img {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}

.sorry_content {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
    padding-left: 170px;
}

.sorry_content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #cc545a;
    padding-bottom: 10px;
}

.sorry_content h4 {
    font-size: 23px;
    font-weight: 500;
    color: #2b2c2b;
    padding-bottom: 10px;
}

.sorry_content h6 {
    font-size: 19px;
    font-weight: 300;
    color: #2b2c2b;
}

.sorry_content ul li {
    line-height: 38px;
    font-size: 17px;
    font-weight: 400;
    color: #2b2c2b;
    list-style-type: disclosure-closed;
}

.sorry_content a.btn {
    background-color: #2b2c2b;
    border-radius: 4px;
    border: 1px solid #2b2c2b;
    color: white;
    margin: 20px 0;
}


/*Coming_Soon*/

.sorrry_content {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
    padding-left: 170px;
}

.sorrry_content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #790707;
    padding-bottom: 10px;
}

.sorrry_content h4 {
    font-size: 23px;
    font-weight: 500;
    color: #790707;
    padding-bottom: 10px;
}

.sorrry_content h6 {
    font-size: 19px;
    font-weight: 300;
    color: #790707;
}

.sorrry_content ul li {
    line-height: 38px;
    font-size: 17px;
    font-weight: 400;
    color: #790707;
    list-style-type: disclosure-closed;
}

.sorrry_content a.btn {
    background-color: #2b2c2b;
    border-radius: 4px;
    border: 1px solid #2b2c2b;
    color: white;
    margin: 20px 5px;
}

.after_checked input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0px;
    cursor: pointer;
    top: 0;
    width: 100%;
    height: 100%;
}

.box-four {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 20px;
}

.box-four img {
    width: auto;
    height: 90px;
    margin: 0 auto;
    display: block;
}

.box-four h3 {
    color: #f49373;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.box-four span {
    display: block;
    text-align: center;
    font-size: 45px;
    letter-spacing: 0.5px;
    color: #fac840;
}

.box-four p {
    color: #888888;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.box-four .btn {
    display: block;
    width: 70%;
    border-radius: 50px;
    margin: 0 auto 0;
    transform: translateY(28px);
    position: relative;
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.box-one {
    border: 3px solid #f49373;
}

.box-two {
    border: 3px solid #818ccc;
}

.box-three {
    border: 3px solid #a1ca87;
}

.box-one h3 {
    color: #f49373;
}

.box-two h3 {
    color: #818ccc;
}

.box-three h3 {
    color: #a1ca87;
}

.box-one .btn {
    background-color: #f49373;
}

.box-two .btn {
    background-color: #818ccc;
}

.box-three .btn {
    background-color: #a1ca87;
}

.after_checked input[type="radio"]:checked+.box-four {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


/*GRAPHIC PAGE OWL ARROWS SETTINGS */

.right,
.left {
    color: #1e2025;
    position: absolute;
    font-size: 57px;
    top: 32px;
    z-index: 99999;
}

.right {
    right: -59px;
}

@media(min-width: 1800px) {
    .right {
        right: -115px;
    }
    .left {
        left: -115px;
    }
    .right,
    .left {
        top: 50px;
    }
}

.prd-right,
.prd-left {
    color: #1e2025;
    position: absolute;
    font-size: 30px;
    top: 30%;
    z-index: 99999;
}

.prd-right {
    right: -26px;
}

.prd-left {
    left: -26px;
}

.products_slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #FFF;
    text-decoration: none;
}

.products_slider.owl-carousel .owl-nav button.owl-next,
.products_slider.owl-carousel .owl-nav button.owl-prev,
.products_slider.owl-carousel button.owl-dot {
    padding: 0px;
    height: 0px;
}

#product_slider {
    margin: 50px 0px;
    border: 1px;
    margin-left: 50px;
    width: 90%;
    margin-top: 10px;
}

.prd_card {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    margin: 10px;
}

.prd_card_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    overflow: hidden;
    position: inherit;
    transition: transform 0.4s ease-in-out;
}

.overlay-prdct img:hover {
    transform: scale(1.1);
}

.prd_card_img .prt_article {
    padding: 8px 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.prt_article a h6 {
    margin: 0px;
    color: #fff;
    text-align: center;
}

.prt_article a:hover,
a.btn-addto-cart:hover {
    text-decoration: none;
}

a.btn-addto-cart {
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.download_file_img a img {
    width: 32px;
    height: auto;
}

.btn-regas-sellers {
    color: #fff;
    background-color: #6D80CF;
    border-color: #6D80CF;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 20px;
    /* transition: opacity 0.4s; */
}

.btn-regas-sellers:hover {
    opacity: 0.75;
}

.news-letter-form .btn-danger {
    color: #fff;
    background-color: #6d80cf;
    border-color: #6d80cf;
}

.btn-regas-sellers:hover {
    text-decoration: none;
    color: #fff;
}

.about_reg_sellers {
    padding: 0px 0px 45px;
}

.about_reg_sellers p {
    font-size: 14px;
    color: #a09999 !important;
}

.about_reg_sellers li {
    font-size: 14px;
    color: #a09999 !important;
}

.product-name .ds_name {
    font-size: 15px;
    margin-left: 7px;
    font-weight: 600;
}

.prd_size {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding: 6px;
    left: 0;
    margin: 0;
    opacity: 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.8);
}

.prd_size span {
    display: inline-block;
    padding: 0 0px 0 10px;
}

.product-image:hover .prd_size {
    opacity: 1;
    transition: 0.3s;
}

.shop_mega_menu .fixed_shop_page_header {
    animation: fadeInbottom 04s ease-in-out;
}

@keyframes fadeInbottom {
    from {
        margin-top: -100px;
    }
    to {
        margin-top: 0px;
    }
}

.banner_imges {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-article {
    width: 55%;
    color: #fff;
    padding: 100px 0px 10px;
}

.banner-article p {
    color: #4e5e4e;
}

.banner-article h1 {
    color: #4e5e4e;
	font-size:24px;
}

.jBox-container {
    background: #fff;
    width: 350px;
}

.cat_foot_link {
    font-size: 14px;
    text-transform: uppercase;
    color: #636363;
}

.extra_link_heading h4.ex-link-heading {
    color: #636363;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px;
}

.left-content .about_designer {
    list-style-type: none;
    font-size: 14px;
    text-align: center;
}

.abt_designer {
    font-size: 22px;
}

.header-bg-content ul li a {
    margin-bottom: 10px;
    display: block;
}

.header-bg-content ul {
    margin-bottom: -1px;
}

.cs_tailer {
    cursor: pointer;
    padding: 5px 10px;
    color: #585858;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #ff6a6a;
    color: #ff6a6a;
    background: transparent;
}


/*
.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    margin: -19px 1px 0px;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}*/


/*.state {
    margin-top: -3px;
}
*/

.choose_unit h6 {
    font-size: 14px;
}

.choose_unit input {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    border: 1px solid #eee;
    width: 100%;
    outline: none;
    margin: 6px 0px;
}

.choose_unit label {
    font-size: 15px;
    margin: 12px 0px;
}

.btn-size-sbumit {
    background: #333;
    color: #fff;
    cursor: pointer;
    border: none;
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 20px;
}

.choose_unit input::placeholder {
    color: #aaa;
    font-size: 14px;
    font-weight: 300;
}

.choose_unit input:-ms-input-placeholder {
    color: #aaa;
    font-size: 14px;
    font-weight: 300;
}

.choose_unit input::-ms-input-placeholder {
    color: #aaa;
    font-size: 14px;
    font-weight: 300;
}

.tsk_approved {
    color: #3e5b74;
}

.dropdown-menu-right::-webkit-scrollbar,
.side-menubar::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu-right::-webkit-scrollbar-thumb,
.side-menubar::-webkit-scrollbar-thumb {
    background: #abb4d9;
    border-radius: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid #666;
}

.shop-product-slider .owl-carousel .owl-nav button.owl-next,
.shop-product-slider .owl-carousel .owl-nav button.owl-prev,
.shop-product-slider .owl-carousel button.owl-dot {
    padding: 1px 25px;
}

.home_page_testimonial .owl-carousel .owl-nav button.owl-next,
.home_page_testimonial .owl-carousel .owl-nav button.owl-prev,
.home_page_testimonial .owl-carousel button.owl-dot {
    padding: 15px 4px;
}

.navss li a {
    padding: 15px 40px;
}

/* .modal-content {
    top: 56px;
} */

.available-coupons {
  max-height: 300px;
  overflow-y: auto;
}

.coupon-card:hover {
  background: #f9f9f9;
  border-color: #6D80CF;
}


/*--------- ALL CATEGORY DROPDOWN --------------*/

#mb_grid_box {
    margin-bottom: 100px;
}

#mb_grid_box article h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

#mb_grid_box article p {
    font-size: 15px;
    margin-bottom: 34px;
}

#mb_grid_box .acc {
    margin: 0 auto 30px;
    max-width: 800px;
}

#mb_grid_box .acc__card {
    position: relative;
}

#mb_grid_box .acc__title {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    color: #0b0b0b;
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
    border-left: 3px solid #abb4d9;
}

#mb_grid_box .acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #0b0b0b;
    border-bottom: 1px solid #0b0b0b;
    position: absolute;
    right: 10px;
    content: " ";
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mb_grid_box .acc__title.active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mb_grid_box .acc__panel {
    background: #fff;
    color: #0b0b0b;
    display: none;
    margin: 0;
    padding: 10px 0px;
    text-align: left;
}

.acc__panel ul {
    padding: 0px;
}

.acc__panel ul li {
    padding: 12px 0px;
    border-bottom: 1px solid #ddd;
}

.acc__panel ul li a {
    color: #0b0b0b;
}

.acc__title h5 {
    margin: 0px;
}

.nested_acc_inn {
    display: none;
}

.nested_acc_open {
    display: block;
}

.post_req_article .hide {
    display: none;
}

.upk_cust_agreement {
    margin: 0 115px;
}

.upk_cust_agreement {
    font-size: 14px;
    line-height: 1.6;
}

.order-status {
    border: 1px solid #ddd;
    padding: 5px;
    color: initial;
    margin-bottom: 5px;
    display: inline-block;
}

.order-status:hover {
    text-decoration: none;
    color: initial;
}

.order_status_modal .modal-content {
    width: 500px;
    margin: 0 auto;
}

.prc_detail_heading {
    padding: 3px;
    margin: 4px 0px;
    position: relative;
}

.prc_detail_heading span {
    position: absolute;
    top: 6px;
    right: 75px;
}

.ordereee {
    display: contents !important;
}

.ordereee .nextordereee {
    display: contents !important;
}

.prc_pra {
    display: none;
}

.js_prc_pra_Open {
    display: block;
}

.prc_detail_heading h5 {
    margin-bottom: 0px;
    font-size: 15px;
    padding: 5px 0px;
    font-weight: 500;
    cursor: pointer;
}

.upk-prc_deatils p {
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
    padding: 4px 0px;
    font-size: 14px;
}

.prc_pra p {
    font-size: 13px;
}

.upk-appl-cpn {
    font-size: 16px;
    font-weight: 600;
}

.already_locked {
    color: #fa755d;
    margin-top: 9px;
    font-size: 14px;
    margin-left: -8px;
}

.btn_cpn_appl {
    border: 1px solid #ddd;
    padding: 4px 10px;
    text-transform: uppercase;
    color: initial;
    font-size: 11px;
    font-weight: 500;
}

.btn_cpn_appl:hover {
    color: initial;
    text-decoration: none;
}

.cpn-coupons {
    font-size: 15px;
    color: #a4a7c7;
}

.no-projects {
    text-align: center;
}

.no-projects img {
    width: 140px;
    height: auto;
}

.no-projects h3 {
    line-height: 1.6;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 300;
}

.btn_order_list {
    font-size: 14px;
    margin: auto 0px;
}

.product_list_details b:first-child {
    display: none;
}

.product_list_details b:last-child {
    font-size: 17px;
    font-weight: 500;
}

.review_ui_form .btn-primary {
    color: #fff;
    background-color: #abb4d9;
    border-color: #abb4d9;
}

.btn-raise-ticket {
    color: #fff;
    background-color: #abb4d9;
    border-color: #abb4d9;
    border: none;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 4px;
}

.top_web_search {
    font-size: 14px;
}

.upk_req_jobs {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.upk_req_jobs form {
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    display: flex;
    border-radius: 20px;
}

.upk_req_jobs form input {
    background: transparent;
    padding: 6px 15px;
    font-size: 15px;
    border: none;
    outline: none;
    width: 90%;
}

.upk_req_jobs form button {
    border: none;
    outline: none;
    padding: 6px 20px;
    font-size: 20px;
    background: #6d80cf;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #98a3ce;
    border-radius: 0;
}

.menu-container a.menu-mobile {
    color: #fff;
    display: none;
}

.main-bg {
    background-color: #fff;
}

.left-content {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.upktheme_61 {
    margin-top: 50px;
}

.new_tags-skills ul li {
    background: #abb4d9;
    border-radius: 34px;
    padding: 4px 25px;
    font-size: 13px;
    color: #fff;
}

.share_me a span {
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-right: 12px;
}

.share_me a {
    position: absolute;
    top: -120px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.new_tags-reviews h5 {
    color: initial;
    font-weight: 600;
}

.ukp_thm_62 {
    text-align: right;
    height: 300px;
    width: 300px;
    overflow: hidden;
}

.ukp_thm_62 img {
    width: fit-content;
    height: 100%;
    object-fit: cover;
}

.card-img-top {
    width: 350px;
}

.main-blog-sec .card-img-top {
    width: auto!important;
}

.upk_theme_2_rating {
    text-align: center;
    padding: 20px;
}

.upk_thme_buttons a {
    display: inline-block;
    padding: 7px 10px;
    font-size: 12px;
    color: #000 !important;
    margin-right: 5px;
}

.upk_thme_buttons a:hover {
    text-decoration: none;
}

.upk_thme_buttons .btn-purples {
    background: #737eaf;
    color: #fff;
}

.upk_thme_buttons .btn-whites {
    background: #fff;
    border: 1px solid #eee;
}

.ukp_thm_1_header {
    position: relative;
}

.ukp_thm_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile__seller {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile_img_seller {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.profile_img_seller img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 30px;
    border: 1px solid rgb(175, 177, 209);
}

.profile_img_seller a {
    color: #414143;
    text-decoration: none;
}

.overchat_text {
    position: absolute;
    z-index: 1;
    top: 225px;
    left: 0;
    transform: translate(100%, -50%);
}

.overchat_text p {
    font-size: 30px;
    text-align: center;
    color: #6d80cf;
    font-weight: 600;
    /* text-shadow: 0px 0px 6px rgb(0 0 0 / 34%); */
    letter-spacing: 2px;
}


/* } */

.ukp_thm_1 a {
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    border: 2px solid #000;
    color: #000;
    font-weight: 500;
    margin-right: 5px;
    text-decoration: none;
    transform: 0.4s;
}

/*.upk_thme2_tabs {
    margin-bottom: 100px;
}*/

.ukp_thm_1 a:hover {
    border: 2px solid #000;
    background: #adb0d2;
    color: #000;
}

.theme-60-profile {
    margin-top: 25px;
}

.btm-h2 {
    color: #000;
}

.upk-theme-cover {
    height: 308px;
    position: relative;
}

.rating_theme_three {
    position: inherit;
}

.theme-4-headings h1 {
    font-size: 32px;
}

.thm_tow_bio h2 {
    font-size: 28px;
}

.them_tabgs_two {
    margin-left: 0px;
}

.theme-3-location {
    font-size: 13px;
    margin-top: 9px;
}

.seller_profile_pop {
    position: fixed;
    top: -300px;
    left: 0px;
    transform: translate(0%, 50%);
    height: 100vh;
    width: 100%;
    z-index: 100000;
}

#top_body {
    width: 100%;
    height: 109%;
    position: fixed;
    background: #0000006b;
    z-index: 10000;
    pointer-events: none;
    top: -50px;
}

.sellr_profile_clode {
    right: -20px !important;
    top: -20px !important;
}

.seller_profile_pop_modal {
    max-width: 650px !important;
}

.lton_heading {
    margin-bottom: 16px;
}

.content-section h5.lton_heading i {
    color: #abb4d9;
}

.upk_no_rating {
    display: inline-block;
    border: 1px solid #333;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 500;
    background-color: #abb4d9;
}

.color-star {
    color: initial;
}

.upk_thme_follows {
    margin-top: 25px;
}

.bottom-one .dd,
.bottom-two .dd,
.bottom-three .dd {
    margin-bottom: 0px;
}

.content-section .lton_heading {
    font-size: 12px;
    font-weight: 500;
	margin-top: 15px;
}

.lton_tm_2_heading {
    color: #fff;
    margin-top: 25px;
}


/* ---- MASONARY LAYOUT -----*/

.ms_grid_item {
    width: 31.33%;
    float: left;
    margin: 5px;
}

.upk_ms_grid:after {
    content: '';
    display: block;
    clear: both;
}

.post_req_article p {
    font-size: 0.90rem;
    margin-top: 10px;
}

.mtb-3 {
    margin-bottom: 20px;
}


/*============= ABOUT/CONTACT/CAREERS=============*/

.upk_abt_img {
    background: url("../img/header-bg.png") no-repeat center / cover;
    padding: 160px 20px;
}

.upk_abt_imgg {
    background: url("../img/header-bg.png") no-repeat center / cover;
    padding: 160px 20px;
}

#upk_abt_offer,
#upk_abt_miss {
    background: #efefef;
}

.upk_abt_nav ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.upk_abt_nav ul li a:hover {
    text-decoration: none;
}

.upk_abt_us h2,
.upk_abt_offer h2,
.upk_abt_diferent h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.upk_abt_offer h2 {
    width: 500px;
    margin: 0 auto 20px;
    background: #f98787;
    padding: 5px 0px;
}

.upk_abt_diferent p {
    text-align: center;
    font-size: 15px;
}

.upk_abt_offer p {
    text-align: center;
    font-size: 15px;
}

.upk_abt_earn h3,
.upk_abt_brand h3,
.upk_abt_reach h3 {
    font-size: 22px;
    font-weight: 600;
    background: #f98787;
    text-align: center;
    padding: 6px 0px;
}

.upk_abt_earn,
.upk_abt_brand,
.upk_abt_reach {
    border: 1px solid #ddd;
}

.upk_abt_earn p,
.upk_abt_brand p,
.upk_abt_reach p {
    padding: 15px;
    font-size: 15px;
}

.upk_abt_help {
    padding: 30px 0px;
}

#upk_abt_help {
    margin-bottom: 50px;
}

.upk_abt_vision h3,
.upk_abt_mission h3,
.upk_abt_values h3 {
    font-size: 23px;
    font-weight: 600;
    background: #f98787;
    text-align: center;
    padding: 6px 0px;
}

.upk_abt_vision,
.upk_abt_mission,
.upk_abt_values {
    border: 1px solid #ddd;
}

.upk_abt_vision p,
.upk_abt_mission p,
.upk_abt_values p {
    padding: 16px;
    font-size: 15px;
}

.upk_abt_values p {
    margin-bottom: -20px
}

.upk_abt_miss {
    padding: 30px 0px;
}

.upk_abt_values {
    margin-top: 30px;
}

.upk-mr_top {
    margin-top: 75px;
    margin-bottom: 8px;
}

.upk-mr_bottom {
    margin-bottom: 8px;
}

#upk_abt_miss {
    margin-bottom: 8px;
}

.upk_abt_us {
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
}

.upk_abt_offer {
    padding-bottom: 30px;
}

.upk_abt_diferent {
    padding: 30px 0px;
}

.job_head h3 {
    color: #ffffff;

}
.upk_abt_nav ul li a {
    color: #000;
    border: 2px solid transparent;
}

.upk_abt_nav ul .js_links_active {
    border: 2px solid #6d80cf;
    color: #6d80cf;
}

.upk_abt_cr {
    padding: 30px 0px;
}

.upk_abt_cr_col img {
    width: 70px;
    display: block;
    margin: 0 auto 20px;
}

.upk_contact_form form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
}

.upk_contact_form form input,
.upk_contact_form form textarea {
    width: 90%;
    border: none;
    outline: none;
    background: #efefef;
    font-size: 15px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.btn-upk-contact {
    background: #D91B5C;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 20px;
}

.upk-addr-text {
    padding: 0px;
    margin-top: 22px;
}

.upk-addr-text li {
    padding: 8px 0px;
}

.upk-addresses h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.upk_abt_cr_col h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.upk_abt_cr_col p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.upk_team {
    background: #efefef;
    padding: 20px;
}

.upk_team_abt {
    text-align: left;
}

.upk_team img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.upk_team_abt h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.upk_team_abt small {
    margin-bottom: 15px;
    display: block;
}

.container_ourteam,
.ukp_wrap {
    width: 60%;
    margin: 0 auto;
}

.ukp_ref_earn h5 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    color: blueviolet;
}

.ukp_ref_earn img {
    align-content: center;
    display: flex;
    margin: auto;
    width: 200px;
}

.ukp_referearn {
    text-align: center;
    letter-spacing: 1.5px;
    /* color: purple; */
    font-weight: 600;
    font-size: 18px;
}

.ukp_referearn_text h5 {
    text-align: center;
}

.ukp_wrap {
    text-align: center;
}

.innerItems img {}

.wrapper_link input {
    width: 300px;
    padding: 8px 10px;
    background: #efefef;
    border: none;
}

.wrapper_link button {
    background: #f98787;
    padding: 8px 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
	color: white;
}

.upk_ref_link h6 {
    margin-top: 10px;
}

.ukp_ref_soc {
    padding: 0px;
}

.ukp_ref_soc li {
    display: inline-block;
}

.ukp_ref_soc li a img {
    width: 47px;
    margin-right: 12px;
}

.soc_heding {
    margin-top: 20px;
}

.ukp_rwd {
    width: 60%;
    margin: 0 auto;
}

.ukp_rwd h1 {
    font-size: 65px;
}

.fix-mobile-filter {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    border-top: solid 1px #f1efee;
    z-index: 1;
}

.fix-mobile-filter ul li {
    width: 50%;
    display: inline-block;
    text-align: center;
    float: left;
    padding: 15px;
    font-size: 13px;
}

.fix-mobile-filter ul li:first-child {
    border-right: solid 1px #f1efee;
}

.fix-mobile-filter ul li i {
    color: black;
}

.filter-modal .modal-dialog {
    margin: 0px;
}

.filter-modal .modal-content {
    border-radius: 0px;
    height: 100vh;
    border: none;
}

.filter-modal .modal-title {
    margin-bottom: 0;
    text-align: left;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.tabs-btn-left .nav-link {
    text-align: left;
    background-color: transparent;
    color: #404040;
    font-size: 13px;
    font-weight: 300;
}

.text-dark-not {
    color: #737373!important;
}

.tabs-heights {
    height: 80vh;
    position: relative;
    overflow: auto;
    overflow-y: scroll;
}

.tabs-btn-left .nav-pills .nav-link.active,
.tabs-btn-left .nav-pills .show>.nav-link {
    background-color: #f4f4f4;
    color: #000;
    font-weight: 400;
    border: none;
}

.boyd-content .only-one-li {
    padding: 12px;
    text-align: center;
}

.boyd-content .only-one-li a {
    color: #000;
    display: block;
    font-size: 14px;
}

.boyd-content .only-two-li {
    background: #f8fbfe;
    height: 45px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply_btn a {
    background: #f8fbfe;
    color: #abb4d9;
    text-align: center;
    display: block;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
}

.boyd-content .only-two-li a {
    color: #abb4d9;
    text-align: center;
    display: flex;
    font-size: 14px;
    justify-content: center;
}

.boyd-content ul li a {
    text-align: center;
    display: block;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
}

.bg-header-modal {
    background: #f8fbfe;
}

.slider-menuu-mobile {
    width: 100%;
    position: relative;
}

.slider-menuu-mobile ul {
    display: flex;
    overflow: scroll;
}

.slider-menuu-mobile ul li {
    display: inline-block;
}

.slider-menuu-mobile ul li a {
    text-decoration: none;
    padding: 14px 28px 14px;
    display: block;
    color: black;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}

.slider-menuu-mobile ul li a i {
    display: none;
    cursor: pointer;
    float: right;
    padding: 12px;
    line-height: 0;
    color: #000;
}

.slider-menu-mobile {
    width: 100%;
    position: relative;
}

.slider-menu-mobile ul {
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
}

.slider-menu-mobile ul li {
    display: inline-block;
}

.parent-li.mobile-menu-active {
    background: #f7f7f7;
}

.slider-menu-mobile ul li a {
    text-decoration: none;
    padding: 14px 12px 14px;
    display: block;
    color: black;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}

.slider-menu-mobile ul li a i {
    display: none;
    cursor: pointer;
    float: right;
    padding: 12px;
    line-height: 0;
    color: #000;
}

.parent-li {
    position: relative;
}

.bg-first-step {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 48px;
    background-color: #3f3f3fcc;
}

.mob-first-step {
    background: #f7f7f7;
    width: 85%;
    z-index: 9;
    height: 100vh;
    overflow: scroll;
}

.first-step {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f7f7f7;
    width: 85%;
    z-index: 9;
    padding: 0;
}

.innder-toggle-menu {
    padding: 15px 20px;
    border-bottom: 1px solid #ececec;
}

.innder-toggle-menu img {
    /* border: 1px solid black; */
    border-radius: 50%;
    overflow: hidden;
}

.innder-toggle-menu a {
    color: #ff6a6a;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none
}

.innder-toggle-menu i {
    color: #ff6a6a;
    padding: 6px 0px 0;
    font-size: 15px;
}

.outer-area-div ul {
    display: block;
}

.outer-area-div ul li {
    list-style: none;
    display: flex;
}

.outer-area-div ul li img {
    margin: 8px 6px;
    border-radius: 50%;
}

.nonedd {
    display: none;
}

.outer-area-div ul li a:hover {
    text-decoration: none;
}

.outer-area-div ul li a {
    color: #808080;
    padding: 8px 6px;
    width: 100%;
    font-size: 14px;
    display: block;
}

.outer-area-div {
    background: white;
    padding: 0px 15px;
}

.bg-overlay-fixdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #00000099;
    z-index: 9;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.d-none-custom {
    transition: 0.3s;
    display: none;
}

.sort-filter {
    position: fixed;
    bottom: 50px;
    background: white;
    width: 50%;
    z-index: 9;
    padding: 20px 10px;
}

.mobile_view_breadcum {
    display: none;
}

.sort-filter ul li:first-child {
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 10px;
}

.sort-filter ul li {
    list-style: none;
    padding: 15px 0px 0;
    display: block;
    color: black;
    font-size: 13px;
    font-weight: 400;
}

.close-sort-filter i {
    font-size: 14px;
    color: black;
    padding: 0;
}


/* launching-page */

.launching-page {
    width: 100%;
    height: 100vh;
    display: table;
    background-color: #ffffff;
    background: url("../img/launch-bg.webp") no-repeat;
    background-size: calc(calc(100vw + 400px) / 2);
    background-position: calc(calc(-100vw + 2650px) / 2);
    position: relative;
}

.launching-page .content {
    display: table-cell;
    height: 100vh;
    vertical-align: bottom;
    padding-left: 74px;
}

.launching-page .content h2 {
    font-weight: 600;
    color: #000000;
    font-size: 43px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.launching-page .content p {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.04em;
    line-height: 26px;
    padding-right: 62px;
    width: 500px;
}

.launching-page ul li:first-child {
    margin-right: 43px;
}

.btn-launch {
    background: #ffe48d;
    padding: 12px 9px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-launch:hover {
    color: #000000;
    background: #ffffff;
    border: 2px solid #ffe48d;
    text-decoration: none;
}

.launch-head {
    /* position: static;
    padding: 10px 0;
    background: #ffffff; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.launch-head a {
    /* padding-left: 74px; */
    padding-left: 56px;
    display: block;
    margin-top: 10px;
}

.launch-head a img {
    width: 180px!important;
}

.launch-tab .tab {
    overflow: hidden;
}


/* Style the buttons inside the tab */

.launch-tab .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 10px;
}

.launch-tab .tabcontent {
    opacity: 0;
    visibility: hidden;
    padding: 18px 12px;
    margin-top: 22px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.75);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;
}

.launch-tab .tabcontent .news-letter-form .form-control {
    height: 41px!important;
    padding: 15px!important;
}


/* new */

.mob_view_launching {
    display: none;
}

@media (max-width: 575px) {
    .launching-page .content {
        padding-left: 6px!important;
    }
    .launching-page .content h2 {
        font-size: 23px!important;
    }
    .launching-page .content p {
        font-size: 14px!important;
        padding-right: 0!important;
    }
    .launching-page ul li:first-child {
        margin-right: 13px;
    }
    .btn-launch {
        padding: 12px 2px!important;
        font-size: 13px!important;
        width: auto;
    }
    .launch-head a {
        /* padding-left: 74px; */
        padding-left: 0!important;
    }
    .launch-tab .tab {
        display: flex;
    }
    .launch-tab .tab button {
        padding: 6px 11px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .launching-page .content {
        padding-left: 16px;
    }
    .launching-page .content h2 {
        font-size: 47px;
    }
    .launch-head a {
        /* padding-left: 74px; */
        padding-left: 0!important;
    }
}

@media (max-width: 1199px) {
    .web_view {
        display: none;
    }
    .launching-page {
        background: none!important;
    }
    .mob_view_launching {
        display: block !important;
    }
    .mob_view_demo {
        padding: 125px 20px;
        font-size: 40px;
    }
    .mob_view_demo button,
    .mob_view_demo a {
        text-decoration: none;
        font-size: 38px;
        margin: 40px 0;
    }
    .news-letter-form .input_form {
        font-size: 40px;
        margin: 40px 0;
        width: 100%;
        padding: 40px;
    }
    .tabxcontent {
        opacity: 0;
        visibility: hidden;
        padding: 18px 12px;
        margin-top: 22px;
        margin-bottom: 30px;
        box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.75);
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.5s ease;
    }
}

.blog-upper-tabs .btn-primary {
    padding-left: .75rem!important;
    background: #f98586;
    border-color: #f98586;
}

.blog-upper-tabs a {
    padding: .375rem .75rem;
}

.sidebar-content a {
    padding-left: 0!important;
    color: #f98787;
}

.sidebar.widget h3 {
    border-left: 5px solid #f98787!important;
}

.upper-active {
    background: #f98787;
    color: #ffffff!important;
    border-color: #f98787!important;
}

.in-blog {
    position: relative;
}

.related_cat {
    width: 265px;
    position: sticky;
    z-index: 99;
    top: 194px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    height: 439px;
    bottom: 0;
    margin-bottom: 20px;
}

.related_cat h5 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
}

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

.related_cat ul ul {
    list-style-type: none;
    margin-left: 17px;
}

.related_cat ul ul li a {
    font-size: 15px;
    padding: 5px 0;
    color: #f98787;
}

.main_categories {
    overflow-y: scroll;
    height: 359px;
}

.related_cat ul li {
    display: block;
}

.related_cat ul li a {
    color: #333;
    display: block;
    padding: 5px 0px;
}

.main_categories::-webkit-scrollbar {
    width: 12px;
}

.main_categories::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.main_categories::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.upk-comm-box textarea {
    width: 100%;
    outline: none;
    padding: 10px 12px;
    font-size: 17px;
    border: 1px solid #eee;
}

.btn-upk-comment {
    border: none;
    padding: 10px 38px;
    font-size: 20px;
    background-color: #f98787;
    color: #fff;
}

.next_carouser {
    right: -157px;
    position: absolute;
    background: black;
}

.right_next {
    width: 60px;
}

.blog_slid {
    height: 411px;
}

.carousel-item {
    background: black;
}

.carousel-item {
    min-height: auto;
}

.new_tags h3 {
    font-size: 26px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.new_tags ul li {
    list-style: none;
    display: inline-block;
    background-color: #f39d7a;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 8px;
    margin: 0px 9px 10px 0px;
    color: white;
}

.blog_caption_carousel {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    color: #fff;
    background: #00000063;
    width: 100%;
    padding: 10px 54px;
}

.blog_show_title h3 {
    color: white;
    font-size: 28px;
}

.blog_info_title h1 {
    font-size: 38px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .h-n {
        height: 100%;
    }
    .ss-show {
        display: block!important;
    }
}

.overlay {
    position: fixed;
}

.acc__title a {
	color: #f198a3;
}

.overlay::after {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 9999;
}

body.overlay::after {
    background: #000000;
    opacity: 0.8;
}


/*  .seller_job_post{
   height: 100vh;
   overflow-x: scroll;
   background-color: #fbfaf9;
   position: fixed;
   transition: 0.3s;
   z-index: 999999;
   top: 0;
   right: 0;
   margin-right: -315px;
}
.active-tog{
   margin-right: 0;
}  */


/*custom scrollbar */

.scrollbar_2 {
    position: sticky;
    width: 100%;
    position: sticky;
    /* z-index: 99; */
    top: 105px;
    padding: 15px;
    border-radius: 8px;
/*     height: 85vh; */
    bottom: 0;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-color: #ece8e8 #fff;
    scrollbar-width: thin;
}

.scrollbar_2::-webkit-scrollbar {
    width: 4px;
}

.scrollbar_2::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eae7e7;
    box-shadow: inset 3px 0px white;
}

.scrollbar_2::-webkit-scrollbar-thumb {
    background: #eae7e7;
    border-radius: 10px;
}

.scrollbar_2::-webkit-scrollbar-thumb:hover {
    background: rgb(217 216 216);
}


.secshow {
    display: none;
}

.sechide {
    display: block;
}


/*theme61 part */

.grdcont {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    padding: 10px 0;
    align-content: stretch;
    justify-content: space-evenly;
}

.grdcontp {
    display: none;
}

.grditm {
    padding: 5px 0;
}

.tab-content {
    padding: 0 5px;
}

.theme1align {
    width: 100%;
    margin: 0px;
    padding: 0 20px;
}

.skillmetoo {
    display: none;
}

.theme3web2 {
    display: none;
}

.colorbox {
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 0px;
}

.colorbox small {
    width: 80px;
    height: 90px;
    border: 1.5px solid gray;
    padding: 10px;
    margin: 5px 10px 5px 0px;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.price_detailsss h5 {
    text-align: center;
    justify-content: center;
}

.prod_slide_main {
    width: 100%;
    height: 200px;
    display: block;
}

.new_col_below_img {
    margin-top: 20px;
}

.new_col_below_img img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
    margin: 0 20px;
}

.custome_design {
    justify-content: flex-start;
    display: flex;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 9px -2px rgb(0 0 0 / 20%);
}

.col_below_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.col_below_img a {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.2);
    /* border-bottom: 2px solid black; */
    padding-bottom: 5px;
    margin: 0 20px;
}

.copy_code a {
    text-decoration: none;
    font-weight: 500;
    color: #FF6A81;
}

.main_prod_image {
    height: 550px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px rgba(155, 106, 129, 0.5);
    width: 65%;
}

.main_package_image {
    /* height: 550px; */
    justify-content: center;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px rgba(155, 106, 129, 0.5);
    width: 65%;
}

.main_package_image img {
    border-radius: 5px;
    /* height: 550px; */
}

.col_below_dots {
    display: none;
}

.size_scroller {
    /*     height: 80vh; */
    padding-right: 10px;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-color: #ece8e8 #fff;
    scrollbar-width: thin;
    margin-bottom: 4px
}

.size_scroller::-webkit-scrollbar {
    width: 0px;
    height: 3px
}

.delivery_state {
    color: black;
    background: #FD6A6A;
    padding: 3px 15px;
    margin-right: 5px;
    border-radius: 2px;
    display: inline-block;
}

.size_scroller::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #faf7f7;
    box-shadow: inset 3px 0px white;
}

.size_scroller::-webkit-scrollbar-thumb {
    background: #dfdddd;
    border-radius: 10px;
}

.availibility_model {
    width: 500px;
    margin: auto;
}

.modal-backdrop {
    z-index: 1 !important;
}

.size_scroller::-webkit-scrollbar-thumb:hover {
    background: rgb(217 216 216);
}

.package_heading h4 {
    color: #737EAF;
}

.mob_image {
    display: none;
}

#team_content2,
#team_content1 {
    display: none;
}

.see_more {
    padding: 5px 10px;
    border-radius: 4px;
    border: 2px solid #98a3ce;
    transition: all 0.2s;
}

.see_more:hover {
    color: white;
    transition: all 0.2s;
    background: #98a3ce;
}

.cart_read_more {
    display: none;
    font-size: 12px;
    border: 1px gray solid;
    border-radius: 5px;
    padding: 2px 12px;
    background: white;
}

.cart_read_more:hover {
    background: #f1f1f1;
}

.cart_read_more_active {
    display: block;
}

.cart_show_content {
    display: none;
}

.footer_content h4 {
    font-size: 20px;
    color: #A09999;
}

.footer_content p a {
    color: #A09999 !important;
}

.image_1 {
    text-align: center;
}

.image_1 img {
    margin-bottom: 20px;
}

.starting_image {
    text-align: center !important;
}

.starting_image .carousel-item {
    background: white;
}

.starting_image img {
    width: 35% !important;
}

.starting_image h3 {
    font-size: 38px !important;
}

.starting_image p {
    font-size: 16px!important;
}

.model_head_margin {
    margin-top: -10px !important;
}

.carousel-control-prev {
    left: 0;
    background: #d2c8c8 !important;
    width: 43px !important;
    height: 100px !important;
    margin: auto !important;
}

.carousel-control-next {
    right: 0;
    background: #d2c8c8 !important;
    width: 43px !important;
    height: 100px !important;
    margin: auto !important;
}


/* Explore page start here */

.explore_head {
    color: #afafaf !important;
    height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: -101;
}

.text-start h1 {
    font-size: 62px;
	color: #afafaf;
	padding: 50px 0px 0px 0px;
	margin: auto;
}

.expo_filter_head {
    margin: 50px auto;
    white-space: nowrap;
    scrollbar-color: #ece8e8 #fff;
    scrollbar-width: thin;
}

.expo_filter_head_right {
    overflow: auto;
    width: 50%;
}

.expo_filter_head_right a {
    display: inline-block;
    color: #afafaf;
}

.expo_filter_head_right:hover a {
    display: inline-block;
    color: #7f7d7d;
}

.expo_filter_head_right a:nth-child(1) {
    background: #f2f2f2;
    padding: 2px 10px;
    border-radius: 15px;
    width: 70px;
    text-align: center;
}

.expo_filter_head_right a:nth-child(7) {
    border: 1px solid black;
    padding: 2px 10px;
    border-radius: 15px;
    width: 70px;
    text-align: center;
    margin-left: 100px;
}

.dfghi {
    z-index: 10;
}

.sell_why_image img {
    transform: scale(1.2);
}

.mansonary {
    line-height: 40px;
    column-count: 4;
    width: 100%;
}

.card_mg {
    position: relative;
    padding-bottom: 11px;
}

.unsaved {
    position: absolute;
    left: 25px;
    top: 10px;
}

.unsaved a i {
    color: #808080;
}

.mansonary .product_card {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important;
}

.mansonary .card_mg .mas_img {
    border-radius: 10px;
    width: 100% !important;
    height: auto !important;
    /* margin-bottom: 12px !important; */
    /* padding-bottom: 12px; */
}


/* .card_mg:hover .expo_content{
    z-index:1 !important;
    margin-top: -117px;
} */

.share_app_wxplore {
    margin: 0 8px;
}

.explore_reply {
    display: flex;
    justify-content: center;
}

.explore_reply input[type=text] {
    transition: 0.2s ease-in-out;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #d3d3d34d;
    margin-right: 20px;
    padding: 0px 10px;
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    /* background: gray; */
    background: rgba(255, 255, 255, .3);
}

.explore_reply input[type=text]:focus,
.explore_reply input[type=text]:active,
.explore_reply input[type=text]:hover {
    transition: 0.2s ease-in-out;
    color: #fff;
    border: 1px solid rgba(230, 230, 230, .05);
    /* background: #fff; */
}

.commentsendbutton {
    color: white;
    padding: 0px 10px;
    border-radius: 50%;
    background: #fc6068;
}

.upk-explore-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.explore_reply input[type=submit] {
    background: #ff6a6a;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 12px;
}

.comment_user {
    font-size: 12px;
}


.product_card {
    position: relative;
    overflow: hidden;
    border-radius: 10px !important;
    border: 0px !important;
    margin-top: -117px;
}

.unsaved_heart img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.expo_content {
    display: none;
    padding: 5px 10px;
    position: absolute !important;
    /* transition: ease-in 0.2s; */
    width: 100%;
    background: #ffffffc2;
    height: auto;
    line-height: 20px !important;
    z-index: 1 !important;
    bottom: 11px;
    /* margin-top: -117px; */
}

.expo_content p {
    margin: 0px;
    font-size: 12px;
    color: #000000;
}

.expo_content small {
    font-size: 12px;
    color: #393939;
}

.expo_like {
    text-align: end;
}

.expo_like a {
    margin: 0 5px;
}

.expo_like a img {
    margin: 0 6px;
}

.expo_like a img span {
    font-size: 15px;
}

.cmmnt {
    display: flex;
    margin-top: 2px;
}

.cmmnt input {
    width: 100%;
    height: 22px;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgb(175, 177, 209);
}

.cmmnt button {
    height: 22px;
    text-align: center;
    font-size: 12px;
    padding: 0px 8px;
    border: 1px solid black;
    outline: none;
    background: #AFB1D1;
}

.slideimag {
    position: absolute;
    bottom: 12px;
    left: 50%;
    right: -50%;
    transform: translate(-50%, 0px);
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: 0.5s all;
}

.slideimags {
    position: absolute;
    bottom: 12px;
    left: 60%;
    right: -50%;
    transform: translate(-50%, 0px);
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: 0.5s all;
}

.slide12345 {
    display: block;
    transition: 0.5s all;
}

.slide1234 {
    transition: 0.5s all;
    top: 0px !important;
}

.custom_reply_model {
    width: 500px;
    margin: auto;
    color: #000000;
}


/* explor page end here */


/* @@@@@@@@@@@@@@@@ */


/* career technology start */

.car_inside_card:hover h1 {
    color: black;
    transition: ease-in-out 0.3s;
}

.car_inside_card {
    transition: ease-in-out 0.3s;
    background: linear-gradient(#fff4f4, #ffffff);
    height: 200px;
    width: 300px;
    border-radius: 35px;
    margin: auto;
    padding: 0px 20px 20px 20px;
}

.car_inside_card h5 {
    color: #353535;
    font-weight: 300;
    font-size: 17px;
}

.car_inside_card h1 {
    color: #d6d6d6;
    font-weight: 600;
    font-size: 80px;
}

.car_inside_card h6 {
    color: #353535;
    font-weight: 300;
}

.car_inside_card a {
    color: #bfbdbd;
    font-size: 12px;
    width: 70px;
}


/* career technology end */


/* career start */

.cartec_inside_card {
    padding: 20px 30px !important;
    margin-top: 25px;
}

.cartec_inside_card:hover h1 {
    color: #353535;
    transition: all 0.3a;
}

.cartec_inside_card h1 {
    transition: all 0.3a;
    color: #d6d6d6;
    font-weight: 600;
    font-size: 80px;
}

.cartec_inside_card h5 {
    font-weight: 400;
}

.cartec_inside_card a {
    color: #d6d6d6;
    font-size: 12px;
    width: 70px;
}

.job_links_head {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.job_links_head p {
    margin: 0 20px;
    font-size: 20px;
    color: 353535;
}


/* .job_links_head p:hover {
    color: #6d80cf;
} */

.job_links_head p:nth-child(1) {
    background: white;
    padding: 0 10px !important;
}

.demo_explore_head {
    display: flex;
    padding: 70px 0;
    text-align: center;
    margin-left: 25%;
}

.jobhr {
    width: 50%;
    /*padding: 20px 0 30px 0;*/
}


/* career last page start*/

/* .jon_description {
    margin: 10px 0;
    background: linear-gradient(#fff4f4, #ffffff);
    border-radius: 35px;
    padding: 100px;
} */

.job_cmpny p {
    font-size: 20px;
}

.applynow_btn {
    text-align: center;
}

.applynow_btn a {
    color: white;
    background: #ff898a;
    border: 0px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 35px 7px 35px;
    font-size: 20px;
}

.applynow_btn a:hover {
    color: #b53a3b;
    text-decoration: none;
}

.apply_banner_text {
    padding: 50px 0;
    margin: auto;
}

.apply_banner_text p {
    text-align: center;
    font-size: 18px;
}

.apply_banner_text h2 {
    justify-content: center !important;
    display: flex;
    font-weight: 600;
    font-size: 20px;
}


/* career last page end */


/* apply form start here */

.form_submit_details .form-group {
    position: relative;
    border-bottom: 1px solid black;
    /* width: 80%; */
    margin: auto;
}

.form_submit_details .form-group label {
    margin-top: 20px !important;
}

.form_submit_details .form-group input {
    border: 0px;
    width: 100%;
    background: transparent;
}

.form_submit_details .form-group input:focus {
    border-bottom: 1px solid #6d80cf;
    outline: none;
}

.form_submit_details .form-group label .star-clolr {
    color: red;
}

.upload-group {
    border: 0px !important;
}

.applynow_btn_final input {
    color: white;
    background: #ff898a;
    border: 0px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 35px 7px 35px;
    font-size: 20px;
}

.applynow_btn_final input:focus {
    outline: none;
}


/*.form-control{
    background: transparent;
}*/

.form_submit_details {
    background: linear-gradient(#fff4f4, #ffffff) !important;
    border-radius: 35px;
    padding: 75px;
}

.applynow_btn_final {
    text-align: center;
}

.upload_files_here {
    margin: 20px 45px;
}

.upload_files_here .upload-group input:focus {
    border: 0px;
    outline: none;
}


/* applyform end here */

.expo_filter_head_right .active {
    color: #6d80cf;
}

.back_arrow_every {
    position: absolute;
    left: 15%;
    margin-top: -5px;
}

.back_arrow_every a img {
    width: 40px;
    height: 40px;
    background: #f8f8f8;
    border-radius: 50%;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    object-fit: covers;
    padding: 10px;
}

.sub_cat {
    display: none;
    width: 100%;
    text-align: center;
}

.sub_cat_active {
    display: block;
}

.expo_filter_head_rights {
    width: 80%;
    margin: auto;
    padding-right: 10px;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-color: #ece8e8 #fff;
    scrollbar-width: thin;
}

.expo_filter_head_rights::-webkit-scrollbar {
    width: 0px;
    height: 3px
}

.expo_filter_head_rights::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #faf7f7;
    box-shadow: inset 3px 0px white;
}

.expo_filter_head_rights::-webkit-scrollbar-thumb {
    background: #dfdddd;
    border-radius: 10px;
}

.expo_filter_head_rights a:hover {
    background: #FF6A6A;
    color: white;
    padding: 0px 20px;
    border-radius: 15px;
    transition: 0.5s all;
    text-decoration: none;
}

.cat_all_all {
    background: #f2f2f2 !important;
    padding: 2px 7px;
    border-radius: 15px;
    /* width: 70px; */
    text-align: center;
    border: none;
    background: #f8f8f8;
    border-radius: 50%;
    box-shadow: 0px 3px 3px -1px rgb(0 0 0 / 20%);
}

.cat_all_all img {
    width: 16px;
    opacity: 0.8;
}

.Filter {
    border: 1px solid black !important;
    padding: 2px 10px;
    border-radius: 15px;
    width: 70px;
    text-align: center;
    margin-left: 100px;
    border: none;
}

.card_mg {
    position: relative;
}

.fashion_cat button,
.graphic_cat button,
.main_bar_res button,
.fashion_2_cat button,
.fashion_3_cat button,
.arti_cat button {
    margin: 0 10px;
}

.fashion_cat button:focus,
.graphic_cat button:focus,
.main_bar_res button:focus,
.fashion_2_cat button:focus,
.fashion_3_cat button:focus,
.arti_cat button:focus {
    outline: none;
}

.expo_filter_head_right button:focus {
    outline: none;
}

.dont_know {
    display: none;
}


/* career end */

.dropdown_my {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 82%;
    top: 90px;
    line-height: 27px;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    padding: 10px 30px;
    background: #f8f8f8;
}

.dropdown_my button:hover {
    /*     background-color: #f0f0f0; */
    color: #ABB4D9;
    width: 100%;
}

.dropdown_my {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 80%;
    top: 90px;
    line-height: 27px;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    padding: 10px 30px;
    background: #f8f8f8;
}

.dropdown_my button:hover {
    /*     background-color: #f0f0f0; */
    color: #ABB4D9;
    width: 100%;
}

.accordian_me {
    display: flex;
    justify-content: space-evenly;
}

.accordian_me form label {
    padding: 0px;
    margin: 0px;
}

.head_dropdown_my {
    display: none;
    position: absolute;
    z-index: 1;
    left: 84%;
    top: 57%;
}

.accordian_me {
    display: none;
    padding: 0 10px;
}

.accordian_me_active {
    display: block;
}

.com_box {
    width: 265px;
    height: 35px;
    margin-top: -40%;
}


/*POST COMMENT CSS*/

.expo_comment {
    padding-left: 16px;
    padding-right: 16px;
    color: #8e8e8e;
    color: rgba(var(--f52, 142, 142, 142), 1);
    font-size: 14px;
    line-height: 18px;
}

.post_comment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
}

.Ypffh {
    background: 0 0;
    border: 0;
    color: #262626;
    color: rgba(var(--i1d, 38, 38, 38), 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: inherit;
    height: 18px;
    max-height: 80px;
    outline: 0;
    padding: 0;
    resize: none;
    width: 0;
}

.sqdOP[disabled]:not(.A086a) {
    opacity: .3;
}

.sqdOP[disabled],
a.sqdOP[disabled] {
    pointer-events: none;
}

.yWX7d,
.yWX7d:visited,
a.yWX7d,
a.yWX7d:visited {
    border: 0;
    color: #0095f6;
    color: rgba(var(--d69, 0, 149, 246), 1);
    display: inline;
    padding: 0;
    position: relative;
}

.sqdOP {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-weight: 600;
    padding: 5px 9px;
    text-align: center;
    text-transform: inherit;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

.coming_backg {
    background-image: url("/img/coming-border.svg");
    background-repeat: no-repeat;
    background-size: cover;
}


/*Pop Up Css*/

.overlau {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.modal_head {
    z-index: 101;
    -webkit-box-shadow: 0px 0px 29px 6px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 29px 6px rgba(255, 255, 255, 0.5);
    border: 0px solid white;
    position: absolute;
    width: 600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: white;
    overflow: hidden;
}

.modal_head .modal_head_1 {
    width: 100%;
}

.modal_head .modal_head_2 img {
    height: 100%;
    width: 100%;
}

.modal_head span {
    font-size: 40px;
    position: absolute;
    right: 19px;
    top: -16px;
    cursor: pointer;
}

.modal_head h1 {
    text-align: center;
    font-size: 30px;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #d6d2d2;
}

.modal_head h2 {
    text-align: center;
    font-size: 20px;
}

.modal_head form {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.modal_head form input:nth-child(1) {
    font-size: 18px;
    width: 90%;
    background: #dadada;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
}

.modal_head form .sec_child {
    width: 90%;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    background: #192d35;
    color: white;
    font-weight: 800;
}

.modal_head h4 {
    text-align: center;
    margin-top: 20px;
    color: black;
    font-size: 18px;
}


/*POP Up 2 CSS*/

.overlauu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.modaal_head {
    z-index: 101;
    -webkit-box-shadow: 0px 0px 29px 6px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 29px 6px rgba(255, 255, 255, 0.5);
    border: 0px solid white;
    padding: 20px 0;
    position: absolute;
    width: 600px;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    background: white;
    background-image: url(./back.png);
    overflow: hidden;
}

.modaal_head .modaal_head_1 {
    width: 100%;
}

.modaal_head .modaal_head_2 img {
    height: 100%;
    width: 100%;
}

.modaal_head span {
    font-size: 40px;
    position: absolute;
    right: 19px;
    top: -16px;
    cursor: pointer;
}

.modaal_head h1 {
    text-align: center;
    font-size: 40px;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #d6d2d2;
}

.modaal_head h2 {
    text-align: center;
    font-size: 20px;
}

.modaal_head form {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.modaal_head form input:nth-child(1) {
    font-size: 40px;
    width: 90%;
    background: #dadada;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
}

.modaal_head form .sec_child {
    width: 90%;
    border: none;
    border-radius: 5px;
    font-size: 40px;
    background: #192d35;
    color: white;
    font-weight: 800;
}

.modaal_head h4 {
    text-align: center;
    margin-top: 20px;
    color: black;
    font-size: 18px;
}


/*Thankyou Page*/

.th_cont p {
    text-align: center
}

.top_img img {
    width: 100%;
    height: 300px;
    background: #fff;
    padding: 0 150px;
}

.th_cont p {
    text-align: center;
    font-size: 20px;
    line-height: 1
}

.th_cont {
    background: #e9ecef;
    padding: 10px 0 50px 0;
    text-align: center
}

.social_icon .fa {
    width: 40px;
    height: 40px;
    border: 1px solid;
    padding: 7px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 1.2;
    margin: 0 20px;
    color: #fff
}

.social_icon li {
    display: inline
}

.social_icon a {
    color: #151515
}

.social_icon .fa-facebook-square {
    background-color: #3b5998
}

.social_icon .fa-instagram {
    background-color: #e4405f
}

.social_icon .fa-twitter-square {
    background-color: #00acee
}

.social_icon .fa-linkedin-square {
    background-color: #0077b5
}

.query .queryname p {
    color: #9d9d9d;
    font-size: 20px;
    text-align: left
}

.query .queryname .callnow {
    font-size: 30px
}

.subscribe .btn-subscribe {
    background: #f39d7a;
    border-radius: 10px;
    padding: 22px;
    border: none;
    box-shadow: 0 2px 9px #0000003d;
    width: 60%
}

.subscribe .form-input {
    border-radius: 10px;
    background: 0 0;
    box-shadow: 0 2px 9px #0000003d
}

.subscribe {
    width: 100%
}

.form-wrap+.checkbox-inline {
    margin-top: 15px
}

.form-wrap {
    position: relative
}

.form-wrap.has-error .form-input {
    border-color: #f5543f
}

.form-wrap.has-focus .form-input {
    border-color: #f98586
}

.blog_read_more {
    background: #f98586 !important;
    border-color: #f98586 !important;
}

.form-wrap+* {
    margin-top: 20px
}

.form-input {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 17px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .025em;
    color: #151515;
    background-color: #efefef;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #efefef
}

.form-input:focus {
    outline: 0
}

.form-input-inverse {
    background-color: #fff;
    border-color: #e1e1e1
}

.form-input-price {
    border-bottom: 2px solid #f98586
}

.form-input-disabled {
    cursor: default
}

textarea.form-input {
    height: 156px;
    min-height: 60px;
    max-height: 265px;
    resize: vertical
}

textarea.textarea-lg {
    height: 206px;
    max-height: 350px;
    resize: vertical
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #151515;
    font-weight: 500
}

.form-label {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .025em;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    transform: translate3d(0, -50%, 0);
    will-change: transform
}

.form-label.focus {
    opacity: 0
}

.form-label.auto-fill {
    color: #151515
}

.form-label-outside {
    width: 100%;
    margin-bottom: 4px
}

.photo_alb {
    opacity: 0;
    /* display:none ; */
    padding: 0 5px;
    /* margin: 0px; */
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: block;
    justify-content: space-between;
}

.photo_alb p {
    margin: 0px;
    color: white;
    text-transform: uppercase;
}

.photo_alb p span {
    color: #F17375;
    margin-left: 2px;
}

.tap_photos_profile:hover .photo_alb {
    display: block;
    opacity: 1;
}

.grid_img {
    display: block;
    columns: 16rem;
    gap: 1rem;
}

.grid_img .grid_img2 {
    margin-bottom: 1rem;
    break-inside: avoid;
}

.usersignuphead {
    padding: 12px 0px 0px 0px;
}

/* .usersignup {
    padding: 0px 0px 0px 55px !important;
} */

.content-page-template h1 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    line-height: 1.4;
}

.content-page-template h1+p,
.content-page-template h2+p,
.content-page-template h3+p,
.content-page-template h4+p {
    margin-top: 0;
}

.content-page-template p {
    font-size: 16px;
    margin-top: 17px;
}

.content-page-template h4 {
    font-size: 24px;
}

.content-page-template h3,
.content-page-template h4 {
    font-size: 30px;
    margin-top: 30px;
    line-height: 1.4;
}

.fourimg a {
    display: grid;
    grid-template-columns: 100% 100%;
}

#checke_d1 {
    color: black;
}

.select_color {
    border: 1px solid #dcdcdc;
    height: 40px;
    padding: 0 5px;
    margin-left: 5px;
    width: 40px;
    border-radius: 50%;
}

.selectcolor {
    border: 1px solid black;
    box-shadow: 0px 0px 6px 2px #0000006e;
}

.select_color_active {
    background: #807979 !important;
}

.addmap {
    width: 430px;
    height: 310px;
    border-radius: 10px;
    box-shadow: 0 0 13px 0px rgb(102 128 207 / 50%);
}

.payment_img {
    display: flex;
    justify-content: center;
}

.payment_img img {
    width: 70px;
    margin-right: 15px;
}

.priceprod {
    padding: 0 2px;
    background: white;
}

.priceprod small span del {
    font-size: 12px;
    font-weight: 500;
    color: #5d5d5d;
    letter-spacing: 0.5px;
}

.priceprod p {
    color: #ff3e6c;
    font-weight: 500;
    font-size: 12px;
}

.coupan_code {
    width: 100%;
}

#paybeforedelivery {
    display: none;
}

.coupan_code input:nth-child(1) {
    width: 100% !important;
    padding-left: 10px;
}

.coupan_code input:nth-child(2) {
    width: 50px;
    margin-right: 10px !important;
}

#coupan_details .card {
    width: 100% !important;
}

.code_coupon p {
    height: 40px;
    text-align: center;
    padding: 10px 0px;
    background: #e9ecef;
    border-radius: 5px;
}

.code_coupon p a {
    color: black !important;
}

.coupon_desc ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 28px;
    list-style-type: square;
}

.price_section .row {
    width: 100%;
}

.price_section .row button {
    width: 90%;
    background: #6D80CF;
    border: none;
    margin: auto;
    height: 50px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
}

.state_avail button {
    font-size: 14px;
    border-radius: 5px !important;
    font-weight: 500;
    background: transparent;
}

#pay_before_delivery {
    background: #F48586;
    border: 1px solid #F48586;
}

.usercard {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 7px;
    color: #676767;
    cursor: pointer;
    background: linear-gradient(196.79deg, #AEB0D0 21.19%, #F1C1C1 41.91%, #F5EAC6 63.53%, #CBE3C2 91.45%, #F2B7A1 111.26%);
}

.usercard:hover {
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    transition: 0.5s all;
}

.dot {
    height: 8px;
    width: 8px;
    margin-left: 7px;
    margin-right: 0px;
    margin-top: 2px;
    background-color: #676767;
    border-radius: 50%;
    display: inline-block
}

.c-number span {
    margin-right: 3px;
    color: #676767;
    font-weight: 700
}

.common {
    font-size: 10px;
    color: #676767;
}

.header a {
    color: #676767 !important;
}

.coupon_left {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.coupon_left span {
    opacity: 0;
    z-index: 1;
}

.coupon_left img:hover .hover_off {
    opacity: 1 !important;
    transition: 0.3s all;
}

.coupon_right ul {
    margin: 0px;
    padding: 15px 0px;
}

.coupon_right ul li span {
    font-size: 12px;
}

.coupon_right ul li .right-content {
    font-size: 12px !important;
}

.messages {
    font-size: 12px;
}

.detailmsg {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.topbuttons {
    text-align: center;
}

.divcoupon {
    padding: 0 40px;
}

.topbuttons a {
    width: auto;
    order: 1;
    display: block;
    padding: 8px 85px;
    cursor: pointer;
    background: #6d80cf;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.topbuttonsused {
    background: #f3c3c1 !important;
}

.stronweight {
    font-weight: 500 !important;
}


/* {
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    transition: 0.5s all;
} */

.ndratings {
    padding: 80px;
}

.ndratings1 span {
    font-size: 80px;
    font-weight: 600;
}

.ndratings2 span i {
    height: 50px;
    font-size: 35px;
    color: #fcd93a;
}

.formore {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    color: gray;
    cursor: pointer;
}

.coupon_tag {
    display: block;
}

.formore a {
    color: gray;
    cursor: pointer;
}

.nddratings {
    padding: 43px 10px 10px 10px !important;
}

.nddratings1 span {
    font-size: 40px;
}

.totalreview {
    font-size: 16px;
}

.design_rating_system {
    list-style-type: none;
}

.design_rating_system .start_rating {
    flex-direction: column;
}

.design_rating_system .start_rating .attribute {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 20px;
}

.design_rating_system .start_rating .attribute ul {
    display: flex !important;
}

.design_rating_system .start_rating .attribute ul li i {
    color: #fcd93a;
}

.web_view_rating {
    display: block;
}

.mob_view_rating {
    display: none;
}

.extra_order_footer {
    background: #6d80cf !important;
    padding: 4px 10px !important;
    color: white !important;
    font-size: 14px;
    text-align: center;
}

#price_details {
    text-align: center;
}

.outofstock {
    text-align: center;
    color: #ff3e6c;
}

.pagination {
    justify-content: center;
}

.prod_page {
    height: 300px;
    overflow: auto;
}

.prod_page::-webkit-scrollbar,
.chat_body_space::-webkit-scrollbar {
    width: 4px;
}

.prod_page::-webkit-scrollbar-track,
.chat_body_space::-webkit-scrollbar-track {
    background: #f8fdff;
}

.prod_page::-webkit-scrollbar-thumb,
.chat_body_space::-webkit-scrollbar-thumb {
    background: #888;
}

.prod_page::-webkit-scrollbar-thumb:hover,
.chat_body_space::-webkit-scrollbar-thumb:hover {
    background: #a4a7c7;
}

.grid-container-profession {
    display: grid;
    grid-auto-flow: column;
}

.profession-cat {
    text-transform: uppercase;
    font-size: 14px;
    color: #ff6a6a;
    letter-spacing: 3px;
    margin: 0px;
}

.grid-container-profession .item {
    font-size: 13px;
    margin-bottom: 10px;
    color: #808080;
}

.cat_name_id {
    margin: 10px 0px;
    font-size: 13px;
    color: #808080;
}

.divvv {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    color: #808080;
    text-align: center;
    align-items: center;
    padding: 10px 0px !important;
}

.text-left-alg {
    text-align: left;
    padding-left: 10px !important;
}

.main_bar_res {
    width: 100%;
    text-align: center;
}

.ch_billing {
    display: flex;
    align-items: center;
}

.ch_billing label {
    margin: 0px 10px;
}

.reschedule {
    display: none;
}

.service_checkbox {
    padding: 0px !important;
    background: none !important;
    margin: 0px !important;
    height: 45px;
    margin-left: 8px;
}

.service_checkbox p {
    margin: 0px;
    padding: 14px 0px 0px 16px;
    color: black;
}

.walletCheck {
    display: flex;
    align-items: center;
}

.service_checkbox::after,
.service_checkbox::before {
    top: 1.0rem !important;
}

.apply_button_child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchbutton {
    background: none;
    border: none;
    padding: 0px;
}

.usignupDisabled {
    opacity: 0.5;
    cursor: no-drop;
    pointer-events: none;
}

.mobiletabtobeshown {
    display: none;
}

.mobile_model {
    width: 600px;
}

.sandgridmail button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.launchingsoontext a {
    color: #F9A27F;
    text-decoration: none;
}

.clocksteps {
    flex-direction: column;
    text-align: center;
    margin: 0 20px;
}

.logouepaki {
    height: 60px;
}

.countdown {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px 0;
    background: inherit;
    background-position: center;
    box-shadow: inset 0 0 0 126px rgb(235 226 217 / 32%);
    filter: blur(7px);
    height: 230px;
}

.countdowntext {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.countdowntext {
    text-shadow: 0 2px 3px white;
}

.countdowntext .numbersteps {
    font-size: 60px;
    text-shadow: 0 2px 3px white;
}

.countdowntext .stringsteps {
    font-size: 20px;
}

.countdowntext h2 {
    /* font-family: 'termina', sans-serif; */
    padding: 0 50px;
}

.backgroundsoon {
    background: url('../../frontend/img/wave/rotate_logo_uepaki.png');
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    background-size: contain;
}

.mainimage {
    background: url('../../frontend/img/launching/3b.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.text_deco {
    display: flex !important;
    margin-bottom: 15px !important;
    line-height: 1.1;
    text-align: center;
    color: white;
    text-transform: uppercase;
    justify-content: center;
}

#imagewidthhieght {
    width: 100%;
    height: 165px;
    border: 3px solid #FDA581;
}

#imagewidthhieght2 {
    width: 100%;
    height: 275px;
    border: 3px solid #FDA581;
}

.video_section { height:100vh; object-fit:cover; display:block; }


.leftTop {
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    border-radius: 10px 0px 0px 0px;
}

.rightTop {
    border-left: 3px solid black;
    border-bottom: 3px solid black;
    border-radius: 0px 10px 0px 0px;
}

.leftBottom {
    border-right: 3px solid black;
    border-top: 3px solid black;
    border-radius: 0px 0px 0px 10px;
}

.rightBottom {
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-radius: 0px 0px 10px 0px;
}

.hovereffects {
    transition: ease-in-out 0.3s;
    /* border: 2px solid #FDA581; */
}

.hovereffects:hover {
    /* border: 5px solid white; */
    box-shadow: 0px 0px 22px -4px #000000;
    transition: ease-in-out 0.3s;
}

.hovereffects:hover .groupname {
    /* display:block; */
    transition: ease-in-out 0.3s;
    border: 2px solid #FDA581;
}

.hovereffects img {}

.groupname {
    transition: ease-in-out 0.3s;
    display: none;
    width: 96%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    background: #808080cc;
    padding: 25px;
}

.twosection h3 {
    margin: 0 0 5px 0;
    font-size: 38px;
    font-weight: 600;
    color: #aeb0d0;
}

.twosection p {
    padding-right: 40px;
    color: #00054d;
}

.twosection button {
    background: #aeb0d0;
    color: white;
    padding: 8px 16px;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
}


/* .twosection button:hover{
    background:#f0c0c1 ;
    transition: ease-in-out 0.3s;
} */


/* start explore page comment section */

.card {
    border: none;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    border-radius: 4px;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.dots {
    height: 4px;
    width: 4px;
    margin-bottom: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block
}

.badge {
    padding: 7px;
    padding-right: 9px;
    padding-left: 16px;
    box-shadow: 5px 6px 6px 2px #e9ecef
}

.user-img {
    margin-top: 4px;
    height: 34px !important;
    width: 34px !important;
}

.check-icon {
    font-size: 17px;
    color: #c3bfbf;
    top: 1px;
    position: relative;
    margin-left: 3px
}

.form-check-input {
    margin-top: 6px;
    margin-left: -24px !important;
    cursor: pointer
}

.form-check-input:focus {
    box-shadow: none
}

.icons i {
    margin-left: 8px
}

.reply {
    margin-left: 12px;
    align-items: center;
}

.reply small {
    color: #b7b4b4;
    margin: 0 5px;
    cursor: pointer;
}

.reply small:hover {
    color: green;
    cursor: pointer
}

.reply small a {
    color: #b7b4b4;
    margin: 0 5px;
}

.reply small a:hover {
    color: green;
    cursor: pointer
}

.bdge {
    height: 21px;
    background-color: orange;
    color: #fff;
    font-size: 11px;
    padding: 8px;
    border-radius: 4px;
    line-height: 3px
}

.comments {
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer
}

.dot {
    height: 7px;
    width: 7px;
    margin-top: 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block
}

.hit-voting:hover {
    color: blue
}

.hit-voting {
    cursor: pointer
}


/* end explore page comment section */

.twosection button .fa {
    margin-left: 5px;
}

.firstsection .container .row {
    padding: 90px 40px;
}

.borderleft img {
    width: 20vw;
    height: 6vh;
}

.borderright {
    padding-left: 12px;
}

.vl {
    border-left: 6px solid #aeb0d0;
    height: 81%;
    left: 22px;
    margin-left: 18px;
    padding-top: 12px;
}

.mobileimage {
    display: none;
}

.dummy {
    height: 100px;
    background: #c4c4c4;
    margin-bottom: -90px;
}



.mobile_slider_image {
    display: none !important;
}

.form_submit_details .form-group label {
    margin-top: 20px !important;
}

.form_submit_details .form-group input {
    border: 0px;
    width: 100%;
    background: transparent;
}

.form_submit_details .form-group input:focus {
    border-bottom: 1px solid #6d80cf;
    outline: none;
}

.form_submit_details .form-group label .star-clolr {
    color: red;
}

.upload-group {
    border: 0px !important;
}

.applynow_btn_final input {
    color: white;
    background: #ff898a;
    border: 0px;
    border-radius: 20px;
    text-align: center;
    padding: 5px 35px 7px 35px;
    font-size: 20px;
}

.applynow_btn_final input:focus {
    outline: none;
}


/*.form-control{
    background: transparent;
}*/

.form_submit_details {
    background: linear-gradient(#fff4f4, #ffffff);
    border-radius: 35px;
    padding: 75px;
}

.applynow_btn_final {
    text-align: center;
}

.upload_files_here {
    margin: 0px;
}

.upload_files_here .upload-group input:focus {
    border: 0px;
    outline: none;
}

.searchFilter {
    border-radius: 4px !important;
    padding: 6px 34px 6px 8px !important;
    font-size: 12px !important;
}

.searchFilterButton {
    padding: 6px 10px !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    border-radius: 0px !important;
}

.search_button {
    border: 1px solid #ddd;
    padding: 6.5px 8px !Important;
}


/* applyform end here */

.expo_filter_head_right .active {
    color: #6d80cf;
}

.back_arrow_every {
    position: absolute;
    left: 15%;
    margin-top: -5px;
}

.back_arrow_every a img {
    width: 40px;
    height: 40px;
    background: #f8f8f8;
    border-radius: 50%;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    object-fit: covers;
    padding: 10px;
}

.sub_cat {
    display: none;
    width: 100%;
    text-align: center;
}

.sub_cat_active {
    display: block;
}

.expo_filter_head_rights {
    width: 80%;
    margin: auto;
    padding-right: 10px;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-color: #ece8e8 #fff;
    scrollbar-width: thin;
}

.expo_filter_head_rights::-webkit-scrollbar {
    width: 0px;
    height: 3px
}

.expo_filter_head_rights::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #faf7f7;
    box-shadow: inset 3px 0px white;
}

.expo_filter_head_rights::-webkit-scrollbar-thumb {
    background: #dfdddd;
    border-radius: 10px;
}

.expo_filter_head_rights a {
    padding: 0px 20px;
    border-radius: 15px;
    transition: 0.5s all;
    display: inline-block;
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0px 5px 5px;
    color: gray;
}

.expo_filter_head_rights a:hover {
    background: #FF6A6A;
    color: white;
    padding: 5px 20px;
    border-radius: 15px;
    transition: 0.5s all;
    text-decoration: none;
}

.cat_all_all {
    background: #f2f2f2 !important;
    padding: 2px 7px;
    border-radius: 15px;
    /* width: 70px; */
    text-align: center;
    border: none;
    background: #f8f8f8;
    border-radius: 50%;
    box-shadow: 0px 3px 3px -1px rgb(0 0 0 / 20%);
}

.cat_all_all img {
    width: 16px;
    opacity: 0.8;
}

.Filter {
    border: 1px solid black !important;
    padding: 2px 10px;
    border-radius: 15px;
    width: 70px;
    text-align: center;
    margin-left: 100px;
    border: none;
}

.card_mg {
    position: relative;
}

.fashion_cat button,
.graphic_cat button,
.main_bar_res button,
.fashion_2_cat button,
.fashion_3_cat button,
.arti_cat button {
    margin: 0 10px;
}

.fashion_cat button:focus,
.graphic_cat button:focus,
.main_bar_res button:focus,
.fashion_2_cat button:focus,
.fashion_3_cat button:focus,
.arti_cat button:focus {
    outline: none;
}

.expo_filter_head_right button:focus {
    outline: none;
}

.dont_know {
    display: none;
}


/* career end */

.dropdown_my {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 82%;
    top: 90px;
    line-height: 27px;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    padding: 10px 30px;
    background: #f8f8f8;
}

.dropdown_my button:hover {
    /*     background-color: #f0f0f0; */
    color: #ABB4D9;
    width: 100%;
}

.dropdown_my {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 80%;
    top: 90px;
    line-height: 27px;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    padding: 10px 30px;
    background: #f8f8f8;
}

.dropdown_my button:hover {
    /*     background-color: #f0f0f0; */
    color: #ABB4D9;
    width: 100%;
}

.accordian_me {
    display: flex;
    justify-content: space-evenly;
}

.accordian_me form label {
    padding: 0px;
    margin: 0px;
}

.head_dropdown_my {
    display: none;
    position: absolute;
    z-index: 1;
    left: 84%;
    top: 57%;
}

.accordian_me {
    display: none;
    padding: 0 10px;
}

.accordian_me_active {
    display: block;
}

.com_box {
    width: 265px;
    height: 35px;
    margin-top: -40%;
}


/*POST COMMENT CSS*/

.expo_comment {
    padding-left: 16px;
    padding-right: 16px;
    color: #8e8e8e;
    color: rgba(var(--f52, 142, 142, 142), 1);
    font-size: 14px;
    line-height: 18px;
}

.post_comment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
}

.Ypffh {
    background: 0 0;
    border: 0;
    color: #262626;
    color: rgba(var(--i1d, 38, 38, 38), 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: inherit;
    height: 18px;
    max-height: 80px;
    outline: 0;
    padding: 0;
    resize: none;
    width: 0;
}

.sqdOP[disabled]:not(.A086a) {
    opacity: .3;
}

.sqdOP[disabled],
a.sqdOP[disabled] {
    pointer-events: none;
}

.yWX7d,
.yWX7d:visited,
a.yWX7d,
a.yWX7d:visited {
    border: 0;
    color: #0095f6;
    color: rgba(var(--d69, 0, 149, 246), 1);
    display: inline;
    padding: 0;
    position: relative;
}

.sqdOP {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-weight: 600;
    padding: 5px 9px;
    text-align: center;
    text-transform: inherit;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

.coming_backg {
    background-image: url("/img/coming-border.svg");
    background-repeat: no-repeat;
    background-size: cover;
}


/*Pop Up Css*/

.overlau {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.modal_head {
    z-index: 101;
    -webkit-box-shadow: 0px 0px 29px 6px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 29px 6px rgba(255, 255, 255, 0.5);
    border: 0px solid white;
    position: absolute;
    width: 600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: white;
    overflow: hidden;
}

.modal_head .modal_head_1 {
    width: 100%;
}

.modal_head .modal_head_2 img {
    height: 100%;
    width: 100%;
}

.modal_head span {
    font-size: 40px;
    position: absolute;
    right: 19px;
    top: -16px;
    cursor: pointer;
}

.modal_head h1 {
    text-align: center;
    font-size: 30px;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #d6d2d2;
}

.modal_head h2 {
    text-align: center;
    font-size: 20px;
}

.modal_head form {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.modal_head form input:nth-child(1) {
    font-size: 18px;
    width: 90%;
    background: #dadada;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
}

.modal_head form .sec_child {
    width: 90%;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    background: #192d35;
    color: white;
    font-weight: 800;
}

.modal_head h4 {
    text-align: center;
    margin-top: 20px;
    color: black;
    font-size: 18px;
}


/*POP Up 2 CSS*/

.overlauu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.modaal_head {
    z-index: 101;
    -webkit-box-shadow: 0px 0px 29px 6px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 29px 6px rgba(255, 255, 255, 0.5);
    border: 0px solid white;
    padding: 20px 0;
    position: absolute;
    width: 600px;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    background: white;
    background-image: url(./back.png);
    overflow: hidden;
}

.modaal_head .modaal_head_1 {
    width: 100%;
}

.modaal_head .modaal_head_2 img {
    height: 100%;
    width: 100%;
}

.modaal_head span {
    font-size: 40px;
    position: absolute;
    right: 19px;
    top: -16px;
    cursor: pointer;
}

.modaal_head h1 {
    text-align: center;
    font-size: 40px;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #d6d2d2;
}

.modaal_head h2 {
    text-align: center;
    font-size: 20px;
}

.modaal_head form {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.modaal_head form input:nth-child(1) {
    font-size: 40px;
    width: 90%;
    background: #dadada;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
}

.modaal_head form .sec_child {
    width: 90%;
    border: none;
    border-radius: 5px;
    font-size: 40px;
    background: #192d35;
    color: white;
    font-weight: 800;
}

.modaal_head h4 {
    text-align: center;
    margin-top: 20px;
    color: black;
    font-size: 18px;
}


/*Thankyou Page*/

.th_cont p {
    text-align: center
}

.top_img img {
    width: 100%;
    height: 300px;
    background: #fff;
    padding: 0 150px;
}

.th_cont p {
    text-align: center;
    font-size: 18px;
    line-height: 1
}

.th_cont {
    background: #e9ecef;
    padding: 10px 0 50px 0;
    text-align: center
}

.social_icon .fa {
    width: 40px;
    height: 40px;
    border: 1px solid;
    padding: 7px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 1.2;
    margin: 0 20px;
    color: #fff
}

.social_icon li {
    display: inline
}

.social_icon a {
    color: #151515
}

.social_icon .fa-facebook {
    background-color: #3b5998
}

.social_icon .fa-instagram {
    background-color: #e4405f
}

.social_icon .fa-twitter {
    background-color: #00acee
}

.social_icon .fa-linkedin {
    background-color: #0077b5
}

.query .queryname p {
    color: #9d9d9d;
    font-size: 20px;
    text-align: left
}

.query .queryname .callnow {
    font-size: 30px
}

.subscribe .btn-subscribe {
    background: #f39d7a;
    border-radius: 10px;
    padding: 22px;
    border: none;
    box-shadow: 0 2px 9px #0000003d;
    width: 60%;
	color: #fff;
}

.subscribe .form-input {
    border-radius: 10px;
    background: 0 0;
    box-shadow: 0 2px 9px #0000003d
}

.subscribe {
    width: 100%
}

.form-wrap+.checkbox-inline {
    margin-top: 15px
}

.form-wrap {
    position: relative
}

.form-wrap.has-error .form-input {
    border-color: #f5543f
}

.form-wrap.has-focus .form-input {
    border-color: #f98586
}

.blog_read_more {
    background: #f98586 !important;
    border-color: #f98586 !important;
}

.form-wrap+* {
    margin-top: 20px
}

.form-input {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 17px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .025em;
    color: #151515;
    background-color: #efefef;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #efefef
}

.form-input:focus {
    outline: 0
}

.form-input-inverse {
    background-color: #fff;
    border-color: #e1e1e1
}

.form-input-price {
    border-bottom: 2px solid #f98586
}

.form-input-disabled {
    cursor: default
}

textarea.form-input {
    height: 156px;
    min-height: 60px;
    max-height: 265px;
    resize: vertical
}

textarea.textarea-lg {
    height: 206px;
    max-height: 350px;
    resize: vertical
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #151515;
    font-weight: 500
}

.form-label {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .025em;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    transform: translate3d(0, -50%, 0);
    will-change: transform
}

.form-label.focus {
    opacity: 0
}

.form-label.auto-fill {
    color: #151515
}

.form-label-outside {
    width: 100%;
    margin-bottom: 4px
}

.photo_alb {
    opacity: 0;
    /* display:none ; */
    padding: 0 5px;
    /* margin: 0px; */
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: block;
    justify-content: space-between;
}

.photo_alb p {
    margin: 0px;
    color: white;
    text-transform: uppercase;
}

.photo_alb p span {
    color: #F17375;
    margin-left: 2px;
}

.tap_photos_profile:hover .photo_alb {
    display: block;
    opacity: 1;
}

.grid_img {
    display: block;
    columns: 16rem;
    gap: 1rem;
}

.grid_img .grid_img2 {
    margin-bottom: 1rem;
    break-inside: avoid;
}

.usersignuphead {
    padding: 12px 0px 0px 0px;
}

.fourimg a {
    display: grid;
    grid-template-columns: 100% 100%;
}

#checke_d1 {
    color: black;
}

.select_color {
    border: 1px solid #dcdcdc;
    height: 40px;
    padding: 0 5px;
    margin-left: 5px;
    width: 40px;
    border-radius: 50%;
}

.selectcolor {
    border: 1px solid black;
    box-shadow: 0px 0px 6px 2px #0000006e;
}

.select_color_active {
    background: #807979 !important;
}

.addmap {
    width: 430px;
    height: 310px;
    border-radius: 10px;
    box-shadow: 0 0 13px 0px rgb(102 128 207 / 50%);
}

.payment_img {
    display: flex;
    justify-content: center;
}

.payment_img img {
    width: 70px;
    margin-right: 15px;
}

.priceprod {
    padding: 0 2px;
    background: white;
}

.priceprod small span del {
    font-size: 12px;
    font-weight: 500;
    color: #5d5d5d;
    letter-spacing: 0.5px;
}

.priceprod p {
    color: #ff3e6c;
    font-weight: 500;
    font-size: 12px;
}

.coupan_code {
    width: 100%;
}

#paybeforedelivery {
    display: none;
}

.coupan_code input:nth-child(1) {
    width: 100% !important;
    padding-left: 10px;
}

.coupan_code input:nth-child(2) {
    width: 50px;
	margin-right: 15px !important;
	font-size: 14px;
	position: relative;
	top: 3%;
}

#coupan_details .card {
    width: 100% !important;
}

.code_coupon p {
    height: 40px;
    text-align: center;
    padding: 10px 0px;
    background: #e9ecef;
    border-radius: 5px;
}

.code_coupon p a {
    color: black !important;
}

.coupon_desc ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 28px;
    list-style-type: square;
}

.price_section .row {
    width: 100%;
}

.price_section .row button {
    width: 90%;
    background: #3e4871;
    border: none;
    margin: auto;
    height: 50px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
}

.state_avail button {
    font-size: 14px;
    border-radius: 5px !important;
    font-weight: 500;
    background: white;
}

#pay_before_delivery {
    background: #F48586;
    border: 1px solid #F48586;
}

.usercard {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 7px;
    color: #676767;
    cursor: pointer;
    background: linear-gradient(196.79deg, #AEB0D0 21.19%, #F1C1C1 41.91%, #F5EAC6 63.53%, #CBE3C2 91.45%, #F2B7A1 111.26%);
}

.usercard:hover {
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    transition: 0.5s all;
}

.dot {
    height: 8px;
    width: 8px;
    margin-left: 7px;
    margin-right: 0px;
    margin-top: 2px;
    background-color: #676767;
    border-radius: 50%;
    display: inline-block
}

.c-number span {
    margin-right: 3px;
    color: #676767;
    font-weight: 700
}

.common {
    font-size: 10px;
    color: #676767;
}

.header a {
    color: #676767 !important;
}

.coupon_left {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.coupon_left span {
    opacity: 0;
    z-index: 1;
}

.coupon_left img:hover .hover_off {
    opacity: 1 !important;
    transition: 0.3s all;
}

.coupon_right ul {
    margin: 0px;
    padding: 15px 0px;
}

.coupon_right ul li span {
    font-size: 12px;
}

.coupon_right ul li .right-content {
    font-size: 12px !important;
}

.messages {
    font-size: 12px;
}

.detailmsg {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.topbuttons {
    text-align: center;
}

.divcoupon {
    padding: 0 40px;
}

.topbuttons a {
    width: auto;
    order: 1;
    display: block;
    padding: 8px 85px;
    cursor: pointer;
    background: #6d80cf;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.topbuttonsused {
    background: #f3c3c1 !important;
}

.stronweight {
    font-weight: 500 !important;
}


/* {
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    transition: 0.5s all;
} */

.ndratings {
    padding: 80px;
}

.ndratings1 span {
    font-size: 80px;
    font-weight: 600;
}

.ndratings2 span i {
    height: 50px;
    font-size: 35px;
    color: #fcd93a;
}

.formore {
    display: flex;
    align-items: flex-end;
    color: gray;
    cursor: pointer;
}

.coupon_tag {
    display: block;
}

.formore a {
    color: gray;
    cursor: pointer;
}

.nddratings {
    padding: 43px 10px 10px 10px !important;
}

.nddratings1 span {
    font-size: 40px;
}

.totalreview {
    font-size: 16px;
}

.design_rating_system {
    list-style-type: none;
}

.design_rating_system .start_rating {
    flex-direction: column;
}

.design_rating_system .start_rating .attribute {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 20px;
}

.design_rating_system .start_rating .attribute ul {
    display: flex !important;
}

.design_rating_system .start_rating .attribute ul li i {
    color: #fcd93a;
}

.web_view_rating {
    display: block;
}

.mob_view_rating {
    display: none;
}

.extra_order_footer {
    background: #6d80cf !important;
    padding: 4px 10px !important;
    color: white !important;
    font-size: 14px;
    text-align: center;
}

#price_details {
    text-align: center;
}

.outofstock {
    text-align: center;
    color: #ff3e6c;
}

.pagination {
    justify-content: center;
}

.prod_page {
/*     height: 300px !important; */
    overflow: auto;
}

.prod_page::-webkit-scrollbar,
.chat_body_space::-webkit-scrollbar {
    width: 4px;
}

.prod_page::-webkit-scrollbar-track,
.chat_body_space::-webkit-scrollbar-track {
    background: #f8fdff;
}

.prod_page::-webkit-scrollbar-thumb,
.chat_body_space::-webkit-scrollbar-thumb {
    background: #888;
}

.prod_page::-webkit-scrollbar-thumb:hover,
.chat_body_space::-webkit-scrollbar-thumb:hover {
    background: #a4a7c7;
}

.grid-container-profession {
    display: grid;
    grid-auto-flow: column;
}

.profession-cat {
    text-transform: uppercase;
    font-size: 14px;
    color: #ff6a6a;
    letter-spacing: 3px;
    margin: 0px;
}

.grid-container-profession .item {
    font-size: 13px;
    margin-bottom: 10px;
    color: #808080;
}

.cat_name_id {
    margin: 10px 0px;
    font-size: 13px;
    color: #808080;
}

.divvv {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    color: #808080;
    text-align: center;
    align-items: center;
    padding: 10px 0px !important;
}

.text-left-alg {
    text-align: left;
    padding-left: 10px !important;
}

.main_bar_res {
    width: 100%;
    text-align: center;
}

.ch_billing {
    display: flex;
    align-items: center;
}

.ch_billing label {
    margin: 0px 10px;
}

.reschedule {
    display: none;
}

.service_checkbox {
    padding: 0px !important;
    background: none !important;
    margin: 0px !important;
    height: 45px;
    margin-left: 8px;
}

.service_checkbox p {
    margin: 0px;
    padding: 14px 0px 0px 16px;
    color: black;
}

.walletCheck {
    display: flex;
    align-items: center;
}

.service_checkbox::after,
.service_checkbox::before {
    top: 1.0rem !important;
}

.apply_button_child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Founder image circle fix */
#founder .founder-img img {
    border-radius: 50% !important;
    object-fit: cover;
    width: 180px;
    height: 180px;
    border: 4px solid #f4c150; /* subtle gold border */
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
}

/* Founder text max width */
#founder .founder-text {
    max-width: 600px;
}

/* Join Us button hover */
#join-us .btn-warning:hover {
    background-color: #d99917;
    border-color: #d99917;
}

/* Section padding */
#founder, #join-us {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* Sidebar Coupon Start */

.couponSidebarHeader {
    position: fixed;
    top: 25%;
    right: -39%;
    width: 650px;
    background: #666666;
    color: white;
    text-align: center;
    z-index: 100000;
    display: flex;
    transition: right 0.5s ease;
}

.couponSidebarHeaderAction {
    right: -50px !important;
    box-shadow: -31px 0px 129px -31px grey;
}

/* Vertical Button Text */
.couponSidebarHeader p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 30px auto;
    font-size: 25px;
}

.headMain {
    width: 50px !important;
}

.headMain a {
    text-decoration: none;
}

.headMain p {
    color: white;
}

/* Coupon Card */
.couponSidebarCard {
    background: radial-gradient(circle, rgba(109, 207, 148, 1) 0%, rgba(218, 221, 107, 1) 0%, rgba(232, 232, 232, 1) 0%, rgba(163, 235, 157, 1) 100%);
    color: black;
    margin-right: 15px;
    height: 100%;
}

/* Flex Container Row */
.couponSidebarRow {
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

/* Background Image */
.couponSidebarRight {
    background-image: url('../../frontend/img/wave/gift.svg'); /* Ensure path is correct */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 180px; /* Adjust based on image height */
    padding-bottom: 20px;
    align-items: center;
}


/* Text Column */
.couponSidebarContent h3 {
    font-size: 34px;
    text-align: start;
    margin-bottom: 25px;
}

.couponSidebarRandom {
    width: 300px;
    padding: 10px 0 0 30px;
}

.couponSidebarContent h6 {
    text-align: initial;
    display: flex;
}

/* Signup CTA */
.couponSidebarSignup {
    padding-right: 30px;
    display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
}

.couponSidebarSignup a {
    text-decoration: none;
    border: 1px solid #A9EBA3;
    padding: 5px 10px;
    border-radius: 7px;
    background: #A9EBA3;
    color: black;
    transition: 0.3s ease-in-out;
    box-shadow: 4px 3px 9px 1px #ffffff99;
}

.couponSidebarSignup a i {
    font-size: 14px;
    color: #343434;
}

.couponSidebarSignup a:hover {
    box-shadow: 4px 3px 9px 1px #0000004d;
    transition: 0.3s ease-in-out;
}

/* Coupon Text & Code */
.sidebarCouponCode {
    height: 20px;
    font-weight: 600;
    font-size: 20px;
}

.sidebarCouponText {
    font-size: 16px;
    padding-top: 20px;
}


.searchbutton {
    background: none;
    border: none;
    padding: 0px;
}

.usignupDisabled {
    opacity: 0.5;
    cursor: no-drop;
    pointer-events: none;
}

.mobiletabtobeshown {
    display: none;
}

.mobile_model {
    width: 600px;
}

.sandgridmail button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.launchingsoontext a {
    color: #F9A27F;
    text-decoration: none;
}

.clocksteps {
    flex-direction: column;
    text-align: center;
    margin: 0 20px;
}

.logouepaki {
    height: 60px;
}

.countdown {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px 0;
    background: inherit;
    background-position: center;
    box-shadow: inset 0 0 0 126px rgb(235 226 217 / 32%);
    filter: blur(7px);
    height: 230px;
}

.countdowntext {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.countdowntext {
    text-shadow: 0 2px 3px white;
}

.countdowntext .numbersteps {
    font-size: 60px;
    text-shadow: 0 2px 3px white;
}

.countdowntext .stringsteps {
    font-size: 20px;
}

.countdowntext h2 {
    /* font-family: 'termina', sans-serif; */
    padding: 0 50px;
}

.backgroundsoon {
    background: url('../../frontend/img/wave/rotate_logo_uepaki.png');
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    background-size: contain;
}

.mainimage {
    background: url('../../frontend/img/launching/3b.jpg');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.text_deco {
    display: flex !important;
    margin-bottom: 15px !important;
    line-height: 1.1;
    text-align: center;
    color: white;
    text-transform: uppercase;
    justify-content: center;
}

#imagewidthhieght {
    width: 100%;
    height: 165px;
    border: 3px solid #FDA581;
}

#imagewidthhieght2 {
    width: 100%;
    height: 275px;
    border: 3px solid #FDA581;
}

.leftTop {
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    border-radius: 10px 0px 0px 0px;
}

.rightTop {
    border-left: 3px solid black;
    border-bottom: 3px solid black;
    border-radius: 0px 10px 0px 0px;
}

.leftBottom {
    border-right: 3px solid black;
    border-top: 3px solid black;
    border-radius: 0px 0px 0px 10px;
}

.rightBottom {
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-radius: 0px 0px 10px 0px;
}

.hovereffects {
    transition: ease-in-out 0.3s;
    /* border: 2px solid #FDA581; */
}

.hovereffects:hover {
    /* border: 5px solid white; */
    box-shadow: 0px 0px 22px -4px #000000;
    transition: ease-in-out 0.3s;
}

.hovereffects:hover .groupname {
    /* display:block; */
    transition: ease-in-out 0.3s;
    border: 2px solid #FDA581;
}

.hovereffects img {}

.groupname {
    transition: ease-in-out 0.3s;
    display: none;
    width: 96%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    background: #808080cc;
    padding: 25px;
}

.twosection h3 {
    margin: 0 0 5px 0;
    font-size: 38px;
    font-weight: 600;
    color: #aeb0d0;
}

.twosection p {
    padding-right: 40px;
    color: #00054d;
}

.twosection button {
    background: #aeb0d0;
    color: white;
    padding: 8px 16px;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
}


/* .twosection button:hover{
    background:#f0c0c1 ;
    transition: ease-in-out 0.3s;
} */

.twosection button .fa {
    margin-left: 5px;
}

.firstsection .container .row {
    padding: 90px 40px;
}

.borderleft img {
    width: 20vw;
    height: 6vh;
}

.borderright {
    padding-left: 12px;
}

.vl {
    border-left: 6px solid #aeb0d0;
    height: 81%;
    left: 22px;
    margin-left: 18px;
    padding-top: 12px;
}

.mobileimage {
    display: none;
}

.dummy {
    height: 100px;
    background: #c4c4c4;
    margin-bottom: 0;
}

.howitworks {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 75vh; /* default for mobile */
}

.wslider-container,
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100%; /* fill parent */
}

@media screen and (min-width: 1024px) {
  .howitworks {
    height: 100vh;
  }
}

@media screen and (max-width: 1023px) {
  .howitworks {
    height: 75vh;
  }
}

.left-slide {
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}

.left-slide>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.left-side h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: -30px;
}

.wleft-slide {
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}

.wleft-slide>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wleft-slide h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: -35%;
}

.wright-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 35%;
    width: 65%;
    transition: transform 0.5s ease-in-out;
}

.wright-slide div {
    background-image: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 35%;
    width: 65%;
    transition: transform 0.5s ease-in-out;
}

.right-slide div {
    background-image: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}
.price_match .row .container {
    padding: 90px 40px;
}

.borderleft img {
    width: 20vw;
    height: 6vh;
}

.borderright {
    padding-left: 12px;
}
.borderleft img {
  width: 3vw;
  height: 6vh;
}
.vl {
  border-left: 6px solid #aeb0d0;
  height: 81%;
  left: 22px;
  margin-left: 18px;
  padding-top: 12px;
}

button {
    background-color: #fff;
    border: none;
    color: #aaa;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
}

button:hover {
    color: #222;
}

.wslider-container .action-buttons button {
    position: absolute;
    left: 35%;
    top: 25%;
    z-index: 100;
}

.wslider-container .action-buttons .wdown-button {
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.wslider-container .action-buttons .wup-button {
    transform: translateY(100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mobile_slider_image {
    display: none !important;
}

.blue-gradient {
    box-shadow: 0 6px 20px 0 rgb(38 198 218 / 50%) !important;
    background: -webkit-linear-gradient( 45deg, #0288d1, #26c6da) !important;
    background: linear-gradient( 45deg, #0288d1, #26c6da) !important;
}

.red-gradient {
    box-shadow: 0 6px 20px 0 rgb(244 143 177 / 50%) !important;
    background: -webkit-linear-gradient( 45deg, #ff5252, #f48fb1) !important;
    background: linear-gradient( 45deg, #ff5252, #f48fb1) !important;
}

.yellow-gradient {
    box-shadow: 0 6px 20px 0 rgb(255 202 40 / 50%) !important;
    background: -webkit-linear-gradient( 45deg, #ff6f00, #ffca28) !important;
    background: linear-gradient( 45deg, #ff6f00, #ffca28) !important;
}

.green-gradient {
    box-shadow: 0 6px 20px 0 rgb(29 233 182 / 50%) !important;
    background: -webkit-linear-gradient( 45deg, #43a047, #1de9b6) !important;
    background: linear-gradient( 45deg, #43a047, #1de9b6) !important;
}

.dark-orange-gradient {
    box-shadow: 0 6px 20px 0 rgb(245 124 0 / 50%) !important;
    background: -webkit-linear-gradient( 45deg, #bf360c, #f57c00) !important;
    background: linear-gradient( 45deg, #bf360c, #f57c00) !important;
}

.dark-blue-gradient {
    box-shadow: 0 6px 20px 0 rgb(57 73 171 / 50%) !important;
    background: -webkit-linear-gradient( 45deg, #2962ff, #3949ab) !important;
    background: linear-gradient( 45deg, #2962ff, #3949ab) !important;
}

.purple-gradient {
    box-shadow: 0 6px 20px 0 rgb(255 110 64 / 50%) !important;
    background: -webkit-linear-gradient( 45deg, #8e24aa, #ff6e40) !important;
    background: linear-gradient( 45deg, #8e24aa, #ff6e40) !important;
}

.dark-purple-gradient {
    box-shadow: 0 6px 20px 0 rgb(124 77 255 / 50%) !important;
    background: -webkit-linear-gradient( 45deg, #7b1fa2, #7c4dff) !important;
    background: linear-gradient( 45deg, #7b1fa2, #7c4dff) !important;
}

.add-comment-section img {
    width: 40px !important;
    height: 38px !important;
}

.aad_comment:focus,
.aad_comment:hover,
.aad_comment:active {
    border: 1px solid gray !important;
}

.shop_icons li {
    font-size: 22px;
    margin: 10px 0;
}


/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/


/*==============================================================
 For Desktop & above all (1650px)
 ============================================================== */


/*==============================================================
 For Laptop & above all (1370px)
 ============================================================== */


/*-- ==============================================================
 Small Desktop & above all (1024px)
 ============================================================== */


/*-- ==============================================================
 Ipad & above all(768px)
 ============================================================== */

@media (min-width: 768px) {
    .bc-content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}


/*-- ==============================================================
 Phone and below ipad(767px)
 ============================================================== */

@media (max-width: 991.98px) {
    .do-block {
        display: block !important;
    }
}


/*==============================================================
 * Chat CSS Old Seller
 * ============================================================*/

.chat-application .app-chat .chat-content .sidebar .sidebar-header .sidebar-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}

.col .row {
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.row {
    margin-bottom: 0;
}

.row .col.s2 {
    right: auto;
    left: auto;
    width: 16.66667%;
    margin-left: auto;
}

.row .col {
    padding: 0 1rem;
}

.row .col {
    float: left;
    box-sizing: border-box;
    min-height: 1px;
    padding: 0 .75rem;
}

.user_intro {
    right: auto;
    left: auto;
    width: 100%;
    margin: auto;
}

.chat_header {
    padding: 12px 0;
}

.round-circle {
    border-radius: 50%!important;
    width: 35px;
    position: relative;
    bottom: 25%;
}

.pr-0 {
    padding-right: 0 !important;
}

img.responsive-img {
    width: 50px;
    height: 50px;
    position: relative;
}

video.responsive-video {
    width: 50px;
    height: auto;
    position: relative;
}

.circle {
    border-radius: 50%;
}

.cirrcle {
    border-radius: 50%;
    position: relative;
    top: -10px;
    width: 50px;
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.card .card-content p {
    margin: 0;
}

.user_name {
    color: #263238 !important;
    font-weight: 700 !important;
    font-size: 15px;
    position: relative;
    left: -25%;
    top: 10%;
}

.user_desc {
    color: #607d8b !important;
    position: relative;
    left: -25%;
    top: 10%;
}

.user_namme {
    color: #263238 !important;
    font-weight: 700 !important;
    font-size: 15px;
    position: relative;
    left: 2%;
    top: -10px;
}

.sub_card_cat img {
    width: 130px !important;
    border-radius: 50%;
    margin-top: 20px !important;
}

.user_dessc {
    color: #607d8b !important;
    position: relative;
    left: 2%;
    top: -10px;
}

.usser_name {
    color: #263238 !important;
    font-weight: 700 !important;
    font-size: 15px;
    position: relative;
    left: -17%;
    top: 10%;
}

.usser_desc {
    color: #607d8b !important;
    position: relative;
    left: -17%;
    top: 10%;
}

@media only screen and (max-width: 767px) {
    #main-wrapper .topbar .top-navbar .navbar-header[data-logobg=skin5] {
        margin: 0px;
    }
    .chat-list .chat-item .chat-content .box {
        font-size: 12px !important;
        max-width: 250px;
        text-align: start;
    }
    .das_profile_img2 {
        margin-top: -9px !important;
    }
    .user_name {
        left: 2%;
        top: 10%;
    }
    .user_desc {
        left: 2%;
        top: 10%;
    }
    .user_namme {
        left: 3%;
        top: -10px;
        font-size: 12px;
    }
    .user_dessc {
        left: 3%;
        top: -10px;
        font-size: 11px;
    }
    .m-0 {
        margin: 0 !important;
/*     	text-align: center;" */
    }
    .dotted_mennu {
        width: 20px !important;
    }
    .cirrcle {
        width: 32px;
    }
	.th_cont p {
		text-align: center;
		font-size: 14px;
		line-height: 1
	}
	.top_img img {
		width: 100%;
		height: 300px;
		background: #fff;
		padding: 0 0px;
	}
}

.chat-application .app-chat .chat-content .sidebar .info-text {
    font-size: .85rem;
    overflow: hidden;
    width: 175px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #616161;
}

.dotted_menu {
    width: 25px;
    cursor: pointer;
    color: #9e9e9e;
    margin: 0 10px;
    top: 20%;
    position: relative;
}

.dotted_mennu {
    width: 25px;
    cursor: pointer;
    color: #9e9e9e;
    margin: 0 10px;
    top: -18%;
    position: relative;
}

.doted_menu {
    width: 25px;
    cursor: pointer;
    color: #9e9e9e;
    margin: 0 10px;
    position: relative;
}

.search-area {
    text-align: center;
    display: flex;
    justify-content: center;
}

.circlee {
    color: #fff;
    font-size: 14px;
    left: 10px;
    position: relative;
    border-radius: 50%;
    background: #b54545;
    width: auto;
    display: inline-block;
    text-align: center;
    height: auto;
}

.app-filter {
    width: 80%;
    height: 35px;
    margin-bottom: 0;
    padding: .2rem;
    color: #9e9e9e;
    border: none;
    border-radius: 0 2rem 2rem 0;
    background-color: #eceff1;
    -webkit-box-flex: 1;
}

.search-area img {
    width: 32px;
    height: 35px;
    margin-bottom: 0;
    padding: 0 0.3rem 0 0.4rem;
    color: #9e9e9e;
    border: none;
    border-radius: 2rem 0 0 2rem;
    background-color: #eceff1;
    -webkit-box-flex: 1;
}

.animate.fadeUp {
    -webkit-animation: fadeUp;
    animation: fadeUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter {
    height: 35px;
    margin-bottom: 0;
    padding: .2rem;
    color: #9e9e9e;
    border: none;
    border: none;
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #eceff1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.left_chat_box_list ul li {
    padding: 20px 4px;
    border-bottom: 0.5px solid #efefef;
    width: 98%;
    margin: 0 auto;
    cursor: pointer;
}

.chat_top_search_bar {
    position: relative;
    overflow: hidden;
}

.left_chat_box_list ul li {
    cursor: pointer;
}

.admin_arrow:before {
    box-sizing: border-box;
    width: 0;
    height: 0;
    margin-top: 5px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 12px 18px;
    -ms-transform-origin: 12px 18px;
    transform-origin: 12px 18px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    box-shadow: -2px 3px 4px -3px rgba(0, 0, 0, .4);
}

.seller_arrow:after {
    box-sizing: border-box;
    width: 0;
    height: 0;
    margin-top: 5px;
    content: '';
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transform-origin: 2px 9px;
    -ms-transform-origin: 2px 9px;
    transform-origin: 2px 9px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    box-shadow: -2px 3px 4px -3px rgba(0, 0, 0, .4);
}

.text_chat_mssg {
    margin-right: 1.5rem !important;
    padding: 6px 1.5rem !important;
    color: #272727 !important;
    border-bottom: 0 !important;
    border-radius: 5px !important;
    background-color: #eceff1 !important;
    height: 45px !important;
    min-width: 100px;
    font-size: 20px !important;
}

.chat_send_mssg {
    border: 0px !important;
    width: 80px !important;
    font-size: 20px !important;
    height: 45px !important;
    margin: auto !important;
    padding: 0 10px !important;
    background: linear-gradient(45deg, #ff5252, #f48fb1) !important;
    border-radius: 4px !important;
}

.seller_chat {
    height: 450px;
    background: url(../../assets/test/images/icon/chat_background_image.jpg);
    border-radius: 10px;
    padding: 0px 10px;
    box-shadow: inset 0px 0px 18px -10px rgba(0, 0, 0, 0.4);
}

.option-icon,
.chat_header {
    position: relative;
    align-items: center;
}

.d3ottext {
    display: none;
    /* display: none !important; */
    top: 60px;
    position: absolute !important;
    padding: 10px;
    border: 1px #efefef solid !important;
    text-align: start;
    width: 180px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    right: 0px;
}


/* .coupon_codes2 span {
    cursor: pointer;
    font-size: 20px !important;
    border: none !important;
    padding: 0px !important;
    margin-left: 0px !important;
} */

.more_3dots:hover .d3ottext {
    display: block !important;
}

.d3ottext a {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 30px;
}

.sidenav {
    display: none;
}

.open_more_bn {
    display: none;
}

.dotted_menu {
    display: none !important;
}

.left_mob_hide {
    display: block !important;
}

@media only screen and (max-width: 600px) {
    .navbar-dark .navbar-brand {
        position: static !important;
        width: 250px !important;
        top: 0px;
    }
    .chat_send_mssg,
    .text_chat_mssg {
        height: 30px !important;
        font-size: 14px !important;
    }
    .left_mob_hide {
        display: none !important;
    }
    .dotted_menu {
        display: block !important;
    }
    .open_more_bn {
        display: block;
    }
    .mob_live_links {
        display: block !important;
    }
    .web_view_part {
        display: none !important;
    }
}

.mob_live_links {
    display: none;
}

.chat-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: flex-start;
    height: 100%;
}

.new-chat-style {
    width: 100%;
    flex-direction: column;
    padding: 0px;
}

.new-chat-style .new-valign-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    margin-bottom: 8px;
}

.dash_noti {
    height: 615px;
    overflow: auto !important;
}

.dash_noti::-webkit-scrollbar {
    width: 4px;
}

.dash_noti::-webkit-scrollbar-track {
    background: #f8fdff;
    /* background: transparent; */
}

.dash_noti::-webkit-scrollbar-thumb {
    background: #888;
    /* background: transparent; */
}

#main-wrapper .left-sidebar[data-sidebarbg=skin5]:hover .dash_noti::-webkit-scrollbar-thumb {
    background: #a4a7c7;
}

.dash_noti::-webkit-scrollbar-thumb:hover {
    width: 6px;
}

.chat_upload_file {
    width: 40px !important;
    opacity: 0;
    z-index: 1;
    margin: 0 8px;
    cursor: pointer;
}

.chat_upload_file+img {
    position: relative;
    right: 10px;
    bottom: 30px;
}

.ember-view span {
    font-size: 10px;
}

.chat-application .app-chat .chat-content .chat-content-area .chat-area {
    height: calc(100vh - 330px) !important;
}

.adminmonitor {
    width: 80%;
    padding: 2px 10px;
    color: white;
    margin: auto;
    border-radius: 5px;
    text-align: center;
}

.adminmonitor p {
    background: #FB7D6B;
    padding: 2px 10px;
    color: white;
    margin: 0px;
    border-radius: 5px;
    text-align: center;
}

.typeImage {
    position: absolute;
    width: 10%;
    /* left: 87%; */
    right: 2%;
}

.typeImage img {
    padding: 2px;
    box-shadow: 0px 0px 17px -4px black !important;
}

.blog_mobile_decription {
    display: block;
}

.read_more_section a {
    display: flex;
    justify-content: end;
}

.read_more_section>.col-md-4 {
    overflow: hidden;
}

.filter_fix {
    position: sticky;
    width: 100%;
    position: sticky;
    padding: 15px;
    border-radius: 8px;
    height: 100vh;
    bottom: 0;
    margin-bottom: 20px;
}

.owl-carousel>.owl-dots {
    display: none !important;
}

.tag_names {
    position: absolute !important;
    z-index: 20;
    width: 250px;
    max-height: 150px;
    margin: 0px;
}

.tag_names ul {
    overflow: auto;
    margin: 0;
}

.tag_names ul li {
    cursor: pointer;
}

.explore_tag {
    position: absolute;
    left: 47px;
    top: 85px;
}

.chat_container {
    max-height: 500px;
}

.chat_left_background {
    background: #f98686;
}

.availabale_div {
    box-shadow: 0px 0px 2px 1px #d2d1d1;
    margin: 10px;
}

.availabale_div>p {
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid gainsboro;
}

.card_boddy {
    border-bottom: 1px solid #dedbdb;
}

.customheight {
    height: 350px;
}

/* Pricing Match */

.content-page-template h1 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    line-height: 1.4;
}

.content-page-template h1+p,
.content-page-template h2+p,
.content-page-template h3+p,
.content-page-template h4+p {
    margin-top: 0;
}

.content-page-template p {
    font-size: 16px;
    margin-top: 17px;
}

.content-page-template h4 {
    font-size: 24px;
}

.content-page-template h3,
.content-page-template h4 {
    font-size: 30px;
    margin-top: 30px;
    line-height: 1.4;
}


/**Extra Css*/
/* EXTRA CSS*/

.tabs-style-underline nav a span {
    font-weight: 700
}

.tabs-style-linetriangle nav a {
    overflow: visible;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-transition: color .2s;
    transition: color .2s
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em
}

.tabs nav {
    text-align: center
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5
}

.tabs nav a span {
    vertical-align: middle;
    font-size: .75em
}

.tabs nav li.tab-current a {
    color: #74777b;
    text-decoration: none;
}

.tabs nav a:focus {
    outline: 0
}

.content-wrap {
    position: relative
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center
}

.content-current ul li {
    list-style: decimal;
}

.content-wrap section.content-current {
    display: block
}

.content-wrap section p {
    margin: 0;
    padding: .75em 0;
    color: #bfbac9;
    line-height: 1
}

.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, .6)
}

.policy_tab li {
    flex: none!important;
    width: 100%
}

.policy-sec {
/*     background: #c7d8bd; */
    padding: 50px 0
}

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
    display: none
}

.tabs-style-linetriangle .content-wrap {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    padding: 0;
    border-radius: 5px
}

.ul.policy_tab {
    border: 1px solid #ccc;
    border-radius: 5px
}

.policy_tab li.tab-current a {
    color: #74777b;
    background: #fff
}

.policy_tab li a {
    background: #C7D8BD;
    color: #fff
}

.tabs-style-linetriangle nav a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    white-space: nowrap;
    font-size: 16px;
    text-align: left;
    padding: 0 10px
}

.tabs-style-linetriangle .content-wrap section {
    text-align: left
}

.tabs-style-linetriangle .content-wrap section p {
    margin: 0;
    text-align: justify;
    padding: .75em 0;
    color: #000;
    line-height: inherit;
    font-size: 14px
}

.btn-link {
    text-decoration: none;
    color: #000
}

.tabs-style-linetriangle .card-header {
    padding: 10px 0
}

.inner-ul {
    list-style-type: circle;
    padding: 0 20px
}

.inner-ul li {
    display: flow-root list-item;
    font-size: 14px
}

.accordion-section .panel-default>.panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #000;
    text-align: left;
    text-decoration: none
}
.card-body h4,h3 {
	font-size: 15px;
}
.card-header button {
	color: black;
}

.card-header h5 {
	text-decoration: none;
}
div.card-body ul>li {
	font-size: 14px;
}

/* @media (min-width: 780px)
:not(input):not(textarea):not(button) {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
} */

/*End Extra Css - For Policy Section*/
/* **Faq** */

.policy_tab li {
    flex: none!important;
    width: 100%
}

.policy-sec {
/*     background: #c7d8bd; */
    padding: 50px 0;
}

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
    display: none
}

.tabs-style-linetriangle .content-wrap {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    padding: 0;
    border-radius: 5px
}

.ul.policy_tab {
    border: 1px solid #ccc;
    border-radius: 5px
}

.policy_tab li.tab-current a {
    color: #74777b;
    background: #fff
}

.policy_tab li a {
    background: #C7D8BD;
    color: #fff
}

.tabs-style-linetriangle nav a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    white-space: nowrap;
    font-size: 16px;
    text-align: left;
    padding: 0 10px
}

.tabs-style-linetriangle .content-wrap section {
    text-align: left
}

.tabs-style-linetriangle .content-wrap section p {
    margin: 0;
    text-align: justify;
    padding: .75em 0;
    color: #000;
    line-height: inherit;
    font-size: 14px
}

.btn-link {
    text-decoration: none;
    color: #000
}

.tabs-style-linetriangle .card-header {
    padding: 10px 0
}

.inner-ul {
    list-style-type: circle;
    padding: 0 20px
}

.inner-ul li {
    display: flow-root list-item;
    font-size: 14px
}

.accordion-section .panel-default>.panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #000;
    text-align: left;
    text-decoration: none
}

.faqspage-sidebar > .faqspage-item {
  display: block;
  margin-bottom: 20px;
  color: #697071;
}

.faqspage-active {
  border-right: 5px solid #eac757;
  font-weight: 500;
  color: #eac757 !important;
}

/* @media (min-width: 780px)
:not(input):not(textarea):not(button) {
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
} */

.faqspage-activeStar {
  background-position: -37px -238px;
}

.faqspage-item > label {
  display: table-cell;
  padding-left: 11px;
  line-height: 26px;
  vertical-align: middle;
  cursor: pointer;
}

.faqspage-item > span {
  display: table-cell;
  width: 31px !important;
  height: 26px !important;
}

.faqspage-star {
  display: inline-block;
  width: 31px !important;
  height: 26px !important;
  margin-left: 1rem;
  background: url(https://constant.myntassets.com/mymyntra/assets/img/sprite-1.png) no-repeat 0 -240px;
}

.faqspage-stickyTop {
  position: fixed;
  width: 300px;
}

.faqspage-sidebar {
  display: inline-block;
  float: left;
  border-right: 1px solid #ecedee;
  font-size: 16px;
}

.faqspage-sections {
  display: inline-block;
  float: right;
  width: 70%;
}

.faqspage-linkButton , .faqSection-link a{
  text-transform: uppercase;
  font-size: 14px;
  color: #526cd0;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.faqspage-content {
  margin-top: 30px;
  position: relative;
}

.faqspage-contact {
  float: right;
  display: ruby;
}

.faqSection-link {
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  font-size: 16px;
}

.faqSection-link span {
  font-weight: 300;
  display: inline-block;
  padding: 10px 0;
}

.faqSection-links {
  float: right;
}

/* .faqspage-stickyBottom {
  position: inherit;
  bottom: 0;
}
 */

.new-elem-pp a {
	color:#FF6A81;
	text-decoration:none;
	font-size: 13px;
	font-weight:500;
	text-transform: uppercase;
}

/* New Gift Wrap */

.modal-header span {
color : #000;
}

.modal-flw {
	margin:auto;
	width: 40%;
}

.gift-wrap-btn button {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  border-width: 0px;
  background-color: transparent;
  color: rgb(255, 63, 108);
  padding: 0px;
  cursor: pointer;
}

.giftWrap-base-container {
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f6;
}
.giftWrap-base-header {
  font-size: 12px;
  font-weight: 600;
  color: #535766;
  margin: 24px 0 12px;
}
.giftWrap-base-content {
  background: #fff1ec;
  padding: 12px 12px 12px 15px;
  font-size: 12px;
  position: relative;
  border-radius: 4px;
  line-height: 16px;
}
.giftWrap-base-gift {
  position: absolute;
  top: -1px;
  left: 10px;
}
.img-ban-bse-cont {
  display: inline-block;
}
.img-ban-img-res {
  display: block;
  max-width: 100%;
  height: auto;
}
.giftWrap-base-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1px;
}
.giftWrap-base-rupeeIcon {
  height: 8px;
}

.gift-wrap-header {
  font-size: 14px;
  line-height: 19px;
}
.modal-base-cancelIcon {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.giftWrapModal-base-container {
  padding: 48px;
}
.gift-wrap-bttn button {
  width: 40%;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  border-width: 0px;
  padding: 10px 16px;
  background-color: rgb(255, 63, 108);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.gift-wrap-inp-row {
  position: relative;
  padding: 12px;
  border: 1px solid #eaeaec;
  border-radius: 4px;
}
.gift-wrap-inp-selct {
  position: relative;
  padding: 12px;
  border: none;
  border-radius: 4px;
  background-color: antiquewhite;
}
.gift-wrap-inp-opt {
  position: relative;
  padding: 12px;
  border: none;
  border-radius: 4px;
}
.gift-wrap-cont:nth-child(2) {
  margin-top: 22px;
}
.giftWrapModal-base-left {
  display: inline-block;
  width: 50%;
  padding-right: 25px;
}
.gift-wrap-headerr {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.gift-wrap-bse-label {
  display: block;
  position: absolute;
  top: 13px;
  transition-property: top;
  transition-duration: .1s;
  background: #fff;
  padding: 0 3px;
  color: #94969f;
}
.gift-wrap-bse-inp,.gift-wrap-inp-selct, .gift-wrap-inp-opt {
  width: 100%;
  border: none;
}
.gift-wrap-inp-opt-txt {
  font-weight: 500;
}
.gift-wrap-cont {
  margin-top: 16px;
}
.gift-wrap-bse-chr {
  display: inline-block;
  float: right;
  color: #94969f;
}
.gift-wrap-bse-txt {
  width: 100%;
  resize: none;
  border: none;
}
.gift-wrap-cont:nth-child(4) {
  margin-top: 36px;
}
.gift-wrap-bse-nte {
  color: #535766;
  margin: 16px 0;
}
.gift-wrap-bse-nte-label {
  font-weight: 600;
  color: #ff5722;
}
.gift-wrap-modal-br {
  display: inline-block;
  padding-left: 25px;
  vertical-align: top;
}
.gift-wrap-modal-bsi {
  height: 130px;
  margin-bottom: 24px;
  position: relative;
}
.img-ban-bse-cont {
  display: inline-block;
}
.img-ban-img-res {
  display: block;
  max-width: 100%;
  height: auto;
}
.gift-wrap-modal-bsgwi {
  position: absolute;
  right: 0;
  bottom: 0;
}
.gift-wrap-det-bsh {
  font-size: 16px;
  position: relative;
  margin-bottom: 24px;
  height: 21px;
}
.gift-wrap-det-bsh .gift-wrap-det-bst {
  padding-right: 10px;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.gift-wrap-det-bsl {
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid #979797;
}
.gift-wrap-det-bsc {
  padding-right: 14px;
}
.gift-wrap-det-bsr {
  margin-bottom: 24px;
  font-size: 12px;
  color: #535766;
  position: relative;
}
.gift-wrap-det-bst {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.gift-wrap-det-bsi {
  line-height: 15px;
}
.img.rts-icon {
  width: 7px;
  height: 9px;
  margin-left: 2px;
  margin-top: 2px;
}
.SizeRTSLabel {
  position: absolute;
  background: lightgrey;
  color: #fff;
  padding: 0px 0px;
  line-height: 12px;
  font-size: 10px;
  text-transform: lowercase;
  border-radius: 2px;
  top: -15px;
  right: -10px;
}
.gift-wrap-cont ul>li {
	list-style-type: square;
}
.inf-modal-ct h6 {
	color: #000;
}
.inf-modal-ct p {
	font-size: 13px;
	color: #000;
}

/* Card Title Seller Panel */
.card .card-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.card-body-slrusr {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.share {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.share li {
  display: inline-block;
}
.share li a i {
  font-size: 32px;
  margin-right: 12px;
  color: #838bdc;
}
.affiliate-head {
  font-size: 24px;
  margin-bottom: 20px;
}
.copy-clip input[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  color: #f98686;
  border: 1px solid #fcefef;
  border-radius: 7px;
  box-shadow: 0px 5px 21px -11px #f98686;
  text-align: center;
  background: white;
}
.copy-clip button, .videoupload {
  background: #838bdc;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
  color: #fff;
  display: inline-block;
  padding: 4px 6px;
  font-weight: 600;
  border: 1px solid #cdd2ff;
  width: 250px;
  margin: 0px 15px;
  font-size: 16px;
  border-radius: 7px;
  box-shadow: 0px 5px 21px -11px #838bdc;
  cursor: pointer;
  border-color: transparent;
  color: #838bdc;
  background-image: linear-gradient(196.79deg, #ffffff 35.19%, #F1C1C1 41.91%, #F5EAC6 63.53%, #CBE3C2 91.45%, #F2B7A1 111.26%);
  background-position: 100%;
  background-size: 400%;
  background: 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.text-capit h5 {
	text-transform: none;
	color: #000;
}
.text-capit p {
	text-transform: none;
	color: #000;
}
.customcard {
  text-align: center;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  margin-bottom: 10px;
}
.customcard:hover {
    box-shadow: 0px 4px 11px #f3b9a1;
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
    background: #f3b9a1;
}

.customcard:hover {
    box-shadow: 0px 4px 11px #f3b9a1;
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
    background: #f3b9a1;
}

.customcard2:hover {
    box-shadow: 0px 4px 11px #abb4d9;
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
    background: #abb4d9;
}

.customcard3:hover {
    box-shadow: 0px 4px 11px #ffe48d;
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
    background: #ffe48d;
}
.btn-view-details:hover {
  color: #fff;
}
.wal-nw-des h5 {
	color: #e16a7b;
}

/* Tooltip Design */
.tooltip-inner {
  background-color: #838bdc !important;
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #838bdc;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #838bdc;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #838bdc;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #838bdc;
}

.explr-com span {
	font-size: 13px;
	color: black;
	font-weight: 400;
}
.seller-login-after {
  font-size: 35px;
  color: #555;
  text-transform: uppercase;
  border-left: 3px solid #f95959;
  padding: 10px;
}


/* New Table Show */

/* New Show Table
 */
.show_table_new h3 {
	letter-spacing: 0.5px;
	font-weight: 500;
	text-transform: Capitalize;
}
/* .text-center {
  text-align: center !important;
  font-size: 14px;
  font-weight: 600;
} */

.design-title {
  text-align: center !important;
  font-weight: 600;
}

.prod-details span.stad_ship {
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  font-size: 20px;
}

.design_description h4 {
    font-size: 15px;
}

.StandardShippingInfo h5 {
    margin-top: 5px;
}

#feee-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#feee-table td,
#feee-table th {
    border: 2px solid white;
    padding: 6px;
    font-size: 14px;
	font-weight: 500;
}

#feee-table tr:nth-child(even) {
    background-color: #f8ddd5;
}

#feee-table tr:hover {
    background-color: #EF97A2;
}

#feee-table th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #EF97A2;
    color: white;
	width: 150px;
}

.show_table_new {
	border: 2px solid #EF97A2;
}

/* End of New Show Table */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	font-size:12px;
	font-weight:500;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #eef5f9;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: #f8f9fa;
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #d8d2fa;
}

.table-hover .table-primary:hover {
    background-color: #c4bbf7;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #c4bbf7;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c7ede6;
}

.table-hover .table-success:hover {
    background-color: #b4e7dd;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b4e7dd;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #c3d3ff;
}

.table-hover .table-info:hover {
    background-color: #aac0ff;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #aac0ff;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffecc6;
}

.table-hover .table-warning:hover {
    background-color: #ffe4ad;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe4ad;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #fcc4ce;
}

.table-hover .table-danger:hover {
    background-color: #fbacba;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #fbacba;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-cyan,
.table-cyan>th,
.table-cyan>td {
    background-color: #ceeefd;
}

.table-hover .table-cyan:hover {
    background-color: #b6e6fc;
}

.table-hover .table-cyan:hover>td,
.table-hover .table-cyan:hover>th {
    background-color: #b6e6fc;
}

.table-orange,
.table-orange>th,
.table-orange>td {
    background-color: #fedfb8;
}

.table-hover .table-orange:hover {
    background-color: #fed49f;
}

.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
    background-color: #fed49f;
}

.table-purple,
.table-purple>th,
.table-purple>td {
    background-color: #d8d2fa;
}

.table-hover .table-purple:hover {
    background-color: #c4bbf7;
}

.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
    background-color: #c4bbf7;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: #f8f9fa;
}

.table-hover .table-active:hover {
    background-color: #e9ecef;
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #e9ecef;
}

.table .thead-dark th {
    color: #eef5f9;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #4F5467;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #eef5f9;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }

    .md-select [type=button] {
        background: #f1f1f1;
        display: block;
        position: relative;
        text-align: left;
        text-shadow: none;
        width: 100%;
        border: 1px solid #d6d6d6;
        z-index: 1;
        outline: none;
        padding: 6px 10px;
        color: #525252;
        font-size: 13px;
        overflow: hidden;
    }

    .md-select [type=button]:focus,
    .md-select [type=button]:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .md-select [type=button]::after {
        content: '\f0dc';
        font-family: FontAwesome;
        float: right;
        padding: 0px;
    }

    .md-select ul[role=listbox] {
        background-color: white;
        cursor: default;
        list-style: none;
        line-height: 26px;
        overflow: hidden;
        margin: 0;
        max-height: 0;
        position: absolute;
        padding: 0;
        transform: translateY(23%);
        width: 100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    }

    .md-select ul[role=listbox] li {
        height: auto;
        margin: 0;
        padding: 6px 16px;
        font-size: 13px;
        outline: none;
        overflow: hidden;
    }

    .md-select ul[role=listbox] li:focus,
    .md-select ul[role=listbox] li:hover,
    .md-select ul[role=listbox] li.active {
        background: rgba(0, 0, 0, 0.1);
    }

    .md-select.active ul {
        max-height: 200px;
        overflow: auto;
        padding: 8px 0 16px 0px;
        z-index: 2;
        transition: all 0.2s ease;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.btn-view-details {
    background: #838bdc;
    color: #fff;
    display: inline-block;
    padding: 8px 18px;
    font-weight: 600;
	text-decoration:none !important;
}

.new_home_page span{
	color: #f17375;
}
.chatdummycontent {
  display: none!important;
}


/* Custom CSS styles for the video background */
.video-background {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    background: #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    text-align: center;
}


/* Custom CSS styles for the video section */
.video-background {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px; /* Adjust the height as needed */
    background: #000; /* Background color for the section */
}

/* Style the video wrapper */
.video-overlay {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    width: 70%; /* Adjust the width as needed */
    margin: 10px; /* Add spacing between videos */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); /* Add a shadow for a classy effect */
}

/* Style the embedded video player */
.custom-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Play button (customize as needed) */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.play-button:hover {
    background: rgba(255, 255, 255, 1); /* Fully opaque white on hover */
}

/* Style the play button icon (customize as needed) */
.play-button::after {
    content: "\25B6"; /* Play icon */
    font-size: 36px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Login Form New Design CSS */

.glassy {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    border-left: 1px solid rgba(255,255,255,0.1);
}

.form-control {
    border-radius: 12px;
    transition: all 0.3s ease;
}

.form-control:focus {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.3);
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
}

.btn-light:hover {
    background: #fff;
    color: #000;
}

.checkout_loader .loader {
    font-size: 1rem;
}

.invalid-feedback {
    color: #f87171;
    font-size: 0.875rem;
}

.text-white-50 {
    margin: 5px 0 0 10px;
}

.alert-danger {
    font-size: 0.9rem;
}

/* Login Form New Design CSS End*/

/* Application Form Redesign */

.form-control,
.form-select {
border-radius: 0.6rem;
padding: 1rem;
font-size: 1rem;
}

.form-floating label span {
color: #dc3545;
}

.form-card {
box-shadow: 0 0 30px rgba(0,0,0,0.05);
padding: 2rem;
border-radius: 1rem;
background: #fff;
}

.btn-primary {
background: linear-gradient(to right, #5a67d8, #7f9cf5);
border: none;
padding: 0.75rem 1.5rem;
font-weight: 600;
transition: 0.3s ease;
}

.btn-primary:hover {
transform: scale(1.05);
}

.form-section-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 1rem;
border-bottom: 2px solid #eee;
padding-bottom: 0.5rem;
}
.form-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
    animation: fadeInUp 0.6s ease-in-out;
}

.form-group label {
    font-weight: 600;
    font-size: 15px;
    color: #353a50;
}

.form-control, select {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 6px 15px;
    font-size: 16px;
    box-shadow: none !important;
}

select option {
    padding: 8px;
}

.applynow_btn_final input[type="submit"] {
    width: 100%;
    background: linear-gradient(135deg, #6b5de7, #a95eea);
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s ease;
}

.applynow_btn_final input[type="submit"]:hover {
    background: linear-gradient(135deg, #5a4de0, #934de1);
    transform: scale(1.02);
}

.upload-group input[type="file"] {
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 12px;
    background-color: #f9f9f9;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-heading {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    color: #4a4a68;
    border-left: 4px solid #8d6eff;
    padding-left: 10px;
}

.star-clolr {
    color: red;
}

/* Application Form Redesign End*/

.card-img-top:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.02);
}

.text-shadow {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.hide { display: none; }
.preview-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.cursor-pointer img {
    width: 20px;
}

.chat-bubble-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 20px;
}

.chat-bubble {
    max-width: 70%;
    padding: 12px 18px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.user-question {
    background-color: #007bff;
    color: white;
    align-self: flex-end;
}

.bot-response {
    background-color: #f1f0f0;
    color: #333;
    align-self: flex-start;
}

.fade-in {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* Theme 4 Revised CSS */

/* Reset Bootstrap's nav-pills active styles */
/* Base nav pills (neutral tab buttons) */
.theme-61-tab.nav-pills .nav-link {
  font-weight: 600;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #333 !important;
  padding: 0.5rem 1.4rem;
  border-radius: 50px;
  background-color: #fdfdfd !important;
  border: 1px solid #ddd;
  transition: all 0.35s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Hover effect: light pastel background with transition */
.theme-61-tab.nav-pills .nav-link:hover {
  background-color: #ffeecf !important;
  color: #222 !important;
  border-color: #ffc107;
  box-shadow: 0 2px 6px rgba(255, 193, 7, 0.3);
}

/* Active tab: vibrant, elevated, and shadowed */
.theme-61-tab.nav-pills .nav-link.active,
.theme-61-tab.nav-pills .show > .nav-link {
  background: linear-gradient(135deg, #ff9800, #ffc107) !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 6px 12px rgba(255, 193, 7, 0.4);
}

/* Optional glowing line under active tab (minimalist indicator) */
.theme-61-tab.nav-pills .nav-link.active::after {
  content: '';
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 6px;
  height: 3px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.9;
  z-index: 2;
}

/* Tab container style */
.theme-61-tab {
  border-bottom: 1px solid #ececec;
  padding-left: 0;
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

/* Responsive horizontal scrolling for smaller screens */

/* Hide mobile tab layout on large screens */
@media (min-width: 768px) {
  .abtbtn {
    display: none !important;
  }
}

/* Hide desktop tab layout on small screens */
@media (max-width: 767.98px) {
  .tab-wrapper,
  .panel-websites {
    display: none !important;
  }
}

/* General Button Styling */
.upk_thme_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-action {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  min-width: 100px;
  white-space: nowrap;
  text-decoration: none;
}

/* Inner text color */
.btn-action span {
  color: inherit;
}


.upk_thme_buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; /* Align buttons to start, no big gaps */
  gap: 8px;                    /* Small fixed gap between buttons */
  overflow: hidden;
}

.upk_thme_buttonss {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;  /* Center the buttons */
  gap: 8px;
  overflow: hidden;
}

.upk_thme_buttons a {
  white-space: nowrap;
  padding: 8px 14px;    /* Moderate padding */
  font-size: 13px;      /* Slightly smaller but still readable */
  flex-shrink: 1;       /* Allow shrinking */
  min-width: 0;
  border-radius: 9px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;     /* Limit max width so buttons don’t get too wide */
}

/* Theme 1 buttons overrides */
.theme-1 .btn-action {
  background: linear-gradient(to right, #d9766d, #f4b183) !important;
  color: #fff !important;
  font-weight: 600;
  border: none;
  padding: 8px 18px;    /* Moderate padding */
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(243, 148, 104, 0.35);
  transition: all 0.3s ease;
  flex-shrink: 1;
  min-width: 0;
  max-width: 130px;
}

.theme-1 .btn-action:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Optional white-outline button */
.theme-1 .btn-action.outline {
  background: #fff !important;
  color: #d9766d !important;
  border: 2px solid #f4b183 !important;
  box-shadow: none !important;
  padding: 8px 14px;
  max-width: 130px;
}

/* Text inside buttons */
.upk_thme_buttons a span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}


/* ===============================
   THEME 2 – Pinkish Vibrant Buttons
================================= */

.theme-2 .btn-action {
  background: #FF6A81 !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 24px;
  border: none;
  box-shadow: 0 0 10px rgba(255, 106, 129, 0.3);
  transition: all 0.3s ease;
  text-align: center;
}

.theme-2 .btn-action:hover {
  box-shadow: 0 0 15px rgba(255, 106, 129, 0.5);
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Optional outline variant */
.theme-2 .btn-action.outline {
  background: transparent !important;
  color: #FF6A81 !important;
  border: 2px solid #FF6A81 !important;
  box-shadow: none !important;
}


/* ===============================
   THEME 3 – Gradient Purple Buttons
   Matching `.theme3-tabs` Styling
================================= */

.theme-3 .btn-action {
  background: linear-gradient(to right, #6C63FF, #A566FF) !important;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(108, 99, 255, 0.3) !important;
  padding: 5px 18px;
  border-radius: 10px;
  border: none;
  text-align: center;
  transition: all 0.3s ease;
}

.theme-3 .btn-action:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* Optional Outline Variant (for contrast button like "Message") */
.theme-3 .btn-action.outline {
  background: #fff !important;
  color: #6C63FF !important;
  border: 2px solid #6C63FF !important;
  box-shadow: none !important;
}

/* ===============================
   THEME 4 – Warm Orange Gradient Buttons
================================= */

.theme-4 .btn-action {
  background: linear-gradient(135deg, #ff9800, #ffc107) !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 6px 12px rgba(255, 193, 7, 0.4);
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.theme-4 .btn-action:hover {
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.6);
  opacity: 0.95;
  transform: translateY(-2px);
}

/* Outline variant for message button */
.theme-4 .btn-action.outline {
  background: transparent !important;
  color: #ff9800 !important;
  border: 2px solid #ff9800 !important;
  box-shadow: none !important;
}

/* Solid variant for Hire Me */
.theme-4 .btn-action.solid {
  background: #ff9800 !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 6px 12px rgba(255, 152, 0, 0.5);
}

.theme-4 .btn-action.solid:hover {
  box-shadow: 0 8px 20px rgba(255, 152, 0, 0.7);
  opacity: 0.9;
  transform: translateY(-2px);
}


/* ===========================
   Hover Effects
============================= */
.btn-action:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}


/* ====== Theme 61 Tab Base Styles ====== */
.theme-61-tab.nav-pills .nav-link {
  font-weight: 600;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #333 !important;
  padding: 0.5rem 1.4rem;
  border-radius: 50px;
  background-color: #fdfdfd !important;
  border: 1px solid #ddd;
  transition: all 0.35s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.theme-61-tab.nav-pills .nav-link:hover {
  background-color: #ffeecf !important;
  color: #222 !important;
  border-color: #ffc107;
  box-shadow: 0 2px 6px rgba(255, 193, 7, 0.3);
}

.theme-61-tab.nav-pills .nav-link.active,
.theme-61-tab.nav-pills .show > .nav-link {
  background: linear-gradient(135deg, #ff9800, #ffc107) !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 6px 12px rgba(255, 193, 7, 0.4);
}

.theme-61-tab.nav-pills .nav-link.active::after {
  content: '';
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 6px;
  height: 3px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.9;
  z-index: 2;
}

.theme-61-tab {
  border-bottom: 1px solid #ececec;
  padding-left: 0;
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

/* ====== Label Typography (Both Views) ====== */
.tab-label {
  font-size: 0.68rem;
  line-height: 1;
  color: #777;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav-link.active .tab-label {
  color: #fff !important;
  font-weight: 600;
}

/* ====== Image Effects (Both Views) ====== */
.nav-link img.mob_image {
  filter: grayscale(1);
  opacity: 0.6;
  transition: 0.3s;
}
.nav-link:hover img.mob_image,
.nav-link.active img.mob_image {
  filter: none;
  opacity: 1;
}

/* ====== Mobile Tabs Icon-Based View ====== */
.mobile_tabs_icons {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-bottom: 2px;
}
.mobile_tabs_icons::-webkit-scrollbar {
  height: 6px;
}
.mobile_tabs_icons::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}

.mobile_tabs_icons .nav-item {
  flex: 0 0 auto;
  text-align: center;
  position: relative;
}

.mobile_tabs_icons .nav-link {
  border-radius: 50px;
  background-color: #fdfdfd !important;
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
  color: #333 !important;
  box-shadow: none;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.7rem;
  position: relative;
}

.mobile_tabs_icons .nav-link .tab-label {
  font-size: 0.68rem;
  color: #555;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 2px;
  transition: color 0.3s;
}

/* Hover Effects */
.mobile_tabs_icons .nav-link:hover {
  background-color: #ffeecf !important;
  color: #222 !important;
  border-color: #ffc107;
  box-shadow: 0 2px 6px rgba(255, 193, 7, 0.3);
}
.mobile_tabs_icons .nav-link:hover .tab-label {
  color: #111;
}
.mobile_tabs_icons .nav-link:hover img.mob_image {
  filter: none;
  opacity: 0.9;
}

/* Active Effects */
.mobile_tabs_icons .nav-link.active {
  background: linear-gradient(135deg, #ff9800, #ffc107) !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 6px 12px rgba(255, 193, 7, 0.4);
}
.mobile_tabs_icons .nav-link.active::after {
  content: '';
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 4px;
  height: 3px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2;
}

/* ====== Responsive Alignment for Desktop Tabs in Mobile View ====== */
@media (max-width: 768px) {
  .theme-61-tab {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 1rem;
  }

  .theme-61-tab .nav-item {
    flex: 0 0 auto;
  }
}

/* Theme 3 Revised CSS */

/* ==== THEME 3 CUSTOM STYLING ==== */
.theme3-tabs {
  background: #fff !important;
  padding: 1rem;
  border-radius: 12px !important;
  box-shadow: 0 0 12px rgba(108, 99, 255, 0.1) !important;
  flex-direction: column;
  align-items: center; /* center the buttons */
  gap: 8px;
}

.theme3-tabs .nav-item {
  width: 100%;
  display: flex;
  justify-content: center;
}

.theme3-tabs .nav-link {
  width: auto; /* remove full width */
  min-width: 120px;  /* control how short it can get */
  max-width: 180px;  /* prevent overly wide buttons */
  text-align: center;
  color: #6C63FF !important;
  background-color: #f6f6ff !important;
  border: 1px solid #d8d5ff !important;
  border-radius: 30px ;
  padding: 8px 16px !important;
  font-weight: 500;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.theme3-tabs .nav-link:hover {
  background-color: #ecebff !important;
  color: #5a53cc !important;
}

.theme3-tabs .nav-link.active {
  background: linear-gradient(to right, #6C63FF, #A566FF) !important;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(108, 99, 255, 0.3) !important;
}

.theme3-mobile-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;     /* Hide scrollbar for Firefox */
}

.theme3-mobile-tabs-wrapper::-webkit-scrollbar {
  display: none;             /* Hide scrollbar for Chrome, Safari, Opera */
}

.theme3-mobile-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: 10px; /* Prevent first tab from getting cut */
}

.theme3-mobile-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.mobile-tabs-scroller {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 0;
  padding: 8px 0 8px 0 !important;
  white-space: nowrap !important;
  scroll-behavior: smooth !important;
}

.mobile-tabs-scroller .nav-item {
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.mobile-tabs-scroller .nav-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  padding: 6px 8px !important;
  border-radius: 10px !important;
  border: 1px solid #dddafc !important;
  background-color: #ddd6f3 !important;  /* Better visibility */
  color: #6c63ff !important;
  font-weight: 500;
  min-width: 64px;
  max-width: 80px;
  text-align: center;
  white-space: normal !important;
  transition: all 0.3s ease !important;
}

.mobile-tabs-scroller .nav-link:hover {
  background-color: #eeeaff !important;
}

.mobile-tabs-scroller .nav-link.active {
  background: linear-gradient(to right, #6c63ff, #a566ff) !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 3px 8px rgba(108, 99, 255, 0.3) !important;
}

.mobile-tabs-scroller .tab-label {
  font-size: 11px;
  margin-top: 4px;
  text-transform: uppercase !important;
  word-break: break-word !important;
}



/* Theme 2 Revised CSS */

/* Wrapper-specific targeting for isolation */
.theme2-tabs .custom-lavender-tabs .nav-link {
    color: #FF6A81;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    margin: 5px 10px;
    font-weight: 500;
    position: relative;
    background: transparent;
    transition: color 0.3s ease-in-out;
}

/* Underline effect using pseudo-element */
.theme2-tabs .custom-lavender-tabs .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: left;
}

/* Hover state with underline reveal */
.theme2-tabs .custom-lavender-tabs .nav-link:hover {
    color: #e64766;
}

.theme2-tabs .custom-lavender-tabs .nav-link:hover::after {
    background-color: #FF6A81;
    transform: scaleX(1);
}

/* Active tab style */
.theme2-tabs .custom-lavender-tabs .nav-link.active {
    color: #fff;
    background: #FF6A81;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 24px;
    box-shadow: 0 0 10px rgba(255, 106, 129, 0.3);
}

/* Remove underline from active (optional) */
.theme2-tabs .custom-lavender-tabs .nav-link.active::after {
    background-color: transparent;
    transform: scaleX(0);
}

/* Scoped class to avoid theme conflicts */
.theme2-mobile-tabs .mobile-pink-tabs .nav-link {
    background: #fff;
    border-radius: 12px;
    margin: 5px 4px;
    padding: 8px 5px;
    color: #FF6A81;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #FF6A81;
    transition: all 0.3s ease;
    min-width: 60px;
}

/* Active tab styling */
.theme2-mobile-tabs .mobile-pink-tabs .nav-link.active {
    background-color: #FF6A81;
    color: #fff;
    box-shadow: 0 4px 10px rgba(255, 106, 129, 0.3);
}

/* Tab label (text below icon) */
.theme2-mobile-tabs .mobile-pink-tabs .tab-label {
    margin-top: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 1.1;
    word-break: break-word;
}

/* Image styling */
.theme2-mobile-tabs .mobile-pink-tabs .mob_image {
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
  .theme2-mobile-tabs {
    display: none !important;
  }
}

/* Mobile horizontal scroll wrapper */
.theme2-mobile-tabs .tab-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.theme2-mobile-tabs .mobile-pink-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
}

/* Each tab item */
.theme2-mobile-tabs .mobile-pink-tabs .nav-item {
  flex: 0 0 auto;
  text-align: center;
}

/* Tab link styling */
.theme2-mobile-tabs .mobile-pink-tabs .nav-link {
  background: #fff;
  border-radius: 12px;
  padding: 8px 5px;
  color: #FF6A81;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #FF6A81;
  transition: all 0.3s ease;
  min-width: 60px;
}

.theme2-mobile-tabs .mobile-pink-tabs .nav-link.active {
  background-color: #FF6A81;
  color: #fff;
  box-shadow: 0 4px 10px rgba(255, 106, 129, 0.3);
}

.theme2-mobile-tabs .mobile-pink-tabs .tab-label {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-word;
  text-align: center;
}

.theme2-mobile-tabs .mobile-pink-tabs .mob_image {
  display: block;
}


/* Theme 1 Revised CSS */
/* ===========================
   Theme 1: Elegant Tab Styling
   Scope: Desktop version
   Wrapper: .theme-1-tab-wrapper
=========================== */
.theme-1-tab-wrapper .theme-1-tab {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #e0e0e0;
  padding: 1rem 0;
}

.theme-1-tab-wrapper .theme-1-tab .nav-item {
  position: relative;
}

.theme-1-tab-wrapper .theme-1-tab .nav-link {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #444;
  padding: 0.55rem 1.3rem;
  border-radius: 40px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.theme-1-tab-wrapper .theme-1-tab .nav-link:hover {
  background-color: #fce6db;
  color: #333;
  border-color: #f7bfa5;
  box-shadow: 0 2px 5px rgba(246, 167, 127, 0.3);
}

.theme-1-tab-wrapper .theme-1-tab .nav-link.active,
.theme-1-tab-wrapper .theme-1-tab .show > .nav-link {
  background: linear-gradient(to right, #d9766d, #f4b183);
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 5px 10px rgba(243, 148, 104, 0.35);
}

.theme-1-tab-wrapper .theme-1-tab .nav-link.active::after {
  content: '';
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 6px;
  height: 3px;
  background-color: #fff;
  border-radius: 6px;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .mobile_tabs_rose {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .mobile_tabs_rose ul.nav {
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    gap: 0.6rem;
    margin: 0;
    padding: 4px 8px;
    scrollbar-width: thin;
    scrollbar-color: #c99e89 transparent;
  }

  .mobile_tabs_rose ul.nav::-webkit-scrollbar {
    height: 6px;
  }

  .mobile_tabs_rose ul.nav::-webkit-scrollbar-thumb {
    background-color: #d1a692;
    border-radius: 4px;
  }

  .mobile_tabs_rose .nav-item {
    flex: 0 0 auto;
    text-align: center;
  }

  .mobile_tabs_rose .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 0.4rem 0.6rem;
    border-radius: 40px;
    background-color: #fff8f6;
    border: 1px solid #e6cfc4;
    color: #663f3f;
    font-size: 0.65rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-align: center;
  }

  .mobile_tabs_rose .nav-link .mob_image {
    filter: grayscale(1);
    opacity: 0.5;
    transition: 0.3s ease;
  }

  .mobile_tabs_rose .nav-link:hover {
    background-color: #f4d6cb !important;
    color: #4e2b2b !important;
    border-color: #d7a28c !important;
    box-shadow: 0 2px 6px rgba(215, 123, 98, 0.25) !important;
  }

  .mobile_tabs_rose .nav-link.active {
    background: linear-gradient(135deg, #c87f6a, #f7b89a) !important;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 10px rgba(212, 124, 92, 0.4) !important;
  }

  .mobile_tabs_rose .nav-link.active .mob_image {
    filter: none;
    opacity: 1;
  }

  .mobile_tabs_rose .nav-link.active::after {
    content: '';
    position: absolute;
    left: 28%;
    right: 28%;
    bottom: 5px;
    height: 3px;
    background-color: #fff;
    opacity: 0.8;
    border-radius: 6px;
  }

  .mobile_tabs_rose .tab-label {
    font-size: 0.68rem;
    line-height: 1.1;
    color: #7a5952;
    font-weight: 500;
    margin-top: 2px;
    transition: color 0.3s;
  }

  .mobile_tabs_rose .nav-link.active .tab-label {
    color: #fff;
    font-weight: 600;
  }

  .mobile_tabs_rose .nav-link:hover .tab-label {
    color: #4e2b2b;
  }
}


/* New Section Theme Page Shop Filters */

/* Sticky filter bar - Cleaned for clipping issue */
.filter-bar {
  position: sticky;
  top: 0;
  z-index: 1100;
  border-bottom: none;
  overflow: visible !important;
}

.filter-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.filter-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.filter-scroll-wrapper .container-fluid {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.filter-bar > .filter-scroll-wrapper > .container-fluid {
  flex-wrap: nowrap;
  white-space: nowrap;
  width: max-content;
  min-width: 100%;
  gap: 1rem;
}

.filter-dropdown,
#clearFilters {
  flex: 0 0 auto;
  white-space: nowrap;
}

.filter-bar .btn-outline-secondary {
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.4rem 1.2rem;
}

.filter-bar .btn-outline-secondary:hover,
.filter-bar .btn-outline-secondary:focus {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  min-width: 200px;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
  top: 100%;
  left: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  z-index: 2000;
  min-width: 180px;
}

.dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 768px) {
  .filter-bar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .mobile-filter-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
  }
  .mobile-filter-modal .modal-content {
    height: 100%;
    border-radius: 0;
  }
  .mobile-filter-modal .modal-body {
    overflow-y: auto;
  }
}

.filter-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.filter-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* Theme 1 Design Section */

.mansonary {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    padding: 1rem 0;
  }

  .card_mg {
    position: relative;
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .card_mg:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  }

  .img-container {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f5f5;
  }

  .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
  }

  .card_mg:hover .img-container img {
    transform: scale(1.05);
  }

  .photo_alb {
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #222;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 1rem;
  }

  .card_mg:hover .slide-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .icon-row {
    display: flex;
    justify-content: flex-end;
    gap: 0.8rem;
  }

  /* Elegant smaller button style */
  .icon-row a {
    color: #fff;
    font-size: 1.1rem;
    background: rgba(255,255,255,0.2);
    padding: 0.38rem 0.5rem;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-row a:hover {
    background: #fff;
    color: #222;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }

  /* Follow/unfollow color toggle */
  .follow-seller.following i {
    color: #f44336; /* red */
  }
  .follow-seller i {
    transition: color 0.3s ease;
  }

  .overlay-info {
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
    font-weight: 500;
    user-select: none;
  }

  .share-popup {
    position: absolute;
    bottom: 3rem;
    right: 1rem;
    background: #1a1a1a;
    border-radius: 0.75rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    display: none;
    padding: 0.5rem 0.8rem;
    gap: 1rem;
    z-index: 100;
  }

  .share-popup.active {
    display: flex;
  }

  .share-popup a {
    color: #fff;
    font-size: 1.3rem;
    padding: 0.3rem;
    transition: color 0.3s ease;
  }

  .share-popup a:hover {
    color: #4caf50;
  }

  /* Responsive improvements */
  @media (max-width: 768px) {
    .mansonary {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
    .icon-row {
      gap: 0.6rem;
    }
    .icon-row a {
      font-size: 1rem;
      padding: 0.3rem 0.4rem;
    }
    .photo_alb {
      font-size: 0.9rem;
      padding: 0.5rem 0.8rem;
    }
  }

  @media (max-width: 480px) {
    .mansonary {
      grid-template-columns: 1fr;
    }
    .icon-row {
      justify-content: center;
      gap: 1rem;
    }
    .icon-row a {
      font-size: 1.2rem;
      padding: 0.4rem 0.6rem;
    }
    .photo_alb {
      font-size: 1rem;
      padding: 0.6rem 1rem;
      white-space: normal;
      text-align: center;
    }
  }

/* Theme 2 Design Section */

.mansonary_t2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 1.2rem 0;
    background: #fafafa;
  }

  .card_mg_t2 {
    position: relative;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 10px 25px rgba(200, 210, 230, 0.25);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .card_mg_t2:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(180, 195, 220, 0.45);
  }

  .img-container_t2 {
    width: 100%;
    aspect-ratio: 16 / 12;
    overflow: hidden;
    border-radius: 1.2rem 1.2rem 0 0;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3);
  }

  .img-container_t2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
  }

  .card_mg_t2:hover .img-container_t2 img {
    transform: scale(1.06);
  }

  .photo_alb_t2 {
    padding: 1rem 1.25rem;
    font-weight: 400;
    font-size: 1.1rem;
    color: #34495e;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .slide-overlay_t2 {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(220, 230, 245, 0.85) 100%);
    opacity: 0;
    pointer-events: none;
    border-radius: 1.2rem;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.1rem 1.5rem;
  }

  .card_mg_t2:hover .slide-overlay_t2 {
    opacity: 1;
    pointer-events: auto;
  }

  .icon-row_t2 {
    display: flex;
    justify-content: flex-end;
    gap: 1.2rem;
  }

  /* Button style theme 2 */
  .icon-row_t2 a {
    color: #4a6572;
    font-size: 1.25rem;
    padding: 0.45rem 0.7rem;
    background: linear-gradient(135deg, #e3f2fd, #c5d9f1);
    border-radius: 0.8rem;
    box-shadow: 0 4px 8px rgba(180, 200, 220, 0.3);
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-row_t2 a:hover {
    background: linear-gradient(135deg, #bcd9f5, #9bbce5);
    color: #1b3a57;
  }

  .follow-seller_t2.following i {
    color: #d9534f; /* Bootstrap red */
  }

  .follow-seller_t2 i {
    transition: color 0.3s ease;
  }

  .overlay-info_t2 {
    color: #34495e;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 500;
    user-select: none;
    margin-top: 0.3rem;
  }

  .share-popup_t2 {
    position: absolute;
    bottom: 3.4rem;
    right: 1.2rem;
    background: #f0f4fb;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(50, 80, 130, 0.12);
    display: none;
    padding: 0.6rem 1rem;
    gap: 1.2rem;
    z-index: 100;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .share-popup_t2.active {
    display: flex;
    transform: translateY(0);
    opacity: 1;
  }

  .share-popup_t2 a {
    color: #34495e;
    font-size: 1.4rem;
    padding: 0.4rem;
    transition: color 0.3s ease;
  }

  .share-popup_t2 a:hover {
    color: #2a4365;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .mansonary_t2 {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .icon-row_t2 {
      gap: 0.8rem;
    }

    .icon-row_t2 a {
      font-size: 1.1rem;
      padding: 0.35rem 0.6rem;
    }

    .photo_alb_t2 {
      font-size: 1rem;
      padding: 0.8rem 1rem;
    }
  }

  @media (max-width: 480px) {
    .mansonary_t2 {
      grid-template-columns: 1fr;
    }

    .icon-row_t2 {
      justify-content: center;
      gap: 1rem;
    }

    .icon-row_t2 a {
      font-size: 1.3rem;
      padding: 0.5rem 0.8rem;
    }

    .photo_alb_t2 {
      font-size: 1.1rem;
      padding: 1rem 1.2rem;
      white-space: normal;
      text-align: center;
    }
  }

/* Theme 3 Design Section */

.mansonary_t3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.8rem;
    padding: 1.5rem 0;
    background: #121212;
  }

  .card_mg_t3 {
    position: relative;
    border-radius: 1rem;
    background: #1e1e1e;
    box-shadow: 0 0 12px rgba(58, 123, 255, 0.8);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    color: #ddd;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .card_mg_t3:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 18px rgba(90, 160, 255, 0.9), 0 0 32px rgba(70, 120, 255, 0.7);
  }

  .img-container_t3 {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    position: relative;
  }

  .img-container_t3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.5s ease;
    filter: brightness(0.9);
  }

  .card_mg_t3:hover .img-container_t3 img {
    transform: scale(1.07);
    filter: brightness(1);
  }

  .dark-hover-overlay_t3 {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 20, 40, 0.7) 0%, rgba(10, 20, 40, 0.9) 100%);
    opacity: 0;
    pointer-events: none;
    border-radius: 1rem 1rem 0 0;
    transition: opacity 0.4s ease;
  }

  .card_mg_t3:hover .dark-hover-overlay_t3 {
    opacity: 1;
    pointer-events: auto;
  }

  .photo_alb_t3 {
    padding: 1rem 1.3rem;
    font-weight: 600;
    font-size: 1.15rem;
    color: #eee;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
  }

  .icon-row_t3 {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0 1.4rem 1rem 1.4rem;
  }

  /* Buttons theme 3 */
  .icon-row_t3 a {
    font-size: 1.3rem;
    color: #7f8cff;
    background: transparent;
    border-radius: 0.7rem;
    padding: 0.4rem 0.7rem;
    box-shadow: 0 0 6px transparent;
    transition: color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-row_t3 a:hover {
    color: #4c68ff;
    box-shadow: 0 0 8px #4c68ff, 0 0 12px #7f8cff;
  }

  .follow-seller_t3.following i {
    color: #ff416c;
    text-shadow: 0 0 8px #ff416c;
  }

  .follow-seller_t3 i {
    transition: color 0.3s ease, text-shadow 0.3s ease;
  }

  .overlay-info_t3 {
    color: #bbb;
    font-size: 0.88rem;
    text-align: center;
    font-weight: 500;
    user-select: none;
    margin-top: 0.4rem;
    letter-spacing: 0.03em;
  }

  .share-popup_t3 {
    position: absolute;
    bottom: 4rem;
    right: 1.3rem;
    background: rgba(28, 32, 53, 0.95);
    border-radius: 1.2rem;
    box-shadow: 0 0 30px rgba(70, 120, 255, 0.5);
    display: none;
    padding: 0.8rem 1.2rem;
    gap: 1.4rem;
    z-index: 150;
    transform: scale(0.85);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }

  .share-popup_t3.active {
    display: flex;
    transform: scale(1);
    opacity: 1;
  }

  .share-popup_t3 a {
    color: #7f8cff;
    font-size: 1.5rem;
    padding: 0.3rem;
    filter: drop-shadow(0 0 3px #4c68ff);
    transition: color 0.3s ease, filter 0.3s ease;
  }

  .share-popup_t3 a:hover {
    color: #4c68ff;
    filter: drop-shadow(0 0 6px #7f8cff);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .mansonary_t3 {
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .icon-row_t3 {
      gap: 0.8rem;
      padding-bottom: 0.8rem;
    }

    .icon-row_t3 a {
      font-size: 1.15rem;
      padding: 0.35rem 0.65rem;
    }

    .photo_alb_t3 {
      font-size: 1.05rem;
      padding: 0.85rem 1.1rem;
    }
  }

  @media (max-width: 480px) {
    .mansonary_t3 {
      grid-template-columns: 1fr;
    }

    .icon-row_t3 {
      justify-content: center;
      gap: 1.1rem;
    }

    .icon-row_t3 a {
      font-size: 1.3rem;
      padding: 0.5rem 0.75rem;
    }

    .photo_alb_t3 {
      font-size: 1.15rem;
      padding: 1rem 1.3rem;
      white-space: normal;
      text-align: center;
    }
  }

/* Theme 4 Design Section */

.mansonary_t4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.7rem;
    padding: 1.5rem 0;
    background: #faf8fc;
  }

  .card_mg_t4 {
    position: relative;
    border-radius: 1.3rem;
    background: #fff;
    box-shadow: 0 8px 20px rgba(219, 182, 222, 0.35);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Poppins', sans-serif;
    color: #4a4a4a;
  }

  .card_mg_t4:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(219, 182, 222, 0.55);
  }

  .img-container_t4 {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 1.3rem 1.3rem 0 0;
    overflow: hidden;
    position: relative;
  }

  .img-container_t4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
    filter: brightness(1);
  }

  .card_mg_t4:hover .img-container_t4 img {
    transform: scale(1.05);
    filter: brightness(1.05);
  }

  .photo_alb_t4 {
    padding: 1.15rem 1.4rem;
    font-weight: 600;
    font-size: 1.18rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
  }

  .icon-row_t4 {
    display: flex;
    justify-content: flex-end;
    gap: 1.25rem;
    padding: 0 1.4rem 1.2rem 1.4rem;
  }

  /* Buttons theme 4 */
  .icon-row_t4 a {
    font-size: 1.3rem;
    color: #b886d6;
    background: #f7eaff;
    border-radius: 1rem;
    padding: 0.45rem 0.9rem;
    box-shadow: 0 3px 8px rgba(184, 134, 214, 0.45);
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-row_t4 a:hover {
    background-color: #d4b3ff;
    color: #6a3f9d;
    box-shadow: 0 5px 12px rgba(138, 76, 204, 0.75);
  }

  .follow-seller_t4.following i {
    color: #d47aff;
    text-shadow: 0 0 6px #d47aff;
  }

  .follow-seller_t4 i {
    transition: color 0.3s ease, text-shadow 0.3s ease;
  }

  .overlay-info_t4 {
    color: #7a6a8c;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 500;
    user-select: none;
    margin-top: 0.45rem;
    letter-spacing: 0.02em;
  }

  .share-popup_t4 {
    position: absolute;
    bottom: 4.2rem;
    right: 1.6rem;
    background: rgba(247, 234, 255, 0.95);
    border-radius: 1.3rem;
    box-shadow: 0 0 30px rgba(180, 110, 255, 0.4);
    display: none;
    padding: 0.9rem 1.3rem;
    gap: 1.3rem;
    z-index: 200;
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .share-popup_t4.active {
    display: flex;
    transform: scale(1);
    opacity: 1;
  }

  .share-popup_t4 a {
    color: #b886d6;
    font-size: 1.55rem;
    padding: 0.3rem;
    filter: drop-shadow(0 0 3px #b886d6);
    transition: color 0.3s ease, filter 0.3s ease;
  }

  .share-popup_t4 a:hover {
    color: #7e57c2;
    filter: drop-shadow(0 0 6px #7e57c2);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .mansonary_t4 {
      grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }

    .icon-row_t4 {
      gap: 1rem;
      padding-bottom: 1rem;
    }

    .icon-row_t4 a {
      font-size: 1.15rem;
      padding: 0.4rem 0.75rem;
    }

    .photo_alb_t4 {
      font-size: 1.1rem;
      padding: 0.9rem 1.1rem;
    }
  }

  @media (max-width: 480px) {
    .mansonary_t4 {
      grid-template-columns: 1fr;
    }

    .icon-row_t4 {
      justify-content: center;
      gap: 1.1rem;
    }

    .icon-row_t4 a {
      font-size: 1.3rem;
      padding: 0.5rem 0.8rem;
    }

    .photo_alb_t4 {
      font-size: 1.2rem;
      padding: 1.1rem 1.4rem;
      white-space: normal;
      text-align: center;
    }
  }
/* Theme 1 Product Section */

.product-card-theme1 {
  width: 240px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.img-container-theme1 {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
}

.product-img-theme1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.3s ease;
}

.product-card-theme1:hover .product-img-theme1 {
  transform: scale(1.05);
}

.product-actions-theme1 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  flex-direction: column;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px;
  border-radius: 10px;
  backdrop-filter: blur(8px);
}

.product-card-theme1:hover .product-actions-theme1 {
  display: flex;
}

.action-icon-theme1 i {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.product-info-theme1 {
  padding: 12px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.product-title-theme1 {
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-pricing-theme1 {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.discount-theme1 {
  color: #f44336;
  font-weight: 500;
}

.share-card-theme1 {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 8px 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.share-card-theme1 a i {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  .product-card-theme1 {
    width: 48%;
  }
  .img-container-theme1 {
    height: 200px;
  }
  .product-actions-theme1 {
    flex-direction: row;
    top: unset;
    bottom: 10px;
    right: 10px;
  }
  .share-card-theme1 {
    position: static;
    margin-top: 6px;
    transform: none;
    box-shadow: none;
    justify-content: center;
  }
}

/* Theme 2 Product Section */

.product-grid-dark {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.product-card-dark {
  width: 240px;
  background: #1e1e1e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #333;
}

.img-container-dark {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-img-dark {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card-dark:hover .product-img-dark {
  transform: scale(1.03);
}

.product-actions-dark {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  gap: 6px;
}

.product-card-dark:hover .product-actions-dark {
  display: flex;
}

.action-icon-dark {
  color: #eee;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info-dark {
  background: #121212;
}

.product-title-dark {
  font-size: 15px;
  font-weight: 600;
  color: #f2f2f2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-pricing-dark {
  font-size: 14px;
  color: #ccc;
}

.discount-dark {
  font-size: 13px;
  color: #f44336;
  font-weight: 500;
}

.share-card-dark {
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.share-card-dark a i {
  color: #eee;
  font-size: 16px;
}

@media (max-width: 768px) {
  .product-card-dark {
    width: 48%;
  }

  .img-container-dark {
    height: 200px;
  }

  .product-actions-dark {
    position: static;
    background: transparent;
    flex-direction: row;
    justify-content: space-around;
    transform: none;
    padding: 4px 0;
    margin-top: 5px;
  }

  .share-card-dark {
    position: static;
    margin-top: 6px;
    transform: none;
    box-shadow: none;
    justify-content: center;
  }
}

/* Theme 3 Product Section */

.product-card-theme3 {
  width: 240px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
}

.img-container-theme3 {
  width: 100%;
  height: 260px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-img-theme3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-bottom: 1px solid #eee;
}

.product-card-theme3:hover .product-img-theme3 {
  transform: scale(1.04);
}

.product-actions-theme3 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.product-card-theme3:hover .product-actions-theme3 {
  display: flex;
}

.action-icon-theme3 {
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.product-title-theme3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-pricing-theme3 {
  font-size: 14px;
  color: #444;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.discount-theme3 {
  font-size: 13px;
  color: #e91e63;
}

.share-card-theme3 {
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.share-card-theme3 a i {
  color: #333;
  font-size: 16px;
}

@media (max-width: 768px) {
  .product-card-theme3 {
    width: 48%;
  }

  .img-container-theme3 {
    height: 200px;
  }

  .product-actions-theme3 {
    position: static;
    flex-direction: row;
    justify-content: space-around;
    background: transparent;
    box-shadow: none;
    padding: 4px 0;
    margin-top: 4px;
  }

  .share-card-theme3 {
    position: static;
    margin-top: 6px;
    transform: none;
    box-shadow: none;
    justify-content: center;
  }
}

/* Theme 4 Product Section */

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.product-card {
  width: 240px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

.img-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-img {
  transform: scale(1.05);
}

/* Top corner actions */
.action-top-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 3;
}

.action-icon {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  cursor: pointer;
}

.action-icon:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Share popup */
.share-card {
  top: 40px;
  right: 50px;
  background: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: flex;
  gap: 12px;
  z-index: 5;
}

.share-card a i {
  font-size: 16px;
  color: #333;
}

/* Info section */
.product-info {
  padding: 10px 12px;
  background: #fff;
}

.product-title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-pricing {
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px; /* Adjust spacing here */
  flex-wrap: wrap; /* Optional: avoids overflow on smaller screens */
}

.discount {
  font-size: 13px;
  color: #e53935;
  font-weight: 500;
}

@media (max-width: 768px) {
  .product-card {
    width: 48%;
  }

  .img-container {
    height: 220px;
  }

  .action-top-icons {
    flex-direction: row;
    top: 8px;
    right: 8px;
    gap: 6px;
  }

  .share-card {
    top: auto;
    bottom: 10px;
    right: 10px;
    box-shadow: none;
  }
}

/* Theme 4 Portfolio Section */

.portfolio-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}

.portfolio-card {
  flex: 0 0 auto;
  width: 260px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.portfolio-thumb {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform .3s ease;
}

.portfolio-price {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffc107;
  color: #000;
  padding: 4px 8px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 4px;
}

.portfolio-info {
  padding: 10px 12px;
}

.portfolio-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.icon-group {
  display: flex;
  gap: 14px;
}

.action-icon {
  color: white;
  background: rgba(255,255,255,0.2);
  padding: 10px;
  font-size: 1.2rem;
  border-radius: 50%;
  transition: all 0.2s;
}

.action-icon:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 576px) {
  .portfolio-thumb {
    height: 180px;
  }
}


#portfolioMasonry.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  user-select: none;
}


/* Theme 3 Portfolio Section */

.clean-theme {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  padding: 1rem;
}

.portfolio-item {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.portfolio-item:hover {
  transform: translateY(-6px);
}

.portfolio-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffc107;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  color: #000;
}

.portfolio-meta {
  padding: 0.75rem 1rem;
  background: #f9f9f9;
  text-align: center;
}

.portfolio-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.portfolio-actions i {
  margin: 0 6px;
  font-size: 1rem;
  color: #555;
  cursor: pointer;
  transition: 0.2s;
}

.portfolio-actions i:hover {
  color: #000;
}

.share-icons {
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.share-icons a i {
  color: #777;
  transition: 0.2s;
}

.share-icons a:hover i {
  color: #000;
}

.seller-name {
  font-size: 0.9rem;
  color: #444;
  font-weight: 500;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .portfolio-img {
    height: 200px;
  }
}

/* Theme 2 Portfolio Section */

.portfolio-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
}

.portfolio-card.glass {
  flex: 0 0 auto;
  width: 260px;
  scroll-snap-align: start;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.portfolio-thumb {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.portfolio-card:hover .portfolio-thumb img {
  transform: scale(1.05);
}

.portfolio-price {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  padding: 6px 10px;
  font-size: 0.85rem;
  font-weight: bold;
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

.portfolio-info {
  padding: 10px 12px;
}

.portfolio-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.icon-group {
  display: flex;
  gap: 14px;
}

.action-icon.glass-btn {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 10px;
  font-size: 1.2rem;
  color: white;
  backdrop-filter: blur(8px);
  transition: all 0.3s;
}

.action-icon.glass-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

@media (max-width: 576px) {
  .portfolio-thumb { height: 180px; }
}

/* Theme 1 Portolio Section */

.portfolio-masonry-theme4 {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #00bcd4 transparent;
}

.portfolio-masonry-theme4.dragging {
  cursor: grabbing;
  user-select: none;
}

.card_theme4 {
  background: #121212;
  border-radius: 1rem;
  box-shadow:
    inset 4px 4px 8px #0d0d0d,
    inset -4px -4px 8px #181818,
    6px 6px 14px #0a0a0a,
    -6px -6px 14px #1e1e1e;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card_theme4:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 4px 4px 8px #0d0d0d,
    inset -4px -4px 8px #181818,
    10px 10px 20px #00bcd4,
    -10px -10px 20px #1de9b6;
}

.img_theme4 {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: #222;
  transition: transform 0.3s ease;
}

.card_theme4:hover .img_theme4 {
  transform: scale(1.05);
}

.price_tag_theme4 {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(45deg, #00bcd4, #1de9b6);
  color: #121212;
  padding: 0.2rem 0.6rem;
  border-radius: 0.6rem;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 0 6px #00bcd4;
}

.portfolio-info-theme4 {
  padding: 1rem 1.2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.actions-theme4 i {
  font-size: 1.3rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.actions-theme4 a {
  color: #b0b0b0;
}

.actions-theme4 a:hover i {
  color: #00bcd4;
}

.social-icons-theme4 a {
  font-size: 1.25rem;
  transition: color 0.3s ease;
  color: #888;
}

.social-icons-theme4 a:hover {
  color: #1de9b6;
}

.likes-comments-theme4 {
  color: #777;
}

.seller-name-theme4 {
  color: #ccc;
  font-weight: 600;
}

/* Scrollbar */
.portfolio-masonry-theme4::-webkit-scrollbar {
  height: 8px;
}
.portfolio-masonry-theme4::-webkit-scrollbar-track {
  background: transparent;
}
.portfolio-masonry-theme4::-webkit-scrollbar-thumb {
  background-color: #00bcd4;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 991px) {
  .card_theme4 {
    width: 220px;
    height: auto;
  }
  .img_theme4 {
    height: 140px;
  }
}

@media (max-width: 576px) {
  .portfolio-masonry-theme4 {
    gap: 0.6rem;
  }
  .card_theme4 {
    width: 180px;
  }
  .img_theme4 {
    height: 110px;
  }
}

/* Some Extra Theme CSS */

.share_click {
  display: none;
}


.slide-overlay {
    transition: opacity 0.3s ease-in-out;
}
.hover-opacity-100:hover {
    opacity: 1 !important;
}
.opacity-0 {
    opacity: 0;
}

.card_mg img.mas_img {
    transition: transform 0.3s ease-in-out;
}
.card_mg:hover img.mas_img {
    transform: scale(1.05);
}

.hover-actions {
    pointer-events: none;
}
.hover-actions a {
    pointer-events: auto;
    text-decoration: none;
    font-size: 16px;
}


/* Theme 4 Albums Section */

.album-group-card {
  background: linear-gradient(145deg, #eef2f7, #cfd9e3);
  border: 2px solid #c0d6e4;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(44, 62, 80, 0.2);
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
}
.album-group-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(44, 62, 80, 0.3);
}
.album-group-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.75rem;
  text-align: center;
  background: rgba(236, 240, 241, 0.6);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.album-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
.album-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 2px solid #dbeafe;
  transition: transform 0.3s ease;
}
.album-image-wrapper:hover {
  transform: scale(1.03);
}
.album-image-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}
.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(52, 73, 94, 0.6);
  backdrop-filter: blur(6px);
  color: #ecf0f1;
  padding: 0.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.album-image-wrapper:hover .image-overlay,
.album-image-wrapper.mobile-visible .image-overlay {
  opacity: 1;
}
.image-overlay i {
  color: #ecf0f1;
  font-size: 1rem;
  transition: color 0.2s ease;
}
.image-overlay i:hover {
  color: #00bcd4;
}

.share-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.3rem;
}
.share-icons a i {
  font-size: 0.9rem;
  color: #fff;
  transition: color 0.3s;
}
.share-icons a i:hover {
  color: #1abc9c;
}

.share-wrapper {
  position: relative;
  display: inline-block;
}

.share-icons-box {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #2c3e50;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 999;
}

.share-icons-box a i {
  color: #ecf0f1;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.share-icons-box a i:hover {
  color: #1abc9c;
}

@media (max-width: 768px) {
  .album-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .album-image-wrapper img {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .album-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .album-image-wrapper img {
    height: 160px;
  }
}

/* Theme 3 Albums Section */

/* === Dark Theme Classes for Album Section === */
.dark-album-group-card {
  background: linear-gradient(145deg, #1a1a1a, #222);
  border: 2px solid #0e7c86;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 188, 212, 0.4);
  padding: 1.2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
}
.dark-album-group-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 188, 212, 0.7);
}

.dark-album-group-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #00bcd4;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  user-select: none;
}

.dark-album-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}

.dark-album-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 2px solid #0e7c86;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.dark-album-image-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 188, 212, 0.6);
}
.dark-album-image-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 0.75rem;
  user-select: none;
}

.dark-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(8px);
  color: #00bcd4;
  padding: 0.5rem 0.3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.dark-album-image-wrapper:hover .dark-image-overlay,
.dark-album-image-wrapper.mobile-visible .dark-image-overlay {
  opacity: 1;
}

.dark-image-overlay i {
  color: #00bcd4;
  font-size: 1.1rem;
  transition: color 0.25s ease;
}
.dark-image-overlay i:hover {
  color: #00f0ff;
}

.dark-share-wrapper {
  position: relative;
  display: inline-block;
}
.dark-share-icons-box {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  padding: 0.35rem 0.6rem;
  border-radius: 0.6rem;
  display: flex;
  gap: 0.8rem;
  box-shadow: 0 0 12px rgba(0, 188, 212, 0.8);
  z-index: 999;
  user-select: none;
}
.dark-share-icons-box a {
  color: #00bcd4;
  font-size: 1.1rem;
  transition: color 0.3s;
}
.dark-share-icons-box a:hover {
  color: #00f0ff;
}

@media (max-width: 768px) {
  .dark-album-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dark-album-image-wrapper img {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .dark-album-grid {
    grid-template-columns: 1fr;
  }
  .dark-album-image-wrapper img {
    height: 160px;
  }
}

/* Theme 2 Albums Section */

.album-group-card {
    background: linear-gradient(145deg, #fce6d8, #f7d4bc);
    border: 2px solid #f7a76c;
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(247, 167, 108, 0.3);
    padding: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
  }
  .album-group-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(247, 167, 108, 0.45);
  }
  .album-group-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #bf4e30;
    margin-bottom: 1rem;
    text-align: center;
    background: rgba(247, 167, 108, 0.15);
    border-radius: 0.5rem;
    padding: 0.4rem 0.8rem;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
  }
  .album-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.6rem;
  }
  .album-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0.7rem;
    border: 3px solid #f7a76c;
    box-shadow: 0 4px 8px rgba(247, 167, 108, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: #fff0e6;
  }
  .album-image-wrapper:hover {
    transform: scale(1.06);
    box-shadow: 0 10px 25px rgba(247, 167, 108, 0.45);
    z-index: 10;
  }
  .album-image-wrapper img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 0.7rem;
    transition: filter 0.3s ease;
  }
  .album-image-wrapper:hover img {
    filter: brightness(1.05);
  }
  .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(191, 78, 48, 0.85);
    backdrop-filter: blur(5px);
    color: #fff2e8;
    padding: 0.6rem 0.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
  }
  .album-image-wrapper:hover .image-overlay,
  .album-image-wrapper.mobile-visible .image-overlay {
    opacity: 1;
  }
  .image-overlay a, .image-overlay span {
    color: #fff2e8;
    font-size: 1.1rem;
    transition: color 0.25s ease;
    position: relative;
  }
  .image-overlay a:hover i,
  .image-overlay span:hover i {
    color: #ffc98e;
  }

  /* Share popup */
  .share-wrapper {
    position: relative;
    display: inline-block;
  }
  .share-icons-box {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #bf4e30;
    padding: 0.4rem 0.7rem;
    border-radius: 0.5rem;
    display: flex;
    gap: 0.6rem;
    box-shadow: 0 6px 18px rgba(191, 78, 48, 0.6);
    z-index: 999;
  }
  .share-icons-box a {
    color: #fff2e8;
    font-size: 1rem;
  }
  .share-icons-box a:hover {
    color: #ffd8a9;
  }

  /* Responsive tweaks */
  @media (max-width: 768px) {
    .album-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .album-image-wrapper img {
      height: 140px;
    }
    .share-icons-box {
      bottom: 35px;
    }
  }
  @media (max-width: 480px) {
    .album-grid {
      grid-template-columns: repeat(1, 1fr);
    }
    .album-image-wrapper img {
      height: 160px;
    }
  }

/* Theme 1 Albums Section */

.light-album-group-card {
  background: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  padding: 1.6rem 1.3rem;
  transition: all 0.3s ease;
}
.light-album-group-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.light-album-group-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1.2rem;
  text-align: center;
  text-transform: capitalize;
}

.light-album-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.light-album-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid #eee;
  background: #fafafa;
  transition: all 0.3s ease;
}
.light-album-image-wrapper:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
}
.light-album-image-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 0.75rem;
}

.light-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  color: #333;
  padding: 0.4rem 0.3rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  font-size: 1.05rem;
  padding: 0.5rem 0.4rem;
}
.light-album-image-wrapper:hover .light-image-overlay,
.light-album-image-wrapper.mobile-visible .light-image-overlay {
  opacity: 1;
}

.light-image-overlay i {
  color: #ff4081;
  font-size: 1.1rem;
  transition: color 0.25s;
}
.light-image-overlay i:hover {
  color: #e91e63;
}

.light-share-wrapper {
  position: relative;
  display: inline-block;
}
.light-share-icons-box {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.4rem 0.6rem;
  border-radius: 0.6rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 999;
}
.light-share-icons-box a {
  color: #888;
  font-size: 1.1rem;
  margin: 0 0.2rem;
  transition: color 0.3s;
}
.light-share-icons-box a:hover {
  color: #2196f3;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; /* slightly increased gap */
}

.album-image-wrapper img {
  height: 200px; /* increased height for larger col-lg-6 layout */
}

@media (max-width: 768px) {
  .light-album-grid {
    grid-template-columns: 1fr 1fr;
  }
  .light-album-image-wrapper img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .light-album-grid {
    grid-template-columns: 1fr;
  }
  .light-album-image-wrapper img {
    height: 170px;
  }
}

/* Theme 1 Videos Section */

.video-grid-masonry {
  column-count: 3;
  column-gap: 1rem;
  padding: 1rem;
}

.video-card-masonry {
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #111;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.video-wrapper {
  position: relative;
  width: 100%;
  background-color: #000;
}

.video-wrapper video,
.video-wrapper iframe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}

/* Maintain original aspect ratio (auto-adjusts to height) */
.video-wrapper video {
  object-fit: contain;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-actions i {
  margin: 0 0.3rem;
  cursor: pointer;
  color: #00bcd4;
  transition: color 0.3s ease;
}

.video-actions i:hover {
  color: #1de9b6;
}

.share-wrapper {
  position: relative;
  display: inline-block;
}

.share-icons-box {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.7);
  z-index: 1000;
}

.share-icons-box a i {
  color: #00bcd4;
  transition: color 0.3s ease;
}

.share-icons-box a i:hover {
  color: #1de9b6;
}

@media (max-width: 992px) {
  .video-grid-masonry {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .video-grid-masonry {
    column-count: 1;
  }
}


/* Theme 2 Videos Section */

video-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.video-tile {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  background: #000;
}

.video-container {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
}

.video-container video,
.video-container iframe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem;
}

.video-hover-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
}

.video-tile:hover .video-hover-info,
.video-hover-info:focus-within {
  opacity: 1;
}

.action-icons i {
  font-size: 1rem;
  color: #fff;
  margin: 0 0.3rem;
  transition: color 0.3s ease;
}

.action-icons i:hover {
  color: #1de9b6;
}

.share-wrapper {
  position: relative;
  display: inline-block;
}

.share-icons-box {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 188, 212, 0.7);
  z-index: 1000;
}

.share-icons-box a i {
  color: #00bcd4;
}

@media (max-width: 768px) {
  .video-hover-info {
    opacity: 1;
    padding: 0.7rem;
  }
}

/* Theme 3 Video Section */

.video-gallery-theme3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
}

.video-tile-theme3 {
  background: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.video-tile-theme3:hover {
  transform: translateY(-5px);
}

.video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
}

.video-frame video,
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: none;
}

.video-footer-theme3 {
  padding: 0.75rem 1rem;
  background-color: #fff;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-buttons i {
  font-size: 1rem;
  margin: 0 0.4rem;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
}

.video-buttons i:hover {
  color: #e91e63;
}

.video-share-wrapper {
  position: relative;
  display: inline-block;
}

.video-share-icons {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
  display: flex;
  gap: 0.4rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.video-share-icons a i {
  color: #fff;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.video-share-icons a i:hover {
  color: #03a9f4;
}

@media (max-width: 768px) {
  .video-footer-theme3 {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }

  .video-gallery-theme3 {
    gap: 0.8rem;
  }
}

/* Theme 4 Videos Section */

.uepaki-video-theme4-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
}

.uepaki-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(135deg, #1e1e1e, #2c2c2c);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uepaki-video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.uepaki-video-inner {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Default to 1:1 aspect ratio */
  background: #000;
}

.uepaki-video-inner iframe,
.uepaki-video-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  border: none;
}

.uepaki-video-hover-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.5rem 0.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.uepaki-video-hover-actions i {
  color: #ffb300;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.uepaki-video-hover-actions i:hover {
  color: #ffd740;
}

.uepaki-share-wrapper {
  position: relative;
}

.uepaki-share-icons-box {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  padding: 0.3rem 0.6rem;
  border-radius: 0.6rem;
  display: flex;
  gap: 0.4rem;
  box-shadow: 0 0 10px rgba(255, 179, 0, 0.6);
  z-index: 999;
}

.uepaki-share-icons-box a i {
  color: #ffc107;
}

@media (max-width: 768px) {
  .uepaki-video-inner {
    padding-top: 100%;
  }
}

/* Theme 1 Reviews Section */

.uepaki-reviews-wrapper {
  padding: 20px 15px;
  max-width: 100%;
}

.uepaki-reviews-heading {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #007bff;
  margin-bottom: 2rem;
  color: #222;
}

.uepaki-review-card,
.uepaki-reply-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: 0.3s;
}

.uepaki-review-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.uepaki-reviewer-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #007bff;
}

.uepaki-reviewer-info h6 {
  font-size: 1rem;
  margin: 0;
}

.uepaki-review-date {
  font-size: 0.85rem;
  color: gray;
}

.uepaki-replied-label {
  display: inline-block;
  color: #888;
  font-size: 0.75rem;
  font-style: italic;
  margin-top: 4px;
}

.uepaki-rating-table {
  margin-top: 20px;
}

.uepaki-rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.uepaki-rating-attribute {
  flex: 1 1 30%;
}

.uepaki-rating-attribute label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #555;
  display: block;
  margin-bottom: 5px;
}

.uepaki-star-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  color: #ffc107;
  font-size: 1rem;
}

.uepaki-review-images {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.uepaki-review-images img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.uepaki-review-content {
  margin-top: 15px;
}

.see_more_content {
  overflow: hidden;
  max-height: 100px;
}

.see_more_content.expanded {
  max-height: none;
}

.uepaki-btn-read-more {
  margin-top: 10px;
  padding: 5px 15px;
  background: transparent;
  color: #007bff;
  font-weight: 600;
  border: 1px solid #007bff;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: 0.3s;
}

.uepaki-btn-read-more:hover {
  background-color: #007bff;
  color: #fff;
}

/* Responsive Design */
@media(max-width: 768px) {
  .uepaki-rating-row {
    flex-direction: column;
  }

  .uepaki-rating-attribute {
    flex: 1 1 100%;
  }

  .uepaki-reviewer-img img {
    width: 60px;
    height: 60px;
  }
}


/* Theme 2 Reviews CSS */

.theme2-reviews-wrapper {
  padding: 30px 15px;
  backdrop-filter: blur(6px);
}

.theme2-section-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #2c2c2c;
}

.theme2-review-card,
.theme2-reply-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: all 0.3s;
}

.theme2-reviewer-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.theme2-avatar-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #007bff;
}

.theme2-date {
  display: block;
  font-size: 0.8rem;
  color: #666;
}

.theme2-replied-label {
  color: #888;
  font-size: 0.75rem;
  display: block;
  margin-top: 5px;
}

.theme2-rating-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.theme2-rating-bar {
  flex: 1 1 140px;
  text-align: center;
}

.progress-circle {
  position: relative;
  width: 90px;
  height: 90px;
}

.progress-circle svg {
  width: 100%;
  height: 100%;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 2.8;
}

.circle {
  fill: none;
  stroke: #007bff;
  stroke-width: 2.8;
  stroke-linecap: round;
  transition: stroke-dasharray 0.5s;
}

.progress-label {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.65rem;
  color: #555;
  text-align: center;
  width: 100%;
}

.progress-score {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.85rem;
  font-weight: 600;
  color: #222;
}

.theme2-review-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.theme2-review-images img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.theme2-review-content {
  margin-top: 10px;
}

.theme2-read-more {
  margin-top: 8px;
  background-color: transparent;
  color: #007bff;
  border: 1px solid #007bff;
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s;
}

.theme2-read-more:hover {
  background-color: #007bff;
  color: white;
}

.see_more_content {
  overflow: hidden;
  max-height: 100px;
}

.see_more_content.expanded {
  max-height: none;
}

/* Responsive Fixes */
@media(max-width: 768px) {
  .theme2-rating-container {
    flex-direction: column;
    align-items: center;
  }
  .theme2-rating-bar {
    flex: 1 1 100%;
  }
}


/* Theme 3 Reviews Css */

.uepaki3-reviews-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.uepaki3-section-header {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}

/* Review Card */
.uepaki3-review-card,
.uepaki3-reply-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 25px;
    transition: box-shadow 0.3s ease;
}

.uepaki3-review-card:hover,
.uepaki3-reply-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Top header (avatar + name + date) */

.theme3-reviews-wrapper {
  padding: 40px 15px;
  background-color: #121212;
  color: #f1f1f1;
}

.theme3-section-heading {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 25px;
}

.theme3-review-carousel {
  overflow-x: auto;
  padding-bottom: 10px;
}

.theme3-review-card {
  background-color: #1f1f1f;
  min-width: 320px;
  max-width: 340px;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  flex: 0 0 auto;
}

.theme3-review-header img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ff6b81;
}

.theme3-date {
  font-size: 0.75rem;
  color: #aaa;
}

.theme3-rating-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme3-rating-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  padding: 4px 0;
  border-bottom: 1px solid #2c2c2c;
}

.theme3-rating-list i {
  color: #ffd700;
}

.theme3-review-body {
  margin-top: 10px;
}

.theme3-read-more {
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid #ff6b81;
  color: #ff6b81;
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 0.75rem;
  cursor: pointer;
}

.theme3-read-more:hover {
  background-color: #ff6b81;
  color: white;
}

.theme3-reply-card {
  background-color: #1a1a1a;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.theme3-replied-label {
  background: #444;
  color: #ddd;
  padding: 2px 8px;
  font-size: 0.7rem;
  border-radius: 10px;
  margin-left: 10px;
}

.see_more_content {
  overflow: hidden;
  max-height: 100px;
  transition: max-height 0.3s ease;
}

.see_more_content.expanded {
  max-height: none;
}

@media(max-width: 768px) {
  .theme3-review-carousel {
    flex-direction: column;
  }

  .theme3-review-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* Theme 4 Revised CSS */

.theme4-reviews-wrapper {
  padding: 40px 15px;
  background-color: #f7f7f9;
}

.theme4-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.theme4-review-card,
.theme4-reply-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.theme4-review-card:hover {
  transform: translateY(-2px);
}

.theme4-avatar-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #dee2e6;
}

.theme4-rating-list {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.theme4-attribute {
  font-size: 0.85rem;
  padding: 4px 0;
  border-bottom: 1px dashed #eaeaea;
}

.theme4-attribute i {
  color: #f0ad4e;
}

.theme4-review-body {
  margin-top: 10px;
}

.theme4-read-more {
  margin-top: 10px;
  background: none;
  border: 1px solid #007bff;
  color: #007bff;
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 0.75rem;
  cursor: pointer;
}

.theme4-read-more:hover {
  background: #007bff;
  color: #fff;
}

.theme4-replied-label {
  background-color: #dee2e6;
  color: #555;
  padding: 3px 8px;
  font-size: 0.65rem;
  border-radius: 12px;
}

.see_more_content {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.see_more_content.expanded {
  max-height: none;
}

@media (max-width: 767px) {
  .theme4-reviews-wrapper .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* Theme 1 Packages Section */

.package-parent-container {
  background: #fff;
  border: 1px solid #e0e0e0;
}

.package_heading h4 {
  font-weight: 600;
  color: #343a40;
}

.subpackage-scroll-wrapper {
  position: relative;
  overflow: hidden;
}

.subpackage-scroll {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  padding-left: 4px;
}

.subpackage-card {
  flex: 0 0 auto;
  width: 240px;
  scroll-snap-align: start;
}

.package-card-link {
  text-decoration: none !important;
  color: inherit;
}

.package-card-glass {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.package-card-glass:hover {
  transform: scale(1.03);
}

.package-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.package-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #d63384;
}

.package-services li {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.package-pricing {
  font-weight: 600;
}

.package-pricing .price {
  color: #f59e0b;
  font-size: 1.1rem;
}

.package-pricing .mrp,
.package-pricing .discount {
  font-size: 0.9rem;
}

/* Scroll Arrows */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(0,0,0,0.2);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.scroll-left {
  left: -12px;
}

.scroll-right {
  right: -12px;
}

.scroll-btn:hover {
  background: rgba(0,0,0,0.3);
}

/* Theme 2 Packages Section */

.theme2-package-container {
  background: #f8f9fa;
  border-radius: 16px;
  box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
  padding: 20px;
}

.theme2-package-heading h4 {
  font-weight: 700;
  color: #333;
  background: linear-gradient(to right, #ece9e6, #ffffff);
  padding: 8px 12px;
  border-radius: 12px;
  display: inline-block;
}

.theme2-scroll-wrapper {
  overflow: hidden;
  position: relative;
}

.theme2-subpackage-scroll {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  padding-left: 4px;
}

.theme2-subpackage-card {
  flex: 0 0 auto;
  width: 240px;
  margin-right: 16px;
  scroll-snap-align: start;
}

.theme2-card-link {
  text-decoration: none !important;
  color: inherit;
}

.theme2-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.06),
              -6px -6px 20px rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.theme2-card:hover {
  transform: translateY(-4px);
  box-shadow: 12px 12px 28px rgba(0, 0, 0, 0.08);
}

.theme2-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.theme2-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
}

.theme2-services li {
  font-size: 0.88rem;
  margin-bottom: 3px;
  color: #4f4f4f;
}

.theme2-pricing {
  font-weight: 600;
}

.theme2-price {
  color: #ff7a00;
  font-size: 1.1rem;
}

.theme2-mrp {
  font-size: 0.9rem;
  color: #aaa;
}

.theme2-discount {
  font-size: 0.9rem;
  color: #28a745;
}

/* Scroll buttons */
.theme2-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  background: #e0e0e0;
  color: #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: inset -2px -2px 6px #ffffff, inset 2px 2px 6px #d1d9e6;
}

.theme2-scroll-left {
  left: -12px;
}

.theme2-scroll-right {
  right: -12px;
}

.theme2-scroll-btn:hover {
  background: #d5d5d5;
}

/* Theme 3 Packages Section */


.theme3-package-container {
  background: #1e1e2f;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  color: #f1f1f1;
}

.theme3-package-heading h4 {
  font-weight: 700;
  color: #fff;
  background: #34344e;
  padding: 10px 14px;
  border-left: 5px solid #ff7a00;
  border-radius: 12px;
  display: inline-block;
}

.theme3-scroll-wrapper {
  overflow: hidden;
  position: relative;
}

.theme3-subpackage-scroll {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  padding-left: 4px;
}

.theme3-subpackage-card {
  flex: 0 0 auto;
  width: 240px;
  margin-right: 16px;
  scroll-snap-align: start;
}

.theme3-card-link {
  text-decoration: none !important;
  color: inherit;
}

.theme3-card {
  background: #2a2a3b;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
}

.theme3-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.3);
}

.theme3-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.theme3-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ff7a00;
}

.theme3-services li {
  font-size: 0.88rem;
  margin-bottom: 3px;
  color: #ccc;
}

.theme3-pricing {
  font-weight: 600;
}

.theme3-price {
  color: #ffcc00;
  font-size: 1.1rem;
}

.theme3-mrp {
  font-size: 0.9rem;
  color: #999;
}

.theme3-discount {
  font-size: 0.9rem;
  color: #28a745;
}

/* Scroll buttons */
.theme3-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  background: #3c3c50;
  color: #ff7a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(255, 122, 0, 0.4);
}

.theme3-scroll-left {
  left: -12px;
}

.theme3-scroll-right {
  right: -12px;
}

.theme3-scroll-btn:hover {
  background: #ff7a00;
  color: #fff;
}


/* Theme 4 Packages Section */

/* ==== Theme 4 - Minimalist Clean ==== */

.theme4-package-container {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  color: #222;
}

.theme4-package-heading h4 {
  font-weight: 700;
  color: #007bff;
  border-bottom: 3px solid #cce5ff;
  padding-bottom: 6px;
  margin-bottom: 16px;
  display: inline-block;
  letter-spacing: 1px;
}

.theme4-scroll-wrapper {
  overflow: hidden;
  position: relative;
}

.theme4-subpackage-scroll {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  padding-left: 4px;
}

.theme4-subpackage-card {
  flex: 0 0 auto;
  width: 230px;
  margin-right: 14px;
  scroll-snap-align: start;
}

.theme4-card-link {
  text-decoration: none !important;
  color: inherit;
}

.theme4-card {
  background: #f9faff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,123,255,0.15);
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.theme4-card:hover {
  border-color: #007bff;
  box-shadow: 0 6px 16px rgba(0,123,255,0.3);
  transform: translateY(-4px);
}

.theme4-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.theme4-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0056b3;
}

.theme4-services li {
  font-size: 0.88rem;
  margin-bottom: 3px;
  color: #555;
}

.theme4-pricing {
  font-weight: 600;
}

.theme4-price {
  color: #007bff;
  font-size: 1.1rem;
}

.theme4-mrp {
  font-size: 0.9rem;
  color: #999;
}

.theme4-discount {
  font-size: 0.9rem;
  color: #28a745;
}

/* Scroll buttons */
.theme4-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 34px;
  border: none;
  background: #e7f1ff;
  color: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.4);
}

.theme4-scroll-left {
  left: -10px;
}

.theme4-scroll-right {
  right: -10px;
}

.theme4-scroll-btn:hover {
  background: #007bff;
  color: #fff;
}


/* Group Detailed Page CSS */

 .card_mg {
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .overlay_actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    transition: 0.3s ease;
  }
  /* .mas_img {
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  } */
  .share_card {
    z-index: 10;
  }
  .text-instagram { color: #E1306C; }

  /* Masonry Layout */
  #masonry-wrapper {
    column-count: 2;
    column-gap: 1rem;
  }
  .masonry-item {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
  }

  @media (min-width: 768px) {
    #masonry-wrapper {
      column-count: 3;
    }
  }
  @media (min-width: 992px) {
    #masonry-wrapper {
      column-count: 4;
    }
  }

.section-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-img-wrapper img {
    max-height: 220px;
    object-fit: cover;
    width: 100%;
}
.product-info {
    padding-top: 10px;
    text-align: center;
}

.founder-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    background-color: #fff0f3;
    border: 1px solid #e84a5f;
    margin-right: 10px;
}

.founder-badge:hover {
    background-color: #ffe6eb;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.founder-icon {
    font-size: 1.5rem;
    line-height: 1;
}

/* Label Gradients */
.founder-label {
    font-weight: 700;
    font-size: 1rem;
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.trending-label {
    font-weight: 700;
    font-size: 1rem;
    background: linear-gradient(90deg, #f7971e, #ffd200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.best-label {
    font-weight: 700;
    font-size: 1rem;
    background: linear-gradient(90deg, #8e2de2, #4a00e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.verified-label {
    font-weight: 700;
    font-size: 1rem;
    background: linear-gradient(90deg, #00c9ff, #92fe9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.toprated-label {
    font-weight: 700;
    font-size: 1rem;
    background: linear-gradient(90deg, #ff416c, #ff4b2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767.98px) {
    .founder-badge {
        margin-bottom: 0.5rem;
    }
}

.profile-image-wrapper {
    position: relative;
}

.badge-overlay {
    position: absolute;
    top: -6px;
    right: -6px;
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    color: white;
    padding: 4px 6px;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    line-height: 1;
}

.badge-overlay-label {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 2px 6px;
    font-size: 11px;
    color: #ff4081;
    border-radius: 12px;
    border: 1px solid #ff4081;
    font-weight: 600;
    white-space: nowrap;
}

.carousel-caption {
    background: rgba(33, 37, 41, 0.6); /* soft dark semi-transparent background */
    border-radius: 0.75rem;
    padding: 0.5rem 1rem;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%);
    backdrop-filter: blur(5px); /* subtle blur for elegance */
    box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* soft shadow */
    width: max-content;
    max-width: 90%;
}
.carousel-caption h6 {
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* improve readability */
}

/* Overlay container */
.side-panel-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1050;
}

/* Sliding panel */
.side-panel {
  position: absolute;
  top: 0;
  right: -100%;
  width: 420px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);
  transition: right 0.4s ease-in-out;
  padding: 2rem 1.5rem;
  overflow-y: auto;
  border-left: 4px solid #28a745;
}

/* When active */
.side-panel-overlay.active .side-panel {
  right: 0;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
}

/* Cart Preview */
.cart-preview {
  font-family: 'Segoe UI', sans-serif;
}

.cart-heading {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.cart-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0.75rem;
  transition: box-shadow 0.2s;
}

.cart-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.cart-img-wrapper {
  flex-shrink: 0;
}

.cart-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.cart-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.cart-remove-btn {
  font-size: 1.2rem;
  line-height: 1;
  color: #dc3545;
  text-decoration: none;
}

.qty-input {
  width: 60px;
  padding: 2px 6px;
  font-size: 0.875rem;
  text-align: center;
}

.price {
  font-size: 1rem;
}

/* Cart Footer */
.cart-footer {
  border-top: 1px solid #eee;
  padding-top: 1rem;
}

/* Home Page New Design */

/* .hero {
    background: url(../../frontend/img/slider/hero-banner.png) center/cover no-repeat;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4));
}
.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 700px;
}
.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 600;
}
.hero p {
    font-size: 1.1rem;
    margin: 20px 0;
}
.btn-gold {
    background-color: #d4af37;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.3s;
}
.btn-gold:hover {
    background-color: #b8922d;
} */

/* New Hero Banner Section */

#hero-banner {
    position: relative;
    background: url(../../frontend/img/slider/hero-banner.png) no-repeat center center/cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 20px;
}

/* Dark overlay for readability */
#hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 20, 20, 0.6);
    z-index: 1;
}

#hero-banner .content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

#hero-banner h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

#hero-banner h1 span {
    color: #f4c150; /* highlight brand gold */
}

#hero-banner p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

#hero-banner .btn-primary {
    background-color: #f4c150;
    color: #2c2c2c;
    border: none;
    padding: 15px 40px;
    font-weight: 700;
    letter-spacing: 1.1px;
    margin-right: 1rem;
    transition: background-color 0.3s ease;
}

#hero-banner .btn-primary:hover {
    background-color: #d3a93c;
    color: #1a1815;
}

#hero-banner .btn-secondary {
    background-color: transparent;
    border: 2px solid #f4c150;
    color: #f4c150;
    padding: 15px 40px;
    font-weight: 700;
    letter-spacing: 1.1px;
    transition: all 0.3s ease;
}

#hero-banner .btn-secondary:hover {
    background-color: #f4c150;
    color: #2c2c2c;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    #hero-banner {
        min-height: 500px;
        padding: 0 15px;
    }
    #hero-banner h1 {
        font-size: 2.25rem;
    }
    #hero-banner p {
        font-size: 1.1rem;
        margin-bottom: 1.8rem;
        color: #fff;
    }
    #hero-banner .btn-primary,
    #hero-banner .btn-secondary {
        width: 100%;
        margin: 10px 0;
    }
}

/* Fancy nav links */
.subheader-link {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #222 !important;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding: 0.5rem 1rem !important;
}

/* Hover underline animation */
.subheader-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #d4af37; /* Gold accent */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.subheader-link:hover::after {
  width: 60%;
}

/* Active state (when scrolled into section) */
.subheader-link.active {
  color: #d4af37 !important;
}
.subheader-link.active::after {
  width: 60%;
}

/* Mobile scaling */
@media (max-width: 768px) {
  .subheader-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem !important;
  }
}

/* Category Section */
.categories-showcase {
  padding: 80px 0;
}

.category-block {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  min-height: 280px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-bottom: 30px; /* ✅ extra breathing space between rows */
}

.category-block.wide {
  min-height: 350px;
}

.category-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.25));
  z-index: 1;
  transition: opacity 0.4s ease;
}

.category-block:hover {
  transform: translateY(-6px); /* ✅ subtle lift instead of scale */
  box-shadow: 0 16px 28px rgba(0,0,0,0.25);
}

.category-block:hover::before {
  opacity: 0.8;
}

.category-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 25px;
}

.category-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.2;
}

.category-content p {
  font-size: 1rem;
  font-style: italic;
  opacity: 0.9;
  margin: 0;
  max-width: 85%;
}

/* ✅ Balanced spacing for grid */
.row.g-4 {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

@media (max-width: 991px) {
  .category-block {
    min-height: 220px;
  }
  .category-content h3 {
    font-size: 1.5rem;
  }
  .category-content p {
    font-size: 0.9rem;
    max-width: 95%;
    color: #fff;
  }
}

@media (max-width: 575px) {
  .category-block {
    min-height: 180px;
    margin-bottom: 20px;
  }
  .category-content {
    padding: 15px;
  }
  .category-content h3 {
    font-size: 1.2rem;
  }
  .category-content p {
    font-size: 0.85rem;
    color: #fff;
  }
}


.uepaki-difference {
  padding: 90px 0;
}

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
  position: relative;
}

.section-header h2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background: #f4c150; /* brand gold */
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.section-header p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #555;
}

.diff-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.diff-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.icon-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff3d8, #f4c150);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.icon-wrap img {
  width: 48px;
  height: 48px;
}

.diff-card h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #333;
}

.diff-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .section-header h2 {
    font-size: 2rem;
  }
  .diff-card {
    padding: 25px 20px;
  }
}

.diff-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin-bottom: 30px; /* added vertical gap */
}



/* Container padding adjustment */

/* section.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  margin-top: 3rem;
  margin-bottom: 3rem;
}


.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  background-color: #ffffff;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.card-body {
  padding: 2rem 1.5rem;
}

.card-title {
  color: #0d47a1;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.3rem;
}

.card-text {
  color: #555555;
  font-size: 1rem;
  line-height: 1.6;
}

.card-body img {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease;
}

.card:hover img {
  filter: drop-shadow(0 4px 6px rgba(13, 71, 161, 0.4));
  transform: scale(1.05);
  transition: transform 0.3s ease, filter 0.3s ease;
}


@media (min-width: 768px) {
  .col-md-6.mt-4 {
    margin-top: 2rem !important;
  }
} */

  /* Container & base styles */
  .interactive-capabilities {
    background: linear-gradient(135deg, #0d1a4c 0%, #1e3a8a 60%, #fbbf24 100%);
    color: #fff;
    padding: 4rem 2rem;
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.4);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    user-select: none;
  }
  .interactive-capabilities h2 {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  }

  /* Tabs */
  .tabs {
    display: flex;
    justify-content: center;
    gap: 1.8rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
  .tab-btn {
    background: transparent;
    border: 2.5px solid #fbbf24;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    color: #fbbf24;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px transparent;
  }
  .tab-btn:hover {
    background: #fbbf24;
    color: #0d1a4c;
    box-shadow: 0 0 15px #fbbf24;
  }
  .tab-btn.active {
    background: #fbbf24;
    color: #0d1a4c;
    box-shadow: 0 0 20px #fbbf24;
    pointer-events: none;
  }

  /* Tab panels */
  .tab-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .tab-panel {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    scroll-snap-align: start;
    padding: 1rem 2rem;
    box-sizing: border-box;
    animation: fadeInUp 0.6s ease forwards;
    outline: none;
  }
  .tab-panel:not(.active) {
    display: none;
  }

  /* Content left, icon right */
  .tab-panel > div:first-child {
    flex: 1 1 55%;
  }
  .tab-panel img {
    flex: 1 1 40%;
    max-width: 220px;
    margin-bottom: 30px;
    border-radius: 1.5rem;
    filter: drop-shadow(0 8px 12px rgba(251, 191, 36, 0.6));
    animation: subtlePulse 3s ease-in-out infinite;
    user-select: none;
  }
  .tab-panel h3 {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  }
  .tab-panel p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #fdf6e3;
    font-weight: 600;
  }

  /* Animations */
  @keyframes subtlePulse {
    0%, 100% { filter: drop-shadow(0 8px 12px rgba(251, 191, 36, 0.6)); }
    50% { filter: drop-shadow(0 10px 15px rgba(251, 191, 36, 0.9)); }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Scrollbar styling */
  .tab-content::-webkit-scrollbar {
    height: 8px;
  }
  .tab-content::-webkit-scrollbar-track {
    background: transparent;
  }
  .tab-content::-webkit-scrollbar-thumb {
    background: #fbbf24;
    border-radius: 10px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .tab-panel {
      flex-direction: column-reverse;
      padding: 1rem 1rem;
      gap: 1.5rem;
    }
    .tab-panel > div:first-child,
    .tab-panel img {
      flex: none;
      max-width: 100%;
    }
    .tab-panel h3 {
      font-size: 2rem;
    }
    .tab-panel p {
      font-size: 1.1rem;
    }
  }

.seller-invite {
    position: relative;
    padding: 5rem 2rem;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: transparent;
}

.seller-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(
        -45deg,
        #6c63ff,       /* violet-purple */
        #ff6584,       /* pink */
        #b7a8f5,       /* soft lavender */
        #9bc9ff        /* pastel sky blue */
    );
    background-size: 400% 400%;
    animation: gradientMove 12s ease infinite;
    z-index: 0;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.seller-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: auto;
    animation: fadeIn 1.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.seller-badge {
    width: 180px; /* Increased size from 120px to 180px */
    margin-bottom: 1.5rem;
    animation: floatBadge 4s ease-in-out infinite, pulseGlow 6s ease-in-out infinite;
    transform-origin: center center;
}

/* Existing float animation */
@keyframes floatBadge {
    0%, 100% { transform: translateY(0) scale(1) rotate(0deg); }
    50% { transform: translateY(-10px) scale(1.05) rotate(3deg); }
}

/* New subtle glow and scale pulse */
@keyframes pulseGlow {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(255, 101, 132, 0.6));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(255, 101, 132, 0.9));
        transform: scale(1.1);
    }
}

.seller-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.seller-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.playful {
    font-style: italic;
    opacity: 0.9;
}

.seller-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary {
    background: #fff;
    color: #333;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #ffeb3b;
    color: #111;
}

.btn-outline {
    border: 2px solid #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: rgba(255,255,255,0.2);
}

 /* Container */
.video-explore-section {
    max-width: 1140px;
    margin: 4rem auto;
    padding: 0 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1e293b;
}

.video-explore-section h2 {
    font-size: 2.8rem;
    font-weight: 900;
    color: #1e40af;
    text-align: center;
    margin-bottom: 0.4rem;
}
.video-explore-section p.subtitle {
    font-size: 1.2rem;
    color: #475569;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 600;
}

.video-slider-wrapper {
    display: flex;
    gap: 2rem;
    align-items: stretch;  /* Ensure children stretch vertically */
    justify-content: center;
    flex-wrap: wrap;
    min-height: 400px; /* Adjust this to the desired height */
}

body {
  overflow-x: hidden;
}

.video-slider-wrapper {
  max-width: 100vw;
  overflow-x: hidden;
}

.video-captions {
    flex: 1 1 180px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* Make captions stretch full height */
    height: 100%;
}

.video-caption-card {
    background: #e0e7ff;
    border-radius: 1.25rem;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.15);
    transition: background 0.3s ease;
    cursor: pointer;
}
.video-caption-card.active,
.video-caption-card:hover {
    background: #1e40af;
    color: white;
}
.video-caption-card h3 {
    font-weight: 900;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}
.video-caption-card p {
    font-weight: 600;
    font-size: 1rem;
}

.video-player-wrapper {
  flex: 2 1 600px;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(30, 64, 175, 0.25);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-player-wrapper video {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.nav-buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.nav-buttons button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #ccc;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-buttons button:hover {
  background-color: #f0f0f0;
}


@media (max-width: 768px) {
  .video-captions {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    max-width: 100vw; /* prevent expanding beyond viewport */
  }
  .video-caption-card {
    flex: 0 0 75vw;  /* slightly smaller than 80vw */
    scroll-snap-align: start;
    margin-right: 0.5rem;
    white-space: normal;
    padding: 1.5rem 1rem;  /* smaller padding */
    font-size: 1rem;
  }
  .video-player-wrapper {
    flex: none;
    width: 100%;
    max-height: 300px;
  }
  .video-player-wrapper video {
    height: 100%;
    max-height: 300px;
    width: auto;
    object-fit: contain;
  }
}

/* Testimonial carousel */
.testimonial-section {
    margin-top: 4rem;
    background: #f1f5f9;
    padding: 2rem 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 12px 30px rgba(30, 64, 175, 0.1);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.testimonial-section h3 {
    font-weight: 900;
    color: #1e40af;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.testimonial-slider {
    position: relative;
    overflow: hidden;
}
.testimonial-slide {
    display: none;
    font-style: italic;
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}
.testimonial-slide.active {
    display: block;
}
.testimonial-author {
    margin-top: 1rem;
    font-weight: 700;
    color: #1e293b;
}

/* Navigation buttons */
.nav-buttons {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.nav-buttons button {
    background: #1e40af;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.25s ease;
}
.nav-buttons button:hover {
    background: #2563eb;
}

.slide-media img {
    display: flex;
    margin: auto;
    position: relative;
    top: 10px;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 3px;
}

.explore-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.explore-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1; /* forces square */
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.explore-item:hover .explore-thumb {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.explore-item:hover .overlay {
  opacity: 1;
}

.video-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
  font-size: 18px;
}

/* Modal CSS */

/* .modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 50;
} */
.modal.open { display: flex; }

.modal-card {
  width: min(720px, 96vw);
  max-height: 85vh;
  overflow: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 12px 16px;
}
.modal-head strong { color: #111; }
.x { cursor: pointer; font-size: 20px; color: #555; }

.modal-body { padding: 16px; color: #111; }
.field { display: flex; gap: 0.5rem; margin-top: 10px; }
.field input {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fdfdfd;
  color: #111;
}
.field button {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #111;
  cursor: pointer;
}

.comments-list { max-height: 60vh; overflow-y: auto; }
.comment-item { border-bottom: 1px solid #eee; padding-bottom: 6px; margin-bottom: 12px; }
.comment-header { display: flex; justify-content: space-between; font-size: 13px; color: #555; align-items: center; }
.comment-actions { display: flex; gap: 12px; font-size: 13px; color: #888; margin-top: 4px; cursor: pointer; }
.comment-actions span:hover { color: #111; }

.reply-list { margin-left: 32px; margin-top: 8px; }

.media-actions {
    position: relative;
    display: flex;
    gap: 8px;
    margin-top: 0px;
}

.btn {
    padding: 6px 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background: #f0f0f0;
    transition: 0.2s;
}
.btn:hover {
    background: #e0e0e0;
}

.share-card {
    position: absolute;
    top: 110%; /* below the share button */
    right: 0;
    display: flex;
    flex-wrap: wrap; /* allows icons to wrap horizontally */
    gap: 8px;
    background: #fff;
    padding: 10px 12px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 10;
    min-width: 180px;
    animation: fadeIn 0.2s ease-in-out;
}

.share-link {
    flex: 1 0 40%; /* each icon takes at least 40% width, wraps if needed */
    text-align: center;
    padding: 6px 0;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.2s;
    background: #f9f9f9;
}

.share-link:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* .modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
} */
.modal.open {
    opacity: 1;
    pointer-events: auto;
}
.modal-card {
    background: #fff;
    border-radius: 12px;
    width: 800px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
.modal-body {
    padding: 12px 16px;
    overflow-y: auto;
    flex: 1;
}
.comments-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.comment-item {
    background: #f9f9f9;
    padding: 10px 12px;
    border-radius: 10px;
}
.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.avatar-name {
    display: flex;
    align-items: center;
    gap: 8px;
}
.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.username {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.like-btn {
    cursor: pointer;
    font-size: 14px;
    color: #888;
}
.like-btn.liked {
    color: #e74c3c;
}
.comment-text {
    font-size: 14px;
    margin: 4px 0;
    color: #444;
}
.comment-actions {
    font-size: 12px;
    color: #555;
    margin-bottom: 4px;
}
.reply-btn {
    cursor: pointer;
    font-weight: 500;
    color: #007bff;
}
.reply-input {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}
.reply-input input {
    flex: 1;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 13px;
}
.reply-input button {
    padding: 6px 12px;
    border: none;
    border-radius: 8px;
    background: #007bff;
    color: #fff;
    cursor: pointer;
}
.nested-replies {
    margin-left: 40px;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.reply-item {
    font-size: 13px;
    color: #555;
}
.field.add-comment {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.field.add-comment input {
    flex: 1;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.field.add-comment button {
    padding: 8px 12px;
    border-radius: 8px;
    border: none;
    background: #007bff;
    color: #fff;
    cursor: pointer;
}
.no-comments {
    font-size: 13px;
    color: #888;
    text-align: center;
    padding: 12px 0;
}


.product-viewer .main-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
  cursor: zoom-in;
  transition: transform 0.2s ease-in-out;
}
.product-viewer .main-image:hover {
  transform: scale(1.03);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 4px 12px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
}
.nav-arrow.left { left: 10px; }
.nav-arrow.right { right: 10px; }

.zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 5px;
}

.rotate-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 0.8rem;
  cursor: pointer;
}

.thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 8px;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnail.image-selected {
  border: 2px solid #000;
}

.actions .icon {
  font-size: 1.2rem;
  cursor: pointer;
}
.actions .icon:hover {
  opacity: 0.8;
}

.lightbox {
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  background: rgba(0,0,0,0.9);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:9999;
}
.fullscreen-img {
  max-width: 90%;
  max-height: 90%;
}
.close-btn {
  position: absolute;
  top:20px;
  right:20px;
  font-size:2rem;
  color:white;
  cursor:pointer;
}

/* New About us Page Redesign */

/* ---------------------------
   Uepaki About Us Styling v2
   --------------------------- */
.upknew_container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
  text-align: center; /* Center all text by default */
}

/* Section Headings */
.upknew_heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #D91B5C; /* Explore - bold accent */
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block; /* so underline centers */
}

.upknew_heading::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #13A89E; /* Squad */
  display: block;
  margin: 0.5rem auto 0; /* centers underline */
  border-radius: 2px;
}

/* Intro Section (White Background) */
.upknew_about_intro {
  background: #fff;
  color: #3A3A3C;
  border-radius: 16px;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  text-align: center;
}

.upknew_about_intro p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin: 0.8rem auto;
}

/* Highlighted Sections */
.upknew_about_highlight,
.upknew_about_difference,
.upknew_about_opportunity {
  background: #fff;
  color: #3A3A3C;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  margin-bottom: 2.5rem;
  padding: 2.5rem 2rem;
  transition: transform 0.3s ease;
}
.upknew_about_highlight:hover,
.upknew_about_difference:hover,
.upknew_about_opportunity:hover {
  transform: translateY(-5px);
}

/* Grid Pillars Section */
.upknew_about_pillars {
  background: #F9FAFB;
  padding: 3rem 1rem;
  border-radius: 20px;
}
.upknew_grid,
.upknew_grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  justify-items: center; /* center grid items */
  text-align: center; /* center text inside cards */
}
.upknew_card {
  background: #fff;
  padding: 2rem;
  border-radius: 14px;
  border-left: 5px solid #13A89E; /* Squad */
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.upknew_card:hover {
  transform: translateY(-5px);
  border-left-color: #D91B5C; /* Explore */
}
.upknew_card h3 {
  margin-bottom: 1rem;
  color: #7F8CC1;
  font-weight: 600;
}

/* Vision / Mission Section */
.upknew_about_vm {
  position: relative;
  background: linear-gradient(135deg, #9DC28F 0%, #F097A5 100%);
  color: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
  overflow: hidden;
}

.upknew_about_vm::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35); /* semi-dark overlay */
  border-radius: 20px;
  z-index: 0;
}

.upknew_about_vm * {
  position: relative;
  z-index: 1;
}

/* Inner blocks */
.upknew_block {
  background: rgba(255, 255, 255, 0.15);
  padding: 2rem;
  border-radius: 12px;
  backdrop-filter: blur(6px);
}
.upknew_block h3 {
  color: #F8CD42; /* Photography yellow pop */
}
.upknew_values h3 {
  color: #F8CD42;
}

.upknew_card,
.upknew_block {
  text-align: center;
}

/* Typography */
p {
  font-size: 1rem;
  line-height: 1.7;
}

/* ---------------------------
   Responsiveness
   --------------------------- */
@media (max-width: 768px) {
  .upknew_heading {
    font-size: 1.6rem;
  }
  .upknew_about_intro {
    padding: 2.5rem 1.5rem;
  }
  .upknew_about_highlight,
  .upknew_about_difference,
  .upknew_about_opportunity {
    padding: 2rem 1.5rem;
  }
  .upknew_card {
    padding: 1.5rem;
  }
  .upknew_block {
    padding: 1.5rem;
  }
}

#login-section {
  min-height: 110vh;
  padding: 40px 0;
}

.join-section {
  background: #ffe4ec;
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.join-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #d6336c; /* darker pink for heading */
  margin-bottom: 20px;
  position: relative;
}

.join-section h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #d6336c;
  margin: 8px auto 0;
  border-radius: 2px;
}

.join-section p {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto;
}

.join-section p a {
  color: #d6336c;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}

.join-section p a:hover {
  color: #a81f4d; /* slightly darker pink on hover */
}
