.wdpDynamicValue p{
margin-bottom: 10px;
}
.wdpDynamicValue{
margin: 0px 0 20px 0;
width: 100%;
display: none;
}
.wdpHiddenPrice{
display: none;
} .wdpLoader{
display: inline-block;
}
.wdpLoader span {
animation: dot-keyframes 1.5s infinite ease-in-out;
background-color: #000;
border-radius: 10px;
display: inline-block;
height: 3px;
width: 3px;
margin: 2px  2px 0 2px;
}
.wdpLoader span:nth-child(2) {
animation-delay: .5s;
}
.wdpLoader span:nth-child(3) {
animation-delay: 1s;
}
.wdp_save_text{
margin-bottom: 25px;
}
@keyframes dot-keyframes {
0% {
opacity: .4;
transform: scale(1, 1);
}
50% {
opacity: 1;
transform: scale(1.2, 1.2);
}
100% {
opacity: .4;
transform: scale(1, 1);
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.content_title {
margin: 5px 0 15px 0;
}
.content_title.bold_title h1, 
.content_title.bold_title h2, 
.content_title.bold_title h3, 
.content_title.bold_title h4 {
border-bottom: 2px solid #000000;
clear: both;
display: block;
font-size: 18px !important;
height: 30px;
margin: -20px 0 30px 0;
width: 100%;
}
.content_title.bold_title span {
background: #FFFFFF;
border: 2px solid #000000;
display: inline-block;
margin-top: 8px;
padding: 14px 30px 10px;
} .toggle.open h3 a {
background: #fff;
border: 2px solid #000;
font-weight: bold;
font-weight: 400;
}
.toggle.open h3 a:before {
color: #000;
content: "\e5cb";
font-family: 'flaticons';
font-size: 16px;
margin-right: 15px;
}
.toggle h3 a {
display: block;
color: #000;
line-height: 22px!important;
font-size: 18px;
text-transform: uppercase;
font-weight: normal;
font-weight: 300;
text-decoration: none;
padding: 10px 14px 12px 14px;
background-color: #fff;
border: 2px solid #e7e7e7;
border: 2px solid rgba(0,0,0,0.2);
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.toggle h3 a:before {
color: #ccc;
color: rgba(0,0,0,0.2);
content: "\e5c8";
font-family: 'flaticons';
font-size: 16px;
margin-right: 15px;
}
.toggle h3 {
position: relative;
z-index: 10;
font-size: 12px;
margin-bottom: 0px;
}
.toggle > div {
padding: 20px 25px;
border-top: 0px;
display: none;
border: 1px solid #e7e7e7;
border: 1px solid rgba(0,0,0,0.1);
margin-bottom:20px;
}
.single .product-images-wrapper{
transition: 0.3s;
}
@font-face {
font-family: 'flaticons';
src: url(//buttercard.com/wp-content/plugins/svalley/assets/fonts/flaticons-stroke.eot);
src: url(//buttercard.com/wp-content/plugins/svalley/assets/fonts/flaticons-stroke.eot?#iefix) format("embedded-opentype"),
url(//buttercard.com/wp-content/plugins/svalley/assets/fonts/flaticons-stroke.woff) format('woff'),
url(//buttercard.com/wp-content/plugins/svalley/assets/fonts/flaticons-stroke.ttf) format('truetype'),
url(//buttercard.com/wp-content/plugins/svalley/assets/fonts/flaticons-stroke.svg#flaticons-stroke) format('svg');
font-weight: normal;
font-style: normal; 
}
.one_half {
width: 48%;
}
.shortcode_banner_simple.borders.dark{
border: 2px solid #000;
}
.shortcode_banner_simple {
cursor: pointer;
padding: 6px; background-size: 105%;
background-position: center;
max-width: 1170px;
margin-bottom: 15px;
clear: both;
position: relative;
transition: background-size 0.2s linear;
-moz-transition: background-size 0.2s linear;
-ms-transition: background-size 0.2s linear;
-o-transition: background-size 0.2s linear;
-webkit-transition: background-size 0.2s linear;
}
.dark.borders .shortcode_banner_simple_inside {
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px;
text-align: center;    
}
.entry-meta-list .meta-author{
display: none;
}
.su-highlight{
line-height: 1.7;;
}
ul.products.product-grid-layout-2 li.product .product-inner .product-details .product-title{
max-width: 100% ! important;
}   .single-product .woocommerce-product-details__short-description pre{
line-height: 1;   
padding:0;
}
.single-product .woocommerce-product-details__short-description p{
margin-bottom: 1em;;
} footer#site-footer.is-animating .copyright-section .social-icons li a svg g,
footer#site-footer.is-animating .copyright-section .social-icons li a svg g path{
fill:#fff;
}
footer#site-footer.is-animating .copyright-section .social-icons li a:hover svg g,
footer#site-footer.is-animating .copyright-section .social-icons li a svg:hover g path{
fill:#000;
}
@media screen and (min-width: 768px) {
ul.products li.product-category .category_wrapper .category_details a{ }
.home ul.products.columns-4.category-grid-layout-2 li.product-category .category_wrapper .category_details .more-products{
margin: 0;     
}
.home ul.products.columns-4.category-grid-layout-2 li.product-category .category_wrapper .category_details .category-title{
margin: 0;
font-size: 25px;
height: 60px;
}
.home ul.products.columns-4.category-grid-layout-2 li.product-category .category_wrapper .category_details .category-title  div{
}
.home ul.products.columns-4.category-grid-layout-2 li.product-category .category_wrapper .category_details{
background: rgba(255,255,255,0.8);
bottom: 0;
padding:5px 10px 10px;
}
.product-details-wrapper .product-details h3.product-title a > div > span{ 
background: rgba(255,255,255,0.8);
padding: 2px 5px;
box-sizing: border-box;
display: block;
box-sizing: border-box;
margin: 0;
transform: translate(10px, 0px); }
.product-details-wrapper .product-details .price{
padding: 5px;
background: rgba(255,255,255,0.8);
overflow: auto ;
margin-right: 12px !important;
min-width: 70px !important
}
}