.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:right;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.woocommerce-cart-form.ninetheme-woocommerce-cart-form {
border: 1px solid;
border-color: var(--ninetheme-primary);;
border-top: 0;
padding: 0 0 20px;
border-radius: 0 0 5px 5px;
}
.ninetheme-cart-item.ninetheme-actions {
padding-left: 15px;
padding-top: 20px;
}
.ninetheme-free-shipping-progress .ninetheme-progress-bar-wrap {
position: relative;
height: 6px;
margin: 0 13px;
}
.ninetheme-free-shipping-progress .ninetheme-progress-bar-wrap:before {
position: absolute;
content: "";
top: 0;
left: -13px;
right: -13px;
height: 100%;
border-radius: var(--ninetheme-border-radius);
background: var(--ninetheme-red-bg);
}
.ninetheme-free-shipping-progress .ninetheme-progress-bar:before {
position: absolute;
content: "";
top: 0;
left: -13px;
right: -13px;
height: 100%;
border-radius: var(--ninetheme-border-radius);
background: var(--ninetheme-primary);
}
.ninetheme-free-shipping-progress .ninetheme-progress-bar {
position: relative;
border-radius: inherit;
height: 100%;
max-width: 100%;
-webkit-transition: all .3s;
transition: all .3s;
}
.ninetheme-free-shipping-progress .ninetheme-progress-value {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(50%,-50%);
-ms-transform: translate(50%,-50%);
transform: translate(50%,-50%);
background: var(--ninetheme-light);
border: 1px solid var(--ninetheme-primary);
border-radius: 50%;
font-size: 12px;
width: 26px;
height: 26px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
z-index: 1;
}
.ninetheme-free-shipping-progress .ninetheme-progress-value svg {
width: 17px;
height: 17px;
}
.ninetheme-free-shipping-progress .ninetheme-progress-value svg * {
fill: var(--ninetheme-primary);
}
.free-shipping-success .ninetheme-progress-bar:before {
background: var(--ninetheme-green-soft);
}
.free-shipping-success .ninetheme-progress-value svg * {
fill: var(--ninetheme-green-soft);
}
.free-shipping-success .ninetheme-progress-value{
border-color: var(--ninetheme-green-soft);
}
.ninetheme-cart-goal-text {
font-size: 18px;
margin-bottom: 15px;
color: var(--ninetheme-dark);
}
.woocommerce-cart .ninetheme-cart-row .ninetheme-cart-goal-wrapper {
padding: 20px 20px 30px;
margin-bottom: 0;
border: 1px solid var(--ninetheme-primary);
border-radius: 10px 10px 0 0;
max-width: 100%;
}
.woocommerce-cart .ninetheme-cart-row .ninetheme-cart-goal-wrapper .ninetheme-cart-goal-text {
color: var(--ninetheme-primary);
font-weight: 500;
font-size: 16px;
}
.woocommerce-cart .ninetheme-cart-row .ninetheme-cart-goal-wrapper .woocommerce-Price-amount.amount {
border-color: var(--ninetheme-primary-bg);
border-bottom: 2px solid; border-radius: 0;
color: var(--ninetheme-primary);
}
.shakeY {
-webkit-animation-name: shakeY;
animation-name: shakeY;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes shakeY{
0%,
to{
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
10%,30%,50%,70%,90%{
-webkit-transform:translate3d(0,-10px,0);
transform:translate3d(0,-10px,0)
}
20%,40%,60%,80%{
-webkit-transform:translate3d(0,10px,0);
transform:translate3d(0,10px,0)
}
}
@keyframes shakeY{
0%,
to{
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
10%,30%,50%,70%,90%{
-webkit-transform:translate3d(0,-10px,0);
transform:translate3d(0,-10px,0)
}
20%,40%,60%,80%{
-webkit-transform:translate3d(0,10px,0);
transform:translate3d(0,10px,0)
}
}