html {
  overflow : auto !important;
}

/* result popup */
#popwrapper {
    text-align: center;
    width: 200px !important;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 10;
}
.poptitle{
	text-align:center;
	margin-bottom:50px;
}
.popbutton {
	padding:10px 20px;
	border-radius:25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease-out;
  &:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	  color: #999;
  }
  &:active {
    box-shadow: 0 1px 3px rgba(0,0,0,0.25) inset;
  }
}

.popoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
	transition: opacity 200ms;
  visibility: hidden;
	opacity: 0;
	&.light {
    background: rgba(255,255,255,0.5);
  }
  .popcancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
  }
  &:target {
    visibility: visible;
    opacity: 1;
  }
}

.poppopup {
	margin: 75px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	width: 90%;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	position: relative;
  .poplight & {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  }
  .popclose {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 15px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    &:hover {
      opacity: 1;
    }
  }
  .popcontent {
    max-height: 400px;
    overflow: auto;
  }
  }
}
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Navid Nasri
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Style the tab */
.ui-widget-header {
    border: 0px;
    background: transparent;
    color: #222222;
    font-weight: normal;
    font-size: 16px;
}
.nav {
    display: inline-block;
}
ul.nav.nav-tabs.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    width: auto;
}
.tab-base.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    text-align: center;
}
.ui-widget-content {
    border: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 5px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 5px;
}
.nav-tabs>li.active>a {
    background-color: transparent;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #c8edff;
}
.nav-tabs>li>a {
    background-color: transparent;
}
.nav-tabs>li.active>a {
    border-top-color: #dddddd;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 1px;
    border-radius: 5px !important;
}
.nav-tabs>li>a {
    border: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    border-radius: 5px !important;
	color:#fff;
}
.tab-base.ui-tabs.ui-widget.ui-widget-content.ui-corner-all .tab-content {
    text-align: left;
}
ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
    text-align: right;
}
ul.mobile-nav.nav.nav-right {
    text-align: right;
}
.overflow {
    overflow-x: scroll;
    overflow-y: hidden;
	height: 400px;
}
.overflow::-webkit-scrollbar {
    display: none !important;
}
.noproduct {
    width: 100%;
    text-align: center;
    height: 60px;
    font-weight: bold;
}
.overflow .products.row.row-small {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 5px;
    text-align:center;
}
.hidescroll {
    width: 100%;
    background-color: white;
    height: 20px;
    transform: translateY(-20px);
}

@media screen and (min-width: 850px) {
.overflow .large-columns-1>.col, .overflow .large-columns-2>.col, .overflow .large-columns-3>.col, .overflow .large-columns-4>.col   {
    min-width: 23%;
}
}
@media screen and (max-width: 850px) {
.overflow .large-columns-1>.col, .overflow .large-columns-2>.col, .overflow .large-columns-3>.col, .overflow .large-columns-4>.col   {
    min-width: 30%;
}
.hidescroll {display: none;}
}
@media screen and (max-width: 550px) {
.overflow .large-columns-1>.col, .overflow .large-columns-2>.col, .overflow .large-columns-3>.col, .overflow .large-columns-4>.col   {
    min-width: 48%;
}
.hidescroll {display: none;}
}
/* ---------------------- Product Title  ---------------------- */

.section-title-bold span, .section-title-bold-center span {
    border: 0px;
}
div.tab{
	text-align:center;
}
h3.section-title.section-title-bold {
    font-size: 14px !important;
}
span.lang-0{
		background: #ef6e00;
		color: #ffffff;
    border: none;
		padding: 2px 10px;
    border-radius: 5px;
	font-size: 11px !important;
}
span.lang-1{
		background: #9b0000;
		color: #ffffff;
    border: none;
		padding: 2px 10px;
    border-radius: 5px;
	font-size: 11px !important;
}
span.lang-2{
		background: #ff4a4a;
		color: #ffffff;
    border: none;
		padding: 2px 10px;
    border-radius: 5px;
	font-size: 11px !important;
}
span.lang-3{
		background: #008d18;
		color: #ffffff;
    border: none;
		padding: 2px 10px;
    border-radius: 5px;
	font-size: 11px !important;
}
span.lang-4{
		background: #0038b7;
		color: #ffffff;
    border: none;
		padding: 2px 10px;
    border-radius: 5px;
	font-size: 11px !important;
}
span.lang-5{
		background: #b700b1;
		color: #ffffff;
    border: none;
		padding: 2px 10px;
    border-radius: 5px;
	font-size: 11px !important;
}
span.lang-6{
		background: #b3b3b3;
		color: #ffffff;
    border: none;
		padding: 2px 10px;
    border-radius: 5px;
	font-size: 11px !important;
}
.place-order .button{
	width:100% !important;
}
.tabcontent {
    border: none;
}
.tab {
    overflow: hidden;
    border: none;
    background-color: #fff;
	 text-align:center;
}

/* ---------------------- WOOCOMMERCE  ---------------------- */
.box-bounce .box-text {
    min-height: 100px;
}
.box-text.text-center.is-small {
    min-height: 100px;
	margin-top:5px;
}
.product-small {
	padding-top: 10px;
} 
.product-small .box-image {
    border: 1px solid #fff;
	border-radius:25px;
-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1); 
box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
}
.tab-base.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    background: transparent !important;
}
.normal-title {
    background-color: transparent;
    border-bottom: 0px;
    border-top: 0px;
}
.absolute-footer, html {
    background-color: transparent;
}
.header-main li.html.custom {
    display: inline-block !important;
}

/*h1, h2, h3, h4, h5, h6 {
    color: unset;
}*/
.hover-slide, .hover-slide-in, .hover-zoom, .hover-zoom-in, .show-on-hover {
    opacity: 1;
}
.hover-slide-in {
    transform: unset;
}
.form-row.notes .fl-label {
    display: none;
}
.input-text.fl-textarea {
    min-height: 250px;
	pointer-events: none;
}


/* --------------------------- NAV MENU ---------------------------*/

#menuToggle #menu a {
color: #000 !important;
}
#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative !important;
  top: 0 !important;
  left: 20px !important;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: none;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #000;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: fixed;
  width: 260px;
  height: 100%;
  box-shadow: 0 0 10px #000;
  margin: -25px 0 0 -35px;
  padding-top: 90px;
  background-color: #f6e5de;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-200%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
	border-bottom: 1px solid #f3c0ab;
}
#menu li a {
  padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
.sitename{
    position: fixed;
    width: 100%;
}
.sitename h1{
    text-align: center;
    color:#fff;
    margin:0;
}
.gg-arrow-left {
 color:#000;
}
.gg-arrow-left:hover {
 color:rgb(136, 132, 125);
}
.gg-arrow-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 24px;
    height: 24px;
    float: right;
    top:1;

}
.gg-arrow-left::after,
.gg-arrow-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}
.gg-arrow-left::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 6px
}
.gg-arrow-left::before {
    height: 2px;
    bottom: 10px;
    background: currentColor
}
    .back-btn{
    position: absolute;
    left: 0;
    width: 70px;
    top: -4px;
    bottom: 5%;
}

.nav-dark .logo a {
  color : #000;
}



/* ------------------- Circle ---------------------*/

.dashboardcrl {
	display: inline-block;
	text-align: center;
}
.textcirle {
	text-align: center;
	display: inline-grid;
}
.textcrl {
	display: inline-block;
	font-size: 10px;
	transform: translateY(-80px);
	
}

svg {
  width: 114px;
  height: 114px;
  margin: 5px 12px;
}

.bgcrl {
  fill: none;
  stroke-width: 10px;
  stroke: #dfdfdf;
}

[class^="meter-"] {
  fill: none;
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  
}
.meter-0 {
  stroke-dasharray: 360;
  stroke-dashoffset: 340;
  stroke: #ef6e00;
  animation: progress-0 2s ease-out;
}
.meter-1 {
  stroke: #9b0000;
  stroke-dasharray: 360;
  stroke-dashoffset: 300;
  animation: progress-1 2s ease-out;
}
.meter-2 {
  stroke: #ff4a4a;
  stroke-dasharray: 360;
  stroke-dashoffset: 260;
  animation: progress-2 2s ease-out;
}
.meter-3 {
  stroke: #008d18;
  stroke-dasharray: 360;
  stroke-dashoffset: 200;
  animation: progress-3 2s ease-out;
}
.meter-4 {
  stroke: #0038b7;
  stroke-dasharray: 360;
  stroke-dashoffset: 120;
  animation: progress-4 2s ease-out;
}
.meter-5 {
  stroke: #b700b1;
  stroke-dasharray: 340;
  stroke-dashoffset: 30;
  animation: progress-5 2s ease-out;
}
@keyframes progress-0 {
    from {
        stroke-dashoffset: 360;
    }
    to {
        stroke-dashoffset: 340;
    }
}
@keyframes progress-1 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 300;
  }
}
@keyframes progress-2 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 260;
  }
}
@keyframes progress-3 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 200;
  }
}
@keyframes progress-4 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 120;
  }
}
@keyframes progress-5 {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 30;
  }
}

.filtre a {
  cursor : pointer;
}

.ui-state-active a {
  color : #000 !important;
}

.descShow{
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  position: absolute;
  top : 10px;
  z-index:2;
  background-color: #FFF;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 15px;
  font-size : 12px;

}

div.product-small:hover .descShow{
    max-height: 210px;
    transition: max-height 0.5s ease-in;
}
       

.box-image>a, .box-image>div>a, .woocommerce-loop-product__title a {
  /*pointer-events: none;*/
}

.product-template-default .custom-addcart {
  display : block;
}
      
.custom-addcart,.checkout-breadcrumbs {
  display:none;
}

.message-container .wc-forward {
  display : block;
}


.mfp-bg, .mfp-container, .mfp-wrap {
  display:none !important;
}

.small-12.large-12 {
  flex-basis: 50%;
  max-width: 50%;
}