/* Change the format of the secondary menu 9639512-hc (rf) */
/*#menu-nav-bar {
	text-align: center;
	margin: 0;
}
#menu-nav-bar li {
	display: inline-block;
	margin: 0 1em;
}

#menu-nav-bar li a {
	font-size: 1.3em;
	color: #3a3a3a;
}
#menu-nav-bar li a:hover {
	color: #cacaca;
}*/

/* Home page nav-bar height*/
/*.home #page > div.sd_clear {
height: 58px
}*/

/*User page title height adjustment*/
.ast-single-post .entry-title, .ast-single-post .entry-title a {
    line-height: 2.2;
}

/*Adjusting the width of search bar in the header*/
#wp-block-search__input-1{ 
	    width:350px
	}

/*E-POOD color - HC 10021832*/ 
.astra-1\.6\.4 .menu-item-191 a { 
color: rgba(0,160,0,0.87); }

/*  change color for menu item Kampaaniatooted / #-hc bk */ 
#menu-nav-bar li.menu-item-4561 a {
    color: #cc073b;
}
/* Make masthead sticky MRFX-ZEN-2101315 */
.ct_fixed {
  width:100%;
  top:0;
	position:fixed;
}
/* Home page woo carousel striketrough color */
.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-product-price {
    color: #A41616;
}

/*Disable "salvesta" button from basket view(Temporary fix)*/
.wc-block-components-product-badge {
display:none
}

.has-white-border-color {
    border-color: #000000
}
/*Woo carousel default purple color change*/
.eael-woo-product-carousel-container .icons-wrap.block-style li a {
    position: relative;
    color: #fff;
    background: #140d08;
}

.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button {
	background: #140d08;
}


.eael-woo-product-carousel-container .icons-wrap.block-style {
    background: #140d08;
}

.elementor-widget-obfx-posts-grid .obfx-grid-footer a {
        font-family: "Open Sans", Sans-serif;
    font-weight: 500;
    color: #1e0202;
    background-color: #0000;
    border: none;
    border-color: black;
    border-width: thin;
    -webkit-border-vertical-spacing: inherit;
    margin-top: .5em;
    margin-bottom: .5em;
    white-space: normal;
    line-height: 2.3;
    padding: 6px 45px;
}

.elementor-widget-obfx-posts-grid .obfx-grid-footer a:hover {
    font-family: "Open Sans", Sans-serif;
    font-weight: 500;
    color: #c8c1c1;
    background-color: #0000;
    border: none;
    border-color: none;
    border-width: thin;
    -webkit-border-vertical-spacing: inherit;
    margin-top: .5em;
    margin-bottom: .5em;
    white-space: normal;
    line-height: 2.3;
    padding: 6px 45px;
}
/*Sale nupp ära toodetelt*/
.woocommerce span.onsale {
    background-color: #fff0;
    color: #fff0;
	
}
/*Sale nupp ära toodetelt*/
.woocommerce span.onsale {
    line-height: 2em;
	  min-height: 0em;
}

.site-header .ast-site-header-cart-data .button.wc-forward, .site-header .ast-site-header-cart-data .button.wc-forward:hover {
    color: #1e0200;
}

/* Hide the Additional Information tab on product page 13515295-hc cw */
li#tab-title-additional_information {
    display: none!important;
}

/* Shrink old "Read more" link text | 13546242-hc | tmb */
.elementor-widget-obfx-posts-grid .obfx-grid-footer a[title='Read more'] {
  font-size: 0;
}

/* Add new "Read more" link text | 13546242-hc | tmb */
.elementor-widget-obfx-posts-grid .obfx-grid-footer a[title='Read more']:before {
  content: 'Vaata toodet';
  font-size: 14px;
}

/* "Kirjeldus" headeri peitmine*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	display:none
}

.not-fixed .sticky-element-placeholder{
  display:none !important;
}
.not-fixed .woocommerce-product-gallery{
  position: relative !important;
    left: 0px !important;
    top: 0px  !important;
}

.menu-toggle, button, .ast-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    border-radius: 2px;
    padding: 2px 10px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    color: #ffffff;
    border-color: #757575;
    background-color: #757575;
    
}

/* mailchimp submit button*/
input[type=email], input[type=number], input[type=password], input[type=reset], mninput[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #666;
	width:250px;
    padding: .35em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.menu-toggle, button, .ast-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    border-radius: 2px;
    padding: 7px 20px;
    color: #ffffff;
    border-color: #757575;
    background-color: #757575;
}
.place-order{
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
	  -moz-flex-direction: column;
	  -ms-flex-direction: column;	
	  flex-direction: column;
}
.place-order .woocommerce-terms-and-conditions-wrapper{
  order:1;
}
.place-order .button{
  order:3;
}
.place-order .label-check{
  order:2;
}

/*Product page "read more" text adjustment*/
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    font-family: "Open Sans", Sans-serif;
    font-weight: 500;
    color: #1e0202;
    background-color: #0000;
    border: none;
    border-color: black;
    border-width: thin;
    -webkit-border-vertical-spacing: inherit;
    margin-top: .5em;
    margin-bottom: .5em;
    white-space: normal;
    line-height: 2.3;
    padding: 6px 45px;
}

/*Hiding the filter options*/
.woocommerce .woocommerce-ordering select {
   display:none;
}


/*Add to cart hover etc*/
.site-header .ast-site-header-cart-data .button.wc-forward, .site-header .ast-site-header-cart-data .button.wc-forward:hover {
    color: #1e0200bf;
    background-color: #f6f6f600;
    border: solid;
    border-width: 0.5px;
}

/*Cookies etc */
#eu-cookie-law.negative input, #eu-cookie-law.negative input:focus, #eu-cookie-law.negative input:hover {
    background: #ffffff38;
    border-color: #535353;
    color: #f6f6f6;
}

#eu-cookie-law.negative {
    background: #447934;
    border-color: #535353;
    color: #f6f6f6;
}
element.style {
    text-align: center;
    color: #ec3832;
}

#product-463 > div.summary.entry-summary > div.woocommerce-product-details__short-description > p:nth-child(5)
{
	margin-bottom: 0em;
}
.single .ast-stock-detail .ast-stock-avail{
	display:none;
}

.footer-sml-layout-1 .ast-small-footer-section-2 {
    margin-top: 1em;
    margin-right: 4em;
}

body > div.section_topbar > div > div > div > p
{
font-family: "Open Sans", Sans-serif;
}

/*Everest form after submit msg color */
.everest-forms .everest-forms-notice--success {
    background-color: #757575;
}

/*Changing the category colors*/
#woocommerce_product_categories-3 > ul > li.cat-item.cat-item-1412 > a
{
	color: #cc073b
}
#woocommerce_product_categories-3 > ul > li.cat-item.cat-item-1726 > a {
    color: black;
	font-weight: bold;
}
/*category sidebar*/
#woocommerce_product_categories-5 > ul > li.cat-item.cat-item-1412 > a
{
	color: #cc073b
}
#woocommerce_product_categories-3 > ul > li.cat-item.cat-item-2004 > a
{
	color: #cc073b
}
#woocommerce_product_categories-3 > ul > li.cat-item.cat-item-2014 > a
{
	color: #cc073b
}
#woocommerce_product_categories-3 > ul > li.cat-item.cat-item-1746 > a
{
	color: #cc073b
}

#woocommerce_product_categories-5 > ul > li.cat-item.cat-item-2016 > a
 {
    color:#ff9900
	
}
#woocommerce_product_categories-3 > ul > li.cat-item.cat-item-2034 > a
 {
    color:#ff9900
}

#woocommerce_product_categories-5 > ul > li.cat-item.cat-item-2034 > a
{
    color:#d75901
}


/*Hotjar removal(feedback)*/
#_hj-f5b2a1eb-9b07_feedback[data-minimized-position="middle_right"] ._hj-f5b2a1eb-9b07_feedback_minimized_label {
	visibility:hidden
	
}

/*-- Fix homepage slider height issue --*/
ul.swiper-wrapper.products {
    height: initial !important;
}

/* Make all links inside the main product description tab blue */
.woocommerce div.product .woocommerce-Tabs-panel--description a {
    color: blue !important;
}

/* (Optional) Make all links inside the short product description blue */
.woocommerce div.product .woocommerce-product-details__short-description a {
    color: blue !important;
}
