@charset "UTF-8";
@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.8;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  :root {
    zoom: 0.75;
  }
}
@media (-webkit-device-pixel-ratio: 1.75) {
  :root {
    zoom: 0.6;
  }
}
* {
  margin: 0px;
  padding: 0px;
  outline: none !important;
  box-sizing: border-box;
  font-size: 1rem;
  scrollbar-width: auto;
  scrollbar-color: #f9870f #ebebeb;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
  background-color: #f9870f;
  border-radius: 10px;
  border: 1px solid #f9870f;
}
*::-moz-selection {
  background: #f9870f;
  color: #fff;
}
*::selection {
  background: #f9870f;
  color: #fff;
}

#scrollToTop {
  position: fixed;
  bottom: 3rem;
  right: 100px;
  box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -12rem;
  transition: margin-bottom 0.2s;
}
#scrollToTop span {
  margin-top: 4px;
  margin-left: 1px;
}
#scrollToTop i {
  font-size: 28px;
}
#scrollToTop.active {
  margin-bottom: -27px;
}
#scrollToTop:hover {
  cursor: pointer;
}

.blinkEffect {
  animation: blinkeffect 2s linear infinite;
}

@keyframes blinkeffect {
  50% {
    opacity: 0;
  }
}
html {
  height: 100%;
  width: 100%;
  min-width: 1000px;
}

body {
  height: 100%;
  width: 100%;
  min-width: 1000px;
  font-family: "Roboto", sans-serif;
}

#topbarWrapper {
  position: absolute;
  background: #f9870f;
  height: 40px;
  width: 100%;
  top: 0px;
  z-index: -1;
}

.btn-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #212528;
  border-color: #d6740b;
}

.form-control:focus {
  border-color: #fec986;
}

.btn-light-green {
  background: #f9870f !important;
}
.btn-light-green:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
}
.btn-light-green:hover {
  background: #212528 !important;
  color: #fff;
}

.btn-green {
  background: #0fb816 !important;
}
.btn-green:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
}
.btn-green:hover {
  background: #212528 !important;
  color: #fff;
}

.btn-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 40px;
  width: auto;
  box-sizing: border-box;
  background: #f9870f;
  color: #fff;
  min-width: 90px;
  outline: none !important;
  transition: all 0.2s ease-in-out 0s;
  line-height: initial;
}
.btn-fill:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
}
.btn-fill:hover {
  background: #212528;
  color: #fff;
}

.btn-regular {
  font-size: 15px;
  height: 60px;
  width: auto;
  box-sizing: border-box;
  border-radius: 15px;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #ebebeb;
  outline: none !important;
}
.btn-regular:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
}

.btn-like {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  font-size: 24px;
  color: #555555;
  width: 30px;
  height: 30px;
}
.btn-like i {
  font-size: 21px;
  margin-right: 10px;
}
.btn-like i.fa-solid {
  color: red;
}
.btn-like i.fa-solid:hover {
  color: rgb(211, 6, 6);
}
.btn-like i:hover {
  color: #777777;
}
.btn-like.on-list {
  margin-top: 20px;
}

.like-btn-wrapper {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.like-btn-wrapper button {
  margin-top: 0px !important;
}
.like-btn-wrapper button i {
  font-size: 24px;
}

/* Header */
#topNewsWrapperID {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-right: 30px;
}
#topNewsWrapperID p {
  margin: 0px;
  padding: 0px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#topNewsWrapperID i {
  font-size: 21px;
  margin-right: 10px;
}

#headerID {
  position: relative;
  height: 270px;
  width: 100%;
  display: block;
}
#headerID #topbarID {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  padding: 10px;
}
#headerID #topbarID #topEmailID a {
  font-size: 14px !important;
  color: #fff;
  text-decoration: none;
}
#headerID #topbarID #topEmailID a:hover {
  color: #212528;
}
#headerID #topbarID #headerFocusDetailWrapper {
  margin-left: auto;
  margin-right: 0px;
}
#headerID #topbarID #headerFocusDetailWrapper .form-select {
  padding: 0px;
  padding-left: 10px;
  padding-right: 30px;
  margin-right: 10px;
  font-size: 13px;
  height: 30px;
  border-radius: 15px;
}
#headerID #topbarID .topActionLinks {
  color: #fff;
  font-size: 14px !important;
  margin-right: 20px;
}
#headerID #topbarID .topActionLinks i {
  margin-right: 3px;
}
#headerID #topbarID .topActionLinks:hover {
  color: #212528;
}
#headerID #topWrapperID {
  display: grid;
  grid-template-columns: 1fr 102px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 90px;
  width: 100%;
}
#headerID #topWrapperID #topSearchWrapper {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 30px;
  padding-top: 30px;
  width: calc(100% - 50px);
}
#headerID #topWrapperID #topSearchWrapper .searchWrapper {
  position: relative;
  display: flex;
  height: 70px;
  border: 1px solid #ececec;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
#headerID #topWrapperID #topSearchWrapper .searchWrapper #searchbox {
  margin-right: 0px;
  padding-right: 115px;
  outline: none !important;
}
#headerID #topWrapperID #topSearchWrapper .searchWrapper #searchbox:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
}
#headerID #topWrapperID #topSearchWrapper .searchWrapper #searchbox::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99a6c4;
  opacity: 1; /* Firefox */
}
#headerID #topWrapperID #topSearchWrapper .searchWrapper #searchbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99a6c4;
  opacity: 1; /* Firefox */
}
#headerID #topWrapperID #topSearchWrapper .searchWrapper #searchbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #99a6c4;
}
#headerID #topWrapperID #topSearchWrapper .searchWrapper #searchbox::-ms-input-placeholder { /* Microsoft Edge */
  color: #99a6c4;
}
#headerID #topWrapperID #topSearchWrapper .searchWrapper #btnSearch {
  position: absolute;
  right: 10px;
  margin-top: 4px;
  margin-right: 4px;
  transition: all 0.2s ease-in-out 0s;
}
#headerID #topWrapperID #topLogoWrapper {
  position: relative;
  max-width: 102px;
  width: 100%;
}
#headerID #topWrapperID #topLogoWrapper #petyesinLogo {
  margin-top: -30px;
  max-width: 102px;
}
#headerID #topWrapperID #topButtonWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
#headerID #topWrapperID #topButtonWrapper #dropdownMenuLink {
  display: flex;
  font-weight: 500;
}
#headerID #topWrapperID #topButtonWrapper #dropdownMenuLink .subtext {
  position: absolute;
  font-size: 10px;
  margin-top: 30px;
  font-weight: bold;
}
#headerID #topWrapperID #topButtonWrapper .dropdown-item {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#headerID #topWrapperID #topButtonWrapper .btn-basket {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
#headerID #topWrapperID #topButtonWrapper .btn-basket i {
  font-size: 24px;
}
#headerID #topWrapperID #topButtonWrapper .btn-basket .basketCount {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f9870f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
}
#headerID #topWrapperID #topButtonWrapper button {
  margin-left: 20px;
  width: 150px;
}
#headerID #topWrapperID #topButtonWrapper a {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#headerID #topWrapperID #topButtonWrapper a i {
  margin-right: 5px;
  margin-top: -2px;
}

#menuWrapper {
  font-family: "Roboto", sans-serif;
  padding: 0px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.bottom-line {
  display: block;
  width: 98vw;
  position: absolute;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e3e3e3;
}

/*End of Header */
/* Slider */
#sliderID {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 440px;
}
#sliderID .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
}
#sliderID .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#sliderID .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sliderID .swiper {
  margin-left: auto;
  margin-right: auto;
}
#sliderID .slider-content-wrapper {
  position: relative;
  background: #f7f7f7;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#sliderID .slider-content-wrapper .slider-img-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
#sliderID .slider-content-wrapper .slider-content-img {
  max-height: 90%;
  width: auto;
  margin-right: 40px;
}
#sliderID .slider-content-wrapper .sliderimg {
  position: relative;
  border: 3px solid #efefef;
  border-radius: 10px;
  width: auto !important;
  max-height: 95% !important;
  max-width: 1600px !important;
  height: auto !important;
  margin-right: 0px !important;
}
#sliderID .slider-content-wrapper .slider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 700px;
}
#sliderID .slider-content-wrapper .slider-content .slider-content-title {
  text-align: left;
  font-size: 3rem;
  color: red;
  font-weight: bold;
}
#sliderID .slider-content-wrapper .slider-content .slider-content-info {
  text-align: left;
}

/* End of Slider*/
/* Intro */
#introID {
  position: relative;
  height: 100px;
  width: 100%;
  background: #f9870f;
  display: flex;
  justify-content: center;
  align-items: center;
}
#introID .intro-item {
  display: flex;
  color: #fff;
  align-items: center;
  margin-right: 50px;
}
#introID .intro-item img {
  margin-right: 40px;
}
#introID .intro-item h5 {
  font-size: 21px;
  max-width: 300px;
  font-weight: 400;
  margin: 0px;
}

/*End of Intro*/
/* Brands Home */
#brandsID {
  margin-top: 40px;
}
#brandsID #brandsTitle {
  color: #202427;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0px;
}
#brandsID .petyesinBrands {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
#brandsID .petyesinBrands .brand-slider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#brandsID .petyesinBrands .brand-slider-content .brand-img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
#brandsID .petyesinBrands .brand-slider-content .brand-label {
  font-size: 0.8rem;
  text-align: center;
  color: #202427;
  font-weight: 500;
}

/* End of Brands Home*/
/* Categories */
#categoryContentID {
  margin-top: 40px;
}
#categoryContentID #categoryTitle {
  color: #202427;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
#categoryContentID .petyesinCategory {
  margin-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}

.category-slider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-slider-content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.category-slider-content .category-img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.category-slider-content .category-label {
  font-size: 0.8rem;
  text-align: center;
  color: #202427;
  font-weight: 500;
  text-transform: capitalize;
}

/* End of Brands Home*/
/* Display Product Layer */
#productsContentID .spacer {
  margin-top: 40px;
}
#productsContentID .productsContentTitle {
  color: #202427;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0px;
}
#productsContentID .mainProductWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  grid-gap: 1rem;
  margin-top: 20px;
}
#productsContentID .mainProductWrapper .main-product-link {
  text-decoration: none;
}
#productsContentID .mainProductWrapper .mainProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductImg {
  max-width: 200px;
  max-height: 200px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductInfo {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  min-height: 65px;
  margin-top: 15px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  height: 51px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductDiscountLayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background: #0fb816;
  border-radius: 10px;
  color: #fff;
  padding: 3px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductDiscountLayer .discountNumber {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 14px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductDiscountLayer .discountText {
  display: flex;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductFirsatLayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background: #0fb816;
  border-radius: 10px;
  color: #fff;
  padding: 3px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductFirsatLayer .firsatText1 {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
  margin-bottom: 3px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductFirsatLayer .firsatText2 {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceRight .mainProductNewPrice {
  color: #f9870f;
  font-weight: bold;
  font-size: 19px;
  text-align: right;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceRight .mainProductOldPrice {
  color: #444444;
  text-decoration: line-through;
  font-size: 15px;
  text-align: right;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceAll {
  display: flex;
  width: 100%;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceAll .mainProductNewPrice {
  color: #444;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  width: 100%;
}
#productsContentID .mainProductWrapper .mainProduct .mainProductButtonWrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#productsContentID .mainProductWrapper .mainProduct .btn-addtobasket {
  margin-top: 20px;
  height: 30px;
  box-sizing: content-box;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

/* End of Display Product Layer*/
/* Blogs Content */
#blogContentID {
  margin-top: 40px;
}
#blogContentID #blogsTitle {
  color: #202427;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0px;
}
#blogContentID #blogWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  grid-gap: 2rem;
  margin-top: 20px;
}
#blogContentID #blogWrapper .blogMainItem:hover .blogTitleMain {
  color: #f9870f;
}
#blogContentID #blogWrapper .blogMainItem a {
  text-decoration: none;
}
#blogContentID #blogWrapper .blogMainItem .blogImageMain {
  width: 100%;
  height: auto;
}
#blogContentID #blogWrapper .blogMainItem .blogMainItemContent {
  padding: 10px 0;
}
#blogContentID #blogWrapper .blogMainItem .blogTitleMain {
  font-family: "Roboto", sans-serif;
  font-size: 21.5px;
  font-weight: bold;
  color: #202427;
  transition: color 0.3s;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  --max-lines: 2;
}
#blogContentID #blogWrapper .blogMainItem .blogInfoWraper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #626b7d;
  margin-bottom: 10px;
}
#blogContentID #blogWrapper .blogMainItem .blogInfoWraper .blogInfoWriter {
  font-family: "Roboto", sans-serif;
  color: #ff964b;
  font-size: 13.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#blogContentID #blogWrapper .blogMainItem .blogInfoWraper .blogInfoWriter img {
  width: 13px;
  height: 14px;
  display: block;
  margin-right: 5px;
}
#blogContentID #blogWrapper .blogMainItem .blogInfoWraper .blogInfoTime {
  font-family: "Roboto", sans-serif;
  color: #acacac;
  font-size: 11.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#blogContentID #blogWrapper .blogMainItem .blogInfoWraper .blogInfoTime img {
  width: 9px;
  height: 9px;
  display: block;
  margin-right: 5px;
}
#blogContentID #blogWrapper .blogMainItem .blogSummaryMain {
  font-family: "Roboto", sans-serif;
  color: #303030;
  font-weight: normal;
  line-height: 19px;
  font-size: 15px;
}

/* Ends of Blog Content*/
/* About us PetYesin*/
#aboutusContentID {
  margin-top: 10px;
  padding-bottom: 40px;
}
#aboutusContentID #aboutusTitle {
  color: #202427;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
#aboutusContentID #aboutUsContent {
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: #202427;
}

/* End of About us PetYesin */
/* Footer */
#footerID {
  background: #f0f0f0;
  padding-top: 40px;
}
#footerID .fa {
  font-size: 17px;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
#footerID .fa:hover {
  opacity: 0.7;
}
#footerID .fa-facebook {
  background: #3B5998;
  color: white;
}
#footerID .fa-youtube {
  background: #bb0000;
  color: white;
}
#footerID .fa-instagram {
  background: #125688;
  color: white;
}
#footerID .fa-twitter {
  background: #55ACEE;
  color: white;
}
#footerID #bottomSocialMediaWrapper {
  display: flex;
}
#footerID #bottomLogoID {
  width: auto;
  height: 78px;
}
#footerID .footerTopRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#footerID h3 {
  color: #202427;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
#footerID h5 {
  color: #202427;
  font-weight: 500;
}
#footerID .contact-info {
  color: #202427;
  margin: 0px !important;
  margin-bottom: 10px !important;
  max-width: 300px !important;
}
#footerID .contact-info i {
  margin-right: 10px;
}
#footerID .bottom-nav a {
  color: #202427;
  text-decoration: none;
}
#footerID .bottom-nav a:hover {
  color: #f9870f;
}
#footerID #newsletterWrapperID {
  display: flex;
  width: 100%;
  justify-content: center;
  max-width: 950px;
  margin: auto;
}
#footerID #newsletterWrapperID .newsletter-left {
  display: flex;
  align-items: center;
}
#footerID #newsletterWrapperID .newsletter-left i {
  font-size: 3rem;
}
#footerID #newsletterWrapperID .newsletter-left .newsletterInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 350px;
  margin-left: 30px;
}
#footerID #newsletterWrapperID .newsletter-left .newsletterInfo h5 {
  display: flex;
  color: #202427;
  text-shadow: 0 0 #202427;
  width: 100%;
  font-size: 17px;
  min-width: 200px;
  margin: 0px;
  padding: 0px;
}
#footerID #newsletterWrapperID .newsletter-left .newsletterInfo p {
  display: flex;
  color: #202427;
  width: 100%;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  text-shadow: 0 0 #202427;
}
#footerID #newsletterFormID {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
#footerID #newsletterFormID .label-custom {
  position: relative;
  margin-top: 5px;
  padding-left: 30px;
}
#footerID #newsletterFormID .agrements-text {
  font-size: 15px;
  display: flex;
  align-items: center;
}
#footerID #newsletterFormID .agrements-text input {
  margin-right: 7px;
}
#footerID #newsletterFormID .newsletterForm {
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  border: 1px solid #ececec;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 20px;
}
#footerID #newsletterFormID .newsletterForm #newsletter {
  margin-right: 0px;
  padding-right: 115px;
  outline: none !important;
}
#footerID #newsletterFormID .newsletterForm #newsletter:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none;
}
#footerID #newsletterFormID .newsletterForm #newsletter::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99a6c4;
  opacity: 1; /* Firefox */
}
#footerID #newsletterFormID .newsletterForm #newsletter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99a6c4;
  opacity: 1; /* Firefox */
}
#footerID #newsletterFormID .newsletterForm #newsletter:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #99a6c4;
}
#footerID #newsletterFormID .newsletterForm #newsletter::-ms-input-placeholder { /* Microsoft Edge */
  color: #99a6c4;
}
#footerID #newsletterFormID .newsletterForm #btnNewsletter {
  position: absolute;
  right: 10px;
  margin-top: 4px;
  margin-right: 4px;
  transition: all 0.2s ease-in-out 0s;
}
#footerID #newsletterFormID .newsletter-left {
  display: flex;
  align-items: center;
}

/* End of Footer*/
/* Bread Crumb */
#breadCrumbID {
  display: flex;
  height: 50px;
  background: #f8f6f0;
  align-items: center;
  justify-content: center;
}
#breadCrumbID a {
  text-decoration: none;
  font-weight: 500;
  color: #202427;
}
#breadCrumbID a:hover {
  color: #f9870f;
}
#breadCrumbID .breadcrumb {
  display: flex;
  margin: 0px;
  font-size: 14px;
}
#breadCrumbID .breadcrumb i {
  color: #f9870f;
}
#breadCrumbID .breadcrumb li {
  font-size: 14px;
}
#breadCrumbID .breadcrumb li::before {
  content: " > ";
}
#breadCrumbID .breadcrumb li:first-child::before {
  content: " ";
}

/* End of Bread Crumb*/
/* Category Page (Main)  */
#categoryMainWrapper {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#categoryMainWrapper #categoryMain {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 300px calc(100% - 360px);
  grid-template-rows: 1fr;
  grid-gap: 30px;
}
#categoryMainWrapper #categoryMain #categoryFilter {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 2px solid #f8f6f0;
  border-radius: 15px;
  padding: 5px;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f8f6f0;
  border-radius: 10px;
  height: 50px;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterHeader h2 {
  display: block;
  color: #f9870f;
  margin: 0px;
  padding: 0px;
  font-size: 21px;
  font-weight: bold;
  padding-left: 15px;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterHeader h6 {
  display: flex;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterContent {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterContent .filterLayer {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterContent .filterLayer:first-of-type {
  margin-top: 10px;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterContent .filterLayer .filterTitle {
  font-weight: bold;
  font-size: 16px;
  color: #202427;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterContent .filterLayer .filterContent {
  margin: 0px;
  padding: 0px;
}
#categoryMainWrapper #categoryMain #categoryFilter #filterWrapper #filterContent .filterLayer .brandscontent {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
}
#categoryMainWrapper #categoryMain #categoryContent {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  border: 2px solid #f8f6f0;
  border-radius: 15px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 55px;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper .categoryInfoRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper .categoryInfoRow .category-info-group {
  display: flex;
  align-items: center;
  max-width: 330px;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper .categoryInfoRow .category-info-group label {
  padding-right: 20px;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper .categoryInfoRow .category-info-group .ProductGridCount {
  margin-right: 10px;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper .categoryInfoRow .categoryInfo {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper .categoryInfoRow .categoryInfo h5 {
  margin: 0px;
  margin-right: 10px;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper .categoryInfoRow .categoryInfo span {
  font-size: 14px;
  color: #a1a1a1;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryInfoWrapper .categoryInfoRow + .categoryInfoRow {
  margin-top: 10px;
}
#categoryMainWrapper #categoryMain #categoryContent .subCategorySlider {
  position: relative;
  width: 100%;
  margin-top: 0px;
}
#categoryMainWrapper #categoryMain #categoryContent .subCategorySlider .containers {
  position: relative;
  display: flex;
  width: 100%;
}
#categoryMainWrapper #categoryMain #categoryContent .subCategorySlider .petyesinSubCategory {
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .subCategorySlider .petyesinSubCategory .subcategory-slider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#categoryMainWrapper #categoryMain #categoryContent .subCategorySlider .petyesinSubCategory .subcategory-slider-content .subcategory-img {
  width: 100%;
  max-width: 70px;
  height: auto;
}
#categoryMainWrapper #categoryMain #categoryContent .subCategorySlider .petyesinSubCategory .subcategory-slider-content .subcategory-label {
  font-size: 0.8rem;
  text-align: center;
  color: #202427;
  font-weight: 500;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  grid-gap: 1rem;
  margin-top: 20px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-3 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-3 .categoryProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-3 .categoryProduct .categoryProductImgWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 250px;
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-3 .categoryProduct .categoryProductImg {
  max-width: 250px;
  max-height: 250px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-5 {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-5 .categoryProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-5 .categoryProduct .categoryProductImgWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 190px;
  max-height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-5 .categoryProduct .categoryProductImg {
  max-width: 190px;
  max-height: 190px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-5 .categoryProduct .categoryProductInfo {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  min-height: 110px;
  margin-top: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-6 {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-6 .categoryProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-6 .categoryProduct .categoryProductImgWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 180px;
  max-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-6 .categoryProduct .categoryProductImg {
  max-width: 170px;
  max-height: 170px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper.per-6 .categoryProduct .categoryProductInfo {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  min-height: 110px;
  margin-top: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .category-product-link {
  text-decoration: none;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductImgWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-width: 200px;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductImg {
  max-width: 200px;
  max-height: 200px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductInfo {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  min-height: 65px;
  margin-top: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductPriceWrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductPriceWrapper .categoryProductPriceLeft .categoryProductDiscountLayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background: #0fb816;
  border-radius: 10px;
  color: #fff;
  padding: 3px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductPriceWrapper .categoryProductPriceLeft .categoryProductDiscountLayer .discountNumber {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 14px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductPriceWrapper .categoryProductPriceLeft .categoryProductDiscountLayer .discountText {
  display: flex;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductPriceWrapper .categoryProductPriceRight {
  display: flex;
  flex-direction: column;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductPriceWrapper .categoryProductPriceRight .categoryProductNewPrice {
  color: #f9870f;
  font-weight: bold;
  font-size: 19px;
  text-align: right;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductPriceWrapper .categoryProductPriceRight .categoryProductOldPrice {
  color: #444444;
  text-decoration: line-through;
  font-size: 15px;
  text-align: right;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductButtonWrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductFirsatLayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  max-width: 100px;
  height: 40px;
  background: #202427;
  border-radius: 10px;
  color: #fff;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductFirsatLayer .firsatText1 {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
  margin-bottom: 3px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .categoryProductFirsatLayer .firsatText2 {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
#categoryMainWrapper #categoryMain #categoryContent .categoryProductWrapper .categoryProduct .btn-addtobasket {
  margin-top: 20px;
  height: 30px;
  box-sizing: content-box;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#categoryMainWrapper #categoryMain #categoryContent .searchInfo {
  width: 100%;
  text-align: left;
  color: #202528;
  padding-left: 5px;
}
#categoryMainWrapper #categoryMain #categoryContent #category-nav {
  margin-top: 20px;
}
#categoryMainWrapper #categoryMain #categoryContent #category-nav .pagination {
  margin-bottom: 0px;
}
#categoryMainWrapper #categoryMain #categoryContent #categoryTextContentWrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 60px;
  width: 100%;
  height: auto;
}
#categoryMainWrapper .category-item {
  display: flex;
  align-items: center;
}
#categoryMainWrapper .category-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #202427;
}
#categoryMainWrapper .category-item a:hover {
  color: #f9870f;
}
#categoryMainWrapper .category-item .py-icon {
  margin-left: 15px;
}
#categoryMainWrapper .category-item .py-icon img {
  height: 10px;
  padding-right: 5px;
}
#categoryMainWrapper .category-item .py-expand.py-mypet {
  min-width: 30px;
}
#categoryMainWrapper .category-item .py-expand.py-mypet img {
  height: 20px;
  padding-right: 5px;
}
#categoryMainWrapper .category-item .py-mypet-info {
  display: flex;
  flex-direction: column;
}
#categoryMainWrapper .category-item .py-mypet-info .info-first {
  font-size: 15px;
}
#categoryMainWrapper .category-item .py-mypet-info .info-second {
  font-size: 13px;
  font-style: italic;
}
#categoryMainWrapper .linkallcategories {
  font-size: 15px;
  text-decoration: none;
}
#categoryMainWrapper .brandCheckbox {
  margin-right: 5px;
}
#categoryMainWrapper .brand-checkbox-item:hover, #categoryMainWrapper .brand-checkbox-item > *:hover {
  cursor: pointer;
  color: #f9870f;
}
#categoryMainWrapper .brand-checkbox-item.selected label {
  color: #f9870f;
}
#categoryMainWrapper .brand-checkbox-item + .brand-checkbox-item {
  margin-top: 5px;
}
#categoryMainWrapper .priceCheckbox {
  margin-right: 5px;
}
#categoryMainWrapper .weightCheckbox {
  margin-right: 5px;
}
#categoryMainWrapper .price-checkbox-item.selected label {
  color: #f9870f;
}
#categoryMainWrapper .price-checkbox-item:hover, #categoryMainWrapper .price-checkbox-item > *:hover {
  cursor: pointer;
  color: #f9870f;
}
#categoryMainWrapper .price-checkbox-item + .price-checkbox-item {
  margin-top: 5px;
}
#categoryMainWrapper .weight-checkbox-item.selected label {
  color: #f9870f;
}
#categoryMainWrapper .weight-checkbox-item:hover, #categoryMainWrapper .weight-checkbox-item > *:hover {
  cursor: pointer;
  color: #f9870f;
}
#categoryMainWrapper .weight-checkbox-item + .weight-checkbox-item {
  margin-top: 5px;
}
#categoryMainWrapper #selectedFiltersWrapper {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
}
#categoryMainWrapper #selectedFiltersWrapper a {
  text-decoration: none;
  border: 1px solid #ebebeb;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 5px;
  color: #202528;
}
#categoryMainWrapper #selectedFiltersWrapper a i {
  color: #666;
}
#categoryMainWrapper #selectedFiltersWrapper a:hover {
  color: #f9870f;
}
#categoryMainWrapper #selectedFiltersWrapper a:hover i {
  color: #f9870f;
}

/* End of Category Page (Main)  */
/* Product */
#productWrapper {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#productWrapper #productMain {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 540px;
  grid-template-columns: 540px 1fr;
  grid-template-rows: 1fr;
  grid-gap: 30px;
}
#productWrapper #productMain #productImageGalleryWrapper #productImageGallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#productWrapper #productMain #productImageGalleryWrapper #productImageGallery .xzoom {
  max-width: 445px;
  max-height: 445px;
  margin-bottom: 20px;
  box-shadow: none;
  border: 2px solid #f8f6f0;
}
#productWrapper #productMain #productImageGalleryWrapper #productImageGallery .xzoom-thumbs {
  display: flex;
  margin: 0px;
}
#productWrapper #productMain #productImageGalleryWrapper #productImageGallery .xzoom-thumbs .xzoom-gallery {
  max-height: 50px;
  max-width: 50px;
  margin-left: 10px;
}
#productWrapper #productMain #productInfoWrapper #productTitleWrapper {
  display: flex;
  flex-direction: column;
}
#productWrapper #productMain #productInfoWrapper #productTitleWrapper .productTitleLayer {
  display: flex;
}
#productWrapper #productMain #productInfoWrapper #productTitleWrapper .productTitleLayer:first-child {
  justify-content: space-between;
}
#productWrapper #productMain #productInfoWrapper #productTitleWrapper .productTitleLayer span {
  margin-right: 10px;
  color: #aaaaaa;
}
#productWrapper #productMain #productInfoWrapper #productTitleWrapper .productTitleLayer h5 {
  color: #f9870f;
  font-weight: 400;
}
#productWrapper #productMain #productInfoWrapper #productTitleWrapper .productTitleLayer h1 {
  font-size: 23px;
  font-weight: 500;
  color: #202427;
}
#productWrapper #productMain #productInfoWrapper #productPriceWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#productWrapper #productMain #productInfoWrapper #productPriceWrapper .extraBoxes {
  display: flex;
}
#productWrapper #productMain #productInfoWrapper #productPriceWrapper .newPrice {
  font-size: 36px;
  font-weight: bold;
  color: #f9870f;
  margin-right: 20px;
  font-weight: bold;
}
#productWrapper #productMain #productInfoWrapper #productPriceWrapper .oldPrice {
  font-size: 18px;
  font-weight: bold;
  text-decoration: line-through;
}
#productWrapper #productMain #productInfoWrapper #productPriceWrapper .discountBox {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #f9870f;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 140px;
  margin-right: 10px;
}
#productWrapper #productMain #productInfoWrapper #productPriceWrapper .cargoBox {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #202528;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 140px;
}
#productWrapper #productMain #productInfoWrapper #productOptionsWrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
#productWrapper #productMain #productInfoWrapper #productOptionsWrapper .product-options-label {
  font-weight: 500;
}
#productWrapper #productMain #productInfoWrapper #productBasketWrapper {
  display: flex;
  margin-top: 10px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 25px;
  padding-bottom: 25px;
}
#productWrapper #productMain #productInfoWrapper #productBasketWrapper button {
  margin-right: 10px;
}
#productWrapper #productMain #productInfoWrapper #productBasketWrapper .stepper {
  display: flex;
  margin-right: 15px;
  /* Border */
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* Size */
  height: 40px;
  width: 128px;
}
#productWrapper #productMain #productInfoWrapper #productBasketWrapper .stepper .stepper__button {
  /* Center the content */
  align-items: center;
  display: flex;
  justify-content: center;
  /* Size */
  width: 40px;
}
#productWrapper #productMain #productInfoWrapper #productBasketWrapper .stepper .stepper__content {
  flex: 1;
}
#productWrapper #productMain #productInfoWrapper #productBasketWrapper .stepper .stepper__content input {
  border: 0;
}
#productWrapper #productMain #productInfoWrapper #productBasketWrapper .stepper .stepper__content input[type=number]::-webkit-inner-spin-button,
#productWrapper #productMain #productInfoWrapper #productBasketWrapper .stepper .stepper__content input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#productWrapper #productMain #productInfoWrapper #productBasketWrapper .stepper .stepper__input {
  /* Take full size of its container */
  height: 100%;
  width: 100%;
  text-align: center;
  height: 38px;
  min-width: 30px !important;
}
#productWrapper #productMain #productInfoWrapper #productTextWrapper {
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
}
#productWrapper #productMain #productInfoWrapper #productTextWrapper #productShortText {
  margin: 0px;
  font-weight: 400;
}
#productWrapper #productMain #productInfoWrapper #productSocialWrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}
#productWrapper #productMain #productInfoWrapper #productSocialWrapper .social-left {
  display: flex;
}
#productWrapper #productMain #productInfoWrapper #productSocialWrapper .social-left a {
  margin-right: 10px;
}
#productWrapper #productMain #productInfoWrapper #productSocialWrapper .social-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#productWrapper #productMain #productInfoWrapper #productSocialWrapper .social-right .shareTitle {
  margin-right: 15px;
  color: #929292;
  font-size: 1rem;
  font-weight: 400;
}
#productWrapper #productContentWrapper {
  display: block;
  min-height: 300px;
  height: 100%;
  margin-top: 30px;
}
#productWrapper #productContentWrapper #productInfoTab {
  justify-content: center;
}
#productWrapper #productContentWrapper #productInfoTab .nav-item {
  font-size: 21px;
}
#productWrapper #productContentWrapper #productInfoTabsContent .tab-pane {
  padding: 30px;
}
#productWrapper #productContentWrapper #productInfoTabsContent .text-odeme-secenekleri {
  text-align: center;
}
#productWrapper #productContentWrapper #productInfoTabsContent #installmentsInfoWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#productWrapper #productContentWrapper #productInfoTabsContent #installmentsInfoWrapper .bankFamilyLogo {
  display: flex;
  justify-content: space-around;
}
#productWrapper #productContentWrapper #productInfoTabsContent #installmentsInfoWrapper .bankFamilyLogo .bank-logo {
  height: 40px;
}
#productWrapper #productTitleStarWrapper {
  position: relative;
  margin-top: 10px;
}
#productWrapper #productTitleStarWrapper .star-color {
  color: #fbae00;
}
#productWrapper #productTitleStarWrapper .star-color .fa-paw {
  margin-right: 3px;
}
#productWrapper #productTitleStarWrapper .star-color .fa-paw.grey {
  color: #d3d3d3 !important;
}

/* End of Product*/
/* Dynamic Pages */
#dynamicPageWrapper #dynamicPagesList {
  margin-top: 15px;
}
#dynamicPageWrapper #dynamicPagesList .dynamicPagesTitle {
  font-size: 24px;
}
#dynamicPageWrapper #dynamicPagesList #dynamicPagesListOl li {
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  border-bottom: 1px solid #b3a9a3;
  font-size: 16px;
  color: #2a2f33;
}
#dynamicPageWrapper #dynamicPagesList #dynamicPagesListOl li a {
  display: block;
  width: 100%;
  color: #2a2f33;
  text-decoration: none;
}
#dynamicPageWrapper #dynamicPagesList #dynamicPagesListOl li a.active {
  color: #f9870f !important;
}
#dynamicPageWrapper #dynamicPagesList #dynamicPagesListOl li a:hover {
  color: #f9870f;
}
#dynamicPageWrapper #dynamicPagesList #dynamicPagesListOl li span {
  float: right;
  color: #b3a9a3;
}
#dynamicPageWrapper #dynamicPageContentID {
  margin-top: 40px;
  margin-bottom: 40px;
}
#dynamicPageWrapper #dynamicPageContentID .page-content-title {
  font-size: 24px;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm {
  max-width: 800px;
  width: 100%;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .subTitle {
  color: #666666;
  font-weight: 300;
  font-size: 1.3rem;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .row {
  margin-top: 10px;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .sign-in-link {
  margin-right: 5px;
  margin-left: 5px;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .input-edit {
  border: 2px solid rgb(238, 238, 238);
  border-radius: 5px;
  box-sizing: border-box;
  color: #565656;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.32px;
  line-height: 1.5;
  outline: 0px;
  width: 100%;
  padding: 10px;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .form-select {
  color: #565656;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm h4 {
  font-size: 15px;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .signin-button {
  align-items: center;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  outline: none;
  padding: 8px;
  position: relative;
  text-decoration: none;
  background-color: #212529;
  color: rgb(255, 255, 255);
  font-size: 16px;
  height: 48px;
  min-width: 184px;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .signin-button:hover {
  background-color: #f9870f;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .label-custom {
  position: relative;
  margin-top: 4px;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .agrements-text {
  font-size: 15px;
  display: flex;
  align-items: center;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .agrements-text input {
  margin-right: 7px;
}
#dynamicPageWrapper #dynamicPageContentID #signInForm .bday-content .form-select {
  width: unset !important;
  margin-right: 20px;
}

.changePassWrapper {
  position: relative;
}
.changePassWrapper .input-edit {
  padding-right: 30px;
}
.changePassWrapper .btnShowPass {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* End of Dynamic Pages */
/* Sign In / Up Wrapper */
#signInUpWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 52px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  max-width: 472px;
  width: 100%;
  margin: 0 auto;
  color: #484848;
  margin-bottom: 40px;
}
#signInUpWrapper .signin-title {
  text-align: center;
}
#signInUpWrapper #signInForm .row {
  margin-top: 10px;
}
#signInUpWrapper #signInForm .sign-in-link {
  margin-right: 5px;
  margin-left: 5px;
}
#signInUpWrapper #signInForm .input-edit {
  border: 2px solid rgb(238, 238, 238);
  border-radius: 5px;
  box-sizing: border-box;
  color: rgb(155, 155, 155);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.32px;
  line-height: 1.5;
  outline: 0px;
  width: 100%;
  padding: 10px;
}
#signInUpWrapper #signInForm h4 {
  font-size: 15px;
}
#signInUpWrapper #signInForm .signin-button {
  align-items: center;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  outline: none;
  padding: 8px;
  position: relative;
  text-decoration: none;
  background-color: rgb(255, 96, 0);
  color: rgb(255, 255, 255);
  font-size: 16px;
  height: 48px;
  min-width: 184px;
  width: 100%;
}
#signInUpWrapper #signInForm .signin-button.continue-without-signup {
  background-color: #202528;
}
#signInUpWrapper #signInForm .agrements-text {
  font-size: 15px;
  display: flex;
  align-items: center;
}
#signInUpWrapper #signInForm .agrements-text input {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
#signInUpWrapper #signInForm .agrements-text a {
  font-size: 15px;
}
#signInUpWrapper #signInForm .agrements-text span {
  font-size: 15px;
  width: 100%;
  margin-left: 5px;
}

/* End of Sign In / Up Wrapper */
/* My Pets */
.mypetContainer {
  position: relative;
  display: flex;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  min-height: 80px;
  width: 100%;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mypetContainer:first-of-type {
  margin-top: 0px;
}
.mypetContainer .mypetImgContainer {
  display: flex;
  justify-self: start !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.mypetContainer .mypetImgContainer img {
  max-height: 40px;
}
.mypetContainer .mypetInfoContainer {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.mypetContainer .mypetInfoContainer h5 {
  margin: 0px;
  color: #212529;
}
.mypetContainer .mypetInfoContainer p {
  margin: 0px;
  height: 20px;
}
.mypetContainer .mypetInfoContainer p:nth-child(2) span {
  font-size: 14px;
  color: #f9870f;
  font-weight: 500;
}
.mypetContainer .mypetInfoContainer p:nth-child(3) span {
  font-size: 12px;
  font-style: italic;
}
.mypetContainer .mypetActionContainer {
  display: flex;
  width: 100%;
  max-width: 200px;
  flex-direction: row;
  justify-content: end;
  position: absolute;
  gap: 0px;
  right: 15px;
}
.mypetContainer .mypetActionContainer .btn-del {
  min-width: 50px !important;
  max-width: 75px !important;
  width: 100%;
}
.mypetContainer .mypetActionContainer .signin-button {
  display: block;
  min-width: 50px !important;
  width: 80px !important;
  margin: 0px !important;
  margin-left: 10px !important;
  background-color: #f9870f !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.mypetContainer .mypetActionContainer .signin-button:hover {
  background-color: #ca700f !important;
}

/* End of MyPets*/
/* Product Review */
#reviewWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
#reviewWrapper .review {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  padding: 30px;
  border-bottom: 1px solid #ececec;
}
#reviewWrapper .review:first-child {
  padding-top: 0px;
}
#reviewWrapper .review .review-left {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  margin-right: 30px;
}
#reviewWrapper .review .review-left .review-guest {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eeeeee;
  font-size: 1.3rem;
  font-weight: 500;
}
#reviewWrapper .review .review-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
#reviewWrapper .review .review-right .review-title-wrapper {
  display: flex;
}
#reviewWrapper .review .review-right .review-title-wrapper .review-date {
  margin-right: 10px;
  font-size: 0.9rem;
  font-weight: 500;
}
#reviewWrapper .review .review-right .review-title-wrapper .review-name {
  color: #f9870f;
  margin-left: 10px;
}
#reviewWrapper .review .review-right .review-title-wrapper .stars-wrapper {
  display: flex;
  margin-left: auto;
}
#reviewWrapper .review .review-right .review-title-wrapper .stars-wrapper .comment-point {
  margin-left: 5px;
  color: #202528;
}
#reviewWrapper .review .review-right .review-title-wrapper .stars-wrapper .comment-stars {
  color: #fbae00;
}
#reviewWrapper .review .review-right .review-title-wrapper .stars-wrapper .comment-stars .fa-paw {
  margin-right: 3px;
}
#reviewWrapper .review .review-right .review-title-wrapper .stars-wrapper .comment-stars .fa-paw.grey {
  color: #d3d3d3 !important;
}
#reviewWrapper .review .review-right .comment-content {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #666666;
}

#writeCommentWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#writeCommentWrapper .writeCommentInfo {
  color: #303030;
}
#writeCommentWrapper #formComment {
  max-width: 800px;
  width: 100%;
}
#writeCommentWrapper #formComment .subTitle {
  color: #666666;
  font-weight: 300;
  font-size: 1.3rem;
}
#writeCommentWrapper #formComment .row {
  margin-top: 10px;
}
#writeCommentWrapper #formComment .sign-in-link {
  margin-right: 5px;
  margin-left: 5px;
}
#writeCommentWrapper #formComment .input-edit {
  border: 2px solid rgb(238, 238, 238);
  border-radius: 5px;
  box-sizing: border-box;
  color: #565656;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.32px;
  line-height: 1.5;
  outline: 0px;
  width: 100%;
  padding: 10px;
}
#writeCommentWrapper #formComment .form-select {
  color: #565656;
}
#writeCommentWrapper #formComment h4 {
  font-size: 15px;
}
#writeCommentWrapper #formComment .signin-button {
  align-items: center;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  outline: none;
  padding: 8px;
  position: relative;
  text-decoration: none;
  background-color: #212529;
  color: rgb(255, 255, 255);
  font-size: 16px;
  height: 48px;
  min-width: 184px;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#writeCommentWrapper #formComment .signin-button:hover {
  background-color: #f9870f;
}
#writeCommentWrapper #formComment .agrements-text {
  font-size: 15px;
}
#writeCommentWrapper #formComment .agrements-text input {
  margin-right: 3px;
  margin-top: 4px;
}
#writeCommentWrapper #formComment .bday-content .form-select {
  width: unset !important;
  margin-right: 20px;
}
#writeCommentWrapper #petyesin_comment {
  height: 100px;
}

/* End of Product Review*/
/* Search box */
.ui-autocomplete {
  z-index: 100;
  max-height: 300px;
  max-width: 500px;
  background: #fff;
  border: 1px solid #ededed;
  overflow-y: scroll;
  padding-left: 0px;
}
.ui-autocomplete .ui-menu-item {
  padding: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  left: 0px;
}

.autoFillItemWrapper {
  position: relative;
  display: flex;
  height: 50px;
  background: #fff;
  width: 100%;
  max-width: 500px;
  align-items: center;
}
.autoFillItemWrapper:hover {
  background: #212528;
  color: #fff;
  cursor: pointer;
}
.autoFillItemWrapper .autoFillItemImgWrapper {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
}
.autoFillItemWrapper .autoFillItemImgWrapper img {
  width: 30px;
  height: 30px;
}
.autoFillItemWrapper .autoFillItemContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}
.autoFillItemWrapper .autoFillItemContent h6 {
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
}
.autoFillItemWrapper .autoFillItemContent p {
  margin: 0px;
  font-size: 12px;
  font-style: italic;
}

/* End of Search box*/
/* Switch Button */
.header-item-wrapper {
  display: flex;
  align-items: center;
  /* Rounded sliders */
}
.header-item-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
  margin-bottom: 0px !important;
  margin-right: 10px;
}
.header-item-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.header-item-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.header-item-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.header-item-wrapper input:checked + .slider {
  background-color: #202528;
}
.header-item-wrapper input:focus + .slider {
  box-shadow: 0 0 1px #202528;
}
.header-item-wrapper input:checked + .slider:before {
  transform: translateX(26px);
}
.header-item-wrapper .slider.round {
  border-radius: 34px;
}
.header-item-wrapper .slider.round:before {
  border-radius: 50%;
}

/* End of Switch*/
.dropdown-menu {
  padding: 5px;
}

.dropdown-li {
  border-bottom: 1px solid #ebebeb;
  line-height: 2.5rem;
}

.forMeFilterTitle {
  font-size: 15px;
}

/* Payment Page Wrapper  */
#paymentPageWrapper {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
#paymentPageWrapper #paymentMain {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: calc(100% - 440px) 380px;
  grid-template-rows: 1fr;
  grid-gap: 30px;
}
#paymentPageWrapper #paymentMain .cartContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 30px;
}
#paymentPageWrapper #paymentMain .cartContainer .paymentTitle {
  color: #5c5c5c;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummary {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummary .cart-summary-detail-row {
  display: flex;
  justify-content: space-between;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummary .cart-summary-detail-row .cart-summary-label {
  font-size: 0.9rem;
  color: #5c5c5c;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummary .cart-summary-detail-row .cart-summary-value {
  font-size: 0.9rem;
  font-weight: bold;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-total-row {
  display: flex;
  justify-content: space-between;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-total-row .cart-summary-total-label {
  font-size: 1rem;
  color: #5c5c5c;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-total-row .cart-summary-total-value {
  font-size: 1rem;
  font-weight: bold;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .btn-giftcode {
  height: 50px;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  background: #d6d6d6;
  color: #202528;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .btn-giftcode:hover {
  background: #202528;
  color: #fff;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .hidden {
  display: none;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .gift-checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .gift-checkbox-item label {
  margin-left: 5px;
  font-weight: bold;
  color: #545454;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .gift-checkbox-item.selected label {
  color: #f9870f;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .gift-checkbox-item:hover, #paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .gift-checkbox-item > *:hover {
  cursor: pointer;
  color: #f9870f;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .gift-checkbox-item + .gift-checkbox-item {
  margin-top: 5px;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-gift-code .input-edit {
  border: 2px solid rgb(238, 238, 238);
  border-radius: 5px;
  box-sizing: border-box;
  color: #565656;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.32px;
  line-height: 1.5;
  outline: 0px;
  width: 100%;
  padding: 10px;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-action {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
#paymentPageWrapper #paymentMain .cartContainer #cartSummaryAction .cart-summary-action button {
  margin-top: 0px;
  height: 50px;
  font-weight: bold;
}
#paymentPageWrapper #paymentMain #paymentFilter {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 2px solid #f8f6f0;
  border-radius: 15px;
  padding: 5px;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f8f6f0;
  border-radius: 10px;
  height: 50px;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterHeader h2 {
  display: block;
  color: #f9870f;
  margin: 0px;
  padding: 0px;
  font-size: 21px;
  font-weight: bold;
  padding-left: 15px;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterHeader h6 {
  display: flex;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterContent {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterContent .filterLayer {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterContent .filterLayer:first-of-type {
  margin-top: 10px;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterContent .filterLayer .filterTitle {
  font-weight: bold;
  font-size: 16px;
  color: #202427;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterContent .filterLayer .filterContent {
  margin: 0px;
  padding: 0px;
}
#paymentPageWrapper #paymentMain #paymentFilter #filterWrapper #filterContent .filterLayer .brandscontent {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
}
#paymentPageWrapper #paymentMain #paymentContent {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .form-payment {
  margin-top: 20px;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-left {
  display: flex;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-left .cart-img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-left .cart-img-wrapper .btn-cart-delete {
  position: absolute;
  left: -35px;
  color: red;
  height: 30px;
  width: 30px;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-right {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-right .cart-item-info {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  width: auto;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-right .cart-item-price {
  display: flex;
  flex-direction: column;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-right .cart-item-price .item-price {
  text-decoration: line-through;
  font-size: 0.8rem;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-right .cart-item-price .item-discount-price {
  font-weight: 700;
  font-size: 1.2rem;
}
#paymentPageWrapper #paymentMain #paymentContent #cartItems .cart-item .cart-item-right .cart-item-price .item-tax {
  font-size: 0.8rem;
}
#paymentPageWrapper #paymentMain #signInForm {
  max-width: 800px;
  width: 100%;
}
#paymentPageWrapper #paymentMain #signInForm .subTitle {
  color: #f9870f;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 25px;
}
#paymentPageWrapper #paymentMain #signInForm .row {
  margin-top: 10px;
}
#paymentPageWrapper #paymentMain #signInForm .sign-in-link {
  margin-right: 5px;
  margin-left: 5px;
}
#paymentPageWrapper #paymentMain #signInForm .input-edit {
  border: 2px solid rgb(238, 238, 238);
  border-radius: 5px;
  box-sizing: border-box;
  color: #565656;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.32px;
  line-height: 1.5;
  outline: 0px;
  width: 100%;
  padding: 10px;
}
#paymentPageWrapper #paymentMain #signInForm .form-select {
  color: #565656;
  height: 48px;
}
#paymentPageWrapper #paymentMain #signInForm h4 {
  font-size: 15px;
}
#paymentPageWrapper #paymentMain #signInForm .signin-button {
  align-items: center;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  outline: none;
  padding: 8px;
  position: relative;
  text-decoration: none;
  background-color: #212529;
  color: rgb(255, 255, 255);
  font-size: 16px;
  height: 48px;
  min-width: 184px;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#paymentPageWrapper #paymentMain #signInForm .signin-button:hover {
  background-color: #f9870f;
}
#paymentPageWrapper #paymentMain #signInForm .label-custom {
  position: relative;
  margin-top: 4px;
}
#paymentPageWrapper #paymentMain #signInForm .agrements-text {
  font-size: 15px;
  display: flex;
  align-items: center;
}
#paymentPageWrapper #paymentMain #signInForm .agrements-text input {
  margin-right: 7px;
}
#paymentPageWrapper #paymentMain #signInForm .bday-content .form-select {
  width: unset !important;
  margin-right: 20px;
}
#paymentPageWrapper .cart-link {
  text-decoration: none;
  color: #212528;
}
#paymentPageWrapper .cart-link:hover {
  color: #f9870f;
}
#paymentPageWrapper .cart-img {
  display: block;
  width: 80px !important;
  height: 80px !important;
}

/* End of Category Page (Main)  */
.stepper {
  display: flex;
  margin-right: 15px;
  /* Border */
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* Size */
  height: 40px;
  width: 128px;
}
.stepper .stepper__button {
  /* Center the content */
  align-items: center;
  display: flex;
  justify-content: center;
  /* Size */
  width: 40px;
}
.stepper .stepper__content {
  flex: 1;
}
.stepper .stepper__content input {
  border: 0;
}
.stepper .stepper__content input[type=number]::-webkit-inner-spin-button,
.stepper .stepper__content input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.stepper .stepper__input {
  /* Take full size of its container */
  height: 100%;
  width: 100%;
  text-align: center;
  height: 38px;
  min-width: 30px !important;
}

.cart-info {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.cart-footer {
  display: flex;
}
.cart-footer button i {
  margin-right: 10px;
}

.cart-footer-center {
  justify-content: center;
}

#invoiceAddressWrapper {
  display: none;
}

/* Kargo */
.cargoMainWrapper {
  padding: 10px;
}

.cargoWrapper {
  display: grid;
  grid-template-columns: 30px 120px 1fr 100px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #5c5c5c;
}
.cargoWrapper:hover {
  cursor: pointer;
  background: #ebebeb;
}
.cargoWrapper .cargo-column-check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cargoWrapper .cargo-column-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cargoWrapper .cargo-column-name {
  display: flex;
  padding-left: 10px;
  align-items: center;
}
.cargoWrapper .cargo-column-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* End kargo*/
/*Payment Navigation*/
#paymentNavigation {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  box-sizing: content-box;
}
#paymentNavigation .payment-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ebebeb;
  height: 100%;
  padding: 10px;
  flex-grow: 4;
}
#paymentNavigation .payment-nav.step1 {
  border-left: 1px solid #ebebeb;
}
#paymentNavigation .payment-nav:last-of-type {
  border-right: unset;
}
#paymentNavigation .payment-nav h3 {
  margin: 0px;
  font-weight: bolder;
  color: #949494;
  font-size: 1.7rem;
  margin-right: 10px;
}
#paymentNavigation .payment-nav span {
  color: #949494;
  font-size: 1.2rem;
}
#paymentNavigation .payment-nav.active {
  background-color: #202427;
}
#paymentNavigation .payment-nav.active span {
  color: #fff;
}
#paymentNavigation .payment-nav.active h3 {
  color: #fff;
}
#paymentNavigation .payment-nav-step-cart {
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-basis: 80px;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#paymentNavigation .payment-cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #949494;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
#paymentNavigation .payment-cart-link i {
  font-size: 2rem;
}
#paymentNavigation .payment-cart-link:hover {
  color: #f9870f;
}
#paymentNavigation .step1:hover {
  cursor: pointer;
}
#paymentNavigation .step2:hover {
  cursor: pointer;
}
#paymentNavigation .step3:hover {
  cursor: pointer;
}

/* End of payment navigation*/
#formGift {
  margin-bottom: 10px;
}

/* Payment iyzi */
.payment-carts-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.payment-carts-wrapper #signInForm {
  margin-left: auto;
  margin-right: auto;
}
.payment-carts-wrapper #iyzipay-checkout-form {
  width: 100%;
}

/*End of payment*/
/*iyz */
#iyz-payment-button {
  display: none !important;
}

.iyz-screens svg circle {
  fill: none;
  stroke: #0fb816 !important;
}

label[for=iyz-checkbox-registerCard] span strong {
  display: flex;
  font-size: 12px !important;
}

/* end iyz*/
.checkagreement {
  width: 34px !important;
  height: 24px !important;
  font-size: 18px !important;
}

.labelcheckagreement {
  font-size: 13px;
  margin-top: 8px;
}

#onBilgilendirmeFormu {
  width: 100%;
}

#legalStatementsID .accordion-body {
  max-height: 250px;
  overflow: auto;
}

.accordion-button:not(.collapsed) {
  color: #202528 !important;
  background-color: #ededed !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #feca86 !important;
  outline: 0;
  box-shadow: unset !important;
}

#orderResultInfoWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#orderResultInfoWrapper h4 {
  font-size: 36px;
  color: #f9870f;
}
#orderResultInfoWrapper h4 i {
  color: #0fb816;
  font-size: 36px;
}

.footer-iyz {
  display: flex;
  justify-content: end;
  margin-top: -4px;
}

/* Accounts */
.accountWrapper {
  display: grid;
  grid-template-columns: 30px 1fr 80px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: unset;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  box-sizing: content-box;
  margin-bottom: 10px;
  color: #5c5c5c;
}
.accountWrapper:hover {
  cursor: pointer;
  background: #ebebeb;
}
.accountWrapper .account-column-check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accountWrapper .account-column-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accountWrapper .account-column-name {
  display: flex;
  padding-left: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.accountWrapper .account-column-name h5 {
  font-size: 1rem;
}
.accountWrapper .account-column-name p {
  margin: 0px;
  font-size: 0.9rem;
}
.accountWrapper .account-column-price {
  display: flex;
  align-items: center;
}
.accountWrapper .account-column-price button {
  display: flex;
  width: 100px;
  align-items: center;
  margin-right: 10px;
}
.accountWrapper .account-column-price button i {
  margin-right: 5px;
}

/* End accounts*/
/*Order Track*/
.securityWrapper {
  position: relative;
  display: flex;
}
.securityWrapper .input-edit {
  margin-right: 10px;
  width: 150px !important;
  font-weight: bold !important;
}
.securityWrapper a {
  height: 48px;
}

.orderResultWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.orderResultWrapper .orderRow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

/*End Order Track*/
/* Delivery Address*/
#guestAddressWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 30px;
  margin-bottom: 10px;
}
#guestAddressWrapper .selectAddress {
  height: 100px;
}
#guestAddressWrapper .option-address {
  display: flex;
  flex-direction: column;
  height: 40px;
}
#guestAddressWrapper .delivery-address {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 10px;
}
#guestAddressWrapper #addressDetailWrapper {
  display: flex;
  flex-direction: column;
}
#guestAddressWrapper #addressDetailWrapper .address-name {
  font-size: 15px;
}
#guestAddressWrapper #addressDetailWrapper .address {
  color: #666;
  font-size: 1rem;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-top: 5px;
}
#guestAddressWrapper #addressDetailWrapper .addressDetailButtonWrapper {
  display: flex;
  margin-top: 10px;
}
#guestAddressWrapper #addressDetailWrapper .addressDetailButtonWrapper .signin-button.btn-edit {
  display: flex;
  width: 80px !important;
  min-width: 80px !important;
  justify-self: flex-end;
  margin-left: unset !important;
  margin-right: 10px;
  background-color: #8a8a8a !important;
}
#guestAddressWrapper #addressDetailWrapper .addressDetailButtonWrapper .signin-button.btn-edit:hover {
  background-color: #5c5c5c !important;
}
#guestAddressWrapper #addressDetailWrapper .addressDetailButtonWrapper .signin-button.btn-new {
  width: 120px !important;
  min-width: 80px !important;
  margin-left: unset !important;
  margin-right: unset !important;
  background-color: #f9870f !important;
}
#guestAddressWrapper #addressDetailWrapper .addressDetailButtonWrapper .signin-button.btn-new:hover {
  background-color: #c06d14 !important;
}
#guestAddressWrapper .invoice-address {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 10px;
}

.guestDiffInvoice {
  margin-top: 20px !important;
}

#myModal {
  display: none;
}

/* End of delivery address*/
.btn-remove-coupon {
  height: 20px;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  color: red;
}

.orders-tab-img {
  max-height: 25px;
  margin-right: 10px;
}

.myorderContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  min-height: 80px;
  width: 100%;
}
.myorderContainer .myorderInfoLayer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.myorderContainer .myorderInfoLayer b {
  font-size: 0.9rem;
}
.myorderContainer .teslimat-adres-wrapper {
  display: flex;
  flex-direction: column;
}
.myorderContainer .teslimat-adres-wrapper .main-address-title {
  margin-bottom: 15px;
}
.myorderContainer .teslimat-adres-wrapper .address-info-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.myorderContainer .teslimat-adres-wrapper .address-info-wrapper .address-title {
  margin: 0px;
}
.myorderContainer .teslimat-adres-wrapper .address-info-wrapper .address-info {
  margin: 0px;
}
.siparis-tarihi, .siparis-numarasi, .siparis-durumu, .siparis-kargono {
  color: #303030;
  font-weight: 400;
  font-size: 0.9rem;
}

/*Whatsapp*/
.WhatsApp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 25px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
}
.WhatsApp-float i {
  font-size: 28px;
}

.link-float {
  margin-top: 16px !important;
}

/*end of whatsapp*/
/* My Favs */
#myFavsProductWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  grid-gap: 1rem;
  margin-top: 20px;
}
#myFavsProductWrapper .main-product-link {
  text-decoration: none;
}
#myFavsProductWrapper .mainProduct {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}
#myFavsProductWrapper .mainProduct .mainProductImg {
  max-width: 200px;
  max-height: 200px;
}
#myFavsProductWrapper .mainProduct .mainProductInfo {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  min-height: 65px;
  margin-top: 15px;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  height: 51px;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductDiscountLayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background: #0fb816;
  border-radius: 10px;
  color: #fff;
  padding: 3px;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductDiscountLayer .discountNumber {
  display: flex;
  font-weight: bold;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 14px;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductDiscountLayer .discountText {
  display: flex;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductFirsatLayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background: #0fb816;
  border-radius: 10px;
  color: #fff;
  padding: 3px;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductFirsatLayer .firsatText1 {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
  margin-bottom: 3px;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceLeft .mainProductFirsatLayer .firsatText2 {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceRight .mainProductNewPrice {
  color: #f9870f;
  font-weight: bold;
  font-size: 19px;
  text-align: right;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceRight .mainProductOldPrice {
  color: #444444;
  text-decoration: line-through;
  font-size: 15px;
  text-align: right;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceAll {
  display: flex;
  width: 100%;
}
#myFavsProductWrapper .mainProduct .mainProductPriceWrapper .mainProductPriceAll .mainProductNewPrice {
  color: #444;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  width: 100%;
}
#myFavsProductWrapper .mainProduct .mainProductButtonWrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#myFavsProductWrapper .mainProduct .btn-addtobasket {
  margin-top: 20px;
  height: 30px;
  box-sizing: content-box;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

/* End of Favs*/
/* Text effects */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: scale(1.15);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: translateY(5px);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: translateY(-3px);
  }
  70% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(180deg) scale(0);
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: rotate(360deg) scale(1.15);
  }
  70% {
    transform: rotate(360deg) scale(0.9);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
/* End of text effects*/
.img-odeme-secenekleri {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
}

.text-odeme-secenekleri {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
  margin-top: 30px;
}

.menusepetim {
  font-size: 14px;
  font-weight: bold;
  margin-left: 3px;
}

.myordertopheaderwrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}
.myordertopheaderwrapper h6 {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
}
.myordertopheaderwrapper h6 span {
  font-size: 14px;
}
.myordertopheaderwrapper h6 span:first-of-type {
  font-weight: bold;
}/*# sourceMappingURL=petyesin.css.map */