/*
Theme Name: Azizi Life
Description: A child-theme of Enfold customised for Azizi Life
Author: Da-Woon Chung
Author URI: http://chungdawoon.com
Template: enfold
Version: 0.1
 */

/* Header */
#header_meta {
  background-color: transparent !important;
  border: none !important;
}

#header_meta .sub_menu >ul>li {
  border-color: rgba(112,112,112,0.9);
}

#header_meta .sub_menu >ul>li>a {
  font-weight: 300;
}

#header_main {
  border: none !important;
}

#header_main .logo img {
  display: inline-block;
  vertical-align: middle;
}

.subtext {
  display: none;
}

@media (min-width: 768px) {
  .subtext {
    display: inline-block;
    font-weight: 300;
    vertical-align: bottom;
    margin-bottom: 1em;
    margin-left: 0.5em;
    padding-left: 1.5em;
    height: 5em;
    line-height: 5em;
    border-left: 1px solid rgba(76,76,76,0.5) !important;
    font-size: 21.5px !important;
  }

  .subtext .tagline-highlight {
    font-style: italic;
    color: #B0621E;
  }
}

#header_main_alternate {
  margin-top: 1em;
}

/* navigation menu */
li#menu-item-search a,
li.menu-cart a {
  padding: 0 7px !important;
  color: #98631e !important;
}

/* search button */
#top #searchform > * {    /* force unfold search forms */
  opacity: 1 !important;
  display: block !important;
}
li#menu-item-search {
  height: 29px;
  padding-right: 0.6em;
  border-right: 1px solid rgba(112,112,112,0.5);
}
li#menu-item-search form {
  height: 29px;
  line-height: 29px;
}
li#menu-item-search input[type='submit'] {
  width: auto !important;
  height: 29px !important;
  font-size: 10px !important;
  line-height: 29px !important;
  position: relative !important;
  float: right !important;
  padding: 0 1em !important;
  font-family: inherit !important;
  font-weight: 100 !important;
  text-transform: uppercase;
  background-color: rgb(76,76,76);
}
li#menu-item-search input[type='text'] {
  padding: 7.5px 12px !important;
  margin-right: 0.5em !important;
  font-size: 12px !important;
  border: none !important;
  float: left !important;
  width: auto !important;
  background-color: rgb(226,226,226) !important;
}

/* cart button */
li.menu-cart {
  float: right;
  height: 29px;
}
li.menu-cart a {
  padding: 0 !important;
  margin: 0 0.5em 0;
  height: 29px !important;
  line-height: 29px !important;
}
li.menu-cart a .avia-menu-text:before {
  content: 'View Cart';
  text-transform: uppercase;
  font-weight: 100;
  font-size: 10px;
  line-height: 29px;
  height: 29px;
  color: #FFF;
  background: #98631e;
  padding: 0 1em;
  display: block;
  box-sizing: border-box;
}
li.menu-cart a .avia-menu-text > span {
  display: none;
}


/* hide floating cart button */
ul.cart_dropdown {
  display: none;
}


/* Front Page */
.avia-safari .avia-content-slider, .avia-safari .avia-content-slider-inner, .avia-safari .avia-content-slider-inner .slide-entry-wrap {
  -webkit-perspective: 0px !important;
}

.avia_cart_buttons {
  display: none;
}


/* Artisan Sneak Peak */
#top .avia-post-nav {
  z-index: 1001;
}
.artisan-sneak {
  position: fixed;
  z-index: 1000;
  background-size: cover;
  background-position: 75% center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 60px;
  height: 60px;
  left: 20px;
  bottom: 20px;
  border-radius: 10000em;
  border: 2px solid;
  border-color: #98631E !important;
  overflow: visible;
}
/*
@media screen and (min-width: 768px) {
  .artisan-sneak {
    width: 80px;
    height: 80px;
  }
}
*/
.artisan-sneak .artisan-sneak-content {
  background: rgba(255,255,255,0.86);
  display: block;
  padding: 30px;
  opacity: 0;
  transition: all 0.5s;
  font-size: 16px;
  pointer-events: none;
}
h3.artisan-name {
  color: #98631e;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
.artisan-sneak .artisan-highlight {
  display: inline-block;
  text-align: center;
  background: rgba(227,227,228,0.5);
  margin: 1em 0;
  padding: 1em 2em;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: #656668;
  line-height: 2;
}
.artisan-sneak .artisan-link {
  text-align: right;
  margin: 0;
}
.artisan-sneak-content:hover .artisan-link {
  text-decoration: underline;
}
span.artisan-meet-text {
  color: #98631E;
  position: absolute;
  top: -55px;
  display: block;
  padding: 0.5em;
  background: #FFF;
  border-radius: 0.5em;
  text-align: center;
  line-height: 1.4;
  font-size: 10px;
  border: 1px solid #98631E;
}
span.artisan-meet-text:before,
span.artisan-meet-text:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
}
span.artisan-meet-text:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #98631E;
  bottom: -8px;
  transform: translateX(-8px);
}
span.artisan-meet-text:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #FFF;
  position: absolute;
  bottom: -7px;
  transform: translateX(-7px);
}
.artisan-close-container {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0,0,0,0.5);
  border-radius: 100em;
  pointer-events: none;
}
.artisan-close {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.artisan-close::before, .artisan-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #FFF;
}
.artisan-close::before {
  transform: rotate(45deg);
}
.artisan-close::after {
  transform: rotate(-45deg);
}

.artisan-sneak.active {
  cursor: initial;
  overflow: auto;
  padding: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}
.artisan-sneak.active .artisan-sneak-content,
.artisan-sneak.active .artisan-close-container {
  opacity: 1;
  transition: all 0.5s;
  pointer-events: initial;
}

.admin-bar .artisan-sneak {
}
.admin-bar .artisan-sneak.active {
  top: 46px;
}
@media screen and (min-width: 710px) {
  .artisan-sneak.active {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border-radius: 0;
    overflow: auto;
    padding: 40px 50px;
  }
  .admin-bar .artisan-sneak,
  .admin-bar .artisan-sneak.active {
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .artisan-sneak,
  .admin-bar .artisan-sneak.active {
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  body.single-product .container {
    padding-left: 100px;
    padding-right: 10px;
  }
  .artisan-close-container {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .artisan-sneak {
    left: 0;
    top: 0;
    bottom: 0;
    width: 75px;
    height: auto;
    border-radius: 0;
    transition: all 0.5s;
    border: none;
  }
  .admin-bar .artisan-sneak {
    top: 32px;
  }

  .artisan-sneak.active {
    width: 100vw;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .admin-bar .artisan-sneak.active {
    top: 32px;
  }
  .artisan-sneak-content {
    max-width: 50%;
  }
  span.artisan-meet-text {
    transform: rotate(-90deg);
    top: 50%;
    right: 0;
    margin-top: -30px;
    margin-right: -55px;
    font-size: 12px;
    white-space: nowrap;
    background: transparent;
    border: none;
    padding: 0;
  }
  .artisan-sneak.active span.artisan-meet-text {
    display: none;
  }
  span.artisan-meet-text:before,
  span.artisan-meet-text:after {
    display: none;
  }
}

@media screen and (min-width: 1366px) {
  span.artisan-meet-text {
    font-size: 16px;
    margin-right: -70px;
  }
  .artisan-sneak.active {
    width: 75vw;
  }
  .artisan-exit {
    position: fixed;
    z-index: 1000;
    left: 75vw;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

/* Footer */
ul.azizi-custom-footer {
  margin: 0 -15px;
}

ul.azizi-custom-footer::after,
ul.azizi-custom-footer li:nth-child(2)::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul.azizi-custom-footer > li {
  clear: none;
  float: left;
  padding: 0 15px;
  margin-bottom: 3em;
  width: 100%;
}

ul.azizi-custom-footer > li:first-child {
}

ul.azizi-custom-footer > li:nth-child(2) > div {
  margin: 0 -15px;
}

ul.azizi-custom-footer > li:nth-child(2) > div > div {
  float: left;
  padding: 0 15px;
  width: 50%;
}

ul.azizi-custom-footer > li:nth-child(5) a {
  text-decoration: underline;
}

ul.azizi-custom-footer > li:nth-child(5) a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  ul.azizi-custom-footer > li:nth-child(1) {
    width: calc(100% / 3);
  }

  ul.azizi-custom-footer > li:nth-child(2) {
    margin-bottom: 3em;
    width: calc(200% / 3);
  }

  ul.azizi-custom-footer > li:nth-child(3),
  ul.azizi-custom-footer > li:nth-child(4) {
    float: right;
    width: calc(200% / 3);
  }

  ul.azizi-custom-footer > li:nth-child(5) {
    width: calc(100% / 3);
  }
  
  ul.azizi-custom-footer > li:nth-child(6) {
    width: calc(100% / 3);
  }
}

@media (min-width: 1024px) {
  ul.azizi-custom-footer > li:nth-child(1) {
    width: 20%;
  }

  ul.azizi-custom-footer > li:nth-child(2) {
    margin-bottom: 0;
    width: 40%;
  }

  ul.azizi-custom-footer > li:nth-child(3),
  ul.azizi-custom-footer > li:nth-child(4) {
    width: 40%;
  }

  ul.azizi-custom-footer > li:nth-child(5),
  ul.azizi-custom-footer > li:nth-child(6) {
    width: 20%;
  }
}

#top ul.azizi-custom-footer form,
#top ul.azizi-custom-footer form fieldset {
  margin-bottom: 0;
}

ul.azizi-custom-footer input[type='submit'] {
  position: relative !important;
  width: 110px !important;
  height: 30px !important;
  padding: 0;
  background-color: #9e6327;
  color: #fff;
  float: right;
  line-height: 30px !important;
  text-transform: uppercase;
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 11px !important;
}

ul.azizi-custom-footer input[type='submit']:hover {
  background-color: #9e6327;
  color: inherit;
  text-decoration: underline;
}

ul.azizi-custom-footer input[type='text'] {
  border: 0 !important;
  color: #9e6327 !important;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0 !important;
  padding: 0 6px !important;
  width: calc(100% - 110px) !important;
}

#socket ul.azizi-custom-footer .social-icons ul.social_bookmarks {
  float: none;
  margin: 0;
}

#socket ul.azizi-custom-footer .social-icons ul.social_bookmarks li {
  margin-right: .5em;
}

#top #wrap_all .social_bookmarks li a {
  background-color: #9e6327;
  text-decoration: none;
}

footer .terms {
  float: right;
}

/* Imported from Quick CSS */
#mobile-advanced {
  display: none;
}

#top .av-hamburger-box {
  transform: scale(0.7);
}

#top #av-burger-menu-ul {
  vertical-align: top;
}

#top #av-burger-menu-ul .av-menu-button > a .avia-menu-text {
  display: inline-block;
  border: 0;
}

#top #av-burger-menu-ul li.menu-cart {
  float: left;
  margin-top: 10px;
  margin-left: 11px;
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
  background-color: transparent;
  color: #7c7c7c;
}

.html_visible_cart .av-burger-menu-main {
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 980px){
  .front-product {
    display: none !important;
  }
}

@media only screen and (min-width: 981px){
  .front-product2 {
    display: none !important;
  }
}

.woocommerce-loop-product__title {
  font-weight: 400!important;
line-height: 130%!important;
font-size: 110%!important;
}

#top .price, #top .price span, #top del, #top ins {
  font-weight: 600!important;
font-size: 99%!important;
}

fieldset#give_checkout_user_info {
  margin-bottom: 0;
}

.woocommerce-loop-product__title {
  font-size: 15px;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.woocommerce-loop-product__title small {
  display: none;
}

textarea#give-comment {
  background-color: #fff !important;
}

@media only screen and (max-width: 1150px) {
 .artisans-mainpage-header {width: 100%!important;}
}

@media only screen and (max-width: 480px)  {
  #top  .front-product2 .av-masonry-entry {
    width: 50% !important;
  }
}

@media only screen and (max-width: 480px)  {
  #top  .front-product .av-masonry-entry {
    width: 50% !important;
  }
}

@media only screen and (max-width: 751px)
.front-product .av-masonry-entry .av-masonry-entry-title {
font-weight: 400!important;}
}

@media only screen and (max-width: 751px)
.front-product2 .av-masonry-entry .av-masonry-entry-title {
font-weight: 400!important;}
}




@media only screen and (min-width: 989px) {
#top  .container .front-product.av-masonry-col-flexible .av-masonry-entry{
          max-width: 33.33% !important;
     }
}

@media only screen and (min-width: 989px) {
#top  .container .front-product2.av-masonry-col-flexible .av-masonry-entry{
          max-width: 33.33% !important;
     }
}


#mobile-advanced li>a:before, .html_header_mobile_behavior #mobile-advanced span>a:before, #mobile-advanced .mega_menu_title:before {
  top: 20px;
}

#top .coupon input[type='text'] {
  border: 1px solid #98631e;
}

#top div form .form-row input.input-text, #top div #content .form-row input.input-text, #top div form .form-row textarea, #top div #content .form-row textarea {
    color: #000000 !important;
    border-color: #ffffff!important;
    background-color: #e0e0e0 !important;
}

#top .select2-choice.select2-default {
    background-color: #e0e0e0!important;
color: #98631e!important;
}

#top .wceb_picker_wrap p.form-row label[for="start_date"] {
  display: none;
}

.mfp-img {
    -webkit-animation: none !important;
    animation: none !important;
}

.product.outofstock .thumbnail_container img,
.product.outofstock .single-product-main-image .images img {
  opacity: .5;
}

.product.outofstock .thumbnail_container,
.product.outofstock .single-product-main-image .images a {
  background-color: #000;
}

.product.outofstock .thumbnail_container::before,
.product.outofstock .single-product-main-image .images a::before {
  color: #fff;
  content: 'Out of Stock';
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-8px);
  vertical-align: middle;
  width: 100%;
  z-index: 10;
}

div.woocommerce-error a.button, #top div.woocommerce-message a.button {
  background: #2c9297;
}

#socket .container {
  padding-top: 55px;
  padding-bottom: 45px;
}

h2.widgettitle {
  font-size: 15px;
  font-weight: 100!important;
  letter-spacing: 0px!important;
  text-transform: none!important;
}

.tagged_as {
  display: none;
}

#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(0,0,0,0.1);
}

.product h1 {
color: #2c9297;
}

.front-product2 .av-masonry-entry .av-masonry-entry-title {
  font-weight: 100;
  font-size: 18px !important;
  line-height: 110% !important;
}

.front-product .av-masonry-entry .av-masonry-entry-title {
  font-weight: 100;
  font-size: 18px !important;
  line-height: 110% !important;
}

@media only screen and (min-width: 480px) {
  .front-product .av-masonry-entry .av-masonry-entry-title {
    font-size: 180% !important;
  }
}

@media only screen and (min-width: 480px) {
  .front-product2 .av-masonry-entry .av-masonry-entry-title {
    font-size: 180% !important;
  }
}

@media only screen and (max-width: 767px) {
.freeshippingbanner { display: none !important; }
.mainbannerdesktopversion  { display: none !important; }
}

@media only screen and (min-width: 768px) {
  .mobileartisanimage {
    display: none !important;
  }
  .mainbannermobileversion {
    display: none !important;
  }
}

#top div.woocommerce-message {
  border-color: #e8d6be;
  background-color: #f2ede0!important;
  color: black;
}



.avia-slideshow-arrows {
  display: none;
}

/* Common */
body {
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 1.95 !important;
}

h1 {
  font-weight: 100 !important;
}

h3 {
  color: #707070;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: -.4px;
}

h4 {
  color: #707070;
  font-size: 19px;
  font-style: italic;
  font-weight: 100;
}

textarea {
  background: #ededed !important;
}

.footer_color {
  background-size: cover;
}

/* Main Navigation Menu */
li.menu-cart,
li.menu-item-search-dropdown {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 840px) {
  .main_menu ul:first-child > li > a {
    font-size: 14px !important;
  }
}

@media (max-width: 1110px) {
  .main_menu ul:first-child > li:not(.menu-cart) > a {
    padding: 0 10px !important;
  }

.html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
    border-right: 0;
    clear: both;
    transform: translateY(-120px);
  }
}

#top .main_color input[type='text'] {
  background-color: #e0e0e0;
}

#top .entry-content-wrapper h5,
#top .entry-content-wrapper h6 {
  color: #2c9297;
  font-weight: 100;
}

#top .entry-content-wrapper h5 {
  font-size: 39px;
  letter-spacing: -.8px;
}

#top .entry-content-wrapper h6 {
  font-size: 28px;
  letter-spacing: -.4px;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows {
  display: none;
}

#top .av-submenu-container .container {
  padding: 0 50px !important;
}

#top .container .artisan-masonry-area .av-masonry.av-large-gap#av-masonry-1 {
  width: calc(100% + 60px);
}

.wceb_picker_wrap {
  height: 350px !important;
}

.avia-button.avia-color-dark {
  border: 1px solid #2c9297 !important;
}

.av-masonry-entry {
  opacity: 1 !important;
  visibility: visible !important;
}

.av-masonry-entry .av-masonry-entry-title {
  font-size: 27px;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.av-masonry-entry.category-artisans .av-inner-masonry-content {
  background-color: transparent;
  background-image: url("https://azizilife.com/wp-content/uploads/2017/03/paper-texture-artisan-BGb.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  bottom: 0;
  left: 0;
  padding: 40px 30% 40px 40px;
  right: 0;
  top: 0;
}

@media (max-width: 600px) {
  .av-masonry-entry.category-artisans .av-inner-masonry-content {
    background-image: none;
  }

  .av-masonry-entry.category-artisans .av-inner-masonry-content-pos {
    bottom: 40px;
    position: absolute;
    max-width: calc(70% - 40px);
  }

  .av-masonry-entry.category-artisans .av-inner-masonry-content-pos-content {
    color: #2c9297;
    font-size: 30px;
  }
  .av-masonry-entry.category-artisans .av-masonry-entry-title {
    background-color: #f0eee5;
    opacity: .8;
    padding: 5px;
  }
  .av-masonry-entry.category-artisans .av-masonry-entry-content {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .responsive #top .artisan-masonry-area .av-masonry-entry {
    width: 100%;
  }

  .av-fixed-size .av-masonry-entry.category-artisans .av-inner-masonry-sizer {
    padding-bottom: 60%;
  }
}

@media (min-width: 900px) {
  .av-fixed-size .av-masonry-entry.category-artisans .av-inner-masonry-sizer {
    padding-bottom: 80%;
  }
  .av-masonry-entry.category-artisans .av-inner-masonry-content {
    padding-right: 30%;
  }
}
@media (min-width: 1140px) {
  .av-fixed-size .av-masonry-entry.category-artisans .av-inner-masonry-sizer {
    padding-bottom: 60%;
  }

  .av-masonry-entry.category-artisans .av-inner-masonry-content {
    background-size: cover;
  }
}

.av-masonry-entry.category-artisans .av-inner-masonry-content .av-masonry-entry-title {
  color: #2c9297;
  font-size: 30px !important;
}

.av-masonry-entry.category-artisans .av-masonry-entry-content {
  display: -webkit-box;
  line-height: 26px;
  margin-top: 1em;
  max-height: 104px;
  overflow: hidden;
}

.av-masonry-entry .avia-arrow {
  display: none;
}

.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
  -webkit-animation: none;
          animation: none;
}

.mainartisans .av-masonry-entry .av-masonry-entry-title {
  font-size: 24px !important;
}

span.av-masonry-date {
  display: none;
}

.indartisans .av-inner-masonry-content-pos {
  text-align: center !important;
}

.indartisans .av-masonry-entry .av-masonry-entry-title {
  font-size: 14px !important;
}

.av-main-nav > li > a,
#header_main_alternate {
  border: 0 !important;
}

#header_main {
  border-bottom: 0;
}

.avia-menu-fx {
  display: none;
}

.main_menu ul:first-child > li > a {
  color: #7c7c7c !important;
  font-size: 16px;
  font-weight: 300;
}

.content {
  padding-bottom: 3px;
  padding-top: 3px;
}



.front-about-azizi {
  background-image: url("https://azizilife.com/wp-content/uploads/2016/03/Aboutbg.png");
  background-position: center;
  background-size: cover;
  margin: 0 -7.5%;
  padding: 2em 2em 12em;
}

.front-about-azizi h5 {
  font-size: 22px !important;
}

.front-about-azizi h5 br {
  display: none;
}

@media (min-width: 480px) {
  .front-about-azizi {
    margin: 0;
  }
  .front-about-azizi h5 br {
    display: inline;
  }
}

@media (min-width: 768px) {
  .front-about-azizi {
    padding: 1em 1em 15em;
  }
  .front-about-azizi h5 {
    font-size: 28px !important;
  }
}

@media (min-width: 990px) {
  .front-about-azizi {
    padding: 3em;
    padding-bottom: 22em;
  }
  .front-about-azizi h5 {
    font-size: 39px !important;
  }
}

.featured-artisan-slider .slide-content {
  background-image: url("https://azizilife.com/wp-content/uploads/2016/12/paper-texture3.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  padding: 40px 30% 40px 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.featured-artisan-slider .minor-meta,
.featured-artisan-slider .slide-meta,
.featured-artisan-slider .image-overlay-inside::before {
  display: none;
}

.featured-artisan-slider .slide-entry-title {
  color: #2c9297;
  font-size: 30px;
  line-height: 1;
}

.featured-artisan-slider .slide-entry-excerpt {
  margin-top: 1em;
}

.featured-artisan-slider.avia-content-slider .slide-image {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 900px) {
  .featured-artisan-slider .slide-content {
    background-size: auto;
    padding: 22px;
  }

  .featured-artisan-slider .slide-entry-title {
    font-size: 20px;
  }
}

@media (min-width: 900px) and (max-width: 1000px) {
  .featured-artisan-slider .slide-content {
    background-size: auto;
    padding: 44px 44px 44px 44px;
  }

  .featured-artisan-slider .slide-entry-title {
    font-size: 24px;
  }
}

.featured-artisan {
  background-image: url("https://azizilife.com/wp-content/uploads/2016/03/FeaturedArtisan.png");
  background-position: center;
  background-size: cover;
  height: 276px;
  padding: 3em;
  padding-right: 24em;
}

.av-large-gap.av-fixed-size .av-masonry-entry.category-artisans .av-inner-masonry {
  bottom: 60px;
  right: 60px;
}

.azizi-experiences {
  background-image: url("https://azizilife.com/wp-content/uploads/2016/03/aziziexpbg2.png");
  background-position: top-right;
  background-size: cover;
  height: 430px;
  padding: 5em;
  padding-right: 35em;
  padding-top: 3em;
}

.azizi-experiences img {
  margin-top: 1em;
}

.artisan-header {
  background-image: url("https://azizilife.com/wp-content/uploads/2016/03/Artisans-Banner2c.png");
  background-position: top-right;
  background-size: cover;
  height: 350px;
  padding: 5.5em;
  padding-right: 42.5em;
  padding-top: 6em;
}



.about-5-benefits {
  background-image: url("https://azizilife.com/wp-content/uploads/2017/03/5-benefits.jpg");
  background-position: center;
  background-size: cover;
  padding: 3em;
  padding-bottom: 22em;
}


.about-crafts {
  background-image: url("https://azizilife.com/wp-content/uploads/2016/09/smallbg.jpg");
  background-position: center;
  background-size: cover;
  padding: 3em;
  padding-bottom: 22em;
}

.about-crafts2 {
  background-image: url("https://azizilife.com/wp-content/uploads/2016/09/experiencebg.jpg");
  background-position: center;
  background-size: cover;
  padding: 3em;
  padding-bottom: 27em;
}


.freeshippingsection {
  background-image: url("https://azizilife.com/wp-content/uploads/2017/03/BannerBGtexture.jpg");
  background-position: center;
  background-size: cover;
  padding: 3em;
  padding-bottom: 3em;
}

input.give-text-input.give-amount-top {
  width: initial !important;
}

#socket .social_bookmarks {
  font-size: 20px !important;
}

/* Product Attiributes */
#top .variations_form {
  padding: 0;
}

div form.cart table {
  text-align: left;
}

#top .variations td {
  font-size: 16px;
}

#top .variations td.label {
  padding: 4px 0;
  vertical-align: middle;
}

#top .variations td.value {
  padding-right: 0;
}

#top .variations td.value select {
  border-color: #e0e0e0;
  width: 100%;
}

.woocommerce-variation-price {
  margin-bottom: 1em;
}

#top .woocommerce-variation-price .price span {
  font-size: 20px;
}


/* Gift wrap options */
.giftwrap_header_wrapper .show_giftwrap {
  display: inline-flex;
  align-items: center;
  padding: 1rem;
  background-color: #1e8483;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.giftwrap_header_wrapper .show_giftwrap:hover {
  color: #fff;
}

.show_giftwrap::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  background-image: url('https://azizilife.com/wp-content/uploads/2020/09/gift-icon.png');
  background-size: 100% 100%;
  content: '';
}

.loading-gallery a {
  position: absolute;
}

.bundled_product_title_inner .item_qty {
    display: none !important;
}
