@charset "UTF-8";
.dvtr_toggeable {
  position: relative;
}
.dvtr_toggeable .target {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}
.dvtr_toggeable .target:before {
  position: absolute;
  content: " ";
  display: block;
  height: 70px;
  background: -webkit-linear-gradient(bottom, #fff 25%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to top, #fff 25%, rgba(255, 255, 255, 0) 75%);
  width: 100%;
  bottom: 0;
  text-align: right;
  line-height: 50px;
  padding: 20px 10px 0px 0;
  text-transform: uppercase;
  font-size: 10px;
  color: black;
  text-shadow: 0 0 1px #fff;
}
.dvtr_toggeable .target.open {
  max-height: 10000px !important;
  transition: max-height 0.5s ease-in-out;
}
.dvtr_toggeable .target.open:before {
  display: none;
}
.dvtr_toggeable .target + a.sf-icon-reveal {
  padding: 5px 20px;
  bottom: -10px;
}
.dvtr_toggeable .target + a.sf-icon-reveal:hover i {
  font-size: 12px;
  right: 10px;
  vertical-align: top;
  line-height: 30px;
}
.dvtr_toggeable .target + a.sf-icon-reveal.grey {
  background-color: #fff;
  color: #5c5c5c;
  border: 2px solid #ddd;
}
.dvtr_toggeable .trigger {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0px 10px 0;
  text-transform: uppercase;
}
.dvtr_toggeable .trigger i {
  font-weight: bold;
}

.hr * {
  border-color: #f1f1f1;
}

body {
  font-family: Jost, sans-serif;
}
i.accent-color {
  color: #E3C735;
}

.page-heading-breadcrumbs #breadcrumbs {
  max-width: 30%;
}

.ajax-search-wrap {
  width: 500px !important;
}
@media all and (max-width: 768px) {
  .ajax-search-wrap {
    width: 300px !important;
    top: 50px !important;
  }
}

.gm-style-mtc {
  display: none;
}

.gmnoprint {
  display: none;
}
.gmnoprint > div > div > div {
  display: none;
}

.select2-results ul li.select2-results__option {
  font-size: 12px;
}
.select2-results ul li.select2-results__option.select2-results__option--highlighted {
  background-color: #E3C735 !important;
}

#back-to-top {
  transition: ease all 0.3s;
}
#back-to-top:hover {
  background: #E3C735;
}
div.wpcf7-mail-sent-ok {
  border-color: #E3C735 !important;
}

.wpcf7 input.wpcf7-submit[type=submit]:hover {
  border-color: #9c8716 !important;
  background: #E3C735 !important;
}

.wpcf7-form.sent p, .wpcf7-form.sent h3 {
  display: none;
}

.modal-open #container {
  filter: none !important;
}

@media all and (max-width: 768px) {
  .summary-top .woocommerce-breadcrumb {
    max-width: 100% !important;
  }
}

.pswp__bg,
.pswp__ui--fit .pswp__top-bar,
.pswp__top-bar {
  background: rgba(255, 255, 255, 0.9) !important;
}

.pswp__counter {
  color: #000 !important;
}

.hidden {
  display: none;
}

.diffDeleted {
  background: lightcoral;
}
.diffUnmodified {
  background: #ddd;
}
.diffInserted {
  background: lightgreen;
}
.diff td {
  vertical-align: top;
  white-space: pre;
  white-space: pre-wrap;
  font-family: monospace;
}

#header .header-center-items.header-items {
  min-height: 70px;
  min-width: 750px;
}

#header .header-left-items.header-items {
  min-height: 70px;
  min-width: 240px;
}

.grecaptcha-badge {
  display: none !important;
}

img {
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

.archive #callnowbutton, .blog #callnowbutton, .single-post #callnowbutton {
  display: none !important;
}

.wp-caption-text {
  text-align: center;
}

.single-post .quick_cart {
  display: none !important;
}

.et-wishlist-counter h1 {
  display: none;
}

.full-center #header .float-menu nav#main-navigation {
  text-align: left;
  max-width: 100%;
}
.full-center #header .float-menu nav#main-navigation ul.menu {
  text-align: left;
  white-space: nowrap;
}
.full-center #header .float-menu nav#main-navigation ul.menu > li.call > a {
  color: crimson;
}
nav#main-navigation .menu ul.sub-menu li.menu-item:hover > a {
  color: crimson !important;
}

.full-center #header .float-menu nav#main-navigation ul.menu > li > a {
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  font-weight: bold;
  padding: 0 23px;
}
.full-center #header .float-menu nav#main-navigation ul.menu > li > a:hover {
  text-decoration: underline;
}
.full-center #header .float-menu nav#main-navigation ul.menu > li:after {
  content: "|";
  display: inline-block;
  line-height: 100%;
  color: #ddd;
  display: none;
}
.full-center #header .float-menu nav#main-navigation ul.menu > li:last-child:after {
  content: "";
}
.full-center #header .header-left .aux-item, .full-center #header .header-right .aux-item {
  border: none !important;
}
.full-center #header .header-right .aux-item {
  border: none;
  height: 100%;
  vertical-align: middle;
  display: block;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}
.full-center #header .header-right .aux-item .std-menu.cart-wishlist {
  margin: 0;
}
.full-center #header .header-right .aux-item > a, .full-center #header .header-right .aux-item > nav > ul > li > a {
  display: block;
  height: 75px;
  line-height: 75px;
  padding: 0 15px !important;
}
.full-center #header .header-right .aux-item > a.cart-contents, .full-center #header .header-right .aux-item > nav > ul > li > a.cart-contents {
  padding: 0 30px !important;
  border-left: 1px solid #f2f2f2;
}
.full-center #header .header-right .aux-item > a:hover i, .full-center #header .header-right .aux-item > nav > ul > li > a:hover i {
  color: #E3C735 !important;
}
.full-center #header .header-right .aux-item > a.header-search-link i, .full-center #header .header-right .aux-item > nav > ul > li > a.header-search-link i {
  margin: 0;
  font-weight: bold;
  font-size: 22px !important;
}
.full-center #header .header-right .aux-item > a.header-search-link:hover i:before, .full-center #header .header-right .aux-item > nav > ul > li > a.header-search-link:hover i:before {
  content: "";
}
.is-sticky .full-center #header .header-right .aux-item > a, .is-sticky .full-center #header .header-right .aux-item > nav > ul > li > a {
  height: 55px;
  line-height: 55px;
}

.full-center #header .header-right .aux-item i[class*=sf-icon], .full-center #header .header-right .aux-item i[class*=fa-] {
  color: #5c5c5c;
}
.full-center #header .header-right .aux-item i[class*=sf-icon].fa-envelope-o, .full-center #header .header-right .aux-item i[class*=fa-].fa-envelope-o {
  line-height: 55px;
}
.full-center #header .header-right .aux-item .menu-search .submit-button {
  text-transform: uppercase;
}
.full-center #header .header-right .aux-item .menu-search .submit-button:hover {
  background: #E3C735 !important;
  border-color: #E3C735 !important;
}
.full-center #header .header-right a.header-search-link i {
  font-size: 16px !important;
  height: auto !important;
  display: inline-block;
  vertical-align: text-top;
}
.full-center #header .header-right .account-item > a > i, .full-center #header .header-right a.contact-menu-link-dropdown-off > i, .full-center #header .header-right .wishlist-item > a > i, .full-center #header .header-right .shopping-bag-item > a > i {
  height: 14px !important;
  font-size: 22px;
  line-height: 75px;
}
.full-center #header .header-right .account-item > a > i.sf-icon-cart, .full-center #header .header-right a.contact-menu-link-dropdown-off > i.sf-icon-cart, .full-center #header .header-right .wishlist-item > a > i.sf-icon-cart, .full-center #header .header-right .shopping-bag-item > a > i.sf-icon-cart {
  color: #E3C735;
}
.full-center #header .header-right .shopping-bag-item:hover > a:after {
  right: 18px;
}
.full-center #header .header-right .shopping-bag-item > a > span.num-items {
  right: 30px;
}
.full-center #header .menu-item-desc {
  display: none;
}

.full-center #header, .full-center .float-menu, .header-split .float-menu,
.full-header-stick #header, .full-header-stick #logo, .full-header-stick .header-left, .full-header-stick .header-right,
.full-center #main-navigation ul.menu > li > a, .full-center .header-right ul.menu > li > a, .full-center nav.float-alt-menu ul.menu > li > a, .full-center .header-right div.text, .full-center #header .aux-item ul.social-icons li {
  height: 75px !important;
  line-height: 75px !important;
}
.full-center #header > i, .full-center .float-menu > i, .header-split .float-menu > i,
.full-header-stick #header > i, .full-header-stick #logo > i, .full-header-stick .header-left > i, .full-header-stick .header-right > i,
.full-center #main-navigation ul.menu > li > a > i, .full-center .header-right ul.menu > li > a > i, .full-center nav.float-alt-menu ul.menu > li > a > i, .full-center .header-right div.text > i, .full-center #header .aux-item ul.social-icons li > i {
  line-height: 75px;
}

.page-heading-breadcrumbs #breadcrumbs {
  line-height: 50px !important;
  max-width: none !important;
  text-align: right;
  font-size: 12px !important;
  display: none !important;
}

.page-heading {
  background-color: transparent !important;
}
.page-heading-breadcrumbs .heading-text {
  float: none;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 28px;
}
.page-heading-breadcrumbs .heading-text > h1 {
  padding-top: 58px;
  color: #000;
  font-size: 38px;
}

.full-center .header-4 .header-right, .full-center .header-4-alt .header-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: absolute !important;
}
.full-center .header-4 .header-right > .aux-item, .full-center .header-4-alt .header-right > .aux-item {
  background: #fff;
}
.full-center .header-4 .header-right:before, .full-center .header-4-alt .header-right:before {
  content: " ";
  display: block;
  background: -webkit-linear-gradient(right, #fff 25%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to left, #fff 25%, rgba(255, 255, 255, 0) 75%);
  width: 30px;
  height: 100%;
  float: left;
}

.full-center .fw-header #logo {
  left: 0 !important;
}

@media all and (max-width: 768px) {
  .alt-mobile-menu .wishlist-item > a > i {
    position: absolute;
    right: 18px;
    margin-top: -5px;
  }

  #mobile-menu-wrap button[type=submit].search {
    border: 0;
    background: 0;
    font-size: 24px;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #2f2f2f;
    right: 0;
    height: 58px;
    width: 55px;
    color: #fff;
  }
  #mobile-menu-wrap ul.sub-menu li.current-menu-item > a {
    color: #eabe12 !important;
  }
}
.menu-search .submit-button {
  position: absolute;
  right: 0;
  height: 100%;
  margin: 0;
}

.mobile-header-opts ul.menu li.menu-search a.header-search-link i {
  color: #E3C735 !important;
}
.mobile-header-opts ul.menu li.menu-search a.header-search-link:hover i:before {
  content: "";
}

/* homepage only */
.slider-section {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .slider-section {
    margin-top: 30px;
  }
}
.slider-section .bg .container {
  position: relative;
}
.slider-section .bg .container .slider-text {
  text-align: center;
  max-height: 56px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .slider-section .bg .container .slider-text {
    width: 100%;
    right: 0;
    margin: 0;
    top: 0;
  }
}
.slider-section .bg .container .slider-text h1 {
  font-size: 28px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 36px;
  font-weight: 400;
  font-style: normal;
}
.slider-section .bg .container .slider-text .text {
  font-size: 16px;
  line-height: 1.6;
}
.slider-section .bg .container .slider-text .phone a {
  font-size: 48px;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .slider-section .top-categories .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.slider-section .top-categories .category {
  float: left;
  padding: 0px 12px 6px 0px;
}
.slider-section .top-categories .category a {
  display: block;
  position: relative;
  position: relative;
  display: block;
}
.slider-section .top-categories .category a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset;
  display: block;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.slider-section .top-categories .category a:hover:before {
  opacity: 0;
}
.slider-section .top-categories .category a img {
  width: 150px;
  height: 150px;
  display: block;
  border: 1px solid #000;
}
.slider-section .top-categories .category a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000085;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-transform: uppercase;
}

.filters-wrapper .shop-by-color {
  border: 1px solid #A4A4A4;
  padding: 20px 0px 0px 0px;
  margin-bottom: 9px;
}
.filters-wrapper .shop-by-color > h2, .filters-wrapper .shop-by-color > .section-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.filters-wrapper .shop-by-color .colors {
  margin-left: -8px;
  margin-right: -8px;
  margin: 0 -20px;
  padding: 20px 0 13px;
  text-align: center;
}
.filters-wrapper .shop-by-color .colors:before {
  content: " ";
  display: table;
}
.filters-wrapper .shop-by-color .colors:after {
  content: " ";
  display: table;
  clear: both;
}
.filters-wrapper .shop-by-color .colors .color {
  margin: 0;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .filters-wrapper .shop-by-color .colors .color {
    margin: 5px 7px;
  }
}
.filters-wrapper .shop-by-color .colors .color a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.filters-wrapper .shop-by-color .colors .color a:hover {
  border-color: #E3C735;
}
.filters-wrapper .filters-sizes {
  padding: 0;
  margin-bottom: 20px;
}
.filters-wrapper .filters-sizes > h2, .filters-wrapper .filters-sizes > .section-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
}
.filters-wrapper .filters-sizes .d-flex-filters {
  width: 100%;
  padding: 0;
  display: block;
}
.filters-wrapper .filters-sizes .d-flex-filters .sliders-container .width-filter {
  padding-right: 0;
}
.filters-wrapper .filters-sizes .d-flex-filters .sbtn {
  text-align: center;
}
.filters-wrapper .filters-sizes .d-flex-filters .sbtn .search-btn {
  padding: 5px 10px;
  border: 1px solid #000;
  background: white;
  color: #231f20;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-weight: normal;
  font-size: 12px;
}
.filters-wrapper .filters-sizes .d-flex-filters .sbtn .search-btn:hover {
  background: #1f1f1f;
  color: #fff;
}
.filters-wrapper .filters-sizes .d-flex-filters .sbtn .search-btn:hover {
  background: #fff;
  color: #000;
}
.filters-wrapper .filters-sizes .d-flex-filters .sliders-container .width-filter .h4, .filters-wrapper .filters-sizes .d-flex-filters .sliders-container .length-filter .h4 {
  margin-top: -22px !important;
}
.filters-wrapper .filters-sizes .d-flex-filters .sliders-container .slider-container {
  margin-top: 20px;
}
.filters-wrapper .filters-sizes .d-flex-filters .slider-handle {
  background: #fff;
  border: 1px solid #000;
}
.filters-wrapper .filters-sizes .d-flex-filters .slider-selection.tick-slider-selection {
  background: #000;
}
.filters-wrapper .filters-sizes .d-flex-filters .slider.slider-horizontal .slider-track {
  height: 3px;
}
.filters-wrapper button.filter-button {
  padding: 5px 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.filters-wrapper .woof_container_product_cat {
  clear: both;
  display: block;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories {
  margin-left: -8px;
  margin-right: -8px;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories:before {
  content: " ";
  display: table;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories:after {
  content: " ";
  display: table;
  clear: both;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter .dvtr_toggeable .target {
  max-height: 0px;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter .dvtr_toggeable .trigger {
  position: static;
  /* text-align: center; */
  margin: 0 auto;
  width: 130px;
  display: block;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #000;
  padding: 17px 0px;
  font-weight: bold;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter .dvtr_toggeable .trigger > i {
  display: none !important;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter .dvtr_toggeable .trigger:hover > span {
  transform: none !important;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox {
  display: flex;
  list-style: none;
  flex-direction: column;
  max-height: 200px;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox {
    max-height: 240px;
  }
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox .woof_childs_list_opener {
  display: none;
}
.filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox li {
  width: 25%;
  margin: 0 !important;
}
@media all and (max-width: 768px) {
  .filters-wrapper .woof_container_product_cat .woof_container_inner.woof_container_inner_productcategories .advanced_filter ul.woof_list_checkbox li {
    width: 33.3%;
  }
}

.region-section {
  margin-bottom: 40px;
  clear: both;
}
.region-section > h2, .region-section > .section-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: uppercase;
  line-height: 36px;
}
.region-section .region {
  background-size: 100% auto;
}
.region-section .region a {
  display: block;
  height: 340px;
  position: relative;
}
.region-section .region a h2.title, .region-section .region a span.title {
  position: absolute;
  top: 140px;
  background: #00000085;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  padding: 30px;
}
.region-section ul.subregions {
  background: #545454;
  margin-top: 5px;
  padding: 5px 3px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 13px;
}
.region-section ul.subregions li {
  display: inline;
  color: #fff;
}
.region-section ul.subregions li a {
  color: #fff;
  font-weight: bold;
}
.region-section ul.subregions li a:hover {
  text-decoration: underline;
}
.region-section ul.subregions li::after {
  content: "|";
  color: #ddd;
  padding: 0 5px;
  color: #b9b9b9;
}
.region-section ul.subregions li:last-child::after {
  display: none;
}

.rects-section {
  margin-bottom: 30px;
  clear: both;
}
.rects-section > h2, .rects-section > .section-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 0;
}
.rects-section .rects {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
}
.rects-section .rects .rect {
  width: calc(100% / 7);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .rects-section .rects .rect {
    width: 50%;
  }
}
.rects-section .rects .rect h4, .rects-section .rects .rect span.title {
  color: #222222;
  display: block;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.rects-section .rects .rect a {
  position: relative;
  display: block;
}
.rects-section .rects .rect a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset;
  display: block;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.rects-section .rects .rect a:hover:before {
  opacity: 0;
}
.rects-section .rects .rect a:hover {
  text-decoration: underline;
}
.rects-section .rects .rect a img {
  width: 140px;
  height: 140px;
  border: 1px solid #000;
}

.articles-section {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
}
.articles-section > h2, .articles-section > .section-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
}
.articles-section .article {
  margin-top: 10px;
  line-height: 1.8;
}
@media all and (max-width: 768px) {
  .articles-section .article {
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.articles-section .article .title {
  displaY: flex;
  align-items: center;
  min-height: 48px;
}
.articles-section .article .title a.readmore-hp {
  overflow: hidden;
  display: block;
}
.articles-section .article .image img {
  object-fit: cover;
  width: 100%;
  object-position: center;
  max-height: 200px;
}
.articles-section .article h2, .articles-section .article h3 {
  font-size: 1.3rem;
  display: block;
  text-transform: none;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: left;
}
@media all and (max-width: 768px) {
  .articles-section .article h2, .articles-section .article h3 {
    line-height: 100%;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.articles-section .article p {
  max-height: 130px;
  font-size: 14px;
}
.articles-section .article p:before {
  content: "";
  height: 20px;
  line-height: 20px;
  padding: 20px 10px 0px 0;
}

.home-text-section + .articles-section {
  margin-top: 0;
}

.home .main-content {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .home .main-content {
    display: none;
  }
}
.home .main-content .wp-block-image img {
  width: 100%;
}

.above-footer-section .celebrities, .above-footer-section .press-media {
  margin-bottom: 40px;
  display: block;
}
.above-footer-section .celebrities h2, .above-footer-section .celebrities span.title, .above-footer-section .press-media h2, .above-footer-section .press-media span.title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
  text-align: left;
}
.above-footer-section .celebrities img, .above-footer-section .press-media img {
  max-width: 100%;
}
.above-footer-section .top-categories-boxes .category {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.above-footer-section .top-categories-boxes .category h2, .above-footer-section .top-categories-boxes .category span.title {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 36px;
  font-style: normal;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
  margin-bottom: 2px;
  text-align: center;
}
.above-footer-section .top-categories-boxes .category .description {
  padding: 10px 15px;
  border: 1px solid #A4A4A4;
  text-align: center;
  line-height: 1.8;
  max-height: 150px;
  position: relative;
}
.above-footer-section .top-categories-boxes .category .description .target {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}
.above-footer-section .top-categories-boxes .category .description .target:before {
  position: absolute;
  content: " ";
  display: block;
  height: 70px;
  background: -webkit-linear-gradient(bottom, #fff 25%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(to top, #fff 25%, rgba(255, 255, 255, 0) 75%);
  width: 100%;
  bottom: 0;
  text-align: right;
  line-height: 50px;
  padding: 20px 10px 0px 0;
  text-transform: uppercase;
  font-size: 10px;
  color: black;
  text-shadow: 0 0 1px #fff;
}
.above-footer-section .top-categories-boxes .category .description .target.open {
  max-height: 10000px !important;
  transition: max-height 0.5s ease-in-out;
}
.above-footer-section .top-categories-boxes .category .description .target.open:before {
  display: none;
}
.above-footer-section .top-categories-boxes .category .description .target + a.sf-icon-reveal {
  padding: 5px 20px;
  bottom: -10px;
}
.above-footer-section .top-categories-boxes .category .description .target + a.sf-icon-reveal:hover i {
  font-size: 12px;
  right: 10px;
  vertical-align: top;
  line-height: 30px;
}
.above-footer-section .top-categories-boxes .category .description .target + a.sf-icon-reveal.grey {
  background-color: #fff;
  color: #5c5c5c;
  border: 2px solid #ddd;
}
.above-footer-section .top-categories-boxes .category .description .trigger {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0px 10px 0;
  text-transform: uppercase;
}
.above-footer-section .top-categories-boxes .category .description .trigger i {
  font-weight: bold;
}
.above-footer-section .top-categories-boxes .category .description p {
  overflow: hidden;
  max-height: 165px;
}
.above-footer-section .top-categories-boxes .category .description p:before {
  content: "";
}
.above-footer-section .top-categories-boxes .category .description .target {
  max-height: 130px;
}
.above-footer-section .top-categories-boxes a.readmore-hp {
  z-index: 9999;
  border: 1px solid #000;
  background: white;
  color: #231f20;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  margin-top: -15px;
  position: relative;
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
.above-footer-section .top-categories-boxes a.readmore-hp:hover {
  background: #1f1f1f;
  color: #fff;
}
.above-footer-section .top-categories-boxes a.readmore-hp:hover {
  background: #fff;
  color: #000;
}

.home h1 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.frontpage-section {
  margin-bottom: 30px;
}

.search-section {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .search-section {
    margin-top: 0;
  }
  .search-section:before {
    display: none;
  }
}
.search-section .nav-pills {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-flow: row;
  justify-content: center;
}
.search-section .nav-pills > li {
  display: block;
  padding: 30px 50px;
}
@media screen and (max-width: 480px) {
  .search-section .nav-pills > li {
    width: 100%;
    padding: 10px;
  }
}
.search-section .nav-pills > li.active a {
  border-bottom-color: #E3C735;
  color: #ab9319;
}
.search-section .nav-pills > li.active a:hover, .search-section .nav-pills > li.active a:focus {
  background: none;
}
.search-section .nav-pills > li a {
  font-weight: bold;
  background: transparent;
  border-bottom: 3px solid #ddd;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .search-section .nav-pills > li a {
    padding: 10px;
    border: none;
    display: block;
  }
}
.search-section .nav-pills > li a:hover, .search-section .nav-pills > li a:focus {
  background: none;
}
.search-section .tab-content {
  padding: 0px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .search-section .tab-content {
    overflow: unset;
  }
}
.search-section .tab-content .shop-by-size {
  padding: 20px 8px 10px 8px;
  margin-bottom: 20px;
}
.search-section .tab-content .shop-by-size > h2, .search-section .tab-content .shop-by-size > .section-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.search-section .tab-content .shop-by-size > h2 {
  line-height: 36px;
}
.search-section .tab-content .shop-by-size .sizes {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.search-section .tab-content .shop-by-size .sizes:before {
  content: " ";
  display: table;
}
.search-section .tab-content .shop-by-size .sizes:after {
  content: " ";
  display: table;
  clear: both;
}
.search-section .tab-content .shop-by-size .sizes .size {
  float: left;
  width: 12.5%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .search-section .tab-content .shop-by-size .sizes .size {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .search-section .tab-content .shop-by-size .sizes .size {
    width: 50%;
  }
}
.search-section .tab-content .shop-by-size .sizes .size img {
  display: block;
  margin: 0 auto;
}
.search-section .tab-content .filters-wrapper {
  padding-top: 65px;
}
@media screen and (max-width: 480px) {
  .search-section .tab-content .filters-wrapper {
    padding-top: 10px;
  }
}
.search-section .tab-content .widget.widget-woof .irs-grid-pol {
  height: 15px;
}
.search-section .tab-content .widget.widget-woof .irs-grid-text {
  font-size: 13px;
  bottom: -5px;
}
.search-section .tab-content .widget.widget-woof .irs-grid {
  bottom: -20px;
}
.search-section .tab-content .widget.widget-woof .irs-min, .search-section .tab-content .widget.widget-woof .irs-max {
  font-size: 18px;
  padding: 7px;
  top: -10px;
}
.search-section .tab-content .widget.widget-woof .irs-bar {
  background: #d3d3d3;
  height: 2px;
}
.search-section .tab-content .widget.widget-woof .irs-line {
  background: #d3d3d3;
  height: 2px;
}
.search-section .tab-content .widget.widget-woof .woof_block_html_items {
  padding-top: 30px;
}
.search-section .tab-content .widget.widget-woof .irs-slider {
  top: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-width: 2px;
}
.search-section .tab-content .widget.widget-woof .irs-slider.to {
  border-color: #E3C735;
}
.search-section .tab-content .widget.widget-woof .irs-from, .search-section .tab-content .widget.widget-woof .irs-to, .search-section .tab-content .widget.widget-woof .irs-single {
  padding: 7px 15px;
  font-size: 20px;
  top: -30px;
}
.search-section .tab-content .widget.widget-woof .filter-button {
  background: black;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 17px 35px;
  font-weight: bold;
}
.search-section .tab-content .ajax-search-form {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .search-section .tab-content .ajax-search-form {
    padding: 20px 0;
  }
}
.search-section .tab-content .ajax-search-form input.noajax {
  padding: 10px 50px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 24px !important;
}
.search-section .tab-content .ajax-search-form .submit-button {
  background: black;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 17px 25px;
  text-transform: uppercase;
  font-weight: bold;
  width: 130px;
  margin: 0 auto;
  display: block;
}

.main-categories-section {
  background: #F5F6F8;
  padding-bottom: 30px;
}
.main-categories-section h2 {
  padding: 50px 0;
  font-weight: bold;
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  color: #000;
}
.main-categories-section .categories {
  margin-bottom: 0;
  list-style: none;
}
.main-categories-section .categories li .thumb {
  display: block;
  position: relative;
}
.main-categories-section .categories li .thumb a {
  display: block;
  width: 100%;
}
.main-categories-section .categories .name, .main-categories-section .categories .mobile {
  text-transform: uppercase;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .main-categories-section .categories .name, .main-categories-section .categories .mobile {
    display: none;
  }
}
.main-categories-section .categories .name:hover, .main-categories-section .categories .mobile:hover {
  color: #E3C735;
}
.main-categories-section .categories .mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .main-categories-section .categories .mobile {
    display: block;
    padding: 15px 0;
  }
}

.home-text-section {
  padding-bottom: 40px;
  padding-top: 30px;
}
.home-text-section h3 {
  padding: 50px 0;
  font-weight: bold;
  text-align: center;
  font-size: 34px !important;
  text-transform: uppercase;
  color: #000;
}
.home-text-section .page-description {
  column-count: 3;
  column-gap: 50px;
}
@media screen and (max-width: 480px) {
  .home-text-section .page-description {
    column-count: 1;
  }
}
.home-text-section .page-description p {
  font-size: 16px;
  margin-bottom: 20px;
}

.swift-slider .caption-title {
  color: #E3C735 !important;
  padding-bottom: 100px;
  text-transform: uppercase;
  font-size: 60px !important;
}
@media screen and (max-width: 480px) {
  .swift-slider .caption-title {
    font-size: 24px !important;
  }
}
.swift-slider a.sf-button.stroke-to-fill {
  color: #fff;
  border-color: #fff;
  border-width: 1px;
  padding: 13px 50px;
  font-weight: normal;
}
.swift-slider .caption-excerpt {
  text-align: center;
}
.swift-slider .sf-button.accent:hover {
  background-color: #E3C735;
  color: #000 !important;
  border-color: #000;
}

.shop-container .category_description {
  font-size: 20px;
}
.shop-container .category_description p {
  font-size: inherit;
}

@media screen and (max-width: 480px) {
  .products.et-main-products > li.item > .product-inner {
    width: auto;
    height: 289px;
    max-width: 100%;
  }
  .products.et-main-products > li.item > .product-inner .product_thumbnail img {
    height: 196px;
  }
}

@media screen and (max-width: 480px) {
  .products.shop_display_list > li.item > .product-inner {
    width: auto;
    height: 400px;
    max-width: 100%;
  }
  .products.shop_display_list > li.item > .product-inner .product_thumbnail img {
    height: 350px;
  }
}

.products .et-listing-style4.product .caption {
  font-size: 10px;
  padding: 5px;
}
.products .et-listing-style4.product .product-title {
  display: block;
}
.products .et-listing-style4.product .product-title a {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.products .et-listing-style4.product .product-size, .products .et-listing-style4.product .product-link {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 5px 10px;
  border-radius: 0 0 3px 3px;
  width: 100%;
  color: #000;
  display: block;
}
@media screen and (max-width: 480px) {
  .products .et-listing-style4.product .product-size, .products .et-listing-style4.product .product-link {
    padding: 5px 0 0 0;
    font-size: 12px;
  }
}
.products .et-listing-style4.product .product_after_title .print-icon a, .products .et-listing-style4.product .product_after_title .copy-icon a {
  color: #fff;
  text-shadow: 0 0 3px #000;
}
.products .et-listing-style4.product .product_after_title .print-icon a > i.fa, .products .et-listing-style4.product .product_after_title .copy-icon a > i.fa {
  font-size: 20px;
  padding: 6px 10px;
  display: block;
  width: auto;
}
.products .et-listing-style4.product .product_after_title .copy-icon {
  display: none;
}

@media (min-width: 576px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 1140px;
  }
}
@media (min-width: 1490px) {
  .term-description.container, .shop-intro-text.container {
    max-width: 1420px;
  }
}

.woocommerce-count-wrap {
  justify-content: center;
  displaY: flex;
  font-size: 16px;
  padding: 8px 0;
  color: #282828;
  border-right: 1px solid #eee;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .woocommerce-count-wrap {
    display: none;
  }
}
.woocommerce-count-wrap .woocommerce-result-count, .woocommerce-count-wrap .woocommerce-show-products {
  margin: 0 10px;
}

.page-padding .hero-header-container .et-shop-title {
  min-height: 50px;
}

@media screen and (max-width: 480px) {
  .filter-trigger-box #et-shop-filters > span.text {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .shop_bar .shop-filters {
    flex-wrap: wrap;
  }
}

.show-products-link-dvtr {
  color: #E3C735 !important;
  font-weight: bold;
}
.show-products-link-dvtr:hover {
  cursor: pointer;
}

.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
  font-size: 20px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination .page-numbers, .woocommerce-pagination .page-numbers {
    margin-left: 0 !important;
  }
}

.woof_block_html_items > .advanced_filter {
  display: none;
}

.home .woof_block_html_items > .advanced_filter {
  display: unset;
}

.shop_display_list.products .product .after_shop_loop_actions {
  display: flex;
  align-items: center;
}
.shop_display_list.products .product .after_shop_loop_actions .add_to_cart_button.button {
  font-size: 10px !important;
}
.shop_display_list.products .product .after_shop_loop_actions .print-icon a, .shop_display_list.products .product .after_shop_loop_actions .copy-icon a {
  color: #858585 !important;
  text-shadow: none !important;
}

@media screen and (min-width: 768px) {
  .shop_display_list .product .caption {
    padding-top: 0;
    padding-left: 15px;
  }
}

.shop_display_list .product .product-excerpt {
  font-size: 12px;
  line-height: 18px;
}

.shop_display_list .product .product-size {
  padding: 5px 0 !important;
  color: #777575;
  font-size: 12px !important;
}

@media screen and (max-width: 480px) {
  .shop_display_list .product_thumbnail {
    justify-content: center;
    display: flex;
  }
  .shop_display_list .product_thumbnail img {
    width: auto !important;
  }
}

.et-icon.et-heart-fill {
  color: darkred;
  text-shadow: 0 0 10px white;
}

.woocommerce .woocommerce-product-gallery .short_info {
  width: 100%;
  max-width: 80px;
  position: absolute;
  left: -200px;
  align-self: center;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .woocommerce .woocommerce-product-gallery .short_info {
    display: none;
  }
}
.woocommerce .woocommerce-product-gallery .short_info .text {
  margin-bottom: 10px;
  font-size: 14px;
}
.woocommerce .woocommerce-product-gallery .short_info .text .label {
  margin: 0;
  color: #000;
}
.woocommerce .woocommerce-product-gallery .short_info .text .value {
  margin: 0;
  color: #000;
}
.woocommerce .woocommerce-product-gallery .short_info .browse-more {
  font-size: 12px;
  line-height: 15px;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.woocommerce .woocommerce-product-gallery .product-button {
  margin: 5px auto !important;
  text-decoration: none;
  padding: 0 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.07);
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-product-gallery .product-button i.pe-lg {
  font-size: 24px;
  display: block;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs {
  padding-top: 30px;
}

.woocommerce .related.products {
  padding-top: 20px;
}
.woocommerce .related.products h2 {
  margin-bottom: 20px;
}

.zoom-wrapper {
  min-height: 800px;
}

.easyzoom-flyout {
  width: auto;
}
.easyzoom-flyout img {
  width: auto;
  max-width: 100%;
}

.et-product-detail:not(.et-cart-horizontal) .summary .yith-wcwl-add-to-wishlist, .et-product-detail:not(.et-cart-horizontal) .summary .yith-wcwl-add-to-wishlist > div {
  margin-left: 0 !important;
}

.et-product-detail.et-cart-mixed .summary .yith-wcwl-add-to-wishlist > div > a {
  margin-top: 3px;
}

.woocommerce .product .product-showcase .showcase-inner {
  padding-top: 0 !important;
}
.woocommerce .product .product-showcase .stock {
  display: none;
}
.woocommerce .product .product-showcase .product-price-wrap div > h3 {
  float: none !important;
  font-size: 20px;
}
.woocommerce .product .product-showcase .product-price-wrap div > h3.onsale {
  color: crimson;
  text-transform: uppercase;
  margin: 0;
}
.woocommerce .product .product-showcase .et-pro-summary-top .product_title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.woocommerce .product .product-showcase .et-pro-summary-top > .price {
  display: none;
}
.woocommerce .product .product-showcase .custom-breadcrumbs {
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
}
.woocommerce .product .product-showcase .price ins {
  font-size: 120%;
}
.woocommerce .product .product-showcase .sold {
  color: crimson;
  font-size: 17px;
}
.woocommerce .product .product-showcase .product_attributes {
  margin-bottom: 30px;
}
.woocommerce .product .product-showcase .product_meta {
  color: #000;
  margin-top: 0;
}
.woocommerce .product .product-showcase .product_meta .posted_in, .woocommerce .product .product-showcase .product_meta .tagged_as, .woocommerce .product .product-showcase .product_meta .sku_wrapper, .woocommerce .product .product-showcase .product_meta .circa_wrapper, .woocommerce .product .product-showcase .product_meta .size_wrapper, .woocommerce .product .product-showcase .product_meta .attribute_wrapper {
  display: block;
  margin-bottom: 8px;
  margin-left: 0;
}
.woocommerce .product .product-showcase .product_meta .posted_in > span, .woocommerce .product .product-showcase .product_meta .tagged_as > span, .woocommerce .product .product-showcase .product_meta .sku_wrapper > span, .woocommerce .product .product-showcase .product_meta .circa_wrapper > span, .woocommerce .product .product-showcase .product_meta .size_wrapper > span, .woocommerce .product .product-showcase .product_meta .attribute_wrapper > span {
  display: inline-block;
  margin-left: 0;
}
.woocommerce .product .product-showcase .product_meta .posted_in > span *, .woocommerce .product .product-showcase .product_meta .tagged_as > span *, .woocommerce .product .product-showcase .product_meta .sku_wrapper > span *, .woocommerce .product .product-showcase .product_meta .circa_wrapper > span *, .woocommerce .product .product-showcase .product_meta .size_wrapper > span *, .woocommerce .product .product-showcase .product_meta .attribute_wrapper > span * {
  margin-left: 0;
}
.woocommerce .product .product-showcase .product_meta .posted_in > span:first-child, .woocommerce .product .product-showcase .product_meta .tagged_as > span:first-child, .woocommerce .product .product-showcase .product_meta .sku_wrapper > span:first-child, .woocommerce .product .product-showcase .product_meta .circa_wrapper > span:first-child, .woocommerce .product .product-showcase .product_meta .size_wrapper > span:first-child, .woocommerce .product .product-showcase .product_meta .attribute_wrapper > span:first-child {
  width: 100px;
}
.woocommerce .product .product-showcase .product_meta .posted_in strong, .woocommerce .product .product-showcase .product_meta .tagged_as strong, .woocommerce .product .product-showcase .product_meta .sku_wrapper strong, .woocommerce .product .product-showcase .product_meta .circa_wrapper strong, .woocommerce .product .product-showcase .product_meta .size_wrapper strong, .woocommerce .product .product-showcase .product_meta .attribute_wrapper strong {
  font-weight: normal;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open {
  flex-flow: wrap;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open > .button {
  width: 25%;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  border-right: 1px solid #fff;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open > .button.single_add_to_cart_button {
  background-color: #282828;
}
.woocommerce .product .product-showcase .cart .et-wishlist-div-open > .button i {
  display: block;
}
.woocommerce .product .product-showcase .cart .yith-wcwl-add-to-wishlist > div {
  margin-left: 0 !important;
}
.woocommerce .product .product-showcase .product-price-wrap {
  margin-top: 10px;
  text-transform: uppercase;
}
.woocommerce .product .product-showcase .product-price-wrap .price > span.amount {
  margin-left: 10px;
}
.woocommerce .product .product-showcase .woocommerce-product-gallery {
  margin-bottom: 50px;
  margin-left: 0;
}
@media screen and (min-width: 481px) {
  .woocommerce .product .product-showcase .woocommerce-product-gallery {
    max-width: calc(100% - 120px - 120px);
  }
}
.woocommerce .product .product-showcase .entry-summary {
  max-width: 100% !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 480px) {
  .woocommerce .product .product-showcase .entry-summary {
    padding: 0;
    margin: 0;
  }
}
.woocommerce .product .product-showcase .entry-summary .et-pro-summary-top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 480px) {
  .woocommerce .product .product-showcase .entry-summary .et-pro-summary-top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce .product .product-showcase .entry-summary .et-pro-summary-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .woocommerce .product .product-showcase .entry-summary .et-pro-summary-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.woocommerce .product .product-showcase div.summary .full_description {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce .product .product-showcase div.summary .full_description p {
  font-size: inherit;
}
@media screen and (max-width: 480px) {
  .woocommerce .product .product-showcase .woocommerce-product-gallery__wrapper {
    display: inline-block;
  }
}
.dlb-popup {
  position: relative;
  max-width: 760px;
  max-height: 100%;
  margin: 0 auto;
  background: #fff;
}
.dlb-popup .popup-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 20px;
}
.dlb-popup .popup-wrapper .popup-content {
  font-size: 1rem;
  -webkit-box-flex: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
}
.dlb-popup .popup-wrapper .popup-content h3 {
  font-size: 20px;
  margin: 0;
}
.dlb-popup .popup-wrapper .popup-content p {
  margin: 0;
}
.dlb-popup .popup-wrapper .popup-content input {
  font-size: 14px;
  line-height: 1;
  height: auto;
}

.sticky-product-bar .stock {
  display: none;
}

.article-custom-header {
  position: relative;
}
.article-custom-header a {
  color: #fff;
}
.article-custom-header .background img {
  width: 100%;
}
.article-custom-header .text {
  position: absolute;
  width: 35%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  padding: 0px 2%;
}
@media all and (max-width: 1100px) {
  .article-custom-header .text {
    top: 250px;
  }
}
.article-custom-header .text h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 42px;
  text-align: center;
  color: inherit;
}
@media all and (max-width: 1100px) {
  .article-custom-header .text h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .article-custom-header .text h1 {
    font-size: 10px;
    margin: 0;
  }
}
.article-custom-header .text .intro {
  font-size: 16px;
  color: #fff;
}
@media all and (max-width: 768px) {
  .article-custom-header .text .intro {
    display: none;
  }
}
.article-custom-header .text .intro a {
  text-decoration: underline;
}
.article-custom-header #breadcrumbs {
  background: none;
  color: #fff;
  position: absolute;
  width: 35%;
  font-size: 12px;
  left: 0px;
  top: 0px;
}
.article-custom-header #breadcrumbs a {
  color: inherit;
}
.article-custom-header #breadcrumbs a:hover {
  color: #E3C735;
}
@media all and (max-width: 768px) {
  .article-custom-header .background img {
    display: none;
  }
  .article-custom-header #breadcrumbs {
    position: static;
    color: #000;
    width: 100%;
    display: block;
    overflow: auto;
    margin-top: 0;
  }
  .article-custom-header .text {
    position: static;
    width: 100%;
    height: auto;
    color: #444;
    transform: none;
    text-align: left;
    font-size: 14px;
    padding: 0 30px;
  }
  .article-custom-header .text h1 {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: bold;
  }
  .article-custom-header .text .intro {
    position: static;
    display: block;
    color: #444;
    text-align: left;
  }
  .article-custom-header .text .intro a {
    color: #337ab7;
  }
  .article-custom-header .text .intro p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }
}

.page-content .content-wrap p, .page-content .content-wrap address {
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.25px;
}
@media all and (max-width: 479px) {
  .page-content .content-wrap .post-aux-wrap {
    display: none;
  }
}
.page-content .content-wrap .post-aux-wrap .post-pagination {
  padding: 20px 0;
  margin: 10px 0;
  border-bottom: none;
}
.page-content .content-wrap .post-aux-wrap .post-pagination h4 {
  color: #999696;
  font-size: 16px !important;
}
.page-content .content-wrap .post-info {
  display: none;
}
.page-content .content-wrap a {
  color: #337ab7;
  text-decoration: underline;
}
.page-content .content-wrap .post-aux-wrap a {
  text-decoration: none;
}
.page-content .content-wrap .blog-button.col-sm-6 {
  display: none;
}
.page-content .blog-wrap .masonry-items .blog-item .details-wrap h2, .page-content .blog-wrap .masonry-items .blog-item .inst-overlay h2 {
  font-size: 16px;
}
.page-content .blog-wrap .pagination-wrap {
  padding: 20px 0;
}
.page-content .blog-wrap .pagination-wrap a {
  color: #5c5c5c;
}
.page-content .blog-wrap .pagination-wrap a:hover {
  color: #E3C735 !important;
}

.inner-page-wrap .dvtr_toggeable a, .inner-page-wrap .page-content a {
  color: #337ab7;
  text-decoration: underline;
}

.post-featured.title-wrap .post-title {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.blog .post-share, .single-post .post-share {
  display: none;
}

.post-content.entry-content p {
  font-size: 20px;
}
.post-content.entry-content .column.column-image {
  margin-bottom: 30px;
}
.post-content.entry-content .column.column-image.col-sm-7, .post-content.entry-content .column.column-image.col-sm-9, .post-content.entry-content .column.column-image.col-sm-4 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.underline, .products .catalog_btn_link .single_add_to_cart_button.button, .woocommerce-MyAccount-content header a, .entry-content p > a:not(.button):not(.has-background):not(.entry-link):not(.product-link):not(.wp-block-button__link):not(.post-page-numbers):not(.tag-cloud-link) {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .post.post-grid {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.gallery-masonry {
  line-height: 0;
  padding: 30px;
}
.gallery-masonry .grid__col-sizer,
.gallery-masonry .grid-item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .gallery-masonry .grid__col-sizer,
.gallery-masonry .grid-item {
    width: 48%;
  }
}
.gallery-masonry .grid__gutter-sizer {
  width: 2%;
}
.gallery-masonry .grid-item {
  float: left;
  margin-bottom: 15px;
}
.gallery-masonry .grid-item.width-2 {
  width: 66%;
}
.gallery-masonry .grid-item.width-3 {
  width: 97.8%;
}
.gallery-masonry img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}
.page-load-status .loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.page-load-status .loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.page-load-status .loader-ellips__dot:nth-child(1),
.page-load-status .loader-ellips__dot:nth-child(2) {
  left: 0;
}
.page-load-status .loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.page-load-status .loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.page-load-status .loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.page-load-status .loader-ellips__dot:nth-child(2),
.page-load-status .loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.page-load-status .loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.grid-item:nth-child(odd) {
  background-color: #424242;
}

.blog-wrap .type-articles .details-wrap {
  padding: 10px !important;
  position: absolute !important;
  bottom: 0;
  z-index: 3;
  /* width: 100%; */
  /* padding: 0!important; */
  right: 0;
  margin: 0 15px;
  left: 0;
  background: rgba(37, 37, 37, 0.74) !important;
}
.blog-wrap .type-articles .details-wrap h2 {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 120% !important;
  color: #fff !important;
}
.blog-wrap .type-articles figure.animated-overlay figcaption {
  opacity: 0.3;
}
.blog-wrap .type-articles figure.animated-overlay figcaption .thumb-info i {
  display: none;
}
.blog-wrap .type-articles figure.animated-overlay:hover img {
  transform: scale(1.5);
}
.blog-wrap .type-articles figure.animated-overlay:hover figcaption {
  opacity: 0;
}

.single-post .blogpost-custom-header, .single-articles .blogpost-custom-header {
  position: relative;
}
.single-post .blogpost-custom-header a, .single-articles .blogpost-custom-header a {
  color: #fff;
}
.single-post .blogpost-custom-header .background, .single-articles .blogpost-custom-header .background {
  height: 350px;
  background: #5C5B64 no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.single-post .blogpost-custom-header .overlay, .single-articles .blogpost-custom-header .overlay {
  background: #353344;
  opacity: 0.52;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.single-post .blogpost-custom-header .text, .single-articles .blogpost-custom-header .text {
  positioN: relative;
  z-index: 101;
  overflow: hidden;
}
.single-post .blogpost-custom-header .text h1, .single-articles .blogpost-custom-header .text h1 {
  width: 80%;
  font-weight: 800;
  display: block;
  margin: 60px auto 40px auto;
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
}
.single-post .blogpost-custom-header .text .meta, .single-articles .blogpost-custom-header .text .meta {
  display: block;
  text-align: center;
  color: #ddd;
}
.single-post .blogpost-custom-header .text .meta .date, .single-post .blogpost-custom-header .text .meta .category, .single-articles .blogpost-custom-header .text .meta .date, .single-articles .blogpost-custom-header .text .meta .category {
  display: inline;
  margin-left: 20px;
}
.single-post .blogpost-custom-header .text .meta a, .single-articles .blogpost-custom-header .text .meta a {
  color: #ddd;
}
.single-post .blogpost-custom-header .text .meta a:hover, .single-articles .blogpost-custom-header .text .meta a:hover {
  color: inherit;
}
.single-post .blogpost-custom-header #breadcrumbs, .single-articles .blogpost-custom-header #breadcrumbs {
  position: absolute;
  top: 20px;
  left: 20px;
  background: none;
  color: #ddd;
}
.single-post .blogpost-custom-header #breadcrumbs a, .single-articles .blogpost-custom-header #breadcrumbs a {
  color: #fff;
}
.single-post .blogpost-custom-header #breadcrumbs a:hover, .single-articles .blogpost-custom-header #breadcrumbs a:hover {
  color: inherit;
}
@media all and (max-width: 768px) {
  .single-post .blogpost-custom-header, .single-articles .blogpost-custom-header {
    color: #222222;
    margin: 0 -15px;
  }
  .single-post .blogpost-custom-header + .sf-share-counts, .single-articles .blogpost-custom-header + .sf-share-counts {
    display: none;
  }
  .single-post .blogpost-custom-header + .sf-share-counts + .content-divider-wrap + .inner-page-wrap, .single-articles .blogpost-custom-header + .sf-share-counts + .content-divider-wrap + .inner-page-wrap {
    margin-top: 10px !important;
  }
  .single-post .blogpost-custom-header .background, .single-articles .blogpost-custom-header .background {
    background: none !important;
    height: auto;
    overflow: auto;
  }
  .single-post .blogpost-custom-header .background .overlay, .single-articles .blogpost-custom-header .background .overlay {
    display: none;
  }
  .single-post .blogpost-custom-header #breadcrumbs, .single-articles .blogpost-custom-header #breadcrumbs {
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    position: static;
    color: #000;
    width: 100%;
    display: block;
    overflow: auto;
    margin-top: 0;
    text-align: left;
  }
  .single-post .blogpost-custom-header #breadcrumbs a, .single-articles .blogpost-custom-header #breadcrumbs a {
    color: inherit;
  }
  .single-post .blogpost-custom-header .text, .single-articles .blogpost-custom-header .text {
    color: inherit;
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    text-align: left;
    font-size: 14px;
  }
  .single-post .blogpost-custom-header .text h1, .single-articles .blogpost-custom-header .text h1 {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    margin: 0;
    color: inherit;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: unset;
    width: auto;
    font-weight: bold;
    padding: 0 30px;
  }
  .single-post .blogpost-custom-header .text .meta, .single-articles .blogpost-custom-header .text .meta {
    position: static;
    display: block;
    padding: 0 30px;
    color: #444;
    text-align: left;
  }
  .single-post .blogpost-custom-header .text .meta a, .single-articles .blogpost-custom-header .text .meta a {
    color: #337ab7;
  }
  .single-post .blogpost-custom-header .text .meta p, .single-articles .blogpost-custom-header .text .meta p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }
}
.single-post .blogpost-v2 .inner-page-wrap section.page-content.container .content-wrap p, .single-articles .blogpost-v2 .inner-page-wrap section.page-content.container .content-wrap p {
  font-size: 18px;
  line-height: 1.7;
}
.single-post .blogpost-v2 .inner-page-wrap section.page-content.container ul, .single-articles .blogpost-v2 .inner-page-wrap section.page-content.container ul {
  list-style-type: square;
  padding-left: 10px;
  margin-left: 15px;
  font-size: 18px;
}
.single-post .blogpost-v2 a.ubtn-link, .single-articles .blogpost-v2 a.ubtn-link {
  color: #cf9ba5;
}
.single-post .blogpost-v2 .ubtn, .single-articles .blogpost-v2 .ubtn {
  font-weight: bold !important;
  color: #ff4064 !important;
  border: 6px solid #fafafa !important;
  border-radius: 10px;
  text-transform: uppercase;
  background: #fafafa !important;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0);
  font-size: 24px !important;
}
.single-post .blogpost-v2 .ubtn:hover, .single-articles .blogpost-v2 .ubtn:hover {
  background: #fff !important;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
  border-color: lightgray !important;
}
.single-post .blogpost-custom-header-v2, .single-articles .blogpost-custom-header-v2 {
  position: relative;
  margin-bottom: 10px;
}
.single-post .blogpost-custom-header-v2 .overlay, .single-articles .blogpost-custom-header-v2 .overlay {
  display: none;
}
.single-post .blogpost-custom-header-v2 .text, .single-articles .blogpost-custom-header-v2 .text {
  positioN: relative;
}
.single-post .blogpost-custom-header-v2 .text h1, .single-articles .blogpost-custom-header-v2 .text h1 {
  display: block;
  color: #000;
  font-size: 28px;
  margin: 10px 0;
  text-align: left;
  margin-bottom: 0;
}
.single-post .blogpost-custom-header-v2 .text .meta, .single-articles .blogpost-custom-header-v2 .text .meta {
  display: block;
  text-align: left;
  color: #444;
  margin: 5px 0;
}
.single-post .blogpost-custom-header-v2 .text .meta .date, .single-post .blogpost-custom-header-v2 .text .meta .category, .single-articles .blogpost-custom-header-v2 .text .meta .date, .single-articles .blogpost-custom-header-v2 .text .meta .category {
  display: inline;
}
.single-post .blogpost-custom-header-v2 .text .meta a, .single-articles .blogpost-custom-header-v2 .text .meta a {
  color: #444;
}
.single-post .blogpost-custom-header-v2 .text .meta a:hover, .single-articles .blogpost-custom-header-v2 .text .meta a:hover {
  color: inherit;
}
.single-post .blogpost-custom-header-v2 #breadcrumbs, .single-articles .blogpost-custom-header-v2 #breadcrumbs {
  position: relative;
  font-size: 14px;
  color: #444;
  background: none;
}
.single-post .blogpost-custom-header-v2 #breadcrumbs a, .single-articles .blogpost-custom-header-v2 #breadcrumbs a {
  color: #444;
}
.single-post .blogpost-custom-header-v2 #breadcrumbs a:hover, .single-articles .blogpost-custom-header-v2 #breadcrumbs a:hover {
  color: inherit;
}
@media all and (max-width: 768px) {
  .single-post .blogpost-custom-header-v2, .single-articles .blogpost-custom-header-v2 {
    color: #222222;
    margin: 0 -15px;
  }
  .single-post .blogpost-custom-header-v2 + .sf-share-counts, .single-articles .blogpost-custom-header-v2 + .sf-share-counts {
    display: none;
  }
  .single-post .blogpost-custom-header-v2 + .sf-share-counts + .content-divider-wrap + .inner-page-wrap, .single-articles .blogpost-custom-header-v2 + .sf-share-counts + .content-divider-wrap + .inner-page-wrap {
    margin-top: 10px !important;
  }
  .single-post .blogpost-custom-header-v2 .background, .single-articles .blogpost-custom-header-v2 .background {
    background: none !important;
    height: auto;
    overflow: auto;
  }
  .single-post .blogpost-custom-header-v2 .background .overlay, .single-articles .blogpost-custom-header-v2 .background .overlay {
    display: none;
  }
  .single-post .blogpost-custom-header-v2 #breadcrumbs, .single-articles .blogpost-custom-header-v2 #breadcrumbs {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    position: static;
    color: #000;
    width: 100%;
    display: block;
    overflow: auto;
    margin-top: 0;
  }
  .single-post .blogpost-custom-header-v2 #breadcrumbs a, .single-articles .blogpost-custom-header-v2 #breadcrumbs a {
    color: inherit;
  }
  .single-post .blogpost-custom-header-v2 .text, .single-articles .blogpost-custom-header-v2 .text {
    color: inherit;
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    text-align: left;
    font-size: 14px;
  }
  .single-post .blogpost-custom-header-v2 .text h1, .single-articles .blogpost-custom-header-v2 .text h1 {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    margin: 0;
    color: inherit;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: unset;
    width: auto;
    font-weight: bold;
    padding: 0 30px;
  }
  .single-post .blogpost-custom-header-v2 .text .meta, .single-articles .blogpost-custom-header-v2 .text .meta {
    position: static;
    display: block;
    padding: 0 30px;
    color: #444;
    text-align: left;
  }
  .single-post .blogpost-custom-header-v2 .text .meta a, .single-articles .blogpost-custom-header-v2 .text .meta a {
    color: #337ab7;
  }
  .single-post .blogpost-custom-header-v2 .text .meta p, .single-articles .blogpost-custom-header-v2 .text .meta p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }
}
.single-post article.single-post-standard, .single-articles article.single-post-standard {
  padding-top: 0 !important;
}
.single-post section.page-content.container, .single-articles section.page-content.container {
  margin: 0;
  padding: 0;
  width: auto;
}
.single-post section.page-content.container .gallery-columns-2 .gallery-item, .single-articles section.page-content.container .gallery-columns-2 .gallery-item {
  margin-bottom: 0;
}
.single-post section.page-content.container h4, .single-articles section.page-content.container h4 {
  text-transform: uppercase;
}
.single-post section.page-content.container .content-wrap p, .single-articles section.page-content.container .content-wrap p {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
}
@media all and (max-width: 768px) {
  .single-post section.page-content.container .content-wrap p, .single-articles section.page-content.container .content-wrap p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.25px;
  }
}
.single-post section.page-content.container .content-wrap p.wp-caption-text, .single-articles section.page-content.container .content-wrap p.wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #6b6c6e;
  margin-top: 9px;
}
.single-post section.page-content.container .related-wrap, .single-articles section.page-content.container .related-wrap {
  padding: 0;
}
.single-post section.page-content.container .related-wrap .blog-item-details, .single-articles section.page-content.container .related-wrap .blog-item-details {
  display: none;
}
.single-post section.page-content.container #comment-area, .single-articles section.page-content.container #comment-area {
  padding-top: 0;
}
.single-post #respond-wrap, .single-articles #respond-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post .page-content .content-wrap .post-info, .single-articles .page-content .content-wrap .post-info {
  display: block;
  margin: 0;
}
.single-post .page-content .content-wrap .post-info a, .single-articles .page-content .content-wrap .post-info a {
  color: #5c5c5c;
}
.single-post .page-content .content-wrap .post-info a:hover, .single-articles .page-content .content-wrap .post-info a:hover {
  color: #E3C735 !important;
}

.blog-items figure.animated-overlay:hover figcaption {
  display: none !important;
}
.blog-items figure.animated-overlay:hover .img-wrap img {
  transform: scale(1.4);
}
.blog-items .date-overlay {
  display: none !important;
}
.blog-items h2 {
  font-weight: bold;
  line-height: 20px !important;
}
.blog-items .details-wrap {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) !important;
  padding: 25px 15px 20px 20px !important;
}
.blog-items .details-wrap .blog-item-details .author {
  display: none;
}
.blog-items .read-more-button {
  bottom: -2px !important;
  right: 10px !important;
  left: auto !important;
  padding: 0 !important;
  padding-bottom: 2px !important;
  border-bottom-width: 2px;
}
.blog-items .blog-item {
  margin-bottom: 40px !important;
}
.blog-items .blog-item figure.animated-overlay .img-wrap {
  max-height: 240px;
}

.single.single-post figure.animated-overlay:hover figcaption, .single.single-articles figure.animated-overlay:hover figcaption {
  display: none !important;
}

footer {
  position: relative;
}
@media screen and (max-width: 480px) {
  footer .wp-image-309401 {
    width: 343px;
    height: 95px;
  }
}
footer:before {
  content: " ";
  display: table;
}
footer:after {
  content: "";
  clear: both;
  display: table;
}
footer .find-us {
  font-size: 18px;
  color: #fff;
}
footer .find-us > .text {
  margin-right: 10px;
}
footer .find-us > a {
  margin-left: 10px;
}
footer .find-us > a .fa {
  font-size: 200%;
}
footer .footer-middle {
  border-top: 1px solid #767676;
}
footer .footer-middle #footer-widgets {
  font-size: 11px;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  footer .footer-middle #footer-widgets {
    font-size: 14px;
  }
}
footer .footer-middle #footer-widgets a {
  color: inherit;
}
footer .footer-middle #footer-widgets .title-wrap h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
footer .footer-middle #footer-widgets .title-wrap h3 > span {
  border: none;
}
footer .footer-middle #footer-widgets .title-wrap:before, footer .footer-middle #footer-widgets .title-wrap:after {
  display: none;
}

footer address {
  font-style: normal !important;
}

footer ul.social-icons li {
  height: 50px;
}

footer ul.social-icons li:not(.sf-love) a {
  font-size: 35px !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
footer ul.social-icons li:not(.sf-love) a:hover i {
  top: -64px;
}
footer ul.social-icons li:not(.sf-love).pinterest a {
  color: #cb2027 !important;
}
footer ul.social-icons li:not(.sf-love).pinterest a:hover {
  color: #fff !important;
}
footer ul.social-icons li:not(.sf-love).facebook a {
  color: #5d80c9 !important;
}
footer ul.social-icons li:not(.sf-love).facebook a:hover {
  color: #fff !important;
}
footer ul.social-icons li:not(.sf-love).googleplus a {
  color: #dd4b39 !important;
}
footer ul.social-icons li:not(.sf-love).googleplus a:hover {
  color: #fff !important;
}
footer ul.social-icons li:not(.sf-love).googleplus a .fa-google-plus:before {
  margin-left: -4px;
}
footer ul.social-icons li:not(.sf-love).instagram a {
  color: #517fa4 !important;
}
footer ul.social-icons li:not(.sf-love).instagram a:hover {
  color: #fff !important;
}

/* ======================================================================================================================================================
HR
====================================================================================================================================================== */
.hr {
  clear: both;
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  position: relative;
  margin: 30px 0;
  float: left;
}

.hr-inner {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  border-top-width: 1px;
  border-top-style: solid;
}

#top .hr-invisible {
  margin: 0;
  border: none;
}

.hr-invisible {
  float: none;
}
.hr-invisible .hr-inner {
  margin: 0;
  border: none;
}

.hr-full, .hr-big {
  margin: 70px 0;
}

.hr-full .hr-inner {
  width: 300%;
  left: -100%;
}
.hr-full.hr-shadow .hr-inner {
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.hr-short {
  height: 20px;
  line-height: 20px;
  margin: 30px 0;
  float: none;
}
.hr-short .hr-inner {
  width: 32%;
  left: 50%;
  margin-left: -16%;
}
.hr-short.hr-left .hr-inner {
  left: 0%;
  margin-left: 0%;
}
.hr-short.hr-right .hr-inner {
  left: auto;
  right: 0;
  margin-left: 0%;
}
.hr-short .hr-inner-style {
  border-radius: 20px;
  height: 9px;
  width: 9px;
  border-width: 1px;
  border-style: solid;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.hr-short.hr-left .hr-inner-style {
  left: 5px;
}
.hr-short.hr-right .hr-inner-style {
  left: auto;
  right: 0;
}

/*custom*/
.hr-custom {
  margin: 0;
  display: block;
  min-height: 21px;
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  float: left;
}
.hr-custom .hr-inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.hr-custom.hr-center {
  text-align: center;
}
.hr-custom.hr-right {
  text-align: right;
}
.hr-custom.hr-left {
  text-align: left;
}

.av-seperator-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.hr-custom.hr-icon-yes .hr-inner {
  margin-left: 10px;
  margin-right: 10px;
}

#yith-wacp-popup .yith-wacp-wrapper {
  width: 500px;
}
#yith-wacp-popup .yith-wacp-content {
  overflow: hidden;
}
#yith-wacp-popup .yith-wacp-content > * {
  float: left;
  display: block !important;
}
#yith-wacp-popup .yith-wacp-content .product-image {
  width: 33%;
}
#yith-wacp-popup .yith-wacp-content .product-info, #yith-wacp-popup .yith-wacp-content .actions {
  width: 66%;
  clear: none !important;
}
#yith-wacp-popup .yith-wacp-content .actions {
  padding: 20px;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
#yith-wacp-popup .yith-wacp-content .actions > a {
  float: none;
  display: inline-block;
}
#yith-wacp-popup #yith-wacp-close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 26px;
}

.ajax-search-wrap {
  right: 0 !important;
}

.search-result .search-item-img, .search-result .search-item-img img, .search-result .search-item-img .img-holder {
  height: 100px !important;
  width: 100px !important;
  border-radius: initial !important;
}
.search-result.has-img .search-item-content {
  margin-left: 120px !important;
}

.home .woof_submit_search_form_container {
  margin: 0;
  text-align: center;
}
.home .woof_submit_search_form_container > button {
  float: none !important;
}
.home .woof_homepage .widget {
  padding: 0;
}

.sf-mobile-shop-filters .widget.WOOF_Widget {
  width: 50% !important;
  padding: 0 !important;
}
@media all and (max-width: 768px) {
  .sf-mobile-shop-filters .widget.WOOF_Widget {
    width: 100% !important;
  }
}
.sf-mobile-shop-filters .widget_layered_nav {
  width: 12.5% !important;
}
@media all and (max-width: 768px) {
  .sf-mobile-shop-filters .widget_layered_nav, .sf-mobile-shop-filters .widget_product_categories {
    width: 100% !important;
    border-bottom: none !important;
  }
}

.widget.widget-woof .woof_meta_slider_container {
  width: 100%;
  margin-bottom: 20px;
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .widget.widget-woof .woof_meta_slider_container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.widget.widget-woof .woof_meta_slider_container h4 {
  text-align: center;
  color: #5c5c5c;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  top: 18px;
}
@media screen and (max-width: 480px) {
  .widget.widget-woof .woof_meta_slider_container h4 {
    top: 30px;
  }
}
.widget.widget-woof .filter-button {
  background: #E3C735;
  border: 2px solid #9c8716;
  color: #000;
}
.widget.widget-woof .filter-button:hover {
  background: #9c8716;
  color: #fff;
}
.widget.widget-woof .button.reset {
  background: #ddd;
  border: 2px solid #aaaaaa;
  color: #000;
  margin-right: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
  display: none;
}
.home .widget.widget-woof .button.reset {
  display: inline;
}

.widget.widget-woof .button.reset:hover {
  background: #aaaaaa;
  color: #fff;
}
.widget.widget-woof .irs {
  height: 55px;
}
.widget.widget-woof .irs-with-grid {
  height: 75px;
}
.widget.widget-woof .irs-line {
  height: 3px;
  top: 33px;
  background: #EEE;
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.widget.widget-woof .irs-line-left, .widget.widget-woof .irs-line-mid, .widget.widget-woof .irs-line-right {
  height: 8px;
}
.widget.widget-woof .irs-bar {
  height: 3px;
  top: 33px;
  border: none;
  background: #5c5c5c;
  /* W3C */
}
.widget.widget-woof .irs-bar-edge {
  height: 3px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.widget.widget-woof .irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.widget.widget-woof .lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.widget.widget-woof .irs-slider {
  top: 27px;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  /* W3C */
  -moz-border-radius: 27px;
  box-shadow: none;
  cursor: pointer;
}
.widget.widget-woof .irs-slider.state_hover, .widget.widget-woof .irs-slider:hover {
  border-color: #E3C735;
}
.widget.widget-woof .irs-slider.from {
  margin-left: -2px;
  background: #e9d362;
}
.widget.widget-woof .irs-slider.to {
  margin-left: 2px;
  background: #3f3f3f;
}
.widget.widget-woof .irs-min, .widget.widget-woof .irs-max {
  color: #333;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.widget.widget-woof .lt-ie9 .irs-min, .widget.widget-woof .lt-ie9 .irs-max {
  background: #ccc;
}
.widget.widget-woof .irs-from, .widget.widget-woof .irs-to, .widget.widget-woof .irs-single {
  color: #fff;
  font-size: 13px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #E3C735;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.widget.widget-woof .lt-ie9 .irs-from, .widget.widget-woof .lt-ie9 .irs-to, .widget.widget-woof .lt-ie9 .irs-single {
  background: #999;
}
.widget.widget-woof .irs-grid {
  height: 27px;
}
.widget.widget-woof .irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.widget.widget-woof .irs-grid-pol.small {
  background: #999;
}
.widget.widget-woof .irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.above-footer-section .top-categories-boxes a.readmore-hp {
  display: block;
  text-align: center;
}

.minigallery {
  overflow: hidden;
}
.minigallery button {
  display: none !important;
}

article.articles .page-content .content-wrap .col-sm-1 {
  width: 3.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-2 {
  width: 6.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-3 {
  width: 10%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-4 {
  width: 13.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-5 {
  width: 16.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-6 {
  width: 20%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-7 {
  width: 23.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-8 {
  width: 26.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-9 {
  width: 30%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-10 {
  width: 33.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-11 {
  width: 36.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-12 {
  width: 40%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-13 {
  width: 43.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-14 {
  width: 46.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-15 {
  width: 50%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-16 {
  width: 53.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-17 {
  width: 56.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-18 {
  width: 60%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-19 {
  width: 63.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-20 {
  width: 66.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-21 {
  width: 70%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-22 {
  width: 73.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-23 {
  width: 76.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-24 {
  width: 80%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-25 {
  width: 83.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-26 {
  width: 86.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-27 {
  width: 90%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-28 {
  width: 93.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-29 {
  width: 96.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .col-sm-30 {
  width: 100%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-1 {
  width: 8.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-2 {
  width: 16.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-3 {
  width: 25%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-4 {
  width: 33.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-5 {
  width: 41.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-6 {
  width: 50%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-7 {
  width: 58.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-8 {
  width: 66.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-9 {
  width: 75%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-10 {
  width: 83.3333333333%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-11 {
  width: 91.6666666667%;
  float: left;
}
article.articles .page-content .content-wrap .post-aux-wrap .col-sm-12 {
  width: 100%;
  float: left;
}
article.articles .page-content .content-wrap .column-img {
  margin-bottom: 3%;
  text-align: center;
}
article.articles .page-content .content-wrap .column-img .column-image {
  display: inline-block;
  float: none;
}
article.articles .page-content .content-wrap .column-img .column-image img {
  margin: 0 auto;
}
article.articles .page-content .content-wrap .text-block {
  margin-bottom: 2%;
}
article.articles .page-content .content-wrap h2 {
  margin-bottom: 4px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1172px;
  }
}
@media (min-width: 1490px) {
  .container {
    max-width: 1172px;
  }
}
.home .blogpost-custom-header-v2 {
  display: none;
}

/*# sourceMappingURL=custom.css.map */
