:root {
	
	--bs-warning: #FA747D;
	--bs-warning-rgb: 250,116,25;
  /** sunny side **/
  --blue-background: #c2e9f6;
  --blue-border: #72cce3;
  --blue-color: #96dcee;
  --yellow-background: #fffaa8;
  --yellow-border: #f5eb71;
  /** dark side **/
  --indigo-background: #888;
  --indigo-border: var(--bs-dark);
  --indigo-color: #000;
  --gray-border: var(--bs-dark);
  --gray-dots: #ddd;
  /** general **/
  --white: #ffffdf;  
}
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after
{
	background-color:  transparent;
}


html {
	/*font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
	font-size: 15px;
	padding: 0;
	margin: 0;
 	/*overflow-x: hidden;*/
}

body
{
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	/*color: #3b1e00;*/

	margin: 0;
	padding: 0;
	line-height: inherit;
}



.form-control
{
	font-size: 16px;
}

.form-control::placeholder
{
	opacity: 0.5;
}

.rounded-circle
{
	position: relative;
	background: #ffe0ca;
}
.rounded-circle.active
{
	border: 3px solid #333;
}


/*.sepetim.active::after {
  -webkit-animation: sepetim-pulse 5s infinite;
  animation: sepetim-pulse 5s infinite;
  background-color: #FA747D;
  border-radius: 50%;
  content: "";
  display: block;
  height: .5rem;
  position: absolute;
  left: 10px;
  top: .3rem;
  width: .5rem;
}

@-webkit-keyframes sepetim-pulse {
 0% {
  box-shadow:0 0 0 0 rgba(255,0,0,.5)
 }
 50% {
  box-shadow:0 0 0 0 red
 }
 to {
  box-shadow:0 0 0 .5rem transparent
 }
}
@keyframes sepetim-pulse {
 0% {
  box-shadow:0 0 0 0 rgba(255,0,0,.5)
 }
 50% {
  box-shadow:0 0 0 0 red
 }
 to {
  box-shadow:0 0 0 .5rem transparent
 }
}*/

.newshadow
{
	box-shadow: 0 4px 10px rgba(55,56,60,.16),0 0 2px rgba(55,56,60,.48) !important;
	border: 0 none;
}

.btn.hasloading
{
	/*transition: all ease-in-out .5s;*/
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.cardcover input
{
	font-size: 14px;
	font-weight: bold;
}

.form-floating label
{
	z-index: 10;
}

.group-by
{
	background: #fff !important;
}

.group-by:first-child
{
	display: none !important;
}

.group-by::before {

    border-bottom: 1px solid #ddd;
    content: "";
    position: absolute;
    top: 19px;
    width: 100%;
	background: #fff !important;

}
.group-by span {
  background: #fff;
  letter-spacing: 0;
  padding: 0 5px 0 0;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.group-by small::before {
  content: "↓";
  margin-left: -10px;
  margin-top: 0;
  position: absolute;
}



.list {
  width: 100%;
  overflow: hidden;
}

.list .item {
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  height: 120px;
}

.list .item .item-swipe {
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 1;
}

.list .item a.item-swipe {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: inherit;
  color: #333;
}

.list .item a.item-swipe:active { color: inherit; }

.list .item .item-swipe.open { background: #333; }

.list .item .item-swipe.open:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  position: absolute;
  right: 10px;
}

.list .item .item-back {
  background: #E1E1E1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: right;
}

.list .item .item-back .action {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  border: inherit;
  outline: inherit;
  color: #fff;
  padding: 0;
  font-size: 22px;
}

.list .item .item-back .action.first { right: 0; }

.list .item .item-back .action.second { right: 50px; }

.list .item .item-swipe.swiped {
  -webkit-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.btn-delete { background: firebrick; }

*
{
	/*border-radius: 0px !important;*/
}

b, strong
{
	font-weight: 600;
}

a
{
	/*color: #3b1e00;*/
	text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mobilecats
{
	padding: 10px;
	background-color: #FFF;
	margin-right: 3px;
	border-radius: 50px;
	border: 2px solid #333;
}

#offcanvasSepetim .offcanvas-header
{
	padding: 10px;
}

#offcanvasSepetim .offcanvas-header .btn-close {
	position: absolute;
	top: 6px;
	left: -45px;
	opacity: 1;
	background-color: #fff;
	border-radius: 0;
	padding: 14px;
	z-index: 1;
}

.list-group-item.active
{
	background-color: #fef6f2;
	color: #FA747D;
	font-weight: 600;
}

/*.offcanvas-header,*/ .offcanvas-footer
{
	/*background-color: #feebd8;*/
}

ul li
{
	list-style: none;
}

.offcanvas ul
{
	
}

.offcanvas ul li:hover
{
	
}

.form-check-input:checked[type="radio"]
{
	/*background-image: none !important;*/	
}

.payment-method, .taksit-sayisi
{
	top: 10px !important;
	left: 5px !important;
}

#fiyat1
{
	font-size: 20px;
}

.hideon5
{
	display: none !important;
}

.bg-light-orange
{
	background-color: #fef6f2;
}

.bg-light-rose
{
	background-color: #fef6f2;
}

.bg-dark-rose
{
	background-color: #531818;
}


*:focus-visible
{
	outline: none !important;
}

.bg-dark img {
  /*-webkit-filter: invert(100%); /* safari 6.0 - 9.0 
          filter: invert(100%);*/
}

.content {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  position: absolute;
  border-radius: 5px;
  outline: none;
  top: 0px;
  right: 0;
  z-index: 0;
  
}

#favcontainer
{
	position: absolute;
	top: 54px;
	right: 8px;
	background-color: #fff;
	border-radius: 100px; 
	padding: 7px;
}

.modal-content
{
	border: 0 none;
}

.accordion-button
{
	/*font-weight: 600;
	padding: 1rem 0;
	border: 0 none;
	border: 0 none;
	border-radius: 0;*/
}

.accordion-header:hover .accordion-button
{
	color: #994d00;
    background-color: #ffe6cc;
    border-color: #ffd9b3;
}

.accordion-button:not(.collapsed)
{
	/*color: #FFF;*/
    background-color: transparent;
	box-shadow: none;

}

.accordion-button:focus
{
	/*border-color: #ffd9b3;*/
	box-shadow: none;
}

.accordion-body
{
	/*padding: 1rem 0;*/
}

.accordion-collapse
{
	border: 0 none;
}

.accordion-button.collapsed {
    border-bottom-width: 1px;
}

.brand-wrap, .navbar-brand
{
	opacity: 1;
}

.sw
{
	width: 17vw;
	height: auto;
}

#urunbilgileri
{
	/*font-size: 14px;*/
}

.scroll-horizontal {
  white-space: nowrap;
  overflow-x: auto;
  /*cursor: grab !important;*/
}

.urun-ozellik
{
	background-color: #f6f6f6;
	border-radius: 5px;
	font-size: 14px;
}

.altkategoriler label
{
	margin-bottom: 0px;
	font-size: .8rem;
}

.content *
{
	outline: none !important;
}

.content .shareButton.main .share, .content .shareButton.main .close, .content .shareButton.main .check {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: all 150ms;
}
.content .shareButton.main .share, .content .shareButton.main.open .close, .content .shareButton.main.sent .check {
  transform: rotate(0) scale(.7);
  opacity: 1;
}
.content .shareButton.main .close, .content .shareButton.main.open .share, .content .shareButton.main .check, .content .shareButton.main.sent .share {
  opacity: 0;
  transform: rotate(90deg) scale(0);
}

.shareButton, .shareButton.open {
  border: none;
  border-radius: 50%;
  background: #fff;
  padding: 1rem;
  overflow: hidden;
  outline: none;
  margin: 0;
  width: 24px;
  height: 24px;
  box-sizing: content-box;
  transition: all 200ms;
  position: relative;
  opacity: 1;
  transform: scale(.7);
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);*/
}
.shareButton:hover, .shareButton.open:hover {
  transform: scale(0.7);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.shareButton:active, .shareButton.open:active {

}
.shareButton svg, .shareButton.open svg {
  display: block;
  fill: #212529;
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: all 150ms;
  transform: scale(.7);
}

.fb, .shareButton.open.ig {
  transition-delay: 100ms;
}

.tw, .shareButton.open.tw {
  transition-delay: 50ms;
}

.ig, .shareButton.open.fb {
  transition-delay: 0ms;
}

.fb, .tw, .ig {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: scale(0);
}
.fb svg, .tw svg, .ig svg {
  width: 0;
  height: 0;
  opacity: 0;
  transform: scale(0);
}

#urungaleri a:last-child
{
	margin-right: 0px !important;
}

#urun-bilgi
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#urun-bilgi li {

    padding: 0;
	padding-right: 0px;
	padding-left: 0px;
    margin: 0;
    display: inline-block;
 
    border-right: 1px solid #ccc;
    padding-right: 5px;
    padding-left: 5px;

}
#urun-bilgi li:last-child {
    border: 0 none;
}
#urun-bilgi li:first-child {
	padding-left: 0px;
}
.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mm-panel, .mm-navbar
{
	background-color: #FFFFFF;
}

.inner-page
{
	background: url('/img/bg2.png');
}

a
{
	transition: all ease-in-out .2s;
	color: #51585e;
}

.badge
{
	font-size: 0.93em;
}

.form-switch .form-check-input
{
	background-repeat: no-repeat;
}

.tukendi img
{
	transition: all ease-in-out .3s;
	opacity: 0.5 !important;
}

.tukendi:hover img
{
	opacity: 1 !important;
}

/*.alert-danger
{
	border-width: 2px;
}*/

.card
{
	box-shadow: none;
	/*background-color: transparent;*/
}

.card-header.img-wrap
{
	padding: 0px;
}

.card-header
{
	/*border-bottom: 0px none;*/
	
}

.card-body, .card-footer
{
	padding: 10px;

}

.card-footer
{
	background: none;
}

.card-header:first-child
{
	border-radius: 0;
}








.toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .toggle:before {
    content: "";
    text-align: right;
    position: relative;
    top: 3px;
    left: 3px;
    width: 50px;
    height: 22px;
    font-size: 10px;
    display: block;
    background: #e6e6e6;
    border-radius: 30px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    padding: 2px 8px; }
  .toggle span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    display: block;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .toggle span:before {
      font-family: 'Fontawesome';
      content: '\f186';
      position: absolute;
      display: block;
      margin: 0;
      width: 24px;
      height: 24px;
      background: #000;
      border-radius: 50%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      pointer-events: none;
      color: #fff; }

#cbx:checked + .toggle:before,
#cbx2:checked + .toggle:before {
  background: #f6d379;
  content: '';
  text-align: left;
  color: #fff; }

#cbx:checked + .toggle span,
#cbx2:checked + .toggle span {
  background: #f1bc31;
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
  -webkit-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  -o-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  -webkit-box-shadow: 0 3px 8px rgba(241, 188, 49, 0.7);
  box-shadow: 0 3px 8px rgba(241, 188, 49, 0.7); }
  #cbx:checked + .toggle span:before,
  #cbx2:checked + .toggle span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Fontawesome';
    content: '\f185';
    background: #f1bc31;
    color: #000; }


.offcanvasMenu 
{
	/*background-color: #fde3d8;*/
}


.offcanvasMenu ul
{
		
	list-style: none;
	padding-left: 0px;
}

.offcanvasMenu ul li, .offcanvasMenu ul li ul li
{
	/*border-bottom: 1px solid #ddd;*/
	display: block;
}

.offcanvasMenu ul li a, .offcanvasMenu ul li ul li a
{
	padding: 12px 10px !important;
	display: block;
}

.offcanvasMenu li button, .offcanvasMenu li button:active, .offcanvasMenu li button:focus
{
	min-width: 60px;
	border: 0 none !important;
	outline: none !important;
}

.offcanvasMenu li ul
{
	background-color: rgba(0,0,0,0.03);
	/*display: none;*/
}

.slide-outer
{
	overflow: hidden;
	position: relative;
	border: 2px solid transparent;
	border-radius: 8px;
	transition: all ease-in-out .3s;
	text-align: center;
}

.slideinner {
	padding-top: 5px;
	position: absolute;
	bottom: -100%;
	background-color: #FFF0E5;
	transition: all ease-in-out .3s;
	padding: 10px;
	/*color: #ff6a00;*/
	font-weight: bold;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100%;
}

.main-swiper .swiper-slide:hover .slideinner
{
	bottom: 0px;
}

.main-swiper .swiper-slide:hover .slide-outer
{
	border: 2px solid #ff6a00;
	box-shadow: 0px 0px 3px rgba(255,106,0,0.5);
} 

img.lazy {
opacity: 0;
}

img:not(.initial) {
transition: opacity .3s;
}

img.initial,img.loaded,img.error {
opacity: 1;
}

#aramamobile
{
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 12px 45px 12px 10px;
    width: 100%;	
}

.indirimlifiyat {
    text-decoration: line-through;
    /*margin-right: 10px;*/
	font-weight: 400;
    color: #ff5151;
}

.indirimsizfiyat
{
	font-weight: 400;
	
}

.offcanvas
{
	box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
	border: 0 none;
	max-width: 87%;
}

.offcanvas-end
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.offcanvas-start
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.offcanvas-bottom
{
	max-width: 100%;
}

.offcanvas-title
{
	line-height: inherit;
	font-size: 15px;
	font-weight: 400;
}

#offcanvasRenkSecenekleri
{
	height: 200px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.variant
{
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	border: 3px solid transparent;
}

.activevariant
{
	border: 2px solid #FA747D;
	/*background: #FA747D;*/
	
}

.variant img
{
	display: block;
	border: 0 none;
	padding: 0;
	border-radius: 4px;
}

.indirimlifiyat3 {
    /*position: absolute;
    top: 6px;
    right: 6px;*/
    display: inline-block;
    background-color: #FA3434;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

#cookiepolicy
{
	position: fixed
	bottom: 5px;
	left: 5px;
	margin: 0 auto;
	max-width: 400px;
	background: rgba(0,0,0,0.8);
}

.js-check p
{
	margin-bottom: 0px;
}

.bell
{
	position: absolute;
	z-index: 10000;
	right: -6px;
	top: -6px;
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding:3px;
	color: #333;
	border: 2px solid #ddd;
	transition: all ease-in-out .2s;
	cursor: pointer;
}



.bell:hover
{
	background-color: #FA3434;
	color: #FFFFFF !important;
	border: 2px solid #FA3434;
}

.changeview
{
	transition: all ease-in-out .3s;
}

.navbar-expand-lg .navbar-nav .nav-link
{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.popcat
{
	transition: all ease-in-out .3s;
}

.popcat:hover
{
}

.main-wrapper
{
	max-width: 1400px;
	margin: 0 auto;
}

.section-title
{
	/*background: url('../img/wave.svg') bottom;
	background-repeat: repeat-x;
	background-size: 15px 5px; */
	display: inline-block;
	text-align: center;
	color: red;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}

#content
{
	min-height: 300px;
	/*background-color: #FAFAFA;*/
	background-color: #FFFFFF;
}

#content-overlay
{
	transition: all cubic-bezier(1,0,0,1) .1s;
	transition-delay: .2s;
}

.megam
{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	background: #FFF;
	left: 0;
	right: 0;
	border-bottom: 1px solid #eee;
	border: 0 none;
	box-shadow: 0 20px 20px rgba(0,0,0,0.3);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 0px;
	transition: all cubic-bezier(1,0,0,1) .1s;
	transition-delay: .2s;
	z-index: 10000000001;
	transform: scale(0.95);
	transform-origin: top;
}

.nav-item:hover .megam
{
	visibility:visible;
	margin-top: 0px;
	z-index: 10000000001;
	opacity: 1;
	transform: scale(1);
}

#main_nav
{
	/*background-color: #FFF;*/
	border-top: 0 none !important;
}

#main_nav .nav-item
{
	transition: all cubic-bezier(1,0,0,1) .1s;
	text-align: center;
}

#main_nav .nav-item .nav-item
{
	text-align: left;
}

#main_nav .nav-item.nimenu a
{
	color: #311400;
	transition: all cubic-bezier(1,0,0,1) .1s;
	font-size: 16px;
	/*font-weight: 500;*/
}

#main_nav .nav-item.nimenu .card a
{
	font-size: 12px;
}

.page-link
{
	color: #000;
}

.page-item.active .page-link
{
	background-color: #000;
	border-color: #000;
}

#main_nav .nav-item.nimenu:first-child a
{
	padding-left: 0px;
}

.nav-link
{
	font-weight: 400;
}

#main_nav .nav-item:hover
{
	background-color: #FFFFFF;
}

#main_nav .nav-item.nimenu a:hover
{

	color: #ff6a00;

}



.navbar-main .nav-item ul

{

	list-style: none;

	margin: 0;

	padding: 0;

}



.navbar-main .nav-item ul li a
{
	font-size: 13px;
	/*font-weight: bold;*/
}

.info-p

{

	font-size: 13px;

	line-height: 15px;

}



.wp-p

{

	font-size: 13px;

	line-height: 15px;

	font-weight: 300;

}



.info-title

{

	margin-bottom: 0px;

	font-size: 14px;

}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
eleman {
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 3px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #666;
  /*border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;*/
  /*border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;*/
  opacity: .5;
  transition: all .6s ease;
  border-radius: 3px;
}

.carousel-indicators .active {
  opacity: 1;
  border-color: #000;
  width: 24px;
}

.disabled-label
{
	color: #BBB !important;
     background: 
	 linear-gradient(to top left,
		 rgba(187,187,187,0) 0%,
		 rgba(187,187,187,0) calc(50% - 0.8px),
		 rgba(187,187,187,1) 50%,
		 rgba(187,187,187,0) calc(50% + 0.8px),
		 rgba(187,187,187,0) 100%),
	 linear-gradient(to top right,
		 rgba(187,187,187,0) 0%,
		 rgba(187,187,187,0) calc(50% - 0.8px),
		 rgba(187,187,187,1) 50%,
		 rgba(187,187,187,0) calc(50% + 0.8px),
		 rgba(187,187,187,0) 100%);
		 cursor: not-allowed;
} 

.nav-bottom {
    position: fixed;
    bottom: 0 !important;
    left: 0;
	padding: 0px !important;
    width: 100%;
    z-index: 120;
    background: #FFF;
    /*-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	/*transform: translateZ(0);-webkit-transform: translateZ(0);*/
}

.nav-bottom .nav-link {
    text-align: center;
    /*color: #FF6B01;*/
    display: inline-block;
	border-right: 0px solid #ccc;
	color: #666;
	/*padding: 10px 0px;*/
}

.nav-bottom .nav-link img
{
	
}

.nav-bottom .nav-link:last-child
{
	border-right: 0px;
}

.nav-bottom .nav-link .text {
    display: block;
    font-size: 11px;
    color: #666;
		font-weight:bold;
	
}

.nav-bottom .nav-link .icon {
    display: inline-block;
    font-size: 20px;

}

.nav-bottom .nav-link.active {
    color: #FF6B01;
}

.nav-bottom .nav-link.active .text {
    color: #FF6B01;

}

.nav-list {
    margin-left: 16px;
}

.product-info-aside
{
 padding: 0px 10px 10px;	
}

.product-info-aside h1
{
	font-size: 26px;
	font-weight: 600;
}

.ac-img
{
	width: 30px;
	min-width: 30px;
	float: left;
	margin-right: 5px;
}

small, .small {
    font-size: 90% !important;
}

.smaller
{
  font-size: 80% !important;
}

.smallest
{
  font-size: 70% !important;
}

.bold
{
	font-weight: bold !important;
}

#cart-content, #profil-content
{
	display: none;
	font-size: 13px;
}

.float-right
{
	float: right;
}

.red
{
	color: red;
}

#cart-content a
{
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

.tab-content img
{
	max-width: 100%;
	height: auto;
}



.tab-content table
{
	max-width: 100%;
}

.required
{
	color: #FF0000;
	font-weight: bold;
}

.shipping-box
{
	transition: all ease-in-out .3s;
	cursor: pointer;
	padding-bottom: 0px;
}

.card-product-grid .card
{
	border: 0 none;
	background-color: transparent;
}



.card-product-grid .card-body
{
	padding: .75rem 0;
	/*text-align: center;*/
}

.form-control:not(:focus):hover,
.form-select:not(:focus):hover, .form-control:focus {
	border-color: #FA747D
}
.form-control:focus
{
	box-shadow: 0 0 0 0.2rem rgba(100%,60%,0%,0.5);
}

.shipping-box .card-body
{
	padding-bottom: 0px;
}

.shipping-box:hover, .shipping-box.active
{
	border: 1px solid #ff6a00;
	cursor: pointer;
	background: #FFF0E5;
}

/*
.input-spinner input.form-control
{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
} */

.ui-spinner-button
{
	display: none !important;
}

.ui-spinner-input
{
	padding: 0.45rem 0.85rem !important;
	margin-top: 0px !important;
	font-weight: bold;
}

.tab-content
{
	padding: 16px;
	border: 1px solid #dee2e6 ;
	border-top: 0px none;
	background: #fff;
}

a:hover {
	color: #ff6a00;
  text-decoration: none; }



.img-wrap {

  text-align: center;

  display: block; }

  .img-wrap img {

    max-width: 100%; }



.icon-wrap {

  text-align: center;

  display: inline-block; }



.price-wrap {

  letter-spacing: -0.7px; }



.content-body {

  -webkit-box-flex: 1;

      -ms-flex: 1 1 auto;

          flex: 1 1 auto;

  padding: 30px; }

.vh-100 {
  height: 100vh; }

.overflow-h {
  overflow: hidden; }

.flip-h {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.opacity {
  opacity: .5; }

[class*="hover-"] {
  -webkit-transition: .5s;
  transition: .5s; }

.hover-bg:hover {
  background: #ff6a00;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff6a00), to(#ff6a00));
  background: linear-gradient(to bottom right, #ff6a00, #ff6a00);
  -webkit-transition: .5s;
  transition: .5s; }

.hover-zoom:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.bordered-cols > [class*="col-"] {
  overflow: hidden;
  border-color: #e5e7ea;
  border-width: 1px 0 0 1px;
  border-style: solid; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

figure {
  margin-bottom: 0; }

.form-noborder input, .form-noborder select, .form-noborder .btn {
  border: 0; }

.form-noborder select.form-control-lg:not([size]):not([multiple]) {
  height: 2.875rem; }
/* all clearfix */

article:after,
.form-group:after {
  display: block;
  clear: both;
  content: ""; }

/* --------------------- titles ---------------------- */

.section-heading {
  margin-bottom: 10px;
  margin-top: 10px; }

.section-title {
  color: #212529; }
  
.title-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #212529; }

.title-page {
  /*color: #601212;*/
	font-size: 18px;
}

.b {
  font-weight: 600; }

.white {
  color: #fff; }

.dark {
  color: #212529; }

.black {
  color: #000; }

p:last-child {
  margin-bottom: 0;
}



/* ==================  title element ================ */

.heading-line {
  position: relative; }
  .heading-line .title-section {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    background-color: #f6f7f9;
    z-index: 2; }

.heading-line::before {
  top: 35%;
  border-radius: 7px;
  border-top-style: solid;
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  height: 0;
  border: 3px solid #dcdee3;
  overflow: hidden; }

/* ================== SECTIONS =================== */

.section-header {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.15);
          box-shadow: 0 0 3px rgba(51, 51, 51, 0.15); }


.offcanvas.offcanvas-bottom
{
	height: auto;t
}

.header-top-light .nav-link {

  color: #311400; }

  .header-top-light .nav-link:hover {

    color: #212529; }

.sticky-bottom
{
	display: flex;
	position: sticky;
	position: -webkit-sticky;
	bottom: 30px;
	z-index: 2;
}

section.sticky-top
{
	  position: -webkit-sticky;
  position: sticky;
  padding-top: 1px;
  top: 0; /* required */
	z-index: 100;
	/*background: rgba(255,255,255,1);*/
}

.input-group .btn
{
	z-index: 0;
}

.header-main {

  position: relative;

  /*padding-bottom: 1rem;*/ }



.brand-wrap .logo, .navbar-brand .logo {

  margin-right: 7px;

  max-height: 70px;

  display: inline-block; }



.navbar-main .nav-link:hover {

  color: #ff6a00; }



.search-header {

  border: 2px solid #ff6a00;

  border-radius: 0.55rem; }

  .search-header .form-control, .search-header .custom-select {

    border-color: transparent; }

  .search-header select {

    -ms-flex-preferred-size: 150px !important;

        flex-basis: 150px !important;

    -webkit-box-flex: 0 !important;

        -ms-flex-positive: 0 !important;

            flex-grow: 0 !important; }



.widget-header {

  display: inline-block;

  vertical-align: middle;

  position: relative; }

  .widget-header .widget-view {

    padding: 5px 7px;

    display: inline-block;

    position: relative;

    text-align: center; }

  .widget-header .icon-area {

    font-size: 24px;

    display: inline-block;

    width: 36px;

    height: 30px;

    color: #969696;

	/*color: #FFFFFF;*/

	}

    .widget-header .icon-area .notify {

      position: absolute;

      top: 0px;

      right: 8%; }

  .widget-header .icon {

    color: #ff6a00;

	

	}

    .widget-header .icon .notify {

      position: absolute;

      top: 0;

      right: 0; }

  .widget-header .text {

    max-width: 80px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    display: block;

    line-height: 1.2; }

  .widget-header a {

    color: #212529; }

  .widget-header form {

    min-width: 280px; }

  .widget-header:hover i, .widget-header:hover .text-danger {

    color: #212529;

	

	}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  /*position: absolute;
  content: "";
  border-bottom: 2px solid #DDD;
  width: 100%;
  top: 16px;
  left: -50%;
  z-index: 2;*/
}

.stepper-item::after {
  /*position: absolute;
  content: "";
  border-bottom: 2px solid #DDD;
  width: 100%;
  top: 16px;
  left: 50%;
  z-index: 2;*/
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FAFAFA;
  margin-bottom: 6px;
  border: 2px solid #DDD;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.active .step-counter {
  border: 2px solid #000;
}

.stepper-item.completed .step-counter {
  border: 2px solid #000;
}

.stepper-item.completed::after {
  /*position: absolute;
  content: "";
  border-bottom: 2px solid #000;
  width: 100%;
  top: 16px;
  left: 50%;
  z-index: 3;*/
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

/* ================ SECTION-FOOTER ==================  */


.section-footer
{
	/*background: url(/img/footer-bg.jpg) center bottom;*/
	/*background-size: cover;*/
	/*background-color: #fffaf5;*/

	/*color: #FFF;*/
	/*font-size: 13px;*/
}



.section-footer ul li {

  margin-bottom: 5px; 
  padding-left: 0px;
  }



.section-footer ul a {

  color: inherit; }

  .section-footer ul a:hover {

    color: #ff6a00; }



.section-footer .logo-footer {

  height: 40px; }



.section-footer .title {

  font-weight: 600;

  margin-bottom: 16px;

  font-size: 18px; }



.footer-bottom {

  padding-top: 20px;

  padding-bottom: 20px;

  border-top: 0px solid #1a3286; }



.footer-copyright {

  padding-top: 20px;

  padding-bottom: 20px; }



/* ================== COMPONENTS =================== */
/*
.btn-icon {

  width: calc(1.5em + 0.9rem + 2px);

  text-align: center;

  padding-left: 0;

  padding-right: 0; }

  .btn-icon i {

    line-height: 1; }



.btn-light {

  background-color: #fff;

  border-color: #e5e7ea; }

  .btn-light i {

    color: #969696; }

  .btn-light:hover {

    background-color: #fff;

    border-color: #9099a6; }



.btn-light.active i {

  color: #ff6a00; }



.btn .text + i {

  margin-left: 10px; }



.btn i + .text {

  margin-left: 10px; }*/



.itemside {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%; }

  .itemside .aside {

    position: relative;

    -ms-flex-negative: 0;

        flex-shrink: 0; }

  .itemside .info {

    padding-left: 15px;

    padding-right: 7px; }

  .itemside p {

    margin-bottom: 0; }

  .itemside .title {

    display: block;

    margin-bottom: 5px;

    color: #212529; }

  .itemside a.title:hover {

    color: #ff6a00; }



a.itemside {

  color: initial; }



.items-bordered-wrap .itemside:not(:last-child) {

  border-bottom: 1px solid #e5e7ea;

  padding-bottom: 10px;

  margin-bottom: 10px; }



.itemlist {

  padding: 20px;

  border-bottom: 1px solid #eee; }



.list-inline {

  margin-bottom: 0; }



.list-inline-item {

  vertical-align: middle; }







/* IF CARD IS LINKED */

a[class*='card'] {

  color: initial; }

  a[class*='card']:hover .title {

    color: #ff6a00; }



/* BASE STYLE FOR PRODUCT ITEM */

[class*='card-product'] a.title {

  color: #212529;
  display: block;
  min-height: 40px;
  font-size: 13px;
  }

  [class*='card-product'] a.title:hover {

    color: #ff6a00; }



[class*='card-product'] .img-wrap .badge {

  top: 0px;

  left: 0px;

  position: absolute; }



[class*='card-product'] p {

  margin-bottom: 0; }



[class*='card-product'] .img-wrap {
  overflow: hidden;
  position: relative; }
  [class*='card-product'] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover; }

.card .img-wrap {
  overflow: hidden;
  /*border-bottom: 1px solid #eee;*/
  }

.icontext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;

          align-items: center;

  vertical-align: middle; }

  .icontext p {

    margin-bottom: 0; }

  .icontext .text {

    width: 100%;

    color: #212529;



	}

  .icontext .icon {

    position: relative;

    margin-right: 10px;

    -ms-flex-negative: 0;

        flex-shrink: 0;

    -webkit-box-flex: 0;

        -ms-flex-positive: 0;

            flex-grow: 0; }

  .icontext .title {

    display: block;

    margin-bottom: 0; }



.tag {

  display: inline-block;

  padding: 3px 7px;

  background: #f2f2f2;

  border: 1px solid #eee;

  border-radius: 3px;

  margin-top: 4px;

  margin-right: 2px;

  font-size: 85%; }



.item-logo {

  margin-bottom: 20px;

  text-align: center; }

  .item-logo img {

    max-height: 65px; }


.notify
{
	top: 4px;
	right: 10px;
	background-color: #FA747D;
}

.price {
	font-size: 14px;
	font-weight: 600;
	color: #212529;
}

.btn-light:disabled, .btn-light.disabled
{
	border-color: #dee2e6;
	background-color: #E9ECEF;
	opacity: 1;
}

.btn-light:disabled img, .btn-light.disabled img
{
	opacity: .2;
}

.fav
{
	min-width: 40px;
}

#spinner1
{
	font-weight: 600;
}



.price-old {
  color: #969696;
  margin-left: 5px; }

.icon-control {
  margin-top: 5px;

  float: right;

  font-size: 80%; }

.variants
{
	font-size: 11px;
}

.card-header .title {

  margin-bottom: 0;

  line-height: 1.5; }



.filter-group {

  border-bottom: 1px solid #e5e7ea;

  margin-top: 10px;

  padding-bottom: 10px; }

  .filter-group .title {

    margin-bottom: 0; }

  .filter-group:last-child {

    border-bottom: 0; }

  .filter-group .inner {

    padding-top: 16px;

    padding-bottom: 7px; }



/* ====================== block ==================== */

/*.box {

  padding: 18px;

  background: #fff;

  border: 1px solid #e5e7ea;

  border-radius: 5px;

  }

  .box img {

    max-width: 100%; }*/



/* ================= RATINGS ============== */

.label-rating {

  margin-left: 7px;

  display: inline-block;

  vertical-align: middle; }



/* rating-list */

.rating-stars {

  display: inline-block;

  vertical-align: middle;

  list-style: none;

  margin: 0;

  padding: 0;

  position: relative;

  white-space: nowrap;

  clear: both; }

  .rating-stars img {

    height: 14px;

    max-width: none; }

  .rating-stars i {

    font-size: 14px;

    color: #ccc;

    display: inline; }

  .rating-stars li {

    display: block;

    text-overflow: clip;

    white-space: nowrap;

    z-index: 1; }

  .rating-stars li.stars-active {

    z-index: 2;

    position: absolute;

    top: 0;

    left: 0;

    overflow: hidden; }

    .rating-stars li.stars-active i {

      color: orange; }



.nav-home-aside {

  width: 250px; }

  .nav-home-aside .menu-category {

    margin: 0;

    padding: 0; }

    .nav-home-aside .menu-category li {

      position: relative;

      display: block;

      border-bottom: 1px solid #e5e7ea; }

    .nav-home-aside .menu-category a {

      color: #212529; }

    .nav-home-aside .menu-category > li > a {

      display: block;

      padding: 10px 0px; }

    .nav-home-aside .menu-category .submenu {

      display: none;

      margin: 0;

      padding: 0;

      -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);

              box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);

      z-index: 20;

      position: absolute;

      left: 100%;

      top: 0;

      width: 250px;

      background: #fff; }

      .nav-home-aside .menu-category .submenu li {

        list-style: none; }

      .nav-home-aside .menu-category .submenu li a {

        padding: 10px 16px;

        display: block; }

    .nav-home-aside .menu-category a:hover {

      color: #ff6a00;

      -webkit-transition: all 0.3s;

      transition: all 0.3s; }

    .nav-home-aside .menu-category li:hover .submenu {

      display: block;

      margin-left: 0px; }

    .nav-home-aside .menu-category .has-submenu > a:after {

      content: "\203A";

      font-size: 24px;

      color: #999;

      line-height: 18px;

      font-weight: bold;

      float: right; }



.dropdown-large {

  padding: 20px; }

  .dropdown-large a {

    display: block;

    color: #212529;

    padding: 5px 0; }

    .dropdown-large a:hover {

      color: #ff6a00; }



@media all and (min-width: 992px) {

  .dropdown-large {

    min-width: 500px; } }



.form-inline input[type='number'] {

  max-width: 100px; }



.input-spinner {

  width: 120px;

  -ms-flex-wrap: nowrap;

      flex-wrap: nowrap;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex; }

  .input-spinner input.form-control {

/*    text-align: center;

    max-width: 46px;

    -ms-flex-preferred-size: 46px;

        flex-basis: 46px;

    border-color: #e5e7ea;

    -webkit-box-flex: 0;

        -ms-flex-positive: 0;

            flex-grow: 0;*/ 
	
	min-width: 46px;		
	}

  .input-spinner .btn {

    /*width: 36px;*/

    text-align: center; }



.checkbox-btn {
  position: relative; 
}

.checkbox-btn input {
    position: absolute;
    z-index: -1;
    opacity: 0; 
}

.checkbox-btn input:checked ~ .btn {
    border-color: #ff6a00;
    background-color: #ff6a00;
    color: #fff; 
}

.checkbox-btn.btn-dark input:checked ~ .btn {

}

.headerswiper
{
	font-size: 11px;
}


.js-check {
	min-width: 60px;
  position: relative;
  padding: 0px;



   }

  .js-check .title {

    margin-left: 20px;
	color: #9da1a7;
	}

  .js-check input {

    position: absolute;

    top: 21px;

    left: 16px; }

  .js-check.active {

    border-color: #ffe0ca;

	background-color: #ffe0ca;
		

	}
	
	.js-check.active .title
	{
		color: inherit;
	}
	
  .js-check.btn-dark {
	
	border: 2px solid #ddd;
    border-color: #ddd;
	background-color: #fff;
	color: #000 !important;
	margin: 2px;

	}	
	
  .js-check.btn-dark.active {
    
	  border: 2px solid #000;
	  
	/*border: 2px solid #FA747D;

	background-color: #FFF0E5;
	color: #000 !important;
	font-weight: bold;*/

	}	



.js-check.box {
  width: 100%;
  border-width: 1px;
  padding: 18px;  
}

/**
 * User: Alessandro Battaglia
 * Date: 17/05/2022
 * Time: 15:24
 */

.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}

.fs-7
{
	font-size: 14px;
}


/* ================== PAGES =================== */

body {
  background-color: #FFF;
  
  margin: 0;
  position: relative;
  overflow-x: hidden;  
}



/* ================ PAGES HEADER ================== */

.section-pagetop {
  padding: 75px 0 15px; }

.slider-home-banner .carousel-item img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover; }

.special-home-right .card-banner {
  min-height: 112px; }
  



/* ================== PAGE DETAILS ==================  */

.gallery-wrap .img-big-wrap {

  margin-bottom: 10px;

  border-radius: 0.37rem;

  overflow: hidden;

  background-color: #fff; }

  .gallery-wrap .img-big-wrap a {

    text-align: center;

    display: block; }

  .gallery-wrap .img-big-wrap img {

    height: auto;

    width: 100%;

    display: inline-block;

    cursor: -webkit-zoom-in;

    cursor: zoom-in; }



.gallery-wrap .thumbs-wrap {

  text-align: center;

  margin-bottom: 20px; }

  .gallery-wrap .thumbs-wrap .item-thumb {

    width: 60px;

    height: 60px;

    border: 1px solid #ddd;

    border-radius: 6px;

    margin: 3px;

    display: inline-block;

    overflow: hidden; }

    .gallery-wrap .thumbs-wrap .item-thumb:hover {

      border-color: #ff6a00; }

  .gallery-wrap .thumbs-wrap img {

    max-width: 100%;

    max-height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

    cursor: -webkit-pointer;

    cursor: pointer;

	}



.item-option-select {

  margin-bottom: 1rem;

  display: inline-block;

  margin-right: 15px; }

  .item-option-select .btn {

    min-width: 70px; }



.title-description:not(:first-child) {

  margin-top: 30px; }



/* ================ PAGES HEADER ================== */

/* ====================== shopping-cart ==================== */



#shoppingbag

{

	z-index: 10000000000;

}

.table-shopping-cart.table td, .table-shopping-cart.table th {

  padding-left: 20px;

  padding-right: 20px; }



.table-shopping-cart .price-wrap {

  line-height: 1.2; }



.table-shopping-cart .price {

  font-weight: bold;

  margin-right: 5px;

  display: block; }

.breadcrumb
{
	text-align: center;
	padding: 0px 0px 10px;
	/*background-color: #FAFAFA;*/
}

.breadcrumb a
{
	font-size: 14px;
	font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}


.btn
{
	border-radius: 9px;
}

.btn-check {
	transition: all ease-in-out .3s;
	position: relative;
	display: inline-block;
	border: 3px solid #dee2e6;
	transition: 0s !important;
}

.btn-check input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.btn-check input:checked ~ .btn {
  border-color: #3167eb;
  background-color: #3167eb;
  color: #fff;
}

.btn-check:hover:not(.active) {
  border-color: #bbb;
}


.js-check {
  position: relative;
  transition: all ease-in-out .3s;
  margin-bottom: 3px;
  
}

.js-check .title 
{
	margin-left: 22px;
}

.js-check input {
  position: absolute;
  top: 21px;
  left: 18px;
}

.js-check.active {
  /*border-color: #3167eb;*/
}

.js-check:hover:not(.active) {
  border-color: #ccc;
}

.js-check.box {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #fff;
}

.js-check.box:first-child
{
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.js-check.box:last-child
{
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.form-check-input
{
	/*background: #fff;*/
}
.form-check-input:checked {
    background-color: #FA747D !important;
    border-color: #FA747D;
	border: 1px solid  #FA747D !important;
}
.card-header .form-check {

  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;

}



@media all and (max-width: 768px) {

#content
{
	background-color: transparent;
}


.product-info-aside h1
{
	font-size: 14px;
	font-weight: 300;
}

	

.brand-wrap .logo, .navbar-brand .logo
{
	max-height: 28px;
}


	

.navbar-toggler

{

	border-color: transparent !important;

}

	h5.title

	{

		font-size: 14px;

		font-weight: 600;

	}

	

	.card-banner .text-bottom

	{

		padding: 10px;

	}



	.mm-iconbar a

	{

		font-size: 24px;

	}

	

	.slider-nav

	{

		display: none;

	}



	.notify

	{

		font-size: 12px;

	}

	

	.navbar-brand

	{

		margin-right: 0px;

	}

	

	.navbar

	{

		padding: 0.1rem 0rem;

		box-shadow: 0p 0px 1px rgba(0,0,0,.3);

	}

	

	.navbar-nav li

	{

		font-size: 2.4vw;

		text-align: center;

	}

	

	.header-main

	{

		padding-top: 0px;

		padding: 0;

	}

	

	.section-footer

	{

		/*text-align: center;*/

		/*padding-bottom: 66px;*/

	}

	

	.card-product-grid .info-wrap

	{

		padding: 8px;

	}

	

.card-product-list .img-wrap

{

	height: auto;

}

	

	.product-info-aside

	{

		padding: 10px;

	}

	

	.card-header

	{

		padding: 10px;

	}

	

	.icon-control

	{

		margin-top: 0px;

	}

	

	.form-row

	{

		margin-left: 0px;

	}

	

	.urun-card

	{

		border: 0 none;

	}

	

  .nav-home-aside {

    width: 100%;

    margin-bottom: 20px; }

    .nav-home-aside .title-category {

      cursor: pointer;

      padding: 10px 10px;

      display: block;

      border: 1px solid #ddd;

      -webkit-box-shadow: 0px 2px 3px rgba(102, 102, 102, 0.1);

              box-shadow: 0px 2px 3px rgba(102, 102, 102, 0.1);

      border-radius: 5px; }

      .nav-home-aside .title-category .icon {

        float: right;

        margin-top: 3px; }

    .nav-home-aside .menu-category {

      margin-bottom: 20px;

      display: none; }

      .nav-home-aside .menu-category li {

        position: relative;

        display: block; }

      .nav-home-aside .menu-category a {

        color: #212529; }

      .nav-home-aside .menu-category > li > a {

        display: block;

        padding: 10px 0px; }

      .nav-home-aside .menu-category .submenu {

        display: none;

        -webkit-box-shadow: initial;

                box-shadow: initial;

        border: 1px solid #ddd;

        position: static;

        left: 0;

        top: 0;

        width: auto;

        background: #fff; }

      .nav-home-aside .menu-category li:hover .submenu {

        display: none; }

      .nav-home-aside .menu-category .has-submenu > a:after {

        -webkit-transform: rotate(90deg);

                transform: rotate(90deg); }

  .list-inline-item {

    margin-bottom: 10px; }

  .slider-home-banner .carousel-item img {

    max-height: 250px; }

  /* mobile devices */

  .section-header .search-header {

    margin-top: 1rem;

    margin-bottom: 1rem; }

  .section-header .logo {

    /*max-height: 82px;*/

	max-height: 40px;

    width: auto; }

  .banner-quote {

    min-height: auto; }

  .icontext {

    margin-bottom: 20px; }

  .card-post {

    margin-bottom: 20px; }

  .card-product-grid .img-wrap {

    /*height: 200px;*/ }

  .section-footer .title {

    margin-bottom: 0;

    margin-top: 20px; }

  .item-feature {

    margin-bottom: 20px; }

  .mobile-order-first {

    -webkit-box-ordinal-group: 0;

        -ms-flex-order: -1;

            order: -1; }

  .mobile-order-1 {

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1; }

  .mobile-order-2 {

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2; }

  .mobile-order-3 {

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3; }

  .mobile-block {

    display: block; }

  .padding-y {

    padding-top: 20px;

    padding-bottom: 20px; }

  .padding-top {

    padding-top: 20px; }

  .padding-bottom {

    padding-bottom: 20px; }

  .padding-y-lg {

    padding-top: 30px;

    padding-bottom: 30px; }

  .padding-top-lg {

    padding-top: 30px; }

  .padding-bottom-lg {

    padding-bottom: 30px; }

  .container {

    padding-left: 10px !important;

    padding-right: 10px !important; }

  .row > [class^="col"] {

    padding-left: 5px;

    padding-right: 5px; } 





.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.col-12
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

[class*='card-product'] a.title {
  font-size: 12px;
  font-weight: 400;
  /*text-align: center;*/
  }
}

.mobile-block 
{
	display: none;
}



@media (max-width: 1140px) {

  .card-deal .col-heading {
    min-width: 280px;
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px; }

	.nav-home-aside 
  	{
		width: 200px;
	} 	
}



@media (max-width: 992px) {

  /* small tablet devices */
  .table-shopping-cart tr td:first-child {
    width: 250px; }
  .table-shopping-cart .itemside .info {
    padding: 0; }
  .table-shopping-cart .itemside .aside {
    display: none; }
  .card-deal {
    display: block; }
    .card-deal .col-heading {
      min-width: 280px; }	
	
	#mobilebuy
	{
		position: fixed;
		bottom: 52px;
		left: 0;
		z-index: 1;
		background: #fff;
		width: 100%;
		padding: 5px 10px;
		border-top: 1px solid #ddd;
		
	}
	
	.sw
	{
		width: 40vw;
		height: auto;
	}	
	
}



@media all and (max-width: 768px) {
	
	#addtocart
	{
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 1000;
		background: #fff;
		left: 0;
		padding: 10px;
	}
	
	#productmain
	{
		position: fixed;
		width: 100%;
		bottom: 50px;
		z-index: 1000;
		background: #fff;
		left: 0;
		padding: 10px;
		height: 100px;		
	}

	.sw
	{
		width: 40vw;
		height: auto;
	}	
	
.gallery-wrap .img-big-wrap img 
{
	height: 100%;
	width: 100%;
	display: inline-block;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.breadcrumb
{
	margin-bottom: 5px;
	padding: 0;
}

.breadcrumb-wrapper
{
	/*display: none;*/

}



.gallery-wrap .img-big-wrap
{
	margin-bottom: 0px;
}	

	

  .nav-home-aside {
    width: 100%;
    margin-bottom: 20px; }
    .nav-home-aside .title-category {
      cursor: pointer;

      padding: 10px 10px;

      display: block;

      border: 1px solid #ddd;

      -webkit-box-shadow: 0px 2px 3px rgba(102, 102, 102, 0.1);

              box-shadow: 0px 2px 3px rgba(102, 102, 102, 0.1);

      border-radius: 5px; }

      .nav-home-aside .title-category .icon {

        float: right;

        margin-top: 3px; }

    .nav-home-aside .menu-category {

      margin-bottom: 20px;

      display: none; }

      .nav-home-aside .menu-category li {

        position: relative;

        display: block; }

      .nav-home-aside .menu-category a {

        color: #212529; }

      .nav-home-aside .menu-category > li > a {

        display: block;

        padding: 10px 0px; }

      .nav-home-aside .menu-category .submenu {

        display: none;

        -webkit-box-shadow: initial;

                box-shadow: initial;

        border: 1px solid #ddd;

        position: static;

        left: 0;

        top: 0;

        width: auto;

        background: #fff; }

      .nav-home-aside .menu-category li:hover .submenu {

        display: none; }

      .nav-home-aside .menu-category .has-submenu > a:after {

        -webkit-transform: rotate(90deg);

                transform: rotate(90deg); }

  .list-inline-item {

    margin-bottom: 10px; }

  .slider-home-banner .carousel-item img {

    max-height: 250px; }

  /* mobile devices */

  .section-header .search-header {

    margin-top: 1rem;

    margin-bottom: 1rem; }



  .banner-quote {

    min-height: auto; }

  .icontext {

    margin-bottom: 20px; }

  .card-post {

    margin-bottom: 20px; }

  .card-product-grid .img-wrap {

    /*height: 200px;*/ }

  .section-footer .title {

    margin-bottom: 0;

    margin-top: 20px; }

  .item-feature {

    margin-bottom: 20px; }

  .mobile-order-first {

    -webkit-box-ordinal-group: 0;

        -ms-flex-order: -1;

            order: -1; }

  .mobile-order-1 {

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1; }

  .mobile-order-2 {

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2; }

  .mobile-order-3 {

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3; }

  .mobile-block {

    display: block; }

  .padding-y {

    padding-top: 20px;

    padding-bottom: 20px; }

  .padding-top {

    padding-top: 20px; }

  .padding-bottom {

    padding-bottom: 20px; }

  .padding-y-lg {

    padding-top: 30px;

    padding-bottom: 30px; }

  .padding-top-lg {

    padding-top: 30px; }

  .padding-bottom-lg {

    padding-bottom: 30px; }

  .container {

    padding-left: 10px !important;

    padding-right: 10px !important; }

  .row > [class^="col"] {

    padding-left: 5px;

    padding-right: 5px; } 

	

	}
	
	
@media all and (max-width: 500px) {
	.sw
	{
		width: 70vw;
		height: auto;
	}	
	
	#fiyat1
	{
		font-size: 16px;
	}	
}

.icon-open-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.icon-open-col-1{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;font-size:30px;height:40px}.icon-open-col-2{font-weight:700;padding-left:10px}.icon-close{height:32px;opacity:.7;position:absolute;right:12px;top:16px;width:32px}.icon-close::after,.icon-close::before{background-color:#fff;border-radius:4px;content:" ";height:20px;left:15px;position:absolute;width:3px}.icon-close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.icon-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.icon-close:hover{cursor:pointer;opacity:1}.link-arrow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:24px;padding:1px 4px 4px}.link-arrow.rotate-90{padding-bottom:4px}.off-canvas-backdrop{background-color:#000;height:100vh;left:0;opacity:.5;position:fixed;top:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;width:100vw;z-index:1040}.off-canvas-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow-y:auto;padding:1rem}.off-canvas{background-clip:padding-box;background-color:#fff;border-right:1px solid rgba(0,0,0,.2);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;left:0;width: 360px; max-width:90%;outline:0;position:fixed;top:0 !important;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;visibility:hidden;width:400px;z-index:1050}.off-canvas.show{-webkit-transform:none;transform:none}.content{padding:20px}.off-canvas-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0971e1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem}.link-level-1,.link-level-2{color:#4b545d;text-decoration:none}.off-canvas-title{color:#fff;margin:0}.rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}


.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}