
/*@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAnsSUYevN.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofINeaE.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofA6sKUYevN.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAjsOUYevN.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAksCUYevN.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: local('Nunito Black'), local('Nunito-Black'), url(https://fonts.gstatic.com/s/nunito/v12/XRXW3I6Li01BKofAtsGUYevN.ttf) format('truetype');
}*/
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900&display=swap&subset=latin-ext');
@media (min-width: 1160px) {
  .container {
    max-width: 1160px;
    padding: 0;
  }
}
body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: 'Nunito', sans-serif;
}
body a:hover,
body a:focus {
  text-decoration: none;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body *:focus {
  outline: 0;
}
body b {
  font-weight: 900;
}
body .nice-select {
  width: 100%;
  padding: 0 15px;
  border-radius: 15px;
  border: none;
}
body .nice-select .option.selected {
  font-weight: 900;
}
body .nice-select ul.list {
  width: 100%;
  border-color: #ccc;
}
body .nice-select ul.list li {
  border-bottom: 1px dashed #e9e9e9;
  display: block;
  transition: 0.4s;
  background: none !important;
}
body .nice-select ul.list li:hover {
  color: #93569a;
}
body .nice-select ul.list li:last-child {
  border: none;
}
body .nice-select:after {
  width: 8px;
  height: 8px;
  border-color: #8d8f8c;
  right: 20px;
}
body ::selection {
  background: #93569a;
  color: white;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #93569a;
  z-index: 999;
}
.preloader * {
  box-sizing: border-box;
}
.preloader .flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.preloader .flex-container li {
  padding: 10px;
  height: 97px;
  width: 97px;
  margin: 29px 19px;
  position: relative;
  text-align: center;
}
.preloader .flex-container li .loading {
  display: inline-block;
  height: 64px;
  width: 64px;
  border: 2px solid #93569a;
  border-radius: 100%;
  animation: spinShrink 2.53s ease-in infinite;
  animation-direction: alternate;
}
.preloader .flex-container li .loading:after {
  content: '';
  display: block;
  height: 19px;
  width: 19px;
  background: white;
  position: absolute;
  border-radius: 100%;
  right: 13px;
  animation: dotShrink 2.53s ease-in infinite;
  animation-direction: alternate;
}
.preloader .flex-container li .loading:before {
  background: transparent;
  border: 2px solid #93569a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  opacity: 0;
  animation: ring 5.06s ease infinite;
}
@keyframes spinShrink {
  from {
    width: 78px;
    height: 78px;
    transform: rotate(0deg);
  }
  to {
    width: 10px;
    height: 10px;
    transform: rotate(1080deg);
    margin-top: 29px;
  }
}
@keyframes dotShrink {
  from {
    height: 19px;
    width: 19px;
  }
  to {
    height: 3px;
    width: 3px;
    right: 0;
  }
}
@keyframes ring {
  0%,
  50%,
  100% {
    opacity: 0;
    width: 10px;
    height: 10px;
  }
  51% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    width: 97px;
    height: 97px;
  }
}
@keyframes dotShrink {
  from {
    height: 19px;
    width: 19px;
  }
  to {
    height: 3px;
    width: 3px;
    right: 0;
  }
}
header {
  position: relative;
}
header .header-color {
  display: flex;
  align-items: center;
  background-color: #93569a;
  width: 100%;
  height: 8px;
}
header .header-color span {
  width: 25%;
  display: block;
  height: 8px;
}
header .header-color span:nth-child(1) {
  background: #93569a;
}
header .header-color span:nth-child(2) {
  background: #93569a;
}
header .header-color span:nth-child(3) {
  background: #93569a;
}
header .header-color span:nth-child(4) {
  background: #b6892c;
}
header .header-top .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0 28px 0;
}
header .header-top .header-wrapper .logo {
  width: 20%;
  height: 100%;
  position: relative;
}
header .header-top .header-wrapper .logo a{
  display: block;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 200;
}
header .header-top .header-wrapper .logo a img{
  position: relative;
  top: 25px;
}
header .header-top .header-wrapper .search-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top .header-wrapper .search-area .search {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
header .header-top .header-wrapper .search-area .myimg{
  right: -114px;
  position: relative;
  display: block;
}
header .header-top .header-wrapper .search-area.active .myimg{
  display: none;
}

header .header-top .header-wrapper .search-area .myimg img{
  width: 100%;
}
@media (max-width:992px){
  header {
    
    margin-bottom: 59px;
  }
  header .header-top .header-wrapper .search-area .myimg {
    right: 0;
      top: 257px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    display: block;
  }
}
header .header-top .header-wrapper .search-area .search form{
  width: 55px;
}
header .header-top .header-wrapper .search-area.active .search form{
  width: 70%;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  line-height: 55px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cccccc;
  position: relative;
}
header .header-top .header-wrapper .search-area.active .search form .form-wrapper .select {
  display: block;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper .select {
  width: 25%;
  display: none;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper .select .nice-select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #ccc;
  border-radius: 0;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper .select .nice-select span.current {
  color: #b0b0b0;
  font-size: 14px;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper .select .nice-select:after {
  right: 15px;
  border-color: #b0b0b0;
  margin-top: -5px;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper .input {
  flex: 1;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper .input input {
  width: 100%;
  border: none;
  padding: 0 20px;
  height: 30px;
  color: #333;
  font-weight: 900;
  font-size: 14px;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper .input input::placeholder {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: normal;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper button[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #bababa;
  z-index: 1;
  border: none;
  font-weight: normal;
  background: transparent;
  transition: 0.4s;
}
header .header-top .header-wrapper .search-area.active .search form .form-wrapper button[type="submit"]{
  left: initial;
  right: 7px;
}
header .header-top .header-wrapper .search-area .search form .form-wrapper button[type="submit"]:hover {
  color: #93569a;
}
header .header-top .header-wrapper .search-area .login {
  margin-left: 15px;
}
header .header-top .header-wrapper .search-area .login a {
  display: block;
  padding: 0 15px;
  height: 55px;
  line-height: 55px;
  color: #5e5b5c;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  transition: 0.4s;
}
header .header-top .header-wrapper .search-area .login a:hover {
  background: #93569a;
  border-color: #93569a;
  color: white;
}
header .header-top .header-wrapper .search-area .login a:hover .content {
  color: white;
}
header .header-top .header-wrapper .search-area .login a i {
  font-size: 23px;
  line-height: 1;
  margin-right: 15px;
}
header .header-top .header-wrapper .search-area .login a .content {
  color: #534f50;
  transition: 0.4s;
}
header .header-top .header-wrapper .search-area .login a .content h3 {
  font-size: 13px;
  font-weight: 900;
  margin: 0;
}
header .header-top .header-wrapper .search-area .login a .content span {
  display: block;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
}
header .header-top .header-wrapper .search-area .checkout {
  margin-left: 15px;
  position: relative;
}
header .header-top .header-wrapper .search-area .checkout > a {
  display: block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #5e5b5c;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #93569a;
  font-size: 25px;
  color: #93569a;
  transition: 0.4s;
  position: relative;
}
header .header-top .header-wrapper .search-area .checkout > a:hover,
header .header-top .header-wrapper .search-area .checkout > a.active {
  color: white;
  background: #93569a;
  border-color: #93569a;
}
header .header-top .header-wrapper .search-area .checkout > a:hover span.order-count,
header .header-top .header-wrapper .search-area .checkout > a.active span.order-count {
  color: #93569a;
  background: white;
  border-color: #93569a;
}
header .header-top .header-wrapper .search-area .checkout > a i {
  line-height: 1;
}
header .header-top .header-wrapper .search-area .checkout > a span.order-count {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  background: white;
  font-weight: 900;
  color: #93569a;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: 0.4s;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 500px;
  margin-top: 20px;
  background: white;
  z-index: 20000;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 25px 21px 0px rgba(0, 0, 0, 0.49);
}
header .header-top .header-wrapper .search-area .checkout .checkout-content.cart-opener {
  display: block;
}

header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item {
  display: flex;
  align-items: stretch;
  padding: 25px 0;
  border-bottom: 1px solid #d4d4d4;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .img {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 15px;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .img a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .img img {
  width: 60%;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .content {
  flex: 1;
  padding: 0 20px;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .content h3 {
  font-size: 12px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 5px;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .content h3 a{
  font-size: 12px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 5px;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .content span.price {
  font-size: 18px;
  color: #93569a;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .content a.removeIn {
  color: #d4d4d4;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .content a.removeIn i {
  font-size: 20px;
  margin-right: 10px;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .cart-control {}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .cart-control .cont {
  display: flex;
  align-items: stretch;
  padding: 5px;
  background: #93569a;
  border-radius: 5px;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .cart-control .cont .ccbtn{}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .cart-control .cont .ccbtn a{
  display: block;
  height: 30px;
  width: 25px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.4s;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .cart-control .cont .ccdisplay{
  width: 50px;
  height: 30px;
  border-radius: 5px;
  background: white;
  font-size: 11px;
  font-weight: 700;
  color: #262626;
  border: 0;
  text-align: center;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .input-group {
  display: flex;
  align-items: stretch;
  padding: 5px;
  background: #93569a;
  border-radius: 5px;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .input-group span {
  height: 30px;
  width: 25px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.4s;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .input-group input {
  width: 50px;
  height: 30px;
  border-radius: 5px;
  background: white;
  font-size: 11px;
  font-weight: 700;
  color: #262626;
  border: 0;
  text-align: center;
  transition: 0.4s;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item:last-child {
  border: none;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .button {
  text-align: right;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .button a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 45px;
  color: white;
  border-radius: 10px;
  font-weight: 900;
  font-size: 15px;
  background: #93569a;
  transition: 0.4s;
}
header .header-top .header-wrapper .search-area .checkout .checkout-content .button a:hover {
  background: #93569a;
}
header .header-main {
  background: #f9f9f9;
}
header .header-main .main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
header .header-main .main-wrapper .category-link {
  width: 21%;
  position: relative;
}
header .header-main .main-wrapper .category-link > a {
  height: 50px;
  display: block;
  line-height: 50px;
  display: flex;
  align-items: center;
  font-weight: 900;
  color: #93569a;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 10px;
  background: linear-gradient(to left, #e6e6e6, transparent);
}
header .header-main .main-wrapper .category-link > a i {
  font-size: 23px;
  font-weight: normal;
  margin-right: 15px;
}
header .header-main .main-wrapper .category-link ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 47px;
  padding: 10px;
  border-radius: 10px;
  z-index: 111;
}
header .header-main .main-wrapper .category-link ul li a {
  display: block;
  padding: 16px;
  padding-left: 55px;
  font-weight: 600;
  color: #262626;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #ccc;
  transition: 0.4s;
}
header .header-main .main-wrapper .category-link ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #93569a;
  transition: 0.4s;
}
header .header-main .main-wrapper .category-link ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 4px;
  transform: scaleY(0);
  transition: 0.4s;
  transform-origin: top center;
  background: #93569a;
}
header .header-main .main-wrapper .category-link ul li a.active,
header .header-main .main-wrapper .category-link ul li a:hover {
  font-weight: 900;
  transform-origin: bottom center;
  color: #93569a;
}
header .header-main .main-wrapper .category-link ul li a.active:before,
header .header-main .main-wrapper .category-link ul li a:hover:before {
  background: #93569a;
}
header .header-main .main-wrapper .category-link ul li a.active:after,
header .header-main .main-wrapper .category-link ul li a:hover:after {
  transform: scaleY(1);
}
header .header-main .main-wrapper .menu {
  flex: 1;
}
header .header-main .main-wrapper .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 79%;
  float: right;
}
header .header-main .main-wrapper .menu ul li a {
  display: block;
  font-size: 15px;
  color: #262626;
  padding: 0 9px;
  font-weight: 700;
  transition: 0.4s;
}
header .header-main .main-wrapper .menu ul li a.active {
  font-weight: 900;
  color: #93569a;
}
header .header-main .main-wrapper .menu ul li a:hover {
  color: #93569a;
  font-weight: 900;
}
header .header-main .main-wrapper .right-brand {
  width: 10%;
}
header .header-main .main-wrapper .right-brand a {
  display: block;
  margin-top: 10px;
}
header .header-main .main-wrapper .right-brand a img {
  width: 100%;
}
header.page .header-main .main-wrapper .category-link ul {
  display: none;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.3);
}
header.page .header-main .main-wrapper .category-link ul li:last-child a {
  border: none;
}
.slider-area .wrapper {
  /*display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 20px;*/
}
.slider-area .wrapper .empty {
  width: 21%;
}
.slider-area .wrapper #sliderWrapper {
  width: 100%;
  /*padding: 0 15px;*/
}
.slider-area .wrapper #sliderWrapper a.item img {

}
.slider-area .wrapper #sliderWrapper .owl-dots {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  height: auto;
}
.slider-area .wrapper #sliderWrapper .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 10px;
  background: white;
  opacity: 0.68;
  margin-right: 3px;
  border-radius: 10px;
  transition: 0.4s;
}
.slider-area .wrapper #sliderWrapper .owl-dots .owl-dot.active {
  opacity: 1;
  width: 45px;
}
.slider-area .wrapper .products {
  width: 100%;
  display: flex;
  /*flex-direction: column;
  justify-content: space-between;*/
}
.slider-area .wrapper .products a.item {
  position: relative;
  display: block;
  margin-bottom: 21px;
  flex:0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width:992px){
	.slider-area .wrapper .products {
	  flex-wrap: wrap;
	}
	.slider-area .wrapper .products a.item {
	  flex:0 0 50%;
	  max-width: 50%;
	}
}
.slider-area .wrapper .products a.item:last-child {
  margin: 0;
}
.slider-area .wrapper .products a.item .img img {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.slider-area .wrapper .products a.item .product-image {
  position: absolute;
  bottom: -10px;
  right: -35px;
  width: 122px;
  height: 138px;
  transition: 0.6s;
}
.slider-area .wrapper .products a.item .product-image img {
  width: 100%;
}
.slider-area .wrapper .products a.item:hover .product-image {
  transform: scale(1.1);
}
.properties {
  padding: 40px 0;
}
.properties .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.properties .wrapper .item {
  width: 20%;
  text-align: center;
  padding: 0 15px;
  color: #434343;
}
.properties .wrapper .item .img img{
  max-height: 40px;
  margin-bottom: 5px;
}
.properties .wrapper .item i {
  font-size: 45px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.properties .wrapper .item p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
.products .section-title {
  text-align: center;
  padding: 30px 0;
}
.products .section-title h3 {
  position: relative;
  margin: 0;
}
.products .section-title h3 span {
  display: inline-block;
  padding: 10px 20px;
  padding-bottom: 0;
  background: white;
  font-size: 23px;
  color: #93569a;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.products .section-title h3 span:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 2px;
  background: #c3c3c3;
}
.products .section-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #c3c3c3;
}
.products .section-title h5 {
  color: #262626;
  font-size: 16px;
  margin: 0;
}
.products .wrapper {
  display: flex;
  align-items: stretch;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.products .wrapper .item {
  width: 20%;
  padding: 0 15px;
}
.products .wrapper .item .single-product {
  display: block;
  text-align: center;
  position: relative;
  border-radius: 10px;
  border: 2px solid #d7d7d7;
  padding: 15px 0 20px;
  margin-bottom: 45px;
  transition: 0.4s;
  min-height: 261px;
}
.products .wrapper .item .single-product .img {
  width: 100%;
  margin-bottom: 20px;
}
.products .wrapper .item .single-product .img a {
  display: block;
}
.products .wrapper .item .single-product .img a img{
  max-width: 100%;
  height: 204px;
    object-fit: cover;
}

@keyframes fadeInSonUrun {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.products .wrapper .item .single-product .content .son-kalan-urun{
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: 10px;
  top: 15px;
  background-color: #000000a3;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 800;
  border-radius: 5px;
  padding-right: 19px;
  color: #fff;
}
.products .wrapper .item .single-product .content .son-kalan-urun img{
  animation: fadeInSonUrun 1s ease-in-out infinite;
}
.products .wrapper .item .single-product .content .son-kalan-urun img{}
.products .wrapper .item .single-product .content .son-kalan-urun span{}
.products .wrapper .item .single-product .content .urunTukendi{
  text-align: center;
  margin-bottom: 10px;
}
.products .wrapper .item .single-product .content .urunTukendi span{
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}
.products .wrapper .item .single-product .content h3 a {
  color: #434343;
  font-size: 19px;
  transition: 0.4s;
  font-weight: 900;
}
.products .wrapper .item .single-product .content h3 a .urun-adi{
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .wrapper .item .single-product .content h3 a .urun-birim {
  display: block;
  font-weight: 400;
}
.products .wrapper .item .single-product .content h4 {
  font-size: 12px;
  font-weight: 900;
  color: #d0d0d0;
  margin: 0;
}
.products .wrapper .item .single-product .content span.price {
  display: inline-block;
  padding: 0 15px;
  background: white;
  position: absolute;
  height: 40px;
  transition: 0.4s;
  line-height: 40px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #262626;
  font-weight: 900;
}
.products .wrapper .item .single-product .plus {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 50px;
  padding: 5px;
  background: white;
  z-index: 1;
}
.products .wrapper .item .single-product .plus >a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #d7d7d7;
  transition: 0.4s;
  font-weight: 900;
  position: relative;
}
.products .wrapper .item .single-product .plus >a:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.4s;
  color: #d7d7d7;
}
.products .wrapper .item .single-product .plus .cart-control {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 5px;
  background: #93569a;
  border-radius: 5px;
}
.products .wrapper .item .single-product .plus .cart-control .cont{}
.products .wrapper .item .single-product .plus .cart-control .cont .ccdisplay{
  width: 30px;
  height: 60px;
  border-radius: 5px;
  background: white;
  border: 0;
  text-align: center;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .wrapper .item .single-product .plus .cart-control .cont .ccbtn{}
.products .wrapper .item .single-product .plus .cart-control .cont .ccbtn a{
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.4s;
}
.products .wrapper .item .single-product .plus .cart-control .cont .ccbtn a:hover{
  background: #93569a;
}
.products .wrapper .item .single-product .plus .count {
  margin-top: 10px;
  display: none;
}
.products .wrapper .item .single-product .plus .count .input-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 5px;
  background: #93569a;
  border-radius: 5px;
}
.products .wrapper .item .single-product .plus .count .input-group input {
  width: 30px;
  height: 60px;
  border-radius: 5px;
  background: white;
  border: 0;
  text-align: center;
  transition: 0.4s;
}
.products .wrapper .item .single-product .plus .count .input-group span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.4s;
}
.products .wrapper .item .single-product .plus .count .input-group span:hover,
.products .wrapper .item .single-product .plus .count .input-group span:focus {
  background: #93569a;
}
.products .wrapper .item .single-product .plus .count .input-group:hover input {
  border-radius: 0;
}
.products .wrapper .item.large-item {
  width: 40%;
}
.products .wrapper .item.large-item .single-product {
  display: flex;
  align-items: center;
}
.products .wrapper .item.large-item .single-product .img {
  width: 55%;
  margin: 0;
}
.products .wrapper .item.large-item .single-product .img a {
  display: block;
}
.products .wrapper .item.large-item .single-product .img a img {
  width: 100%;
}
.products .wrapper .item.large-item .single-product .content {
  flex: 1;
}
.products .wrapper .item.large-item .single-product .content span.price {
  left: auto;
  transform: translateX(0);
  right: 30px;
}
.products .wrapper .item:hover .single-product .plus >a {
  background: #93569a;
  border-color: #93569a;
}
.products .wrapper .item:hover .single-product .plus >a:before {
  content: "\f105";
  font-family: Flaticon;
  color: white;
}
.products .wrapper .item:hover .single-product .plus .count {
  display: block;
  animation: 0.4s ease-in-out fadeIn;
}
.gallery-area {
  margin-bottom: 20px;
}
.gallery-area .wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
.gallery-area .wrapper .gallery {
  width: 75%;
}
.gallery-area .wrapper .gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 20px;
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery {
  width: 50%;
  padding: 0 15px;
  text-align: center;
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery .img img {
  width: 100%;
  transition: 0.4s;
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery .img span.gallery-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  display: block;
  width: 33px;
  height: 27px;
  background: url('../img/icons/galeri.png') no-repeat center center;
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery .img .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(to bottom, transparent, #000);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery .img .content h3 {
  font-size: 20px;
  font-weight: 700;
  transition: 0.4s;
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery .img .content p {
  margin: 0;
  font-size: 13px;
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery:hover .img img {
  transform: scale(1.2) rotate(-3deg);
}
.gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery:hover .img .content h3 {
  color: #93569a;
}
.gallery-area .wrapper .gallery .banner-img {
  padding: 0 15px;
  position: relative;
}
.gallery-area .wrapper .gallery .banner-img img {
  width: 100%;
}
.gallery-area .wrapper .gallery .banner-img h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 26px;
  margin: 0;
}
.gallery-area .wrapper .numbers {
  width: 24%;
  background: url("../img/rakamlar/rakamlar-bg.png") no-repeat top center;
  background-size: cover;
  padding: 15px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.gallery-area .wrapper .numbers h3 {
  font-size: 17px;
  font-weight: 900;
  color: #2d2d2d;
}
.gallery-area .wrapper .numbers h3 span {
  display: block;
  font-weight: normal;
  line-height: 1;
}
.gallery-area .wrapper .numbers .item h3 {
  font-size: 48px;
  color: #2d2d2d;
  font-weight: 900;
  margin: 0;
}
.gallery-area .wrapper .numbers .item h4 {
  font-size: 27px;
  color: #2d2d2d;
  font-weight: normal;
  margin: 0;
}
.gallery-area .wrapper .numbers .item p {
  color: #2d2d2d;
  font-size: 16px;
}
.gallery-area .wrapper .numbers .owl-dots {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-area .wrapper .numbers .owl-dots .owl-dot {
  width: 20px;
  height: 8px;
  display: block;
  background: #d1d1d1;
  margin: 0 4px;
  transition: 0.4s;
  border-radius: 8px;
}
.gallery-area .wrapper .numbers .owl-dots .owl-dot.active,
.gallery-area .wrapper .numbers .owl-dots .owl-dot:hover {
  background: #93569a;
}
footer .newsletter {
  padding: 25px 0;
  background: #f2f2f2;
}
footer .newsletter .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .newsletter .wrapper .content {
  width: 40%;
}
footer .newsletter .wrapper .content h3 {
  font-size: 21px;
  color: #262626;
  font-weight: normal;
  margin: 0;
}
footer .newsletter .wrapper .content h3 span {
  display: block;
  line-height: 1;
  font-weight: 900;
}
footer .newsletter .wrapper .newsletter-form {
  width: 60%;
}
footer .newsletter .wrapper .newsletter-form .form-wrapper {
  display: flex;
  align-items: center;
}
footer .newsletter .wrapper .newsletter-form .form-wrapper form{
  display: flex;
  align-items: center;
}
footer .newsletter .wrapper .newsletter-form .form-wrapper .input {
  flex: 1;
  margin-right: 15px;
}
footer .newsletter .wrapper .newsletter-form .form-wrapper .input input {
  height: 55px;
  border: 1px solid #dadada;
  background: white;
  width: 100%;
  border-radius: 10px;
  padding: 0 15px;
}
footer .newsletter .wrapper .newsletter-form .form-wrapper .input input::placeholder {
  font-size: 14px;
  color: #262626;
}
footer .newsletter .wrapper .newsletter-form .form-wrapper button[type="submit"] {
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  background: #93569a;
  font-size: 14px;
  font-weight: 900;
  border: none;
  transition: 0.4s;
  border-radius: 10px;
  color: white;
}
footer .newsletter .wrapper .newsletter-form .form-wrapper button[type="submit"]:hover {
  background: #93569a;
}
footer .footer-main {
  background: #93569a;
  padding: 37px 0 21px;
}
footer .footer-main .main-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .footer-main .main-wrapper .logo {

  width: 50%;
  display: flex;
  margin-bottom: -10px;

}
footer .footer-main .main-wrapper .logo .desc {
  padding-left: 15px;
}
footer .footer-main .main-wrapper .logo .desc .ltitle {
  font-size: 15px;
  color: white;
  font-weight: 900;
  margin-bottom: 20px;
}
footer .footer-main .main-wrapper .logo .desc p {
  color: white;
  margin: 0;
}
footer .footer-main .main-wrapper .footer-links {
  width: 50%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
footer .footer-main .main-wrapper .footer-links .links {
  width: 33%;
}
footer .footer-main .main-wrapper .footer-links .links h3 {
  font-size: 12px;
  color: white;
  font-weight: 900;
  margin-bottom: 20px;
  white-space: nowrap;
}
footer .footer-main .main-wrapper .footer-links .links ul li a {
  color: white;
  font-size: 15px;
  display: block;
  transition: 0.4s;
}
footer .footer-main .main-wrapper .footer-links .links ul li a:hover {
  transform: translateX(10px);
}
footer .footer-main .logo-area .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-main .logo-area .wrapper .item a {
  display: block;
}
footer .copyright .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
footer .copyright .wrapper .copy-left {
 
}
footer .copyright .wrapper .copy-left ul {
  display: flex;
  align-items: center;
}
footer .copyright .wrapper .copy-left ul li {
  margin-right: 15px;
}
footer .copyright .wrapper .copy-left ul li a,
footer .copyright .wrapper .copy-left ul li p {
  color: #232323;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  transition: 0.4s;
}
footer .copyright .wrapper .copy-left ul li img {
  height: 30px;
  width: auto;
}
footer .copyright .wrapper .copy-left ul li:last-child {
  margin-left: 45px;
}
footer .copyright .wrapper .copy-left ul li:last-child a:hover {
  color: #93569a;
  font-weight: 900;
}
footer .copyright .wrapper .copy-right {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
footer .copyright .wrapper .copy-right .logo-area {}
footer .copyright .wrapper .copy-right .logo-area .wrapper{}
footer .copyright .wrapper .copy-right .logo-area .wrapper .item{
	padding-left: 10px;
	padding-right: 10px;
}
footer .copyright .wrapper .copy-right .logo-area .wrapper .item a{}
footer .copyright .wrapper .copy-right .logo-area .wrapper .item a img{
  max-height: 57px;
}
footer .copyright .wrapper .copy-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .copyright .wrapper .copy-right ul li {
  margin-left: 15px;
}
footer .copyright .wrapper .copy-right ul li a {
  display: block;
}
.page-banner {
  position: relative;
  height: 365px;
  background: url("../img/background/banner.jpg") no-repeat bottom center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner .img {
  text-align: center;
}
.page-banner .img h3 {
  font-size: 48px;
  font-weight: 900;
  margin-top: -40px;
  color: white;
}
.page-banner.detail-banner {
  height: 225px;
}
.page-in {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  max-width: 1240px;
  border-radius: 15px;
  background: white;
  padding: 30px 50px;
}
.page-in:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 100%;
  z-index: -1;
  height: 300px;
  box-shadow: 0px -20px 22px 0px rgba(0, 0, 0, 0.46);
}
.page-breadcrumb {
  margin-bottom: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-breadcrumb .left-breadcrumb h3.title {
  font-size: 27px;
  font-weight: 900;
  margin: 0;
  color: #93569a;
}
.page-breadcrumb .left-breadcrumb ul li {
  display: inline-block;
}
.page-breadcrumb .left-breadcrumb ul li a {
  color: #262626;
  margin-right: 15px;
  font-size: 13px;
  display: block;
  position: relative;
  transition: 0.4s;
}
.page-breadcrumb .left-breadcrumb ul li a:before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  right: -13px;
  width: 8px;
  height: 8px;
  border: #93569a dotted;
  border-width: 2px 2px 0 0;
}
.page-breadcrumb .left-breadcrumb ul li:last-child a {
  margin: 0;
}
.page-breadcrumb .left-breadcrumb ul li:last-child a:before {
  border: none;
}
.page-breadcrumb .share {
  position: relative;
}
.page-breadcrumb .share > a.shareButton {
  display: flex;
  align-items: center;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 900;
  transition: 0.4s;
}
.page-breadcrumb .share > a.shareButton:hover {
  color: #93569a;
}
.page-breadcrumb .share > a.shareButton span {
  font-size: 15px;
  font-weight: normal;
  margin-right: 10px;
}
.page-breadcrumb .share #social {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  display: none;
}
.page-breadcrumb .share #social ul {
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.21);
}
.page-breadcrumb .share #social ul li {
  margin: 0 5px;
}
.page-breadcrumb .share #social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #bdbdbd;
  text-align: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.46);
  transition: 0.4s;
}
.page-breadcrumb .share #social ul li a:hover {
  background: #93569a;
  color: white;
}
.works .wrapper {
  width: 100%;
}
.works .wrapper .item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 35px 0;
  border-bottom: 1px solid #cfcfcf;
}
.works .wrapper .item .img {
  width: 25%;
}
.works .wrapper .item .img a {
  display: block;
}
.works .wrapper .item .img a img {
  width: 100%;
  border-radius: 10px;
}
.works .wrapper .item .content {
  flex: 1;
  padding: 0 40px 0 15px;
  border-right: 1px solid #cfcfcf;
}
.works .wrapper .item .content h3 {
  margin: 0;
  line-height: 1;
}
.works .wrapper .item .content h3 a {
  display: block;
  font-size: 23px;
  color: #313131;
  font-weight: 900;
}
.works .wrapper .item .content span {
  display: block;
  color: #d7d7d7;
  font-size: 12px;
  font-weight: 600;
}
.works .wrapper .item .content p {
  font-size: 14px;
  color: #313131;
  margin: 0;
  margin-top: 35px;
  font-weight: 400;
}
.works .wrapper .item .link {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.works .wrapper .item .link a {
  display: block;
  font-weight: 800;
  color: #d2d2d2;
  font-size: 12px;
  line-height: 1;
  position: relative;
}
.works .wrapper .item .link a i {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 20px;
}
.works .wrapper .item .link a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 20px;
  width: 34px;
  height: 34px;
  background: url('../img/icons/arrow.png') no-repeat center center;
}
.works .wrapper .item:first-child {
  padding-top: 0;
}
.works .wrapper .item:last-child {
  border: none;
}
.page-detail .wrapper,
.works-detail .wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-detail .wrapper .image-area,
.works-detail .wrapper .image-area {
  width: 30%;
  padding: 0 15px;
}
.page-detail .wrapper .image-area .main-slider,
.works-detail .wrapper .image-area .main-slider {
  margin-bottom: 20px;
  padding: 0 5px;
}
.page-detail .wrapper .image-area .main-slider .item img,
.works-detail .wrapper .image-area .main-slider .item img {
  border-radius: 10px;
  height: 277px;
  object-fit: cover;
}
.page-detail .wrapper .image-area .thumb-slider .owl-item,
.works-detail .wrapper .image-area .thumb-slider .owl-item {
  padding: 0 5px;
}
.page-detail .wrapper .image-area .thumb-slider .owl-item .item,
.works-detail .wrapper .image-area .thumb-slider .owl-item .item {
  position: relative;
}
.page-detail .wrapper .image-area .thumb-slider .owl-item .item img,
.works-detail .wrapper .image-area .thumb-slider .owl-item .item img {
  border-radius: 10px;
  height: 87px;
  object-fit: cover;
}
.page-detail .wrapper .image-area .thumb-slider .owl-item.active + .owl-item.active + .owl-item.active .item:before,
.works-detail .wrapper .image-area .thumb-slider .owl-item.active + .owl-item.active + .owl-item.active .item:before {
  content: "+8 Fotoğraf";
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding: 10px;
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(to bottom, transparent, #000);
  border-radius: 10px;
}
.page-detail .wrapper .content,
.works-detail .wrapper .content {
  width: 70%;
  padding: 0 15px;
}
.page-detail .wrapper .content .title-area,
.works-detail .wrapper .content .title-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-detail .wrapper .content .title-area .title h3,
.works-detail .wrapper .content .title-area .title h3 {
  font-size: 23px;
  color: #93569a;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.page-detail .wrapper .content .title-area .title span,
.works-detail .wrapper .content .title-area .title span {
  font-size: 13px;
  color: #c3c3c3;
  font-weight: 900;
}
.page-detail .wrapper .content .title-area .share,
.works-detail .wrapper .content .title-area .share {
  position: relative;
}
.page-detail .wrapper .content .title-area .share > a.shareButton,
.works-detail .wrapper .content .title-area .share > a.shareButton {
  display: flex;
  align-items: center;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 900;
  transition: 0.4s;
}
.page-detail .wrapper .content .title-area .share > a.shareButton:hover,
.works-detail .wrapper .content .title-area .share > a.shareButton:hover {
  color: #93569a;
}
.page-detail .wrapper .content .title-area .share > a.shareButton span,
.works-detail .wrapper .content .title-area .share > a.shareButton span {
  font-size: 15px;
  font-weight: normal;
  margin-right: 10px;
}
.page-detail .wrapper .content .title-area .share #social,
.works-detail .wrapper .content .title-area .share #social {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  display: none;
}
.page-detail .wrapper .content .title-area .share #social ul,
.works-detail .wrapper .content .title-area .share #social ul {
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.21);
}
.page-detail .wrapper .content .title-area .share #social ul li,
.works-detail .wrapper .content .title-area .share #social ul li {
  margin: 0 5px;
}
.page-detail .wrapper .content .title-area .share #social ul li a,
.works-detail .wrapper .content .title-area .share #social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #bdbdbd;
  text-align: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.46);
  transition: 0.4s;
}
.page-detail .wrapper .content .title-area .share #social ul li a:hover,
.works-detail .wrapper .content .title-area .share #social ul li a:hover {
  background: #93569a;
  color: white;
}
.page-detail .wrapper .content .cnt,
.works-detail .wrapper .content .cnt {
  margin-top: 35px;
}
.page-detail .wrapper .content .cnt h4,
.works-detail .wrapper .content .cnt h4 {
  font-size: 14px;
  color: #212121;
  font-weight: 900;
}
.page-detail .wrapper .content .cnt p,
.works-detail .wrapper .content .cnt p {
  font-size: 14px;
  color: #212121;
}
.page-detail .wrapper .content {
  width: 100%;
}
.page-detail .wrapper .content .cnt {
  margin-top: 0;
}

.page-detail .wrapper .content .cnt table{
      border:1px solid #93569a;
      font-size: 12px;
    }
    .page-detail .wrapper .content .cnt table thead{
      
    }
    .page-detail .wrapper .content .cnt table thead tr{

    }
    .page-detail .wrapper .content .cnt table thead tr th{
      color: #fff;
      padding:5px;
      border:1px solid #93569a;
      vertical-align: middle;
      background-color:#93569a !important;
    }
    .page-detail .wrapper .content .cnt table thead tr th p{
      margin-bottom: 0;
    }
    .page-detail .wrapper .content .cnt table tbody{
    }
    .page-detail .wrapper .content .cnt table tbody tr:nth-child(odd){
      
    }
    .page-detail .wrapper .content .cnt table tbody tr td{
      border:1px solid #93569a;
      padding:5px;
      vertical-align: middle;
      
    }
    .page-detail .wrapper .content .cnt table tbody tr:nth-child(odd) td{
      background-color: #93569a1a;
    }
    .page-detail .wrapper .content .cnt table tbody tr td strong{
      font-weight:600;
    }
    .page-detail .wrapper .content .cnt table tbody tr td p{
      margin-bottom:0;
    }

    .page-detail .wrapper .content .cnt table thead tr:first-child td{
      color: #fff;
      padding: 5px;
      border: 1px solid #93569a;
      vertical-align: middle;
      background-color: #93569a !important;
    }


.product-detail h3.product-title {
  font-size: 27px;
  color: #262626;
  font-weight: 900;
  margin-bottom: 35px;
}
.product-detail .wrapper {
  display: flex;
  align-items: stretch;
}
.product-detail .wrapper .image-area {
  border: 2px solid #d6d6d6;
  border-radius: 15px;
  padding: 20px;
  width: 30%;
  position: relative;
}
.product-detail .wrapper .image-area .son-kalan-urun{
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: 10px;
  top: 15px;
  background-color: #000000a3;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 800;
  border-radius: 5px;
  padding-right: 19px;
  color: #fff;
}
.product-detail .wrapper .image-area .son-kalan-urun img{
  animation: fadeInSonUrun 1s ease-in-out infinite;
}
.product-detail .wrapper .image-area .main-slider {
  margin-bottom: 10px;
  padding: 0 5px;
}
.product-detail .wrapper .image-area .thumb-slider .owl-item {
  padding: 0 5px;
}
.product-detail .wrapper .image-area .thumb-slider .owl-item .item {
  border: 2px solid #d6d6d6;
  border-radius: 15px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .wrapper .image-area .thumb-slider .owl-item .item img {
  width: 100%;
  border-radius: 15px;
}
.product-detail .wrapper .content {
  padding-top: 35px;
  width: 70%;
}
.product-detail .wrapper .content .content-detail {
  padding: 20px;
  background: #f6f6f6;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.product-detail .wrapper .content .content-detail .price-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail .wrapper .content .content-detail .price-area .price {
  flex: 1;
}
.product-detail .wrapper .content .content-detail .price-area .price h3 {
  font-size: 42px;
  color: #93569a;
  font-weight: 900;
  margin-bottom: 10px;
}
.product-detail .wrapper .content .content-detail .price-area .price span {
  font-size: 13px;
  font-weight: 800;
  color: #494e57;
  display: flex;
  align-items: center;
}
.product-detail .wrapper .content .content-detail .price-area .price span i {
  margin-right: 10px;
  font-size: 20px;
  font-weight: normal;
}
.product-detail .wrapper .content .content-detail .price-area .count {
  background: white;
  padding: 8px;
  border-radius: 5px;
}
.product-detail .wrapper .content .content-detail .price-area .count .cart-control {}
.product-detail .wrapper .content .content-detail .price-area .count .cart-control .cont{
  display: flex;
  align-items: stretch;
  padding: 5px;
  background: #93569a;
  border-radius: 5px;
}
.product-detail .wrapper .content .content-detail .price-area .count .cart-control .cont .ccbtn{}
.product-detail .wrapper .content .content-detail .price-area .count .cart-control .cont .ccbtn a{
  display: block;
  height: 35px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.4s;
}
.product-detail .wrapper .content .content-detail .price-area .count .cart-control .cont .ccdisplay{
  width: 70px;
  height: 35px;
  border-radius: 5px;
  background: white;
  border: 0;
  text-align: center;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail .wrapper .content .content-detail .price-area .count .input-group {
  display: flex;
  align-items: stretch;
  padding: 5px;
  background: #93569a;
  border-radius: 5px;
}
.product-detail .wrapper .content .content-detail .price-area .count .input-group input {
  width: 70px;
  height: 35px;
  border-radius: 5px;
  background: white;
  border: 0;
  text-align: center;
  transition: 0.4s;
}
.product-detail .wrapper .content .content-detail .price-area .count .input-group input:after {
  content: "Kg";
}
.product-detail .wrapper .content .content-detail .price-area .count .input-group span {
  height: 35px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.4s;
}
.product-detail .wrapper .content .content-detail .price-area .count .input-group span:hover,
.product-detail .wrapper .content .content-detail .price-area .count .input-group span:focus {
  background: #93569a;
}
.product-detail .wrapper .content .content-detail .price-area .count .input-group:hover input {
  border-radius: 0;
}
.product-detail .wrapper .content .content-detail > ul {
  margin-top: 20px;
}
.product-detail .wrapper .content .content-detail > ul li {
  font-size: 13px;
  font-weight: 800;
  color: #494e57;
}
.product-detail .wrapper .content .content-detail .cnt {
  margin-top: 35px;
}
.product-detail .wrapper .content .content-detail .cnt h4 {
  font-size: 14px;
  color: #29303a;
  font-weight: 900;
}
.product-detail .wrapper .content .content-detail .cnt p {
  font-size: 14px;
  color: #29303a;
}
.product-detail .wrapper .content .button {
  text-align: right;
  margin-top: 20px;
}
.product-detail .wrapper .content .button a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  background: #93569a;
  color: white;
  border-radius: 10px;
  font-weight: 900;
  transition: 0.4s;
}
.product-detail .wrapper .content .button a:hover {
  background: #93569a;
}
.category-page .category-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
}
.category-page .category-wrapper .filter-area {
  width: 20%;
  padding: 0 15px;
}
.category-page .category-wrapper .filter-area span#closeButton {
  display: none;
}
.category-page .category-wrapper .filter-area h2 {
  font-size: 17px;
  font-weight: 900;
  color: white;
  margin-bottom: 15px;
  padding-left: 30px;
  height: 45px;
  display: block;
  line-height: 45px;
  position: relative;
}
.category-page .category-wrapper .filter-area h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 140%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background: #93569a;
}
.category-page .category-wrapper .filter-area h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 20px;
  background: url('../img/icons/filter.png');
}
.category-page .category-wrapper .filter-area .filter .filter-item {
  margin-bottom: 20px;
}
.category-page .category-wrapper .filter-area .filter .filter-item span.filter-title {
  font-size: 13px;
  font-weight: 900;
  color: #454545;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.category-page .category-wrapper .filter-area .filter .filter-item span.filter-title:after {
  content: "";
  margin: 0 0.5em;
  display: inline-block;
  border: 5px solid transparent;
  border-top: 6px solid #454545;
  border-bottom: 0 none;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul {
  display: block;
  /*max-height: 210px;*/
  overflow-y: auto;
  padding: 5px 0;
  width: 90%;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li input {
  display: none;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li input:checked ~ label:before {
  background-position: bottom center;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li input:checked ~ label {
  color: #93569a;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li label {
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 1;
  padding-top: 3px;
  font-weight: 800;
  transition: 0.4s;
  color: #959595;
  padding-left: 30px;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li label:hover {
  color: #93569a;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url('../img/icons/radio.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li label:hover:before {
  color: #349b38;
}


.category-page .category-wrapper .filter-area .filter .filter-item ul li a {
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 1;
  padding-top: 3px;
  font-weight: 800;
  transition: 0.4s;
  color: #959595;
  padding-left: 30px;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li a:hover {
  color: #93569a;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url('../img/icons/radio.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul li a:hover:before {
  color: #349b38;
}




.category-page .category-wrapper .filter-area .filter .filter-item ul::-webkit-scrollbar {
  width: 5px;
}
.category-page .category-wrapper .filter-area .filter .filter-item ul::-webkit-scrollbar-track {}
.category-page .category-wrapper .filter-area .filter .filter-item ul::-webkit-scrollbar-thumb {
  background-color: #93569a;
}
.category-page .category-wrapper .filter-area .filter .filter-item:first-child span.filter-title {
  margin-top: 0;
}
.category-page .category-wrapper .products {
  width: 80%;
  padding: 0 15px;
}
.category-page .category-wrapper .products .title-area {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-page .category-wrapper .products .title-area h3.product-title {
  font-size: 27px;
  color: #262626;
  font-weight: 900;
}
.category-page .category-wrapper .products .title-area .order {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.category-page .category-wrapper .products .title-area .order h4 {
  font-size: 13px;
  color: #262626;
  font-weight: 800;
  margin-right: 15px;
  margin-bottom: 0;
}
.category-page .category-wrapper .products .title-area .order .nice-select {
  width: 200px;
  height: 45px;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
}
.category-page .category-wrapper .products .title-area .order .nice-select span.current {
  font-size: 13px;
  line-height: 45px;
  color: #bbbbbb;
  font-weight: 700;
}
.category-page .category-wrapper .products .wrapper .item {
  width: 25%;
}
.profile .profile-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 80px;
}
.profile .profile-wrapper .profile-links {
  width: 20%;
}
.profile .profile-wrapper .profile-links ul li a {
  color: #242424;
  font-weight: 900;
  font-size: 15px;
  padding: 10px 0;
  display: block;
  border-bottom: 1px dashed #d4d4d4;
  transition: 0.3s;
}
.profile .profile-wrapper .profile-links ul li a:hover {
  color: #93569a;
}
.profile .profile-wrapper .profile-links ul li.active a {
  color: #93569a;
}
.profile .profile-wrapper .profile-links ul li:last-child a {
  border: none;
}
.profile .profile-wrapper .profile-content {
  width: 75%;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group {
  display: block;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #979797;
  margin: 0;
  margin-bottom: 5px;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group .input {
  position: relative;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group .input span.showPassword {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  transform: translateY(-50%);
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group .input span.showPassword i {
  font-size: 20px;
  color: #d2d2d2;
  transition: 0.4s;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group .input span.showPassword:hover i {
  color: #383838;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group input,
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group .input input,
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item textarea {
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 0 15px;
  color: #383838;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid #e9e9e9;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item textarea {
  min-height: 120px;
  padding-top: 10px;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item select {
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 0 15px;
  color: #383838;
  border-radius: 10px;
  font-weight: 700;
  border: 2px solid #e9e9e9;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group input::placeholder,
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group .input input::placeholder,
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group textarea::placeholder {
  color: #ccc;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .input-group textarea {
  height: auto;
  padding: 15px;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .button button[type="submit"] {
  display: block;
  width: 50%;
  margin-left: auto;
  color: white;
  background: #93569a;
  height: 50px;
  line-height: 50px;
  font-weight: 900;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  transition: 0.4s;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item .button button[type="submit"]:hover {
  background: #93569a;
}
.profile .profile-wrapper .profile-content.info form .form-wrapper .form-item.item-12 {
  width: 100%;
}
.profile .profile-wrapper .profile-content.orders table {
  width: 100%;
}
.profile .profile-wrapper .profile-content.orders table thead tr td {
  padding: 10px 15px;
  padding-bottom: 25px;
}
.profile .profile-wrapper .profile-content.orders table thead tr td h2 {
  font-weight: 900;
  color: #262626;
  font-size: 16px;
  margin: 0;
}
.profile .profile-wrapper .profile-content.orders table tbody tr:nth-child(odd) {
  background: #f4f4f4;
}
.profile .profile-wrapper .profile-content.orders table tbody tr td {
  padding: 10px 15px;
}
.profile .profile-wrapper .profile-content.orders table tbody tr td span {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  display: block;
}
.profile .profile-wrapper .profile-content.orders table tbody tr td span.price {
  color: #93569a;
}
.login-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  animation: 1s ease-in-out slideOutUp;
  align-items: center;
  justify-content: center;
}
.login-popup span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.login-popup .login-area {
  padding: 20px 30px;
  background: white;
  border-radius: 10px;
  width: 425px;
  height: auto;
  position: relative;
  z-index: 1;
}
.login-popup .login-area .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.login-popup .login-area .links ul li {
  display: inline-block;
  margin-right: 25px;
}
.login-popup .login-area .links ul li a {
  display: block;
  padding-bottom: 10px;
  position: relative;
  font-size: 13px;
  font-weight: 900;
  color: #e2e2e2;
  transition: 0.4s;
}
.login-popup .login-area .links ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #93569a;
  transform: scaleX(0);
  transition: 0.4s;
  transform-origin: left;
}
.login-popup .login-area .links ul li a:hover,
.login-popup .login-area .links ul li a.active {
  color: #93569a;
}
.login-popup .login-area .links ul li a:hover:before,
.login-popup .login-area .links ul li a.active:before {
  transform: scaleX(1);
}
.login-popup .login-area .links ul li:first-child a {
  color: #93569a;
}
.login-popup .login-area .links ul li:first-child a:before {
  transform: scaleX(1);
}
.login-popup .login-area .links a.close-popup {
  display: block;
  padding-bottom: 10px;
  position: relative;
  font-size: 13px;
  font-weight: 900;
  color: #e2e2e2;
}
.login-popup .login-area .links a.close-popup:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 2px;
  height: 4px;
  background: #93569a;
  transform: scaleX(0);
  transition: 0.4s;
  transform-origin: left;
}
.login-popup .login-area .links a.close-popup:hover {
  color: #93569a;
}
.login-popup .login-area .links a.close-popup:hover:before {
  transform: scaleX(1);
}
.login-popup .login-area .links:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e2e2e2;
}
.login-popup .login-area .popup-content {
  display: block;
  margin-top: 25px;
  text-align: center;
}
.login-popup .login-area .popup-content > h3 {
  font-size: 32px;
  color: #93569a;
  font-weight: 900;
}
.login-popup .login-area .popup-content p {
  font-size: 14px;
  color: #242424;
  font-weight: 500;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item {
  margin-bottom: 20px;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item input {
  width: 100%;
  height: 50px;
  border: 2px solid #c9c9c9;
  border-radius: 10px;
  font-size: 17px;
  color: #242424;
  text-align: center;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item input::placeholder {
  color: #242424;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember .checkbox {
  position: relative;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember .checkbox input {
  display: none;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember .checkbox input:checked ~ label:before {
  background-position: top center;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember .checkbox input:checked ~ label {
  color: #93569a;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember .checkbox label {
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: 0.4s;
  color: #242424;
  padding-left: 40px;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember .checkbox label:hover {
  color: #93569a;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember .checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('../img/icons/login-checkbox.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember .checkbox label:hover:before {
  color: #349b38;
}
.login-popup .login-area .popup-content form .form-wrapper .form-item.remember a.forgotPassword {
  display: block;
  color: #242424;
  font-size: 14px;
  font-weight: 700;
}
.login-popup .login-area .popup-content form .form-wrapper button[type="submit"] {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: white;
  background: #93569a;
  border: none;
  border-radius: 10px;
  font-weight: 900;
  transition: 0.4s;
}
.login-popup .login-area .popup-content form .form-wrapper button[type="submit"]:hover {
  background: #93569a;
}
.login-popup.active {
  display: flex;
  animation: 0.4s ease-in-out fadeIn;
}
.orders .order-wrapper {
  display: flex;
  align-items: stretch;
  margin: 0 -15px;
}
.orders .order-wrapper .order-content {
  width: 75%;
  padding: 0 15px;
}
.orders .order-wrapper .order-content .order-links {
  position: relative;
}
.orders .order-wrapper .order-content .order-links ul li {
  display: inline-block;
}
.orders .order-wrapper .order-content .order-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #e2e2e2;
}
.orders .order-wrapper .order-content .order-links ul li a span {
  display: block;
  width: 20px;
  height: 20px;
  background: #e2e2e2;
  text-align: center;
  line-height: 20px;
  font-weight: 800;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
}
.orders .order-wrapper .order-content .order-links ul li.active a {
  color: #93569a;
}
.orders .order-wrapper .order-content .order-links ul li.active a span {
  background: #93569a;
}
.orders .order-wrapper .order-content .order-links ul li.active a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 103%;
  height: 4px;
  background: #93569a;
}
.orders .order-wrapper .order-content .order-links ul li:first-child a {
  padding-left: 0;
}
.orders .order-wrapper .order-content .order-links:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e2e2e2;
}
.orders .order-wrapper .order-content.order-list .order-items .item {
  display: flex;
  align-items: stretch;
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
}
.orders .order-wrapper .order-content.order-list .order-items .item .img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 15px;
}
.orders .order-wrapper .order-content.order-list .order-items .item .img a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.orders .order-wrapper .order-content.order-list .order-items .item .img img {
  width: 60%;
}
.orders .order-wrapper .order-content.order-list .order-items .item .content {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.orders .order-wrapper .order-content.order-list .order-items .item .content h3 {
  font-size: 17px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 5px;
}
.orders .order-wrapper .order-content.order-list .order-items .item .content h3 a {
  display: flex;
  color: #383838;
}
.orders .order-wrapper .order-content.order-list .order-items .item .content h3 span.price {
  font-size: 23px;
  color: #93569a;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.orders .order-wrapper .order-content.order-list .order-items .item .content a.removeIn {
  color: #d4d4d4;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.orders .order-wrapper .order-content.order-list .order-items .item .content a.removeIn i {
  font-size: 20px;
  margin-right: 10px;
}
.orders .order-wrapper .order-content.order-list .order-items .item .count .cart-control{}
.orders .order-wrapper .order-content.order-list .order-items .item .count .cart-control .cont{
  display: flex;
  align-items: stretch;
  padding: 5px;
  background: #e2e2e2;
  border-radius: 5px;
}
.orders .order-wrapper .order-content.order-list .order-items .item .count .cart-control .cont .ccbtn{}
.orders .order-wrapper .order-content.order-list .order-items .item .count .cart-control .cont .ccbtn a{
  display: block;
  height: 30px;
  width: 40px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.4s;
}
.orders .order-wrapper .order-content.order-list .order-items .item .count .cart-control .cont .ccdisplay{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 30px;
  border-radius: 5px;
  background: white;
  font-size: 15px;
  font-weight: 900;
  color: #e2e2e2;
  border: 0;
  text-align: center;
  transition: 0.4s;
}
.orders .order-wrapper .order-content.order-list .order-items .item .count .input-group {
  display: flex;
  align-items: stretch;
  padding: 5px;
  background: #e2e2e2;
  border-radius: 5px;
}
.orders .order-wrapper .order-content.order-list .order-items .item .count .input-group span {
  height: 30px;
  width: 40px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  transition: 0.4s;
}
.orders .order-wrapper .order-content.order-list .order-items .item .count .input-group input {
  width: 65px;
  height: 30px;
  border-radius: 5px;
  background: white;
  font-size: 15px;
  font-weight: 900;
  color: #e2e2e2;
  border: 0;
  text-align: center;
  transition: 0.4s;
}
.orders .order-wrapper .order-content.order-list .order-items .item:last-child {
  border: none;
}
.orders .order-wrapper .order-content.order-form .form {
  padding: 30px 0;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -35px;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content {
  width: 50%;
  padding: 0 35px;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content h3 {
  font-size: 17px;
  color: #343434;
  font-weight: 900;
  margin-bottom: 10px;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item {
  width: 50%;
  padding: 0 5px;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item .nice-select.open .list{
  /*max-height: 200px;
  overflow-y: scroll;*/
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item > label {
  font-size: 14px;
  color: #979797;
  margin-bottom: 5px;
  display: block;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item > input,
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item .nice-select,
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item textarea {
  border: 2px solid #e9e9e9;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
  color: #383838;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item select {
  border: 2px solid #e9e9e9;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
  color: #383838;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item > input::placeholder,
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item .nice-select::placeholder,
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item textarea::placeholder,
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item > input span.current,
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item .nice-select span.current,
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item textarea span.current {
  color: #979797;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item textarea {
  height: auto;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item.item-12 {
  width: 100%;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item .ccv {
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item .ccv img {
  margin-right: 15px;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .wrapper .form-item .ccv span {
  font-size: 12px;
  color: #d6d6d6;
  font-weight: 800;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content:first-child {
  border-right: 1px solid #e2e2e2;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .checkbox {
  padding-left: 37px;
}
/*.orders .order-wrapper .order-content.order-form .form .form-wrapper .checkbox input {
  display: none;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .checkbox input:checked ~ label:before {
  background-position: top center;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .checkbox label {
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: 0.4s;
  color: #242424;
  padding-left: 40px;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('../img/icons/login-checkbox.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .checkbox label:hover:before {
  color: #349b38;
}
.orders .order-wrapper .order-content.payment .form .form-wrapper .form-content:first-child {
  border: none;
}
.orders .order-wrapper .order-content.payment .form .form-wrapper .checkbox {
  padding: 0 35px;
  margin-top: 60px;
}
.orders .order-wrapper .order-content.payment .form .form-wrapper .checkbox label {
  color: #343434;
  font-size: 16px;
}*/
.orders .order-wrapper .order-content.result .order-result {
  text-align: center;
  padding: 65px 0;
}
.orders .order-wrapper .order-content.result .order-result img {
  margin-bottom: 20px;
}
.orders .order-wrapper .order-content.result .order-result h2 {
  font-size: 21px;
  color: #313131;
  margin-bottom: 10px;
  font-weight: 900;
}
.orders .order-wrapper .order-content.result .order-result h4 {
  font-size: 21px;
  color: #313131;
  margin-bottom: 20px;
}
.orders .order-wrapper .order-content.result .order-result p {
  font-size: 15px;
  color: #313131;
  font-weight: 600;
  margin: 0;
}
.orders .order-wrapper .order-summary {
  width: 25%;
  padding: 0 15px;
  text-align: right;
}
.orders .order-wrapper .order-summary > h3 {
  position: relative;
  padding: 12px 0;
  font-size: 15px;
  margin: 0;
  font-weight: 700;
  color: #93569a;
}
.orders .order-wrapper .order-summary > h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e2e2e2;
}
.orders .order-wrapper .order-summary .order-info {
  padding: 25px 0 10px;
  border-bottom: 1px solid #e3e3e3;
}
.orders .order-wrapper .order-summary .order-info h4 {
  font-size: 15px;
  color: #202020;
  font-weight: 900;
  margin-bottom: 15px;
}
.orders .order-wrapper .order-summary .order-info h2 {
  font-size: 15px;
  color: #202020;
  margin-bottom: 0;
}
.orders .order-wrapper .order-summary .order-info h2 span {
  display: block;
  font-size: 35px;
  line-height: 1;
  color: #93569a;
  font-weight: 900;
  margin-bottom: 15px;
}
.orders .order-wrapper .order-summary .order-info h3 {
  font-size: 15px;
  color: #202020;
  margin-bottom: 0;
}
.orders .order-wrapper .order-summary .order-info h3 span {
  display: block;
  font-size: 19px;
  font-weight: 900;
  color: #e2e2e2;
}
.orders .order-wrapper .order-summary .button-area {
  padding: 20px 0;
}
.orders .order-wrapper .order-summary .button-area p {
  color: #bcbcbc;
  font-size: 12px;
  margin-bottom: 20px;
}
.orders .order-wrapper .order-summary .button-area a,
.orders .order-wrapper .order-summary .button-area button {
  display: block;
  width: 100%;
  border: none;
  height: 60px;
  line-height: 60px;
  color: white;
  font-size: 16px;
  font-weight: 900;
  border-radius: 10px;
  background: #93569a;
  text-align: center;
  transition: 0.4s;
}
.orders .order-wrapper .order-summary .button-area a:hover,
.orders .order-wrapper .order-summary .button-area button:hover {
  background: #93569a;
}
.sss .accordion .accordion-item .accordion-title {
  margin-bottom: 10px;
  display: block;
  background: #f6f6f6;
  color: #262626;
  padding: 10px 20px;
  padding-right: 40px;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
.sss .accordion .accordion-item .accordion-title.active {
  background: #93569a;
  color: white;
}
.sss .accordion .accordion-item .accordion-title.active:after {
  content: "-";
  color: #7d8f2a;
  border-color: #7d8f2a;
}
.sss .accordion .accordion-item .accordion-title:after {
  content: "+";
  position: absolute;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  transition: 0.4s;
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  font-weight: 900;
  color: #cbcbcb;
  border-left: 1px solid #cbcbcb;
}
.sss .accordion .accordion-item .accordion-content {
  padding: 20px;
  display: none;
}
.sss .accordion .accordion-item .accordion-content p {
  margin: 0;
  font-size: 15px;
  color: #171717;
}
.register form .form-wrapper {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.register form .form-wrapper .form-item {
  width: 50%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;  
}
.register form .form-wrapper .form-item .error{
  color: #f00;
}
.register form .form-wrapper .form-item label.error{
  /*position: absolute;
  top:0;
  left: 0;*/
  font-size: 0.9em;
  color: #f00;
}
.register form .form-wrapper .form-item > input,
.register form .form-wrapper .form-item .nice-select,
.register form .form-wrapper .form-item textarea {
  border: 2px solid #e9e9e9;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  color: #383838;
}
.register form .form-wrapper .form-item > input::placeholder,
.register form .form-wrapper .form-item .nice-select::placeholder,
.register form .form-wrapper .form-item textarea::placeholder,
.register form .form-wrapper .form-item > input span.current,
.register form .form-wrapper .form-item .nice-select span.current,
.register form .form-wrapper .form-item textarea span.current {
  color: #979797;
}
.register form .form-wrapper .form-item textarea {
  height: auto;
}
.register form .form-wrapper .form-item .checkbox {
  position: relative;
  width: 100%;
}
.register form .form-wrapper .form-item .checkbox input {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
/*.register form .form-wrapper .form-item .checkbox input:checked + span:before {
  background-position: top center;
}
.register form .form-wrapper .form-item .checkbox span {
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: 0.4s;
  color: #242424;
  padding-left: 40px;
}
.register form .form-wrapper .form-item .checkbox span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('../img/icons/login-checkbox.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}
.register form .form-wrapper .form-item .checkbox span:hover:before {
  color: #349b38;
}*/



.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 3px;
  font-size: 0.9em;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #adadad;
  border-radius: 50%;

}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container  input:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Style the checkmark/indicator */
.checkbox-container  .checkmark:after {
  opacity: 0;
  visibility: hidden;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #9eb82b;
  border-radius: 50%;
}







.register form .form-wrapper .form-item.item-12 {
  width: 100%;
}
.register form .button {
  text-align: right;
  margin-top: 20px;
}
.register form .button button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 14px;
  font-weight: 900;
  background: #93569a;
  border: none;
  padding: 0 40px;
  border-radius: 5px;
  transition: 0.4s;
}
.register form .button button:hover {
  background: #93569a;
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #93569a;
}
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: #335027;
  border-top: 1px solid #335027;
  border-bottom: 1px solid #335027;
}
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: #1d2e16;
}
.hc-offcanvas-nav li:not(.custom-content) a {
  border-bottom: 1px solid #335027;
}
.hc-offcanvas-nav .hc-nav-original.hc-nav-1 {
  display: block;
}
.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -6px;
}
.hc-offcanvas-nav h2 {
  color: white;
}
@media screen and (max-width: 1200px) {
  .slider-area .wrapper .empty {
    display: none;
  }
  .slider-area .wrapper #sliderWrapper {
    width: 67%;
  }
  
  .products .wrapper {
    justify-content: center;
  }
  .products .wrapper .item {
    width: 25%;
  }
  .products .wrapper .item.large-item {
    width: 50%;
  }
  .gallery-area .wrapper .numbers .item h3 {
    font-size: 36px;
  }
  .gallery-area .wrapper .numbers .item h4 {
    font-size: 20px;
  }
  header .header-main .main-wrapper .category-link ul {
    display: none;
  }
  .orders .order-wrapper {
    flex-wrap: wrap;
  }
  .orders .order-wrapper .order-content {
    width: 100%;
  }
  .orders .order-wrapper .order-content .order-links ul li a {
    padding: 10px 15px;
  }
  .orders .order-wrapper .order-summary {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  header .header-top .header-wrapper .search-area {
    justify-content: flex-end;
  }
  header .header-top .header-wrapper .search-area .search {
    
  }
  header .header-top .header-wrapper .search-area.active .search form .form-wrapper .select{
    display: none;
  }
  header .header-top .header-wrapper .search-area.active .search form .form-wrapper {
    /*display: flex;
    align-items: center;
    height: 55px;
    line-height: 55px;
    width: 137px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    position: absolute;
    left: 100px;
    top: 38px;*/
  }
  header .header-top .header-wrapper .search-area .login a i {
    margin-right: 0;
  }
  header .header-top .header-wrapper .search-area .login a .content {
    display: none;
  }
  header .header-main .main-wrapper .category-link {
    width: 40%;
  }
  header .header-main .main-wrapper .menu {
    position: relative;
  }
  header .header-main .main-wrapper .menu .hc-nav-trigger.hc-nav-1 {
    display: block;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  header .header-main .main-wrapper .menu ul#menu {
    display: none;
  }
  .slider-area .wrapper #sliderWrapper {
    width: 70%;
  }
  
  .properties .wrapper {
    justify-content: center;
  }
  .properties .wrapper .item {
    width: 33%;
    margin-bottom: 30px;
  }
  .products .wrapper {
    justify-content: center;
  }
  .products .wrapper .item {
    width: 33%;
  }
  .products .wrapper .item.large-item {
    width: 100%;
  }
  .gallery-area .wrapper {
    justify-content: center;
  }
  .gallery-area .wrapper .gallery {
    width: 100%;
    margin-bottom: 30px;
  }
  .gallery-area .wrapper .numbers {
    width: 40%;
    padding: 15px 50px;
  }
  .gallery-area .wrapper .numbers .item h4 {
    margin-bottom: 20px;
  }
  footer .newsletter .wrapper {
    justify-content: center;
  }
  footer .newsletter .wrapper .content {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .newsletter .wrapper .newsletter-form {
    width: 100%;
  }
  footer .footer-main{
  	padding-bottom: 25px;
  }
  footer .footer-main .main-wrapper {
    justify-content: center;
  }
  footer .footer-main .main-wrapper .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-main .main-wrapper .logo p {
    padding: 0;
    margin-top: 20px;
  }
  footer .footer-main .main-wrapper .footer-links {
    width: 100%;
    text-align: center;
  }
  footer .footer-main .logo-area .wrapper {
    justify-content: center;
  }
  footer .footer-main .logo-area .wrapper .item {
    width: 33%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .copyright .wrapper .copy-left,
  footer .copyright .wrapper .copy-right {
    width: 100%;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  footer .footer-main .main-wrapper .logo{
  	flex-wrap: wrap;
  	justify-content: center;
  	margin-bottom: 15px;
  }
  footer .copyright .wrapper{
  	justify-content: center;
  }
  footer .copyright .wrapper .copy-right .logo-area .wrapper .item{
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin-bottom: 15px;
  }
  footer .copyright .wrapper .copy-left ul,
  footer .copyright .wrapper .copy-right ul {
    justify-content: center;
  }
  .works .wrapper .item .img {
    width: 30%;
  }
  .works .wrapper .item .content {
    width: 30%;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .works .wrapper .item .content p {
    display: none;
  }
  .page-detail .wrapper .image-area,
  .works-detail .wrapper .image-area {
    width: 100%;
  }
  .page-detail .wrapper .content,
  .works-detail .wrapper .content {
    width: 100%;
    margin-top: 20px;
  }
  .category-page .category-wrapper {
    flex-wrap: wrap;
  }
  .category-page .category-wrapper .filter-area {
    width: 30%;
  }
  .category-page .category-wrapper .products {
    width: 70%;
  }
  .category-page .category-wrapper .products .wrapper .item {
    width: 50%;
  }
  .category-page .category-wrapper .products .wrapper .item .single-product .content span.price {
    font-size: 25px;
  }
  .category-page .category-wrapper .products .title-area .order .nice-select {
    width: 165px;
  }
  .product-detail .wrapper {
    flex-wrap: wrap;
  }
  .product-detail .wrapper .image-area {
    width: 100%;
  }
  .product-detail .wrapper .content {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  header .header-top .header-wrapper .logo {
    width: 50%;
  }
  header .header-top .header-wrapper .logo img {
    width: 100%;
    height: 80px;
    top: 3px !important;
    object-fit: contain;
  }
  header .header-main .main-wrapper .category-link {
    width: 70%;
  }
  header .header-main .main-wrapper .right-brand {
    display: none;
  }
  .slider-area .wrapper #sliderWrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .slider-area .wrapper .products {
    display: none;
    width: 100%;
  }
  .properties .wrapper .item {
    width: 50%;
  }
  .products .wrapper .item {
    width: 100%;
  }
  .gallery-area .wrapper .gallery .gallery-wrapper a.single-gallery {
    width: 100%;
    margin-bottom: 20px;
  }
  .gallery-area .wrapper .gallery .banner-img h4 {
    font-size: 15px;
  }
  .gallery-area .wrapper .numbers {
    width: 70%;
    min-height: 300px;
  }
  footer .newsletter .wrapper .newsletter-form .form-wrapper {
    flex-wrap: wrap;
  }
  footer .newsletter .wrapper .newsletter-form .form-wrapper .input,
  footer .newsletter .wrapper .newsletter-form .form-wrapper button[type="submit"] {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
  }
  footer .footer-main .main-wrapper .footer-links {
    justify-content: center;
  }
  footer .footer-main .main-wrapper .footer-links .links {
    width: 100%;
    margin-bottom: 22px;
  }
  footer .footer-main .logo-area .wrapper {
    justify-content: center;
  }
  footer .footer-main .logo-area .wrapper .item {
    width: 45%;
  }
  footer .footer-main .logo-area .wrapper .item:first-child,
  footer .footer-main .logo-area .wrapper .item:nth-child(2) {
    width: 100%;
  }
  footer .copyright .wrapper .copy-left ul li:last-child {
    margin-left: 15px;
  }
  .page-in {
    padding: 30px 15px;
  }
  .works .wrapper .item {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .works .wrapper .item .img,
  .works .wrapper .item .content {
    width: 100%;
    border: none;
  }
  .works .wrapper .item .content {
    padding: 0;
    padding-top: 20px;
  }
  .works .wrapper .item .content h3 a {
    font-size: 18px;
  }
  .works .wrapper .item .link {
    display: none;
  }
  .profile .profile-wrapper {
    flex-wrap: wrap;
  }
  .profile .profile-wrapper .profile-links,
  .profile .profile-wrapper .profile-content {
    width: 100%;
  }
  .profile .profile-wrapper .profile-content {
    margin-top: 30px;
    white-space: nowrap;
    overflow: auto;
  }
  .login-popup .login-area {
    width: 90%;
  }
  header .header-top .header-wrapper .search-area .checkout .checkout-content {
    width: 95vw;
    right: -8px;
  }
  header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item {
    flex-wrap: wrap;
  }
  header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count {
    margin: 0 auto;
    margin-top: 13px;
  }
  header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .cart-control .cont .ccbtn a{
    height: 34px;
    width: 40px;
    font-size: 33px;
  }
  header .header-top .header-wrapper .search-area .checkout .checkout-content .wrapper .checkout-item .count .input-group {
    width: 115px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .category-page .category-wrapper {
    flex-wrap: wrap;
  }
  .category-page .category-wrapper .filter-area {
    width: 100%;
  }
  .category-page .category-wrapper .products {
    width: 100%;
  }
  .category-page .category-wrapper .products .title-area {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .category-page .category-wrapper .products .title-area h3,
  .category-page .category-wrapper .products .title-area .order {
    width: 100%;
    justify-content: center;
  }
  .category-page .category-wrapper .filter-area .filter {
    display: none;
  }
  .register form .form-wrapper .form-item {
    width: 100%;
  }
  .profile .profile-wrapper .profile-content.info form .form-wrapper .form-item {
    width: 100%;
  }
  .count {
    
  }
  .orders .order-wrapper .order-content.order-list .order-items .item {
    flex-wrap: wrap;
  }
  .orders .order-wrapper .order-content.order-list .order-items .item .count {
    
  }
  .orders .order-wrapper .order-content.order-list .order-items .item .count .input-group {
    width: 165px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .orders .order-wrapper .order-content .order-links ul li {
    display: block;
  }
  .orders .order-wrapper .order-content .order-links ul li a {
    padding-left: 0;
  }
  .orders .order-wrapper .order-content.order-form .form .form-wrapper {
    margin: 0;
  }
  .orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content:first-child {
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .orders .order-wrapper .order-content.order-form .form .form-wrapper .checkbox {
    padding: 0;
    margin: 0;
  }
  .product-detail .wrapper .content .content-detail .price-area {
    flex-wrap: wrap;
  }
  .product-detail .wrapper .content .content-detail .price-area .price {
    width: 100%;
  }
  .product-detail .wrapper .content .content-detail .price-area .count {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .product-detail .wrapper .content .content-detail .price-area .count .input-group {
    width: 160px;
    margin: 0 auto;
  }
}




.kv-not-found {
  background-color: #f6f6f6;
  border: 1px solid #dcdcdc;
  padding: 13px 13px;
  flex:0 0 100%;
  margin:0px 15px;
}
@media (max-width: 768px) {
  .kv-not-found {
    text-align: center;
    display: block;
    width: auto;
    margin: 0px 20px;
  }
}
.kv-not-found .nimg {
  float: left;
  margin-right: 20px;
  font-size: 55px;
  color: #b71721;
}
@media (max-width: 768px) {
  .kv-not-found .nimg {
    float: none;
    margin-right: 0;
  }
}
.kv-not-found .ntext .ntitle {
  font-size: 20px;
  font-weight: 800;
  margin-top: 6px;
  margin-bottom: 4px;
}
.kv-not-found .ntext .ncont {
  font-size: 12px;
}
.kv-not-found .ntext .nlink a {
  font-weight: 800;
  font-size: 13px;
  color: #333;
}




.adres-bilgilerim{}
.adres-bilgilerim .controls{
  margin-bottom: 20px;
}
.adres-bilgilerim .controls a{
  color: #93569a;
  font-size: 1em;
}
.adres-bilgilerim .adres-list{}
.adres-bilgilerim .adres-list .item{
  display: flex;
  background-color: #f6f6f6;
  padding: 10px;
  margin-bottom: 5px;
}
.adres-bilgilerim .adres-list .item .desc{
  flex: 0 0 80%;
}
.adres-bilgilerim .adres-list .item .desc .title{
  font-size: 0.9em;
  font-weight: 900;
}
.adres-bilgilerim .adres-list .item .desc .adres{
  font-style: 0.7em;
}
.adres-bilgilerim .adres-list .item .btns{}
.adres-bilgilerim .adres-list .item .btns a{
  display: block;
  padding: 4px;
}
.adres-bilgilerim .adres-list .item .btns a i{}
.adres-bilgilerim .adres-list .item .btns a span{
  padding-left: 5px;
}
.adres-bilgilerim .adres-list .item .btns a.address-edit{
  color: #93569a;
}
.adres-bilgilerim .adres-list .item .btns a.address-delete{
  color: #f00;
}










.user-cart-login {
  width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border-radius: 3px;
  padding: 19px 30px 25px 30px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.user-cart-login .ltitle {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.user-cart-login .ltitle i {
  float: left;
  font-size: 47px;
  padding-left: 3px;
}
.user-cart-login .ltitle h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  display: inline-block;
  float: left;
  padding: 15px 12px 0px 12px;
}
.user-cart-login .irow {
  display: table;
  width: 100%;
  margin-bottom: 7px;
}
.user-cart-login .irow input[type="text"],
.user-cart-login .irow input[type="email"],
.user-cart-login .irow input[type="password"] {
  padding: 6px 8px;
  display: block;
  width: 100%;
}
.user-cart-login .irow input[type="text"]:focus,
.user-cart-login .irow input[type="email"]:focus,
.user-cart-login .irow input[type="password"]:focus {
  border: 3px solid #4d90fe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  outline: none;
  padding: 4px 6px !important;
}
.user-cart-login .irow .remember {
  font-weight: 600;
  font-size: 12px;
}
.user-cart-login .irow .submit input[type="submit"] {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.32);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.user-cart-login .irow .submit input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.78);
}
.user-cart-login .irow .forgot-password {
  background: #e2002e;
  color: #FFF;
  padding: 2px 7px;
  float: right;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.32);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.user-cart-login .irow .forgot-password:hover {
  background: rgba(0, 0, 0, 0.78);
}
.user-cart-login .irow .facebook-login {
  background: #3a5795;
  color: #FFF;
  padding: 2px 7px;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.32);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
  display: table;
  padding: 5px 7px 4px 7px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.user-cart-login .irow .facebook-login i {
  margin-right: 5px;
  float: left;
}
.user-cart-login .irow .facebook-login span {
  font-size: 12px;
  float: left;
}
.user-cart-login .irow .facebook-login:hover {
  background: rgba(0, 0, 0, 0.78);
}
.user-cart-login .irow .non-member {
  width: 100%;
  text-align: left;
}
.user-cart-login .irow .non-member i {
  margin-right: 10px;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  float: left;
  margin-left: 3px;
}
.user-cart-login .irow .non-member span {
  display: block;
  font-size: 13px;
  text-align: center;
}
.user-cart-login .irow:last-child {
  margin-bottom: 0;
}
.user-cart-login .form-errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-cart-login .form-errors ul li {
  padding: 3px 10px;
  color: red;
  font-size: 13px;
  border-left: 3px solid red;
  font-weight: 600;
}
.user-cart-login .form-errors ul li i {
  margin-right: 10px;
}
.user-cart-login .form-success ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-cart-login .form-success ul li {
  padding: 3px 10px;
  color: green;
  font-size: 13px;
  border-left: 3px solid green;
  font-weight: 600;
}
.user-cart-login .form-success ul li i {
  margin-right: 2px;
  color: #2b2b2b;
  font-size: 18px;
}



.uyeliksizDevamBtn{
  background-color: #93569a;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.uyeliksizDevamBtn:hover{
  color: #fff;
}


.odeme-page{
  padding-top: 20px;
}
.odeme-page .title{
  font-size: 1em;
  font-weight: 700;
}
.odeme-page .odeme-cont{
  display: flex;
}
.odeme-page .odeme-cont a{
  position: relative;
  display: block;
  background-color: #494e57;
  color: #FFF;
  padding: 5px 13px;
  font-size: 12px;
  margin-right: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.odeme-page .odeme-cont a i{}
.odeme-page .odeme-cont a span{
  padding-left: 5px;
}

.odeme-page .odeme-cont a:hover{
  background-color: rgba(0, 0, 0, 0.78);
}
.odeme-page .odeme-cont a.selected{
  background-color: rgba(0, 0, 0, 0.78);
}

.formOdemeTab{
  display: none;
}
.formOdemeTab.activeForm{
  display: block;
}







.home-cats{
	margin-bottom: 20px;
	overflow: hidden;
}
.home-cats .cont{}
.home-cats .cont .cat-item{}
.home-cats .cont .cat-item:nth-child(even) .head .cat-title{
	background-color: #93569a;
}
.home-cats .cont .cat-item:nth-child(even) .head .cat-title:before{
	background-color: #93569a;
}
.home-cats .cont .cat-item .head{
	display: flex;
	margin-bottom: 30px;
}
.home-cats .cont .cat-item .head .cat-title{
  background-color: #93569a;
  color: #fff;
  font-size: 1.5em;
  position: relative;
  padding: 6px 14px 3px 0px;
  min-width: 230px;
}
.home-cats .cont .cat-item .head .cat-title:before{
  content: "";
  background-color: #93569a;
  position: absolute;
  right: 100%;
  width: 1000px;
  top: 0px;
  bottom: 0px;
}
.home-cats .cont .cat-item .head .cat-title span{
	font-weight: 300;
}
.home-cats .cont .cat-item .head .cat-title strong{
	font-weight: 800;
}
.home-cats .cont .cat-item .head .cat-line{
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}
.home-cats .cont .cat-item .head .cat-line span{
	display: block;
	border-bottom: 1px solid #bfbfbf;
	width: 100%;
}
.home-cats .cont .cat-item .head .cat-link{}
.home-cats .cont .cat-item .head .cat-link a{
  background-color: #c2c2c2;
  color: #fff;
  font-size: 1em;
  position: relative;
  padding: 6px 14px 3px 14px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.listGlobalHome{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.listGlobalHome .item{
  flex: 0 0 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  position: relative;
}
.listGlobalHome .item.showMobile{
	/*display: none;*/
}
@media (max-width:992px){
	/*.listGlobalHome .item.showMobile{
		display: block;
	}*/
}
.listGlobalHome .item .cart-control{
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  border: 3px solid #306434;
  margin: 0px 15px;
  border-radius: 11px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: all 0.2s ease-in-out;
}
.listGlobalHome .item .cart-control.active{
	opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.listGlobalHome .item .cart-control .cont{
	display: flex;
  align-items: center;
  justify-content: space-around;	
}
.listGlobalHome .item .cart-control .cont .ccbtn{
	/*width: 40px;*/
}
.listGlobalHome .item .cart-control .cont .ccbtn:first-child a{
	padding-right: 20px;
}
.listGlobalHome .item .cart-control .cont .ccbtn:first-child a i{
	color: #fc5940;
	font-size: 0.8em;
}
.listGlobalHome .item .cart-control .cont .ccbtn:last-child a{
	border-right: 0;
	border-left: 1px solid #cdcdd8;
	padding-left: 20px;
}
.listGlobalHome .item .cart-control .cont .ccbtn a{
	display: block;
  color: #27272a;
  font-size: 1.6em;
  font-weight: 800;
  border-right: 1px solid #cdcdd8;
  padding: 5px 10px;
  /*width: 40px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.listGlobalHome .item .cart-control .cont .ccdisplay{
	color: #27272a;
	font-size: 1.2em;
	font-weight: 800;
}
.listGlobalHome .item a.listeSepetBtnOpen{
  position: absolute;
  top: -12px;
  right: 1px;
  background-color: #93569a;
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 2;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.43);
  border: 5px solid #fff;
}
.listGlobalHome .item a{
	display: block;
}
.listGlobalHome .item a .img{
  box-shadow: 7px 7px 0px 0px #b6b6b6;
  position: relative;
}
.listGlobalHome .item a .img img{
	max-width: 100%;
}
.listGlobalHome .item a .img .urunTukendi{
  position: absolute;
  bottom: 5px;
  right: 0;
  background: url(../img/tukendiikon.png) no-repeat center;
  width: 138px;
  height: 84px;
}
.listGlobalHome .item a .img .urunIcon{
  position: absolute;
  top: -12px;
  left: -8px;
}
.listGlobalHome .item a .desc{
  font-size: 1em;
  color: #27272a;
  text-align: center;
  margin-top: 18px;
  letter-spacing: -0.5px;
  line-height: 19px;
}
.listGlobalHome .item a .desc .ad{
  color: #27272a;
  font-weight: 800;
}
.listGlobalHome .item a .desc .birim{}
.listGlobalHome .item a .fiyat{
	font-size: 21px;
  color: #27272a;
  border-top: 1px solid #606063;
  border-bottom: 1px solid #606063;
  text-align: center;
  font-weight: 800;
  padding: 1px 0px;
  margin-top: 5px;
}
.listGlobalHome .item a .fiyat2{
  font-size: 21px;
  color: #27272a;
  border-top: 1px solid #606063;
  border-bottom: 1px solid #606063;
  text-align: center;
  font-weight: 800;
  padding: 1px 0px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.listGlobalHome .item a .fiyat2 .indirim{
  color: #df0d03;
  font-size: 0.8em;
  font-weight: 700;
  position: relative;
}
.listGlobalHome .item a .fiyat2 .indirim:after{
  content: "";
  position: absolute;
  top: 10px;
  left: -4px;
  width: 111%;
  border-bottom: 1px solid #3d3636;
  transform: rotate(12deg);
}
.listGlobalHome .item a .fiyat2 .real-fiyat{
	color: #306434;
}

@media (max-width:992px){
	.fixedSocial2{
		top: 3%;
	}
	.fixedSocial2 a{
	  width: 39px;
  	height: 93px;
	  right: -32px;
	}
	.fixedSocial2 a i{
		margin-right: 0;
	}
	.fixedSocial2 a span, .fixedSocial2 a strong{
		display: none;
	}
	.fixedSocial2 a.inst{
		margin-top: 39px;
	}
	.fixedSocial2 a:hover{
		right: -32px;
	}
	.home-cats .cont .cat-item .head .cat-title{
		font-size: 0.9em;
	  display: flex;
  	align-items: center;
	  min-width: auto;
    padding-left: 10px;
  	padding-right: 10px;
	}
	.home-cats .cont .cat-item .head .cat-title:before{
		display: none;
	}
	.home-cats .cont .cat-item .head .cat-link a{
		font-size: 0.9em;
	}
	.listGlobalHome .item{
		flex:0 0 50%;
	}
	.listGlobalHome .item a .img img{
		width: 100%;
	}
}


.home-brands{
  margin-top: 20px;
}
.home-brands .bcon{}
.home-brands .bcon .list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.home-brands .bcon .item{}
.home-brands .bcon .item:nth-child(1){
  grid-column: auto/span 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-brands .bcon .item:nth-child(1) a{
  width: 224px;
  height: 57px;
}
.home-brands .bcon .item a{
  display: flex;
  color: #757575;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dfdfdf;
  border-radius: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
  transition: all .3s ease-in-out;
}
.home-brands .bcon .item a:hover{

  border: 2px solid #93569a;
  background-color: #93569a;
  color: #fff;
}



.home-banners{
  margin-top: 38px;
  margin-bottom: 22px;
}
.home-banners .con{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
.home-banners .con .item{}
.home-banners .con .item a{}
.home-banners .con .item a img{
  display: block;
  width: 100%;
}

@media (max-width:992px){
  .home-banners .con{
    grid-template-columns: repeat(1, 1fr);
  }
  .home-banners .con .item{
    margin-bottom: 20px;
  }
  footer .newsletter{
    display: none;
  }
  .product-detail .wrapper .content .content-detail .price-area .price h3{
    text-align: center;
  }
  .product-detail .wrapper .content .content-detail .price-area .count .cart-control .cont{
    display: inline-flex;
  }
  .product-detail .wrapper .content .button a{
    display: block;
    text-align: center;
  }
}



.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .sepet2AdresWrapper{
  display: none;
}
.orders .order-wrapper .order-content.order-form .form .form-wrapper .form-content .sepet2AdresWrapper.active{
  display: flex;
}


.magazaAdres{
  display: none;
}
.magazaAdres.active{
  display: block;
}
.magazaAdres .con{
  font-size: 16px;
  border: 2px solid #93569a;
  padding: 10px;
}

.banka-hesaplari-form{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
}
.banka-hesaplari-form table thead{
  
}
.banka-hesaplari-form table thead tr{

}
.banka-hesaplari-form table thead tr th{
  color: #fff;
  padding:5px;
  border:1px solid #93569a;
  vertical-align: middle;
  background-color:#93569a !important;
}
.banka-hesaplari-form table thead tr th p{
  margin-bottom: 0;
}
.banka-hesaplari-form table tbody{
}
.banka-hesaplari-form table tbody tr:nth-child(odd){
  
}
.banka-hesaplari-form table tbody tr td{
  border:1px solid #93569a;
  padding:5px;
  vertical-align: middle;
  
}
.banka-hesaplari-form table tbody tr:nth-child(odd) td{
  background-color: #93569a1a;
}
.banka-hesaplari-form table tbody tr td strong{
  font-weight:600;
}
.banka-hesaplari-form table tbody tr td p{
  margin-bottom:0;
}

.banka-hesaplari-form table thead tr:first-child td{
  color: #fff;
  padding: 5px;
  border: 1px solid #93569a;
  vertical-align: middle;
  background-color: #93569a !important;
}

@keyframes myblink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.rsocial{
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 30;
}
.rsocial .rsbottom{}
.rsocial .rsbottom a{
  width: 50px;
  height: 50px;
  background-color: #223b5c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 13px;
  padding-left: 4px;
}
.rsocial .rsbottom a:last-child{
  background-color: #29a71a;
}
.rsocial .rsyoutube{
  /*position: absolute;*/
}
.rsocial .rsyoutube a{
  animation: myblink 2s infinite;
  background-color: #223b5c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 17px;
  padding-left: 4px;
  position: absolute;
  left: -64px;
  padding: 3px 9px;
  white-space: nowrap;
}
.rsocial .rsgastronomi a{
  background-color: #223b5c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 17px;
  padding-left: 4px;
  position: absolute;
  left: -64px;
  bottom: -73px;
  padding: 3px 19px 3px 16px;
  white-space: nowrap;
}


.home-banners2{
  margin-bottom: 35px;
  margin-top: 17px;
}
.home-banners2 .con{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
}
.home-banners2 .con .item{}
.home-banners2 .con .item a{
  display: block;
}
.home-banners2 .con .item a img{
  display: block;
  max-width: 100%;
}

@media (max-width:992px){
  .home-banners2 .con{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
}




.vg-detay{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 15px;
}
.vg-detay .item{}
.vg-detay .item a{
  display: block;
  position: relative;
}
.vg-detay .item a .img{
  position: relative;
}
.vg-detay .item a .img .icon{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/play.png);
  background-size: 46px;
  background-position: center;
  background-repeat: no-repeat;
}
.vg-detay .item a .img img{
  display: block;
  width: 100%;
  height: 129px;
  object-fit: cover;
}
.vg-detay .item a .desc{
  color: #2b2b2b;
  padding: 10px;
  text-align: center;
  font-weight: 900;
}



.goup{
  position: fixed;
  right: 35px;
  bottom: 100px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.goup.active{
  opacity: 1;
  visibility: visible;
}
.goup a{
  color: #fff;
  width: 38px;
  height: 38px;
  background-color: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}


@media (max-width:992px){
  header .header-top .header-wrapper{
    margin-bottom: 64px;
  }
  .header-wrapper .search-area .search {
    position: absolute;
    right: 15px;
    top: 112px;
    left: 0;
  }
  /*header .header-top .header-wrapper .search-area.active .search form {*/
  header .header-top .header-wrapper .search-area .search form {
    width: 92%;
  }
  header .header-top .header-wrapper .search-area .search form .form-wrapper button[type="submit"]{
    left: initial;
    right: 7px;
  }
}


.mysocial{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.mysocial a{
  color: #060606;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 21px;
  margin: 0px 2px;
}
.mysocial a img{
  height: 18px;
}





.page-sosyal .pcon .bimg img {
  width: 100%;
  display: block;
}
.page-sosyal .pcon .list {
  text-align: center;
  margin-top: -197px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .page-sosyal .pcon .list {
    margin-top: 0;
  }
}
.page-sosyal .pcon .list .item a {
  display: block;
}
.page-sosyal .pcon .list .item a img {
  display: block;
  max-width: 100%;
}

.itemproductyoutube{}
.itemproductyoutube a{
  position: relative;

}
.itemproductyoutube a .icon{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000063;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .wrapper .image-area .thumb-slider .owl-item .itemproductyoutube a .icon img{
  width: initial;
}
.itemproductyoutube a img{}



.commentsprod{
  margin-top: 30px;
}
.commentsprod .head{
  font-size: 23px;
  color: #93569a;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.commentsprod .comempty{
  margin-bottom: 10px;
}
.commentsprod .docom{}
.commentsprod .docom a{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  background-color: #93569a;
  color: white;
  border-radius: 10px;
  font-weight: 900;
  transition: 0.4s;
}
.commentsprod .top-point{
  display: flex;
}
.commentsprod .top-point .point{
  background-color: #93569a21;
  padding: 0px 8px;
  color: #000000;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 11px;
  font-weight: 800;
}
.commentsprod .top-point .stars{
  position: relative;
}
.commentsprod .top-point .stars .starsempty{
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.commentsprod .top-point .stars .starsempty .item{
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/star-bos.svg);
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.commentsprod .top-point .stars .starsfilled{
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.commentsprod .top-point .stars .starsfilled .item{
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/star-selected.svg);
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.commentsprod .top-point .counts{
  font-size: 12px;
  padding-left: 5px;
}




.comments-list {
    width: 100%;
    margin: 0 auto; /* Ortalamak için */
    font-family: Arial, sans-serif;
    color: #333;
    margin-top: 30px;
}

.comments-list .item {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.comments-list .cltop {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comments-list .cspacer {
  margin-left: 10px;
  margin-right: 10px;
}
.comments-list .cstars {
    display: flex;
    align-items: center;
}

.comments-list .star {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.comments-list .star.filled {
    background-image: url('../img/star-selected.svg'); /* Dolu yıldız resmi */
}

.comments-list .star.empty {
    background-image: url('../img/star-bos.svg'); /* Boş yıldız resmi */
}

.comments-list .cdate {
  font-size: 14px;
  color: #666;
  margin-left: 6px;
}

.comments-list .cname {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.comments-list .cldesc {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}






.modal-procom{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000b0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.modal-procom.active{
  opacity: 1;
  visibility: visible;
}
.modal-procom .con{
  width: 500px;
  max-height: 400px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
}
.modal-procom.active .con{
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.modal-procom .con .btn-close-procom{
  position: absolute;
  right: 0;
  top: -35px;
  background-color: #fff;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.modal-procom .con .btn-close-procom svg{
  height: 12px;
}
.modal-procom .con .btn-close-procom span{
  color: #2b2b2b;
  font-weight: 800;
  padding-left: 4px;
}
.modal-procom .con .info{
  display: flex;
  align-items: center;
}
.modal-procom .con .info .img{}
.modal-procom .con .info .img img{
  height: 65px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 5px;
}
.modal-procom .con .info .desc{
  padding-left: 10px;
}
.modal-procom .con .star-choice{
  display: flex;
  align-items: center;
  margin-top: 20px;
  column-gap: 10px;
  padding-bottom: 38px;
}
.modal-procom .con .star-choice .item{}
.modal-procom .con .star-choice .item a{
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/star-empty.svg);
  position: relative;
}
.modal-procom .con .star-choice .item.hovered a {
  background-image: url('../img/star-fill.svg');
}
.modal-procom .con .star-choice .item.selected a {
  background-image: url('../img/star-selected.svg');
}
.modal-procom .con .star-choice .item.secilenSelected a span{
  font-weight: 700;
}
.modal-procom .con .star-choice .item:hover a span{
  font-weight: 700;
}
.modal-procom .con .star-choice .item a span{
  color: #93569a;
  font-size: 12px;
  line-height: 12px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  left: 0;
  right: 0;
}
.modal-procom .con .comform{
  display: none;
}
.modal-procom .con .comform.active{
  display: block;
}
.modal-procom .con .comform form{}
.modal-procom .con .comform form .imessage{}
.modal-procom .con .comform form .imessage textarea{
  border: 2px solid #e1e1e1;
  background-color: #e1e1e1;
  appearance: none;
  resize: none;
  width: 100%;
  height: 72px;
  padding: 10px;
  font-size: 13px;
  border-radius: 8px;
}
.modal-procom .con .comform form .imessage textarea:focus{
  border: 2px solid #93569a;
  background-color: #fff;
}
.modal-procom .con .comform form .iok{}
.modal-procom .con .comform form .iok button{
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  background-color: #93569a;
  color: white;
  border-radius: 10px;
  font-weight: 900;
  transition: 0.4s;
}



.profile .profile-wrapper .profile-comments{
  flex-grow: 1;
}
.profile .profile-wrapper .profile-comments table {
  width: 100%;
}
.profile .profile-wrapper .profile-comments table thead tr td {
  padding: 10px 15px;
  padding-bottom: 25px;
}
.profile .profile-wrapper .profile-comments table thead tr td h2 {
  font-weight: 900;
  color: #262626;
  font-size: 16px;
  margin: 0;
}
.profile .profile-wrapper .profile-comments table tbody tr:nth-child(odd) {
  background: #f4f4f4;
}
.profile .profile-wrapper .profile-comments table tbody tr td {
  padding: 10px 15px;
}
.profile .profile-wrapper .profile-comments table tbody tr td span {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  display: block;
}
.profile .profile-wrapper .profile-comments table tbody tr td span.price {
  color: #93569a;
}



.order-survey{}
.order-survey .oscon{
  padding-top: 50px;
  padding-bottom: 20px;
}
.order-survey .oscon .ostitle{
  font-weight: 800;
  font-size: 24px;
}
.order-survey .oscon .osdesc{}
.order-survey .oscon form{}
.order-survey .oscon form .item{}
.order-survey .oscon form .item .qu{}
.order-survey .oscon form .item .qute{}
.order-survey .oscon form .item .qute textarea{
  width: 100%;
  height: 150px;
}
.order-survey .oscon form .item button[type="submit"]{
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  background: #93569a;
  font-size: 14px;
  font-weight: 900;
  border: none;
  transition: 0.4s;
  border-radius: 10px;
  color: white;
}
.order-survey .oscon form .item .inps{
  display: flex;
  align-items: center;
}
.order-survey .oscon form .item .inps .myinp{
  margin-right: 10px;

}
.order-survey .oscon form .item .inps .myinp label{
  background-color: #00000017;
  padding: 5px 13px;
  border-radius: 3px;
}
.order-survey .oscon form .item .inps .myinp label .inpc{}
.order-survey .oscon form .item .inps .myinp label .inpc input{}
.order-survey .oscon form .item .inps .myinp label .inpt{}






