/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

#page-container {
  overflow: hidden;
}

blockquote { 
  margin: 15px 0;
  border-left: 2px solid; 
  font-weight: 500;
  line-height: 1.5; 
}

/* DE Page Header */

.de-page-header {
  background: #f9f9f9;
  padding: 50px 0;
  background-image : url();
  background-size: cover !important;
}

.de-page-header .et_pb_row { 
  padding: 0;
}

.de-page-header .et_pb_module {
  margin-bottom: 0 !important;
}

.de-page-header .et_pb_text,
.de-page-header .et_pb_code {
  text-align: center !important;
}

.de-page-header h1 { 
  margin-bottom: 0 !important;
  padding-bottom: 5px !important; 
  line-height: 1.2;
  font-weight: 700; 
} 

.de-page-header .woocommerce-breadcrumb {
  margin: 0 !important; 
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 981px) {
  .de-page-header h1 {
    font-size: 35px;
  }

  .de-page-header .woocommerce-breadcrumb { 
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .de-page-header h1 {
    font-size: 32px;
  }

  .de-page-header .woocommerce-breadcrumb { 
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .de-page-header h1 {
    font-size: 27px;
  }

  .de-page-header .woocommerce-breadcrumb { 
    font-size: 13px;
  }
}

/* Default Header */

.default-header { 
  line-height: 1.5;
  font-weight: 300;
}

.default-header h1 { 
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

@media (min-width: 981px) {
  .default-header h1{
    font-size: 35px;
  }

  .default-header { 
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .default-header h1 {
    font-size: 32px;
  }

  .default-header { 
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .default-header h1 {
    font-size: 27px;
  }

  .default-header { 
    font-size: 15px;
  }
}

.default-header h1:after,
.default-header h1:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 1000%;
  height: 1px;
}

.default-header h1:before {
  right: 105%;
  right: calc(100% + 25px) ;
}

.default-header h1:after {
  left: 105%;
  left: calc(100% + 25px) ;
}

.default-header.et_pb_bg_layout_light h1:after,
.default-header.et_pb_bg_layout_light h1:before {
  background: rgba(0,0,0,0.075);
}

.default-header.et_pb_bg_layout_dark h1:after,
.default-header.et_pb_bg_layout_dark h1:before {
  background: rgba(255,255,255,0.1);
}

/* PAGINATION */

.wp-pagenavi,
.woocommerce .woocommerce-pagination ul.page-numbers, 
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  border: none; 
  text-align: center;
} 

.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
  padding: 4px;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.woocommerce .woocommerce-pagination ul.page-numbers  span.current, 
.woocommerce-page .woocommerce-pagination ul.page-numbers  span.current,
.woocommerce .woocommerce-pagination ul.page-numbers a, 
.woocommerce-page .woocommerce-pagination ul.page-numbers a {
  padding: 0 15px;
  height: 40px  !important;
  font-size: 14px;
  line-height: 40px  !important; 
  border-radius: 1px !important;
  font-weight: 600 !important;
  background: transparent  !important;
  transition: 0.3s all;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.woocommerce .woocommerce-pagination ul.page-numbers a, 
.woocommerce-page .woocommerce-pagination ul.page-numbers a,
.wp-pagenavi a {
  border: 1px solid  rgba(0,0,0,0.1) !important;
  color: #000 !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers  span.current, 
.woocommerce-page .woocommerce-pagination ul.page-numbers  span.current,
.wp-pagenavi span.current {
  border-width: 1px  !important;
  border-style: solid  !important; 
}

.woocommerce .woocommerce-pagination ul.page-numbers  a:hover, 
.woocommerce-page .woocommerce-pagination ul.page-numbers  a:hover,
.wp-pagenavi a:hover {
  color: #fff !important; 
}

/* SIDEBAR */

@media (max-width: 980px) {
  .archive #sidebar, .single #sidebar, .blog #sidebar {
    margin-top: 30px;
  }
}

#sidebar h4.widgettitle {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.1;
} 

.tagcloud a {
  background: transparent !important;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 1px;
}

#sidebar li.cat-item {
  margin: 0 !important;
}

#sidebar li.cat-item a { 
  padding: 8px 0; 
  margin: 0; 
  display: block;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
} 

#sidebar ul.children {
  margin-left: 15px;
} 

#sidebar li.cat-item a:before {
  position: absolute;
  top: 50%;
  left: -10px; 
  font-family: ETmodules;
  content: '\35'; 
  line-height: inherit;   
  font-weight: bold;
  font-size: 16px;
  margin-top: -8px;
  line-height: 1;  
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#sidebar li.cat-item a:hover:before,
#sidebar li.cat-item.current-cat > a:before {
  opacity: 1  !important;
}

#sidebar li.cat-item a:hover,
#sidebar li.cat-item.current-cat > a {
  padding-left: 10px !important;
}

/* BOTTOM BLURB */

.bottom-blurbs .et_pb_column {
  padding: 30px 12px; 
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 3px;
} 

.bottom-blurbs .et_pb_module_header {
  padding-bottom: 5px;
}

@media (min-width: 650px) { 
  .bottom-blurbs .et_pb_main_blurb_image {
    margin-bottom: 0;
    vertical-align: middle;
  }
}

@media (min-width: 981px) and (max-width: 1250px) { 
  .bottom-blurbs .et_pb_main_blurb_image,
  .bottom-blurbs .et_pb_blurb_container {
    display: block;
    padding: 0;
  }
  .bottom-blurbs .et_pb_main_blurb_image {
    margin: 0 auto 15px;
  }
  .bottom-blurbs .et_pb_blurb_content,
  .bottom-blurbs .et_pb_blurb_container {
    text-align: center !important;
  }
}

@media (min-width: 480px) and (max-width: 650px) { 
  .bottom-blurbs .et_pb_main_blurb_image,
  .bottom-blurbs .et_pb_blurb_container {
    display: block;
    padding: 0;
  }
  .bottom-blurbs .et_pb_main_blurb_image {
    margin: 0 auto 15px;
  }
  .bottom-blurbs .et_pb_blurb_content,
  .bottom-blurbs .et_pb_blurb_container {
    text-align: center !important;
  }
}

/*
 *  404 page
 */ 

 .not-found-404 .et_pb_section { 
  font-size: 16px;
}

.not-found-404 p.large-404 {
  font-size:  160px;
  font-weight: 700; 
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  line-height: 170px !important;
}

.not-found-404 h2 {
  font-weight: bold; 
  line-height: 1.25; 
  padding-bottom: 10px;
  color: #000;
  font-size: 40px;
}

.not-found-404  .buttons-container {
  display: block;
  margin-top: 25px;
}

.not-found-404  .buttons-container a {  
  border: 2px solid #000;
  color: #000;
  padding: 8px 20px !important;
  line-height: 1.2;
  font-size: 16px; 
  transition: 0.5s, ease-in;
  border-radius: 1px;
}

.not-found-404  .buttons-container a:hover {
  color: #fff; 
  padding: 8px 20px !important;
}

@media  (max-width: 500px) { 
  .not-found-404 .et_pb_section {
    font-size: 15px;
    padding: 50px 0;
  }

  .not-found-404  .buttons-container {
    text-align: center;
    margin-top: 30px;
  } 

  .not-found-404 p.large-404 {
    font-size: 120px !important; 
    line-height: 100px !important;
  }

  .not-found-404 h2 {
    font-size: 35px;
  }
} 

/*
 *  Contact page
 */ 

@media(min-width: 981px) { 
  .contact-blurbs-row .et_pb_column:last-child {
    border: none;
  }

  .contact-blurb {
    padding: 50px 20px;
    background: #fff;
  } 

  .contact-blurb {
    margin-top: -50px !important;
    background: #fff;
    position: relative;
    z-index: 5;
    transition: 0.5s ease-in-out;
  } 

  .contact-blurb:hover { 
    margin-top: -75px  !important; 
    padding-bottom: 75px;
    -webkit-box-shadow: 0 15px 50px 0 rgba(0,0,0,0.15);
    box-shadow: 0 15px 50px 0 rgba(0,0,0,0.15);
    overflow: visible; 
  }
}

.contact-blurb .et_pb_module_header {
  font-weight: 600;
}

.contact-blurb .et_pb_main_blurb_image {
  padding-right: 15px;
  border-right: 1px solid rgba(0,0,0,0.1);
  vertical-align: middle;
}

.contact-blurb .et_pb_blurb_container {
  padding-left: 25px; 
}

@media(max-width: 980px) { 
  .contact-blurb {
    margin-bottom: 30px !important;
  } 
  .contact-blurb .et_pb_blurb_content {
    max-width: none;
  }
}

@media(max-width: 400px) { 
  .contact-blurb {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
  }

  .contact-blurb .et_pb_main_blurb_image,
  .contact-blurb .et_pb_blurb_container {
    border: none;
    display: block;
    padding: 0;
    margin: 0 auto 15px !important;
    text-align: center !important;
  }
}

.de-contact-form p input,
.de-contact-form p textarea { 
  background: transparent;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  color: inherit;
}


.de-contact-form .et_pb_contact_field input,
.de-contact-form .et_pb_contact_field textarea { 
  background: transparent;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  color: inherit;
}

.de-contact-form p  input,
.de-contact-form .et_pb_button {
  line-height: 1;
  height: 49px;
  padding: 0 20px;
}

.de-contact-form p textarea {
  line-height: 1.5; 
  padding: 20px;
}

.de-contact-form .et_pb_button:hover {
  background: #000;
  color: #fff;
}

/*
 *  About page
 */ 

@media (min-width: 981px) {
  .about-page-content .et_pb_column {
    margin-top: -150px;
  }
}

.brand-logo {
  padding: 20px 15px;
  border-radius: 3px;
  transition: all 0.5s ease;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-filter: grayscale(100%);  
  filter: grayscale(100%);  
}

.brand-logo:hover {
  -webkit-filter: grayscale(0%);  
  filter: grayscale(0%);  
}

.brand-logo img {
  height: 85px;
  width: auto;
  margin: 0px auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

#top-header .container {
    padding-top: 14px;
    font-weight: 400;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 0px 0px 0px !important;
    float: none !important;
}
}

/*** Hide Sidebar ***/
#sidebar {display:none;}

.et-cart-info span {
    padding-left: 25px;
}

#left-area .post-meta {
    display: none !important;
}

.single-post #left-area {
width: 100% !important;
}


.et_pb_button_0 {
    color: #ffffff !important;
    border-color: #212121;
    border-radius: 0px;
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-color: #212121;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    letter-spacing: 3px;
}

.et_pb_button_0:hover {
    color: #000000 !important;
    border-color: #212121 !important;
    border-radius: 0px;
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-color: #ffffff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    letter-spacing: 3px;
}

#top-menu li {
    padding-right: 40px;
}

.et_pb_gutter.et_pb_gutters2 #left-area {
    width: 100% !important;
}

#footer-bottom {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.et-waypoint {
    opacity: 1;
}

.woo_product_divi_layout .et_pb_section_0 {
    padding-top: 100px;
}

#slb_viewer_slb_default {
    z-index: 100000 !important;
}

.woocommerce div.product p.stock {
    display: none;
}


#menu-item-208963 a{
    color: #df2319 !important;
}

.wapl-flash .product-label {
    text-align: center;
    border-radius: 100%;
    border: 0px solid white;
    color: white;
    background-color: #ffffff !important;
    font-size: 21px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 99px;
    display: block;
    height: 50px;
    width: 55px;
}

.wapl-label .product-label {
    text-align: left;
    border-radius: 100%;
    border: 0px solid white;
    color: white;
    background-color: #ffffff !important;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 15px;
    display: block;
    height: 20px;
    width: 10px;
}


.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#menu-item-207856 a{
    color: #df2319 !important;
}


/*///// Newsletter ///////*/

#smly {
  padding: 1em 0 0 0;
} 

#smly input[type="email"] {
	border: 1px solid #bbb;
	background-color: #f7f7f7;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	border-width: 1px;
	border-color: #e8e8e8;
	-webkit-appearance: none;
	padding: 14px 4% !important;
	font-size: 16px;
	color: #666;
	width: 100%;
	font-weight: 400;
	margin-bottom: 15px;
}

#smly button {
	color: #ffffff !important;
	font-size: 14px;
	text-transform: uppercase !important;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 1px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 3px;
	width: 100%;
	line-height: 1.7em !important;
	height: 34px;
	cursor: pointer;
	transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms;
}

#smly button:hover {
	color: #000000 !important;
	background-color: #ffffff;
}

/* Aprill 2026 parandused peale teema uuendamist */

.et-db #post-208587 .et-l .popup-book .et_pb_row,
.et-db #et-boc .et-l .popup-book .et_pb_row,
#post-211503 .et_pb_row_19.et_pb_row {
  transform: translate(-50%, -50%);
}

.woocommerce form .form-row .input-text#order_comments {
  width: 100%;
	display: block;
	background: transparent;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	overflow: hidden;
	position: relative;
	box-shadow: none;
	color: inherit;
  line-height: 1.5;
	padding: 20px;
  height: 4em;
}

.woocommerce .woocommerce-error * {
	color: #ea0500 !important;
	border-color: #ea0500 !important;
}

#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
	color: var(--wc-red);
	font-size: .95em;
}

.et-pb-contact-message:not(:has(p)) {
  display: none;
}

.et_pb_contact_main_title:not(:first-child) {
  display: none;
}

.et-db #et-boc .et-l .popup-book .et_flex_column, .et-db #et-boc .et-l .popup-book .et_flex_group, .et-db #et-boc .et-l .popup-book .et_flex_module {
  --vertical-gap: 0;
}

@media (max-width: 980px) {
  .et-db #et-boc .et-l .popup-book .et_flex_column, .et-db #et-boc .et-l .popup-book .et_flex_group, .et-db #et-boc .et-l .popup-book .et_flex_module {
    --vertical-gap: 15px;
  }
}

@media (max-width: 767px) {
  .et-db #et-boc .et-l .popup-book .et_flex_column, .et-db #et-boc .et-l .popup-book .et_flex_group, .et-db #et-boc .et-l .popup-book .et_flex_module {
    --vertical-gap: 15px;
    flex-direction: column;
  }

  .et-db #et-boc .et-l .popup-book .et_flex_column .et_pb_contact_field, .et-db #et-boc .et-l .popup-book .et_flex_group .et_pb_contact_field, .et-db #et-boc .et-l .popup-book .et_flex_module .et_pb_contact_field {
    width: 100%;
  }

  #post-1789 .et_pb_contact_form.et_flex_module .et_pb_contact_field {
    width: 100%;
  }
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  display: none;
}

@media (min-width: 767px) {
  .et_block_module>.et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
  }
}