/*
Theme Name: le-aroma
Text Domain: le-aroma
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: simple theme
Author: me

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*NEW*/
a#to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-color: #973d8b;
	display: none;
	z-index: 9999;
}

a#to-top::before {
	content: "";
	position: absolute;
	width: 21px;
	height: 2px;
	top: calc(50% - 2px);
    right: 0;
	background-color: #fff;
	transform: rotate(45deg);
}

a#to-top::after {
	content: "";
	position: absolute;
	width: 21px;
	height: 2px;
	top: calc(50% - 2px);
    left: 0;
	background-color: #fff;
	transform: rotate(135deg);
}

.form-control {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #495057;
	background-color: transparent;
}

span.pods-pagination-paginate {
    width: 100%;
	text-align: center;
    margin-top: 25px;
}
.page-numbers {
    padding: 5px 10px;
}
.filter-wrap {
    margin-bottom: 45px;
}
.catalog.row.col-12 {
	margin: 0 auto;
}
.from-group.btn-wrap {
    margin-top: 15px;
}

.large-petals_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(img/petals-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.large-petals_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(img/petals-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.filter-main .btn-wrap {
	margin-top: 0;
}

.filter-main .btn-wrap button{
	width: 100%;
	padding: 5px 0px;
	text-align: center;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev,
.owl-next {
    display: block;
    position: absolute;
    width: 36px;
    height: 50px;
    background-color: rgba(151, 61, 139, 0.51) !important;
}

.owl-prev {
	left: -40px;
}
.owl-next {
	right: -40px;
}

@media (max-width: 595px) {
	.owl-prev,
	.owl-next {
		background-color: rgb(151, 66, 139) !important;
	}
	.owl-prev {
		left: -10px;
	}
	.owl-next {
		right: -10px;
	}
}

.owl-prev i::before{
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	top: calc(50% - -3px);
	left: calc(50% - 8px);
	background-color: #fff;
	transform: rotate(45deg);
}

.owl-prev i::after{
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	top: calc(50% - 6px);
	left: calc(50% - 8px);
	background-color: #fff;
	transform: rotate(135deg);
}

.owl-next i::before{
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	top: calc(50% - -3px);
	left: calc(50% - 5px);
	background-color: #fff;
	transform: rotate(135deg);
}

.owl-next i::after{
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	top: calc(50% - 6px);
	left: calc(50% - 5px);
	background-color: #fff;
	transform: rotate(45deg);
}
.owl-prev:focus, .owl-next:focus {
	outline: none;
	box-shadow: none;
}
/*NEW*/

* {
    font-size: 18px;
    color: #3c3c3c;
}

h1, h2, h3, h4, h5 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
}

body {
  background-color: #f5f5f5;
}

header {
    position: relative;
}

.banner {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 90%;
    background-image: url(img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img.peony2 {
    width: 256px;
    position: absolute;
    bottom: -70px;
    left: 70px;
}

img.peony1 {
    width: 256px;
    position: absolute;
    top: 150px;
    right: 95px;
}

.top-block {
    padding: 12px 0;
    background-color: rgba(255,255,255,0.62);
    position: relative;
}

.address, .viber {
    font-size: 14px;
    margin-bottom: 0;
    color: #474747;
}

.viber img {
    width: 30px;
    margin-right: 20px;
}

.nav-block {
    margin-top: 30px;
	padding-bottom: 120px;
}

nav {
    margin-right: 40px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li{
    display: inline;
    margin-right: 25px;
}

nav ul li:last-child{
    margin-right: 0px;
}

nav ul li a{
    font-size: 18px;
    color: #000;
}

nav ul li a:hover{
    color: #000;
    text-decoration: none;
}

.special-title {
    margin-bottom: 45px;
}

.card-wrap {
    background-color: #fff;
    padding: 30px;
    min-height: 430px;
    position: relative;
    padding-bottom: 36px;
}

.card-image {
    width: 100%;
    margin-bottom: 45px;
}

.card-brand, .card-size {
    color: #909090;
    font-size: 11px;
    margin-bottom: 0;
}

.card-brand {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.card-name {
    margin-bottom: 10px;
    line-height: 1.3em;
}

.card-size {
    margin-bottom: 30px;
}

.card-price {
    height: 36px;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 60px);
}

.price {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 0;
    position: relative;
}

.currency {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.price.sale {
    margin-right: 25px;
}

.price.sale::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 2px);
    background: #000;
}

.sale-price{
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    color: #973d8b;
    margin-bottom: 0;
    height: 36px;
    line-height: 30px;
}

.sale-price .currency {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    color: #973d8b;
}

main {
    margin-top: 110px;
}

main h2 {
    margin-bottom: 45px;
}

main .card-wrap {
    margin-bottom: 25px;
}

.button-wrap {
    margin-top: 30px;
    text-align: center;
}

.btn {
    padding: 10px 100px;
    border-radius: 0;
    background-color: #973d8b;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.3s ease-out;
}

.btn:hover {
    color: #973d8b;
    border: 2px solid #973d8b;
    background-color: #fff;
}

.btn:focus {
    box-shadow: none;
}

footer {
    position: relative;
    margin-top: 135px;
    background-image: url(img/banner.jpg);
    background-size: cover;
    background-position: center;
}

footer p,
footer a {
    font-size: 14px;
    line-height: 1.6em;
}

footer p b {
    font-size: 16px;
}

footer span {
    margin-top: 20px;
    display: block;
    line-height: 1.7em;
}

footer section {
  margin-bottom: 35px;
}

footer h5 {
  margin-bottom: 35px;
}

footer section:last-child {
  margin-bottom: 0;
}

footer .map-container {
  position: relative;
}

footer .map-content {
  max-width: 460px;
  padding: 35px 40px 35px 40px;
    -webkit-box-shadow: 0px 10px 15px 0px #e4e4e4;
    -moz-box-shadow: 0px 10px 15px 0px #e4e4e4;
  box-shadow: 0px 10px 15px 0px #e4e4e4;
  background-color: rgba(255,255,255,0.95);
  position: absolute;
  z-index: 10;
  top: 0;
}


.social-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-list li{
    margin-bottom: 10px;
}

.social-list img {
    width: 21px;
    margin-right: 10px;
}
.social-list li a {
  color: inherit;
}
.social-list li a:hover{
    text-decoration: underline;
}

@media (max-width: 768px) {
  .address, .viber {
    display: block;
    font-size: 12px;
  }
  .viber img {
    display: none;
  }
  .logo {
    margin-bottom: 25px;
  }
  .logo img {
    max-width: 280px;
  }
  .nav-block .container .row > .d-flex {
    justify-content: flex-start !important;
  }
  .special-block {
    margin-top: 10px;
  }
	
  .nav-block {
	margin-top: 30px;
	padding-bottom: 70px;
  }
  .special-title {
    margin-bottom: 25px;
  }
  .card-image {
    display: block;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 36px;
  }
  footer .container .row > div {
    margin-bottom: 35px;
  }
  footer span {
      margin-top: 20px;
  }
  img.peony2 {
    left: 0;
  }
  img.peony1 {
    right: 0;
  }

}
@media (max-width: 440px) {
  .top-block .container .row > div {
    flex: 100%;
    max-width: 100%;
  }
  .top-block .container .row > div:first-child {
    margin-bottom: 10px;
  }
  .top-block .container .row > div p.viber {
    text-align: left !important;
  }
  .banner img.peony2,
  .banner img.peony1 {
    display: none;
  }
  footer .map-content {
    max-width: 300px;
  }
  main {
    margin-top: 70px;
  }
  .nav-block {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
	.btn-wrap button {
		margin-bottom: 15px;
		width: 100%;
	}
	.btn-wrap a {
		width: 100%;
	}
}

@media (max-width: 375px) {
	.btn-wrap a {
		padding: 10px 50px;
	}
}

body.contact-page {
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.contact-page header {
  margin-bottom: 50px;
}

body.contact-page main {
  margin-top: 0;
}
body.contact-page main .contact-title {
  margin-bottom: 30px;
  opacity: .8;
}
body.contact-page .social-list {
  padding-top: 20px;
}
body.contact-page .social-list li a {
    color: inherit;
}
