@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'EthnocentricRg-Regular';
  src: url('../fonts/ethnocentric-rg.otf') format("opentype");
}

:visited {
  color: #ffffff !important;
} 
/* inne */
ul li {
  padding: 10px 0 10px 0;
}
/* end inne */

/* >>> fonts / text */
h1 {
  font-size: 3rem;
  line-height: 1.9em;
  padding: 20px 0 20px 0;
}
h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.8em;  
  padding: 20px 0 20px 0;
}
h3 {
  font-size: 2.1rem;
  line-height: 1.7em;
  padding: 10px 0 10px 0;
}
h4 {
  font-size: 1.9rem;
  line-height: 1.6em;  
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}
p {
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 10px 0 10px 0;
}
/* !!! fonts / text */

img {
  max-width: 100%;
  height: auto;
}
.img-shadow {
  -webkit-box-shadow: 2px 10px 44px -3px rgba(115, 115, 115, 1);
  -moz-box-shadow: 2px 10px 44px -3px rgba(115, 115, 115, 1);
  box-shadow: 2px 10px 44px -3px rgba(115, 115, 115, 1);  
}
ul {
  padding: 0;
}
li {
  /* list-style-type: none; */
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: white;
  text-decoration: none;
  outline: none;
}

html {
  overflow-x: hidden;
  /* font-size: 16px; */
}
html,
body {
  /* overflow-x: hidden; */
  height: 100vh;
}
body {
  font-family: 'Manrope', sans-serif;  
  color: #030303;
}
#slides-main, #slides-main:after, #slides-main .slide-image, #slides-main .abs-mask, #slides-main .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.mask {
  overflow: hidden;
  /* display: flex; */
}
/* #LAYOUT - START*/
#hero-slider {
  position: relative;
  height: 100vh;
  display: flex;
  z-index: 100;
  background: #030303;
}
#hero-slider:not(.ready) {
  visibility: hidden;
}
#slideshow {
  position: relative;
  flex: 1 1 80%;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}
#slides-main:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
}
#slides-main .slide-image {
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#slides-aux {
  /* position: relative;
  top: 1.25rem; */
  /* position: absolute; */
  /* top: 3vw;
  left: 15vw; */
  width: 100%;
}
#slides-aux .slide-title {
  position: absolute;
  z-index: 300;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.3;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
#info {
  position: relative;
  flex: 1 1 20%;
  padding: 2rem;
  /* background-color: #fff; */
}
#info .slider-title-wrapper {
  position: absolute;
  top: 2rem;
  left: calc(100% - 2rem);
  transform-origin: 0% 0%;
  transform: rotate(90deg);
  color: transparent;
  -webkit-text-stroke: 1px #030303;
}
#info .slider-title {
  position: relative;
  font-size: 9vmax;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  text-indent: -1%;
}
#info .line {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: #030303;
}
#info .about {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  text-align: right;
  max-width: 85%;
  font-size: .8rem;
  line-height: 1.2;
}
#info .about a:hover {
  opacity: .8;
}
.logo-section {
  display: flex;
  justify-content: center;
}
#logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding-right: 12rem;
  z-index: 900;
}
.slides-text-currently {
  margin: 20px 0 0 10px;
}
.logo-section-text {
  margin: 40px 0 0 5px;
}
.logo-section-text li {
  font-family: 'EthnocentricRg-Regular';  
  padding: 0 0 10px 0;
  font-size: 1.3rem;
  color: white;  
  text-transform: capitalize;
}
/* #logo .logo-text {
  position: relative;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
} */
/* #logo:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
} */
#slider-nav {
  position: absolute;
  top: 2rem;
  right: calc(20% - 130px/2);
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* z-index: 500; */
  z-index: 1;
}
#slider-nav .current {
  /* color: #fff; */
}
#slider-nav .sep:before, #slider-nav .sep:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
}
#slider-nav .sep {
  position: relative;
  width: 40px;
  height: 2px;
  margin: 0 1rem;
}
#slider-nav .sep:before {
  background-color: #fff;
  left: 0;
}
#slider-nav .sep:after {
  background-color: currentColor;
  right: 0;
}
#slider-nav .total {
  color: #030303;
}
#slider-nav > span {
  font-size: 1.5rem;
}
/* #LAYOUT - END*/
/* >>> #INITIAL ANIMATION */
#hero-slider #logo:after {
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 0.35s cubic-bezier(0.694, 0, 0.335, 1);
}
#hero-slider .logo-text {
  display: block;
  transform: translate3d(120%, 0, 0);
  opacity: 0;
  transition: transform .8s .2s, opacity .5s .2s;
}
#hero-slider .current,
#hero-slider .sep:before {
  opacity: 0;
  transition: opacity .4s 1.3s;
}
#hero-slider #info {
  transform: translate3d(100%, 0, 0);
  transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1) 0.6s;
}
#hero-slider .line {
  transform-origin: 0% 0;
  transform: scaleX(0);
  transition: transform 0.7s cubic-bezier(0.694, 0, 0.335, 1) 1s;
}
#hero-slider .slider-title {
  overflow: hidden;
}
#hero-slider .slider-title > span {
  display: block;
  transform: translate3d(0, -100%, 0);
  transition: transform .5s 1.5s;
}
#hero-slider.ready #logo:after {
  transform: scaleY(1);
}
#hero-slider.ready .line {
  transform: scaleX(1);
}
#hero-slider.ready .logo-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#hero-slider.ready #info,
#hero-slider.ready .slider-title > span {
  transform: translate3d(0, 0, 0);
}
#hero-slider.ready .current,
#hero-slider.ready .sep:before {
  opacity: 1;
}
#hero-slider:not(.loaded) .slide:not(:first-child) {
  visibility: hidden;
}
/* !!! #INITIAL ANIMATION */

/* >>> #SLIDESHOW */
#slides-main {
  overflow: hidden;
}
#slides-main .abs-mask {
  overflow: hidden;
}
#slides-main .slide {
  overflow: hidden;
  will-change: transform;
}
#slides-main .slide .slide-image {
  will-change: transform;
}
#slides-main .slide.prev {
  z-index: 5;
  transform: translate3d(-100%, 0, 0);
  transition: 1s cubic-bezier(0.694, 0, 0.335, 1);
}
#slides-main .slide.prev .abs-mask {
  transform: translateX(80%);
  transition: 1s cubic-bezier(0.694, 0, 0.335, 1);
}
#slides-main .slide.active {
  z-index: 10;
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1);
}
#slides-main .slide.active .abs-mask {
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.694, 0, 0.335, 1);
}
#slides-main .slide:not(.prev):not(.active) {
  z-index: -1;
  transform: translate3d(100%, 0, 0);
}
#slides-main .slide:not(.prev):not(.active) .abs-mask {
  transform: translateX(-50%);
}
#hero-slider.prev #slides-main .slide.prev {
  transform: translate3d(100%, 0, 0);
}
#hero-slider.prev #slides-main .slide.prev .abs-mask {
  transform: translate3d(-80%, 0, 0);
}
#hero-slider.prev #slides-main .slide:not(.prev):not(.active) {
  transform: translate3d(-100%, 0, 0);
}
#hero-slider.prev #slides-main .slide:not(.prev):not(.active) .abs-mask {
  transform: translate3d(50%, 0, 0);
}
#slides-aux .slide:not(.active) {
  transform: translateX(-20%);
  opacity: 0;
}
#slides-aux .slide.prev {
  transition: transform .0s .2s, opacity .2s;
}
#slides-aux .slide.active {
  transition: opacity 0.6s 0.8s, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}
/* !!! #SLIDESHOW */

/* >>> CUSTOM HOVER GREEN */
.custom-hover {
  transition: color 0.3s ease;
  background-color: none;
  color: #ffffff;
  fill: #ffffff;
}
.custom-hover:hover, 
.custom-hover:visited, 
.custom-hover:active, 
.custom-hover:focus {
  transition: color 0.3s ease;
  background-color: none;
  color: #8CC740;
  fill: #8CC740;
}
/* !!! CUSTOM HOVER GREEN */

/* >>> MAIN-MENU */
.menu-cont-center {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 300;
}

.menu-parent {
  /* position: relative; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  height: 100%;
  display: grid;
}
.main-menu {
  margin: auto;
  font-size: 2vw;
  /* font-weight: 700; */
  line-height: 1.3;
  /* color: #ffffff; */
  text-shadow: 1px 1px 1px #000;
  /* -webkit-text-stroke: 1px #fff; */
}

.main-menu ul {
  width: 100%;
  display: table;
  text-align: center;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 4vw;  
}
.main-menu a {
  font-weight: 400;
}
/* .menu-cont-sidebar {
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100vh;
  z-index: 400;
}
.menu-parent-sidebar {
  position: relative;
  align-items: center;
  height: 100%;
  display: flex;
	justify-content: end;
}
.main-menu-sidebar {
  font-size: 2vw;
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
  margin-right: 2vw;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
} */
.menu-cont-bottom {
  position: absolute;
  top: 88vh;
  left: 0px;
  width: 100%;
  /* height: 100vh; */
  /* z-index: 700; */
  z-index: 300;  
}
.menu-parent-bottom {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  height: 100%;
  display: flex;
	justify-content: center;
}
.main-menu-bottom {
  font-size: 2vw;
  /* font-weight: 700; */
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
  align-self: flex-end;
  margin-bottom: 2vw;
  text-shadow: 1px 1px 1px #000;
  /* -webkit-text-stroke: 1px #fff; */
}
.main-menu-bottom ul {
  width: 100%;
  display: table;
  text-align: center;
}
.main-menu-bottom ul li {
  display: inline-block;
  margin-right: 4vw;  
}
/* >>> SVG */
svg {
  filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4));  
}
/* svg:hover {
  fill: #8CC740;
} */
/* !!! SVG */

/* END >>> SIDEBAR */
/* MAIN-MENU - END */

/* START >>> main-content */
.main-content {
  padding-top: 5rem;
  position: relative;
  height: 100hv;
  width: 100vw;
  margin: auto;
}
.main-content h3 {
  padding: 20px 0 80px 0;
  font-size: 2.2em;
   font-weight: 700;
  color: #737373;
}
.product-title svg {
  fill: #737373;
  transform: translate(-10px, 12px);
}
.product-title {
  margin: auto;
  width: 25rem;
  padding: 0px 0px 30px 0px;
  /* border: 1px solid black; */
}
.product-title h2 {
  /* text-align: center; */
  font-size: 3.2rem;
  color: #737373;
  font-weight: 700;
}
.product-text {
  margin: auto;
  width: 60vw;
  padding: 0px 0px 40px 0px;
}
.fade-in-products {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
.product-content {
  position: relative;
  width: 80vw;
  margin: auto;
}
.vinyl-section {
  margin: 50px 0 50px 0;
  position: relative;
  height: 20vw;
  z-index: 905;
}
.vinyl-section2 {
  margin: 180px 0 0px 0;
  position: relative;
  height: 20vw;
  z-index: 904;
}
.aluminium-section {
  margin: 150px 0 50px 0;
  position: relative;
  height: 20vw;
  z-index: 903;    
}
.aluminium-section2 {
  margin: 150px 0 150px 0;
  position: relative;
  height: 20vw;
  z-index: 902;    
}
.other-section {
  margin: 150px 0 50px 0;
  position: relative;
  height: 30vw;
  z-index: 901;  
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));  
  column-gap: 3vw;
}
.products-grid h4 {
  /* padding-top: 30px; */
  font-size: 1.4rem;
  font-weight: 700;
  color: #737373;
}
.display-flex {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.display-flex svg {
  fill: #8ABF3B;
}
/* >>> flip-card */
.flip-card {
  background-color: transparent;
  width: 14vw;
  perspective: 1000px;
  border-radius: 25px;
  background-clip:content-box;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  /* text-align: center; */
  z-index: 888;
  transition: transform 1.3s linear;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
  cursor: pointer;
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  z-index: 900;
  /* height: 100%; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: none;
}
.flip-card-back {
  background-color: white;
  text-align: left;
  transform: rotateY(180deg);
  padding: 1rem;
  border-radius: 10px;
  border: 2px solid #73AD21;
  -webkit-box-shadow: 0px 10px 44px -3px rgba(115, 115, 115, 1);
  -moz-box-shadow: 0px 10px 44px -3px rgba(115, 115, 115, 1);
  box-shadow: 0px 10px 44px -3px rgba(115, 115, 115, 1);  
  /* width: 20vw;
  margin: auto; */
}
.flip-card-back h4 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #737373;
  text-align: center;
}
.flip-card-back h5 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  color: #737373;
}
.flip-card-back ul {
  padding: 0 0 1rem 0;
}
.flip-card-back li {
  line-height: 1.6rem;
  font-size: 0.8rem;
}
.flip-card-back a {
  font-weight: 700;
}
/* !!! flip-card */



@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* END >>> main-content */

/* START >>> shop-content */
.shop-content {
  padding-top: 5rem;
  position: relative;
  height: 100%;
  width: 80vw;
  margin: auto;
}
.shop-content svg {
  fill: #737373;
  transform: translate(0px, 12px);
}
.shop-content-container-text {
  margin: 2vw;
  flex-basis: 30%;
  align-self: center;  
}
.shop-content-container-text h2 {
  /* text-align: center; */
  font-size: 3.2rem;
  color: #737373;
  font-weight: 700;
}
.shop-content-container-text p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.3rem;
  color: #737373;
  line-height: 1.8rem;
}
.shop-content-container {
  display: flex;
  flex-grow: calc(1/2);
  /* items-stretch */
  justify-content: center;
}
.shop-content-container img {
  -webkit-box-shadow: 0px 0px 44px -3px rgba(115, 115, 115, 1);
  -moz-box-shadow: 0px 0px 44px -3px rgba(115, 115, 115, 1);
  box-shadow: 0px 0px 44px -3px rgba(115, 115, 115, 1);
}
.shop-content-container-img {
  margin: 2vw;
  flex-basis: 30vw;
}
.shop-content-container-button {
  display: flex; 
  justify-content: center; 
  justify-items: center;
}
a.my-button{
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 14px 25px;
  background: #8ABF3B;
  border: 1px solid #F2F2F2;
  display: inline-block;  
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.woocommerce ul.products li.product .button {
  width: 65% !important;
}
 a.my-button:hover{
  background-color: #9ac662;
 }
 a.my-button:active{
  transform: scale(0.95);
 }
/* END >>> shop-content */

/* START >>> service-content */
.service-content {
  background-image: url("../../assets/img/ecowds-bg-service.jpg");
  margin-top: 5rem;
  position: relative;
  width: 100vw;
  margin: auto;
}
.service-content-container {
  padding: 5rem;
  position: relative;
  background: rgba(0,0,0,0.8);
  text-align: center;
}
.service-content-container h2 {
  color: #9CBF50;
  padding-bottom: 4rem;
}
.service-content-container p {
  color: #F2F2F2;
  padding: 1rem;
}
.service-content-container svg {
  fill: #F2F2F2;
  transform: translate(0px, 15px);
}
.service-content-container-button {
  padding-top: 4rem;
  margin: auto;
  display: flex;
  justify-content: center;
}
/* END >>> service-content */

.map-content {
  width: 100vw;
  margin: auto;
}


/* START >>> footer-content */
.ecowds-footer {
  padding: 3rem;
  display: flex;
  justify-content: space-around;
  align-content: center;
  border-top: 1px solid black;
}
.ecowds-footer svg {
  fill: #737373;
  transform: translate(-10px, 15px)
}
.ecowds-footer-signature {
  padding: 2rem;
  text-align: center;
  font-size: 0.8rem;
}
.ecowds-footer-signature p {
  padding: 2rem;
  text-align: center;
  font-size: 0.8rem;
}
.ecowds-footer-social {
  padding-top: 20px;
}
.ecowds-footer-social ul {
  display: flex;
}
.ecowds-footer-social li {
  padding-top: 5px;
  padding-left: 20px;
}
/* END >>> footer-content */

/* START >>> woocommerce  */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7f54b3;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-size: 1.2rem;
}
.wc-outside {
  width: 80vw;
  margin: auto;
}
.wc-inside {
  margin: 50px 0 50px 0;
  /* margin: 50px auto;
  width: 75%; */
}
.woocommerce div.product {
  width: 75%;
  margin: auto;
}
.products {
  margin: 20px 0 20px 0;
}
.products li {
  margin: 10px 0 10px 0;
}
/* .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 20px 0 10px 0;
  font-size: 2em;
} */

.woocommerce-loop-product__title {
  text-align: center !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 20px 0 10px 0 !important;
  font-size: 1.2em !important;
}
.woocommerce ul.products li.product .price {
  text-align: center;
  font-weight: 700 !important;
  font-size: 1.3em !important;
}
.woocommerce ul.products li.product .button {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 14px 25px;
  background: #8ABF3B;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: flex !important;
  width: 67% !important;
  margin: 20px auto !important;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product li {
  -webkit-box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  padding: 2rem;
  border-radius: 20px 20px 20px 20px;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-3 li.product li {
  -webkit-box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  padding: 2rem;
  border-radius: 20px 20px 20px 20px;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-3 li.product li {
  -webkit-box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 10px -4px rgba(66, 68, 90, 1);
  padding: 1rem;
  border-radius: 20px 20px 20px 20px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 2% 2em 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 14px 25px;
  background: #8ABF3B !important;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center !important;
  display: flex !important;
  width: 40% !important;
  margin: 20px auto !important;
}
.woocommerce-tabs {
  width: 70% !important;
  margin: auto !important;
}
.woocommerce-Tabs-panel--description ul {
  list-style-type: square;
}
.woocommerce-Tabs-panel--description ul li {
  padding: 10px 0 10px 0;
}
/* .fb-customerchat {
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
} */

.amount {
  font-size: 30px !important;
  font-weight: 700 !important;
}

.woocommerce div.product form.cart div.quantity {
  float: left !important;
  margin: 30px 50px 0 0 !important;
}

.woocommerce-tabs {
  padding: 50px 0 50px 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 40px !important;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 30% !important;
}
.woocommerce-product-details__short-description {
  padding: 50px 0 50px 0;
}

/* .woocommerce {
  padding: 50px 0 50px 0 !important;
} */

/* END >>> woocommerce */

/* #RESPONSIVE - START*/
/* Landscape */
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  /* line 432, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #info .line,
  #info .about {
    display: none;
  }
  /* line 437, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #info .slider-title-wrapper {
    top: auto;
    bottom: 2rem;
    left: calc(70% + 11px);
    transform-origin: 35% -100%;
  }
  /* line 445, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slides-aux {
    top: 0;
  }
}

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  /* line 451, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #info {
    display: none;
  }
  /* line 455, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slides-aux {
    display: flex;
    align-items: flex-end;
    top: 0rem;
  }
  /* line 460, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slides-aux .slide-title {
    font-size: 3rem;
  }
  /* line 465, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slider-nav {
    right: 2rem;
  }
}

@media only screen and (max-device-width: 680px) and (orientation: portrait) {
  /* line 473, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slides-aux .slide-title {
    font-size: 2.5rem;
  }
  /* line 478, D:/WEB/Projects/Slider/assets/scss/style.scss */
  #slider-nav {
    top: 6rem;
    right: auto;
    left: 2rem;
  }
}

/* #RESPONSIVE - END*/

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


