
/*
Theme Name: Wall Decor Wallpaper Pro
Theme URI: https://www.buywptemplates.com/themes/wall-decor-wallpaper-pro/
Author: BWT Themes
Author URI: https://www.buywptemplates.com/
Description:
Version: 0.0.3
Requires at least: 5.2.4
Requires PHP: 7.2
Tested up to: 7.4
License: GNU General Public License
License URI:license.txt
Text Domain: wall-decor-wallpaper-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Theme Name: wall decor wallpaper pro WordPress Theme has been created by BWT Themes(buywptemplates.com), 2021.
 WordPress Theme is released under the terms of GNU GPL
*/

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-info: #121212;
  --color-primary: #db0275;
  --color-secondary: #7d7979;
  --color-gray: #333029;
}

/* @import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&display=swap'); */
:root {

  --font-Cardo: Open Sans,Arial,sans-serif;
  --font-Figtree: Open Sans,Arial,sans-serif;
}

html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  color: var(--color-black);
  font-weight: 300;
  font-size: 15px;
  font-family: var(--font-Figtree);
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: var(--color-black);
}
section img {
  max-width: 100%;
}
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 0px;
  background-image: linear-gradient(to bottom, #EDF0F0, white);
}
textarea {
  padding: 5px;
  width: 100%;
}

h2 {
  font: 28px/28px var(--font-Figtree);
  color: var(--color-black);
}

.logo-text h2 a {
  font: 28px/28px var(--font-Figtree) !important;
  color: var(--color-black);
  font-weight: bold !important;
}

h5 {
  font: 22px/28px var(--font-Figtree);
}
a:hover {
    color: var(--color-primary) !important;
}
p,
.comment-author-admin span strong,
.logged-in-as a {
  font: 400 14px/20px var(--font-Figtree);
  color: var(--color-black);
}
.logged-in-as a:hover {
  color: var(--color-black) !important;
}
h6 {
  font: 16px/28px var(--font-Figtree);
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
h1 {
  color: var(--color-black);
}
input[type=search] {
  padding: 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #6c6c6c;
  border: solid 1px #e1e1e1;
  width: 100%;
}
ol,ul {
  padding-left: 0 !important;
}
.comment-author-admin a {
  font: 400 14px/20px var(--font-Figtree);
  color: var(--color-black) !important;
}
.comment .comment-meta {
  margin-top: 2%;
}
.comment .reply {
  margin-bottom: 2%;
}
.bwt-scroll {
  background-attachment: scroll;
}
.bwt-fixed {
  background-attachment: fixed;
}
.section_bg_scroll {
  background-attachment: scroll;
}
.section_bg_fixed{
  background-attachment: fixed;
}
.blog #bwt-header-menu {
  position: static;
  background: var(--color-black) !important;
}
/*#bwt-sidebar a {
  font: 400 18px/24px var(--font-Figtree);
  color: var(--color-gray) !important;
  margin-left: 10px;
  align-self: center;
}*/

#bwt-sidebar .search-submit {
  filter: drop-shadow(0 0 24.5px rgba(232, 140, 9, 0.27));
  background-color: var(--color-yellow);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 9px;
  border-color: var(--color-yellow);
  color: #fff
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  border: unset;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  border: unset;
}
.nav-tabs {
  border-bottom: unset !important;
}
.nav-tabs .nav-link {
  margin-bottom: unset !important;
}
.nav-link {
  transition: unset !important;
}
.nav-next span,.nav-previous span {
  font: 600 16px var(--font-Figtree);
  color: var(--color-black);
}
.theme_button {
  font: 600 18px/22px var(--font-Figtree);
  text-align: center;
  padding: 13px 40px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: var(--color-white);
  background-color: var(--color-blue);
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease 0s;
}
.theme_button:hover {
  color: var(--white);
}
.search-submit {
  filter: drop-shadow(0 0 24.5px rgba(232, 140, 9, 0.27));
  background-color: var(--color-yellow);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 9px;
  border-color: var(--color-yellow);
  color: var(--color-white);
}
.theme_button:before,.theme_button:after,.theme_button span:before,.theme_button span:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-yellow1);
  opacity: 0.6;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease 0.2s;
}
.theme_button:after {
  opacity: 1;
  z-index: -2;
  transition: all 0.4s ease 0.3s;
}
.theme_button span:before,.theme_button span:after {
  opacity: 0.4;
  z-index: -2;
  transition: all 0.4s ease 0.1s;
}
.theme_button span:after {
  opacity: 0.2;
  transition: all 0.4s ease 0s;
}
.theme_button:hover:before,.theme_button:hover:after,.theme_button:hover span:before,.theme_button:hover span:after {
  top: 0;
}
.accordion-item {
  background-color: #fff;
  border: none;
}
.accordion-button {
  background-color: #f2F2F2;
  box-shadow: none;
  border: none;
  padding: 20px 50px;
  margin: 4px 0;
    font-family:var(--font-Figtree);
}
.accordion-button {
  border-bottom: 4px solid rgba(40, 71, 125, 1);
  color: var(--color-blue);
  font-weight: bold;
  background-color: #f2F2F2;
    font-family:var(--font-Figtree);
}
.accordion-button:not(.collapsed) {
  border-bottom: 4px solid var(--color-primary);
  color: var(--color-black);
  font-weight: bold;
  background-color: rgb(222 167 97 / 30%) !important;
  font-family:var(--font-Figtree);
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-item {
  margin: 20px auto;
  border-top: 1px solid rgba(0, 0, 0, .125);
    font-family:var(--font-Figtree);
}
.accordion-body{font-family:var(--font-Figtree);}
.accordion-button:not(.collapsed),.accordion-button:hover {
  color: var(--color-info) !important;
}
.accordion-body {
  font-weight: 500;
}
#accordion .accordion-button:not(.collapsed)::after {
  background-image: url("assets/images/accordion.png") !important;
  transform: rotate(-180deg);
}
#accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("assets/images/accordion.png") !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
#bwt-sidebar .widget {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px dashed #A1A1A1;
  border-radius: 25px;
}
#bwt-sidebar .widget h2 {
  font: 400 28px/50px var(--font-Figtree);
  color: var(--color-black) !important;
  margin-bottom: 8%;
}
#bwt-sidebar .widget h2:after {
  display: block;
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  margin-top: 0;
  background-color: var(--color-primary);
}
#bwt-sidebar ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#bwt-sidebar a {
  font: 500 14px/24px var(--font-Figtree);
  color: #242424 !important;
  align-self: center;
}
#bwt-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
  border-bottom: 1px solid #000 !important;
}
#bwt-sidebar label {
  display: none;
}
#bwt-sidebar input[type=search],.search [type=search] {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #6c6c6c;
  width: 100%;
}
#bwt-sidebar button[type=submit],.search [type=submit] {
  color: var(--color-black);
  padding: 5px 10px;
  font-size: 15px;
  background: var(--color-primary);
  border: unset !important;
  letter-spacing: 1px;
  font-weight: 500;
  height: 44px;
  font-family: var(--font-Figtree);
}
#bwt-sidebar li img {
  width: auto !important;
}
#bwt-sidebar .widget li {
    position: relative;
    padding-left: 15px;
}
#bwt-sidebar .widget li:after {
    content: "";
    position: absolute;
    top: 17px;
    left: -3px;
    width: 8px;
    height: 9px;
    border-radius: 70px;
    border-radius: 250px 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(222 57 96 / 50%)),to(#D9A95B));
    background: linear-gradient(to right,rgb(222 57 96 / 50%),#D9A95B);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-70deg);
    transition: all .3s ease-in-out!important;
}
#bwt-sidebar .widget li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 3px;
    width: 8px;
    height: 9px;
    border-radius: 70px;
    border-radius: 250px 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(222 57 96 / 50%)),to(#D9A95B));
    background: linear-gradient(to right,rgb(222 57 96 / 50%),#D9A95B);
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
    transition: all .3s ease-in-out!important;
}
.wp-block-latest-comments__comment{
  padding-top: 8px;
}
/*-------------*/
#return-to-top {
  position: fixed;
  bottom: 67px;
  right: 15px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 99;
  background-color: var(--color-primary);
}
#return-to-top i {
  color: var(--color-whislider-title-jsonte);
  position: relative;
  top: 13px;
  padding: 0px 4px;
  font-size: 23px;
  transition: all 0.3s ease;
}
#return-to-top:hover{
  color:var(--color-black) !important;
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  margin-bottom: 0px;
  font-family: var(--font-Figtree);
  font: 500 16px/20px var(--font-Figtree);
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 20px;
}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{
  background-color: var(--color-primary) !important;
  color: var(--color-black) !important;
  margin-bottom: 0px;
  font-family: var(--font-Figtree);
  text-transform: uppercase;
  border-radius: 0;
}
.ajax_add_to_cart.added{display: none !important;}
.woocommerce .added_to_cart{
  background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    font: 500 16px/20px var(--font-Figtree);
    border-radius: 0;
    padding: 15px 30px 12px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{padding: 12px 20px;}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}
.woocommerce a {
  font: 500 16px var(--font-Figtree);
}
.woocommerce-account .addresses .title h3 {
  color: var(--color-black) !important;
}
.checkout{
    border: none !important;
    background: #FFFFFF 100% 0% no-repeat padding-box;
    border-radius: 13px;
    box-shadow: rgb(0 0 0 / 15%) 1px 2px 10px 10px;
    padding: 40px;
    margin-bottom: 50px;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3{font-weight: 600;}
#customer_details{margin-bottom: 20px;}
/*.woocommerce li {
  padding: 10px;
}*/
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
  padding: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 6%;
}
.single-product span.onsale {
  display: none;
}
.woocommerce-shop span.onsale {
  top: 16px !important;
  right: 15px !important;
  padding: 2px 9px !important;
  line-height: unset !important;
  min-height: unset !important;
  min-width: unset !important;
  border-radius: unset !important;
  background-color: var(--color-primary) !important;
  color:var(--color-black);
}
.woocommerce-page ul.products li.product {
  transition: all .6s ease-in-out;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  /*box-shadow: 0px 3px 6px #00000029;*/
  /*padding: 5px 5px 10px 5px;*/
  /*border-radius: 5px;*/
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.woocommerce-ordering select {
  font: 700 14px/25px 'Sen', sans-serif;
  letter-spacing: 1px;
  border: none;
  border-bottom: 2px solid #e5e5e5!important;
  background-color: transparent!important;
  border-radius: 0!important;
  -webkit-transition: border-color cubic-bezier(.25, .46, .45, .94) .15s;
  -o-transition: border-color cubic-bezier(.25, .46, .45, .94) .15s;
  transition: border-color cubic-bezier(.25, .46, .45, .94) .15s;
  padding: 8% 0;
  margin-top: -15%;
}
.woocommerce .loader::before{
  display: none !important;
}
.woocommerce ul.products li.product a img{
  height: 300px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  width: 29.5%;
}
/*Loader*/
#custom_preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-primary);
  z-index: 999999;
  height: 100%;
}
/* .spinner{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}
.line{
  background-color: white;
  width: 7px;
  height: 40px;
  margin: 0px 5px;
  border: none;
  animation: size 1s infinite linear;
  border-radius: 20px;
}

.line-1{
  animation-delay: 0.60s;
}
.line-2{
  animation-delay: 0.30s;
}
.line-3{
  animation-delay: 0s;
}
.line-4{
  animation-delay: 0.30s;
}
.line-5{
  animation-delay: 0.60s;
} */

@keyframes size{
  0%{
      height: 40px;
  }
  25%{
      height: 60px;
  }
  50%{
      height: 90px;
  }
  75%{
      height: 60px;
  }
  100%{
      height: 40px;
  }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  color: red;
}

/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fec806;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating{
  color: #fbe018;
  margin: 0 auto;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
.woocommerce .loader::before{
  display: none;
}
.alert.alert-minimalist img {
  width: 50px;
  position: absolute;
}
.alert.alert-minimalist {
  background-color: rgb(255, 255, 238);
  border-color: #ffc107;
  border-radius: 3px;
  color: rgb(149, 149, 149);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
  padding: 10px;
  z-index: 1000000 !important;
  overflow: hidden;
}
.alert.alert-minimalist .prod-title{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  left: 60px;
  position: relative;
}
.alert.alert-minimalist .prod-messg{
  font-size: 13px;
  font-weight: 500;
  color: #5c5959;
  padding-left: 62px;
  margin-top: 10px;
}


/*----------------------Single Blog Page----------------*/
.content_page {
  padding: 30px 30px 30px 30px;
  margin-bottom: 25px;
  border: 1px dashed #A1A1A1;
  border-radius: 25px;
  font: 15px/28px var(--font-Figtree);
}
.content_page.single-blog{
  margin-top:-100px;
  z-index: 2;
  position: relative;
  background-color: var(--color-white);
}
.single-page-metaimage{margin-bottom: 20px;}
.feature-box img {
    width: 100%;
    object-fit: cover;
    height: 70vh;
}
.single-page-category span{
  background-color:#000;
  color: #fff;
  padding: 8px 30px;
  font: 14px/22px var(--font-Figtree);
}
.single-page-title {
  font-size: 36px;
  letter-spacing: 1px;
  color: #121212;
  font-family: var(--font-Figtree);
  font-weight: 400;
}
.single-author-image img{
  width: 20%;
  border-radius: 50%;
  margin-right: 20px;
}
.single-page-metabox,.single-author-image span{
  font: 600 16px/30px var(--font-Figtree);
  color: var(--color-black);
  text-transform: capitalize;
}
.single-page-metabox .entry-comments,.single-page-metabox .entry-date{
  color: #000;
  font-weight: bold;
}
.single-post-content p{
  font-size: 17px;
  line-height: 30px;
  color: #a7a7a7;
  font-family: "Work Sans";
  font-weight: 400;
}
.last_single_head{
  font-size: 25px;
}
.meta-box-question{
  line-height: 55px;
  font-size: 23px;
  letter-spacing: 1px;
  color: #121212;
  font-family: "Yeseva One";
  font-weight: 700;
}
.single-post-social-box .cat-item a{
  font: 400 14px/18px var(--font-roboto);
  color: #fff;
}
.single-post-social-box li{
  list-style-type: none;
  margin-right: 15px;
  float: left;
  padding: 0px 0 0px;
}

.single-post-social-box li a{
  padding: 5px 15px;
  border: 1px solid var(--color-black);
  border-radius: 0px;
  background: var(--color-black);
  color:#fff;
}
.single-post-social-box li a:hover{
  background: var(--color-primary);
  color: var(--color-black) !important;
  border: 1px solid var(--color-primary);
}
.single-date-box span:before,.single-date-box span:after{
  content: '';
  background: #BCBCBC;
  position: absolute;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  left: 0;
}
.single-date-box span:after{
  left: auto;
  right: 0;
}
.socila_share a .fa-facebook-f{
  padding: 9px 12px;
}
.socila_share a .fa-link{
  color: #000000c7;
}
.socila_share a i{
  font-size: 14px;
    border: 2px solid var(--color-primary);
    border-radius: 10px;
    height: 35px;
    width: 35px;
    color: #fff;
    padding: 9px 10px;
    transition: all .4s ease-in-out;
    background: var(--color-primary);
}
.socila_share a i:hover {
    transform: rotate(360deg)scale(1.2);
    background: var(--color-primary);
    color: #fff;
    border: 2px solid #000;
}
.socila_share a .fa-link{
  background-color: #bcbcbc;
}

.single-post-comment{
  margin-top: 11em;
  width: 60%;
}
#reply-title{
  font: 600 22px/26px Open Sans Condensed;;
  color: var(--color-black);
}

.comment-respond label{
  font: 300 14px/35px var(--font-roboto);
  color: var(--color-black);
}
.comment-form-cookies-consent label{
  font-size: 13px;
  line-height: 16px;
}
.logged-in-as,.comment-form-url,.comment-notes{
  display: none;
}
.comment-respond input{
  width: 100%;
}
.comment-respond #wp-comment-cookies-consent{
  width: auto;
}
#respond input[type=submit]{
  color: #fff;
  border-radius: 5px;
  width: auto;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border-color:red;float:left;}

.woocommerce .quantity .qty{
  height: 30px;
}

/* loader css*/
.eco-nature-loading-box{animation: spin 1s infinite linear;}
.sbl-circ-dual{animation: spin4 1s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);}
.eco-nature-loading-box .sbl-circ-dual::after {
    content: '';
    height: 55%;
    width: 55%;
    display: block;
    color: inherit;
    margin: 10px auto;
    position: relative;
    border: 5px solid;
    border-radius: 50%;
    border-top-color: transparent;
    animation: rotate .5s linear infinite reverse;
}
.eco-nature-loading-box .sbl-circ-dual {
    height: 55px;
    width: 55px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    border: 5px solid;
    border-radius: 50%;
    border-top-color: transparent;
    animation: rotate 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
}
.eco-nature-loading-box {
    position: fixed;
    display: block !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary);
    z-index: 2;
    cursor: pointer;
    z-index: 9999999;
  }
.woocommerce-product-details__short-description ul li{list-style-type: disc;}
.woocommerce-product-details__short-description ul{padding-left: 20px !important;}

/* single product page*/
.woocommerce div.product .product_title {
    font: 700 30px/44px var(--font-Figtree);
    margin-bottom: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  color:var(--color-primary);
  font: 600 20px/26px var(--font-Figtree);
}
.entry-summary .woocommerce-product-rating{border-bottom: 1px solid #ddd;padding-bottom: 20px;}
.woocommerce-product-details__short-description p{  font: 500 16px/25px var(--font-Figtree);}
.woocommerce div.product form.cart div.quantity {
    float: unset;
    margin: 0 4px 15px 0;
    display: block;
}
.summary .yith-wcwl-add-button {
    margin-bottom: 1rem;
    margin-top: 0px;
    margin-left: 20px;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    content: " ";
    display: initial;
}
.summary .yith-wcwl-add-to-wishlist{
  position: relative;
}
.yith-wcwl-wishlistexistsbrowse a,.yith-wcwl-wishlistaddedbrowse a{
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    margin-bottom: 10px;
    font-family: var(--font-Figtree);
    font: 500 16px/20px var(--font-Figtree);
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 28px;
    margin-left: 20px;
    margin-top: 4px;
  }
  .summary .yith-wcwl-wishlistexistsbrowse span.feedback ,.summary .yith-wcwl-wishlistaddedbrowse span.feedback{
    position: absolute;
    top:0;
    margin-top: 40px;
    margin-left: 20px;
  }
  .entry-summary .product_meta{
    position: absolute;
    display: none;
    width: 100%;
    margin-top: 50px;
  }
.woocommerce-Reviews-title {font: 700 24px/29px var(--font-Figtree);margin-bottom: 50px;}
.woocommerce #reviews #comments ol.commentlist li{border-bottom: 1px solid #ddd;}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    padding: 3px;
    width: 100px;
    height: 100px;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    border-radius:50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 120px;
    border: none;
    border-radius: 0px;
    padding: 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{
  font-size: 24px;
  text-transform: capitalize;
  color:var(--color-black)

}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date{
  font-size: 16px;
  text-transform: capitalize;
  color:var(--color-primary);
}
.entry-summary p.price{display: none}
.entry-summary .price.single-product-price{margin-left: 10px;}
.qib-button-wrapper {
    margin: 3px auto 20px !important;
}
.qib-button.qib-button-wrapper{
  float: unset !important;justify-content: flex-start !important;
}
.product .related{display: none;}
#single-product-page #review_form #respond{padding: 0px;}
#single-product-page #reply-title{
  font: 600 24px/30px var(--font-Figtree);
  color: var(--color-black);
}
#single-product-page .comment-form{margin-top: 10px;}
#single-product-page #reviews #comment {
    height: 200px;
}
.woocommerce-Tabs-panel--description{
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px !important;
  margin-bottom: 50px !important;
  }
  .summary .yith-wcwl-add-button a{
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 15px 28px;
    text-transform: uppercase;
  }
  .summary .yith-wcwl-add-button a:hover{
    background-color: var(--color-primary);
    color: var(--color-black) !important;
  }
  #single-product-page .entry-summary .yith-wcwl-add-to-wishlist {
    margin-top: 13px;
    display: inline-block;
}
.woocommerce-product-gallery .flex-viewport img{height: 400px !important;object-fit: cover;}
.woocommerce div.product div.images .flex-control-thumbs li{
		margin:10px 10px 0px 10px;
		width:22%;
    height: 140px;
	}
.woocommerce div.product div.images .flex-control-thumbs li:first-child{
		margin-left: 0;
	}
	.woocommerce div.product div.images .flex-control-thumbs li:last-child{
		margin-right: 0;
	}
  .woocommerce ul.products li.product .button{margin-top: 0px;}

  .img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 100px;
    height: 100px;
  }

  #myresult{
    display: none;
  }
  .img-zoom-result {

    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 30% 23% 0px;

}
/**************************************************************************************************************/

/* wall decor json*/
.wp-block-columns.is-layout-flex {
  column-gap: 30px;
  row-gap:30px !important;
}
.wp-block-columns {
    margin-bottom: 20px !important;
}
/*slider*/
.bwt-wall-decor-slider .bwt-wall-decor-badges-slider {
    background-color: #d9a95b;
    border-radius: 0;
    width: 140px;
}
.bwt-wall-decor-slider .bwt-wall-decor-social-icon-slider {
  margin-top: 45%;
}
.bwt-wall-decor-slider .bwt-wall-decor-social-icon-slider i{
    padding: 15px 15px;
    width: 45px;
    height: 45px;
    margin: 5px;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    border: 1px solid var(--color-white);
  }
  .bwt-wall-decor-slider .bwt-wall-decor-social-icon-slider i.fab.fa-facebook-f{padding: 15px 17px;}
  .bwt-wall-decor-slider .owl-nav button i{
    padding: 10px 15px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid var(--color-white);
  }

  /* feature*/
  .bwt-wall-decore-feature .bwt-wall-decor-feature-box2 .wp-block-columns,.bwt-wall-decor-feature-box1 .wp-block-columns{
    border-right: 2px solid #7d7979;
    padding-right: 30px;
    margin-right: 30px !important;
  }
  .bwt-wall-decore-feature p{margin-bottom: 0px;}
  .bwt-wall-decore-feature .bwt-wall-decor-feature-box1 .wp-block-columns,.bwt-wall-decore-feature .bwt-wall-decor-feature-box2 .wp-block-columns {margin-bottom: 0px;}
  .bwt-wall-decore-feature i{
    background-color: var(--color-white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 22px 18px 20px 22px;
    margin-right: 10px;
  }
  /* shop category*/
  .bwt-wall-decor-caption-category i{
    transform: rotate(310deg)scale(1.2);
  }
  .bwt-wall-decor-caption-category{
    position: absolute;
    bottom: 10px;
    margin: 0 0 0 -16px !important;
    width: 100%;
  }
  .bwt-wall-decor-caption-category .wp-block-columns{
    margin-bottom: 0px;
  }
  /* new arrival*/
  .bwt-wall-decor-new-arrivval-price {border-bottom: 1px solid #000;margin-bottom: 0px;}
  .bwt-wall-decor-new-arrival-box .is-layout-flow i{  transform: rotate(310deg)scale(1.2);}
  .bwt-wall-decor-new-arrival-box .is-layout-flow .ive-gallery-ul .ibtana-blocks-gallery-item .ibtana-blocks-gallery-item-inner figure .ive-gallery-image-ratio-land32 {
    padding-bottom: 59% !important;
    height: 300px;
  }
  .bwt-wall-decor-top-selling #ive-posttype-carousel_df10ae-0f .ive-product-slider-parent_df10ae-0f .star-rating{margin: initial;}
  .bwt-wall-decor-top-selling #ive-posttype-carousel_df10ae-0f .ibtana-product-title h6{line-height: 30px}
  .bwt-wall-decor-top-selling .ive-product-slider-parent_df10ae-0f .ibtana-product-content .ibtana-product-content-child {line-height: 30px;}
  /* best deal*/
  .bwt-wall-decor-best-deal{padding: 60px;}
  .ive-btn-wrap a:hover{color:#000 !important;}
  /* gallery*/
   .bwt-wall-decor-inspire-box {
     position: absolute;
     top: 10px;
     width: 266px;
   }
   /*discount*/
   .bwt-wall-decor-discount-script h2 strong{
     border: 1px dashed #000;
    padding: 15px 25px;
    font-weight: 600;
    margin: 0px 30px 0px 30px;
   }

   /*video slider*/
   .bwt-wall-decor-youtube-icon i{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 20px 18px;
    color: #fff;
   }
   /* best styles*/
   .bwt-wall-decor-best-styles i{
       transform: rotate(310deg)scale(1.2);
   }
   .bwt-wall-decor-best-styles-list{
     border-bottom: 2px solid #000;
     padding-bottom: 60px;
     margin-bottom: 60px !important;
   }
   /* testimonial*/
  .bwt-wall-decor-testimonial .bwt-wall-decor-testimonial-profile img{
    width: 122px !important;
    height: 122px !important;
    border-radius: 50%;
    margin-left: 10px !important;
    margin-top: 10px !important;
  }
  .bwt-wall-decor-testimonial .ive-carousel-id_bf2846-7a .owl-nav{margin: inherit;}
  .bwt-wall-decor-testimonial .bwt-wall-decor-testimonial-profile .ive-gallery-image-ratio-land32{padding-bottom: 25% !important;}
  /* blog*/
  .bwt-wall-decor-blog{position: relative;}
  .bwt-wall-decor-blog .ive-pt-btn {
    position: absolute;
    margin-top: -178px;
    margin-left: -17px;
  }
    @media screen and (min-width: 1400px){
  .wp-block-column.bwt-wall-decor-inspire-box.p-3.has-white-background-color.has-background.is-layout-flow {
    margin: 0 auto;
    left: 76px;
  }
}
  @media screen and (min-width: 1200px){
  .bwt-wall-decor-top-selling #ive-posttype-carousel_15d39e-10 .ive-product-slider-parent_15d39e-10 .star-rating {width: auto !important;}
  }
  @media screen and (min-width: 1350px) and (max-width: 1399px){
    .bwt-wall-decor-slider .ive-div-advance-text_095a75-a8 .ive-advanced-text-inner-wrap {
      font-size: 45px;
    }
    .bwt-wall-decor-slider .bwt-wall-decor-social-icon-slider {
      margin-top: 60%;
    }
    .bwt-wall-decore-feature .ive-div-advance-text_0e5138-1e .ive-advanced-text-inner-wrap {
      font-size: 22px !important;
    }
  }
  @media screen and (min-width: 1200px) and (max-width: 1366px){}
  @media screen and (min-width: 992px) and (max-width: 1199px){
    .bwt-wall-decor-slider .bwt-wall-decor-social-icon-slider {
      margin-top: 60%;
    }
    .bwt-wall-decor-slider .ive-lh-xl-70 {
      line-height: 45px !important;
    }
    .bwt-wall-decore-feature .ive-div-advance-text_0e5138-1e .ive-advanced-text-inner-wrap {
      font-size: 19px !important;
    }
    .bwt-wall-decore-feature .bwt-wall-decor-feature-box2 .wp-block-columns,.bwt-wall-decor-feature-box1 .wp-block-columns{
      padding-right: 10px;
      margin-right: 10px !important;
    }
    .comment-value{text-align: center;}
  }
  @media screen and (min-width: 768px) and (max-width: 991px){
    .bwt-wall-decor-slider .bwt-wall-decor-badges-slider {
      margin: 0 auto;
      margin-bottom: 10px;
    }
    .bwt-wall-decor-slider .bwt-wall-decor-social-icon-slider {
      margin-top: 5%;
    }
    .comment-value{text-align: center;}
    .bwt-wall-decor-discount-script h2 strong {
    border: 1px dashed #000;
    padding: 8px 10px;
    font-weight: 600;
    margin: 0px 30px 0px 30px;
    }
  }
  @media screen and (max-width: 991px){
    .bwt-wall-decor-testimonial .ive-carousel-id_bf2846-7a .owl-nav{margin: 0 auto;}
    .bwt-wall-decore-feature .bwt-wall-decor-feature-box2 .wp-block-columns,.bwt-wall-decor-feature-box1 .wp-block-columns{
      border-right: none;
      padding-right: 0px;
      margin-right: 0px !important;
    }
    .bwt-wall-decore-feature i{margin-right: 0;}
    .bwt-wall-decor-testimonial .bwt-wall-decor-testimonial-profile img{
      width: 122px !important;
      height: 122px !important;
      border-radius: 50%;
      margin:0 auto !important;
      text-align: center;
      position: relative !important;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 767px){
    .bwt-wall-decor-slider .bwt-wall-decor-badges-slider {
      margin: 0 auto;
      margin-bottom: 10px;
    }
    .bwt-wall-decor-best-deal {
      padding: 10px;
    }
    .comment-value{text-align: center;}
    .bwt-wall-decor-discount-script h2 strong {
        border: 1px dashed #000;
        padding: 7px 10px;
        font-weight: 600;
        margin: 0px 5px 0px 5px;
    }

    .bwt-wall-decor-testimonial .bwt-wall-decor-testimonial-profile .ive-gallery-image-ratio-land32{padding-bottom: 50% !important;}
    .bwt-wall-decor-blog .ive-pt-btn {
      position: absolute;
      margin-top: -205px;
      margin-left: -30px;
    }
  }
.yith-wcwl-share {display: none;}
