/* ==== BASE STYLES ====*/
/* ==================== GLOBAL STYLES ======================= */
/*@import url("https://rsms.me/inter/inter.css");*/
html {

  font-size: 15px;
	padding: 0;
	margin: 0;
	/*overflow-x: hidden;*/
}

body
{
	font-family: "Jost",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;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}

.rounded-circle
{
	position: relative;
	border: 1px solid #ddd;
}
.rounded-circle.active {
  border: 3px solid #ff8100;
}

a
{
	transition: all ease-in-out .2s;
	color: #51585e;
}

.inner-page
{
	background: url('/img/bg2.jpg');
}


.btn
{
	border-radius: 9px;
}

.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;
}

.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.sticky-top
{
	  position: -webkit-sticky;
  position: sticky;
  padding-top: 1px;
  top: 0; /* required */
	z-index: 100;
	background: rgba(255,255,255,1);
}

span.error
{
    color: #E64E41;
    display: inline-block;
    font-size: 90%;
    font-weight: 800;
    line-height: 1;
    vertical-align: baseline;
    border-radius: .37rem;	
}

#ara
{
	height: calc(1.9em + .9rem + 2px);
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fav
{
	background-color: #ffffff;
}
  
.aspectratio {
  position: relative;
  height: 0;
  width: 100%;
}

.aspectratio[data-ratio="145"] {
  padding-top: 35.71%;
}

.aspectratio[data-ratio="1"] {
  padding-top: 100%;
}

.aspectratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#spinner1 {
  font-weight: 600;
}

.input-spinner input.form-control {
  text-align: center;
  /*max-width: 46px;*/
  min-width: 46px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#urun-bilgi
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*#urun-bilgi li
{
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #888;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
}*/

.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;
}


.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);
}


#urun-bilgi li {
  padding: 0;
    padding-right: 0px;
    padding-left: 0px;
  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:first-child {
  padding-left: 0px;
}
#urun-bilgi li:last-child
{
	border: 0 none;
}


/* ================= TRACKING ============== */
.tracking-wrap {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: flex;
  margin-bottom: 60px;
  margin-top: 20px;
}
.tracking-wrap .step {
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}
.tracking-wrap .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}
.tracking-wrap .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
  font-weight: bold;
}
.tracking-wrap .text {
  display: block;
  margin-top: 7px;
  font-size: 13px;
}
.tracking-wrap .step.active .icon {
  background: #17A2B8;
  color: white;
}
.tracking-wrap .step.active .text {
  font-weight: bold;
  color: #17A2B8;
}
.tracking-wrap .step.active:before {
  background: #17A2B8;
}



 
/*toastr*/
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;color:#FFF;opacity:1;filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{box-shadow:0 0 3px rgba(0,0,0,0.5);opacity:1;cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}

img.lazy {
opacity: 0;
}
img:not(.initial) {
transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
opacity: 1;
}

.indirimlifiyat {
    text-decoration: line-through;
    margin-right: 10px;
    display: block;
    color: #ff5151;
}

.indirimlifiyat3 {
    /*position: absolute;
    top: 6px;
    right: 6px;*/
    display: inline-block;
    background-color: #E64E41;
    padding: 4px;
    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);
}

.iyzi-installment-table th
{
	min-width: 140px;
}

.js-check p
{
	margin-bottom: 0px;
}

.bell
{
	position: absolute;
	z-index: 10;
	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: #E64E41;
	color: #FFFFFF !important;
	border: 2px solid #E64E41;
}

.changeview
{
	transition: all ease-in-out .3s;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened
{
	z-index: 100000;
}

.card
{
	border-radius: 5px;
}



.navbar-expand-lg .navbar-nav .nav-link
{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.popcat
{
	transition: all ease-in-out .3s;
}
.popcat:hover
{
	background-color: #f1f1f1 !important;
}

.main-wrapper
{
	max-width: 1500px;
	margin: 0 auto;
}

.slick-slide
{
	padding: 0;
}
.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: 10px;
}

  .swiper-container {
	width: 100%;
	height: 100%;
  }
  
  .swiper-container2 {
	width: 100%;
	height: 100%;
  }
  
  .swiper-container4 {
	width: 100%;
	height: 100%;
  }   
  
  .swiper-wrapper
  {
	  padding: 0px !important;
	  margin-top: 5px !important;
	  
  }

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

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
		/*border-radius: 0.37rem;*/
		/*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
  }
  
  .swiper-slide img.no
  {
	  display: inline-block;
	  width: auto;
	  height: 22px !important;
  }
  

      .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #17a2b8;
        opacity: 1;
        background: rgba(255, 255, 255, 1);
      }

      .swiper-pagination-bullet-active {
        color: #fff;
        background: #17a2b8;
      }  
	  
	  .swiper-button-next, .swiper-button-prev
	  {
		  color: #FFF;
		  background-color: #17a2b8;
		  padding: 5px;
		  border-radius: 5px;
	  }
	  
	  .swiper-button-next
	  {
		  right: 0;
	  }
	  
	  .swiper-button-prev
	  {
		  left: 0;
	  }
	  


.swiper-container4 .swiper-slide
{
	border: 3px solid #ccc;
	border-radius: 5px;
	transition: border-color ease-in-out .3s;
}

.swiper-container4 .swiper-slide-thumb-active  
{
	border: 3px solid #E64E41;
	border-radius: 5px;
}

#content
{
	min-height: 400px;
	/*background-color: #f8f8f8;*/
}

#content-overlay
{
	transition: all cubic-bezier(1,0,0,1) .1s;
}

.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;
	z-index: 10000000001;
	transform: scale(0.95);
	transform-origin: top;

}

.accordion-button
{
	font-weight: 600;
	padding: 1rem 0;
	border: 0 none;
	/*border-bottom: 1px solid #999;*/
	border: 0 none;
	border-radius: 0;
}

.accordion-header:hover .accordion-button
{
	color: #994d00;
    background-color: #ffe6cc;
    border-color: #ffd9b3;
}

.accordion-button:not(.collapsed)
{
	color: #000;
    background-color: transparent;

}

.accordion-button:focus
{
	border-color: #ffd9b3;	
}

.accordion-body
{
	padding: 1rem 0;
}

.accordion-collapse
{
	border: 0 none;
}

.accordion-button.collapsed {
    border-bottom-width: 1px;
}


.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;
}
  
.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;
}

.disabled-label:before
{
	/*content:"";
	height: 2px;
	width: 100%;
	position: absolute;
	background-color: #BBB;
	top: 50%;
	left: 0;*/
	
}

#aramamobile
{
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 12px 45px 12px 10px;
    width: 100%;	
}

#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;*/
}
 
.nav-bottom {
    position: fixed;
    bottom: 0 !important;
    left: 0;
	padding: 0px !important;
    width: 100%;
    z-index: 10;
    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;
}

.brand-slider a
{
	border: 1px solid #eee !important;
	margin: 0px 5px;
}

.brand-slider img
{
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all ease-in-out .3s;
	padding: 10px;
}

.brand-slider img:hover
{
	filter: grayscale(0%);
	opacity: 1;
}

.product-info-aside h1
{
	font-size: 26px;
}


.ac-img
{
	width: 30px;
	float: left;
	margin-right: 5px;
	max-height: 30px;
}

small, .small {
    font-size: 90%;
}

#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;
}
.shipping-box .card-body
{
	padding-bottom: 0px;
}

.shipping-box:hover, .shipping-box.active
{
	border: 1px solid #71a9a9;
	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 {
  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; }

/* =================  DEFINED VARIABLES =================== */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
  display: inline-block;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.icon-xs {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 16px; }

.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px; }

.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 28px; }

.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 42px; }

.img-xs, .img-sm, .img-md, .img-lg {
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.img-xs {
  width: 40px;
  height: 40px; }

.img-sm {
  width: 80px;
  height: 80px; }

.img-md {
  width: 140px;
  height: 140px; }

.img-lg {
  width: 250px;
  height: 250px; }

.icon-flag-sm {
  width: 28px;
  margin-right: 10px; }

.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.center-y {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.center-x {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.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: #71a9a9;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#71a9a9), to(#71a9a9));
  background: linear-gradient(to bottom right, #71a9a9, #71a9a9);
  /* Standard syntax */
  -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; }

/* ============== spacing ============== */
.padding-y {
  padding-top: 25px;
  padding-bottom: 25px; }

.padding-top {
  padding-top: 30px; }

.padding-bottom {
  padding-bottom: 30px; }

.padding-y-lg {
  padding-top: 48px;
  padding-bottom: 48px; }

.padding-top-lg {
  padding-top: 48px; }

.padding-bottom-lg {
  padding-bottom: 48px; }

.padding-y-sm {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-top-sm {
  padding-top: 10px; }

.padding-bottom-sm {
  padding-bottom: 10px; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

var {
  font-style: normal; }

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: ""; }

/* -------------------- small grid gutter --------------------- */
.row-sm {
  margin-right: -5px;
  margin-left: -5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-sm > [class^="col"] {
  padding-left: 5px;
  padding-right: 5px; }

.bg {
  background-color: #f6f7f9; }

.bg-white {
  background-color: #fff; }

.bg-orange {
  background-color: #71a9a9; }

.bg-green {
  background-color: #00b517; }

.bg-blue {
  background-color: #12225b; }

.bg-red {
  background-color: #E64E41; }

.bg-light-orange {
  background-color: #FFF0E5; }

.bg-light-green {
  background-color: #ebfafa; }

.bg-light-blue {
  background-color: #9fe0ff; }

.bg-light-red {
  background-color: #fbd5e7; }

.bg-gradient-blue {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(18, 34, 91, 0.65)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(18, 34, 91, 0.65), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-green {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 181, 23, 0.65)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(0, 181, 23, 0.65), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-orange {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 106, 0, 0.65)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(255, 106, 0, 0.65), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-red {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(250, 52, 52, 0.65)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(250, 52, 52, 0.65), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-pink {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(232, 62, 140, 0.65)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.65), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-pattern {
  background-image: url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #71a9a9, #12225b);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: 0px 0px, 50% 50%; }

.bg-img {
  overflow: hidden;
  background-color: #ddd;
  background-image: linear-gradient(135deg, rgba(255, 106, 0, 0.8), rgba(18, 34, 91, 0.9)), url("../images/banners/bg-cpu.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto  cover; }

.overlay-gradient {
  position: relative; }
  .overlay-gradient:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    -webkit-transition: .5s;
    transition: .5s;
    background: #12225b;
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, right bottom, from(#71a9a9), to(#12225b));
    background: linear-gradient(to bottom right, #71a9a9, #12225b);
    /* Standard syntax */ }
  .overlay-gradient:hover:before {
    opacity: .9; }

/* --------------------- 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: #212529; }

.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; }

/* ==================  title helpers ================ */
.rtl {
  direction: rtl; }

.ltr {
  direction: ltr; }

/* ================== 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); */
}

/* ================== header main ==================  */
.header-top-light .nav-link {
  color: #222; }
  .header-top-light .nav-link:hover {
    color: #212529; }

.header-main {
  position: relative;
  padding-top: 1rem;
  /*padding-bottom: 1rem;*/ }

.brand-wrap .logo, .navbar-brand .logo {
  margin-right: 7px;
  max-height: 70px;
  display: inline-block; }

.navbar-main .nav-link:hover {
  color: #71a9a9; }

.search-header {
  border: 2px solid #71a9a9;
  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: #E64E41;
	
	}
    .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;
	color: #FFFFFF !important;
	}

/* desktop only */

/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */

.section-footer
{
	/*background: url(/img/footer-bg.jpg) center bottom;*/
	background-size: cover;
	/*background-color: #17a2b8;*/
	/*color: #FFF;*/
	/*font-size: 13px;*/
}

.section-footer ul li {
  margin-bottom: 5px; }

.section-footer ul a {
  color: inherit; }
  .section-footer ul a:hover {
    color: #71a9a9; }

.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-facebook {
  background-color: #405D9D;
  color: #fff; }
  .btn-facebook:hover {
    color: #fff; }

.btn-instagram {
  background-color: #E52D27;
  color: #fff; }
  .btn-instagram:hover {
    color: #fff; }

.btn-youtube {
  background-color: #C8046C;
  color: #fff; }
  .btn-youtube:hover {
    color: #fff; }

.btn-twitter {
  background-color: #42AEEC;
  color: #fff; }
  .btn-twitter:hover {
    color: #fff; }

.btn-google {
  background-color: #af0000;
  color: #fff; }
  .btn-google:hover {
    color: #fff; }

.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: #71a9a9; }

.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: #71a9a9; }

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; }

/* --------- description list --------*/
dl[class="row"] {
  margin-bottom: 0; }

[class*="dlist-"] {
  margin-bottom: 5px; }
  [class*="dlist-"] dd {
    margin-bottom: 0; }

.dlist-inline dt, .dlist-inline dd {
  display: inline-block; }

.dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dlist-align dt {
    width: 120px;
    word-wrap: break-word;
    font-weight: normal; }
  .dlist-align dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

/* -------------------- list.row--------------------- */
ul.row, ul.row-sm {
  list-style: none;
  padding: 0; }

/* ================= lists ================= */
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both; }

.list-icon {
  list-style: none;
  padding-left: 0; }
  .list-icon li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px; }
  .list-icon .icon {
    width: 22px;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0; }
  .list-icon span {
    vertical-align: middle; }

.list-bullet {
  list-style: none;
  padding-left: 0; }

.list-bullet li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px; }

.list-bullet li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ced4da; }

.list-check {
  padding-left: 0;
  list-style: none; }
  .list-check > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 7px; }
  .list-check > li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
    color: #00b517;
    position: absolute;
    top: 3px;
    left: 0;
    content: "\f00c"; }

.list-normal {
  list-style: none;
  padding-left: 0; }
  .list-normal li {
    padding-left: 1em;
    margin-bottom: 7px; }
  .list-normal li:before {
    content: "\2022";
    color: #71a9a9;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .list-menu li {
    margin-bottom: 5px; }
  .list-menu a {
    color: #212529; }
    .list-menu a:hover {
      color: #71a9a9; }

.cols-two {
  -webkit-column-count: 2;
          column-count: 2; }

.cols-three {
  -webkit-column-count: 3;
          column-count: 3; }

.cols-four {
  -webkit-column-count: 4;
          column-count: 4; }

/* IF CARD IS LINKED */
a[class*='card'] {
  color: initial; }
  a[class*='card']:hover .title {
    color: #71a9a9; }

/* BASE STYLE FOR PRODUCT ITEM */
[class*='card-product'] a.title {
  color: #212529;
  display: block;
  min-height: 60px;
  }
  [class*='card-product'] a.title:hover {
    color: #71a9a9; }

[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; }

/* GRID STYLE PRODUCT ITEM */
.card-product-grid {
  margin-bottom: 20px; }
  .card-product-grid .img-wrap {
    /*height: 220px;*/ }
	
	/*.card-product-grid .img-wrap img
	{
		transition: all ease-in-out 1s;
		transform: rotate(0.01deg)
	}
	
	.card-product-grid:hover .img-wrap img
	{
		transform: scale(1.1);
	}*/
	
  .card-product-grid .info-wrap {
    overflow: hidden;
    padding: 16px; }
  .card-product-grid .bottom-wrap {
    padding: 16px;
    border-top: 1px solid #e5e7ea; }
  .card-product-grid .topbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    text-align: initial;
    padding: 10px 15px; }
    .card-product-grid .topbar a {
      color: #ccc; }
      .card-product-grid .topbar a:hover {
        color: #71a9a9; }
  .card-product-grid .fix-height {
    height: 80px;
    overflow: hidden; }
  .card-product-grid .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .card-product-grid:hover .btn-overlay {
    opacity: 1; }
  .card-product-grid:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
            box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s; }

.item-slide .card-product-grid {
  margin-bottom: 0; }

/* LARGE LIST STYLE PRODUCT ITEM */
.card-product-list {
  margin-bottom: 20px; }
  .card-product-list .img-wrap {
    height: 220px;
    border-radius: 0.37rem 0 0 0.37rem; }
  .card-product-list .info-main {
    padding: 1.5rem 1rem; }
  .card-product-list .info-aside {
    padding: 1.5rem 1rem;
    border-left: 1px solid #e5e7ea;
    height: 100%; }
  .card-product-list:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
            box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s; }

.card-sm {
  min-height: 284px; }
  .card-sm .img-wrap {
    height: 180px; }

.card-lg .img-wrap {
  height: 280px; }

.card-category {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 410px; }
  .card-category .card-title {
    font-weight: 600;
    font-size: 18px; }
  .card-category .img-wrap {
    overflow: hidden;
    display: inline-block;
    height: 170px;
    background: #fff0c5; }
    .card-category .img-wrap img {
      height: 100%;
      width: 60%;
      -o-object-fit: cover;
         object-fit: cover;
      mix-blend-mode: multiply; }
  .card-category .list-menu a:hover {
    margin-left: 3px;
    -webkit-transition: .2s;
    transition: .2s; }
  .card-category:hover {
    border-color: #71a9a9; }

.card-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center; }
  .card-banner .card-body {
    background-size: cover;
    position: relative;
    z-index: 10; }
  .card-banner .caption {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10;
    padding: 1.25rem;
    color: #fff; }
  .card-banner .caption.bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .card-banner .caption.top {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .card-banner .caption.left {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute; }
  .card-banner .text-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 7px 20px;
    padding-top: 30px;
    border-radius: 0 0 0.37rem 0.37rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff; }
  .card-banner .img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    max-width: 100%; }

.card-banner-lg img {
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover; }

.card-post .card-img-top {
  height: 200px;
  -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; }

.timer > div {
  display: inline-block;
  text-align: center;
  margin-right: 5px; }

.timer .num {
  padding: 7px 3px;
  display: block;
  background-color: #212529;
  min-width: 44px;
  color: #fff;
  font-size: 22px;
  border-radius: 6px;
  line-height: 1.2; }


.notify {
  position: absolute;
  top: 4px;
  right: 10px;
  display: inline-block;
  padding: .25em .6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  border-radius: 3rem;
  color: #fff;
  background-color: #ff8100; }

.price {
	font-size: 14px;
	font-weight: 500;
	color: #212529;
}



.price-old {
  color: #969696;
  margin-left: 5px; }

.icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%; }

.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; }
  .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: #71a9a9;
      -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: #71a9a9; }

@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; }
  .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: #71a9a9;
    background-color: #71a9a9;
    color: #fff; }

.js-check {
  position: relative;

   }
  .js-check .title {
    margin-left: 20px; }
  .js-check input {
    position: absolute;
    top: 21px;
    left: 16px; }
  .js-check.active {
    border-color: #71a9a9; }
	
  .js-check.active {

    border-color: #ffe0ca;

	background-color: #ffe0ca;
		

	}	

.js-check.box {
  width: 100%;
  border-width: 3px; }
  
.form-check-input:checked {
    background-color: #ff8100 !important;
    border-color: #ff8100;
	border: 1px solid  #ff8100 !important;
}

.payment-method, .delivery-method
{
	top: 10px !important;
	left: 5px !important;
}

.scroll-horizontal {
  white-space: nowrap;
  overflow-x: auto;
  /*cursor: grab !important;*/
}  

.js-check.btn-dark {
  border: 2px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
  border-color: #ddd;
  background-color: #fff;
  color: #000 !important;
  margin: 2px;
}

.js-check.btn-dark.active {
  border: 2px solid #FF8100;
  background-color: #FFF0E5;
  color: #000 !important;
  font-weight: bold;
}


/**
 * 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;
}



/* ================== PAGES =================== */
body {
  background-color: #FFF;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;  
}

/* ================ PAGES HEADER ================== */
.section-pagetop {
  padding: 45px 0; }

.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; }

.card-deal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .card-deal .col-heading {
    min-width: 300px;
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .card-deal .row {
    width: 100%; }
  .card-deal .items-wrap > [class*=col] {
    border-left: 1px solid #e5e7ea; }
  .card-deal .card-product-grid {
    margin-bottom: 0;
    text-align: center; }

.home-category-banner {
  position: relative;
  padding: 30px;
  height: 100%;
  overflow: hidden; }
  .home-category-banner .img-bg {
    position: absolute;
    right: -50px;
    bottom: -50px;
    mix-blend-mode: multiply;
    height: 260px; }

.card-home-category .item .card-body::after {
  content: '';
  display: table;
  clear: both; }

.card-home-category .item .title {
  min-height: 40px;
  font-weight: 500; }

.card-home-category .item:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: .5s;
  transition: .5s; }

.banner-quote {
  min-height: 350px; }

.section-subscribe {
	/*background-color: #f4f4f4;*/

   }

/* ================== 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: 480px;
    width: auto;
    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: #71a9a9; }
  .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: 80px; }

.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; }

html[dir='rtl'] .card-banner .img-bg {
  right: auto;
  left: 0; }

html[dir='rtl'] .heading-line .title-section {
  padding-left: 15px; }

html[dir='rtl'] .home-category-banner .img-bg {
  right: auto;
  left: -50px; }

html[dir='rtl'] .icon-flag-sm {
  margin-right: auto;
  margin-left: 10px; }

html[dir='rtl'] .list-check {
  padding-right: 0; }
  html[dir='rtl'] .list-check > li {
    padding-right: 24px; }
    html[dir='rtl'] .list-check > li:before {
      right: 0;
      left: auto; }

html[dir='rtl'] .icontext .icon {
  margin-right: auto;
  margin-left: 10px; }

html[dir='rtl'] .itemside .info {
  padding-right: 15px;
  padding-left: initial; }
  
  
  /* qTip2 v2.2.1 | Plugins: tips viewport modal | Styles: core basic css3 | qtip2.com | Licensed MIT | Sun Aug 09 2015 06:46:08 */

.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:320px;min-width:150px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;/*padding:5px 9px;*/overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:13px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:600;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}

.breadcrumb
{
	text-align: center;
	padding: 10px 0px;
	/*background-color: #FAFAFA;*/
}

.breadcrumb a
{
	font-size: 14px;
	/*font-weight: 600;*/
}

/*.breadcrumb {
    padding: 0px;
	background: transparent;
	list-style: none; 
	overflow: hidden;
	font-size: 12px;
	text-wrap: none;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li.active a {
	background: brown;                 
	background: #FFF0E5 ;
	color: #71a9a9 !important; 
}

.breadcrumb li.active a:after {
	border-left: 30px solid #FFF0E5 ;
}

.breadcrumb li a {
	color: #fff;
	text-decoration: none; 
	padding: 5px 0 5px 35px;
	position: relative; 
	display: block;
	float: left;
	background: #fff;
}

.breadcrumb li a:hover {
	color: white;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           
	border-bottom: 50px solid transparent;
	border-left: 30px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 15px;
}*/

.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;
}


.card-header .form-check {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(100%,60%,0%,0.5);
}
.form-control:not(:focus):hover, .form-select:not(:focus):hover, .form-control:focus {
  border-color: #ff8100;
}

@media all and (max-width: 768px) {
	
	
/*#siparis-takibi .card-body
{
	padding: 0;
}*/

.product-info-aside h1 {
  font-size: 14px;
  font-weight: 300;
}

#ara
{
	height: calc(1.6em + .9rem + 2px);
}
	
.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 {
  margin-bottom: 5px; 
  
  }	
	
	.card-product-grid .info-wrap
	{
		padding: 8px;
	}
	
.card-product-list .img-wrap
{
	height: auto;
}
	
	.product-info-aside
	{
		padding: 0px;
	}
	
	.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: 2px !important;
	padding-right: 2px !important;
}
	
	
	}


.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; }
  .slider-home-banner .carousel-item img {
    max-height: 350px; } }

@media all and (max-width: 768px) {
	
	.mobileul li
	{
		display: inline-block;
		padding-left: 10px; padding-right: 10px;
	}
	
	#urun-bilgi li
	{
		padding: 0px !important;
		border-right: 0 none !important;
		display: block !important; 
	}
	
  .gallery-wrap .img-big-wrap img {
    height: 100%;
    width: 100%;
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
	
	.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; } 
	
	}
