.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;top:0;left:0;display:block;}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.dreaming-wccp-button {
display: inline-block;
height: 40px;
line-height: 40px;
text-align: center;
}
.dreaming-wccp-button::before {
font-family: 'FontAwesome', sans-serif;
content: '\f0ec';
font-size: 16px;
font-weight: normal;
}
.dreaming-wccp-button.processing {
cursor: none;
}
.dreaming-wccp-button.processing::before {
box-sizing: border-box;
z-index: 9;
display: inline-block;
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
content: "\f110";
font-size: 18px;
}
.dreaming-wccp-button.added::before,
.dreaming-wccp-button:hover {
color: #9ab968;
}
.dreaming-wccp-products-list-wrap {
display: none;
position: fixed;
left: 0;
bottom: 0;
background-color: #fff;
width: 100%;
z-index: 1000001;
}
.dreaming-wccp-products-list-wrap .actions-wrap {
float: left;
}
.dreaming-wccp-products-list-wrap .actions-wrap a {
display: block;
width: 150px;
border: 2px solid #e5e5e5;
line-height: 36px;
text-align: center;
margin: 10px 0;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
}
.dreaming-wccp-products-list-wrap .actions-wrap a.dreaming-wccp-go-to-compare {
background: #000;
color: #fff;
border-color: #000;
}
body.dreaming-wccp-show-products-list .dreaming-wccp-products-list-wrap {
display: block;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.dreaming-wccp-products-list.container {
max-width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.dreaming-wccp-products-list.container {
width: 750px;
}
}
@media (min-width: 992px) {
.dreaming-wccp-products-list.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.dreaming-wccp-products-list.container {
width: 1170px;
}
}
@media (min-width: 1280px) {
.dreaming-wccp-products-list.container {
width: 1440px;
}
}
@media (max-width: 767px) {
body.dreaming-wccp-show-products-list .dreaming-wccp-products-list-wrap {
display: none !important;
}
}
.dreaming-wccp-products-list-content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
}
.dreaming-wccp-products-list-content .part-left {
float: left;
text-align: center;
min-width: 200px;
}
.dreaming-wccp-products-list-content .part-right {
display: flex;
width: calc(100% - 200px);
align-items: center;
}
.dreaming-wccp-products-list-content .dreaming-wccp-title {
position: relative;
padding-bottom: 10px;
}
.dreaming-wccp-products-list-content .dreaming-wccp-title:before {
content: "";
width: 40px;
border-bottom: 2px solid #9ab968;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.dreaming-wccp-products-list-content .dreaming-wccp-close {
cursor: pointer;
font-size: 0;
margin: 10px;
display: inline-block;
}
.dreaming-wccp-products-list-content .dreaming-wccp-close:before {
content: "\f00d";
font-family: 'FontAwesome';
font-size: 20px;
}
.products-compare-list {
list-style: none;
width: 100%;
max-width: calc(100% - 150px);
margin: 0 30px;
}
.products-compare-list .thumb-hover {
position: absolute;
left: 50%;
bottom: calc(100% + 20px);
width: 230px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
padding: 15px;
text-align: center;
-webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.07);
background: #fff;
visibility: hidden;
opacity: 0;
}
.products-compare-list .thumb-hover img {
width: 100%;
height: auto;
}
.products-compare-list .product-title {
line-height: 22px;
display: inline-block;
padding-top: 10px;
width: 100%;
}
.products-compare-list .compare-item {
position: relative;
float: left;
border: 1px solid #e5e5e5;
border-radius: 3px;
margin: 5px;
}
.products-compare-list .compare-item:hover .thumb-hover {
visibility: visible;
opacity: 1;
}
.products-compare-list .compare-item .thumb img {
width: 90px;
height: auto;
}
.products-compare-list .compare-item .dreaming-wccp-remove-product {
font-size: 0;
position: absolute;
top: 3px;
right: 3px;
line-height: 10px;
}
.products-compare-list .compare-item .dreaming-wccp-remove-product:before {
content: "\f00d";
font-family: 'FontAwesome';
font-size: 10px;
}
@media (max-width: 1199px) {
.products-compare-list {
max-height: 175px;
overflow-y: auto;
overflow-x: hidden;
}
.products-compare-list .compare-item .thumb img {
max-width: 75px;
}
} .dreaming-wccp-wrap {
padding-top: 40px;
padding-bottom: 25px;
}
.dreaming-wccp-content-wrap {
display: inline-block;
width: 100%;
border: 1px solid #e5e5e5;
border-radius: 3px;
margin-bottom: 40px;
}
.dreaming-wccp-content-wrap .compare-empty {
padding-top: 30px;
font-size: 20px;
color: #999;
text-align: center;
}
.dreaming-wccp-content-wrap .return-to-shop {
text-align: center;
padding-bottom: 10px;
}
.dreaming-wccp-content-wrap .return-to-shop a {
display: inline-block;
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
padding: 0 20px;
height: 42px;
line-height: 42px;
color: #fff;
background-color: #000;
}
.dreaming-wccp-content-wrap .dreaming-wccp-left-part {
border-right: 1px solid #e5e5e5;
font-weight: 600;
color: #000;
font-size: 16px;
width: 130px;
float: left;
}
.dreaming-wccp-content-wrap .dreaming-wccp-right-part {
width: calc(100% - 130px);
margin-left: 0;
margin-right: 0;
float: left;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col {
max-width: 100%;
text-align: center;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field {
border-bottom: 1px solid #e7e7e7;
min-height: 42px;
line-height: 24px;
padding: 8px 10px;
font-size: 15px;
color: #000;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field:last-child {
border-bottom: none;
}
.dreaming-wccp-content-wrap .dreaming-wccp-right-part .dreaming-wccp-col .dreaming-wccp-field.field-price {
color: #9ab968;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field.field-image {
height: 240px;
padding-top: 10px;
padding-bottom: 10px;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field:nth-child(2n) {
background-color: #f9f9f9;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field .added_to_cart,
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field .button {
background-color: #000;
color: #fff;
height: 24px;
line-height: 24px;
display: inline-block;
font-size: 12px;
padding-left: 15px;
padding-right: 15px;
vertical-align: top;
text-transform: uppercase;
font-weight: 700;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field .button.added {
display: none;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field .button.loading::before {
font-family: 'FontAwesome', sans-serif;
font-weight: normal;
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
content: "\f110";
display: inline-block;
font-size: 13px;
vertical-align: top;
margin-right: 5px;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field.field-description {
height: 130px;
}
.dreaming-wccp-content-wrap .dreaming-wccp-right-part .dreaming-wccp-col .dreaming-wccp-field.field-description {
font-size: 13px;
color: inherit;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col .image-wrap {
margin: 0 auto;
display: table;
}
.dreaming-wccp-content-wrap .dreaming-wccp-col:not(.field-names-col) .dreaming-wccp-field:last-child {
border: none;
}
.dreaming-wccp-content-wrap .dreaming-wccp-add-more-product {
font-size: 0;
line-height: 1;
}
.dreaming-wccp-content-wrap .dreaming-wccp-add-more-product::before {
content: "\f055";
font-family: 'FontAwesome';
font-size: 16px;
}
.dreaming-wccp-content-wrap .product-title {
line-height: 24px;
margin-top: 10px;
font-size: 15px;
font-weight: 500;
text-align: center;
}
.dreaming-wccp-content-wrap .product-title .dreaming-wccp-add-more-product {
font-size: 15px;
}
.dreaming-wccp-content-wrap .product-title .dreaming-wccp-add-more-product:before {
margin-right: 10px;
}
.dreaming-wccp-content-wrap .owl-carousel .owl-item {
border-left: 1px solid #e5e5e5;
}
.dreaming-wccp-content-wrap .owl-carousel .owl-nav > button {
width: 40px;
display: block;
font-size: 20px;
background: #000;
border-radius: 50%;
justify-content: center;
color: #fff;
height: 40px;
margin: 10px 0;
align-items: center;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
position: absolute;
z-index: 1;
}
.dreaming-wccp-content-wrap .owl-carousel .owl-nav > button.owl-prev {
left: 5px;
top: 50%;
margin-top: -20px;
}
.dreaming-wccp-content-wrap .owl-carousel .owl-nav > button.owl-next {
right: 5px;
top: 50%;
margin-top: -20px;
}
.dreaming-wccp-content-wrap .dreaming-wccp-remove-product {
font-size: 0;
line-height: 10px;
}
.dreaming-wccp-content-wrap .dreaming-wccp-remove-product::before {
content: "\f00d";
font-family: 'FontAwesome';
font-size: 14px;
}
.compare-slick {
position: relative;
}
.compare-slick .slick-arrow {
position: absolute;
z-index: 100002;
top: 50%;
background-color: #000;
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 20px;
}
.compare-slick .slick-arrow.prev {
left: 0;
}
.compare-slick .slick-arrow.next {
right: 0;
}
.dreaming-wccp-owl-slider .owl-dots {
display: none !important;
}
.dreaming-wccp-add-products-wrap {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 1000003;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
justify-content: center;
align-items: center;
}
.dreaming-wccp-add-products-wrap .dreaming-wccp-add-products-inner {
width: 740px;
max-width: 100%;
margin: 0 auto;
background-color: #fff;
padding: 40px;
}
.dreaming-wccp-show-popup .dreaming-wccp-add-products-wrap {
display: flex;
}
.dreaming-wccp-form {
position: relative;
}
.dreaming-wccp-form.processing:before {
content: '';
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.6);
}
.dreaming-wccp-form .dreaming-wccp-title:before {
display: none;
}
.dreaming-wccp-form .part-top {
margin-bottom: 15px;
}
.dreaming-wccp-form .dreaming-wccp-input-group {
width: 100%;
position: relative;
padding-right: 123px;
}
.dreaming-wccp-form .dreaming-wccp-input-group input[type="text"] {
width: 100%;
}
.dreaming-wccp-form .dreaming-wccp-input-group button {
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 120px;
}
.dreaming-wccp-form .dreaming-wccp-search-results .dreaming-wccp-search-result-item {
width: 100%;
cursor: pointer;
display: inline-block;
margin-bottom: 10px;
padding-bottom: 10px;
position: relative;
border-bottom: 1px solid #e7e7e7;
transition: none;
}
.dreaming-wccp-form .dreaming-wccp-search-results .dreaming-wccp-search-result-item img {
width: 40px;
height: auto;
border: 1px solid #e7e7e7;
margin-right: 10px;
float: left;
}
.dreaming-wccp-form .dreaming-wccp-search-results .dreaming-wccp-search-result-item:last-child {
border-bottom: none;
}
.dreaming-wccp-form .dreaming-wccp-search-results .dreaming-wccp-search-result-item.processing:before {
content: '';
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.6);
}
.dreaming-wccp-form .dreaming-wccp-close-popup {
position: absolute;
top: -40px;
right: -40px;
z-index: 1;
font-size: 0;
width: 40px;
height: 40px;
line-height: 40px;
}
.dreaming-wccp-form .dreaming-wccp-close-popup:before {
content: "\f00d";
font-family: 'FontAwesome';
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: block;
}
@-webkit-keyframes dreaming-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes dreaming-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}@keyframes rotate-forever{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:none;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay{bottom:0;display:none;height:100%;left:0;overflow:auto;overflow:initial;position:fixed;right:0;top:0;transition:all .15s ease-in-out;width:100%;z-index:1999999999}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{margin-bottom:3em;position:absolute;top:100px;z-index:1999999999}.pum-container.pum-responsive{height:auto;left:50%;margin-left:-47.5%;overflow:visible;width:95%}.pum-container.pum-responsive img{height:auto;max-width:100%}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;margin-left:inherit;top:auto}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content:focus{outline:none}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content>:last-child{margin-bottom:0}.pum-container .pum-content+.pum-close{background-color:#0000;cursor:pointer;line-height:1;min-width:1em;position:absolute;text-align:center;text-decoration:none;z-index:2}.pum-container .pum-content+.pum-close>span{position:relative;z-index:1}.pum-container.pum-scrollable .pum-content{max-height:95%;overflow:auto;overflow-y:scroll}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container{position:fixed}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{height:auto;position:static;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{font-size:18px;line-height:26px;margin:0 auto;padding:3px;text-align:center;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;border:.25em solid #00000080;border-radius:50%;border-right-color:#0000;display:inline-block;font-size:2em;height:.75em;width:.75em}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{border:.25em solid #ffffff80;border-right-color:#0000;margin-left:.5em}.pum-form__messages{border:1px solid #00000040;display:none;margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message:last-child{margin-bottom:0}.pum-form__message--error{border-color:red;color:red!important}.pum-form__message--success{border-color:green;color:green!important}.pum-form--loading{opacity:.5}.pum-alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-left{text-align:left}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{display:block;margin-bottom:.25em}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;font-size:14px;margin-bottom:5px;padding:10px 8px}.pum-form--style-default button{cursor:pointer;font-size:18px;margin:10px 0 0;padding:10px 5px}.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{bottom:40%;position:absolute;right:50%}.pum-sub-form .spinner-loader:not(:required){animation:spinner-loader 1.5s linear infinite;border-radius:.5em;box-shadow:1.5em 0 0 0 #0000334d,1.1em 1.1em 0 0 #0000334d,0 1.5em 0 0 #0000334d,-1.1em 1.1em 0 0 #0000334d,-1.5em 0 0 0 #0000334d,-1.1em -1.1em 0 0 #0000334d,0 -1.5em 0 0 #0000334d,1.1em -1.1em 0 0 #0000334d;display:inline-block;font-size:10px;height:1em;margin:1.5em;overflow:hidden;text-indent:100%;width:1em}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;margin:0;vertical-align:middle;width:inherit}.popmake-close{cursor:pointer}.pum-container iframe.formidable{overflow:visible;width:100%}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}