#contact { 
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    text-align: center;
    cursor: pointer;
  }
  .fix{
	  position: relative;
	  width: 100%;
  }
  #contactForm { 
      min-width:330px;
    display: none;
    z-index:2;
    border: 2px solid black; 
    padding: 2em;
    text-align: center;
    background: #fff;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    box-shadow: 0 10px 60px 0 rgba(71, 74, 182, 0.12);
  }
  
  
  .formBtn { 
    width: 140px;
    display: inline-block;
    
    color: #fff;
    font-weight: 100;
    font-size: 1.2em;
    border: none;
    height: 30px;
  }
  
  /*
          gdpr
      */
      
      [type="checkbox"]:not(:checked),
      [type="checkbox"]:checked {
          /* position: absolute;
          left: -9999px; */
      }
      [type="checkbox"]:not(:checked) + label,
      [type="checkbox"]:checked + label {
          position: relative;
          padding-left: 10%;
          cursor: pointer;
      }
      [type="checkbox"]:not(:checked) + label:before,
      [type="checkbox"]:checked + label:before,
      [type="checkbox"]:not(:checked) + label:after,
      [type="checkbox"]:checked + label:after {
          content: '';
          position: absolute;
      }
      [type="checkbox"]:not(:checked) + label:before,
      [type="checkbox"]:checked + label:before {
          left:0; top: -2px;
          width: 70px; height: 30px;
          background: #DDDDDD;
          border-radius: 15px;
          -webkit-transition: background-color .2s;
          -moz-transition: background-color .2s;
          -ms-transition: background-color .2s;
          transition: background-color .2s;
      }
      [type="checkbox"]:not(:checked) + label:after,
      [type="checkbox"]:checked + label:after {
          width: 20px; height: 20px;
          -webkit-transition: all .2s;
          -moz-transition: all .2s;
          -ms-transition: all .2s;
          transition: all .2s;
          border-radius: 50%;
          background: #000;
          top: 2px; left: 5px;
      }
  
      /* on checked */
      [type="checkbox"]:checked + label:before {
          background:#cecece; 
      }
      [type="checkbox"]:checked + label:after {
          background: white;
          top: 2px; 
          left: 5px;
      }
  
      [type="checkbox"]:checked + label .ui,
      [type="checkbox"]:not(:checked) + label .ui:before,
      [type="checkbox"]:checked + label .ui:after {
          position: absolute;
          left: 4px;
          width: 70px;
          border-radius: 15px;
          font-size: 23px;
          font-weight: bold;

          -webkit-transition: all .2s;
          -moz-transition: all .2s;
          -ms-transition: all .2s;
          transition: all .2s;
      }
      [type="checkbox"]:not(:checked) + label .ui:before {
          content: "i agree";
          left: 2px
      }
      [type="checkbox"]:checked + label .ui:after {
          content: "ok";
          color: #dfdfdf;
      }
      [type="checkbox"]:focus + label:before {
          border: 1px dashed #777;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          margin-top: -1px;
      }
/* rgb(0, 0, 0) #F964DF */
h1, h2, h3, h4, h5, h6 {
		color: rgba(0, 0, 0, 1) !important;
	margin:0px 0 10px;
	padding:0px;
	font-weight: 900;
	text-transform: none;
/*     font-family: 'Syne-Mono'; */
}
a.topArrow {
    position: fixed;
    z-index: 99;
    top:50%;
    left: 5%;
    font-size: x-large;
    font-weight: 200;
    cursor:pointer;
}

.main_padding {align-items: center;text-align:center}


.blink {
  animation: blink 1s step-start infinite;color: black
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}


.circle-image{
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;

}
.circle-image img{
  width:100%;
  height:100%;
  object-fit: cover;
    transform-origin: 104px 149px;
    scale: 1.15!important;
    filter: grayscale(1);
}

.main_breadcrumb {
	text-align: center;
	width: 100%
}
.back {
top: 27% !important;
position: fixed!important;
}
.fa-whatsapp {   -webkit-animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
          animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
          color: black !important;     
}
.manufacturer {
margin: 31px !important;
    text-align: center;
    width: 28%;
    float: left !important;
}
hr {
    border: 0 !important;
    height: 1px !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(119 119 119 / 20%), rgba(0, 0, 0, 0)) !important;
        display: flow-root !important;
}
.categories_sidbar_section {
    /* display: inline-block;
    display: flex;
    justify-content: center;
    overflow-x: auto; */
    /* z-index: 999; 
    position: absolute;
    top: 11%;
    text-align: center; */
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 5px;
    margin-bottom: -1px;
    background-color: rgba(255, 255, 255, 0);
     border: 0px solid rgba(222, 222, 222, 0); 
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: underline;
     background-color: transparent;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #000000;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.image {
    text-align: center;
}
@keyframes gradient { 
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

@-webkit-keyframes bop {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50%,
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes bop {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50%,
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes bopB {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80%,
    100% {
    -webkit-transform: scale(1.2) rotateZ(-3deg);
            transform: scale(1.2) rotateZ(-3deg);
  }
}
@keyframes bopB {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80%,
    100% {
    -webkit-transform: scale(1.2) rotateZ(-3deg);
            transform: scale(1.2) rotateZ(-3deg);
  }
}

.btn {
    padding: 2px 5px;
    font-size: 13px;
    border: 0px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: none;
/*     background: repeating-linear-gradient(45deg, #0000000f, transparent 100px); */
/*     background-color: rgba(0, 0, 0, 0); */
}
.logo_wrapper_header {
z-index: 107;
}
.list_products_section {
	display: none !important;
}
.panel-default > .panel-heading {
    color: rgba(0, 0, 0, 0.36);
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.15)!important;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 0px solid #ccc!important;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
    border-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
}

/* fonts */

@import url('https://fonts.cdnfonts.com/css/literata');

                
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf')  format('truetype');
}
@font-face {
  font-family: 'Lato-bold';
  src: url('../fonts/Lato-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Antipasto';
  src: url('../fonts/Antipasto-RegularTrial.ttf')  format('truetype');
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

@font-face {
    font-family: 'Syne-Mono';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Syne-Mono.woff') format('woff');
}
@media (max-width: 478px) {
	.addthis_toolbox {
		margin-top:0px!important;
	}
}
	.addthis_toolbox {
		margin-top:170px!important;
	}

.addthis_counter .atc_s {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAFVBMVEUAAAD///////////////////////9Iz20EAAAABnRSTlMAwPm7kB4+mBDvAAAAP0lEQVQI12MIVksDgyRTBrM0KEhmAApChRnS4ACdKcCIl5ko6MAiKAZmJjAAARsKE6GAsGE43IBwJLLTER4CAHvvQkc3Hji8AAAAAElFTkSuQmCC);
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #000000 !important;
    background-position: 5px 5px;
    display: inline-block;
    border-radius: 2px;
    min-width: 25px;
    text-decoration: none;
}
.alert-danger {
  animation: blinker 4s linear infinite;
}

.alert-warning {
    color: #8a6d3b;
     background-color: transparent; 
     border-color: transparent; 
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.payment-form-wrapper button {
    display: block!important;
    width: 100%!important;
    height: 37px!important;
    background-color: rgb(0, 0, 0)!important;
    border-radius: 2px!important;
    color: rgb(255, 255, 255)!important;
    cursor: pointer!important;
    font-size: x-large!important;    
}
.payment-form-wrapper fieldset {
border-style: none!important;
    padding: 71px 27px!important;
    margin-left: -5px!important;
    margin-right: -5px!important;
    background: rgba(0, 0, 0, 0.07)!important;
    border-radius: 18px!important;
    box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.14901960784313725);
}
.payment-form-wrapper {
    background-color: transparent!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: relative!important;
    -ms-flex: auto!important;
    flex: auto!important;
    min-width: 100%!important;
    /* min-height: 350px; */
    -ms-flex-align: center!important;
    align-items: center!important;
    border-radius: 25px!important;
     box-shadow: none!important; 
    margin-left: -10px!important;
    margin-right: -10px!important;
    padding: 0px!important;
}
.payment-form-wrapper fieldset legend {
    margin: 0!important;
    float: left!important;
    width: 100%!important;
    text-align: center!important;
    font-size: 23px!important;
    color: rgb(0, 0, 0)!important;
    padding: 3px 10px 7px!important;
    font-weight: 900!important;
    border-style: none!important;
}
	.lelia-pissarro {
    top: 23px;
    left: 0%;
    font-size: 3rem;
    line-height: 1vw;
    position: relative;
    margin: 0 auto;
    font-weight: 100;
    font-family: "Lato";
    color: rgb(0, 0, 0);
    background: linear-gradient(25deg,rgba(29, 25, 16, 0),rgb(0, 0, 0),rgb(255, 249, 183),rgba(65, 71, 18, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background-size: 700% 400%;
    animation: gradient-text 10s ease infinite;
}


.sticky-lelia {
	background: linear-gradient(25deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0,1) 33%, rgba(0, 0, 0, 1) 66%, rgba(65,71,18,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background-size: 700% 400%;
    animation: gradient-text 10s ease infinite;
}
@-webkit-keyframes gradient-text {
  0% {
    background-position: 0% 50%;
  }
    50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (max-width: 479px) {
.lelia-pissarro {
top: 6vw;
    left: 0px;
    font-size: 1.6rem;
    line-height: 0px;
    position: relative;
/*     word-break: break-all; */
	background: linear-gradient(25deg, rgba(0,0,0,0) 0%, rgba(43,182,74,1) 33%, rgba(0, 0, 0, 1) 66%, rgba(65,71,18,0) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0) !important;
    background-size: 700% 400% !important;
    animation: gradient-text 10s ease infinite !important;
}
}


#video_wrapper video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
#wrapper {
/* background: linear-gradient( to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) ); */
    position: fixed;
    top: 49%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
	.modal-header {
		min-height: auto;
		    padding: 15px 25px;
		        text-align: center;
		border-bottom: 0;
/* 		background-color: rgb(0, 0, 0); */
/*     background: url(../../../../../Sarassnow.jpg); */
    background-position: center 0rem;
    background-size: cover;
    background-repeat: repeat-x;
/*         box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.21); */
	}
	
	.modal.left .modal-content {
/* 		    background: url(../../../../../image/bamboo-l.png); */
/*     background-position: -19rem 2rem; */
    background-size: cover;
    background-repeat: repeat-x;
    background: linear-gradient(white, transparent);
	}

.modal.right .modal-content {
    /* background: url(../../../../../image/bamboo-l.png); */
    /* background-position: -19rem 2rem; */
    background-size: cover;
    background-repeat: repeat-x;
}
.left_menu button span {
    font-size: 36px;
    color: rgba(0, 0, 0, 1)!important;
    text-shadow: none;
    outline: 0;
}
body {
	font-family: 'Literata', sans-serif;
	font-weight: 500;
	color: rgb(0, 0, 0);
	font-size: 15px;
	line-height: 26px;
/* 	    background: url('../../../../../../image/background.jpg'); */
	    background-position: center 0rem;
	    background-size: cover;
	    background-repeat: repeat-y;
 	    background-attachment: fixed;	
 	    background: white;
}

/* default font size */
.fa {
/* 	font-size: 10px; */
/* 	color: rgb(0, 0, 0); */	
/* color: white; */
}
/* Override the bootstrap defaults */
h1 {
	font-size: 40px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 15px;
/* 	text-shadow: 0 -1px 0px #000, 0px 4px 4px rgb(0 0 0 / 14%), 0px 0px 0px rgb(0 0 0 / 15%); */
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 12px;
}

i.fa.fa-clone {
    padding: 24px;
    background: white;
    color: black
}

a {
    color: rgba(0, 0, 0, 1);
    	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	padding: 0px;
text-transform: none;
    text-align: left;
    font-weight: 500;
     font-size: 15px; 
    letter-spacing: 0.5px;
    /*font-family: 'Literata', sans-serif;*/
    font-family: Lato;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.clear
{
	clear:both;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	text-shadow: 0 -1px 0px #fff, 0px 4px 4px rgb(0 0 0 / 14%), 0px 0px 0px rgb(0 0 0 / 15%);
}
label {
	font-size: 12px;
    font-weight: 600;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    /* font-size: 20px; */
    /* border-radius: 40px; */
    padding: 6px 15px;
    height: auto;
    outline: 0;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    max-height: 37px;
}
.form-control:focus {
    border-color: #dddddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    
	
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: rgb(255, 255, 255);
	background-color: #2198c7;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.pull-right {
    float: right;
    width: 100%!important;
}

/* top section header */
#top {
	background-color: rgb(255, 255, 255);
    padding: 10px 0;
    min-height: auto;
}
#top .container {
	padding: 0 15px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover, .dropdown-menu li > a:hover {
	text-shadow: none;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    background-image: none;
    background-repeat: repeat-x;
    font-weight: 500;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#top .list-inline>li {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 15px;
}
#top .list-inline>li:last-child {
    border-right: 0;
	padding: 0 0 0 15px;
}
#top .list-inline>li:first-child {
	padding: 0 15px 0 0;
}
#top ul {
    margin-top: 0;
   margin-bottom: -7px;
}
#top ul.dropdown-menu-right li a, #top ul.dropdown-menu-right li ul.dropdown-menu li button
{
    padding: 8px 12px;
}
#top .dropdown-menu-right, #top .pull-left ul.dropdown-menu  {
    right: 0;
    left: 0;
    top: 83%;
}
#top .pull-left ul.dropdown-menu  {
    top: 105%;
}
#top a.dropdown-toggle, #top button .dropdown-toggle {
	
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#top .btn-link, #top-links li, #top-links a {
	color: #000;
    text-shadow: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
#top .btn-link:hover, #top-links a:hover {
	color: rgb(0, 0, 0);
}
#top ul.dropdown-menu li button, #top ul.dropdown-menu li a
{
	color: #727272;
    font-size: 13px;
    font-weight: 500;
}
#top .fa {
    margin-right: 5px;
}
#top i {
    color: rgb(0, 0, 0);
}
#top .dropdown-menu {
    padding: 0px 0;
    margin: 8px 0 0;
    background-color: rgb(255, 255, 255);
    border: 0;
    border: 0;
    border-radius: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25)
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: rgb(255, 255, 255);
}
#top .btn-link strong {
	font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}
#top button img
{
    margin-right: 4px;
}
#top-links {
	padding-top: 0;
}
#top-links a + a {
	margin-left: 15px;
}
#top .btn {
    padding: 0;
    font-size: 13px;
}

/*header section*/
header.main-menu
{
    background: #ffffff;
/* background: url(../../../../../i_fichiers/background.jpg); */
    background-position: center 0rem;
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
        padding: 0px 0;
    border-top: 0;
    position: absolute;
    top: 0;
    z-index: 30;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;    
}
.main-menu .menu_wrapper
{
    max-width: 125px;
/*     min-height: 45px; */
/*     background: #fff; */
	cursor: pointer;
/*
	box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
	-webkit-box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
	-moz-box-shadow: 5px 5px 25px -5px rgba(0,0,0,.4);
*/
 	margin: 15.5px 0; 
	vertical-align: middle;
    text-transform: uppercase;
    transform: translateY(0);
    transition: all .4s;
	
}
.main-menu .menu_wrapper:hover {
/*
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
*/
    transform: translateY(2px);
}
.main-menu .menu_wrapper i
{
    width: 45px;
    text-align: center;
/*     background: rgba(255, 255, 255, 1); */
    height: 45px;
    line-height: 45px;
    font-size: 20px;
	color:rgb(0, 0, 0);
	 transition: all .4s;
}
.main-menu .menu_wrapper span.menu_text
{
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 13px;
    color: rgb(0, 0, 0);
}


/* logo */
/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgba(0, 0, 0, 1);
  	background: transparent;
  	border-top: 0px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: "Lato";
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}

#search input[type="search"].placeholder {
    text-align: center;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: rgb(255, 255, 255);
	 -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

#search .close:hover{
  color: rgb(0, 0, 0);
  cursor: pointer;
}
#logo {
    max-width: 300px;
    margin: auto;
}
#logo a img
{
    margin:auto;
/*     max-width:200px; */
}
/* search */
#search {
	margin-bottom: 10px;
    margin: 0;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 20px;
}
#search .input-group-btn {
    width: auto;
	position: static;
}
#search .btn-lg {
	position: absolute;
	top: 52%;
	right: 0;
	margin-top: -51px;
	margin-right: 20%;
	color: white;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	outline: 0;
	border: 0;
	height: 0;
	z-index: 999;
	box-shadow: none;
	background: transparent;
} 
.main-menu .cart-menu
{
    margin: 23px 18px 23px 0;
}
#search .fa {
    font-size: 26px;color: black !important
}
.cart-menu .search_wrapper
{
	display:inline-table;
}
.cart-menu .search_wrapper i
{
    font-size: medium;
    color: rgb(0, 0, 0);
}
.cart-menu .search_wrapper i:hover
{
    color: rgb(0, 0, 0);
}
.cart-menu .search_wrapper
{
	padding:0px 20px;
	cursor: pointer;
	border-right: 0px solid #ddd;
}
.cart-menu .search_wrapper:last-child
{
	padding:0px 0px 0px 4px;
	border-right: 0px;
	position: relative;
}
.cart-menu .search_wrapper span.cart_qut
{
    font-size: xx-small;
    position: absolute;
    top: -3px;
    right: -19px;
    width: 18px;
    height: 18px;
    background: rgb(0, 0, 0);
    border-radius: 100%;
    opacity: 1;
    color: white;
    line-height: 18px;
    text-align: center;
/*
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
*/
}
/* cart */
#cart {
	margin-bottom: 0;
    margin-top: 0;
}
#cart .cart_buttons
{
    width: 100%;
    background: transparent;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 0;
    border: 0;
}

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	background: transparent;
    border: #fdf5e6;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}
#cart > .btn:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}
#cart.open > .btn {
	background-image: none;
    background-color: transparent;
    border: 0;
    color: rgb(0, 0, 0);
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: rgb(0, 0, 0);
}
#cart .dropdown-menu {
	background: #f4f4f4;
	z-index: 1001;
}
#cart.open ul li 
{
	padding: 0 !important;
    text-align: center;
	float:none !important;
}
#cart .button{
	background: rgb(0, 0, 0);
    margin: 20px auto;
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    border-radius: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}
#cart .btnText {
    color:rgba(255, 255, 255, 1);
    transition: .3s;
    margin-top: 10px;
 	font-size:14px; 
}

#cart .btnText2 {
    margin-top: 63px;
    margin-right: -130px;
    color: #000000;
}
.btnTwo {
    position: relative;
    width: 200px;
    height: 100px;
    margin-top: -100px;
    padding-top: 2px;
    background: #ffffff;
    left: -250px;
    transition: .3s;
}

#cart .btnTwo {
   
    background:#ffffff;

}
/*-- cart menu --*/
#cart.open ul.dropdown-menu
{
	background: #ffffff;
    z-index: 1001;
    border-color: #dddddd;
    position: absolute;
    border-radius: 0;
    top: 100%;
    padding: 15px 20px;
    margin: 0px;
    list-style: none;
    transition: 0.4s;
    margin-top: 10px;
    text-align: center;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}
#cart .dropdown-menu li > div {
	min-width: auto;
	padding: 0 10px;
}
#cart .dropdown-menu {
    width: 350px;
    padding: 5px 0;
}
.cart-menu #cart .dropdown-menu > li {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 280px;
    padding: 0 15px;
}
.cart-menu #cart .dropdown-menu  li table.table-bordered{
    border: 0;
}
.cart-menu #cart tbody>tr>td {
    border: 0;
}
.cart-menu #cart .dropdown-menu  li table 
{
	border:0px;
}
.cart-menu #cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.cart-menu #cart .table-striped>tbody>tr td button.btn-xs
{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}
#cart .dropdown-menu .img-thumbnail {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 4px;
    border: 1px solid #ddd;
}
#cart .dropdown-menu li > div {
    border-top: 1px solid #e4e4e4;
    margin: 10px 0;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
}

#cart ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

#cart .btn-danger {
    color: #000;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    border-radius: 0;
    width: auto;
    padding: 0;
    font-size: 15px;
}

#cart .btn-danger .fa {
    font-size: 18px;
}
#cart .btn-danger:hover {
    color: #000;
    text-shadow: none;
    background-color: transparent;
    border-color: transparent;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
html body #cart .table>tbody>tr>td
{
	border-bottom:0px dashed #ddd;
	border-top: 0px solid #ddd;
	padding: 15px 5px;
}
html body #cart .table>tbody>tr:last-child td
{
	border-bottom:0;color: rgb(0, 0, 0) !important;
}
#cart .table-bordered {
    border: 0;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#cart .table-bordered>tbody>tr>td
{
	border: 0px dashed #ddd;
}
#cart .img-thumbnail {
    height: auto;
    background-color: transparent;
    border-radius: 0;
    border: 0px dashed #ddd;
    padding: 2px;
/*
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
*/
}
#cart .text_checkout_button_in_cart
{
    margin-top: 0px;
}



.main-menu .cart-menu #cart ul.dropdown-menu p a {
    color: rgb(255, 255, 255);
    background-color: #000;
    display: inline-block;
    font-weight: normal;
    padding: 11px 15px 12px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    line-height: normal;
    margin-right: 3px;
    font-weight: 500;
    font-size: 12px;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.products_cart_wrapper img
{
    max-width: 150px;
    margin: auto;
    width: 100%;
}
.products_cart_wrapper h4
{
    font-size: 30px;
    padding: 35px 0;
    letter-spacing: 0;
	color:#000000;
	font-family:'Lato';
	line-height: 45px;
}
#cart .eb_cate_button {
    padding: 19px 12px;
	font-family:'Lato';
	background-color:#ffffff;
}
/* button hover */
#holder
{
    clear: both;
}

#subsribe #holder
{
	text-align:center
}
.button {
    background: rgb(255, 255, 255);
    margin: 0px 0px 0;
    padding: 0px 15px;
    height: auto;
    overflow: hidden;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    border-radius: 0px;
/*     box-shadow: 0px 1px 2px rgba(0,0,0,.2); */
    display: inline-block;
    white-space: nowrap;
}
   

.btnTwo {
  position : relative;
  width : 200px;
  height : 100px;
  margin-top: -100px;
  padding-top: 2px;
  background :rgb(0, 0, 0);
  left : -250px;
  transition : .3s;
}
.btnText {
  color :#000000;
  transition : .3s;
  margin-top:10px;    transition: all .4s;
}
.btnText2 {
  margin-top : 63px;
  margin-right : -130px;
  color : #ffffff;
}
#input-newsletter-email{
transition : 1s;	
}
.button:hover .btnTwo{ /*When hovering over .button change .btnTwo*/
  left: -130px;
}
.button:hover .btnText{ /*When hovering over .button change .btnText*/
  margin-left : 65px;border-bottom: 1px solid rgb(255, 255, 255);color: transparent!important;
}
.button:active { /*Clicked and held*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}


/*/.eb_cate_button {
    content: "";
    position: relative;
	padding: 15px 30px;
    top: 20px;
    left: 494px;
    background:#ffffff;
    width:100%;
    height:100%;
    transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border-radius:50px;
}
.eb_cate_button span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight:600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
	color:black;
}
.eb_cate_button svg {
    position: relative;
    top: 0px;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #000;
    stroke-width: 2;
    transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.eb_cate_button:hover:before {
    width: 100%;
    background: #ffffff;
}
.eb_cate_button:hover
{
	color:#ffffff;
}
.eb_cate_button:hover svg {
    transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	stroke: #ffffff;
}*/
/* button hover  end*/

#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 5px 0;
}
/* menu */
header .header_menu
{
    background: #404245;
}

/* fix header */
html body .sticky_header
{
		position:fixed;
		background:#ffffff;
		z-index: 30;
		left:0;
		right:0;
		top: 0;
/*
		box-shadow:0 2px 3px rgba(0, 0, 0, .25);
		-moz-box-shadow:0 2px 3px rgba(0, 0, 0, .25);
		-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, .25);
*/
		padding: 0px 0 !important;
box-shadow: 0px -9px 35px rgba(104, 104, 104, 0.18);
/* 		height:81px; */
}
.main-menu.sticky_header .sec_header #logo {
    margin: auto;
    /* max-width: 200px; */
/*         top: 8px; */
    position: relative;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#menu {
	background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    min-height: auto;
    margin: 0;
    border: 0;
	position: relative;
    height: 100%;
    overflow: auto;
    padding: 40px 40px 0;
}
#menu .nav > li > a {
	color: #000;
    text-shadow: none;
    padding: 15px 15px;
    min-height: auto;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.4s;
    font-size: 16px;
    letter-spacing: 1px;
}

#menu .navbar-nav>li {
	float: left;
    width: 100%;
    text-align: left;
}
.main-menu .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}
#menu .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
	
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 260px;
    display: block;
    padding: 15px 15px;
    clear: both;
    line-height: normal;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
#menu .dropdown-inner:last-child  a{
    border-bottom: 0px solid #ddd;
}
#menu .dropdown-inner li a:hover {
	color: rgb(255, 255, 255);
}
#menu .see-all {
	display: block;
    margin-top: 0;
    border-top: 0;
    padding: 15px 15px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0;
    font-size: 14px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    background-image: none;
    background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: rgb(255, 255, 255);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: rgb(255, 255, 255);
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
}

#menu ul.search_and_shopping_bag
{
	padding:0;
	margin:0;
	list-style:none;
}
#menu ul.search_and_shopping_bag li
{
	float:left;
	padding: 35px 15px 23px;
	position: relative;
}

#menu ul.search_and_shopping_bag li a .fa {
    font-size: 20px;
}
#menu ul.search_and_shopping_bag li a span
{
    background: #000000;
    width: 20px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    position: absolute;
    top: -9px;
    right: -45px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
#menu.navbar .dropdown-menu {
    text-transform: uppercase;
    min-width: 260px;
    padding:0px 0px;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.header_menu .navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.main-menu .sec_header #logo
{
    margin: 0px;text-align: center;
        margin-left: auto;
    margin-right: auto;
    width: 140%;
    text-align: center;
        top: 16px;
/*         left:-33px; */
    position: relative;
      transition-property: all;
  transition-duration: 1s;
  transition-delay: 0s;
}
.header_menu_wrapper_sidebar .navbar-nav>li {
    float: none;
}
.header_menu_wrapper_sidebar .navbar-nav {
    width: 100%;
}

.header_menu_wrapper_sidebar .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
/*     text-transform: uppercase; */
    letter-spacing: 1px;
	color:rgba(0, 0, 0, 1);
/* 	text-shadow: 0 -1px 0px #fff, 0px 4px 4px rgb(0 0 0 / 14%), 0px 0px 0px rgb(0 0 0 / 15%); */
}

.header_menu_wrapper_sidebar .nav>li>a:focus, .header_menu_wrapper_sidebar .nav>li>a:hover, .header_menu_wrapper_sidebar .list-unstyled.child-menu li a:hover {
    text-decoration: none;
    background-color: transparent;
	color:rgba(126, 126, 126, 1);
}
.header_menu_wrapper_sidebar
{
/*     height: 500px; */
    overflow: auto;
}
.header_menu_wrapper_sidebar ul li.parentmenu a i
{
    float: right;
    font-size: 22px;
/*     color: rgb(110 38 227 / 11%); */
}

.header_menu_wrapper_sidebar .list-unstyled.child-menu {
    padding-left:15px;
    list-style: none;
}
.header_menu_wrapper_sidebar .list-unstyled.child-menu li a
{
    font-size: 22px;
    color: #000;
    letter-spacing: 1px;
    padding: 5px 0;
    display: inline-block;
}

.header_menu_wrapper_sidebar .list-unstyled.child-menu li
{
	padding-left: 20px;
    border: 0;
    position: relative;
}
.header_menu_wrapper_sidebar .list-unstyled.child-menu li:before {
    position: absolute;
    width: 10px;
/*     border-left: 1px solid rgb(43 182 74 / 14%); */
    left: 19px;
    top: 3px;
    content: '';
}
.header_menu_wrapper_sidebar .list-unstyled.child-menu li:before {
    height: 105%;
}
.header_menu_wrapper_sidebar .list-unstyled.child-menu li:last-child:before {
       height: 45%;
}
.header_menu_wrapper_sidebar .list-unstyled.child-menu li a em
{
    color: rgb(0, 0, 0);
    margin-right: 25px;
	display: inline-block;
}
.header_menu_wrapper_sidebar .list-unstyled.child-menu li a em span
{
    width: 15px;
    height: 1px;
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.12) 65%, rgba(0,0,0,1) 100%);
    display: inline-block;
    line-height: 1px;
    position: absolute;
    top: 18px;
}
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(230, 230, 230, 1); 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(230, 230, 230, 1); 
}



@media (max-width: 767px) {
.lelia-pissarro {
/*
top: 5vw;
    left: 0px;
    font-size: 1.6rem;
    line-height: 0px;
    position: relative;
    word-break: break-all;
*/
	background: linear-gradient(25deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0,1) 33%, rgba(0, 0, 0, 1) 66%, rgba(65,71,18,0) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0) !important;
    background-size: 700% 400% !important;
    animation: gradient-text 10s ease infinite !important;
}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: rgb(255, 255, 255);
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: rgb(255, 255, 255);
	}
}



/* footer */
#footer {
position: relative;
background-color: whitesmoke;  
    border-top: 0;
        margin-top: -32px;
    padding: 40px 0;
    color: #000000;
    z-index: 999;
	border-top: 1px solid rgb(253, 253, 253);
    border-bottom: 1px solid rgb(253, 253, 253);
    box-shadow: 0px 11px 35px rgba(104, 104, 104, 0.18);
}
#footer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
  #footer .footer-inner-matter h3 {
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    font-family: 'Literata', sans-serif;
    text-transform: none;
    margin: 0 0 15px 0;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 24px;

}
	#footer .footer-inner-matter ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 7px;
    text-transform:none;
    font-size: 15px;
    font-family: 'Literata', sans-serif;
}

#footer .footer-inner-matter p
{
    color: #9d9d9d;
	text-transform: none;
    line-height: 26px;
}
#footer .footer-inner-matter ul li.email
{
	text-transform: lowercase;
}
#footer .footer-inner-matter ul li:last-child
{
	margin-bottom: 0px;
}
#footer .footer-inner-matter ul li i
{
color: rgb(0, 0, 0);
    margin-right: 5px;
    position: absolute;
    top: 10px;
    left: -24px;
}
#footer .footer-inner-matter ul li  span{
    color: rgb(0, 0, 0);
    margin-right: 5px;
	position: absolute;
    top: 5px;
    left: -25px;
}
#footer .footer_img_logo {
	text-align:center;
	margin-bottom:30px;
}
#footer .footer_img_logo a img{
	padding: 0;
    margin: 0;
    max-width: 200px;
    width: 100%;
	    margin-bottom: 10px;
}
#footer .footer-inner-matter ul li a:hover
{
	color:rgb(0, 0, 0); 
	
}
#footer .footer-inner-matter .social-icons ul li i {
       margin-right: 0px;
    position: static;
    top: 0;
    left: 0;
    color: #6e6e6e;
    text-align: center;
    font-size: 24px;
}
#footer .footer-inner-matter .social-icons ul li i:hover {
    color: rgb(0, 0, 0);
}
#footer .footer-inner-matter .social-icons ul li {
    margin-left: 0;
    float: left;
    margin-right: 10px;
}
#footer .footer-inner-matter .social-icons ul li:last-child
{
	 margin-right: 0;
}
#footer .footer-inner-matter .social-icons
{
    margin-top: 25px;
}

html body #footer .footer-inner-matter ul li a
{
	color: rgb(0, 0, 0);
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}
#footer .footer-inner-matter .form-control {
       display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #9d9d9d;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: 3px solid rgb(0, 0, 0) !important;
    margin-bottom: 21px;
    border: 0;
    padding: 10px 6px;
}

#footer .footer-inner-matter .popupnewsletter .form-control {
   
    border: 0;
    border-bottom: 0;
	border: 1px solid #ddd !important;
    margin-bottom: 1px;
    padding: 9px 15px;
    background: rgba(255,255,255,0.5);
}
#footer .footer-inner-matter .col-sm-12
{
	padding:0px;
}
#footer .eb_cate_button {
    position: relative;
    padding: 15px 22px;
    color: rgb(255, 255, 255);
    margin-top: 1px;
    display: inline-block;
}
#footer .eb_cate_button svg {
    stroke: #fff;
}
#copy-right.copy-right
{
    background: #070706;
    padding: 20px 0;
    position: relative;
}
.copy-right .social_icon .setings_footer_social
{
    text-align: left;
    margin-top: 0;
}
.copy-right .social_icon .setings_footer_social a {
    background: transparent;
	width: 35px;
    height: 35px;
}
.copy-right .social_icon .setings_footer_social a.icon:before {
    font-family: "FontAwesome", sans-serif;
    color: #808080;
    font-size: 20px;
	line-height: 17px;
}
.copy-right .social_icon .setings_footer_social a.icon:hover:before
{
	color:#ffffff;
	font-size: 18px;
}

#copy-right.copy-right p {
    margin: 0;
    color: rgb(0, 0, 0);
	text-transform: none;
    font-family: Lato;
	
}
#copy-right.copy-right a:hover {
    color: rgb(255, 255, 255);
}
#copy-right.copy-right ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#copy-right.copy-right ul li
{
    margin-right: 15px;
    float: left;
}
#copy-right.copy-right ul li:last-child
{
    margin-right: 0px;
}
#copy-right.copy-right ul li a i
{
    color: #808080;
    font-size: 24px;
}
#copy-right.copy-right ul li a i:hover {
    color: rgb(0, 0, 0);
}
/* alert */
.alert {
    padding: 20px 15px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    left: 0;
    text-align: center;
    display: grid;
/*     font-size: x-large; */
}
/* breadcrumb */
a.under-a {
    /* display: contents; */
    top: -3px;
    position: relative;
    font-family: Lato;
}
a.no-under-a{
    /* display: contents; */
    top: -3px;
    position: relative;
    font-family: Lato;    
}
.footer-inner-matter a {
    font-family: Lato !important;
  }
.breadcrumb {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
    background-color: transparent;
    border-radius: 0;
	text-align: center;
	position: relative;
	display: inline-block ;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
    padding: 10px;
	position: relative;
	white-space: nowrap;
	line-height: 1px
}
.breadcrumb > li:last-child {
    display: none;
}
.breadcrumb a {
        color: rgb(0, 0, 0);
    text-transform: none;
    font-weight: 100;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Lato-bold;
    font-size: 24px;
}
.breadcrumb li:last-child a
{
/*     color: #000000; */
}
.breadcrumb a span
{
    color: rgb(0, 0, 0);
}
.breadcrumb>li+li:before {
    padding: 0px 5px;
    color: rgba(255, 255, 255, 1);
    content: "/\00a0";
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: -1px 8px !important;
/*     font-size: 20px!important; */
	border: 0px solid #dddddd;
	border-radius: 4px;
	box-shadow: none;
}
.btn-shine {
  position: relative;
/*
  top: 50%;
  left: 50%;
*/
  transform: translate(-50%, -50%);
  padding: 12px 48px;
  
  background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 26px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background: rgb(0, 0, 0);
    border: 0;
    padding: 2px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    text-shadow: none;
    background-color: rgb(0, 0, 0);
    background-image: none;
    background-repeat: repeat-x;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.btn-primary {
	
/* 	background: rgb(0, 0, 0); */
    border: 0;
    padding: 10px 25px;
     font-size: 21px!important; 
    font-weight: 900;
    display: inline-table;
	border-radius:250px !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
    color: rgba(0, 0, 0, 1);
   text-shadow: 0 -1px 0px #fff, 0px 4px 4px rgb(0 0 0 / 14%), 0px 0px 0px rgb(0 0 0 / 15%);
    background-color: transparent !important;
    background-image: none;
    background-repeat: repeat-x;
/* 	text-transform:uppercase; */
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	 transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
/*         background: repeating-linear-gradient(45deg, #0000000f, transparent 100px); */
/*     animation: gradient 14.5s ease infinite; */
    background-size: 300% 300%;

}
.btn-primary:hover, .btn-primary:active, .btn-default:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: rgb(0, 0, 0);
	background-position: 0 -15px;
	 transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.btn-warning {
    color: rgb(255, 255, 255);
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0));
    background-repeat: repeat-x;
    border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(51, 51, 51);
    margin-bottom: 20px
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	font-weight: 900 !important;
}
.btn-danger {
	color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #da4f49;
    border-radius: 0;
}

.btn-success {
	color: rgb(255, 255, 255);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-info {
	color: rgb(255, 255, 255);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/*
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
*/
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #000000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #000000;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    padding: 0;
    text-decoration: none;font-family: "Lato";
}


.myaccount_bar ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: circle;
    padding: 0 0 0px 15px;
}
.btn-inverse {
	color: rgb(255, 255, 255);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: #000000;
    border-color: #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 0;
    padding: 10px 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000;
    background: transparent;
    text-shadow: none;
}
/* carousel */
html body
{
	margin:0;
    height:100%;
}
.swiper-viewport img
{
	display:block;
	width:100%; height:100%;
/* 	object-fit: none;	 */
}
.carousel-caption {
	color: rgb(255, 255, 255);
	text-shadow: 0 1px 0 #000000;
}
.swiper-viewport #slideshow0 .swiper-wrapper a img {
    width: 100%;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0px solid #ddd;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #ffffff;
}
.product-thumb .image a {
	display: block;
}
.product-thumb:hover .image a {
	opacity: 1;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
    height: 220px;
}
.product-list .product-thumb .caption {
	margin-left: 225px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}


#footer .col-sm-6  {
    right: 20px;
}


@media (max-width: 1200px) {
.footer-inner-matter {text-align: left !important;padding: 0 50px}	
.hidden-lg {display: none}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding: 0px 0 8px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #ffc109;
	font-size: 15px;
}
.rating .fa-star {
	color: #ffc109;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #ffc109;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	text-align: right;
}

.product-thumb .price {
    color: rgb(0, 0, 0);
/*     transform: rotate(354deg); */
    text-align: center;
     font-size: 14px; 
/*
text-shadow: 0 -1px 0px #fff, 0px 4px 4px rgb(0 0 0 / 14%), 0px 0px 0px rgb(0 0 0 / 15%);
position: absolute;
left:48%;
*/

}
.product-list .product-thumb .price-new {
	font-weight: 500;
    font-size: 22px;
    color: rgb(0, 0, 0);
}
.product-grid .product-thumb .price-new {
    font-weight: 500;
    font-size: 22px;
    color: rgb(0, 0, 0);
}
.product-thumb .price-old {
	text-decoration: line-through;
    margin-right: 10px;
    font-size: 15px;
    color: #7a7a7a;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0;
    background-color: transparent;
    overflow: auto;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
    .categories_sidbar_section {
        display: none !important;
    }
}
.product-thumb .button-group button {
	width: auto;
    border: none;
    display: inline-block;
    background-color: #00000085;
    color: rgb(255, 255, 255);
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-right: 5px;
}
.product-thumb .button-group button + button {
	width: auto;
    margin-right: 5px;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

.thumbnails {
	   transition: all 1s cubic-bezier(0.17, 0.6699999999999999, 0.83, 0.6699999999999999) 0s;
/*
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
*/

}

.thumbnails > li {
/* 	margin-left: 20px; */
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0;
	display: block;
	border: 1px solid #ddd;
}
.img-thumbnail {
    height: auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.thumbnails .image-additional {
	float: none;
     display: inline-block; 
    max-width: 100%;
}
.thumbnails.thumb_silder_images
{
    float: left;
}
.thumbnails.additional_silder_images
{
	width: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
}
.additional_silder_images .bx-wrapper .bx-pager.bx-default-pager a
{
	display:none;
}
.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-next:before {
	content:"\f078";
    font-size: 16px;
    font-family: "FontAwesome";
    color: rgb(255, 255, 255);
    vertical-align: middle;
}
.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-next {
   position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
	text-align: center;
	background: rgb(0, 0, 0)b5;
}

.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content:"\f077";
    font-size: 16px;
    font-family: "FontAwesome";
    color:#fff;
    vertical-align: middle;
}

.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    margin: auto;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
	text-align: center;
	background: rgb(0, 0, 0)b5;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {

#common-home .swiper-viewport {
    margin: 120px 0 0 0;
    background: transparent;
    z-index: 1;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}

    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 70px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: rgba(255, 255, 255, 1);
    color: black !important;
}

/* silder */

#common-home .swiper-viewport {
    background: transparent;
    z-index: 0;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
        padding-top: 6%;
}

#common-home .swiper-pagination {
    display: none;
}

#common-home .swiper-viewport:hover .swiper-button-prev, #common-home .swiper-viewport:hover .swiper-button-next {
    text-align: center;
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
	color: rgb(255, 255, 255);
	border-radius:100%;opacity: 0;
}
#common-home .swiper-viewport .swiper-button-prev:hover, #common-home .swiper-viewport .swiper-button-next:hover {
    background: rgb(0, 0, 0);opacity: 0;
}
#common-home .swiper-viewport .swiper-button-prev, #common-home .swiper-viewport .swiper-button-next {
    text-align: center;
    opacity: 1;
    background: rgba(0, 0, 0, 0.07);
    width: 50px;
    height: 50px;
    line-height: 50px;
	color: rgb(255, 255, 255);
	border-radius:100%;
}

#common-home .swiper-button-prev:before {
    line-height: 50px;
    height: 50px;
    font-family: FontAwesome;
   content:"\f177";
    color: rgb(255, 255, 255);
    font-size: 20px;
	text-align:center;
    display: inline-block;
	
	
}
#common-home .swiper-button-next:before {
    line-height: 50px;
    height: 50px;
    font-family: FontAwesome;
    content:"\f178";
    color: rgb(255, 255, 255);
    font-size: 20px;
	text-align:center;
    display: inline-block;
	
}
html body a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}
#common-home .swiper-viewport .swiper-button-next {
       opacity: 0;
		right:10px;
   
}
#common-home .swiper-viewport .swiper-button-prev
{
		    opacity: 0;
	left:10px;
}
.home_silder_wrapper
{
    position: relative;
}
.images_border
{
    background-image: url(../image/welcome/volunteer-top-one-images.png);
    background-repeat: repeat-x;
    background-position: top center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 13px;
}
.top_images_border {
background-image: url(../image/welcome/top-volunteer-bottom-images.png);
background-repeat: repeat-x;
background-position: top center;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 2;
height: 13px;
}
/* silder end */

.owl-carousel .owl-wrapper-outer
{
	border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: none;
}
#product-banner_wrapper .product-banner-inner-matter img, .product-category .category_banner img
{
    width: 100%;
    height: auto;
}
#product-banner_wrapper .col-sm-6 {
    width: 50%;
    padding: 0;
}
#product-banner_wrapper .product-banner-inner-matter a::before, .product-category .category_banner a::before, #column-left #banner0 .swiper-wrapper a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: rgb(0, 0, 0)21;
}
#product-banner_wrapper .product-banner-inner-matter:hover a::before, .product-category .category_banner:hover a::before, #column-left #banner0 .swiper-wrapper:hover a::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.comman_title h2
{
	color: rgb(0, 0, 0);
    text-transform: none;
/*     font-size: 36px; */
    position: relative;
}



.product_wrapper .hover-button i
 {
    width: 40px;
    height: 40px;
    background:rgb(0, 0, 0);
    font-size: 16px;
    line-height: 40px;
    color: rgb(255, 255, 255);
	margin-right:8px;
    text-align: center;
}
.product_wrapper .hover-button .products_wishlist:last-child i
{
	margin-right:0px;
	border-radius: 0px 25px 25px 0px;
	-webkit-border-radius: 0px 25px 25px 0px;
	-moz-border-radius: 0px 25px 25px 0px;
}
.product_wrapper .hover-button .products_wishlist:first-child i
{
	border-radius: 25px 0px 0px 25px;
	-webkit-border-radius: 25px 0px 0px 25px;
	-moz-border-radius: 25px 0px 0px 25px;
}
.product_wrapper .hover-button-hover
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: auto;
/*     background: rgba(0,0,0,0.4); */
	display: none;
}
.product_wrapper .hover-button
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 40px;
}
.product_wrapper .product-thumb:hover .hover-button-hover
{
	display: block;
}
.product_wrapper .hover-button .products_wishlist a
{
	opacity:1;
}

.product_wrapper .hover-button .products_wishlist
{
	display:inline-block;
}

.product-section
{
    margin-top: 100px;
}
.product_wrapper .product-thumb .caption{
	text-align:center;
}

.product_wrapper .sale p
{
	background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    margin: 0;
    z-index: 1;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}
.product_wrapper .discounts p
{
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    margin: 0;
    z-index: 999;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}
.product_wrapper .caption h4 a
{
/*
background: linear-gradient(25deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0,1) 33%, rgba(0, 0, 0, 1) 66%, rgba(65,71,18,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background-size: 700% 400%;
    animation: gradient-text 10s ease infinite;
*/
    padding-bottom: 0px;
    margin-bottom: 10px;
    display: flow-root;
    color: #6f6f6f !important;
    font-size: 1.5rem !important;
    text-decoration: none;
    font-weight: 200;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-family: 'Literata', sans-serif;

}

.add_to_cart_wrapper span.qty_products
{
    color: #7a7a7a;
    font-size: 12px;
    margin-right: 5px;
}
.add_to_cart_wrapper input
{
    width: 40px;
    height: 40px;
    text-align: center;
    border: 0;
    margin-right: 10px;
    font-size: 14px;
    outline: 0;
    border-bottom: 2px solid rgb(0, 0, 0);
}
.add_to_cart_wrapper button i
{
    margin-right: 5px;
	font-size:14px;
}
.add_to_cart_wrapper button[type="button"]
{
	border-radius:0px;
    border: 0;
/*     background:rgb(0, 0, 0); */
    color: rgba(0, 0, 0, 1);
    height: 40px;
    padding: 0px 15px;
    text-transform: none;
    font-size: 14px;
    font-weight:500;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	width:100%;
}
.add_to_cart_wrapper
{
    padding: 5px 0 0 0;
}
.product_wrapper .product-thumb:hover .add_to_cart_wrapper button[type="button"]
{
    background: #000000;
    color: rgb(255, 255, 255);
}
.product_wrapper .image img, #blog-wrapper.blog-wrapper .blog-inner-section img, .product-category .product-list .image img, #blog-wrapper.blog-wrapper .blog-inner-section iframe {
        -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    border: 0px solid rgb(0 0 0 / 5%);
}
.product_wrapper .product-thumb:hover img, #blog-wrapper.blog-wrapper .blog-inner-section:hover img, .product-category .product-list .product-thumb:hover img, #blog-wrapper.blog-wrapper .blog-inner-section:hover iframe  {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  
}

.product_wrapper .nav-tabs {
    border-bottom: 0;
}
.product_wrapper .nav-tabs>li>a {
	border: 1px solid #ddd;
    background: #fff;
    color: #7a7a7a;
    padding: 10px 20px;
    margin-right: 15px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
    border-radius: 0px;
}
.product_wrapper .nav-tabs>li:last-child a  {
    margin-right: 0px;
	border-radius: 0px 50px 50px 0px;
}
.product_wrapper .nav-tabs>li:first-child a
{
	border-radius: 50px 0 0 50px;
}
.product_wrapper .nav-tabs>li a:hover, .product_wrapper .nav-tabs>li.active a{
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
	border: 1px solid transparent;
}
.product_wrapper .nav>li>a:focus, .product_wrapper .nav>li>a:hover {
    text-decoration: none;
	border: 0px;
	border: 1px solid transparent;
}
.product_wrapper .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
/* products silder style */
html body .owl-carousel .owl-buttons div i {
    font-size: 10px;
    margin: -20px 0 0;
	color: #000;
}
html body .owl-carousel .owl-buttons .owl-prev {
    left: -20px;
}
html body .owl-carousel .owl-buttons .owl-next {
    right: -20px;
}

/* testinomials */
#testinomials .owl-carousel .owl-item img {
    max-width: 100px;
	max-height:100px;
	height:100px;
    margin: auto;
   border: 3px solid #fad9de;
    padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
#testinomials .product-section
{
    margin-top: 25px;
}
#testinomials .comman_title h2 {
	color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 50px;
}
#testinomials .comman_title h2:before {
    border-top: 3px solid #c5c5c5;
}
#testinomials .custom_item
{
    color: rgb(255, 255, 255);
}
#testinomials .owl-stage-outer
{
    margin-top: 30px;
}
#testinomials .testinomials .tauthor {
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 0;
	margin-left: 10px;
    margin-top: 10px;
}

#testinomials .testinomials .owl-stage-outer p {
    margin: 0;
    text-transform: none;
    font-size: 15px;
    line-height: 26px;
}
#testinomials .testinomials .tauthor span
{
    color: rgb(255, 255, 255);
	 font-size: 15px;
}
#testinomials .testimonial_inner_wrapper
{
    border: 1px solid #ddd;
    padding: 20px;
	float:right;
}
#testinomials .testinomials h5
{
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: none;
    font-weight: 500;
    line-height: 30px;
    padding-top: 13px;
    text-align: justify;
    font-family: Quicksand, sans-serif;
}
#testinomials .comman_title p {
    color: rgb(255, 255, 255);
}

#testinomials .testimonial_images_wrapper .testimonial_images_section, #testinomials .testimonial_images_wrapper .testimonial_auhor_section {
    width: 50%;
    float: left;
}

#testinomials .testimonial_images_wrapper .testimonial_images_section
{
	width: 40%;
}
#testinomials .owl-carousel .owl-dots.disabled, #testinomials .owl-carousel .owl-nav.disabled {
    display: none;
}
#testinomials .owl-carousel .owl-dots.disabled {
    display: block !important;
}
#testinomials .owl-carousel .owl-dots button span
{
    width: 17px;
    height: 17px;
    background: rgb(0, 0, 0);
    z-index: 999;
    display: inline-block;
	outline: 0;
	margin-right: 10px;
    border-radius: 100%;
}
#testinomials .testinomials i {
    margin-bottom: 0;
    font-size: 45px;
    text-align: right;
    width: 100%;
}
#testinomials .owl-carousel .owl-prev i, #testinomials .owl-carousel .owl-next i
{
	color:#ffffff;
	font-size:30px;
}

/* blog section*/

#blog-wrapper.blog-wrapper .blog-inner-section img
{
	width:100%;
}
#blog-wrapper.blog-wrapper
{
    padding: 60px 0 ;
}
html body #blog-wrapper.blog-wrapper.inner-blog-wrapper {
    padding:0px 0 !important;
}
#blog-wrapper.blog-wrapper .blog-inner-section
 {
    border: 0px solid #ddd;
}

#blog-wrapper .blog-padding-section {
    margin-top: 25px;
}
#blog-wrapper.blog-wrapper .auther_weapper .auther_name, #blog-wrapper.blog-wrapper .comments-section
{
	display: inline-block;
	margin-right:15px;
}
#blog-wrapper.blog-wrapper .auther_weapper .auther_name i, #blog-wrapper.blog-wrapper .comments-section i
{
    color: rgb(0, 0, 0);
    margin-right: 3px;
}
#blog-wrapper.blog-wrapper .auther_weapper .auther_name span
{
    color: #6d6d6d;
    text-transform: none;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date
{
    width: 120px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    position: absolute;
    right: 10px;
    padding: 2px 0;
    color: rgb(255, 255, 255);
    bottom: 10px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date p {
    margin: 0;
	color: rgb(255, 255, 255);
	text-align: center;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date span
{
    text-transform: uppercase;
    font-size: 12px;
	color: rgb(255, 255, 255);
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section
{
    padding: 20px 15px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h5
{
    text-transform: uppercase;
    font-weight: 600;
	font-size: 15px;
    padding-bottom: 12px;
}

#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h3
{
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 400;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h3 a
{
    color: #000000;
	font-size: 16.5px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section .auther_weapper a
{
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section .auther_weapper li:last-child a
{
    border-right: 0;
    padding-right: 0;
}

#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section .auther_weapper span
{
	color: #8a8989;
}
#blog-wrapper.blog-wrapper a.base-button {
    margin-top: 6px;
}
#blog-wrapper.blog-wrapper a.auther_wrapper
{
    text-transform: uppercase;
	color: #000;
}

#blog-wrapper.blog-wrapper .auther_and_views_wrapper .col-sm-6 {
    width: auto;
    float: none;
    display: inline-block;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper
{
    padding-top: 10px;
}
#blog-wrapper.blog-wrapper a.auther_wrapper span
{
	color:rgb(0, 0, 0);
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section p {
    text-transform: none;
	text-align: justify;
}
#blog-wrapper.blog-wrapper .owl-nav {
    position: absolute;
    top: -28px;
    right: 11px;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper .list-inline>li {
    color: #000;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper .list-inline>li i {
    color: rgb(0, 0, 0);
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-images-section
{
    overflow: hidden;
	position: relative;
}
#blog-wrapper.blog-wrapper .owl-carousel .owl-dots.disabled{
    display: none;
}

#common-home
{
    overflow-x: hidden;
    position: relative;
     top: -44px 
}
/* products page */
#product-product .product_right
{
    clear: both;
	margin-top: 15px;
    display: inline-block;
    text-align: center;
    margin-top: calc(19%);
    width: -webkit-fill-available;
}
.sizeguide {
    width: 70% !important;
}

#product-product .product_right h1 {
/*     font-size: 34px; */
/* text-shadow: 0 -1px 0px #fff, 0px 4px 4px rgb(0 0 0 / 14%), 0px 0px 0px rgb(0 0 0 / 15%); */
    color: #000000 !important;
/* 	padding-bottom: 8px; */
/* 	line-height: 36px; */
/*
    background: linear-gradient(25deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0,1) 33%, rgba(0, 0, 0, 1) 66%, rgba(65,71,18,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    background-size: 700% 400%;
    animation: gradient-text 10s ease infinite;
*/
}
#product-product .product_right .rating a
{
    color: #000000;
}
#product-product .product_right .rating i
{
    color: rgb(0, 0, 0);
}
#product-product .product_right .rating span.border
{
    padding: 0 10px;
}
#product-product .product_right .rating, #product-product .product_right .main-price
{
    text-transform: uppercase;
}
#product-product .product_right .price li
{
	display:inline-block;
	margin-right: 20px;
}
#product-product .product_right .price li:last-child
{
	margin-right: 0;
}
#product-product .product_right .price li h2
{
    font-size: 24px;
}
#product-product .product_right li
{
	/* font-size: 1.4vw; */
}
/* #product-product hr {

} */
a:focus, a:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
#product-product .product_right p
{
/*     text-align: justify; */
    line-height: 28px;
}
#product-product .product_right h4
{
    color: #000000;
	font-size: 24px;
}

#product-product .product_right .plus-minus-input input[type="text"]
{
   padding: 5px 15px;
    width: 16%;
    border: 1px solid #ddd;
    outline: 0;
    height: 45px;
    text-align: center;
    vertical-align: top;
    margin: 0 5px;
}
#product-product .product_right .plus-minus-input .input-group-button button.circle
{
    border: 1px solid #ddd;
    background: #f6f6f6;
    margin-right: 0px;
    margin-left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    outline: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	 margin: 0;
}

#product-product .product_right .plus-minus-input .input-group-button button.circle:hover
{
    color: rgb(255, 255, 255);
    background:  rgb(0, 0, 0);
}
#product-product .product_right .plus-minus-input .input-group-button
{
    display: inline-block;
}
#product-product .product_right .plus-minus-input label {
    font-size: 15px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    margin-right: 20px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: 0;
    color: inherit;
    font-size: 28px;
}
#product-product .product_right .plus-minus-input .input-group-button button#button-cart .btn
{
/*     margin-left: 20px; */
    text-shadow: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
/*     background: rgb(0, 0, 0); */
    border: 0;
    padding: 0px 30px;
    color: rgba(0, 0, 0, 1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-weight: 700;
    display: inline-block;
    height: 45px;
    text-align: center;
    text-transform: none;
    vertical-align: initial;
    font-size: 15px;
        padding: 2px 30px;
    font-size: 13px;
    border: 0px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: none;
/*
    background: repeating-linear-gradient(45deg, #0000000f, transparent 100px);
    animation: gradient 14.5s ease infinite;
    background-size: 300% 300%;
*/

}
#product-product .product_right .plus-minus-input .input-group-button button#button-cart i
{
	margin-right:5px;
}
#product-product .product_right .plus-minus-input .input-group-button button#button-cart:hover
{
/*     background: #000000; */
	color:#000000;
}
#product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist
{
	 margin-left: 0px;
}
#product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button
{
   background: transparent;
    border: 0;
    color: #8a8989;
    margin-left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    font-size: 14px;
    margin-right: 0px;
    margin-top: 0px;
	background: transparent;
	
}
#product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button i
{
	font-size:14px;
	margin-right:5px;
	color:rgba(0, 0, 0,1);
	
}
#product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button:hover
{
    background:transparent;
}

#product-product .thumbnail {
    padding: 0;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0;
	outline: 0;
	cursor:zoom-in;
}

#product-product .nav-tabs {
   border-bottom: 0;
    padding: 0;
    text-align: center;
    clear: both;
    margin: 15px 0 30px;
}
#product-product .nav-tabs>li.active>a{
    color: rgba(0, 0, 0, 1);
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-bottom-color: transparent;
    border-radius: 0;
    padding: 10px 25px;
	text-align: center;
}
#product-product .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0px solid #dddddd;
    border-radius: 0;
    color: #000000;
	padding: 10px 25px;
    text-transform: uppercase;
	background: transparent;
	margin-right: 10px;
	position:relative;
    display: block;
	width: 100%;
	text-align: center;
}
#product-product .nav-tabs li:last-child a {
	margin-right: 0px;
}
#product-product .reviews_padding
{
   padding: 0px 0 0 0;
}
#product-product .reviews_padding p
{
/*     text-align: justify; */
    text-transform: none;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
	
}
 #product-product .select-selected {
    padding: 10px 12px;
    background: #f6f6f6;
    position: relative;
}
#product-product .select-selected:after {
    top: 22px;
}
#product-product .select-selected.select-arrow-active:after {
    top: 14px !important;
}
#product-product .reviews_padding .nav-tabs>li {
   display: table;
    vertical-align: top;
    float: none;
	width: 100%;
	margin-bottom: 15px;
}
#product-product .reviews_padding h2
{
    font-size: 18px;
}
#product-product .reviews_padding input[type="text"], #product-product .reviews_padding textarea
{
    border-radius: 0;
    padding:10px 15px;
    outline: 0;
}

 #product-product .reviews_padding .fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    color: rgb(0, 0, 0);
}
 #product-product .reviews_padding .nav-tabs>li.active a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: rgb(0, 0, 0);
    transform: rotate(-90deg);
    content: '';
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.alert-success {
    color: rgb(0, 0, 0);
        display: ruby-text;
    font-size: larger;
    background-color: rgb(255, 255, 255);
    border-color: rgb(214, 233, 198);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    text-align: center;
    z-index: 2;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}
#quickproduct .bx-wrapper .bx-controls
 {
    display: none;
}
.product_wrapper.text_related_wrapper {
    padding: 0;
}
/*category section */


.product-category .product-grid .product-thumb {
    border: 0px solid #ddd;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-category .category_grid-wrapper
{
	background: transparent;
    padding: 0px 0 0px;
    border: 0px solid #ddd;
}

.product-category .category_grid-wrapper .form-group {
    margin-bottom: 0;
}
.product-category .category_grid-wrapper .form-group a {
   padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}
.product-category .category_grid-wrapper .btn-group .btn-default
{
   
	color:#000000;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    box-shadow: none;
	outline: 0;
}
.product-category .category_grid-wrapper .btn-group .btn-default.active i
{
	 color: rgb(0, 0, 0);
}
.product-category .category_grid-wrapper .btn-group i
{
    font-size: 24px;
	line-height: 28px;
}
.margin_search
{
	margin-bottom:25px;

}
.product-category .category_grid-wrapper .btn-group-sm>.btn, .btn-sm {
    padding: 0px 7px;
    border-radius:0px;
}

.product-category .category_grid-wrapper .input-group .input-group-addon {
    font-size: 12px;
    height: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.product-category .category_grid-wrapper .input-group-sm>.form-control{
    height: auto;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: 0;
    width: auto;
	display: none;
}

.product-category .category_grid-wrapper .form-control:focus {
    border-color: #dddddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-category h3, .product-category h2
{
    color: #000000;
    padding-bottom: 05px;
    white-space: nowrap;
    font-size: 19px;
    /* text-shadow: 0 -1px 0px #000, 0px 4px 4px rgb(0 0 0 / 14%), 0px 0px 0px rgb(0 0 0 / 15%);*/
}
.list-group h4, .left_products_wrapper .left_comman_title h2
{
	border: 0;
    color: rgb(0, 0, 0);
    padding: 15px 15px;
    border-bottom: 0;
    text-align: left;
    font-size: 26px;
    background: #f7f7f7;
    border-left: 3px solid rgb(0, 0, 0);
	position:relative
}
.list-group h4:before, .left_products_wrapper .left_comman_title h2:before {
    position: absolute;
    top: 0;
    bottom: -68px;
    left: 7px;
    margin: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #f7f7f7;
    transform: rotate(0deg);
    content: '';
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
	z-index: 9;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-group .fa {
    font-size: 15px;
    color: rgb(0, 0, 0);
    margin-right: 5px;
}



.categories_sidbar_section ul {
    margin-top: -11px;
    margin-bottom: 0px;
    padding: 0px 10px;
    list-style: none;
    display: flex;
    overflow-x: auto;
    margin-bottom: 18px;
}

.categories_sidbar_section ul li a
{
/*
	padding-top: 15px;
    padding-bottom: 15px;
*/
    font-size: 1.3vw; 
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    color: #000;
	display: inline-block;
}
/***************************************************/
@media (max-width: 560px){
	a.topArrow {
    position: fixed;
    z-index: 999;
    top:50%;
    left: -21px;
    font-size: x-large;
    font-weight: 200;
    cursor:pointer;
}
#logo a img {
    margin: 7px 0 0 0px;
    width: 100%;
}
#global{text-align:left !important;}

.categories_sidbar_section ul li a
{
    font-size: 1.4vw;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    color: #000;
	display: inline-block;
}

}
/****************************************************************/
.categories_sidbar_section ul li
{
    border: 0px solid black;
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    /* flex-flow: row nowrap; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 3px 20px;
    grid-auto-columns: max-content;
    justify-content: center;
    text-align: center;
}
.list-group.categories_sidbar_section, .eblog .search  {
    margin:0px 0 0px;
}
.categories_sidbar_section ul li:last-child a
{
    padding-bottom: 0;
}
.categories_sidbar_section ul li a:hover, .categories_sidbar_section ul li.child_category a:hover
{
    color: rgb(0, 0, 0);
}
.categories_sidbar_section ul li.child_category{
    padding-left: 20px;
    border: 0;
    position: relative;
    display: none;
}
.categories_sidbar_section ul li.child_category:before {
    position: absolute;
    width: 10px;
    border-left: 1px solid rgb(0, 0, 0);
    left: 19px;
    top: 3px;
    content: '';
}
.categories_sidbar_section ul li.child_category:before {
    height: 105%;
}
.categories_sidbar_section ul li.child_category:last-child:before 
{
    height: 45%;
}
.categories_sidbar_section ul li.child_category a em {
    color: rgb(0, 0, 0);
    margin-right: 25px;
	display: inline-block;
}
.categories_sidbar_section ul li.child_category a em span {
    width: 15px;
    height: 1px;
    background: rgb(0, 0, 0);
    display: inline-block;
    line-height: 1px;
    position: absolute;
    top: 18px;
	left: -1px;
}
.categories_sidbar_section ul li.child_category a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding: 5px 0;
    display: inline-block;
}
.product-category #column-left .swiper-viewport {
    margin: 0;
    background: transparent;
    z-index: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
.product-category .product-grid p.description_matter
{
	display:none;
}
.product-category .product-list p.description_matter
{
	display:block;
}
.product-category .product-list .rate-and-title
{
    padding-left: 72px;
    padding-top: 17px;
}

.product-category .product-list .product-thumb {
    margin-bottom: 30px;
}

.product-category .product_wrapper
{
/* 	padding: 0px 0 0; */
}

.product-category .product-list .product-thumb .caption {
    padding: 0;
    min-height: auto;
}

.product-category .product-list .product-thumb .image {
    float: left;
    padding: 0;
}
.product-category .product-list .product-thumb .caption {
    text-align: left;
}

.product-category .product-list .product-thumb .price {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 18px;
}

.custom-select {
  position: relative;left: -24px;
}

.custom-select select{
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgb(0, 0, 0)  transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent rgb(0, 0, 0)  transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	padding: 0 12px;
    border: 0;
    border-color: transparent transparent #0000001a transparent;
    cursor: pointer;
    user-select: none;
    background: transparent;
    box-shadow: none;
}
html body .select-items div {
    padding: 8px 12px;
    border: 0;
    border-color: transparent transparent #0000001a transparent;
    cursor: pointer;
    user-select: none;
    background: #000000;
    box-shadow: none;
    color: #ffffff;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
  display:contents; 
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgb(0, 0, 0);
  color:#ffffff;
      font-family: Lato-Bold;

}
/* brand product-manufacturer*/

html body h1{
    /* font-size: 1.1vw; */
    font-size: 2rem;
    color: rgb(0, 0, 0);
    padding-bottom:20px;
}
#product-manufacturer p strong
{
    font-size: 16px;
    color: #000000;
}
#product-manufacturer p a 
{
    font-size: 16px;
    font-weight: 600;
}
#product-manufacturer .brand-border .row
{
    padding: 10px 10px 9px;
}
#product-manufacturer .brand-border h2
{
/*     background: #f4f4f4; */
    padding: 10px;
    color: #000000;
}
#product-manufacturer .brand-border
{
    border: 0px solid #dddddd;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
}
#product-manufacturer .brand-border:last-child
{
    margin-bottom: 0px;
}

/* checkout-cart*/
#checkout-cart #accordion .input-group-btn input[type="button"], #checkout-cart #accordion .input-group-btn input[type="submit"]
{
    padding: 9.5px 15px;width: 100%
}
#checkout-cart  h2
{
    font-size: 24px;
    padding-bottom: 10px;
}

.well h2
{
    font-size: 24px;
    padding-bottom: 10px;
}


/* contact page*/
#information-contact h3
{
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#information-contact .panel-default {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#information-contact .panel-body {
    padding: 0;
}

#information-contact .panel-default ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-category .product-list .product-thumb h4 {
    padding-bottom: 0px;
}
#information-contact .panel-default ul li i {
    color: rgb(0, 0, 0);
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: -25px;
}
#information-contact .panel-default ul li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 6px;
/*     text-transform: uppercase; */
}

#information-contact .panel-default .social-icons {
    margin-top: 25px;
}

#information-contact .panel-default .social-icons ul li.facebook
{
	 background: #3b5998;
}
#information-contact .panel-default .social-icons ul li.twitter
{
	 background: #1dcaff;
}
#information-contact .panel-default .social-icons ul li.google-plus
{
	 background: #d34836;
}
#information-contact .panel-default .social-icons ul li.linkedin
{
	 background: #0077b5;
}
#information-contact .panel-default .social-icons ul li.youtube-play
{
	 background: #ff0000;
}
#information-contact .panel-default .social-icons ul li i {
    margin-right: 0px;
    position: static;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
#information-contact .panel-default .social-icons ul li {
    margin-left: 0;
    float: left;
    margin-right: 15px;
}
 #account-account h2, #account-address h2, #account-wishlist h2, #account-download h2{
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}
html body .owl-carousel {
    margin: 0 0 1px;
}
#blog-wrapper.blog-wrapper .owl-dots
{
	display:none;
}

#clients_logo.clients_logo .owl-nav {
    display:none;
}
#clients_logo.clients_logo .owl-dots
{
    display: none;
}
#clients_logo.clients_logo .owl-carousel .owl-item img {
    opacity: 0.8;
    max-width:150px;
    display: inline-block;
}
#clients_logo.clients_logo .owl-carousel .owl-item img:hover {
    opacity: 1;
}
#clients_logo.clients_logo .product_wrapper {
    padding: 0px 0;
}
.top_button a
{
   width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(65, 66, 69, 0.08);
    color: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
    position: fixed;
    z-index: 999;
    right: 3px;
    bottom: 3px;
    border-radius: 100%;
    opacity: 0;
  visibility: hidden;
}
.top_button i
{
	font-size:24px;
	line-height: 35px;
}

.top_button a:hover
{
    background: rgb(0, 0, 0);
    color: white !important;
}
.top_button.show {
  opacity: 1;
  visibility: visible;
}
/* news latter */

/* best offer */

#best_offer.best_offer{
    background-image: url(../image/bg-images.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 80px 0;
    text-align: center;
    background-position: center center;
}
#best_offer.best_offer h3 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    padding-bottom: 20px;
}
#best_offer.best_offer h1 {
    font-size: 60px;
    color: rgb(255, 255, 255);
    padding-bottom: 20px;
    font-weight: 700;
    letter-spacing: 4px;
}
#best_offer.best_offer p {
   margin: 0 0 10px;
    font-size: 18px;
    text-transform: none;
    color: rgb(255, 255, 255);
}
#best_offer.best_offer a.base-button {
    padding: 10px 40px;
    font-size: 16px;
}
a.base-button {
   background: rgb(0, 0, 0);
    border: 0;
    padding: 7px 25px;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

a.base-button:hover
{
	background: #404245;
	color:#ffffff;
}
.owl-carousel .owl-dots.disabled{
    display: none !important;
}


/* category page */

.product-category .row_category
{
/* 	margin: 0 0 15px; */
}
.product-category .category_banner
{
	padding:0px;
}

.product-category .refine_search ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block ruby;
    padding: 6rem;
    border: 0px solid black;
}
.product-category .refine_search ul li a
{
    font-size: 19px;
    padding-bottom: 11px;
    color: #000;
    display: inline-block;
	text-transform: none;
    padding-bottom: 5rem !important;
}
.product-category .refine_search ul li:last-child a
{
    padding-bottom: 0;
}
.product-category .refine_search ul li a:hover
{
    color: rgb(0, 0, 0);
}
.product-category .refine_search ul li a.base-button {
    margin-top: 0;
    margin-right: 15px;
}
.product-category .refine_search ul li.active a.base-button {
    background:#f7f7f7;
	color:#000000;
}
.product-category .refine_search ul li:last-child a.base-button {
    margin-right: 0px;
}
.product-category .refine_search
{
    padding: 15px 0 15px;
	clear: both;
}
.product-category .row_category p {
    margin: 0 0 10px;
    text-align: justify;
    text-transform: none;
}

#column-left .panel-default>.panel-heading {
    border: 0;
    color: rgb(255, 255, 255);
    padding: 10px 12px;
    border-bottom: 0;
    background: rgb(0, 0, 0);
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    height: auto;
    line-height: normal;
	border-radius: 0;
}

#column-left .panel-heading+.list-group .list-group-item {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

#column-left input[type=checkbox], #column-left input[type=radio] {
    margin: 7px 0 0 -20px;
}

#column-left .panel-footer {
    background-color: rgb(255, 255, 255);
    border-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#column-left .checkbox label, #column-left .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    color: #888;
    font-size: 14px;
}

#column-left .panel {
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd !important;
    box-shadow: none;
    border-top: 0px !important;
    border-radius: 0;
}

/* zoomer */

/* styles unrelated to zoom */

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		#ex1 img:hover { cursor: url(grab.cur), default; }
		#ex1 img:active { cursor: url(grabbed.cur), default; }
		
		
/* newslatter */

#newsletterModal .closepopup{
	position: absolute;
	right: -18px;
	top: -18px;
	opacity:1;
	z-index:99999;
	outline: 0;
}



/* loder */
.loader
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #ffffff;
    z-index: 999999;
    width: 100%;
}
.loader img
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin: auto;
    z-index: 999999;
    width: 100%;
    max-width: 100px;
}
.iifr
{
	display:none;
}
.refine_search ul {
    margin-top: 0;
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
}

/* shop by category */


.shop_by_category
{
    padding: 50px 0;
    background: #ffffff;
}

.shop_by_category .owl-carousel {
    background: transparent;
}
.inner_shop_by_category {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.inner_shop_by_category .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.inner_shop_by_category:hover .overlay {
    background: rgba(0,0,0,0.5);
}

.inner_shop_by_category img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.inner_shop_by_category:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.inner_shop_by_category h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgb(0, 0, 0);
  margin-top: 50px;
}

.inner_shop_by_category a.info {
    display: inline-block;
    text-decoration: none;
    padding: 6px 20px;
    border: 1px solid rgb(0, 0, 0);
    margin: 40px 0 0 0;
    background: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    border-radius: 30px;
}
html body .inner_shop_by_category span a
{
	 color:rgb(0, 0, 0) !important;
}
.inner_shop_by_category a.info:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

.inner_shop_by_category a.info, .inner_shop_by_category h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff !important;
  text-transform: none;
}

.inner_shop_by_category:hover a.info, .inner_shop_by_category:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.inner_shop_by_category .images_border
{
	bottom:-1px;
}

/* products left bar */

.left_products_wrapper .left_comman_title h2
{
	margin:30px 0 20px;
}
.left_products_wrapper .products_images_wrapper
{
    width: 35%;
    float: left;
}

.left_products_wrapper .products_text_wrapper
{
    width: 65%;
    float: left;
}

.left_products_wrapper .product-thumb .caption {
    padding: 10px 15px 5px;
    min-height: auto;
}

.left_products_wrapper .product-thumb .price {
    text-align: left;
    font-size: 14px;
	margin: 0;
}
.left_products_wrapper .product-thumb .price-old {
    margin-left: 10px;
    font-size: 13px;
}
.left_products_wrapper .product-thumb {
    margin-bottom: 15px;
}
.left_products_wrapper .product-thumb .rating {
    padding: 0px 0 5px;
}

.left_products_wrapper .product-thumb h4 {
    font-weight: bold;
    font-family: Quicksand, sans-serif;
    font-size: 15px;
	padding-bottom: 4px;
}
.left_products_wrapper .product-thumb h4 a
{
	color:#000;
}
.left_products_wrapper button[type="button"]
{
    padding: 0;
    border: 0;
    background: transparent;
    text-transform: none;
    color: #000;
    font-size: 13px;
    outline: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.left_products_wrapper button i
{
	font-size: 13px;
	margin-right:3px;
}
.left_products_wrapper button[type="button"]:hover
{
	color: rgb(0, 0, 0);
}

/* search page */
.custom-select.category_select_wrapper, .search_search_page input[type="text"] {
    position: relative;
    border-radius: 0;
    padding: 6.5px 15px;
    height: auto;
    outline: 0;
    border: 1px solid #ddd;
	min-height:45px;
	outline:0;
	box-shadow:none;
	margin-bottom: 8px;
}

.category_select_wrapper .select-selected:after {
    top: 19px;
}
.category_select_wrapper .select-selected.select-arrow-active:after {
    top: 14px !important;
}

.popup_products_page #porducts_images img {
    vertical-align: middle;
    max-width: 70px;
}
/* sitemap pages */

#information-sitemap ul 
{
	margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
#information-sitemap ul li
{
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

#information-sitemap ul li a
{
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
}

#information-sitemap ul li a:hover
{
    color: rgb(0, 0, 0);
}

#newsletterModal .modal-body {
    background-size: cover;
    background-repeat: no-repeat;
	padding: 40px 15px;
}
#footer .footer-inner-matter .col-sm-12 {
    padding: 0px 15px;
}

.shop_by_category .inner_shop_by_category img
{
	width:100%;
}

/*welcome block */

.welcomeblock h2{
    text-align: center;
    border: medium none;
    display: inline-block;
    width: auto;
    position: relative;
    margin: 0 0 35px 0;
    padding: 0;
    color: rgb(0, 0, 0);
    letter-spacing: 0.1px;
    font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size:50px;
    line-height: 35px;
	text-transform:capitalize;

}
.welcomeblock{
	padding:50px 00;
	text-align: center;
}

.welcomeblock .about-store .about-text1{
padding: 00 96px;
font-family: 'Literata', sans-serif;
	
}

.hoverlogo .data1 .dataicon1 i{
font-size: 50px;
}

.hoverlogo .data2 .dataicon2 i{
font-size: 50px;
}
.hoverlogo .data3 .dataicon3 i{
font-size: 50px;
}

.hoverlogo .data1 .dataicon1{
	text-align:center;
	color:#989898;
}

.hoverlogo .data2 .dataicon2{
	text-align:center;
	color:#989898;
}

.hoverlogo .data3 .dataicon3{
	text-align:center;
	color:#989898;
}

.hoverlogo  .datawrapper{
	text-align:center;
	padding:20px 00;
	
}
.hoverlogo {
	padding-bottom:50px;
border-bottom: 1px solid #e6e6e6;}

.datawrapper h6{
	font-family: 'Literata', sans-serif;
	font-weight:600;
}
.datawrapper p{
		font-family: 'Literata', sans-serif;
}
.weekendoffer{
	padding:50px 00;
}

.weekendoffer img {
    vertical-align: middle;
    width: 100%;
}
.weekendoffer .part1 .banner-detail{
	position: absolute;
    top: 20px;
}
.weekendoffer .part1 .banner-detail{
	position: absolute;
    top: 30px;
    left: 44px;
}

.weekendoffer .part1 .banner-detail .main-title{
font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size: 26px;
color: rgb(0, 0, 0);
padding: 10px 0;
}

.weekendoffer .part1 .banner-detail .sub-title{
	font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size:30px;
	padding: 7px 0;
	color: #000000;
}

.weekendoffer .part1 .banner-detail a{
   background-color: rgb(0, 0, 0);
    color: white;
    padding: 15px 30px;
border-radius: 50px;
position: absolute;   
    top: 64px;
}

.weekendoffer .part2 .banner-detail{
	position: absolute;
	top: 75px;
    left: 110px;

}
.weekendoffer .part2 .banner-detail .main-title{
	font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size: 26px;
	color: rgb(0, 0, 0);
	padding: 10px 0;
}

.weekendoffer .part2 .banner-detail .sub-title{
    font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    padding: 7px 0;
}

.weekendoffer .part2 .banner-detail a{
	background-color: rgb(0, 0, 0);
    color: white;
    padding: 15px 30px;
	border-radius: 50px;
	position: absolute;   
    top:85px;
	}

.weekendoffer .part3 .banner-detail{
	position: absolute;
    top: 30px;
    right: 30px;
}

.weekendoffer .part3 .banner-detail .main-title{
font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size: 26px;
color: rgb(0, 0, 0);
	padding: 10px 0;
}

.weekendoffer .part3 .banner-detail .sub-title{
	font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size:30px;
	color: #000000;
	padding: 7px 0;
}

.weekendoffer .part3 .banner-detail a{
   background-color: rgb(0, 0, 0);
    color: white;
    padding: 15px 30px;
	border-radius: 50px;
    position: absolute;   
    top: 64px;
	}
	
.vaseblock .vase {
    padding:150px 0;
    background:url(../image/vase.jpg);
    background-attachment: fixed;
	background-repeat: no-repeat;
  
}
.vaseblock .parallax_container .vase-text{
	float:left;
}
.vaseblock .parallax_container .vase-text .mainheadding{
font-family: 'Literata', sans-serif;
    font-size: 40px;
    line-height: 32px;
    color: rgb(0, 0, 0);
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-bottom: 20px;
}
.vaseblock .parallax_container .vase-text .title{
font-family: 'Literata', sans-serif;
    font-size: 55px;
    line-height: 42px;
    color: #000;
    letter-spacing: 0.2px;
    font-weight: 400;

}
.vaseblock .parallax_container .vase-text .sub-title{
font-family: 'Literata', sans-serif;
padding:15px 00;
}
.vaseblock .parallax_container .vase-text .shopnow  a{
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
	position: absolute;
 
}
.vaseblock .parallax_container .vase-text .button{
	margin:0;
}

.footer_header_top {
  background-color: rgb(255, 255, 255);
  padding: 0px;
  position: relative;
  margin: -1px 5%;
  top: -32px;
  border-radius: 50px 50px 0 0;
  /* box-shadow: 0 10px 60px 0 rgba(66, 66, 66, 0.12); */
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .01s;
    }

.footer_header_top .Join_community h2{
	    color: rgb(76, 76, 76);
	font-size:30px;
    line-height: 45px;
	
	text-align:center;
	margin-bottom: 5px;
}
.footer_header_top .Join_community{
box-sizing: border-box;
}
#subsribe  .news_latter_form .input-news input:hover{
	color: black;font-weight: 900;font-size: x-large
}

#subsribe  .news_latter_form .input-news input{
	background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    border-width: 3px;
    border-style: solid;
/*     border-image: linear-gradient( to top, rgb(0, 0, 0), rgba(0, 0, 0, 0) ) 1 100%; */
    padding: 13px 15px;
	color: rgba(255, 255, 255, 1);
	font-family: "Lato";
	font-size: x-large
}
#subsribe  .news_latter_form .input-news input::placeholder{
	    color: rgba(76, 76, 76, 0.84);	font-size: 10px
}
#subsribe  .news_latter_form {
	padding:10px 0;
}
#subsribe  .news_latter_form .input-news{
	 border-bottom: 0;
    max-width: 550px;
    margin: auto;
	}

	
	
	/*/testimonialvideo*/
	
	#czvideocmsblock{
	width: 100%;
    float: left;
	background:transparent;
    height: 497px;
	}
#czvideocmsblock .cms-banner-inner{
	position: relative;
}

#czvideocmsblock .cms-banner-inner .cms-banner-video video {
    display: inline-block;
   max-width: 100%; 
  height: auto !important; 
    margin-bottom: 0;
}

#czvideocmsblock .cms-banner-inner .static-wrapper {
    top: 40%;
    bottom: auto;
    opacity: 1;
    padding: 0;
}
#czvideocmsblock .cms-banner-inner .static-wrapper {
    display: block;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    letter-spacing: 0;
    z-index: 9;
    top: 45px;
    left: 0;
    right: 0;
    opacity: 1;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
#czvideocmsblock  .cms-banner-inner .static-wrapper .link-text {
    background:url(../image/play.png) no-repeat scroll center center;
    font-size: 0;
    padding: 0 0 0 0;
    height: 400px;
    width: 81px;
    margin: 0;
    display: inline-block;
	
}

/* hover over the icons now to see the tooltips! */

.setings_footer_social a.facebook:hover{
  background-color: #4183d7;
  color: #bfbfbf;
}
.setings_footer_social a.facebook span{
  color: #4183d7;
 
}
.setings_footer_social a.twitter:hover{
  background-color: #19b5fe;
  color: rgb(255, 255, 255);
   
}
.setings_footer_social a.twitter span{
  color: #19b5fe;
 
}
.setings_footer_social a.github:hover{
  background-color:#b60000;
  color: rgb(255, 255, 255);
  
}
.setings_footer_social a.github span{
  color: #000;
    
}
.setings_footer_social a.dribble:hover{
  background-color: #f62459;
  color: rgb(255, 255, 255);
   
}
.setings_footer_social a.dribble span{
  color: #f62459;
 
}
.setings_footer_social a.pinterest:hover{
  background-color: #f22613;
  color: rgb(255, 255, 255);
    
}
.setings_footer_social a.pinterest {
  color: #f22613;

}

/*/settings hover*/
.setings_footer_social a {
    /* background: #8a55e8; */
    color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 45px;
    /* height: 45px; */
    margin: 0px 2px;
    /* padding-top: 0px; */
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.setings_footer_social a.icon:before{
  font-family: "FontAwesome", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 20px;
}
.setings_footer_social a.facebook:before{
  content: '\f09a';
}
.setings_footer_social a.twitter:before{
  content: '\f099';
}
.setings_footer_social a.github:before{
  content: '\f113';
}
.setings_footer_social a.dribble:before{
  content: '\f17d';
}
.setings_footer_social a.pinterest:before{
  content: '\f0d2';
}

.setings_footer_social a span{
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.setings_footer_social a span:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 40px;
}
.setings_footer_social a:hover span{
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}
.setings_footer_social{
	text-align: center;
	position: relative;
	z-index: 99999
/*     margin-top: 40px; */
}

html body .btn-link:focus, html body .btn-link:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
}

/*/settings side bar design*/

.modal-body .myaccount_bar h4{
text-transform: none;
    font-size: 18px;
    margin: 20px 0px;
}
.modal-body .myaccount_bar h4 i{
	margin-right: 15px;
    font-size: 20px;
}

.modal-body .myaccount_bar ul li a{
    font-size: 24px;
    font-family: 'Literata', sans-serif;
    color: #000;
}
.modal-body .myaccount_bar ul li a:hover{
	color:rgb(0, 0, 0);
	
}
.modal-body .myaccount_bar ul li{
    margin-top: 13px;
}

.modal-body .myaccount_bar{
	height:650px;
}


/*/newsletter designing */
#newsletterModal .modal-dialog .modal-content .modal-body p{
    text-align: center;
    font-size: 13px;
    color: #98999b;
    padding: 10px 0px;
    font-family: 'Literata', sans-serif;
    line-height: 24px;
}
#newsletterModal .popupnewsletter {    
	margin: auto;
	max-width: 500px;
}

#newsletterModal .popupnewsletter .form-group {
    margin-bottom: 0;
}
#newsletterModal .popupnewsletter input{
    height: auto;
	width:100%;
    border: none;
    text-align: left;
	margin-bottom: 20px;
}
#newsletterModal .popupnewsletter .input-group {
    display: block;
}
#newsletterModal .popupnewsletter .required .pop_button{
	text-align:center;
}
#newsletterModal .modal-dialog .modal-content h2{
	font-family: 'Literata', sans-serif;
    text-transform: none;
    text-align: center;
    font-size: 36px;
	color:rgb(0, 0, 0);
}
#newsletterModal .modal-dialog .modal-content .modal-body #holder .btnTwo p{
	color:#ffffff !important;
}
#newsletterModal .modal-dialog .modal-content .modal-body #holder .button .btnText{
    padding: 1px 0;
}

#newsletterModal .modal-dialog .modal-content .modal-body #holder .button .btnText2{
    margin-top: 55px;
}
#newsletterModal .modal-dialog .modal-content .modal-body #holder .button{
    margin: 5px auto;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: rgb(255, 255, 255);
    cursor: default;
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
    font-size: 14px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: rgb(255, 255, 255);
    background-color: #000000;
    border-color: #000000;
}

.product-category .product-list .hover-button-hover
{
	display:none !important;
}
html body .product-category .product-list .add_to_cart_wrapper button[type="button"] {
    width: auto;
	padding:0px 22px;
}
html body .product-category .product-list .products_wishlist i
{
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    display: inline-block;
	cursor: pointer;
}
html body .product-category .product-list .products_wishlist
{
	display: inline-block;
	margin-right: 10px;
}
html body .product-category .product-list .products_wishlist a
{
	color:#8a8989;
}
html body .product-category .product-list .list-hover-button
{
    display: inline-block;
}
/* Aspect de la case */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #aaa;
	background: #FFF;
	border-radius: .2em;
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
	transition: all .275s;
}

/* Aspect de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '✕';
	position: absolute;
	top: .38em;
	left: .18em;
	font-size: 1.6em;
	color: #CB22ED;
	line-height: 0;
	transition: all .2s; /* Petite transition */
}

/* Aspect non cochée */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0) rotate(45deg);
}

/* Aspect cochée */
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1) rotate(0);
}


.all-category .cat_box{
    border: 1px solid #e8e8e8;
    width: 10.91%;
    height: 120px;
    display: table;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    cursor: pointer;
    color: #444;
    width: 170px;
    min-width: 90px;
}

.all-category .cat_box span{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}

.cat_box p a{
  color: #6f6b6b;
}

.cat_box p a:hover{
  color: rgb(233,97,30);
}

.cat_box p span.ico {
    padding-bottom: 4px;
}

.cat_box p span.name {
   
}

.cat_box p span.ico img {
    width: 32px;
}
.all-category .cat_box p {
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
    margin: auto;
    height: 88px;
}  

.page-all-category{
  padding: 0 0 50px 0 ! important;
}

.all-category{
  background: #fff; 
  box-shadow: 0 0 7px #ababab;
  
}

.all-category .cat-box{
   width: 10.91%;
}

.fancy-row{
    background: #fff;
    margin: 10px 0 0;
    display: inline-block;    
    width: 100%;
    padding: 10px 10px;
}

.level-1{
  font-size: 18px;
}

.have-child{
    margin-bottom: 8px;
}

.cate_linkbox{
    border: 1px solid #ddd;
    padding: 10px 10px 30px 10px;
}

.every-child{
  border-right: 1px solid #f7f7f7;
  width: 20%;
  float: left;
  list-style: none;
  padding: 0;
}
.child{
  padding: 0;
  list-style: none;
}

.child .level-2{
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.grand-child{
      list-style: none;
    padding: 12px 8px;
}

.cat-breadcumb{

}

.cat-breadcumb ul{
  list-style: none;
  padding: 12px 0 0 12px;
}

.cat-breadcumb ul li{
  display: inline-block;
  margin-right: 5px;
}

.cat-breadcumb ul li a{

}

.page-title{
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

.page-title h1{

}

.advs_name_link{
    font-family: Lato;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
    .hidden-min-w-768{
        display: none !important;
    }
    .owl-carousel.owl-advs {
        margin: 0px;
        margin-bottom: 0px;
        background: none !important;
        margin-top: -160px !important;
    }
    #logo a img {
        width: 70%;
    }
}
@media (max-width: 768px){ 
    .footer_header_top {
        background-color: rgb(255, 255, 255);
        padding: 0px;
        position: relative;
        margin: -1px 5%;
        top: -22px;
        border-radius: 50px 50px 0 0;
         box-shadow: 0 10px 60px 0 rgba(66, 66, 66, 0.12); 
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .01s;
          }
  .every-child {      
    width: 100%;
  }
  .product-category .refine_search ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
}

.artsistimg { width:200px!important;    float: none!important;}

