.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;
}
.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;
}
}#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;
}.store-wrapper .store-map-pin{border-radius:100%;background:#00b499;display:flex;align-items:center;justify-content:center}.store-wrapper .store-map-pin [class*=fa]{color:#fff;font-size:20px}.store-wrapper .store-content h4{color:#00b499;font-size:22px;font-weight:600;line-height:1.2;text-transform:uppercase}.store-wrapper .store-content p{line-height:1.2;margin-bottom:0}.store-wrapper .store-phone{margin-top:10px}.store-wrapper .store-phone [class*=fa]{margin-right:4px}.stores-container.layout-list .store-wrapper{clear:both;margin-bottom:40px;overflow:hidden}.stores-container.layout-list .store-map-pin{height:40px;width:40px;margin-right:12px}.stores-container.layout-list .store-content,.stores-container.layout-list .store-map-pin{float:left}.stores-container.layout-list .store-box-content:after{content:"";display:table;clear:both}.stores-container.layout-list .store-content h4{margin-bottom:0;margin-top:8px}.stores-container.layout-list .store-content p{margin-bottom:0;font-size:15px;font-weight:400}.stores-container.layout-grid{display:inline-block;width:100%;margin-top:50px}.stores-container.layout-grid .store-image{margin-bottom:15px}.stores-container.layout-grid .store-image img{max-width:100%;height:auto}.stores-container.layout-grid .store-box-content{background:#fff;text-align:center;border-radius:5px;box-shadow:0 0 15px rgba(0,0,0,.24);margin-bottom:70px;padding-bottom:24px;padding-top:80px;position:relative;max-width:90%;margin-left:auto;margin-right:auto}.stores-container.layout-grid .store-map-pin{width:110px;height:110px;margin:0 auto;position:absolute;top:-50px;left:0;right:0}.stores-container.layout-grid .store-map-pin [class*=fa]{font-size:60px}.stores-container.layout-grid .store-content{max-width:200px;margin:auto}.stores-container.layout-grid .store-content h4{margin-bottom:10px}.stores-container.layout-grid .waze-link{display:block;margin-top:20px}@media screen and (min-width:768px){.stores-container.layout-grid.col-layout-4 .store-wrapper{width:25%}.stores-container.layout-grid.col-layout-3 .store-wrapper{width:33.33%}}@media screen and (max-width:767px) and (min-width:601px){.stores-container.layout-grid.col-layout-3 .store-wrapper,.stores-container.layout-grid.col-layout-4 .store-wrapper{width:50%}}@media screen and (min-width:601px){.stores-container.layout-grid.col-layout-2 .store-wrapper{width:50%}.stores-container.layout-grid[class*=col-layout-] .store-wrapper{float:left}}@media screen and (max-width:600px){.stores-container.layout-grid .store-wrapper{margin-bottom:100px}.stores-container.layout-grid .store-wrapper:last-child{margin-bottom:40px}}.widget_store-content img{max-height:100%;margin-bottom:5px}.widget_store-content p{margin-bottom:2px}.widget_store-content p.store-title{font-weight:600}.archive-store-wrapper:after{content:"";clear:both;display:table}.archive-store-wrapper .store-box-content{float:left;margin-bottom:30px}@media screen and (min-width:769px){.archive-store-wrapper .store-box-content{margin-left:3%;width:31.3%}.archive-store-wrapper .store-box-content:nth-child(3n+1){margin-left:0;clear:left}}@media screen and (max-width:768px){.archive-store-wrapper .store-box-content{margin-left:4%;width:48%}.archive-store-wrapper .store-box-content:nth-child(2n+1){margin-left:0;clear:left}}