* {
  outline: none;
}

:root {
  --anarenk: #222;
  --ararenk: #ff8982;
  --black: #000;
  --soldblack: #222;
  --orange: #f26d3f;
}


a {
  color: var(--anarenk);
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full {
  width: 100%;
}

.p-1rem {
  padding: .1rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.flexend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header {
  z-index: 4;
  background: #fbfbfb;
}

header .header {
  margin: 0 !important;
}

header .menuButton {
  margin-left: 1.3rem;
}

header .menu-list i {
  font-size: 2rem;
  color: var(--soldblack);
}

header .menu-list .textIcon {
  color: var(--soldblack);
  font-size: 15px;
}

header .menu-list .menu-shop .count {
  top: 0;
  right: 0;
  background: #222222;
  padding: .1rem;
  height: 1.3rem;
  width: 1.3rem;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}

header .search-box {
  max-width: 16rem;
}

header .search-box input {
  -webkit-box-shadow: 0 5px 20px 0 #0000000d;
  box-shadow: 0 5px 20px 0 #0000000d;
  max-width: 60%;
  width: 100%;
  background: #ffffff;
  border-color: #dbdbdb40;
  border-radius: 0;
}

header .search-box button {
  padding: 0;
  max-height: 29px;
  font-size: 1.6rem;
  top: 6px;
  border: 0;
  right: 6px;
  background: #ffffff;
}

header .logo img {
  max-width: 200px;
}

.ustband {
  background-color: var(--ararenk);
  color: #fff;
}

.ustband .brand {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ustband .brand .socialMedia li {
  display: inline-block;
  margin-right: 1rem;
}

.ustband .brand .socialMedia li i {
  font-size: 1.5rem;
  color: #fff;
}

.ustband .brand .simpleMenuList li {
  display: inline-block;
  padding: 0 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.274);
}

.ustband .brand .simpleMenuList li a {
  font-size: 1rem;
  color: #fff;
}

nav {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  z-index: 1;
  -webkit-box-shadow: 0 5px 20px 0 #0000000d;
  box-shadow: 0 5px 20px 0 #0000000d;
}

nav .category-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav .category-menu .firstLi {
  display: inline-block;

  margin: 4px 0;
  font-size: 1rem;
}


nav .category-menu .firstLi a {
  display: block;
  padding: 20px 17.5px;

}

nav .category-menu .firstLi a i {
  font-size: 13px;
  padding: 0 .1rem;
}

nav .category-menu .firstLi:hover {
  background: var(--anarenk);
}

nav .category-menu .firstLi:hover a:first-child {
  color: #fff;
}

nav .category-menu .firstLi .dropdown-menu {
  top: 6rem;
}

nav .category-menu .firstLi:hover .dropdown-menu {
  display: block;
  padding: auto;
}

nav .category-menu .firstLi .dropdown-menu::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 52px;
  border-bottom: solid 14px #fff;
  border-left: solid 14px transparent;
  border-right: solid 13px transparent;
  position: absolute;
  top: -48px;
  left: 13px;
}

nav .category-menu .firstLi:hover .dropdown-menu a.dropdown-item {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  padding: .7rem 1rem;
  color: #000 !important;
  border-bottom: 1px solid #f1f1f1;
}

/*Home CSS*/
.story-listing .story-mode .swiper-button-next, .main .story-mode .swiper-button-prev {
  display: none;
}

.story-listing .story-mode:hover .swiper-button-next {
  display: block;
}

.clear {
  clear: both;
}

.story-listing .story-mode .swiper-slide {
  display: inline-table;
}

.story-listing .story-mode .swiper-slide .contents {
  display: contents;
}

.contentsLink {
  display: contents !important;
}

.story-listing .story-mode .swiper-slide .storyMode {
  width: 99px !important;

  height: 99px;
  border-radius: 100%;
  text-align: center;
  font-weight: 500;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-width: 2px;
  border-style: solid;
  border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)));
  padding: 1px;
  display: inline-block;
}


.story-listing .story-mode .swiper-slide .storyText {
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
}

.story-listing .story-mode .swiper-slide img {
  width: 100%;
  border-radius: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-slider {
  margin: 1rem 0;
}

.main .vitrinList {
  background: #1b1b1b;
  -webkit-box-shadow: 0 0 7px #d3d3d3;
  box-shadow: 0 0 7px #d3d3d3;
  overflow: hidden;
}

.main .vitrinList .vitrinText {
  padding: 0.50rem 0.70rem;
}

.main .vitrinList .vitrinText h4 {
  color: #fff;
  padding: 0rem 1rem;
  line-height: 2;
  text-align: right;
}

.main .vitrinList img {
  -webkit-transition: -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
  transition: -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
  transition: transform .5s, filter 1.5s ease-in-out;
  transition: transform .5s, filter 1.5s ease-in-out, -webkit-transform .5s, -webkit-filter 1.5s ease-in-out;
}

.main .banner-item {
  background: var(--anarenk);
}

.main .banner-item .vitrinText {
  padding: 0.50rem 0.70rem;
}

.main .banner-item .vitrinText h4 {
  color: #fff;
  text-align: left;
}

.main .productList {
  border: 1px solid #ebebeb;
  background: #fff;
}

.main .productList .productImages {
  position: relative;
  padding-top: 150%;
  overflow: hidden;
}

.main .productList .productImages img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.main .productList .productImages a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main .productList .catalogItems {
  top: 0;
  z-index: 9;
  width: 100%;
  padding: .5rem .6rem;
}

.main .productList .catalogItems .newPro {
  background: var(--anarenk);
  color: #fff;
  padding: .2rem .5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: .225rem;
}

.main .productList .catalogItems .freeCargo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.main .productList .catalogItems .freeCargo span {
  background: var(--ararenk);
  color: #fff;
  padding: .2rem .5rem;
  text-align: center;
  border-radius: .225rem;
}

.main .productList .productImages .twoimages {
  left: 100%;
}

.main .productList .productImages:hover a:last-child {
  left: 0;
  z-index: 2;
}

.main .productList .productText .detail .productTitle {
  margin: 0px 0 10px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
}

.main .productList .productText .price .old {
  font-size: 16px;
  color: #969696;
  text-decoration: line-through;
}

.main .productList .productText .price .new {
  font-size: 20px;
  color: var(--anarenk);
  font-weight: 700;
}

.main .vitrinList:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.main .productList .twoImage {
  top: 0;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.main .productList:hover .twoImage {
  -webkit-transform: translatex(0px);
  transform: translatex(0px);
  opacity: 1;
}

.main .headText h5 {
  font-family: "Poppins";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333333;
  font-weight: 300 !important;
  font-size: 1.6rem !important;
}

.main .headText h5::before {
  content: "";
  display: inline-block;
  height: 2px;
  background: #eae8e8f5;
  width: 25%;
}

.main .headText h5::after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #eae8e8f5;
  width: 25%;
}


footer {
  padding: 12px 0;
  z-index: 0 !important;
}

footer .footerText {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  outline: 0;
  direction: ltr;
  height: 65px;
}

footer .heightEdit {
  height: auto;
}

footer .openText {
  border: 1px solid #fff;
  margin-top: 2rem !important;
  text-transform: uppercase;
  display: block !important;
}

footer #footerMenu .menuList li a {
  color: #989898;
  font-size: 16px;
  line-height: 1.6;
}

footer #footerMenu .menuList li a:hover {
  color: #fff;
}


.error-404.not-found {
  text-align: center;
}


.error-404.not-found h1 {
  font-size: 100px;
  letter-spacing: 8px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #222;
}

.error-404.not-found .page-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 700;
}

.error-404.not-found p {
  color: #878787;
}


.error-404.not-found a {
  font-weight: 700;
  border-bottom: 1px solid #222;
  padding: 2px 5px;
}

#kategoriGoster center, #kategoriGoster .twbsPagination, .page-search center, .page-search .twbsPagination {
  display: flex;
  width: 100%;
  justify-content: center;
}


#twbsPagination > li > a, #twbsPagination > li > span {
  position: relative;
  float: left;

  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}


#twbsPagination > li > a, #twbsPagination > li > span {
  padding: 9px 15px;
  font-size: 15px;
}


#twbsPagination > .active > a, #twbsPagination > .active > span, #twbsPagination > .active > a:hover, #twbsPagination > .active > span:hover, #twbsPagination > .active > a:focus, #twbsPagination > .active > span:focus {
  border-color: none !important;
  background: var(--ararenk);
  border-color: snow !important;
}


#ilgili .productTitle {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: normal;
  color: #2f3d41;
  display: block;
  height: 40px;
  max-width: 260px;
  min-width: 260px
}

.big-title {
  padding: 1rem;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 #0000000d;
  box-shadow: 0 1px 4px 0 #0000000d;
  border-radius: 6px 6px 0 0;
  font-family: Poppins;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-weight: 300 !important;
  font-size: 1.4rem !important
}

.main .theme-page {
  margin-bottom: 1rem;
  padding: 1rem;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 #0000000d;
  box-shadow: 0 1px 4px 0 #0000000d;
  border-radius: 0 0 6px 6px
}

header .menuButton {
  margin-left: 1.3rem;
  padding: 0 .75em
}

header .menu-list .menu-link {
  padding: 0
}

header .dropdown-menux {
  display: flex;
  justify-content: center;
  width: 100%;
  top: 120%;
  z-index: 99
}

.list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.list-group .list-group-item {
  width: 25%;
  padding: 1rem;
  display: flex;
  justify-content: center
}

.list-group .list-group-item a {
  background: #ddd;
  padding: 2rem;
  width: 100%;
  text-align: center;
  border-radius: 6px
}

.list-group .list-group-item a::before {
  color: #000;
  font-weight: 900;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 60px
}

.list-group .list-group-item:nth-child(1) a:before {
  content: "\f2bd";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(2) a:before {
  content: "\f5a0";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(3) a:before {
  content: "\f09d";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(4) a:before {
  content: "\f0e8";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(5) a:before {
  content: "\f4fc";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(6) a:before {
  content: "\f217";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(7) a:before {
  content: "\f02c";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(8) a:before {
  content: "\f071";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(9) a:before {
  content: "\f53c";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(10) a:before {
  content: "\f0f3";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(11) a:before {
  content: "\f2f5";
  font-family: 'Line Awesome Free'
}

.list-group .list-group-item:nth-child(12) a:before {
  content: "\f4fa";
  font-family: 'Line Awesome Free'
}

footer .footerLogo img {
  max-width: 220px;
  filter: brightness(0) invert(1);
}

footer #footerMenu {
  background: #444
}

.loginWrapper #form1 .label {
  margin-bottom: 1rem
}

.loginWrapper #form1 .sp-login-input[type='password'], .loginWrapper #form1 .sp-login-user {
  background-color: #ebebeb;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  width: inherit;
  border-radius: 3px;
  height: 40px;
  padding: 10px;
  color: #666;
  -webkit-appearance: none;
  width: 320px
}

.sf-negative-button {
  background: #222;
  border-bottom: 3px solid #222
}

.sf-primary-button {
  background: #222 !important;
  border-bottom: 3px solid #222 !important
}

.sf-neutral-button {
  background: #222;
  border-bottom: 3px solid #222
}


@media screen and (min-width: 1024px) {
  .flexContact {
    display: flex;
  }

  .flexContact .contact-theme {
    width: 50%;
    padding: 0 1rem;
  }
}

/*Home css finish*/
@media screen and (max-width: 768px) {
  .is-left-mobile {
    float: left;
  }

  .p-1-mobile {
    padding: .5rem;
  }

  .p-3-mobile {
    padding: .75rem;
  }
}


.sf-form-item-fullwidth .sf-text-label {
  float: left;
  width: 20%;
  min-width: 150px;
  width: 190px !important;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #4c4c4c;
}

.sf-form-item-fullwidth .sf-form-input, .sf-form-item-fullwidth .sf-form-textarea {
  width: 250px;
  width: calc(100% - 220px) !important;
  box-shadow: 0px 0px !important;
  margin: 0px !important;
  padding: 0px 15px !important;
  border: 1px solid #e8e8e8 !important;
  height: 36px;
  font-size: 14px !important;
}

#sp_registerForm .sf-form-item-fullwidth select.sf-form-select {
  cursor: pointer;
}

#sp_registerForm .sf-form-item-fullwidth table select {
  width: 100px !important;
}

#sp_registerForm .sf-form-select {
  width: calc(100% - 220px) !important;
  box-shadow: 0px 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 1px solid #e8e8e8 !important;
  height: 36px;
  font-size: 14px !important;
}

@media screen and (min-width: 1024px) {
  nav.category-list.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999999999;
    background-color: #fff;
  }
}
.blog-header {
  font-family: Roboto,sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  padding: 0 15px;
  font-weight: 600;
}
.blogbdr {
  border-radius: 4px;
  margin-bottom: 1px;
}
.home-blog-image {
  position: relative;
}
.home-blog-image img {
  border-radius: 4px;
}
.home-blog-image .author {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.owlblog .blogdes {
  padding: 15px 15px 15px;
  background: #f5f6fa;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
.blogread {
  background: #000;
  padding: 10px;
  display: inline-block;
  font-size: 14px;
  color: #ccc;
  font-weight: 600;
  width: 100%;
  border-radius: 12px;
}

.carousel-wrap {
  margin: 15px -15px 0px;
}
.blogbdr {

  padding: 0px 15px;
}
/*# sourceMappingURL=style.css.map */