.zoo-cw-page .images{transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms}.zoo-cw-attribute-option{display:flex;float:left;cursor:pointer;margin:0 5px 5px 0;align-items:center}.zoo-cw-attribute-option:last-child{margin-right:0}.zoo-cw-attribute-option.disabled:not(.zoo-cw-active) .zoo-cw-attr-item,.zoo-cw-attribute-option.temp-unavailable .zoo-cw-attr-item,.zoo-cw-attribute-option.unavailable .zoo-cw-attr-item{opacity:.5}.zoo-cw-attribute-option.disabled:not(.zoo-cw-active) .zoo-cw-attr-item::before,.zoo-cw-attribute-option.disabled:not(.zoo-cw-active) .zoo-cw-attr-item::after,.zoo-cw-attribute-option.temp-unavailable .zoo-cw-attr-item::before,.zoo-cw-attribute-option.temp-unavailable .zoo-cw-attr-item::after,.zoo-cw-attribute-option.unavailable .zoo-cw-attr-item::before,.zoo-cw-attribute-option.unavailable .zoo-cw-attr-item::after{opacity:1}@media(min-width: 1024.98px){.zoo-cw-is-desktop .zoo-cw-attribute-option.cw-active .zoo-cw-attr-item,.zoo-cw-is-desktop .zoo-cw-attribute-option:not(.disabled):hover .zoo-cw-attr-item{border-color:#252525}}.zoo-cw-attr-item{display:flex;justify-content:center;align-items:center;border:2px solid #ccc;padding:2px;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms;height:100%;overflow:hidden;position:relative}.zoo-cw-attr-item img{max-height:100%;max-width:100%;margin:0 !important;height:auto !important;width:auto !important}.zoo-cw-attr-item::before,.zoo-cw-attr-item::after{content:"";position:absolute;height:2px;width:calc(100% + 4px);top:50%;left:0;margin-top:-1px;margin-left:-2px;background:red;opacity:0;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms}.zoo-cw-attr-item::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.zoo-cw-attr-item::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.zoo-cw-label-color{display:block;height:100%;width:100%}.zoo-cw-label-text{display:block;text-align:center}.zoo-cw-attr-label{padding:0 5px}.zoo-cw-option-display-size-1{min-width:20px;height:20px;line-height:12px}.zoo-cw-option-display-size-1 .zoo-cw-label-text{font-size:12px;line-height:1}.zoo-cw-option-display-size-2{min-width:40px;height:40px;line-height:32px}.zoo-cw-option-display-size-2 .zoo-cw-label-text{font-size:18px}.zoo-cw-option-display-size-3{min-width:60px;height:60px;line-height:52px}.zoo-cw-option-display-size-3 .zoo-cw-label-text{font-size:24px}.zoo-cw-option-display-shape-circle{border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%}.zoo-cw-option-display-shape-circle .zoo-cw-label-color,.zoo-cw-option-display-shape-circle img{border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%}.zoo-cw-active select:not(.zoo-cw-attribute-select){display:none !important}.zoo-cw-active.zoo-cw-attribute-option .zoo-cw-attr-item{border-color:#252525}.zoo-cw-tooltip.ui-tooltip{border-radius:0;font-size:12px;text-transform:uppercase;border:none;font-family:inherit;box-shadow:-1px 0 5px 3px #ebebeb;height:auto;padding:5px 10px;line-height:1;letter-spacing:.5px}.zoo-cw-wrap-shop,.zoo-cw-group-attribute{width:100%;display:flex;flex-wrap:wrap}.variations_form:not(.no-cw-data) .zoo-cw-group-attribute select:not(.zoo-cw-attribute-select){display:none !important}ul.zoo-cw-variations{margin:0 0 20px}ul.zoo-cw-variations li{list-style:none;margin-left:0}ul.zoo-cw-variations li .label label{font-size:1rem;color:#252525}.zoo-cw-attr-row{width:100%;list-style:none;display:inline-block;padding:0}.zoo-cw-attr-row div.label{width:100%;padding:0;display:flex;align-items:center;margin-bottom:5px;text-align:left;color:inherit;line-height:1.6;font-size:inherit;font-weight:inherit}.zoo-cw-attr-row div.label label{color:#252525;text-transform:capitalize;font-size:1rem;font-weight:bold;margin:0 5px 0 0;float:left}.zoo-cw-attr-row div.label .zoo-cw-name{color:inherit;line-height:1;font-size:inherit}.zoo-cw-attr-row .wrap-reset{width:100%;display:none}.zoo-cw-attr-row .wrap-reset a{margin:0;display:inline-block}.zoo-cw-gallery-loading{position:relative}.zoo-cw-gallery-loading:before,.zoo-cw-gallery-loading:after{-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out;width:40px;height:40px;border-radius:50%;background-color:#3ea4f8;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);content:"";visibility:hidden;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms}.zoo-cw-gallery-loading:after{-webkit-animation-delay:-1s;animation-delay:-1s}.zoo-cw-gallery-loading>*{opacity:0}.zoo-cw-gallery-loading:after,.zoo-cw-gallery-loading:before{opacity:.6;visibility:visible;z-index:11}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.avada-product-gallery .flex-control-thumbs{opacity:1}.cw-product-gallery-btn{position:absolute;top:50%;transform:translateY(-50%);display:block;z-index:1;cursor:pointer;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms}.cw-product-gallery-btn.next-item{right:0}.cw-product-gallery .cw-product-gallery-main{margin-bottom:15px;position:relative}.cw-product-gallery .cw-product-gallery-main .cw-product-gallery-btn{width:40px;height:40px;text-align:center;font-size:26px;line-height:40px;opacity:0;color:#333}.cw-product-gallery .cw-product-gallery-main .cw-product-gallery-btn:hover{color:#252525}.cw-product-gallery .cw-product-gallery-main:hover .cw-product-gallery-btn{opacity:1}.cw-product-gallery .cw-product-gallery-main:not(.slick-slider) .cw-product-gallery-item:first-child{position:static !important;visibility:visible !important}.cw-product-gallery .cw-product-gallery-main .cw-product-gallery-item:not(.slick-slide){position:absolute;left:0;top:0;visibility:hidden}.horizontal .cw-product-gallery-thumbs{margin-bottom:20px;margin-left:-10px !important;margin-right:-10px !important;width:calc(100% + 20px) !important}.horizontal .cw-product-gallery-thumbs .cw-product-gallery-btn{width:20px;height:100%}.horizontal .cw-product-gallery-thumbs .cw-product-gallery-btn.next-item{right:10px}.horizontal .cw-product-gallery-thumbs .cw-product-gallery-btn.prev-item{left:10px}.cw-product-gallery-thumbs .cw-gallery-thumb-item{opacity:.6;padding:0 10px;text-align:center;float:left;transition:all 300ms;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;-ms-transition:all 300ms}.cw-product-gallery-thumbs .cw-gallery-thumb-item:hover,.cw-product-gallery-thumbs .cw-gallery-thumb-item.slick-current{cursor:pointer;opacity:1}.cw-product-gallery-thumbs .cw-gallery-thumb-item:not(.slick-slide){position:absolute;z-index:-1;opacity:0}.cw-product-gallery-thumbs .cw-gallery-thumb-item:not(.slick-slide):first-child{position:static;z-index:0;opacity:1}.cw-product-gallery-thumbs .cw-product-gallery-btn{background:rgba(255,255,255,.5);text-align:center;display:flex;align-items:center;justify-content:center;color:#252525;opacity:0}.cw-product-gallery-thumbs .cw-product-gallery-btn:hover{background:rgba(255,255,255,.8)}.cw-product-gallery-thumbs:hover .cw-product-gallery-btn{opacity:1}.cw-product-gallery.vertical .cw-product-gallery-thumbs{width:25%;float:left;margin:0}.cw-product-gallery.vertical .cw-product-gallery-thumbs .cw-gallery-thumb-item{padding:0;margin-bottom:10px}.cw-product-gallery.vertical .cw-product-gallery-thumbs .cw-product-gallery-btn{width:100%;left:0;height:25px;line-height:25px}.cw-product-gallery.vertical .cw-product-gallery-thumbs .cw-product-gallery-btn.prev-item{top:0}.cw-product-gallery.vertical .cw-product-gallery-thumbs .cw-product-gallery-btn.next-item{top:auto;bottom:0}.cw-product-gallery.vertical .cw-product-gallery-main{width:calc(75% - 10px);margin-left:10px;float:right}.slick-slide .cw-product-gallery-item{position:static !important;visibility:visible !important}.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]{position:relative;z-index:2;cursor:pointer}.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]:before,.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]:after{visibility:hidden;opacity:0;pointer-events:none}.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]:before{position:absolute;top:-36px;left:50%;z-index:1;transform:translateX(-50%);padding:4px 8px;display:flex;align-items:center;justify-content:center;border-radius:3px;background-color:#000;background-color:rgba(51,51,51,.9);color:#fff;white-space:nowrap;content:attr(data-attribute-name);text-align:center;font-size:12px}.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]:after{position:absolute;top:-10px;left:50%;z-index:1;transform:translateX(-50%);width:0;border-top:5px solid #000;border-top:5px solid rgba(51,51,51,.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]:hover:before,.allow-tooltip .zoo-cw-attribute-option[data-attribute-name]:hover:after{visibility:visible;opacity:1}.xoo-aff-input-group {
position: relative;
display: flex;
border-collapse: separate;
width: 100%;
}
.xoo-aff-input-group:first-child {
border-right: 0;
}
.xoo-aff-group input{
box-sizing: border-box;
}
.xoo-aff-input-group .xoo-aff-input-icon {
padding: 6px 0;
font-size: 14px;
text-align: center;
border-radius: 4px;
align-items: center;
height: auto;
align-self: stretch;
display: flex;
width: 100%;
justify-content: center;
border-style: solid;
}
body:not(.rtl) .xoo-aff-input-group .xoo-aff-input-icon{
border-right: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2, .xoo-aff-group input[type="tel"], .xoo-aff-group input[type="file"]{
flex-grow: 1;
min-width: 1px;
margin: 0;
position: relative;
z-index: 2;
width: 100%!important;
margin-bottom: 0!important;
height: 50px;
padding: 6px 12px;
font-size: 14px;
line-height: 3.428571;
background-image: none;
border: 1px solid #ccc;
border-style: solid;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
outline: 0;
}
.xoo-aff-group input::file-selector-button {
background-color: transparent;
border: 0;
padding: 0;
margin-right: 10px;
}
.xoo-aff-group label{
font-weight: 600;
display: block;
margin-bottom: 5px;
}
.xoo-aff-group {
float: left;
width: calc(100% - 20px);
position: relative;
}
.xoo-aff-group.onehalf{
width: calc(50% - 20px);
margin-right: 20px;
}
.xoo-aff-group.onethird {
width: calc(30% - 20px);
margin-right: 20px;
}
.xoo-aff-group.twothird {
width: calc(70% - 20px);
margin-right: 20px;
}
.xoo-aff-group.onefourth {
width: calc(25% - 20px);
margin-right: 20px;
}
.xoo-aff-group.threefourth {
width: calc(75% - 20px);
margin-right: 20px;
}
div#ui-datepicker-div {
z-index: 99999999999!important;
}
.xoo-aff-single_checkbox .xoo-aff-label{
display: none;
}
.xoo-aff-options-list label {
font-weight: 400;
}
.xoo-aff-fields {
display: table;
width: 100%;
}
.xoo-aff-group.xoo-aff-checkbox_single {
min-height: auto;
}
.xoo-aff-group.one.xoo-aff-checkbox_single {
margin-bottom: 10px;
}
.xoo-aff-group.xoo-aff-cont-checkbox_single {
margin-bottom: 5px;
} .xoo-aff-password-strength {
text-align: center;
font-weight: 600;
padding: 3px 0.5em;
font-size: 1em;
}
.xoo-aff-password-strength.strong {
background-color: #c1e1b9;
border-color: #83c373;
}
.xoo-aff-password-strength.short {
background-color: #f1adad;
border-color: #e35b5b;
}
.xoo-aff-password-strength.bad {
background-color: #fbc5a9;
border-color: #f78b53;
}
.xoo-aff-password-strength.good {
background-color: #ffe399;
border-color: #ffc733;
}
.xoo-aff-password-hint {
margin: 0.5em 0 0;
display: block;
}
.xoo-aff-radio input, .xoo-aff-checkbox_single input, .xoo-aff-checkbox_list input {
margin-right: 5px;
} body .select2-dropdown {
z-index: 99999999999;
}
.xoo-aff-group .select2-container .select2-selection.select2-selection--single {
border: 0;
height: 100%;
background-color: transparent;
margin: 0 0 0 0;
border-radius: 0;
line-height: inherit;
padding: 0;
}
.xoo-aff-group .select2.select2-container .select2-selection .select2-selection__rendered {
padding: 0;
line-height: inherit;
height: inherit;
}
.xoo-aff-group .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
transform: translateY(-50%);
}
.xoo-aff-group .select2-container *:focus {
outline: none;
}
.xoo-aff-group select, .xoo-aff-group select + .select2 {
padding: 0 15px;
}
select.xoo-aff-states{
display: none;
}
@media only screen and (max-width: 450px) {
.xoo-aff-group.onehalf , .xoo-aff-group.onefourth, .xoo-aff-group.onethird , .xoo-aff-group, .xoo-aff-group.twothird {
width: calc(100% - 20px);
}
.xoo-aff-group {
margin-right: 0;
}
}
.xoo-aff-flag-cont {
display: flex;
align-items: center;
height: inherit;
} 
.xoo-aff-flag-cont span:nth-child(1) {
margin-right: 6px;
}
.select2-results .xoo-aff-flag-cont span:nth-child(2) {
font-size: 12px;
}
span.xoo-aff-pwtog-hide {
display: none;
}
.xoo-aff-pw-toggle {
display: flex;
align-items: center;
right: 5px;
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
user-select: none;
}
.xoo-aff-pw-toggle > * {
cursor: pointer;
padding: 5px;
}
.xoo-aff-select2-dropdown {
min-width: 140px;
} label.xoo-aff-file-profile input[type="file"] {
width: 0 !important;
height: 0 !important;
padding: 0 !important;
position: absolute !important;
top: 30px !important;
z-index: -1;
}
label.xoo-aff-file-profile .xoo-aff-input-icon {
border: 0;
margin: 0 auto;
padding: 0;
background-color: transparent;
}
label.xoo-aff-file-profile {
display: table;
margin: 0 auto;
}
label.xoo-aff-file-profile .xoo-aff-input-group {
margin: 0 auto;
display: table;
width: auto;
cursor: pointer;
}
.xoo-ff-file-pladd, .xoo-ff-file-plcheck {
position: absolute;
background-color: #fff;
padding: 2px;
border-radius: 50%;
bottom: 0px;
right: 0;
}
.xoo-aff-file-profile .xoo-ff-file-plcheck {
color: #058105;
display: none;
}
.xoo-aff-file-profile-cont:not(.one) + .xoo-aff-group:not(.one) {
align-self: center;
}
.xoo-ff-file-preview{
border-radius: 50%;
}
.xoo-aff-file-profile-cont .xoo-ff-files{
text-align: center;
}
.xoo-aff-file-profile-cont .xoo-aff-label {
margin-top: 5px;
margin-bottom: 0;
}
.xoo-aff-auto-fetch-loc {
font-size: 90%;
cursor: pointer;
margin-top: 5px;
margin-bottom: -10px;
display: block;
text-align: right;
}
.xoo-aff-auto-fetch-loc span{
margin: 0 5px;
}
.pac-container{
z-index: 9999999999;
}
.xoo-aff-one-line .xoo-aff-radio {
display: inline-flex;
flex-wrap: wrap;
}
.xoo-aff-one-line .xoo-aff-radio label {
margin-right: 10px;
display: flex;
align-items: center;
justify-content: center;
} body.rtl .xoo-aff-auto-fetch-loc{
text-align: left;
}
body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
body.rtl .xoo-aff-flag-cont span:nth-child(1) {
margin-left: 10px;
margin-right: 0;
padding-right: 0;
}
body.rtl .xoo-aff-group {
float: right;
}
body.rtl .xoo-aff-radio input, body.rtl .xoo-aff-checkbox_single input, body.rtl .xoo-aff-checkbox_list input{
margin-left: 5px;
margin-right: 0;
}
body.rtl .xoo-aff-group:not(.one){
margin-left: 20px;
margin-right: 0;
}
body.rtl .xoo-aff-input-icon + input, body.rtl .xoo-aff-input-icon + select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 4px!important;
border-top-left-radius: 4px!important;
}
body.rtl .xoo-aff-input-group .xoo-aff-input-icon {
border-left: 0;
}