/*
Theme Name: Divi Child
Theme URI: http://example.com/divi-child/
Description: Child theme for Divi theme
Author: Your Name
Author URI: http://example.com
Version: 1.0.0
License: GPL-3.0+
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: divi-child
*/

html,
body {
  scroll-behavior: initial !important;
  font-family: 'Arial', 'Helvetica', 'Tahoma', sans-serif;
}

#fname {
  display: none !important;
}

@media (min-width: 1200px) {
  .index-gallery>.container {
    max-width: 1140px !important;
  }

  .elementor-section-full_width>.elementor-container,
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px !important;
    margin: 0 auto;
  }
}

@media (min-width: 1300px) {
  .index-gallery>.container {
    max-width: 1240px !important;
  }

  .elementor-section-full_width>.elementor-container,
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1240px !important;
    margin: 0 auto;
  }
}

@media (min-width: 1540px) {
  .index-gallery>.container {
    max-width: 1440px !important;
  }

  .elementor-section-full_width>.elementor-container,
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1440px !important;
    margin: 0 auto;
  }
}

.elementor-location-single.post.type-post>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-row {
  justify-content: space-between;
}

.widget_wpc_filters_widget {
  list-style: none;
}

.custom-border>.elementor-column-wrap.elementor-element-populated {
  border-bottom: 1px solid #1E1E1E30 !important;
}

.elementor-445434 .elementor-element.elementor-element-5ab50099>.elementor-element-populated {
  border-bottom: 2px solid #3C3585 !important;
}

.custom-border {
  border-bottom: 0px;
}

/* Disable Wpml */
.menu-item.wpml-ls-item {
  display: none !important;
}

.post-type-archive-product .menu-item.wpml-ls-item,
.blog .menu-item.wpml-ls-item,
.single-post .menu-item.wpml-ls-item {
  display: flex !important;
}

.post-type-archive-product .menu-item.wpml-ls-item a,
.blog .menu-item.wpml-ls-item a,
.single-post .menu-item.wpml-ls-item a{
  padding: 0!important;
}

/* Disable arrows on Parent filter categories */
body .wpc-filters-widget-main-wrapper .wpc-filter-has-hierarchy>ul>li>.wpc-term-item-content-wrapper>i {
  display: none;
}

.et-cart-info {
  display: none;
}

.siema {
  overflow: hidden;
  width: 100%;
  height: 180px;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2)
}

.siema:hover button {
  opacity: 1
}

.siema .s-item {
  display: flex;
  align-content: center
}

.siema .s-item img {
  width: 100%
}

.siema button,
.siema button:before {
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: .7;
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 0 1px 0 rgba(0, 0, 0, .06);
  color: #202125;
  transition: opacity .2s cubic-bezier(.2, 0, .4, 1), box-shadow .2s cubic-bezier(.2, 0, .4, 1), transform .2s cubic-bezier(.2, 0, .4, 1);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 5px 5px
}

/* .siema button:nth-child(1),.siema button:nth-child(3){
		background-color: #fff;
		background-size: 18px 18px;
		background-repeat: no-repeat;
		background-position: 5px 5px;
	}
	.siema button:nth-child(1){
		left:5px;
		background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M13.36 17a1 1 0 0 1-.72-.31l-3.86-4a1 1 0 0 1 0-1.4l4-4a1 1 0 1 1 1.42 1.42L10.9 12l3.18 3.3a1 1 0 0 1 0 1.41 1 1 0 0 1-.72.29z' data-name='chevron-left'/%3E%3C/g%3E%3C/svg%3E");
	}
	.siema button:nth-child(3){
		right:5px;
		background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='chevron-right'%3E%3Crect width='24' height='24' opacity='0' transform='rotate(-90 12 12)'/%3E%3Cpath d='M10.5 17a1 1 0 0 1-.71-.29 1 1 0 0 1 0-1.42L13.1 12 9.92 8.69a1 1 0 0 1 0-1.41 1 1 0 0 1 1.42 0l3.86 4a1 1 0 0 1 0 1.4l-4 4a1 1 0 0 1-.7.32z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	} */

.siema button:nth-child(1)::before,
.siema button:nth-child(3)::before {
  background-color: #fff;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  content: "" !important;
}

.siema button:nth-child(1)::before {
  left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M13.36 17a1 1 0 0 1-.72-.31l-3.86-4a1 1 0 0 1 0-1.4l4-4a1 1 0 1 1 1.42 1.42L10.9 12l3.18 3.3a1 1 0 0 1 0 1.41 1 1 0 0 1-.72.29z' data-name='chevron-left'/%3E%3C/g%3E%3C/svg%3E");
}

.siema button:nth-child(3)::before {
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='chevron-right'%3E%3Crect width='24' height='24' opacity='0' transform='rotate(-90 12 12)'/%3E%3Cpath d='M10.5 17a1 1 0 0 1-.71-.29 1 1 0 0 1 0-1.42L13.1 12 9.92 8.69a1 1 0 0 1 0-1.41 1 1 0 0 1 1.42 0l3.86 4a1 1 0 0 1 0 1.4l-4 4a1 1 0 0 1-.7.32z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.siema button:nth-child(1) {
  left: 0;
}

.siema button:nth-child(3) {
  right: 0;
}

.siema button:nth-child(1),
.siema button:nth-child(3) {
  background: none !important;
  padding: 70px 20px;
  box-shadow: none;
}


.siema .slick-prev:before,
.siema .slick-next:before {
  color: transparent;
}

.woocommerce ul.products li.product .s-item a img {
  margin: 0 !important;
}


#content-area img {
  border-radius: 2%;
}

#main-content.gallery .container:before {
  display: none;
}


.et_pb_gutters1.et_right_sidebar #left-area {
  padding-right: 20px;
}

.is-style-cnvs-list-styled {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul.product_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-between; */
}

ul.product_tags li {
  display: inline;
  text-decoration: italic;
  line-height: normal;
  padding: 2%;
  /* flex:1; */
}

.elementor-products-grid ul.products.elementor-grid {
  align-items: start;
}


ul.product_tags li:not(:nth-child(-n+2)) {
  display: none;
}



ul.product_tags li:nth-child(-n+2):after {
  content: none !important;
}



html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}


li.product {
  display: block;
  position: relative;
  /*width: 110%;*/
  overflow: hidden;
  transition: box-shadow .2s cubic-bezier(.2, 0, .4, 1);
  margin-bottom: 10px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.product_cat>a {
  height: 1.5em;
  margin-top: 0px;
  opacity: 0.5;
  font-size: 13px;
  line-height: 1.1;
}

.product_tags>li {
  font-family: "Trebuchet MS", "Lucida Sans";
  font-size: 12px;
}

.product_tags>li>a {
  color: #212121;
  font-family: "Trebuchet MS", "Lucida Sans";
}

.product_tags>li>a {
  padding-left: 1px;
  padding-right: 1px;
  opacity: 0.7;
}

p {
  font-weight: 400;
}

h4 {
  font-size: 20px;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  padding-top: 10px;
}

.content h2,
.entry-content h2,
.content h3,
.entry-content h3,
.content h4,
.entry-content h4,
.content h5,
.entry-content h5 {

  text-transform: capitalize;
}

.view_artist {
  height: 24px;
  padding: 0 16px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: transparent;
  color: rgba(33, 33, 33, .6);
  font-size: 12px;
  line-height: 24px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 500;
}


.product-thumbs:before,
.product-thumbs:after {
  box-sizing: border-box;
}

.product-thumbs>img {
  width: 110% !important;
  object-fit: cover;
  margin-top: -40%;
}


.product-thumbs {
  position: relative;
  z-index: 0;
  width: 110%;
  height: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-color: #fff;
}

.wptb-table-container {
  overflow: auto;
  position: relative;
  width: 100%;
  margin: auto;
}


.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  height: auto;
}


[class^="adsbtn-"] {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 100%;
  height: 80px;
  max-width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  border: 1.5px solid currentColor;
  background-color: #f8fcfd;
  line-height: 80px;
  text-align: center;
  z-index: 0;
  font-size: 1.1rem;
}

.slider {
  width: 100%;
  height: 180px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.slider:hover .controls {
  opacity: 1;
}

.slider .controls {
  opacity: 0.7;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  justify-content: space-between;
  width: 100%;
  z-index: 9998;
  transition: all ease 0.5s;
}

.slider .controls .control {
  display: flex;
  position: relative;
  z-index: 5;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s cubic-bezier(.2, 0, .4, 1), box-shadow .2s cubic-bezier(.2, 0, .4, 1), transform .2s cubic-bezier(.2, 0, .4, 1);
  border: 0;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 0 1px 0 rgba(0, 0, 0, .06);
  color: #202125;
  font-size: 10px;
  cursor: pointer;
}

.slider .controls .control:hover {
  opacity: 1;
}

.slider .product-thumbs {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  width: 110%;
  transition: 1s ease-in-out all;
}

.slider .product-thumbs .slide {
  min-width: 100%;
  min-height: 150px;
  height: 100px;
}

h2,
h3,
h4,
h5 {
  line-height: 1.4;
}

.button.product_type_simple,
.woocommerce ul.products li.product .button.product_type_simple {
  display: none !important;
}

.pa-bullet-list-1 ul {
  list-style-type: none !important;
}

.pa-bullet-list-1 ul li:before {
  content: '\e052' !important;
  color: #2cba6c;
  font-family: 'ETMODULES' !important;
  margin-right: 10px;
  margin-left: -14px;
  font-size: 1.2em !important;
}

.pa-bullet-list-2 ul {
  list-style-type: none !important;
}

.pa-bullet-list-2 ul li:before {
  content: '\e051' !important;
  color: #e03574 !important;
  font-family: 'ETMODULES' !important;
  margin-right: 10px;
  margin-left: -14px;
  font-size: 1.2em !important;
}


.et_pb_post_content_0_tb_body img {
  display: block !important;
}

.et_pb_module_inner p img {
  display: none;
}


.et-pb-controllers a {
  background-color: #fff !important;
}

.et-pb-slider-arrows a:before {
  color: #fff !important;
}

.et_pb_gallery_image {
  line-height: 0;
  height: 350px !important;
}

.et_pb_gallery_image img {
  object-fit: contain;
  height: 350px;
}

.woocommerce-product-details__short-description a.contact-artist-btn {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

a.adsbtn-slice.contact-artist-btn {
  border-radius: 25px;
  text-transform: none;
}

[class^="adsbtn-"] {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 100%;
  height: 50px;
  max-width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  border: 0 solid currentColor;
  background-color: #000;
  line-height: 50px;
  text-align: center;
  z-index: 0;
  font-size: 1.1rem;
}

.adsbtn-slice {
  color: #fff !important;
}

.header_menu {
  flex: 1;
}

.custom_masonry {
  column-count: 3;
  column-gap: .5em;
  max-width: 100%;
  margin: auto;
  width: 100% !important;
}

.custom_masonry img {
  height: auto;
  max-width: 100%;
  border-radius: 3%;
}

/* Custom FFP Artist's works styles */

.inline-block {
  display: inline-block;
}

.artist-cf--block {
  position: relative;
}

.ff-custom_html .artist-images {
  background: black;
  color: white;
  border-radius: 10px;
  padding: 3px 15px;
  box-shadow: none;
  border: none;
  font-family: Inter;
  font-weight: 500;
  position: relative;
  min-width: 110px;
}

.ff-custom_html .artist-aditional-forms--wrapper {
  height: auto;
  display: none;
  flex-flow: wrap;
  margin-top: 0px;
  background: white;
}

.ff-step-container .ff-step-body .ff-custom_html .image-container {
  margin: 6px;
  width: calc(25% - 12px);
  flex: 0 0 calc(25% - 12px);
  position: relative;
  display: flex;

}

.ff-el-group[data-name="shortcode-9_4"] {
  margin-top: -20px;
  margin-bottom: 0 !important;
}



.checked-images--count {
  font-family: "Inter", Sans-serif;
  font-size: 15px;
  display: block;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 5px;
  margin-top: 3px;
}

div#savedImagesList {
  margin-top: 10px;
}

div#selectedImagesInfo {
  margin: 14px 0 -6px 0px;
}

.ff-el-group.ff-custom_html.inline-block.artist-cf--block {
  margin-top: 10px;
}



.ff-step-container .ff-step-body .ff-custom_html .artist-work {
  /* width: 200px;
  cursor: pointer;
  max-height: 200px;
	object-fit: cover; */
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

.ff-step-container .ff-step-body .ff-custom_html .artist-work {
  width: 200px;
  cursor: pointer;
  max-height: 200px;
  object-fit: cover;
}

.ff-step-container .ff-step-body .ff-custom_html .checked {
  transform: scale(1.03);
  border: 2px solid black;
}

.ff-step-container .ff-step-body .ff-custom_html .check-mark {
  background-image: url('assets/img/check-mark.png');
  object-fit: cover;
  background-repeat: no-repeat;
  width: 480px;
  height: 480px;
  top: -220px;
  right: -220px;
  transform: scale(0.05);
  position: absolute;
  z-index: 10;
}

.ff-step-container .ff-step-body .ff-custom_html .flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.ff-custom_html .artist-work--submit {
  display: none;
}

.ff-step-container .ff-step-body .ff-custom_html .artist-work--submit {
  background: #75A842;
  margin: 0 auto;
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: none;
  border: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  position: static;
  text-align: center;
  margin-top: 30px;
}

.ff-step-container .ff-step-body .ff-custom_html .checked-images--count {
  min-width: 156px;
  display: inline;
  margin-left: 10px;
}

@media (max-width: 1400px) {
  .ff-custom_html .artist-aditional-forms--wrapper {
    width: 100%;
  }
}

@media(max-width: 800px) {
  .custom_masonry {
    column-count: 3;
  }
}

@media(max-width: 600px) {
  .custom_masonry {
    column-count: 2;
  }
}

@media(max-width: 400px) {
  .custom_masonry {
    column-count: 1;
  }
}

.et-fixed-header#main-header {
  backdrop-filter: blur(10px);
}

.et-fixed-header #logo {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}


.envira-tags-filter-list li.envira-tags-filter,
.envira-tags-filter-list li.envira-tag-filter {

  margin: 0 10px 10px 0;
}

.envira-tags-filter-link {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  fill: #00000059;
  color: #00000059;
  background-color: #FFFFFF00;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0000001A;
  border-radius: 7px 7px 7px 7px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
}

.envira-tags-filter-active {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #000000D4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0000001A;
  border-radius: 7px 7px 7px 7px;
}

.envira-tags-filter-list {
  list-style-type: none !important;
  display: flex;
  justify-content: center;
}

.envira-pagination {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  fill: #FFFFFF;
  color: #000000D4;
  display: flex;
  justify-content: center;
}

.page-numbers {
  padding: 10px;
}

.slick-arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
}

.slick-next {
  right: 0;
}

.slick-arrow button {
  border: none;
  background: transparent;
  height: 34px;
}

/* Form round */
ul.ff-step-titles li {
  cursor: pointer;
}

.fluentform .ff-step-titles li.ff_active:before,
.fluentform .ff-step-titles li.ff_completed:before,
.fluentform .ff-step-titles li:before {
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px;
}

.elementor-row .fluentform .ff-step-titles li.ff_active:before,
.elementor-row .fluentform .ff-step-titles li.ff_completed:before {
  background-color: #000 !important;
  width: 22px;
  height: 22px;
}

.elementor-row .fluentform .ff-step-titles li.ff_active:after,
.elementor-row .fluentform .ff-step-titles li.ff_completed:after {
  background: #000 !important;
}

.elementor-row .fluentform .ff-step-titles li.ff_active,
.elementor-row .fluentform .ff-step-titles li.ff_completed {
  color: #000 !important;
}

@media (max-width: 768px) {
  .ff-step-container .ff-step-body .ff-custom_html .image-container {
    width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }

  .slick-arrow {
    z-index: 10;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: transparent;
    margin: 0 4px;
  }

  .slick-arrow button {
    border: none;
    background: transparent;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 230%;
  }

  .elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
    width: 70%;
  }

  .elementor-244696 .elementor-element.elementor-element-64fc951.elementor-wc-products ul.products li.product {
    margin: 0 5px !important;
  }
}

.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
  margin: 0 auto;
}

.et_shop_image {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  width: max-content;
}

.slick-next {
  right: 0;
}

.slider .product-thumbs {
  width: 100% !important;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

div.catcbll_preview_button>a {
  margin-top: 2px !important;
  font-size: 13px !important;
}

.wcpf-layout-column-300130 {
  width: 50%
}

.wcpf-button-action-reset {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important
}

.wcpf-field-button .wcpf-button:hover {
  cursor: pointer;
  border-color: #111
}

.elementor-product-loop-item--align-center ul.products li.product .star-rating {
  margin: 0 auto !important
}

/* New styles for filter */

.wpc-filters-ul-list.wpc-filters-checkboxes>li>ul {
  display: block;
}

.wpc-filter-content.wpc-filter-product_cat.wpc-filter-has-hierarchy .wpc-filters-ul-list.wpc-filters-checkboxes>li>ul {
  display: block !important;
}

li.type-product .siema {
  box-shadow: none !important;
}

/* Fix blog page */

.blog.theme-divi-child .elementor-posts-container article .elementor-post__thumbnail img {
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* height: 100%;
  width: auto; */
}

/* Landing styles */

.add_an_artist_form form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.add_an_artist_form form .ff-el-group {
  width: 50%;
  padding: 0 5px;
}

.add_an_artist_form form .ff-el-group.ff_submit_btn_wrapper {
  width: 100%;
}

/* Lightbox styles start */

.single-product .featured_info .elementor-image-box-img img {
  cursor: pointer;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #00000088;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

#lightbox #content {
  margin: 10px;
  position: relative;
}

#lightbox #content .dialog-close-button {
  text-shadow: 0 0 20px #000;
  right: 28px;
  margin-top: 20px;
  color: #fff;
  opacity: 1;
}

#lightbox p {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-size: 12px;
}

#lightbox img {
  box-shadow: 0 0 25px #111;
  max-width: 700px;
  width: auto;
  max-height: 90vh;
  margin: 0 auto;
}

/* Lightbox styles end */


/* li.type-product .siema{
	max-height:180px;
	height:auto;
}

.wpc-filters-widget-wrapper{
	display: flex;
    flex-direction: column-reverse;
}

.wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list{
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}


i.wpc-toggle-children-list:after, i.wpc-toggle-children-list:before{
    width: 0.5em;
    min-width: 0.5em;
    height: 0.5em;
    display: block;
    border-left: 1px solid #6d6d6d;
    border-top: 1px solid #6d6d6d;
    background: none;
    transform: rotate(135deg);
    display: none;
    position: relative;
}

body .wpc-filters-widget-main-wrapper li.wpc-term-item.wpc-closed{
    padding: 4px;
    background: #eee;
    border-radius: 10px;
    margin-right:4px;
}

i.wpc-toggle-children-list:before{
    top: initial;
    transform: rotate(-135deg);
    margin-bottom: 3px;
}

.wpc-opened > .wpc-term-item-content-wrapper > i.wpc-toggle-children-list:after{
    display: block;
    margin-top: 3px;
}

.wpc-closed > .wpc-term-item-content-wrapper > i.wpc-toggle-children-list:before{
    display: block;
}

.wpc-opened i.wpc-toggle-children-list:after{
   bottom: initial;
}

i.wpc-toggle-children-list{
  display: flex;
    justify-content: flex-end;
    align-items: center;
} */



/* Gallery filter btn */

.index-gallery .container {
  max-width: 1140px;
  width: 100%;
  padding: 0;
}

.gallery_wrapper {
  position: relative;
  display: block;
  column-gap: 6px;
  /* flex-wrap: wrap; */
}

.gallery_wrapper p {
  text-align: center;
  font-family: "Roboto";
}

span.single-chip {
  padding: 4px 8px;
  border-radius: 50px;
  border: 1px solid #0570e2;
  margin: 4px;
  font-size: 14px;
  line-height: 1.2em;
  cursor: pointer;
  font-family: 'Roboto';
}

span.single-chip.reset_all {
  border-color: #cc8181;
  margin-left: 0px;
}

span.chip-remove-btn {
  font-family: 'Noto Serif JP';
  cursor: pointer;
}

span.single-chip:hover span.chip-remove-btn {
  color: #c00;
}

p.selected_filters {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.custom-lightbox-overlay {
  display: inherit;
  position: inherit;
  width: 100%;
  height: 100%;
}

.gallery_loader,
.page_loader {
  display: block;
  background-image: url("/wp-content/themes/divi-child/spinner.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.2);
}

.gallery_loader.hidden,
.page_loader.hidden {
  display: none;
}

.gallery_wrapper .random_taxonomies {
  cursor: pointer;
  text-decoration: underline;
  font-family: "Roboto";
}

.gallery_wrapper .random_taxonomies:hover {
  text-decoration: none;
}

.loadmore_btn.active {
  display: block;
  opacity: 0;
  width: 100%;
}

.loadmore_btn {
  display: none;
}

.gallery_with_sidebar .filter_wrapper.topic_wrapper {
  display: none;
}

.gallery_lightbox .eicon-share-arrow,
.gallery_lightbox .eicon-zoom-in-bold,
.gallery_lightbox .eicon-frame-expand {
  display: none;
}

.gallery-image img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}

.gallery-image {
  max-width: 25%;
  width: 25%;
  height: 300px;
  padding: 6px;
  margin: 0;
  display: inline-block;
  /* grid */
  margin-bottom: 10px;
  /* float: left; */
  position: relative;
}

.categories_wrapper,
.filter_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 10px;
}

.gallery_with_sidebar {
  display: flex;
  flex-wrap: wrap;
}

.gallery_with_sidebar .sidebar {
  width: 25%;
  padding: 10px;
}

.gallery_with_sidebar .filter_wrapper .hidden_term {
  display: none;
}

.search_form {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 10px;
}

.search_form .input_search {
  border-radius: 0.375rem 0 0 0.375rem;
  height: auto;
  padding: 6px 12px;
  display: inline-block;
  width: auto;
  line-height: 1.2em;
  font-family: 'Roboto';
  min-width: 20px;
  flex: 2;
}

.search_form .book_link {
  border-radius: 0 .375rem .375rem 0;
  margin: 0;
  padding: 8px;
  display: flex;
  justify-content: center;
  flex: 0;
}

/* .search_form .book_link:before{
	font: normal 20px/1 dashicons!important;
  content: "\f179";
} */

.gallery_with_sidebar .gallery_wrapper {
  width: 75%;
  min-height: 100vh;
  padding: 10px;
}

.gallery_with_sidebar .action_buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.gallery_with_sidebar .action_buttons button {
  border: none;
  background: none;
  font-family: 'Roboto';
}

.gallery_with_sidebar .action_buttons button.view_result {
  border-bottom: 1px solid #000;
}

.gallery_with_sidebar .mobile_btn {
  display: none;
}

.gallery_with_sidebar .mobile_btn .view_result,
.gallery_with_sidebar .mobile_btn .reset_all {
  border-radius: 10px;
  border: 1px solid #000;
  padding: 6px 10px;
  margin-top: 20px;
}

.gallery_with_sidebar .mobile_btn .view_result {
  background: #000;
  color: #fff;
}

.gallery_pagination {
  font-family: 'Roboto';
  width: 75%;
  text-align: center;
  margin: 20px auto;
}

.gallery_pagination.no_wrap {
  margin: 0 auto;
  width: 100%;
}

.gallery_pagination a {
  color: gray;
}

.gallery_pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none !important;
}

.filter_title {
  padding: 0;
  text-transform: capitalize;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.2em;
  color: #333;
  margin-bottom: 6px;
}

.form-select {
  font-family: "Roboto";
  padding: .2rem 2.25rem .2rem .75rem;
}

.form-select:focus {
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .25);
}

.lightbox_container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.lightbox_container::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.lightbox_container::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.lightbox_container {
  background: #fff;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border-radius: 10px;
  z-index: 10;
  cursor: initial;
  max-height: 90vh;
  max-width: 80vw;
  overflow-y: auto;
}

.author_sidebar .author_name {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.author_sidebar .author_location {
  color: #000000D1;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  display: block;
}

.author_sidebar .author_location a {
  color: gray;
  text-decoration: underline;
  text-decoration-color: gray !important;
}

.book_link {
  max-width: 100%;
  width: 100%;
  background-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 10px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  font-family: "Roboto";
  margin: 20px auto;
}

.author_sidebar,
.main_image {
  padding: 20px 10px;
}

.main_image {
  display: flex;
  flex-direction: column;
}

.main_image .author_fullsize_image {
  box-shadow: initial;
  border-radius: 10px;
}

.author_sidebar {
  max-width: 300px;
  font-family: "Roboto";
  text-align: left;
}

.author_sidebar h4,
.author_sidebar .lightbox_title {
  font-family: "Roboto";
  line-height: 1.2em;
  font-size: 1.3em;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.author_image img {
  /* max-width: 100px;
	height: 100%; */
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
}

.lightbox_text {
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.author_sidebar .lightbox_additional_links {
  margin-bottom: 10px;
}

a.lightbox_text {
  color: #000;
  text-decoration: underline;
}

a.see_more {
  padding: 10px 0;
}

.author_sidebar #slide_toggle_title {
  cursor: pointer;
  text-decoration: underline;
  color: gray;
  font-size: 1.2em;
  font-weight: 400;
}

.author_sidebar #slide_toggle_content {
  display: none;
}

.flex_row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.artist_styles a {
  font-style: normal;
  color: black;
  font-size: 13px;
  line-height: 1rem;
  border: 1px solid lightgrey;
  padding-top: 2%;
  padding-bottom: 2% !important;
  padding-left: 3.5%;
  padding-right: 3.2%;
  border-radius: 10px;
  margin: 1%;
  display: inline-block;
  flex-wrap: wrap;
}

/* .categories_wrapper .category_btn{
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
    fill: #00000059;
    color: #00000059;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0000001A;
    border-radius: 7px 7px 7px 7px;
		padding: 12px 24px;
		margin: 4px;
		transition: all 0.4s;
}

.categories_wrapper .category_btn:hover{
	color: #00000080;
  border-color: #00000080;
}

.categories_wrapper .category_btn.active{
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #000000D4;
	border-color: #0000001A;
}

.filter_wrapper .filter_btn{
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
  fill: #00000059;
  color: #00000059;
	padding: 10px;
	margin: 2px;
	transition: all 0.4s;
} */

.gallery_with_sidebar .filter_wrapper .filter_btn {
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  fill: #00000059;
  color: #00000059;
  background-color: #FFFFFF00;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0000001A;
  border-radius: 7px 7px 7px 7px;
  padding: 8px 14px;
  margin: 4px;
  transition: all 0.4s;
}

.gallery_with_sidebar .filter_wrapper .filter_btn:hover {
  color: #00000080;
  border-color: #00000080;
}

.gallery_with_sidebar .filter_wrapper .filter_btn.active {
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #000000D4;
  border-color: #0000001A;
}

.dialog-type-lightbox {
  position: fixed !important;
  height: 100vh !important;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  background: transparent;
}

.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
  font-size: 34px;
}

.lightbox_hidden {
  display: none;
}

.author_location.hidden {
  display: none;
}

.author_fullsize_image {
  max-height: 70vh !important;
}

.gallery_wrapper .gallery-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.add_an_artist_form .fluentform .ff-el-is-error .text-danger {
  position: absolute;
}

/* Product styles */

span .et_shop_image {
  border: none;
}

.woocommerce-loop-product__title {
  padding-bottom: 0 !important;
}

.woocommerce-LoopProduct-link {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: -20% !important;
  margin-bottom: 5px !important;
  margin-left: auto !important;
  border: none;
  border-radius: 50%;
  display: block;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  margin: 0 auto !important;
  border-radius: 50% !important;
  border: 2px solid #fff;
  position: relative;
}

.shopengine-special-badge {
  top: -125px !important;
  right: 10px !important;
  z-index: 11 !important;
  left: unset !important;
}

.shopengine-special-badge img {
  width: unset !important;
  height: unset !important;
  border-radius: 5px;
}

.product_tags li {
  border: 1px solid lightgrey;
  border-radius: 6px;
  padding: 1% 1% 1% 3%;
  margin-top: 3% !important;
  text-align: center;
  margin-right: 1%;
  margin-left: 1%;

}

/* insights/ */
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item {
  overflow: hidden;
  max-height: 500px;
  max-width: 400px;
}

.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb img {
  object-fit: cover;
}

.ff_t_c {
  font-family: Inter;
}

.ff-el-group.ff-el-input--content {
  width: 100% !important;
}

.ff-uploaded-list {
  margin-bottom: 20px;
  margin-top: -10px !important;
}

#back-to-top {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  width: 40px;
  right: 20px;
  background-color: black;
  border: 1px solid black;
  color: white;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  height: 40px;
}

#back-to-top:hover {
  background-color: white;
  color: black;
}

/* Add FAQ for page - Product Categories  */

.accordion {
  max-width: 600px;
}

.accordion-item {
  margin-bottom: 5px;
  border: 0;

}

.accordion-title {
  padding: 10px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter';
}

.accordion-content {
  padding: 10px;
  display: none;
  font-family: 'Inter';
}

p.accordion-title-descriptions {
  color: #000000ED;
  font-family: "Inter", Sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5em;
}

.accordion-title::before {
  content: "";
  background-image: url(/wp-content/uploads/sites/7/2024/02/Vector.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -10px;
  margin-top: 12px;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-title.active::before {
  transform: translateY(-50%) rotate(90deg);
}

.home.page-template .elementor-element.elementor-element-7909db53.elementor-arrows-yes.elementor-review--has-separator.elementor--star-style-star_fontawesome.elementor-widget.elementor-widget-reviews.e-widget-swiper {
  max-height: 180px;
}

/*Add FAQ for page - Product Categories end*/

@media (max-width:768px) {

  .woocommerce-page ul.products li.product a img,
  .woocommerce ul.products li.product a img {
    min-height: unset !important;
    max-height: unset !important;
  }

  .shopengine-special-badge {
    top: -90px !important;
    right: -40px !important;
  }

  .home.page-template .elementor-element.elementor-element-7909db53.elementor-arrows-yes.elementor-review--has-separator.elementor--star-style-star_fontawesome.elementor-widget.elementor-widget-reviews.e-widget-swiper {
    max-height: 250px;
  }
}



@media (max-width:980px) {

  .woocommerce-page ul.products li.product a img,
  .woocommerce ul.products li.product a img {

    object-fit: cover;


  }
}

selector p {
  font-family: Inter;
  color: black !important;
}

selector .location a {
  font-family: Inter;
  color: black !important;
  text-decoration: underline;
}


.et_overlay {
  display: none;
}



.woocommerce-page .products .star-rating,
.woocommerce .products .star-rating {
  margin: 4px auto auto !important;
}

.product_cat {
  margin-bottom: 2%;
}


.product_cat:before {
  content: "Located in ";
  font-size: 12px;
}

ul.product_tags li:nth-child(-n+2):after {
  content: " ";
  margin-left: 10px;
}



.location {
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 2%;
}


.woocommerce-page ul.products li.product:nth-child(n) {
  margin: 0;
  width: 100% !important;
}

.shopengine-special-badge-image {
  width: unset !important;
  height: unset !important;
  border-radius: 5px !important;
}

.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .location a,
.woocommerce ul.products li.product p {
  font-family: Inter;
  color: black !important;
}

.woocommerce ul.products li.product .location a {
  text-decoration: underline;
}

.woocommerce ul.products li.product .location {
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 2%;
}


@media (min-width: 760px) and (max-width: 990px) {
  .woocommerce-page ul.products li.product:nth-child(n) {
    margin: 0 0.5% 0.5% 0 !important;
    width: 100% !important;
    clear: none;
    float: left !important;
  }
}

/*
.woocommerce-pagination {
    display: none;
}
*/


/* Popup */
.popup-custom_block {
  padding: 18px 0px 0px;
}

.elementor-popup-modal .dialog-widget-content,
.elementor.elementor-location-popup {
  border-radius: 10px;
}

/* add artist page */
.fluentform .ff-el-form-control {
  max-height: 400px;
}

/* Custom Code */
/* List - extra space */
.is-style-cnvs-list-styled {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* Fixing archive images */

.theme-divi-child .elementor-posts-container article .elementor-post__thumbnail img {
  /* height: 100%;
  width: auto; */
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
}

.aws-container .aws-show-clear .aws-search-field {
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  background-color: #FFFFFF78;
  padding: 8px 10px;
  border-right: transparent;
  font-size: 14px;
  border-radius: 10px 0 0 10px !important;
}

.aws-container .aws-search-form .aws-form-btn {
  border-left: 0px solid transparent;
  background: #FFFFFF78;
  border-radius: 0 10px 10px 0 !important;
}

.elementor-nav-menu .menu-item-has-children .sub-arrow {
  display: none;
}

.elementor-nav-menu .menu-item-has-children .sub-arrow:nth-child(1) {
  display: block;
}

/* Artists block in article */

.single-post ul.products li.product {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.single-post ul.products h2.woocommerce-loop-product__title {
  flex: 1;
}

.single-post .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.single-post ul.products:before {
  display: none;
}

.single-post .product_tags li {
  padding: 0 4px;
  line-height: 1.6em;
}

.single-post .woocommerce-LoopProduct-link {
  margin-left: initial !important;
}

.single-post ul.product_tags li:nth-child(-n+2):after {
  display: none;
}

/* YY */

.user_menu_wrapper .elementor-widget-container{
  display: flex!important;
  gap: 6px;
}

a.header-account-menu-for-user-link {
  display: flex;
  height: auto;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #DBCBCB61;
  /* border-radius: 10px 10px 10px 10px; */
  box-shadow: 2px 6px 22px -11px rgba(0, 0, 0, 0.12);
  /* padding: 12px 24px; */
  line-height: 1;
  width: fit-content;
  border-radius: 4px;
  padding: 12px 16px;
  transition: all 0.4s;
  /* width: 160px !important;
  height: 40px; */
}

.header-account-menu-for-user-link.login_btn {
  background: none;
  border: 1px solid #000;
  color: #000;
}

.header-account-menu-for-user-link.login_btn:hover {
  background: #000;
  color: #fff;
}

a.header-account-menu-for-user-link span {
  text-align: center;
  display: flex;
  justify-content: center;
  /* padding: 4% 22%; */
}

a.header-account-menu-for-user-link span#create-pr {
  /* padding: 4% 17%; */
}

a.header-account-menu-for-user-link span:hover {
  color: #FFFFFF;
}

/* Forgot password styles */

form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

form.woocommerce-ResetPassword.lost_reset_password>p {
  display: inline-block;
}

form.woocommerce-ResetPassword.lost_reset_password>p:first-child {
  width: 100%;
  color: #232222;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6em;
}

form.woocommerce-ResetPassword.lost_reset_password>p:nth-child(2) {
  display: flex;
  flex-direction: column;
  /* font-family: ; */
  padding-bottom: 0;
}

.elementor-widget-wrap .link_block_user_login_show {
  color: #000;
  font-size: 16px;
}

.elementor-widget-wrap .link_block_user_login_show:before {
  font-family: "font awesome 5 free";
  font-weight: 900;
  content: "\f053";
  font-size: 12px;
  padding-right: 6px;
}

form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
  float: none;
  display: flex;
  height: auto;
  font-family: inter, Sans-serif;
  font-size: 14px;
  font-weight: 600;
  fill: #fff;
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-width: 1px;
  border-color: #dbcbcb61;
  border-radius: 0px 6px 6px 0px;
  box-shadow: 2px 6px 22px -11px rgba(0, 0, 0, .12);
  padding: 12px 24px;
  line-height: 1;
  margin-left: 0;
}

form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Input.input-text {
  padding: 7px;
  border-radius: 6px 0 0 6px;
  border-right: 0;
  width: 300px;
}

form.woocommerce-ResetPassword.lost_reset_password label {
  font-family: 'Roboto';
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

body.page-template.page-template-elementor_header_footer.page.wp-embed-responsive.theme-divi-child.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.simple_user.elementor-default .custom-text-for-fo-pa-yy-block-tem h2 {
  font-size: 48px;
  color: rgba(0, 0, 0, 1);
  font-family: 'Inter';
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}

body.page-template.page-template-elementor_header_footer.page.wp-embed-responsive.theme-divi-child.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.simple_user.elementor-default .custom-text-for-fo-pa-yy-block-tem p {
  font-size: 18px;
  color: rgba(30, 30, 30, 1);
  font-family: 'Inter';
  line-height: 28px;
}

body.page-template.page-template-elementor_header_footer.page.wp-embed-responsive.theme-divi-child.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.simple_user.elementor-default .custom-text-for-fo-pa-yy-block-tem .span-for-custom-text-for-fo-pa-yy-block-tem {
  font-size: 16px;
  color: rgba(30, 30, 30, 1);
  font-family: 'Inter';
  line-height: 28px;
  display: block;
  margin-top: 40px;
}

body.page-template.page-template-elementor_header_footer.page.wp-embed-responsive.theme-divi-child.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.simple_user.elementor-default .custom-text-for-fo-pa-yy-block-tem .span-for-custom-text-for-fo-pa-yy-block-tem a#registrButton {
  font-size: 16px;
  color: rgba(30, 30, 30, 1);
  text-decoration-color: rgba(30, 30, 30, 1) !important;
}

body.page-template.page-template-elementor_header_footer.page.wp-embed-responsive.theme-divi-child.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.simple_user.elementor-default .custom-text-for-fo-pa-yy-block-tem {
  max-width: 635px;
  text-align: center;
  margin: 0 auto;
}

.woocommerce-lost-password .woocommerce-info {
  background-color: #fff !important;
}

body.page-template.page-template-elementor_header_footer.page.wp-embed-responsive.theme-divi-child.woocommerce-account .e-my-account-tab>.woocommerce {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

body.page-template.page-template-elementor_header_footer.page.wp-embed-responsive.theme-divi-child.woocommerce-account div#link-to-create-ac-for-user {
  display: none;
}

/* YY */

@media screen and (max-width: 768px) {
  .single-post ul.products li.product {
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
}

/* responsive */

@media (max-width: 1024px) {
  .gallery-image {
    max-width: 50%;
    width: 50%;
  }
}

@media (max-width: 900px) {
  .gallery_with_sidebar .gallery_wrapper {
    width: 70%;
  }

  .gallery_with_sidebar .sidebar {
    width: 30%;
  }
}

@media (max-width: 768px) {
  span.single-chip {
    font-size: 12px;
  }

  span.single-chip.reset_all {
    margin-left: 4px;
  }

  p.selected_filters {
    padding: 0 16px;
  }

  .index-gallery .container {
    margin: 0 auto;
    width: 100%;
  }

  .gallery_wrapper .gallery-image img,
  .gallery_wrapper .gallery-image {
    height: 46vw;
  }

  .gallery_with_sidebar .sidebar {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .gallery_with_sidebar .sidebar .open_sidebar,
  .gallery_with_sidebar .sidebar .close_sidebar {
    min-width: 10px;
    width: auto;
    margin: 6px;
    padding: 4px 8px;
  }

  .gallery_with_sidebar .sidebar .close_sidebar {
    margin-left: auto;
    padding: 0;
    font-size: 28px;
  }

  .gallery_with_sidebar .search_form {
    flex-grow: 1;
    padding: 6px;
  }

  .gallery_with_sidebar .action_buttons.desctop_btn {
    display: none;
  }

  .gallery_with_sidebar .mobile_btn {
    display: block;
  }

  .gallery_with_sidebar .sidebar,
  .gallery_with_sidebar .gallery_wrapper {
    width: 100%
  }

  .gallery_with_sidebar .mobile_sidebar.slide_sidebar {
    position: absolute;
    left: -2700px;
    top: 0;
    bottom: 0;
    z-index: 9999999999999999;
    width: 100%;
    background: #fff;
    transition: all 0.6s;
    /* padding: 0 2%; */
  }

  .gallery_with_sidebar .action_buttons.mobile_btn {
    /* padding: 0 2%; */
    margin-top: 0;
    padding: 0 10px;
    margin-bottom: -10px;
  }

  .gallery_with_sidebar .mobile_sidebar.slide_sidebar.active {
    left: 0;
    transition: all 0.6s;
  }

  .gallery_with_sidebar .action_buttons {
    display: flex;
    justify-content: space-around;
  }

  .desktop_only {
    display: none;
  }

  .lightbox_container {
    padding: 10px;
    max-height: 100vh;
    flex-direction: column-reverse;
    width: 100vw;
    height: auto;
    justify-content: center;
    border-radius: 0;
  }

  .lightbox_container .author_sidebar,
  .lightbox_container .main_image {
    max-width: initial;
    width: auto;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
  }

  .lightbox_container .author_sidebar {
    width: 100%;
  }

  .lightbox_container .book_link {
    width: auto;
  }

  /* fix button close */
  .elementor-lightbox .dialog-lightbox-close-button {
    text-shadow: 0 0 20px #000;
    right: 28px;
    margin-top: 0px;
    bottom: 95%;
  }

  .open_sidebar {
    max-width: 200px;
  }

  .gallery_with_sidebar .mobile_sidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999999999;
    width: 100%;
    background: #fff;
  }

  .slick-arrow {
    z-index: 10;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: transparent;
    margin: 0 4px;
  }

  .slick-arrow button {
    border: none;
    background: transparent;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 230%;
  }

  .elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
    width: 70%;
  }

  .elementor-244696 .elementor-element.elementor-element-64fc951.elementor-wc-products ul.products li.product {
    margin: 0 !important;
  }

  .add_an_artist_form form .ff-el-group {
    width: 100%;
  }

  /* Teaxtarea  */

  textarea::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }


  .fluentform .ff-el-form-control {
    overflow-y: scroll;
  }

  /* archive */
  .archive i.eicon-close {
    color: white;
    background-color: black;
    border-radius: 20px;
    box-shadow: 0 0 10px #ebebeb;
    padding: 4px;
  }

  i.eicon-share-arrow,
  i.eicon-zoom-in-bold,
  i.eicon-frame-expand {
    display: none;
  }

  /**/

  #elementor-lightbox-slideshow-single-img {
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* Pagination */
  a.prev.page-numbers,
  a.next.page-numbers {
    white-space: nowrap;
    padding: 10px 2px;
  }

  .page-numbers {
    padding: 10px 6px;
  }

  /* Arrows in the gallery */
  .archive .elementor-lightbox .elementor-swiper-button-next,
  .archive .elementor-lightbox .elementor-swiper-button-prev {
    top: 30%;
  }

  /* padding near search  */
  #main-content .container {
    padding-top: 14px !important;
  }

  .slider-nav.slick-initialized.slick-slider .slick-arrow {
    top: 50%;
  }

}




@media (min-width: 576px) and (max-width: 767px) {
  .gallery_wrapper {
    /* column-count: 2; */
  }
}

@media (max-width: 575px) {
  .gallery_wrapper {
    /* column-count: 1; */
  }

  form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Input.input-text {
    width: 220px;
  }

  form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    padding: 12px 16px;
  }
}

@media (max-width: 410px) {
  form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Input.input-text {
    width: 160px;
  }

}
