@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import "bootstrap.min.css";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);
@import "stylesheet.css";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.navbar-toggler {
    display: none;
}

.navbar-collapse {
    display: block;
    max-height: none;
}

.user-dropdown .goog-te-gadget span{
  display:none;
}
.user-dropdown .goog-te-gadget{
  font-size:0;
}

.dropdown.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-dropdown > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.user-dropdown > a:hover {
  background: #a247ff;
  color: #FFF !important;
}

.user-dropdown .onhover-show-div {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px 0;
    margin-top: 5px;
    opacity: 0;
    display:block !important;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.user-dropdown .onhover-show-div.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
    padding: 0;
}

.user-dropdown .onhover-show-div li {
    list-style: none;
    padding:0 !important;
}
.user-dropdown .onhover-show-div li:after{
  display:none !important;
}

.user-dropdown .onhover-show-div a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.user-dropdown .onhover-show-div a:hover {
  background: #ece2ff;
  color: #000000;
}

.user-dropdown .onhover-show-div a i {
    margin-right: 8px;
    width: 18px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  webkit-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img, html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  display: block;
}

blockquote, q {
  quotes: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
}
ul li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 35px;
  font-family: "Poppins", Georgia, Times, "Century Schoolbook L", serif;
}

h2 {
  font-size: 50px;
  line-height: 1;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", Georgia, Times, "Century Schoolbook L", serif;
}
h2 span {
  color: #232823;
}
h2 strong {
  color: #232823;
}

h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #232823;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h1, h2, h3 {
  font-family: "Poppins", Georgia, Times, "Century Schoolbook L", serif;
}

p {
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

figure {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

a {
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #0b7966;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #0a5157;
}

.a_btn {
  background-color: white;
  color: #632CD3;
  display: inline-block;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  margin-top: 25px;
  transition: 0.3s;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 55px;
  text-transform: capitalize;
}
.a_btn:hover {
  background-color: white;
  color: white;
  box-shadow: 0 8px 22px rgba(162, 125, 233, 0.2);
}
.a_btn:hover::after {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.a_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 106%;
  height: 100%;
  background-color: #E382F9;
  transform: translateY(100%) rotate(11deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.a_btn span {
  position: relative;
  z-index: 1;
}

.span_text {
  color: #000000;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1;
}

.body_margin {
  margin: 100px 0;
}

.body_padding {
  padding: 100px 0;
}

.body_padding {
  margin: 100px 0;
}

.reveal.active {
  border-radius: 30px;
}

.top_text {
  font-family: "Poppins", Georgia, Times, "Century Schoolbook L", serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
  background-color: transparent;
  position: relative;
  display: block;
}
.top_text span {
  position: relative;
  z-index: 2;
  background-color: white;
  padding: 0 20px;
}
.top_text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 750px;
  height: 2px;
  background-color: #FFAF36;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.custom_select {
  position: relative;
  display: inline-block;
}
.custom_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 10px 30px;
  padding-right: 48px;
  background-color: #ECE2FF;
  border-radius: 55px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  border: 0;
  box-shadow: 0 8px 22px rgba(162, 125, 233, 0.2);
  outline: 0;
}
.custom_select::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #555;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #8447FF;
}

.main_header {
  position: relative;
  z-index: 20;
  background-color:#FFF;
}
.main_header.fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.top_nav_main {
  padding:8px 0;
}
.top_nav_main .row {
  align-items: center;
}

.top_search {
  max-width: 500px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 99999;
}
.top_search input {
  background-color: #FBF3F8;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  padding: 15px;
  padding-right: 40px;
}
.top_search input::-moz-placeholder {
  color: #666666;
  font-size: 14px;
}
.top_search input::placeholder {
  color: #666666;
  font-size: 14px;
}
.top_search input:focus {
  outline-color: #E382F9;
}
.top_search .top_search_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  border: 0;
}

.top_dropdown {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.alldisplay{
  width:100%;
  position:absolute;
  left:0;
  top:100%;
  background:#f5f0ff;
  border-radius: 10px;
  padding:15px;
  max-height:350px;
  overflow-y:auto;
}
.alldisplay ul > li{
  border-bottom:#8447FF 1px solid;
}
.alldisplay ul > li a{
  color:#000;
  display:block;
  padding:5px 0;
}
.alldisplay ul > li a:hover{
  color:#0a5157;
}

.main_nav {
  background-color:#d3b7ff;
  padding:10px 0;
}
.main_nav .main_nav_list_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
}
.main_nav .main_nav_list {
  flex-grow: 1;
  flex-shrink: 0;
}
.main_nav .cart_wrapper {
  flex-grow: 1;
  flex-shrink: 0;
}
.main_nav .cart_wrapper ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main_nav .cart_wrapper ul a {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 10px;
  color:#1E1E1E;
}
.main_nav .cart_wrapper ul li {
  position: relative;
  padding-right: 20px;
}
.main_nav .cart_wrapper ul li::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #8447FF;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main_nav .cart_wrapper ul li:last-child {
  padding: 0;
}
.main_nav .cart_wrapper ul li:last-child::after {
  display: none;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-direction: row;
}
.navbar-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
}
.navbar-nav .nav-link .icon {
  width: 32px;
  height: 32px;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.c-breadcrumb{
  background-color:#F6F4FA;
  padding:20px 0;
}
.c-breadcrumb ol{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  list-style:none;
}
.c-breadcrumb ol > li{
  margin-right:8px;
  color:#8447FF;
  font-size:16px;
}
.c-breadcrumb ol > li > a{
  color:#666666;  
}
.c-breadcrumb ol > li i{
  font-size:14px;
}
.main_banner {
  margin-top: 40px;
  position: relative;
}
.main_banner .container-fluid {
  padding: 0 50px;
}
.main_banner figure {
  height: 354px;
}
.main_banner figure img {
  border-radius: 35px;
}
.main_banner .elements {
  position: relative;
}
.main_banner .banner_text {
  position: absolute;
  max-width: 650px;
  width: 96%;
  top: 50%;
  left: 150px;
  right: 0;
  transform: translateY(-50%);
}
.main_banner h1 {
  font-size: 90px;
  font-family: "Poppins", Georgia, Times, "Century Schoolbook L", serif;
  color: white;
  font-weight: 800;
  line-height: 1;
}
.main_banner h1 .sale {
  position: relative;
  z-index: 2;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-width: 1px;
  -ms-text-stroke-width: 1px;
  -o-text-stroke-width: 1px;
  -webkit-text-stroke-color: #300091;
  -moz-text-stroke-color: #300091;
  -ms-text-stroke-color: #300091;
  -o-text-stroke-color: #300091;
}
.main_banner h1 .sale::after {
  content: attr(attr);
  position: absolute;
  top: 14px;
  left: -1px;
  color: white;
  z-index: 1;
}
.main_banner h6 {
  font-size: 30px;
  color: #632CD3;
  line-height: 1.2;
  font-weight: 600;
}
.main_banner h6.normal {
  font-weight: 500;
}
.main_banner .shadow {
  max-width: 990px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(92, 44, 160, 0.5);
  border-radius: 100px;
  height: 100px;
  margin: auto;
  filter: blur(30px);
  transform: translateX(-50%);
  left: 50%;
}

.main_banner_slider {
  position: relative;
  z-index: 2;
}

.slick-prev {
  width: 72px;
  height: 72px;
  position: absolute;
  left: -32px;
  top: 42%;
  transform: translateY(-50%);
  background-image: url(../images/icons/left-arrow.svg);
  z-index: 2;
  padding: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
}

.slick-next {
  width: 72px;
  height: 72px;
  position: absolute;
  right: -32px;
  top: 42%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../images/icons/left-arrow.svg);
  z-index: 2;
  padding: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #B68FF6;
  border-radius: 100%;
  font-size: 0;
  border: 0;
  padding: 0;
  outline: 0;
}
.slick-dots li.slick-active button {
  width: 24px;
  border-radius: 7px;
}

.heading_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 40px;
}
.heading_wrapper h2 {
  font-size: 24px;
  color: #666666;
  padding-bottom: 16px;
  display: inline-block;
  border-bottom: 2px solid #8447FF;
  margin-bottom: 0;
}
.heading_wrapper h2 span {
  color: #8447FF;
}
.heading_wrapper a {
  font-size: 16px;
  color: #222222;
}
.heading_wrapper a i {
  color: #8447FF;
}
.heading_wrapper a:hover {
  color: #8447FF;
}
.heading_wrapper a:hover i {
  color: #222222;
}

.category_item_box .main_image {
  width: 145px;
  height: 145px;
  display: inline-block;
  margin: auto;
  margin-bottom: 25px;
  transition: 0.3s;
  border-radius: 100%;
  border: 1px solid transparent;
  overflow: hidden;
}
.category_item_box .main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category_item_box h3 {
  color: #1E1E1E;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  line-height: 1.3;
}
.category_item_box h3 a {
  color: #1E1E1E;
}
.category_item_box:hover .main_image {
  border: 1px solid #008ECC;
}
.category_item_box:hover h3 a {
  color: #8447FF;
}

.daily_box_main {
  transition: 0.3s;
}
.daily_box_main .main_image {
  max-width: 166px;
  height: 166px;
  margin: auto;
  border-radius: 18px;
  border: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  overflow:hidden;
}
.daily_box_main .main_image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.daily_box_main h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-top: 10px;
  line-height: 1;
}
.daily_box_main h3 a {
  color: #222222;
  font-weight: 600;
}
.daily_box_main .sub_name {
  margin-top: 18px;
  font-size: 15px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.2;
}
.daily_box_main:hover .main_image {
  border-color: #008ECC;
}

.popular_products_box {
  border: 1px solid #EDEDED;
  border-radius: 20px;
  position: relative;
  transition: 0.3s;
  overflow:hidden;
}
.popular_products_box .text {
  padding: 18px 14px;
  border-top: 1px solid #EDEDED;
}
.popular_products_box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  line-height: 1.3;
}
.popular_products_box .main_price {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
.popular_products_box .main_price p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.popular_products_box .main_price p.old {
  text-decoration: line-through;
  font-weight: 400;
}
.popular_products_box .save_price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
}
.popular_products_box .save_price p {
  color: #249B3E;
  font-size: 18px;
  font-weight: 600;
}
.popular_products_box .offer {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0435B9;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 20px 0 20px;
  font-size: 17px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-height: 1;
}
.popular_products_box .main_product_img {
  text-align: center;
  display: block;
}
.popular_products_box .main_product_img img {
  display: inline-block;
}
.popular_products_box:hover {
  box-shadow: 0 10px 50px rgba(204, 189, 225, 0.8);
}

.popular_products_box .option-wrap{
  position: absolute;
  top: 82px;
  right: -64px;
  text-align: center;
  opacity:0;
  -webkit-transition: .5s;
    transition: .5s;
}
.popular_products_box:hover .option-wrap{
  opacity: 1;
  right: 15px;
}
.popular_products_box:hover .option-wrap > li{
  margin-bottom:10px;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.popular_products_box:hover .option-wrap > li:first-child{
  -webkit-animation: .4s ease-in-out fadeInRight;
  animation: .4s ease-in-out fadeInRight;
}
.popular_products_box:hover .option-wrap > li:nth-child(2){
  -webkit-animation: .6s ease-in-out fadeInRight;
  animation: .6s ease-in-out fadeInRight;
}
.popular_products_box .option-wrap > li a{
  width:32px;
  height:32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1;
  background:#FFF;
  font-size:14px;
  color:#8447FF;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}
.popular_products_box .option-wrap > li a:hover{
  background-color:#8447FF;
  color:#FFF;
}


.main_add_img img {
  border-radius: 26px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.main_add_img figure {
  position: relative;
  padding-bottom: 40px;
}
.main_add_img figure::after {
  content: "";
  position: absolute;
  max-width: 447px;
  width: 100%;
  margin: auto;
  height: 80px;
  border-radius: 500px;
  background-color: rgba(224, 45, 116, 0.5);
  filter: blur(36px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}
.main_add_img figure:hover::after {
  opacity: 1;
}

.main_border_box_fitness {
  border: 1px solid #EDEDED;
  border-radius: 26px;
  padding: 30px 20px;
  transition: 0.3s;
}
.main_border_box_fitness:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
}
.main_border_box_fitness .heading_wrapper {
  border-bottom: 0;
  margin-bottom: 30px;
}
.main_border_box_fitness .heading_wrapper h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.fitness_box_main {
  border: 1px solid #EDEDED;
  padding: 12px 17px;
  border-radius: 18px;
  text-align: center;
  transition: 0.3s;
}
.fitness_box_main .main_img {
  display: block;
  text-align: center;
}
.fitness_box_main .main_img img {
  max-height: 150px;
  display: inline-block;
}
.fitness_box_main .name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
.fitness_box_main .save {
  color: #249B3E;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.fitness_box_main:hover {
  border-color: #72DDF7;
}

.free_shipping_main.body_padding {
  padding:30px 0;
}

.feature-box .icon_img {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.feature-box .icon_img img {
  display: inline-block;
}
.feature-box .icon_img{
  margin-bottom:10px;
}
.feature-box.feature-box p{
  margin-top:5px;
}
.feature-box.feature-box p a{
  font-size: 16px;
  color: #214CC0;
  text-decoration:underline;
}
.feature-box h5 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
.feature-box p {
  font-size: 16px;
  font-size: 16px;
  color: #214CC0;
  margin-top: 10px;
}

/**/

.c-sidebar-area{
  border-radius:15px;
  border:#E4E4E4 1px solid;
  padding:20px 18px;
}
.c-sidebar-area h4{
  color:#8447FF;
  font-size:22px;
  font-weight:600;
  padding-bottom:12px;
  border-bottom:#EDEDED 1px solid;
  margin:0 0 14px;
}
.c-sidebar-area h5{
  color:#1E1E1E;
  font-size:18px;
  font-weight:600;
  margin:0 0 12px;
}

.c-sidebar-area ul > li{
  display:block;
  line-height:1em;
  padding-left: 20px;
  position:relative;
  margin:0 0 12px;
}
.c-sidebar-area ul > li:before{
  content:"";
  width:8px;
  height:8px;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background-color:#8447FF;
  border-radius:100%;
}
.c-sidebar-area ul > li a{
  color:#1E1E1E;
  font-size:14px;
}
.c-sidebar-area ul > li a:hover{
  color:#8447FF;
  font-weight:600;
}
.c-sidebar-area .form-control{
  height:33px;
  font-size:14px;
  color:#1E1E1E;
  font-weight:600;
  border-radius:25px;
  padding:0 12px;
  background:url('../images/icons/select-arw.png') no-repeat 92% center;
  border:#E4E4E4 1px solid;
  box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
}
.c-sidebar-area label{
  font-size:14px;
  color:#1E1E1E;
  font-weight:600;
}

.c-sidebar-area ol{
  list-style:none;
  padding:0;
}
.c-sidebar-area ol > li{
  font-size:14px;
  color:#1E1E1E;
  display:block;
  margin:0 0 8px;
}
.c-sidebar-area ol > li input{
  width: 18px;
  height: 18px;
  border:#000 2px solid;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.c-product-listing-area h2{
  font-size:32px;
  color:#222222;
  font-weight:600;
  margin:0 0 18px;
}

.c-sort-sec{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  list-style:none;
  padding-bottom:8px;
  border-bottom:#EDEDED 1px solid;
  margin-bottom:25px;
}
.c-sort-sec > li{
  font-size:22px;
  color:#666666;
  font-weight:600;
  margin:5px 15px 5px 0;
}
.c-sort-sec > li a{
  min-width:109px;
  text-align:center;
  font-size:14px;
  color:#666666;
  font-weight:400;
  background-color:#F8F4FF;
  border-radius:25px;
  padding: 10px 10px;
  display:block;
}
.c-sort-sec > li a:hover{
  background-color:#ECE2FF;
}

/**/
.c-product-big-image-slider{
  padding:0 15px 15px;
}
.c-product-big-image-slider .slick-slide{
  padding:0 10px 15px;
}
.c-product-big-image-slider .item{
  overflow:hidden;
  border-radius:20px;
  border:#EDEDED 1px solid;
  position:relative;
  box-shadow: 0 5px 10px rgba(204, 189, 225, 0.4);
}
.c-product-big-image-slider .item img,
.slider-nav .item img{
  width:100%;
}
.c-product-big-image-slider .item span{
  width:66px;
  height:66px;
  background-color:#8447FF;
  border-radius:0 20px 0 20px;
  position:absolute;
  top:0;
  right:0;
  padding:16px;
}
.slider-nav .item{
  overflow:hidden;
  border-radius:20px;
  border:#EDEDED 1px solid;
  position:relative;
}
.slider-nav .slick-slide{
  padding:0 5px;
}
.slider-nav .slick-slide.slick-current .item{
  border-color:#8447FF;
  border-width:2px;
}

.c-product-details-content h2{
  font-size:32px;
  color:#222222;
  font-weight:600;
  margin:0 0 20px;
}
.c-product-details-content ol{
  margin-bottom:15px;
}
.c-product-details-content ol > li{
  display:inline-block;
  vertical-align:middle;
  color:#1E1E1E;
  font-size:16px;
  font-weight:400;
}
.c-product-details-content ol > li span{
  background-color:#B68FF6;
  border-radius:5px;
  padding:10px 15px;
  color:#0435B9;
  font-size:18px;
  font-weight:600;
  display:block;
}
.c-product-details-content ol > li + li{
  margin-left:20px;
}
.c-product-details-content ol > li + li + li{
  padding-left:20px;
  border-left:#8447FF 1px solid;
}
.c-product-details-content p{
  color:#0435B9;
  font-size:18px;
  font-weight:600;
  margin:0 0 20px;
}
.c-product-details-content p samp{
  color:#8347FC;
  font-family: "Open Sans", sans-serif;
}
.c-product-details-content p span{
  color:#FFC915;
  margin:0 20px;
}
.c-product-details-content h5{
  color:#222222;
  font-size:32px;
  font-weight:600;
  margin:0 0 25px;
}
.c-product-details-content h5 span{
  color:#8447FF;
  font-size:26px;
  margin-right:20px;
}
.c-product-details-content h5 samp{
  color:#666666;
  font-family: "Open Sans", sans-serif;
  font-weight:400;
  text-decoration:line-through;
  margin-left:25px;
}

.c-color-size-area{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.c-color-size-area > li{
  width:100%;
  max-width:305px;
  display:flex;
  align-items:center;
  margin-bottom:25px;
}
.c-color-size-area > li label{
  color:#1E1E1E;
  font-size:20px;
  font-weight:600;
  font-family: "Open Sans", sans-serif;
  margin:0 15px 0 0;
}
.c-color-size-area > li .form-control{
  width:153px;
  height:38px;  
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 600;
  border-radius:10px;
  text-align:center;
  font-family: "Open Sans", sans-serif;
  padding: 0 12px;
  background:#E5E6E9;
  border:none;
}
.c-color-size-area > li select.form-control{
  text-align:left;
  background:#E5E6E9 url(../images/icons/select-arw.png) no-repeat 92% center;
}
.c-qty-box{
  position:relative;
}
.c-qty-box span{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.c-qty-box .c-minus{
  left:10px;
}
.c-qty-box .c-plus{
  right:10px;
}
.c-product-details-content h6{
  font-size:20px;
  color:#1E1E1E;
  font-weight:600;
  font-family: "Open Sans", sans-serif;
  margin:0 0 25px;
}
.c-product-details-content span{
  color:#8447FF;
}

.c-primary-btn{
  min-width:263px;
  border-radius:10px;
  background-color:#8447FF;
  text-align: center;
  color:#FFFFFF;
  font-weight:600;
  font-size:20px;
  font-family: "Open Sans", sans-serif;
  padding: 12px 10px;
}
.c-primary-btn--light{
  background-color:#F6F1FF;
  border:#8447FF 1px solid;
  color:#8447FF;
}
.c-primary-btn--light:hover{
  background-color:#8447FF !important;
  color:#FFF !important;
}
.c-primary-btn:hover{
  background-color:#F6F1FF;
  border:#8447FF 1px solid;
  color:#8447FF;
}

.c-tabs-nav{
  background-color:#FBEDFF;
  padding:20px 50px;
  border: #E9D9FF 1px solid;
  border-radius:33px;
  margin-bottom:12px;
}
.c-tabs-nav > li{
  display:inline-block;
  vertical-align:middle;
  line-height:1em;
  color:#947AD3;
  cursor:pointer;
  font-size:20px;
  font-weight:600;
  font-family: "Open Sans", sans-serif;
}
.c-tabs-nav > li + li{
  border-left:#8447FF 1px solid;
  margin-left:35px;
  padding-left:35px;
}

.c-single-tab{
  background-color:#F6F3FB;
  border-radius:33px;
  padding:30px 50px;
}
.c-seller-info{
  margin-bottom:45px;
}
.c-seller-info h5{
  font-size:20px;
  color:#1E1E1E;
  font-weight:600;
  font-family: "Open Sans", sans-serif;
  margin:0 0 20px;
}
.c-seller-info ul > li{
    display:flex;
    align-items:center;
    color:#666666;
    font-size:20px;
    font-family: "Open Sans", sans-serif;
    margin:0 0 15px;
}

.c-seller-info ul > li label{
  width:210px;
  color:#1E1E1E;
  font-weight:600;  
  margin: 0;
}
.c-review-sec h6{
  color: #0435B9;
  font-size:28px;
  font-weight: 600;
  margin:0;
}
.c-review-sec h6 span{
  color: #FFC915;
  margin: 0 20px;
}
.c-review-sec h6 samp {
  color: #8347FC;
  font-family: "Open Sans", sans-serif;
}
.c-review-sec h4{
  color: #1E1E1E;
  font-size:28px;
  font-weight: 600;
  margin:0 0 20px;
}
.c-review-sec h5{
  color: #1E1E1E;
  font-size:20px;
  font-weight: 600;
  margin:0 0 10px;
}

.c-review-list{
  border-top:#EDEDED 1px solid;
  padding-top:15px;
  margin-top:15px; 
}
.c-review-list ul{
  margin-bottom:15px;
}
.c-review-list ul > li{
  display:inline-block;
  vertical-align:middle;
  font-size:20px;
  color:#1E1E1E;
  font-weight:600;
  line-height:1em;
}
.c-review-list ul > li i{
  color:#FFC915;
  margin:0 2px;
}
.c-review-list ul > li + li{
  border-left:#8447FF 1px solid;
  padding-left:18px;
  margin-left:18px;
}
.c-review-list ul > li span{
  color:#1E1E1E;
  font-weight:400;
  font-size:16px;
}
.c-review-list ul > li samp{
  color:#8447FF;
  font-weight:400;
  font-size:16px;
  font-family: "Open Sans", sans-serif;
}
.c-review-list p,
.c-review-sec p{
  color:#666666;
  font-size:16px;
  line-height:1.6em;
  margin:0;
  font-family: "Open Sans", sans-serif;
}

/**/

.c-dashboard-heading-sec{
  border-bottom: #EDEDED 1px solid;  
  text-align:center;
  margin-bottom:25px;
}

.c-dashboard-box{
  border-radius:16px;
  border:#008ECC 1px solid;
  padding:32px 25px;
  box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
  min-height:161px;
  margin-bottom:30px;
}

.c-dashboard-box h4{
  color:#000000;
  font-size:24px;
  font-weight:600;
  margin:0 0 10px;
}
.c-dashboard-box p{
  font-size:16px;
  color:#666666;
  font-weight:400;
  margin:0;
}

.c-dashboard-heading-sec h2{
  font-size:32px;
  color:#8447FF;
  font-weight:700;
  display:inline-flex;
  padding-bottom:15px;
  border-bottom:#8447FF 3px solid;
  margin:0;
}
.c-profile-sidebar{
  width:100%;
  border-radius:16px;
  border:#008ECC 1px solid;
  box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
}
.c-profile-sidebar header{
  padding:30px 20px;
}
.c-profile-sidebar h5{
  color:#1E1E1E;
  font-size:16px;
  font-weight:600;
  margin:0 0 6px;
}
.c-profile-sidebar p{
  font-size:14px;
  color:#1E1E1E;
  line-height:1em;
  font-weight:400;
  margin:0 0 6px;
}

.c-profile-sidebar ul > li{
  display:block;
}
.c-profile-sidebar ul > li a{
  display:flex;
  align-items: center;
  justify-content:space-between;
  padding:15px 20px;
  font-size:16px;
  color:#666666;
  font-weight:400;
}
.c-profile-sidebar ul > li.active a,
.c-profile-sidebar ul > li:hover > a{
  background-color:#9A52FF;
  color:#FFF;
}
.c-profile-sidebar footer{
  padding:30px 20px;
}
.c-btn-logout{
  font-size:16px;
  color:#FFFFFF;
  font-weight:600;
  text-align: center;
  background:#1F1F1F;
  border-radius:10px;
  width:100%;
  padding:12px 10px;
}
.c-login-page-module img{
  width:100%;
  height:100vh;
  object-fit:cover;
}
.c-login-form-area{
  padding:20px 40px;
}
.c-input-fld{
  margin:0 0 20px;
}
.c-input-fld label{
  font-size:16px;
  color: #666666;
  font-weight:600;
  margin:0 0 5px;
}
.c-input-fld .form-control{
  background-color: #FBF3F8;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  padding: 15px;
}
.c-login-form-area .c-forgot-link{
  color:#666666;
  font-size:15px;
}

.c-secondary-btn{
  background: #1F1F1F;
  border-radius: 10px;
  color:#FFF;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.c-login-form-area p{
  font-size:16px;
  color: #666666;
  text-align: center;
  margin:0;
}
.c-login-form-area p a{
  color:#666666;
  text-decoration:underline;
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%)
}

.panel-default {
  border-color: #9a52ff;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #ece2ff;
  border-color: #9a52ff;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-body {
  padding: 15px
}
.cart-table {
    text-align: center;
    margin-bottom: 0;
}
.cart-table .table>thead {
    vertical-align: bottom;
}
.cart-table td {
    color: #262834;
    font-weight: 500;
    vertical-align: middle;
    border-bottom: #9a52ff 1px solid;
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320))) 15px;
}
.cart-table tbody tr td:first-of-type, .cart-table tbody tr th:first-of-type, .cart-table thead tr td:first-of-type, .cart-table thead tr th:first-of-type {
    padding-left: 0 !important;
    max-width: 336px;
}
.cart-table td .product-detail {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.cart-table td .product-detail .pr-img {
  width: calc(60px + (83 - 60) * ((100vw - 320px)/ (1920 - 320)));
  height: auto
}
.cart-table td .product-detail .details .sold-by {
    font-size: 14px;
    color: #767676;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart-table td .product-detail .details .size {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #767676;
}
.cart-table thead tr th {
    font-weight: 500;
    color: #262834;
    border-bottom: 1px solid #9a52ff !important;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) 15px;
}
.cart-table tbody tr td:first-of-type, .cart-table tbody tr th:first-of-type, .cart-table thead tr td:first-of-type, .cart-table thead tr th:first-of-type {
    padding-left: 0 !important;
    max-width: 336px;
}
.cart-table thead tr th:first-of-type, .special-product .special-product-2 .product-box .left-align.catagories-large-label, .special-product-2 .product-box .catagories-large-label.left-align, .special-product-2 .product-box .catagories-small-label.left-align, .special-product-2 .special-product .product-box .left-align.catagories-large-label, .sub-banner-3 .img-wrap .content-box.align-left, [dir=rtl] .footer-document .sub-footer p {
    text-align: left;
}

.c-seller-feedback-page .c-tabs-nav{
  width:max-content;
}
.c-seller-feedback-page .c-tabs-nav > li.active,
.c-seller-feedback-page .c-tabs-nav > li:hover{
  color:#8447FF;
  font-weight:700;
}

.question-wrap {
    border: 1px solid rgba(221, 221, 221, .5);
    border-radius: 10px;
}
.question-wrap .comment-box {
    border: none !important;
    border-bottom: 1px solid rgba(221, 221, 221, .5) !important;
    border-radius: 10px !important;
    padding: 20px;
}
.question-wrap .name-box {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.question-wrap .name-box .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.question-wrap .name-box .user-info h5 {
    color:#8447FF;
}
.question-wrap .name-box .user-info span {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
}
.question-wrap .name-box .user-info h5 svg,
.question-wrap .name-box .user-info span svg{
  width:16px;
  height:16px;
}
.c-seller-feedback-page h4{
  font-size: 20px;
  color: #666666;
  font-weight: 700;
  margin: 0 0 15px;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    padding: 0 5px;
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
    color: #ffcc00;
}

.rating-container {
    display: inline-block;
    padding: 20px;
    border-radius: 8px;
    background-color: #f5f5f5;
}
.input-box label{
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  margin: 0 0 5px;
}
.round-wrap-content {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid rgba(221, 221, 221, .5);
    border-radius: 10px;
    background-color: #fff;
}
/**/

.c-address-area h3{
  font-size:26px;
  color:#666666;
  font-weight: 700;
  margin:0 0 15px;
}

.address-box {
  height: calc(100% - 20px);
  border:#008ECC 1px solid;
  border-radius: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom:20px;
}
.address-box.add-new{
  cursor:pointer;
}
.address-box h5{
  font-size:15px;
}
.badges {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
.badges.badges-pill {
    padding: 2px calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100px;
}
.badges.badges-theme {
    background-color:#8447FF;
    color: #fff;
    border: 1px solid #8447FF;
}
.address-box .radio-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.address-box h3,
.general-details .cart-title,
.user-dashboard .tab-wrap .setting-menu {
  margin-bottom: 15px
}

.address-box .plus-icon {
    padding: 10px;
    border-radius: 100px;
    background-color: #fafafa;
}
.address-box .plus-icon svg {
    width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
    height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
    stroke: #9A52FF;
}

.address-box .option-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.address-box .option-wrap .delet svg,
.address-box .option-wrap .edit svg {
  width: calc(16px + (18 - 16) * ((100vw - 320px)/ (1920 - 320)));
  height: calc(16px + (18 - 16) * ((100vw - 320px)/ (1920 - 320)));
  stroke: #767676;
  -webkit-transition: .5s;
  transition: .5s
}

.address-box .address-detail {
  padding:0;
  margin-top: 18px;
}

.address-box .address-detail>span {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size:15px;
}

.address-box .address-detail ul {
  margin-top: 15px;
  list-style: disc;
  padding-left: 19px
}

.address-detail p{
  font-size:15px;
}
.address-detail .title-color{
  font-weight:600;
  color:#000;
}

.address-box .address-detail ul li {
  font-size: 16px;
  color: #262834;
  display: list-item
}

.address-box .address-detail .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px
}

.address-box__radio{
  position:absolute;
  left:0;
  top:6px;
}
.summery-wrap{
  background-color: #fafafa;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.cart-title {
    font-size: 16px;
    font-weight: 600;
    color: #262834;
    margin-bottom: 10px;
    margin-top: -1px;
}
.summery-wrap .order-summery li {
    font-size: 14px;
    padding: calc(3px + (5 - 3) * ((100vw - 320px) / (1920 - 320))) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.summery-wrap .order-summery li:last-child {
    padding: 10px 0;
    margin-top: 8px;
    border-top: 1px solid #c4c4c4;
    margin-bottom: -5px;
}
.summery-wrap .order-summery li:last-child span {
    color: #262834;
    font-weight: 600;
}

.cart-table td {
    color: #262834;
    font-weight: 500;
    vertical-align: middle;
    border-bottom-color: #ddd;
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320))) 15px;
}
.cart-table tbody tr td:first-of-type, .cart-table tbody tr th:first-of-type, .cart-table thead tr td:first-of-type, .cart-table thead tr th:first-of-type {
    padding-left: 0 !important;
    max-width: 336px;
}
.cart-table td .product-detail {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.cart-table td .product-detail .details {
    width: calc(100% - calc(60px + (83 - 60) * ((100vw - 320px) / (1920 - 320))));
    text-align: left;
}
.cart-table td .product-detail .details h4 {
    font-weight: 500;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.cart-table td .product-detail .details .size {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #767676;
}
.cart-table .price {
    font-weight: 500;
    color: #767676;
}
.plus-minus {
    border: 1px solid rgba(221, 221, 221, .4);
    border-radius: 5px;
    padding: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.plus-minus input {
    color: var(--theme-color);
    border: none;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    outline: 0;
    width: 35px;
    text-align: center;
    margin: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.c-support-page h3{
  font-size:20px;
  color: #666666;
  font-weight: 700;
  margin: 0 0 15px;
}
.c-bordered-box{
  height: calc(100% - 20px);
  border: #008ECC 1px solid;
  border-radius: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 20px;
}

.steps-wrap .steps-box {
    margin-top: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))) calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fafafa;
    margin-left: calc(14.5px + (16.5 - 14.5) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 5px;
    position: relative;
}
.steps-wrap .steps-box>span {
    width: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
    height: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: calc(-14.5px + (-16.5 + 14.5) * ((100vw - 320px) / (1920 - 320)));
    top: 50%;
    background-color:#8447FF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.steps-wrap .steps-box .content h4 {
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: -3px;
    font-size: 15px;
    color: #262834;
}
.steps-wrap .steps-box .content p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color: #767676;
}
.c-delivery-partner-slider li{
  padding:0 12px;
}
.c-delivery-partner-slider li img{
  height:135px;
  object-fit: contain;
}
/**/

.accordian-style2 .accordion-item {
  border: 1px solid rgba(221, 221, 221, .5);
  padding: 0;
  border-radius: 0
}

.accordian-style2 .accordion-item .accordion-header {
  padding: 0;
  margin: -1px
}

.accordian-style2 .accordion-item .accordion-body {
  padding: 10px 20px !important;
  margin-top: 8px
}

.accordian-style2 .accordion-item:not(:first-of-type) {
  margin-top: calc(18px + (25 - 18) * ((100vw - 320px)/ (1920 - 320)))
}


.accordian-style2 .accordion-item .accordion-button:focus, .accordian-style2 .accordion-item .accordion-button:not(.collapsed) {
    border: 1px solid rgba(221, 221, 221, .5);
    color: #8447FF;
}
.accordian-style2 .accordion-item .accordion-button {
  border: 1px solid rgba(221, 221, 221, .5);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #262834;
  border-radius: 0;
  padding: 10px calc(15px + (20 - 15) * ((100vw - 320px)/ (1920 - 320)));
  font-weight: 500;
  border-left: 3px solid #8447FF !important;
  background-color: #fafafa
}

.accordian-style2 .accordion-item .accordion-button::after {
  background-color:#8447FF;
  padding: 12px;
  background-position: center;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s
}

.c-content-area h2{
  font-size:34px;
  color: #000;
  line-height:1.2em;
  margin:0 0 20px;
}
.c-content-area h3{
  font-size:28px;
  color: #000;
  font-weight:600;
  line-height:1.2em;
  margin:0 0 20px;
}
.c-content-area p{
  font-size: 16px;
  color: #262834;
  line-height:1.7em;
  margin:0 0 20px;
}

.c-sitemap-links{
  margin-bottom:25px;
}
.c-sitemap-links h3{
  font-size:28px;
  color: #000;
  font-weight:600;
  line-height:1.2em;
  margin:0 0 15px;
}
.c-sitemap-links ul > li{
  display:block;
  margin-bottom:5px;
}
.c-sitemap-links ul > li > a{
  font-size: 16px;
  color: #8c8c8c;
}
.c-sitemap-links ul > li > a:hover{
  color:#8447FF;
}
/**/

.back_top {
  background-color: #282828;
  padding: 15px 0;
}
.back_top h3 {
  color: white;
  font-size: 20px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.main_footer {
  background-color: #1E1E1E;
  padding: 40px 0;
  padding-bottom: 0;
}
.main_footer .heading {
  font-size: 16px;
  font-family: "Open Sans", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 400;
  color: white;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  border-bottom: 0;
  margin-bottom: 25px;
}
.main_footer .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #8447FF;
  border-radius: 30px;
}
.main_footer a, .main_footer p {
  color: white;
}
.main_footer .footer_list li {
  margin-bottom: 10px;
}
.main_footer .footer_list li:last-child {
  margin-bottom: 0;
}
.main_footer .social-icons ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main_footer a:hover {
  color: #E382F9;
}
.main_footer .address_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
.main_footer .address_wrapper .wrapper {
  flex: 0 0 45%;
}
.main_footer .privecy_part ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main_footer .copyright_part {
  background-color: #282828;
  padding: 15px 0;
  margin-top: 45px;
}
.main_footer .copyright_part a, .main_footer .copyright_part p {
  color: white;
  margin-bottom: 0;
  font-size: 15px;
}
.main_footer .copyright_part a:hover {
  color: #E382F9;
}
.main_footer .copyright_part .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}/*# sourceMappingURL=style.css.map */



/*responsive css*/

@media(max-width:1199.98px){
  .body_margin {
    margin: 40px 0;
  }
  .c-content-area h2 {
    font-size: 26px;
  }

  .c-dashboard-heading-sec h2 {
    font-size: 22px;
  }
  .c-dashboard-box h4 {
    font-size: 18px;
  }
  .c-dashboard-box {
    padding: 22px 12px;
    min-height: 134px;
  }
  .c-profile-sidebar header {
    padding: 24px 8px;
  }
  .heading_wrapper h2 {
    font-size: 18px;
  }
  .fitness_box_main {
    margin-bottom: 10px;
    height: calc(100% - 10px);
  }
}

@media(max-width:991.98px){
  .c-login-page-module img {
    width: 100%;
    height: auto;
  }
  .main_border_box_fitness{
    margin-bottom:20px;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #693bfd;
    border: none;
    color: #FFF;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    z-index: 1001;
    position: relative;
}
.navbar-toggler-icon{
  width:auto;
  height:auto;
}
.navbar-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 0 15px;
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.navbar-collapse.show {
    max-height: 500px; /* Adjust based on your content height */
    transition: max-height 0.5s ease-in;
}
.navbar-nav{
  flex-wrap:wrap;
  gap:0;
}
.navbar-nav > li{
  width:100%;
}
.main_nav .cart_wrapper ul {
    gap: 5px;
    justify-content:flex-end;
}
.main_nav .cart_wrapper ul li {
    padding-right: 10px;
    margin-right: 5px;
}
.main_nav .cart_wrapper ul li img{
  display:none;
}
.main_nav .cart_wrapper ul a {
    gap:5px;
    font-size: 15px;
}
  .slick-next{
    right:0;
  }
  .slick-prev{
    left:0;
  }
  .heading_wrapper h2 {
      font-size: 16px;
  }
  .heading_wrapper a{
    white-space:nowrap;
  }
  .main_footer {
    text-align: center;
    padding:20px 0;
  }
  .main_footer .social-icons ul{
    justify-content: center !important;
    margin-bottom:20px;
  }
  .main_footer .address_wrapper {
    justify-content: center;
    gap:20px;
  }
  .main_footer .address_wrapper .wrapper {
    flex: 0 0 100%;
  }
}

@media(max-width:767.98px){
  .body_padding {
    margin: 40px 0;
  }
  .main_logo img{
    margin:0 auto;
  }
  .c-product-listing-area h2 {
    font-size: 20px;
  }
  .c-sort-sec > li{
    font-size:15px;
  }
  .c-product-details-content h2 {
    font-size: 22px;
  }
  .feature-box{
    margin-bottom:15px;
  }
  .c-tabs-nav {
    padding: 15px;
  }
  .c-tabs-nav > li {
    font-size: 15px;
  }
  .c-tabs-nav > li + li {
    border-left: #8447FF 1px solid;
    margin-left: 5px;
    padding-left: 8px;
  }
  .c-single-tab {
    padding: 20px;
  }
  .c-review-sec h6 {
    font-size: 22px;
  }
  .c-seller-info h5 {
    font-size: 16px;
  }
  .c-seller-info ul > li label {
    font-size: 15px;
  }
  .c-seller-info ul > li {
    font-size: 14px;
  }
  .c-review-sec h6 span{
    display:block;
    margin:5px 0;
  }
  .c-review-sec h4 {
    font-size: 24px;
  }
  .c-review-list ul > li + li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top:8px;
  }
  .c-product-details-content h6 {
    margin: 0 0 20px !important;
  }
  .c-delivery-partner-slider li img{
    margin:0 auto;
  }
  .popular_products_box h3 {
    font-size: 13px;
  }
  .main_banner figure {
    height: 175px;
  }
  .main_banner .a_btn {
    padding: 6px 20px;
  }
  .main_banner .banner_text {
    max-width: 100%;
    width: 100%;
    top: 70%;
    left:0;
    text-align: center;
  }
}