﻿/*
Theme Name: Malsena
Author: Malsena dev team
Version: 1.0
Text Domain: malsena
*/

.content__cont img {
  height: auto;
  width: 100%;
}

.comment-respond {
  width: 100%;
}

#cancel-comment-reply-link {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  #lang_change {
    cursor: pointer;
  }
}

#lang_change {
  position: relative;
}

#lang_change .lang_change_content {
  position: absolute;
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: all .25s;
  top: 24px;
  left: -5px;
  box-sizing: content-box;
  padding-top: 20px;
}

#lang_change .lang_change_content .option {
  vertical-align: middle;
  width: 3.5rem;
  border-radius: 50%;
  border: solid .2rem #d7a355;
  text-align: center;
  display: inline-block;
  margin: 0 0.3rem;
  padding: 0.7rem 0;
  font-size: 1.7rem;
  font-family: 'Roboto', serif;
  font-weight: 700;
  line-height: 1;
  color: #d7a355;
  transition: all .25s;
  cursor: pointer;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  #lang_change:hover .lang_change_content {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    pointer-events: all;
    opacity: 1;
  }
}

#lang_change.active .lang_change_content {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  #lang_change .lang_change_content .option:hover {
    border: solid 2px #1f5f44;
    color: #1f5f44;
  }
}

.top__action {
  height: 3.5rem;
}

@media screen and (max-width: 1139px) {

  .top__action {
    float: right;
  }
  .top__icon-search {
    display: inline-block;
    position: relative;
    width: 0rem;
    border-radius: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -2px;
  }
  .top__action--search {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 3.5rem;
    border-radius: 1.8rem;
  }
  .top__action--search.is-active {
    width: calc(100% - 195px);
  }
  .top__action--search.is-active .top__icon-search {
    width: calc(100% - 25px);
  }
  .top__action--search .top__action-icon {
    vertical-align: top;
    margin-top: 1px;
    margin-right: 3px;
  }
  .top__action--search.is-active .top__action-icon {
    margin-right: 6px;
  }
  .top__icon-search input {
    box-sizing: border-box;
    width: 100%;
    padding: 0 7px 0 14px;
  }
  .top__icon-search input::-webkit-input-placeholder {
    font-family: 'Roboto Slab', serif;
    color: #d7a355;
  }
  .top__icon-search input::-moz-placeholder {
    font-family: 'Roboto Slab', serif;
    color: #d7a355;
  }
  .top__icon-search input:-ms-input-placeholder {
    font-family: 'Roboto Slab', serif;
    color: #d7a355;
  }
  .top__icon-search input:-moz-placeholder {
    font-family: 'Roboto Slab', serif;
    color: #d7a355;
  }
}

#cookie-notice {
  /*display: none!important;*/
  visibility: hidden;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  left: 0;
  font-family: Roboto, serif;
  text-align: left;
  font-size: 1.4rem;
  padding: 2rem;
  border-top: solid 0.2rem #ecd29b;
}

#cn-refuse-cookie {
  display: none;
}

.cookie-notice-container {
  text-align: left;
  position: relative;
  padding: 0;
}

.cookie-notice-revoke-container {
  display: none;
}
#cookie-notice .cn-button {
	margin-left: 0;
}
#cn-more-info {
	font-family: "Roboto slab",sans-serif;
	display: block;
	margin-top: 1rem;
	text-decoration: underline;
	font-size: inherit;
	font-weight: inherit;
	border: none;
	padding: 0;
}
	#cn-accept-cookie {
		padding: 1rem 3rem;
		margin: 1rem 0;
		display: block;
		text-align: center;
	}
@media only screen and (min-width: 768px) {
  #cookie-notice {
    padding: 2rem 12%;
  }
  .cookie-notice-container {
    text-align: left;
    position: relative;
    padding-right: 15rem;
  }
	#cn-accept-cookie {
		font-size: inherit;
		padding: 1rem 3rem;
		position: absolute;
		right: 0;
		top: 1rem;
		margin: 0;
	}
}

.content .content__text {
  line-height: initial;
}

.content .content__text p {
  line-height: 2.2rem;
}

#cn-notice-text a {
  font-weight: 700;
  text-decoration: underline;
  color: #d7a355;
}
.content__text table th {
	text-align: left;
}
.content__text table th, .content__text table td {
	vertical-align: top;
	padding: 1rem 1rem;
	border: solid 1px #ecd29b;
}

.content__text table {
	overflow: scroll;
	width: 100%;
	display: block;
	-webkit-overflow-scrolling: touch;
}

.content__text table tbody {
	width: 40rem;
}
.content__cont h3 {
	margin-bottom: 0;
	font-size: 2rem;
}

@media only screen and (min-width: 768px) {
	.content__text table {
		overflow: visible;
		display: table;
	}
	.content__text table tbody {
		width: 100%;
	}
	.content__cont h3 {
		font-size: 3rem;
	}
}


/* komentaru blokas produkto vidiniame */

div.prod_comm {
  margin-top: 30px;
}