@import url("root.css");
:root {
  --header: 8rem;
  --topside: 4rem;
  --bar: 5rem;
}
@media (min-width: 576px) {
  :root {
    --header: 10rem;
  }
}
.header .container-fluid {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .header .container-fluid {
    padding: 0 2rem;
  }
}
.topbar {
  position: relative;
  background-color: #f1f1f1;
  border-bottom: 0.1rem solid #e9e9e9;
}
.topbar .container-fluid {
  padding: 0 1rem 0 0;
}
@media (min-width: 768px) {
  .topbar .container-fluid {
    padding: 0 2rem 0 0;
  }
}
.topside {
  height: var(--topside);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topsideleft {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.topsideright {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2rem;
}
.topsiderightsocial {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
}
.topsiderightsocial a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.2rem;
  transition: all 300ms ease;
  color: var(--textColor);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.topsiderightsocial a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.topsiderightlogs {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
}
@media (min-width: 768px) {
  .topsiderightlogs {
    column-gap: 1rem;
  }
}
.topsiderightlogs a {
  font-size: 1.2rem;
  color: var(--textColor);
  transition: color 300ms ease;
}
@media (min-width: 350px) {
  .topsiderightlogs a {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .topsiderightlogs a {
    font-size: 1.4rem;
  }
}
.topsiderightlogs a:hover {
  color: var(--colorRed);
}
.headerside {
  height: var(--header);
  display: flex;
  justify-content: space-between;
}
.headersearch {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.headersearch .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.headersearch .form-group .form-control {
  padding: 0.6rem 2.5rem 0.6rem 1rem;
}
.headersearch .form-group .searchicons {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: var(--textColor);
}
.logomain {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .logomain {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .logomain {
    flex: 2;
  }
}
.logo {
  width: 8rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 350px) {
  .logo {
    width: 9rem;
  }
}
@media (min-width: 576px) {
  .logo {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 12rem;
  }
}
.headerend {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  column-gap: 2rem;
}
@media (min-width: 768px) {
  .headerend {
    flex: 1;
  }
}
.headercontact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-right: 2rem;
}
.headercontact::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 1rem;
  bottom: 1rem;
  width: 0.1rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.headercontacticon {
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
}
.headercontact .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 5rem);
}
.headercontact .content span {
  font-size: 1.2rem;
  font-family: var(--titleFont);
}
.headercontact .content a {
  font-size: 1.4rem;
  color: var(--textColor);
  transition: all 300ms ease;
}
@media (min-width: 1600px) {
  .headercontact .content a {
    font-size: 1.6rem;
  }
}
.headercontact .content a:hover {
  color: var(--colorRed);
}
.headeritems {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2rem;
  height: 100%;
  position: relative;
}
.headeritems a,
.headeritems button {
  color: var(--textColor);
  border: none;
  background-color: transparent;
  transition: all 300ms ease;
  font-size: 1.6rem;
  padding: 0;
  line-height: 1;
}
.headeritems a:hover,
.headeritems button:hover {
  color: var(--colorPink);
}
.userAccountsDropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: 10;
  width: 25rem;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
.userAccountsDropdown.opn {
  top: 100% !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
.userAccountsDropdownTop {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}
.userAccountsDropdownTop .userCircleMain {
  background-color: var(--colorRed);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.userAccountsDropdownTop .userCircleMain p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
.userAccountsDropdownTop .content {
  width: calc(100% - 4rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1rem;
}
.userAccountsDropdownTop .content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.userAccountsDropdownTop .content p {
  font-size: 1.2rem;
  color: var(--colorRed);
}
.userAccountsDropdownBottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.userAccountsDropdownBottom a {
  font-size: 1.4rem;
  color: var(--textColor);
  width: 100%;
  border-radius: 0.3rem;
  display: block;
  padding: 1rem;
}
.userAccountsDropdownBottom a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.userAccountsDropdownBottom a:not(:last-child) {
  margin-bottom: 0.3rem;
}
.userAccountsDropdownBottom a i {
  margin-right: 0.5rem;
}
.menubar {
  background-color: var(--colorRed);
  position: relative;
}
.menubar .container-fluid {
  padding: 0 2rem;
}
.menubarside {
  height: var(--bar);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.menubarlinks {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 300ms ease;
  padding: 0 1.4rem;
  cursor: pointer;
}
.menubarlinks:hover {
  background-color: var(--textColor);
}
.menubarlinks figure {
  width: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -0.5rem;
}
.menubarlinks figure img {
  vertical-align: middle;
  height: 100%;
  object-fit: contain;
}
.menubarlinks a {
  width: calc(100% - 2rem);
  padding-left: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  transition: all 300ms ease;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.menubarlinks:hover a {
  color: #fff;
}
.slide {
  width: 100%;
}
.productboxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 1rem;
}
.productimages {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.productimages img {
  object-fit: contain;
  aspect-ratio: 1;
}
.productboxes .content {
  padding: 2rem 1rem;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
@media (min-width: 768px) {
  .productboxes .content {
    padding: 2rem;
  }
}
.productboxes .contenttop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.productboxes .contenttop h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .productboxes .contenttop h3 {
    font-size: 1.5rem;
  }
}
.productboxes .contenttop h3 a {
  color: var(--textColor);
  transition: color 300ms ease;
}
.productboxes .contenttop p {
  font-size: 1.2rem;
}
@media (min-width: 350px) {
  .productboxes .contenttop p {
    font-size: 1.3rem;
  }
}
@media (min-width: 576px) {
  .productboxes .contenttop p {
    font-size: 1.4rem;
  }
}
.productboxes .contentbottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
  margin-top: 1rem;
  flex: 1;
}
@media (min-width: 450px) {
  .productboxes .contentbottom {
    column-gap: 1rem;
    row-gap: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.productboxes .contentbottom span {
  font-size: 1.2rem;
  text-decoration: line-through;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.3rem;
  color: var(--colorRed);
}
@media (min-width: 576px) {
  .productboxes .contentbottom span {
    margin-top: 0;
  }
}
.productboxes .contentbottom p {
  font-size: 1.5rem;
  font-weight: 700;
}
.contentdivider {
  width: 100%;
  height: 0.2rem;
  background-color: #eaeaea;
  position: relative;
}
.contentdivider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  background-color: var(--colorRed);
  transition: all 300ms linear;
}
.productboxes:hover .contentdivider::before {
  right: 0;
}
.productcartbuttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.5rem;
  margin-top: 1rem;
}
.productcartbuttons a {
  font-size: 1.4rem;
  background-color: var(--colorRed);
  color: #fff;
  border-radius: 0.3rem;
  height: 100%;
  width: calc(100% - 3rem);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.productcartbuttons a:hover {
  color: #fff;
  background-color: #e2282b;
}
.productcartbuttons a i {
  transition: all 300ms ease;
}
.productcartbuttons a:hover i {
  transform: translateX(0.5rem);
}
.favbuttons {
  width: 3rem;
  height: 3rem;
  border-radius: 0.3rem;
  border: 0.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: var(--colorRed);
  background-color: transparent;
  border: 0.1rem solid var(--colorRed);
  transition: all 300ms ease;
}
.favbuttons:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.productinlinemain {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .productinlinemain {
    margin-top: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .productinlinemain {
    padding-left: 5rem;
  }
}
.productinlinemain .cartactionsbutton {
  padding: 1rem;
}
@media (min-width: 576px) {
  .productinlinemain .cartactionsbutton {
    padding: 1rem;
    margin-top: 0;
  }
}
.productinlinemain .pagecontenttitle {
  width: 100%;
}
.productinlinemaintitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.productinlinemaintitleleft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.productinlinemaintitleleft h1 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.productinlinemaintitleleft p {
  font-size: 1.4rem;
  opacity: 0.8;
}
.inlinefavbutton {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: var(--textColor);
  transition: all 300ms ease;
  border: 0.2rem solid #eaeaea;
  background-color: transparent;
}
.inlinefavbutton:hover {
  color: var(--colorPink);
  border: 0.2rem solid var(--colorPink);
}
.productinlinedescription {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #fbfbfb;
}
.productinlinepricelist {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.productinlinepricetitle {
  margin-bottom: 0.5rem;
  width: 100%;
}
.productinlinepricetitle h2 {
  font-size: 1.4rem;
  font-weight: 700;
}
.productinlineprices {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.oldPrice {
  text-decoration: line-through;
  font-size: 1.4rem;
  opacity: 0.8;
}
.kdvp {
  font-size: 1.4rem;
  opacity: 0.8;
}
.newPrice {
  font-size: 2.2rem;
  font-weight: 800;
}
.swipercategory .swiper-slide {
  height: auto;
  display: flex;
}
.swipercategoryitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 0.5rem;
  border: 0.1rem solid #eaeaea;
  padding: 1rem 2rem;
}
.swipercategoryitem h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  flex: 1;
}
.swipercategoryitemlink {
  font-size: 1.2rem;
  color: var(--textColor);
  opacity: 0.8;
}
.swipercategoryitemlink:hover {
  opacity: 1;
  color: var(--colorPink);
}
.swipercategoryitemlink i {
  transition: all 300ms ease;
}
.footer {
  background-color: var(--textColor);
  padding: 5rem 0;
}
.footerbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.footerbox h4 {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footerbox h4::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 2rem;
  height: 0.1rem;
  background-color: var(--colorPink);
  border-radius: 5rem;
}
.footerbox h4::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 2.5rem;
  width: 1rem;
  height: 0.1rem;
  background-color: var(--colorBlue);
  border-radius: 5rem;
}
.footerbox ul li {
  padding: 0.5rem 0;
}
.footerbox ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 300ms ease;
  font-size: 1.4rem;
}
.footerbox ul li:hover a {
  color: rgba(255, 255, 255, 1);
}
.footerend {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .footerend {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .footerend {
    align-items: flex-end;
    margin-top: 0;
    flex-direction: column;
  }
}
.footerlogo {
  width: 12rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footerlogo {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footerlogo {
    margin-bottom: 2rem;
  }
}
.footerphone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .footerphone {
    align-items: flex-end;
  }
}
.footerphone span {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.footerphone a {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  transition: all 300ms ease;
}
@media (min-width: 1200px) {
  .footerphone a {
    font-size: 2rem;
    text-align: right;
  }
}
.footerphone address {
  text-align: center;
  max-width: 70%;
}
@media (min-width: 1200px) {
  .footerphone address {
    text-align: right;
  }
}
.footerphone address a {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.footerphone a:hover {
  color: rgba(255, 255, 255, 1);
}
.footerphone a i {
  font-weight: 300;
  margin-right: 0.5rem;
}
.footersocialmedia {
  column-gap: 1rem;
}
.footersocialmedia a {
  font-size: 1.8rem;
}
.productquantity {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.1rem solid #eaeaea;
  border-radius: 0.3rem;
  overflow: hidden;
  height: 5rem;
}
.quantitybuttons {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  transition: all 300ms ease;
}
.quantitybuttons:hover {
  background-color: #f1f1f1;
}
.productquantity .content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 10rem);
}
.cartactionsbutton {
  background-color: var(--colorPink);
  color: #fff;
  border: none;
  border-radius: 0.3rem;
  width: 100%;
  border: 0.2rem solid var(--colorPink);
  transition: all 300ms ease;
}
.cartactionsbutton:hover {
  background-color: transparent;
  color: var(--colorPink);
  border: 0.2rem solid var(--colorPink);
}
.productinlineoptions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.productinlineoptionsitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.productinlineoptionsitem h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.optionsflex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.optionsflexitem {
  border: 0.1rem solid #eaeaea;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 300ms ease;
}
.optionsflexitem:hover {
  background-color: #f1f1f1;
  color: var(--textColor);
}
.optionsflexitem.active,
.optionsflexitem.active:hover,
.optionsflexitem.active:focus {
  background-color: var(--colorPink);
  color: #fff;
  border: 0.1rem solid var(--colorPink);
}
.basketbox {
  padding: 2rem;
  border: 0.1rem solid #eaeaea;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .basketbox {
    margin-bottom: 0;
  }
}
.basketboxitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .basketboxitem {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.basketboxitemleft {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}
@media (min-width: 1200px) {
  .basketboxitemleft {
    align-items: center;
  }
}
.basketboxitemleft figure {
  width: 5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .basketboxitemleft figure {
    width: 6rem;
  }
}
@media (min-width: 1200px) {
  .basketboxitemleft figure {
    width: 8rem;
  }
}
@media (min-width: 1500px) {
  .basketboxitemleft figure {
    width: 10rem;
  }
}
.basketboxitem:not(:last-child) {
  border-bottom: 0.1rem solid #eaeaea;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.basketproductcontent {
  width: calc(100% - 8rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1rem;
}
@media (min-width: 1500px) {
  .basketproductcontent {
    padding-left: 2rem;
  }
}
.basketproductcontent h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.basketproductcontent p {
  font-size: 1.3rem;
  opacity: 0.8;
}
.basketboxitemright {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: center;
  flex: 1;
  width: 100%;
  column-gap: 2rem;
}
@media (min-width: 400px) {
  .basketboxitemright {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .basketboxitemright {
    margin-top: 0;
  }
}
.basketproductsoptions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
  flex-wrap: wrap;
}
.basketproductsoptions p {
  font-size: 1.3rem;
}
.basketproductsoptions p span {
  font-weight: 600;
}
.basketaffix {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .basketaffix {
    position: sticky;
    top: 1rem;
    margin-top: 0;
  }
}
.back2pro {
  width: 100%;
  display: block;
  background-color: transparent;
  color: var(--colorPink);
  border: 0.2rem solid var(--colorPink);
  font-size: 1.4rem;
  transition: all 300ms ease;
  padding: 1rem 0;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 0.3rem;
}
.back2pro:hover {
  color: #fff;
  background-color: var(--colorPink);
}
.buybutton {
  background-color: var(--colorPink);
  color: #fff;
  font-size: 1.4rem;
  transition: all 300ms ease;
  padding: 1rem 0;
  border-radius: 0.3rem;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.buybutton:hover {
  color: #fff;
  background-color: #dd2555;
}
.basketdescription {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0.1rem solid #eaeaea;
  padding: 2rem;
}
.basketdescriptionitem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basketdescriptionitem:not(:last-child) {
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #eaeaea;
  padding-bottom: 1rem;
}
.basketdescriptionitem span {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .basketdescriptionitem span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .basketdescriptionitem span {
    font-size: 1.4rem;
  }
}
.basketdescriptionitem p {
  font-size: 1.4rem;
}
.basketchangeqty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.currentqty2 {
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .currentqty2 {
    width: 4rem;
  }
}
.quantitybuttons2 {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 1.6rem;
  transition: all 300ms ease;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
}
.quantitybuttons2:hover {
  background-color: #f1f1f1;
  color: var(--textColor);
}
.basketboxitemrightitem {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}
.basketboxitemrightitem span {
  font-size: 1.2rem;
  font-weight: 700;
}
.basketboxitemrightitem p {
  font-size: 1.4rem;
}
.removeCarts {
  background-color: red;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 0.3rem;
  transition: all 300ms ease;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.removeCarts:hover {
  background-color: var(--textColor);
  color: #fff;
}
@media (min-width: 768px) {
  .affix1 {
    position: sticky;
    top: 1rem;
  }
}
.productinlineimage {
  border-radius: 0.5rem;
  overflow: hidden;
}
.metinalani {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.metinalani label {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.metinalani label span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--colorPink);
}
.cargoalert {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f5f6f8;
  border-radius: 0.3rem;
  margin-top: 1rem;
  padding: 1rem 2rem;
}
.cargoalert figure {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.cargoalert p {
  width: calc(100% - 3rem);
  padding-left: 1rem;
  font-size: 1.3rem;
}
.cargoalert2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.3rem;
  padding: 1rem 2rem;
  background-color: #f5f6f8;
}
.cargoalert2 figure {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cargoalert2 p {
  width: calc(100% - 3rem);
  padding-left: 1rem;
  font-size: 1.3rem;
}
.cleanbasketunder {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cleanbasketunder {
    margin-bottom: 0;
  }
}
.cleanbasketunder a {
  color: var(--colorPink);
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border-radius: 0.3rem;
  transition: all 300ms ease;
}
.cleanbasketunder a:hover {
  background-color: #f5f6f8;
  color: var(--colorPink);
}
.logaction {
  padding: 2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  width: 100%;
  margin: 0 auto;
  box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
}
@media (min-width: 768px) {
  .logaction {
    width: 50rem;
    padding: 5rem;
  }
}
@media (min-width: 1200px) {
  .logaction {
    width: 60rem;
  }
}
.logactiontitle {
  border-bottom: 0.1rem solid #eaeaea;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.logactiontitle h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1500px) {
  .logactiontitle h2 {
    font-size: 1.8rem;
  }
}
.addresslist {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 0.1rem solid #f1f1f1;
  padding: 1.5rem 1rem;
  border-radius: 0.3rem;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .addresslist {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.addresslist:hover {
  background-color: #f9f9f9;
}
.addresslistitem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .addresslistitem {
    margin-bottom: 0;
  }
}
.listitemfirst {
  flex: 1.5;
}
.listitemsecond {
  flex: 3;
}
.listitemthird {
  flex: 1;
  align-items: flex-end;
}
.addresslistitem h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.addresslistitem h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.addresslistitem p {
  font-size: 1.4rem;
  opacity: 0.8;
  margin: 0;
}
.fpass {
  font-size: 1.4rem;
  transition: all 300ms ease;
  display: inline-block;
  color: var(--colorPink);
  margin-top: 0.3rem;
}
.fpass:hover {
  color: #d52125;
}
.formPostText {
  margin-bottom: 1rem;
}
.formPostText p {
  font-size: 1.4rem;
  opacity: 0.8;
}
#promocode {
  margin-bottom: 1rem;
  border-radius: 0.3rem;
  width: 100%;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  border: 0.2rem solid var(--colorPink);
  color: var(--colorPink);
  background-color: transparent;
  transition: all 300ms ease;
}
#promocode:hover {
  color: #fff;
  background-color: var(--colorPink);
}
.coinalert {
  border-radius: 0.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background-color: #f5f6f8;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.coinalert figure {
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coinalert p {
  font-size: 1.4rem;
}
.infoboxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 0.3rem;
  background-color: #f5f6f8;
  margin-bottom: 2rem;
}
@media (min-width: 350px) {
  .infoboxes {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .infoboxes {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
}
.infoboxes figure {
  width: 3rem;
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 350px) {
  .infoboxes figure {
    width: 4rem;
  }
}
@media (min-width: 768px) {
  .infoboxes figure {
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
}
.infoboxes .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}
@media (min-width: 768px) {
  .infoboxes .content {
    width: calc(100% - 4rem);
    padding-left: 1rem;
  }
}
.infoboxes .content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.infoboxes .content p {
  font-size: 1.2rem;
  flex: 1;
}
.homecategorytext {
  background: linear-gradient(135deg, #0000 18.75%, #ffffff 0 31.25%, #0000 0),
    repeating-linear-gradient(
      45deg,
      #ffffff -6.25% 6.25%,
      rgba(0, 25, 255, 0.05) 0 18.75%
    );
  background-size: 48px 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .homecategorytext {
    padding: 0 4rem;
  }
}
.homecategorytext span {
  color: var(--colorRed);
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.homecategorytext h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.homecategorytext p {
  font-size: 1.4rem;
}
.categoryhomeboxes {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.categoryhomeboxes img {
  transition: all 1s ease-in-out;
}
.categoryhomeboxes:hover img {
  transform: scale(1.09, 1.09);
  filter: brightness(0.8);
}
.homeentry {
  padding: 2rem 0;
  background-color: #fbfbfb;
}
.homecategorytext a {
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  padding: 0.8rem 2rem;
  background-color: var(--colorRed);
  display: inline-block;
  margin-top: 1rem;
  transition: all 300ms ease;
}
.homecategorytext a:hover {
  background-color: var(--textColor);
  color: #fff;
}
#usepoints {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 0.2rem solid var(--colorGreen);
  background-color: transparent;
  color: var(--colorGreen);
  font-size: 1.4rem;
  transition: all 300ms ease;
}
#usepoints:hover {
  background-color: var(--colorGreen);
  color: #fff;
}
.blogbox {
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blogbox figure {
  border-radius: 0.5rem;
  overflow: hidden;
}
.blogbox figure img {
  aspect-ratio: 16/9;
  transition: all 1s ease-in-out;
}
.blogbox:hover figure img {
  transform: scale(1.09, 1.09);
  filter: brightness(0.8);
}
.blogbox .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 2rem;
}
.blogbox .content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.blogbox .content h3 a {
  color: var(--textColor);
  transition: color 300ms ease;
}
.blogbox:hover .content h3 a {
  color: var(--colorRed);
}
.blogbox .content p {
  font-size: 1.4rem;
  flex: 1;
}
.bloglink {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--textColor);
  display: inline-block;
  transition: all 300ms ease;
  margin-top: 1rem;
}
.bloglink:hover {
  color: var(--colorRed);
}
.bloginlineimage {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .bloginlineimage {
    margin-bottom: 0;
    position: sticky;
    top: 1rem;
  }
}
.bloginlinetext {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .bloginlinetext {
    padding-left: 2rem;
  }
}
.contactboxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.contactboxestitle {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem dashed #eaeaea;
  width: 100%;
}
.contactboxestitle h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.contactboxes ul li {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contactboxes ul li span {
  width: 100%;
  margin-bottom: 1rem;
}
.contactboxes ul li a {
  padding: 0.5rem 0 0.5rem 2rem;
  font-size: 1.4rem;
  color: var(--textColor);
  transition: all 300ms ease;
}
.contactboxes ul li a:hover {
  color: var(--colorPink);
}
.contactwp {
  width: 100%;
  padding: 1rem 0;
  font-size: 1.4rem;
  border: 0.2rem solid var(--colorGreen);
  color: var(--colorGreen);
  border-radius: 0.3rem;
  transition: all 300ms ease;
  text-align: center;
  font-weight: 500;
}
.contactwp:hover {
  background-color: var(--colorGreen);
  color: #fff;
}
.contactformflex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.contactformflex figure {
  width: 12rem;
  border: 0.1rem solid #eaeaea;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .contactformflex figure {
    width: 15rem;
  }
}
@media (min-width: 1200px) {
  .contactformflex figure {
    width: 20rem;
  }
}
.contactformflex .content {
  width: calc(100% - 12rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .contactformflex .content {
    width: calc(100% - 15rem);
  }
}
@media (min-width: 1200px) {
  .contactformflex .content {
    width: calc(100% - 20rem);
  }
}
.proeximage {
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
  border: 0.1rem solid transparent;
  transition: all 300ms ease;
}
.proeximage:hover {
  border: 0.1rem solid #eaeaea;
}
.proeximage img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: all 1s ease-in-out;
  object-fit: contain;
}
.proeximage:hover img {
  transform: scale(1.09, 1.09);
}
.categorylisted {
  border-radius: 0.5rem;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  background-color: #f7f7f7;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .categorylisted {
    display: flex;
    position: sticky;
    top: 1rem;
    margin-bottom: 0;
  }
}
.categorylisted a {
  border-radius: 0.2rem;
  width: 100%;
  display: block;
  padding: 0.8rem 1rem;
  border-radius: 0.3rem;
  transition: all 300ms ease;
  color: var(--textColor);
  font-size: 1.4rem;
  background-color: #fff;
}
.categorylisted a:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.categorylisted a:not(:last-child) {
  margin-bottom: 0.5rem;
}
#aopencategory {
  width: 100%;
  border-radius: 0.3rem;
  border: 0.2rem solid var(--colorRed);
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: var(--colorRed);
  background-color: transparent;
  padding: 0.8rem 0;
  font-weight: 500;
  transition: all 300ms ease;
}
#aopencategory:hover {
  background-color: var(--colorRed);
  color: #fff;
}
.swiperhits {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-bottom: 0.1rem dashed #d6d6d6;
  padding-bottom: 1rem;
}
.productshitboxes {
  border-radius: 0.3rem;
  border: 0.2rem solid #f7f7f7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  transition: all 300ms ease;
}
.productshitboxes:hover {
  border: 0.2rem solid var(--colorRed);
}
.productshitboxes figure {
  width: 5rem;
  height: 5rem;
  border-radius: 0.3rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.productshitboxes figure img {
  aspect-ratio: 1;
  object-fit: contain;
}
.productshitboxes .content {
  width: calc(100% - 5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1rem;
}
.productshitboxes .content h3 {
  font-size: 1.5rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productshitboxes .content h3 a {
  color: var(--textColor);
  transition: color 300ms ease;
}
.productshitboxes .content p {
  font-size: 1.4rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productshitboxes .content h3:hover a {
  color: var(--colorRed);
}
.trendtitle {
  font-size: 1.6rem;
  font-weight: 700;
}
#teslimatbilgileri {
  display: none;
}
.footerdeep {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 0.1rem dashed rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerdeepleft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@font-face {
  font-family: pill;
  src: url("../fonts/magnolia_sky.ttf");
}
.footerdeepleft a {
  color: #fff;
  font-family: pill;
  font-size: 1.6rem;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .footerdeepleft a {
    font-size: 2rem;
  }
}
.footerdeepleft a:hover {
  color: var(--colorRed);
}
.footerdeepright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footerdeepright figure {
  width: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .footerdeepright figure {
    width: 20rem;
  }
}
.footerdeepright figure {
  object-fit: contain;
}
.dropdownfull {
  position: absolute;
  top: 100%;
  background-color: var(--colorRed);
  width: 100%;
  left: 0;
  z-index: 5;
  padding: 2rem;
  display: none;
}
.dropdownmaincontent {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.dropdownmaincontent figure {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.dropdownmaincontent .dropmainlinks {
  width: calc(100% - 2.5rem);
  font-size: 1.4rem;
  color: #fff;
}
.dropdownmaincontent .dropmainlinks:hover {
  color: #fff;
}
.dropdownmaincontent .dropmainlinks.pl1 {
  padding-left: 1rem;
}
.dropdownsubcontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dropdownsubcontent a {
  font-size: 1.4rem;
  color: #fff;
}
.dropdownsubcontent a:hover {
  color: #fff;
}
.dropdownsubcontent a:not(:last-child) {
  margin-bottom: 1rem;
}
