/*
	Theme Name: Raw Coco
	Theme URI: http://rawcoco.ro
	Description: Raw Coco
	Version: 1.0
	Author: Raw Coco
	Author URI: http://www.webfuture.us/
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
    font-family: 'Archer-Medium';
    src: url('fonts/Archer-Medium.eot');
    src: url('fonts/Archer-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Archer-Medium.woff') format('woff'),
    url('fonts/Archer-Medium.ttf') format('truetype'),
    url('fonts/Archer-Medium.svg#Archer-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Regular.woff') format('woff'),
    url('fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFUIDisplay-Regular';
    src: url('fonts/SFUIDisplay-Regular.eot');
    src: url('fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFUIDisplay-Regular.woff') format('woff'),
    url('fonts/SFUIDisplay-Regular.ttf') format('truetype'),
    url('fonts/SFUIDisplay-Regular.svg#SFUIDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archer-Bold';
    src: url('fonts/Archer-Bold.eot?#iefix') format('embedded-opentype'),  
    url('fonts/Archer-Bold.otf')  format('opentype'),
    url('fonts/Archer-Bold.woff') format('woff'), 
    url('fonts/Archer-Bold.ttf')  format('truetype'), 
    url('fonts/Archer-Bold.svg#Archer-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFUIDisplay-Light';
    src: url('fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),  
    url('fonts/SFUIDisplay-Light.otf')  format('opentype'),
    url('fonts/SFUIDisplay-Light.woff') format('woff'), 
    url('fonts/SFUIDisplay-Light.ttf')  format('truetype'), 
    url('fonts/SFUIDisplay-Light.svg#SFUIDisplay-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
body {
    font-family: "SFUIDisplay-Regular";
    font-size: 13px;
    line-height:16px;
    color:#000;
}
img {
    max-width: 100%;
}
img {
    cursor: inherit;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    color: #000;
}
a:hover, a:focus, a:active, a:visited  {
	outline:0;
	text-decoration: underline;
	color: #000;
}
input:focus, select:focus, textarea:focus {
  outline: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #000;
}
.clear {
	clear: both;
}
.headerTopMenu {
    text-align: right;
}
.LogoCol {
    height: 90px;
}
.LogoCol img {
    max-height: 90px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.mainMenu ul {
    font-size: 14px;
    padding: 0;
    list-style-type: none;
    margin: 0 0 30px 0;
    width: 100%;
    float: left;
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.mainMenu li {
    display: inline-block;
    padding: 16px 20px;
    position: relative;
}
.mainMenu {
    text-align: center;    
}
.mainMenu ul li a {
    font-family: Archer-Medium;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.mainMenu ul li a:hover {
    border-bottom: 1px solid #8E8E8E;
    color: #8E8E8E;
}
.headerSocialIco a:hover, .headerTopMenu a:hover, .rRightA a:hover h3, .rLeftMenu a:hover {
    color: #585858;
}
.headerLine {
    border-top: 1px solid #000;
}
.headerLine.header-line-black {
    border-top: 1px solid #000;
}
.headerLine.header-line-bottom {
    margin-bottom: 30px;
}
.LogoCol {
    margin-bottom: 15px;
}
.headerSocialIco a {
    font-size: 17px;
    padding: 0 5px;
    color: #999999;
}
.headerSocialIco {
    padding: 15px;
}
.headerSocialIco a i.fa-facebook {
    color: #3b5999;
}
.headerSocialIco a i.fa-twitter {
    color: #29c5f6;
}
.headerSocialIco a i.fa-instagram {
    color: rgb(128, 47, 28);
}
.headerSocialIco a i.fa-pinterest {
    color: #c61118;
}
.headerSocialIco a i.fa-google-plus {
    color: #d13d2f;
}
.headerSocialIco a i.fa-youtube {
    color: #de332c;
}
.headerSocialIco a i.fa-foursquare {
    color: #f94877;
}
.headerSocialIco a:hover {
    opacity: 0.5;
}
.headerTopMenu a {
    font-family: SFUIDisplay-Regular;
    color: #999999;
    padding: 0 26px;
}
.headerTopMenu a:last-child{
  padding-right:0;
}
.headerTopMenu {
    padding-top: 16px;
    font-size: 12px;
}
.headSearch {
    padding-top: 35px;
    text-align: right;
}
.hInpCont {
    display: inline-block;
    position: relative;
    border: 1px solid #dddddd;
    float: right;
}
.hSearchSubmit {
    background-image: url("images/search-ico.png");
    background-color: #fff;
    font-size: 0;
    float: right;
    width: 21px;
    height: 22px;
    background-position: center;
    border: none;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 6px;
    right: 7px;
    cursor: pointer;
}
.hSearchSubmit:hover {
    opacity: 0.6;
}
.hSearchSubmit.search-active {
	background-image: url("images/search-close.png");
}
.hSearchInp {
    border: none;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 9px;
    width: 240px;
    padding-right: 41px;
    box-sizing: border-box;
    padding-left: 10px;
}
.hSearchInp::-webkit-input-placeholder {
   color: #d1d1d1;
}
.hSearchInp:-moz-placeholder { /* Firefox 18- */
   color: #d1d1d1;  
}
.hSearchInp::-moz-placeholder {  /* Firefox 19+ */
   color: #d1d1d1;  
}
.hSearchInp:-ms-input-placeholder {  
   color: #d1d1d1;  
}
.hInpCont.active{
     border-bottom: 1px solid #DDDDDD; 
}
.hBannerOver span {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.hBannerOver {
    position: relative;
    margin-bottom: 26px;
}
.hBannerOver h2 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 14px;
    z-index: 1;
}
.hBannerOver:nth-child(2) {
    margin-bottom: 0;
}
.hBannerOver:after{
	content:'';
	display:inline-block;
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
    left:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.98) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ 
}
.hShopT {
    text-align: center;
    font-size: 30px;
    font-family: archer-medium;
    text-transform: uppercase;
}
.hShopT h2 {
    margin-top: 53px;
    margin-bottom: 13px;
}
.homeMenuMid a{
    font-family: SFUIDisplay-Regular;
    color: #999999;
    padding: 0 15px;
    font-size:14px;
    text-decoration:none;  
}
.homeMenuMid {
    color: #999999;
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 13px 0;
    margin-bottom: 10px;
}
ul#home-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul#home-menu li {
    display: inline-block;
}
ul#home-menu li a {
    position: relative;
}
ul#home-menu li a:after {
    content: "|";
    position: absolute;
    top: 0;
    right: -1px;
}
ul#home-menu li:last-child a:after {
    display: none;
}
.shopSlider {
    font-family: SFUIDisplay-Regular;
    margin-top: 18px;
    margin-bottom: 48px;
}
.shopSlider h3 {
    color: black;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 4px;
    width: 100%;
    float: left;
    height: 30px;
    overflow: hidden;
}
.homePostDesc p {
    color: #777777;
    font-size: 13px;
}
.oldPrice {
    color: #999999;
    text-decoration: line-through;
}
.actPrice {
    color: #e1987d;
}
.shopSlider a {
    text-decoration: none;
}
.shopSlider .slick-slide {
    text-align: center;
    width: 180px!important;
    margin-right: 24px;
}
.shopSlider .owl-prev {
    position: absolute;
    bottom: 55%;
    font-size: 0px;
    background-image: url(images/slidePrev.png);
    left: -34px;
    height: 32px;
    width: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.shopSlider .owl-next {
    position: absolute;
    bottom: 55%;
    font-size: 0px;
    background-image: url(images/slideNext.png);
    right: -34px;
    height: 32px;
    width: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.hShopPrice {
    text-align: center;
}
.rRightA .hShopPrice {
    font-size: 12px;
}
.homePostBig{
  position:relative;
}
.homePostBig:after {
    content: '';
    height: 44px;
    width: 21px;
    display: inline-block;
    position: absolute;
    background-image: url(images/postOverlay.png);
    bottom: 42%;
    right: 15px;
}
.homePostDesc h3 {
    font-family: 'Archer-Bold';
    font-size: 16px;
    margin-bottom: 0;
}
.homePostDesc span {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #777777;
    text-transform: capitalize;
}
.homePostDesc a {
    width: 180px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    text-transform: uppercase;
    margin-top: 14px;
    color: #ff5fa2;
    border: 1px solid #ff5fa2;
}
.homeBannerRight {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.bRightVid, .bRightCom {
    position: absolute;
    bottom:0;
    height:40px;
}
.bRightVid {
    width: 65%;
    background-color: rgba(234, 234, 234, 0.71);
    float: left;
    color: #000;
    font-size: 12px;
    padding-top: 14px;
    padding-left: 16px;
    right: 0;
}
.bRightVid span {
    height: 17px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.bRightCom {
    float: right;
    width: 35%;
    right: 0;
    background-color: white;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 14px;
    color: #000;
    text-decoration: none;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    left: 0;    
}
.hPostImg {
    position: relative;
}
.hPostImg:after {
    content: '';
    background-image: url(images/postOverlay2.png);
    height: 21px;
    width: 44px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.hPostBox h2 {
    font-family: 'Archer-Bold';
    font-size: 14px;
    color: #000;
    margin-top: 18px;
    margin-bottom: 0;
    width: 100%;
    float: left;
    height: 30px;
    overflow: hidden;
}
.hPostBox span {
    font-family: "SFUIDisplay-Regular";
    font-size: 12px;
    color: #777777;
}
.hPostBCont {
    padding-top: 30px;
}
.hPostBox a {
    text-decoration: none;
}
.hPostBox {
    margin-bottom: 22px;
    min-height: 181px;
}
.bPostCont, .hBannerCont {
    margin-top: 50px;
}
.section-recomended-title {
    width: 100%;
    float: left;
    margin: 30px 0 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.section-recomended-title h3 {
    text-align: center;
    font-family: archer-medium;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 0;
    line-height: 26px;
}
.hSlide2 h2 {
    font-family: "archer-medium";
    text-align: center;
    font-size: 15px;
    margin: 17px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.hSlider2 h3 {
    color: black;
    font-family: SFUIDisplay-Regular;
    text-align: center;
    font-size: 14px;
    margin: 16px 0 0px;
}
.hSlide2 .owl-prev {
    background-image: url(images/hSlideS-prev.png);
    position: absolute;
    top: -41px;
    height: 15px;
    background-repeat: no-repeat;
    font-size: 0;
    width: 8px;
}
.hSlide2 .owl-next {
    background-image: url(images/hSlideS-next.png);
    position: absolute;
    top: -41px;
    height: 15px;
    background-repeat: no-repeat;
    font-size: 0;
    width: 8px;
    right: 0;
}
.hBlogLink h2 {
    font-family: "archer-medium";
    text-align: center;
    font-size: 15px;
    margin: 17px 0 8px 0;
}
.hBlogCont {
    border: 1px solid #ddd;
    padding: 25px;
}
.hBlogCont h2 {
    color: #222222;
    margin: 0;
    text-align:left;
}
.vArt {
    width: auto;
    color: #ff5fa2 !important;
    border: 1px solid #ff5fa2;
    display: inline-block;
    padding: 11px 20px;
}
.vArt:hover {
    background-color: rgba(253, 151, 213, 0.12);
    text-decoration: none;
}
.hBlogCont span {
    margin-bottom: 18px;
    display: inline-block;
    color: #777777;
}
.hAdv1 {
    margin-top: 20px;
}
.hSlider2 {
    margin-bottom: 47px;
}
.hBCont h3 {
    font-size: 14px;
    color: #333333;
    margin-top: 46px;
    margin-bottom: 18px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center left;
    height: 70px;
    text-align: left;
    padding-left: 84px;
    padding-top: 18px;
}
.hBCont h3 span:first-child {
    width: 100%;
    float: left;
    clear: both;
    line-height: 21px;
    font-weight: 600;
    font-size: 16px;
}
.hBCont h3 span:nth-child(2) {
    width: 100%;
    float: left;
    clear: both;
    line-height: 21px;
}
.hBCont h3 span:first-child:after {
    font-family: "brandon";
    content: '\00bb';
    position: relative;
    top: 0px;
    right: -5px;
}
.hBCont {
    font-family: ProximaNova-Regular;
    color: #777777;
}
.hBContDd {
    width: 100%;
    float: left;
}
.hBContDd ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.hBContDd ul li {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaeaea;
    padding: 11px 0;
}
.hBContDd ul li:first-child {
    border-top: 1px solid #eaeaea;       
}
.hBContDd ul li a {
    width: 100%;
    color: #777777;
    height: 14px;
    overflow: hidden;
    float: left;
    line-height: 14px;
}
p.hBContDd-border {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
    line-height: 20px;
}
.hAdv2 {
    margin-top: 30px;
}
.hBCont p {
    margin-bottom: 18px;
}
.rLeftMenu {
    border: 1px solid #eaeaea;
    padding: 20px;
    min-height: 471px;
}
.rLeftMenu ul {
    padding: 0;
    list-style-type: none;
    font-family: "SFUIDisplay-Regular";
    text-transform: uppercase;
    font-size: 12px;
}
.rTopArt p {
    font-family: "SFUIDisplay-Regular";
    margin-top: 21px;
    margin-bottom: 0;
}
.rLeftMenu a{
    color:#000;
}
.rLeftMenu li {
    margin-bottom: 12px;
    display: block;
    width: 100%;
    float: left;
    text-transform: uppercase;
}
.rLeftMenu li:first-child a {
    background-image: url("images/art-ico.png");
    background-repeat: no-repeat;
    background-position: top 4px right;
    padding-right: 14px;
}
.rLeftMenu ul.sub-menu li a {
    background-image: none;
}
.rLeftMenu ul.sub-menu {
    padding-left: 7px;
    margin-top: 10px;
    display: none;
}
.rLeftMenu ul.sub-menu li {
    margin-bottom: 8px;
    text-transform: capitalize;
}
.rLeftMenu ul.sub-menu li a {
    color: #999999;
}
.rLeftMenu a:active, .rLeftMenu a:focus, .rLeftMenu a:visited {
    text-decoration: none;
}
.rLeftMenu li.active a {
    background-image: url("images/menu-arrow-down.png");
}
.rTopBoxes h1 {
    font-family: "archer-medium";
    text-transform: uppercase;
    font-size: 24px;
}
.leftMlink {
    display: inline-block;
    margin-top: 29px;
}
.leftMlink h3 {
    margin: 0;
    font-size: 14px;
}
.leftMlink span {
    color: #777777;
}
.rRightA {
    min-height: 237px;
    width: 105px;
    float: left;
    margin-right: 15px;
}
.shop-products-boxes .rRightA:nth-child(3n+3) {
    float: right;
    margin-right: 0;
}
.rRightA img {
    width: 100%;
}
.rRightA h3 {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    font-family: "SFUIDisplay-Regular";
    margin-bottom: 0;
    text-transform: none;
    width: 100%;
    float: left;
    height: 26px;
    overflow: hidden;
}
.rTopBoxes a {
    color: #000;
}
.rBigImg {
    position: relative;
}
.rBigImg:after {
    content: '';
    height: 19px;
    width: 40px;
    bottom: 0;
    background-image: url(images/postOverlay2.png);
    position: absolute;
    left: 21px;
    background-size: contain;
    background-repeat: no-repeat;
}
.rTopTitle {
    margin-bottom: 15px;
    font-family: archer-medium;
    text-transform: uppercase;
}
.leftMlink {
    padding-left: 14px;
}
.rRightA a {
    display: inline-block;
    margin-bottom: 10px;
}
.rTleft {
    margin-bottom: 20px;   
}
.rTopBoxes {
    margin-top: 20px;
}
.hBCont a:hover {
    color: #000;
}
.homeMenuMid a:hover {
    color: #000;
}
.homePostDesc a:hover {
    background-color: rgba(253, 151, 213, 0.12);
    text-decoration: none;
}
.bRightCom:hover {
    color: #404040;
    background-color: #EFEFEF;
    border: 1px solid white;
    text-decoration: none;
}
.shopSlider a:hover h3 {
    color: #7D7D7D;
}
.hSlider2 a:hover h3, .hPostBox h3:hover {
    color: #7D7D7D;
}
.hBlogCont a:hover h2 {
    color: #7D7D7D;
}

/* basic stylings ------------------------------------------ */
.fColE { 
  font-family:'SFUIDisplay-Regular';
  width:600px; 
  display:block; 

}
h2 small { 
  font-weight:normal; 
  color:#888; 
  display:block; 
}

/* form starting stylings ------------------------------- */
.RawInput { 
  position:relative; 
  padding-bottom: 10px;
}
.fColE input {
    font-size: 14px;
    display: block;
    height: 40px;
    line-height: 45px;
    max-width: 240px;
    width:100%;    
    border: none;
    border-bottom: 1px solid #F1D4C9;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fColE input::-webkit-input-placeholder {
   color: #B79E95;
}
.fColE input:-moz-placeholder { /* Firefox 18- */
   color: #B79E95;  
}
.fColE input::-moz-placeholder {  /* Firefox 19+ */
   color: #B79E95;  
}
.fColE input:-ms-input-placeholder {  
   color: #B79E95;  
}
.fColE input:focus {
    border-bottom: 1px solid #A28B82;
}
input:focus  { outline:none; }

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before, .bar:after     {
  content:'';
  height:1px; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:#f1d4c9;; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#dddddd; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#dddddd; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#dddddd; }
  to    { width:0; background:transparent; }
}

/*FOOTER*/
.fOutCol {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.footerCont {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color:#fce5dd;
}
.footerCont div {
    float: left;
    font-size: 12px;
}
.footerCont h3 {
    font-family: archer-medium;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 24px;
}
.footerCont .footer-box h3 {
    border-bottom: 1px solid #CCACA1;
    padding-bottom: 10px;
}
.fColE {
    margin-top: 8px;
    width: 23%;
    min-height: 235px;
}
.fColMid {
    width: 70%;
}
.footerCont .fColE {
    float: right;
    border: 1px solid #CCACA1;
    padding: 0 15px 15px 15px;
}
.fSocIco {
    display: inline-block;
    width: 100%;
}
.footerPadd ul{
    padding:0;
}
.footerPadd li {
    margin-bottom: 12px;
    list-style-type:none;
    text-transform: uppercase;
}
.footerCont a {
    color: black;
}
.footerCont a:hover {
    text-decoration: underline;
}
.footerPadd {
    width: 100%;
    background-color: #fce5dd;
    padding: 20px;
    position: relative;
}
.fColE input[type="submit"] {
    background-color: #f1d4c9;
    border: none;
    text-transform: uppercase;
}
.fColE input[type="submit"]:hover {
    background-color: #fff;
}
.RawInput label {
    color: #cfb3aa;
}
.fColE span {
    color: #cfb3aa;
    font-size: 12px;
    width: 100%;
    text-align: center;
    float: left;
}
.fColE h3 {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}
.fLogo {
    margin-top: 25px;
}
.fSocIco a {
    display: block;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin-bottom: 9px;
}
.fSocIco a i {
    min-width: 22px;
    float: left;
}
.fCopyRight {
    width: 100%;
}
.leftCopy {
    float: left;
    width: 50%;
    text-align:left;
}
.rightCopy {
    float: right;
    display: inline-block;
    width: 50%;
    text-align:right;
}
.fCopyRight {
    width: 100%;
    color: #999999;
    font-family: "ProximaNova-Regular";
    margin-top: 20px;
    font-size: 13px;
    margin-bottom:20px;
    text-transform: uppercase;
}
.fCopyRight span:first-child {
    margin-right: 40px;
}
form.footer-newsletter-form {
    background: transparent;
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 20px;
}
.RawInput {
    width: 100%;
}
ul.header-small-menu {
    margin: 5px 18px 0 0;
    padding: 0;
    float: right;
}
ul.header-small-menu li {
	display: inline-block;
}
ul.header-small-menu li a {
	position: relative;
}
ul.header-small-menu li a:after {
    content: "|";
    color: #999999;
    position: absolute;
    top: -2px;
    right: -16px;
}
.header-account {
    float: right;
}
.headerTopMenu .header-account a {
    padding: 0 4px;
}
.first-post {
    margin-bottom: 24px;
}
.homeMenuMid h2 {
    display: inline-block;
    font-size: 19px;
    line-height: 23px;
    font-family: archer-medium;
    text-transform: uppercase;
    color: #000;
    margin: 0 45px 0 0;
    font-weight: 600;
}
.blog-section-title {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.blog-section-title h2 {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    font-family: archer-medium;
    text-transform: uppercase;
    float: left;
    background: #fff;
    margin-top: -13px;
    margin-left: 30%;
    padding: 0 15px;
    position: absolute;
}
.hSubBox {
    padding-left: 0;
}
.video-boxes {
    width: 100%;
    float: left;
    padding: 0px 15px 15px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.homeBannerRight img {
    width: 100%;
}
.footer-box {
    width: 25%;
}
ul.footer-bottom-menu {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    border-top: 1px solid #CCACA1;
    padding: 15px 0 0 0 !important;
    margin-top: 15px;
}
ul.footer-bottom-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
ul.footer-bottom-menu li:after {
    content: "/";
    position: absolute;
    top: -1px;
    right: -14px;
}
ul.footer-bottom-menu li:last-child:after {
    content: "";
}
span.mini-cart-items {
    position: absolute;
    bottom: -6px;
    right: 9px;
    background: #a0a0a0;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 8px;
}
.header-mini-cart {
    width: 300px !important;
    height: auto;
    position: absolute;
    top: 55px;
    right: 15px;
    background: #fff;
    z-index: 1;
    font-family: 'SFUIDisplay-Regular';
    font-size: 12px;
    display: none;
}
ul.mini-cart-products {
    margin: 0;
    padding: 0 10px;
    width: 300px;
    height: 214px;
    float: left;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;

}
ul.mini-cart-products li {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    float: left;
    padding: 10px 0;
    display: block;
}
ul.mini-cart-products li a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 !important;
}
ul.mini-cart-products li img {
    float: left;
    width: 35px;
}
.mini-cart-prod-desc {
    float: right;
    width: 237px;
    text-align: left;
}
.mini-cart-prod-desc h3 {
    margin: 5px 0 1px 0;
    padding: 0;
    font-size: 12px;
    color: #000;
    width: 67%;
    float: left;
    text-align: left;
    height: 26px;
    overflow: hidden;
    clear: both;
}
span.mini-cart-qty {
    font-size: 12px;
    color: #999999;
    width: 100%;
    float: left;
}
.mini-cart-total {
    width: 100%;
    float: left;
    color: #000;
    line-height: 12px;
    text-align: center;
    padding: 14px 0;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
a.mini-cart-checkout {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 12px;
    padding: 14px 0 !important;
    text-transform: uppercase;
}
.page-title {
    margin-top: 20px;
}
.breadcrumbs {
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    font-family: 'SFUIDisplay-Light';
    letter-spacing: 1px;
}
.breadcrumbs span a {
    color: #000;
    position: relative;
    margin-right: 40px;
}
.breadcrumbs a:after {
    content: "";
    width: 5px;
    height: 11px;
    background-image: url("images/breadcrumbs-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 1px;
    right: -23px;
}
.page-title h1 {
    float: right;
    font-size: 20px;
    line-height: 20px;
    color: #999999;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'Archer-Medium';
}
.page-topLine {
    width: 100%;
    height: 1px;
    background: #dddddd;
    float: left;
    margin-top: 13px;
}
.shop-products-boxes {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.video-boxes.page-video-boxes {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    margin-left: 15px;
    width: 96%;
}
.video-boxes.page-video-boxes .homeBannerRight:first-child {
    margin-top: 15px;
}
.mainMenu ul li ul.sub-menu {
    background: #FFFFFF;
    width: 270px;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 5px 10px 0 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #ddd;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    display: none;
}
.mainMenu ul li ul.sub-menu li {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
}
.mainMenu ul li ul.sub-menu li a {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #D0D0D0;
    font-family: 'ProximaNova-Regular';
}
.mainMenu ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}
.mainMenu ul li:hover ul.sub-menu{
    display: block;
}
.page-content {
    margin-top: 40px;
}
.serial-box {
    margin-bottom: 30px;
}
.serial-box h2 {
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    width: 100%;
    float: left;
    height: 49px;
    overflow: hidden;
    text-align: center;
    background: #F7F7F7;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #FFF;
}
.serial-box h2 a, .serial-box h2 a:visited {
    color: #000;
}
.serial-boxed {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}
.serial-boxed img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 15px;
}
.serial-boxed:hover img {
     filter: grayscale(80%);
    -webkit-filter: grayscale(80%);  
    filter: gray;   
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.40%;
    padding-top: 25px;
    height: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.random-product-price {
    color: #000;
    text-align: center;
}
.random-product-price del {
    color: #999999;
    text-decoration: line-through;
}
.random-product-price ins {
    text-decoration: none;
}
.hSlide2 a:hover {
    text-decoration: none;
}
.shop-random-prod h3 {
    height: 30px;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.rezItem a img {
    float: left;
    padding-right: 20px;
}
.rezItem h3 {
    float: left;
    font-family: archer-medium;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 250px;
}
.rezItem span {
    float: left;
    width: 65%;
    color: #777777;
    margin-bottom: 16px;
}
.rezLink {
    float: right;
    color: #777777;
    border: 1px solid #dddddd;
    padding: 11px;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 15px;
}
.rezItem p {
    display: inline-block;
    float: left;
    width: auto;
    max-width: 65%;
    color: #777777;    
}
.rezItem {
    display: inline-block;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;    
}
.rezMore {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 1px solid #dddddd;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 25px;
}
.rezStitle h3 {
    font-family: archer-medium;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 39px;
    margin-bottom: 18px;
}
/*.rezItem:last-child {
    border-bottom: 1px solid red!important;
}*/
.plateCont {
    position: relative;
}
.plateCont img {
    position: absolute;
    top: -29px;
}
.plateRight {
    display: inline-block;
    min-height: 665px;
}
.textLeft {
    display: table;
    height: 100%;
    min-height: 680px;
}
.vertTxt {
    display: table-cell;
    vertical-align: middle;
}
.vertTxt h3:first-child {
    font-size: 30px;
    font-family: archer-medium;
    color: #999999;
    text-transform: uppercase;
}
.vertTxt h3:nth-child(2) {
    font-family: archer-medium;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 32px;
}
.vertTxt a {
    border: 1px solid #e5e5e5;
    width: 285px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 35px;
}
.mainMenu ul li ul.sub-menu li.subMenu-title a {
    text-align: left;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 32px 0 23px 81px;
    line-height: 14px;
    font-weight: 600;
}
.mainMenu ul li ul.sub-menu li.subMenu-title.shop a {
    background-image: url("images/shop2.png");
}
.mainMenu ul li ul.sub-menu li.subMenu-title.raw-food a {
    background-image: url("images/workshop2.png");
}
.mainMenu ul li ul.sub-menu li.subMenu-title.lifestyle a {
    background-image: url("images/raw-lifestyle2.png");
}
.mainMenu ul li ul.sub-menu li.subMenu-title.video a {
    background-image: url("images/video2.png");
}
.mainMenu ul li ul.sub-menu li.subMenu-title.carte a {
    background-image: url("images/carte2.png");
}
.mainMenu ul li ul.sub-menu li.subMenu-title.anca a {
    background-image: url("images/anca2.png");
}
.mainMenu ul li ul.sub-menu li.subMenu-title.detox a {
    background-image: url("images/detox-menu-icon.png");
}
.serial-first-video {
    margin-bottom: 30px;
}
.first-serial-box {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    float: left;
}
.serial-first-video h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 15px 0;
    padding: 0;
    width: 100%;
    float: left;
}
.serial-first-video h3 span {
    background-image: url("images/wellbeing.png");
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
    line-height: 38px;
    padding-left: 45px;
}
.first-serial-box h4 {
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
}
.first-serial-box img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.first-serial-box:hover img {
    filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
    filter: gray;
}
.first-serial-box span {
    width: 100%;
    float: left;
    margin-top: 7px;
}
.youtube-subscribe {
    width: 100%;
    float: left;
    margin-bottom: 11px;
}
.hInpCont.custom-search-form {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}
.hInpCont.custom-search-form .hSearchInp {
    width: 100%;
}
.youtube-subscribe.video-page {
    margin-top: 30px;
}
.video-title {
    width: 100%;
    float: left;
    margin: 22px 0 17px 0;
}
.video-title h2 {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
    float: left;
    line-height: 16px;
}
.video-title span {
    width: 100%;
    float: left;
}
ul.rssi-icons {
    float: right;
    width: auto;
}
ul.rssi-icons li {
    width: 23px !important;
    height: 23px;
    text-indent: -9999px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 5px !important;
}
ul.rssi-icons li a {
    background-color: transparent !important;
}
ul.rssi-icons li.facebook {
    background-image: url("images/icon-facebook2.png");
}
ul.rssi-icons li.twitter {
    background-image: url("images/icon-twitter2.png");
}
ul.rssi-icons li.googleplus {
    background-image: url("images/icon-google2.png");
}
ul.rssi-icons li.pinterest {
    background-image: url("images/icon-pinterest2.png");
}
.rssi-icons.tiny-format li {
    padding-right: 0;
}
ul.rssi-icons li:hover {
    opacity: 0.7;
}
.mini-cart-no-prod {
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 15px 0 5px 0;
    font-weight: 600;
}
.footerNewsletterForm {
    width: 100%;
}
.footerNewsletterForm input[type='email'] {
    font-size: 14px !important;
    display: block !important;
    height: 40px !important;
    line-height: 45px !important;
    max-width: 240px !important;
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #F1D4C9 !important;
    background-color: transparent !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    font-weight: normal;
    padding: 0 !important;
    margin-top: 10px;
    text-align: center;
}
.footerNewsletterForm input[type='email']:focus {
    outline: none !important;
    border-bottom: 1px solid #A28B82 !important;
    background-color: transparent !important;
}
.footerNewsletterForm button {
    background-color: #f1d4c9;
    border: none;
    text-transform: uppercase;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}
.footerNewsletterForm button:hover {
    background-color: #fff;
    color: #000;
}
.footerNewsletterForm span.edit-link {
    display: none;
}
.footerNewsletterForm input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #fce5dd inset;
    -webkit-text-fill-color: #000;
}
.footerNewsletterForm .yikes-easy-mc-success-message, .footerNewsletterForm .yikes-easy-mc-error-message {
    margin-top: 10px;
    margin-bottom: 0;
}
.posts-pagination ul {
    display: inline-block;
    padding: 0;
    margin: 20px 0;
}
.posts-pagination ul li {
    display: inline;
}
.posts-pagination ul li a, .posts-pagination ul li span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.posts-pagination ul li span.current {
    background-color: #4CAF50;
    color: white;
}
.posts-pagination ul li a:hover {
    background-color: #ddd;
}
.posts-pagination ul li span.dots {
    padding: 8px 2px;
}
.rLeftMenu ul.children {
    margin-top: 13px;
    display: none;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}
.categroy-subMenu {
    float: right;
    font-size: 17px;
    cursor: pointer;
}
.categroy-subMenu:hover {
    color: #7B7B7B;
}
.rSingleTitle .wp-caption {
    width: 100% !important;
    height: auto !important;
}
.rSingleTitle .wp-caption img {
    width: 100% !important;
    height: auto !important;
}
.rSingleNewsletter .yikes-easy-mc-form input[type="email"] {
    height: 30px;
    width: 240px;
    border: none;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    margin-top: 12px;
    display: block;
    margin: 20px auto 0 auto;
    background: transparent;
    font-weight: normal;
    text-align: center;
}
.rSingleNewsletter .yikes-easy-mc-form button, .rSingleNewsletter .yikes-easy-mc-form button:focus {
    height: 40px;
    width: 240px;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 13px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    color: #000;
    box-shadow: none;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.rSingleNewsletter span.edit-link {
    display: none;
}
.rSingleNewsletter .yikes-easy-mc-form input[type="email"]:focus {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}
.rSingleNewsletter .yikes-easy-mc-success-message, .rSingleNewsletter .yikes-easy-mc-error-message {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
    text-align: center;
}

/*** WOOCOMMERCE CSS ***/
.woocommerce-password-strength {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
}
.form-row label.wfs-rememberme input#rememberme {
    float: left;
}
.form-row label.wfs-rememberme span {
    float: left;
    margin-top: 7px;
    margin-left: 8px;
    font-weight: normal;
}
.form-row label.inline.wfs-rememberme {
    margin-top: 10px;
    margin-bottom: 0;
}
.lAutP p.loginForm-row {
    margin-bottom: 0 !important;
}
.lAutP p.lost_password {
    margin: 0 !important;
    padding: 0;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-message {
    margin: 25px 0 0 0 !important;
}
a.account-btn {
    display: inline-block;
    background: #FCE5DD;
    padding: 6px 8px 6px 25px;
    background-image: url("images/blog-ico.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-right: 10px;
}

/*** SHOP PAGE ***/
.shop-left-sidebar {
    float: left;
    margin-top: 20px;
    width: 20.9%;
    border: 1px solid #eaeaea;
    padding: 15px;
}
.shop-right-content {
    float: right;
    margin-top: 20px;
    width: 77.5%;
}
.shop-top-banners {
    width: 100%;
    float: left;
    clear: both;
}
.banner-2 {
    margin-top: 20px;
}
.shop-banner-body {
    width: 100%;
    float: left;
    position: relative;
    min-height: 251px;
    text-align: center;
    padding: 0 20px;
}
.shop-banner-body h3 {
    margin-top: 0;
    font-family: 'Archer-Medium';
    font-size: 32px;
}
.shop-filters {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    margin: 40px 0 50px 0;
    line-height: 12px;
}
.shop-filters ul {
    margin: 0;
    padding: 0;
}
.shop-filters ul li {
    display: inline-block;
    float: left;
}
.shop-filters ul li a {
    float: left;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 12px;
    padding:12px 20px;
    border-bottom: 1px solid #fff;
}
.shop-filters ul li a.active, .shop-filters ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
}
.shop-tab {
    width: 100%;
    float: left;
    display: none;
}
.shop-tab.new {
    display: block;
}
.shop-products {
    width: 100%;
    float: left;
}
.product-box {
    width: 216px;
    float: left;
    margin-right: 22px;
    margin-bottom: 40px;
    min-height: 388px;
}
.product-box a {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.product-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}
.product-box:hover .product-overlay {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.product-overlay i {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: -350px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 33px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.product-box:hover .product-overlay i {
    top: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-box img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-box:hover img {
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05); 
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.shop-products .product-box:nth-child(4n+4) {
    float: right;
    margin-right: 0px;
}
.product-box h2 {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    width: 100%;
    float: left;
    height: 30px;
    overflow: hidden;
    margin: 15px 0 5px 0;
    padding: 0;
}
.product-box h2 a {
    color: #000;
}
.product-box .random-product-price {
    font-size: 13px;
    color: #999999;
}
.load-more-body {
    width: 100%;
    float: left;
}
#loader {
    width: 41px;
    height: 39px;
    background-image: url("images/loader.gif");
    margin: 0px auto 15px auto;
    display: none;
}
#loadmore a {
    width: 100%;
    float: left;
    color: #ff5fa2;
    border: 1px solid #ff5fa2;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
}
#loadmore a:hover {
    text-decoration: none;
    background-color: rgba(253, 151, 213, 0.12);
}
#loadmore a:focus, #loadmore a:active {
    text-decoration: none;
}
ul#shop-sidebar-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
ul#shop-sidebar-menu li {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    margin: 10px 0;
    list-style-type: none;
}
ul#shop-sidebar-menu li a:active, ul#shop-sidebar-menu li a:focus {
    text-decoration: none;
}
ul#shop-sidebar-menu li ul.sub-menu {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px;
}
ul#shop-sidebar-menu > li.menu-level-1 > a {
    float: left;
    font-size: 14px;
    color: #333333;
    font-family: 'Archer-Medium';
    font-weight: 600;
    margin-bottom: 5px;
}
ul#shop-sidebar-menu > li > ul.sub-menu > li > a {
    background-image: url("images/art-ico.png");
    background-repeat: no-repeat;
    background-position: top 3px right;
    padding-right: 13px;
    display: inline-block;
}
ul#shop-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    padding-left: 8px;
}
ul#shop-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 0;
    color: #999999;
}
ul#shop-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
}
ul#shop-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li:first-child {
    margin-top: 15px;
}
.menu-level-1-minus {
    width: 11px;
    height: 15px;
    float: right;
    background-image: url("images/menu-minus.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
    cursor: pointer;
}
.menu-level-1-minus.active {
    background-image: url("images/menu-plus.png");
}
ul#shop-sidebar-menu > li > ul.sub-menu > li.active > a {
    background-image: url("images/menu-arrow-down.png");
}
ul#shop-sidebar-menu > li > ul.sub-menu > li.menu-item-7313 > a {
    background-image: none;
}
li#menu-item-7343 > ul.sub-menu > li > a, li#menu-item-7368 > ul.sub-menu > li > a {
    background-image: none !important;
}
h2.no-results {
    color: #989898;
    font-size: 21px;
    border-bottom: 1px solid #ddd;
    margin: 20px 0 0 0;
    padding: 8px 0;
    text-align: center;
}
h2.no-results i {
    color: #404040;
    margin-right: 12px;
}
.shop-recomended-products .section-recomended-title {
    margin: 60px 0 20px 0;
}
h1.product_title {
    font-family: 'Archer-Medium';
    font-size: 20px;
    margin: 15px 0 5px 0;
    padding: 0;
    text-transform: uppercase;
    color: #000;
}
.product-informations p.price {
    color: #999999;
    font-size: 15px;
}
.product-gallery .images {
    width: 100%;
    float: left;
    position: relative;
}
.product-gallery .images:before {
    content: "";
    width: 16px;
    height: 23px;
    background-image: url("images/icon-zoom.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 12px;
    pointer-events: none;
}
.product-gallery .thumbnails {
    width: 100%;
    float: left;
    margin-top: -150px;
    z-index: 99;
    position: relative;
    padding: 0 10px;
}
.product-gallery .thumbnails a {
    float: left;
    margin-right: 7px;
}
.product-gallery .thumbnails a:last-child:not(:first-child) {
    float: right;
    margin-right: 0;
}
.product-gallery .thumbnails img {
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-gallery .thumbnails img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.product-description {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-top: 20px;
}
.product-tabs {
    margin-top: 30px;
}
h3.tab-title {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    line-height: 13px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 7px 0;
    padding: 10px 0;
    cursor: pointer;
    background-image: url("images/tab-plus.png");
    background-repeat: no-repeat;
    background-position: center right;
}
h3.tab-title.active {
    color: #000;
    border-bottom: 1px solid #000;
    background-image: url("images/tab-minus.png");
}
.tab-content {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 13px;
    line-height: 16px;
    display: none;
    font-weight: normal;
}
.product-description .tab-content {
    display: block;
    height: 275px;
    overflow: hidden;
    padding: 0 20px 0 0;
    margin-top: 20px;
    background-image: none;
}
.product-tabs .tab-content {
    background-image: none;
}
.product-description ul, .product-description ol {
    padding-left: 25px;
}
.product-description h4 {
    color: #000;
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.product-description p {
    text-align: justify !important; 
}
.product-informations button {
    background: transparent !important;
    color: #ff5fa2 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 12px !important;
    border: 3px solid #ff5fa2 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 100%;
    height: 40px;
    margin-top: 20px !important;
    line-height: 23px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-informations button:hover {
    background: rgba(253, 151, 213, 0.12) !important;
}
.product-share {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
}
.product-share ul.rssi-icons {
    float: left;
}
.product-share ul.rssi-icons li:first-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 14px !important;
}
a.product-video {
    position: absolute;
    top: 11px;
    left: 11px;
    background: rgba(255, 255, 255, 0.69);
    padding: 5px 10px;
    font-size: 13px;
    line-height: 13px;
}
a.product-video:hover, a.product-video:focus {
    text-decoration: none;
}
.product-informations label {
    color: #000;
}
.product-informations table {
    width: 100%;
    margin: 0;
    padding: 0;
}
.product-informations table tr {
    width: 48%;
    float: left;
}
.product-informations table tr:nth-child(2n+2) {
    float: right;
}
.product-informations table tr td {
    width: 100%;
    float: left;
}
.product-informations select {
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    color: #AFAFAF;
    width: 100%;
    float: left;
    padding: 10px 0 10px 5px;
    background-image: url("images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-informations select option {
    color: #000;
    background: #FBFBFB;
}
.product-informations input {
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    color: #AFAFAF;
    width: 100% !important;
    float: left;
    padding: 10px 0 10px 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-informations input:focus, .product-informations select:focus { 
    border-bottom: 1px solid #000;
    color: #000;
}
a.reset_variations {
    float: right;
    margin-top: 7px;
    background: #FCE5DD;
    padding: 2px 5px;
    font-size: 12px;
    display: none !important;
}
.product-informations .quantity {
    width: 100%;
    float: left;
    position: relative;
}
.product-informations .woocommerce-variation-price {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.product-informations span.price {
    font-size: 16px;
    font-weight: 600;
}
input.datepicker {
    background-image: url("images/icon-date.png");
    background-repeat: no-repeat;
    background-position: center right;
}
.datepicker {
    min-width: auto !important;
}
.product-informations input[type="number"]::-webkit-outer-spin-button, .product-informations input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.product-informations .quantity div.spinedit {
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    width: 11px;
}
.spin-up {
    width: 11px;
    height: 6px;
    background-image: url("images/select-arrow-up.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    cursor: pointer;
}
.spin-down {
    width: 11px;
    height: 6px;
    background-image: url("images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
}
.product-gallery span.onsale {
    z-index: 9;
    width: 85px;
    height: 25px;
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
    font-weight: normal;
    line-height: 28px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.69);
    color: #000;
    min-width: auto;
    min-height: auto;
}
.product-tabs ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.qty-select {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.customMessage, .customMessage-box {
    width: 100% !important;
    display: none;
}
a.add-custom-message, a.add-custom-message:active {
    width: 100%;
    float: left;
    margin: 12px 0 8px 0;
    font-size: 13px;
    color: #cccccc;
    text-decoration: none;
}
a.add-custom-message i {
    padding-right: 5px;
}
a.add-custom-message:hover {
    color: #000;
    text-decoration: none;
}
a.add-custom-message:hover i {
    color: green;
}
.product-contact-info {
    width: 29%;
    float: none;
    border: 1px solid #ff5fa2;
    padding: 15px;
    display: block;
    margin: 20px auto 0 auto;
}
.no-padding-left {
    padding-left: 0;
}
.text-livrare {
    width: 100%;
    float: left;
    clear: both;
    border: 1px solid #ccc;
    padding: 10px 0 9px 0;
    text-align: center;
    margin-bottom: 20px;
    background: #FDFDFD;
    font-weight: bold;
}
.woocommerce table.shop_table.cart {
    margin-top: 30px;
    border: none;
}
.woocommerce table.shop_table.cart img {
    width: auto;
}
.woocommerce table.shop_table.cart tr th, .woocommerce table.shop_table.cart tr td {
    padding: 9px 0;
    font-weight: normal;
}
.woocommerce table.shop_table.cart tr td {
    color: #999999;
}
.woocommerce td.product-name dl.variation {
    margin: 0;
    float: left;
    width: 100%;
}
.cart-prod-img {
    width: 100px;
    float: left;
    margin-right: 20px;
}
.cart-prod-info {
    float: left;
    width: 75%;
    font-size: 12px;
    line-height: 18px;
}
.cart-prod-info a {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 7px;
    float: left;
}
.woocommerce td.product-name dl.variation dd {
    padding: 2px 0 0 0;
    margin-bottom: 0;
}
.woocommerce td.product-name dl.variation p {
    padding: 0;
    line-height: 12px;
}
.woocommerce td.product-name dl.variation dt {
    font-weight: normal;
    color: #000;
}
.woocommerce table.shop_table.cart tr td .quantity {
    float: left;
    width: 50px;
}
.woocommerce table.shop_table.cart tr td .quantity input {
    border: none;
    border-bottom: 1px solid #999999;
    width: 100%;    
    float: left;
}
.woocommerce table.shop_table.cart tr td a.remove {
    float: left;
    margin: 5px 0 0px 15px;
    font-size: 12px;
    font-weight: normal;
    color: #dd7373 !important;
    border-radius: 0;
    width: auto;
    height: auto;
    background-image: url("images/cart-remove.png");
    background-repeat: no-repeat;
    background-position: top 1px left;
    padding-left: 15px;
}
.woocommerce table.shop_table.cart tr td a.remove:hover {
    text-decoration: underline;
    background-color: transparent;
}
.coupon {
    width: 50%;
    float: left;
}
.coupon input#coupon_code {
    width: 63%;
    float: left;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    height: 35px;
}
.coupon input[type="submit"], .woocommerce table.shop_table.cart input[name="update_cart"] {
    background: transparent;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 33%;
    height: 35px;
    line-height: 23px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.coupon input[type="submit"]:hover {
    background: #f9f9f9;
}
.woocommerce table.shop_table.cart input[name="update_cart"] {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'SFUIDisplay-Regular';
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 5px 15.2% 5px 0;
    margin-bottom: 10px;
}
.cart-collaterals table.shop_table {
    border: none;
    margin: 0;
    width: 100%;
    border-radius: 0;
}
.cart-collaterals table.shop_table tr th, .cart-collaterals table.shop_table tr td {
    padding-right: 0;
    padding-left: 0;
    font-weight: normal;
    font-size: 12px;
    color: #777777;
}
table.shop_table.shop_table_responsive.cart tbody tr:last-child td {
    padding-top: 30px;
}
.cart-collaterals table.shop_table tr td label {
    font-weight: normal;
}
.cart-collaterals a.checkout-button {
    background: transparent !important;
    color: #000 !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    border: 1px solid #000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    width: auto !important;
    height: 38px !important;
    line-height: 14px !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    float: right !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.cart-collaterals a.checkout-button:hover {
    background: #f9f9f9;
    color: #000;
}
.cart-collaterals table.shop_table tr th {
    width: 75% !important;
    text-align: right;
    padding-right: 20px;
    padding-top: 7px;
}
.finalizareComanda {
    width: 100%;
    float: left;
    margin-top: 30px;
    font-weight: bold;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, h3#order_review_heading {
    font-family: 'Archer-Medium';
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 30px 0;
    padding: 0;
}
.woocommerce-shipping-fields h3 label {
    font-weight: normal;
    float: right;
    margin: 0;
    padding: 0;
}
.woocommerce-shipping-fields h3 input#ship-to-different-address-checkbox {
    float: left;
    width: auto;
    margin-top: 5px;
    margin-right: 15px;
}
.woocommerce form .woocommerce-billing-fields p.form-row, .woocommerce form .woocommerce-shipping-fields p.form-row {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    float: left;
}
.woocommerce form .woocommerce-billing-fields p.form-row label, .woocommerce form .woocommerce-shipping-fields p.form-row label {
    display: none;
}
.woocommerce form .woocommerce-billing-fields input, .woocommerce form .woocommerce-shipping-fields input, .woocommerce form .woocommerce-shipping-fields textarea {
    width: 100%;
    float: left;
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    color: #A2A2A2;
    margin: 0;
    padding: 8px 0;
}
p#billing_country_field, p#shipping_country_field {
    color: #A2A2A2;
    margin-top: 10px;
}
p#billing_country_field strong, p#shipping_country_field strong {
    font-weight: normal;
}
table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
    border-radius: 0;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0px;
}
#add_payment_method #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    border-radius: 0px;
    background-color: #F5F5F5;
}
#add_payment_method #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #F5F5F5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 30px;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
ul.payment_methods li input[type="radio"] {
    display:none;
}
ul.payment_methods li input[type="radio"] + label {
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-left: 50px;
    font-weight: normal;
    line-height: 28px;
}
ul.payment_methods li input[type="radio"] + label:before {
    content: "";
    width: 33px;
    height: 33px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -5px;
    left: 0;
    border-bottom: 1px solid #cccccc;
}
ul.payment_methods li input[type="radio"]:checked + label:before {
    background-image: url("images/checkbox-arrow.png");
}
table.shop_table.woocommerce-checkout-review-order-table tr th, table.shop_table.woocommerce-checkout-review-order-table tr td {
    padding-left: 0;
    padding-right: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    list-style: none;
}
.checkout-body .shipping_address {
    width: 100%;
    float: left;
}
.checkout-body .col-1 {
    width: 49% !important;
    float: left !important;
}
.checkout-body .col-2 {
    width: 49% !important;
    float: right;
}
.woocommerce-shipping-fields textarea#order_comments {
    height: 68px;
    resize: none;
}
table.shop_table.woocommerce-checkout-review-order-table tr td ul#shipping_method label {
    font-weight: normal;
}
table.shop_table.woocommerce-checkout-review-order-table tr td ul#shipping_method label span.amount {
    color: green;
}
h3#ship-to-different-address input[type="checkbox"], .wc-terms-and-conditions input[type="checkbox"] {
    display:none !important;
}
h3#ship-to-different-address input[type="checkbox"] + label, .wc-terms-and-conditions input[type="checkbox"] + label {
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-left: 50px;
    font-weight: normal;
    line-height: 28px;
}
h3#ship-to-different-address input[type="checkbox"] + label:before, .wc-terms-and-conditions input[type="checkbox"] + label:before {
    content: "";
    width: 33px;
    height: 33px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #cccccc;
}
h3#ship-to-different-address input[type="checkbox"]:checked + label:before, .wc-terms-and-conditions input[type="checkbox"]:checked + label:before {
    background-image: url("images/checkbox-arrow.png");
    background-size: 83%;
}
.checkout-body .place-order {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    padding-top: 6px;
}
.woocommerce input#place_order {
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0);
    color: #000;
    border-radius: 0;
    font-weight: normal;
    padding: 13px 45px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.checkout-body .woocommerce input#place_order:hover {
    background-color: #f9f9f9;
    border: 1px solid green;
    color: green;
}
.checkout-body .woocommerce td.product-name dl.variation dd p:last-child {
    padding-top: 2px;
}
.bpopup {
    display: none;
    background: #fff;
    text-align: center;
    padding: 20px 30px;
    width: 310px;
}
.bpopup span.b-close {
    position: absolute;
    top: -9px;
    right: -9px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.bpopup.popup-comanda-minima {
    font-family: 'Archer-Medium';
}
#rezM {
    width: 100%;
    float: left;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;    
}
#rezM a {
    display: inline-block;
    width: 100%;
    text-decoration:none;
}
#rezM:hover{
    text-decoration: none;
    background-color: #F9F9F9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.franImgRight a {
    display: inline-block;
    margin-top: 15px;
}
.franForm input {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #cccccc;
}
.franForm input[type="submit"] {
    border-bottom: 0;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    font-size: 12px;
    margin-top: 12px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
.franForm {
    margin-top: 20px;
}
.franVideo {
    margin-top: 20px;
}
.franHolder {
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.cart .woocommerce table.shop_table tr.shipping, .cart .woocommerce table.shop_table tr.order-total {
    display: none;
}
.franHolder .homeBannerRight {
    clear: both;
    float: none;
    margin-top: 0;
}
.franForm p {
    margin-bottom: 24px;
}
.page-template-templatescheckout-php h1 {
    display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #FFFFFF;
}
.detoxRcont span {
    display: inline-block;
    width: 100%;
}
.detoxRcont .descGhid {
    text-transform: uppercase;
    width: auto;
    border: 1px solid #E6E6E6;
    display: inline-block;
    padding: 11px 20px;
    margin: 10px 0;
    background-color: #EEEEEE;
    text-decoration: none;
}
.detoxRcont .descGhid:hover {
    background-color: #B4B4B4;
    color:#fff;
}
.yith-wcwl-add-button a {
    width: 100%;
    height: 40px;
    background: transparent;
    border: 1px solid #ddd;
    float: left;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.yith-wcwl-add-button a:hover {
    background-color: #f9f9f9;
    text-decoration: none;
}
.yith-wcwl-add-button img.ajax-loading {
    display: none !important;
}
.yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse {
    text-align: center;
    color: green;
}
.yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-wishlistexistsbrowse a {
    display: none;
}
table.wishlist_table tr td {
    text-align: left;
}
table.wishlist_table tr td a.remove.remove_from_wishlist {
    text-indent: -9999px;
}
table.wishlist_table tr td a.remove.remove_from_wishlist:hover {
    opacity: 0.4;
}
table.wishlist_table tr th.product-name, table.wishlist_table tr td.product-name {
    padding-left: 15px !important;
}
table.wishlist_table tr td.product-add-to-cart a.add_to_cart {
    background: none;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #ddd;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
table.wishlist_table tr td.product-add-to-cart a.add_to_cart:hover {
    background-color: #f9f9f9;
    text-decoration: none;
    color: #000;
}
table.wishlist_table tr td.product-name {
    font-size: 13px;
}
.woocommerce-wishlist .woocommerce-message {
    display: none !important;
}
.woocommerce-edit-address .woocommerce input {
    border: none;
    border-bottom: 1px solid #cccccc;
    height: 30px;
    font-size: 13px;
}
.woocommerce-edit-address .woocommerce input.button {
    background: #000;
    border: none;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
    height: 40px;
    padding: 0 35px;
    margin-top: 20px;
    font-weight: bold;
}
.woocommerce-edit-address input.button:hover {
    background-color: #383838;
    color: #fff; 
}
.woocommerce-edit-address .woocommerce form .form-row label {
    background: #f9f9f9;
    padding: 0 11px;
    font-weight: normal;
}
.woocommerce-view-order p.order-info {
    margin-top: 35px;
}
.woocommerce-view-order p.order-info mark {
    padding: 0;
    background-color: transparent;
}
.woocommerce-view-order h2 {
    font-size: 17px;
    color: #000;
    background: #f9f9f9;
    padding: 6px 10px;
}
.woocommerce-view-order h3 {
    font-size: 17px;
    color: #000;
}
.woocommerce-view-order table.shop_table.order_details, .woocommerce-view-order table.shop_table.customer_details {
    border-radius: 0;
}
.ateliere-de-gatit-corporate .gallery-item img {
    width: auto !important;
    height: auto !important;
    border: 5px solid #fff !important;
}
.ateliere-de-gatit-corporate .vc_message_box {
    margin-top: 40px;
    margin-bottom: 30px;
}
.ateliere-de-gatit-corporate dl.gallery-item {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.pageList ul li {
    margin-bottom: 23px;
}
.page-list-ul ul li {
    margin-top: 21px;
}
.rSingleTitle img {
    border: 0!important;
    height: auto;
}
.sinImgPos img {
    float: left;
    margin: 10px 10px 0 0;
}
.notFound h1 {
    text-align: center;
    font-family: archer-medium;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.notFound-txt {
    font-size: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 40px 0;
}
.notFound-link {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    font-size: 21px;
    text-transform: uppercase;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    text-align: center;
}
.notFound-link:hover{
    background-color: #EFEFEF;
    text-decoration: none;
}
.notFound {
    padding: 100px 0;
    background-image: url(images/autP_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.notFound h2 {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 20px 0;
}
.workshopCorportate .flexslider {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    position: inherit;
    border-radius: 0;
    -o-box-shadow:  none;
    box-shadow: none;
    zoom: 1;
}
.workshopCorportate #carousel {
    position: absolute;
}
.workshopCorportate ol.flex-control-nav.flex-control-paging {
    display: none;
}
.workshop-content {
    margin-top: 25px;
}
.workshopCorportate #carousel li {
    margin-right: 10px;
}
.workshop-mid-slider {
    min-height: 570px;
}
.workshopCorportate h3.tab-title {
    font-size: 13px;
    margin: 0 0 7px 0;
    line-height: 13px;
    font-family: inherit;
}
.workshop-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    height: 30px;
}
.workshop-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.workshop-form .wpcf7 input.wpcf7-submit {
    border: 1px solid #ddd;
    background-color: transparent;
    text-transform: uppercase;
}
.workshop-form .wpcf7 input.wpcf7-submit:hover {
    background-color: #f9f9f9;
}
.staticP .workshop-form h2 {
    margin-bottom: 30px;
}
.corporateSlider ul.slides {
    padding: 0;
}
a.workshopBtn {
    width: 100%;
    background: #FCE5DD;
    float: left;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}
a.workshopBtn:hover {
    background: #EFD3CA;
    text-decoration: none;
}
.corporateSlider a.flex-next {
    right: 15px !important;
    opacity: 1 !important;
    text-indent: 99999999px;
    background-image: url(images/rslide_next.png);
    font-size: 0;
    width: 15px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.corporateSlider a.flex-prev {
    left: 15px !important;
    opacity: 1 !important;
    text-indent: 99999999px;
    background-image: url(images/rslide_prev.png);
    font-size: 0;
    width: 15px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.workshop-mid-slider a.flex-next {
    right: 30px !important;
    opacity: 1 !important;
    text-indent: 99999999px;
    background-image: url(images/rslide_next.png);
    font-size: 0;
    width: 15px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.workshop-mid-slider a.flex-prev {
    left: 30px !important;
    opacity: 1 !important;
    text-indent: 99999999px;
    background-image: url(images/rslide_prev.png);
    font-size: 0;
    width: 15px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.aboutRW {
    margin-top: 20px;
}
.detox-posts.hBlogCont {
    margin-top: 10px;
    padding: 20px;
}
.detox-posts.hBlogCont h2 {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    text-align: center;
}
.woocommerce form.woocommerce-ordering {
    float: left;
}
.woocommerce form.woocommerce-ordering select.orderby {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
    color: #AFAFAF;
    width: 100%;
    float: left;
    padding: 10px 20px 10px 5px;
    background-image: url("images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height: 37px;
}
.staticP .footerCont ul {
    padding-left: 0;
}
.blog-sidebar-menu li {
    font-size: 13px;
}
.detox-posts {
    margin-top: 25px;
}
.detox-posts .hPostBox h3 {
    font-family: 'Archer-Bold';
    font-size: 14px;
    color: #000;
    margin-top: 18px;
    margin-bottom: 0;
    width: 100%;
    float: left;
    height: 30px;
    overflow: hidden;
    text-transform: inherit;
}
.detox-posts .hPostBox h3:hover {
    text-decoration: underline;
}
.staticP h2.workshop-title {
    margin-top: 0;
    margin-bottom: 20px;
}
.workshopProd h3 {
    margin: 10px 0 5px 0;
    text-align: center;
    font-size: 17px;
}
.workshopProd {
    margin-bottom: 20px;
}
.corp-slider-body {
    margin-bottom: 20px;
}
.staticP h2.no-workshop-title {
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    margin: 0 0 6px 0;
}
.wfs-gallery-item {
    margin-top: 15px;
    text-align: center;
}
.staticP .wfs-gallery-item h2 {
    font-family: "SFUIDisplay-Regular";
    font-size: 16px;
    margin: 15px 0 0px 0;
    line-height: 16px;
    height: 16px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.wfs-gallery-item span {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}
.product-tabs .tab-content ul {
    font-size: inherit;
    padding: 0;
}
.product-tabs .tab-content ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
}
.product-tabs .tab-content ul li a {
    text-decoration: underline;
}
.product-tabs .tab-content ul li a:hover {
    text-decoration: none;
}
.ancaContBig .tab-content {
    background-image: none;
}
.franBanner {
    margin-top: 20px;
}
.ancaContBig .tab-content ul {
    font-size: inherit;
    padding: 0;
}
.all-in-one .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}
.all-in-one .tab_container {
    width: 100%;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 420px;
}
.mCustomScrollbar .tab_content {
    box-shadow: none;
}
.all-in-one ul.tabs li {
    background: none;
    width: 33.33333333%;
        border: 1px solid #ddd;
}
.all-in-one ul.tabs li a {
    border-bottom: 1px solid #ddd;
}
.all-in-one ul.tabs {
    border-left: none;
}
.all-in-one ul.tabs li:first-child {
    border-right: 0;
}
.all-in-one ul.tabs li:last-child {
    border-left: 0;
}
.all-in-one ul.tabs li.active {
    border-top: 2px solid;
}
.all-in-one .tab_container .ins-feeds a {
    height: auto;
    width: auto;
}
.all-in-one .tab_container .ins-feeds a img {
    margin: 0;
    width: 100%;
    height: auto;
}
.all-in-one .tab_container .ins-feeds a {
    float: left;
    margin: 0 11px 10px 0;
    width: 163px;
    height: 163px;
}
.all-in-one .tab_container .ins-feeds a:nth-child(2n+2) {
    float: right;
    margin-right: 0
}
#shop-sidebar-menu li.hide-brand {
    display: none;
}
a.goTop {
    width: 60px;
    height: 51px;
    position: absolute;
    right: 20px;
    bottom: 0;
    text-align: center;
    border-right: 1px solid #CCACA1;
    border-left: 1px solid #CCACA1;
}
a.goTop:hover {
    background-color: rgba(255, 255, 255, 0.36);
}
a.goTop span {
    width: 100%;
    float: left;
    line-height: 12px;
}
a.goTop i {
    font-size: 20px;
}
.product-description a, .tab-content a, .ancaTCont a, .rTopArt a, .aboutRW a, .franTxtLeft a {
    color: #FF5FA2;
    text-decoration: underline;
}
.product-description a:hover, .tab-content a:hover, .ancaTCont a:hover, .rTopArt a:hover, .aboutRW a:hover, .franTxtLeft a:hover {
    text-decoration: none;
}
.rawBanner {
    margin-top: 10px;
    margin-bottom: 10px;
}
.colabBanner {
    margin-bottom: 10px;
}
a.detox-more {
    color: #ff5fa2;
    text-transform: uppercase;
    border: 3px solid #ff5fa2;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}
a.detox-more:hover {
    background: rgba(253, 151, 213, 0.12) !important;
    text-decoration: none;
}
.fColE span.rSingleNewsTerms {
    margin-top: 0;
    color: #000;
}
.fColE span.rSingleNewsTerms a {
    color: #000;
}
.fColE span.rSingleNewsTerms a:hover {
    text-decoration: none;
}
.product-contact-info.contact-info-header {
    width: 190px;
    float: left;
    margin: 0;
    display: inline-block;
    padding: 15px 0;
    border: 1px solid #dddddd;
    color: #B5B5B5;
}
.info-head-left {
    width: 60px;
    float: left;
    text-align: left;
    padding-left: 12px;
}
.info-head-right {
    width: 128px;
    float: right;
}
.hSearchInp.user-nologged {
    width: 300px;
}
.all-in-one ul.tabs li.aiosf-facebook a {
    background: rgba(0, 0, 0, 0) url("images/facebook3.png") no-repeat scroll center center !important;
}
.all-in-one ul.tabs li.aiosf-twitter a {
    background: rgba(0, 0, 0, 0) url("images/twitter3.png") no-repeat scroll center center !important;
}
.all-in-one ul.tabs li.aiosf-instagram a {
    background: rgba(0, 0, 0, 0) url("images/instra3.png") no-repeat scroll center center !important;
}
.social-widget h3 {
    margin: 15px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 22px;
    font-family: archer-medium;
}
.socialLink {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
}
.mCSB_container .tab_content h4 {
    display: none;
}
#nl_element{
    display:none;
}
.nlCont {
    width: 300px;
    max-width: 300px;
    display: inline-block;
    background-color: #fff;
    padding: 15px 15px 30px 15px;
}
.nlCont h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 27px;
    font-family: Archer-Medium;
    clear: both;
}
.button.b-close {
    font-size: 23px;
    margin-bottom: 20px;
    float: right;
}
.nlCont span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
}
.nlCont input#yikes-easy-mc-form-1-EMAIL {
    background-color: #fff;
    height: 40px;
    font-size: 14px;
    border: 1px solid rgba(121, 118, 118, 0.23);
    font-weight: normal;
}
.nlCont .btn-primary {
    background-color: white;
    color: #000;
    border: 1px solid #BDBDBD;
    border-radius: 0;
}
.ancaTCont.FT14 p {
    font-size: 14px;
    line-height: 20px;
}
.wfs-gallery-item span {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.aparitie-top h2 {
    font-size: 21px;
    border-bottom: 1px solid black;
    width: auto;
    display: inline-block;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 5px;
}
select#billing_state, select#shipping_state {
    width: 100%;
    float: left;
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    color: #A2A2A2;
    margin: 0;
    padding: 8px 0;
}
.rSlideMain {
    margin-bottom: 0;
    border: 0;
}
.rSlideMain .slides img {
    position: relative;
}
.rSlideThumb {
    background: none;
    border: none;
    margin-bottom: 0;
    margin-top: -80px;
    margin-left: 10px;
}
.aparitie-top h2 {
    font-size: 21px !important;
    border-bottom: 1px solid black !important;
    width: auto;
    display: inline-block;
    line-height: 23px !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}
.rSlideThumb img {
    width: 140px;
    height: 70px!important;
}
.rSlideMain:after {
    content: '';
    height: 40px;
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 50px;
    background-image: url(images/reteta_over.png);
    background-size: contain;
}
.rSliderBubble {
    position: absolute;
    top: 20px;
    z-index: 999;
    background-color: #fff;
    right: 35px;
    width: 130px;
    height: 130px;
    border-radius: 75px;
    text-align: center;
    box-sizing: border-box;
    padding: 35px 9px 0;
    font-family: "SFUIDisplay-Regular";
    font-size: 12px;
}
.rSlideThumb img {
    border: 1px solid #fff;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;    
}
.rSlideThumb .flex-active-slide img {
    border: 3px solid white;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;    
}
.rSingleTitle h3 {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 14px;
    font-family: archer-medium;
    text-transform: uppercase;
}
.singleVideoM {
    margin-top: 0; 
}
.singleRarBox {
    margin-top: 30px;
}
.rLeftInfo {
    border: none;
    padding-top: 0;
}
.rLeftInfo span {
    text-transform: uppercase;
    font-family: "SFUIDisplay-Regular";
    color: #999999;
    margin-bottom: 14px;
    display: inline-block;
    padding-left:14px;
}
.comment-respond {
    border: 1px solid #DDDDDD;
    padding-bottom: 10px;
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}
.rLeftInfo ul{
    margin-bottom: 34px;
}
.rSingleBig h3 {
    font-family: archer-medium;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    margin-top: 47px;
}
.rSingleAdd {
    height: 85px;
    text-align: right;
}
.rSingleAdd a {
    width: 180px;
    height: 35px;
    display: inline-block;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-top: 50px;
    border: 1px solid #eaeaea;
    padding-top: 10px;
    font-size: 12px;
}
.rSingleBig span {
    color: #999999;
    font-size: 12px;
}
.commCont {
    padding: 0;
    list-style-type: none;
    margin-top: 24px;
}
.rSingleComCont {
    color: #999999;
    font-size: 12px;
}
.commName {
    color: black;
    background-image: url(images/commIco.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 13px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 18px;
}
.commCont p {
    padding-left: 13px;
    margin-bottom: 0;
}
.commSubCont, .children {
    padding-left: 35px;
    list-style-type: none;
}
.commCont .reply {
    float: right;
}
.commCont .reply a {
    background: #ECECEC;
    padding: 3px 8px 1px 8px;
    float: right;
    font-size: 11px;
}
.comment-respond small {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}
.comment-respond span {
    width: 100%;
    float: left;
    text-align: center;
}
.commAdd p.form-submit {
    clear: both;
    width: 100%;
    float: left;
}
ul.commCont li {
    margin-bottom: 23px;
}
.commTxtCont .commName {
    margin-top: 0;
}
.commAdd h3, .comment-respond h3 {
    margin-top: 46px;
    font-family: archer-medium;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
}
.commAdd span {
    color: #999999;
    font-size: 12px;
    width:100%;
    display:inline-block;
    text-align:center;
}
.comment-respond p.logged-in-as {
    padding: 0 15px;
}
.rLeftInfo li {
    text-transform: none;
}
.comment-respond input {
    height: 30px;
    margin-top: 36px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    font-size: 12px;
    text-align:center;
}
.comment-respond textarea {
    height: 80px;
    text-align:center;
    border: none;
    resize: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-top: 16px;
}
.comment-respond input[type="submit"] {
    width: 175px;
    height: 35px;
    text-transform: uppercase;
    border: 1px solid #EAEAEA;
    background-color: white;
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-top: 17px;
}
.rSingleComments {
    margin-bottom: 50px;
    margin-top: 25px;
}
.rSingleNewsletter h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-family: archer-medium;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.rSingleNewsletter span {
    font-size: 12px;
    color: #999999;
    display:inline-block;
    width:100%;
    text-align:center;
}
.rSingleNewsletter input[type="email"] {
    height: 30px;
    width: 240px;
    border: none;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    margin-top: 12px;
    display: block;
    margin: 0 auto;
}
.rSingleNewsletter input[type="submit"] {
    height: 40px;
    width: 240px;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 7px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #EAEAEA;
}
.newsContB {
    border: 1px solid #DDDDDD;
    padding-bottom: 15px;
    clear: both;
}
.rSingleNewsTerms a {
    color: #999;
    text-decoration: underline;
    font-size:11px;
}
.rSingleNewsTerms {
    padding-right: 0;
    max-width: 270px;
    display: block!important;
    margin: 0 auto;
    margin-top: 22px;
    font-size:11px !important;
}
.rSingleNewsletter {
    margin-top: 25px;
}
.commBorderLeft {
    padding: 0 15px;
    border: 1px solid #DDDDDD;
    padding-bottom: 15px;
}
.singleRarBoxBorder {
    padding: 0 15px 15px 15px;
    border: 1px solid #DDDDDD;
}
.rLeftInfo {
    min-height: auto;
    padding-bottom:0;
}
.rSingleBorder {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
}
.singleTags a {
    color: #777777;
    font-size: 12px;
}
.singleTags span {
    font-size: 12px;
}
.singleTags {
    padding-top: 11px;
}
.singleSocial {
    text-align: right;
    padding-top: 11px;
    font-size: 17px;
}
.singleSocial a {
    padding: 0px 5px;
    color: #000;
}
.singleSocial a:hover {
    color: #999999;
}
.rCautR {
    height: 76px;
    text-align: right;
    padding-left: 0;
}
.rCautR a {
    margin-top: 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #999999;
    padding: 5px 7px;
    border: 1px solid #eaeaea;
}
.rSlideMain .flex-direction-nav .flex-next {
    right: 15px!important;
    opacity: 1!important;
    text-indent:99999999px;
    background-image: url(images/rslide_next.png);
    font-size:0;
    font-size: 0;
    width: 15px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;    
}
.rSlideMain .flex-direction-nav .flex-prev {
    left: 15px !important;
    opacity: 1 !important;
    text-indent: 99999999px;
    background-image: url(images/rslide_prev.png);
    font-size: 0;
    width: 15px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.rLeftInfo span {
    font-size: 12px;
}
.rSingleTitle h3 {
    margin-bottom: 0;
}
.rLeftInfo span{
    margin-top: 16px;
}
.rTopArt span {
    margin-top: 15px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #ABABAB;
}
.rTopArt span:last-child {
    text-transform: none;
}
.rTopArt span:last-child a{
    color: #ABABAB;
}
.staticP h1 {
    font-size: 30px;
    font-family: archer-medium;
    text-transform: uppercase;
    line-height: 34px;
    margin: 42px 0 24px 0;
}
.staticP h2 {
    font-size: 26px;
    font-family: archer-medium;
    text-transform: uppercase;
    line-height: 28px;
    margin: 26px 0 16px 0;
}
.staticP h3 {
    font-size: 22px;
    font-family: archer-medium;
    text-transform: uppercase;
    margin: 18px 0;
    line-height: 24px;
}
.staticP h4 {
    font-size: 20px;
    font-family: archer-medium;
    text-transform: uppercase;
    line-height: 24px;
    margin: 11px 0 18px 0;
}
.staticP h5 {
    font-size: 16px;
    font-family: archer-medium;
    text-transform: uppercase;
    line-height: 18px;
    margin: 14px 0 7px 0;
}
.staticP h6 {
    font-size: 14px;
    font-family: archer-medium;
    text-transform: uppercase;
    line-height: 16px;
    margin: 7px 0 4px 0;
}
.staticP p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    padding: 12px 0;
}
.listTItle {
    padding: 16px 0 22px;
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: archer-medium;
    font-size: 14px;
    margin:0;
}
.staticP ul, .staticP ol {
    padding: 0 0 0 15px;
    margin-bottom: 0;
}
.staticP hr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top:0;
    margin: 0;
    padding: 0;
    height: 1px;
}
.staticP blockquote {
    font-style: italic;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    border: 0;
    color: #999999;
    padding: 15px 0;
    line-height: 22px;
}

.blockTitle {
    margin: 0!important;
    padding-top: 43px;
    padding-bottom: 16px;
}
.ancaTCont {
    border: 1px solid #eaeaea;
    padding: 30px 20px 15px;
    margin-top: 20px;
}
.ancaTCont p {
    font-size: 13px;
    line-height: 18px;
    word-break: break-word;    
}
.ancaRCont h3 {
    margin: 0;
    font-size: 20px;
}
.ancaRCont {
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 20px;
}
.ancaTCont {
    border: 1px solid #eaeaea;
    padding: 30px 20px 17px;
    margin-top: 20px;
}
.ancaContBig {
    margin-top: 30px;
}
.ancaRCont span a {
    text-transform: lowercase;
    font-size: 14px;
    color: #777777;
}
.ancaSlideMain {
    width: 100%;
    border: none;
}
.ancaSlideMain {
    margin-bottom: 0;
    border: 0;
}
.ancaSlideMain .slides img {
    position: relative;
}
.ancaSlideThumb {
    position: absolute;
    bottom: 14px;
    background: none;
    border: none;
    left: 29px;
    margin-bottom: 0;
    width: auto!important;
    min-width: 500px!important;
    display: inline-block;
}
.ancaSlideThumb .flex-viewport {
    max-width: 100%;
    width: auto;
}
.ancaSlideThumb .flex-direction-nav {
    display: none!important;
}
.ancaSlideThumb img {
    border: 1px solid #fff;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;    
}
.ancaSlideThumb .flex-active-slide img {
    border: 3px solid white;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    min-width: 140px!important;
}
.ancaSlideMain ul.slides {
    margin: 0;
    padding: 0;
}
.ancaSLideCont {
    position: relative;
}
.ancaSlideMain .flex-direction-nav .flex-next {
    right: 15px!important;
    opacity: 1!important;
    text-indent:99999999px;
    background-image: url(images/rslide_next.png);
    font-size:0;
    font-size: 0;
    width: 15px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;    
}
.ancaSlideMain .flex-direction-nav .flex-prev {
    left: 15px !important;
    opacity: 1 !important;
    text-indent: 99999999px;
    background-image: url(images/rslide_prev.png);
    font-size: 0;
    width: 15px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.g-map {
    height: 510px;
    width: 100%;
    display: inline-block;
}
.g-map .gm-style div:nth-child(2) div, .gmnoprint {
    display: none!important;
}
.conPage span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #777777;
}
.g-map {
    margin-top: 18px;
    margin-bottom: 30px;
}
.conPage p {
    line-height: 16px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-bottom: 19px;
    color: #777777;
}
.contactRInfo h3 {
    text-transform: none;
}
.conMail, .conTel {
    width: 100%;
    display: inline-block;
}
.conMail a, .conTel a {
    color: #777;
    line-height: 19px;    
}
.conMail i, .conTel i {
    padding-right: 10px;
}
/*-----My Account----*/
.leftAcInfo .my-adress-title-wc, .leftAcInfo .my-adress-desc-wc {
    display: none;
}
.left-account h3:first-child {
    font-size: 20px;
    font-family: archer-medium;
    text-transform: uppercase;
}
.left-account h3:first-child {
    font-size: 20px;
    font-family: archer-medium;
    text-transform: uppercase;
    margin-bottom: 0;
}
.left-account span {
    font-size: 13px;
    color: #999999;
}
.left-account .addresses h3 {
    margin-top: 45px;
    font-size: 14px!important;
    width: 100%;
}
.left-account address {
    font-size: 13px;
    color: #999999;
}
.left-account .addresses a.edit {
    color: #999;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 13px;
    float: left !important;
}
.right-account h3 {
    font-size: 20px;
    font-family: archer-medium;
    margin-bottom: 0;
    text-transform: uppercase;
}
.right-account span {
    font-size: 13px;
    color: #999;
}
.right-account table.shop_table {
    border: none;
    margin-top:40px;
}
.right-account table.shop_table span {
color:#000;
}
.right-account .amount {
    width: 100%;
    display: inline-block;
}
.right-account .button.view, .right-account .button.pay, .right-account .button.cancel {
    background: none;
    border-bottom: 1px solid #a3a3a3;
    border-radius: 0;
    padding: 0 0 2px 0;
    width: auto;
}
.right-account .order-actions {
    padding-right: 30px!important;
}
.right-account .order-number, .right-account .order-date, .right-account .order-status {
    width: 120px!important;
    box-sizing: border-box;
}
.right-account .order-number a {
    border-bottom: 1px solid #a3a3a3;
    text-decoration: none;
}
.right-account td, .right-account span.amount{
    color: #999999!important;
}
.right-account .my_account_orders td {
    height: 50px;
}
.left-account, .right-account {
    margin-top: 25px;
}
.right-account .button.view:hover {
    background-color: #fff;
    color: #999;
}
.right-account .order-number {
    padding-left: 0!important;
}
/*-----/My Account----*/
/*-----Sign In / Log In----*/
.logCont label {
    position: relative;
    top: 0;
    pointer-events: auto;
    display: inline-block!important;
    float: left;
    width: 100%;
}
.newslCont span:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 30px;
    background-color: white;
    border-bottom: 1px solid #cccccc;
    margin-right: 8px;
    position: absolute;
    left: -60px;
}
.newslCont span.active:before {
    background-image: url(images/check_on.png);
    background-size: 32px 21px;
    background-repeat: no-repeat;
    background-position: center right;
    margin-right: 8px;    
}
.newslCont input#sub_newsletter {
    display: none;
}
.lLogP p:first-child, .lLogP p:nth-child(4) {
    width: 50%;
    float: left;
    box-sizing:border-box;
        clear: none!important;
}
.lLogP p:nth-child(2), .lLogP p:nth-child(5) {
    float: right;
    width: 50%;
    box-sizing:border-box;
    clear: none!important;
}
.lLogP p, .lAutP p {
    margin: 0 0 15px 0!important;
}
.lLogP input, .lAutP input {
    height: 30px;
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    line-height: 30px;
    color: #000000;
}
.lAutP h2, .lLogP h2 {
    font-size: 20px;
    margin: 0;
    line-height: 22px;
    margin-top: 45px;
}
.lAutP span, .lLogP span {
    color: #999999;
    font-size: 12px;
}
.lLogP form, .lAutP form {
    padding: 0!important;
    border: none!important;
}
.lLogP, .lAutP{width: 49% !important;}
.lLogP p, .lAutP p {
    max-width: 285px;
}
.lAutP {
    background-image: url(images/autP_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 601px;
}
.lAutP input[type="submit"], .lLogP input[type="submit"] {
    width: 100%;
    background-color: #000;
    color: #fff;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius:0;
}
.lAutP input[type="submit"]:hover, .lLogP input[type="submit"]:hover{
    background-color:#383838;
    color:#fff;
}
.lLogP p:nth-child(3) {
    width: 100%;
    max-width: 100%;
}
.lAutP .lost_password a {
    font-size: 12px;
    color: #999999;
}
.lLogP span:last-child {
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    position: relative;
    margin-left: 60px;
    width: auto!important;    
    font-weight: normal;
}
.lLogP input::-webkit-input-placeholder {
   color: #ccc;
}
.lLogP input:-moz-placeholder {
   color: #ccc;  
}
.lLogP input::-moz-placeholder {
   color: #ccc;  
}
.lLogP input:-ms-input-placeholder {  
   color: #ccc;  
}
.lAutP input::-webkit-input-placeholder {
   color: #ccc;
}
.lAutP input:-moz-placeholder {
   color: #ccc;  
}
.lAutP input::-moz-placeholder {
   color: #ccc;  
}
.lAutP input:-ms-input-placeholder {  
   color: #ccc;  
}

/*-----/ Sign In / Log In----*/
/*-----Recuperare parola----*/
.recPass input {
    width: 100%;
    float: left;
    max-width: 285px;
    height: 30px;
    border: none;
    border-bottom: 1px solid #cccccc;
}
.recPass input {
    margin-top: 10px;
    font-size: 13px;
}
.recPass span {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.recPass input[type="submit"] {
    border-bottom: 0;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    font-size: 12px;
    margin-top: 12px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.recPass h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: archer-medium;
    margin: 45px 0 35px 0 ;
    line-height: 22px;
    background-color: white;
}
.recPass input::-webkit-input-placeholder {
   color: #ccc;
}
.recPass input:-moz-placeholder {
   color: #ccc;  
}
.recPass input::-moz-placeholder {
   color: #ccc;  
}
.recPass input:-ms-input-placeholder {  
   color: #ccc;  
}
.recPass {
    min-height: 550px;
}
.recPass p {
    width: 49%;
    float: left;
    clear: none!important;
    margin-bottom: 0!important;
}
.recSbmt {
    width: 100%!important;
}
.recPass input[type="submit"]:hover {
    background-color: #383838;
    color: #fff;
}
.recPass p.form-row {
    float: left;
}
.recPass p.input-right {
    float: right;
}
.rTopArt {
    margin-bottom: 20px;
    font-size: 13px;
}
.rezLink a {
    color: #777777;
}
.detoxRcontV .hBannerOver:after {
    left: 0;
}
.ancaTCont li {
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    word-break: break-word;
}
.detHold .tab-title {
    font-size: 13px;
    font-family: inherit;
}
.detHold .tab-content h3 {
    font-size: 17px;
}
.detHold .tab-title {
    margin-bottom: 0;
    margin-top: 0;
}
.mod_liv h3 {
    font-size: 17px!important;
    text-decoration: underline;
    margin: 10px 0 5px 0;
}
.mod_liv p {
    padding: 0!important;
}
.detoxMbot {
    margin-bottom: 10px;
}
.vizGhid {
    text-transform: none!important;
}
.detoxSThumb{
    bottom: 8px;
    left: -5px;    
}
.mod_liv ul {
    padding: 0;
    list-style-type: none;
}
.downSPbook {
    text-transform: uppercase;
    width: auto;
    border: 1px solid #E6E6E6;
    display: inline-block;
    padding: 11px 20px;
    margin: 10px 0;
    background-color: #EEEEEE;
    text-decoration: none;
}
.bookRCont {
    padding: 15px 10px;
    margin-top: 15px;
}
.bookRCont h2 {
    margin: 0 0 10px 0;
}
.product-box {
    position: relative;
}
.product-box span.onsale {
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 100px;
    height: 35px;
    border-radius: 0;
    background: #e82a7a;
    padding: 13px 0 0 0;
    font-size: 11px;
    line-height: 11px;
    min-width: auto;
    min-height: auto;
    font-weight: normal;
    font-family: "Arial", SFUIDisplay-Regular;
    text-transform: uppercase;
}
.wfs-gramaj {
    margin-top: 15px;
    color: #ff5fa2;
    text-align: center;
}
nav.custom-pagination ul li {
    text-transform: uppercase;
}
nav.custom-pagination ul li a, nav.custom-pagination ul li span {
    padding: 8px 14px !important;
}
.woocommerce nav.woocommerce-pagination ul li a i.fa-chevron-left {
    float: left;
    margin-right: 7px;
    font-size: 10px;
    padding-top: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a i.fa-chevron-right {
    float: right;
    margin-left: 7px;
    font-size: 10px;
    padding-top: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ff5fa2 !important;
    background-color: transparent !important;
}
h2.rTopTitle {
    font-size: 24px;
}
.hPostBCont .hPostBox h3 {
    font-family: 'Archer-Bold';
    font-size: 14px;
    height: 28px;
}
span.mini-cart-items.cart-prod {
    background: #ff5fa2;
}
.woocommerce-message.product-cart-popup {
    padding: 30px 35px !important;
    max-width: 600px !important;
    text-align: center;
    font-size: 17px;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    display: none;
}
.woocommerce-message.product-cart-popup a {
    display: inline-block !important;
    float: none !important;
    margin: 25px 10px 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 13px !important;
    padding: 13px 15px 11px 15px;
}
.woocommerce-message.product-cart-popup:before {
    top: 30px;
}
.woocommerce-message.product-cart-popup a.go-check {
    background: #ff5fa2 !important;
    color: #fff !important;
}
.woocommerce-message.product-cart-popup a.go-sh {
    background: #8fae1b !important;
    color: #fff !important;
}
.woocommerce-message.product-cart-popup {
    border-top-color: #ff5fa2;
}
a.shop-left-menu {
    width: 100%;
    float: left;
    padding: 6px 0;
    text-transform: uppercase;
}
a.shop-left-menu i {
    float: right;
}
.workshop-form {
    width: 100%;
    float: left;
    border: 1px solid #000;
    padding: 10px 10px 0 10px;
}
.workshop-form p {
    padding-top: 0 !important;
}
.workshop-form span.wpcf7-list-item.first {
    margin-left: 0;
}
.workshop-form input[type="submit"] {
    height: 45px;
    border: 1px solid #000 !important;
}
.workshop-form p.pnp {
    padding-bottom: 0;
}
.black-border .wpb_text_column {
    border: 1px solid #000;
    padding: 10px 20px;
}
#popup-curs {
    width: 450px;
}
#popup-curs p {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 23px;
}
#popup-curs input[type="email"] {
    width: 100%;
    float: left;
    margin: 0;
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 15px;
    text-align: center;
}
#popup-curs input[type="submit"] {
    border: none;
    background: #000;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 20px;
    height: 40px;
}
#popup-curs .error {
    font-weight: normal;
    margin-top: 7px;
    color: #a90e0e;
}
.popup-content {
    width: 100%;
    float: left;
}
.popup-content a {
    width: 100%;
    float: left;
    background: #000;
    color: #fff;
    margin-bottom: 15px;
    padding: 14px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.popup-content a:hover {
    background: #417710;
    text-decoration: none;
}
.page-id-10889 .ancaRight {
    display: none;
}