@charset "UTF-8";

@font-face {
  font-family: Montserrat Thin Thin;
  src: url(../../../assets/web/fonts/Montserrat.ttf);
}

body {
  font-family: Montserrat Thin Thin !important;
  overflow-x: hidden;
}

img {
  width: 100%;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

marquee {
  color: #222;
  font-size: 14px;
  font-weight: 500;
}

.fa-heart {
  color: #e50900;
}

.highlights {
  color: #d80158;
  font-weight: 500;
}

#demosubmit:disabled {
  background: #c1c1c1;
}

#demosubmit:disabled i {
  color: #c1c1c1;
}

#terms_modal .modal-body {
  height: 400px;
  overflow-y: scroll;
}


/*--------section_padding------*/

.section_padding {
  padding: 50px 0;
}

.section_padding_top {
  padding-top: 50px;
}

.section_padding_bottom {
  padding-bottom: 50px;
}

/*--------heading------*/

.heading {
  text-align: center;
  margin-bottom: 30px;
}

.heading h1 {
  font-size: 32px;
  margin-bottom: 3px;
}

.heading img {
  width: 125px;
}

/*--------breadcrumb------*/

.our_breadcrumb {
  /*background: #dee1e6;*/
  color: #8f8f8f;
  font-size: 13px;
  padding: 5px 30px;
  text-align: right;
}

.our_breadcrumb a {
  color: #222;
}

.our_breadcrumb p {
  font-weight: 500;
  margin: 0;
}

.our_breadcrumb i {
  padding: 0 7px;
}

/*--------Header------*/

.header_top {
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
}

.myHeader {
  border-bottom: 2px solid #e4e4e4;
}

.myHeader_top ul li,
.header_top ul li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 5px;
}

.myHeader_top ul li a,
.header_top ul li a {
  color: #222;
  font-weight: 500;
  font-size: 14px;
}

.myHeader_top ul li a i {
  font-size: 16px;
  background: #f7f7f7;
  width: 35px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid;
  text-align: center;
}

.myHeader_top h1 {
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
  margin: 0;
}

.myHeader_top input {
  border: 1px solid #e3e3e3;
  font-size: 14px;
  background: #f1f3f4;
  border-radius: 10px;
}

.myHeader_top input:focus-visible {
  outline: none;
}

.myHeader_top button {
  border: none;
  font-size: 14px;
}

.myHeader .navbar-collapse {
  justify-content: center;
}

.myHeader li.nav-item {
  padding-right: 7px;
}

.myHeader li.nav-item a {
  color: #222;
  font-weight: 500;
  position: relative;
}

.myHeader a:before {
  position: absolute;
  content: "";
  background: #222;
  height: 1px;
  left: 0;
  bottom: 0;
}

.myHeader a:hover::before {
  animation-name: example;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.myHeader a.active {
  border-bottom: 1px solid rgb(230, 28, 97) !important;
  color: rgb(230, 28, 97) !important;
}


/*--------Slider------*/

#my_slide {
  position: relative;
}

canvas {
  display: block;
  position: absolute;
  /*left: -50px!important;
  top: 0!important;
  width: 90pc!important;
  height: 75%!important;
  transform: inherit!important;*/
  top: 53% !important;
  width: 89% !important;
}

#my_slide .scene-nav {
  font-size: 1.15em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #2222227a;
  border: 0;
  padding: 1em;
  color: var(--color-nav);
  cursor: pointer;
}

#my_slide .scene-nav:focus {
  outline: none;
}

#my_slide .scene-nav--prev {
  left: 0;
}

#my_slide .scene-nav--next {
  right: 0;
}

#my_slide .slide-wrapper {
  display: none;
}

#my_slide .icon--arrow-nav-next {
  transform: rotate(-180deg);
}

#my_slide {
  /*height: 100vh;*/
  overflow: hidden;
  /*color: #fff;*/
  /*color: var(--color-text);*/
  /*background-color: #000;*/
  /*background-color: var(--color-bg);*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Color schemes */
#my_slide {
  --color-text: #fff;
  --color-bg: #a9b1b7;
  --color-link: #201b18;
  --color-link-hover: #224d94;
  --color-info: #fff473;
  --color-nav: #fff;
}

/* Fade effect */
.js body {
  opacity: 0;
  transition: opacity 0.3s;
}

.js body.render {
  opacity: 1;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

#my_slide .hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

#my_slide .message {
  background: var(--color-text);
  color: var(--color-bg);
  text-align: center;
  padding: 1em;
  display: none;
  position: relative;
  z-index: 100;
}

/* Icons */
#my_slide .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

#my_slide main {
  position: relative;
  width: 100%;
}

#my_slide .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  margin: 0 auto;
}

#my_slide .content--fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: grid;
  align-content: space-between;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 1.5em;
  pointer-events: none;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto 4em;
  grid-template-areas: 'header ...'
    '... ...'
    'github demos';
}

#my_slide .content--fixed a {
  pointer-events: auto;
}

/* Header */
#my_slide .codrops-header {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-items: center;
  align-self: start;
  grid-area: header;
  justify-self: start;
}

#my_slide .codrops-header__title {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0.75em 0;
}

#my_slide .info {
  margin: 0 0 0 1.25em;
  font-style: italic;
  color: var(--color-info);
  font-weight: bold;
}

#my_slide .scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}

body {
  margin: 0;
}

p {
  font-weight: 400;
}

/*----------- section_about-------*/

.section_about {
  /*margin-top: -160px;*/
  text-align: center;
}

.section_about_logo {
  width: 150px;
}

.section_about_title {
  padding: 15px 0 8px;
}

.section_about p {
  margin: 0;
}

/*----------- section1-------*/

.section1 {
  position: relative;
}

.section1 h2 {
  margin: 0;
  padding-bottom: 10px;
}

.section1_btn {
  margin-top: 30px;
}

.section1_btn_right {
  margin-right: -100px
}

.section1_btn_left {
  margin-left: -100px
}

.section1_btn a {
  padding: 12px 16px;
  border: 2px solid #333745;
  font-weight: 600;
  color: #333745;
  background: #fff;
}

.section1_btn a:hover {
  background: #333745;
  color: #fff;
  text-decoration: none;
}

/*----------section2---------*/

.section2_box {
  position: relative;
  margin: 5px;
}

.section2_box a:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  border: 2px solid #fff;
  z-index: 100;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.section2_box:hover a:after,
.wishlist_box:hover .section2_box a:after {
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
  outline-width: 15px;
  outline-style: solid;
  outline-color: rgba(0, 0, 0, .3);
}

.section2_boxbtn {
  text-align: center;
  position: absolute;
  background: linear-gradient(0deg, #00000094, transparent);
  width: 100%;
  bottom: 0;
  padding-bottom: 25px;
}

.section2_boxbtn button {
  background: #222;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
}

.section2_box img {
  border-radius: 10px;
}

/*----------section4---------*/

.section4_btn a {
  color: #222;
  border-bottom: 1px solid #8d8d8d;
  padding: 5px 0;
  position: relative;
}

.section4_btn a:before {
  position: absolute;
  content: "";
  background: #222;
  height: 1px;
  left: 0;
  bottom: 0;
}

@keyframes example {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.section4_btn a:hover::before {
  animation-name: example;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}


/*----------section5---------*/

.section5_box {
  text-align: center;
  padding: 60px;
  background: #f9f9f9;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #22222229;
}

.section5_box img {
  width: 45px;
}

.section5_box h3 {
  padding-top: 15px;
  font-size: 23px
}


/*----------subscribe_news---------*/

.subscribe_news {
  text-align: center;
  background: #222;
  outline: 5px solid #fff;
  color: #fff;
  padding: 25px;
  margin-bottom: -30px;
}

.subscribe_news h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.subscribe_news form .submit {
  background: #fff;
  border: none;
  padding: 0.375rem 1.75rem;
  font-weight: 500;
}

form .submit {
  color: #fff;
  border: none;
  padding: 0.375rem 1.75rem;
  font-weight: 500;
  background-color: rgb(128, 0, 42);
  border-radius: 0 10px 10px 0;

}

.input-box-21 {
  border-radius: 10px 0 0 10px !important;
}

/*----------Footer---------*/

footer {
  background: #e8e8e8;
  padding: 60px 0 30px;
}

footer .footer_logo {
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 30px;
}

footer .footer_list1 li {
  display: block;
  /*border-right: 2px solid #c1c1c1;*/
  padding: 3px 10px;
  list-style-type: none !important;
}

footer .footer_list1 li:last-child {
  border-right: none;
}

footer .footer_list1 li a {
  color: #222;
  font-weight: 500;
}

footer .footer_heading {
  font-size: 22px;
  padding-bottom: 8px;
}

footer .footer_list li {
  list-style: none;
  padding: 3px 0;
  font-size: 16px;
}

footer .footer_list li a {
  color: #222;
  font-weight: 500;
}

.footer_bottom {
  background: #222;
  color: #fff;
}

.footer_bottom p {
  margin: 0;
  font-size: 14px;
  padding: 5px 0;
}

#scroll_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 2px solid #222;
  outline-offset: 2px;
  background-color: #222;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  height: 30px;
  width: 35px;
}

#scroll_top:hover {
  background-color: #555;
}


/********************* Product Page **********************/

.products_1 h2 {
  font-size: 20px;
  background: linear-gradient(45deg, #E91E63, #b1003c);
  color: #fff;
  padding: 10px 20px;
}

.products_1_sidebar {
  background: #f3f3f3;
}

.products_1_sidebar ul {
  padding: 20px !important;
}

.products_1_sidebar ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #b3b3b3;
}

.products_1_sidebar ul li a {
  color: #de185c;
  font-weight: 500;
}

.products_1_sidebar ul li a i {
  padding-right: 10px;
}

.products_1_sidebar button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(45deg, #E91E63, #b1003c);
  color: #fff;
  border: 2px solid #ff95b9;
  border-radius: 28px 28px 0 0;
}

.products_1_sidebar form {
  padding: 10px 20px;
  border: 1px solid #cdcdcd;
  background: #f3f3f3;
}

.demo {
  padding: 45px 0;
}

.product-grid2 {
  position: relative;
}

.product-grid2 .product-image2 {
  overflow: hidden;
  position: relative;
}

.product-grid2 .product-image2 a {
  display: block;
}

.product-grid2 .product-image2 img {
  width: 100%;
  height: auto;
}

.product-image2 .pic-1 {
  opacity: 1;
  transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-1 {
  opacity: 0;
}

.product-image2 .pic-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-2 {
  opacity: 1;
}

.product-grid2 .social {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 50px;
  right: 25px;
  z-index: 1;
}

.product-grid2 .social li {
  margin: 0 0 10px;
  display: block;
  transform: translateX(100px);
  transition: all .5s;
}

.product-grid2:hover .social li {
  transform: translateX(0);
}

.product-grid2:hover .social li:nth-child(2) {
  transition-delay: .15s;
}

.product-grid2:hover .social li:nth-child(3) {
  transition-delay: .25s;
}

.product-grid2 .social li a {
  color: #bf0846;
  background-color: #fff;
  border: 1px solid #bf0846;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  transition: all .3s ease 0s;
}

.product-grid2 .social li a:hover {
  color: #fff;
  background-color: #3498db;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}

.product-grid2 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1;
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
  opacity: 1;
}

.product-grid2 .add-to-cart {
  color: #fff;
  background-color: #404040;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: all .3s;
}

.product-grid2 .add-to-cart:hover {
  background-color: #3498db;
  text-decoration: none;
}

.product-grid2:hover .add-to-cart {
  bottom: 0
}

.product-grid2 .product-new-label {
  background-color: #3498db;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

.product-grid2:hover .product-new-label {
  opacity: 0;
}

.product-grid2 .product-content {
  padding: 20px 10px;
  text-align: center;
}

.product-grid2 .title {
  font-size: 17px;
  margin: 0 0 7px;
}

.product-grid2 .title a {
  color: #303030;
}

.product-grid2 .title a:hover {
  color: #3498db;
}

.product-grid2 .price {
  color: #303030;
  font-size: 15px;
}

@media screen and (max-width:990px) {
  .product-grid2 {
    margin-bottom: 30px;
  }
}


/********************* product_details Page **********************/

/*.product_details .show {*/
/*  width: 400px;*/
/*  height: 400px;*/
/*}*/
@media screen and (max-width:800px) {
  .product_details .show {
    width: 100%;
    height: auto;
  }
}

/*.product_details #show-img { width: 400px; height: 400px; }*/
.product_details .small-img {
  /*width: 350px;*/
  height: 70px;
  margin-top: 10px;
  position: relative;
  /*left: 25px;*/
  transform: translate(-10px);
}

.product_details .small-img .icon-left,
.small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.product_details .small-img .icon-left {
  transform: rotate(180deg)
}

.product_details .small-img .icon-right {
  right: 0;
}

.product_details .small-img .icon-left:hover,
.product_details .small-img .icon-right:hover {
  opacity: .5;
}

.product_details .small-container {
  width: 300px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.product_details .small-container div {
  width: 800%;
  position: relative;
}

.product_details .small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.product_details .small-container .show-small-img:last-of-type {
  margin-right: 0;
}

.product_details .product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
}

.product_details .product-rating {
  color: #ffc107;
  padding-top: 8px;
}

.product_details .product-rating span {
  font-weight: 600;
  color: #252525;
}

.product_details .product-price {
  margin: 10px 0;
}

.product_details .last-price span {
  color: #e70003;
}

.product_details .new-price span {
  color: #00c108;
}

.product_details .product-detail ul li {
  font-weight: 600;
  list-style: none;
  margin: 5px 0;
}

.product_details .product-detail ul li span {
  font-weight: 400;
}

.product_details .purchase-info input {
  width: 70px;
  text-align: center;
}

.related_products .product-grid2 {
  margin: 10px;
}


/********************* product_details_1 Page **********************/


.product_details_1 {
  background: #f1f3f4;
  border-top: 2px solid #dee1e6;
  border-bottom: 2px solid #dee1e6;
}

.product_details_1_box {
  text-align: center;
  padding-top: 25px;
}

.product_details_1_box i {
  background: linear-gradient(45deg, #222222, #505050, #222222);
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-radius: 50% 0;
  margin-bottom: 20px;
}

.product_details_1_box h5 {
  font-size: 18px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 15px;
}


/********************* Contact Page **********************/

.contact .nav-tabs {
  background: #8BC34A;
  border-radius: 25px;
  padding: 5px;
}

.contact .nav-tabs .nav-link {
  color: #fff;
  font-weight: 500;
  border-right: 1px solid #fff;
}

.contact .nav-tabs .nav-link:last-child {
  border: none;
}

.contact .nav-tabs .nav-link.active {
  color: #2d2d2e;
  background-color: #fff;
}

.contact_support {
  text-align: center;
}

.contact_support h3 {
  font-size: 20px;
}

.contact_support i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px !important;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact_form h2 {
  font-size: 30px;
  padding-bottom: 20px;
  text-align: center;
  color: #222;
  text-decoration: 1px underline;
  text-underline-offset: 8px;
}


/********************* signin Page **********************/

.signin .our_btn {
  background: linear-gradient(359deg, #E91E63, #9C27B0);
}

.signin .our_btn i {
  color: #9C27B0;
}

.signin_box {
  text-align: center;
  height: 425px;
  width: 425px;
  display: grid;
  padding: 50px;
  position: relative;
  align-items: center;
  z-index: 0;
  /*border: 10px solid transparent;*/
  border: 10px solid #9C27B0;
  /* background: linear-gradient(white, white) padding-box, linear-gradient(to right, #e91e63, #9c27b0) border-box;*/
  border-radius: 50em;
  backdrop-filter: blur(10px);
}

.signin_box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f1f3f45e;
  filter: blur(1px);
  border-radius: 50%;
  z-index: -1;
  left: 0;
}

.signin_box p {
  margin: 0;
  font-size: 14px;
  padding-top: 2px;
}

.signin_box p a {
  color: #E91E63;
  font-weight: 500;
}

.signup_circle {
  position: relative;
}

.circle_1 {
  position: absolute;
  background: linear-gradient(48deg, #E91E63, #9C27B0);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  right: 0px;
  bottom: 30px;
}

.circle_2 {
  position: absolute;
  background: linear-gradient(48deg, #E91E63, #9C27B0);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  left: -20px;
  top: -20px;
}

.circle_3 {
  position: absolute;
  background: linear-gradient(48deg, #E91E63, #9C27B0);
  border-radius: 50%;
  width: 125px;
  height: 125px;
  left: -20px;
  z-index: 1;
  bottom: -11px;
}

.circle_4 {
  position: absolute;
  background: linear-gradient(48deg, #E91E63, #9C27B0);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  right: -100px;
  top: 14px;
}

.signin_box input {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #222 !important;
  padding: 8px;
  background: none;
}

.signin_box input:focus-visible {
  background: #fff !important;
  outline: none;
}

/********************* signup Page **********************/

.signup form {
  padding: 40px;
}

.signup_box {
  border: 1px solid #bfbfbf;
  background: #f1f3f4;
}

.signup_box h2 {
  text-align: center;
  font-size: 24px;
  margin: 10px 0;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.signup_details_box {
  padding: 0 30px 30px;
  border: 10px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #e91e63, #9c27b0) border-box;
}

.signup_top_form {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.signup_formleft {
  text-align: -webkit-center;
}

.signup_formleft h2 {
  margin-bottom: 60px;
  margin-top: 30px;
}

.signup_formleft_box {
  background: #d52077;
  width: 30px;
  height: 90px;
  border-radius: 0 0 20px 20px;
}

.signup_formleft_circle {
  background: #f1f1f1;
  width: 175px;
  line-height: 125px;
  border-radius: 50%;
  border: 20px solid #d81863;
  height: 175px;
  outline: 20px solid #cfcfcf;
  box-shadow: 0px 0px 50px #222;
}

/********************* Btn **********************/

.our_btn {
  /*background: linear-gradient(359deg, black, #6a6a6a);*/
  background: linear-gradient(359deg, #cb0045, #ff5c94);
  color: #fff;
  padding: 4px 11px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
}

.our_btn i {
  background: #fff;
  color: #e22968;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 5px;
}

.our_btn1 {
  /*background: linear-gradient(359deg, black, #6a6a6a);*/
  background: linear-gradient(359deg, #dacb00, #ffe91e);
  color: #686100;
  padding: 4px 11px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  cursor: not-allowed !important;
  /* display: flex;
  align-items: center; */
}

.our_btn1 i {
  /* background: #fff; */
  color: #fff;
  /* color: #978d00; */
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 14px;
}

.edit {
  background: linear-gradient(359deg, #eb7700, #ffac31);
}

.edit i {
  color: #eb7700;
}

.delete {
  background: linear-gradient(359deg, #cf0e00, #F44336);
}

.delete i {
  color: #cf0e00;
}

/********************* Search box **********************/

.searchbox {
  /*position:relative;*/
  position: absolute;
  right: 180px;
  min-width: 35px;
  width: 0%;
  /*height:50px;*/
  float: right;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #fff;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  color: #000;
}

.searchbox-input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
}

.searchbox-input:-moz-placeholder {
  color: #000;
  opacity: 0.8;
}

.searchbox-input::-moz-placeholder {
  color: #000;
  opacity: 0.8;
}

.searchbox-input:-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
}

.searchbox-icon,
.searchbox-submit {
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 14px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: #172b3c;
  border-radius: 5px !important;
}

.searchbox-submit {
  color: #fff !important;
  background: #4caf50 !important;
}

.searchbox-open {
  width: 74%;
}

.center {
  text-align: center;
  margin: 0 auto;
  float: none;
  margin-top: 40px;
}


/********************* Cart Page **********************/

.cart {
  background: #f7f7f7;
}

.cart #cart-slider p {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin: 0;
}

.cart h2 {
  font-size: 18px;
  border-bottom: 1px solid #222;
  padding: 10px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cart h3 {
  font-size: 18px;
}

.cart_table {
  width: 100%;
}

.cart_table th {
  font-weight: 600;
}

.cart_table td p {
  margin: 0;
  line-height: 30px;
}

.cart_price input {
  border: none;
  background: #f7f7f7;
}

.cart_price input:focus {
  outline: none;
}

#cart_box .row {
  padding-bottom: 15px;
  border-bottom: 2px solid #dee1e6;
  margin-bottom: 15px;
}

.cart_content {
  position: relative;
}

.cart_content .cart_delicon {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.cart_content .cart_delicon i {
  background: #fff;
  color: #4e4e4e;
  border: 1px solid #4e4e4e;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  font-size: 14px;
}

.cart_checkout {
  background: #fff;
  border: 2px solid #dee1e6;
  padding: 40px 30px;
}


.quantity span {
  cursor: pointer;
}

.quantity .minus,
.quantity .plus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.quantity input {
  height: 30px;
  width: 60px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}



/********************* checkout Page **********************/

.checkout {
  background: #f7f7f7;
}

.checkout_address,
.add_address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 25px;
  margin: 5px 0;
  border: 2px solid #dee1e6;
}

.checkout_address p,
.add_address p {
  margin: 0;
}

.checkout_address p span {
  font-size: 14px;
}

.modal_address_form_box .add_address_radio input[type=radio]~label {
  padding: 0;
}

.modal_address_form_box .add_address_radio input[type=radio]:checked~label {
  padding: 0;
  color: #4CAF50;
  border: 1px solid #4CAF50;
  box-shadow: 0px 0px 5px #4CAF50;
}

.add_address_radio {
  margin: 15px 0;
}

.add_address_radio .add_address {
  margin: 0;
}

.add_address_radio .add_address p {
  font-size: 16px;
}

.add_address_radio label {
  width: 100%;
  padding: 0;
}


/********************* address_modal Page **********************/

.address_modal {
  z-index: 10001 !important;
}

.address_modal .modal-header {
  background: #484848;
  color: #fff;
}

.address_modal .modal-title {
  font-size: 24px;
}

.address_modal .modal-body {
  background: #f7f7f7;
  padding: 20px 0;
}

.modal_address_form_box {
  background: #fff;
  padding: 10px 15px;
}

.modal_input input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  background: transparent;
}

.modal_input label {
  font-size: 14px;
}

.modal_input {
  position: relative;
  z-index: 0;
  margin: 10px 0;
}

.modal_input input:focus {
  outline: none;
  border: 1px solid #222;
}

.modal_input input:focus+label {
  top: -10px;
  left: 12px;
  position: absolute;
  background: #fff;
  padding: 0 10px;
  z-index: 1;
  color: #a3a3a3;
}

.modal_input .modal_label {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 0 10px;
  z-index: -1;
  transition: 0.2s;
}

.modal_input .modal_label_change {
  top: -10px;
  left: 12px;
  position: absolute;
  background: #fff;
  padding: 0 10px;
  color: #a3a3a3;
}

.modal_address_form_title {
  font-size: 18px;
  padding: 0 15px;
}

.modal_address_form_box input[type=checkbox] {
  font-size: 14px;
}

.modal_address_form_box input[type=radio]~label {
  color: #878787;
  background: #fff;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #878787;
  font-size: 12px;
  cursor: pointer;
}

.modal_address_form_box input[type=radio]:checked~label {
  color: #E91E63;
  background: #fff;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #E91E63;
}


.wishlist_box {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  margin: 20px 0 30px;
}

.wishlist_content_btn {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #cfcfcf;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wishlist_content_btn i {
  background: #e91e63;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  font-size: 13px;
}

.wishlist_content {
  padding: 10px;
}

.wishlist_content h3 {
  font-size: 18px;
  margin: 5px 0;
}

.wishlist_content p {
  margin: 0;
}

.wishlist_content_btn a {
  color: #e91e63;
  font-weight: 500;
}

.product_not_found span {
  color: #e91e63;
}

.product_not_found h3 {
  padding: 10px 0 5px;
  margin: 0;
}

.product_not_found p {
  font-weight: 500;
  font-size: 18px;
}

.your_orders h2 {
  font-size: 22px;
}

.your_orders p {
  margin-bottom: 5px;
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 6s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.arrow_1 .owl-buttons {
  display: flex;
  justify-content: center;
}

.arrow_1 .owl-buttons .owl-prev,
.arrow_1 .owl-buttons .owl-next {
  position: inherit !important;
  width: 70px !important;
  height: 35px !important;
  line-height: 35px !important;
  background: linear-gradient(45deg, #E91E63, #d10047) !important;
  outline: 2px solid #e91e63;
  outline-offset: 1px;
  opacity: 0.8 !important;
}

.arrow_1 .owl-buttons .owl-prev:hover,
.arrow_1 .owl-buttons .owl-next:hover {
  opacity: 1 !important;
}

.arrow_1 .owl-buttons .owl-prev {
  border-radius: 0 50% !important;
}

.arrow_1 .owl-buttons .owl-next {
  border-radius: 50% 0 !important;
}


/*==========  accounts_table  =======*/

.accounts .cust_name {
  font-size: 24px;
  margin-bottom: 10px;
}

.accounts_btn1 {
  background: #f1f3f4;
  border: 1px solid #e8eaed;
  box-shadow: 0px 0px 4px #e0e0e0;
  margin: 5px 0;
  text-align: center;
}

.accounts_btn1 button {
  padding: 10px;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 15px;
}

.accounts_table {
  width: 100%;
  /*border-right: 1px solid #b9b9b9;*/
}

.accounts_table tbody,
.accounts_table td,
.accounts_table th,
.accounts_table thead,
.accounts_table tr {
  vertical-align: baseline;
  padding: 5px;
}

.accounts_box {
  border: 1px solid #e8eaed;
  padding: 15px;
  box-shadow: 0px 0px 3px #dbdbdb;
  color: #222;
}

.accounts_box:hover {
  background: #f1f3f4;
  box-shadow: 0px 0px 3px #cbcbcb;
}

.accounts_box img {
  width: 50px;
  margin-right: 15px;
  height: 100%;
}

.accounts_box h3 {
  font-size: 18px;
}

.accounts_box p {
  margin: 0;
}

.profile_title {
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.profile_title h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}

.profile_edit form {
  background: #fbfbfb;
  padding: 30px;
  border: 1px solid #dee1e6;
}

.profile_edit form h2 {
  font-size: 22px;
  border-bottom: 1px solid #a3a3a3;
  margin: 25px 0 15px;
  padding-bottom: 6px;
}

.profile_edit form p {
  font-weight: 500;
}

.profile_edit form label {
  font-weight: 500;
  padding-bottom: 5px;
}

.profile_edit form input[type="checkbox"],
.profile_edit form input[type="radio"] {
  display: none;
}

.profile_edit form input[type="checkbox"]+label,
.profile_edit form input[type="radio"]+label {
  padding: 6px 15px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  cursor: pointer;
  margin-right: 6px;
  color: #595858;
  background: #fff;
}

.profile_edit form input[type="checkbox"]:checked+label,
.profile_edit form input[type="radio"]:checked+label {
  background: #4CAF50;
  color: #fff;
}

/*==========  terms  =======*/

.terms h2 {
  font-size: 24px;
}

.terms p {
  text-align: justify;
}

.terms ul {
  padding-left: 2rem !important;
}

/*==========  admin_login  =======*/

.admin_login h1 {
  font-size: 24px;
  text-align: center;
}

.admin_login .col-sm-4 {
  background: url(../../admin/images/login_background.jpg);
  background-size: 100%;
  padding: 135px 15px 75px;
  border-radius: 5px;
}

.admin_login .modal_address_form_box {
  background: transparent;
}

/*==========  mobile_icon  =======*/

.mobile_icon {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  border-top: 2px solid #e8eaed;
  z-index: 10000;
}

.mobile_icon ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mobile_icon ul li {
  list-style: none;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.mobile_icon ul li.active::before {
  position: absolute;
  content: "";
  background: #e91e63;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
}

.mobile_icon ul li.active a i,
.mobile_icon ul li.active a p {
  color: #e91e63;
}

.mobile_icon ul li i {
  font-size: 1.2rem;
  color: #222;
}

.mobile_icon ul li p {
  margin: 0;
  color: #222;
}

/*==========  mobile_icon  =======*/

.offcanvas-body .menu_list li {
  list-style: none;
  border: 1px solid #ffcfe0;
  padding: 10px 15px;
  margin-bottom: 10px;
  /*box-shadow: 0px 0px 2px #5c5c5c;*/
  background: #fffbfc;
  border-radius: 2px;
  color: #222;
  font-size: 14px;
}

.offcanvas-body .menu_list li:hover {
  background: #ffe2ec;
}

.offcanvas-body .menu_box {
  text-align: center;
  border: 1px solid #ffcfe0;
  background: #fffbfc;
  box-shadow: 0px 0px 2px #5c5c5c;
  padding: 10px;
  color: #424242;
  border-radius: 3px;
}

.offcanvas-body .card {
  border: 1px solid #ffcfe0;
  margin-bottom: 10px;
  background: #fffbfc;
}

.offcanvas-body .card-header {
  background: transparent;
}

.offcanvas-body .card-header a {
  color: #222;
  font-size: 14px;
}

.offcanvas-body .card_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-body .card ul li {
  border: none;
  padding: 0;
}

.offcanvas-body .card ul li:hover {
  background: transparent;
}

.offcanvas-body .menu_box:hover {
  background: #424242;
  color: #fff;
}

.offcanvas-body .menu_box p {
  margin: 0;
}

.signout_btn {
  text-align: center;
  padding-top: 10px;
}

.signout_btn a button {
  background: #424242;
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
}


@media screen and (max-width:991px) {
  .searchbox {
    right: 15px;
    width: 95%;
  }

  .navbar {
    margin-bottom: 25px;
  }

  #my_slide .content {
    min-height: 25vh;
  }

  .section1_btn_left {
    margin-left: 0px;
    margin-top: 20px;
  }

  .section1_btn_right {
    margin-top: 20px;
    margin-right: 0;
  }

  .section1 h2 {
    font-size: 24px;
  }

  .section1 h3 {
    font-size: 20px;
  }

  .section1_btn a {
    padding: 5px 10px;
    font-size: 14px;
  }

  .section5_box {
    padding: 30px;
    margin: 15px 0;
    border-radius: 2px;
  }

  .product-grid2 .social {
    bottom: 10px;
    right: 10px;
  }

  .product-grid2 .social li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
  }

  .product-grid2 .product-content {
    padding: 5px 10px;
  }

  .product-grid2 .title {
    font-size: 14px;
    margin: 0 0 2px;
  }

  /*canvas{
    left: 0!important;
    top: -13%!important;
    width: 100%!important;
  } 
  #my_slide .content{
    min-height: 60vh;
  }
  #my_slide .scene-nav{
    top: 20%;
  }*/
}

@media screen and (max-width:575px) {
  p {
    font-size: 12px;
  }

  .heading h1 {
    font-size: 24px;
  }

  .heading img {
    width: 100px;
  }

  .searchbox {
    right: 10px;
  }

  .searchbox-open {
    width: 95%;
  }

  .myHeader {
    position: sticky;
    top: -1px;
    z-index: 999;
    background: #fff;
  }

  .myHeader_top h1 {
    font-size: 26px;
  }

  #my_slide .content {
    min-height: 10pc;
  }

  /* canvas{
    left: 0!important;
    top: -13%!important;
    width: 100%!important;
  } 
  #my_slide .content{
    min-height: 40vh;
  }*/
  canvas {
    top: 4.5pc !important;
  }

  #my_slide .scene-nav {
    padding: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .section_about {
    /*margin-top: -210px;*/
    padding-top: 10px;
  }

  .section_about_logo {
    width: 100px;
  }

  .section1 img {
    margin-bottom: 15px;
  }

  .section1 h2 {
    font-size: 18px;
  }

  .section1 h3 {
    font-size: 16px;
  }

  .section1_btn a {
    font-size: 12px;
  }

  .section2_boxbtn button {
    font-size: 12px;
    padding: 3px 10px;
  }

  .section4_btn a {
    font-size: 12px;
  }

  .section5_box {
    padding: 15px 5px;
    margin: 10px 0;
  }

  .section5_box h3 {
    font-size: 18px;
  }

  .section5_box p {
    font-size: 12px;
    margin: 0;
  }

  .trending h2 {
    font-size: 18px;
  }

  .trending h3 {
    font-size: 16px;
  }

  .trending p {
    margin-bottom: 5px;
  }

  /*#trending-slider .owl-controls .owl-buttons div{
    display: none;
  }*/
  #trending-slider .owl-buttons {
    display: flex;
    justify-content: center;
  }

  #trending-slider .owl-buttons .owl-prev {
    border-radius: 0 50% !important;
  }

  #trending-slider .owl-buttons .owl-next {
    border-radius: 50% 0 !important;
  }

  #trending-slider .owl-buttons .owl-prev,
  #trending-slider .owl-buttons .owl-next {
    position: inherit !important;
    width: 70px !important;
    height: 35px !important;
    line-height: 35px !important;
    background: linear-gradient(45deg, #E91E63, #d10047) !important;
    outline: 2px solid #e91e63;
    outline-offset: 1px;
    opacity: 0.8 !important;
  }

  /*.product_details .show{
    width: 100%;
  }*/
  .product_details_1_box h5 {
    font-size: 14px;
  }

  .contact .nav-tabs .nav-link {
    font-size: 11px;
    padding: 5px 7px;
  }

  .contact_form h2 {
    font-size: 18px;
  }

  .contact_support h3 {
    font-size: 16px;
  }

  .wishlist_content h3 {
    font-size: 14px;
  }

  .terms h2 {
    font-size: 18px;
  }

  .terms ul li {
    font-size: 12px;
  }

  .cart h3 {
    font-size: 16px;
  }

  .checkout_address p span {
    font-size: 12px;
  }

  .checkout_address,
  .add_address {
    padding: 10px;
    display: inherit;
  }

  .add_address_radio .add_address p,
  .checkout_address p {
    font-size: 12px;
    padding-bottom: 7px;
  }

  .address_modal .modal-title {
    font-size: 18px;
  }

  .modal_address_form_title {
    font-size: 16px;
  }

  .our_btn {
    padding: 4px 10px;
    font-size: 12px;
  }

  .our_btn i {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .accounts .cust_name {
    font-size: 18px;
  }

  .accounts table tr td,
  .accounts table tr th {
    font-size: 14px;
  }

  .accounts table tr th {
    font-weight: 500;
  }

  .profile_title h2 {
    font-size: 16px;
  }

  .signin_box {
    /* height: 350px;
    width: 350px; */
    height: 363px;
    width: 363px;
  }

  .circle_1 {
    width: 80px;
    height: 80px;
    /* right: 0px; */
    /* bottom: 0px; */
    right: -24px;
    bottom: -7px;
  }

  .circle_2 {
    width: 100px;
    height: 100px;
    left: 12px;
    top: -12px;
  }

  .circle_3 {
    width: 110px;
    height: 110px;
    /* left: 10px;
    bottom: -40px; */
    left: -15px;
    bottom: -46px;
    opacity: .7;
  }

  .subscribe_news {
    display: none;
  }

  .subscribe_news h2 {
    font-size: 18px;
  }

  .subscribe_news input {
    margin-bottom: 15px;
  }

  footer {
    display: none;
  }

  footer .footer_heading {
    font-size: 18px;
    padding-bottom: 0px;
    padding-top: 20px;
  }

  footer .footer_list li a {
    font-size: 12px;
  }

  .footer_bottom {
    margin-bottom: 65px;
  }
}



.rs-logo {
  font-size: 15px !important;
}

.footer_bottom a {
  color: #d70157;
}

.about-page-achiev11 {
  color: rgb(128, 0, 42) !important;
  display: block;
  font-size: 35px;
  font-weight: 800;
}

.about-page-achiev12 {
  color: rgb(253, 68, 130) !important;
  display: block;
  font-size: 30px;
  font-weight: 600;
}

.about-page {
  text-align: center;
}


.about-page-achiev11 {
  color: rgb(128, 0, 42) !important;
  display: block;
  font-size: 35px;
  font-weight: 800;
}

.about-page-achiev12 {
  color: rgb(253, 68, 130) !important;
  display: block;
  font-size: 30px;
  font-weight: 600;
  font-size: 17px;
  padding-top: 20px
}

.about-page {
  text-align: center;
}

.about-bottom-2 {
  background-color: rgb(255, 228, 237);
}

.about-page-achiev122 {
  color: rgb(128, 0, 42) !important;
}

form .submit {
  color: #fff;
  border: none;
  padding: 0.375rem 1.75rem;
  font-weight: 500;
  background-color: rgb(128, 0, 42);
  border-radius: 0 10px 10px 0;

}

.input-box-21 {
  border-radius: 10px 0 0 10px !important;
}

.cart-design-num-new {
  position: absolute;
  top: -21px;
  right: -12px;
  background: rgb(255, 0, 0);
  padding: 0px 5px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  width: auto;
  color: white;
  align-items: center;
  aspect-ratio: 1;
  min-width: 18px;
  font-size: 11px;
}


/* dropdown in account desing  top header  */
/* .dropbtn-header-new { 
  color: rgb(109, 0, 0);
  border: none;
}

.dropbtn-header-new .icon1 { 
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
} */

.dropdown-header-new {
  position: relative;
  display: inline-block;
  /* background-color: #fff; */
  /* border: 1px solid red; */
  border-radius: 9px;
}

.dropdown-header-new {
  background-color: rgb(255, 104, 159);
}

/*
.dropdown-content-header-new {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 01px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
  border-radius: 8px;
}

.dropdown-content-header-new a {
  color: black;
  padding: 5px 12px;
  width: 100%;
  text-decoration: none;
  display: block;
}

.name-ps-10 {
  padding-left: 10px;
}
.dropdown-content-header-new a:hover {
  background-color: #ddd;
}

.dropdown-header-new:hover .dropdown-content-header-new {
  display: block;
}

 

 .name-new {
  border: none;
  background-color: pink;
  border-radius: 0 5px 5px 0;
  color: rgb(138, 0, 23);
} 

.user-login-button .icon1 {
  border: none;
  background: rgb(255, 29, 66);
  border-radius: 5px 0 0 5px;
  color: #fff;
}

.user-login-button {
  border: 1px solid rgb(255, 29, 66);
  border-radius: 7px;
}

.dropdown-content-header-new>a:nth-child(2) {
  color: red;
  border-radius: 5px 5px 0 0 !important;
}

.dropdown-content-header-new>a:nth-child(3) {
  color: red;
  border-radius: 0 0 5px 5px;
}
*/
.new-banner-dropdowndesign .btn-group>.btn {
  background-color: white !important;
  color: #000 !important;
  width: 100% !important;
  border: none !important;
  background-color: rgb(255, 223, 239) !important;
}

.new-banner-dropdowndesign .btn-group>.btn:hover {
  background-color: rgb(255, 179, 217) !important;
}


.new-banner-dropdowndesign .btn-group .dropdown-menu>li {
  padding: 5px 10px !important;
  border: 1px solid rgb(224, 224, 224);
  border-collapse: collapse !important;
  border-left: 3px solid transparent;
  cursor: pointer;
}

.new-banner-dropdowndesign .btn-group .dropdown-menu>li:hover {
  background-color: rgba(206, 206, 206, 0.637);
  border-left: 3px solid rgb(255, 58, 91);
}

.new-banner-dropdowndesign .btn-group {
  width: auto !important;
  display: block !important;
  margin: 3px
}

.num_wishlist_par {
  position: relative;
}

.num_wishlist,
.num_cart {
  position: absolute;
  top: 0;
  right: 5px;
  background-color: red !important;
  font-size: 10px;
  border-radius: 10px;
  padding-inline: 6px;
  color: #fff;
}

.num_cart {
  top: 0;
  right: -10px;
}

forom.searchbox {}

/* dropdown in account desing  top header  */
@media only screen and (min-width: 600px) {
  .bg-pink-new {
    background-color: rgb(255, 244, 248);
  }
}

.bg-shadow-new {
  box-shadow: 1px 1px 23px -10px !important;
}

.image-name_01u {

  object-fit: contain;
  margin-block: 14px;
}

@media only screen and (min-width: 1440px) {
  .searchbox {
    right: 210px !important;
  }
}



.login_with_google_btn {
  font-family: "Google Sans", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  letter-spacing: 1.1px;
  white-space: nowrap;
  text-align: center;
  color: black;
  border: 1px solid gray;
  border: 1px solid #878e9c;
  padding: 7px 24px;
  border-radius: 4px;
}

.google_signing {
  margin-top: 5px;
}

.google_signing img {

  width: 18px;
  height: 18px;
  margin-right: 20px;
  aspect-ratio: 1;
  margin-bottom: 4px;
}

.google_signing {
  margin-top: 5px;
}

.login_with_google_btn:hover {
  border: 1px solid #96a3bb;
  background-color: rgb(245, 245, 245);
}

/* .login_email_input,
.login_password_input, */
/* .signin_box input {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 5px 5px 0 0;
} */
.signin_box input,
input.login_password_input,
input.login_email_input,


.signin_box input.login_password_input,
.signin_box input.login_email_input {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 5px 5px 0 0;
}

/* 20-4-24  */

.qtySelector,
.qtySelector.product-quantity.quantity {
  display: flex;
  flex-direction: row;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
  color: fieldtext !important;
}


@media only screen and (max-width:700px) {
  .cart_content .cart_delicon {
    position: absolute;
    top: 65px;
    right: -10px;
    cursor: pointer;
  }

  .new_responsive_cart p {
    font-size: 15px;
    padding-left: 4px;

  }

  .new_responsive_cart {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .cart_price {
    padding-left: 10px;
  }

}



.section6_img12 {
  height: 318px !important;
  object-fit: contain !important;
}

.zindex-1 {
  z-index: 1;
}

.zindex-10 {
  z-index: 10;
}


.product-grid2.position-relative.ribbon_ .out-of-stk-img {
  width: 113px;
  bottom: 100px;
  rotate: 5deg;
  filter: drop-shadow(6px 4px 2px rgba(0, 0, 0, 0.233));
}

@media screen and (max-width:800px) {
  .product-grid2.position-relative.ribbon_ .out-of-stk-img {
    width: 95px;
    bottom: 101px;
  }
}


@media only screen and (max-width: 800px) {
  .product-grid2.position-relative.ribbon_ .out-of-stk-img {
    width: 95px;
    bottom: 101px;
  }
}