/*
Theme Name: Art Fusion
Author: the WiseHunter team
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: art_fusion

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.contact__field .wpcf7-form-control-wrap {
 
    width: 100%;
}
button.slick-arrow, button.slick-arrow:hover, button.slick-arrow:focus {
    text-shadow: none;
    border-radius: 0;
    background: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    z-index: 99999;
    margin: -20px 0 0 0;
}

/* .swiper-pagination-bullet {
    width: 150px;
    margin: 0 0 -5px 0 !important;
    height: 1px;
    float: left;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 0;
    
    opacity: .2;
} */
.titleContainer{
     box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
    .header-image {
    width: 100%;
    background-size: cover !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 310px;
    margin-bottom: 65px;
    
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 0.5px solid #bdbdbd;
    padding: 0;
    text-align: left;
    margin: 0;
}
/* .swiper-pagination-bullet-active{
	background: black;
	height: 3px;
} */
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #bdbdbd;
    opacity: .2;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 150px;
    margin: 0 0 -5px 0 !important;
    height: 2px;
    /* float: left; */
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 0;
    opacity: 1;
    background: #1d1d1d;
}
ul.sub-menu {
    display: flex;
    font-size: 15px;
}
ul.sub-menu .menu-item a{
	font-size: 20px !important;
	font-weight: 400 !important;
  padding: 0 11px;
	font-family: 'Montserrat';
}
.sub-menu .menu-item a:hover {
	  padding: 0 11px !important;
}
.navigation__left .main-menu li ul.sub-menu .menu-item a:hover:before {
    left: 0px;
    opacity: 0;
	  padding-left: 0;
}
@media screen and (max-width: 767px) {
	header.header {
    z-index: 999999999;
    height: 62px !important;
    position: fixed;
}
.number {
   top: -33px !important;
	 left: 14px !important;
	}
.none{
	display: none;
}
	.elementor-317 .elementor-element.elementor-element-f0b3f9f .elementor-heading-title {
    color: #FFFFFF;
    font-family: "Cormorant", Sans-serif;
    font-size: 32px;
}
	
	.numberConteiner {
    margin: 29px -23px !important;
}
	/*menu*/
 .navigation__right {
    display: none;
    }
    .navigation__left {
    width: 100%;
    }
.services__content-item.active {
    display: none !important;
  }
.block-title {
    padding-left: 48px !important;
  }
  .tabs__nav-item--number {
    font-size: 45px;
}
.tabs__nav-item--title {
    margin-top: 28px;
    font-size: 16px !important;
}
  .header__socials {
    display: none !important;
}
.tabs__nav-item {
    margin-right: 36px !important;
  }
  .services__nav-item:hover svg, .services__nav-item.active svg {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .elementor-7 .elementor-element.elementor-element-8f6b700 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative !important;
    overflow: hidden !important;
  }
  .elementor-7 .elementor-element.elementor-element-3355153 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative !important;
    overflow: hidden !important;
  }
  .services__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .services__nav-item {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #1d1d1d;
    -webkit-text-stroke-width: 1px;
    font-size: 34px !important;
  }
  .header {
    position: relative;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 62px;
    background: #210100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 35px 10px;
    border-right: 0 solid #5dcad7;
  }
  body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #1d1d1d;
    padding-left: 0;
  }
  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    width: calc(100%);
  }
  .navigation__left .main-menu li a {
    color: #fff;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    font-size: 38px;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    line-height: 40px;
    position: relative;
  }
  .navigation__left .main-menu {
    padding-left: 24px !important;
    margin-top: -102px;
   }
   .navigation__left .bottom-menu {
    position: absolute;
    bottom: 50px;
    left: 24px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
   }
   .navigation__right-title {
    margin: 83px 0 24px 46px;
    font-size: 24px;
    letter-spacing: .5px;
   }
   .elementor-7 .elementor-element.elementor-element-804216e .elementor-image img {
    width: 100%;
    max-width: 610px;
  }
  body.admin-bar .header, body.admin-bar .navigation {
    top: 0;
   }
   .elementor-657 .elementor-element.elementor-element-82c410f:not(.elementor-motion-effects-element-type-background), .elementor-657 .elementor-element.elementor-element-82c410f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(https://art-fusion.com.ua/wp-content/uploads/2020/10/group-4@2x-4.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

}

div#sidebar {
    display: inline-block;
    width: 20%;
    margin: 0;
}
div#primary{
	 display: inline-block;
    margin: 0;
}
.page-shop-container {
    display: flex;
	  padding: 10px;
	  width: 90%;
    margin: 0 auto;
}

.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 730px !important;
    margin: 0 auto;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 3% 0 1em;
    padding: 15px 0;
    font-size: .92em;
    color: #767676;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #18bdae;
    text-align: center;
  	position: relative;
    top: 20px;
    text-align: center;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    padding: 3% 10%;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #1d1d1d;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    padding: 5px 30.5px 2px;
    background-color: #210100;
    width: 148px;
    font-weight: 400;
    height: 55px;
    margin: 40px 204px 30px 41px;
    padding: 5px 30.5px 2px;
    background-color: #210100;
}
section.related.products h2 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1d;
    margin: 20px 0;
}
.woocommerce div.product form.cart .button {
    /* vertical-align: middle; */
    float: left;
    padding: 5px 30.5px 2px;
    background-color: #210100;
    width: auto;
    font-weight: 400;
    color: #fff;
    height: auto;
    margin: 40px 0;
    padding: 20px 30.5px 20px;
    background-color: #210100;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 10px 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 20px 30px;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: #ffffff;
    background-color: #210100;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced200;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced200;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    color: #1d1d1d;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #1d1d1d;
    font-size: 1.25em;
    padding: 10px 0 0 0;
    font-weight: bold;
}
form.cart {
/*     display: none; */
}
p.stock.in-stock {
    display: none;
}
span.posted_in {
    display: none;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    flex-direction: column-reverse;
    display: flex;
	  margin: 50px 0 20px;
		position: relative;
	  width: 60%;
    line-height: 1.5;
/* 	  min-height: 500px; */
}
h1.product_title.entry-title {
    position: absolute;
    top: -65px;
}
a.button {
    max-width: 160px;
	  margin: 20px 0;
}
.pwb-single-product-brands {
    padding-top: 2em;
}

/* .product_meta {
    position: absolute;
    top: 85px;
}
.woocommerce-product-details__short-description {
    position: absolute;
    top: 193px;
}
a.button {
    position: absolute;
    top: 23px;
}
 */
/* btn - hover */
/* a.btn.btn__secondary {
    height: 42px;
    border: none;
    background: #ffffff00;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
    padding: 12px 33px 11px;
    fot-size: 13px;
    border-radius: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}
a.btn.btn__secondary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 41px;
    background: #5c5c5c;
    border-radius: 0;
    transition: all 2s ease;
    color: #fff;
}
a.btn.btn__secondary:hover:before {
    width: 100%;
} */
/* black BTN */
/* .elementor-button-link.elementor-button:before{
	 content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 56px;
    background: #fff;
    border-radius: 0;
    transition: all 2s ease;
    color: #fff;
}
.elementor-button-link.elementor-button:hover:before {
    width: 100%;
}

span.elementor-button-content-wrapper {
    position: relative;
    text-align: center;
    color: #210100;
}
 */

/* WhiteBtn */
a.btn.btn__secondary{
	 padding: 17px 30px;
    font-size: 13px;
    width: 158px;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #2c2c2c;
    border: 1px solid black;
}

.whiteBtn div div .elementor-button-link.elementor-button{
	  padding: 17px 30px;
    font-size: 13px;
    width: 232px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #2c2c2c;
    border: 1px solid black;
}
.whiteBtn div div .elementor-button-link.elementor-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -101%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, #210100 0%, #210100 50%, #fff 50%, #fff 100%);
    transition: left .7s;
}
.whiteBtn div div .elementor-button-link.elementor-button .elementor-button-content-wrapper .elementor-button-text{
	color: black !important;
}
.whiteBtn div div .elementor-button-link.elementor-button .elementor-button-content-wrapper:hover .elementor-button-text{
	color: #fff !important;
}
a.btn.btn__secondary:hover:before, .whiteBtn div div .elementor-button-link.elementor-button:hover:before {
    left: 0;
}
a.btn.btn__secondary:before, a.whiteBtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -101%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, #210100 0%,#210100 50%, #fff0 50%, #fff0 100%);
    transition: left .7s;
}
a.btn.btn__secondary:hover span {
    color: #ffffff;
    position: absolute;
    z-index: 99999;
    /* line-height: 26px; */
    display: block;
}
/* black BTN */
.elementor-element .elementor-button-link.elementor-button.elementor-size-md, a.elementor-button-link.elementor-button.elementor-size-sm {
    padding: 17px 30px;
    font-size: 13px;
    width: 258px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #2c2c2c;
    border: 1px solid black;
}
a.elementor-button-link.elementor-button.elementor-size-md:hover:before,  a.elementor-button-link.elementor-button.elementor-size-sm:hover:before {
    left: 0;
}
.projects .swiper-slide-active span {
    transform: rotate(-15deg);
    top: 20px;
    left: -30px;
    z-index: -3 !important;
}
a.elementor-button-link.elementor-button.elementor-size-md:before, a.elementor-button-link.elementor-button.elementor-size-sm:before {
    content: '';
    position: absolute;
    top: 0;
    left: -101%;
    width: 201%;
    height: 100%;
    background: linear-gradient(to right, #fff 0%,#fff 50%, #210100 50%, #210100 100%);
    transition: left .7s;
}
a.elementor-button-link.elementor-button.elementor-size-md:hover {
/*     color: #210100; */
}
span.elementor-button-text {
    color: #fff !important;
    z-index: 999;
    line-height: 26px;
}
a.elementor-button-link.elementor-button.elementor-size-md:hover .elementor-button-content-wrapper .elementor-button-text{
    color: #210100 !important;
}
a.elementor-button-link.elementor-button.elementor-size-sm:hover span.elementor-button-text {
    color: black !important;
}
/* span.elementor-button-text:hover {
    color: #fff !important;
} */

div#tab-description p {
    font-size: 16px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1d1d1d;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
    z-index: 999;
    box-shadow: none;
}
.projects__slide-img img.main {
    position: relative !important;
    z-index: 67;
}
h2.woocommerce-loop-product__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1d;
}
 .woo-related-products-container {
    max-width: 1020px;
    margin: 0 auto;
	  position:relative
} 
.owl-item {
/*     max-width: 255px; */
    padding: 10px;
} 
a.wprr.btn.next {
    content: url(https://art-fusion.com.ua/wp-content/uploads/2020/09/combined-shape-1.png);
    padding: 15px;
    border: 1px solid #1d1d1d;
}
a.wprr.btn.prev {
    content: url(https://art-fusion.com.ua/wp-content/uploads/2020/09/combined-shape-2.png);
    padding: 15px;
    border: 1px solid #1d1d1d;
}
.customNavigation {
    text-align: center;
    position: absolute;
    top: -28px;
    right: 0;
    content: '';
	  color: #fff;
}
h2.woorelated-title {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1d;
    padding: 0 0 10px;
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
    display: none;
}
.flaticon-right-arrow:before {
    content: url(https://art-fusion.com.ua/wp-content/uploads/2020/09/combined-shape-1.png);
    padding: 16px 20px 19px 20px;
    border: solid 1px #1e1b15;
    background-color: #ffffff;
    /* width: 49px; */
    /* height: 49px; */
}
.flaticon-back:before {
    content: url(https://art-fusion.com.ua/wp-content/uploads/2020/09/combined-shape-2.png);
    padding: 16px 20px 19px 20px;
    border: solid 1px #1e1b15;
    background-color: #ffffff;
}
.wpgs-for .slick-arrow {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -15px;
}
i.flaticon-back.slick-arrow.slick-disabled {
    left: -20px;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
/*     max-height: 400px; */
}
.woocommerce-product-gallery__image.single-product-main-image.slick-slide.slick-current.slick-active {
/*     width: 443px !important; */
}
.wpgs.wpgs--with-images.images {
    width: 33% !important;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
    z-index: 99;
}
.wpgs-for .slick-arrow {
    z-index: 9999;
}
i.flaticon-back.slick-arrow {
    left: -18px;
}

.atawc-swatches .swatch.swatch-label, ul.smart_attribute.label li a {
    font-size: 14px;
    color: #1d1d1d;
    background: #ffffff;
    border: 1px solid #1d1d1d;
    opacity: 1;
    padding: 5px 19px;
    display: inline-block;
    line-height: 1.5em;
    width: auto !important;
    height: auto !important;
    min-width: 46px !important;
}
.atawc-swatches .swatch.swatch-label:hover, .atawc-swatches .swatch.swatch-label.selected, ul.smart_attribute.label li a:hover, ul.smart_attribute.label li a.active {
    color: #ffffff !important;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    display: inline-block;
    padding: 5px 19px;
}
.label label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    color: #1d1d1d;
	  margin: 10px 0 0 0;
    display: inline-block;
}
.woocommerce div.product form.cart div.quantity {
    display: none;
}
.atawc-swatches {
    padding: 0;
}
a.button.product_type_variable.add_to_cart_button {
    display: none;
}
@media only screen and (max-width: 768px) {
/*   .woocommerce-product-gallery__image.single-product-main-image.slick-slide.slick-current.slick-active {
    width: 100% !important;
    height: 100%;
  } */
	.woocommerce div.product div.summary, .wpgs.wpgs--with-images.images{
		width: 100% !important;
		padding: 20px 0;
	}
}
.sa_hover_container {
    margin: 0 -4% 0 0 !important;
}

.elementor-88 .elementor-element.elementor-element-f98813a .elementor-swiper-button.elementor-swiper-button-prev, .elementor-88 .elementor-element.elementor-element-f98813a .elementor-swiper-button.elementor-swiper-button-next, .elementor-88 .elementor-element.elementor-element-236d08d .elementor-swiper-button.elementor-swiper-button-prev, .elementor-88 .elementor-element.elementor-element-236d08d .elementor-swiper-button.elementor-swiper-button-next, .elementor-87 .elementor-element.elementor-element-0d5f4d8 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-87 .elementor-element.elementor-element-0d5f4d8 .elementor-swiper-button.elementor-swiper-button-next {
    font-size: 39px;
    position: absolute;
    top: -57px;
    right: 57px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 30%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
}
.tabs__content-item--image {
  position: relative;
}
.tabs__content-item--image span {
    transform: rotate(0) !important;
    top: -20px !important;
    left: -20px !important;
    display: block;
    position: absolute;
    width: 82% !important;
    height: 100% !important;
    z-index: 5;
    border: 1px solid #1d1d1d;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}
.services__content-item--image {
	position: relative;
}
.services__content-item--image span {
    top: -20px;
	  left: 20px;
    right: -20px;
    display: block;
    position: absolute;
    width: 100%;
    height: 90%;
    z-index: 5;
    border: 1px solid #1d1d1d;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 0.5px solid #bdbdbd00;
    padding: 0;
    text-align: left;
    margin: 0;
}



@media only screen and (max-width: 969px) {
	ul.sub-menu{
		display: block;
	}
	li#menu-item-1332:before{
		content: '' !important;
		margin: 0 !important;
	}
	li#menu-item-1331:before{
		content: '' !important;
		margin: 0 !important;
	}
 .wpgs.wpgs--with-images.images {
   width: 70% !important;
	 margin: 0 auto;
}
	.woocommerce div.product div.images img{
		max-height: auto;
	}
	.woocommerce div.product div.summary{
/* 		width: 100%; */
	}
	.woocommerce-page div.product div.images {
/*     float: none; */
    width: 100%;
		padding: 5%;
    text-align: center;
}
}
@media only screen and (max-width: 769px) {
	.woocommerce div.product .product_title{
		font-size: 18px;
	}
	.atawc-swatches .swatch.swatch-label, ul.smart_attribute.label li a{
		font-size: 12px;
	}
	.flaticon-right-arrow:before, .flaticon-back:before{
		padding: 0 5px 5px;
	}
	i.flaticon-right-arrow.slick-arrow {
    margin: -15px -15px 0 10px;
}
}
body.open_menu .navigation {
    visibility: visible;
    z-index: 9999999;
}

i.eicon-chevron-left:hover {
    background-color: black;
    color: #fff;
    content: url(/wp-content/uploads/2020/12/group-1.svg);
    padding: 10px;
}
i.eicon-chevron-right:hover {
    background-color: black;
    color: #fff;
    content: url(/wp-content/uploads/2020/12/group.svg);
    padding: 10px;
}
.white .sa_owl_theme .owl-nav .owl-prev:hover, .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: rgb(29 29 29) !important;
}
.white .sa_owl_theme .owl-nav .owl-prev:hover{
    background-image: url(/wp-content/uploads/2020/12/group-1.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.white .sa_owl_theme .owl-nav .owl-next:hover{
    background-image: url(/wp-content/uploads/2020/12/group.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.whiteBtn div div .elementor-button-link.elementor-button:hover .elementor-button-content-wrapper .elementor-button-text {
    color: #fff !important;
}
li#menu-item-1332:before {
    content: url(/wp-content/uploads/2020/09/rectangle.png);
    max-width: 21px;
    padding: 0 0px 0 0;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}
 li#menu-item-1331:before {
    content: url(/wp-content/uploads/2020/09/rectangle.png);
    max-width: 21px;
    padding: 0 0px 0 0;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

li#menu-item-1332.current-menu-item a {
    color: #5dcad7;
    padding-left: 11px;
}
li#menu-item-1331.current-menu-item a {
    color: #5dcad7;
    padding-left: 11px;
}
li#menu-item-1332 a:before  {
  background: none;
}
li#menu-item-1331 a:before  {
  background: none;
}
li#menu-item-1333 a:before  {
  background: none;
}
li#menu-item-1333.current-menu-item a {
    color: #5dcad7;
    padding-left: 11px;
}
a {
    color: #1d1d1d;
}
.elementor-widget-text-editor {
    color: #7a7a7a;
    font-family: 'Montserrat';
}

/* ul.pwb-row li:before {
    width: 10px;
    content: '';
    border: 1px solid black;
    padding: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
} */
form.woocommerce-ordering {
    background-color: #fff0;
}
ul.pwb-row li{
    content: '';
    vertical-align: middle;
		list-style:square outside;
	padding: 3px 0;
	margin: 0 20px;
}

ul.pwb-row li a:focus-visible:before {
    content: url(/wp-content/uploads/2021/03/combined-shape-4.svg) !important;
    position: relative;
    z-index: 99999999;
    margin: 0 6px 0 -18px;
}
h3.widget-title {
    color: #1d1d1d;
    font-weight: 600;
    font-stretch: normal;
    margin: 0 0 15px;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.category-sidebar {
    max-width: 300px;
    width: 100%;
    background: #ffffff;
    margin-right: 30px;
    padding: 30px;
    border: 1px solid;
    max-height: 300px;
    margin-top: 116px;
}
div#primary {
    display: inline-block;
    margin: 0;
}
.category-sidebar{
	margin-top: 56px;
	min-height: 300px;
}
h1.woocommerce-products-header__title.page-title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1d;
	  text-align: center;
    margin: 10px 0;
}
@media screen and (max-width: 1100px) {
	.category-sidebar{
		max-width: 250px;
	}

}
@media screen and (max-width: 767px) {
	.elementor-7 .elementor-element.elementor-element-804216e .elementor-image img{
		display: block !important;
	}
	h1.woocommerce-products-header__title.page-title {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1d;
    margin: 0 0 10px 0;
  }
	.page-shop-container{
		display: block;
	}
	.category-sidebar {
    max-width: 100%;
    height: auto;
    min-height: 50px;
		margin-top: 100px;
		margin-bottom: 20px;
  }
	nav.woocommerce-breadcrumb {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
  }

	.woocommerce div.product{
		padding: 2%;
	}
	.woocommerce-tabs.wc-tabs-wrapper{
		width: 500px;
		margin: 0;
	}
	.woocommerce .woocommerce-breadcrumb{
		width: 100%;
	}
	.woo-related-products-container{
/* 		width: 700px; */
		margin: 0;
		width: 100% !important;
    top: 17px;
	}

	h1.product_title.entry-title{
		top: -36px;
	}
		.woo-related-products-container {
    width: 520px !important;
  }
	.navigation__left {
		top: 15px;
  }
}
	
	
	
	
	
	
	
	
@media screen and (max-width: 520px) {
		.woocommerce-tabs.wc-tabs-wrapper{
		width: 450px;
		margin: 0;
	}
	.woocommerce .woocommerce-breadcrumb {
/* 		width: 500px; */
	}
	.woo-related-products-container{
/* 		width: 450px; */
	}
	.woo-related-products-container {
    width: 449px !important;
  }
}




@media screen and (max-width: 449px) {
	.woocommerce-product-details__short-description {
    width: 350px;
}
	.navigation__left .main-menu li{
		margin: 0;
	}
		.woocommerce-tabs.wc-tabs-wrapper{
		width: 320px;
		margin: 0;
	}
	.woo-related-products-container{
		width: 320px;
	}
	.woocommerce .woocommerce-breadcrumb {
/* 		width: 320px; */
	}
	.woo-related-products-container {
    width: 367px !important;
  }
}
	
@media screen and (max-width: 350px) {
	.navigation__left .main-menu li{
		margin: 0;
	}
}
	
	

ul.products.columns-3 li.product {
/*   min-width: 200px; */
	max-width: 200px;
}
.breadcrumbs {
    text-align: center;
}
a.post.post-post.current-item {
    color: #5dcad7;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn__secondary {
    background-color: #5dcad7;
    border: 1px solid #5dcad7;
    font-family: Montserrat;
    font-size: 14px;
    /* width: 93px; */
    /* height: 48px; */
    line-height: 3.43;
    padding: 5px 30px;
    color: #210100;
}
.pum-theme-2101 .pum-container, .pum-theme-lightbox .pum-container{
	box-shadow: none;
	border: none;
}
select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-file{
	height: 48px;
}
input{
	-webkit-appearance: none;

}

.product-template-default  .sidebar-woocommerce{
	display: none !important;
}

div#primary {
    display: inline-block;
    margin: 0;
    margin: 0 auto;
    width: 95%;
}
.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 730px !important;
    margin: 0 auto;
}

.product-template-default .sidebar-woocommerce{
	display: none !important;
}

.page-shop-container{
	justify-content: center;
}

.category-sidebar, #sidebar-woocommerce{
	max-width: 300px;
	width: 100%;
	background: #ffffff;
	margin-right: 30px;
	padding: 30px;
	border: 1px solid;
	margin-top: 150px;
}
/*Product list woo*/
.woocommerce.archive #primary {
	    margin: 0 5%;
   	 width: 65%;
}
#sidebar-woocommerce {
    max-width: 100%;
	width:20%;
	margin-right:0;
	margin-left:5%;
	vertical-align: top;
    display: inline-block;
}
/* CUSTOM ON-HOVER IMAGE */
ul.products.columns-3 li.product {
	width:30%;
	max-width:unset!important;
}
.woocommerce ul.products li.product .image-block {
	position:relative;
}
.woocommerce ul.products li.product a img { 

    object-fit: cover;
    padding: 0;
    margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.woocommerce ul.products li.product a img:last-child {
	position:absolute;
	top:0;
	left:0;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
	opacity:0;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
	opacity:1;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
	opacity:0;
}
#tab-description > h2:first-child {
	display:none!important;
}
.woocommerce div.product div.summary {
	width:50%;
	
}
.woocommerce-page div.product div.images {
	width:40%;
}
.product-categories li:hover > a {
	color:#18bdae;
}
.product-categories li.current-cat > a {
	color:#18bdae;
	text-decoration:underline;
}
.product-categories > li.cat-item {
	margin: 13px 0;
}
.product-categories > li.cat-item > ul.children{
	padding-left:20px;
	
}
.product-categories > li.cat-item > ul.children ul.children{
	padding-left:40px;
}
.product-categories > li.cat-item > ul.children  li {
	margin:7px 0;
}
.woocommerce div.product div.summary {
	flex-direction: column!important;
	margin:10px 0 20px!important;
	position:unset!important;
}
h1.product_title.entry-title {
	position:static!important;
}

table.variations td.label label[for="default"] {
	display:none;
}
table.variations td.value div[data-attribute_name="attribute_Default"] {
	display:none;
}

.summary table tr td.label {
	display: table-row-group;
    width: 100%;
}
.summary table tr td.value {
	display:block;
	width: 100%;
}

.footer {clear:both}
[class^="col-sm-"],[class^="col-md-"],[class^="col-xs-"] {
	display:inline-block;
	padding:0 10px;
}
.col-sm-6,.col-xs-6 {
	width:49.9999%;
}

.col-sm-3 {
	width:24.9999%
}
.woocommerce-products-header__title.page-title {
		margin-bottom:35px!important;
}
.woocommerce-tabs h4 {
	font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
} 

.woocommerce-tabs p {
	margin-bottom:15px;
}
.woocommerce-tabs .row__title p {
	font-weight: 600!important;
    margin: 7px 0;
}

#wooswipe .thumbnails {
	height:auto;
	max-height:150px;
	
}
.thumbnails .slick-prev,.thumbnails .slick-next {
	top:56%;
}

.price-info {
	font-size: 12px;
    background-color: #5dcad7;
    display: inline-block;
    width: inherit;
    padding: 3px 5px;
}
/* media  */

@media (max-width:767px) {
	
	#wooswipe {
		width:100%
	}
	.woocommerce.archive #primary {
		width: 100%;
   	 	margin-left: 0;
	}
	#sidebar-woocommerce {
		width: 100%;
		margin-top: 10px;
		margin-bottom:15px;
		margin-right: 0;
		margin-left: 0;
		padding: 20px 15px;
	}
	.woocommerce.archive #primary {
    padding: 0 3%;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
	}
	#sidebar-woocommerce .widget-title {
		position:relative;
		margin-bottom:0;
	}
	#sidebar-woocommerce .widget-title:after {
   	 	content: '';
		position: absolute;
		width: 10px;
		height: 1px;
		background: #5dcad7;
		top: 9px;
		right:-4px;
	}
	#sidebar-woocommerce .widget-title:before {
   	 	content: '';
		position: absolute;
		width: 1px;
		height: 10px;
		background: #5dcad7;
		top: 5px;
		right:0px;
	}
	.woocommerce div.product div.images {
		margin-bottom:0;
	}
	.summary table tr td.value {
		width:100%;
	}
	.atawc-swatches .swatch.swatch-label:hover, .atawc-swatches .swatch.swatch-label.selected, ul.smart_attribute.label li a:hover, ul.smart_attribute.label li a.active {
		line-height:100%!important;
		margin-bottom: 10px;
		padding: 20px 19px;
	}
	.woocommerce div.product form.cart .button {
		margin:0;
	}
	
	/*porfolio page slider */
	.swiper-wrapper .swiper-slide-image {
		max-height:380px;
		width:100%;
		
	}
	
	.swiper-wrapper {
		max-height:400px;
	}
}
