.cl-add2cart-modal {
position: fixed;
top: 0;
right: 0;
background: rgba(15, 14, 13, 0.4);
width: 100%;
height: 100%;
z-index: 99999;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.cl-add2cart-modal.show {
opacity: 1;
visibility: visible;
z-index: 10000000000;
}
.cl-add2cart-modal .modal-wrapper {
max-width: 88%;
border-radius: 10px;
background-color: #f6f6f8;
transition: all 0.3s ease;
padding: 40px 25px;
position: relative;
}
.cl-add2cart-modal .modal-wrapper .cl-alert-close {
width: 34px;
height: 34px;
border-radius: 100%;
background-color: #f6f6f8;
border: 1px solid #e5e8f3;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
cursor: pointer;
position: absolute;
right: 8px;
top: 8px;
}
.cl-add2cart-modal .modal-wrapper .modal-body {
text-align: center;
}
.cl-add2cart-modal .modal-wrapper .modal-body .plugin-logo {
width: 60px;
margin: 0 auto 20px;
}
.cl-add2cart-modal .modal-wrapper .modal-body input[type="email"] {
padding: 10px 15px;
display: block;
max-width: 500px;
width: 90%;
border-radius: 5px;
background-color: #fff;
border: 1px solid #e5e8f3;
height: 30px;
font-size: 14px;
color: #363b4e;
font-weight: 400;
transition: all 0.3s ease;
margin-bottom: 10px;
margin: 0 auto;
}
.cl-add2cart-modal .modal-wrapper .modal-body #cl_gdpr_message {
color: #777;
}
.cl-add2cart-modal .modal-wrapper .modal-body input[type="email"]:focus {
box-shadow: none;
outline: none;
border-color: #6e41d3;
}
.cl-add2cart-modal .modal-wrapper .modal-body h4 {
font-size: 22px;
font-weight: 500;
color: #333;
margin-bottom: 16px;
margin-top: 0;
line-height: 1.4;
}
.cl-add2cart-modal .modal-wrapper .modal-body p {
font-size: 16px;
color: #777;
margin-bottom: 14px;
}
.cl-add2cart-modal .modal-wrapper .modal-body .cl-btn {
line-height: 50px;
border-radius: 5px;
display: block;
margin: 0 auto 8px;
padding: 0 42px;
font-size: 14px;
color: #ffffff;
font-weight: 500;
cursor: pointer;
border: none;
text-decoration: none;
display: inline-block;
text-transform: capitalize;
background-color: #6e41d3;
transition: all 0.3s ease;
margin-top: 10px;
}
.cl-add2cart-modal .modal-wrapper .modal-body .cl-btn:hover {
background-color: #ee8134;
}
.cl-add2cart-modal .modal-wrapper .modal-body .cl-btn:focus {
outline: none;
box-shadow: none;
}
.cl-add2cart-modal .modal-wrapper .modal-body .cl-alert-cancel {
color: #a09f9f;
font-size: 14px;
line-height: 1;
display: block;
width: 100px;
margin: 0 auto;
}
.cl-add2cart-modal .modal-wrapper .modal-body .cl-alert-cancel:hover {
text-decoration: underline;
}
@media only screen and (max-width: 991px) {
.cl-add2cart-modal {
width: 100%;
}
} @media only screen and (max-width: 575px) {
.cl-add2cart-modal .modal-wrapper {
max-width: 290px;
}
.cl-add2cart-modal .modal-wrapper .modal-body p {
font-size: 15px;
}
}  .theme-bb-theme .cl-add2cart-modal.show {
display: flex !important;
}#cl_gdpr_message > span {
font-size: 10px;
line-height: normal;
display: block;
margin-top: 5px;
}
#edd_purchase_form #cl_gdpr_message > span {
margin-top: -10px;
margin-bottom: 16px;
}
#cl_gdpr_message > span > a {
margin-left: 4px;
}[aria-label][role~="tooltip"] {
position: relative;
}
[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
opacity: 0;
pointer-events: none;
transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
position: absolute;
box-sizing: border-box;
z-index: 9999;
transform-origin: top;
}
[aria-label][role~="tooltip"]::before {
background-size: 100% auto !important;
content: "";
}
[aria-label][role~="tooltip"]::after {
background: rgba(17, 17, 17, .9);
border-radius: 4px;
color: #ffffff;
content: attr(aria-label);
font-size: var(--microtip-font-size, 13px);
font-weight: var(--microtip-font-weight, normal);
text-transform: var(--microtip-text-transform, none);
padding: .5em 1em;
white-space: nowrap;
box-sizing: content-box;
display:block;
}
[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
opacity: 1;
pointer-events: auto;
} [role~="tooltip"][data-microtip-position|="top"]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-bottom: 5px;
}
[role~="tooltip"][data-microtip-position|="top"]::after {
margin-bottom: 11px;
}
[role~="tooltip"][data-microtip-position|="top"]::before {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%;
}
[role~="tooltip"][data-microtip-position|="top"]:hover::before {
transform: translate3d(-50%, -5px, 0);
}
[role~="tooltip"][data-microtip-position|="top"]::after {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%;
}
[role~="tooltip"][data-microtip-position="top"]:hover::after {
transform: translate3d(-50%, -5px, 0);
} [role~="tooltip"][data-microtip-position="top-left"]::after {
transform: translate3d(calc(-100% + 16px), 0, 0);
bottom: 100%;
}
[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
transform: translate3d(calc(-100% + 16px), -5px, 0);
} [role~="tooltip"][data-microtip-position="top-right"]::after {
transform: translate3d(calc(0% + -16px), 0, 0);
bottom: 100%;
}
[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
transform: translate3d(calc(0% + -16px), -5px, 0);
} [role~="tooltip"][data-microtip-position|="bottom"]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-top: 5px;
margin-bottom: 0;
}
[role~="tooltip"][data-microtip-position|="bottom"]::after {
margin-top: 11px;
}
[role~="tooltip"][data-microtip-position|="bottom"]::before {
transform: translate3d(-50%, -10px, 0);
bottom: auto;
left: 50%;
top: 100%;
}
[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
transform: translate3d(-50%, 0, 0);
}
[role~="tooltip"][data-microtip-position|="bottom"]::after {
transform: translate3d(-50%, -10px, 0);
top: 100%;
left: 50%;
}
[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
transform: translate3d(-50%, 0, 0);
} [role~="tooltip"][data-microtip-position="bottom-left"]::after {
transform: translate3d(calc(-100% + 16px), -10px, 0);
top: 100%;
}
[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
transform: translate3d(calc(-100% + 16px), 0, 0);
} [role~="tooltip"][data-microtip-position="bottom-right"]::after {
transform: translate3d(calc(0% + -16px), -10px, 0);
top: 100%;
}
[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
transform: translate3d(calc(0% + -16px), 0, 0);
} [role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
bottom: auto;
left: auto;
right: 100%;
top: 50%;
transform: translate3d(10px, -50%, 0);
}
[role~="tooltip"][data-microtip-position="left"]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-right: 5px;
margin-bottom: 0;
}
[role~="tooltip"][data-microtip-position="left"]::after {
margin-right: 11px;
}
[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
transform: translate3d(0, -50%, 0);
} [role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
bottom: auto;
left: 100%;
top: 50%;
transform: translate3d(-10px, -50%, 0);
}
[role~="tooltip"][data-microtip-position="right"]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-bottom: 0;
margin-left: 5px;
}
[role~="tooltip"][data-microtip-position="right"]::after {
margin-left: 11px;
}
[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
transform: translate3d(0, -50%, 0);
} [role~="tooltip"][data-microtip-size="small"]::after {
white-space: initial;
width: 80px;
}
[role~="tooltip"][data-microtip-size="medium"]::after {
white-space: initial;
width: 150px;
}
[role~="tooltip"][data-microtip-size="large"]::after {
white-space: initial;
width: 260px;
}.wcsfw-title {
width: 180px;
}
.wcsfw-symbol-btn {
background: none !important;
color: inherit !important;
border: none !important;
padding: 0 !important;
font: inherit !important;
cursor: pointer !important;
outline: inherit !important;
}
.wcsfw.below-short-desc ul {
padding-left: 0
}
.wcsfw.below-short-desc ul li {
list-style-type: none !important;
display: inline-block;
}