.caption-style-1 .caption {
position: absolute;
opacity: 0;
-webkit-transition: all 0.45s ease-in-out;
-moz-transition: all 0.45s ease-in-out;
-o-transition: all 0.45s ease-in-out;
-ms-transition: all 0.45s ease-in-out;
transition: all 0.45s ease-in-out;
}
.caption-style-1 .blur {
background-color: rgba(0,0,0,0.3);

z-index: 4;
position: relative;
}

.caption-style-1 .caption-text{
z-index: 4;
color: #fff;
position: relative;
text-align: center;
padding-left: 15px;
padding-right: 15px;

}

.caption-style-1:hover .caption{
opacity: 1;

}

.caption-style-1:hover .caption .caption-text {
        background-position: 50% calc(100% - var(--bottom-distance));
}
    /* the slides */
  .slick-slide {
    /* margin: 0 27px; */
  }
  /* the parent */
  .slick-list {
    /* margin: 0 -27px; */
  }

.slick-prev:before, .slick-next:before {
 font-family: "slick";
    font-size: 80px;
    line-height: 1;
    color: #706f6f;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

.slick-prev:before {
     background-image: url('../images/arrowleft.png');
    background-size: 25px 40px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 55px;
    height: 45px;
    content: "";
 
}
[dir="rtl"] .slick-prev:before { content:url(../images/arrowright.png); }

[dir="rtl"] .slick-next { 
    left: -10px; top: 70px; right: auto;
     }
.slick-next:before {
     background-image: url('../images/arrowright.png');
    background-size: 25px 40px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 55px;
    height: 45px;
    content: "";

  }
[dir="rtl"] .slick-next:before { content: "../images/arrowleft.png"; }  
button.slick-prev.slick-arrow {
    position: absolute;
    left: -5%;
    bottom: 50%;
}
button.slick-next.slick-arrow {
    position: absolute;
    right: -5%;
    bottom: 50%;
}

button.slick-arrow {
    background: transparent;
}

.general-text h1{

    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.footer-proper * {
    color:#fff;
}
.footer-wrap h3 {
    font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.6px;
}

.footer-wrap h6 {
    position: relative;
    bottom: -5px;
    font-family: 'Mabry pro', sans-serif;
    font-size: 17px;
    line-height: 150%;

}
.left, .left {
    width: 217px;
    text-align: left;
}
.subscribe .es-field-wrap {
    display: inline-block;
}
.subscribe .es-field-wrap input {
    background: #bfbfc2;
    border: 1px solid #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.subscribe .es_subscription_form_submit {
    background: transparent!important;
    color: #fff!important;
    font-weight: 300;

}.subscribe {
    text-align: center;
}
.subscribe  input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: none!important;
 
}

.hero-image em {
     font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    font-size: 50px;
}
.reg-section em{
    font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    }
    #about h2 {
    position: relative;
    z-index: 2;
    color: #BBBD5A;
    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.general-text p {
    padding-top: 18px;
    font-family: 'Mabry pro', sans-serif;
    color: #706f6f;
    font-weight: 300;
    letter-spacing: 0.2px;
}
italic {
    font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    font-size: 50px;
}
.blogitems-custom {
    width: 85%;
    height: 320px;
    margin-top: 0px;
    padding-right: 30px;
    background-size: cover;
    background-position: top center;
    margin: 0 auto;
        margin-bottom: 25px;
}
.page-template-ingredients-avo .blogitems-custom { 
    background-size: contain !important;

}
h1.custom-title {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #BBBD5A;
    font-size: 40px;
}
.custom-images h3 {
    color: #BBBD5A;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: lighter;
    font-family: 'Mabry pro', sans-serif;
}

.center-animate {
  /* you can change these variables to control the border */
  --border-color: #fff;
  --border-width: 1px;
  --bottom-distance: 0px; /* you can increase this */
  
  color: #fff;
  display: inline; /* should be 'inline' for multiple line animation */
  background-image: linear-gradient(var(--border-color), var(--border-color));
  background-size: 0% var(--border-width); 
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}

.center-animate {
  background-position: 50% calc(100% - var(--bottom-distance));
}
/*.fromRight {
  background-position: 100% calc(100% - var(--bottom-distance));
}
.fromLeft {
  background-position: 0 calc(100% - var(--bottom-distance))
}*/
/*.center-animate:hover {
  background-size: 100% var(--border-width);
}*/
#about h2 em {
    font-size: 28px;
}


.caption a {
    text-decoration: none;
    color: #fff!important;
}
.caption a {
  /* you can change these variables to control the border */
  --border-color: #fff;
  --border-width: 1px;
  --bottom-distance: 0px; /* you can increase this */
  
  color: #fff;
  display: inline; /* should be 'inline' for multiple line animation */
  background-image: linear-gradient(var(--border-color), var(--border-color));
  background-size: 0% var(--border-width);
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}


/*.fromRight {
  background-position: 100% calc(100% - var(--bottom-distance));
}
.fromLeft {
  background-position: 0 calc(100% - var(--bottom-distance))
}*/


.philosophyspace h4 {
    margin-top: 0px; 
}
.philosophyspace  {
    padding-top: 7px;
}
.philosophyspace h2 {
    font-size: 28px;
}
.es-field-wrap input {
    outline: none;
    color: #000!important;
}
.quote h3 {
        font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.6px;
        font-weight: 300;
}


.es-field-wrap {
    padding-right: 14px;
    padding-left: 18px;
    color: #fff;
    font-size: 15px;
    line-height: 163%;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.footer-wrap .left p {
    font-size: 15px;
}
.footer-wrap .left p strong {
    font-size: 16px;
    font-weight: 400;
}
.footer-wrap .bottom-left strong {
    margin-bottom: 15px!important;
}
input, select, textarea{
    color: #000;
}

textarea:focus, input:focus {
    color: #000;
}
.caption-style-1:hover .caption a{
   background-position: 0 calc(100% - var(--bottom-distance))!important;

}


.caption-style-1 .caption a {
    background-position: 50% calc(100% - var(--bottom-distance));
  
}

.caption-style-1:hover .caption a{
  background-size: 100% var(--border-width);

}



 .reg-text {
  font-weight: 300;
}





.instagram-post:hover .caption .center-animate{
    background-position: 0 calc(100% - var(--bottom-distance))!important;

}

.instagram-post  .caption .center-animate {
    background-position: 50% calc(100% - var(--bottom-distance))!important;
}
.featured-image.blogimage {
  text-align: center;

}

 
section.info-blog h2 italic {
    font-size: 28px;
}
section.info-blog h2 {
    color: #BBBD5A;
    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

section.info-blog {
        padding-top: 4em;
    margin: 0 auto;
    text-align: center;
    width: 667px;
    padding-bottom: 3em;
}


section.info-blog h4.blogs-text  italic {
    font-size: 28px;
}
h4.blogs-text {
    font-size: 30px;
    padding-top: 2em;
        font-size: 30px;
    padding-top: 2em;
    text-transform: inherit;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
        padding-bottom: 35px;
}
.line-top-blogs hr {
    height: 5px;
    background: #bcbb68;
    width: 379px;
    margin-bottom: 4em;
    margin-top: 4em;
}
.capt-titles {
    padding-left: 40px;
    margin-bottom: 3em;
    z-index: 14;
    position: relative;
}
.capt-titles h5 {
    font-family: 'Mabry pro', sans-serif;
    color: #6d6d6e;
    font-weight: 500;
}
.capt-titles a {
    color: #6d6d6e;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Mabry pro', sans-serif;
}
input#es_subscription_form_submit_1599162969 {
    font-size: 16px;
}
.instag {
  position: relative;
}
#pre-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99999999;
    overflow:hidden;
    opacity: 1;
    -webkit-transition: opacity 1s; / Safari /
    transition: opacity 1s;
    visibility: visible;
}
#pre-loader .content {
    width: 100%;
    text-align: center;
}

 #pre-loader.loaded {
    visibility: hidden;
    transition: all 1s 1s ease-out;
    opacity: 0!important;
}

#spinner {
    width: 55px;
}

.capt-titles h5 {
    font-size: 16px;
}

/*//ripening page*/

.general-container h2 {
    color: #BBBD5A;
    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}.gen-tags {
    padding-top: 2em;
    margin: 0 auto;
    text-align: center;
    width: 667px;
}
.gen-tags h2 italic {
    font-size: 28px;
}
.gen-tags p {
    padding-top: 18px;
    font-family: 'Mabry pro', sans-serif;
    color: #706f6f;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.calendar-data ul li {
    display: inline-block;
    padding-bottom: 15px;
}
.calendar-data ul {
    padding-left: 0px;
    list-style: none;
    text-align: center;
}

li.dates-calend h3 {
    margin: 0;
    text-transform: uppercase;
    padding: 6px 30px 7px 30px;
    font-size: 15px;
    background: #BBBD5A;
    color: #fff;
    font-weight: bold;
    font-family: 'Mabry pro', sans-serif;
}
.calendar-data {
    margin: 0 0 0 auto;
    width: 100%;
}
ul {
}
.calendar-data ul {
    padding-left: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
  
}

.general-container {
    background: #fafbfd;
}li.dates-calend italic {
    font-size: 14px;
        color: #6d6d6e;
    font-family: 'Mabry pro', sans-serif;
    font-style: italic;
}
li.dates-calend b {
        color: #6d6d6e;
    display: block;
    font-family: 'Mabry pro', sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding-top: 10px;
}
.calendar-data ul li {
        color: #6d6d6e;
    display: inline-block;
    border: 1px solid #BBBD5A;
    border-left: 0px solid #BBBD5A;
}
.calendar-data ul li:first-child {
    border-left: 1px solid #BBBD5A;
}
.line-avocados img {
    width: 289px;
    height: auto;
}
.line-avocados {
    text-align: center;
    margin: 0 auto;
    margin-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
}
.line-avocados h3 {
    color: #BBBD5A;
    font-family: 'Mabry pro', sans-serif;
}
.line-avocados p {
    text-align: center;
    padding-top: 18px;
    font-family: 'Mabry pro', sans-serif;
    color: #6f6d6e;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.data-confi {
    font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    font-size: 3em;
}
.text-number {
    font-family: 'Mabry pro', sans-serif;
    color: #706f6f;
    letter-spacing: 0.2px;
    font-weight: 500;
    font-size: 17px;
}.reg-title.tiledata {
    font-family: 'Mabry pro', sans-serif;
    color: #706f6f;
    letter-spacing: 0.2px;
    font-weight: 300;
    font-size: 16px;
}
.line-steps h4 {
    color: #BBBD5A;
    text-transform: capitalize;
}
.line-steps {
    text-align: center;
    padding-left: 58px;
    padding-right: 58px;
}
.es-field-wrap label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Mabry pro', sans-serif;
    font-weight: 300;
    font-size: 16;
}
.single-post .top-menu  a {
    color: : #000;
}
.title-bottom {
    text-align: left;
}
.title-bottom a {
    color: #6d6d6e;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Mabry pro', sans-serif;
}
h1.feature-text.left {
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 60px 11px!important;
}
.woocommerce-variation-description {
    display: none;
}
.title-bottom-custom h4 {
    text-transform: capitalize;
    font-family: 'Mabry pro', sans-serif;
    color: #6d6d6e;
    font-weight: 500;
    font-size: 16px;
}
.title-bottom-custom {
    text-align: left;
    margin-top: 3em;
}
.title-bottom-custom p a {
    color: #6d6d6e;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Mabry pro', sans-serif;
    text-transform: capitalize;
}.custom-images  italic{
     font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    font-size: 28px;
}
.capt-titles a:hover {
    color: #6d6d6e;
}




 .ubermenu .ubermenu-item.ubermenu-item-1084 > .ubermenu-target {
    background: #ffffff;
    text-align: left!important;
}
 .ubermenu .ubermenu-item.ubermenu-item-1085 > .ubermenu-target {
    background: #ffffff;
    text-align: left!important;
}
li#menu-item-1084 a {
     font-size: 16px
    font-weight:600;
    line-height: 21px;
    color:#313131;
}
li#menu-item-1085 a {
         font-size: 16px
  
    line-height: 21px;
    color:#313131;
}
li#menu-item-1085 a  span {
      font-weight:500;
}
li#menu-item-1084 a  span{
    font-weight:500;
} 

/*#ubermenu-main-134-menu-1-2:hover li#menu-item-1084 li#menu-item-1085 a span{
    color: #fff;
}*/

.description-step h3{
       font-family: 'Mabry pro', sans-serif;
}
/*    font-size: 16px
    font-weight:500;
    line-height: 21px;
    color:#313131;
*/
.post-a {
    position: relative;
    z-index: 99;
}
a.data-select {
    position: relative;
    top: -187px;
    z-index: -7;

}
a.data-select-post {
    position: relative;
    top: -335px;
    z-index: -7;

}

a.data-big {
    position: relative;
    top: -511px;
    z-index: -7;

}
a.data-small {
    position: relative;
    top: -264px;
    z-index: -7;

}.page-template-ripening .footer-wrap {
        background: #fafbfd;
}
/*.data-new {
    background: rgba(0, 0, 0, 0.5);
       text-align: center;
    position: initial;
}*/
.data-new h4 {
    color: #fff;
}
.data-new h4 {
    padding-top: 45%;
    font-size: 38px;
    font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.6px;
}
.data-rawcenter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 9em;
}
.imagetext h4 {
    color: #b2b0b1;
    font-size: 29px;
    font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.6px;
    padding-bottom: 32px;
}
.data-information-2 {
    padding-top: 3em;
}.calendar-data ul {
    margin: 0;
}
.line-avocados img {
        -webkit-filter: brightness(100%);
}

/*.line-avocados img:hover { 

  -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}*/
.calendar-data {
    margin: 0 0 0 auto;
    width: 100%;
    padding-bottom: 7em;
}
section.container-steps {
    padding-top: 7em;

    margin-top: 3em;
    background: #f7f8fc;
}
.gropp-stpes p {
    color: #6f6d6e;
    text-align: center;
    padding-top: 18px;
    font-family: 'Mabry pro', sans-serif;
    color: #6f6d6e;
    font-weight: 300;
    letter-spacing: 0.2px;
    font-size: 16px;
}.line-steps h4 {
    color: #BBBD5A;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Mabry pro', sans-serif;
}.gropp-stpes {
    height: 370px;
    min-height: 358px;
}.imagetext {
    height: 117px;
    min-height: 195px;
}


/*nav#ubermenu-main-134-menu-1-2:hover li span {
    color: #fff!important;
}


.top-menu.fixed-header  nav#ubermenu-main-134-menu-1-2:hover li span{
    color: #000 !important;
}
*/
.imagetext h4 {
    color: #b2b0b1;
    font-size: 21px;
}

/*Our Story*/
.line-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line {
  width: 2px;
  height: 78%;
  background-color: #BBBD5A;
}
.about-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-right {
  width: 50%;
}

.date-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.date-left-text {
  font-weight: 500;
  text-align: right;
  font-family: 'Mabry pro', sans-serif;
}

.date-left-text.lef-align {
  text-align: left;
}

.story-right-text {
  width: 404px;
  color: #BBBD5A;
  font-size: 25px;
  line-height: 29px;
  font-family: 'Mabry pro', sans-serif;
}

.story-right-text.leftpad {
  margin-left: 96px;
}

.tomato-image {
  position: relative;
  top: -84px;
  width: 500px;
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
}

._1990 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._1990-right {
  width: 600px;
  margin-top: -8px;
}

.car-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.carleft {
  width: 600px;
      margin-top: 100px;
  padding-right: 65px;
  padding-left: 0px;
}

.car-right-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 329px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.car-image {
  position: relative;
  top: -98px;
  width: 500px;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
}

.hydralada {
  width: 600px;
  margin-top: 87px;
}

.hydralada-image {
  position: relative;
  top: -98px;
  width: 500px;
  height: 600px;
  background-position: 50% 50%;
  background-size: cover;
}

.hydralada-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 247px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.website-made {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 451px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.avotreeborn {
  width: 600px;
  margin-top: 161px;
  padding-right: 65px;
  padding-left: 0px;
}

.computerimage {
  position: relative;
  top: -98px;
  width: 500px;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
}

.lotsofpeople {
  width: 600px;
  margin-top: 40px;
}

.oldshed-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 331px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phoneimage {
  position: relative;
  top: -98px;
  width: 481px;
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
}

.experiment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 213px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.experiment-image {
  position: relative;
  top: -15px;
  width: 500px;
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
}

.oldshed {
  position: relative;
  top: -98px;
  width: 504px;
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
}

.shedcopy {
  width: 600px;
  margin-top: 177px;
}

.oldshed1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 268px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bettyimage {
  position: relative;
  top: -66px;
  width: 500px;
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
}

.today {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 98px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f9fc;
}

.coming-soon1 {
width: 100%;
    text-align: center;
    z-index: 16!important;
    background: #f5f9fc;
    padding-bottom: 24px;
}

.comingsoon-text {
  padding-top: 14px;
  font-weight: 500;
  text-align: center;
}

.comingsoon-text.lef-align {
  text-align: left;
}

.betty {
  width: 600px;
  margin-top: 118px;
  padding-right: 65px;
  padding-left: 0px;
}
.content-block2 {
        position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.z-indexforline {
    z-index:3;
}
.z-indexforline2 {
    background: #f5f9fc;
    position: relative;
    z-index: 2;

    width: 936px!important;
}
.page-template-our-story-avo .footer-wrap {
    background: #f5f9fc;
    position: relative;
    z-index: 2;
        margin-top: 2em;
}
.z-indexforline2 {
    padding-bottom: 10em!important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #bfbfc2!important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #bfbfc2!important;
}
.payment_box label {
    color: #fff!important;
}
.background-cal {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.empty-div {
    text-align: center;
    padding-top: 6em;
    padding-bottom: 2em;
}

.empty-div h3 {
    font-family: 'Mabry pro', sans-serif;
    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #BBBD5A;
}
.empty-div h3 span {
     font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
      font-size: 28px;
}
.empty-div a {
    background: #BBBD5A;
    padding: 11px;
    display: inline-block;
    margin-top: 15px;
    color: #fff!important;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: 'Mabry pro', sans-serif;
    text-decoration: none;
    transition: .3s ease-in-out;
    border:1px solid #BBBD5A;
}
.empty-div a:hover {
    background: transparent;
    color: #000!important;
    transition: .3s ease-in;
}.payment_method_windcave:before {
    display: none!important;
}
.woocommerce-SavedPaymentMethods-saveNew {
    margin-left: -12px!Important;
}

.image-windcavepayment ul li {
    display: inline;
}

.image-windcavepayment {
    text-align: right;
     margin-top: -9em;
         padding-top: 70px;
}.image-windcavepayment img {
    width: 8%;
}.image-windcavepayment img {
    width: 70%;
    margin-right: 25px;
}.windcave-li img {
    width: 30%;
    margin-right: -80px;
}
.image-windcavepayment ul li {
    display: inline-block;
}.windcave-li {
    width: 103%;
    margin-right: 53px!important;
}
.email-171 input {
    width: 236px;
}.ripeningdata {
    padding-top: 4em;
}
.gropp-stpes img {
    width: 50%;
        padding-top: 15px;
    padding-bottom: 15px;
}
span.wpcf7-not-valid-tip {
    /* display: none; */
}
.post-video {
    height: 309px!important;
    width: 100%;
}.instagram-image {
    height: 309px!important;
    width: 100%;
}
.page-id-104 .woocommerce {
    margin-top: 50px;
}
.mobile-menu {
    display: none;
}
.mobile-version-clb {
    display: none;
}
    .desktop-version-clb {
        display: inherit;
    }
    .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 100.333333%;
}
.form-row {
    display: block;
}
.col-2 {
    max-width: 100.666667%;
}
.mobile-vers {
    display: none;
}

.backclass {
    display: none;
}.responsive-image {
    display: none;
}
.smallwide {
    width: 250px;
}
.bigwide {
    width: 530px;
}
.footer-proper-bold.left {
    width: 217px;
    text-align: left;
    margin-top: 20px;
}
code {
    font-size: 87.5%;
    color: #BBBD5A;
    word-break: break-word;
}
.page-id-111  address {
    color: #6e7985;
}
.order_details .order_item td.woocommerce-table__product-name.product-name a {
    display: none;
}

@media only screen and (max-width: 769px) {
    table.shop_table.subscription_details a.cancel {
        position: relative;
    }
}

@media only screen and (min-width: 770px) {
    table.shop_table.subscription_details a.cancel {
        position: absolute;
        bottom: 0;
        bottom: -30px;
		left: 30%;
    }
}

.woocommerce-MyAccount-content {
    position: relative;
}
.woocommerce-password-strength.short {
    display: none!important;
}
.my_account_points_rewards th span {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
}
.my_account_points_rewards th {
    white-space: nowrap;
}
.woocommerce-MyAccount-content {
    position: relative;
}.bignumber p {
    font-size: 93px;
    color: #BBBD5A;
    font-weight: 500;
}
.bignumber {
    position: absolute;
    top: 0;
    right: 0;
}
.messagedata {
    width: 600px;
    color: #BBBD5A;
    font-size: 25px;
    line-height: 29px;
    font-family: 'Mabry pro', sans-serif;
    margin: 0 auto;
    padding-top: 1em;
}
/*.v-banner video {
    background-size: cover;
    width: 100%;
    height: 100vh;
    z-index: 9;
    position: relative;
    background: #f5f9fc;
    top: -25px;
}*/

.v-banner video  {
    position: relative;
    z-index: 9;
    margin: 0px!important;
    padding: 0px!important;
    width: 100%;
}
.footer-proper-bold.left a {
     background-position: 0 calc(100% - var(--bottom-distance));
    text-transform: capitalize;    text-decoration: none;
}
.footer-proper-bold.left a:hover {
     background-size: 100% var(--border-width)!important;
    color: #fff;
    text-decoration: underline;
}
div#order_review {
    background: #fff;
}
.imagetext {
    height: 117px;
    min-height: 106px;
}
.gropp-stpes img {
    width: 30%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.data-rawcenter {
    padding-top: 5em;
}
.line-steps {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.imgtext {
    width: 100%;
}
.imgtext img {
    width: 50%;
}
.content-message h3 {
    margin-top: 0px;
    margin-bottom: 28px;
    font-family: 'Mabry pro', sans-serif;
    color: #706f6f;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}
.datainformation12 {
    margin-top: 8em!important;
        padding-bottom: 8em;
}
.content-message p {
    font-family: 'Mabry pro', sans-serif;
    color: #706f6f;
    font-weight: 300;
    letter-spacing: 0.2px;
    padding-top: 0px;
    margin-bottom: 15px;
} 
.datainformation12 {
    background-size: cover;
    background-repeat: no-repeat;
}
.content-bottom  {
    text-align: center;
    padding-bottom: 2em;
}
.content-bottom p {
    color: #BBBD5A;
    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
    border: 0px;

}
.page-template-avocado-onebox .reg-container.product {
    height: 1300px;
}
.footer-proper a:visited {
    color: #ffffff!important;
}
.footer-proper a:visited {
    color: #ffffff!important;
}
/*.improviseofthewidth .column:nth-child(2) {
    width: 440px!important
}*/
.footer-proper-bold a:focus {
    color: #fff;
}
 
 .instagram-post a:hover {
    text-decoration: none;
}
.reg-section.footer1 {
    padding-top: 50px;
}
.footer-proper {
    padding-top: 2em;
    margin-top: 55px;
    height: auto;
}

.desktop-version-clb p {
    margin-bottom: 0px;
}
.desktop-version-clb {
    position: relative;
        top: -18px;
}
.desktop-version-clb p {
    position: absolute;
    bottom: 0;
}

.footer-wrap a:hover {
      background-size: 100% var(--border-width)!important;
}

/*    //background-size: 100% var(--border-width);*/

/*.fromRight {
  background-position: 100% calc(100% - var(--bottom-distance));
}
.fromLeft {
  background-position: 0 calc(100% - var(--bottom-distance))
}*/
/*.center-animate:hover {
  background-size: 100% var(--border-width);
}*/
a.notcapital {
    text-transform: capitalize;
    font-weight: 200;
}
.woocommerce-MyAccount-content a {
    text-transform: capitalize;
    font-weight: 200;
}
.subscription_details .edit-subscription {
    display: none!important;
}
.v-banner {
    background: #ffff;
    height: auto;
    z-index: 2;
    position: relative;
}
.scroll-image-small .blur {
    display: none;
}
.left-menu {
    width: 413px!important;
}
/*.scroll-image {
    width: 330px!important;
    height: 330px!important;
}*/
.imagetext  h4 {
    color: #bcbcbc;
}
.leftxt:after {
/*    font-family: "Font Awesome 5 Free";
    font-weight: 900;*/
    content: url(https://tat.artistrydev.com/wp-content/uploads/2020/09/1_06.png); 
    position: absolute;
    right: -30%;
    color: #bcbd5a;
    font-size: 4em;
    top: 0;
}
.scroll-image {
    width: 57vh;
    height: 57vh;
    }
    .page-template-terms-policy-avo-php h1 {
    color: #706f6f;
    font-size: 24px;
    font-family: 'Mabry pro', sans-serif;
    font-weight: 600;
}
.page-template-terms-policy-avo-php h2 {
    font-size: 19px;
    padding-top: 15px;
      font-family: 'Mabry pro', sans-serif;
      color: #706f6f;
    font-weight: 500;
}
.page-template-terms-policy-avo-php {
        font-family: 'Mabry pro', sans-serif;
        color: #706f6f;
}
.contact-leftsection {
    width: 45%;
    float: left;
    padding-top: 0px;
}
.data-new-line ul li {
    display: inline-block;
    width: 48%;
}
.data-new-line ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}
.data-new-line ul li:first-child {
    margin-right: 7px;
}

.avocado-onebox .woocommerce-variation-price {
    text-align: left;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #6d6d6e!important;
    font-size: 21px!important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 500;
    display: inline-block;
}

.postid-324 span.onsale {
    display: none;
}
.logoSale {
    position: relative;
}
.logoSale:before {
content: "Sale";
    position: absolute;
    right: -18%;
    background: #bcbd5a;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #BBBD5A;
    color: #fff;
    top: 20%;
    padding: 0px 20px;
    z-index: 11;
}
.woocommerce-Tabs-panel--description h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 0px!important;
}.img-subscriptions img {
    margin-bottom: 20px; 
} 
ul.wc-item-meta strong {
    font-family: 'Mabry pro', sans-serif;
    color: #6e7985;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}
.post-324 .before-calendar {
    padding-top: 20px;
    color: #bcbd5a;
    font-weight: 400;
}
.hide-wkp {
    display: none;
}
span.notes {
    font-weight: 600;
}
ul.woocommerce-error strong li {
    color: #fff;
}
a.button.edit-subscription {
    display: none;
}

.addresses h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.account-billing-actions a {
    background: #bcbd5a;
    color: #fff!important;
    padding: 6px 10px 7px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.account-shipping-actions a {
    background: #bcbd5a;
    color: #fff!important;
    padding: 6px 10px 7px 10px;
    font-size: 12px;
    border-radius: 5px;
}
.ui.vertical.steps .active.step:after {
    display: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #ffff;
    background-color: BBBD5A;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #bcbd5a;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}
h1.woocommerce-products-header__title.page-title {
    z-index: 2;
    color: #BBBD5A;
    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 1em;
    padding-bottom: 1em;
}
.shop-page {
    padding-top: 4em;
    padding-bottom: 4em;
        background: #f5f9fc;
}
.woocommerce-ordering select.orderby {
    background: url(/wp-content/uploads/2020/09/arrow-1.png)#f5f9fc;
    border: 1px solid #ccc;
    padding: 12px 10px;
    outline: 0px;
    min-width: 50%;
    background-repeat: no-repeat;
    background-position: 98% 18px;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-word-break: normal;
    word-break: normal;
        width: 100%;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
    width: 16%;
}
.outofstock .button.product_type_simple {
    visibility: hidden;
}
.out-of-sctockbtnshop p {
    text-align: inherit!important;
    font-size: 15px!important;
}

.reg-container.product {
    height: 1355px;
}
.product li.product img{
    position: relative;
}
/*.container-image-hover img:hover {
    filter: brightness(0.7);
  
  ;
 
}
.container-image-hover img:hover::before {
    content: "virk";
    position: absolute;
    z-index: 2;
    top: 0;
}*/
.blogcontent {
    width: 100%;
}
.single-nutritions .product-image-wrapper {
    width:40%;
}
.single-nutritions .product-content-wrapper {
    width: 60%;
    margin: 0 auto;
    margin-top: 35px;
}
.sale-on-single span.onsale {
    top: -15em;
}

.single-nutritions .blogcontent  h3 {
    color: #6e7985;
        font-family: 'Mabry pro', sans-serif;
}
/*.single-product span.ubermenu-target-title.ubermenu-target-text {
    color: #000!important;
}
.postid-324 span.ubermenu-target-title.ubermenu-target-text {
    color: #fff!important;
}*/

.container-image-hover {
    position: relative;
}

.custom-caption a {
    position: absolute;
    z-index: 9;
    left: 45%;
    top: 45%;
}
.custom-caption {
    top: 0%;
}
a.subscription-custom {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #ffff;
    background-color: BBBD5A;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
        float: right;
    margin-top: 10px;
}
a.subscription-custom:hover {
    color: #fff;
}
.woocommerce div.product .stock.out-of-stock {
    font-size: 20px;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.blogcontent a, ul {
    color: #706f6f;
}
.woocommerce ul.products li.product a {
    color: #fff;
}
a#get_valcounter2 {
    vertical-align: middle;
    margin-left: 0px;
    font-family: 'Mabry pro', sans-serif;
    font-weight: initial !important;
    text-transform: uppercase;
    background: #BBBD5A;
    padding: 13px 20px;
    width: 100%;
    line-height: 24px;
    border: 0;
    border-radius: 0px;
    text-align: center;
    font-size: 13px;
}
#prod-sing .top-menu .ubermenu .ubermenu-item.ubermenu-item-level-0 .ubermenu-target-text {
    color: #313131 !important; 
}
.stockcheck {
    margin-top: -50px!important;
}
span.shortprice {
    font-size: 15px;
}

a {
    text-transform: capitalize;
}

.post-type-archive-product #main {
display: initial!important;
}
 .woocommerce div.archive-class {
    display: table;
    width: 1400px;
}
/*data testing */

/*.datatestingeleyy{} final*/ 
a.reg-links {
    display: block;
}

li.product_cat-seconds a.subscription-custom {
    display: none;
}


li.product_cat-hayes a.subscription-custom {
    display: none;
} 
span.addcart0d a {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #ffff!important;
    background-color: BBBD5A;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    margin-top: 10px;
    background: #bcbb68;
}
.capt-titles-whole {
    padding-left: 2em;
}

/*.capt-titles-whole h5 {
    font-family: 'Mabry pro', sans-serif;
    color: #706f6f;
    line-height: 1.2;
    font-weight: 400;
    font-size: 1em;
}*/
.product-details .data-price {
    font-weight: 400;
        font-size: 21px;
    margin-bottom: .5em;
        color: #6d6d6e;
}
.list-item-ingridients {
    min-height: 480px;
}
.single-avocadooil .product-content-wrapper {
    width: 60%;
    margin: 0 auto;
        margin-top: 35px;
}
.single-avocadooil span.ubermenu-target-title.ubermenu-target-text {
    color: #313131!important;
}.skin-care-custom .collection-item-4 {
    min-height: 520px!important;
    
}
.account-tag {
    display: none;
}
.single-tea_blog .product-content-wrapper {
    width: 60%;
    margin: 0 auto;
    margin-top: 35px;
} 
a.added_to_cart {
    color: #212529!important;
    margin-left: 25px;
}.shop-design a.button.wc-forward {
    background: transparent;
    color: #6d6d6e;
    padding: 0px;
    text-decoration: underline;
    font-size: 14px; 
}

.shop-design .woocommerce-message {
    color: #6d6d6e;
    padding: 0px;
    font-size: 13px;
    font-weight: 600;
    background-color: transparent;
}
.add-change-design a.button.wc-forward {
    font-size: 14px;
    position: absolute;
    top: 35px;
}.shop-design .woocommerce-message:before {
    display: none;
}
.feature-text { 
    margin-top: 85px;
}
.woocommerce-tabs.custom-tab {
    margin-top: 45px;
}.page-template-skin-care-php #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #bcbb68;
}
.page-template-skin-care-php a.added_to_cart.wc-forward {
    color: #212529!important;
    background: transparent;
}.page-template-tea-shop-php a.added_to_cart.wc-forward {
    color: #212529!important;
    background: transparent;
}

.postid-120197  .mspc-pa_wholesale-box .mspc-horizontal.mspc-variation .mspc-radio {
    right: 64%;
    top: 55%;
    display: block;
    background: transparent;
    z-index: 0;
}


.postid-120197 .mspc-pa_whole-dispatch-day .mspc-horizontal.mspc-variation .mspc-radio {
    right: 64%;
    top: 55%;
    display: block;
    background: transparent;
    z-index: 0;
}
.postid-120197  .mspc-pa_whole-sale-delivery-day .mspc-horizontal.mspc-variation .mspc-radio {
    right: 64%;
    top: 55%;
    display: block;
    background: transparent;
    z-index: 0;
}


.postid-120197  form.cart {
    width: 65%!important;
}
.postid-120197 .mspc-horizontal.mspc-variation img {
    position: relative;
    z-index: 3;
}
 
.mspc-pa_wholesale-box .column {
    width: 30%!important;
}
.data-wholesale {
    margin-top: 2.992em;
}.img-btn-wholesale .subscribe {
    float: right;
    background: #bcbb68; 
    padding: 5px 13px 7px 13px;
    margin-right: 2em;
    border-radius: 3px;
   /* margin-top: 8px;*/
}
span.subscribe a { 
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.postid-120197  .mspc-variation img {
    margin-top: 0px;
}.wholesale .right-menu {
    float: right;
    width: 485px!important;
}ul.ubermenu-submenu.ubermenu-submenu-id-120466.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    background: #fff;
}
.ubermenu .ubermenu-submenu.ubermenu-submenu-id-120471 {
    background: #fff;
}
span.subscribe a:hover {
    color: #fff;
}

.page-template-page-wholesaler  a.added_to_cart.wc-forward {
    color: #212529!important;
    background: transparent;
}
.product-details p {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 400;
}
.capt-titles-whole h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Mabry pro', sans-serif;
    color: #706f6f;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400;
}
.account-billing-actions a.is-default, .account-shipping-actions a.is-default {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
}

p.note-address {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}
.whlsale {
    color: inherit;
    opacity: .5;
    display: inline-block;
    font-size: 14px!important;
    padding-right: 7px;
    text-decoration: line-through;
}
.wholesaleprices {
    color: #6d6d6e;
    font-size: 21px;
    font-weight: 700;
}
.mbl1-banner {
    display: none;
}
.ubermenu .ubermenu-submenu.ubermenu-submenu-id-120786 {
    width: 100%;
    min-width: 100%;
    background-color: #ffffff;
}
.payment_method_cod .image-windcavepayment {
    display: none;
}
.payment_method_cod p {
    color: #fff;
}
.page-template-page-cart  .woocommerce-message {
    display: none;
}
h3#ship-to-different-address {
    display: inherit!important;
}h3#shipping_heading {
    display: none;
}
.payment_box.payment_method_cod:before {
    display: none!important;
}
.payment_methods input {
    display: inherit!important;
}


/*//ADDITIONAL CSS */
.ubermenu .ubermenu-submenu.ubermenu-submenu-id-130316  {
    width: 100%;
    min-width: 100%;
    background-color: #ffffff;
}.ubermenu .ubermenu-submenu.ubermenu-submenu-id-130308  {
    width: 100%;
    min-width: 100%; 
    background-color: #ffffff;
}


/*===
*/ 

/*.postid-120197 .mspc-horizontal.mspc-variation img {
    position: relative;
    z-index: 3;
    width: 100%;
}

.postid-123460 .mspc-horizontal.mspc-variation img {
    position: relative;
    z-index: 3;
    width: 100%;
}
.mspc-pa_whole-dispatch-day .mspc-text-wrapper {
    z-index: 3;
    margin-top: 10px;
    font-family: 'Mabry pro', sans-serif;
    position: absolute;
    top: 45%;
    color: white;
    width: 95%;
    text-transform: uppercase;
}
.ui.grid>.six.column.row>.column, .ui.six.column.grid>.column, .ui.six.column.grid>.row>.column {
    width: 50%;
}
.mspc-radio.ui.radio.checkbox {
    display: none!important;
} 
.postid-120197 .mspc-variation .mspc-text-wrapper > strong {
    text-align: center; 
    font-family: 'Mabry pro', sans-serif;
    font-weight: initial !important;
    text-transform: uppercase;
}
.postid-123460 .mspc-variation .mspc-text-wrapper > strong {
    text-align: center;
    font-family: 'Mabry pro', sans-serif;
    font-weight: initial !important;
    text-transform: uppercase;
}

*/
.whole-sale-sub .mspc-text-wrapper p {
    display: none;
} 
span.orig-price {

    color: #bdbfc1;
    font-size: 14px;
    margin-right: 4px;
    text-decoration: line-through;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
span.PriceNow {
    margin-right: 6px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background: 0 0;
    font-weight: 700;
    color: #6d6d6e;
}span.indprice {
   font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background: 0 0;
    font-weight: 700;
    text-transform: lowercase;
    color: #6d6d6e;
}
.whole-sale-sub .wccpf-fields-container .price {
    display: none;
}
span.orig-price {
    display: block;
}
span.indpriced {
    display: block;
    color: #bbbd5a;
}

.mspc-pa_wholesale-box .mspc-variation {
    position: relative;
}

.select-data {

    position: absolute;
    top: 28%;
    left: 44%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    opacity: 0;
    z-index: 5;
    --border-color: #fff;
    --border-width: 1px;
    --bottom-distance: 0px;
    color: #fff;
    display: inline;
    background-image: linear-gradient(var(--border-color), var(--border-color));
    background-size: 0% var(--border-width);
    background-repeat: no-repeat;
    font-family: 'Mabry pro', sans-serif;
    transition: background-size 0.5s;
}
.mspc-pa_wholesale-box .mspc-variation:hover img {
    
    z-index: 4;
    position: relative;
    filter: brightness(0.8);
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out; 
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
} 
.mspc-pa_wholesale-box .mspc-variation:hover .select-data {
    display: inherit;
    border-color: #fff;  
    border-width: 1px; 
    bottom-distance: 0px; 
    color: #fff; 
    display: inline; 
    background-size: 100% var(--border-width); 
    opacity: 1;
    background-position: 0 calc(100% - var(--bottom-distance))!important;
} 
.background-green {
    background: #bbbd5a;
    padding: 20px 20px 10px 5px!important;
    color: #fff!important;
    margin-bottom: -30px!important;
    border-radius: 0px 0px 0px 0px;
}.background-green h2 {
    color: #fff!important;
    font-size: 20px!important;

}.background-green label {
    color: #fff!important;
}
.background-green {
    background: #bbbd5a;
    padding: 20px 15px 20px 15px!important;
    color: #fff!important;
    margin-bottom: -30px!important;
    border-radius: 0px 0px 0px 0px;
}.background-green hr {
    display: none!important;
}.registerbtn {
    margin-top: 30px!important;
    margin-left: -16px!important;
}

ul.ubermenu-submenu.ubermenu-submenu-id-132829 {
    background: #fff5f5;
}
.textboxmessage {
    color: #6d6d6e;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
    font-weight: 600;
}
.locatore-page {
    width: 100%;
}div#wpsl-search-wrap {
    font-family: 'Mabry pro', sans-serif;
}input#wpsl-search-btn {
    background: #bbbb68;
    color: #fff;
}
.locatore-page {
    background: #fff;
    padding: 35px;
}.form-email-subsc input.TextInput__FormStyledTextInput-sc-1o6de9f-0  {
    border: 0px!important;
    border-bottom: 1px solid #ffff!important;
}.form-email-subsc {
    margin-left: -100px;
}
.woocommerce-order-received .product-name a {
    display: block!important;
}