/*!
Theme Name: Adda
Theme URI: https://themeforest.net/user/qodearena
Author: QodeArena
Author URI: http://qodearena.com/
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adda
*/
* {
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 1.6;
    font-family: Helvetica, arial;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    color: #616162;
    padding: 0;
    letter-spacing: 0.05em;
    word-wrap: break-word;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #86214d;
}

a:hover {
    transition: 250ms ease-in-out;
    text-decoration: none;
    color: #a73064;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

h1 {
    font-size: 3em;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 2.5em;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 2em;
    margin: 0 0 5px 0;
}

h4 {
    font-size: 1.5em;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 1.2em;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 0.875em;
    margin: 0 0 5px 0;
}

input[type='submit'],
input[type='button'],
button {
    cursor: pointer;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

textarea::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
    color: inherit;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: inherit;
}

textarea::placeholder,
select::placeholder,
input::placeholder {
    color: inherit;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: italic;
    margin-bottom: 10px;
}

abbr {
    cursor: help;
    border-bottom: 1px dotted;
}

q,
em {
    font-style: italic;
}

cite {
    font-style: italic;
    line-height: 1.5;
    display: inline-block;
    padding: 0 5px;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

sup {
    font-size: 75%;
}

var,
pre,
code {
    font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
    font-size: 0.8rem;
    display: inline-block;
    margin: 10px 0;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #fafafa;
    white-space: pre-wrap;
}

pre {
    padding: 20px;
    display: block;
    padding: 20px;
    clear: both;
    margin: 20px 0;
    tab-size: 30px;
}

blockquote {
    clear: both;
    margin: 30px 0;
    padding-left: 36px;
    border-left: 2px solid;
}

/* Media
******************************** */
iframe,
video,
embed,
object {
    display: inline-block;
    clear: both;
    max-width: 100%;
}

video {
    object-fit: cover;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

dl {
    margin-bottom: 20px;
}

dt {
    font-weight: bold;
    margin-top: 0.875em;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-spacing: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

table thead {
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.07);
}

table th,
table td {
    padding: 10px;
    text-align: left;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

table th {
    font-weight: bold;
}

table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.03);
}

table tr:last-child {
    border-bottom: none;
}

select {
    font-family: inherit;
    font-size: inherit;
    width: 100%;
    padding: 10px 15px;
    color: inherit;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #fff;
}

.qda-form-field, .widget_product_search .search-field, .widget_search .search-field {
    font-family: inherit;
    line-height: 1.3;
    font-size: inherit;
    width: 100%;
    padding: 13px 15px;
    vertical-align: middle;
    border: 1px solid #cecece;
    border-radius: 3px;
    background-color: #fff;
}

.qda-form-field::placeholder, .widget_product_search .search-field::placeholder, .widget_search .search-field::placeholder {
    color: rgba(123, 122, 122, 0.8);
}

.qda-form-btn, .widget_product_search input[type=submit], .widget_search .search-submit {
    font-family: inherit;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 15px;
    transition: 350ms ease-in-out;
    cursor: pointer;
    letter-spacing: 0.02em;
    border: none;
    border-radius: 3px;
    outline: none;
    position: relative;
    background-color: #86214d;
    color: #fff;
}

.qda-form-btn--underline {
    padding: 7px 2px;
    border-radius: 0;
    background-color: transparent;
    position: relative;
    background-color: transparent;
    color: #86214d;
}

.qda-form-btn--underline:hover {
    color: #86214d;
}

.qda-form-btn--underline:after {
    height: 1px;
    background-color: currentColor;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.qda-form-btn--bordered {
    border: 1px solid #86214d;
    color: #86214d;
}

.qda-form-btn--bordered:hover {
    border-color: transparent !important;
}

.qda-form-btn--square {
    border-radius: 0;
}

.qda-form-btn--size-small {
    padding: 5px 2px;
}

.qda-form-btn--size-normal {
    padding: 10px 30px;
}

.qda-form-btn--size-medium {
    padding: 15px 35px;
}

.qda-form-btn--size-large {
    padding: 20px 40px;
}

.qda-form-btn--size-full {
    width: 100%;
    padding: 10px 30px;
}

.qda-single-comment-form__input {
    margin-bottom: 30px;
}

.qda-single-comment-form__submit {
    margin-top: 10px;
}

.qda-img-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.qda-post-quote {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    padding: 60px;
    text-align: center;
    color: rgba(97, 97, 98, 0.8);
    background-color: #ededed;
}

.qda-star-rating {
    line-height: 1;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

.qda-star-rating:before {
    font-family: "Ionicons";
    color: #d7d7d7;
    content: '\f2fc \f2fc \f2fc \f2fc \f2fc';
}

.qda-star-rating__rated {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 100%;
    padding-top: 100%;
    word-wrap: normal;
}

.qda-star-rating__rated:before {
    font-family: "Ionicons";
    position: absolute;
    top: 0;
    left: 0;
    content: '\f2fc \f2fc \f2fc \f2fc \f2fc';
}

.hide-scroll {
    overflow: hidden;
}

.qda-align-right {
    text-align: right;
}

.qda-align-left {
    text-align: left;
}

.qda-align-center {
    text-align: center;
}

.qda-row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

div.qda-has-overlay {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.qda-main-shop {
    padding-top: 60px;
}

.qda-to-top {
    line-height: 40px;
    position: fixed;
    z-index: 80;
    right: 3%;
    bottom: -20px;
    visibility: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: 500ms ease-in-out;
    text-align: center;
    opacity: 0;
    border: none;
    border-radius: 50%;
}

.qda-to-top:hover {
    opacity: 1;
}

.qda-to-top--view {
    bottom: 40px;
    visibility: visible;
    opacity: 0.7;
}

/* Preloader animations */
@keyframes qda-anim--spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes qda-anim--rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes qda-anim--translate-rb {
    50% {
        transform: translate(20px, 20px);
    }
}

@keyframes qda-anim--translate-lb {
    50% {
        transform: translate(-20px, 20px);
    }
}

@keyframes qda-anim--translate-lt {
    50% {
        transform: translate(20px, -20px);
    }
}

@keyframes qda-anim--translate-rt {
    50% {
        transform: translate(-20px, -20px);
    }
}

.qda-preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
}

.qda-preloader__midle {
    width: 100%;
    height: 100%;
    position: relative;
}

.qda-preloader__center {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    animation: qda-anim--rotate 1s infinite;
}

.qda-preloader__dot {
    width: 20px;
    height: 20px;
    background-color: rgba(97, 97, 98, 0.6);
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.qda-preloader__dot:nth-child(2n+0) {
    margin-right: 0;
}

.qda-preloader__dot:nth-child(1n) {
    animation: qda-anim--translate-rb 1s infinite;
}

.qda-preloader__dot:nth-child(2n) {
    animation: qda-anim--translate-lb 1s infinite;
}

.qda-preloader__dot:nth-child(3n) {
    animation: qda-anim--translate-lt 1s infinite;
}

.qda-preloader__dot:nth-child(4) {
    animation: qda-anim--translate-rt 1s infinite;
}

.qda-shadow {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.qda-swiper-banner {
    position: relative;
}

.qda-swiper-banner__color-drop {
    position: absolute;
    right: 10%;
    top: 100%;
    margin-top: -164px;
    background: transparent url(./assets/img/color-drop.png) no-repeat center/contain;
    width: 200px;
    height: 385px;
    z-index: 10;
}

@media (max-width: 992px) {
    .qda-swiper-banner__color-drop {
        display: none;
    }
}

.vc_row[data-vc-full-width] {
    overflow: initial !important;
}

.vc_row[data-vc-full-width]:after {
    content: '';
    display: table;
    clear: both;
}

.swiper-container {
    width: 100%;
}

.qda-swiper {
    position: relative;
}

.qda-swiper:not(.qda-swiper--full):hover .qda-swiper__nav {
    opacity: 1;
}

.qda-swiper:not(.qda-swiper--full):hover .qda-swiper__nav-prev {
    left: 30px;
}

.qda-swiper:not(.qda-swiper--full):hover .qda-swiper__nav-next {
    right: 30px;
}

.qda-swiper__pagination {
    position: absolute;
    z-index: 4;
    text-align: center;
    bottom: 20px !important;
}

.qda-swiper__pagination .swiper-pagination-bullet {
    background-color: #b1b1b1;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
}

.qda-swiper:not(.qda-swiper--full) .qda-swiper__nav {
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
    transition: 350ms;
    opacity: 0;
    border: none;
    background-color: #fff;
}

.qda-swiper:not(.qda-swiper--full) .qda-swiper__nav:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: .1;
    box-shadow: 0 0 0 1px currentColor;
}

.qda-swiper:not(.qda-swiper--full) .qda-swiper__nav.swiper-button-disabled {
    visibility: hidden;
}

.qda-swiper:not(.qda-swiper--full) .qda-swiper__nav-prev {
    left: -30px;
}

.qda-swiper:not(.qda-swiper--full) .qda-swiper__nav-next {
    right: -30px;
}

.qda-swiper--full .swiper-pagination-current {
    font-size: 48px;
}

.qda-swiper--full .qda-swiper__pagination {
    font-style: italic !important;
}

.qda-swiper--full .swiper-slide {
    width: 100%;
}

.qda-swiper--full .qda-swiper-slider__content {
    padding: 126px 0;
}

.qda-swiper--full .qda-swiper__mask {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    background-color: #86214d;
}

@media (max-width: 992px) {
    .qda-swiper--full .qda-swiper__mask {
        width: 100%;
    }
}

.qda-swiper--full .qda-swiper__pagination {
    font-size: 18px;
    bottom: 30px;
    left: 46px;
    width: auto;
    vertical-align: middle;
    color: #fff;
}

.qda-swiper--full .qda-swiper__navigation {
    font-weight: 700;
    font-style: italic;
    position: absolute;
    z-index: 3;
    top: 100px;
    right: 70px;
    cursor: pointer;
}

.qda-swiper--full .qda-swiper__nav {
    font-size: 24px;
    line-height: 1;
    display: block;
    padding: 10px 5px;
    cursor: pointer;
    opacity: .8;
    color: inherit;
    border: none;
    background-color: transparent;
}

.qda-swiper--full .qda-swiper__nav:hover {
    opacity: 1;
}

.qda-swiper--full .qda-swiper__nav-next {
    position: relative;
}

.qda-swiper--full .qda-swiper__nav-next:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    opacity: .5;
    background-color: currentColor;
}

/* =WordPress Core
-------------------------------------------------------------- */
.sticky {
    position: relative;
}

#respond {
    margin-bottom: 30px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

figcaption.wp-caption-text {
    padding-top: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

.screen-reader-text:focus {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    z-index: 100000;
    /* Above WP toolbar. */
    top: 5px;
    left: 5px;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* WordPress Gallery
------------------------------------------ */
.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    float: none;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery-caption {
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    display: block;
    padding-top: 0.5384615385em;
    color: #686868;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor > .comment-body .fn:before {
    font: normal 16px/1 Genericons;
    display: inline-block;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
}

.bypostauthor > .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}

/****************************************************/
.empty-header {
    margin-top: 85px;
}

.admin-bar .empty-header {
    margin-top: 120px;
}

.admin-bar .navbar {
    margin-top: 32px;
}

.nav-links {
    text-align: center;
}

.nav-links .current {
    opacity: 0.4;
}

.nav-links .page-numbers {
    line-height: 1;
    display: inline-block;
    min-width: 28px;
    margin-right: 10px;
    padding: 10px 15px;
    border: 2px solid currentColor;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-links .page-numbers:last-child {
    margin-right: 0;
}

.nav-links .page-numbers.dots {
    border: none;
}

.comment-respond {
    overflow: hidden;
}

.qda-main-content {
    margin-bottom: 96px;
}

.qda-counter {
    margin-bottom: 30px;
    text-align: center;
}

.qda-counter__num {
    margin: 0 0 10px 0;
    line-height: 1;
}

.qda-counter__title {
    margin: 0;
}

.qda-instagram {
    overflow: hidden;
    margin: 0 -5px;
}

.qda-instagram-no-gutter .qda-instagram__item {
    padding: 0;
}

.qda-instagram__item {
    float: left;
    padding: 0 5px 10px 5px;
}

@media (max-width: 768px) {
    .qda-instagram__item {
        width: 50% !important;
    }
}

.qda-instagram__image {
    width: 100%;
}

.qda-search__label, .qda-search__form, .qda-search__input {
    display: block;
    width: 100%;
}

.qda-search__form {
    position: relative;
}

.qda-search__input {
    padding-right: 40px;
    transition: 350ms ease-in-out;
    letter-spacing: .1em;
}

.qda-search__submit {
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    padding: 0;
    transition: 350ms ease-in-out;
    text-align: center;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.qda-search__submit:hover {
    background-color: transparent;
}

.qda-search__show {
    line-height: 1;
    padding: 5px;
    transition: 350ms ease-in-out;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.widget_search .qda-search__input, .qda-search--style-inline .qda-search__input {
    padding: 10px 50px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.qda-search--style-full.qda-search--align-right .qda-search__show {
    margin-left: auto;
}

.qda-search--style-full.qda-search--align-center .qda-search__show {
    margin: auto;
}

.qda-search--style-full.qda-search--is-shown .qda-search__frame {
    visibility: visible;
    height: 100%;
    opacity: 1;
}

.qda-search--style-full .qda-search__show {
    display: block;
}

.qda-search--style-full .qda-search__close {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.qda-search--style-full .qda-search__form {
    font-size: 1.8rem;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    max-width: 80%;
    margin: auto;
}

.qda-search--style-full .qda-search__submit {
    font-size: 2em;
    width: 60px;
    text-align: center;
    color: currentColor;
}

.qda-search--style-full .qda-search__input {
    font-size: 7vw;
    padding: 10px 60px 10px 10px;
    color: inherit;
    border: none;
    border-radius: 0;
    outline: none;
}

.qda-search--style-full .qda-search__frame {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    height: 100px;
    margin: auto;
    transition: 350ms;
    text-align: left;
    opacity: 0;
    background-color: white;
}

.qda-search--style-dropdown.qda-search--is-shown .qda-search__frame {
    visibility: visible;
    opacity: 1;
}

.qda-search--style-dropdown.qda-search--align-right {
    text-align: right;
}

.qda-search--style-dropdown.qda-search--align-right .qda-search__frame {
    right: 0;
}

.qda-search--style-dropdown.qda-search--align-left {
    text-align: left;
}

.qda-search--style-dropdown.qda-search--align-left .qda-search__frame {
    left: 0;
}

.qda-search--style-dropdown.qda-search--align-center {
    text-align: center;
}

.qda-search--style-dropdown.qda-search--align-center .qda-search__frame {
    right: 0;
    left: 0;
}

.qda-search--style-dropdown .qda-search__frame {
    position: absolute;
    z-index: 300;
    visibility: hidden;
    min-width: 350px;
    padding: 15px;
    transition: 350ms ease-in-out;
    opacity: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.qda-skills__title {
    letter-spacing: .5px;
    text-transform: uppercase;
}

.qda-skills__count {
    font-size: 14px;
    font-weight: 900;
    line-height: 30px;
    position: absolute;
    top: -40px;
    right: -27px;
    min-width: 55px;
    padding: 0 10px;
    transition: 350ms;
}

.qda-skills__count:hover {
    opacity: .4;
}

.qda-skills__item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}

.qda-skills__item:last-child {
    margin-bottom: 0;
}

.qda-skills__bar {
    width: 100%;
    height: 5px;
    margin-bottom: 18px;
    background-color: #f2f2f2;
}

.qda-skills__progress {
    position: relative;
    width: 0;
    height: 100%;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    background-color: #86214d;
}

.qda-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.qda-image--cards {
    position: relative;
    z-index: 1;
    margin-right: 6px;
    margin-bottom: 6px;
}

.qda-image--cards:before {
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    content: '';
    transition: 350ms ease-in-out;
}

.qda-image--shadow {
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
}

@media (max-width: 786px) {
    .qda-icon-list {
        text-align: left !important;
    }
}

.qda-icon-list__icon {
    box-sizing: content-box;
    text-align: center;
}

.qda-icon-list__icon--rounded {
    border-radius: 50%;
}

.qda-icon-list__icon--style-bordered {
    border: 1px solid currentColor;
    background-color: transparent;
}

.qda-icon-list__outer {
    display: inline-block;
}

.qda-icon-list__item {
    text-align: left;
    line-height: 1;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.qda-icon-list__content {
    margin-left: 15px;
}

.qda-icon-list__title {
    display: block;
    clear: both;
    margin: 0 0 5px 0;
}

.qda-icon-list__title:only-child {
    margin: 0;
}

.qda-socials__social {
    display: inline-block;
    margin: 8px 16px 8px 0;
    text-align: center;
}

.qda-socials--align-right {
    text-align: right;
}

.qda-socials--align-left {
    text-align: left;
}

.qda-socials--align-center {
    text-align: center;
}

@media (max-width: 768px) {
    .qda-socials--align-right, .qda-socials--align-center, .qda-socials--align-left {
        text-align: left !important;
    }
}

.qda-socials--align-right .qda-socials__social:last-child, .qda-socials--align-center .qda-socials__social:last-child, .qda-socials--align-left .qda-socials__social:last-child {
    margin-right: 0;
}

.qda-icon-box {
    text-align: center;
}

.qda-icon-box__icon {
    font-size: 35px;
    line-height: 95px;
    position: relative;
    display: inline-block;
    width: 95px;
    height: 95px;
    transition: 350ms ease-in-out;
    vertical-align: middle;
}

.qda-icon-box__icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: 350ms ease-in-out;
    opacity: 0;
    border: 4px solid transparent;
    border-radius: 50%;
}

.qda-icon-box__title {
    font-size: 30px;
    line-height: 1.3;
    margin: 30px 0;
    padding: 0;
}

.qda-icon-box__btn {
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    margin-top: 50px;
    padding: 15px 30px;
    transition: 350ms ease-in-out;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.qda-icon-box__btn:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 1px solid currentColor;
    opacity: 0.2;
}

.qda-icon-box__item {
    margin-bottom: 30px;
}

.qda-icon-box__item:hover .qda-icon-box__btn:after {
    display: none;
}

.qda-icon-box__item:hover .qda-icon-box__icon:before {
    opacity: 1;
    box-shadow: 0 8px 2px rgba(0, 0, 0, 0.015);
}

.qda-works-filter__terms {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}

.qda-works-filter__term {
    margin: 15px;
}

.qda-team {
    text-align: center;
}

.qda-team__item:before, .qda-team__item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.qda-team__item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 30px;
}

.qda-team__item:before {
    z-index: -1;
    background-color: #fff;
}

.qda-team__item:after {
    z-index: -2;
    transition: 350ms ease-in-out;
}

.qda-team__item:hover:after {
    top: 6px;
    left: 6px;
    box-shadow: 0 0 16px 4px rgba(72, 72, 72, 0.15);
}

.qda-team__item:hover .qda-team__avatar {
    opacity: .7;
}

.qda-team__item:hover .qda-team__socials {
    opacity: 1;
}

.qda-team__socials {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    margin: auto;
    transition: opacity 500ms ease-in-out;
    opacity: 0;
}

.qda-team__social {
    line-height: 26px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 13px;
    vertical-align: middle;
    opacity: .8;
    color: #fff;
    border-radius: 50%;
}

.qda-team__social:hover {
    color: #fff;
}

.qda-team__social:last-child {
    margin-right: 0;
}

.qda-team__social:hover {
    opacity: 1;
}

.qda-team__head {
    position: relative;
}

.qda-team__avatar {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: opacity 500ms ease-in-out;
    border-radius: 50%;
}

.qda-team__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 30px 0 20px 0;
    padding: 0;
}

.qda-team__about {
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.qda-testimonials {
    max-width: 1170px;
    margin: auto;
    text-align: center;
}

.qda-testimonials__item {
    max-width: 1170px;
    margin: auto;
    padding: 65px 112px;
    background-color: #fff;
}

@media (max-width: 768px) {
    .qda-testimonials__item {
        padding: 65px 30px;
    }
}

.qda-testimonials__info {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #b1b1b1;
}

.qda-testimonials__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin: 30px 0 50px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .qda-testimonials__title {
        font-size: 2.5em !important;
    }
}

.qda-testimonials__msg {
    font-size: 15px;
    margin-bottom: 48px;
}

.qda-testimonials__rating {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.qda-testimonials__who {
    font-size: 14px;
}

.qda-testimonials__name, .qda-testimonials__about {
    display: inline-block;
    vertical-align: middle;
}

.qda-testimonials__name {
    font-size: inherit;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.qda-testimonials__about {
    text-transform: uppercase;
}

.qda-subscribe--full {
    padding: 70px 60px;
    box-shadow: 0 9px 16px rgba(72, 72, 72, 0.25);
    z-index: 10;
    position: relative;
}

@media (max-width: 768px) {
    .qda-subscribe--full {
        margin-bottom: 0;
    }
}

.qda-subscribe--full .qda-subscribe__subtitle {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
}

.qda-subscribe--full .qda-subscribe__content {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.qda-subscribe--full .qda-subscribe__title {
    width: 58%;
}

.qda-subscribe--full .qda-subscribe__form {
    width: 42%;
}

@media (max-width: 768px) {
    .qda-subscribe--full .qda-subscribe__title, .qda-subscribe--full .qda-subscribe__form {
        width: 100%;
    }

    .qda-subscribe--full .qda-subscribe__title:first-child, .qda-subscribe--full .qda-subscribe__form:first-child {
        margin-bottom: 30px;
    }
}

.qda-subscribe--full .qda-subscribe__title {
    margin: 0;
    padding: 0;
}

.qda-subscribe--full .qda-subscribe__form {
    position: relative;
}

.qda-subscribe--full .qda-subscribe__input {
    font-size: 12px;
    line-height: 1.3;
    width: 100%;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    background-color: #fff;
}

.qda-subscribe--full .qda-subscribe__input::placeholder {
    color: #a6a3a3;
    opacity: 1;
}

.qda-subscribe--full .qda-subscribe__submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    width: 50px;
    height: 100%;
    border: none;
    background: transparent;
}

.qda-subscribe--widget .qda-subscribe__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 0;
}

.qda-subscribe--widget .qda-subscribe__input {
    margin-bottom: 16px;
}

.qda-subscribe--widget .qda-subscribe__input::placeholder {
    font-style: italic;
}

.qda-subscribe--widget .qda-subscribe__submit {
    font-size: 15px;
    width: 100%;
    transition: 350ms ease-in-out;
    text-align: center;
    color: #fff;
    background-color: #86214d;
    text-transform: uppercase;
}

.qda-subscribe--widget .qda-subscribe__submit:hover {
    opacity: 0.9;
}

.qda-subscribe--widget .qda-subscribe__submit:active {
    opacity: 0.5;
}

.qda-products--by-2 > div > div:nth-child(2n+1) {
    clear: left;
}

.qda-products--by-3 > div > div:nth-child(3n+1) {
    clear: left;
}

.qda-products--by-4 > div > div:nth-child(4n+1) {
    clear: left;
}

.qda-products--is-related {
    margin-top: 60px;
}

.qda-products__article {
    margin-bottom: 30px;
    padding: 30px;
    transition: 450ms ease-in-out;
    text-align: center;
    border: 3px solid transparent;
    background-color: #fff;
    box-shadow: 0 0 0 1px #ebebeb;
    position: relative;
}

.qda-products__article:hover {
    box-shadow: 0 6px 14px 6px rgba(235, 235, 235, 0.6);
}

.qda-products__article:hover .added_to_cart {
    visibility: visible;
    opacity: 1;
}

.qda-products__article:hover .qda-products__tocart {
    visibility: visible;
    opacity: 1;
}

.qda-products__article:hover .qda-products__featimg {
    opacity: .7;
}

.qda-products__header {
    position: relative;
}

.qda-products__featimg {
    width: 100%;
    max-width: none !important;
    height: auto;
}

.qda-products .added_to_cart {
    text-indent: -100%;
    overflow: hidden;
}

.qda-products .added_to_cart:before {
    content: '\f133';
    left: 0;
    text-align: center;
    right: 0;
    top: 0;
    position: absolute;
    text-indent: 0;
    font-family: "Ionicons";
}

.qda-products .added_to_cart, .qda-products__tocart {
    font-size: 20px;
    line-height: 56px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    visibility: hidden;
    width: 56px;
    height: 56px;
    margin: -23px auto auto;
    transition: 350ms ease-in-out;
    text-align: center;
    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(212, 209, 209, 0.39);
}

.qda-products .added_to_cart.added, .qda-products__tocart.added {
    visibility: hidden !important;
}

.qda-products__tocart.loading i {
    display: none;
}

.qda-products__tocart.loading:after {
    position: absolute;
    content: '\f29a';
    font-family: "Ionicons";
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    animation: qda-anim--spin 500ms infinite linear;
}

.qda-products__title {
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0;
    padding: 0;
}

.qda-products__pricing {
    font-size: 18px;
    font-weight: 700;
}

.qda-products__pricing ins {
    text-decoration: none;
}

.qda-products__pricing del {
    opacity: 0.6;
}

.qda-products__onsale {
    position: relative;
    margin-right: 10px;
    padding: 0 5px;
}

.qda-products__onsale:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    margin-top: -1px;
    content: '';
    background-color: currentColor;
}

.qda-products__onsale-tag {
    font-weight: 700;
    line-height: 1;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    letter-spacing: 1px;
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
}

.qda-products__excerpt {
    display: none;
}

.qda-products__rating {
    font-size: 16px;
    margin-top: 20px;
}

.qda-products__link {
    color: currentColor;
}

.qda-products--list .qda-products__title {
    font-size: 24px;
}

@media (max-width: 768px) {
    .qda-products--list .qda-products__rating {
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .qda-products--list div[class*='col-'] {
        width: 100%;
    }

    .qda-products--list .qda-products__title {
        margin: 0;
    }

    .qda-products--list .qda-products__pricing {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 20px;
    }

    .qda-products--list .qda-products__excerpt {
        display: block;
        margin-top: 30px;
    }

    .qda-products--list .qda-products__article {
        display: flex;
        margin-bottom: 30px;
        text-align: left;
    }

    .qda-products--list .qda-products:after {
        display: block;
        clear: both;
        content: '';
    }

    .qda-products--list .qda-products__header {
        width: 40%;
    }

    .qda-products--list .qda-products__section {
        width: 60%;
        margin-left: 50px;
        padding-left: 50px;
        border-left: 1px solid #f5f5f5;
    }
}

.qda-posts-list__title {
    font-family: "Playfair Display", sans-serif, serif;
    font-size: 32px;
    color: #716f70;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px 0;
    padding: 0;
}

.qda-posts-list__article {
    margin-bottom: 30px;
    transition: box-shadow 350ms ease-in-out;
    background-color: #fff;
}

.qda-posts-list__article:hover {
    box-shadow: 0 0 16px 5px rgba(203, 200, 200, 0.1);
}

.qda-posts-list__featimg {
    max-width: 100%;
}

.qda-posts-list__header {
    position: relative;
}

.qda-posts-list__play {
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: -25px auto 0 auto;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(166, 165, 165, 0.55);
}

.qda-posts-list__body {
    padding: 30px 30px 40px 30px;
}

.qda-posts-list__link {
    color: inherit;
}

.qda-posts-list-meta {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    color: #818181;
}

.qda-posts-list-meta__item {
    position: relative;
    display: inline;
    margin-left: 20px;
    padding-right: 20px;
}

.qda-posts-list-meta__item:first-child {
    margin-left: 0;
}

.qda-posts-list-meta__item:last-child {
    margin-right: 0;
}

.qda-posts-list-meta__item:last-child:after {
    content: none;
}

.qda-posts-list-meta__item:after {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 65%;
    margin: auto;
    content: '';
    opacity: .6;
    background-color: currentColor;
}

.qda-posts-list__excerpt {
    margin-top: 30px;
    color: #818181;
}

.qda-posts-list__more {
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-top: 55px;
    letter-spacing: 0.1em;
    padding: 15px 20px;
    text-transform: uppercase;
}

.qda-posts-list__more:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: 0 0 0 2px currentColor;
}

.qda-instagram-widget {
    margin: 0 -7px;
}

.qda-instagram-widget:after {
    display: block;
    clear: both;
    content: '';
}

.qda-instagram-widget__item {
    float: left;
    width: 33.3333%;
    padding: 0 7px 7px 0;
}

.qda-instagram-widget__photo {
    width: 100%;
    max-width: none;
}

.qda-tags-widget__tag {
    line-height: 1;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 10px 18px;
    text-transform: uppercase;
    background-color: #fff;
}

.qda-search-widget__form {
    position: relative;
}

.qda-search-widget__input {
    padding-right: 55px !important;
}

.qda-search-widget__input::placeholder {
    font-style: italic;
}

.qda-search-widget__submit {
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 18px;
    bottom: 0;
    width: 50px;
    border: none;
    background-color: transparent;
}

.qda-breadcrumbs {
    margin-bottom: 60px;
    padding: 80px 20px;
    text-align: center;
    background-color: #f8f7f7;
}

.qda-breadcrumbs-path {
    font-weight: 600;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    color: #a7a5a6;
}

.qda-breadcrumbs-path__point {
    position: relative;
    display: inline;
    margin-left: 20px;
    color: inherit;
    padding-right: 20px;
}

.qda-breadcrumbs-path__point:first-child {
    margin-left: 0;
}

.qda-breadcrumbs-path__point:last-child {
    padding-right: 0;
}

.qda-breadcrumbs-path__point:last-child:after {
    content: none;
}

.qda-breadcrumbs-path__point:after {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    height: 60%;
    width: 1px;
    content: '';
    opacity: 0.3;
    margin: auto;
    background-color: currentColor;
}

.qda-breadcrumbs__title {
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 25px 0;
    padding: 0;
    color: #616161;
}

.qda-breadcrumbs__title--404 {
    font-size: 170px;
    line-height: 0.4;
    margin-bottom: 80px;
}

.qda-breadcrumbs__link {
    color: currentColor;
}

.qda-slider-article {
    width: 60%;
    color: #fff;
}

@media (max-width: 992px) {
    .qda-slider-article {
        width: 100%;
    }
}

.qda-slider-article__link {
    color: inherit !important;
}

.qda-slider-article__title {
    font-size: 85px;
    line-height: 1.3;
    margin: 25px 0 60px 0;
}

@media (max-width: 768px) {
    .qda-slider-article__title {
        font-size: 4em !important;
    }
}

.qda-slider-article__cite {
    font-size: 18px;
    text-transform: uppercase;
}

.qda-slider-article__link {
    color: inherit;
}

.qda-slider-article__image {
    position: absolute;
    top: 0;
    left: 59%;
    width: 41%;
    bottom: 0;
    right: 0;
    background-size: cover;
}

@media (max-width: 992px) {
    .qda-slider-article__image {
        display: none;
    }
}

.qda-slider-article__more {
    padding: 5px 2px;
}

.qda-slider-article-socials {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 46px;
    transform: translateY(-50%);
}

@media (max-width: 880px) {
    .qda-slider-article-socials {
        display: none;
    }
}

.qda-slider-article-socials__link {
    font-size: 18px;
    line-height: 31px;
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    text-align: center;
    color: #86214d;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.qda-slider-article-socials__link:last-child {
    margin-bottom: 0;
}

.qda-slider-article-socials__link:hover {
    background-color: #fff;
}

@media (max-width: 768px) {
    .qda-slider-article {
        width: 100%;
    }

    .qda-slider-article__overlay {
        padding-left: 30px;
    }

    .qda-slider-article__title {
        font-size: 60px;
    }
}

.qda-audio iframe {
    width: 100%;
    height: 300px;
}

.qda-video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 57.1%;
    /* 16:9 */
}

.qda-video video,
.qda-video object,
.qda-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qda-video__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.qda-video__play {
    font-size: 28px;
    line-height: 50px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 350ms;
    transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: -5px;
    color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

.wp-video {
    width: 100% !important;
}

.qda-pwd-box {
    max-width: 480px;
    margin: auto;
    text-align: center;
    padding: 30px;
    border: 1px solid rgba(239, 239, 239, 0.9);
}

.qda-pwd-box__submit {
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
}

.qda-pwd-box__msg {
    opacity: 0.8;
    font-style: italic;
    margin-bottom: 20px;
}

.qda-pwd-box p {
    margin: 0;
}

.qda-contact-form {
    box-shadow: 0 0 16px rgba(203, 200, 200, 0.1);
    padding: 50px 35px;
}

.qda-contact-form .qda-form-field, .qda-contact-form .widget_product_search .search-field, .widget_product_search .qda-contact-form .search-field, .qda-contact-form .widget_search .search-field, .widget_search .qda-contact-form .search-field {
    margin-bottom: 30px;
}

.qda-search-results {
    margin-top: 20px;
}

.qda-search-results .qda-search-widget {
    margin-bottom: 40px;
}

.qda-search-results .no-result {
    margin-bottom: 40px;
}

.qda-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    vertical-align: middle;
}

.qda-menu .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qda-menu .menu-item,
.qda-menu .page_item {
    position: relative;
    display: inline-block;
}

.qda-menu .menu-item:hover > .children,
.qda-menu .page_item:hover > .children {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}

.qda-menu a {
    display: block;
    padding: 10px;
}

.qda-menu .children .menu-item,
.qda-menu .children .page_item {
    display: block;
}

.qda-menu .children .menu-item:last-child,
.qda-menu .children .page_item:last-child {
    border-bottom: none;
}

.qda-menu .children .menu-item > a,
.qda-menu .children .page_item > a {
    padding: 10px 20px;
}

.page_item_has_children .qda-menu-arrow {
    display: inline-block;
    margin-left: 5px;
}

.qda-navigation--inline .qda-navigation__show, .qda-navigation--inline .qda-navigation__hide {
    display: none;
}

.qda-navigation--inline .qda-menu > .menu-item:last-child,
.qda-navigation--inline .qda-menu > .page_item:last-child {
    margin-right: 0 !important;
}

.qda-navigation--inline .children {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    visibility: hidden;
    min-width: 260px;
    margin: -20px 0 0 0;
    transition: 350ms ease-in-out;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.qda-navigation--inline .children .menu-item,
.qda-navigation--inline .children .page_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
}

.qda-navigation--inline .page_item_has_children .page_item_has_children .children {
    left: 100%;
}

.qda-navigation--inline .page_item_has_children .page_item_has_children .qda-menu-arrow {
    float: right;
    transform: rotate(-90deg);
}

.qda-navigation--fullscreen .children {
    display: none;
}

.qda-navigation--fullscreen .sub-menu {
    padding: 0;
    margin: 0;
    display: none;
}

.qda-navigation--fullscreen .qda-menu {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.qda-navigation--fullscreen .qda-navigation__show {
    font-size: 40px;
    outline: none;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    transition: 350ms ease-in-out;
    border: none;
    background-color: transparent;
}

.qda-navigation--fullscreen .qda-navigation__hide {
    display: none;
}

.qda-navigation--fullscreen .qda-navigation__nav {
    position: fixed;
    z-index: 10;
    top: 10%;
    right: 0;
    bottom: 10%;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.qda-navigation--fullscreen.is-open {
    text-align: center;
}

.qda-navigation--fullscreen.is-open:before {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: 350ms;
    background: #fff;
}

.qda-navigation--fullscreen.is-open .qda-navigation__nav {
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
}

.qda-navigation--fullscreen.is-open .qda-navigation__hide {
    font-size: 40px;
    position: fixed;
    top: 40px;
    right: 40px;
    display: block;
    padding: 10px;
    border: none;
    background-color: transparent;
}

.qda-navigation--fullscreen .menu-item,
.qda-navigation--fullscreen .page_item {
    display: block;
    clear: both;
}

.qda-navigation--fullscreen .menu-item > a,
.qda-navigation--fullscreen .page_item > a {
    display: inline-block;
}

.qda-navigation--fullscreen .qda-menu-arrow {
    transition: 350ms ease-in-out;
    transform: rotate(0);
    position: relative;
    display: inline-block;
    right: -5px;
}

.qda-navigation--fullscreen .show-dropdown > a .qda-menu-arrow {
    transform: rotate(-90deg);
}

.qda-filter__open {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qda-filter__featimg {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: auto;
}

.qda-filter__more {
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
}

.qda-filter__item {
    position: relative;
    margin-bottom: 30px;
}

.qda-filter__item:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: 350ms ease-in-out;
}

.qda-filter__item:hover:before {
    top: 10px;
    left: 10px;
    box-shadow: 8px 8px 12px rgba(72, 72, 72, 0.15);
}

.qda-filter-groups {
    margin-bottom: 45px;
    text-align: center;
    letter-spacing: .2em;
}

.qda-filter-groups:nth-child(2) {
    margin: 0;
}

.qda-filter-groups__btn {
    font-weight: 500 !important;
    margin: 0 5px 10px 0;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
}

.qda-filter-groups__btn:last-child {
    margin-right: 0;
}

.qda-cart {
    /* Product item details
   ******************************** */
    /* Totals
   ******************************** */
    /* Cart footer
   ******************************** */
    /* Styles
   ******************************** */
    /* Position
   ******************************** */
}

.qda-cart__close {
    display: none;
}

.qda-cart__bag {
    position: relative;
    display: inline-block;
}

.qda-cart__bag-toggle {
    position: relative;
}

.qda-cart__icon {
    line-height: 1;
    position: relative;
    transition: 350ms ease;
    vertical-align: middle;
}

.qda-cart__icon-price {
    vertical-align: middle;
    margin-left: 5px;
}

.qda-cart__icon-count {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    right: -9px;
    bottom: -9px;
    line-height: 21px;
}

.qda-cart__content {
    z-index: 9999;
    text-align: left;
}

@media (max-width: 768px) {
    .qda-cart__content {
        margin-top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.qda-cart__count {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: -2px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
}

.qda-cart__title {
    font-weight: 700;
    margin: 0 0 20px 0;
}

.qda-cart__empty {
    font-size: .875rem;
    font-style: italic;
    text-align: center;
}

.qda-cart__product {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.qda-cart__product:first-child {
    padding-top: 0;
}

.qda-cart__product:last-child {
    border-bottom: none;
}

.qda-cart__product-feat {
    float: left;
    max-width: 80px;
    margin-right: 20px;
}

.qda-cart__product-name {
    font-size: 16px;
    font-weight: 700;
}

.qda-cart__product-details {
    margin-top: 5px;
}

.qda-cart__product-quantity, .qda-cart__product-price {
    vertical-align: middle;
}

.qda-cart__product-quantity {
    margin-right: 5px;
}

.qda-cart__product-price {
    margin-left: 5px;
}

.qda-cart__product-remove {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 25px;
    height: 25px;
    margin-top: -18px;
    text-align: center;
    color: inherit;
}

.qda-cart__status {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.qda-cart__status h4 {
    font-family: inherit;
    font-size: .975rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.qda-cart__sum {
    margin-left: 10px;
}

.qda-cart__proceed {
    margin-top: 20px;
    text-align: right;
}

.qda-cart__button {
    line-height: 1;
}

.qda-cart__button:first-child {
    margin-right: 10px;
}

.qda-cart--style-inline .qda-cart__content {
    background-color: transparent;
}

.qda-cart--style-below .qda-cart__content {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.qda-cart--style-below .qda-cart__title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.qda-cart--style-below .qda-cart__content {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    width: 350px;
    margin-top: -20px;
    transition: 350ms ease;
    opacity: 0;
}

.qda-cart--style-below .qda-cart__bag:hover .qda-cart__content {
    visibility: visible;
    margin-top: -4px;
    opacity: 1;
}

.qda-cart--position-right .qda-cart__content {
    left: 0;
    margin-right: auto;
}

.qda-cart--position-left .qda-cart__content {
    right: 0;
    margin-right: auto;
}

.qda-countdown-day {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}

.qda-countdown span {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
    letter-spacing: 4px;
}

.qda-countdown-hour-wrap {
    margin-top: 25px;
    padding-left: 5px;
    text-align: left;
}

.qda-countdown-hour-wrap:after {
    display: table;
    clear: both;
    content: '';
}

.qda-countdown-hour-wrap > div {
    display: inline-block;
    float: left;
    width: 33%;
}

@media (max-width: 789px) {
    .qda-countdown-day {
        font-size: 5em;
        text-align: center;
    }

    .qda-countdown-day span {
        display: block;
        float: none;
    }

    .qda-countdown-hour-wrap {
        font-size: 20px;
        line-height: 1;
        margin-top: 0;
        text-align: center;
    }

    .qda-countdown-hour-wrap > div {
        font-size: 14px;
        display: block;
    }
}

@media (max-width: 548px) {
    .qda-countdown-hour-wrap > div {
        width: 100%;
        text-align: center;
    }

    .qda-countdown span {
        float: none;
        margin-bottom: 15px;
        vertical-align: initial;
    }
}

.qda-main-content {
    background-color: #fff;
}

.qda-single #respond {
    margin: 47px 0 0;
    box-shadow: 0 0 16px rgba(203, 200, 200, 0.1);
    padding: 60px 30px;
}

.qda-single-comments #respond {
    box-shadow: none;
    margin: 0;
    padding: 30px 0 0;
}

.qda-single__featimg {
    display: block;
    margin: auto;
}

.qda-single__related, .qda-single__comments, .qda-single__post {
    box-shadow: 0 0 16px rgba(203, 200, 200, 0.17);
}

.qda-single__related, .qda-single__comments, .qda-single__body {
    padding: 60px 30px;
}

.qda-single__related, .qda-single__comments {
    margin-top: 47px;
}

.qda-single__title {
    font-family: "Playfair Display", sans-serif, serif;
    font-size: 32px;
    font-weight: 700;
    color: #716f70;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.qda-single__sidebar {
    background-color: #f8f7f7;
    padding: 30px;
    margin-bottom: 30px;
}

.qda-single__sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qda-single-meta {
    margin-bottom: 30px;
    color: #676566;
    overflow: hidden;
}

.qda-single-meta__item {
    display: inline;
    vertical-align: middle;
    position: relative;
    margin-bottom: 5px;
}

.qda-single-meta__item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.qda-single-meta__item:last-child:after {
    content: none;
}

.qda-single-meta__item:after {
    content: '';
    width: 1px;
    height: 18px;
    margin: 0 20px;
    display: inline-block;
    background-color: currentColor;
    opacity: 0.6;
    vertical-align: middle;
}

.qda-single__block-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 40px 0;
    line-height: 1.3;
    letter-spacing: normal;
}

.qda-single-socials {
    text-align: right;
    font-size: 1.2em;
}

@media (max-width: 992px) {
    .qda-single-socials {
        text-align: center;
    }
}

.qda-single-socials__link {
    color: rgba(199, 199, 199, 0.8);
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.qda-single-socials__link:first-child {
    margin-left: 0;
}

.qda-single__content:after {
    content: '';
    clear: both;
    display: table;
}

.qda-single-tags {
    color: #676566;
    margin-top: 15px;
}

@media (max-width: 992px) {
    .qda-single-tags {
        margin-bottom: 30px;
    }
}

.qda-single-tags__title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.qda-single-tags__tag {
    vertical-align: middle;
    color: rgba(97, 97, 98, 0.8);
}

.qda-posts-grid__article {
    margin-bottom: 30px;
}

.qda-posts-grid__header {
    margin-bottom: 25px;
}

.qda-posts-grid__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin: 10px 0 0;
    padding: 0;
}

.qda-posts-grid__meta {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 10px;
    color: rgba(113, 111, 112, 0.8);
}

.qda-posts-grid__meta-item {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.qda-posts-grid__meta-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.qda-posts-grid__meta-item:last-child:after {
    content: none;
}

.qda-posts-grid__meta-item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    margin: auto;
    content: '';
    opacity: .6;
    background-color: currentColor;
}

.qda-posts-grid__excerpt {
    margin-top: 10px;
}

.qda-posts-grid__link {
    color: inherit;
}

.qda-single-comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qda-single-comments__comment {
    padding: 40px 0 0;
    margin-top: 40px;
    position: relative;
}

.qda-single-comments__comment:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    left: 0px;
    height: 1px;
    background-color: #f3f3f3;
}

.qda-single-comments--depth-1 {
    margin-left: 130px;
}

@media (max-width: 768px) {
    .qda-single-comments.is-reply-comment {
        margin-left: 0;
    }
}

@media (max-width: 960px) {
    .qda-single-comments.is-reply-comment {
        margin-left: 20px;
    }
}

@media (max-width: 1170px) {
    .qda-single-comments.is-reply-comment .is-reply-comment .is-reply-comment {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .qda-single-comments__comment:before {
        left: 0;
    }
}

.qda-single-bio {
    border-top: 1px solid rgba(239, 239, 239, 0.9);
    margin-top: 60px;
    padding-top: 47px;
}

.qda-single-author {
    display: flex;
}

.qda-single-author__face {
    width: 105px;
}

.qda-single-author__photo {
    width: 100%;
    border-radius: 50%;
}

.qda-single-author__body {
    width: calc(100% - 104px);
    padding-left: 30px;
}

.qda-single-author__head {
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 1.3;
}

.qda-single-author__name {
    vertical-align: bottom;
    float: left;
    margin: 0 20px 0 0;
    font-size: inherit;
    font-weight: 700;
    color: #616162;
}

.qda-single-author__social {
    text-align: left;
    margin-top: 20px;
}

.qda-single-author__meta {
    float: right;
    font-size: 13px;
    color: #716f70;
}

.qda-single-author__meta-item {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .qda-single-author__meta-item {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.qda-single-author__meta-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.qda-single-author__meta-item:last-child:after {
    content: none;
}

.qda-single-author__meta-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: currentColor;
    opacity: 0.6;
}

.qda-single-author__text {
    color: rgba(97, 97, 98, 0.9);
    line-height: 1.6;
    clear: both;
}

@media (max-width: 768px) {
    .qda-single-author {
        flex-direction: column;
    }

    .qda-single-author__body {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }

    .qda-single-author__name {
        float: none;
    }

    .qda-single-author__meta {
        float: none;
        display: block;
        clear: both;
        margin-top: 5px;
    }
}

.qda-post-comment__input {
    font-size: 1em;
}

.qda-post-comment__logged-as, .qda-post-comment__input {
    margin-bottom: 20px;
}

.qda-post-comment__submit {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.qda-post-comment__cancel {
    margin-left: 10px;
    float: right;
}

.qda-pagination {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(239, 239, 239, 0.9);
    padding: 40px 0;
    margin: 40px 0;
    line-height: 30px;
    clear: both;
}

.qda-pagination__title {
    margin-right: 5px;
}

.qda-pagination span:not(.qda-pagination__title) {
    text-align: center;
    width: 32px;
    display: inline-block;
    margin-right: 5px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.qda-posts-pagination {
    margin-bottom: 60px;
}

.qda-booking {
    line-height: 1.4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qda-booking__title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 45px;
}

.qda-booking__schedule, .qda-booking__prices {
    padding: 30px;
    width: 290px;
}

.qda-booking__schedule {
    border: 5px solid #86214d;
    color: #898989;
    float: left;
}

.qda-booking__prices {
    float: right;
    background-color: #87204d;
    color: #fff;
}

.qda-booking__prices .qda-booking__title {
    color: #fff !important;
}

.qda-booking__day {
    margin-bottom: 30px;
}

.qda-booking__day-name {
    font-size: 18px;
    font-style: italic;
    margin: 0 0 15px 0;
}

.qda-booking__day-hours {
    font-weight: 700;
    font-size: 12px;
}

.qda-booking__info {
    padding-top: 30px;
    border-top: 1px solid #fbfbfb;
}

.qda-booking .qda-calendar {
    position: relative;
    z-index: 1;
    transform: scale(1.03);
    margin: 10px 0;
}

@media (max-width: 992px) {
    .qda-booking {
        flex-direction: column;
    }

    .qda-booking__prices, .qda-booking__schedule {
        float: none;
        clear: both;
        width: 100%;
    }

    .qda-booking .qda-calendar {
        transform: scale(1);
        margin: 20px 0;
    }
}

.qda-calendar {
    padding: 40px;
    letter-spacing: 0.2em;
    text-align: center;
    max-width: 550px;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}

.qda-calendar__title {
    margin: 30px 0 40px 0;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
}

.qda-calendar__subtitle {
    text-transform: uppercase;
    font-size: 12px;
    color: #b1b1b1;
}

.qda-calendar__inner {
    border-top: 1px solid #f5f5f5;
    padding-top: 50px;
}

.qda-calendar__days {
    text-transform: uppercase;
    font-size: 12px;
    list-style: none;
    overflow: hidden;
    margin: 0;
    color: #87204d;
    padding: 0;
}

.qda-calendar__days-name {
    float: left;
    width: 14.2857%;
}

.qda-calendar__numbers {
    font-size: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.qda-calendar__numbers-num {
    width: 14.2857%;
    font-size: 12px;
    float: left;
    margin: 25px 0;
    position: relative;
    cursor: pointer;
}

.qda-calendar__numbers-num:nth-child(7n-7) {
    margin-left: 0;
}

.qda-calendar__numbers-num.is-active {
    color: #84224b;
}

.qda-calendar__numbers-num.is-active:after {
    opacity: 1;
}

.qda-calendar__numbers-num:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    border: 2px solid #efefef;
}

@media (max-width: 768px) {
    .qda-calendar__numbers-num:after {
        width: 36px;
        height: 36px;
    }
}

.woocommerce .products .woocommerce-loop-product__title {
    font-size: 1.2em !important;
    margin-bottom: 10px !important;
}

.woocommerce .products .price {
    font-size: 1.2em !important;
    font-weight: 700 !important;
}

.woocommerce .products del {
    display: inline-block !important;
    margin-right: 5px;
}

.woocommerce .products .button {
    margin-top: 20px !important;
    padding: 10px 15px !important;
}

.woocommerce .products a.woocommerce-loop-product__link {
    color: #616162 !important;
}

.woocommerce .select2-search__field,
.woocommerce .input-text {
    padding: 8px 15px !important;
    font-size: inherit;
    font-family: inherit;
    min-width: 8em;
    border-radius: 3px;
    color: inherit !important;
    vertical-align: middle;
    border: 1px solid rgba(239, 239, 239, 0.9) !important;
}

.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button {
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 30px !important;
    color: #fff !important;
}

.woocommerce .select2-selection__rendered {
    color: inherit !important;
}

.woocommerce .select2-selection--single {
    border-color: rgba(239, 239, 239, 0.9);
    height: auto !important;
    padding: 5px 15px;
}

.woocommerce .select2-selection__arrow {
    bottom: 0;
    margin: auto;
}

.woocommerce .woocommerce-checkout-review-order-table,
.woocommerce .woocommerce-cart-form__contents {
    border-left: none !important;
}

.woocommerce .woocommerce-checkout-review-order-table a.remove,
.woocommerce .woocommerce-cart-form__contents a.remove {
    width: 24px !important;
    height: 24px !important;
    line-height: 28px !important;
    border-radius: 0 !important;
}

.woocommerce table.shop_table {
    box-shadow: none;
    border-radius: 0;
}

.woocommerce table.shop_table td {
    padding: 10px 15px;
}

.woocommerce table.shop_table td {
    border-color: rgba(239, 239, 239, 0.9);
}

.woocommerce .woocommerce-MyAccount-navigation {
    border: 1px solid rgba(239, 239, 239, 0.9);
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation a {
    padding: 10px 15px;
    display: block;
}

.woocommerce .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid rgba(239, 239, 239, 0.9);
}

.woocommerce .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
}

.woocommerce #respond input#submit {
    color: #fff;
}

.woocommerce span.onsale {
    border-radius: 0;
    height: auto;
    top: 30px;
    left: 30px;
    width: auto;
    line-height: 1;
    min-height: initial;
    padding: 7px 10px;
}

.woocommerce .product_meta {
    font-size: 14px;
}

.woocommerce .woocommerce-product-details__short-description {
    margin: 30px 0 60px 0 !important;
    border-radius: 0;
}

.woocommerce .woocommerce-product-rating {
    font-size: 13px;
}

.woocommerce .star-rating {
    color: #f5d321;
}

.woocommerce .star-rating span:before, .woocommerce .star-rating:before {
    color: inherit;
}

.woocommerce .price {
    font-weight: 700;
    font-size: 30px !important;
    margin: 0 !important;
    line-height: 1;
}

.woocommerce .price ins {
    text-decoration: none;
}

.woocommerce div.product form.cart table td {
    padding-left: 10px;
}

.woocommerce .product .onsale {
    margin: 0 !important;
}

.woocommerce .woocommerce-product-gallery__trigger {
    top: 30px !important;
    right: 30px !important;
    border-radius: 0 !important;
}

.woocommerce .woocommerce-product-gallery__trigger:before {
    border-color: #fff !important;
}

.woocommerce .woocommerce-product-gallery__trigger:after {
    background-color: #fff !important;
}

.woocommerce .woocommerce-product-gallery {
    border: 3px solid #ebebeb;
    padding: 30px;
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 30px !important;
}

.woocommerce .woocommerce-product-gallery__image {
    cursor: move;
}

.woocommerce .woocommerce-product-gallery__image:first-child {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-product-gallery__image:only-child {
    margin-bottom: 0;
}

.woocommerce .woocommerce-product-gallery__image:nth-child(n+2) {
    vertical-align: middle;
}

.woocommerce .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
    position: relative;
}

.woocommerce .variations {
    padding: 30px;
    margin-bottom: 30px !important;
}

.woocommerce .variations .label {
    text-transform: capitalize;
}

.woocommerce .woocommerce-variation-price {
    margin-bottom: 20px;
}

.woocommerce .cart .single_add_to_cart_button {
    border-radius: 0;
    margin-left: 30px;
}

.woocommerce .cart .input-text {
    width: 80px;
    min-width: initial;
    border-radius: 0;
    border-width: 2px !important;
}

.woocommerce .woocommerce-tabs {
    padding-top: 60px;
}

.woocommerce table.shop_attributes td {
    padding-left: 10px;
}

.woocommerce .wc-tabs {
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
}

.woocommerce .wc-tabs:before {
    display: none !important;
}

.woocommerce .wc-tabs li {
    padding: 0 !important;
    margin: 0 30px 0 0 !important;
    border: none !important;
    background-color: transparent !important;
    text-transform: uppercase;
    opacity: 0.8;
}

.woocommerce .wc-tabs li.active {
    opacity: 1;
}

.woocommerce .wc-tabs li.active a:after {
    opacity: 0.8;
}

.woocommerce .wc-tabs li:before, .woocommerce .wc-tabs li:after {
    display: none !important;
}

.woocommerce .wc-tabs a {
    position: relative;
    padding: 0 !important;
    font-weight: 400 !important;
    display: block;
    font-size: 18px !important;
}

.woocommerce .wc-tabs a:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    background-color: currentColor;
}

.woocommerce #comments .commentlist {
    padding: 0 !important;
    padding-top: 30px !important;
}

.woocommerce #reviews .avatar {
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    padding: 0 !important;
    border: none !important;
}

.woocommerce #reviews .comment-text {
    margin: 0 0 0 80px !important;
    border: none !important;
    padding: 0 !important;
}

.woocommerce #reviews .meta {
    font-size: 1em !important;
    margin: 0 0 5px 0 !important;
}

.woocommerce #reviews .comment {
    margin-bottom: 30px !important;
}

.woocommerce #reviews .comment-respond {
    overflow: auto !important;
    padding-top: 25px !important;
}

.woocommerce #reviews .submit {
    padding: 13px 25px !important;
    transition: 350ms ease-in-out;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: inherit !important;
}

.woocommerce #reviews .comment-reply-title {
    font-size: 30px;
    font-weight: 700;
}

.woocommerce #reviews .comment-form-rating {
    margin: 15px 0 !important;
}

.woocommerce #reviews .stars {
    color: #f5d321;
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 15px !important;
    vertical-align: middle;
}

.woocommerce #reviews .stars a {
    color: inherit;
}

.woocommerce #comment {
    font-family: inherit;
    line-height: 1.3;
    font-size: inherit;
    min-height: 150px;
    width: 100%;
    padding: 13px 15px;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #fff;
}

.woocommerce #comment::placeholder {
    color: rgba(123, 122, 122, 0.8);
}

.woocommerce .product p.stock {
    font-size: 1em !important;
    border: 2px solid currentColor;
    padding: 10px;
    color: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 30px 0;
}

.woocommerce-MyAccount-content fieldset {
    border: 1px solid rgba(239, 239, 239, 0.9);
    margin-top: 30px;
}

.woocommerce-MyAccount-content legend {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875em;
}

.woocommerce-Address {
    border: 1px solid rgba(239, 239, 239, 0.9);
    padding: 20px;
}

.woocommerce-pagination ul.page-numbers {
    margin: 0 !important;
    border: none !important;
}

.woocommerce-pagination li {
    margin: 0 5px 5px 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.woocommerce-pagination li .page-numbers {
    padding: 10px 15px !important;
    border: 2px solid #ebebeb !important;
    transition: 350ms ease-in-out;
}

.woocommerce-pagination li .page-numbers.current, .woocommerce-pagination li .page-numbers:hover {
    background-color: transparent !important;
    border-color: currentColor !important;
}

.qda-change-view {
    font-size: 24px;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 1;
    display: inline-block;
    color: currentColor;
}

.qda-shop-toolbar {
    padding: 15px 25px;
    background-color: #f6f5f5;
    margin-bottom: 30px;
}

.qda-shop-toolbar:after {
    content: '';
    display: table;
    clear: both;
}

.woocommerce-ordering {
    margin: 0 !important;
}

.woocommerce-ordering .orderby {
    background-color: transparent;
    border: none;
    padding: 0;
}

.woocommerce-result-count {
    margin-bottom: 30px !important;
    float: none !important;
    text-align: center;
}

.woocommerce-message:before {
    color: inherit;
}

.product_list_widget li:before {
    display: none !important;
}

.product_list_widget img {
    width: 48px !important;
}

.product_list_widget ins {
    text-decoration: none;
}

.product_list_widget .star-rating {
    font-size: 12px;
    margin: 5px 0;
}

.product_list_widget li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #ededed;
}

.widget_shopping_cart .total {
    margin: 10px 0 !important;
    border: none !important;
}

.widget_shopping_cart .buttons {
    padding: 0;
}

.widget_shopping_cart a.button {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 15px !important;
    line-height: 1.4;
    font-weight: 400;
    border-radius: 0;
}

.widget_shopping_cart a.button:last-child {
    margin: 0 !important;
}

.mini_cart_item {
    padding-right: 30px !important;
}

.mini_cart_item .remove {
    left: auto !important;
    right: 0;
    top: 50% !important;
    border-radius: 0 !important;
    transform: translateY(-50%);
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 24px !important;
    transition: 350ms ease-in-out;
}

.widget_product_search input[type=submit] {
    margin-top: 20px;
    color: #fff;
    width: 100%;
    font-size: inherit;
}

.summary .posted_in,
.summary .tagged_as {
    display: block;
    clear: both;
}

.qda-widgets > ul {
    margin: 0;
    list-style: none;
}

.widget {
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.widget:last-child {
    border-bottom: none;
}

.widget .widgettitle {
    color: #716f70;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.3;
}

.widget ul {
    list-style: none;
}

.widget ul:not(.children) {
    padding: 0;
}

.widget .children {
    padding-left: 20px;
}

.widget li, .widget li.recentcomments {
    position: relative;
}

.widget li:before, .widget li.recentcomments:before {
    content: '' !important;
    width: 5px;
    vertical-align: middle;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px 0 0;
}

.widget li a, .widget li.recentcomments a {
    color: inherit;
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.widget_calendar caption {
    color: #fff;
}

.widget_rss ul {
    padding: 0;
}

.widget_rss .rssSummary {
    font-size: 0.875rem;
}

.widget_rss li {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss li:before {
    display: none;
}

.widget_rss li:last-of-type {
    margin-bottom: 0;
}

.widget_rss li:after {
    content: none;
}

.widget_rss .rss-date {
    font-size: 0.8rem;
    font-style: italic;
    display: block;
    margin: 5px 0;
    color: #CCCCCC;
}

.tagcloud {
    overflow: hidden;
}

.tagcloud a {
    padding: 10px 20px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 0.785em !important;
    float: left;
    margin: 0 6px 6px;
}

.widget_calendar {
    font-size: 14px;
}

.widget_calendar caption {
    padding: 7px 10px;
}

.widget_calendar td,
.widget_calendar th,
.widget_calendar tr {
    border: none;
}

.widget_search .search-submit {
    margin-top: 20px;
    color: #fff;
    width: 100%;
}

.widget_text strong {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.widget_nav_menu .qda-menu-arrow {
    margin-left: 3px;
}

.qda-std-footer {
    text-align: center;
    font-size: 12px;
}

.qda-std-footer__inner {
    position: relative;
    padding: 30px;
}

.qda-std-footer__inner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.qda-std-header {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .qda-std-header .qda-logo {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .qda-std-header__logo-link {
        text-align: center;
        display: block;
    }
}

.qda-std-header__inner {
    position: relative;
    padding: 30px 0;
}

.qda-std-header__inner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.qda-std-header .qda-search-widget {
    margin-top: 6px;
}

.qda-std-header .qda-navigation--fullscreen {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .qda-std-header .qda-navigation--fullscreen {
        margin: 0 0 20px 0;
    }
}

.qda-std-header .qda-navigation__nav a:not(.qda-navigation__link-no-menu) {
    font-size: 18px;
    color: #616162;
    font-weight: 600;
    font-family: "Playfair Display", sans-serif, serif;
}

.qda-std-header .qda-navigation__nav a:not(.qda-navigation__link-no-menu):hover {
    color: #86214d;
}

.qda-std-header .qda-navigation__nav .sub-menu a {
    font-size: 14px;
}
