/* common css start  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a,
a:focus,
a:hover {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

img {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif; }

body {
  font-size: 16px;
  color: #505050;
  line-height: 20px;
  font-family: "Poppins", serif;
  font-weight: 400;
  background: #f3f5f6; }

.common_card_header {
  background: transparent;
  position: relative; }
  .common_card_header h2 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Montserrat", serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .common_card_header a {
    color: #e31577;
    font-size: 16px;
    white-space: nowrap; }
  .common_card_header::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 15%;
    background: #e31577;
    left: 15px;
    bottom: -1px; }

.cbtn {
  font-size: 14px;
  background: white;
  color: #e31577;
  border: 1px solid #e31577;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  .cbtn:hover {
    color: white;
    background: #e31577;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }

.cbtnf {
  background-color: #e31577;
  color: white; }

.btn-primary {
  background: #e31577;
  border-color: #e31577;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  .btn-primary:hover {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    background: transparent;
    color: #e31577;
    border-color: #e31577; }

.product_card {
  padding: 10px;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  .product_card::after {
    content: ''; }
  .product_card a {
    width: 100%;
    display: inline-block; }
  .product_card .img__card {
    height: 300px; }
    .product_card .img__card img {
      width: 100%;
      -webkit-transition: all linear 0.4s 0s;
      -moz-transition: all linear 0.4s 0s;
      -o-transition: all linear 0.4s 0s;
      transition: all linear 0.4s 0s;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 991px) {
      .product_card .img__card {
        height: 220px; } }
    @media (max-width: 767px) {
      .product_card .img__card {
        height: 170px; } }
  .product_card .product_tittle {
    padding: 10px; }
    .product_card .product_tittle p {
      font-size: 16px;
      color: #232323;
      overflow: hidden; }
      .product_card .product_tittle p:hover {
        color: #e31577; }
    .product_card .product_tittle .price {
      color: #e31577;
      padding-top: 5px; }
      .product_card .product_tittle .price del {
        color: #969696;
        font-size: 14px; }
  @media (max-width: 767px) {
    .product_card .btn-group {
      flex-direction: column;
      row-gap: 5px; } }
  .product_card .btn-group a {
    white-space: nowrap; }
    @media (max-width: 767px) {
      .product_card .btn-group a {
        font-size: 14px;
        line-height: 18px;
        border-radius: 5px !important;
        margin: 0px !important; } }
    @media (max-width: 991px) {
      .product_card .btn-group a {
        margin-left: 0px !important;
        padding-left: 5px;
        padding-right: 0px;
        font-size: 12px; } }
  .product_card:hover {
    box-shadow: 0px 0px 15px #00000045; }
    .product_card:hover img {
      transform: scale(1.05); }

/* common css end */
/* header css start */
header {
  background: #e31577;
  color: white;
  padding: 10px 0px; }
  header a {
    color: white; }

.breadcrumb {
  font-size: 18px;
  color: #505050;
  margin: 0px;
  padding: 15px 0px; }
  .breadcrumb a {
    color: #e31577; }

#search_bar {
  padding: 5px 0px;
  box-shadow: 0px 0px 15px #00000030;
  background: white; }
  #search_bar .main_bar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #search_bar img {
    height: 70px; }
    @media (max-width: 575px) {
      #search_bar img {
        margin-left: -26px; } }
  #search_bar form {
    width: 60%;
    position: relative; }
    @media (max-width: 767px) {
      #search_bar form {
        display: none; } }
    #search_bar form input {
      width: 100%;
      color: #505050;
      border-radius: 5px;
      line-height: 25px;
      border: 1px solid #e31577;
      padding: 10px; }
      @media (max-width: 575px) {
        #search_bar form input {
          display: none; } }
    #search_bar form button {
      position: absolute;
      top: 50%;
      right: 0px;
      font-size: 20px;
      transform: translateY(-50%);
      height: 40px;
      width: 65px;
      background: transparent;
      border: 0px;
      text-align: center;
      color: #505050; }
  @media (max-width: 575px) {
    #search_bar .user_panel {
      display: none; } }
  #search_bar .cart_count {
    position: relative;
    font-size: 18px; }
    #search_bar .cart_count span {
      font-size: 12px;
      color: white;
      position: absolute;
      top: 0px;
      right: -15px;
      font-weight: 400;
      background: #e31577;
      line-height: 20px;
      width: 20px;
      border-radius: 50%;
      text-align: center; }
  #search_bar ul li {
    padding-left: 15px; }
    @media (max-width: 575px) {
      #search_bar ul li {
        padding-left: 1px;
        padding-right: 15px; } }
    #search_bar ul li a {
      color: #232323; }
  @media (max-width: 767px) {
    #search_bar ul .auth_li {
      display: none; } }
  @media (min-width: 768px) {
    #search_bar ul li.search {
      display: none; } }
  #search_bar ul li.search .btn {
    padding: 0 !important; }

#search_modal form input {
  width: 100%;
  color: #505050;
  border-radius: 5px;
  line-height: 25px;
  border: 1px solid #e31577;
  padding: 10px; }

.navbar {
  padding: 15px 0px; }
  .navbar .dropdown .btn {
    background: #e31577;
    color: white;
    width: 100%;
    text-align: left; }
    .navbar .dropdown .btn:hover {
      color: rgba(255, 255, 255, 0.8); }
    .navbar .dropdown .btn i {
      font-size: 18px;
      padding-right: 10px; }
  .navbar .navbar-nav {
    padding-left: 20px; }
    .navbar .navbar-nav .nav-item {
      padding: 0px 15px; }
      .navbar .navbar-nav .nav-item .nav-link {
        color: #505050;
        font-size: 18px; }
      .navbar .navbar-nav .nav-item .active {
        color: #e31577; }
    .navbar .navbar-nav .mobile_user_link {
      display: none; }
      @media (max-width: 575px) {
        .navbar .navbar-nav .mobile_user_link {
          display: block; } }

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

.common-banner img {
  object-fit: cover;
  width: 100%; }

#category {
  padding: 20px 0px; }
  #category .category_slick {
    margin: 0px -10px; }
    #category .category_slick .cargory_card {
      margin: 0px 10px;
      text-align: center;
      border: 0px !important;
      overflow: hidden; }
      #category .category_slick .cargory_card img {
        border-radius: 30px;
        border: 3px solid #e31577;
        width: 100%;
        object-fit: cover; }
        @media (max-width: 767px) {
          #category .category_slick .cargory_card img {
            height: 100px; } }
      #category .category_slick .cargory_card a {
        font-size: 18px;
        padding: 10px;
        display: inline-block;
        color: #232323; }
        #category .category_slick .cargory_card a:hover {
          color: #e31577; }

#timer {
  font-family: sans-serif;
  color: #e31577;
  display: inline-block;
  text-align: center;
  font-weight: 100; }
  @media (max-width: 767px) {
    #timer {
      margin-top: 15px; } }
  #timer div {
    padding: 10px;
    border-radius: 3px;
    background: #e31577;
    display: inline-block; }
    @media (max-width: 991px) {
      #timer div {
        padding: 5px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    #timer div {
      padding: 2px; } }
    #timer div span {
      padding: 15px;
      border-radius: 3px;
      font-size: 30px;
      font-weight: 700;
      background: white;
      display: inline-block; }
      @media (max-width: 991px) {
        #timer div span {
          padding: 5px;
          font-size: 12px; } }
      @media (max-width: 767px) {
        #timer div span {
          padding: 5px;
          border-radius: 3px;
          font-size: 12px; } }
    #timer div .smalltext {
      padding-top: 3px;
      font-size: 20px;
      color: white; }
      @media (max-width: 767px) {
        #timer div .smalltext {
          padding: 5px;
          font-size: 11px; } }

@media (max-width: 575px) {
  #flash_sale_product .common_card_header {
    flex-direction: inherit; } }

@media (max-width: 767px) {
  #flash_sale_product .card-body {
    padding-left: 0px;
    padding-right: 0px; } }

#flash_sale_product .see_all {
  padding-bottom: 25px; }
  #flash_sale_product .see_all a {
    text-align: center;
    color: #e31577;
    display: inline-block;
    padding: 0px 20px;
    line-height: 30px;
    border: 1px solid #e31577;
    border-radius: 25px;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }
    #flash_sale_product .see_all a:hover {
      background: #e31577;
      color: white;
      -webkit-transition: all linear 0.4s 0s;
      -moz-transition: all linear 0.4s 0s;
      -o-transition: all linear 0.4s 0s;
      transition: all linear 0.4s 0s; }

#popular_product {
  padding: 20px 0px; }
  #popular_product .pro_banner {
    flex-basis: 20%;
    height: 100%; }
    #popular_product .pro_banner img {
      width: 100%;
      height: 100%; }
  @media (max-width: 767px) {
    #popular_product .card-body {
      padding: 0px; } }
  #popular_product .popular_slick {
    margin: 0px -10px;
    width: 100%; }
    @media (max-width: 575px) {
      #popular_product .popular_slick {
        margin: 0px; } }
    #popular_product .popular_slick .slick-slide {
      margin: 0px 10px !important; }
      @media (max-width: 767px) {
        #popular_product .popular_slick .slick-slide {
          margin: 0px 5px !important; } }

.category_product {
  margin-bottom: 30px; }
  .category_product .pro_banner {
    height: 100%; }
    @media (max-width: 991px) {
      .category_product .pro_banner {
        display: none; } }
    .category_product .pro_banner img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  @media (max-width: 767px) {
    .category_product .card-body {
      padding: 0px;
      padding-right: 0px; } }

footer {
  background: white;
  padding-top: 20px; }
  footer .footer_links ul {
    padding-left: 0px; }
  @media (max-width: 575px) {
    footer .footer_links {
      padding-top: 35px;
      padding-bottom: 20px; } }
  footer h3 {
    font-size: 20px;
    color: #232323;
    font-family: "Montserrat", serif;
    font-weight: 600;
    text-transform: capitalize; }
  footer p {
    color: #505050;
    line-height: 26px;
    padding: 5px 0px; }
  footer .social-icons {
    display: flex;
    justify-content: left;
    padding: 0px;
    margin-top: 15px; }
    footer .social-icons li {
      padding-right: 15px; }
      footer .social-icons li a {
        font-size: 18px;
        color: #e31577;
        display: inline-block;
        width: 35px;
        line-height: 35px;
        border: 1px solid #e31577;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s; }
        footer .social-icons li a:hover {
          -webkit-transition: all linear 0.3s 0s;
          -moz-transition: all linear 0.3s 0s;
          -o-transition: all linear 0.3s 0s;
          transition: all linear 0.3s 0s;
          color: white;
          background: #e31577; }
  footer .use_link li {
    padding: 5px 0px; }
    footer .use_link li a {
      font-size: 16px;
      color: #505050;
      line-height: 28px;
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s; }
      footer .use_link li a:hover {
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s;
        color: #e31577; }
  footer .payment-methods img {
    width: 100%; }
  footer .copyright {
    text-align: center;
    background: black;
    margin-top: 20px;
    padding: 12px 0px; }
    footer .copyright p {
      color: white;
      opacity: 0.60;
      font-size: 14px; }

@media (max-width: 767px) {
  #shop_page .catelog_category {
    margin-bottom: 10px; } }

#shop_page .catelog_category .card {
  box-shadow: none;
  border: 0px; }
  #shop_page .catelog_category .card .card-header {
    padding: 0px;
    background: transparent; }
    #shop_page .catelog_category .card .card-header button {
      width: 100%;
      text-align: left;
      text-decoration: none;
      font-size: 16px;
      color: #505050;
      font-weight: 400;
      padding-right: 0px; }
  #shop_page .catelog_category .card .card-body {
    background: #f3f5f6;
    padding: 0;
    padding-left: 10px; }
    #shop_page .catelog_category .card .card-body ul {
      padding-left: 0px; }
      #shop_page .catelog_category .card .card-body ul li a {
        font-size: 16px;
        color: #505050;
        font-weight: 400;
        line-height: 37px;
        display: block; }

#shop_page .catelog_category .list-group-item {
  padding: 10px 10px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-transition: all linear 0.9s 0s;
  -moz-transition: all linear 0.9s 0s;
  -o-transition: all linear 0.9s 0s;
  transition: all linear 0.9s 0s; }
  #shop_page .catelog_category .list-group-item a {
    font-size: 16px;
    color: #505050;
    font-weight: 400; }
    #shop_page .catelog_category .list-group-item a i {
      font-size: 14px;
      color: gray;
      padding-right: 5px; }
  #shop_page .catelog_category .list-group-item .badge {
    color: gray;
    font-size: 12px;
    font-weight: 400; }
  #shop_page .catelog_category .list-group-item:hover .catelog_sub_category {
    opacity: 1;
    visibility: visible;
    height: 100%;
    -webkit-transition: all linear 0.6s 0s;
    -moz-transition: all linear 0.6s 0s;
    -o-transition: all linear 0.6s 0s;
    transition: all linear 0.6s 0s; }
  #shop_page .catelog_category .list-group-item:hover .cat-logo i.fas {
    transform: rotate(90deg);
    transition: transform 0.7s ease;
    -webkit-transition: all linear 0.9s 0s;
    -moz-transition: all linear 0.9s 0s;
    -o-transition: all linear 0.9s 0s;
    transition: all linear 0.9s 0s; }
  #shop_page .catelog_category .list-group-item .ps-15 {
    padding-left: 15px !important; }

#shop_page .catelog_sub_category {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all linear 0.9s 0s;
  -moz-transition: all linear 0.9s 0s;
  -o-transition: all linear 0.9s 0s;
  transition: all linear 0.9s 0s; }

#shop_page .page-link {
  color: #e31577;
  border: 1px solid #e31577; }

#shop_page .catelog_category .list-group-item i.fas {
  -webkit-transition: all linear 0.9s 0s;
  -moz-transition: all linear 0.9s 0s;
  -o-transition: all linear 0.9s 0s;
  transition: all linear 0.9s 0s; }

@media (max-width: 767px) {
  #shop_page .shop_products {
    padding: 0px !important; } }

#product_details .product_main_detaits {
  color: #505050;
  background: white;
  padding: 15px;
  /* Main text uses this styling and color */ }
  #product_details .product_main_detaits p {
    padding-bottom: 10px; }
    #product_details .product_main_detaits p strong {
      color: #515151;
      font-weight: 600; }
  @media (max-width: 575px) {
    #product_details .product_main_detaits .category {
      padding-top: 15px; } }
  #product_details .product_main_detaits .mini-preview img {
    border: 1px solid #505050;
    border: 1px solid #e31577;
    margin-bottom: 8px; }
  #product_details .product_main_detaits h3 {
    color: #232323;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px; }
  #product_details .product_main_detaits .price {
    font-weight: 500;
    font-size: 20px; }
    #product_details .product_main_detaits .price span {
      color: #e31577;
      font-weight: bold; }
    #product_details .product_main_detaits .price del {
      font-weight: normal;
      font-size: 20px;
      margin-left: 5px; }
  #product_details .product_main_detaits .brief-description {
    /* color: $col-text; */
    color: #232323; }
  #product_details .product_main_detaits .select-colors .color {
    display: inline-block;
    border: 1px solid grey;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: black; }
    #product_details .product_main_detaits .select-colors .color.red {
      background-color: red; }
    #product_details .product_main_detaits .select-colors .color.silver {
      background-color: silver; }
    #product_details .product_main_detaits .select-colors .color.black {
      background-color: black; }
  #product_details .product_main_detaits .addBtn {
    background-color: #e31577;
    color: white;
    text-transform: uppercase; }
    #product_details .product_main_detaits .addBtn:hover {
      background-color: #b4115f;
      color: white; }
  #product_details .product_main_detaits .related-heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    /* color: $col-h; */ }
  #product_details .product_main_detaits .related-title,
  #product_details .product_main_detaits .related-price {
    color: #232323;
    font-weight: bold; }
  #product_details .product_main_detaits .additional-details .nav-link {
    border: none;
    color: #232323; }
    #product_details .product_main_detaits .additional-details .nav-link.active {
      background-color: white;
      color: #232323;
      border: none;
      border-bottom: 4px solid #e31577; }

#product_details .product-image {
  overflow: hidden; }
  #product_details .product-image .slider-for {
    height: 100%; }
    #product_details .product-image .slider-for .slid_img {
      height: 450px; }
      #product_details .product-image .slider-for .slid_img .slider_for_img {
        width: 100% !important;
        height: 100%;
        object-fit: cover; }
  #product_details .product-image .slider-nav {
    margin-top: 10px;
    height: 200px; }
    #product_details .product-image .slider-nav .slick-list {
      height: 100%; }
      #product_details .product-image .slider-nav .slick-list .slick-track {
        height: 100%; }
        #product_details .product-image .slider-nav .slick-list .slick-track .slick-slide {
          height: 100%; }
          #product_details .product-image .slider-nav .slick-list .slick-track .slick-slide img {
            width: 100%;
            cursor: pointer;
            transition: 0.3s all ease;
            border: 1px solid #ccc;
            height: 100%;
            object-fit: cover; }
          #product_details .product-image .slider-nav .slick-list .slick-track .slick-slide .slick-current img {
            border: 2px solid #e31577; }
          #product_details .product-image .slider-nav .slick-list .slick-track .slick-slide img:hover {
            opacity: 0.7; }
  #product_details .product-image .slick-dots {
    position: absolute;
    content: ' ';
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
    #product_details .product-image .slick-dots li {
      display: inline-block;
      font-size: 0px;
      height: 35px; }

#contact h2 {
  color: #232323;
  font-weight: 600;
  padding: 15px 0px; }

.login_card {
  padding: 30px 0px;
  margin: 20px 0px; }
  .login_card h2 {
    padding-bottom: 30px;
    font-weight: 600; }

@media (max-width: 767px) {
  #cart_page .cart_quantity {
    padding-top: 15px; } }

#cart_page .cart_price_action {
  text-align: right;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    #cart_page .cart_price_action {
      padding-top: 15px; } }
  #cart_page .cart_price_action p {
    align-content: center; }

#cart_page .delete-product.cbtn {
  height: 40px;
  color: red;
  border: 1px solid red; }
  @media (max-width: 991px) {
    #cart_page .delete-product.cbtn {
      height: 30px; } }
  @media (max-width: 767px) {
    #cart_page .delete-product.cbtn {
      height: 25px; } }

.checkout_page .order_submit_right {
  display: none; }
  @media (max-width: 991px) {
    .checkout_page .order_submit_right {
      display: inline-block; } }

.checkout_page .order_submit_left {
  display: block; }
  @media (max-width: 991px) {
    .checkout_page .order_submit_left {
      display: none; } }

#user_dashboard {
  margin-bottom: 30px; }
  #user_dashboard .user_avater {
    text-align: center; }
    #user_dashboard .user_avater img {
      height: 80px;
      width: 80px;
      border-radius: 50px;
      border: 3px solid #e31577;
      padding: 5px;
      margin-bottom: 5px; }
    #user_dashboard .user_avater p {
      font-size: 18px;
      font-weight: 500px;
      text-transform: capitalize; }
  #user_dashboard .list-group {
    margin-top: 20px;
    border-radius: 0px; }
    #user_dashboard .list-group li a {
      color: #505050;
      line-height: 24px;
      font-weight: 500;
      font-family: "Montserrat", serif;
      text-transform: capitalize; }
    #user_dashboard .list-group li .active {
      color: #e31577; }

.star {
  width: 32px;
  height: 32px;
  transition: all 0.6s; }

#rating {
  cursor: pointer;
  display: inline-block; }

#review-form .input-group-addon {
  min-width: 100px; }

#review-form .btn {
  min-width: 100px; }

#review-form input[type="text"],
#review-form textarea {
  width: 100%; }

#review-form .form-group {
  margin-bottom: 15px; }

#review-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px; }

blockquote {
  border-left: 5px solid #eeeeee;
  padding-left: 20px; }
  blockquote .footer {
    display: block;
    font-size: 80%; }

.stars-container {
  margin-bottom: 5px; }
