




/*  GENERAL SETTINGS  */

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {  background-color: teal !important; }

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    border-radius: 5px !important;
    color: teal !important;
	transition: transform 0.2s; 
}

 #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover { transform: scale(1.05); }

.header-banner   {
    height: 43px;
    overflow: hidden;
}

.header-banner:hover  {  }

.page {     background: #f7f3f3; }

.post, .page {     margin: 0; }


/*  HEADER */

#masthead {
    padding: 10px 5%;
    display: flex;
    align-items: center;
}


.site-branding img {     max-width: 330px; }



/*  NAVIGATION   */

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #1e5050;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
	transition: color .4s;
}


.main-navigation a:hover {     color: black;   }

.main-navigation ul ul {
    display: block;
    background: white;
}

.main-navigation ul ul a {
    width: 250px;
    font-size: 16px;
}

    #secondary-menu { justify-content: flex-end;     }

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {  left: 250px; }


.main-navigation .sub-menu .menu-item-has-children a::after { 
	content: '▸';
    position: absolute;
    right: 10px;
}


.main-navigation .sub-menu .menu-item-has-children ul a::after { 
	content: '';
    position: absolute;
    right: 10px;
	display: none;
}

/*  HEADER SLIDER  */

#header-slider {
    max-width: 80%;
    margin: 0 auto;
	border-radius: 30px;
	overflow: hidden; 
	box-shadow: 0px 0px 17px -3px black;
    border: 1px solid #8b8b8b;
}

.n2-ss-button-container  { transition: transform 0.2s ; }

.n2-ss-button-container:hover {  transform: scale(1.05); }

/*  NASLOVNA  */


.home .entry-header h1 {
    font-size: 40px;
    text-align: center;
    color: #008080;
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: 300;
}




/* PRODUCT SLIDER SHORTCODE */

.wcpscwc-product-slider .products .product {
    margin: 0 20px !important;
    padding: 20px 20px 30px 20px !important; 
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
	box-shadow: 0px 0px 17px -4px black; 
	/* min-height: 520px !important; */
	transition: transform 0.3s;
}

.wcpscwc-product-slider .products .product:hover {  transform: scale(1.05); }

.wcpscwc-product-slider .product h2 {   
	color: #343434;
    font-weight: 500;
}

.wcpscwc-product-slider .product .price { 
    font-weight: 600; 
    color: black;
}

.wcpscwc-product-slider .product .button {
    background: #008080;
    border-radius: 20px 20px 0 0;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 20px 5px 20px;
}

#home-product-slider-intro h3 {
	font-size: 40px;
    text-align: center;
    color: #008080;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 300;
}

#home-product-slider-intro p {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.wcpscwc-product-slider .product .stock {
    margin: 0; 
    font-size: 12px;
}

.wcpscwc-product-slider .product .in-stock {   color: green; }

.wcpscwc-product-slider .product .out-of-stock {   color: red; }

.wcpscwc-product-slider li.product { /* min-height: 510px !important; */ }

.wcpscwc-product-slider li.product .button {
    background: #008080;
    border-radius: 20px 20px 0 0;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 20px 5px 20px;
    position: absolute;
    bottom: 0;
    left: 20% !important;
    right: 20% !important;
    width: 60% !important;
}

.wcpscwc-product-slider li.outofstock { opacity: 0.6;}


 .wcpscwc-product-slider .slick-list { padding: 30px 0; }  

/* BLOG SLIDER */

#home-blog-slider {
    max-width: 80%;
    margin: 0 auto; 
}

#home-blog-slider h3 {
    font-size: 40px;
    text-align: center;
    color: #008080; 
    margin-top: 50px;
    font-weight: 300;
}

#home-blog-slider .n2-section-smartslider {
	border-radius: 30px;
	overflow: hidden; 
	box-shadow: 0px 0px 17px -3px black;
    border: 1px solid #8b8b8b;
}

/* NASLOVNA KATEGORIJE  */

#home-categories-inner {
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

#home-categories-inner h2 {
    font-size: 40px;
    text-align: center;
    color: #008080;
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: 300;
}

.home-categories-intro {
    max-width: 93%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

#home-categories-grid {
    text-align: center;
    margin: 0 -2%;
}

.home-category {
    display: inline-block;
	border: 3px solid #008080;
    border-radius: 30px;
    overflow: hidden;
    background: white;
    padding: 30px;
	padding-bottom: 0;
	vertical-align: top;
	border-bottom: 5px solid #018181;
	box-shadow: 0px 0px 17px -4px ;
	 transition: transform .2s; 	
}

.home-category:hover {   transform: scale(1.05); }

.home-category-w50 { 
    width: 47%;
    margin: 0 1%; 
	margin-bottom: 50px;
}

.home-category-w33 { 
    width: 31%;
    margin: 0 1%; 
	margin-bottom: 50px;
}

.home-category-w25 { 
    width: 42%;
    margin: 0 1%; 
	margin-bottom: 50px;
}


.home-category-image {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
}

.home-category-description {
    display: inline-block;
    width: 50%;
	vertical-align: top;
}

.home-category-image img {
    display: block;
    max-height: 200px;
    margin: 0 auto;
}

.home-category-description h3 {
    color: teal;
    font-weight: 500;
    font-size: 20px;
}

.home-category-description p {     font-weight: 300; }

.home-category-button {
    background: #008080;
    color: white !important;
    text-decoration: none;
    padding: 7px 30px 2px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    border-radius: 20px 20px 0 0;
    font-size: 15px;
	transition: transform 0.3s;
}


.home-category-button:hover { transform: scale(1.05); }


#home-guarantees {     background: #eaeaea; }

#home-guarantees-inner {
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}


#home-guarantees-inner h3 {
	font-size: 40px;
    text-align: center;
    color: #008080;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 300;
}

#home-guarantees-box {   
	display: flex ;
	align-items: center;
    justify-content: center;
}

#home-guarantees-box img {
    width: 10%;
    display: block;
    margin: 0 1%;
}

#home-guarantees p {
    max-width: 93%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.home-product-slider-alt {
    background: #f6ffff;
    padding: 50px 0;
}

.home-product-slider-alt .wcpscwc-product-slider {     background: #f6ffff; }


/*  PODSTRANICE  */

body:not(.home) .page .entry-header {
    background: teal;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 20px;
    margin: 0 auto;
    max-width: 80%;
    margin-bottom: 50px;
}

.woocommerce-page  .entry-header {  max-width: 100% !important; }

.woocommerce-cart  .entry-header {  max-width: 80% !important; }

.woocommerce-checkout  .entry-header {  max-width: 80% !important; }

.kontakt-top { 
    margin: 0 auto;
    max-width: 80%;
    margin-bottom: 50px;
}


.kontakt-top-inner {
    text-align: center;
    margin: 0 -2%;
}

.kontakt-top-left , .kontakt-top-right {
    width: 47%;
    display: inline-block;
    margin: 0 1%;
	vertical-align: top;
}

.kontakt-top-left a {
    padding: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 17px -4px black; 
	margin-bottom: 30px;
	display: block;
    width: 80%;
	text-decoration: none; 
}

.kontakt-box i {
    display: block;
    font-size: 50px;
    color: teal;
    margin-bottom: 20px;
}

.kontakt-box span {
    display: block;
    color: black;
    font-size: 22px;
}

.kontakt-box em {
    font-style: normal;
    color: #676767;
}

.kontakt-forma {
    padding: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    box-shadow: 0px 0px 17px -4px black;
	position: relative;
}


.kontakt-forma input[type="text"], .kontakt-forma input[type="email"], .kontakt-forma textarea {
    color: #666;
    border: none;
    border-radius: 3px;
    padding: 7px 13px;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #dadada;
}


.kontakt-forma p {
    margin: 0;
    margin-bottom: 15px;
}


.kontakt-forma input[type="submit"] {
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 35%;
    right: 35%;
    background: teal;
    color: white;
    border: none;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    font-weight: 500;
}

.kontakt-forma textarea {     height: 227px; }

.kontakt-disclaimer {     margin-bottom: 0; }

.kontakt-disclaimer .wpcf7-list-item {   margin: 0; }

.kontakt-social-inner {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.kontakt-social-inner h3 {
    color: teal;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.kontakt-social-inner i {
    font-size: 50px;
    color: teal;
    margin: 0 30px;
}

.kontakt-map {
    padding: 10px;
    max-width: 80%;
    margin: 0 auto;
    border: 3px solid #008080;
    border-radius: 20px;
    box-shadow: 0px 0px 17px -4px black;
    position: relative;
    padding-bottom: 4px;
    overflow: hidden;
	margin-bottom: 60px;
}

.kontakt-map  iframe { 
    border-radius: 10px;
    overflow: hidden;
}

.kontakt-info-inner {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}


.kontakt-info-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
	display: inline-block;
    vertical-align: top;
    width: 33%;
}

.kontakt-info-inner ul  b {  color: teal; }


.about-intro-inner {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.about-intro-inner h2 {
    color: teal;
    font-weight: 500;
    font-size: 28px;
}

.about-intro-inner  p {
    font-size: 18px;
    font-weight: 300;
}


.about-facts-inner {
    max-width: 80%;
    margin: 0 auto;
	display: flex;
    align-items: center;
	justify-content: space-between;
}

.about-facts-left {
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px -8px black;
    border: 1px solid #bababa;
}

.about-facts-left img { display: block; }

.about-facts-right {
    padding: 30px; 
	padding-bottom: 35px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 17px -4px black;
    width: 45%;
}

.about-facts-right h3 {
    color: teal;
    font-weight: 500;
    font-size: 22px;
    margin-top: 0;
}

.about-facts-right p {
    font-size: 18px;
    font-weight: 300;
}


.about-facts-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    width: 60%;
    margin-left: 27%;
    font-size: 18px;
    font-weight: 300;
}

.about-facts-right ul li {
    position: relative;
    padding-left: 30px;
}

.about-facts-right ul li::before {
    content: "\f00c";  
    font-family: "Font Awesome 6 Free";  
    font-weight: 900;  
    position: absolute;
    left: 0;
    top: -3px;
    color: teal;
    font-size: 22px;
}

.about-facts-right img {     width: 50%; }

.about-content-inner {
    max-width: 80%;
    margin: 60px auto;
    text-align: center;
}

.about-content-inner h2 {
    margin-top: 0;
    color: teal;
    font-weight: 500;
    font-size: 24px;
}

.about-emph-inner {
    padding: 30px;
    padding-bottom: 35px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 17px -4px black;
    width: 80%;
	margin: 0 auto;
    margin-bottom: 100px;
	font-size: 18px;
    font-weight: 300;
}


.about-emph-inner h3 {
    color: teal;
    font-weight: 500;
    font-size: 22px;
}

.about-emph-inner a {
    color: teal;
    text-decoration: none;
    font-weight: 400;
}

.about-emph-inner a:hover {  color: #085050; }

#home-product-slider-inner h4 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    color: teal;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
}

.static-pages-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.static-pages-wrapper h2 {
    color: teal;
    font-weight: 500;
    font-size: 22px;
}

.static-pages-wrapper h3 {
    color: teal;
    font-weight: 500;
    font-size: 20px;
}

.static-pages-wrapper a {
    color: teal;
    text-decoration: none;
    font-weight: 500;
}

.static-pages-wrapper a:hover  { color: #003d3d; }

.faq-wrapper {     margin-bottom: 50px; }

.faq-intro-title {
    text-align: center;
    font-size: 36px !important;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}


.faq-intro-title span {
    display: block;
    font-size: 22px;
    color: #2b2b2b;
}

.faq-intro {
    font-size: 20PX;
    TEXT-ALIGN: CENTER;
    font-weight: 300;
}

.faq-expander {
    padding: 30px 30px 20px 30px; 
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    box-shadow: 0px 0px 17px -4px black;
	margin-bottom: 30px;
}

.faq-expander .lightweight-accordion-title {
    padding: 0 !important;
    font-size: 22px;
    color: #005858;
    background: transparent !important;
}
.faq-expander .lightweight-accordion-title h3 {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.faq-expander-content   { 
	border-top: 2px solid #d5d5d5;
    padding-top: 15px;
    margin-top: 10px;
}


.faq-expander-content p {
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
}

.faq-expander-content ul {
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
}

.faq-subtitle {
    font-size: 28px !important;
    text-transform: uppercase;
    padding-left: 20px;
}

.veleprodaja-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.veleprodaja-left {
    padding: 30px;
    padding-bottom: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 17px -4px black;
    width: 45%;
	font-weight: 300;
}

.veleprodaja-right {
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px -8px black;
    border: 1px solid #bababa;
}

.veleprodaja-right img {     display: block; }

.veleprodaja-left h2 {     font-size: 18px; color: black; }

.veleprodaja-left h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
}

.veleprodaja-down {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.veleprodaja-down p {
    font-size: 26px;
    color: teal;
    font-style: italic;
}

/*  SINGLE PRODUCT */

.woocommerce  {     background: #f7f3f3; }

.woocommerce .product .entry-header {
    background: teal;
    text-align: center;
    border-radius: 20px 20px 0 0;
	color: white;
	padding-top: 20px;
}

.woocommerce .product .entry-content  { margin-top: 0;  }

.woocommerce .product h1  { margin: 0; }

.custom-product-header {
    background: teal;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 20px;
    margin-bottom: 50px;
}
.custom-product-header h1  { margin: 0; font-weight: 500;  }

.product-breadcrumbs { 
    margin: 0 auto;
    text-align: center;
    background: teal;
    border-radius: 0 0 20px 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {     color: white; margin-bottom: 0; }

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {     color: white;     text-decoration: none; font-weight: 600; }

.woocommerce-breadcrumb { display: none; }

.woocommerce div.product div.images.woocommerce-product-gallery { 
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px -8px black;
    display: block;
}

.woocommerce div.product div.images .flex-control-thumbs li {  width: 20%; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.woocommerce div.product div.images .flex-control-thumbs {  background: white; }

.product-title-before-price {
    color: black;
    font-weight: 400;
    font-size: 26px;
    margin-top: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #008080;
    font-size: 24px;
    font-weight: 700;
}

.woocommerce div.product form.cart div.quantity {  margin: 0 10px 0 0; }

.woocommerce .quantity input[type="number"]  { padding: 7px;     line-height: 1; border-radius: 10px; }

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt {
    background-color: #008080;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
	border-radius: 10px;
	transition: transform 0.2s;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover { transform: scale(1.03); background-color: #008080; }

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: teal;
    text-transform: uppercase;
    font-weight: 500;
	transition: transform 0.2s;
}

.woocommerce div.product form.cart .button:hover { transform : scale(1.05);
}

.product_meta a {
    color: #008080;
    text-decoration: none;
}

.product_meta a:hover { color: #04b3b3; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
   
    border: 1px solid #bcbcbc;
    border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 8px -3px black;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {   border-bottom: 1px solid #bcbcbc; }

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 30px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #bcbcbc;
	border-radius: 20px;
    border-top: 0;
    background: white;
	box-shadow: 0px 0px 13px -5px black;
	margin-bottom: 60px;
}



.woocommerce div.product .woocommerce-tabs ul.tabs { 
margin: 50px;
margin-bottom: 0;
padding-top: 10px;
}

.woocommerce div.product h2, .woocommerce div.product h3 {
    color: #515151;
    font-weight: 500;
	margin-top: 0;
}

.woocommerce div.product strong, .woocommerce div.product b {
    color: #005757;
    font-weight: 500;
}

.woocommerce div.product a { color: #0bbfbf; text-decoration: none; }

.woocommerce div.product a:hover { color: #518706; text-decoration: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    color: teal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {   color: teal;  }

.related h2:first-child {
    max-width: 100%;
    margin: 0 auto;
    background: teal;
    text-align: center;
    border-radius: 20px;
    color: white !important;
    padding: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 28px;
}

.woocommerce ul.products li.product {
    padding: 20px ;
	padding-bottom: 30px ;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
	box-shadow: 0px 0px 17px -4px black; 
	min-height: 460px;
	transition: transform 0.3s;
}

.woocommerce ul.products li.product:hover { transform: scale(1.05); }

.woocommerce ul.products li.product a img {
    margin: 0 auto;
    box-shadow: none;
    max-width: 250px;
}

.woocommerce ul.products li.product .button {
    background: #008080;
    border-radius: 20px 20px 0 0;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px 5px 20px;
	position: absolute;
    bottom: 0;
    width: 70%;
    left: 15%;
    right: 15%;
	transition: transform 0.3s;
}

.woocommerce ul.products li.product .button:hover { transform: scale(1.05); }

.woocommerce ul.products li.product .stock {
    margin: 0;
    font-size: 12px;  
	display: none;
}

.woocommerce ul.products li.product .in-stock { color: green; }

.woocommerce ul.products li.product .out-of-stock { color: red; }

.woocommerce ul.products li.outofstock   { opacity: 0.6; }

.woocommerce .single-product { position: relative; }
	
	.woocommerce-notices-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 80%;
    left: 10%;
}

.woocommerce-info, .woocommerce-message { 
    background-color: white; 
    box-shadow: 0px 0px 14px -6px black;
    border: 4px solid #0ea20e;
	width: 70%;
    margin: 0 auto;
    margin-top: 7.8%;
}

.woocommerce-cart .woocommerce-info  {
     
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce-info a.button, .woocommerce-message a.button  {
    color: white;
    background-color: #0ea20e; 
	font-weight: 400;
}

.woocommerce-info a.button:hover, .woocommerce-message a.button:hover  {    background-color: #057d05; color: white; }

.comments-area { display: none; }

.yikes-custom-woo-tab-title { display: none; }

.comment_container .avatar { display: none; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {   margin: 0; background: #f7f3f3; }

.woocommerce #reviews #comments ol.commentlist {  padding: 0; }

.woocommerce #reviews #comments h2 {  color: teal; }

.woocommerce .star-rating span {  color: gold; }

.woocommerce p.stars a { color: gold; }

.woocommerce .products .star-rating { 
    margin: 0 auto; 
    margin-bottom: 10px;
}

.woocommerce #review_form #respond .form-submit input { 
    background: teal;
    color: white;
    text-transform: uppercase;
	transition: transform 0.2s;
}

.woocommerce #review_form #respond .form-submit input:hover {  transform:scale(1.05); }

.woocommerce-review-link {
    color: #2f2f2f !important;
    text-decoration: none;
}

.up-sells  {     margin-top: 30px; }

.up-sells ul.products li.product {
    padding: 10px;
    background: white;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 13px -6px black;
    transition: transform 0.3s;
    min-height: 350px;
    width: 35%;
}
	
.summary .upsells .add_to_cart_button {
    display: none !important;
}


/*  PRODUCT ARCHIVE  */

.woocommerce #primary {
    max-width: 80%;
    margin: 0 auto;
	margin-bottom: 60px;
}

.woocommerce-products-header {
    background: teal;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 20px;
    margin-bottom: 50px;
}



.woocommerce  ul.products li.product .woocommerce-loop-product__title {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    color: #353535;
}



.woocommerce ul.products li.product .price {
    color: teal;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px 20px; 
    color: teal;
    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: teal;
    color: white;
    font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul {    border: 2px solid teal;     border-right: 0; }

.woocommerce nav.woocommerce-pagination ul li {  border-right: 2px solid teal; }

.tax-product_cat .added_to_cart { color: green  }



/* WOOCOMMERCE PAGES  */

.added_to_cart {
    color: teal;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.added_to_cart:hover { color: #0b5959; }

.wp-block-woocommerce-cart  {
    max-width: 80%;
    margin: 0 auto;
}

.wp-block-woocommerce-cart-items-block {
    padding: 20px; 
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 17px -4px black; 
	width: 60% !important;
    margin-right: 5% !important;
}

.wp-block-woocommerce-cart-totals-block {
    padding: 20px; 
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 17px -4px black; 
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name { 
    line-height: 1.4; 
    text-decoration: none;
    color: teal;
    font-weight: 600;
    font-size: 18px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {  text-align: left; }

.wc-block-components-product-metadata {     text-align: left; }

.wc-block-cart-item__total-price-and-sale-badge-wrapper { 
    font-weight: 800;
    font-size: 18px;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input { border: 2px solid teal !important; border-radius: 0; }

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    background: teal !important;
    color: white !important;
    border: 2px solid teal !important;
	opacity: 1 !important;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    background: teal !important;
    color: white !important;
    border: 2px solid teal !important;
	opacity: 1 !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: black !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {     color: teal !important;  }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) { 
    background: teal;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {  background: #015353; }

.wc-block-components-totals-item__label { text-align: left; }

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via { 
    margin-top: 10px;
    text-align: left;
    font-weight: 700;
}

.wp-block-woocommerce-checkout { 
    max-width: 80%;
    margin: 0 auto !important;
	padding-bottom: 50px;
}

.wc-block-checkout__main {
    padding: 20px; 
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    box-shadow: 0px 0px 17px -4px black; 
	width: 60% !important;
    margin-right: 5% !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
    padding: 20px; 
    background: white;
    border: 3px solid #008080 !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 17px -4px black;  
}

.wc-block-components-title.wc-block-components-title { 
    color: teal ;
    font-size: 18px !important;
    font-weight: 500;
}

.wc-block-components-form .wc-block-components-text-input input  {
    background-color: #f9f9f9 !important;
    border: 1px solid #cdcdcd !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    background-color: #f9f9f9 !important;
    border: 1px solid #cdcdcd !important;
}

.wc-block-components-checkbox__label a {
    color: black;
    text-decoration: none;
}

.wc-block-components-checkbox__label a:hover { color: teal; }

.wc-block-components-checkout-return-to-cart-button {     color: black !important; }

.wc-block-components-checkout-return-to-cart-button:hover {     color: teal !important; }

.woocommerce-order {
    max-width: 80%;
    margin: 0 auto;
	margin-bottom: 50px;
	
	padding: 20px; 
    background: white;
    border: 3px solid #008080 !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 17px -4px black;  
}

.woocommerce-notice--success {  font-size: 22px; }

.woocommerce ul.order_details {  padding: 0; }

.wc-bacs-bank-details-heading , .woocommerce-order-details__title , .woocommerce-column__title {
    color: teal;
    font-weight: 500;
    font-size: 20px;
}

.woocommerce-table__product-name a {
    color: teal !important;
    text-decoration: none;
}

.woocommerce-table__product-name a:hover {
    color: #134545 !important;
    text-decoration: none;
}


.wc-block-cart__empty-cart__title.with-empty-cart-icon:before { background-color: teal !important; }

.wc-block-cart__empty-cart__title {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #454545 !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading  {
    color: teal;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.wc-block-product-new {     margin-bottom: 50px; }

.wc-block-product-new .wc-block-grid__product {
    padding: 20px !important;
    background: white;
    border: 3px solid #008080 !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 17px -4px black;
    padding-bottom: 30px !important;
    margin: 0 1% !important;
    flex: 1 0 23% !important;
    max-width: 23% !important;
	position: relative;
	
}

.wc-block-product-new .wc-block-grid__product-title {
    margin: 0 0 12px;
    color: teal;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

.wc-block-grid__product .wc-block-grid__product-link {  text-decoration: none; }

.wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating { font-size: 16px; }

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
    position: absolute;
    bottom: 0;
    width: 70%;
    margin-bottom: 0 !important;
    left: 15%;
}

.wc-block-grid__product .wp-block-button__link {
    background-color: teal;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 10px 5px 10px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

.wc-block-grid__product .wp-block-button__link:hover { color: white;  }

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading { 
    color: teal;
    font-size: 22px !important;
}

 div .wc-block-components-product-name { 
    text-decoration: none;
    font-size: 18px;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-formatted-money-amount { 
    font-weight: 600;
    color: black;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button__link { 
    background-color: teal;
    border-radius: 5px; 
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wp-block-button__link:hover {     background-color: #015353; }

/* .wc-block-components-order-summary-item__description .wc-block-components-product-price {display: none !important;} */

.wc-block-components-order-summary-item__description .wc-block-components-product-metadata__description {display: none !important;}

.wc-block-components-product-metadata__description { display: none; }

.menu-cart {
  position: relative;
	margin-right: 20px;
}

.menu-cart .cart-count {
  background: #e63946;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  position: absolute;
  top: -6px;
  right: -10px;
}

.flexible-shipping-free-shipping-button {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1;
	color: white !important;
}


/*  CHECKOUT CLASSIC */

.woocommerce-checkout .woocommerce-info,  .woocommerce-checkout .woocommerce-message {
    margin-top: 50px;
    margin-bottom: 30px;
}


.woocommerce-checkout .woocommerce-info a,  .woocommerce-checkout .woocommerce-message a {
    color: teal;
    text-decoration: none;
}

.woocommerce-checkout .woocommerce-info a:hover,  .woocommerce-checkout .woocommerce-message a:hover {    color: #1d4354; }

.woocommerce form.checkout_coupon  { 
    max-width: 70%;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 0;
	margin-bottom: 30px;
}

.woocommerce-checkout .wp-block-group {
    max-width: 80%;
    margin: 0 auto;
	margin-bottom: 50px;
}




.woocommerce-billing-fields {
    padding: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    box-shadow: 0px 0px 17px -4px black;
}

.woocommerce-shipping-fields {
    padding: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    box-shadow: 0px 0px 17px -4px black;
	margin-bottom: 30px;
}

.woocommerce-additional-fields {
    padding: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    box-shadow: 0px 0px 17px -4px black;
	margin-bottom: 30px;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3 {     color: teal; }

#order_review_heading {
    padding: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px 20px 0 0;
   
    margin-bottom: 0;
    border-bottom: none;
    color: teal;
	margin-top: 50px;
}

#order_review {
    padding: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 0 0 20px 20px;
    
    margin-bottom: 30px;
    border-top: none;
	
}

.woocommerce-checkout #payment {  background: white; }

.woocommerce-terms-and-conditions-wrapper a {
    color: teal;
    text-decoration: none;
}

.woocommerce-terms-and-conditions-wrapper a:hover {    color: #1d4354; }

.woocommerce #payment #place_order {
    float: left;
    margin-top: 30px;
}

.woocommerce-error a {
    color: black;
    text-decoration: none;
}


/*  BLOG ARCHIVE  */

.archive .page-header {
    background: teal;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 20px;
    margin: 0 auto;
    max-width: 80%;
    margin-bottom: 50px;
}

 .custom-cat-loop-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.custom-cat-loop-inner {     text-align: center; margin: 0 -2.5%; }

 .custom-cat-loop-wrapper article {
    display: inline-block;
    width: 45%;
    margin: 0 2.4%;
    margin-bottom: 50px;
	vertical-align: top;
}

.custom-cat-loop-wrapper img {
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -6px black;
}

 .custom-cat-loop-wrapper .post-content-wrapper {
    padding: 20px;
    background: white;
    border: 3px solid #008080;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 17px -4px black;
    width: 90%;
    margin: 0 auto;
    margin-top: -10%;
    position: relative;
}

.custom-cat-loop-wrapper .entry-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

 .custom-cat-loop-wrapper .entry-title a {
    color: teal;
    text-decoration: none;
}

 .custom-cat-loop-wrapper .entry-content {     margin-top: 10px; }

 .custom-cat-loop-wrapper .entry-content p {
    margin: 0;
    font-weight: 300;
}




/*  SINGLE POST   */

.single-post .entry-header {
    background: teal;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 20px;
    margin: 0 auto;
    max-width: 80%;
    margin-bottom: 50px;
}

.single-post .entry-header h1 {
     font-weight: 500;
     margin: 0;
}

.single-post .post-thumbnail img {
    display: block;
    max-width: 50%;
    margin: 0 auto;
    border-radius: 30px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 15px -5px black;
}

.single-post .entry-content {
    max-width: 80%;
    margin: 0 auto;
}

.single-post .entry-content a  {     color: teal; text-decoration: none; }
.single-post .entry-content a:hover {     color: #025050; }

.single-post .post-navigation {
    max-width: 80%;
    margin: 50px auto;
}

.single-post .post-navigation a {
    width: 60%;
    display: block;
    background: teal;
    color: white;
    text-decoration: none;
    padding: 20px;
    border-radius: 10px;
    font-weight: 500;
}

.nav-next a { margin-left: 40%; }

/* FOOTER  */

#footer-payments {    background: #134545; }


#footer-payments-inner {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
	justify-content: center;
}

#footer-payments-inner a {
    display: inline-block;
	margin: 0 20px;
	transition: transform 0.2s;
}


#footer-payments-inner a:hover { transform: scale(1.09); }

#footer-payments-inner a img {
    display: block;
    max-height: 40px;
    margin: 0 auto;
}


.entry-footer { display: none; }

#colophon {
    background: #005f5f;
    padding: 50px 0;
    text-align: center;
    color: white;
	padding-bottom: 1px;
}

.footer-col {
    width: 20%;
    margin: 0 1%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}



.footer-col h3 {
    margin-top: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 3px;
}

.footer-col h4 {
    margin-top: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-bottom: 30px;
}

.footer-col ul a {
    color: #c1efef;
    text-decoration: none;
    font-size: 14px;
}

.footer-col ul a:hover { color: white; }

.footer-newsletter {
    background: #f6ffff;
    padding: 20px;
	padding-bottom: 0;
    border-radius: 20px;
}

.footer-newsletter-intro {
    color: #242424;
    margin: 0;
}

.footer-newsletter-field {     margin: 10px 0; background: teal; }

.footer-newsletter-field i {
    width: 15%;
    text-align: center;
}

.footer-newsletter-field input[type="email"] {
    direction: ltr;
    width: 85%;
    font-size: 14px;
    padding: 10px;
	border: 2px solid teal;
}

.footer-newsletter-disclaimer {
    color: #2b2b2b;
    font-size: 13px;
    margin: 10px 0;
	text-align: center;
}

.footer-newsletter-disclaimer [type="checkbox"] { vertical-align: text-bottom; } 

.footer-newsletter-disclaimer  .wpcf7-list-item { margin: 0; }


.footer-newsletter-submit   input[type="submit"] {
    border: none;
    border-radius: 5px;
    background: #005f5f;
    color: white;
    line-height: 1;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
	display: block;
    margin: 0 auto;
	transition: transform 0.2s;
}

.footer-newsletter-submit   input[type="submit"]:hover { transform: scale(1.05); }

.footer-newsletter-submit {
    text-align: center;
    margin: 10px;
}

.site-info {
    background: teal;
    padding: 10px;
	margin-top: 10px;
}

.site-info p {
    margin: 0;
    font-size: 15px;
}
