@charset "UTF-8";
.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.ps-theme-wcspc {
-ms-touch-action: none;
touch-action: none;
overflow: hidden !important;
-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
.ps-theme-wcspc {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps-theme-wcspc {
overflow: auto !important;
}
}
.ps-theme-wcspc.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-wcspc.ps-active-y > .ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-theme-wcspc.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wcspc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc > .ps-scrollbar-x-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0; height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute; background-color: rgba(0, 0, 0, .2);
border-radius: 0;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
bottom: 0; height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-theme-wcspc > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
right: 0; width: 10px;
border-radius: 5px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute; background-color: rgba(0, 0, 0, .4); transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
right: 0; width: 4px;
border-radius: 2px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-theme-wcspc > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
width: 10px;
border-radius: 5px;
}
.ps-theme-wcspc:hover.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail,
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail {
opacity: 0.6;
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail:hover {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail:hover {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}@font-face {
font-family: 'ata_smart_fly_cart';
src: url(//shop.acotec-walther.de/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.eot?);
src: url(//shop.acotec-walther.de/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.eot?#iefix) format('embedded-opentype'),
url(//shop.acotec-walther.de/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.woff?) format('woff'),
url(//shop.acotec-walther.de/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.ttf?) format('truetype'),
url(//shop.acotec-walther.de/wp-content/plugins/woocommerce-modal-fly-cart-pro/assets/css/fonts/ata_smart_fly_cart.svg?#ata_smart_fly_cart) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="wcspc-icon-"], [class*=" wcspc-icon-"] { font-family: 'ata_smart_fly_cart' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wcspc-icon-loading:before {
content: "\E832";
}
.wcspc-icon-cart1:before {
content: "\E800";
}
.wcspc-icon-cart2:before {
content: "\E801";
}
.wcspc-icon-cart3:before {
content: "\0030";
}
.wcspc-icon-cart4:before {
content: "\E803";
}
.wcspc-icon-cart5:before {
content: "\E804";
}
.wcspc-icon-cart6:before {
content: "\E805";
}
.wcspc-icon-cart7:before {
content: "\E806";
}
.wcspc-icon-cart8:before {
content: "\F217";
}
.wcspc-icon-cart9:before {
content: "\F218";
}
.wcspc-icon-cart10:before {
content: "\F291";
}
.wcspc-icon-close:before {
content: "\E809";
}
.wcspc-icon-remove:before {
content: "\E807";
}@keyframes spinner {
to {
transform: rotate(360deg); } }
@-webkit-keyframes spinner {
to {
-webkit-transform: rotate(360deg); } }
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0); }
20%, 80% {
transform: translate3d(2px, 0, 0); }
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0); }
40%, 60% {
transform: translate3d(4px, 0, 0); } }
.wcspc-area.wcspc-area-loading:before {
content: '\E832';
font-family: 'ata_smart_fly_cart';
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #ffffff;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
z-index: 97;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite; }
.wcspc-area.wcspc-area-loading:after {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0; 
}
.wcspc-count {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: #ffffff;
display: block;
cursor: pointer;
position: fixed;
left: 40px;
bottom: 40px;
z-index: 99999997;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.wcspc-count:hover {
bottom: 45px; 
}
.wcspc-count i {
font-size: 24px;
line-height: 60px;
color: #444444; 
}
.wcspc-count span {
position: absolute;
top: -10px;
right: -10px;
height: 28px;
width: 28px;
font-size: 12px;
line-height: 28px;
text-align: center;
background: #9b5c8f;
color: #ffffff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.wcspc-count.wcspc-count-bottom-right {
right: 40px;
left: auto;
}
.wcspc-count.wcspc-count-top-left {
top: 40px;
bottom: auto; 
}
.wcspc-count.wcspc-count-top-left:hover {
top: 45px; 
}
.wcspc-count.wcspc-count-top-right {
top: 40px;
right: 40px;
bottom: auto;
left: auto; 
}
.wcspc-count.wcspc-count-top-right:hover {
top: 45px; 
}
.wcspc-count.wcspc-count-loading i {
display: none; 
}
.wcspc-count.wcspc-count-loading:before {
content: '\E832';
font-family: 'ata_smart_fly_cart';
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #444444;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite;
}
.wcspc-count.wcspc-count-shake {
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px; 
}
.wcspc-count.wcspc-count-hide {
display: none !important; 
}
.wcspc-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999998; 
}
body.wcspc-body-show .wcspc-overlay {
opacity: 1;
visibility: visible; 
} .wcspc-area {
position: fixed;
top: 0;
left: 100%;
width: 80%;
max-width: 320px;
height: 100%;
max-height: 100%;
box-sizing: border-box;
text-align: left;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
z-index: 99999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;  
}
.wcspc-area .wcspc-close {
position: absolute;
top: 0px;
width: 32px;
height: 32px;
display: block;
cursor: pointer;
opacity: 0;
visibility: hidden;
font-size: 20px;
color: #fff;
text-align: center;
line-height: 32px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area .wcspc-close:hover {
opacity: 1;
visibility: visible;
}
.wcspc-area.wcspc-area-show .wcspc-close {
opacity: .7;
visibility: visible; 
} .wcspc-area.wcspc-effect-01 {
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
.wcspc-area.wcspc-effect-01 .wcspc-close {
left: -32px;
}
.wcspc-area.wcspc-effect-01.wcspc-area-show {
-webkit-transform: translate3d(-320px, 0, 0);
transform: translate3d(-320px, 0, 0); 
}
@media only screen and (max-width: 420px) {
.wcspc-area.wcspc-effect-01.wcspc-area-show {
-webkit-transform: translate3d(-254px, 0, 0);
transform: translate3d(-254px, 0, 0); 
}
} .wcspc-area.wcspc-effect-02 {
left: 0;
width: 80%;
text-align: left;
-webkit-transform: translate3d(-320px, 0, 0);
transform: translate3d(-320px, 0, 0); 
}
.wcspc-area.wcspc-effect-02 .wcspc-close {
right: -32px;
left:auto;
}
.wcspc-area.wcspc-effect-02.wcspc-area-show {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
} .wcspc-area.wcspc-effect-03 {
top: -100%;
left:50%;
max-height: 80%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.wcspc-area.wcspc-effect-03 .wcspc-close {
right: -32px;
}
.wcspc-area.wcspc-effect-03.wcspc-area-show {
top:0;
} .wcspc-area.wcspc-effect-04 {
top: auto;
bottom: -100%;
left: 50%;
max-height: 80%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.wcspc-area.wcspc-effect-04.wcspc-area-show {
bottom: 0; 
}
.wcspc-area.wcspc-effect-04 .wcspc-close {
right: -32px;
} .wcspc-area.wcspc-effect-05 {
top: 40%;
opacity: 0;
left: 50%;
max-height: 80%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
visibility:hidden;
}
.wcspc-area.wcspc-effect-05 .wcspc-close {
right: -32px;
}
.wcspc-area.wcspc-effect-05.wcspc-area-show {
opacity: 1;
visibility: visible;
top: 50%;
} .wcspc-area {
background-color:#E0E0E0;
font-family:Helvetica, Arial, sans-serif;
font-size: 14px;
display: flex;
flex-direction: column;
padding: 20px 0;
}
.wcspc-area a, .wcspc-area input, .wcspc-area p {
font-family: Helvetica, Arial, sans-serif; 
}
.wcspc-area .wcspc-area-top {
flex-grow: 1;
position: relative;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
} .wcspc-item {
padding: 0 20px;
margin:0px 0px 15px 0px;
} .wcspc-area-top.wcspc-items .wcspc-item a {
text-decoration: none;
outline: none; 
}
.wcspc-area-top.wcspc-items .wcspc-item:first-child .wcspc-item-inner {
border-top: 1px dashed #eeeeee;
}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner {
padding: 10px 0px 10px 10px;
display: table;
width: 90%;
background-color: #ffffff;
border-bottom: 1px dashed #eeeeee;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px; 
}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner > div {
display: table-cell;
vertical-align: middle; 
}
.wcspc-area-top.wcspc-items .wcspc-item-thumb {
width: 50px; 
}
.wcspc-area-top.wcspc-items .wcspc-item-thumb img {
width: 40px;
height: 40px;
display:block;
margin-right: 10px;
box-shadow: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.wcspc-area-top.wcspc-items .wcspc-item-title {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
}
.wcspc-area-top.wcspc-items .wcspc-item-title a {
text-decoration: none;
color: #222222; 
}
.wcspc-area-top.wcspc-items .wcspc-item-data,
.wcspc-area-top.wcspc-items .wcspc-item-data .wcspc-item-price {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
}
.wcspc-area-top.wcspc-items .wcspc-item-data span {
text-transform: capitalize;
}
.wcspc-area-top.wcspc-items .wcspc-item-data del {
color: #999999;
}
.wcspc-area-top.wcspc-items .wcspc-item-data ins {
background: none;
}
.wcspc-area-top.wcspc-items  .wcspc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty {
width: 40px;
}
.wcspc-area-top.wcspc-items .wcspc-item-qty .wcspc-item-qty-inner {
position: relative;
display: block;
}
.wcspc-area-top.wcspc-items .wcspc-item-qty .wcspc-item-qty-inner input {
width: 40px;
height: 28px!important;
line-height: 28px!important;
padding: 0!important;
text-align: center;
border: none;
outline: none;
display: block;
color: #444444;
background-color: #eeeeee;
-moz-appearance: textfield;
font-size: 12px;
font-weight: 400;
margin: 0px!important;
border-radius: 0px!important;
}
.wcspc-area-top.wcspc-items input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus,
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus {
width: 40px;
height: 16px;
line-height: 16px;
text-align: center;
color: #444444;
background-color: #eeeeee;
font-size: 12px;
font-weight: 400; display: block;
cursor: pointer;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus:hover,
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus:hover{
background-color: #dddddd;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus{
top: -17px;
left: 0; 
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus {
bottom: -17px;
left: 0; 
}
.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove {
position: absolute;
top: 50%;
right: 0px;
transform: translate(30px, -50%);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove:before {
color:#FFF;
font-size: 20px;
} .wcspc-area-bot {
padding: 15px 20px 0 20px;
margin: 0;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner {
display: table;
padding: 0;
width: 100%;
border-collapse: separate;
color: #222222;
line-height: 1;
padding-bottom:15px;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div {
display: table-cell;
width: 50%;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div.wcspc-total-left {
text-align: left;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div.wcspc-total-right {
text-align: right;
font-size: 18px;
font-weight: 700; 
}
.wcspc-area .wcspc-area-bot .wcspc-action .wcspc-action-inner {
display: table;
width: 100%;
border-collapse: separate; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div {
display: table-cell;
width: 50%; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div.wcspc-action-left {
padding-right: 5px;
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div.wcspc-action-right {
padding-left: 5px; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #ffffff;
color: #9b5c8f;
font-weight: 700;
border: 2px solid #ffffff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div a:hover {
background-color: transparent;
color: #ffffff; 
}
.wcspc-area-bot .wcspc-continue {
text-align: center;
margin-top: 15px; 
}
.wcspc-area-bot .wcspc-continue span {
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area-bot .wcspc-continue span:hover {
opacity: .7;
}
.wcspc-no-item, .wcspc-area.wcspc-style-01 .wcspc-error {
text-align: center;
color: #ffffff; 
}
.wcspc-area .wcspc-no-item, .wcspc-area .wcspc-error {
text-align: center;
color: #222222; 
}
.wcspc-area.wcspc-style-05:after {
content: '';
top: 0;
left: 0;
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%); 
}
.wcspc-item-info .variation{
display:block;
padding-top:5px;	
}
.wcspc-item-info .variation,.wcspc-item-info.variation dt,.wcspc-item-info .variation dd{
font-size:12px;
line-height:16px;	
}.wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block{ display: none; }
.shipping_de.shipping_de_string,.wgm-gtin{margin-bottom:15px}.woocommerce_de_scrollable_textarea{height:150px!important;width:98%!important;overflow:auto!important;border:1px solid #ddd!important;background-color:#f5f5f5!important;padding:8px!important;display:block!important;color:#000!important}.german-market-charging-device .german-market-charging-device-power-elem,.german-market-summary-gpsr .german-market-gpsr,.german-market-tab-gpsr .german-market-gpsr .german-market-gpsr-content,.german-market-tab-gpsr .german-market-gpsr .german-market-gpsr-label,.products .woocommerce-de_price_taxrate,.wgm-break,.wgm-kleinunternehmerregelung,table.shop_table td.product-name .german-market-product-image~.wc-item-meta li{display:block}.wgm-kur-notice-review,.woocommerce-de_price_taxrate{font-size:.8em}.woocommerce-de_price_shipping_rate{font-size:12px}.gm-sepa-mandate-preview-inner,.widerruf{clear:both}.wgm-second-checkout input.wgm-place-order{float:right}.checkout_productdesc{font-size:smaller;margin-left:10px}.price-per-unit{display:block;font-size:x-small}.tax-and-shipping-customized,.woocommerce_de_versandkosten{font-size:.8em;display:block}.comment-form label.german-market-privacy-declaration-product-review,.woocommerce ul.product_list_widget li a.versandkosten{display:inline}.wgm-gtin{font-size:.8em}.product-tax{font-weight:400}.product-subtotal .amount,.product-total .amount{font-weight:700;text-align:left}.product-total .product-tax{display:block;text-align:left}.product-subtotal .product-tax .amount,.product-total .product-tax .amount,.wgm-tax,.wgm-tax .amount{font-weight:400!important}.product-subtotal .product-tax,.product-total .product-tax,.single-product .wgm-product-prerequisites,.wgm-tax{font-size:smaller}.wgm-order-table-tr{text-align:left;border:1px solid #eee}.wgm-order-table-tr-cond{border-top-width:4px}.wgm-kur-notice{margin-bottom:10px}.wgm-digital-attribute-list,.wgm-digital-checkout-notice{font-size:smaller;margin-bottom:1em;margin-top:1em}.wgm-virtual-notice{background-color:red;color:#fff;padding:0 5px}.wgm-digital-checkout-notice{color:red;display:block;float:left;width:100%}.wgm-digital-variation-notice,.wgm-product-prerequisites-label{display:block;font-size:smaller;margin-top:1em}.wgm-digital-attribute-list li{background:#f0f0f0;display:inline-block;margin:0 10px 10px 0;padding:0 10px}.wgm-product-prerequisites{background:#f0f0f0;display:block;margin-top:1em;margin-bottom:2em;padding:10px}.wgm-extra-costs-eu{display:block;margin-bottom:1em}.wc-terms-and-conditions .required,table.shop_table_responsive tr td.wgm-kur-notice-review::before{display:none}#gm-sepa-mandate-preview-text{border:1px solid rgba(0,0,0,.1);padding:9px 12px;font-size:14px;margin-bottom:20px;overflow:hidden;width:100%;box-sizing:border-box}#gm-sepa-mandate-preview-text .close{text-align:right;font-size:16px;text-transform:uppercase;cursor:pointer;display:inline-block;float:right}#gm-sepa-mandate-preview-text .close:focus,#gm-sepa-mandate-preview-text .close:hover{text-decoration:underline}.form-row.place-order.wgm-place-order{position:relative}.wgm-place-order-disabled{background-color:#fff;width:100%;height:100%;float:left;position:absolute;z-index:100;opacity:.5;display:none}.german-market-product-image{float:left;margin-right:10px;max-width:75px}table.shop_table td.product-name .german-market-product-image~dl.variation{display:table}table.shop_table td.product-name .german-market-product-image~dl.variation dd,table.shop_table td.product-name .german-market-product-image~dl.variation dt{display:inherit}table.shop_table td.product-name .german-market-product-image~.wc-item-meta{display:table;width:calc(100% - 85px)}table.shop_table td.product-name .german-market-product-image~.wc-item-meta p,table.shop_table td.product-name .german-market-product-image~.wc-item-meta-label{float:left;display:inline-block}.woocommerce-invalid #age-rating,.woocommerce-invalid #german-market-custom-checkbox,.woocommerce-invalid #gm-sepa-direct-debit-checkbox,.woocommerce-invalid #shipping-service-provider,.woocommerce-invalid #terms,.woocommerce-invalid #widerruf-digital-acknowledgement,.woocommerce-invalid .german-market-product-depending-checkbox{outline:red solid 2px;outline-offset:2px}.german-market-tab-gpsr .german-market-gpsr .german-market-gpsr-label,.gm-fic-highlighted-ingredient{font-weight:700}div.german-market-legal-information-for-product-reviews{font-size:small;margin:1em 0;padding:1em;box-sizing:border-box;border:1px solid}.german-market-legal-information-for-product-reviews.short-after-star-rating{position:relative;display:block;width:100%;float:left;cursor:pointer;font-size:small;margin-bottom:.5em}.german-market-legal-information-for-product-reviews-info-icon{margin-right:5px}.german-market-legal-information-for-product-reviews.short-after-star-rating .full-text{position:absolute;top:2em;left:0;background-color:#fff;color:inherit;width:auto;max-width:100%;line-height:1;border:1px solid rgba(0,0,0,.2);padding:.5em 1em 1.5em;font-size:small;box-sizing:border-box;display:none;cursor:default;z-index:9999;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.2);box-shadow:0 0 5px 1px rgba(0,0,0,.2)}.german-market-legal-information-for-product-reviews.short-after-star-rating .full-text .close-full-text{cursor:pointer;display:block;text-align:right;margin-bottom:.5em;opacity:.5}span.german-market-legal-information-for-product-reviews.after-star-rating{font-size:small;margin:1em 0;padding:1em;box-sizing:border-box;border:1px solid rgba(0,0,0,.2);display:block;width:100%;float:left;line-height:1;color:inherit}.german-market-charging-device,.german-market-tab-gpsr{display:inline-block}.german-market-tab-gpsr .german-market-gpsr{float:left;width:100%;box-sizing:border-box}.german-market-tab-gpsr .german-market-gpsr:not(:first-child){margin-top:1rem}.german-market-tab-gpsr .german-market-gpsr .german-market-gpsr-content-warnings_and_safety_information p:first-child{margin-top:0}.german-market-summary-gpsr{font-size:small}.german-market-charging-device .german-market-charging-device-graphic{align-items:center;box-sizing:border-box;border:1px solid #000;position:relative;float:left}.german-market-charging-device .german-market-charging-device-not-included:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(to top right,transparent calc(50% - 2px),#000,transparent calc(50% + 2px))}.german-market-charging-device .german-market-charging-device-second-part{position:absolute;left:50%;box-sizing:border-box;border:1px solid #000;border-radius:5%;text-align:center;font-family:arial}.german-market-charging-device .german-market-charging-device-first-part{position:absolute;left:50%;box-sizing:border-box;border:1px solid #000;border-bottom:none}.german-market-charging-device .german-market-charging-device-pin1,.german-market-charging-device .german-market-charging-device-pin2{position:absolute;box-sizing:border-box;border:1px solid #000;border-bottom:none}.german-market-charging-device .german-market-charging-device-no-border{border:none}.icon-box-wrap .item-box {
position: relative;
display:block;
text-align: center;
padding: 35px 20px;
background: #fff;
border: 1px solid #f0f0f0;
margin:30px 0px;
height:inherit;
}
.icon-box-wrap .item-box i{
font-size: 2.5rem;
color:var( --secondary-color);
display:block;
margin-bottom:30px;
}
.icon-box-wrap .item-box .heading{
display:block;
padding:0px;
}
.icon-box-wrap .item-box .desc{
font-size:90%;	
} .icon-box-wrap .item-box::before {
position: absolute;
top: 0;
left: 0;
right:0;
bottom:0;
z-index:-1;
content: "";
position: absolute;
border:3px solid var( --secondary-color);
transition: all 0.4s ease 0s;
opacity:0;
}
.icon-box-wrap .item-box:hover::before
{
transition: all 0.4s ease 0s;
left:-10px;
bottom:-10px;
top:10px;
right:10px;
opacity:1;
}  .bc-pricing {
position: relative;
display: inline-block;
width: 100%;
background: #f7f7f7;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.bc-pricing .price-title {
padding: 35px 20px;
position: relative;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #e4e4e4
}
.bc-pricing.active .price-title {
background: #2ed3ae
}
.bc-pricing.active {
position: relative
}
.card-ribbon {
position: absolute;
overflow: hidden;
top: -10px;
left: -10px;
width: 114px;
height: 114px;
z-index: 99
}
.card-ribbon span {
position: absolute;
display: block;
width: 165px;
padding: 5px 0;
background-color: #23292c;
box-shadow: 0 5px 5px rgba(0,0,0,.2);
color: #fff;
font-size: 12px;
text-transform: uppercase;
text-align: center;
left: -37px;
top: 21px;
transform: rotate(-45deg);
height:39px;
line-height:31px;
}
.card-ribbon::before, .card-ribbon::after {
position: absolute;
z-index: -1;
content: '';
display: block;
border: 5px solid #23292c;
border-top-color: transparent;
border-left-color: transparent
}
.card-ribbon::before {
top: 0;
right: 0
}
.card-ribbon::after {
bottom: 0;
left: 0
}
.bc-pricing .price-title h2 {
font-family: 'poppins', sans-serif;
line-height: 60px;
font-size: 50px;
position: relative;
font-weight: 800;
margin:0px;
}
.bc-pricing .price-title h2 small {
font-size: 16px;
vertical-align: super;
padding: 0 5px
}
.bc-pricing .price-title h2 small:first-child {
font-size: 24px
}
.bc-pricing .price-title span {
letter-spacing: 6px;
position: relative
}
.bc-pricing ul {
margin: 20px 0 0
}
.bc-pricing ul li {
line-height: 50px
}
.bc-pricing .price-footer {
padding: 30px 0;
z-index: 9;
position: relative
}
.bc-pricing .button {
color: #fff;
cursor: pointer;
padding: 10px 30px;
font-weight: 400;
font-size: 16px;
border: 0;
position: relative;
background: #2ed3ae;
font-family: poppins,sans-serif;
display: inline-block;
-webkit-border-radius: 90px;
-moz-border-radius: 90px;
border-radius: 90px;
}
.bc-pricing .button:hover, .bc-pricing .button:focus {
color: #fff;
background: #23292c;
outline: 0;
}
ul.list-style-none{
margin:0px;
list-style:none;
padding:0px;
padding-top:30px;	
}	
.ata-category-grid-wrp figure{
position:relative;
overflow:hidden;
color:#FFF;
text-align:center;
margin-bottom: 25px!important;
}
.ata-category-grid-wrp figure a.box_wrp{
overflow:hidden;
display:block;
}
.ata-category-grid-wrp img{
width:100%;
height:auto;
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;	
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.ata-category-grid-wrp figure:hover img{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.ata-category-grid-wrp figure:after{
content:"";
position:absolute;
left:0px;
right:0px;
bottom:0px;
top:0px;
background:rgba(0,0,0,0.3);	
z-index:9;
}
.ata-category-grid-wrp figcaption{
left:10%;
right:10%;
top:50%;
position:absolute;
color:#000;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
z-index:99;
color: #fff;
}
.ata-category-grid-wrp figcaption i{
font-size:40px;
padding-bottom:20px;	
}
.ata-category-grid-wrp figure:hover figcaption {
top: 40%;
}
.ata-category-grid-wrp .desc{
padding-bottom: 20px;
line-height:25px;
}
.ata-category-grid-wrp .theme-btn{
border: none!important;
padding: 8px 15px!important;
}
.ata-category-grid-wrp figure:hover .theme-btn
{ }
.ata-section-title.ata_heading_style_2 h2[data-bigletter], .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter] {
position: relative;
}
.ata-section-title.ata_heading_style_2 h2[data-bigletter]:before, .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter]:before {
content: attr(data-bigletter);
font-size: 1.5em;
opacity: .08;
position: absolute;
top: -0.5em;
left: 0px;
right: 0px;
text-align: inherit;
text-transform: uppercase;
color:inherit;
}
.ata-section-title .be-heading {
margin-bottom: 20px;
}
.ata-section-title .be-heading span.slim-text{
font-weight:normal!important;	
}
.ata-section-title .be-heading .theme-color{
color: var(--secondary-color);
}
.ata-section-title .fs-subheading {
display:block;
font-size:90%;
}  .ata-testimonial-block .testimonial-content {
background-color: #fff;
padding: 50px 100px;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
max-width: 750px;
margin: 50px auto;
text-align: center;
border-radius: 10px;
position:relative;
}
.ata-testimonial-block .testimonial-content img{
width:100px;
height:100px;
border: 5px solid #fff !important;
text-align: center;
border-radius: 50% !important;
-webkit-box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.18) !important;
box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.18) !important;
overflow: hidden;
margin-right: 20px;
position:absolute;
top:-50px;
left:50%;
margin-left:-50px;
}
.ata-testimonial-block .testimonial-content h4{
display:block;
padding-top:20px;	
}
.ata-testimonial-block .testimonial-content .job-role{
display:block;
padding-bottom:15px;	
}
.ata-testimonial-block .testimonial-content:before {
content: "\f10e"; 
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size:70px;
bottom:30px;
right:30px;
top:auto;
left:auto;
position:absolute;
color:#000;
opacity:0.03;
z-index:99;
}
.ata-testimonial-block.standard .testimonial-content.column-md-1:after{
height: 60px;
}
.ata-testimonial-block.square .testimonial-content{
border-radius:0px;
}
.ata-testimonial-block .owl-item {
float: left;
}
.ata-testimonial-block {
position:relative;	
}
.ata-testimonial-block .owl-nav button {
position: absolute;
top:185px;
border:0;
background-color: transparent;
height: 50px;
margin-top: -25px;
font-size: 32px;
line-height: 50px;
outline: none;
-webkit-transition: all .3s ease;
transition: all .3s ease;
z-index: 100;
color: #000;
right:0px;
z-index:9;
}
.ata-testimonial-block .owl-nav button.owl-prev{
right:auto;
left:0px;	
}
.ata-testimonial-block .owl-dots{
display:none;	
}
.smart_attribute_as_widgets.smart_attribute .image a{
-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
-o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
border: 1px solid #f0f0f0;
cursor:pointer;
background:#fff;
-webkit-border-radius:10px; 
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
}  @media screen and (min-width: 1024px) {	
.fastest-shop-product-grids ul.products li.product.first{
clear:none!important;	
}
.fastest-shop-product-grids ul.products li.product,
.fastest-shop-product-grids ul.products li.product.last{
margin-right: 3.8%!important;	
}
.fastest-shop-product-grids ul.products li.product.fs-last-item{
margin-right:0px!important;	
}
}
@media only screen and (min-width: 601px) and (max-width: 1024px){
.woocommerce.shoper-product-grids ul.products li.product.columns-sm-3,
.shortcode-sm-3  ul.products li.product{
width: 29.5% !important;
float:none!important;
margin:1.5%!important;
display:inline-block!important;
vertical-align:top!important;
}
.woocommerce.shoper-product-grids ul.products li.product.columns-sm-4,
.shortcode-sm-4  ul.products li.product{
width: 21% !important;
float:none!important;
margin:1.5%!important;
display:inline-block!important;
vertical-align:top!important;
}
.woocommerce.shoper-product-grids ul.products li.product.columns-sm-2,
.shortcode-sm-2  ul.products li.product{
width: 45% !important;
float:none!important;
margin:2%!important;
display:inline-block!important;
vertical-align:top!important;
}
.woocommerce.shoper-product-grids ul.products li.product.columns-sm-1,
.shortcode-sm-1  ul.products li.product{
width: 98% !important;
float:none!important;
margin:2%!important;
clear:both;
}
}
@media screen and (max-width: 600px) {
.woocommerce.shoper-product-grids ul.products li.product.columns-xs-3{
width: 31.33% !important;
float: left!important;
margin:2%!important;
}
.woocommerce.shoper-product-grids ul.products li.product.columns-xs-4{
width: 23% !important;
float: left!important;
margin:2%!important;
}
.woocommerce.shoper-product-grids ul.products li.product.columns-xs-2{
width: 48% !important;
float: left!important;
margin:2%!important;
}
.woocommerce.shoper-product-grids ul.products li.product.columns-xs-1{
width: 98% !important;
float:none!important;
margin:2%!important;
clear:both;
}
.shortcode-xs-2  ul.products li.product{
width: 45% !important;
float:none!important;
margin:2%!important;
display:inline-block!important;
vertical-align:top!important;
}
} /*/*/.fs-product-carousel-wrap{
position:relative;	
}
.fs-product-carousel-wrap .owl-stage-outer{
overflow:hidden;
}
.woocommerce.fs-product-carousel-wrap ul.products li.product{
width:100%;
float:none;
display:block;
clear:both;
}
.fs-product-carousel-wrap .owl-item{
padding:10px;	
}
.fs-product-carousel-wrap .owl-nav button{
position:absolute;
left:0px;
top:50%;
transform: translateY(-30px);
width:40px;
height:40px;
text-align:center;
padding:0px;
}
.fs-product-carousel-wrap .owl-nav button i{
width:40px;
height:40px;
line-height:40px;
display:block;
text-align:center;
}
.fs-product-carousel-wrap .owl-nav button.owl-prev{
left:auto;
right:0px;
}/**/.fs-product-carousel-wrap .owl-dots{
display:none;
}
.fs-product-carousel-wrap li.product{
box-shadow: 0px 0px 0px 0px rgba(74,74,74,0.1)!important;
border:1px solid rgba(74,74,74,0.1)!important;
} /*/*/.ata-product-nav-tab .nav-tabs .nav-link{
font-family: var( --heading-fonts );
word-spacing: 1px;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-box-shadow: none;
font-weight: normal !important;
padding: 9px 20px !important;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
position: relative;
margin-right: 3px;
}
.ata-product-nav-tab .nav-tabs .nav-link i{
margin-right:5px;
display:inline-block;	
}
.ata-product-nav-tab .nav-tabs .nav-link:after {
position: absolute;
bottom: -7px;
left: 50%;
margin-left: -8px;
content: "";
border-right: 8px solid transparent;
border-top: 8px solid var(--secondary-color);
border-left: 8px solid transparent;
opacity: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.ata-product-nav-tab .nav-tabs .nav-link.active:after {
opacity: 1;
}
.ata-product-nav-tab .nav-tabs{
border: none;
margin-bottom: 50px;
}/**//*/*/.ata-cat-product-captions{
display: block;
padding: 30px;
position:absolute;
left:10px;
right:10px;
top:0px;
bottom:0px;
z-index:2;
}
.ata-cat-product-captions h3{
display: block;
padding-bottom: 10px;
}
.ata-cat-product-captions .desc{
padding-top:10px;	
}
.ata-sidebar-info{
position:relative;	
}
.ata-sidebar-info .sidebar-info:after{
content:"";
position:absolute;
left:0px;
right:0px;
top:0px;
bottom:0px;
z-index:-1;
}
ul.products.ata-product-sidebar-carousel .owl-nav{
position:absolute;
left:-120px;
top:30px;
z-index:99;	
}
ul.products.ata-product-sidebar-carousel .owl-nav button{
-webkit-border-radius:50%;
border-radius:50%;
margin-right:2px;
font-size:30px;
padding:5px;
width:40px;
height:40px;
line-height:15px;
}
ul.products.ata-product-sidebar-carousel .owl-nav button span{
line-height:15px;
display:block;
margin-top:-3px;	
}
.ata-product-sidebar-carousel .owl-stage-outer{
overflow:hidden;
}
.woocommerce ul.products.ata-product-sidebar-carousel li.product{
width:100%!important;
float:none;
display:block;
clear:both;
box-shadow: 0px 0px 10px 0px rgba(74,74,74,0.1);
-webkit-box-shadow: 0px 0px 10px 0px rgba(74,74,74,0.1);
margin:10px 0px;
}
.ata-product-sidebar-carousel .owl-item{
padding:0px 10px;	
}
.ata-product-sidebar-carousel .owl-dots{
display:none;
}
ul.products.ata-product-sidebar-carousel li.product{
padding-bottom:10px;
margin-bottom:0px;
}
ul.products.ata-product-sidebar-carousel .owl-nav{
}
ul.products.ata-product-sidebar-carousel .owl-nav{
}
.ata-sidebar-category-product.order-1 ul.products.ata-product-sidebar-carousel .owl-nav{
right:-120px;
left:auto;	
}
.ata-sidebar-info.order-2{
text-align:right;
}
.ata-testimonial-block{
overflow:hidden;
position:relative;
}
.ata-testimonial-block .owl-item{
float:left;	
}
.elementor-widget-product-category-child .ata-product-category-grid-child-wrp .desc{
font-weight:normal!important;	
}
#content .shoper-single-post .post.product-cat{
padding-bottom:50px;	
}
ul.ata-child-category{
display:block;
padding:0px;
padding-top:20px;
}
ul.ata-child-category li{
display:block;
list-style:none;
position:relative;
border-bottom:1px solid #F2F2F2;
}
ul.ata-child-category li a{
display:block;
padding:10px 15px;	
}/**/  .fs-product-slider{
display:block;
height:inherit;
position:relative;
overflow:hidden;
}
.fs-product-slider .slide-item{
position:relative;
height:100%;
display:block;
}
.fs-product-slider .slide-item img{
width:auto;
height:100%;
left:0px;
right:0px; }
.fs-product-slider .slide-item.slider-image-cover img{
width:100%;
height:auto;
position:absolute;
left:0px;
right:0px;
}
.fs-product-slider .slide-item.slider-image-cover_center img{
width:100%;
height:auto;
position:absolute;
left:0px;
right:0px;
transform: translate(0%,-50%);
-webkit-transform: translate(0%,-50%);
-moz-transform: translate(0%,-50%);
top:50%;
}
.fs-product-slider .captions-desc{
position:absolute;
left:20%;
right:20%;
top:50%;
background:#FFF;
padding:30px;
text-align:center;
transform: translate(0%,-50%);
-webkit-transform: translate(0%,-50%);
-moz-transform: translate(0%,-50%);
}
.fs-product-slider .owl-item {
float:left;
}
.fs-product-slider .fs-slider-heading,
.fs-product-slider .fs-slider-text{
display:block;
padding-bottom:20px;
margin:0px;
}
.fs-product-slider .owl-nav button{
top:48%!important;	
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar{
display:block;	
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-item{
float:none;
display:block;
margin:0px;
width:100%;
padding:0px;
clear:both;
border-radius:0px!important;
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link::after {
left: auto;
top:50%;
bottom:auto;
content: "";
left:auto;
right:-19px;
margin-top:-10px;
border-top: 10px solid transparent!important;
border-bottom: 10px solid transparent;
border-left: 10px solid var(--secondary-color);
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar .nav-link{
-webkit-border-radius:0px;
border-radius:0px;
border-bottom:none;	
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar li:last-child .nav-link{
border-bottom:1px solid!important;
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar.sidebar-right .nav-link{
text-align:right;	
}
.ata-product-nav-tab .nav-tabs.fs-tab-sidebar.sidebar-right .nav-link::after {
border-left: 10px solid transparent!important;
border-right: 10px solid var(--secondary-color);
right:auto;
left:-13px;
}
.ata-product-nav-tab .nav-tabs.sidebar-right  .nav-link i{
margin-right:0px;
margin-left:10px;
} .fs-blog-section{
overflow:hidden;
width:100%;
}
.fs-blog-section .widgets-post {
display: -ms-flexbox;
display: flex;
align-items: center;
-ms-flex-align: center;
margin-bottom: 0;
padding:30px!important;
width:100%;
margin-bottom:10px;
position:relative;
}
.fs-blog-section .post-media{
position:absolute;
left:0px;
bottom:0px;
top:0px;
right:auto;
width:50%;
overflow:hidden;
}
.fs-blog-section .post-media img{
width:auto;
height:100%;
max-width:inherit;
}
.fs-blog-section .post-body {
flex: 1;
-ms-flex: 1;
z-index: 1;
position: relative;
margin: 0 0 0 20%;
padding: 30px;
border: 0;
background-color: #fff;
}
.fs-blog-section .post-body .post-date {
display: inline-block;
float: none;
width: auto;
padding:0px 10px;
color: #fff;
background-color: #222529;
letter-spacing: .1em;
text-transform: uppercase;
box-shadow: none;
font-size:12px;
font-weight:700;
margin-bottom:15px;
}
.fs-blog-section .post-body .blog-txt{
padding-bottom:20px;
}
.fs-blog-section .owl-nav.disabled{
display:none!important;
}
.fs-blog-section .owl-dots{
display:block;
text-align:center;
width:100%;
padding-top:40px;
}
.fs-blog-section .owl-dots button{
padding:0px;
background:none;
border:none;
}
.fs-blog-section .owl-dots span {
position: relative;
width: 15px;
height: 15px;
margin: 2px 2px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
transition: all .3s ease;
border: 2px solid var(--tertiary-color);
border-radius: 50%;
}
.fs-blog-section .owl-dots .owl-dot.active span,.fs-blog-section .owl-dots .owl-dot:hover span {
border-color: var(--secondary-color);
background: transparent;
}
.fs-blog-section .owl-dots .owl-dot span::before {
content: '';
display: block;
width: 14px;
height: 14px;
background-color: transparent;
position: absolute;
left:4px;
top:4px;
margin-top: -.35rem;
margin-left: -.35rem;
background-color: var(--secondary-color);
opacity: 0;
visibility: hidden;
transform: scale(0);
transition: all .3s;
border-radius: 50%;
}
.fs-blog-section .owl-dots .owl-dot.active span::before {
opacity: 1;
visibility: visible;
transform: scale(1);
}  .ata-team-item{
position: relative;
transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
text-align:center;
box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.048);
margin-bottom:30px;
padding:20px 20px 30px 20px;
overflow:hidden;
-webkit-border-top-right-radius: 8px;
-moz-border-top-right-radius: 8px;
border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
-moz-border-top-left-radius: 8px;
border-top-left-radius: 8px;
}
.ata-team-block.standard .ata-team-item,
.ata-team-item img{
-webkit-border-top-right-radius:8px;
-moz-border-top-right-radius:8px;
border-top-right-radius:8px;
-webkit-border-top-left-radius:8px;
-moz-border-top-left-radius:8px;
border-top-left-radius:8px;
}
.ata-team-item:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.ata-team-item img {
-transition: all .3s cubic-bezier(0, 0, 0, 0.1);
transition: all .3s cubic-bezier(0, 0, 0, 0.1);
-webkit-transform: scale(1);
transform: scale(1);
}
.ata-team-item  .team-image{
overflow:hidden;
position:relative;
margin:-20px -20px 30px -20px;
}
.ata-team-item .position{
color:#61ce70;
display:block;
padding:5px 0px 15px 0px;
}
.ata-team-block.standard .ata-team-item  .team-image,
.ata-team-block.round .ata-team-item .team-image{
-webkit-border-top-right-radius:8px;
-moz-border-top-right-radius:8px;
border-top-right-radius:8px;
-webkit-border-top-left-radius:8px;
-moz-border-top-left-radius:8px;
border-top-left-radius:8px;	
}
.ata-team-block.standard .item-comment,
.ata-team-block.standard .position{
position:relative;
z-index:99;	
}
.ata-team-block.round .ata-team-item{
display:block;
-webkit-border-radius:8px;
-moz-border-radius:8px;
}
ul.ata-social-profile{
position:absolute;
z-index:99;
margin:0px;
padding:0px;
left:0px;
right:0px;
bottom:15px;
top:auto;
text-align:center;	
}
ul.ata-social-profile li{
display:inline-block;
transition: transform 0.3s ease;
-webkit-transform: translateY(55px);
transform: translateY(55px);
}
ul.ata-social-profile li:nth-child(2){
transition-delay: 100ms;
}
ul.ata-social-profile li:nth-child(3){
transition-delay: 200ms;
}
ul.ata-social-profile li:nth-child(4){
transition-delay: 300ms;
}
ul.ata-social-profile li:nth-child(5){
transition-delay: 400ms;
}
ul.ata-social-profile li:nth-child(6){
transition-delay: 500ms;
}
ul.ata-social-profile li:nth-child(7){
transition-delay: 600ms;
}
.ata-team-item:hover ul.ata-social-profile li{
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
ul.ata-social-profile li a{
display:block;
width:30px;
height:30px;
background:#61ce70;
font-size:16px;
line-height:32px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
color:#FFF;
}