html,body{
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern" 1;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #222;
    outline: none!important;
    font-weight: 400;
}
.breadcrumb a{color: #64697a; font-weight: 300;}
body {
    margin: 0;
    background-color: #fff;
    color: #64697a;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  }
  a{
    text-decoration: none;
  }

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.500rem 0;
    font-size: .875rem;
}
.topbar-dark .topbar-text, .topbar-dark .topbar-link {
    color: rgba(255,255,255,.65);
}
.topbar-dark .topbar-text.text-muted, .topbar-dark .topbar-text>.text-muted, .topbar-dark .topbar-link.text-muted, .topbar-dark .topbar-link>.text-muted {
    color: rgba(255,255,255,.45) !important;
}

.topbar-dark .topbar-text>i, .topbar-dark .topbar-link>i {
    color: #fe696a;
}
.topbar .topbar-text>i, .topbar .topbar-link>i {
    margin-right: 0.375rem;
    font-size: 1.15em;
    vertical-align: middle;
}

.topbar .topbar-text, .topbar .topbar-link {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important;
}
/* Tanju Ekledi */
.topbar-new {
  background-color: #000000;
  color: #fff
}

.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.logo{
  width: 188px;
  height: 61px;
}
.logo img{
  /*max-width: 250px;*/
  vertical-align:unset;
}
/*
@media (max-width: 478px) {
  .logo {
    display: flex;             
    justify-content: center;   
    align-items: center;       
    width: 100%;              
}

.logo img {
    max-width: 100%;          
    height: auto;              
}
}*/
/* Tanju Ekledi */
.category-btn .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.99px;
  line-height: 1.4;
  min-height: 36px;
  min-width: 36px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
}
.category-btn .dropdown-toggle::after {
    display:none;
}
.searc-bar {
  max-width: 450px;
  width: auto;
  position: relative;
}
.searc-bar .form-control{
  border-radius: 30px 30px 30px 30px !important;
  border-width: 1px;
  border-color: #222;
  height: 36px;
  min-width: 350px;
  font-size: 0.775rem !important;
}
.searc-bar .btn{
  border-radius: 30px !important;
  background-color: #250700;
  border: 0px;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2px;
  top: 2px;
  transition: all 300ms;
  z-index: 99
}
.searc-bar .btn:hover{
  border-radius: 0px 30px 30px 0px !important;
}

@media (max-width: 991px) {
  #search {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .searc-bar {
    max-width: 100%;
    width: 100%;
  }
  .searc-bar .form-control {
    min-width: 100% !important;
    width: 100% !important;
    height: 44px !important;
    font-size: 1rem !important;
    padding: 0.5rem 50px 0.5rem 1rem !important;
  }
  .searc-bar .btn {
    right: 4px;
    top: 4px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}

.btn-sign{
  flex-shrink: inherit !important;
}
.icon-btn{
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-item{
  width: 170px;
  text-align:center;
  font-weight: 600;
  line-height: 20px
}
.img-item img{
  width: 123px;
  transition: all 300ms;
}
.img-item span{
  display: block;
  width: 123px;
  margin: 10px auto;
}

.img-item:hover img{
  cursor: pointer;
  transform: scale(1.08);
 transition: transform .2s;
 box-shadow: 0 4px 18px rgba(14,14,14,.1803921569);
}
.product-label-title{
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02px;
  margin-top: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.product-label-price p{
  margin-bottom: 0px;
  font-weight: 650;
}
/* Search Element Spacing */
#search {
  margin-left: 4rem;
  margin-right: 2rem;
  max-width: 450px;
  width: auto;
  font-size: 16px;
}

/* Horizontal Menu Styles */
#menu {
  background-color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1000;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}



#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

#menu ul li {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

#menu ul li a,
#menu ul li {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.1s ease;
  background-color: white;
  white-space: nowrap;
}



#menu ul li:hover,
#menu ul li a:hover {
  background-color: #000000;
  color: white;
}

/* Dropdown Menu Styles */
#menu ul li.dropdown {
  position: relative;
}

#menu ul li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000 !important;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 1001;
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

#menu ul li.dropdown:hover .dropdown-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menu ul li.dropdown .dropdown-menu li {
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#menu ul li.dropdown .dropdown-menu li a {
  padding: 8px 16px;
  color: #fff !important;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  background-color: #000 !important;
  border: none;
  transition: all 0.2s ease;
}

#menu ul li.dropdown .dropdown-menu li a:hover {
  background-color: #444141 !important;
  color: #fff !important;
  padding-left: 25px;
}

/* Responsive Design */
@media (max-width: 768px) {
  #menu ul {
    flex-direction: column;
    width: 100%;
  }
  
  #menu ul li,
  #menu ul li a {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }
  
  #menu ul li:last-child,
  #menu ul li:last-child a {
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  #menu ul li a,
  #menu ul li {
    padding: 10px 15px;
    font-size: 13px;
  }
}

.product-label-price small{
  color: #8c0a0a;
}

#star i{
  color: #f1a409!important;
}
.mySwiper2 .product-label{
  min-height: 80px;
    border: 1px solid #dcdcdc !important;
    margin: 8px;
}

.mySwiper3 .product-label{
  min-height: 405px;
    border: 1px solid #dcdcdc !important;
    margin: 8px;
}
.mySwiper4 .product-label{
  min-height: 370px;
    border: 1px solid #dcdcdc !important;
    margin: 8px;
}
.mySwiper6 .product-label{
  min-height: 310px;
    border: 1px solid #dcdcdc !important;
    margin: 8px;
}
.mySwiper6 .swiper-slide{
  font-size: 13px;
}
.showcase{
  margin-bottom: 7px;
}

.showcase .product-label{
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    */
    border: 1px solid #dcdcdc !important;
    height: 100%;
    margin: unset !important;
}

.showcase .product-label-price p{
  margin-bottom: 0px;
  font-weight: 650;
}
.showcase .product-label-price small{
  color: #8c0a0a;
}


.product-label{
  /*border-radius: 10px;*/
  padding: 10px;
  transition: all 0.3s ease;
  transition: all 300ms;
  /*margin: 10px;*/
  color: #258635;
  /*border: 1px solid #dcdcdc !important;*/
}

.product-label:hover{
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 10px 10px rgba(14,14,14,.3);
}

.product-img-label{
  position: relative;
}
.product-img-label .badge{
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 500;
}
.product-img-label .badge s{
  font-weight: 300;
}
.bg-brand-color{
  background-color: #edede9;
}

#carouselProductThums .carousel-indicators {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0;
    margin-right: 0;
    height: auto;
    margin-left: 0;
    width: 100%;
}

#carouselProductThums .carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 60px;
height: 60px;
padding: 0px;
margin-right: 0;
margin-left: 5px;
margin-top: 0px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .8;
transition: opacity .6s ease;
border: solid 2px #fff;
}

#carouselProductThums .carousel-indicators img{
  border-radius: 5px;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}
#carouselProductDetail .carousel-control-prev-icon, #carouselProductDetail .carousel-control-next-icon{
  position: relative;
  background: none;
  color: #111;
  font-size: 46px;
}

#carouselProductDetail .carousel-control-prev-icon::after{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 11px;
  left: -7px;
  z-index: -1;
}

#carouselProductDetail .carousel-control-next-icon::after{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 11px;
  right: -7px;
  z-index: -1;
}

#carouselExampleIndicators .carousel-control-next-icon{
  filter: invert(100%) grayscale(100%) brightness(0.5) contrast(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#carouselExampleIndicators .carousel-control-prev-icon{
  filter: invert(100%) grayscale(100%) brightness(0.5) contrast(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
}

.shadow-shadow{
  box-shadow: 0px 1px 3px 0px #0000004D, 0px 4px 8px 3px #00000026,  0px 1px 3px 0px rgba(0, 0, 0, 0.3019607843), 0px 4px 8px 3px rgba(0, 0, 0, 0.1490196078);
}

/* Rounded pill classes for horizontal sides */
.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.rounded-pill-right {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

.customCheck.checkbox-black .form-check-input:checked
{
background-color: #111;
border-color: #111;
}

.svg-payment-icon {
  display: inline-block;
  width: 48px;
  height: 32px;
  border: 1px solid #e2e2e2;
  background: #fdfdfc;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(226,226,226,.2);
}
.svg-payment-icon img{height: 98%; width: 98%}
.wt-p-xs-1 {
  padding: 0px;
}

.customRadio.checkbox-black .form-check-input-lg {
    width: 2em;
    height: 2em;
  }
.customRadio.checkbox-black .form-check-input:checked {
    background-color: #111;
    border-color: #111;
}

.auth-form-input, .auth-form .form-control {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 3px 0px inset!important;
    border: 0;
    outline: none!important;
    color: #494949;
    min-height: 48px;
    font-size: .875rem;
    line-height: 28px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #cbcbcb;
}

.login-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 18px;
    color: #222;
    margin-bottom: 2px;
}

.link-forgot-password {
    text-decoration: underline;
}

.recaptcha-cnt {
    min-height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    max-width: 100%;
}
.recaptcha-cnt .g-recaptcha {
    height: 74px;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
}


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

    .swiper-slide {
      text-align: left;
      font-size: 16px;
      background: #fff;
      display: flex;
      justify-content: center;
    }

    .swiper-slide img {
      display: block;
      /*width: 100%;
      height: 100%; */
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: auto;
      /*margin: 20px auto;
      padding: 20px 10px;*/
    }

    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    color: #111;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.mySwiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -10px;
    top: 35%;
    left: auto;
}
.mySwiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -10px;
    top: 35%;
    right: auto;
}

.mySwiper2 .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 3px;
  top: 50%;
  left: auto;
}
.mySwiper2 .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 3px;
  top: 50%;
  right: auto;
}

.mySwiper4 {
min-height: 420px;
}

.mySwiper6 .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 3px;
  top: 50%;
  right: auto;
}
.mySwiper4 .product-label{
/*border: unset !important;*/
}

footer{
  /*background-color: #219ebc;*/
  background-color: #010e1e;
  color: #fff;
}


footer nav a.nav-link{
  color: #fff;
  padding:1px 0px
}
.footer-bottom{
  background-color: #023047;
  color: #fff;
}

#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}



ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.list-group li ul li a {
    font-size: 16px;
    font-weight: 400;
    
}
ul.list-group li ul li ul li a {
    font-size: 16px;
    font-weight: 300;
}
li.list-group-item {
    border: solid 1px #ddd !important;
    margin-bottom: 10px;
}


#information-contact .card {
  margin-bottom: 20px;
}

#column-right a.list-group-item {
    font-weight: 400 !important;
}

legend {
    border-bottom: solid 1px #ccc;
    padding-bottom: 6px;
    font-weight: 600;
     margin-bottom: 20px;
}
fieldset {
    margin-top: 30px;
}
fieldset {
    margin-top: 30px;
    border: solid 1px #ccc;
    padding: 10px 30px;
}
.rating span {
    font-size: 8px;
    margin-bottom: 15px;
}
.product-list .product-thumb {
    display: flex;
}

.product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
}

.product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
    padding-left: 20px;
}

.list-group-item {
  font-size: 14px;
  font-weight: 500;
}
button h4.panel-title {
  width: 40px;
  height: 40px;
  border: solid 1px #ccc;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a8adb3;
  color: #fff;
  margin: 10px auto;
}

 button.activebg h4.panel-title {background-color: #023047;}
button h4.panel-title:after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -9;
}
.favorite-listing-button-icon-container{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  z-index: 99;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 300ms;
  border: 0px;
}
.favorite-listing-button-icon-container:hover{
  transform: scale(1.12);
}

.whatsapp-button-icon-container{
  position: absolute;
  right: 10px;
  top: 60px;
  width: 40px;
  height: 40px;
  z-index: 99;
  border-radius: 20px;
  background-color: #25d366;
  box-shadow: 0px 0px 5px 1px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 300ms;
  border: 0px;
}
.whatsapp-button-icon-container:hover{
  transform: scale(1.12);
}

.wt-text-gray {
    color: var(--clg-color-app-utility-text-gray, #595959) !important;
}

@media only screen and (max-width: 768px) {
  .border-end{
    border-right: 0px !important;
  }
  .swiper {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 5px 5px;
  }
  .mobil-text-size{
    font-size:11px;
  }
  .mobil-text-size-icon{
    font-size:20px;
  }
  .dropdown-menu-end{
    width: calc(100vw - 25px) !important;
    box-shadow: 0px 0px 90px 45px #2229;
  }
  .start-100 {
    left: 10% !important;
    font-size: 12px;
}
  footer h5, footer .nav{
    text-align: center;
  }
  .carousel.slide{
      overflow: hidden;
  }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0 !important;
  }
  .mobile-text-13{
    font-size: 13px;
  }
  .carousel {
    margin-bottom: 15px;
  }
  .carousel .carousel-control-prev {
    opacity: 1;
    left: 0px;
  }
  .carousel .carousel-control-next {
    opacity: 1;
    right: 0px;
  }
  .product-layout{
    /*border-bottom: solid 1px #ccc;*/
    margin-bottom: 20px;
    text-align: center;
  }
  /*
  .product-layout > .product-category{
    border: 1px solid #dcdcdc !important;
  }
    */
  .product-layout .button-group-none{
    display: flex;
    justify-content: center;
  }
  .mobile-center{
    text-align: center !important;
    display: flex;
    justify-content: center;
  }
  .img-item {
    padding: 0px 10px;
  }
  .mobile-hidden{
    display: none;
  }
}
#remove_product{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}

.swiper5 {
    margin: 10px auto !important;
    padding: 0px 10px !important;
}

.mini-cart-header-count {
    background: #ccebff;
}
.heading_title{
  color: #64697a;
    font-family: 'Poppins', sans-serif;
    font-size:28px;
}

.hr-line{
position: relative;
text-align: center;
font-size: 14px;
}
.hr-line:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc; 
  left: 0px;
  top:12px;
  z-index: -1;
}
.hr-line span{
  background-color: #fff;
  padding: 2px 10px;
  margin-bottom: 0px;
  z-index: 10;
}

/*whatsapp icon*/
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
.wp-btn {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    float: left;
    font-size: 16px;
}

/* buttons */
/*
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
/*
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}*/
/* product list */
/**/
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

/* Category sayfasına özel kurallar */
.product-category {
  min-height: 295px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dcdcdc !important;
}

.product-category .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-category .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #258635;
  /*margin-top: 10px;*/
}

.product-category .price-new {
  order: 1;
}

.product-category .price-old {
  order: 2;
  margin-left: auto;
}

.product-category .button-group-none {
  margin-top: auto;
}


.product-category .rating {
  margin-top: 15px;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.pdesc {
  font-size: 14px;
}
.checkbox-inline {
  font-size: 12px;
}
.col-ortala {
  display:flex;
 align-items:center;
 justify-content:center;
}