@charset "UTF-8";
@import "bootstrap.min.css";
@import "swiper.min.css";
@import "font-awesome.min.css";
/*#region HEADER LINKS */
.admin-header-links {
  background-color: #FF3838;
  text-align: center;
  color: white;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
  background-color: #666;
}

.admin-header-links :hover {
  color: black;
  text-decoration: none;
}

/*#endregion HEADER LINKS */
/*#region FADE EFFECT */
.fade-enter-active, .fade-leave-active {
  transition: opacity 1s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

/*#endregion Fade Effect */
/*#region CUSTOMER INFORMATION */
#customerInformation .modal-content {
  background-color: #FFFFFF;
}
#customerInformation .modal-body {
  padding: 24px 40px;
  text-align: left;
}
#customerInformation h2 {
  padding: 0px 60px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.01em;
  font-feature-settings: "liga" off;
  color: #403F3F;
  margin-bottom: 24px;
}
#customerInformation .form-control {
  padding-top: 12px;
  padding-bottom: 12px;
}
#customerInformation label {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 14px;
}
#customerInformation .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

#customerInformation .modal-dialog {
  max-width: 650px;
  margin: 3rem auto;
}

#customerInformation .MultiCheckBox li {
  text-align: start;
  margin-bottom: 10px;
}

#customerInformation .MultiCheckBox li .MultiCheckDiv {
  padding: 0.8rem 1.4rem;
}

#customerInformation .MultiCheckBox li .MultiCheckDiv label {
  font-size: 1.2rem;
}

#customerInformation .StepRequired {
  margin-bottom: 2rem;
}

/*#endregion CUSTOMER INFORMATION */
#groupProductDetails .ProductLeft {
  padding-right: 0;
  padding-left: 0;
}

.list-page-title {
  margin: 35px 0 35px 0;
}

/*#region UI DIALOG*/
.ui-dialog {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 30px;
  width: 600px !important;
  max-width: 95%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 1050;
}

.ui-dialog-titlebar {
  display: block;
  padding: 25px 0;
  margin: 0 auto;
  width: calc(100% - 100px);
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
  color: #444;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-dialog-titlebar .ui-dialog-title {
  font-size: 22px;
  font-weight: 700;
  color: #444;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 25px;
  right: 25px;
  border: none;
  background: transparent;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  opacity: 0.5;
}

.ui-dialog-titlebar button:before {
  content: "x";
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

.ui-dialog-titlebar button:hover {
  opacity: 0.9;
}

.ui-dialog-content {
  padding: 0 30px;
  height: auto !important;
  overflow: auto;
}

.ui-dialog-content .page {
  min-height: 0;
  text-align: center;
}

.ui-dialog-content .page-title {
  margin: 0 0 12px;
  padding: 0;
}

.ui-dialog-content .page-title h1 {
  font-size: 15px;
  text-transform: uppercase;
  color: #F7901E;
}

.ui-dialog-content .tooltip {
  margin: 5px 0;
  line-height: 20px;
}

.ui-dialog-content button {
  margin-top: 20px;
}

/*#endregion UI DIALOG*/
/*#region UTILITY */
/*#region Remove Arrows(up/down) Input*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input[type=number] {
  -moz-appearance: textfield;
}

/* Firefox */
/*#endregion Remove Arrows(up/down) Input*/
.vertical-40 {
  top: 40%;
  transform: translateY(-50%);
}

.errorBox {
  color: #FF0000 !important;
  background-color: #FEF7F7 !important;
  border: 1px solid rgba(255, 0, 0, 0.5) !important;
  box-shadow: 0 0.5rem 1rem rgba(245, 198, 203, 0.9) !important;
  margin-bottom: 1rem !important;
}

.input-validation-error {
  color: #FF0000 !important;
  background-color: #FEF7F7 !important;
  border: 1px solid rgba(255, 0, 0, 0.5) !important;
  box-shadow: 0 0.5rem 1rem rgba(245, 198, 203, 0.9) !important;
  margin-bottom: 1rem !important;
}

.field-validation-error {
  color: red;
}
.field-validation-error > span {
  display: block;
  margin-bottom: 1rem;
}

.field-validation-error p {
  margin-bottom: 0.5rem;
}

.field-validation-error ul {
  list-style: inside;
}

[v-cloak] {
  display: none;
}
[v-cloak] * {
  display: none;
}

.highlight {
  background-color: yellow;
}

.max-100 {
  max-width: 100%;
}

/*#endregion UTILITY*/
/*#region REGISTER*/
/*#region GLN*/
.register-gln {
  background-color: #FFFFFF;
}

.register-gln p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 110%;
  letter-spacing: 0.01em;
  font-feature-settings: "liga" off;
  color: #214975 !important;
  margin-top: 3rem;
  text-align: center;
}

.register-gln p a {
  font-weight: bold;
  text-decoration-line: underline;
  color: #214975 !important;
}

/*#endregion GLN*/
/*#region MAIL*/
#registerDiv {
  padding: 64px 0;
}
#registerDiv .SignUpTitle {
  display: block;
  text-align: center;
  margin: 0 0 2rem;
}
#registerDiv .m-auto {
  max-width: 640px;
}

.SignUpTitle img {
  width: 204px;
}

.SignUpTitle span {
  margin: 0 0 1rem;
  display: block;
}

.form-control:focus {
  box-shadow: 0 0 0 0.1rem #6B1DA9;
}

.form-control.error::placeholder {
  color: rgb(255, 88, 51);
}

.SignUpTitle h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.1;
  color: #403F3F;
}

/*#endregion MAIL*/
/*#region PASSWORD */
.SignUpBody .NewsSubscribe-Box {
  margin: 2rem 0;
}
.SignUpBody .NewsSubscribe-Box label span {
  font-weight: bold;
}
.SignUpBody .NewsSubscribe-Box label span:hover {
  cursor: pointer;
  text-decoration: underline;
}
.SignUpBody .StepRequired span {
  font-weight: bold;
}
.SignUpBody .StepRequired span:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*#endregion PASSWORD */
/*#region REGISTER RESULT*/
.HeaderBigBG header {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(203, 213, 222, 0.56);
  margin-bottom: 3rem;
}

.ReturnDiv a {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 115%;
  letter-spacing: 0.01em;
  color: #403F3F;
}

.ReturnDiv a:hover {
  text-decoration-line: underline;
  color: #CE9400;
}

.WelcomeDiv {
  text-align: center;
  margin: 0 0 3rem;
}

.WelcomeDiv h2 {
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  font-feature-settings: "liga" off;
  color: #56A2D9;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 3rem;
}

.WelcomeDiv h4 {
  font-style: normal;
  font-weight: normal;
  line-height: 135%;
  text-align: center;
  color: #585D62;
  margin: 0 0 1.5rem;
  padding: 0;
  display: block;
  font-size: 1.25rem;
}

.WelcomeDiv a {
  font-style: normal;
  font-weight: bold;
  line-height: 135%;
  text-align: center;
  text-decoration-line: underline;
  color: #CE9400;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.WelcomeDiv a:hover {
  color: #FE8C68;
  text-decoration: none;
}

.facebook-boxes-container {
  display: flex;
  justify-content: space-between;
}
.facebook-boxes-container > div {
  width: 20rem;
}
.facebook-boxes-container .card {
  margin: 1rem auto;
}
.facebook-boxes-container .card .card-body {
  padding: 0.5rem;
  text-align: center;
}
.facebook-boxes-container .card .card-body h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 125%;
  text-align: center;
  color: #214975;
  display: block;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
}
.facebook-boxes-container .card .card-body h3 span {
  display: block;
}
.facebook-boxes-container .card .card-footer {
  text-align: center;
  background-color: inherit;
  border: none;
}
.facebook-boxes-container .card .card-footer a {
  background-color: #cbd5de;
  border-radius: 50%;
  padding: 20px;
}

.facebook-box {
  box-shadow: 0 24px 16px rgba(225, 213, 236, 0.05);
  border-radius: 20px;
  padding: 0 25px 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.facebook-box > div:first-child {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 6px 12px rgba(217, 217, 217, 0.44);
  border-radius: 20px;
}

.facebook-box .img {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.facebook-box .img img {
  width: 80%;
  margin-bottom: 10px;
}

.facebook-box .content {
  width: 100%;
  text-align: center;
}

.facebook-box .content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 125%;
  text-align: center;
  color: #214975;
  display: block;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
}

.facebook-box .content h3 span {
  display: block;
}

.facebook-box .content p {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #585D62;
  padding: 0 10%;
  font-size: 16px;
  display: block;
  letter-spacing: 0.025em;
  margin: 0 0 28px;
  line-height: 1.6;
}

.facebook-box .content div a {
  background-color: #CBD5DE;
  border-radius: 50%;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
}

.facebook-box .content div a:hover {
  box-shadow: 0 0 10px #CBD5DE;
}

.facebook-box .content div a:hover img {
  transform: scale(1.2);
}

/*#endregion REGISTER RESULT*/
/*#endregion REGISTER*/
/*#region ALSO PURCHASED*/
.also-purchased-title {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 0 0.75rem;
}

.also-purchased-title h2 {
  margin: 0;
}

.also-purchased-title h2:before {
  content: "";
  display: block;
  opacity: 0.35;
  background: #214975;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.also-purchased-title h2 span {
  vertical-align: top;
  background: #ededf0;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #56A2D9;
  position: relative;
  padding: 0 1rem;
}

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

.alsoPurchased button.VueCarousel-navigation-button {
  background: #214975;
  border-radius: 16px;
  width: 48px;
  height: 48px;
  opacity: 1;
}

.alsoPurchased .VueCarousel-navigation .VueCarousel-navigation--disabled {
  background-color: #e0d8eb;
}

/*#endregion ALSO PURCHASED*/
/*#region RELATED PRODUCTS*/
.related-products-title {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 0 0.75rem;
}

.related-products-title h2 {
  margin: 0;
}

.related-products-title h2 span {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #403F3F;
}

.relatedProducts button.VueCarousel-navigation-button {
  background: #FFF;
  box-shadow: 0 2px 10px rgba(107, 107, 107, 0.25);
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

/*#endregion RELATED PRODUCTS*/
/*#region RECENTLY VIEWED PRODUCTS*/
.recently-viewed-products-title {
  display: block;
  text-align: center;
  position: relative;
  margin: 0 0 0.75rem;
}

.recently-viewed-products-title h2 {
  margin: 0;
}

.recently-viewed-products-title h2:before {
  content: "";
  display: block;
  opacity: 0.35;
  background: #214975;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.recently-viewed-products-title h2 span {
  vertical-align: top;
  background: #ededf0;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #56A2D9;
  position: relative;
  padding: 0 1rem;
}

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

.relatedProducts button.VueCarousel-navigation-next {
  left: auto;
  right: 37px;
  top: 42%;
}

.relatedProducts button.VueCarousel-navigation-prev {
  left: 37px;
  right: auto;
  top: 42%;
}

.recentlyViewedProducts button.VueCarousel-navigation-button {
  background: #214975;
  border-radius: 16px;
  width: 48px;
  height: 48px;
  opacity: 1;
}

.recentlyViewedProducts .VueCarousel-navigation .VueCarousel-navigation--disabled {
  background-color: #e0d8eb;
}

/*#endregion RECENTLY VIEWED PRODUCTS*/
/*#region PRODUCT BOX*/
.ProductBox {
  background-color: #FFF;
  padding: 0.3rem;
  width: 246px;
  height: 410px;
  max-width: 100%;
  border-radius: 20px;
}

.ProductBox .Product-Img {
  display: flex;
  width: 100%;
  height: 160px;
  margin: 0 0 0.8rem;
  border-radius: 20px;
  text-align: center;
}

.ProductBox .Product-Img > a {
  display: block;
  margin: auto auto;
  overflow: hidden;
}

.Product-Img a img {
  max-width: 170px;
}

.Product-Info {
  height: 50%;
  bottom: 0;
  position: relative;
  text-align: center;
}

.Product-Info a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: "liga" off;
  color: #403F3F;
}

.Product-Info a:first-child:hover {
  text-decoration: none;
}

.Product-Info a h2 {
  margin: 0 0.3rem 0.5rem;
  padding: 0;
  display: block;
  letter-spacing: 0.04em;
  font-feature-settings: "liga" off;
  color: #403F3F;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.Product-Info > h2, .Product-Info > a, .Product-Info > span {
  margin-bottom: 0.5rem;
  padding: 0;
  display: block;
  letter-spacing: 0.04em;
  font-feature-settings: "liga" off;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #8C8C8C;
}

.ProductBox .product-smaller-price {
  margin-bottom: 0.75rem;
}

.ProductBox .product-smaller-price a {
  color: rgba(56, 34, 57, 0.5);
  font-weight: bold;
}

.Product-Info small {
  text-decoration: line-through;
  color: #8C8C8C;
}
.Product-Info > p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "liga" off;
  color: #F7901E;
  margin-bottom: 1rem;
  display: inline-flex;
}

.Product-Info .add-info {
  position: absolute;
  width: 100%;
  bottom: -20px;
}

.Product-Info .Vendor-Count {
  text-align: center;
  color: rgba(56, 34, 57, 0.5);
  font-weight: bold;
}

/*#endregion PRODUCT BOX*/
/*#region BLOG LIST PAGE */
.BlogPage {
  margin-top: 3rem;
}

.BlogPage .page-title {
  text-align: center;
  padding: 0 0 2rem;
}

.BlogPage .blog-posts {
  display: block;
}

.BlogPage .blog-posts .card {
  display: inline-flex;
  width: 30%;
  margin-bottom: 2rem;
}

.BlogPage .blog-posts .card:hover {
  box-shadow: 0 0 5px 0 gray;
  transition: box-shadow 0.3s ease-in-out;
}

.BlogPage .blog-posts .card:nth-child(3n+2) {
  margin-left: 5%;
  margin-right: 5%;
}

.BlogPage .blog-posts .card .card-picture {
  height: 200px;
}

.BlogPage .blog-posts .card .card-picture a {
  width: 100%;
  height: 100%;
  display: flex;
}

.BlogPage .blog-posts .card .card-picture a img {
  object-fit: contain;
}

.BlogPage .blog-posts .card .card-body {
  text-align: center;
}

.BlogPage .blog-posts .card .card-body .card-content > a {
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
}

.BlogPage .blog-posts .card .card-body .card-content > p {
  text-align: justify;
  margin-top: 0.8rem;
}

.BlogPage .blog-posts .card .card-body > a {
  height: 15%;
  padding: 8px;
  margin-top: 1rem;
}

/*#endregion BLOG PAGE */
/*#region BLOG POST DETAIL PAGE */
.BlogDetailPage .page-title {
  position: relative;
  margin-top: 3rem;
}

.BlogDetailPage .page-title img {
  max-width: 100%;
}

.BlogDetailPage .page-title .tags {
  display: block;
}

.BlogDetailPage .page-title .tags h5 {
  display: inline-flex;
  font-weight: bold;
}

.BlogDetailPage .page-title .tags span:not(:last-child)::after {
  content: ", ";
}

.BlogDetailPage .page-title h1 {
  color: black;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  margin-top: 2rem;
}

.BlogDetailPage .page-title h5:last-child {
  display: inline-flex;
  font-weight: bold;
}

.BlogDetailPage .page-body {
  margin-top: 3rem;
}

.BlogDetailPage .page-body .post-body span {
  text-align: justify;
}

.BlogDetailPage .page-body .post-body span p {
  font-size: 1.5rem;
}

.BlogDetailPage .page-body .post-body span ul, .BlogDetailPage .page-body .post-body span ol {
  list-style-position: inside;
}

/*#endregion BLOG POST DETAIL PAGE */
/*#region BLOG ON HOME PAGE */
.BlogHomePage h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #585D62;
  margin-bottom: 3rem;
}

.BlogHomePage .blog-header {
  display: flex;
}

.BlogHomePage a {
  text-decoration-line: none;
}

.BlogHomePage .blog-header span {
  width: 30%;
  position: relative;
}

.BlogHomePage .blog-header span:first-child {
  border-bottom: 1px solid #F7901E;
}

.BlogHomePage .blog-header span a::after {
  position: absolute;
  border-radius: 28px;
  color: #FFF;
  padding: 20px;
  mix-blend-mode: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  left: 0;
  bottom: 5px;
  width: 100%;
}

.BlogHomePage .blog-header span a:first-child {
  display: block;
  position: relative;
}

.BlogHomePage .blog-header span a:first-child::after {
  content: "En Çok Okunan";
  background: rgba(252, 92, 0, 0.66);
}

.BlogHomePage .blog-header span:nth-child(2) {
  margin-left: 5%;
  margin-right: 5%;
  border-bottom: 1px solid #F85C64;
}

.BlogHomePage .blog-header span:nth-child(2) a:first-child::after {
  content: "Trend";
  background: rgba(248, 92, 100, 0.66);
}

.BlogHomePage .blog-header span:last-child {
  border-bottom: 1px solid #683EDE;
}

.BlogHomePage .blog-header span:last-child a:first-child::after {
  content: "Popüler";
  background: rgba(104, 62, 222, 0.66);
}

.BlogHomePage .blog-header span img {
  max-width: 100%;
  border-radius: 28px;
  width: 100%;
  margin: 0;
}

.BlogHomePage .blog-header span h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  font-feature-settings: "liga" off;
  color: #403F3F;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.BlogHomePage .blog-body {
  margin-top: 2rem;
}

.BlogHomePage .blog-body span {
  display: inline-flex;
  width: 30%;
  margin-bottom: 2rem;
}

.BlogHomePage .blog-body span:nth-child(3n+2) {
  margin-left: 5%;
  margin-right: 5%;
}

.BlogHomePage .blog-body span a:last-child {
  margin-top: auto;
  margin-bottom: auto;
}

.BlogHomePage .blog-body img {
  max-width: 125px;
  border-radius: 18px;
}

.BlogHomePage .blog-body span h5 {
  margin-left: 1rem;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  font-feature-settings: "liga" off;
  color: #403F3F;
}

.BlogHomePage .Footer a {
  border: 2px solid #6F767C;
  border-radius: 100px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #6F767C;
  padding: 1rem 3rem;
}

.blog .blog-card-content .blog-card-main {
  background: #FFF;
  box-shadow: 0 8px 22px #E6E6E6;
  border-radius: 20px;
  display: block;
  padding: 1rem;
}
.blog .blog-card-content .blog-card-main .blog-card-title {
  min-height: 84px;
  margin-top: 22px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #403F3F;
  font-size: 18px;
}
.blog .blog-button-more {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #6F767C;
  box-sizing: border-box;
  border-radius: 100px;
  color: #6F767C;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 50px;
}
.blog .blog-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog .blog-title {
  font-weight: bold;
  color: #403F3F;
}
.blog .blog-tags a, .blog .blog-tags .blog-tag {
  color: #56A2D9;
  font-weight: bold;
  font-size: 12px;
  margin-right: 1rem;
}
.blog .blog-tags a:last-child, .blog .blog-tags .blog-tag:last-child {
  margin-right: 0;
}
.blog .blog-date {
  font-size: 12px;
  color: #403F3F;
  opacity: 0.44;
  font-weight: bold;
}
.blog .blog-img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}
.blog .blog-pagination .page-item .page-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #403F3F;
  border-radius: 50%;
  color: #403F3F;
  background: transparent;
}
.blog .blog-pagination .page-item .page-link.active {
  border-color: #F7901E;
  color: #F7901E;
}
.blog .blog-other-title {
  font-size: 18px;
  color: #403F3F;
  font-weight: bold;
}
.blog.BlogPage .bp-banner {
  display: flex;
  margin-bottom: 60px;
}
.blog.BlogPage .bp-banner img {
  border-radius: 18px;
  width: 100%;
  margin: 0;
}
.blog.BlogPage .bp-banner > div:last-child {
  display: grid;
}
.blog.BlogPage .bp-banner > div:last-child > div {
  position: relative;
}
.blog.BlogPage .bp-banner > div:last-child > div .bp-banner-text {
  left: 15px;
  width: 70%;
  bottom: 25px;
}
.blog.BlogPage .bp-banner .bp-banner-text {
  position: absolute;
  left: 35px;
  bottom: 30px;
  background: #FFF;
  width: 50%;
  border-radius: 18px;
}
.blog.BlogPage .bp-banner .bp-banner-title {
  line-height: 1;
  margin-bottom: 0;
}
.blog.BlogPage .bp-banner .bp-banner-title a {
  font-weight: 700;
  color: #403F3F;
}
.blog.BlogPage .bp-slider .bp-slider-tags a {
  margin-left: 35px;
  color: #403F3F;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.blog.BlogPage .bp-slider .bp-slider-tags a.active {
  color: #FF4D00;
}
.blog.BlogPage .bp-slider .bp-slider-tags a.active:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: -18px;
  top: 0;
  border-radius: 50%;
  transform: translateY(100%);
  background: #FF4D00;
}
.blog.BlogPage .bp-slider .bp-slider-tags a:first-child {
  margin-left: 20px;
}
.blog.BlogPage .bp-slider .swiper-container .swiper-slide {
  padding: 0 15px;
}
.blog.BlogPage .bp-more {
  margin-top: 60px;
}
.blog.BlogPage .bp-more .blog-card-content {
  margin-bottom: 30px;
}
.blog.BlogDetailPage .bd-content {
  background: #FFFFFF;
}
.blog.BlogDetailPage .bd-content .blog-img {
  margin-top: 20px;
  margin-bottom: 40px;
}
.blog.BlogDetailPage .bd-content .bd-share {
  margin-bottom: 60px;
}
.blog.BlogDetailPage .bd-content .bd-share span {
  color: #214975;
  font-size: 12px;
  font-weight: 700;
}
.blog.BlogDetailPage .bd-content .bd-share ul {
  margin: 0;
  list-style: none;
}
.blog.BlogDetailPage .bd-content .bd-share ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF;
  transition: ease-in-out 0.5s;
}
.blog.BlogDetailPage .bd-content .bd-share ul li a:hover {
  transform: rotate(-360deg);
}
.blog.BlogDetailPage .bd-content .bd-share ul li a img {
  width: 100%;
  height: 100%;
}
.blog.BlogDetailPage .bd-content .blog-advertisement-content img {
  margin: 0;
}
.blog.BlogDetailPage .bd-smilar {
  margin-bottom: 60px;
}
.blog.BlogDetailPage .bd-smilar .blog-other-title {
  font-size: 22px;
}
.blog.BlogDetailPage .bd-smilar .smilar-cards .smilar-card {
  padding: 0;
  margin-right: 15px;
}
.blog.BlogDetailPage .bd-smilar .smilar-cards .smilar-card:last-child {
  margin-right: 0;
}
.blog.BlogDetailPage .bd-smilar .smilar-cards .smilar-card .smilar-card-content {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 8px 22px #E6E6E6;
  display: block;
}
.blog.BlogDetailPage .bd-smilar .smilar-cards .smilar-card .smilar-card-content .card-image {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}
.blog.BlogDetailPage .bd-smilar .smilar-cards .smilar-card .smilar-card-content .card-title {
  font-size: 18px;
  color: #403F3F;
  font-weight: 700;
  height: 84px;
  min-height: 84px;
  margin-bottom: 40px;
}
.blog.BlogDetailPage .bd-smilar .smilar-cards .smilar-card .smilar-card-content .card-date {
  font-weight: 700;
  font-size: 12px;
  color: #403F3F;
  opacity: 0.44;
}
.blog.BlogDetailPage .bd-smilar button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #6F767C;
  box-sizing: border-box;
  border-radius: 100px;
  color: #6F767C;
  display: block;
  margin: 30px auto 0;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
}
.blog.BlogPostList .bpl-cards .blog-other-title {
  font-size: 22px;
}
.blog.BlogPostList .bpl-cards .bpl-card {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog.BlogPostList .bpl-cards .bpl-card .bpl-image-link {
  display: block;
  width: 100%;
}
.blog.BlogPostList .bpl-cards .blog-tags {
  font-size: 14px;
}
.blog.BlogPostList .bpl-cards .blog-title {
  font-size: 18px;
}
.blog .VueCarousel-slide {
  max-width: 366px;
}
.blog .VueCarousel-pagination {
  display: block !important;
}

/*#endregion BLOG ON HOME PAGE */
/*#region BLOG WITHOUT LOGIN */
.Blog-WithoutLogin .bg-detail {
  display: flex;
}
.Blog-WithoutLogin .bg-detail > img {
  width: 50%;
  height: 50%;
  display: inline-block;
}
.Blog-WithoutLogin .bg-detail .bd-text > div {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #403F3F;
  text-align: justify;
}
.Blog-WithoutLogin .bg-detail .bd-text > span {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
}
.Blog-WithoutLogin .bg-detail .bd-text > span:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*#endregion BLOG WITHOUT LOGIN */
/*#region INVITE FRIENDS */
.InviteFriendsBody {
  padding: 24px 0 0 0;
}
.InviteFriendsBody .InviteFriends {
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.InviteFriendsBody .InviteFriends .Title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #6B1DA9;
}
.InviteFriendsBody .InviteFriends .SubTitle {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  max-width: 360px;
  text-align: center;
  margin: 13px 0;
}
.InviteFriendsBody .InviteFriends .or {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: #6C757D;
  text-align: center;
  margin: 0 !important;
}
.InviteFriendsBody .InviteFriends .SocialButtons {
  display: flex;
  justify-content: center;
}
.InviteFriendsBody .InviteFriends .SocialButtons img {
  margin: 0;
}
.InviteFriendsBody .InviteFriends .SocialButtons p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  letter-spacing: 0.1px;
  font-style: normal;
  font-weight: normal;
  margin: 13px 0 !important;
}
.InviteFriendsBody .InviteFriends .InviteMail p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  letter-spacing: 0.1px;
  font-style: normal;
  font-weight: normal;
  margin: 13px 0 !important;
}
.InviteFriendsBody .InviteFriends .InviteMail input {
  background: #FFFFFF;
  border: 0;
  border-radius: 10px 0 0 10px;
  padding: 15px 20px;
  max-width: 300px;
}
.InviteFriendsBody .InviteFriends .InviteMail input::placeholder {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #6C757D;
}
.InviteFriendsBody .InviteFriends .InviteMail button {
  background: #6B1DA9;
  border-radius: 0 10px 10px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 0 24px;
  margin-left: auto;
  border: none;
  text-transform: capitalize;
}

.InviteFriendsBody .InviteFriends .SocialButtons > a > div:last-child {
  margin-top: 1rem;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #000;
}

.InviteFriendsBody .InviteFriends .InviteMail > div:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 0.5rem;
}

.InviteFriendsBody .InviteFriends .InviteMail > div:last-child {
  display: flex;
}

/*#endregion INVITE FRIENDS */
.ItemCounter .BasketInfoQuantity {
  max-width: 100%;
  padding: 0 1.6rem;
}

.ShipmentText p {
  margin: 0;
}

.checkout-page .page-title {
  margin-top: 2rem;
}

.step-title h2 {
  text-align: center;
}

.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12005;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
  text-align: center;
}

.bar-notification.success {
  background-color: #4bb07a;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

.bar-notification .content {
  margin: 0 10px 0 0;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: #fff url("../images/CloseBlack.svg") center no-repeat;
  cursor: pointer;
}

.bar-notification .close:hover {
  box-shadow: 0 0 5px #FFF;
  opacity: 0.5 !important;
  background: #FFF url("../images/CloseBlack.svg") center no-repeat !important;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("../images/Loader.svg") center no-repeat;
}

.please-wait {
  background: url("../images/Loader.svg") no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.message-error {
  margin: 0 0 1.25rem;
  background: rgba(255, 0, 0, 0.07) !important;
  border: 1px solid rgba(255, 0, 0, 0.3) !important;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #FF0000;
  padding: 1rem;
  text-transform: none;
  opacity: 1;
  transition: 400ms opacity ease-in;
  text-align: center;
}

.result {
  margin: 0 0 1.25rem;
  background: rgba(195, 178, 218, 0.07) !important;
  border: 1px solid rgba(195, 178, 218, 0.3) !important;
  border-radius: 12px;
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #56A2D9;
  padding: 1rem;
  text-transform: none;
}

.message-error ul {
  list-style-type: none;
}

.btn {
  background: transparent;
  border-radius: 0.5rem;
  border-color: transparent;
  padding: 10px 16px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
  transition: ease-in-out 0.5s;
}

.btn-sm {
  padding: 0.563rem 0.813rem;
  font-size: 1rem;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn:focus, .btn:focus {
  background-color: #00C8E3;
  border-color: #00C8E3;
  box-shadow: none !important;
}

.btn-primary {
  background: #6B1DA9;
  border-color: #6B1DA9;
}

.btn-primary:hover {
  background: #CE9400;
  border-color: #CE9400;
}

.btn-Purple {
  background: #214975;
  border-color: #214975;
}

.btn-Purple:hover {
  background: #56A2D9;
  border-color: #56A2D9;
  color: #fff;
}

.btn-Orange {
  background: #CE9400;
  border-color: #CE9400;
}

.btn-Orange:hover {
  background: #FF8D5B;
  border-color: #FF8D5B;
  color: white;
}

.dark-btn {
  background: #6B1DA9 !important;
  border-color: #6B1DA9 !important;
}

.dark-btn:hover {
  background: #CE9400 !important;
  border-color: #CE9400 !important;
  color: #fff;
}

.btn-Grey {
  background: #F8F8FB;
  border-color: #F8F8FB;
  color: #56A2D9;
}

.btn-Grey:hover {
  background: #56A2D9;
  border-color: #56A2D9;
  color: #fff;
}

.btn-Green {
  background: #5FD0A1;
  border-color: #5FD0A1;
  color: #fff;
}

.btn-Green:hover {
  background: #56A2D9;
  border-color: #56A2D9;
  color: #fff;
}

.btn-white {
  background: #fff;
  border: 1px solid rgba(56, 34, 57, 0.15);
  color: #131419;
}

.btn-white:hover {
  background: #FF8D5B;
  border-color: #FF8D5B;
  color: #fff;
}

/*
h2 {
    margin: 0 0 2rem;
    padding: 0;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: #403F3F;
    display: block;
}

p {
    margin: 0 0 2rem;
    padding: 0;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.025em;
    color: #403F3F;
}*/
.Disable {
  opacity: 0.2;
}

label {
  position: relative;
}

.form-group {
  margin: 0 0 1rem;
  padding: 0;
  width: 100%;
}

.form-group .form-control {
  background: #fff;
  border: 1px solid rgba(56, 34, 57, 0.15);
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #131419;
  padding: 1.2rem 1.3rem 1.239rem;
  opacity: 1;
  height: auto;
}

.form-group .form-control[readonly] {
  opacity: 0.6;
}

.form-group .form-control::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 110%;
  letter-spacing: 0.01em;
  font-feature-settings: "liga" off;
  color: #214975;
  opacity: 0.3;
}

.form-group .form-control::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 110%;
  letter-spacing: 0.01em;
  font-feature-settings: "liga" off;
  color: #214975;
  opacity: 0.3;
}

.form-group .form-control:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 110%;
  letter-spacing: 0.01em;
  font-feature-settings: "liga" off;
  color: #214975;
  opacity: 0.3;
}

.form-group .form-control:-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 110%;
  letter-spacing: 0.01em;
  font-feature-settings: "liga" off;
  color: #214975;
  opacity: 0.3;
}

.form-group textarea.form-control {
  height: 146px;
}

.form-group.error .form-control {
  background: #FEF7F7;
  border: 1px solid rgba(255, 0, 0, 0.15);
}

.form-group.error .form-control::-webkit-input-placeholder {
  color: #FF0000;
}

.form-group.error .form-control::-moz-placeholder {
  color: #FF0000;
}

.form-group.error .form-control:-ms-input-placeholder {
  color: #FF0000;
}

.form-group.error .form-control:-moz-placeholder {
  color: #FF0000;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

.form-group input[type=checkbox] + label,
.form-group input[type=radio] + label {
  padding: 0 0 0 2.2rem;
  line-height: 1.5;
  margin: 0;
}

.form-group input[type=checkbox] + label:before,
.form-group input[type=radio] + label:before {
  content: "";
  background-color: #fff;
  border: 1px solid rgba(56, 34, 57, 0.15);
  cursor: pointer;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.form-group input[type=checkbox]:checked + label:before,
.form-group input[type=radio]:checked + label:before {
  background: #6B1DA9;
  border-color: #6B1DA9;
}

.form-group input[type=checkbox]:checked + label:after,
.form-group input[type=radio]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*#region LOGIN PAGE*/
.ButtonDiv {
  margin: 1.5rem 0;
}

.ButtonDiv button:disabled {
  background-color: #ffcaad;
  border-color: #CE9400;
}

.ButtonDiv button .lds-spinner {
  position: absolute;
  transform: translate(-75px, -25px) scale(0.6);
}

/*#endregion LOGIN PAGE*/
/*#region HOME PAGE */
.ShippingMessage {
  background: #022B3A;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  width: 100%;
  position: relative;
}

.ShippingMessage a {
  color: #FFF;
  text-decoration: underline;
  margin: 0 0.2rem 0 0;
  transition: ease-in-out 0.5s;
  font-weight: 500;
}

.ShippingMessage a:hover {
  text-decoration: none;
}

.ShippingMessage i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.ShippingMessage i img {
  vertical-align: top;
  cursor: pointer;
  margin: auto;
}

.WelcomeBox {
  background: #fff;
  box-shadow: 0 24px 16px rgba(225, 213, 236, 0.05);
  border-radius: 20px;
  padding: 3.8rem 1.8rem 1.8rem;
  text-align: center;
}

.WelcomeBox span:before {
  content: "";
  background: url(../images/Dots02.svg) no-repeat 0 0;
  width: 151px;
  height: 101px;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.WelcomeBox span {
  display: block;
  position: relative;
  margin: 0 0 1.25rem;
  z-index: 1;
}

.WelcomeBox span img {
  width: 100%;
}

.WelcomeBox h3 {
  margin: 0 0 1rem;
  padding: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  color: #56A2D9;
  display: block;
}

.WelcomeBox p {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #56A2D9;
}

.WelcomeBox a {
  background: #FE8C68;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100px;
  margin: 0 auto -60px;
  text-align: center;
  line-height: 60px;
  transition: ease-in-out 0.5s;
  position: relative;
}

.WelcomeBox a:hover {
  background: #131419;
}

.WelcomeBox a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.WelcomeContent {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.WelcomeContent .btn {
  background-color: #CE9400;
  color: #ffffff;
  right: 5px;
  top: 5px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 25px;
  padding: 15px 56px 15px 20px;
  letter-spacing: 0px;
  border: 0 none;
  min-width: initial;
}

.WelcomeContent .btn i {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  border-radius: 100%;
  color: #CE9400;
  font-size: 23px;
  line-height: 28px;
}

.OpenPopup {
  overflow: hidden;
}

.modal-wrapper {
  height: 100%;
  overflow: auto;
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

.modal-mask:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 1000%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-content {
  background: #F8FAFF;
  border-radius: 30px;
  padding: 2.5rem 2rem;
  border: 0;
  text-align: center;
}

.modal-header {
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  border: 0;
}

.modal-header .logo img {
  width: 85px;
}

.modal-header h2 {
  margin: 0 0 1rem;
  padding: 0;
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  color: #131419;
}

.modal-header p {
  margin: 0 0 2rem;
  padding: 0;
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #56A2D9;
}

.modal-header .close {
  margin: 0;
  padding: 0;
  background: #00C8E3;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -1.3rem;
  right: -1.3rem;
  opacity: 1;
  transition: ease-in-out 0.5s;
}

.modal-header .close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: top;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .modal-header .close:hover {
  background: #56A2D9;
  opacity: 1;
}

.modal-body {
  padding: 0;
}

.ForgotPasswordModal .modal-dialog {
  max-width: 650px;
}

.ForgotPasswordModal .form-group {
  margin-bottom: 2rem;
}

.ForgotPasswordModal .ButtonDiv {
  max-width: 202px;
  margin: 0 auto 1.5rem;
}

.ForgotPasswordModal .modal-body {
  max-width: 490px;
  margin: 0 auto;
  width: 100%;
}

.ForgotPasswordModal .modal-body p {
  font-style: normal;
  letter-spacing: 0.01em;
  font-feature-settings: "liga" off;
  color: #214975;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1;
}

.ForgotPasswordModal .modal-body p a {
  font-weight: bold;
  color: #214975;
  text-decoration: underline;
}

.ForgotPasswordModal .modal-header {
  margin-top: 0;
}

.ForgotPasswordModal .form-group {
  margin-bottom: 1rem;
}

.ForgotPasswordModal .ButtonDiv {
  max-width: 202px;
  margin: 0 auto 2rem;
}

.SignUp {
  padding: 0 0 3rem;
}

.SignUp header {
  background: transparent;
}

.ReturnDiv a {
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  background: url(../images/LeftAngle.svg) no-repeat 0 50%;
  padding: 0 0 0 1.2rem;
  transition: ease-in-out 0.5s;
}

.ReturnDiv a span {
  margin: 0 0.5rem 0 0;
}

.ReturnDiv a img {
  vertical-align: top;
}

.ReturnDiv a:hover {
  background: url(../images/LeftAngleOrange.svg) no-repeat 0 50%;
}

.ForwordDiv a {
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  background: url(../images/Forword.svg) no-repeat right 50%;
  padding: 0 1.2rem 0 0;
  transition: ease-in-out 0.5s;
  color: #131419;
  font-weight: 500;
}

.ForwordDiv a span {
  margin: 0 0.5rem 0 0;
}

.ForwordDiv a img {
  vertical-align: top;
}

.ForwordDiv a:hover {
  background: url(../images/ForwordOrange.svg) no-repeat right 50%;
  color: #CE9400;
}

.NewEmail {
  cursor: pointer;
  background: #FFF4ED;
  border-radius: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0.813rem 0.813rem;
}

.NewEmail:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: box-shadow 0.3s ease-in-out;
}

.NewEmail h6 {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.01em;
  font-feature-settings: "liga" off;
  color: #CE9400;
  margin: 0;
  font-size: 1.25rem;
  line-height: 115%;
  padding: 0;
}

.StepRequired {
  margin: 0 0 3rem;
  display: block;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: rgba(56, 34, 57, 0.4);
  text-align: center;
}

.ErrorDiv {
  background: rgba(255, 92, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1.3rem 1.3rem 1.3rem 4.5rem;
  display: block;
  position: relative;
}

html body .ErrorDiv p {
  font-weight: normal;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 145%;
  letter-spacing: -0.01em;
  color: #CE9400;
  margin: 0;
  padding: 0;
}

.ErrorDiv span {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.error h2 {
  color: #FF0000;
}

.SignUpBody form p {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-feature-settings: "liga" off;
  color: #214975;
  font-size: 0.9rem;
  line-height: 1.1;
}

.SignUpBody form p a {
  color: #214975;
  font-weight: bold;
  text-decoration: underline;
}

/*#region CONTACT PAGE*/
.ContactPageTitle {
  margin-bottom: 3rem;
  text-align: center;
}

.ContactPageTitle h2 {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #585D62;
  margin: 0 0 2rem;
  padding: 0;
  display: block;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.ContactPageTitle p {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.025em;
  font-feature-settings: "liga" off;
  color: #585D62;
  padding: 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  width: 75%;
  margin: 0 auto;
}

.ContactFooter {
  text-align: center;
  margin: 2rem 0 3rem;
}

.ContactFooter div {
  display: inline-flex;
  text-align: center;
  margin-bottom: 1rem;
}

.ContactFooter span {
  border-radius: 50%;
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.01em;
  transition: ease-in-out 0.5s;
  color: #fff;
  background-color: #FFF4ED;
  border-color: #FFF4ED;
  margin-right: 1rem;
}

.ContactFooter h3 {
  font-style: normal;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
  font-feature-settings: "liga" off;
  color: #585D62;
  padding: 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: auto 0;
}

.ContactFooter p {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.025em;
  font-feature-settings: "liga" off;
  color: #585D62;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.6;
}

/*#endregion CONTACT PAGE*/
.SeoDepo {
  padding: 4rem 0;
}

.SeoDepoHead {
  text-align: center;
}

.SeoSearchList {
  margin: 0 0 3rem;
}

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

.SeoSearchList ul li {
  margin: 0 0 1rem;
}

.SearchList {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 0.8rem;
}

.SearchListImg {
  background: #F8F8FB;
  border-radius: 13px;
  min-width: 134px;
  height: 110px;
  margin: 0 2rem 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.SearchListinfo h3 {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #131419;
}

.SearchListinfo p {
  margin: 0;
  font-weight: 300;
}

.ListPaggination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.ListPaggination ul li {
  padding: 0 0.3rem;
}

.ListPaggination ul li a {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.017em;
  color: #131419;
  padding: 0.4rem 0.8rem;
  transition: ease-in-out 0.5s;
  border-radius: 8px;
}

.ListPaggination ul li a:hover,
.ListPaggination ul li.active a {
  background: #56A2D9;
  color: #fff;
  text-decoration: none;
}

.termuse-bg {
  display: block;
  margin: 65px 0;
}

.termuse-bg h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 110%;
  letter-spacing: -0.01em;
  font-feature-settings: "liga" off;
  color: #403F3F;
}

.termuse-bg .content {
  display: block;
  margin: 40px 0 0 0;
}

.termuse-bg .content h6 {
  display: block;
  font-size: 18px;
  color: #585D62;
  letter-spacing: 0.025em;
  line-height: 2;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.termuse-bg .content p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-feature-settings: "liga" off;
  color: #585D62;
  margin: 0 0 20px 0;
}

.termuse-bg .images-boxs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.termuse-bg .images-boxs .img-boxs {
  display: block;
  padding: 0 9px;
  width: 25%;
}

.termuse-bg .images-boxs .img-boxs:nth-child(2) {
  width: 50%;
}

.termuse-bg .images-boxs .img-boxs img {
  display: block;
  max-width: 100%;
}

.MultiCheckBox {
  margin: 0;
  padding: 0;
  list-style: none;
}

.MultiCheckBox li {
  display: block;
  margin: 0 0 15px;
}

.MultiCheckDiv {
  background: #FFF;
  border: 1px solid rgba(56, 34, 57, 0.15);
  border-radius: 8px;
  padding: 1.188rem 1.4rem;
}

.MultiCheckDiv .form-group {
  margin: 0;
}

.MultiCheckDiv .form-group input[type=checkbox] + label,
.MultiCheckDiv .form-group input[type=radio] + label {
  font-weight: 500;
  padding: 0 0 2px 3rem;
  line-height: 1;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #000;
}

.MultiCheckDiv .form-group input[type=checkbox]:checked + label:before,
.MultiCheckDiv .form-group input[type=radio]:checked + label:before {
  background: #56A2D9;
  border-color: #56A2D9;
}

.MultiCheckDiv .form-group input[type=checkbox]:checked + label:after,
.MultiCheckDiv .form-group input[type=radio]:checked + label:after {
  top: 5px;
}

.SonAdim {
  display: flex;
  align-items: center;
  justify-content: center;
}

.SonAdim span {
  margin: 0 1rem 0 0;
}

.BestSeller {
  padding: 1rem 0 6rem;
}

.BestSellerTitle {
  display: flex;
  position: relative;
  margin: 0 0 2rem;
}

.BestSellerTitle h2 {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}

.BestSellerTitle h2 span {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #403F3F;
}

.BestSellerTitle a {
  background: url(../images/ArrowNext.svg) no-repeat right 50%/1.4rem #ededf0;
  position: absolute;
  right: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  color: #56A2D9;
  padding: 0 2rem 0 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.BestSeller .item-box, .relatedProducts .item-box {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

/*#endregion HOMEPAGE */
/*#region BANNER */
.banner-bg {
  padding: 70px 0 45px;
}

.banner-bg .banner-theme {
  border-radius: 20px;
  background: #FFF;
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 370px;
}

.banner-bg .banner-theme .content {
  display: block;
  width: 320px;
  margin-left: 1rem;
}

.banner-bg .banner-theme .content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #403F3F;
}

.banner-bg .banner-theme .content p {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  font-feature-settings: "liga" off;
  color: #585D62;
}

.banner-bg .banner-theme .content a {
  display: inline-flex;
  background: #CE9400;
  border-radius: 100px;
  padding: 0.8rem 2.6rem;
  margin-top: 1rem;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "liga" off;
  color: #FFF;
  text-align: center;
  position: absolute;
  bottom: 8.5rem;
}

.banner-bg .banner-theme .content .btn.dark-btn {
  display: inline-block;
  width: auto;
  padding: 11px 30px;
  font-size: 14px;
  font-weight: 600;
}

.banner-bg .banner-theme .img-boxs {
  margin-left: auto;
  position: relative;
}

.banner-bg .banner-theme .img-boxs > img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}

.banner-bg .banner-theme .img-boxs .small-boxs {
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  height: 164px;
  width: 164px;
  background: #FFF;
  border-radius: 20px;
  text-align: center;
}

.banner-bg .banner-theme .img-boxs .small-boxs img {
  transform: translateY(18%);
  max-width: 130px;
  max-height: 120px;
}

.banner-bg .theme-boxs {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -5px 0;
}

.banner-bg .theme-boxs .theme-img {
  padding: 0;
  margin: 0 5px;
  border: 3px solid transparent;
  border-radius: 13px;
  position: relative;
}

.banner-bg .theme-boxs .theme-img img {
  display: block;
  width: 100%;
}

.banner-bg .theme-boxs .theme-img.active {
  border-color: #56A2D9;
}

.banner-bg .theme-boxs .theme-img.active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  border: solid 10px transparent;
  border-bottom-color: #56A2D9;
  border-top: 0;
  transform: translateX(-50%);
}

.VueCarousel {
  width: 100%;
}

.banner-bg .theme-boxs button.VueCarousel-navigation-button {
  background: #214975;
  border-radius: 8px;
  width: 26px;
  height: 26px;
  opacity: 1;
}

.banner-bg .theme-boxs button.VueCarousel-navigation-button:hover {
  background: #56A2D9;
}

.banner-bg .theme-boxs button.VueCarousel-navigation-prev:after {
  content: "";
  background: url(../images/ArrowPrevWhite.svg) no-repeat 0 0/14px 12px;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.banner-bg .theme-boxs button.VueCarousel-navigation-next:after {
  content: "";
  background: url(../images/ArrowNextWhite.svg) no-repeat 0 0/14px 12px;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.banner-bg .theme-boxs .VueCarousel-navigation-button img {
  display: none;
}

.banner-bg .theme-boxs button.VueCarousel-navigation-prev {
  left: 18px;
  right: auto;
  top: 50%;
}

.banner-bg .theme-boxs button.VueCarousel-navigation-next {
  left: auto;
  right: 18px;
  top: 50%;
}

.banner-bg .col-lg-3 .VueCarousel {
  border: 1px solid #FFF;
  border-radius: 20px;
  display: block;
  padding: 8px 0;
}

.banner-bg .col-lg-3 .VueCarousel .VueCarousel-inner {
  height: 100%;
  width: 100%;
}

.banner-bg .col-lg-3 .VueCarousel .item-box {
  width: 100%;
  height: 100%;
}

.banner-bg .col-lg-3 .VueCarousel .item-box .ProductBox {
  width: 100%;
  height: 100%;
}

.banner-bg .col-lg-3 .VueCarousel .item-box .ProductBox:before {
  content: "Günün Fırsatları";
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 135%;
  text-align: center;
  color: #F7901E;
  display: block;
}

.banner-bg .col-lg-3 .VueCarousel .item-box .ProductBox .Product-Img {
  background: #FFF;
}

.banner-bg .col-lg-3 .VueCarousel .item-box .ProductBox .Product-Img img {
  max-height: 150px;
  max-width: 150px;
  margin-top: 0;
}

.banner-bg .todaysdeals-boxs h4 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 15px;
  line-height: 135%;
  color: #56A2D9;
  text-align: center;
}

.banner-bg .todaysdeals-boxs .img {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.banner-bg .todaysdeals-boxs .img img {
  display: block;
  max-width: 100%;
}

.banner-bg .todaysdeals-boxs h5 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 15px;
  color: #56A2D9;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
}

.banner-bg .todaysdeals-boxs .startfrom-title {
  display: block;
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 2.5rem;
  color: #F7901E;
  line-height: 1;
  text-align: center;
}

.banner-bg .todaysdeals-boxs .startfrom-title span {
  font-size: 16px;
  color: #56A2D9;
  letter-spacing: 0.05em;
}

.banner-bg .todaysdeals-boxs a {
  padding: 0.4rem 0.6rem;
  margin: 0 auto;
  display: block;
  max-width: 202px;
}

.banner-bg .col-lg-3 .VueCarousel-pagination {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
}

.banner-bg .col-lg-3 .VueCarousel,
.banner-bg .col-lg-3 .VueCarousel .VueCarousel-wrapper {
  height: 100%;
}

.banner-bg .banner-theme .OnlyImage-Banner {
  width: 100%;
}

.banner-bg .banner-theme .OnlyImage-Banner > img {
  max-height: 360px;
  width: 100%;
  border-radius: 20px;
}

.banner-bg .mobile-view {
  display: none;
}

.banner-bg .mobile-view .banner-theme > a {
  width: 100%;
}

.banner-bg .mobile-view .banner-theme img {
  max-height: 360px;
  width: 100%;
  border-radius: 20px;
}
.banner-bg .mobile-view .banner-theme img.mobile-fixed {
  position: absolute;
  width: 225px;
  height: 225px;
  left: 19%;
  bottom: 25%;
}

.banner-bg .mobile-view .thumbnail-dots {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  line-height: 1.5rem;
}

.banner-bg .mobile-view .thumbnail-dots span {
  margin: 0 0.3rem;
  height: 1.25em;
  width: 1.25em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
}

.banner-bg .mobile-view .thumbnail-dots span.active {
  background: white;
}

.banner-bg .normal-view .FixedType {
  width: 100%;
  height: 100%;
  display: flex;
}
.banner-bg .normal-view .FixedType img:first-child {
  max-height: 360px;
  width: 100%;
  border-radius: 20px;
  margin: auto;
}
.banner-bg .normal-view .FixedType img:last-child {
  width: 325px;
  position: absolute;
  top: 5%;
  right: 6%;
}
.banner-bg .normal-view .FixedType .fixed-content {
  font-family: Helvetica, sans-serif;
  position: absolute;
  top: 15%;
  left: 8%;
  max-width: 50%;
}
.banner-bg .normal-view .FixedType .fixed-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #FFF;
}
.banner-bg .normal-view .FixedType .fixed-content p {
  color: #FFF;
  font-size: 2rem;
}

/*#endregion BANNER */
.SellerList {
  background: #FFF;
  border-radius: 20px;
  padding: 0.5rem;
  margin: 0;
}

.BestSeller .VueCarousel .SellerList {
  margin: 0 15px;
}

.BestSeller button.VueCarousel-navigation-button {
  background: #FFF;
  box-shadow: 0 2px 10px rgba(107, 107, 107, 0.25);
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.BestSeller .VueCarousel-navigation-button img {
  display: none;
}

.BestSeller button.VueCarousel-navigation-prev {
  left: 37px;
  right: auto;
  top: 42%;
}

.BestSeller button.VueCarousel-navigation-next {
  left: auto;
  right: 37px;
  top: 42%;
}

.SellerImg {
  background: #F8F8FB;
  border-radius: 15px;
  height: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  justify-content: center;
}

.SellerInfo {
  text-align: center;
}

.SellerInfo h2 {
  margin: 0 0 0.8rem;
  padding: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #131419;
}

.SellerInfo p {
  margin: 0 0 1rem;
  padding: 0;
  display: block;
  line-height: 1.1rem;
  color: rgba(56, 34, 57, 0.5);
  letter-spacing: 0;
  font-size: 0.9rem;
}

.SellerInfo p strong {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #56A2D9;
  display: inline-block;
  vertical-align: top;
}

.ItemCounter {
  border: 1px solid #CBD5DE;
  border-radius: 14px;
  padding: 0.25rem;
  margin: 0 0 0.5rem;
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ItemCounter button {
  border: 0;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  background: #F8F8FB;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ItemCounter button.CountePlus {
  position: absolute;
  left: auto;
  right: 0.2rem;
}

.ItemCounter button img {
  margin: 0;
}

.ItemCounter input {
  border: none;
  text-align: center;
  margin: 0;
  padding: 0 2rem;
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  color: #000;
  width: 100%;
}

.ItemCounter h4 {
  margin: 0;
  padding: 0 3rem 0 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  color: #000;
  display: inline-flex;
}

.ItemCounter h4 input {
  text-align: end;
  padding: 0 0 0 3rem;
  margin-right: 0.5rem;
  width: 50%;
}

.ItemCounter h4 small {
  font-size: 100%;
}

.AddBasket {
  display: block;
  width: 100%;
}

.AddBasket button, .AddBasket a {
  padding: 0.563rem 0.813rem;
  width: 100%;
  min-width: 100%;
  background: #CE9400;
  border-radius: 14px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #ffffff;
}
.AddBasket button:hover, .AddBasket a:hover {
  color: #ffffff;
}

.MultiItems .col-md-2 {
  margin-bottom: 1.3rem;
}

.ShowMore {
  margin: 1rem 0 3rem;
  text-align: center;
}

.ShowMore a {
  background: #214975;
  max-width: 422px;
  padding: 0.5rem 0.813rem;
  margin: 0 auto;
  transition: ease-in-out 0.5s;
}

.ShowMore a:hover {
  color: #fff;
  opacity: 0.7;
}

.PartnersLogo {
  padding: 0 0 5rem;
}

.PartnersLogo h2 {
  font-size: 1.5rem;
  text-align: center;
  display: block;
}

.PartnersBox.d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.PartnersBox a {
  display: block;
}

.CartBtn {
  width: 44%;
}

.CartBtn button {
  width: 100%;
  padding: 1rem;
  font-size: 1.3rem;
  border-radius: 14px;
  line-height: 1.26;
}

/***** List Page *****/
.products-bg {
  display: block;
  margin: 0 0 0 0.5rem;
  padding: 32px 0;
}

.products-bg#VendorGeneral {
  padding: 0 !important;
}

.category-list {
  display: block;
  margin: 0;
  padding: 0;
}

.category-list p {
  display: block;
  font-size: 1rem;
  color: #131419;
  margin: 0;
  padding: 0;
}

.category-list p strong {
  font-weight: 550;
}

.search-product-box {
  padding: 12px 20px !important;
  margin: 0;
  border-radius: 12px;
  background: #fff;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
}
.search-product-box input {
  border: 0;
  color: #000;
  line-height: normal;
  width: 100%;
  max-width: 90%;
  font-weight: 600;
  font-size: 14px;
  padding-left: 32px;
}
.search-product-box input::placeholder {
  color: #F2F2F2;
}
.search-product-box button {
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 26px;
  padding: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-product-box button svg {
  width: 100%;
  height: 100%;
  fill: #000000 !important;
}
.search-product-box img {
  margin: 0 !important;
}

#vendorDiv #vendorProducts .ListHead .SearchForm {
  width: 100%;
}
#vendorDiv #vendorProducts .ListHead .SearchForm button {
  left: 20px;
}
#vendorDiv #vendorProducts .ListHead .SearchForm input {
  opacity: 0.5;
}
#vendorDiv #vendorProducts .NavTabsWrap {
  display: flex;
}
#vendorDiv #vendorProducts .NavTabsWrap .menu-tabs {
  margin: 0;
  width: 100%;
}
#vendorDiv #vendorProducts .NavTabsWrap .menu-tabs li {
  height: 52px;
  width: auto !important;
}
#vendorDiv #vendorProducts .NavTabsWrap .d-md-flex {
  margin-left: auto;
  list-style-type: none;
}
#vendorDiv #vendorProducts .NavTabsWrap .d-md-flex li {
  padding: 10px;
  background: #FFFFFF;
  border-radius: 12px;
}
#vendorDiv #vendorProducts .NavTabsWrap .d-md-flex li:first-child {
  margin-right: 10px;
}
#vendorDiv #vendorProducts .NavTabsWrap .d-md-flex li svg {
  fill: rgba(0, 0, 0, 0.2705882353);
}
#vendorDiv #vendorProducts .NavTabsWrap .d-md-flex .active a svg {
  fill: #314868;
}

.GriBox {
  flex-wrap: wrap;
  margin-left: auto;
  padding: 0;
  align-items: center;
}

.GriBox .SearchForm {
  margin: 0;
}
.GriBox .SearchForm input {
  position: relative;
  padding: 20px 0 20px 48px !important;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  color: #000;
  line-height: normal;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
}
.GriBox .SearchForm input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #C9C9C9;
}
.GriBox .SearchForm img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: 2%;
  margin: 0;
  z-index: 3000;
}
.GriBox ul li {
  padding: 10px;
  background: #fff;
  border-radius: 12px;
}
.GriBox ul li:first-child {
  margin-right: 8px;
}
.GriBox ul li.active a svg {
  fill: #000000;
}
.GriBox ul li a svg {
  fill: rgba(0, 0, 0, 0.2705882353);
}

#vendorProducts .navTabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#vendorProducts .navTabs .filterControllerTabs {
  display: flex;
}
#vendorProducts .navTabs .filterControllerTabs p {
  margin: 0;
}
#vendorProducts .navTabs .filterControllerTabs .filteredControllerTabItem {
  padding: 16px 26px;
  border-radius: 10px;
  margin-right: 6px;
  background: #FFF;
}
#vendorProducts .navTabs .filterControllerTabs .filteredControllerTabItem:last-child {
  margin: 0;
}
#vendorProducts .navTabs .filterControllerTabs .filteredControllerTabItem p {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #403F3F;
}
#vendorProducts .navTabs .filterControllerTabs .filteredControllerTabItem.active {
  background: #CE9400;
}
#vendorProducts .navTabs .filterControllerTabs .filteredControllerTabItem.active p {
  font-weight: 700;
  color: #fff;
}
#vendorProducts .navTabs .sortingTour {
  display: flex;
}
#vendorProducts .navTabs .sortingTour .iconWrapper {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#vendorProducts .navTabs .sortingTour .iconWrapper:first-child {
  margin-right: 6px;
}
#vendorProducts .navTabs .sortingTour .iconWrapper .iconInlineWrapper.boxes {
  display: grid;
  grid-template-columns: repeat(2, 10px);
  column-gap: 4px;
  row-gap: 4px;
}
#vendorProducts .navTabs .sortingTour .iconWrapper .iconInlineWrapper.boxes div {
  width: 10px;
  height: 10px;
  background: #C9C9C9;
  border-radius: 4px;
}
#vendorProducts .navTabs .sortingTour .iconWrapper .iconInlineWrapper.sticks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#vendorProducts .navTabs .sortingTour .iconWrapper .iconInlineWrapper.sticks div {
  width: 26px;
  height: 8.03px;
  border-radius: 4px;
  background: #c9c9c9;
}
#vendorProducts .navTabs .sortingTour .iconWrapper .iconInlineWrapper.sticks div:first-child {
  margin-bottom: 2px;
}
#vendorProducts .navTabs .sortingTour .iconWrapper .iconInlineWrapper.active div {
  background: #CE9400;
}

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

.list-box {
  display: block;
  padding: 1rem;
  background: #ffffff;
  border-radius: 16px;
}

.list-box .dropdown {
  display: block;
  position: relative;
  margin: 0 0 1.25rem;
}
.list-box .dropdown .menu-title {
  position: relative;
  margin: 0 0 0.5rem;
}
.list-box :last-child {
  margin-bottom: 0;
}

.list-box .dropdown .menu-title h3 {
  display: block;
  font-size: 1.1rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
  color: #000;
  margin: 0;
}

.list-box .dropdown .menu-title .plus-icon {
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.list-box .dropdown .menu-title .plus-icon svg {
  color: #000;
}

.list-box .dropdown .menu-list ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-box .dropdown .menu-list ul li {
  flex-wrap: wrap;
  padding: 12px 0 12px 12px;
  margin: 5px 0;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
}

.list-box .dropdown .menu-list ul li > label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  padding-left: 28px;
  margin: 0;
}

.list-box .dropdown .menu-list ul li > input {
  position: relative;
  padding: 0 13px 0 0;
}

.list-box .dropdown .menu-list ul li > input + label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #F7F6FA;
  border-radius: 8px;
}

.list-box .dropdown .menu-list ul li > input:checked + label:before, .list-box .dropdown .menu-list ul li.active > input + label:before {
  background: #56A2D9;
}

.list-box .dropdown .menu-list ul li > input:checked + label:after, .list-box .dropdown .menu-list ul li.active > input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  width: 7px;
  height: 14px;
  border: 0 solid #FFF;
  border-right-width: 2px;
  border-bottom-width: 2px;
  transform: rotate(45deg) translate(-100%, -50%);
  top: 50%;
}

.SearchForm input {
  background: #fff;
  border: 0;
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  line-height: normal;
}

.NavTabsWrap {
  margin: 0 0 1.25rem;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1rem;
  list-style: none;
}

.menu-tabs li {
  display: block;
  width: 25%;
  padding: 0 1rem;
  margin: 0;
}

@media (min-width: 767px) {
  #vendorProducts .NavTabsWrap .menu-tabs li {
    width: 20% !important;
    padding: 0 0.2rem !important;
  }
}
.menu-tabs li a {
  background: #fff;
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-align: center;
  padding: 8px 12px;
  border-radius: 12px;
}

.GreyBg ul.menu-tabs li:hover a, .GreyBg ul.menu-tabs li.active a,
.menu-tabs li:hover a, .menu-tabs li.active a {
  background: #CE9400;
  color: #fff;
}

.GreyBg ul.menu-tabs li a {
  background: #F3F3FA;
}

nav.page-number {
  width: 100%;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  margin: 54px 0 60px;
}

.pagination li {
  display: block;
  margin: 0 5px;
}

.pagination li a.page-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 5px 8px;
  background: transparent;
  border: none;
  border-radius: 8px;
}

.pagination li {
  display: block;
  margin: 0 5px;
}

.pagination li a:hover, .pagination li a.active {
  color: #fff;
  background: #56A2D9;
  cursor: pointer;
}

.ProductList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}

.ProductList ul li {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 0 1.225rem;
}

.ProductList .products-box {
  display: flex;
  padding: 8px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
}

.ProductList .product-img {
  display: block;
  max-width: 100%;
  margin: 0;
  width: 134px;
  background: #f8f8fb;
  border-radius: 0.6rem;
}

.ProductList .product-img a {
  display: flex;
  height: 140px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}

.ProductList .product-img img {
  display: block;
  margin: 0;
}

.ProductList .img-detail {
  width: calc(100% - 144px);
  padding: 0 0 0 1.25rem;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ProductList .img-detail .DetailLeft {
  max-width: 36%;
}

.ProductList h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #131419;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

.DetailRight h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #131419;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

.DetailRight h5 {
  margin: 0 1rem 0 auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: #56A2D9;
  line-height: 30px;
  padding: 0;
  white-space: nowrap;
}
.DetailRight h5 .discountPrice {
  text-decoration: line-through;
}
.DetailRight .vendorWithoutDiscount {
  text-align: start;
  text-decoration: line-through;
  font-size: 1rem;
}

.DetailRight h5 span {
  line-height: 1.1rem;
  color: rgba(56, 34, 57, 0.5);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
}

.DetailRight p {
  font-size: 0.9rem;
  font-weight: 400;
  color: #F7901E;
  line-height: 1.5;
  margin: 0 0.8rem 0 0;
  padding: 0;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.ProductList.BoxView ul {
  margin: 0 -0.9rem;
}

.ProductList.BoxView ul li {
  width: 33.33%;
  padding: 0 0.9rem;
}

.ProductList.BoxView .products-box {
  flex-wrap: wrap;
}

.ProductList.BoxView .product-img {
  width: 100%;
  margin: 0 0 0.9rem;
}

.ProductList.BoxView .product-img img {
  height: 100%;
}

.ProductList.BoxView .img-detail {
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  padding: 0 0.5rem;
}

.ProductList.BoxView .DetailLeft {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.ProductList.BoxView .DetailLeft h4 {
  margin: 0 0 0.9rem;
}

.ProductList.BoxView .DetailRight {
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.ProductList.BoxView .DetailRight h5 {
  margin: 0 0 0.9rem;
  padding: 0;
  display: block;
  width: 100%;
}

.ProductList.BoxView .DetailRight p {
  margin: 0 0 0.9rem;
  padding: 0;
  width: 100%;
}

.ProductList.BoxView .DetailRight p strong {
  font-weight: 600;
  color: #56A2D9;
}

.ProductList.BoxView .DetailRight a {
  margin: 0 -0.5rem;
  max-width: calc(100% + 1rem);
  width: calc(100% + 1rem);
}

.Kategoriler ul li a {
  text-decoration: none;
}

.StopWarning {
  background: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  padding: 86px 0;
}

.StopWarning p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #C9C9C9;
  margin: 10px 0 28px 0;
}

.StopWarning a {
  background: #6B1DA9;
  border-radius: 12px;
  padding: 12px 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  color: #FFF;
  transition: 300ms all ease;
}

.StopWarning a:hover {
  color: #fff;
  padding: 14px 42px;
  font-size: 16px;
}

.Breadcrumbs {
  display: block;
  background: #FAFAFA;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

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

.Breadcrumbs ul li {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5;
  align-items: center;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0 1rem 0 0;
  text-decoration: underline;
}

.Breadcrumbs ul li a {
  color: #F7901E;
  text-decoration: none;
}

.DetailPageBox {
  background: #FFF;
  border-radius: 20px;
  padding: 2rem 1rem;
  margin-bottom: 30px;
}
.DetailPageBox .productInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.DetailPageBox .productInfo .equivalent-btn {
  color: #FEFEFE;
  background-color: #022B3A;
  border-radius: 12px;
}
.DetailPageBox .productInfo h1 {
  color: #403F3F;
  font-size: 16px;
  font-weight: 700;
}

.VerticalDiv {
  width: 127px;
  margin: 0 1.25rem 0 0;
}

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

.VerticalDiv ul li {
  background: #F8F8FB;
  border: 1px solid #F8F8FB;
  height: 84px;
  border-radius: 14px;
  text-align: center;
  padding: 0.5rem;
}

.VerticalDiv ul li img {
  max-height: 100%;
}

.VerticalDiv ul li + li {
  margin-top: 0.8rem;
}

.VerticalDiv ul li.active,
.VerticalDiv ul li:hover {
  border: 1px solid #214975;
  position: relative;
}

.VerticalDiv ul li:hover:before,
.VerticalDiv ul li.active:before {
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #214975;
}

.BigImg ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 14px;
  max-height: 315px;
  height: 100%;
}

.BigImg ul li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.BigImg ul li img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0 !important;
}

.Equivalent {
  position: sticky;
  top: 100%;
  left: 0;
}

.Equivalent a {
  background: #214975;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.26;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
}

.equivalent-custom a {
  background: #214975;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.26;
  text-align: center;
  color: #fff;
  padding: 1rem !important;
}

.DetailOption {
  justify-content: flex-end;
}

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

.DetailOption ul li {
  margin: 0 0 0 0.5rem;
  position: relative;
}

.DetailOption ul li a {
  background: rgba(242, 235, 242, 0.6);
  border-radius: 7px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.DetailOption ul li span {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #56A2D9;
  border-radius: 0.4rem;
  padding: 0.5rem 0.8rem;
  white-space: nowrap;
}

.DetailOption ul li span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid black;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.MfOption {
  justify-content: center;
}

.MfOption ul li a {
  background: none;
  border-radius: 7px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MfOption ul {
  margin: 0 0 0.3rem;
}

.a:hover {
  text-decoration: overline;
}

.DetailPage h2 {
  margin: 0 0 1.2rem;
  padding: 0;
  display: block;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #131419;
}

.ProductContact h4 {
  /*margin: 0 0 .125rem;*/
  padding: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #707095;
  font-weight: 500;
}

.ProductContact h4 strong {
  color: #131419;
  font-weight: 500;
}

.ProductContactLeft div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px;
  border-bottom: 1px solid #F2F2F2;
  padding: 0 0 10px;
}
.ProductContactLeft p {
  margin-bottom: 0px;
  color: #403F3F;
  font-size: 12px;
  font-weight: 400;
}
.ProductContactLeft .text-right {
  color: #403F3F;
  font-size: 12px;
  font-weight: 600;
}
.ProductContactLeft .pcd-box {
  justify-content: flex-end;
}
.ProductContactLeft img {
  margin-bottom: 0px;
  max-height: 15px;
  min-width: 18px;
  margin-right: 5px;
}

.simpleProductCard {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5%;
}
.simpleProductCard h3 {
  color: #403F3F;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.simpleProductCard p {
  color: #403F3F;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
}
.simpleProductCard .miad {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #C9C9C9;
  width: 33%;
  text-align: center;
}
.simpleProductCard .stockInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #C9C9C9;
  width: 33%;
  text-align: center;
}
.simpleProductCard .unitPrice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  text-align: center;
}
.simpleProductCard .unitPrice p {
  color: #6B1DA9;
}

.btn-simple-product {
  background-color: #FFB800;
  border-radius: 12px;
  border-color: #FFB800;
}

.ProductContactRight {
  margin: 0 0 0 2rem;
}

.ProductContactRight h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  background: #000;
}

.ProductContactRight h4 {
  font-size: 0.94rem;
  position: relative;
  padding: 0 0 0 1rem;
}

.ProductContactDetails {
  display: flex;
}
.ProductContactDetails .pcd-title {
  color: #403F3F;
  font-size: 12px;
  font-weight: 400;
}
.ProductContactDetails .pcd-box {
  margin-left: 5px;
  overflow-wrap: anywhere;
}
.ProductContactDetails .pcd-box a {
  margin-right: 4px;
}

.ProductMoreOption {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 1.2rem 0;
  display: flex;
}
.ProductMoreOption ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.ProductMoreOption ul li span {
  color: #707095;
  font-size: 18px;
}
.ProductMoreOption ul > :first-child {
  margin-bottom: 5px;
}
.ProductMoreOption > :last-child li {
  border-left: 1px solid #EDEDED;
  padding-left: 1rem;
}

.ProductMoreOption h4 {
  margin: 0 2rem 0.125rem 0;
  padding: 0 2rem 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #707095;
  font-weight: 500;
  position: relative;
  min-width: 180px;
}

.ProductMoreOption h4 strong {
  color: #131419;
  font-weight: 500;
}

.ProductMoreOption h4:nth-child(1):before,
.ProductMoreOption h4:nth-child(4):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50%;
  background: #DEDEDE;
}

.RenkBedan {
  border-bottom: 1px solid #EDEDED;
  padding: 1.2rem 0;
}

.RenkBedan h4 {
  margin: 0 0 0.8rem;
  padding: 0;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #000;
}

.RenkBedan .form-group input[type=checkbox] + label:before,
.RenkBedan .form-group input[type=radio] + label:before {
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 0.5rem;
  left: auto;
}

.RenkBedan .form-group input[type=checkbox]:checked + label:after,
.RenkBedan .form-group input[type=radio]:checked + label:after {
  top: 3px;
  left: 6px;
  width: 5px;
  height: 8px;
}

.RenkBedan .form-group input[type=checkbox]:checked + label:before,
.RenkBedan .form-group input[type=radio]:checked + label:before {
  background: #56A2D9;
  border-color: #56A2D9;
}

.RenkBedan .form-group input[type=checkbox]:checked + label,
.RenkBedan .form-group input[type=radio]:checked + label {
  border-color: #56A2D9;
}

.Renk {
  margin: 0 2rem 0 0;
}

.Renk ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.Renk ul li {
  margin: 0 0.5rem 0 0;
}

.Renk ul li .form-group {
  margin: 0;
  border-radius: 10px;
}

.Renk ul li .form-group input[type=radio] + label {
  vertical-align: top;
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

.Renk ul li .form-group.color01 input[type=radio] + label {
  background: #FA65E3;
}

.Renk ul li .form-group.color02 input[type=radio] + label {
  background: #C80A14;
}

.Renk ul li .form-group.color03 input[type=radio] + label {
  background: #E9D94B;
}

.Renk .form-group input[type=radio] + label:before {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 0;
  left: 50%;
  margin-left: -8px;
  right: auto;
}

.Renk .form-group input[type=radio]:checked + label:after {
  top: 14px;
  left: 17px;
}

.Beden {
  margin: 0;
}

.Beden ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.Beden ul li {
  margin: 0 0.5rem 0 0;
}

.Beden ul li .form-group {
  margin: 0;
}

.Beden ul li .form-group label {
  background: #fff;
  width: 68px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(56, 34, 57, 0.15);
  padding: 0 1rem;
  line-height: 36px;
}

.RenkBedan .Beden .form-group input[type=radio]:checked + label:after {
  left: auto;
  right: 0.8rem;
  top: 13px;
}

.CartBtn {
  margin: 0 0 0 auto;
  text-align: center;
}

.CartBtn p {
  margin: 0 0 0.5rem;
  padding: 0;
  display: block;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
  align-items: center;
  justify-content: center;
}

.CartBtn p .discountPrice {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.CartBtn p span {
  font-size: 2rem;
  color: #00779C;
  font-weight: 700;
}
.CartBtn p a {
  background-color: #FFF;
  transform: translate(10px, 2px);
}
.CartBtn p small {
  font-size: 1.2rem;
  color: #707095;
  font-weight: 500;
}

.CounterCard {
  padding: 1.2rem 0 0;
}

.ItemCounterWrap {
  text-align: center;
}

.ItemCounterWrap p {
  margin: 0;
}

.ItemCounterWrap .ItemCounter {
  width: 100%;
  height: 60px;
}

.ItemCounterWrap .ItemCounter button {
  width: 52px;
  height: 52px;
}

.DetailTab {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  margin: -2rem 0 3rem;
  padding: 6rem 7rem 2rem;
}

.DetailTabhead ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.DetailTabhead ul li {
  width: calc(25% - 1.3rem);
  position: relative;
  margin: 0 0.65rem;
}

.DetailTabhead ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  background: #E9E9F2;
  display: block;
  width: 100%;
  height: 4px;
}

.DetailTabhead ul li a {
  padding: 0 0.8rem 1.4rem;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #9898AE;
  display: block;
}

.DetailTabhead ul li:hover:before,
.DetailTabhead ul li.active:before {
  background: #214975;
}

.DetailTabhead ul li.active a,
.DetailTabhead ul li:hover a {
  color: #131419;
}

.DetailTabBody {
  padding: 4rem 2rem;
}

.DetailTabBody p {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
  font-size: 1.35rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #131419;
}

.DetailLeft {
  text-align: left;
}

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

/*.DetailRight div{margin-right: 1rem;}*/
.DetailRight .ItemCounter {
  width: 120px;
  margin: 0 1rem 0 0;
  border-radius: 8px;
  min-width: 120px;
}

.DetailRight .ItemCounter button {
  width: 25px;
}

.Cart-Discount {
  font-weight: 400;
  flex-direction: column;
  font-size: 12px;
  margin-top: 8px;
  position: absolute;
  line-height: 1;
  bottom: -20px;
  left: 50%;
  letter-spacing: 0;
  transform: translateX(-50%);
  color: #CE9400;
}

.ListHead {
  text-align: center;
  margin: 0 0 10px 0 !important;
  position: relative;
}

.ListHead > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.ListHead h2 {
  margin: 1rem 0;
  padding: 0;
  font-size: 2rem;
}

.ListHead p {
  margin: 0;
  padding: 0;
}

.CartList .DetailLeft {
  max-width: initial;
}

.RemoveFavorite {
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  padding: 14px;
}
.RemoveFavorite .TagRemoveFavorite {
  text-align: left;
  background: rgba(248, 248, 251, 0.6);
  border-radius: 14px;
  padding: 0.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.RemoveFavorite .TagRemoveFavorite p {
  margin: 0;
  padding: 0 0 0 0.28rem;
  font-weight: 500;
  font-size: 0.94rem;
  line-height: 1.3;
  letter-spacing: 0.015em;
  color: #56A2D9;
  display: inline-block;
  vertical-align: top;
}
.RemoveFavorite .TagRemoveFavorite i {
  color: #c3c3c3;
}
.RemoveFavorite .TagRemoveFavorite i.active {
  color: #00C8E3;
}
.RemoveFavorite table.table {
  border: 0;
  padding: 0;
  border-spacing: 0;
  border-top: 1px solid rgba(244, 244, 244, 0.8);
  width: 100%;
}
.RemoveFavorite table.table td {
  padding: 12px 0px;
  border: 0;
  border-bottom: 1px solid rgba(244, 244, 244, 0.8);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #000;
  text-align: left;
}
.RemoveFavorite table.table td:nth-child(2) {
  font-weight: 700;
  text-align: right;
}
.RemoveFavorite table.table a {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.RemoveFavorite .btn {
  margin-bottom: 0.5rem;
  max-width: 90%;
}
.RemoveFavorite h3 {
  margin: 0 0 0.2rem;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.RemoveFavorite h4 {
  margin: 0 0 1rem;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #214975;
}

.RemoveFavoriteImg {
  text-align: center;
}
.RemoveFavoriteImg img {
  margin-bottom: 0;
}

.products-boxheader {
  display: flex;
  width: 100%;
}

.products-boxFTR {
  border-top: 1px solid #F3F3FA;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem 0 0;
}

.products-boxFTR p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #515172;
}

.products-boxFTR p strong {
  font-weight: 700;
}

.products-boxFTR h3 {
  margin: auto 0 auto auto;
  padding: 0;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #FF0000;
}

.products-boxFTR h4 {
  margin: 0 0 0 1rem;
  padding: 0;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #666;
}

.products-boxFTR h4 strong {
  font-weight: 600;
  color: #131419;
}

.products-boxFTR > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.products-boxFTR > ul li {
  width: auto;
  margin: 0;
  position: relative;
  padding: 0 1rem;
  display: flex;
}
.products-boxFTR > ul li span {
  margin: auto;
}
.products-boxFTR > ul li span strong {
  margin-left: 8px;
}

.products-boxFTR > ul li + li:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  height: 12px;
  width: 2px;
  background: #D5D5E1;
}

.ReviewDiv {
  margin: 0.4rem 0;
  display: flex;
  align-items: center;
}

.ReviewDiv span img {
  margin: 0.2rem 0.5rem 0 0;
  vertical-align: top;
}

.ReviewDiv small {
  margin: 0 1rem 0 0;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
  color: #131419;
}

.ReviewDiv strong {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #131419;
}

.Cargo p {
  margin: 0;
  padding: 0;
}

.Cargo p span {
  color: #666;
}

.Cargo p strong {
  font-weight: 500;
}

.DetailRightBtm {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0 0;
}

.DetailRightBtm p {
  margin: 0 0.5rem 0 0;
  padding: 0;
  color: #707095;
}

.DetailRightBtm a {
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-decoration: underline;
  color: #515172;
  vertical-align: middle;
  max-width: initial;
  margin: 0 0 0 1rem;
}

.DetailRightBtm a:hover {
  text-decoration: none;
  color: #CE9400;
}

.DetailRightHead {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.shipping-companies {
  display: block;
  width: 100%;
  position: relative;
  padding: 12px;
  margin: 0;
  background: #fff;
  border-radius: 20px;
}

.shipping-companies .companies-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #403F3F;
  margin: 12px 0;
}
.shipping-companies .companies-description {
  font-size: 13px;
  color: #131419;
  margin-bottom: 20px;
}
.shipping-companies .companies-card {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.shipping-companies .companies-card p {
  margin: 0 !important;
}
.shipping-companies .companies-card svg {
  margin-right: 8px;
}
.shipping-companies .companies-card.companies-more-info {
  background: #6B1DA9;
  border-radius: 10px;
  justify-content: center;
  padding: 12px 0 !important;
}
.shipping-companies .companies-card.companies-more-info p {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.shipping-companies .companies-card.companies-cargo-amount, .shipping-companies .companies-card.companies-min-amount {
  justify-content: space-between;
  background: rgba(107, 29, 169, 0.1);
}
.shipping-companies .companies-card.companies-cargo-amount p, .shipping-companies .companies-card.companies-min-amount p {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: #403F3F;
}
.shipping-companies .companies-card.companies-cargo-amount div p, .shipping-companies .companies-card.companies-min-amount div p {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-transform: capitalize;
  color: #6B1DA9;
}
.shipping-companies .companies-card.companies-min-amount {
  height: 40px;
  margin-top: 30px;
}
.shipping-companies .companies-card.companies-cargo-amount, .shipping-companies .companies-card.companies-comment, .shipping-companies .companies-card.companies-favorite {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 12px;
}
.shipping-companies .companies-card.companies-cargo-amount .fa-heart, .shipping-companies .companies-card.companies-comment .fa-heart, .shipping-companies .companies-card.companies-favorite .fa-heart {
  margin-right: 8px;
  margin-left: 12px;
}
.shipping-companies .companies-card.companies-comment, .shipping-companies .companies-card.companies-favorite {
  background: rgba(255, 184, 0, 0.1);
}
.shipping-companies .companies-card.companies-comment p, .shipping-companies .companies-card.companies-favorite p {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: #CE9400;
}
.shipping-companies .companies-card .companies-cargo-text {
  font-size: 11px;
  font-weight: bold;
  color: #403F3F;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.rating ul {
  display: inline-flex;
  margin-bottom: 0;
}
.rating ul li {
  list-style: none;
  margin-right: 2px;
  width: 14px;
  height: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}
.rating ul li:last-child {
  margin-right: 0;
}
.rating ul li svg {
  width: 100%;
  height: 100%;
  fill: #fe8c68;
}
.rating ul li img {
  margin-bottom: 0;
}
.rating .rating-text {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
}

.ao-stars {
  line-height: 35px;
}
.ao-stars span {
  font-size: 22px;
  cursor: pointer;
  color: #ababab;
}
.ao-stars span.active {
  color: #CE9400 !important;
}
.ao-stars article {
  margin-bottom: 0;
  float: right;
  text-align: right;
  font-weight: 600;
}

.shipping-companies .image-view {
  display: flex;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 200px;
  margin-bottom: 10px;
  align-items: center;
}

.shipping-companies .image-view img {
  display: block;
  margin: 0 !important;
  height: auto;
  max-height: 100%;
}

.shipping-companies .review-detail {
  display: block;
  padding: 0;
  margin: 0;
}

.shipping-companies .review-detail h3 {
  display: block;
  padding: 0;
  margin: 0 0 13px 0;
  font-size: 19px;
  font-weight: 600;
  color: #131419;
  letter-spacing: 0.04em;
}

.shipping-companies .review-detail p {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.shipping-companies .review-detail h4 {
  display: block;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: 550;
  color: #000;
}

.shipping-companies .review-detail ul {
  list-style-type: none !important;
  list-style-position: inside;
}

.shipping-companies .review-detail ul li:before {
  content: "✓";
  color: #CE9400;
  margin-right: 0.8rem;
}

.shipping-companies .review-detail ul li {
  margin-top: 0.5rem;
}

.shipping-companies .review-detail ul.companies {
  display: block;
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
}

.shipping-companies .review-detail ul.companies li {
  display: block;
  padding: 0;
  margin: 0 0 9px 0;
  font-size: 15px;
  font-weight: 450;
  color: #000;
}

.shipping-companies .review-detail ul.companies li span {
  margin: 0;
  padding: 0 13px 0 0;
}

.CartLeft {
  background: #f8f8fb;
  border-radius: 24px;
  padding: 1rem;
  margin: 0 0 1.5rem;
}

.CartLeftHead.d-flex {
  align-items: center;
  padding: 0 1rem 1rem;
}

.CartLeftHead h3 {
  margin: 0 auto 0 0;
  padding: 0;
  display: block;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #131419;
}

.CartLeftHead h3 .Cart-Vendor {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
}

.ChooseWarehouse {
  border-radius: 11px;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.ChooseWarehouse i {
  margin: 0 0.5rem 0 0;
}

.ChooseWarehouse span {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #FFF;
}

.ChooseWarehouse label {
  border: 2px solid #6B1DA9;
  border-radius: 6px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  left: 0;
  top: 0;
}

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

.ChooseWarehouse input[type=checkbox]:checked + label {
  background: url("../images/CheckPurple.svg") center;
}

.vendorMinOrderTotalAmount {
  display: flex;
  align-items: center;
  margin: 0 20px 0 auto;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #6B1DA9;
  justify-content: center;
  gap: 8px;
}

.vendorMinOrderTotalAmount img {
  margin: 0;
}

.vendorMinOrderTotalAmount .vendorMinOrderTotalAmountText {
  color: #6B1DA9;
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
}

.FullScreen a {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #9292B0;
  align-items: center;
  cursor: pointer;
}

.FullScreen a i {
  margin: 0 0 0 0.2rem;
}

.FullScreen a i img {
  vertical-align: top;
}

.CartLeftFtr.d-flex {
  align-items: center;
  padding: 0 0 1rem 1rem;
}

.CartLeftFtr p {
  margin: 0;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1;
  color: #707095;
}

.CartLeftFtr p strong {
  font-weight: 600;
  max-width: 270px;
  margin-right: 8px;
  text-align: end;
}

.CartLeftFtr a {
  width: fit-content;
}

.CartLeftFtr .CustomSelect {
  min-width: 280px;
}

.PriceDiv {
  margin: 0 0 0 0.9rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #000;
  white-space: nowrap;
}

.size {
  margin: 0 0.5rem 0 0;
  text-align: right;
}

.size span {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #666;
  display: block;
}

.size strong {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #131419;
}

.DetailDustib {
  padding: 0 1rem;
  margin: auto 0;
}

.DetailDustib h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
  color: #131419;
}

.MultiOption.ProductList .img-detail {
  width: calc(100% - 184px);
}

.OrderSummary {
  background: #fff;
  border-radius: 20px;
  padding: 0.6rem;
}

.OrderSummary .OrderSummaryHeader {
  color: #403F3F;
  font-weight: 600;
  margin-bottom: 18px;
  font-size: 16px;
}

.OrderSummaryHead {
  margin: 0 0 2rem;
  align-items: center;
  background: #F8F8FB;
  border-radius: 16px;
  padding: 0.875rem 1.5rem;
}

.OrderSummaryHead h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #131419;
}

.OrderSummaryHead span {
  margin: 0 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #BABECE;
}

.OrderSummary table.table td {
  border: none;
}

.OrderSummary table.table tbody td {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

.OrderSummary table.table tbody td strong {
  font-weight: 600;
}

.OrderSummary table.table tbody td:last-child {
  text-align: right;
}

.OrderSummary table.table tfoot td {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #00779C;
  padding-left: 0;
  padding-right: 0;
}

.OrderSummary table.table tfoot td:last-child {
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}

.OrderSummary table.table tfoot td strong {
  font-weight: 600;
}

.OrderSummary label {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #000;
}

.OrderSummary label a {
  color: #000;
  font-weight: 600;
}

.OrderSummary .form-group {
  margin: 0 0 2rem;
}

.OrderSummaryBody input {
  width: 24px;
  height: 24px;
  z-index: -1;
  border-radius: 6px;
  position: absolute;
  display: flex;
}

.AllTaxes {
  display: block;
  text-align: center;
  margin: 2rem 0 0;
}

.AllTaxes p {
  text-align: center;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #00779C;
}

.AllTaxes p a {
  color: #000;
}

.OrderAddress {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.OrderAddressBox {
  background: #fff;
}

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

.OrderAddress ul li {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #9B9BAB;
  margin: 0 0 1rem;
  align-items: center;
}

.OrderAddress ul li strong {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #000;
  margin: 0 0.5rem 0 0;
}

.OrderAddress .form-group {
  margin: 0 0 2rem;
}

.OrderAddress .form-group input[type=checkbox]:checked + label:before,
.OrderAddress .form-group input[type=radio]:checked + label:before {
  background: #214975;
  border-color: #214975;
}

.PaymentProblem {
  text-align: center;
  background: #fff;
  padding: 2rem;
}
.PaymentProblem img {
  margin-bottom: 0;
}

.PaymentProblem span {
  display: block;
  margin: 0 0 1.5rem;
}

.PaymentProblem p {
  margin: 0 0 1.5rem;
  padding: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: #000;
}

.PaymentProblem button {
  width: fit-content;
  padding: 0.875rem 2rem;
}

.Close a {
  background: #CE9400;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  display: block;
  position: relative;
  transition: ease-in-out 0.5s;
}

.Close a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Close a:hover {
  background: #56A2D9;
}

.Loader {
  text-align: center;
  margin: 1rem 0;
}

.modal-header .close {
  z-index: 1;
}

.BillingProcess {
  margin: 0 0 2.5rem 0;
  position: relative;
}

.BillingProcess ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}

.BillingProcess .progress {
  background-color: white;
  border-radius: 20px;
}

.BillingProcess .progress .progress-bar {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  background: linear-gradient(90deg, #9ED6AA 0%, #199F37 99.48%);
  transition: width 0.5s ease-in-out;
  border-radius: 20px;
}

.BillingProcess ul li {
  width: 100%;
  height: 100%;
}

.BillingProcess ul li a {
  display: block;
  position: absolute;
  transform: translate(50%, 50%);
  cursor: pointer;
}

.BillingProcess ul li a i {
  background: #CBD5DE;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  margin: 0 0.8rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BillingProcess ul li a span {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  text-transform: capitalize;
  color: #6C757D;
}

.BillingProcess ul li:hover a {
  text-decoration: none;
}

.BillingProcess ul li:hover a i,
.BillingProcess ul li.active a i {
  background: #214975;
  fill: #fff;
  stop-color: #fff;
}

.BillingProcess ul li:hover a i path,
.BillingProcess ul li.active a i path {
  stroke: #fff;
  fill: #fff;
}

.BillingProcess ul li:hover a span,
.BillingProcess ul li.active a span {
  color: #000;
}

.BillingProcess ul li.completed:hover a i,
.BillingProcess ul li.completed a i {
  background: #56A2D9;
  fill: #fff;
  stop-color: #fff;
}

.BillingProcess ul li.completed:hover a i path,
.BillingProcess ul li.completed a i path {
  stroke: #fff;
  fill: #fff;
}

.BillingProcess ul li.completed:hover a span,
.BillingProcess ul li.completed a span {
  color: #000;
}

.BillingProcessLeft {
  background: #fff;
  border-radius: 1rem;
  padding: 0.6rem;
  margin: 0 0 1rem;
}
.BillingProcessLeft img {
  margin-bottom: 0 !important;
}

.BillingProcessTitle {
  margin: 0 0 2rem;
  align-items: center;
  background: #F8F8FB;
  border-radius: 1rem;
  padding: 0.875rem 1.5rem;
}

.BillingProcessTitle .my-dropdown {
  max-width: 260px;
  width: 100%;
}

.BillingProcessTitle h2 {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #131419;
}

.BillingProcessTitle a {
  margin: 0 0 0 auto;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 0.03em;
  color: #75767B;
}

.BillingProcessTitle p {
  margin: 0;
  padding: 0;
  align-items: center;
}

.BillingProcessTitle p span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #888992;
}

.BillingProcessTitle p i {
  margin-left: 0.4rem;
}

.BillingProcessTitle .form-group {
  margin: 0 0 0 auto;
  width: auto;
}

.BillingProcessTitle .form-group label {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #131419;
}

.BillingProcessTitle .form-group input[type=checkbox]:checked + label:before,
.BillingProcessTitle .form-group input[type=radio]:checked + label:before {
  background: #214975;
  border-color: #214975;
}

.BillingProcessBody {
  padding: 0 1.5rem 1.5rem;
}

.Contactinfo p {
  margin: 0 2rem 0 0;
  color: #9D9D9D;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.Contactinfo a {
  color: #000;
  font-weight: 600;
}

.CardPayment {
  padding: 0;
}

.Kredi {
  border-top: 1px solid #F2F2FA;
  padding: 1.2rem 0 0;
  text-align: center;
  margin-top: 1rem;
}

.Kredi p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.86rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.025em;
  color: #999;
}

.Kredi p a {
  text-decoration: underline;
  color: #000;
}

.QuntityBox.form-group {
  width: auto;
  margin: 0 0.5rem;
}

.QuntityBox.form-group .form-control {
  padding: 0.5rem;
  width: 48px;
  text-align: center;
  margin: 0 auto;
}

.bg-danger {
  margin: 0 0 1.25rem;
  background: rgba(255, 0, 0, 0.07) !important;
  border: 1px solid rgba(255, 0, 0, 0.3) !important;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #FF0000;
  padding: 1rem;
}

.bg-success {
  margin: 0 0 1.25rem;
  background: rgba(0, 255, 43, 0.07) !important;
  border: 1px solid rgba(0, 255, 43, 0.3) !important;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: forestgreen;
  padding: 1rem;
}

.OrderReceived {
  display: flex;
  text-align: center;
  border-radius: 20px;
  padding: 2rem;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.OrderReceived i {
  margin: 0;
  padding: 0;
  display: block;
}

.OrderReceived h3 {
  color: #6c757d;
  font-weight: 600;
}

.OrderReceived img {
  margin: 0;
}

.OrderReceived p {
  color: #6c757d;
  margin: 0;
}

.OrderReceived .OrderReceivedButton {
  padding: 18px 100px;
  border-radius: 12px;
  background: #022B3A;
  color: #fff !important;
  font-weight: 700;
  line-height: 30px;
}

.KargoTakip {
  display: block;
  text-align: center;
  margin: 0 0 3rem;
}

.KargoTakip h2 {
  margin: 0 0 1rem;
  padding: 0;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.1;
  text-align: center;
  color: #56A2D9;
}

.KargoTakip p {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #131419;
}

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

.KargoTakip ul li {
  padding: 0 1rem;
  width: 33.33%;
}

.KargoTakipBox {
  background: #fff;
  text-align: center;
  padding: 0.8rem 1rem 0;
  border-radius: 8px;
}

.KargoTakipBox h3 {
  margin: 0;
  padding: 1rem 0;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #131419;
}

.KargoTakipBox h4 {
  margin: 0;
  padding: 0 0 0.8rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #131419;
  border-bottom: 1px solid #F2F2FA;
}

.ShipmentStages h2 {
  margin: 0 0 2.5rem;
  padding: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  color: #56A2D9;
}

.ShipmentStages ul:before {
  background: #CBD5DE;
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 19px;
  width: 100%;
  height: 10px;
  z-index: -1;
}

.ShipmentStages ul {
  position: relative;
  list-style: none;
  margin: 0;
}

.ShipmentStages ul li {
  width: 20%;
  position: relative;
}

.ShipmentStages ul li.active span {
  background: #214975;
}

.ShipmentStages ul li span {
  margin: 0 auto 1.5rem;
  background: #56A2D9;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.ShipmentStages ul li strong {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #131419;
  display: block;
  text-align: center;
}

.ShipmentStages ul li.active:before {
  content: "";
  position: absolute;
  top: 19px;
  width: 150%;
  background: #214975;
  height: 10px;
  border-radius: 100px;
  z-index: -1;
}

.ShipmentStages ul li:last-child.active:before {
  width: 100%;
}

.DetaylıBilgi {
  margin: 2rem 0;
  text-align: center;
}

.DetaylıBilgi button {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.product-review {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
}
.product-review ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-review ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px;
  margin: 0 0 9px 0;
  list-style: none;
  background: #fff;
  border-radius: 12px;
}

.product-review ul > li .image {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.5s ease;
  margin-right: 10px;
}

.product-review ul > li a {
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  text-decoration: none;
  align-items: center;
}

.product-review ul > li:hover, .product-review ul > li.active {
  background: #CE9400;
}

.product-review ul > li:hover a, .product-review ul > li.active a {
  color: #fff;
}

.product-review ul > li:hover .image {
  background: rgba(251, 251, 253, 0.15);
}

.product-review ul > li.active path,
.product-review ul > li:hover path {
  fill: #fff;
  stroke: #fff;
}

.Boxbdr {
  border: 1px solid #F0F0F7;
}
.Boxbdr .DetailDustib {
  cursor: pointer;
}
.Boxbdr .DetailDustib img {
  margin-bottom: 0 !important;
}

.ProductRight .account-info {
  width: 100%;
  background-color: #F2F2F2;
  padding: 37px 74px;
  margin-left: 81px;
  border-radius: 20px;
}

.main-title {
  display: block;
  padding: 25px 0;
}
.main-title h2 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #131419;
  line-height: 1.5;
  text-align: center;
}
.main-title h3 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
  color: #131419;
  line-height: 1.5;
  text-align: center;
}

.search-box {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
}

.search-box .form-inline {
  display: block;
  position: relative;
}

.search-box .form-control {
  display: block;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 9px 50px 9px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 475;
  color: #000;
  letter-spacing: 0.03em;
  background: #fff;
  border: 1px solid rgba(56, 34, 57, 0.15);
  border-radius: 12px;
}

.search-box button {
  position: absolute;
  top: 45%;
  right: 23px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
}

.product-menus {
  display: block;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.product-menus ul {
  display: flex;
  align-items: center;
  list-style: none;
  width: 100%;
  overflow: auto;
}

.product-menus ul li {
  position: relative;
  flex: 1;
  margin: 0px 2px;
}

.product-menus ul li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background: #E9E9F2;
}

.product-menus ul li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background: #CE9400;
  opacity: 0;
  transition: all 0.5s ease;
}

.product-menus ul li:hover:after, .product-menus ul li.active:after {
  opacity: 1;
}

.product-menus ul li:hover a, .product-menus ul li.active a {
  color: #131419;
}

.product-menus ul li a {
  display: block;
  padding: 16px 12px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #9898AE;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}

.product-menus.Tabs-2 ul li {
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
}

.orders > ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.orders .orders__Container,
.orderProducts__Container {
  padding: 138px 0;
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F2F2F2;
  border-radius: 20px;
}

.orders .orders__Container .notOrder,
.orderProducts__Container .notOrder {
  margin: 13px 0;
}

.orders .orders__Container .notOrder label,
.orderProducts__Container .notOrder label {
  color: #6C757D;
  line-height: 33px;
  font-weight: 600;
  font-size: 24px;
}

.main-order {
  display: block;
  padding: 0;
  margin: 0 0 23px;
  background: rgba(255, 92, 0, 0.08);
  border-radius: 20px;
}

.other-order {
  background: #F3F3FA;
  padding: 0 0 1rem;
}

.other-order .product-history {
  border: 1px solid #F3F3FA;
}

.main-order.first-order {
  background: rgba(255, 92, 0, 0.08);
}

.main-order.first-order .product-history {
  border: 1px solid rgba(255, 92, 0, 0.08);
}

.main-order .product-history {
  display: flex;
  padding: 8px;
  margin: 0 0 15px 0;
  background: #FFFFFF;
  border: 1px solid #F3F3FA;
  border-radius: 20px;
  align-items: center;
}

.order-images {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 90px;
  min-height: 90px;
  background: #F8F8FB;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
}

.order-images span {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.8rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.order-images span img {
  border-radius: 100px;
  width: 44px;
  height: 44px;
  display: block;
}

.order-images span.CounterUser {
  background: #56A2D9;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  justify-content: center;
  align-items: center;
}

.order-details {
  display: flex;
  padding: 0;
  align-items: center;
  width: 100%;
}

.detail-left h4 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 475;
  line-height: 29px;
  color: #131419;
  letter-spacing: 0.03em;
}

.detail-left h4 span {
  display: block;
  font-size: 17px;
  font-weight: 450;
  color: #9898AE;
}

.detail-right .vector-box {
  display: block;
  position: relative;
  padding: 0 25px;
  margin: 0;
  border-right: 1px solid #EBEBEB;
  cursor: pointer;
}

.detail-right .vector-box span {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: -10px;
  right: 15px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #214975;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  justify-content: center;
  align-items: center;
}

.detail-right .vector-box span img {
  display: block;
  max-width: 22px;
  width: 100%;
}

.detail-right h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #131419;
  text-align: right;
  margin-bottom: 0 !important;
}

.detail-right h5 span {
  display: block;
  font-weight: 400;
  line-height: 20px;
  color: #9898AE;
}

.detail-right h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}

.detail-right a.btn {
  display: block;
  position: relative;
  width: auto;
  padding: 25px 18px;
  margin: 0;
  border-radius: 14px;
  min-width: inherit;
}

.detail-right a.btn:hover svg {
  transform: rotate(180deg);
}

.detail-right a.btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detail-right a.btn svg {
  display: block;
  transition: all 0.5s ease;
}

.OrderMoreInfo {
  padding: 0 1rem 1rem;
}

.pharmaceutical-warehouses {
  display: block;
  padding: 0.5rem 0.5rem 1rem;
  background: #fff;
  border-radius: 15px;
  margin: 0 0 1rem;
}

.pharmaceut-header {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 20px 3px 24px;
  margin: 0 0 1rem;
  background: #F8F8FB;
  border-radius: 11px;
  align-items: center;
}

.pharmaceut-header .title {
  display: block;
  position: relative;
  align-items: center;
}

.title h3 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #131419;
  line-height: 60px;
}

.title-comment {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 0 auto;
  align-items: center;
}

.title-comment h5 {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 15px;
  font-weight: 475;
  color: #000;
  line-height: 60px;
  letter-spacing: 0.03em;
}

.title-comment h5 i {
  position: absolute;
  top: 45%;
  left: -30px;
  transform: translateY(-50%);
}

.title-comment h4 {
  display: block;
  padding: 0;
  margin: 0 0 0 20px;
  font-size: 16px;
  font-weight: 550;
  color: #000;
  line-height: 60px;
}

.title-comment .btons {
  margin-left: 1rem;
}

.btons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btons .purple {
  margin-left: auto;
  margin-right: 1rem;
}
.btons .order-dtlBtn {
  text-decoration: none;
  background: #CE9400;
  border-radius: 7px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #FFFFFF;
  mix-blend-mode: normal;
  padding: 0.5rem 1.4rem;
}

button.wechat {
  display: block;
  padding: 0;
  margin: 0 0 0 15px;
  width: 35px;
  height: 34px;
  border: none;
  background: #56A2D9;
  border-radius: 7px;
}

button.purple {
  display: block;
  padding: 0;
  margin: 0 0 0 15px;
  width: 123px;
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  background: #214975;
  border-radius: 7px;
}

.product-devision {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

.product-info {
  display: block;
  padding: 25px 0 0;
  margin: 0;
  width: 52%;
}

.product-info.long-box {
  height: 430px;
}

.btonsBox {
  width: 48%;
  float: right;
}

.products .img-detail {
  display: block;
  padding: 0;
  margin: 0 0 0 5px;
  align-items: center;
}

.adress-detail {
  display: flex;
  padding: 0 0 30px 25px;
  margin: 0 0 35px;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
}

.adress-detail .add-img {
  background: #44E4B5;
  min-width: 58px;
  height: 58px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 100px;
  text-align: center;
  position: relative;
}

.adress-detail .add-img img {
  width: 28px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-detail {
  display: block;
  padding: 0;
  margin: 0 0 0 17px;
}

.add-detail h4 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 550;
  color: #000;
  line-height: 26px;
}

.add-detail h4 span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.add-detail address {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #229371;
  line-height: 26px;
}

.requests {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.requests button {
  display: block;
  padding: 11px 18px;
  margin: 0 10px 10px 0;
  font-size: 17px;
  font-weight: 550;
  color: #56A2D9;
  border: none;
  text-align: center;
  background: #CBD5DE;
  border-radius: 7px;
}

.requests button:nth-child(3) {
  margin: 0 0 10px;
}

.delivery-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.delivery-box > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1rem;
  list-style: none;
  justify-content: center;
}

.delivery-box > ul > li {
  display: block;
  width: 33.33%;
  padding: 0 1rem;
  margin: 0;
}

.delivery-box > ul > li .adress-boxes {
  display: block;
  height: 100%;
  padding: 0.5rem;
  margin: 0;
  background: #fff;
  border-radius: 14px;
}

.adress-boxes .top {
  display: block;
  padding: 0 0 0 1rem;
  margin: 0 0 1.25rem;
  background: #F8F8FB;
  border-radius: 9px;
}

.adress-boxes .top h3 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 550;
  color: #131419;
  line-height: 48px;
}

.adress-boxes .information {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 12px 7px 19px;
}

.adress-boxes .information p {
  display: block;
  padding: 0;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  color: #444;
  line-height: 22px;
  letter-spacing: 0.03em;
}

.adress-boxes .information h5 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
  letter-spacing: 0.03em;
}

.adress-boxes .information h4 {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 550;
  color: #000;
  line-height: 23px;
  letter-spacing: 0.05em;
}

.adress-boxes .information h4 span {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 110px;
  height: 62px;
}

.product-warning {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}

.product-warning p {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 14px;
  font-weight: 475;
  color: #808089;
  letter-spacing: 0.02em;
}

.product-warning p span {
  position: absolute;
  top: -3px;
  left: 0;
  width: 21px;
  height: 21px;
}

.product-warning a.btn-link {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 475;
  color: #000;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-decoration: underline;
  transition: all 0.5s ease;
}

.product-warning a.btn-link:hover {
  color: #CE9400;
  text-decoration: none;
}

nav.page-number {
  display: block;
}

ul.pagination {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 39px 0 5px;
  position: relative;
  justify-content: center;
}

ul.pagination > li {
  display: block;
  padding: 0;
  margin: auto 3px;
}

ul.pagination > li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 5px 8px;
  background: transparent;
  border: none;
  border-radius: 8px;
  text-decoration: none;
}

ul.pagination > li:hover a, .pagination li.active a {
  color: #fff;
  background: #56A2D9;
  cursor: pointer;
}

.ListOptionHead {
  margin: 1rem 0 1rem auto;
  align-items: center;
}

.ProductMuchInfo .DetailRight {
  width: 60%;
  flex-wrap: wrap;
}

.PharmacySeller .BestSellerTitle h2 span {
  background: #f8faff;
}

.PharmacySeller .BestSellerTitle a {
  background: #f8faff;
}

.E-Posta ul {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  border-top: 1px solid #EFEFEF;
}

.E-Posta ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #EFEFEF;
}

.E-Posta ul li .form-group {
  margin: 0;
}

.E-Posta .ButtonDiv {
  text-align: center;
}

.E-Posta .ButtonDiv button {
  max-width: 254px;
  width: 100%;
}

.SupportFAQ {
  border-top: 1px solid #EDEDF4;
}

ul.SuppotUl {
  margin: 3rem -1rem 0 -1rem;
  padding: 0;
  list-style: none;
}

ul.SuppotUl li {
  width: 33.33%;
  padding: 0 1rem;
  text-align: center;
}

ul.SuppotUl li .SuppotBox {
  background: #fff;
  border-radius: 1rem;
  width: 100%;
  padding: 1rem 1rem 1rem;
  height: 100%;
}

ul.SuppotUl li .SuppotBox span {
  display: block;
  margin: -2.5rem 0 1.2rem;
  min-height: 65px;
}

ul.SuppotUl li .SuppotBox h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #131419;
}

ul.SuppotUl li .SuppotBox p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #656565;
}

.DemandCollection .product-menus {
  align-items: center;
}

.DemandCollection .product-menus ul {
  width: 75%;
}

.DemandCollection .product-menus ul li {
  width: 48%;
  margin: 0 1% 0 0;
}

.DemandCollection .product-menus .YeniTalep {
  margin: 0 0 0 auto;
  width: auto;
}

.DemandCollection .product-menus .YeniTalep a {
  background: #214975;
  border-radius: 0.7rem;
  width: 100%;
}

.my-dropdown {
  position: relative;
  z-index: 10;
}

.my-dropdown .selected {
  background: #FFF;
  border: 1px solid rgba(56, 34, 57, 0.15);
  border-radius: 10px;
  padding: 0.938rem 2.5rem 0.938rem 1rem;
}

.my-dropdown .selected:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  background: url(../images/DownArrow.svg) no-repeat 0 0;
  width: 11px;
  height: 7px;
  display: block;
  transform: translateY(-50%);
}

.my-dropdown .options {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid rgba(56, 34, 57, 0.15);
  border-radius: 10px;
  padding: 0.2rem 0;
  width: 100%;
}

.my-dropdown .options .option {
  padding: 0.8rem 1rem;
}

.my-dropdown .options .option:hover {
  background: rgba(56, 34, 57, 0.15);
}

.Miad {
  text-align: right;
  margin-right: 1.5rem;
}

.Miad h5 {
  display: block;
  width: 100%;
}

.Miad h6 {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5rem;
}

.Miad h6 span {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #666;
}

.Miad h6 strong {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #131419;
}

.ProductPopup .modal-dialog {
  max-width: 1100px;
}

.YeniAdres .modal-dialog {
  max-width: 1000px;
  margin: 14.75rem auto;
}

.PuanlaYorum .modal-dialog {
  max-width: 700px;
}

.PuanlaYorum .PopupRating ul {
  margin: 0 -1rem;
  padding: 0;
  list-style: none;
}

.PuanlaYorum .PopupRating ul li {
  width: 33.33%;
  padding: 0 1rem;
}

.PuanlaYorum .PopupRating ul li .PopupRatingBox {
  background: #FFF;
  border: 1px solid rgba(56, 34, 57, 0.15);
  border-radius: 14px;
  padding: 1rem;
}

.PuanlaYorum .PopupRating ul li .PopupRatingBox p {
  margin: 0 0 0.5rem;
  padding: 0;
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #56A2D9;
}

.PuanlaYorum .PopupRating ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.PuanlaYorum .PopupRating ul li ul li {
  margin: 0 0.1rem;
  padding: 0;
  width: auto;
}

.PopupRating {
  margin: 0 0 1rem;
}

.GelenTeklifler .modal-dialog {
  max-width: 1050px;
}

.DateCounter {
  display: block;
  margin: 0 0 2.5rem;
}

.DateCounter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.DateCounter ul li {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #131419;
  margin: 0 0.2rem;
}

.DateCounter ul li span {
  border: 1px solid #DEDEE4;
  border-radius: 8px;
  width: 31px;
  line-height: 2.5rem;
  display: block;
}

.DateCounter ul li strong {
  display: block;
}

.Nakliyeler {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #131419;
}

.RequestIcon {
  margin: 1rem 0;
}

.CountDownDay {
  margin: 1rem 0 0;
}

.CountDownDay span {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #F7901E;
  display: block;
}

.CountDownDay strong {
  font-weight: 500;
}

.TeklifToplama .modal-dialog {
  max-width: 670px;
}

.TeklifToplama .SearchForm {
  padding: 1.3rem 2rem 1.388rem 1rem;
  margin: 1rem 0;
}

.TeklifToplama .SearchForm button svg {
  height: 20px;
  width: 20px;
}

.TeklifToplama .form-group {
  text-align: left;
}

.FilterDiv {
  display: none;
}

.CartLeftBody {
  padding: 0 0 1rem;
}

.card-carousel {
  user-select: none;
  position: relative;
}

.progressbar {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: rgba(221, 221, 221, 0.25);
  z-index: 1;
}

.progressbar > div {
  background-color: rgba(255, 255, 255, 0.52);
  height: 100%;
}

.thumbnails {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  justify-content: space-around;
}

.thumbnail-image {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 2px;
  position: relative;
  border-radius: 0.8rem;
  width: 98px;
  height: 64px;
}
.thumbnail-image img {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 0.8rem;
  margin: 0;
}
.thumbnail-image .thumbnail-fixed {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 25%;
  border: none !important;
}

.thumbnail-image:hover img,
.thumbnail-image.active img {
  border: 3px solid #FFF;
  border-radius: 10px;
}

.thumbnail-image:hover:before,
.thumbnail-image.active:before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.card-img {
  position: relative;
  margin-bottom: 15px;
}

.card-img > img {
  display: block;
  margin: 0 auto;
}

.actions > span {
  cursor: pointer;
  transition: all 250ms;
}

.actions span {
  background: #FFF;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 10px rgba(107, 107, 107, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.actions span.prev {
  position: absolute;
  top: 50%;
  left: -0.8rem;
  transform: translateY(-50%);
}

.actions span.prev .small-arrow-left {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.actions span.next {
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
}

.actions span.next .small-arrow-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.actions > span:hover {
  color: #eee;
}

.PharmacyList {
  display: block;
  margin: 0 0 15px;
  padding: 13px 13px 35px 13px;
  background: #fff;
  border-radius: 20px;
}

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

.PharmacyList ul li {
  padding: 0;
  margin: 0;
}

.PharmacyList .order-box {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 8px 8px;
  margin: 0 0 13px 0;
  border: 1px solid #F0F0F7;
  border-radius: 20px;
  background: #fff;
}

.PharmacyList .order-box .img-box {
  max-width: 134px;
  width: 100%;
  margin-right: 28px;
  padding: 0;
}

.PharmacyList .order-box .order-detail {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
}

.PharmacyList .order-box .order-detail .detail-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F0F0F6;
}

.PharmacyList .order-box .order-detail .detail-row h4 {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
  padding: 0;
  margin: 13px 0;
}

.PharmacyList .order-box .order-detail .detail-row h4 span {
  font-size: 15px;
  font-weight: 400;
  color: #8B8B8B;
}

.PharmacyList .order-box .order-detail .detail-row .medicine-number {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.PharmacyList .order-box .order-detail .detail-row .medicine-number h5 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 17px;
  padding: 0;
  margin: 12px 16px 12px 0;
  letter-spacing: 0.03em;
}

.PharmacyList .order-box .order-detail .detail-row .medicine-number h5 span {
  font-size: 15px;
  font-weight: 550;
  color: #000;
}

.PharmacyList .order-box .order-detail .detail-row .rating {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.PharmacyList .order-box .order-detail .detail-row .rating i.fa {
  font-size: 12px;
  margin: 16px 0;
  color: #FE8C68;
}

.PharmacyList .order-box .order-detail .detail-row .rating i.fa.unchecked {
  color: #DEDEDE;
}

.PharmacyList .order-box .order-detail .detail-row .rating p {
  font-size: 13px;
  font-weight: 600;
  color: #131419;
  line-height: 14px;
  padding: 0 25px 0 10px;
  margin: 16px 0;
}

.PharmacyList .order-box .order-detail .order-chat {
  display: block;
  padding: 20px 25px 8px 0;
  margin: 0;
}

.PharmacyList .order-box .order-detail .order-chat p.left {
  display: block;
  position: relative;
  width: fit-content;
  padding: 12px 23px;
  margin: 0 0 12px 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.03em;
  background: #F8F8FC;
  text-align: left;
  border-radius: 0 14px 14px 14px;
}

.PharmacyList .order-box .order-detail .order-chat p.left span {
  position: absolute;
  background: url(../images/Vector.png) center center no-repeat;
  top: 13px;
  right: -7px;
  width: 16px;
  height: 16px;
}

.PharmacyList .order-box .order-detail .order-chat p.right {
  display: block;
  width: fit-content;
  padding: 12px 23px;
  margin: 0 0 0 auto;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.03em;
  background: #CBD5DE;
  text-align: right;
  border-radius: 14px 14px 0 14px;
}

.FinalStep .ps-container {
  padding-right: 2rem;
}

body .ps__rail-y {
  width: 4px;
  right: 0;
}

body .ps__rail-x, body .ps__rail-y {
  opacity: 1;
  display: block;
}

body .ps__rail-y.ps--clicking .ps__thumb-y, body .ps__rail-y:focus > .ps__thumb-y, body .ps__rail-y:hover > .ps__thumb-y {
  width: 4px;
}

body .ps__thumb-y {
  right: 0;
  width: 4px;
}

.FinalStep .ps .ps__rail-x.ps--clicking, .FinalStep.ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .FinalStep .ps .ps__rail-y.ps--clicking,
.FinalStep .ps .ps__rail-y:focus, .FinalStep .ps .ps__rail-y:hover, .FinalStep .ps--active-x > .ps__rail-x,
.FinalStep .ps--active-y > .ps__rail-y {
  background-color: #56A2D9;
  border-radius: 100px;
}

.FinalStep .ps__rail-y.ps--clicking .ps__thumb-y, .FinalStep .ps__rail-y:focus > .ps__thumb-y, .FinalStep .ps__rail-y:hover > .ps__thumb-y,
body .FinalStep .ps__thumb-x, body .FinalStep .ps__thumb-y {
  background: #CE9400;
}

body .ps .ps__rail-x.ps--clicking, body .ps .ps__rail-x:focus, body .ps .ps__rail-x:hover, body .ps .ps__rail-y.ps--clicking,
body .ps .ps__rail-y:focus, body .ps .ps__rail-y:hover,
body .ps--active-x > .ps__rail-x, body .ps--active-y > .ps__rail-y {
  opacity: 1;
  display: block;
  background-color: #e6e5e6;
  border-radius: 100px;
}

body .ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y,
body .ps__rail-y.ps--clicking .ps__thumb-y, body .ps__rail-y:focus > .ps__thumb-y, body .ps__rail-y:hover > .ps__thumb-y,
body .ps__thumb-x, body .ps__thumb-y {
  background-color: #DFCDDF;
}

body .ps--focus > .ps__rail-x, body .ps--focus > .ps__rail-y, body .ps--scrolling-x > .ps__rail-x, body .ps--scrolling-y > .ps__rail-y,
body .ps:hover > .ps__rail-x, body .ps:hover > .ps__rail-y {
  opacity: 1;
}

.PartnersBox .VueCarousel {
  padding: 0 2rem;
}

.PartnersBox button.VueCarousel-navigation-prev {
  left: 37px;
  right: auto;
  top: 42%;
}

.PartnersBox button.VueCarousel-navigation-next {
  left: auto;
  right: 37px;
  top: 42%;
}

.PartnersBox button.VueCarousel-navigation-button {
  background: #214975;
  border-radius: 8px;
  width: 38px;
  height: 28px;
  opacity: 1;
}

.PartnersBox button.VueCarousel-navigation-button img {
  max-width: 20px;
  vertical-align: top;
}

.PartnersBox a img {
  max-height: 40px;
  max-width: initial;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.small-arrow {
  border: solid #403F3F;
  border-width: 0 3px 3px 0;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.small-arrow-right {
  -webkit-transform: translate(-5px, 1px) rotate(-45deg);
  transform: translate(-5px, 1px) rotate(-45deg);
}

.small-arrow-left {
  -webkit-transform: translate(-3px, 1px) rotate(135deg);
  transform: translate(-3px, 1px) rotate(135deg);
}

.small-arrow-down {
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
}

.productsOfDay {
  height: 449px;
}

.productsOfDay .productsOfDay-Title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 135%;
  color: #F7901E;
}

.productsOfDay .VueCarousel-dot .VueCarousel-dot-button {
  background: rgba(56, 34, 57, 0.15) !important;
}

.productsOfDay .VueCarousel-dot--active .VueCarousel-dot-button {
  background: #CE9400 !important;
}

.productsOfDay .VueCarousel-inner .VueCarousel-slide {
  height: 100%;
  width: 100%;
}

.productsOfDay .VueCarousel-inner .VueCarousel-slide .item-box {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.productsOfDay .Product-Img {
  margin-bottom: 0;
}

.productsOfDay .Product-Info .add-info {
  bottom: 0;
}

.productsOfDay .Product-Info .add-info .buttons {
  padding: 0 0.8rem;
}

.productsOfDay .Product-Info h2 {
  line-height: 120%;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.products-bg .list-box .dropdown .menu-title .plus-icon {
  background-color: inherit;
  padding: 0;
  transform: translateY(20%);
}

.DiscoverProductList {
  display: block;
}

.DiscoverProductList > div {
  display: inline-block;
  width: 16.6%;
  margin-bottom: 1rem;
}

.ThreePoints {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.option-list {
  list-style: none;
}

.option-list li:not(:last-child) {
  margin-bottom: 0.3rem;
}

/*#region CATEGORY NAVIGATION */
.categoryNavigation {
  width: 100%;
}
.categoryNavigation li i {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.categoryNavigation li a:hover {
  cursor: pointer;
}
.categoryNavigation li.active {
  color: black;
  font-weight: bold;
}
.categoryNavigation li.active li {
  font-weight: bold;
}

/*#endregion #region CATEGORY NAVIGATION */
/*#region CART PAGE */
.Clear-Basket {
  border-radius: 12px;
  background: #FFF;
  text-align: center;
  padding: 10px;
  margin-bottom: 16px;
}

.Clear-Basket a {
  color: #C9C9C9;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
}
.Clear-Basket a:hover {
  color: #C9C9C9;
}

.ClearBasket-Vendor {
  text-transform: capitalize;
  color: #6C757D;
  font-size: 12px;
  font-weight: 700;
}

.ClearBasket-Vendor:hover {
  color: #707095;
}

.CartLeft .CartLeftFtr button {
  margin-left: 1.5rem;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  min-width: 292px;
  padding: 10px;
  border-radius: 12px;
}

/*#endregion CART PAGE */
/*#region CAMPAIGN */
.CampaignPage {
  display: block;
}
.CampaignPage .Title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #585d62;
  margin-bottom: 3rem;
}
.CampaignPage > div {
  display: inline-block;
  width: 16.6%;
  margin-bottom: 1rem;
}

/*#endregion CAMPAIGN */
/*#region BITRIX */
.b24-widget-button-position-bottom-right {
  right: 1.5rem !important;
  bottom: 95px !important;
}

.b24-widget-button-inner-block {
  background: url("../images/mutlu-eczaci-hatti.png") no-repeat !important;
  background-size: 100% 100% !important;
}
.b24-widget-button-inner-block .b24-crm-button-icon {
  display: none;
}

.b24-widget-button-pulse-animate {
  border-color: #476484 !important;
}

.b24-widget-button-inner-mask {
  background-color: transparent !important;
}

/*#endregion BITRIX */
/*#region LOADING ANIMATIONS */
/*#region ANIMATION-1 */
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #00C8E3;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*#endregion ANIMATION-1 */
/*#endregion LOADING ANIMATIONS */
@media (max-width: 1399px) {
  .DetailRight a.btn {
    min-width: initial;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .product-review {
    padding: 0;
  }
  .menu-tabs {
    margin: 0 -0.4rem;
  }
  .menu-tabs li {
    padding: 0 0.4rem;
  }
  .menu-tabs li a {
    padding: 1rem 0.5rem;
    font-size: 0.94rem;
    letter-spacing: 0;
    border-radius: 0.4rem;
  }
  .product-review ul > li .image {
    padding: 0;
    margin: 0 0.8rem 0 0;
  }
  .product-review ul > li {
    padding: 0.4rem;
    border-radius: 0.4rem;
  }
  .btn {
    border-radius: 0.4rem;
  }
  .products-bg {
    margin: 0;
  }
  .ProductList .img-detail {
    padding: 0 0 0 1.5rem;
  }
  .PharmacyList {
    margin: 0 0 2rem;
    padding: 0.8rem;
  }
  ul.pagination {
    margin: 1rem 0;
    border-radius: 0.6rem;
  }
  .img-detail h4 strong,
  .img-detail h4 {
    font-size: 1rem;
  }
  .OrderSummary table.table tbody tr:first-child td span {
    display: block;
    margin-top: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .SellerList {
    width: 190px;
    border-radius: 0.6rem;
  }
}
@media (max-width: 1199px) {
  .ShippingMessage {
    padding: 0.5rem 3rem;
    font-size: 0.9rem;
  }
  .btn {
    padding: 0.7rem 0.813rem;
  }
  .form-group .form-control {
    font-size: 1rem;
    padding: 0.807rem 1.3rem 1rem;
  }
  .WelcomeContent {
    margin-bottom: 3rem;
  }
  .facebook-box .content,
  .facebook-box .img {
    width: 100%;
    margin: 5% 0 0;
  }
  .facebook-box {
    padding: 1rem;
  }
  .facebook-box .img img {
    max-width: 100%;
  }
  .facebook-box .content h3 {
    font-size: 1.25rem;
  }
  .facebook-box .content p {
    padding: 0;
  }
  .banner-bg .col-lg-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-bg .col-lg-3 .VueCarousel {
    padding: 15px 15px 40px;
    height: 100%;
  }
  .banner-bg .col-lg-3 .VueCarousel-pagination {
    bottom: 0.3rem;
  }
  .BestSeller {
    padding: 0 0 3rem;
  }
  .ShowMore {
    margin: 1rem 0;
  }
  .MultiItems .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .BestSeller .VueCarousel {
    margin: 0;
  }
  .DetailLeft h4 br {
    display: none;
  }
  .DetailRight h5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .size + .size {
    margin-right: auto;
  }
  .size {
    text-align: left;
  }
  .DemandCollection .product-menus .YeniTalep {
    margin: 0 0 0 auto;
    width: auto;
  }
  .PriceDiv {
    margin: 0 auto 0 0;
    padding: 0 1rem 0 0;
  }
  .ReviewDiv {
    margin: 0 auto 0 0 !important;
    padding: 0 1rem 0 0;
  }
  .ProductList .products-box {
    align-items: inherit;
    border-radius: 0.6rem;
  }
  .ProductList .product-img {
    display: flex;
    align-items: center;
  }
  .detail-right a.btn {
    margin: 0 0 0 auto;
  }
  .product-menus ul li a {
    font-size: 1rem;
  }
  .detail-right .vector-box {
    padding: 0 25px 0 0;
  }
  .detail-right .vector-box + h5 {
    padding: 0 1rem;
  }
  .main-order {
    border-radius: 20px;
  }
  .Breadcrumbs {
    margin: 0;
    padding: 1rem 0;
  }
  .CartLeftFtr.d-flex {
    flex-wrap: wrap;
    padding: 0;
  }
  .CartLeftFtr p {
    margin-left: 0;
    margin-right: auto;
    order: 1;
    text-align: center;
  }
  .CartLeftFtr a {
    margin-left: auto;
  }
  .btn {
    font-size: 1.1rem;
  }
  .RemoveFavorite, .TagRemoveFavorite,
  .BillingProcessTitle, .OrderSummaryHead, .ItemCounter, .OrderAddress, .OrderSummary, .CartLeft {
    border-radius: 0.6rem;
  }
  .OrderSummaryHead h3 {
    font-size: 1.2rem;
  }
  .OrderSummaryHead span {
    font-size: 1rem;
  }
  .OrderSummary table.table tbody td {
    font-size: 0.9rem;
    vertical-align: middle;
  }
  .form-group input[type=checkbox] + label, .form-group input[type=radio] + label {
    font-size: 0.85rem;
  }
  .PaymentProblem span img {
    max-width: 40px;
  }
  .OrderAddress.PaymentProblem {
    padding: 0.8rem 1rem;
  }
  .PaymentProblem p {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
  }
  .DetailRightBtm {
    flex-wrap: wrap;
  }
  .DetailRightBtm a {
    width: auto;
    text-align: left;
    margin: 0;
  }
  .ContactPageTitle p br {
    display: none;
  }
  .ContactPageTitle p {
    font-size: 1rem;
  }
  .Beden ul li .form-group label {
    width: 62px;
    padding: 0 0.5rem 0 0.8rem;
  }
  .Renk {
    width: 35%;
    min-width: 145px;
    margin: 0;
  }
  .DetailTab {
    padding: 6rem 1rem 2rem;
  }
  .DetailTabBody {
    padding: 2rem 2rem 0;
  }
  .ProductPopup .modal-dialog {
    padding: 0 1rem;
  }
  .modal-header .close {
    top: 0;
    right: 0;
  }
  .modal-dialog {
    padding: 1rem;
    margin: 0;
  }
  .SellerList {
    border-radius: 0.6rem;
  }
  .KargoTakipBox h4 {
    font-size: 1.2rem;
  }
  .OrderSummary table.table tbody tr:first-child td span {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .row {
    position: relative;
  }
  .FilterDiv {
    display: block;
  }
  .ProductLeft {
    display: none;
  }
  .account-info {
    margin-left: 0;
  }
  .ProductRight {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ProductList h4 {
    font-size: 1.2rem;
  }
  .BillingProcess ul li {
    margin: 0 0.3rem;
  }
  .BillingProcess {
    margin-bottom: 2rem;
  }
  .RemoveFavorite h3 br {
    display: none;
  }
  .RemoveFavorite h3 {
    font-size: 1rem;
  }
  .DetailRight h5 {
    text-align: left;
  }
  h2, .ContactPageTitle h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
  .ContactPageTitle p {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  .ContactPage {
    padding: 3rem 0;
  }
  .FilterDiv {
    padding: 0.5rem 1rem;
    text-align: right;
    display: block;
    width: 100%;
  }
  .FilterDiv span {
    background: url(../images/filter.svg) no-repeat 10px 50%/18px 18px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.1rem;
    border: 1px solid #56A2D9;
    border-radius: 0.2em;
    padding: 0.2rem 1rem 0.2rem 2.8rem;
  }
  .FilterOpen .ProductLeft {
    display: block;
    position: absolute;
    top: 32px;
    right: 16px;
    max-width: 290px;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem 0 0.4rem 0.4rem;
    max-height: 450px;
    overflow: auto;
    border: 8px solid #372238;
  }
  .product-review {
    margin: 0 0 1rem;
  }
  .list-box .dropdown .menu-list {
    padding: 0;
  }
  .InviteFriendsBody .InviteFriends .InviteMail button {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .WelcomeBox {
    border-radius: 14px;
    padding: 2rem 1rem 1rem;
  }
  .WelcomeBox span {
    margin: 0 0 1rem;
  }
  .WelcomeBox h3 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .WelcomeBox a {
    width: 40px;
    height: 40px;
    margin-bottom: -40px;
  }
  .WelcomeBox a img {
    max-width: 12px;
  }
  .WelcomeDiv {
    margin-bottom: 2rem;
  }
  .WelcomeDiv h2 {
    font-size: 2rem;
  }
  .WelcomeDiv h4 {
    margin: 0 0 0.8rem;
    font-size: 1rem;
  }
  .WelcomeDiv a {
    width: 100%;
    font-size: 0.75rem;
  }
  .HeaderBigBG header {
    padding: 2rem 0;
    margin-bottom: 3.5rem;
  }
  .HeaderBigBG:before {
    height: 380px;
  }
  .ContactFooter p br {
    display: none;
  }
  .banner-bg {
    padding: 40px 0;
  }
  .banner-bg .col-lg-3 .VueCarousel {
    margin: 1.5rem 0 0;
  }
  .banner-bg .todaysdeals-boxs .img img {
    margin: 0 auto;
  }
  .PartnersLogo h2,
  .BestSellerTitle h2 span {
    font-size: 1.5rem;
  }
  .BestSellerTitle h2 {
    font-size: 100%;
  }
  .BestSellerTitle a {
    font-size: 1rem;
  }
  .BestSellerTitle {
    margin: 0 0 1rem;
  }
  .MultiItems .col-md-2 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .PartnersBox a {
    width: auto;
  }
  .ShippingLeft {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 1.5rem;
  }
  .ShippingRight {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ListHead {
    margin-bottom: 1rem;
  }
  .ListHead h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .SearchListImg {
    margin-right: 1rem;
  }
  .DetailPageBox {
    padding: 1rem 0;
  }
  .DetailPageBox > .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .Equivalent {
    position: relative;
    top: auto;
    left: 0;
  }
  .BigImg ul {
    margin: 0 0 1rem;
    border-radius: 0.6rem;
    height: auto;
  }
  .Equivalent a {
    border-radius: 0.6rem;
  }
  .BigImg {
    padding-bottom: 1.5rem;
  }
  .DetailPage h2 {
    font-size: 2rem;
  }
  .DetailPage h2 br {
    display: none;
  }
  .ProductMoreOption {
    padding: 1rem 0;
  }
  .DetailTab {
    padding: 4rem 1rem 2rem;
  }
  .Miad {
    margin-right: auto;
  }
  .KargoTakip ul li {
    padding: 0 0.5rem;
    width: 33.33%;
  }
  .KargoTakipBox h4 {
    font-size: 1rem;
  }
  .title h3 {
    padding: 15px 0 0;
    line-height: normal;
  }
  .ButtonDiv button .lds-spinner {
    position: absolute;
    transform: translate(-75px, -25px) scale(0.5);
  }
  .banner-bg .banner-theme {
    margin-top: 1rem;
  }
  .banner-bg .theme-boxs {
    padding: 0 10px;
  }
  #customerInfoDiv .FilterDiv {
    margin-top: 1rem;
  }
  .MultiOption.ProductList .img-detail {
    display: block;
    margin: auto 0;
  }
  .products-box .img-detail .DetailRight .DetailRightHead > div {
    width: 20%;
    display: inline-flex;
  }
  .products-box .img-detail .DetailRightHead > div:last-child {
    margin-right: 0;
    margin-left: auto;
  }
  .DetailRight br {
    display: none;
  }
  .DetailRight p {
    width: auto;
    margin-left: 5px;
    margin-bottom: -5px;
  }
  .DiscoverProductList, .CampaignPage {
    text-align: center;
  }
  .DiscoverProductList > div, .CampaignPage > div {
    width: 202px;
    margin: 0 1rem 1rem;
  }
  .HowDoes .VueCarousel .VueCarousel-navigation {
    display: none;
  }
  .products-box .img-detail .DetailRight {
    width: 100%;
  }
  .DetailRightBtm {
    margin: 1rem 0 0 !important;
    width: 100%;
  }
  .DetailRightBtm > p {
    margin-right: 1rem;
  }
  .DetailLeft {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }
  .CartLeft .CartLeftFtr button {
    margin-left: auto;
    margin-top: 1rem;
  }
  .BlogPage .blog-posts .card {
    width: 48%;
    margin: 1rem 0 1rem 0;
  }
  .BlogPage .blog-posts .card:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .BlogPage .blog-posts .card:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
  }
  .BlogHomePage .blog-body span {
    display: inline-flex;
    width: 50%;
    margin: 1rem 0 1rem 0 !important;
  }
}
@media (max-width: 767px) {
  .ProductBox {
    height: 450px;
  }
  .register-gln .SignUpTitle p {
    margin-top: 1rem;
  }
  .main-title h2, .KargoTakip h2,
  h2 {
    margin: 0 0 0.8rem;
    padding: 0;
    font-size: 1.5rem;
  }
  .mb-5, .my-5 {
    margin-bottom: 2rem !important;
  }
  .btn {
    border-radius: 6px;
    padding: 0.5rem 0.813rem;
  }
  .form-group .form-control {
    font-size: 0.8rem;
    padding: 0.8rem;
  }
  .form-group input[type=checkbox] + label, .form-group input[type=radio] + label {
    padding: 0 0 0 1.8rem;
    line-height: 1.3;
    font-size: 0.9rem;
  }
  .form-group input[type=checkbox] + label:before, .form-group input[type=radio] + label:before {
    border-radius: 4px;
    width: 20px;
    height: 20px;
  }
  .form-group input[type=checkbox]:checked + label:after, .form-group input[type=radio]:checked + label:after {
    top: 2px;
    left: 8px;
  }
  .HeaderBigBG header {
    padding: 1.2rem 0;
    margin-bottom: 2.5rem;
  }
  .WelcomeDiv {
    margin-bottom: 1.5rem;
  }
  .ReturnDiv {
    margin: 0 0 1.5rem;
    text-align: center;
  }
  .logo {
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .logo a img {
    height: 30px;
  }
  .WelcomeDiv h2 {
    font-size: 1.8rem;
  }
  .WelcomeContent .col-md-4 + .col-md-4 {
    margin-top: 1.5rem;
  }
  .WelcomeContent {
    margin-bottom: 2rem;
  }
  .HeaderBigBG:before {
    height: 500px;
  }
  .ShippingMessage {
    padding: 0.5rem 3rem 0.5rem 1rem;
    font-size: 0.8rem;
    text-align: left;
  }
  .HomeImgCarousel .VueCarousel {
    text-align: center;
  }
  .Pharmaceutical {
    padding: 0;
    margin: 0 0 1.5rem;
  }
  .modal-header h2 {
    margin: 0 0 0.5rem;
    font-size: 1.8rem;
  }
  .modal-header .close {
    border-radius: 6px;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
  }
  .modal-content {
    border-radius: 6px;
    padding: 2.5rem 1rem 1rem;
  }
  .modal-header p br {
    display: none;
  }
  .ContactPage {
    padding: 2rem 0;
  }
  .ContactPageTitle h2 {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
  .ContactPageTitle p {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
  }
  .ContactPageTitle {
    margin-bottom: 2rem;
  }
  .ContactFooter {
    margin: 2rem 0;
  }
  .SignUpTitle h2 {
    font-size: 2rem;
  }
  .SearchList.d-flex {
    flex-wrap: wrap;
  }
  .SearchListImg {
    margin: 0 0 1rem;
    width: 100%;
    justify-content: center;
  }
  .termuse-bg {
    margin: 35px 0;
  }
  .termuse-bg h1 {
    font-size: 30px;
  }
  .termuse-bg .content {
    margin: 20px 0 0 0;
  }
  .termuse-bg .content p {
    font-size: 16px;
  }
  .termuse-bg .images-boxs {
    margin: 0;
  }
  .facebook-boxes-container {
    display: block;
  }
  .facebook-box {
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
  }
  .facebook-box .content {
    width: 100%;
    margin: 0;
  }
  .facebook-box .img {
    width: 100%;
    margin: 1rem 0 1rem;
  }
  .facebook-box .content h3 {
    font-size: 1.25rem;
  }
  .facebook-box .content h3 span {
    display: inline;
  }
  .facebook-box .content p {
    padding: 0 5%;
    font-size: 14px;
    margin: 0 0 20px;
  }
  .MultiCheckDiv {
    padding: 0.7rem 1.4rem;
  }
  .MultiCheckDiv .form-group input[type=checkbox] + label,
  .MultiCheckDiv .form-group input[type=radio] + label {
    padding: 0 0 0 2.5rem;
    font-size: 1.2rem;
  }
  .MultiCheckDiv .form-group input[type=checkbox]:checked + label:after,
  .MultiCheckDiv .form-group input[type=radio]:checked + label:after {
    top: 3px;
  }
  .FinalStepPage .ReturnDiv {
    text-align: left;
  }
  .FinalStepPage .ReturnDiv a {
    display: none;
  }
  .FinalStepPage .ReturnDiv:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 20px;
    padding: 1rem;
    margin: auto;
    background: #CBD5DE url(../images/LeftAngle.svg) no-repeat right 50% center;
    border-radius: 50%;
  }
  .FinalStepPage .ForwordDiv {
    position: absolute;
    top: 0.5rem;
    right: 0;
  }
  .FinalStepPage .ForwordDiv:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 1rem;
    margin: auto;
    background: #CBD5DE url(../images/Forword.svg) no-repeat right 50% center;
    border-radius: 50%;
  }
  .FinalStepPage .ForwordDiv a {
    display: none;
  }
  .StepRequired {
    margin: 0 0 1rem;
  }
  .banner-bg .banner-theme .content h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0.5rem 0 0.5rem;
  }
  .banner-bg .banner-theme .content p {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    margin: 0 0 1rem;
  }
  .banner-bg .banner-theme .content {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .banner-bg .banner-theme .img-boxs .small-boxs {
    display: none;
  }
  .category-boxs.small {
    margin-bottom: 0;
  }
  .BestSellerTitle h2:before {
    display: none;
  }
  .BestSellerTitle a {
    font-size: 1rem;
    position: relative;
    margin: 0.5rem 0;
    top: 0;
    transform: initial;
    display: inline-block;
    vertical-align: top;
  }
  .MultiItems .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ShowMore {
    margin: 0;
  }
  .PartnersBox a {
    width: auto;
    padding: 0.2rem;
    text-align: center;
  }
  .PartnersLogo {
    padding: 0 0 2rem;
  }
  .SellerImg, .ItemCounter, .ItemCounter button,
  .SellerList {
    border-radius: 8px;
  }
  .products-bg {
    margin: 1.25rem 0;
  }
  .menu-tabs li {
    padding: 0.4rem;
    width: 50%;
  }
  .ProductList .img-detail {
    width: 100%;
    padding: 0;
  }
  .DetailLeft {
    margin: 0 0 0.8rem;
  }
  .DetailRight, .DetailLeft {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .DetailRight p {
    white-space: initial;
    text-align: left;
    display: block;
    font-size: 0.75rem;
    margin: 0 auto 0.2rem 0;
  }
  .DetailRight p br {
    display: none;
  }
  .ProductList .product-img {
    width: 100%;
    margin: 0 0 1rem;
  }
  .ProductList .products-box {
    border-radius: 0.6rem;
    padding: 0.8rem;
  }
  .ListHead h2 {
    margin: 0 0 0.8rem;
    padding: 0;
    font-size: 1.5rem;
  }
  .DemandCollection .product-menus ul {
    width: 100%;
    margin: 0 0 1rem;
  }
  .DemandCollection .product-menus {
    align-items: center;
    flex-wrap: wrap;
  }
  .DemandCollection .product-menus .YeniTalep {
    margin: 0 auto;
    width: auto;
  }
  .main-title {
    margin: 0;
    padding: 10px 0;
  }
  .product-menus ul li a {
    font-size: 12px;
    white-space: nowrap;
  }
  .ProductList .product-img img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .MultiOption.ProductList .img-detail {
    width: 100%;
  }
  .PriceDiv {
    padding: 0 1rem 1rem 0;
    width: 100%;
    text-align: left;
  }
  .DetailRight a.btn {
    margin: 0 !important;
  }
  .DetailDustib {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f8f8fb;
    border-radius: 100px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    line-height: 27px;
  }
  ul.pagination {
    margin: 1rem 0 0;
  }
  .ReviewDiv {
    padding: 0 1rem 1rem 0;
  }
  .ListOptionHead {
    flex-wrap: wrap;
    margin: 0 0 1rem auto;
  }
  .ListOptionHead .category-list {
    width: 100%;
    display: block;
  }
  .GriBox {
    margin: 0;
  }
  .category-list p {
    line-height: 1.5;
  }
  .ProductList.BoxView ul li {
    width: 50%;
  }
  .order-images {
    width: 100%;
  }
  .order-details {
    width: 100%;
    margin: 0;
  }
  .detail-right {
    flex-wrap: wrap;
  }
  .main-order .product-history {
    padding: 0.5rem;
  }
  .detail-right a.btn {
    padding: 1rem 18px;
    border-radius: 0.4rem;
  }
  .detail-left {
    margin: 0 0 0.5rem;
  }
  .order-images,
  .main-order .product-history {
    border-radius: 0.6rem;
  }
  .delivery-box > ul {
    margin: 0;
  }
  .delivery-box > ul > li {
    width: 100%;
    padding: 0.5rem 0;
  }
  .CartLeftHead.d-flex {
    flex-wrap: wrap;
    padding: 0 0 1rem;
  }
  .CartLeftFtr .CustomSelect {
    min-width: 100%;
  }
  .CartLeftFtr a {
    margin: 1rem 0 0;
  }
  .DetailRightHead {
    justify-content: initial;
    flex-wrap: wrap;
  }
  .DetailRight .ItemCounter {
    margin: 0 1rem 0 auto;
  }
  .DetailRightHead .PriceDiv {
    padding: 0.5rem 0;
  }
  .OrderAddress {
    padding: 0;
  }
  .OrderAddress .form-group {
    margin: 0 0 1.5rem 1rem;
  }
  .OrderSummaryBody {
    padding: 0 0.5rem;
  }
  .OrderSummary .form-group {
    margin: 0 0 1rem;
  }
  .ListHead {
    margin: 0;
  }
  .PaymentProblem button {
    padding: 0.5rem 0.813rem;
  }
  .BillingProcess ul {
    flex-wrap: wrap;
    justify-content: left;
  }
  .BillingProcess ul li {
    margin: 0 0.5rem 0.5rem;
  }
  .BillingProcessTitle {
    padding: 0.875rem 1rem;
    margin: 0 0 1rem;
    flex-wrap: wrap;
  }
  .BillingProcessTitle h2 {
    width: 100%;
    padding: 0 0 0.5rem;
  }
  .Contactinfo {
    flex-wrap: wrap;
  }
  .Contactinfo p {
    margin: 0 0.5rem 0.5rem;
  }
  .BillingProcessBody {
    padding: 0 0.5rem;
  }
  p {
    margin: 0 0 1rem;
  }
  .BillingProcessTitle .my-dropdown {
    margin: 0 auto 0 0 !important;
  }
  .OrderReceived {
    padding: 1.5rem;
  }
  .OrderReceived i img {
    max-width: 50px;
  }
  .OrderReceived p {
    font-size: 1rem;
    margin: 0 0 1rem;
  }
  .OrderReceived i {
    margin: 0 0 1rem;
  }
  .BillingProcessTitle a {
    margin: 0;
  }
  .OrderSummaryHead {
    margin: 0 0 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.6rem;
  }
  .bg-danger {
    padding: 0.5rem 0.813rem;
    border-radius: 0.6rem;
  }
  .products-boxFTR {
    padding: 1rem 0 0;
  }
  .products-boxFTR p {
    margin: 0 0 0.5rem;
  }
  .products-boxFTR h3 {
    margin: 0;
  }
  .ListOptionHead {
    flex-wrap: wrap;
  }
  .category-list {
    width: 100%;
  }
  .BillingProcessTitle p {
    margin: 0 !important;
  }
  .product-menus {
    margin: 0 0 1rem;
  }
  ul.SuppotUl li {
    width: 100%;
    margin: 1.5rem 0;
  }
  ul.SuppotUl {
    flex-wrap: wrap;
  }
  .DetailPageBox > .col-6.d-flex {
    flex-wrap: wrap;
  }
  .DetailPageBox > .col-6.d-flex .VerticalDiv {
    order: 2;
    margin: 0;
    width: 100%;
  }
  .BigImg {
    padding-bottom: 1.5rem;
    width: 100%;
  }
  .VerticalDiv ul {
    display: flex;
    justify-content: center;
  }
  .VerticalDiv ul li {
    display: flex;
    align-items: center;
    height: auto;
  }
  .VerticalDiv ul li img {
    max-height: 54px;
  }
  .VerticalDiv ul li + li {
    margin: 0;
  }
  .DetailOption {
    justify-content: flex-start;
    margin: 1rem 0;
  }
  .ProductContact {
    /*flex-wrap: wrap;*/
  }
  .ProductContactLeft {
    width: 100%;
  }
  .ProductContactRight {
    margin: 1rem 0 0;
  }
  .RenkBedan {
    flex-wrap: wrap;
  }
  .Renk {
    margin: 0 0 0.8rem;
  }
  .Beden ul li {
    margin: 0 0.5rem 0.5rem 0;
  }
  .CounterCard .ItemCounterWrap {
    width: 100%;
    padding: 0;
  }
  .CounterCard {
    padding: 0;
    flex-wrap: wrap;
  }
  .CartBtn {
    margin: 0;
    width: 100%;
  }
  .DetailTabhead ul li {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
  .termuse-bg .images-boxs .img-boxs {
    width: 25%;
    padding: 0 0.5rem;
  }
  .termuse-bg .images-boxs .img-boxs:nth-child(2) {
    width: 50%;
  }
  .products-boxFTR > ul li + li:before {
    display: none;
  }
  .products-boxFTR > ul li {
    padding: 0 1.5rem 0 0;
  }
  .PuanlaYorum .PopupRating ul {
    flex-wrap: wrap;
  }
  .PuanlaYorum .PopupRating ul li {
    width: 100%;
    padding: 0 0 1rem;
  }
  .PuanlaYorum .modal-dialog {
    padding: 0 1rem;
  }
  .GelenTeklifler .DetailDustib h6 {
    line-height: 1.8;
  }
  .size {
    margin: 0 1rem 1rem 0;
  }
  .banner-bg .banner-theme .img-boxs > img {
    height: auto;
    margin: auto;
    min-height: 238px;
  }
  .KargoTakip ul {
    flex-wrap: wrap;
  }
  .KargoTakip ul li {
    padding: 0 0 0.8rem;
    width: 100%;
  }
  .KargoTakipBox h4 {
    font-size: 1rem;
  }
  .ShipmentStages ul {
    max-width: 220px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .ShipmentStages ul li {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0.7rem 0;
    margin: 0;
    align-items: center;
  }
  .ShipmentStages ul li strong {
    font-size: 1.1rem;
    line-height: normal;
  }
  .ShipmentStages ul li span {
    margin: 0 0.8rem 0 0;
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    line-height: 2.2;
  }
  .ShipmentStages ul li strong br {
    display: none;
  }
  .ShipmentStages ul:before {
    position: absolute;
    top: 14px;
    width: 6px;
    height: calc(100% - 20px);
    left: 12px;
  }
  .ShipmentStages ul li.active:before {
    width: 6px;
    height: 100%;
    left: 12px;
    top: 20px;
  }
  .ShipmentStages h2 {
    margin: 0 0 0.8rem;
    font-size: 1.8rem;
  }
  .KargoTakip {
    margin: 0 0 1rem;
  }
  .DetaylıBilgi {
    margin: 1rem 0;
  }
  section.SignUpBody {
    max-width: 400px;
    margin: 0 0 3rem;
  }
  .title h3 {
    line-height: normal;
    padding: 0;
  }
  .pharmaceut-header .title {
    margin: 0 0 10px;
  }
  .title-comment h5 i {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    margin: 0 10px 0 0;
    vertical-align: top;
  }
  .title-comment h5 i svg {
    vertical-align: top;
  }
  .rating {
    margin: 0 5px;
  }
  .title-comment h5, .rating p,
  .title-comment h4 {
    line-height: normal;
    margin: 0 0 10px;
  }
  button.wechat {
    margin: 0 0.5rem 0 0;
  }
  button.purple {
    margin: 0;
  }
  .img-detail h4 strong, .img-detail h4 {
    font-size: 0.8rem;
  }
  .product-info {
    padding: 15px 0 0;
    margin: 0;
    width: 100%;
  }
  .adress-detail {
    display: flex;
    padding: 0 0 10px 0;
    margin: 0 0 15px;
  }
  .add-detail h4 span,
  .add-detail h4 {
    font-size: 15px;
    line-height: normal;
  }
  .add-detail address {
    font-size: 13px;
    line-height: normal;
  }
  .requests button:nth-child(3),
  .requests button {
    padding: 10px 10px;
    margin: 0 5px 5px 0;
    font-size: 12px;
  }
  .pharmaceut-header {
    padding: 15px;
  }
  .title-comment h5 i svg {
    vertical-align: top;
  }
  .adress-detail .add-img {
    min-width: 40px;
    height: 40px;
  }
  .btonsBox button {
    width: 113px;
    font-size: 14px;
  }
  .btonsBox {
    padding: 0 0 0 15px;
  }
  .plus-icon {
    padding: 1rem;
  }
  .minus-icon {
    padding: 1rem;
  }
  .ProductMuchInfo .DetailLeft {
    width: 100%;
    text-align: start;
  }
  .banner-bg .normal-view {
    display: none;
  }
  .banner-bg .mobile-view {
    display: block;
  }
  /*#region INVITE FRIENDS */
  .InviteFriendsBody {
    padding: 0 1%;
  }
  .InviteFriendsBody .InviteFriends {
    padding: 2% 0;
  }
  .InviteFriendsBody .InviteFriends .Title {
    font-size: 1.2rem;
  }
  .InviteFriendsBody .InviteFriends .SubTitle {
    font-size: 0.8rem;
    margin: 1rem auto;
  }
  .InviteFriendsBody .InviteFriends .InviteMail {
    margin-top: 2rem;
    padding: 0 2%;
  }
  .InviteFriendsBody .InviteFriends .InviteMail button {
    padding: 10px;
  }
  .InviteFriendsBody .InviteFriends > div:last-child {
    padding: 0;
  }
  .InviteFriendsBody .InviteFriends .SocialButtons > a {
    padding: 0.5rem;
  }
  /*#endregion INVITE FRIENDS */
}
@media (max-width: 499px) {
  .MultiItems .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-menus.Tabs-2 ul li,
  .menu-tabs li {
    padding: 0.4rem;
  }
  .DemandCollection .product-menus ul li {
    width: 100%;
    margin: 0;
  }
  .ProductList.BoxView ul li {
    width: 100%;
  }
  .DetailTabhead ul li {
    width: 100%;
  }
  .termuse-bg .images-boxs .img-boxs:nth-child(2),
  .termuse-bg .images-boxs .img-boxs {
    width: 100%;
    padding: 0.5rem 0;
  }
  .detail-right h5 {
    border: 0;
  }
  .SellerList {
    width: 316px;
    border-radius: 0.6rem;
  }
  .ThreePoints {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ButtonDiv button .lds-spinner {
    position: absolute;
    transform: translate(-75px, -26px) scale(0.45);
  }
  .banner-bg .banner-theme {
    height: 100%;
  }
  .banner-bg .banner-theme .content a {
    position: inherit;
    margin: 0;
  }
  .banner-bg .banner-theme .content {
    padding-left: 0.5rem;
  }
  .banner-bg .col-lg-3 .VueCarousel {
    padding: 8px 10px 8px;
  }
  .BestSellerTitle h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .item-box {
    text-align: -webkit-center;
  }
  .Breadcrumbs ul li {
    display: inline-flex;
  }
  .TagRemoveFavorite img {
    margin-left: 3rem;
  }
  .ProductList .product-img {
    height: 100px;
    width: 120px;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
  }
  .ProductList .product-img a {
    margin: 0 auto;
  }
  .ProductList .product-img img {
    max-width: 128px;
    max-height: 128px;
  }
  .Breadcrumbs {
    margin-bottom: 0;
  }
  .products-bg {
    margin-top: 0;
  }
  .GriBox > div {
    width: 100%;
  }
  .ListHead > a {
    top: -35%;
    font-size: 0.8rem;
    text-align: start;
  }
  .DetailRight .ItemCounter {
    margin: auto auto auto 0;
    width: 40%;
  }
  .DetailRight .ItemCounter button {
    width: 32px;
  }
  .DetailRight a.btn {
    width: 100%;
    margin-top: 0.5rem !important;
  }
  .products-box > a {
    margin: 0 auto;
  }
  .DetailLeft {
    text-align: center;
  }
  .products-box .img-detail .DetailRight {
    margin-top: 0;
  }
  .products-box .img-detail .DetailRight .DetailRightHead > div {
    width: 45%;
  }
  .DetailDustib {
    right: 0.5rem;
    top: 0.5rem;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .DetailRight .flex-column {
    width: 100%;
    margin: 0;
  }
  .DetailRight .flex-column > div:first-of-type {
    margin: auto;
  }
  .DetailRight h5 {
    margin: 0 auto 0.5rem;
  }
  .img-detail h4 {
    font-size: 1.2rem;
    text-align: start;
  }
  .products-bg .ListOptionHead ul {
    display: none !important;
  }
  .BusinessPartners .VueCarousel a {
    margin: auto;
  }
  .NavTabsWrap {
    margin: 0;
  }
  .DetailRightBtm a {
    margin-right: auto;
  }
  /*#region CUSTOMER INFORMATION */
  #customerInformation .modal-body {
    padding: 12px 0px;
  }
  #customerInformation h2 {
    font-size: 18px;
    padding: 0px;
  }
  #customerInformation .modal-dialog {
    margin-top: 1rem;
  }
  #customerInformation .MultiCheckBox li .MultiCheckDiv label {
    font-weight: 400;
    font-size: 0.8rem;
    padding-left: 1.4rem;
  }
  #customerInformation .MultiCheckBox li .MultiCheckDiv label:before {
    height: 16px;
    width: 16px;
    top: -3px;
  }
  #customerInformation .SonAdim {
    transform: scale(0.8);
  }
  /*#endregion CUSTOMER INFORMATION */
  .ListHead h2 {
    margin-top: 1rem;
  }
  .CartLeft .CartLeftFtr button {
    margin-left: inherit;
    margin-top: 1rem;
  }
  .CartLeftHead h3 .Cart-Vendor {
    font-size: 1rem;
  }
  .ChooseWarehouse {
    padding: 0.1rem;
  }
  .ChooseWarehouse label {
    width: 20px;
    height: 20px;
  }
  .FullScreen {
    margin: 0.5rem auto 0 0;
  }
  .modal-header h2 {
    font-size: 1.2rem;
  }
  .BlogPage .blog-posts .card {
    display: block;
    width: 100%;
  }
  /*#region BLOG ON HOME PAGE */
  .BlogHomePage .blog-header {
    display: block;
  }
  .BlogHomePage .blog-header span {
    border-bottom: none !important;
  }
  .BlogHomePage .blog-body span {
    display: inline-flex;
    width: 100%;
  }
  /*#endregion BLOG ON HOME PAGE */
  .Blog-WithoutLogin .bg-detail {
    display: block;
  }
  .Blog-WithoutLogin .bg-detail img {
    margin-bottom: 0 !important;
  }
  .Blog-WithoutLogin .bg-detail .bd-share {
    margin-bottom: 0 !important;
  }
  .Blog-WithoutLogin .bd-similar > div {
    display: block;
  }
  .blog .bp-banner {
    display: block !important;
  }
  .blog .bp-banner .bp-banner-text {
    width: 80% !important;
    left: 25px !important;
    bottom: 20px !important;
  }
  .blog .bp-banner .bp-banner-title {
    line-height: 1.5 !important;
    font-size: 0.6rem;
  }
  .blog .bp-banner .blog-tags {
    margin-bottom: 0.5rem;
  }
  .blog .bp-banner > div:last-child {
    margin-top: 10px;
  }
  .blog .bp-banner > div:last-child > div {
    margin-bottom: 10px;
  }
  .blog .bp-slider .bp-slider-tags a {
    font-size: 0.8rem !important;
  }
}
.RemoveFavorite table.table a {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  padding: 0 10px;
  overflow-wrap: anywhere;
}

.ProductManufacturersBrands span {
  color: #707095;
}

.bx-livechat-show {
  width: 340px !important;
}

.section#home .image-holder:after {
  background: url(../gfx/badge-ref.svg?v=002) no-repeat center center !important;
  width: 180px !important;
  height: 180px !important;
  left: -88px !important;
  top: 35px !important;
  background-size: 100% !important;
  backdrop-filter: none !important;
}

@media (max-width: 991px) {
  .section#home .image-holder:after {
    left: -60px !important;
    top: 15px !important;
    width: 120px !important;
    height: 120px !important;
  }
}
.section#teaser img {
  width: 100% !important;
  backdrop-filter: none !important;
  background-color: transparent !important;
}

.ProductManufacturersBrands a {
  margin-right: 5px;
}

.product-tag-page .product-tags-content {
  list-style: none;
}
.product-tag-page .product-tags-content .product-tags-card .product-tags-main {
  background: #ffffff;
  border-radius: 20px;
}
.product-tag-page .product-tags-content .product-tags-card .product-tags-main .product-tags-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
}
.product-tag-page .product-tags-content .product-tags-card .product-tags-main .product-tags-miadDate {
  font-size: 12px;
  color: #8c8c8c;
}
.product-tag-page .product-tags-content .product-tags-card .product-tags-main .product-tags-ad {
  font-size: 12px;
  color: #8c8c8c;
}
.product-tag-page .product-tags-content .product-tags-card .product-tags-main .product-tags-price {
  color: #F7901E;
}
.product-tag-page .product-tags-content .product-tags-card .product-tags-main .AddBasket button:focus {
  background: #FFF4ED !important;
}
.product-tag-page .pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.product-tag-page .pager ul li {
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #CE9400;
  color: #555555;
  font-weight: 500;
  transition: 200ms all;
}
.product-tag-page .pager ul li:last-child {
  margin-right: 0;
}
.product-tag-page .pager ul li:hover {
  background: #ee5700;
  border-color: #ee5700;
}
.product-tag-page .pager ul li.current-page {
  background: #CE9400;
  color: #ffffff;
}
.product-tag-page .pager ul li.last-page {
  background: #e56c29;
  color: #ffffff;
  content: "Son Sayfa";
}
.product-tag-page .pager ul li.first-page {
  background: #e56c29;
  color: #ffffff;
}
.product-tag-page .pager ul li a {
  padding: 4px 12px;
  font-size: 14px;
  display: block;
  transition: 200ms all;
}
.product-tag-page .pager ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.product-tag-page .pager ul li span {
  padding: 4px 12px;
  font-size: 14px;
  display: block;
}

.AddBasket button:focus {
  color: #FFFFFF;
}

.DetailOption img {
  margin-bottom: 0;
}

.CartBtn p a img {
  margin-bottom: 0;
}

.CartLeftHead .FullScreen img {
  margin-bottom: 0;
}

.CartLeftBody .ProductList .products-box .product-img img {
  margin: 0 auto;
}

#homeDiv #BagCampaign .modal-mask {
  display: flex;
}
#homeDiv #BagCampaign .CampaignContent {
  display: flex;
  margin: auto;
}
#homeDiv #BagCampaign .CampaignContent img {
  margin-bottom: 0;
}
#homeDiv #BagCampaign .closeCampaign {
  cursor: pointer;
  position: relative;
  display: flex;
  padding: 5px;
  height: 28px;
  background-color: #FFF;
  border-radius: 50%;
  right: 40px;
  top: 10px;
}
#homeDiv #BagCampaign .closeCampaign svg {
  margin: auto;
}
#homeDiv #powerbankCampaignPopup .modal-mask {
  display: flex;
}
#homeDiv #powerbankCampaignPopup .CampaignContent {
  display: flex;
  margin: auto;
}
#homeDiv #powerbankCampaignPopup .CampaignContent img {
  margin-bottom: 0;
}
#homeDiv #powerbankCampaignPopup .closeCampaign {
  cursor: pointer;
  position: relative;
  display: flex;
  padding: 5px;
  height: 50px;
  min-width: 35px;
  right: 45px;
}
#homeDiv #powerbankCampaignPopup .closeCampaign svg {
  margin: auto;
}

.Bag-Campaign input[type=radio] {
  z-index: 1;
}
.Bag-Campaign label {
  left: 30px;
  top: 1px;
}
.Bag-Campaign td:last-child {
  display: flex;
}
.Bag-Campaign td:last-child div:last-child {
  margin-left: 2.5rem;
  margin-right: 2rem;
}

#groupProductDiv .products-box .product-img {
  width: 100px;
}
#customerInfoDiv {
  margin-bottom: 1rem;
  padding: 48px 0px;
  background-color: #FAFAFA;
}
#customerInfoDiv .product-review {
  margin-top: 20px;
  padding: 10px;
  background-color: #F2F2F2;
}
#customerInfoDiv .product-review ul li {
  cursor: pointer;
}
#customerInfoDiv .product-review ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}
#customerInfoDiv .product-review ul li.active a {
  color: #ffffff !important;
}
#customerInfoDiv .product-review ul li:last-child {
  margin-bottom: 0;
}
#customerInfoDiv .product-review ul li:hover a {
  color: #f6f6f6;
}
#customerInfoDiv .ProductList.MultiOption .horizontal-product-card .DetailDustib {
  padding: 0 0.5rem;
}
#customerInfoDiv .ProductList.MultiOption .horizontal-product-card .card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
#customerInfoDiv .ProductList.MultiOption .horizontal-product-card .card-info .vendor-mail {
  margin: 0;
  font-size: 14px;
}
#customerInfoDiv .ProductList.MultiOption .horizontal-product-card .product-action .btn {
  text-align: center !important;
}
#customerInfoDiv .ProductList.MultiOption .horizontal-product-card .product-action .btn:after {
  content: "";
  display: none;
}
#customerInfoDiv .ProductList.favorite-products-content .product-name {
  margin-bottom: 6px;
}
#customerInfoDiv .ProductList.favorite-products-content .favorite-product-price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
#customerInfoDiv .horizontal-product-card .card-main .product-name {
  display: inline-block !important;
}

.product-history .detail-left h4 {
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
}
.product-history .detail-left h4 span {
  font-weight: 400;
  font-size: inherit;
}

@media (max-width: 1199px) {
  #customerInfoDiv .product-review ul li a {
    font-size: 0.8rem;
  }
}
.CartLeftFtr p, .CartLeftFtr a, .CartLeftFtr button {
  font-size: 0.8rem;
}
.CartLeftFtr button strong {
  margin-left: 0.2rem;
}

#orderTotalDiv #orderSummary {
  padding: 1.25rem;
}
#orderTotalDiv #orderSummary .OrderSummaryHead {
  padding: 0.625rem;
  margin: 0;
  background: none;
}
#orderTotalDiv #orderSummary .OrderSummaryHead h3 {
  font-size: 1.3rem;
  color: #403F3F;
}
#orderTotalDiv #orderSummary .OrderSummaryHead span {
  font-size: 1.2rem;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #403F3F;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tbody {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tbody tr {
  background: #FAFAFA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 10px 18px 16px;
  gap: 11px;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tbody tr td {
  padding: 0;
  color: #403F3F;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tbody tr td:first-child {
  font-weight: 600;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tbody tr td:first-child strong {
  font-weight: 700;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tbody tr td:first-child span {
  color: #6C757D;
  font-weight: 400;
  display: block;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tfoot tr {
  background: #FAFAFA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 10px 18px 16px;
  gap: 11px;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tfoot tr td {
  padding: 0;
  color: #6B1DA9;
  font-weight: 700;
}
#orderTotalDiv #orderSummary .OrderSummaryBody .table tfoot tr td:first-child {
  font-size: 1rem;
}
#orderTotalDiv #orderSummary .OrderSummaryBody #OrderSummaryForm .form-group {
  margin: 0 0 1rem !important;
}
#orderTotalDiv #orderSummary .OrderSummaryBody #OrderSummaryForm .complete-shopping-btn {
  font-size: 1rem;
  border-radius: 12px;
  background: #022B3A;
  padding: 10px;
  color: #FFF;
  font-weight: 700;
  line-height: 29px;
  text-transform: capitalize;
  border-color: #022B3A;
}
#orderTotalDiv #orderSummary .OrderSummaryBody #OrderSummaryForm .continue-shopping-btn {
  font-size: 1rem;
  font-weight: 700;
  border-radius: 12px;
  background: none;
  padding: 10px;
  color: #6B1DA9;
  line-height: 29px;
  text-transform: capitalize;
  border: 1px solid #6B1DA9;
}
#orderTotalDiv .basket-advertisement img {
  display: block;
  margin: 0 auto;
}

#speedPayForm .OrderAddress ul li.speedpay-cv input {
  padding: 0.6rem;
}
#speedPayForm .OrderAddress .btn-Green {
  font-size: 1rem;
}

#selectedBillingAndShipping {
  padding-bottom: 32px;
}

#newShippingAddressForm {
  margin-bottom: 2rem;
}

#simpleProductDetails .DetailPage .ItemCounterWrap .ItemCounter {
  margin-bottom: 0 !important;
}
#simpleProductDetails .DetailPage .DetailPageBox .ItemCounter {
  height: 60px;
}
#simpleProductDetails .DetailPage .DetailPageBox .ItemCounter .CounteMinus, #simpleProductDetails .DetailPage .DetailPageBox .ItemCounter .CountePlus {
  top: 50%;
  transform: translateY(-50%);
}
#simpleProductDetails .DetailPage .tiers {
  font-size: 12px;
  text-align: center;
  padding: 8px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}
#simpleProductDetails .DetailPage .tiers strong {
  display: block;
  padding: 2px 4px;
  border: 1px solid #F7901E;
  border-radius: 4px;
  color: #F7901E;
  cursor: pointer;
}
#simpleProductDetails .DetailPage .tiers strong.active {
  background: #F7901E;
  color: #ffffff;
}
#simpleProductDetails .DetailPage .tiers strong.tier-info {
  display: block;
  border: 0;
  padding: 0px;
  color: #56A2D9;
  margin-top: 6px;
  grid-column-start: 1;
  grid-column-end: 4;
  cursor: default;
}
#simpleProductDetails .DetailPage .tiers strong.tier-info span {
  position: relative;
}
#simpleProductDetails .DetailPage .tiers strong.tier-info span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  color: #CE9400;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#simpleProductDetails .DetailPage .tiers strong.tier-info span:after {
  content: "Satıcı bu ürünü baremli olarak satışa sunmuştur";
  display: none;
  position: absolute;
  width: 180px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.33);
  left: 50%;
  bottom: 120%;
  margin-left: -90px;
  border-radius: 12px;
  color: #403F3F;
}
#simpleProductDetails .DetailPage .tiers strong.tier-info span:hover:after {
  display: block;
}

@media (max-width: 500px) {
  .product-history {
    flex-direction: column;
  }
}
#cartDiv .CartLeft, #paymentStepsDiv .CartLeft {
  padding: 1rem;
  margin: 0 0 1rem !important;
}
#cartDiv .CartLeft .CartLeftHead, #paymentStepsDiv .CartLeft .CartLeftHead {
  padding: 0 0.5rem 0.8rem;
  justify-content: space-between;
}
#cartDiv .CartLeft .CartLeftBody, #paymentStepsDiv .CartLeft .CartLeftBody {
  padding: 0 0 0.8rem 0;
}
#cartDiv .CartLeft .CartLeftFtr, #paymentStepsDiv .CartLeft .CartLeftFtr {
  padding: 0 0.5rem;
}
#cartDiv .CartLeft .basket-card-content .products-box, #paymentStepsDiv .CartLeft .basket-card-content .products-box {
  display: block !important;
  padding: 10px 20px !important;
}
#cartDiv .CartLeft .basket-card-content .products-box .productQty p, #paymentStepsDiv .CartLeft .basket-card-content .products-box .productQty p {
  color: #403F3F;
  font-size: 24px;
  font-weight: 700;
}
#cartDiv .CartLeft .basket-card-content .products-box .productQty span, #paymentStepsDiv .CartLeft .basket-card-content .products-box .productQty span {
  margin-left: 15px;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-remove-btn, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-remove-btn {
  cursor: pointer;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-remove-btn img, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-remove-btn img {
  margin-bottom: 0;
}
#cartDiv .CartLeft .basket-card-content .products-box .product-img, #paymentStepsDiv .CartLeft .basket-card-content .products-box .product-img {
  width: 100px !important;
  border: 1px solid #FAFAFA;
  border-radius: 14px;
  background: #fff;
}
#cartDiv .CartLeft .basket-card-content .products-box .product-img img, #paymentStepsDiv .CartLeft .basket-card-content .products-box .product-img img {
  border-radius: 14px;
}
#cartDiv .CartLeft .basket-card-content .products-box .DetailLeft .ThreePoints, #paymentStepsDiv .CartLeft .basket-card-content .products-box .DetailLeft .ThreePoints {
  font-size: 14px;
  font-weight: 700;
  padding: 0 8px;
  color: #403F3F;
  white-space: normal;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc {
  font-size: 12px;
  font-weight: 600;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div {
  font-size: 13px;
  border-right: 1px solid #dedede;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:nth-child(2), #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:nth-child(2) {
  color: #6B1DA9;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:last-child, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:last-child {
  border: none;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:last-child span, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:last-child span {
  color: #CE9400;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:last-child strong, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:last-child strong {
  color: #CE9400;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div span, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div span {
  font-weight: 600;
  display: block;
}
#cartDiv .CartLeft .basket-card-content .products-box .ItemCounter button, #paymentStepsDiv .CartLeft .basket-card-content .products-box .ItemCounter button {
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
}
#cartDiv .CartLeft .basket-card-content .products-box .ItemCounter .BasketInfoQuantity, #paymentStepsDiv .CartLeft .basket-card-content .products-box .ItemCounter .BasketInfoQuantity {
  font-size: 16px;
}
#cartDiv .CartLeft .basket-card-content .products-box .PriceDiv, #paymentStepsDiv .CartLeft .basket-card-content .products-box .PriceDiv {
  font-size: 16px;
  font-weight: 700;
  color: #403F3F;
  text-transform: capitalize;
}

#SearchProductDiv .ProductList ul {
  display: block;
}
#SearchProductDiv .ProductList ul li {
  margin: 0 !important;
}

#vendorDiv .horizontal-product-card .card-warehouse-information a {
  font-size: 13px !important;
}

#groupProductDetails .horizontal-product-card .card-main .product-card-left, #vendorDiv .horizontal-product-card .card-main .product-card-left {
  padding-left: 0;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-left .card-warehouse-information, #vendorDiv .horizontal-product-card .card-main .product-card-left .card-warehouse-information {
  margin-left: 12px;
  color: #212121;
  width: 100%;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-left .card-warehouse-information .product-vendor, #vendorDiv .horizontal-product-card .card-main .product-card-left .card-warehouse-information .product-vendor {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-left .card-warehouse-information .rating-bar, #vendorDiv .horizontal-product-card .card-main .product-card-left .card-warehouse-information .rating-bar {
  margin-bottom: 0 !important;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-left .card-warehouse-information .min-cargo-price, #vendorDiv .horizontal-product-card .card-main .product-card-left .card-warehouse-information .min-cargo-price {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #000000;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-left .card-warehouse-information .min-cargo-price img, #vendorDiv .horizontal-product-card .card-main .product-card-left .card-warehouse-information .min-cargo-price img {
  margin-bottom: 0;
  margin-right: 2px;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-left .card-warehouse-information .min-cargo-price span, #vendorDiv .horizontal-product-card .card-main .product-card-left .card-warehouse-information .min-cargo-price span {
  color: #00779C;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-middle, #vendorDiv .horizontal-product-card .card-main .product-card-middle {
  font-size: 14px;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-middle .row > div, #vendorDiv .horizontal-product-card .card-main .product-card-middle .row > div {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dedede;
  padding: 0 15px 0 0;
  margin-right: 15px;
  text-align: center;
  max-width: 78px;
  width: 78px;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-middle .row > div:last-child, #vendorDiv .horizontal-product-card .card-main .product-card-middle .row > div:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-middle .row .pcm-price-text, #vendorDiv .horizontal-product-card .card-main .product-card-middle .row .pcm-price-text {
  margin-left: 10% !important;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-middle .row .pcm-price-text strong, #vendorDiv .horizontal-product-card .card-main .product-card-middle .row .pcm-price-text strong {
  color: #6B1DA9;
}
#groupProductDetails .horizontal-product-card .card-main .product-card-right .product-action, #vendorDiv .horizontal-product-card .card-main .product-card-right .product-action {
  width: auto;
}

#groupProductDetails .descriptionButton {
  border: 1px solid rgba(64, 63, 63, 0.12);
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
  padding: 10px 8px;
  border-radius: 8px;
  margin-bottom: 4px;
}
#groupProductDetails .descriptionButton span {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #56a2d9;
}
#groupProductDetails #descriptionTab {
  background-color: #fff;
  padding: 30px;
  font-weight: 300;
  color: #000;
  margin-bottom: 24px;
  border-radius: 20px;
}
#groupProductDetails #descriptionTab a {
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  background: url(../images/LeftAngle.svg) no-repeat 0 50%;
  padding: 0 0 0 1.2rem;
  transition: ease-in-out 0.5s;
}

.color-turquoise {
  color: #56a2d9;
}

.line-height-12 {
  line-height: 1.2;
}

.line-height-14 {
  line-height: 1.4;
}

.ProductList.BoxView {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.ProductList.BoxView .horizontal-product-card {
  margin-bottom: 0;
}
.ProductList.BoxView .horizontal-product-card .card-main {
  flex-direction: column;
  height: 100%;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-card-left, .ProductList.BoxView .horizontal-product-card .card-main .product-card-middle, .ProductList.BoxView .horizontal-product-card .card-main .product-card-right {
  max-width: 100% !important;
  flex: 1;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-card-left {
  padding: 0;
  min-height: 190px;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-card-left .d-flex {
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-card-left .d-flex .card-warehouse-information {
  margin: 0;
  text-align: center;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-card-middle {
  margin: 0 0 12px !important;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-card-middle .row > div {
  margin: 0 !important;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-card-right {
  padding: 0;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-card-right button.btn-orange {
  text-align: center;
}
.ProductList.BoxView .horizontal-product-card .card-main .image-holder {
  margin-bottom: 12px;
}
.ProductList.BoxView .horizontal-product-card .card-main .card-info {
  padding: 0 !important;
  text-align: center;
  margin-bottom: 12px;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-action {
  width: 100%;
}
.ProductList.BoxView .horizontal-product-card .card-main .product-action a {
  text-align: center;
}

@media (max-width: 767px) {
  .horizontal-product-card .card-main .card-info {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .menu-tabs {
    margin-bottom: 12px;
  }
  .ProductList.BoxView {
    grid-template-columns: repeat(1, 1fr);
  }
  .ProductList.BoxView .horizontal-product-card .card-main {
    display: flex !important;
  }
  .horizontal-product-card .card-main .product-card-left .image-holder {
    margin: 0 !important;
  }
  .horizontal-product-card .card-main .product-card-right {
    padding: 0;
  }
  .horizontal-product-card .card-main .product-card-left, .horizontal-product-card .card-main .product-card-middle {
    padding: 0;
    margin-bottom: 1rem;
  }
  #customerInfoDiv .main-order .product-history .order-details .detail-right .show-detail-btn {
    width: 100%;
    margin-top: 12px;
  }
  #customerInfoDiv .horizontal-product-card .card-main .card-info .favorite-seller-star {
    justify-content: center;
  }
  #cartDiv .products-box, #paymentStepsDiv .products-box {
    position: relative;
  }
  #cartDiv .products-box .product-img img, #paymentStepsDiv .products-box .product-img img {
    max-width: 100%;
  }
  #cartDiv .products-box .basket-remove-btn, #paymentStepsDiv .products-box .basket-remove-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 34px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #dedede;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cartDiv .products-box .basket-remove-btn i, #paymentStepsDiv .products-box .basket-remove-btn i {
    display: inline-flex;
  }
  #cartDiv .products-box .basket-cart-information, #paymentStepsDiv .products-box .basket-cart-information {
    margin-bottom: 12px;
  }
  #cartDiv .products-box .PriceDiv, #paymentStepsDiv .products-box .PriceDiv {
    padding: 0 !important;
    text-align: center !important;
    font-size: 16px !important;
  }
  #cartDiv .products-box .PriceDiv .Cart-Discount, #paymentStepsDiv .products-box .PriceDiv .Cart-Discount {
    bottom: -12px !important;
    font-size: 10px !important;
  }
  #cartDiv .CartLeftFtr button.DetailRight, #paymentStepsDiv .CartLeftFtr button.DetailRight {
    justify-content: space-between !important;
  }
  #cartDiv .CartLeftHead, #paymentStepsDiv .CartLeftHead {
    justify-content: center !important;
  }
  #cartDiv .CartLeftHead h3, #paymentStepsDiv .CartLeftHead h3 {
    width: 100%;
    text-align: center;
  }
  #cartDiv .CartLeftHead .FullScreen, #paymentStepsDiv .CartLeftHead .FullScreen {
    margin: 0 0 0 12px;
  }
  #cartDiv .CartLeftHead .FullScreen i, #paymentStepsDiv .CartLeftHead .FullScreen i {
    display: inline-flex;
  }
  #cartDiv .CartLeftHead .ChooseWarehouse, #paymentStepsDiv .CartLeftHead .ChooseWarehouse {
    margin: 0 !important;
  }
  #cartDiv .message-error-cart, #paymentStepsDiv .message-error-cart {
    margin-bottom: 12px;
  }
  #bannerDiv {
    width: 100% !important;
    margin-bottom: 60px !important;
  }
  #bannerDiv #home-slider {
    padding-bottom: 30px;
  }
  #bannerDiv #home-slider .swiper-slide {
    height: 330px !important;
  }
  #bannerDiv #home-slider .swiper-slide .fixed-background {
    background: none !important;
  }
  #bannerDiv #home-slider .swiper-slide .fixed-background .text-holder {
    display: none;
  }
  #bannerDiv #home-slider .swiper-slide .fixed-background .image-holder-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }
  #bannerDiv #home-slider .swiper-slide .fixed-background .image-holder-mobile img {
    width: 100%;
    margin-bottom: 0 !important;
    border-radius: 20px;
  }
  #bannerDiv #home-slider .swiper-slide .fixed-background .image-holder img {
    width: 180px;
    right: 50%;
    transform: translate(50%, -50%) !important;
  }
  #bannerDiv #home-slider .swiper-slide .only-image .only-image-web {
    display: none;
  }
  #bannerDiv #home-slider .swiper-slide .only-image .only-image-mobile {
    display: block;
  }
  #bannerDiv #home-slider .swiper-slide .image-with-text .text-holder {
    display: none !important;
  }
  #bannerDiv #home-slider .swiper-slide .image-with-text .image-holder {
    width: 100% !important;
    height: 100% !important;
  }
  #bannerDiv #home-slider .swiper-slide .image-with-text .image-holder:before {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
  #bannerDiv #home-slider .swiper-slide .image-with-text .image-holder img {
    max-height: 70% !important;
    max-width: 70% !important;
  }
  #bannerDiv #home-slider .swiper-slide .image-with-text .button-mobile {
    display: block !important;
    width: 150px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
    background-color: #CE9400;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
  }
  #bannerDiv #home-slider .swiper-pagination {
    display: block;
  }
  #bannerDiv #home-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: none;
  }
  #bannerDiv #home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #CE9400;
  }
  #bannerDiv #home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    display: none;
  }
  #bannerDiv #home-slider .swiper-pagination .swiper-pagination-bullet img {
    display: none;
  }
  #productsOfDayDiv {
    margin: 0 auto;
  }
}
.horizontal-product-card .card-main {
  position: relative;
}
.horizontal-product-card .card-main img {
  margin-bottom: 0px;
}
.horizontal-product-card .card-main .old-price {
  text-decoration: line-through;
  color: #c3c3c3;
  font-weight: bold;
}

#paymentStepsDiv #orderSummaryForm .basket-card-content ul li {
  margin: 0 !important;
}
#paymentStepsDiv #orderSummaryForm .basket-card-content ul li .products-box {
  margin: 0 0 1.225rem;
}

#cartDiv .message-error-cart {
  padding: 0.25rem 0.5rem !important;
  line-height: 1 !important;
  margin: 8px 0;
  width: 100%;
}
#cartDiv .message-error-cart ul {
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}
#cartDiv .message-error-cart ul li {
  margin: 0;
  text-align: center;
}
#cartDiv .message-error-cart ul li span {
  font-size: 12px;
  font-weight: 600;
}

.cart-error-div {
  width: 100%;
  padding: 0 15px;
}
.cart-error-div .message-error {
  padding: 1rem !important;
}
.cart-error-div .message-error ul {
  margin: 0;
}

#cartDiv .cartNoProduct .cartNoProductContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 20px;
  min-height: 360px;
}
#cartDiv .cartNoProduct .cartNoProductContainer .cartNoProductText {
  color: #C9C9C9;
  font-weight: 600;
}
#cartDiv .cartNoProduct .cartNoProductContainer .cartNoProductButton {
  width: 228px;
  height: 46px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #CE9400;
  font-weight: 700;
  color: white;
  line-height: 29px;
  text-align: center;
}

#simpleProductDiv .DetailOption .simple-cart-favorite {
  font-weight: 600;
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  background: rgb(241, 241, 241);
}
#simpleProductDiv .DetailOption .simple-cart-favorite i {
  color: #00779C !important;
}
#simpleProductDiv .DetailOption .simple-cart-favorite.active {
  background: #00C8E3;
  color: #00779C;
}

.color-red {
  color: #e80707;
}

#home-login-advertisement img {
  margin-bottom: 0;
}

/*#region RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ol, 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%;
  font: inherit;
  vertical-align: baseline;
}

#bannerDiv {
  width: calc(100% - 310px);
  padding: 0 15px;
}

#productsOfDayDiv {
  width: 310px;
  padding: 0 15px;
  height: 485px;
  position: relative;
}
#productsOfDayDiv .pod-title-text {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
}
#productsOfDayDiv .pod-container {
  height: 100%;
  margin: 0;
  background: #ffffff;
  border-radius: 15px;
}
#productsOfDayDiv .pod-container .swiper-slide {
  padding: 20px 20px 40px;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox {
  padding: 0;
  width: auto;
  height: 100%;
  border-radius: 0;
  background: transparent;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Img {
  height: auto;
  width: auto;
  display: block;
  border-radius: 14px;
  margin: 0 0 1rem !important;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Img img {
  display: block;
  max-height: 118px;
  margin: 6px auto 0 auto;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Img .lazy {
  height: 150px;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Info {
  height: auto;
  padding: 0 16px;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Info .product-title {
  white-space: normal !important;
  color: #403F3F;
  line-height: 20px;
  margin: 0 0 16px 0;
  font-size: 15px;
  height: 60px;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Info .product-box-miad {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Info .product-box-startingPrice {
  margin: 0;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Info .product-box-startingPrice span {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Info .product-box-price {
  color: #CE9400;
  font-size: 15px;
}
#productsOfDayDiv .pod-container .swiper-slide .ProductBox .Product-Info .add-info {
  position: relative;
  bottom: 0;
  padding: 0 20px;
}
#productsOfDayDiv .pod-container .product-title {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #403F3F;
}
#productsOfDayDiv .pod-container .product-title a {
  font-size: 14px;
  font-weight: bold;
  color: #403F3F;
}
#productsOfDayDiv .pod-container .pod-price-box span {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #403F3F;
}
#productsOfDayDiv .pod-container .pod-price-box span.pod-price-sub {
  color: #CE9400;
}
#productsOfDayDiv .pod-container .pod-action-box {
  padding: 0 15px;
}
#productsOfDayDiv .pod-container .pod-action-box .action-box {
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 185px;
}
#productsOfDayDiv .pod-container .pod-action-box .pod-quantity-box {
  border: 1px solid #F2EBF2;
  padding: 0.25rem;
  margin: 0 0 0.5rem;
  position: relative;
  height: 50px;
  font-size: 16px;
}
#productsOfDayDiv .pod-container .pod-action-box .pod-quantity-box .pod-quantity-btn {
  border: 0;
  position: absolute;
  top: 6px;
  background: #F8F8FB;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productsOfDayDiv .pod-container .pod-action-box .pod-quantity-box .pod-quantity-btn img {
  margin-bottom: 0;
}
#productsOfDayDiv .pod-container .pod-action-box .pod-quantity-box .pod-quantity-btn.pod-btn-minus {
  left: 6px;
}
#productsOfDayDiv .pod-container .pod-action-box .pod-quantity-box .pod-quantity-btn.pod-btn-plus {
  right: 6px;
}
#productsOfDayDiv .pod-container .pod-action-box .pod-quantity-box .pod-quantity-input {
  border: none;
  text-align: center;
  margin: 0;
  padding: 0 36px;
  display: block;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  color: #000;
}
#productsOfDayDiv .pod-container .pod-action-box .pod-buy-box {
  height: 40px;
  background: #FFF4ED;
}
#productsOfDayDiv .pod-container .pod-action-box .pod-buy-box .pod-buy-btn {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #FF4D00;
  cursor: pointer;
}
#productsOfDayDiv .pod-container .swiper-pagination {
  bottom: 26px;
}
#productsOfDayDiv .pod-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px !important;
}
#productsOfDayDiv .pod-container .swiper-button-next, #productsOfDayDiv .pod-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  bottom: 16px;
  top: auto;
}
#productsOfDayDiv .pod-container .swiper-button-next {
  right: 32px;
}
#productsOfDayDiv .pod-container .swiper-button-prev {
  left: 32px;
}

.swiper-container#home-slider {
  padding-bottom: 80px;
  margin: 0;
}
.swiper-container#home-slider .fixed-background {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 20px;
}
.swiper-container#home-slider .fixed-background .image-holder img {
  width: 220px;
  position: absolute;
  right: 5.1rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.swiper-container#home-slider .fixed-background .image-holder-mobile {
  display: none;
}
.swiper-container#home-slider .fixed-background .text-holder {
  position: absolute;
  top: 25%;
  left: 3rem;
}
.swiper-container#home-slider .fixed-background .text-holder h3 {
  font-size: 26px;
  color: #403F3F;
}
.swiper-container#home-slider .fixed-background .text-holder p {
  margin: 0;
  font-weight: 600;
  font-size: 25px;
}
.swiper-container#home-slider .only-image {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.swiper-container#home-slider .only-image img {
  height: 100%;
  margin-bottom: 0;
}
.swiper-container#home-slider .image-with-text {
  display: flex;
  height: 100%;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 6px;
}
.swiper-container#home-slider .image-with-text .text-holder {
  flex-grow: 1;
  padding: 48px;
  margin-top: -70px;
}
.swiper-container#home-slider .image-with-text .text-holder h3 {
  font-size: 26px;
  color: #403F3F;
}
.swiper-container#home-slider .image-with-text .text-holder p {
  font-size: 25px;
  margin: 0;
  font-weight: 600;
}
.swiper-container#home-slider .image-with-text .text-holder .btn {
  width: 180px;
  height: 50px;
  border-radius: 100px;
  color: #fff;
  background-color: #6B1DA9;
  line-height: 1;
  border: none;
  min-width: 180px;
  position: absolute;
  bottom: 54px;
  left: 40px;
  font-size: 16px;
}
.swiper-container#home-slider .image-with-text .image-holder {
  flex-shrink: 0;
  height: 100%;
  background-color: #F8D4CC;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 360px;
}
.swiper-container#home-slider .image-with-text .image-holder:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 5%;
  top: 5%;
}
.swiper-container#home-slider .image-with-text .image-holder img {
  display: block;
  margin: 0;
  max-height: 70%;
  max-width: 70%;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.swiper-container#home-slider .image-with-text .button-mobile {
  display: none;
}
.swiper-container#home-slider .swiper-pagination {
  bottom: 0;
  display: flex;
}
.swiper-container#home-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  padding: 4px;
  border-radius: 10px;
  flex-grow: 1;
  margin: 0 8px 0 0 !important;
  position: relative;
  transition: 200ms border-color;
}
.swiper-container#home-slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0 !important;
}
.swiper-container#home-slider .swiper-pagination .swiper-pagination-bullet img {
  display: block;
  margin: 0;
  max-height: 100%;
}
.swiper-container#home-slider .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #6B1DA9;
}
.swiper-container#home-slider .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6B1DA9;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
.swiper-container#home-slider .swiper-slide {
  height: 370px;
  overflow: hidden;
}
.swiper-container#home-slider .swiper-slide:nth-child(8n+2) .image-with-text .image-holder {
  background-color: #F7E1CC;
}
.swiper-container#home-slider .swiper-slide:nth-child(8n+3) .image-with-text .image-holder {
  background-color: #D6F1F5;
}
.swiper-container#home-slider .swiper-slide:nth-child(8n+4) .image-with-text .image-holder {
  background-color: #CFEBC3;
}
.swiper-container#home-slider .swiper-slide:nth-child(8n+5) .image-with-text .image-holder {
  background-color: #FAEDC0;
}
.swiper-container#home-slider .swiper-slide:nth-child(8n+6) .image-with-text .image-holder {
  background-color: #E0E0E0;
}
.swiper-container#home-slider .swiper-slide:nth-child(8n+7) .image-with-text .image-holder {
  background-color: #FDDDE7;
}
.swiper-container#home-slider .swiper-slide:nth-child(8n+8) .image-with-text .image-holder {
  background-color: #D7DCFA;
}

.eczastok-orange {
  color: #6B1DA9;
}

#home-login-advertisement img {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #bannerDiv {
    width: 100%;
    margin-bottom: 60px;
  }
  #productsOfDayDiv {
    margin: auto;
  }
}
.section#live {
  background: url("../gfx/bg-broadcast.png") center center no-repeat;
  background-size: cover;
  padding: 64px 0;
}
.section#live .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.section#live .section-header .live-title {
  font-size: 38px;
  color: #ffffff;
}
.section#live .section-header #btn-archive {
  font-size: 14px;
  font-weight: 700;
  color: #CE9400;
  background-color: #ffffff;
  padding: 8px 24px 8px 36px;
  border-radius: 8px;
  min-width: auto;
}
.section#live .section-header #btn-archive i {
  display: inline-block;
  margin-left: 12px;
}
.section#live #live-broadcast {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 64px;
}
.section#live #live-broadcast iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section#sponsors {
  padding: 16px 0;
}
.section#sponsors .sponsors_list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.section#sponsors .sponsors_list li {
  display: inline-flex;
  height: 70px;
  align-items: center;
  vertical-align: middle;
  padding: 0 32px;
}
.section#sponsors .sponsors_list li img {
  display: block;
  margin: 0;
  max-height: 100%;
  width: auto;
  height: auto;
}
.section#sponsors .sponsors_list li.title {
  font-size: 16px;
  font-weight: 500;
  color: #403F3F;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}

@media (max-width: 991px) {
  .section#live .section-header .live-title {
    font-size: 32px;
  }
  .section#live#live-broadcast {
    margin: 0;
  }
  .section#sponsors .sponsors_list li {
    padding: 0 16px;
    border: none;
  }
}
@media (max-width: 767px) {
  .section#live {
    padding: 32px 0;
  }
  .section#live .section-header {
    display: block;
    margin-bottom: 16px;
  }
  .section#live .section-header .live-title {
    font-size: 24px;
  }
  .section#live #live-broadcast {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1200px) {
  #home-slider .text-holder h3 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1200px) {
  #home-slider .btn {
    bottom: 40px !important;
  }
}
@media screen and (max-width: 991px) {
  #home-slider .image-holder {
    height: 50% !important;
    width: 150px !important;
  }
  #home-slider .eczastok-orange {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  #home-slider .btn {
    bottom: 30px !important;
  }
}

#cartDiv .CartLeft, #paymentStepsDiv .CartLeft {
  padding: 1rem;
  margin: 0 0 1rem !important;
}
#cartDiv .CartLeft .CartLeftHead, #paymentStepsDiv .CartLeft .CartLeftHead {
  padding: 0 0.5rem 0.8rem 0;
}
#cartDiv .CartLeft .CartLeftBody, #paymentStepsDiv .CartLeft .CartLeftBody {
  padding: 0 0 0.8rem;
}
#cartDiv .CartLeft .CartLeftFtr, #paymentStepsDiv .CartLeft .CartLeftFtr {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
#cartDiv .CartLeft .basket-card-content .products-box, #paymentStepsDiv .CartLeft .basket-card-content .products-box {
  display: block !important;
  padding: 10px 20px 10px 10px !important;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-remove-btn, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-remove-btn {
  cursor: pointer;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-remove-btn img, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-remove-btn img {
  margin-bottom: 0;
}
#cartDiv .CartLeft .basket-card-content .products-box .product-img, #paymentStepsDiv .CartLeft .basket-card-content .products-box .product-img {
  width: 80px !important;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
}
#cartDiv .CartLeft .basket-card-content .products-box .DetailLeft, #paymentStepsDiv .CartLeft .basket-card-content .products-box .DetailLeft {
  max-width: 500px;
}
#cartDiv .CartLeft .basket-card-content .products-box .DetailLeft .ThreePoints, #paymentStepsDiv .CartLeft .basket-card-content .products-box .DetailLeft .ThreePoints {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc {
  padding: 0 15px;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div {
  font-size: 12px;
  border-right: 1px solid #dedede;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:nth-child(2), #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:nth-child(2) {
  color: #6B1DA9;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:last-child, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div:last-child {
  color: #56A2D9;
  border: none;
}
#cartDiv .CartLeft .basket-card-content .products-box .basket-card-desc div span, #paymentStepsDiv .CartLeft .basket-card-content .products-box .basket-card-desc div span {
  font-weight: 600;
  padding-left: 5px;
  display: block;
}
#cartDiv .CartLeft .basket-card-content .products-box .ItemCounter button, #paymentStepsDiv .CartLeft .basket-card-content .products-box .ItemCounter button {
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
}
#cartDiv .CartLeft .basket-card-content .products-box .ItemCounter .BasketInfoQuantity, #paymentStepsDiv .CartLeft .basket-card-content .products-box .ItemCounter .BasketInfoQuantity {
  font-size: 16px;
  font-weight: 700;
}
#cartDiv .CartLeft .basket-card-content .products-box .PriceDiv, #paymentStepsDiv .CartLeft .basket-card-content .products-box .PriceDiv {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 22px;
}

.orderSummary {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}
.orderSummary h1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  text-transform: capitalize;
}
.orderSummary .CartLeft {
  background: #FAFAFA;
  padding: 20px;
}
.orderSummary .CartLeft .CartLeftHead h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  text-transform: capitalize;
}
.orderSummary .CartLeft .CartLeftBody .ProductList .products-box {
  background-color: #FFFFFF;
}
.orderSummary .CartLeft .basket-card-content .products-box .ItemCounter .BasketInfoQuantity {
  margin-bottom: 0px;
}

#CounterItem {
  width: 120px !important;
  margin-right: 17px !important;
}

/*#region RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ol, 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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

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

*, *:before, *:after {
  box-sizing: border-box;
}

/*#endregion*/
/*#region COLORS*/
/*#endregion */
/*#region MIXINS*/
/*#endregion*/
/*#region TYPOGRAPHY*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}

ul, ol, p, img {
  margin-bottom: 24px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.section-title {
  margin-bottom: 48px;
}

img {
  max-width: 100%;
  height: auto;
}
img.img-block {
  display: block;
  width: 100%;
}
img.img-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-orange {
  color: #FFB800;
}

.color-blue {
  color: #56A2D9;
}

.color-white {
  color: #ffffff;
}

.color-dark {
  color: #403F3F;
}

strong {
  font-weight: 700;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-normal {
  font-weight: 400;
}

small {
  font-size: 72%;
}

.title-button {
  display: inline-block;
  border: 2px solid #FFB800;
  font-size: 14px;
  line-height: 20px;
  color: #FFB800;
  padding: 8px 20px;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 16px;
}
.title-button:hover {
  background-color: #FFB800;
  color: #ffffff;
}

.title-with-angle-down {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  color: #00C8E3;
  padding-bottom: 24px;
  margin-bottom: 32px;
}
.title-with-angle-down:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f107";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-align: center;
  background-color: #00C8E3;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/*#endregion*/
/*#region FORMS*/
.btn {
  position: relative;
}
.btn.btn-rounded {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 20px;
  border: 0 none;
  min-width: initial;
}
.btn.btn-orange {
  background-color: #CE9400;
  color: #ffffff;
}
.btn.btn-orange:hover {
  background-color: #b58200;
}
.btn.icon-cart {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn.icon-cart img {
  margin-bottom: 0px;
  margin-left: 5%;
}
.btn.btn-gray {
  border: 2px solid #6C757D;
  color: #6C757D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 26px;
}
.btn.btn-gray:hover {
  background-color: #6C757D;
  color: #ffffff;
}
.btn.btn-pink {
  background-color: #FFF4ED;
  color: #00C8E3;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  border-radius: 14px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}

:focus, input:focus, button:focus, textarea:focus, select:focus {
  outline: 0;
  outline-offset: 0;
}

.form-single-line {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  max-width: 464px;
}
.form-single-line .form-control {
  background-color: #ffffff;
  border-radius: 32px;
  height: 60px;
  padding-left: 24px;
  padding-right: 160px;
  border: 0 none;
}

/*#endregion*/
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans", serif;
  background-color: #f2f2f2;
  color: #403F3F;
}

.video-holder {
  padding-top: 56.25%;
  position: relative;
  background-color: #000000;
  margin-bottom: 32px;
}
.video-holder iframe, .video-holder video {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#top-item-holder {
  display: block;
  position: relative;
  height: 164px;
  width: 100%;
}
#top-item-holder iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
}
#top-item-holder a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
#top-item-holder #btn-close-top-item {
  width: 36px;
  height: 36px;
  background: url("../icons/close-white.svg") no-repeat center center;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -18px;
  border-radius: 4px;
  cursor: pointer;
}
#top-item-holder #btn-close-top-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.simple-product-card {
  display: flex;
  align-items: center;
  background-color: #f8f8fb;
  margin-bottom: 8px;
  padding: 10px 12px;
  border-radius: 8px;
}
.simple-product-card .image-holder {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: #fff;
  padding: 4px;
}
.simple-product-card .image-holder img {
  display: block;
  margin: 0px;
  max-height: 100%;
}
.simple-product-card .content-holder {
  padding-left: 16px;
  flex-grow: 1;
}
.simple-product-card select.form-control {
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #FFB800;
  margin-bottom: 0px;
}
.simple-product-card h3 {
  font-size: 14px;
  margin-bottom: 6px;
}
.simple-product-card p {
  margin: 0px;
  color: #6C757D;
  font-size: 14px;
}
.simple-product-card:hover {
  background-color: rgba(151, 71, 255, 0.1);
}
.simple-product-card.returned .image-holder {
  position: relative;
  overflow: hidden;
}
.simple-product-card.returned .image-holder:before {
  content: "İade Edildi";
  background-color: #00C8E3;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  padding: 4px;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

#mega-menu {
  position: fixed;
  right: -300px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  background-color: #ffffff;
  padding: 64px 0px 24px 0px;
  z-index: 12500;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.4s ease;
  color: #403F3F;
}
#mega-menu ul {
  list-style: none;
  margin: 0px;
  padding-left: 16px;
}
#mega-menu a {
  display: block;
  padding: 8px 0px;
  text-decoration: none;
}
#mega-menu a.has-submenu {
  padding-right: 24px;
  position: relative;
}
#mega-menu a.has-submenu:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: block;
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: 8px;
}
#mega-menu a:hover {
  color: #FFB800;
}
#mega-menu #top-categories {
  height: 100%;
  overflow: auto;
  padding-right: 16px;
}
#mega-menu #top-categories li a.has-submenu:hover {
  color: #FFB800 !important;
}
#mega-menu .second-level {
  display: none;
}
#mega-menu .third-level {
  display: none;
}
#mega-menu #close-mega-menu {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 36px;
  line-height: 34px;
  background: url("../images/CloseBlack.svg") no-repeat center center;
  cursor: pointer;
}
#mega-menu.open {
  right: 0px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
}

#menu-switch {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}
#menu-switch span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
}
#menu-switch:before, #menu-switch:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #FFFFFF;
}
#menu-switch:before {
  top: 6px;
  left: 0px;
}
#menu-switch:after {
  bottom: 6px;
  right: 0px;
}

#full-header {
  background-color: #FFB800;
}
#full-header #header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.5px;
  flex-wrap: wrap;
}
#full-header #header-top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: auto;
  display: flex;
  justify-content: center;
}
#full-header #header-top-menu li {
  display: inline-block;
}
#full-header #header-top-menu li:first-child {
  color: #022B3A;
}
#full-header #header-top-menu li a {
  display: block;
  padding: 10px 0;
}
#full-header .header-main-content {
  background: #FFB800;
}
#full-header .header-main-content #header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  flex-wrap: wrap;
}
#full-header .header-main-content .header-categories-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background: #FFF;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
}
#full-header .header-main-content .header-categories-menu a {
  display: flex;
  align-items: center;
  margin-right: 54px;
  padding: 10px 14px;
}
#full-header .header-main-content .header-categories-menu a:last-child {
  margin: 0;
}
#full-header .header-main-content .header-categories-menu a p {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #403F3F;
  margin: 0;
}
#full-header .header-main-content .header-categories-menu a img {
  margin: 0 4px 0 0 !important;
}
#full-header #logo {
  display: block;
}
#full-header #logo img {
  display: block;
  margin: 0px;
}
#full-header #user-menus {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#full-header #user-menus .menu-item {
  position: relative;
  display: inline-block;
}
#full-header #user-menus .menu-item #btn-notifications {
  border: none !important;
}
#full-header #user-menus .menu-item:hover #btn-account {
  background-color: #C9C9C9 !important;
}
#full-header #user-menus .menu-item:hover #btn-account + .dropdown ul li a:before {
  color: #CE9400;
  margin-right: 11px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
#full-header #user-menus .menu-item:hover .btn-dropdown#btn-account:after {
  transform: rotateX(180deg);
}
#full-header #user-menus .menu-item:hover .dropdown {
  display: block;
}
#full-header #user-menus .menu-item #btn-notifications {
  background-color: #FFFFFF;
}
#full-header #user-menus .btn-dropdown {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 14px 12px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #CE9400;
}
#full-header #user-menus .btn-dropdown .button-text {
  padding-left: 8px;
  font-size: 12px;
}
#full-header #user-menus .btn-dropdown .button-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  color: #022B3A;
  position: absolute;
  left: 21px;
  top: 10px;
}
#full-header #user-menus .btn-dropdown:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#full-header #user-menus .btn-dropdown#btn-account {
  color: #CE9400;
  background-color: #FFFFFF;
}
#full-header #user-menus .btn-dropdown#btn-account:before {
  background-image: url(../icons/my-account-icon.svg);
}
#full-header #user-menus .btn-dropdown#btn-account:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f107";
  display: block;
  font-size: 24px;
  line-height: 20px;
  margin-left: 4px;
  background-image: url(../icons/icon-arrow-down.svg?v=001);
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.5s ease-out;
}
#full-header #user-menus .btn-dropdown#btn-account:hover {
  background-color: #FAFAFA !important;
}
#full-header #user-menus .btn-dropdown#btn-cart {
  background-color: #CE9400;
}
#full-header #user-menus .btn-dropdown#btn-cart:before {
  background-image: url(../icons/my-basket-icon.svg?v=001);
}
#full-header #user-menus .btn-dropdown#btn-notifications {
  background-color: #CE9400;
}
#full-header #user-menus .btn-dropdown#btn-notifications .button-counter {
  background-color: #CE9400;
  color: #fff;
}
#full-header #user-menus .btn-dropdown#btn-notifications:before {
  background-image: url(../icons/notification-bell.svg?v=001);
}
#full-header #user-menus #btn-cart + .dropdown {
  min-width: 380px;
}
#full-header #user-menus .dropdown {
  min-width: 200px;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 201;
  max-height: 400px;
  overflow: auto;
  display: none;
  text-align: left;
}
#full-header #user-menus .dropdown ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#full-header #user-menus .dropdown ul li {
  margin-bottom: 6px;
}
#full-header #user-menus .dropdown ul li #iconAllOrders:before {
  background-image: url(../icons/icon-truck.svg);
}
#full-header #user-menus .dropdown ul li #iconFavorites:before {
  background-image: url(../icons/icon-favorites.svg);
}
#full-header #user-menus .dropdown ul li #iconAllProducts:before {
  background-image: url(../icons/icon-all-products.svg);
}
#full-header #user-menus .dropdown ul li #iconSettings:before {
  background-image: url(../icons/icon-settings.svg);
}
#full-header #user-menus .dropdown ul li #iconLogOut:before {
  background-image: url(../icons/icon-log-out.svg);
}
#full-header #user-menus .dropdown ul li a {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 10px 16px;
  border-radius: 8px;
}
#full-header #user-menus .dropdown ul li a:hover {
  background-color: rgba(151, 71, 255, 0.1);
  color: #000;
}
#full-header #user-menus .dropdown ul li a.info-item {
  text-align: center;
}
#full-header #user-menus .dropdown ul li a.info-item:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f05a";
  margin-right: 12px;
}
#full-header #user-menus .dropdown .dropdown-products {
  max-height: 300px;
  overflow: auto;
}
#full-header #user-menus .dropdown .simple-product-card {
  width: 100%;
}
#full-header #user-menus .dropdown .cart-dropdown-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
}
#full-header #user-menus .dropdown .cart-dropdown-bottom h6 {
  font-size: 15px;
  margin: 0px;
  font-weight: 400;
}
#full-header #user-menus .dropdown .cart-dropdown-bottom .btn {
  margin: 0px;
  background: #6B1DA9 !important;
  border-color: #6B1DA9 !important;
}
#full-header #user-menus .dropdown #btn-mark-all-notifications {
  white-space: nowrap;
  font-size: 13px;
  background: #022B3A !important;
  border-color: #022B3A !important;
}
#full-header #menu-switch {
  display: none;
  margin-left: 16px;
}

#simple-header {
  padding: 10px 0px;
  background: #FFB800;
}
#simple-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#simple-header #logo {
  display: block;
}
#simple-header #logo img {
  display: block;
  margin: 0px;
}
#simple-header #simple-menu {
  display: block;
  position: fixed;
  right: -260px;
  top: 0;
  background: #fff;
  padding: 64px 16px 16px 16px;
  overflow: auto;
  width: 260px;
  height: 100%;
  z-index: 100000000;
  transition: all 0.4s ease;
}
#simple-header #simple-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#simple-header #simple-menu ul li {
  margin-bottom: 12px;
}
#simple-header #simple-menu ul li a {
  display: block;
  padding: 12px 16px 12px 46px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
}
#simple-header #simple-menu ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
#simple-header #simple-menu ul li a#btn-vendor-apply {
  border: 2px solid #022B3A;
  color: #FFFFFF;
  background-color: #022B3A;
}
#simple-header #simple-menu ul li a#btn-vendor-apply:before {
  content: "\f0d1";
  left: 10px;
  transform: rotate(180deg) rotateX(180deg);
  font-size: 20px;
}
#simple-header #simple-menu ul li a#btn-login {
  border-color: #FFFFFF;
  color: #FFB800;
  background-color: #FFFFFF;
}
#simple-header #simple-menu ul li a#btn-login:before {
  content: "\f007";
  color: #FFB800;
  font-size: 24px;
  left: 10px;
}
#simple-header #simple-menu ul li a#btn-register {
  background-color: #022B3A;
  color: #FFFFFF;
  padding: 12px 34px 12px 16px !important;
}
#simple-header #simple-menu ul li a#btn-register:before {
  right: 10px;
  font-size: 24px;
}
#simple-header #simple-menu #close-simple-menu {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 36px;
  line-height: 34px;
  background: url(../images/CloseBlack.svg) no-repeat center center;
  cursor: pointer;
}
#simple-header #simple-menu.open {
  right: 0px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
}

.HeaderBigBG .logo img {
  width: 90px;
  margin: 0;
}

#main-search {
  position: relative;
  z-index: 200;
  flex-grow: 1;
  margin: 0 210px 0 40px;
}
#main-search #main-search-form {
  position: relative;
}
#main-search #main-search-form .form-control {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 12px 80px 12px 45px;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
#main-search #main-search-form .btn-primary, #main-search #main-search-form .btn-primary:hover {
  background-color: #CE9400 !important;
  border-color: #CE9400;
  border-radius: 0 10px 10px 0 !important;
}
#main-search #main-search-form .btn {
  position: absolute;
  display: block;
  width: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 0px 24px;
  border: 0 none;
  border-radius: 0px 8px 8px 0px;
  min-width: initial;
  font-size: 16px;
  letter-spacing: 0px;
  background: #CE9400;
}
#main-search #main-search-form:before {
  left: 12px;
  top: 11px;
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../icons/icon-search.svg);
}
#main-search #search-results {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 4px;
  width: 800px;
  display: flex;
  align-items: flex-start;
  background-color: #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  display: none;
}
#main-search #search-results #search-left {
  width: 200px;
  flex-shrink: 0;
  padding: 12px;
  min-height: 240px;
  max-height: 520px;
  overflow: auto;
}
#main-search #search-results #search-right {
  width: calc(100% - 200px);
  padding: 12px;
  padding-bottom: 48px;
  position: relative;
  border-left: 1px solid #ffffff;
}
#main-search #search-results #search-right ul {
  min-height: 240px;
  max-height: 520px;
  overflow: auto;
}
#main-search #search-results #search-right #btn-search-all {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 20px;
  border: 0 none;
  border-radius: 22px;
}
#main-search #search-results #close-search {
  display: block;
  padding: 4px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #CE9400 url(../icons/close-white.svg) no-repeat center center;
  background-size: auto 44%;
}
#main-search #search-results h3 {
  font-size: 16px;
  color: #FFB800;
}
#main-search #search-results ul {
  list-style: none;
  padding: 0px;
}
#main-search #search-results ul li {
  margin-bottom: 4px;
}
#main-search #search-results ul li a {
  display: inline-block;
  background-color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
}
#main-search #search-results ul li a span {
  color: #ccc;
  font-size: 12px;
  margin-left: 6px;
}
#main-search #search-results .search-product-card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding-right: 32px;
}
#main-search #search-results .search-product-card .image-holder {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 4px;
}
#main-search #search-results .search-product-card .image-holder img {
  display: block;
  margin: 0;
  max-height: 100%;
}
#main-search #search-results .search-product-card .content-holder {
  padding-left: 12px;
  font-size: 12px;
}
#main-search #search-results .search-product-card .content-holder h5 {
  font-size: 14px;
  margin-bottom: 12px;
}
#main-search #search-results .search-product-card .content-holder p {
  margin: 0px;
}
#main-search #search-results .search-product-card .add-to-favorites {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFB800;
  opacity: 0.4;
  font-size: 20px;
  margin: 0px;
}
#main-search #search-results .search-product-card .add-to-favorites:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f08a";
}
#main-search #search-results .search-product-card .add-to-favorites.in-favorites:before {
  content: "\f004";
}
#main-search #search-results .search-product-card .add-to-favorites:hover {
  opacity: 1;
}

#search-bg {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #000000;
  opacity: 0.6;
  z-index: 14000;
  display: none;
}

.swiper-container {
  margin-bottom: 24px;
}
.swiper-container .swiper-pagination-bullet {
  background-color: #FFB800;
  margin: 0px 8px !important;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ffd466;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 26px;
  outline: 0;
  padding-left: 2px;
  transition: background-color 0.2s ease;
  margin-top: -32px;
}
.swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.swiper-container .swiper-button-prev:hover, .swiper-container .swiper-button-next:hover {
  background-color: #FFB800;
}
.swiper-container .swiper-button-prev {
  padding-left: 0px;
  padding-right: 2px;
}
.swiper-container .swiper-button-prev:after {
  content: "\f104";
}
.swiper-container#partners-slider {
  padding-bottom: 64px;
}
.swiper-container#partners-slider a {
  display: block;
  background-color: #ffffff;
  padding-top: 90%;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 5px 12px #eaeaea;
  transition: box-shadow 0.2s ease;
}
.swiper-container#partners-slider a img {
  display: block;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 82%;
  max-height: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-container#partners-slider a:hover {
  box-shadow: 0 0px 4px #eaeaea;
}
.swiper-container#home-category-slider {
  padding-bottom: 40px;
  margin: 0px;
}
.swiper-container#home-category-slider .swiper-pagination-bullet {
  background-color: #ffffff;
}
.swiper-container#home-category-slider .swiper-slide {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #214975;
  padding: 30px 10px;
  height: 140px;
}
.swiper-container#home-category-slider .swiper-slide .imgWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  height: 60px;
}
.swiper-container#home-category-slider .swiper-slide .imgWrapper img {
  margin: 0;
}
.swiper-container#home-category-slider .swiper-slide h6 {
  font-weight: 600;
  line-height: 16px;
  font-size: 15px;
  color: #403F3F !important;
}
.swiper-container#login-slider {
  background-color: #ffffff;
  box-shadow: 0 8px 22px 0 #e6e6e6;
  border-radius: 28px;
  font-size: 14px;
  text-align: center;
  margin: 0px;
}
.swiper-container#login-slider .swiper-slide {
  padding: 12px;
}
.swiper-container#login-slider .swiper-slide .slide-content {
  padding: 40px;
}
.swiper-container#login-slider .swiper-slide h3 {
  font-size: 20px;
  margin-bottom: 32px;
  color: #164261;
}
.swiper-container#vendor-gallery {
  padding-bottom: 24px;
  margin-bottom: 0px;
}
.swiper-container#vendor-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
  overflow: hidden;
}
.swiper-container#today-slider .product-card .image-holder {
  height: 118px;
}
.swiper-container#testimonials-slider .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-container#testimonials-slider .swiper-slide {
  padding: 12px;
}
.swiper-container.home-category-best-seller-slider .category-vertical-banner {
  border-radius: 24px;
  overflow: hidden;
  height: 418px;
}
.swiper-container.home-category-best-seller-slider .category-vertical-banner img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  object-fit: cover;
}
.swiper-container.home-category-best-seller-slider .product-card {
  margin-bottom: 0px;
}
.swiper-container.home-category-best-seller-slider .swiper-slide {
  width: 255px;
}
.swiper-container.home-category-best-seller-slider .swiper-button-next {
  right: 0;
}
.swiper-container.home-category-best-seller-slider .swiper-button-prev {
  left: 0;
}
.swiper-container.home-category-best-seller-slider .swiper-pagination-bullet {
  margin: 0px 4px !important;
}

.closeIcon {
  color: black;
  font-size: 2rem;
}

article {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  position: relative;
}
article .image-holder {
  margin-bottom: 24px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
article .image-holder img {
  display: block;
  margin: 0px;
  width: 100%;
}
article h3 {
  font-size: 20px;
  color: #FFB800;
}
article.article-simple {
  text-align: center;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 15px;
  margin-bottom: 20px;
}
article.article-simple .image-holder {
  margin-bottom: 14px;
}
article.article-simple .article-content {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.article-simple .article-content p {
  max-width: 264px;
}
article.article-fancy {
  margin-bottom: 32px;
  padding: 10px;
  border-radius: 18px;
  box-shadow: 0 8px 18px 0 #e3ddd5;
  background-color: #ffffff;
  text-align: center;
}
article.article-fancy .image-holder {
  border-radius: 10px;
}
article.article-fancy .image-holder img.icon {
  width: 85px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
article.article-fancy .image-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #000000;
  opacity: 0.22;
}
article.article-fancy .article-content {
  padding: 0px 16%;
  min-height: 120px;
}
article.article-fancy h3 {
  font-size: 16px;
}
article.article-fancy p {
  margin: 0px;
}
article.article-default {
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 16px;
}
article.article-default .image-holder {
  margin-bottom: 16px;
  border-radius: 10px;
}
article.article-default h3 {
  color: #403F3F;
  font-size: 16px;
  line-height: 20px;
  min-height: 60px;
}
article.article-default .date {
  display: block;
  font-size: 12px;
  color: #ccc;
  font-weight: 700;
}

.accordion-container .accordion {
  background-color: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #C5D0DC;
  border-radius: 20px;
}
.accordion-container .accordion .accordion-title {
  position: relative;
  padding: 18px 60px 18px 24px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #403F3F;
}
.accordion-container .accordion .accordion-title:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 24px;
  line-height: 24px;
  color: #FFB800;
  margin-top: -12px;
  transition: transform 0.32s ease;
}
.accordion-container .accordion .accordion-title:hover {
  color: #FFB800;
}
.accordion-container .accordion .accordion-body {
  padding: 24px;
  display: none;
}
.accordion-container .accordion .accordion-body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #403F3F;
}
.accordion-container .accordion.open .accordion-title {
  color: #FFB800;
}
.accordion-container .accordion.open .accordion-title:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new-breadcrumbs {
  background-color: #ffffff;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 0px;
  border-top: 1px solid #f2f2f2;
  color: #6B1DA9;
}
.new-breadcrumbs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.new-breadcrumbs ul li {
  display: inline-block;
}
.new-breadcrumbs ul li a {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}
.new-breadcrumbs ul li a:hover {
  color: #A439FA;
}
.new-breadcrumbs ul li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin: 0px 2px;
}
.new-breadcrumbs ul li:last-child:after {
  display: none;
}
.new-breadcrumbs ul li:first-child a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f015";
}

.new-pagination {
  list-style: none;
  padding: 0px;
  text-align: center;
  padding: 32px 0px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}
.new-pagination li {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #00C8E3;
  color: #00C8E3;
  transition: background-color 0.2s ease;
  cursor: pointer;
  margin: 0px 2px;
}
.new-pagination li.active, .new-pagination li:hover {
  background-color: #00C8E3;
  color: #ffffff;
}

.new-order-details .order-status-list {
  text-align: center;
  list-style: none;
  margin-top: 32px;
  margin-bottom: 36px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  position: relative;
}
.new-order-details .order-status-list li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  top: -12px;
  padding: 0px 4px;
  width: 160px;
  z-index: 1;
}
.new-order-details .order-status-list li:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../icons/icon-circle.svg") no-repeat center center;
  background-size: contain;
  margin: 0px auto 6px auto;
}
.new-order-details .order-status-list li.red:before {
  background-image: url("../icons/icon-circle-red.svg");
}
.new-order-details .order-status-list li.green:before {
  background-image: url("../icons/icon-circle-green.svg");
}
.new-order-details .order-status-list:before, .new-order-details .order-status-list:after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 0px;
  left: 5%;
}
.new-order-details .order-status-list:before {
  width: 90%;
  background-color: #164261;
}
.new-order-details .order-status-list:after {
  background-color: #44e4b5;
  width: 13%;
}
.new-order-details .order-status-list.stage-2:after {
  width: 35%;
}
.new-order-details .order-status-list.stage-3:after {
  width: 56%;
}
.new-order-details .order-status-list.stage-4:after {
  width: 76%;
}
.new-order-details .order-status-list.stage-5:after {
  width: 90%;
}
.new-order-details .pharmaceut-header .title-total {
  border-top: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
  padding: 12px 0px;
  margin-top: 9px;
}

.return-request-card {
  background-color: #fff;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.4;
}
.return-request-card h5 {
  font-size: 18px;
}
.return-request-card p {
  margin: 0px;
}
.return-request-card p strong {
  display: inline-block;
  width: 108px;
}

#advantage-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
#advantage-list li {
  background-color: #ffffff;
  padding: 10px;
  padding-left: 0px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
#advantage-list li img {
  display: block;
  margin: 0px;
  width: 70px;
  flex-shrink: 0;
  margin: 0 10px;
}
#advantage-list li p {
  margin: 0px;
}
#advantage-list li p strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

#sidebar-filters {
  background-color: #ffffff;
  border-radius: 20px;
  margin: 24px 0px;
  padding: 20px 12px;
}
#sidebar-filters .filter-group {
  margin-bottom: 32px;
}
#sidebar-filters .filter-group:last-child {
  margin-bottom: 0px;
}
#sidebar-filters h3 {
  font-size: 16px;
}
#sidebar-filters h3 .btn-all {
  float: right;
  font-size: 12px;
  line-height: 16px;
  display: block;
  padding: 2px 8px;
  cursor: pointer;
  font-weight: 600;
}
#sidebar-filters h3 .btn-all:hover {
  text-decoration: underline;
}
#sidebar-filters ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
#sidebar-filters ul li {
  padding: 6px 0px;
  position: relative;
}
#sidebar-filters ul.checkbox-filter li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
#sidebar-filters ul.checkbox-filter li:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #f7f6fa;
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: 8px;
}
#sidebar-filters ul.checkbox-filter li.checked:before {
  background-color: #00C8E3;
}
#sidebar-filters ul.checkbox-filter li.checked:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f00c";
  position: absolute;
  left: 4px;
  font-size: 14px;
  top: 50%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sidebar-filters ul.tree-filter span {
  cursor: pointer;
  display: inline-block;
  padding-right: 24px;
}
#sidebar-filters ul.tree-filter span:hover {
  color: #000000;
}
#sidebar-filters ul.tree-filter span.current {
  font-weight: 700;
}
#sidebar-filters ul.tree-filter .expand-tree {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 4px;
  padding: 0px;
  border-radius: 4px;
}
#sidebar-filters ul.tree-filter .expand-tree:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f107";
  font-size: 16px;
  color: #000;
  transition: transform 0.2s ease;
}
#sidebar-filters ul.tree-filter .expand-tree:hover {
  background-color: #f2f2f2;
}
#sidebar-filters ul.tree-filter .expand-tree.expanded:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sidebar-filters ul.tree-filter ul {
  padding-left: 14px;
  padding-top: 8px;
}
#sidebar-filters .ps-container {
  width: 100%;
  max-height: 360px;
  word-break: break-word;
}
#sidebar-filters .search-holder {
  position: relative;
  margin-bottom: 16px;
}
#sidebar-filters .search-holder .form-control {
  border-radius: 10px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 60px 16px 16px;
}
#sidebar-filters .search-holder:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f002";
  position: absolute;
  font-size: 14px;
  right: 12px;
  top: 10px;
  color: #000;
}
#sidebar-filters .sidebar-collapse {
  display: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0px;
  margin: 0px;
  transition: margin 0.32s ease;
}
#sidebar-filters .sidebar-collapse:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f107";
  margin-right: 4px;
  transition: transform 0.32s ease;
}
#sidebar-filters .sidebar-collapse.collapsed {
  margin-bottom: 16px;
}
#sidebar-filters .sidebar-collapse.collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sidebar-filters.merge-top {
  margin-top: -60px;
  padding-top: 68px;
}

.rating-bar {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.rating-bar .star-holder {
  width: 120px;
  height: 24px;
  background: url(../icons/emptyGrayStar.svg) repeat-x 0px center;
  background-size: 24px 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.rating-bar .star-holder .stars {
  height: 24px;
  background-image: url(../icons/starOrange.svg);
  background-size: 24px 24px;
  background-repeat: repeat-x;
  background-position: 0px center;
  overflow: hidden;
}
.rating-bar p {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #403F3F;
}

.product-card {
  margin-bottom: 32px;
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 20px;
}
.product-card:hover .card-main .product-group-link {
  opacity: 1;
}
.product-card .image-holder {
  display: flex;
  height: 160px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.product-card .image-holder img {
  display: block;
  margin: 0px;
  max-height: 100%;
}
.product-card .card-main {
  text-align: center;
  font-size: 12px;
  color: #8c8c8c;
}
.product-card .card-main a, .product-card .card-main span {
  display: block;
  margin-bottom: 6px;
}
.product-card .card-main .product-name {
  color: #403F3F;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  height: 40px;
  overflow: hidden;
}
.product-card .card-main .product-group-link {
  color: #6B1DA9;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
}
.product-card .card-main .product-price {
  font-size: 15px;
  font-weight: 700;
  color: #FFB800;
  letter-spacing: 0.05em;
}
.product-card .card-main .product-price small {
  font-size: 13px;
  color: #cccccc;
  text-decoration: line-through;
  display: block;
}
.product-card .card-action .btn {
  display: block;
  width: 100%;
}
.product-card .add-to-favorites {
  position: absolute;
  right: 14px;
  top: 8px;
  color: #FFB800;
  font-size: 20px;
  cursor: pointer;
}
.product-card .add-to-favorites:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f08a";
}
.product-card .add-to-favorites.in-favorites:before {
  content: "\f004";
}
.product-card.highlighted {
  border: 1px solid #FFB800;
  box-shadow: 0px 0px 8px rgba(0, 200, 227, 0.24);
}

.section.home-category-best-sellers .container {
  background-color: #FAFAFA;
  border-radius: 20px;
  position: relative;
}
.section.home-category-best-sellers .container h1 {
  margin-bottom: 30px;
}
.section.home-category-best-sellers .container .swiper-button-prev, .section.home-category-best-sellers .container .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #C9C9C9;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 26px;
  outline: 0;
  padding-left: 2px;
  transition: background-color 0.2s ease;
  margin-top: -32px;
}
.section.home-category-best-sellers .container .swiper-button-prev:after, .section.home-category-best-sellers .container .swiper-button-next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.section.home-category-best-sellers .container .swiper-button-prev:hover, .section.home-category-best-sellers .container .swiper-button-next:hover {
  background-color: #56A2D9;
}
.section.home-category-best-sellers .container .swiper-button-prev {
  padding-left: 0;
  padding-right: 2px;
}
.section.home-category-best-sellers .container .swiper-button-prev:after {
  content: "\f104";
}
.section.home-category-best-sellers .product-card {
  height: 418px;
}

.horizontal-product-card {
  background-color: #ffffff;
  margin-bottom: 8px;
  border-radius: 20px;
  padding: 10px;
}
.horizontal-product-card.highlighted {
  border: 1px solid #FFB800;
  box-shadow: 0px 0px 8px rgba(0, 200, 227, 0.24);
}
.horizontal-product-card .card-main {
  display: flex;
  align-items: center;
}
.horizontal-product-card .card-main .price-div {
  opacity: 0;
}
.horizontal-product-card .card-main:hover .price-div {
  opacity: 1;
}
.horizontal-product-card .card-main .image-holder {
  display: flex;
  width: 94px;
  height: 94px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 4px;
}
.horizontal-product-card .card-main .image-holder img {
  display: block;
  margin: 0px;
  max-width: 100%;
  max-height: 100%;
}
.horizontal-product-card .card-main .product-group-link {
  color: #6B1DA9;
  font-weight: 700;
  display: block;
  opacity: 0;
  margin-top: 10%;
  transition: opacity 0.2s ease;
}
.horizontal-product-card .card-main .card-info {
  padding: 12px 16px;
  flex-grow: 1;
}
.horizontal-product-card .card-main .card-info .product-name {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 12px;
}
.horizontal-product-card .card-main .card-info .product-vendor {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}
.horizontal-product-card .card-main .card-info .product-vendor:hover {
  text-decoration: underline;
}
.horizontal-product-card .card-main .card-info .product-price {
  color: #6C757D;
  margin: 0px;
  font-size: 14px;
}
.horizontal-product-card .card-main .card-info .product-price .lowest-price {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  color: #6B1DA9;
}
.horizontal-product-card .card-main .card-info .psf-dsf {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 12px;
  color: #707095;
}
.horizontal-product-card .card-main .card-price {
  width: 124px;
  flex-shrink: 0;
  padding: 0px 12px;
  text-align: center;
}
.horizontal-product-card .card-main .card-price h5 {
  font-size: 20px;
  font-weight: 600;
  color: #56A2D9;
  margin: 0px;
}
.horizontal-product-card .card-main .card-price h5 span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(56, 34, 57, 0.5);
  padding: 4px;
}
.horizontal-product-card .card-main .card-price h5 span.old-price {
  text-decoration: line-through;
}
.horizontal-product-card .card-main .stock-reminder {
  display: inline-block;
  color: #FFB800;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #FFB800;
  padding: 4px 12px;
  border-radius: 6px;
  margin: 0px;
}
.horizontal-product-card .card-main .stock-reminder:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f0f3";
  margin-left: 6px;
}
.horizontal-product-card .card-main .stock-reminder:hover {
  background-color: #FFB800;
  color: #fff;
}
.horizontal-product-card .card-main .product-action {
  width: 152px;
  flex-shrink: 0;
}
.horizontal-product-card .card-main .product-action .btn {
  min-width: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 20px;
  border: 0 none;
  position: relative;
  text-align: left;
}
.horizontal-product-card .card-bottom {
  display: flex;
  align-items: center;
  border-top: 1px solid #f3f3fa;
  font-size: 14px;
  color: #515172;
  margin-top: 10px;
  padding-top: 10px;
}
.horizontal-product-card .card-bottom span {
  display: block;
  margin-left: 12px;
}
.horizontal-product-card .card-bottom span strong {
  color: #000;
}
.horizontal-product-card .card-bottom span strong u {
  text-decoration: none;
  color: #FFB800;
}
.horizontal-product-card .card-bottom span.color-red {
  color: #f00;
}
.horizontal-product-card .card-bottom span.color-red strong {
  color: #f00;
}
.horizontal-product-card .card-bottom span:first-child {
  flex-grow: 1;
  margin-left: 0px;
}
.horizontal-product-card .tiers {
  font-size: 12px;
  text-align: center;
  padding: 8px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}
.horizontal-product-card .tiers strong {
  display: block;
  padding: 2px 4px;
  border: 1px solid #FFB800;
  border-radius: 4px;
  color: #FFB800;
  cursor: pointer;
}
.horizontal-product-card .tiers strong.active {
  background: #FFB800;
  color: #ffffff;
}
.horizontal-product-card .tiers strong.tier-info {
  display: block;
  border: 0;
  padding: 0px;
  color: #56A2D9;
  margin-top: 6px;
  grid-column-start: 1;
  grid-column-end: 4;
  cursor: default;
}
.horizontal-product-card .tiers strong.tier-info span {
  position: relative;
}
.horizontal-product-card .tiers strong.tier-info span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f05a";
  color: #00C8E3;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.horizontal-product-card .tiers strong.tier-info span:after {
  content: "Satıcı bu ürünü baremli olarak satışa sunmuştur";
  display: none;
  position: absolute;
  width: 180px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.33);
  left: 50%;
  bottom: 120%;
  margin-left: -90px;
  border-radius: 12px;
  color: #403F3F;
}
.horizontal-product-card .tiers strong.tier-info span:hover:after {
  display: block;
}
.horizontal-product-card:hover .card-main .product-group-link {
  opacity: 1;
}

.agent-product-card {
  background-color: #fff;
  box-shadow: 0px 8px 18px 0px rgba(189, 189, 189, 0.2509803922);
  border-radius: 18px;
  margin-bottom: 38px;
  padding: 20px;
  font-size: 12px;
}
.agent-product-card .card-result {
  text-align: center;
  padding: 0px 32px;
}
.agent-product-card .card-result h5 {
  color: #57BA47;
  font-size: 16px;
  padding: 0px 24px;
}
.agent-product-card .card-result h5 span {
  display: block;
  font-size: 22px;
}
.agent-product-card .card-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.agent-product-card .card-top .image-holder {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(143, 143, 143, 0.14);
  border-radius: 15px;
  padding: 15px;
  margin-right: 14px;
  width: 132px;
  height: 120px;
}
.agent-product-card .card-top .image-holder img {
  display: block;
  margin: 0px;
  max-height: 100%;
  width: auto;
  height: auto;
}
.agent-product-card .card-top h3 {
  font-size: 16px;
  margin: 0px;
}
.agent-product-card table {
  width: 100%;
  margin-bottom: 24px;
}
.agent-product-card table tr td {
  padding: 4px 0px;
}
.agent-product-card table tr td:first-child {
  font-weight: 700;
}
.agent-product-card table tr td:last-child {
  text-align: right;
}
.agent-product-card .tiers {
  display: flex;
  font-weight: 700;
  color: #214975;
  text-align: center;
  margin-bottom: 20px;
}
.agent-product-card .tiers span {
  display: block;
  background-color: #F3FAFF;
  flex: 1;
  margin: 0px 2px;
  padding: 8px 0px;
  border-radius: 8px;
}
.agent-product-card .card-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #FFF4ED;
  color: #00C8E3;
  font-size: 18px;
  font-weight: 700;
  padding: 18px;
  border-radius: 14px;
  margin-bottom: 8px;
}
.agent-product-card .card-total:before {
  content: "Toplam Tutar";
  display: block;
  font-size: 12px;
}
.agent-product-card select {
  margin-bottom: 8px;
}
.agent-product-card .card-calculator {
  display: flex;
  align-items: flex-end;
  color: #585D62;
  margin-bottom: 12px;
}
.agent-product-card .card-calculator > div {
  flex: 1;
  padding: 0px 6px;
}
.agent-product-card .card-calculator i {
  font-size: 20px;
  margin-bottom: 6px;
}
.agent-product-card .card-calculator span, .agent-product-card .card-calculator .form-control {
  display: block;
  border-radius: 8px;
  background-color: rgba(64, 63, 63, 0.06);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 6px 0px;
  border: 0 none;
  height: auto;
}
.agent-product-card .card-calculator .calculation-result {
  background-color: #FFF4ED;
  color: #00C8E3;
}
.agent-product-card .card-calculator label {
  font-size: 10px;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.agent-product-card .card-action {
  display: none;
  padding-bottom: 12px;
}

.products-holder.box-view {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.products-holder.box-view .horizontal-product-card {
  margin-bottom: 0px;
}
.products-holder.box-view .horizontal-product-card .card-main {
  display: block;
}
.products-holder.box-view .horizontal-product-card .card-main .image-holder {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.products-holder.box-view .horizontal-product-card .card-main .card-info {
  min-height: 120px;
  margin-bottom: 12px;
  text-align: center;
}
.products-holder.box-view .horizontal-product-card .card-main .product-action {
  width: 100%;
}
.products-holder.box-view .horizontal-product-card .card-main .product-action .btn {
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.shipping-companies h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.shipping-companies p {
  font-size: 14px;
}
.shipping-companies .companies-cargo-amount {
  height: 40px;
  display: flex;
  align-items: center;
}
.shipping-companies .companies-cargo-amount span {
  font-size: 12px !important;
  font-weight: 700;
}
.shipping-companies .companies-city {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shipping-companies .companies-city img {
  margin-right: 5px;
  margin-bottom: 19%;
}
.shipping-companies .companies-min-order {
  font-size: 12px;
  font-weight: 700;
}
.shipping-companies .companies-info {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #6B1DA9;
  border-radius: 10px;
  margin-top: 10px;
}
.shipping-companies .companies-cargo-img {
  margin-bottom: 0px;
  margin-right: 8px;
  margin-left: 5px;
}
.shipping-companies .card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
}
.shipping-companies .card-icon img {
  margin-bottom: 0px;
}

.testimonial-card {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  border-radius: 20px;
  color: #000;
  overflow: hidden;
}
.testimonial-card .image-holder {
  position: relative;
}
.testimonial-card .image-holder img {
  display: block;
  width: 100%;
  margin: 0px;
}
.testimonial-card .image-holder h3 {
  font-size: 18px;
  margin-bottom: 4px;
  position: absolute;
  left: 24px;
  bottom: 32px;
  color: #fff;
}
.testimonial-card .image-holder h4 {
  position: absolute;
  left: 24px;
  bottom: 12px;
  margin: 0px;
  font-size: 16px;
  color: #00C8E3;
}
.testimonial-card .image-holder:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  bottom: 0px;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.testimonial-card .content-holder {
  min-height: 180px;
  padding: 24px;
}
.testimonial-card p:before {
  content: "“";
  display: inline;
  margin-right: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.testimonial-card p:after {
  content: "”";
  display: inline;
  margin-left: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.white-card {
  background-color: #ffffff;
  padding: 40px 88px;
  border-radius: 28px;
}
.white-card .card-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 32px;
}
.white-card .form-control {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: 16px center;
  padding: 14px 24px;
  border: 0 none;
  border-radius: 12px;
}
.white-card .label {
  font-weight: 700;
}

.CartLeft .cart-item-note {
  padding-top: 16px;
}
.CartLeft .cart-item-note .note-top {
  display: flex;
  align-items: center;
}
.CartLeft .cart-item-note .note-top h3 {
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
  margin-right: 12px;
}
.CartLeft .cart-item-note .form-control {
  margin-bottom: 12px;
}
.CartLeft .cart-item-note .note-bottom {
  text-align: right;
}
.CartLeft .cart-item-note .note-bottom label {
  font-size: 14px;
  font-weight: 600;
  margin-right: 24px;
}
.CartLeft .cart-item-note .note-bottom label input {
  display: inline-block;
  margin-right: 4px;
}
.CartLeft .note-text-btn {
  font-weight: 600;
  text-decoration: underline;
}

.section {
  padding: 32px 0px;
}
.section.page-header {
  text-align: center;
  padding: 80px 0px;
  color: #ffffff;
}
.section.page-header h1 {
  margin: 0px;
  font-size: 36px;
}
.section.page-header p {
  padding-top: 12px;
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
}
.section.page-header.bg-pattern {
  background-color: #CE9400;
}
.section.more-space {
  padding: 64px 0px;
}
.section.bg-blue {
  background-color: #56A2D9;
  color: #ffffff;
}
.section.bg-image {
  background-image: url("../images/index-hero-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
}
.section.bg-orange {
  background-color: #FFB800;
  color: #ffffff;
}
.section.bg-pinky {
  background-color: #f7f4ef;
}
.section.home-category-best-sellers {
  padding-top: 36px;
  padding-bottom: 0px;
}
.section.home-category-best-sellers h1 {
  font-size: 24px;
  margin-bottom: 16px;
}
.section.home-category-best-sellers h1 a {
  float: right;
  color: #00C8E3;
  font-size: 60%;
}
.section#home {
  padding-top: 60px;
  background-color: #CE9400;
}
.section#home .home-left {
  padding-right: 140px;
}
.section#home .home-left .btn-singUp {
  background-color: #FFB800;
  color: #FAFFF5;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 25px;
  padding: 15px 56px 15px 20px;
  letter-spacing: 0;
  border: 0 none;
  min-width: initial;
}
.section#home .home-left .btn-singUp i {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  border-radius: 100%;
  color: #FFB800;
  font-size: 23px;
  line-height: 28px;
}
.section#home h1 {
  font-size: 52px;
  margin-bottom: 20px;
}
.section#home .form-single-line {
  margin-top: 60px;
}
.section#home .form-single-line .form-control {
  position: relative;
}
.section#home .form-single-line button {
  position: absolute;
  top: 5px;
  right: 6px;
  background: #FFB800;
  font-size: 14px;
  line-height: 29px;
  color: #FAFAFA;
  padding: 10px 8px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section#home .form-single-line button i {
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFB800;
  margin-left: 10px;
  border-radius: 12px;
}
.section#home .image-holder {
  position: relative;
}
.section#home .image-holder img {
  display: block;
  border-radius: 36px;
  box-shadow: 14px 14px 0px rgba(255, 255, 255, 0.18);
}
.section#home .image-holder:after {
  content: "";
  display: block;
  width: 164px;
  height: 164px;
  background-size: 86% auto;
  -webkit-backdrop-filter: blur(21.4px);
  backdrop-filter: blur(21.4px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  position: absolute;
  left: -82px;
  top: 94px;
}
.section#home h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}
.section#advantages .article-fancy {
  top: 0px;
  transition: top 0.2s ease;
}
.section#advantages .article-fancy:hover {
  top: -8px;
}
.section.work-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section.work-partners .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.work-partners .img-wrapper img {
  margin-bottom: 0 !important;
  margin-right: 96px;
}
.section.work-partners .img-wrapper img:last-child {
  margin: 0 !important;
}
.section#teaser {
  color: #ffffff;
}
.section#teaser .form-single-line .form-control {
  position: relative;
}
.section#teaser .form-single-line button {
  position: absolute;
  top: 5px;
  right: 6px;
  background: #FFB800;
  font-size: 14px;
  line-height: 29px;
  color: #FAFAFA;
  padding: 10px 8px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section#teaser .form-single-line button i {
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFB800;
  margin-left: 10px;
  border-radius: 12px;
}
.section#teaser .teaser-content {
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 18px;
  padding: 68px 40px;
  background: url("../gfx/bg-teaser.png?v=001") no-repeat center center;
  background-size: cover;
}
.section#teaser .teaser-content h1 {
  color: #403F3F;
}
.section#teaser img {
  display: block;
  width: 164px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  -webkit-backdrop-filter: blur(21.4px);
  backdrop-filter: blur(21.4px);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.section#teaser h1 {
  font-size: 28px;
}
.section#login {
  padding: 64px 0;
}
.section#login #login-form {
  min-height: 100%;
}
.section#login #login-form .form-control {
  padding-left: 48px;
}
.section#login #login-form .form-control:focus {
  box-shadow: 0 0 0 0.1rem #FFB800 !important;
}
.section#login #login-form .form-control#mailInput {
  background-image: url(../icons/icon-envelope.svg?v=001);
}
.section#login #login-form .form-control#passwordInput {
  background-image: url(../icons/icon-lock.svg?v=001);
}
.section#login #login-form #lbl-forgot-password {
  cursor: pointer;
}
.section#login #login-form .btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 16px;
  margin: 32px 0;
  position: relative;
  border-radius: 12px;
}
.section#login #login-form .form-bottom {
  margin: 0px;
  text-align: center;
}
.section#single-vendor .vendor-content {
  background-color: #FFFFFF;
  padding: 40px 60px;
  font-weight: 300;
  color: #403F3F;
  margin-bottom: 24px;
}
.section#single-vendor .vendor-content p {
  max-width: 410px;
}
.section#single-vendor .vendor-content h1 {
  max-width: 410px;
  font-size: 36px;
  color: #403F3F;
  font-weight: 700;
}
.section#single-vendor .vendor-content .vendor-city {
  font-size: 16px;
}
.section#single-vendor .vendor-hero-image {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 40px;
}
.section#single-vendor .vendor-logo {
  height: 200px;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 32px;
}
.section#single-vendor .vendor-logo img {
  display: block;
  margin: 0px;
  max-height: 100%;
}
.section#single-vendor .btn-vendor-cta {
  margin-bottom: 48px;
}
.section#project-partners ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.section#project-partners ul li {
  display: inline-flex;
  height: 120px;
  width: 180px;
  margin: 12px 24px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.section#project-partners ul li img {
  display: block;
  margin: 0;
  max-height: 72%;
  width: auto;
  height: auto;
}
.section#home-video-container iframe {
  display: block;
  width: 100%;
  min-height: 312px;
}
.section#agent-top {
  padding: 220px 0px;
  background: url(../gfx/bg-agent-top.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.section#agent-top h3 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
.section#agent-top .button-holder {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 570px;
  text-align: right;
}
.section#agent-top .button-holder .btn {
  display: inline-block;
  margin-left: 32px;
  font-weight: 700;
  font-size: 14px;
  width: auto;
  min-width: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.section#agent-top .button-holder .btn-white {
  color: #00C8E3;
}
.section#agent-top .button-holder .btn-white:hover {
  background-color: #00C8E3;
  color: #fff;
}
.section#agent-top .button-holder .btn-transparent {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
}

#footer {
  padding-top: 72px;
  background-color: #022B3A;
  color: #FFFFFF;
  font-size: 14px;
}
#footer a {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
#footer a i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #164261;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
#footer a:hover {
  color: #FFB800 !important;
}
#footer a:hover i {
  color: #ffffff;
  background-color: #00C8E3;
}
#footer #footer-logo {
  display: inline-block;
  margin-bottom: 32px;
}
#footer #footer-logo img {
  margin: 0px;
  width: 85px;
}
#footer h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
#footer ul {
  list-style: none;
  padding: 0px;
}
#footer ul li {
  margin-bottom: 4px;
}
#footer ul li a {
  display: inline-block;
}
#footer ul.footer-social-medias {
  margin-bottom: 48px;
}
#footer ul.footer-social-medias li {
  display: inline-block;
  margin-right: 4px;
}
#footer ul.footer-social-medias li a {
  display: block;
}
#footer ul.footer-social-medias li a i {
  transition: 0.3s all ease-in-out;
}
#footer ul.footer-social-medias li a i:hover {
  background-color: #FFB800 !important;
}
#footer ul.footer-contact {
  margin-bottom: 40px;
  font-weight: 500;
}
#footer ul.footer-contact li {
  margin-bottom: 12px;
}
#footer ul.footer-contact a:hover i {
  background-color: #FFB800 !important;
}
#footer ul.footer-contact i {
  margin-right: 12px;
  transition: 0.3s all ease-in-out;
}
#footer ul.footer-contact i:hover {
  background-color: #FFB800 !important;
}
#footer ul.footer-menu li {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
#footer .footer-copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 32px;
  padding: 32px 24px;
}

#go-top {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 10;
  cursor: pointer;
  width: 54px;
  height: 54px;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  border: 4px solid #FFB800;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.2s ease;
  display: none;
}
#go-top:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  content: "\f106";
}
#go-top:hover {
  background-color: #FFB800;
  border-color: #FFB800;
  color: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}

#new-loading {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 14000;
}
#new-loading .ball {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #FFB800;
  border-radius: 50%;
  animation: bounce 0.5s ease-in-out infinite both;
  z-index: 14001;
}
@keyframes bounce {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 50px) scale(1, 0.77);
  }
}

body.search-open #main-search {
  z-index: 14001;
}
body.search-open #main-search #search-results {
  display: flex;
}
body.search-open #search-bg {
  display: block;
}

@media (max-width: 1199px) {
  .swiper-container#home-category-slider .swiper-slide {
    padding: 16px;
  }
  .section#home .home-left {
    padding-right: 120px;
  }
  .section#home h1 {
    font-size: 40px;
  }
  .section#agent-top .button-holder {
    left: 0px;
    right: 0px;
    width: auto;
    text-align: center;
    bottom: 60px;
    top: auto;
  }
  .section#agent-top .button-holder .btn {
    margin: 0px 4px;
  }
  #footer a i {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  #full-header #header-top-menu {
    text-align: center;
    margin-bottom: 4px;
  }
  #full-header #header-top-menu li {
    margin: 0px;
  }
  #full-header #header-top-menu li a {
    padding-left: 6px;
    padding-right: 6px;
  }
  #full-header #user-menus {
    flex-grow: 1;
    text-align: right;
  }
  #full-header #menu-switch {
    display: flex;
  }
  #main-search {
    order: 6;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 15px;
  }
  #main-search #search-results {
    width: 680px;
  }
  .swiper-container#login-slider .swiper-slide .slide-content {
    padding: 20px 4px;
  }
  .swiper-container#login-slider .swiper-slide h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  #sidebar-filters .sidebar-collapse {
    display: flex;
  }
  #sidebar-filters .filter-group {
    display: none;
  }
  #sidebar-filters.merge-top {
    margin: 24px 0px;
    padding-top: 20px;
  }
  .white-card {
    padding: 24px;
  }
  .section#home .home-left {
    padding-right: 0px;
  }
  .section#home .image-holder:after {
    left: -20px;
    top: 20px;
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 860px) {
  #top-item-holder {
    height: 100px;
  }
  #top-item-holder #btn-close-top-item {
    top: 4px;
    right: 4px;
    margin: 0px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  #full-header #user-menus #btn-cart + .dropdown {
    min-width: 100%;
  }
  #full-header #user-menus #btn-notifications + .dropdown {
    max-height: 275px;
  }
  #full-header #user-menus .dropdown #btn-mark-all-notifications {
    font-size: 12px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .section-title {
    margin-bottom: 24px;
  }
  .title-with-angle-down {
    font-size: 20px;
  }
  .simple-product-card {
    padding: 8px;
  }
  .simple-product-card .image-holder {
    width: 55px;
    height: 55px;
  }
  .simple-product-card .content-holder {
    padding-left: 12px;
  }
  .simple-product-card h3 {
    font-size: 13px;
  }
  .simple-product-card p {
    font-size: 11px;
  }
  .simple-product-card.returned .image-holder {
    width: 54px;
    height: 64px;
    padding-top: 14px;
  }
  .simple-product-card.returned .image-holder:before {
    content: "İade";
  }
  #main-search #main-search-form .btn {
    padding: 0px 12px;
  }
  #main-search #search-results {
    width: 100%;
    flex-direction: column-reverse;
  }
  #main-search #search-results #search-left {
    width: 100%;
    padding-bottom: 60px;
  }
  #main-search #search-results #search-right {
    width: 100%;
    position: static;
    padding-bottom: 0px;
  }
  #main-search #search-results #search-right ul {
    max-height: 292px;
  }
  article.article-fancy .image-holder img.icon {
    width: 64px;
    height: 64px;
  }
  .swiper-container#partners-slider {
    margin: 0px;
    padding-bottom: 52px;
  }
  .accordion-container {
    font-size: 14px;
  }
  .accordion-container .accordion .accordion-title {
    font-size: 14px;
  }
  .new-breadcrumbs {
    font-size: 12px;
    padding: 8px 0px;
  }
  .new-order-details .order-status-list li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 0px;
    top: 0px;
  }
  .new-order-details .order-status-list li:before {
    display: inline-block;
    margin: 0px;
    margin-right: 12px;
    vertical-align: middle;
  }
  .new-order-details .order-status-list:before, .new-order-details .order-status-list:after {
    width: 4px;
    left: 12px;
  }
  .new-order-details .order-status-list:before {
    height: 100%;
  }
  .new-order-details .order-status-list:after {
    height: 13%;
  }
  .new-order-details .order-status-list.stage-2:after {
    width: 4px;
    height: 35%;
  }
  .new-order-details .order-status-list.stage-3:after {
    width: 4px;
    height: 56%;
  }
  .new-order-details .order-status-list.stage-4:after {
    width: 4px;
    height: 76%;
  }
  .new-order-details .order-status-list.stage-5:after {
    width: 4px;
    height: 90%;
  }
  .new-order-details .pharmaceut-header .title-total {
    margin-top: 16px;
    padding-bottom: 0px;
    font-size: 13px;
  }
  .new-order-details .pharmaceut-header .title-total span {
    display: block;
    margin-bottom: 2px;
  }
  .return-request-card {
    padding: 20px;
    border-radius: 20px;
  }
  #full-header #logo {
    width: 128px;
  }
  #full-header #user-menus .btn-dropdown {
    padding: 10px 8px;
  }
  #full-header #user-menus .btn-dropdown .button-text {
    display: none;
  }
  #full-header #user-menus .btn-dropdown .button-counter {
    top: 2px;
    right: 2px;
    left: auto;
  }
  #full-header #user-menus .dropdown {
    right: -44px;
    border-width: 4px;
    padding: 4px;
  }
  #full-header #user-menus .dropdown .simple-product-card {
    width: 260px;
  }
  #full-header #user-menus .dropdown .cart-dropdown-bottom {
    padding: 8px 4px 4px 4px;
  }
  #full-header #user-menus .dropdown .cart-dropdown-bottom h6 {
    font-size: 13.6px;
  }
  #full-header #user-menus .dropdown .cart-dropdown-bottom .btn {
    min-width: auto;
    width: auto;
    white-space: nowrap;
    font-size: 0.9rem;
  }
  #full-header #menu-switch {
    margin-left: 12px;
  }
  #advantage-list {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .horizontal-product-card .card-main {
    display: block;
  }
  .horizontal-product-card .card-main .image-holder {
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .horizontal-product-card .card-main .product-group-link {
    opacity: 1;
    position: static;
    margin-top: 4px;
  }
  .horizontal-product-card .card-main .card-info {
    padding: 0px;
    margin-bottom: 12px;
  }
  .horizontal-product-card .card-main .card-price {
    width: 100%;
    margin-bottom: 12px;
  }
  .horizontal-product-card .card-main .product-action {
    width: 100%;
  }
  .horizontal-product-card .card-main .product-action .btn {
    text-align: center;
  }
  .products-holder.box-view {
    grid-template-columns: repeat(2, 1fr);
  }
  .CartLeft .cart-item-note .note-top {
    display: block;
  }
  .section.more-space {
    padding: 40px 0px;
  }
  .section#home {
    padding-top: 36px;
  }
  .section#home .form-single-line {
    max-width: 100%;
    margin: 40px 0px;
  }
  .section#home .image-holder {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .section#teaser .teaser-content {
    padding: 40px;
    text-align: center;
  }
  .section#login #login-form {
    margin-bottom: 24px;
    min-height: initial;
  }
  .section#single-vendor .vendor-content {
    padding: 12px;
  }
  .section#single-vendor .vendor-content h1 {
    font-size: 24px;
  }
  .section#single-vendor .vendor-hero-image {
    margin-bottom: 24px;
  }
  .section#single-vendor .vendor-logo {
    height: 140px;
    padding: 8px;
  }
  .section#project-partners ul li {
    margin: 12px 4px;
    width: 100px;
    height: 40px;
  }
  .section#agent-top {
    padding-top: 80px;
    padding-bottom: 124px;
    font-size: 16px;
  }
  .section#agent-top .button-holder {
    bottom: 12px;
    padding: 0px 32px;
  }
  .section#agent-top .button-holder .btn {
    display: block;
    width: 100%;
    margin: 0px;
    margin-bottom: 12px;
  }
  .section#agent-top h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .form-single-line {
    text-align: right;
  }
  .form-single-line .form-control {
    padding-right: 24px;
    margin-bottom: 12px;
  }
  .form-single-line .btn {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .section#home h1 {
    font-size: 32px;
  }
  .section#teaser .teaser-content {
    margin: 0px;
    padding: 40px 15px;
  }
  .section#teaser img {
    width: 140px;
  }
  .section#teaser h1 {
    font-size: 24px;
  }
  .section.home-category-best-sellers .product-card {
    padding: 12px;
  }
  .section.home-category-best-sellers .product-card .image-holder {
    height: 160px;
  }
  .section.home-category-best-sellers h1 {
    font-size: 16px;
  }
  .section.home-category-best-sellers h1 a {
    font-size: 80%;
  }
  .product-card {
    padding: 8px;
  }
  .product-card .image-holder {
    height: 100px;
  }
  .product-card .card-action .btn {
    text-align: left;
    padding-left: 12px;
  }
  #go-top {
    width: 42px;
    height: 42px;
    font-size: 28px;
    border-width: 2px;
    line-height: 34px;
    right: 16px;
    bottom: 16px;
  }
}
@media (min-width: 768px) {
  #simple-header #menu-switch {
    display: none;
  }
  #simple-header #simple-menu {
    position: static;
    background: transparent;
    padding: 0px;
    width: auto;
  }
  #simple-header #simple-menu ul li {
    display: inline-block;
    margin: 0px;
    margin-left: 8px;
  }
  #simple-header #simple-menu ul li.vendor-apply-holder {
    border-right: 1px solid #FFFFFF;
    padding-right: 24px;
    margin-right: 16px;
  }
  #simple-header #simple-menu #close-simple-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  #mega-menu {
    position: relative;
    text-align: center;
    font-size: 12px;
    width: 100%;
    right: 0px;
    padding: 0px;
    z-index: 2;
  }
  #mega-menu ul {
    padding: 0px 16px;
  }
  #mega-menu li {
    flex-grow: 1;
  }
  #mega-menu li.all-link {
    display: none;
  }
  #mega-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    height: 40px;
    transition: all 0.2s ease;
  }
  #mega-menu a.has-submenu {
    padding: 12px;
  }
  #mega-menu a.has-submenu:after {
    display: none;
  }
  #mega-menu #top-categories {
    display: flex;
  }
  #mega-menu #top-categories > li:hover > a {
    background-color: #F2F2F2;
    color: #FFB800;
  }
  #mega-menu #top-categories > li:hover > .second-level {
    display: flex;
  }
  #mega-menu #top-categories > li:hover > .third-level {
    display: block;
  }
  #mega-menu .second-level {
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #00779C;
  }
  #mega-menu .second-level > li > a {
    color: #ffffff;
  }
  #mega-menu .second-level > li:hover > a {
    background-color: #403F3F;
  }
  #mega-menu .second-level > li:hover > .third-level {
    display: block;
  }
  #mega-menu .third-level {
    position: absolute;
    border-top: 1px solid #eeeeee;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    padding: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    overflow: auto;
    max-height: 400px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
  }
  #mega-menu .third-level > li {
    float: left;
    width: 25%;
    margin-bottom: 8px;
  }
  #mega-menu .third-level > li > a {
    height: 48px;
    padding: 12px 16px 12px 36px;
    justify-content: flex-start;
    position: relative;
  }
  #mega-menu .third-level > li > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    width: 22px;
    height: 22px;
    border: 1px solid #403F3F;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 1px;
  }
  #mega-menu .third-level > li > a:hover {
    color: #00C8E3;
  }
  #mega-menu .third-level > li > a:hover:before {
    border-color: #00C8E3;
  }
  #mega-menu #close-mega-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  #mega-menu ul {
    width: 1140px;
    margin: 0 auto;
    padding: 0px;
  }
  #mega-menu #top-categories {
    padding: 0px;
  }
  #mega-menu a {
    padding: 16px;
  }
  #mega-menu a.has-submenu {
    padding: 16px;
  }
}
#contactPage {
  padding: 110px 0 102px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #FAFAFA;
}
#contactPage p {
  padding: 0 !important;
}
#contactPage .contactUs__Container {
  display: flex;
  justify-content: center;
}
#contactPage .contactUs__Container p {
  max-width: 470px;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
}
#contactPage .contactUs__Container h1 {
  color: #403F3F;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  max-width: 470px;
  margin-bottom: 32px;
}
#contactPage .contactUs__Container .left-side-container,
#contactPage .contactUs__Container .right-side-container {
  background-color: #FFFFFF;
  padding: 37px 40px;
  border-radius: 10px;
}
#contactPage .contactUs__Container .left-side-container {
  margin-right: 8px;
  max-width: 551px;
}
#contactPage .contactUs__Container .left-side-container p {
  margin-bottom: 20px;
}
#contactPage .contactUs__Container .left-side-container p:last-child {
  margin-bottom: 0;
}
#contactPage .contactUs__Container .right-side-container .contact-right-container div {
  display: flex;
  align-items: center;
}
#contactPage .contactUs__Container .right-side-container .contact-right-container div:last-child {
  margin-bottom: 0;
}
#contactPage .contactUs__Container .right-side-container .contact-right-container div div {
  width: 40px;
  height: 40px;
}
#contactPage .contactUs__Container .right-side-container .contact-right-container div p,
#contactPage .contactUs__Container .right-side-container .contact-right-container div a {
  margin: 0 0 0 12px;
  max-width: 420px;
}
#contactPage .contactUs__Container .right-side-container .contact-right-container div a {
  text-decoration: underline;
}
#contactPage .shipping-and-return {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 124px;
}
#contactPage .shipping-and-return .svg-container {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50%;
}
#contactPage .shipping-and-return h1 {
  font-size: 36px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #403F3F;
  margin: 0 0 36px 0;
}
#contactPage .shipping-and-return p {
  margin: 30px 0 0 0;
  font-size: 20px;
  line-height: 26px;
  color: #6C757D;
  max-width: 800px;
  text-align: center;
}

#onBoarding {
  width: 100%;
  background-color: #F2F2F2;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#onBoarding a {
  text-decoration: none;
  text-transform: capitalize;
}
#onBoarding .width-wrapper {
  max-width: 922px;
  width: 100%;
}
#onBoarding .width-wrapper .welcome-text-container {
  width: 100%;
  padding: 30px 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#onBoarding .width-wrapper .welcome-text-container img {
  max-width: 160px;
  margin: 0 !important;
}
#onBoarding .width-wrapper .welcome-text-container h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  color: #403f3f;
  margin: 14px 0;
  text-align: center;
}
#onBoarding .width-wrapper .welcome-text-container p {
  text-align: center;
  font-weight: 600;
}
#onBoarding .width-wrapper .welcome-text-container p.title-desc {
  color: #403f3f;
  font-size: 20px;
  line-height: 27px;
}
#onBoarding .width-wrapper .welcome-text-container p.desc {
  font-size: 16px;
  line-height: 22px;
  color: #6C757D;
  margin: 14px 0;
}
#onBoarding .width-wrapper .welcome-text-container .link-container {
  box-sizing: border-box;
}
#onBoarding .width-wrapper .welcome-text-container .link-container a {
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
#onBoarding .width-wrapper .welcome-text-container .link-container a svg {
  margin-right: 6px;
}
#onBoarding .width-wrapper .welcome-text-container .link-container a.settings {
  background: #022B3A;
  color: #FFFFFF;
  padding: 10px 62.5px;
}
#onBoarding .width-wrapper .welcome-text-container .link-container a.shopping {
  border: 4px solid #CE9400;
  color: #CE9400;
}
#onBoarding .width-wrapper .welcome-text-container .link-container:last-child {
  margin-top: 24px;
}
#onBoarding .width-wrapper .fb-group-container {
  padding: 15px 15px 30px 15px;
  background-color: #FFFFFF;
  margin: 30px 0 0 0;
  border-radius: 20px;
  max-width: 100%;
}
#onBoarding .width-wrapper .fb-group-container img {
  height: 155px;
  max-width: 100%;
  margin: 0 !important;
}
#onBoarding .width-wrapper .fb-group-container p {
  text-align: center;
}
#onBoarding .width-wrapper .fb-group-container p.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #56A2D9;
  margin: 10px 0;
}
#onBoarding .width-wrapper .fb-group-container p.desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #403F3F;
}
#onBoarding .width-wrapper .fb-group-container .link-container {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 12px 0 0 0;
}
#onBoarding .width-wrapper .fb-group-container .link-container a {
  padding: 10px 30px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #22415E;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
#onBoarding .width-wrapper .fb-group-container .link-container a svg {
  margin-right: 6px;
}
#onBoarding .width-wrapper .social-card-container {
  display: flex;
  margin: 30px 0 0 0;
}
#onBoarding .width-wrapper .social-card-container .instagram-card {
  margin-right: 20px;
}
#onBoarding .width-wrapper .social-card-container .whatsapp-card {
  max-width: 50%;
  width: 100%;
}
#onBoarding .width-wrapper .social-card-container .wrapper-container {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px 15px 30px;
}
#onBoarding .width-wrapper .social-card-container .wrapper-container:hover .link-container {
  margin: 14px 0 0 0;
}
#onBoarding .width-wrapper .social-card-container .wrapper-container:hover .link-container a {
  opacity: 1;
  height: auto;
  padding: 10px 16px;
}
#onBoarding .width-wrapper .social-card-container img {
  max-width: 100%;
  width: 100%;
  height: 155px;
  margin: 0 !important;
}
#onBoarding .width-wrapper .social-card-container p {
  text-align: center;
}
#onBoarding .width-wrapper .social-card-container p.card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #022B3A;
  text-align: center;
  text-transform: capitalize;
  margin: 10px 0;
}
#onBoarding .width-wrapper .social-card-container p.card-desc {
  font-size: 14px;
  line-height: 19px;
  color: #403F3F;
}
#onBoarding .width-wrapper .social-card-container .link-container {
  margin: 0;
}
#onBoarding .width-wrapper .social-card-container .link-container a {
  display: flex;
  height: 0;
  opacity: 0;
  justify-content: center;
  background-color: #022B3A;
  border-radius: 12px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 29px;
  color: #FFF;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 750px) {
  #onBoarding {
    padding: 8px 0;
  }
  #onBoarding .width-wrapper {
    width: auto;
    padding: 8px;
  }
  #onBoarding .welcome-text-container h1 {
    font-size: 32px !important;
  }
  #onBoarding .welcome-text-container p.title-desc {
    font-size: 16px !important;
  }
  #onBoarding .welcome-text-container p.desc {
    font-size: 14px !important;
    max-width: 312px !important;
    letter-spacing: 0.16px;
    font-weight: 600;
  }
  #onBoarding .social-card-container {
    flex-direction: column;
  }
  #onBoarding .social-card-container .wrapper-container .link-container {
    margin: 14px 0 0 0;
  }
  #onBoarding .social-card-container .wrapper-container .link-container a {
    height: auto;
    opacity: 1;
    padding: 10px 16px;
  }
  #onBoarding .social-card-container .telegram-card {
    margin: 0 0 30px 0 !important;
  }
}

#singleVendor {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
#singleVendor #vendorArea {
  margin-right: 36px;
  padding: 40px;
  background: #FFF;
  border-radius: 20px;
}
#singleVendor #vendorArea .bannerArea {
  max-width: 644px;
  width: 100%;
}
#singleVendor #vendorArea .bannerArea img {
  width: 100%;
  max-height: 230px;
}
#singleVendor #vendorArea .detailInfos {
  display: flex;
  margin-top: 30px;
}
#singleVendor #vendorArea .detailInfos .vendorLogo {
  margin-right: 30px;
}
#singleVendor #vendorArea .detailInfos .vendorLogo img {
  width: 160px;
  height: 160px;
  border: 1px solid #C9C9C9;
}
#singleVendor #vendorArea .detailInfos .vendorContent h1 {
  max-width: 454px;
  width: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 43px;
  color: #403F3F;
}
#singleVendor #vendorArea .detailInfos .vendorContent p {
  max-width: 454px;
  width: 100%;
  margin: 0;
}
#singleVendor #vendorArea .detailInfos .vendorContent .shortDescription {
  margin: 20px 0 !important;
}
#singleVendor #vendorArea .detailInfos .vendorContent .shortDescription p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #403F3F;
}
#singleVendor #vendorArea .detailInfos .vendorContent .fullDescription h2 {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #403F3F;
}
#singleVendor #vendorArea .detailInfos .vendorContent .linkContainer {
  margin-top: 36px;
  box-sizing: border-box;
}
#singleVendor #vendorArea .detailInfos .vendorContent .linkContainer a {
  background: #CE9400;
  border-radius: 8px;
  padding: 16px 30px;
  letter-spacing: -0.2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #FFF;
}
#singleVendor #vendorArea #vendor-gallery {
  max-width: 644px;
  margin-top: 56px;
}
#singleVendor #vendorArea #vendor-gallery img {
  margin: 0 0 48px 0 !important;
}

.itemCounterButton {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.itemCounterCart {
  margin-bottom: 0px;
  margin-left: 4%;
}

#discover-card-info {
  display: flex;
  align-items: center;
  justify-content: center;
  /*.card-info-miad {
      display: flex;
      flex-direction: column;
  }*/
}
#discover-card-info .card-info-stock {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #C9C9C9;
  width: 100%;
}
#discover-card-info .card-info-stock .stock-text {
  font-weight: 700;
}
#discover-card-info .card-info-price {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#discover-card-info p {
  color: #403F3F;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}
#discover-card-info span {
  color: #6B1DA9 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

#discover-section .container {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 30px;
}
#discover-section .product-group-link {
  min-height: 40px;
}

@media screen and (max-width: 1199px) {
  #simpleProductDiv .equivalent-btn {
    min-width: 170px;
  }
}
@media screen and (max-width: 991px) {
  #simpleProductDiv .equivalent-btn {
    min-width: 75px;
    font-size: 15px;
  }
  #simpleProductDiv .ItemCounter {
    margin: 10px;
  }
  #simpleProductDiv .btn-simple {
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  #simpleProductDiv .col-md-4 {
    display: flex;
    justify-content: end;
  }
  #simpleProductDiv .productDetails {
    margin-top: 25%;
  }
}
@media screen and (max-width: 360px) {
  #simpleProductDiv .unitPrice {
    margin-left: 5%;
  }
}
@media screen and (max-width: 346px) {
  #simpleProductDiv .unitPrice {
    text-align: center;
  }
  #simpleProductDiv .stockInfo {
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  #vendorDiv .mt-4 {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  #vendorDiv .NavTabsWrap {
    display: block !important;
  }
  #vendorDiv .d-none {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #vendorDiv li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  #vendorDiv .BoxView {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 570px) {
  #vendorDiv .BoxView {
    grid-template-columns: repeat(1, 1fr);
  }
}

#applyVendorSection .info-icon {
  display: flex;
  justify-content: end;
  bottom: 60%;
  left: 96%;
  position: absolute;
}
#applyVendorSection .info-icon img {
  margin-bottom: 0;
}
#applyVendorSection .info-icon:hover .iban-info {
  visibility: visible;
}
#applyVendorSection .iban-info {
  font-size: 11px;
  font-weight: 400;
  color: #6C757D;
  background-color: #FFFFFF;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  width: 180px;
  height: 80px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
#applyVendorSection #vendor_attribute_2.col-md-12 {
  order: 1;
  max-width: 50%;
}
#applyVendorSection #vendor_attribute_3.col-md-12 {
  order: 2;
  max-width: 50%;
}
#applyVendorSection #Email-Vendor {
  order: 3;
}
#applyVendorSection #vendor_attribute_4.col-md-12 {
  order: 4;
  max-width: 50%;
}
#applyVendorSection #vendor-name {
  order: 5;
}
#applyVendorSection #vendor_attribute_1.col-md-12 {
  order: 6;
  max-width: 50%;
}
#applyVendorSection #vendor_attribute_5.col-md-12 {
  order: 7;
  max-width: 50%;
}
#applyVendorSection #vendor_attribute_6.col-md-12 {
  order: 8;
}
#applyVendorSection #vendor_attribute_10.col-md-12 {
  order: 9;
  max-width: 50%;
}
#applyVendorSection #vendor_attribute_10.col-md-12 .form-group {
  margin: 0;
}
#applyVendorSection #vendor_attribute_10.col-md-12 .form-group select {
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  border-radius: 12px;
  border: none;
  margin: 0px;
  padding: 14px 24px;
}
#applyVendorSection #vendor_attribute_11.col-md-12 {
  order: 10;
  max-width: 50%;
}
#applyVendorSection #vendor_attribute_11.col-md-12 .form-group select {
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  border-radius: 12px;
  border: none;
  margin: 0px;
  padding: 14px 24px;
}
#applyVendorSection #vendor_attribute_9.col-md-12 {
  order: 11;
}
#applyVendorSection #vendor-button {
  order: 12;
}
#applyVendorSection .billingAddress {
  order: 9;
  color: #6C757D;
}
#applyVendorSection .billingAddress h1 {
  font-size: 14px;
  font-weight: 600;
}
#applyVendorSection .apply-vendor-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 60px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #CE9400;
  border-color: transparent;
}
#applyVendorSection .applyVendorResult {
  height: 500px;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#applyVendorSection .applyVendorResult h1 {
  color: #6C757D;
  font-size: 24px;
  font-weight: 600;
}
#applyVendorSection .applyVendorResult p {
  color: #6C757D;
  font-size: 20px;
  font-weight: 400;
}
#applyVendorSection .applyVendorResult .result-button {
  background-color: #CE9400;
  border-color: #CE9400;
  width: 400px;
  height: 64px;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

#registerDiv .register-petstok {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 28px;
}
#registerDiv .form-group {
  margin: 0px;
  padding: 14px 2px;
}
#registerDiv .form-group .form-control {
  border-radius: 12px;
  background-color: #FAFAFA;
  border: none !important;
}
#registerDiv .form-group .form-control#registerPassword {
  padding-left: 50px;
}
#registerDiv .form-group input#registerPassword {
  background-image: url(../icons/icon-password.svg);
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 20px;
}
#registerDiv .register-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #CE9400 !important;
  border-color: transparent !important;
}
#registerDiv #FirstName {
  order: 1;
  max-width: 50%;
  border-radius: 12px;
  background-color: #FAFAFA;
  border: none !important;
}
#registerDiv #LastName {
  order: 2;
  max-width: 50%;
  border-radius: 12px;
  background-color: #FAFAFA;
  border: none !important;
}
#registerDiv .mailAddress {
  order: 3;
  width: 50% !important;
}
#registerDiv .phoneNumber {
  order: 4;
  max-width: 50%;
}
#registerDiv .companyName {
  order: 5;
}
#registerDiv #customer_attribute_4.col-md-12 {
  order: 6;
  max-width: 50%;
}
#registerDiv #customer_attribute_5.col-md-12 {
  order: 7;
  max-width: 50%;
}
#registerDiv #customer_attribute_6.col-md-12 {
  order: 8;
  max-width: 580px;
}
#registerDiv .billingAddress {
  order: 9;
  color: #6C757D;
}
#registerDiv .billingAddress h1 {
  font-size: 14px;
  font-weight: 600;
}
#registerDiv .city {
  order: 10;
  max-width: 50%;
}
#registerDiv .district {
  order: 11;
  max-width: 50%;
}
#registerDiv #customer_attribute_7.col-md-12 {
  display: none;
}
#registerDiv #customer_attribute_7.col-md-12 .form-group {
  margin: 0;
}
#registerDiv #customer_attribute_7.col-md-12 .form-group select {
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  border-radius: 12px;
  border: none;
  margin: 0px;
  padding: 14px 24px;
}
#registerDiv #customer_attribute_8.col-md-12 {
  display: none;
}
#registerDiv #customer_attribute_8.col-md-12 .form-group select {
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  border-radius: 12px;
  border: none;
  margin: 0px;
  padding: 14px 24px;
}
#registerDiv #customer_attribute_9.col-md-12 {
  order: 12;
}
#registerDiv #register-button {
  order: 13;
}
#registerDiv #register-password {
  order: 14;
}
#registerDiv .info-icon {
  display: flex;
  justify-content: end;
  bottom: 50%;
  left: 92%;
  position: absolute;
}
#registerDiv .info-icon img {
  margin-bottom: 0;
}
#registerDiv .info-icon:hover .iban-info {
  visibility: visible;
}
#registerDiv .iban-info {
  font-size: 11px;
  font-weight: 400;
  color: #6C757D;
  background-color: #FFFFFF;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  width: 180px;
  height: 90px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

#onBoarding .welcome-text-container {
  height: 500px;
  background-color: #F2F2F2 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#onBoarding .welcome-text-container h1 {
  color: #6C757D !important;
  font-size: 24px;
  font-weight: 600;
}
#onBoarding .welcome-text-container p {
  color: #6C757D;
  font-size: 20px;
  font-weight: 400;
}
#onBoarding .welcome-text-container .result-button {
  background-color: #CE9400;
  border-color: #CE9400;
  width: 400px;
  height: 64px;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

#basketInfoDiv #popup .modal-content {
  background: #FFF;
  border-radius: 20px;
  padding: 1.25rem;
  gap: 10px;
}
#basketInfoDiv #popup .modal-content .modal-header {
  justify-content: start;
  position: relative;
}
#basketInfoDiv #popup .modal-content .modal-header .modal-title {
  display: flex;
  align-items: center;
}
#basketInfoDiv #popup .modal-content .modal-header .modal-title h3 {
  font-size: 18px;
}
#basketInfoDiv #popup .modal-content .modal-header .close {
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  background: none;
}
#basketInfoDiv #popup .modal-content .modal-header .close:hover {
  background: none;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box {
  padding: 10px 20px 10px 10px;
  gap: 17px;
  flex-wrap: nowrap;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .product-img {
  width: 100px;
  height: 100px;
  border: 1px solid #FAFAFA;
  border-radius: 0.875rem;
  background: none;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .product-img img {
  border-radius: 0.875rem;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft {
  max-width: 100%;
  gap: 4px;
  display: flex;
  flex-direction: column;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft a .vendorProductName.ThreePoints {
  font-weight: 700;
  font-size: 14px;
  color: #403F3F;
  white-space: normal;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc span {
  font-weight: 600;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc strong {
  font-weight: 700;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc .size:first-child span, #basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc .size:first-child strong {
  color: #403F3F;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc .size:nth-child(2) span, #basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc .size:nth-child(2) strong {
  color: #34C88A;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc .size:last-child {
  border-left: 1px solid #C9C9C9;
  padding-left: 8px;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc .size:last-child span, #basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailLeft .card-desc .size:last-child strong {
  color: #CE9400;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailRight .DetailRightHead {
  flex-direction: column;
  gap: 10px;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailRight .DetailRightHead .PriceDiv {
  align-self: end;
  font-size: 18px;
  font-weight: 700;
  color: #403F3F;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailRight .DetailRightHead .ItemCounter {
  border-radius: 14px;
  margin: 0;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailRight .DetailRightHead .ItemCounter button {
  width: 34px;
  height: 34px;
}
#basketInfoDiv #popup .modal-content .modal-body .products-box .img-detail .DetailRight .DetailRightHead .DetailDustib {
  cursor: pointer;
}

#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart {
  background-color: transparent;
  position: relative;
  padding: 0;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards {
  margin: 20px 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .BillingProcessTitle {
  background: 0 0;
  margin: 0 0 20px;
  padding: 0;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .BillingProcessTitle h2 {
  font-weight: 600;
  font-size: 16px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .noSavedCard {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .noSavedCard .sampleCardImg {
  gap: 18px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .noSavedCard .sampleCardImg p {
  color: #C9C9C9;
  font-size: 16px;
  font-weight: 600;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .noSavedCard .newCardAdd {
  background: #CE9400;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  cursor: pointer;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons {
  width: 100%;
  margin: 20px auto;
  display: flex;
  gap: 8px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container {
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide {
  width: 160px !important;
  height: 200px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide:first-child .custom-card .card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide:first-child .custom-card .card-btn .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide:first-child .custom-card .card-btn .content h3 {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #6c757d;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide:first-child .custom-card .card-btn .content #newCardName {
  font-weight: 600;
  font-size: 14px;
  color: #403f3f;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide:first-child .custom-card .card-btn .content p {
  margin-bottom: 5px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide .custom-card input:checked + .card-btn {
  border: 1px solid #CE9400;
  background: radial-gradient(91.37% 65.09% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(28deg, #C9C9C9 6.96%, #F2F2F2 94.34%);
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide .custom-card .card-btn {
  width: 160px;
  height: 200px;
  position: relative;
  background: linear-gradient(223.61deg, #FAFAFA 0%, #F2F2F2 100%);
  border-radius: 16px;
  cursor: pointer;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide .custom-card .card-btn .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  align-items: start;
  justify-content: center;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide .custom-card .card-btn .content .cardlogo {
  height: 30px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide .custom-card .card-btn .content h3 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #403f3f;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .SavedCards .card-buttons .swiper-container .swiper-wrapper .swiper-slide .custom-card .card-btn .content p {
  font-weight: 400;
  font-size: 12px;
  color: #6c757d;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .paymentOptions h3 {
  font-weight: 600;
  font-size: 16px;
  color: #403f3f;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart .paymentOptions p {
  color: #6c757d;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail {
  border-radius: 20px;
  display: none;
  background-color: #fff;
  padding: 20px;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .cardAddHeader {
  display: none;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .cardAddHeader h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #403f3f;
  padding: 0 15px;
  margin: 0;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .form-group select, #paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .form-group input {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background: #fff;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .form-group .form-control::placeholder {
  color: black;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .newpaymentOptions h3 {
  font-weight: 600;
  font-size: 16px;
  color: #403f3f;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .newpaymentOptions p {
  color: #6c757d;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .textend {
  display: flex;
  justify-content: end;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .cardActionButtons .cancelButton {
  color: #c9c9c9;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  margin-top: 10px;
  margin-right: 20px;
  cursor: pointer;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info #denemeCart #NewCardDetail .CardPayment .row .cardActionButtons .saveButton {
  background: #CE9400;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  cursor: pointer;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info .selectCardDesing {
  padding: 20px !important;
  background-color: #fff !important;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info .selectCardDesing .SavedCards {
  margin: 0 !important;
  padding: 0 !important;
}
#paymentStepsDiv #paymentInformationDiv .payment-info #paymentInfoForm .info .selectCardDesing #NewCardDetail {
  padding: 0 !important;
}

#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressHeader {
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressHeader img {
  margin: 0;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressHeader p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #403F3F;
  margin: 0;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressHeader p a {
  color: #CE9400;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressBody {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 18px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressBody .noAdressTitle {
  width: 100%;
  display: flex;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressBody .noAdressTitle h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  letter-spacing: 0.16px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressBody .mb-3 img {
  margin-bottom: 18px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressBody .mb-3 p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.16px;
  color: #C9C9C9;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressBody a {
  right: 10px;
  bottom: 10px;
  position: absolute;
  display: block;
  width: 125px;
  border: none;
  background: #CE9400;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .noAdressBody a span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv {
  padding: 20px;
  border-radius: 20px !important;
  margin-bottom: 10px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .noAdressTitle {
  width: 100%;
  display: flex;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .noAdressTitle h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  letter-spacing: 0.16px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .row .col-md-6 .form-group .form-control {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.16px;
  color: #6C757D;
  background: #FAFAFA;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .row .col-12 .form-group .form-control {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.16px;
  color: #6C757D;
  background: #FAFAFA;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .row .d-flex {
  width: 100%;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .row .d-flex .col-md-6 .form-group textarea {
  resize: none;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .row .ButtonDiv {
  display: flex;
  justify-content: end;
  gap: 10px;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .row .ButtonDiv a {
  background: #C9C9C9;
  border-radius: 12px;
  padding: 10px 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: #FFFFFF;
  cursor: pointer;
}
#paymentStepsDiv .BillingAdressDiv #newBillingAddressForm .newAdressAddDiv .row .ButtonDiv button {
  padding: 10px 20px;
  background: #CE9400;
  border-radius: 12px;
  border: none;
  color: white;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft {
  background: none;
  border-radius: 0px;
  padding: 0;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft .noAdressHeader {
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft .noAdressHeader img {
  margin: 0;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft .noAdressHeader p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #403F3F;
  margin: 0;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft .noAdressHeader p a {
  color: #CE9400;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm {
  background-color: white;
  margin-top: 20px;
  border-radius: 20px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessTitle {
  background: transparent;
  margin: 0;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessTitle h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  display: flex;
  align-items: center;
  letter-spacing: 0.16px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessBody {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessBody .col-12 {
  background: #FAFAFA;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessBody .col-12 p {
  margin: 0;
  color: #6C757D;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessBody .d-flex {
  background-color: transparent;
  padding: 0;
  gap: 20px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessBody .d-flex .form-group {
  background: #FAFAFA;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  justify-content: flex-start;
  margin: 0;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessBody .d-flex .form-group p {
  margin: 0;
  color: #6C757D;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessBody .form-group {
  margin-top: 20px;
  display: flex;
  justify-content: end;
  margin-bottom: 0px;
}
#paymentStepsDiv .BillingAdressDiv .BillingProcessLeft #billingAddressForm .BillingProcessBody .form-group label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.16px;
  color: #403F3F;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody h3 {
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  width: 100%;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .BillingProcessLeft {
  padding: 0;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .BillingProcessLeft #shippingAddressForm .custom-adress input {
  display: none;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .BillingProcessLeft #shippingAddressForm .custom-adress input:checked + .BillingProcessBody {
  background: radial-gradient(91.37% 65.09% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(27.86deg, #C9C9C9 6.96%, #F2F2F2 94.34%);
  border: 1px solid #CE9400;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .BillingProcessLeft #shippingAddressForm .custom-adress .BillingProcessBody {
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 20px;
  width: 380px;
  background: linear-gradient(223.61deg, #FAFAFA 0%, #F2F2F2 100%);
  cursor: pointer;
  min-height: 137px;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .BillingProcessLeft #shippingAddressForm .custom-adress .BillingProcessBody p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #6C757D;
  margin: 0px;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .noShippingAddress {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .noShippingAddress img {
  margin: 0;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .noShippingAddress p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #C9C9C9;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .d-flex {
  width: 100%;
}
#paymentStepsDiv .ShippingAdressDiv .ShippingAdressDivBody .d-flex a {
  padding: 10px 20px;
  background: #CE9400;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv {
  padding: 20px;
  border-radius: 20px !important;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .noAdressTitle {
  width: 100%;
  display: flex;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .noAdressTitle h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  letter-spacing: 0.16px;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .row .col-md-6 .form-group .form-control {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.16px;
  color: #6C757D;
  background: #FAFAFA;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .row .col-12 .form-group .form-control {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.16px;
  color: #6C757D;
  background: #FAFAFA;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .row .d-flex {
  width: 100%;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .row .d-flex .col-md-6 .form-group textarea {
  resize: none;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .row .ButtonDiv {
  display: flex;
  justify-content: end;
  gap: 10px;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .row .ButtonDiv a {
  background: #C9C9C9;
  border-radius: 12px;
  padding: 10px 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: #FFFFFF;
  cursor: pointer;
}
#paymentStepsDiv .ShippingAdressDiv #newShippingAddressForm .newAdressAddDiv .row .ButtonDiv button {
  padding: 10px 20px;
  background: #CE9400;
  border-radius: 12px;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
}

#paymentStepsDiv #orderSummaryForm .basket-card-content ul li {
  margin: 0 !important;
}
#paymentStepsDiv #orderSummaryForm .basket-card-content ul li .products-box {
  margin: 0 0 1.225rem;
}
#paymentStepsDiv #orderSummaryForm .basket-card-content ul li .products-box #CounterItem {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#paymentStepsDiv #orderSummaryForm .basket-card-content ul li .products-box #CounterItem p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #403F3F;
}
#paymentStepsDiv #orderSummaryForm .basket-card-content ul li .products-box #CounterItem img {
  margin: 0px;
}

#paymentStepsDiv #selectedBillingAndShipping {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#paymentStepsDiv #selectedBillingAndShipping .shippingAdress {
  text-transform: capitalize;
  line-height: normal;
  font-size: 18px;
  margin: 0;
}
#paymentStepsDiv #selectedBillingAndShipping h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #403F3F;
  margin-bottom: 18px;
}
#paymentStepsDiv #selectedBillingAndShipping .row .col-md-6 .BillingProcessLeft {
  margin: 0;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
#paymentStepsDiv #selectedBillingAndShipping .row .col-md-6 .BillingProcessLeft .BillingProcessTitle {
  background: none;
  margin: 0;
  padding: 0;
}
#paymentStepsDiv #selectedBillingAndShipping .row .col-md-6 .BillingProcessLeft .BillingProcessBody p {
  margin: 0;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #6C757D;
}

.orderSummaryPaymentInfo {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  background: #FAFAFA;
}
.orderSummaryPaymentInfo h3 {
  color: #403F3F;
  font-weight: 600;
  font-size: 16px;
}
.orderSummaryPaymentInfo p {
  color: #6C757D;
  font-size: 12px;
  margin: 0;
}
.orderSummaryPaymentInfo .orderSummaryPaymentCardName {
  color: #403F3F;
  font-size: 14px;
}

.orderSummary #selectedBillingAndShipping {
  padding: 0px !important;
}
.orderSummary #selectedBillingAndShipping h3 {
  display: none;
  margin-bottom: 9px;
}
.orderSummary #selectedBillingAndShipping .row .BillingProcessLeft {
  padding: 20px;
}
.orderSummary #selectedBillingAndShipping .row .BillingProcessLeft .BillingProcessTitle {
  padding: 0 0 9px 0 !important;
}
.orderSummary #selectedBillingAndShipping .row .BillingProcessLeft .BillingProcessBody {
  padding: 0 !important;
}

.checkOutBackBar a {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  cursor: pointer;
  width: fit-content;
}
.checkOutBackBar a h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #C9C9C9;
  margin: 0;
}
.checkOutBackBar a img {
  margin: 0;
}
.checkOutBackBar a:active h3 {
  color: #6C757D;
}

/*# sourceMappingURL=style.css.map */
