.aws-container .aws-search-form {
position: relative;
width: 100%;
float: none !important;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: stretch;
height: 44px;
}
.aws-container .aws-search-form * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
border-radius: 0 !important;
}
.aws-container .aws-search-form .aws-loader,
.aws-container .aws-search-form .aws-loader:after {
border-radius: 50% !important;
width: 20px;
height: 20px;
}
.aws-container .aws-search-form .aws-wrapper {
flex-grow: 1;
position: relative;
vertical-align: top;
padding: 0;
width: 100%;
}
.aws-container .aws-search-form .aws-loader {
position: absolute;
display: none;
right: 10px;
top: 50%;
z-index: 999;
margin: 0;
margin-top: -10px;
font-size: 10px;
text-indent: -9999em;
border-top: 3px solid #ededed;
border-right: 3px solid #ededed;
border-bottom: 3px solid #ededed;
border-left: 3px solid #555;
}
.aws-container .aws-search-form.aws-processing .aws-loader {
display: block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 0.7s infinite linear;
animation: load8 0.7s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.aws-container .aws-search-field {
width: 100%;
max-width: 100%;
color: #313131;
padding: 6px;
line-height: 30px;
display: block;
font-size: 12px;
position: relative;
z-index: 2;
-webkit-appearance: none;
height: 100%;
margin: 0 !important;
border: 1px solid #d8d8d8;
outline: 0;
}
.aws-container .aws-search-field::-ms-clear {
display: none;
}
.aws-container .aws-search-field:focus {
background-color: #fff;
}
.aws-container .aws-show-clear .aws-search-field {
padding-right: 40px;
}
.aws-container .aws-search-field:focus::-webkit-input-placeholder { color:transparent; }
.aws-container .aws-search-field:focus:-moz-placeholder { color:transparent; }
.aws-container .aws-search-field:focus::-moz-placeholder { color:transparent; }
.aws-container .aws-search-field:focus:-ms-input-placeholder { color:transparent; } .aws-container .aws-search-form .aws-search-clear {
display: none !important;
position: absolute;
top: 0;
right: 0;
z-index: 2;
cursor: pointer;
color: #757575;
height: 100%;
width: 38px;
padding-left: 10px;
text-align: left;
}
.aws-container .aws-search-form .aws-search-clear span {
position: relative;
display: block;
font-size: 24px;
line-height: 24px;
top: 50%;
margin-top: -12px;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
display: block !important;
}
.aws-container .aws-search-form.aws-form-active.aws-processing .aws-search-clear {
display: none !important;
} .aws-container .aws-search-form .aws-search-btn {
padding: 0;
line-height: 10px;
width: 42px;
}
.aws-container .aws-search-form .aws-search-btn_icon {
display: inline-block;
fill: currentColor;
height: 24px;
line-height: 24px;
position: relative;
width: 42px;
color: #555;
}
.aws-container .aws-search-form .aws-search-btn svg {
display: block;
height: 100%;
width: 100%;
}
.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
background: #ededed;
cursor: default;
} .aws-container .aws-search-form .aws-form-btn {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
background: #ededed;
border: 1px solid #d8d8d8; margin: 0 0 0 -1px;
cursor: pointer;
position: relative;
white-space: nowrap;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color 100ms ease-in-out;
-moz-transition: background-color 100ms ease-in-out;
-o-transition: background-color 100ms ease-in-out;
transition: background-color 100ms ease-in-out;
}
.aws-container .aws-search-form .aws-form-btn:hover {
background: #dcdcdc;
}
.aws-container .aws-search-form .aws-form-btn:active {
background: #d8d8d8;
} .aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper{
-webkit-order: 2;
order: 2;
}
.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn{
margin: 0 -1px 0 0;
}
.aws-search-result {
position: absolute;
text-align: left;
z-index: 9999999999999;
background: #fff;
width: 100%;
margin-top: -1px;
border: 1px solid #ccc;
font-size: 12px;
line-height: 16px;
}
.aws-search-result ul {
list-style: none;
padding: 0;
margin: 0 !important;
max-height: 400px;
overflow-y: auto;
}
.aws-search-result ul li {
list-style: none;
border-bottom: 1px solid #ccc;
overflow: hidden;
margin: 0 !important;
position: relative;
}
.aws-search-result ul li:last-child {
border-bottom: 0;
}
.aws-search-result .aws_result_link {
display: block;
cursor: pointer;
padding: 10px 8px;
height: 100%;
overflow: hidden;
text-decoration: none;
border: 0;
}
.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_result_item.hovered {
background: #f5f5f5;
}
.aws-search-result .aws_result_content {
overflow: hidden;
display: block;
}
.aws-search-result .aws_result_title {
display: block;
font-weight: normal;
margin-bottom: 3px;
color: #21759b;
}
.aws-search-result .aws_result_featured {
margin-right: 6px;
position: relative;
top: -2px;
}
.aws-search-result .aws_result_featured svg {
width: 13px;
height: 13px;
fill: #fa0;
vertical-align: bottom;
}
.aws-search-result .aws_result_stock {
display: block;
font-weight: normal;
margin-top: 4px;
margin-bottom: 5px;
color: #7ad03a;
}
.aws-search-result .aws_result_stock.out {
color: #a44;
}
.aws-search-result .aws_result_sku {
display: block;
font-weight: normal;
margin-top: 3px;
margin-bottom: 5px;
color: #222;
}
.aws-search-result .aws_result_cat .aws_result_title,
.aws-search-result .aws_result_tag .aws_result_title {
margin-bottom: 2px;
}
.aws-search-result .aws_result_excerpt {
display: block;
color: #222;
}
.aws-search-result .aws_result_price {
display: block;
padding: 2px 0;
color: #222;
}
.aws-search-result .aws_result_price del,
.aws-search-result .aws_result_price ins {
background: none;
padding: 0 12px 0 0;
opacity: 1;
}
.aws-search-result .aws_result_price del {
opacity: 0.8;
text-decoration: line-through !important;
}
.aws-search-result .aws_result_cats {
display: block;
float: left;
margin-right: 20px;
}
.aws-search-result .aws_result_image {
display: block;
height: 100%;
float: left;
padding-right: 10px;
}
.aws-search-result .aws_result_image img {
width: 50px;
height: 50px;
box-shadow: none;
}
.aws-search-result .aws_result_sale {
display: block;
height: 42px;
overflow: hidden;
position: absolute;
right: 0px;
top: 0px;
width: 47px;
}
.aws-search-result .aws_onsale {
background: #77a464 none repeat scroll 0 0;
color: #fff;
display: block;
float: right;
height: 20px;
padding-top: 2px;
position: relative;
right: -25px;
text-align: center;
top: 3px;
transform: rotate(45deg);
width: 77px;
}
.aws-search-result .aws_no_result {
line-height: 40px;
padding: 0 6px;
cursor: auto;
}
.aws-search-result .aws_search_more {
}
.aws-search-result .aws_search_more a {
line-height: 40px;
display: block;
text-decoration: none;
border: 0;
text-align: center;
color: #21759b;
}
.aws-search-result .aws_search_more a:hover {
background: #f5f5f5;
}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-fles-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end)infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end)infinite;animation:swiper-preloader-spin 1s steps(12,end)infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}.yith-wcbr-brands{
display: block;
margin-top: 15px;
}
.list .yith-wcbr-brands{
text-align: left;
}
li.product .yith-wcbr-brands{
margin: 15px 0;
}
.yith-wcbr-brands-logo{
display: block;
margin-top: 15px;
}
.list .yith-wcbr-brands-logo{
text-align: left;
}
li.product .yith-wcbr-brands-logo{
margin: 15px 0;
}
.yith-wcbr-brands-logo a{
display: inline-block;
border: none!important;
margin-right: 15px;
}
.yith-wcbr-brands-logo a:last-child{
margin-right: 0;
}
.yith-wcbr-brands-header-wrapper{
margin: 15px 0;
}.yith-wcbr-brand-filter.shadow,
.yith-wcbr-brand-filter.highlight{
position: relative;
}
.yith-wcbr-brand-filter.boxed{
border: 1px solid #e3e3e3;
padding: 15px;
}
.yith-wcbr-brand-filter.default h3,
.yith-wcbr-brand-filter.big-header h3,
.yith-wcbr-brand-filter.boxed h3{
text-align: center;
margin-bottom: 15px;
}
.yith-wcbr-brand-filter.shadow h3,
.yith-wcbr-brand-filter.highlight h3{
border-top: 1px solid #e3e3e3;
padding-top: 15px;
}
.yith-wcbr-brand-filter.default .yith-wcbr-brand-filters-wrapper:before,
.yith-wcbr-brand-filter.default .yith-wcbr-brand-filters-wrapper:after{
content: '';
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
height: 5px;
display: block;
}
.yith-wcbr-brand-filter.big-header .yith-wcbr-brand-filters-wrapper{
background: #f0f0f0;
border-top: 1px solid #e3e3e3;
}
.yith-wcbr-brand-filter.small-header .yith-wcbr-brand-filters-wrapper{
background: #a9a9a9;
border-radius: 3px;
}
.yith-wcbr-brand-filter.default .yith-wcbr-brand-filters{
padding: 15px 5px;
line-height: 2;
}
.yith-wcbr-brand-filter.big-header .yith-wcbr-brand-filters{
padding: 5px;
line-height: 2;
}
.yith-wcbr-brand-filter.small-header .yith-wcbr-brand-filters{
padding: 5px 10px;
line-height: 2;
}
.yith-wcbr-brand-filter.highlight .yith-wcbr-brand-filters{
padding: 5px 15px;
line-height: 2;
}
.yith-wcbr-brand-filter.shadow .yith-wcbr-brand-filters{
padding: 4px;
border: 4px solid #f2f2f2;
outline: #e3e3e3 solid 1px!important;
outline-offset: 0;
}
.yith-wcbr-brand-filter.big-header .yith-wcbr-brand-filters,
.yith-wcbr-brand-filter.boxed .yith-wcbr-brand-filters{
text-align: center;
}
.yith-wcbr-brand-filter.default .yith-wcbr-brand-filters a,
.yith-wcbr-brand-filter.big-header .yith-wcbr-brand-filters a,
.yith-wcbr-brand-filter.small-header .yith-wcbr-brand-filters a,
.yith-wcbr-brand-filter.shadow .yith-wcbr-brand-filters a,
.yith-wcbr-brand-filter.highlight .yith-wcbr-brand-filters a{
text-transform: uppercase;
padding: 0 5px;
}
.yith-wcbr-brand-filter.boxed .yith-wcbr-brand-filters a{
text-transform: uppercase;
padding: 0 6px 1px 5px;
border: 1px solid #e3e3e3;
display: inline-block;
border-radius: 10px;
margin-bottom: 10px;
margin-left: 3px;
}
.yith-wcbr-brand-filter.shadow .yith-wcbr-brand-filters a.reset,
.yith-wcbr-brand-filter.highlight .yith-wcbr-brand-filters a.reset {
border: 1px solid #e3e3e3;
position: absolute;
top: 15px;
right: 0;
}
.yith-wcbr-brand-filter.shadow .yith-wcbr-brand-filters a.reset{
background: #fff;
}
.yith-wcbr-brand-filter.highlight .yith-wcbr-brand-filters a.reset{
padding: 4px 10px;
top: 0;
}
.yith-wcbr-brand-filter.small-header .yith-wcbr-brand-filters a{
font-weight: 700;
color: #000;
}
.yith-wcbr-brand-filter .yith-wcbr-brand-filters a:focus{
outline: none;
}
.yith-wcbr-brand-filter.default .yith-wcbr-brand-filters a:hover,
.yith-wcbr-brand-filter.big-header .yith-wcbr-brand-filters a:hover,
.yith-wcbr-brand-filter.shadow .yith-wcbr-brand-filters a:hover,
.yith-wcbr-brand-filter.boxed .yith-wcbr-brand-filters a:hover,
.yith-wcbr-brand-filter.highlight .yith-wcbr-brand-filters a:hover,
.yith-wcbr-brand-filter.default .yith-wcbr-brand-filters a.active,
.yith-wcbr-brand-filter.big-header .yith-wcbr-brand-filters a.active,
.yith-wcbr-brand-filter.shadow .yith-wcbr-brand-filters a.active,
.yith-wcbr-brand-filter.boxed .yith-wcbr-brand-filters a.active,
.yith-wcbr-brand-filter.highlight .yith-wcbr-brand-filters a.active{
background: #747474;
color: #fff;
}
.yith-wcbr-brand-filter.small-header .yith-wcbr-brand-filters a:hover{
color: #fff;
}
.yith-wcbr-brand-filter.small-header .yith-wcbr-brand-filters a.active{
border: 1px solid #c7c7c7;
border-radius: 3px;
}
.yith-wcbr-brand-filter.shadow .yith-wcbr-brand-filters a.reset.active,
.yith-wcbr-brand-filter.shadow .yith-wcbr-brand-filters a.reset:hover,
.yith-wcbr-brand-filter.boxed .yith-wcbr-brand-filters a.reset.active,
.yith-wcbr-brand-filter.boxed .yith-wcbr-brand-filters a.reset:hover,
.yith-wcbr-brand-filter.highlight .yith-wcbr-brand-filters a.reset.active,
.yith-wcbr-brand-filter.highlight .yith-wcbr-brand-filters a.reset:hover{
border: 1px solid #747474;
}
.yith-wcbr-brand-filter.big-header .yith-wcbr-brand-filters span.reset-separator,
.yith-wcbr-brand-filter.boxed .yith-wcbr-brand-filters span.reset-separator{
display: block;
}
.yith-wcbr-brand-filter.default .yith-wcbr-brand-filters span.reset-separator:after{
content: '|';
}
.yith-wcbr-brand-filter .yith-wcbr-brands-list ul{
padding: 0;
list-style: none;
}
.yith-wcbr-brand-filter .yith-wcbr-brands-list ul li{
display: block;
border-bottom: 1px solid #e3e3e3;
}
.yith-wcbr-brand-filter .yith-wcbr-brands-list ul li a{
padding: 10px 0;
display: block;
}
.yith-wcbr-brand-filter .yith-wcbr-brands-list ul li a span.brand-count{
float: right;
display: block;
border: 1px solid #e3e3e3;
padding: 0 10px;
line-height: 1.5;
}
.yith-wcbr-brand-filter.highlight .yith-wcbr-brands-list ul li a span.brand-count{
border: none;
}
.yith-wcbr-brand-filter.boxed .yith-wcbr-brands-list ul li a span.brand-count{
border-radius: 10px;
}
.yith-wcbr-brand-filter.shadow .yith-wcbr-brands-list ul li a span.brand-count{
background: #f0f0f0;
}
.yith-wcbr-brand-filter.big-header .yith-wcbr-brands-list ul li a span.brand-count{
background: #f0f0f0;
}
.yith-wcbr-brand-filter.small-header .yith-wcbr-brands-list ul li a span.brand-count{
border-radius: 3px;
} .yith-wcbr-brand-thumbnail.boxed{
border: 1px solid #e3e3e3;
padding: 20px;
}
.yith-wcbr-brand-thumbnail.shadow{
padding: 20px;
border: 4px solid #f2f2f2;
outline: #e3e3e3 solid 1px!important;
outline-offset: 0;
}
.yith-wcbr-brand-thumbnail.top-border{
border-top: 3px solid #e3e3e3;
padding-top: 20px;
}
.yith-wcbr-brand-thumbnail.boxed h3,
.yith-wcbr-brand-thumbnail.shadow h3,
.yith-wcbr-brand-thumbnail.top-border h3{
text-align: center;
}
.yith-wcbr-brand-thumbnail.default .yith-wcbr-thumbnail-list:before {
content: '';
display: block;
height: 5px;
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 15px;
}
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul{
list-style: none;
padding: 0;
margin-right: -10px;
margin-left: -10px;
margin-bottom: 0;
}
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul:after{
content: '';
display: block;
clear: both;
}
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul li{
display: block;
float: left;
padding: 0 10px;
margin-bottom: 20px;
position: relative;
}
.yith-wcbr-brand-thumbnail.shadow .yith-wcbr-thumbnail-list ul li,
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li{
margin-bottom: 0;
}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li:not(.first){
border-left: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li:not(.last-row){
border-bottom: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail.shadow .yith-wcbr-thumbnail-list ul li:not(.first):before{
content: '';
display: block;
position: absolute;
left: 0;
top: 15px;
bottom: 15px;
border-left: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail.shadow .yith-wcbr-thumbnail-list ul li:not(.last-row):after{
content: '';
display: block;
position: absolute;
left: 15px;
right: 15px;
border-top: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul li.last-row{
margin-bottom: 0;
}
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul li.first{
clear: left;
}
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul li a{
line-height: 60px;
vertical-align: middle;
display: inline-block;
text-align: center;
width: 100%;
border: none;
position: relative;
padding: 10px;
min-height: 82px;
overflow: hidden;
}
.yith-wcbr-brand-thumbnail.default .yith-wcbr-thumbnail-list ul li a,
.yith-wcbr-brand-thumbnail.boxed .yith-wcbr-thumbnail-list ul li a,
.yith-wcbr-brand-thumbnail.top-border .yith-wcbr-thumbnail-list ul li a{
border: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul li a img{
max-width: 100%;
height: auto;
display: inline-block;
} .yith-wcbr-brand-thumbnail-carousel{
position: relative;
}
.yith-wcbr-brand-thumbnail-carousel.top-border{
border-top: 3px solid #e3e3e3;
padding-top: 20px;
}
.yith-wcbr-brand-thumbnail-carousel.shadow {
padding: 20px;
border: 4px solid #f2f2f2;
outline: #e3e3e3 solid 1px!important;
outline-offset: 0;
}
.yith-wcbr-brand-thumbnail-carousel.background{
padding: 20px;
background-color: #f2f2f2;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-carousel-title{
margin-bottom: 20px;
}
.yith-wcbr-brand-thumbnail-carousel.top-border .yith-wcbr-carousel-title h3,
.yith-wcbr-brand-thumbnail-carousel.shadow .yith-wcbr-carousel-title h3,
.yith-wcbr-brand-thumbnail-carousel.centered-title .yith-wcbr-carousel-title,
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-carousel-title h3{
margin-top: 0;
text-align: center;
}
.yith-wcbr-brand-thumbnail-carousel.centered-title .yith-wcbr-carousel-title,
.yith-wcbr-brand-thumbnail-carousel.boxed .yith-wcbr-carousel-title,
.yith-wcbr-brand-thumbnail-carousel.squared .yith-wcbr-carousel-title{
overflow: hidden;
position: relative;
}
.yith-wcbr-brand-thumbnail-carousel h3{
margin: 0!important;
}
.yith-wcbr-brand-thumbnail-carousel.centered-title h3{
display: inline-block;
}
.yith-wcbr-brand-thumbnail-carousel.centered-title .yith-wcbr-carousel-title h3:after,
.yith-wcbr-brand-thumbnail-carousel.centered-title .yith-wcbr-carousel-title h3:before,
.yith-wcbr-brand-thumbnail-carousel.boxed .yith-wcbr-carousel-title h3:after,
.yith-wcbr-brand-thumbnail-carousel.squared .yith-wcbr-carousel-title h3:after{
content: '';
width: 100%;
display: inline-block;
border-top: 2px solid #e3e3e3;
position: absolute;
top: 45%;
}
.yith-wcbr-brand-thumbnail-carousel.centered-title .yith-wcbr-carousel-title h3:after,
.yith-wcbr-brand-thumbnail-carousel.boxed .yith-wcbr-carousel-title h3:after,
.yith-wcbr-brand-thumbnail-carousel.squared .yith-wcbr-carousel-title h3:after{
margin-left: 1%;
}
.yith-wcbr-brand-thumbnail-carousel.centered-title .yith-wcbr-carousel-title h3:before{
margin-left: -101%;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-thumbnail-list{
margin-left: -15px;
margin-right: -15px;
}
.yith-wcbr-brand-thumbnail-carousel.default .yith-wcbr-thumbnail-list:before{
content: '';
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
height: 5px;
display: block;
margin: 0 15px 20px;
}
.yith-wcbr-brand-thumbnail-carousel ul {
padding: 0;
margin-bottom: 20px;
list-style: none;
}
.yith-wcbr-brand-thumbnail-carousel.shadow ul{
margin: 0;
}
.yith-wcbr-brand-thumbnail-carousel ul li {
box-sizing: border-box;
padding: 0 15px;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-thumbnail-list ul li a{
line-height: 60px;
vertical-align: middle;
display: inline-block;
text-align: center;
width: 100%;
border: none;
position: relative;
padding: 10px;
min-height: 82px;
overflow: visible;
}
.yith-wcbr-brand-thumbnail-carousel.boxed .yith-wcbr-thumbnail-list ul li a,
.yith-wcbr-brand-thumbnail-carousel.squared .yith-wcbr-thumbnail-list ul li a,
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-thumbnail-list ul li a{
line-height: 80px;
}
.yith-wcbr-brand-thumbnail-carousel.default .yith-wcbr-thumbnail-list ul li a,
.yith-wcbr-brand-thumbnail-carousel.top-border .yith-wcbr-thumbnail-list ul li a,
.yith-wcbr-brand-thumbnail-carousel.boxed .yith-wcbr-thumbnail-list ul li a,
.yith-wcbr-brand-thumbnail-carousel.squared .yith-wcbr-thumbnail-list ul li a,
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-thumbnail-list ul li a{
border: 1px solid #e3e3e3;
box-sizing: border-box;
}
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-thumbnail-list ul li a{
background-color: #fff;
}
.yith-wcbr-brand-thumbnail-carousel.shadow.horizontal .yith-wcbr-thumbnail-list ul li.swiper-slide-visible a:after,
.yith-wcbr-brand-thumbnail-carousel.centered-title.horizontal .yith-wcbr-thumbnail-list ul li.swiper-slide-visible a:after{
content: '';
position: absolute;
right: -15px;
top: 10px;
bottom: 10px;
border-left: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail-carousel.shadow.horizontal .yith-wcbr-thumbnail-list ul li.last a:after,
.yith-wcbr-brand-thumbnail-carousel.centered-title.horizontal .yith-wcbr-thumbnail-list ul li.last a:after{
display: none;
}
.yith-wcbr-brand-thumbnail-carousel.shadow.vertical .yith-wcbr-thumbnail-list ul li.swiper-slide-visible a:after,
.yith-wcbr-brand-thumbnail-carousel.centered-title.vertical .yith-wcbr-thumbnail-list ul li.swiper-slide-visible a:after{
content: '';
position: absolute;
bottom: -5px;
left: 10px;
right: 10px;
border-top: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail-carousel.shadow.vertical .yith-wcbr-thumbnail-list ul li.last a:after,
.yith-wcbr-brand-thumbnail-carousel.centered-title.vertical .yith-wcbr-thumbnail-list ul li.last a:after{
display: none;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-thumbnail-list ul li a img{
max-width: 100%;
height: auto;
display: inline-block;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-thumbnail-list ul li a .woocommerce-product-rating{
line-height: 1.5;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-thumbnail-list ul li a .woocommerce-product-rating .star-rating{
margin-right: auto;
margin-left: auto;
float: none;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-thumbnail-list ul li a .woocommerce-product-rating .star-rating:before{
color: #e3e3e3;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-thumbnail-list ul li a .woocommerce-product-rating .star-rating span{
color: #747474;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-thumbnail-list ul li a .brand-info{
line-height: 1.5;
display: block;
}
.yith-wcbr-brand-thumbnail-carousel.boxed .yith-wcbr-thumbnail-list ul li a .brand-info{
line-height: 1;
position: relative;
padding: 10px 0;
border: 4px solid #F2F2F2;
margin: 0 -10px -10px;
}
.yith-wcbr-brand-thumbnail-carousel.boxed .yith-wcbr-thumbnail-list ul li a .brand-info:before{
content: '';
display: block;
border-top: 1px solid #e3e3e3;
position: absolute;
top: -5px;
left: -4px;
right: -4px;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-wrapper{
position: absolute;
z-index: 2;
top: 0;
right: 0;
padding-left: 10px;
background-color: #fff;
}
.yith-wcbr-brand-thumbnail-carousel.top-border .yith-wcbr-button-wrapper{
top: 10px;
}
.yith-wcbr-brand-thumbnail-carousel.shadow .yith-wcbr-button-wrapper{
top: 5px;
right: 5px;
}
.yith-wcbr-brand-thumbnail-carousel.centered-title .yith-wcbr-button-wrapper,
.yith-wcbr-brand-thumbnail-carousel.boxed .yith-wcbr-button-wrapper,
.yith-wcbr-brand-thumbnail-carousel.squared .yith-wcbr-button-wrapper{
top: -7px
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-prev,
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-next {
width: 30px;
height: 30px;
cursor: pointer;
border: 1px solid #e3e3e3;
display: inline-block;
background-color: #fff;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-prev{
margin-right: 10px;
}
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-button-next,
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-button-prev{
margin: 0;
vertical-align: middle;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-prev.round,
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-next.round{
border-radius: 50%;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-prev:not(.swiper-button-disabled):hover,
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-prev:not(.swiper-button-disabled):focus,
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-next:not(.swiper-button-disabled):hover,
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-next:not(.swiper-button-disabled):focus{
border: 1px solid #747474;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-next {
background-image: url(//seacured.com.au/wp-content/plugins/yith-woocommerce-brands-add-on-premium/assets/images/carousel-sprite.png);
background-position: top left;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-next:not(.swiper-button-disabled):hover,
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-next:not(.swiper-button-disabled):focus{
background-position: bottom left;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-prev {
background-image: url(//seacured.com.au/wp-content/plugins/yith-woocommerce-brands-add-on-premium/assets/images/carousel-sprite.png);
background-position: top right;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-prev:not(.swiper-button-disabled):hover,
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-button-prev:not(.swiper-button-disabled):focus{
background-position: bottom right;
}
.yith-wcbr-brand-thumbnail-carousel.shadow .yith-wcbr-carousel-pagination-wrapper{
margin-bottom: 20px;
}
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-carousel-pagination-wrapper{
text-align: center;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-pagination{
text-align: center;
}
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-pagination{
vertical-align: middle;
line-height: 30px;
display: inline-block;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-pagination .swiper-pagination-bullet{
display: inline-block;
height: 10px;
width: 10px;
margin: 0 5px;
background-color: #cdcdcd;
}
.yith-wcbr-brand-thumbnail-carousel.top-border .yith-wcbr-pagination .swiper-pagination-bullet{
background-color: #fff;
border: 1px solid #747474;
}
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-pagination .swiper-pagination-bullet{
background-color: #cecece;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-pagination.square .swiper-pagination-bullet{
border-radius: 0;
}
.yith-wcbr-brand-thumbnail-carousel .yith-wcbr-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
border: none;
background-color: #747474;
}
.yith-wcbr-brand-thumbnail-carousel.background .yith-wcbr-pagination .swiper-pagination-bullet-active {
background-color: #333;
} .yith-wcbr-product-carousel{
position: relative;
}
.yith-wcbr-product-carousel .yith-wcbr-carousel-brand-box{
border: 4px solid #f2f2f2;
outline: #e3e3e3 solid 1px!important;
outline-offset: 0;
padding: 10px;
margin-bottom: 20px;
}
.yith-wcbr-product-carousel .yith-wcbr-carousel-title h2{
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.yith-wcbr-product-carousel.default .yith-wcbr-carousel-title h2{
text-align: center;
}
.yith-wcbr-product-carousel.default .yith-wcbr-carousel-title h2:after,
.yith-wcbr-product-carousel.default .yith-wcbr-carousel-title h2:before,
.yith-wcbr-product-carousel.round .yith-wcbr-carousel-title h2:after,
.yith-wcbr-product-carousel.square .yith-wcbr-carousel-title h2:after{
content: '';
width: 100%;
display: inline-block;
border-top: 2px solid #e3e3e3;
position: absolute;
top: 45%;
}
.yith-wcbr-product-carousel.default .yith-wcbr-carousel-title h2:after,
.yith-wcbr-product-carousel.round .yith-wcbr-carousel-title h2:after,
.yith-wcbr-product-carousel.square .yith-wcbr-carousel-title h2:after{
margin-left: 1%;
}
.yith-wcbr-product-carousel.default .yith-wcbr-carousel-title h2:before{
margin-left: -101%;
}
.yith-wcbr-product-carousel .yith-wcbr-carousel-brand-box h3{
margin-top: 0;
margin-bottom: 5px;
text-align: center;
}
.yith-wcbr-product-carousel .yith-wcbr-carousel-brand-box p{
margin: 0;
text-align: center;
}
.yith-wcbr-product-carousel .yith-wcbr-product-list{
margin: 0 -15px;
}
.yith-wcbr-product-carousel ul.products {
padding: 0;
margin-bottom: 20px;
list-style: none;
}
.yith-wcbr-product-carousel ul.products li.product {
margin: 0;
padding: 0 15px;
box-sizing: border-box;
}
.yith-wcbr-product-carousel .yith-wcbr-button-wrapper{
position: absolute;
z-index: 2;
top: -7px;
right: 0;
padding-left: 10px;
background-color: #fff;
}
.yith-wcbr-product-carousel .yith-wcbr-button-prev,
.yith-wcbr-product-carousel .yith-wcbr-button-next {
width: 30px;
height: 30px;
cursor: pointer;
border: 1px solid #e3e3e3;
display: inline-block;
background-color: #fff;
}
.yith-wcbr-product-carousel .yith-wcbr-button-prev{
margin-right: 10px;
}
.yith-wcbr-product-carousel.background .yith-wcbr-button-next,
.yith-wcbr-product-carousel.background .yith-wcbr-button-prev{
margin: 0;
vertical-align: middle;
}
.yith-wcbr-product-carousel .yith-wcbr-button-prev.round,
.yith-wcbr-product-carousel .yith-wcbr-button-next.round{
border-radius: 50%;
}
.yith-wcbr-product-carousel .yith-wcbr-button-prev:not(.swiper-button-disabled):hover,
.yith-wcbr-product-carousel .yith-wcbr-button-prev:not(.swiper-button-disabled):focus,
.yith-wcbr-product-carousel .yith-wcbr-button-next:not(.swiper-button-disabled):hover,
.yith-wcbr-product-carousel .yith-wcbr-button-next:not(.swiper-button-disabled):focus{
border: 1px solid #747474;
}
.yith-wcbr-product-carousel .yith-wcbr-button-next {
background-image: url(//seacured.com.au/wp-content/plugins/yith-woocommerce-brands-add-on-premium/assets/images/carousel-sprite.png);
background-position: top left;
}
.yith-wcbr-product-carousel .yith-wcbr-button-next:not(.swiper-button-disabled):hover,
.yith-wcbr-product-carousel .yith-wcbr-button-next:not(.swiper-button-disabled):focus{
background-position: bottom left;
}
.yith-wcbr-product-carousel .yith-wcbr-button-prev {
background-image: url(//seacured.com.au/wp-content/plugins/yith-woocommerce-brands-add-on-premium/assets/images/carousel-sprite.png);
background-position: top right;
}
.yith-wcbr-product-carousel .yith-wcbr-button-prev:not(.swiper-button-disabled):hover,
.yith-wcbr-product-carousel .yith-wcbr-button-prev:not(.swiper-button-disabled):focus{
background-position: bottom right;
}
.yith-wcbr-product-carousel .yith-wcbr-pagination{
text-align: center;
}
.yith-wcbr-product-carousel .yith-wcbr-pagination .swiper-pagination-bullet{
display: inline-block;
height: 10px;
width: 10px;
margin: 0 5px;
background-color: #cdcdcd;
}
.yith-wcbr-product-carousel.round .yith-wcbr-pagination .swiper-pagination-bullet{
background-color: #fff;
border: 1px solid #747474;
}
.yith-wcbr-product-carousel .yith-wcbr-pagination.square .swiper-pagination-bullet{
border-radius: 0;
}
.yith-wcbr-product-carousel .yith-wcbr-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
border: none;
background-color: #747474;
} .yith-wcbr-product .yith-wcbr-brand-box{
border: 4px solid #f2f2f2;
outline: #e3e3e3 solid 1px!important;
outline-offset: 0;
padding: 10px;
margin-bottom: 20px;
}
.yith-wcbr-product .yith-wcbr-brand-box h3{
margin-top: 0;
margin-bottom: 5px;
text-align: center;
}
.yith-wcbr-product .yith-wcbr-brand-box p{
margin: 0;
text-align: center;
} .yith-wcbr-brand-select .select2-container .select2-choice .select2-arrow {
height:20px;
top: 6px;
right: 6px;
}
.yith-wcbr-brand-select .select2-container .select2-choice {
padding: 5px 0 0 8px;
border: 1px solid #dbd8d8;
}
.yith-wcbr-brand-select .select2-drop-active {
border: 1px solid #dbd8d8;
border-top: 0;
} .yith-wcbr-brand-grid .yith-wcbr-brand-filters{
margin-bottom: 15px;
}
.yith-wcbr-brand-grid .yith-wcbr-brand-filters .select2-container{
margin-left: auto;
margin-right: auto;
}
.yith-wcbr-brand-grid .yith-wcbr-brand-filters .select2-container .select2-choice .select2-arrow {
height:20px;
top: 6px;
right: 6px;
}
.yith-wcbr-brand-grid .yith-wcbr-brand-filters .select2-container .select2-choice {
padding: 5px 0 0 8px;
border: 1px solid #dbd8d8;
}
.yith-wcbr-brand-grid .yith-wcbr-brand-filters .select2-drop-active {
border: 1px solid #dbd8d8;
border-top: 0;
}
.yith-wcbr-brand-grid .yith-wcbr-brand-filters.multiselect,
.yith-wcbr-brand-grid .yith-wcbr-brand-scroll {
text-align: center;
margin-top: 30px;
}
.yith-wcbr-brand-grid.round .yith-wcbr-brand-filters.multiselect,
.yith-wcbr-brand-grid.round .yith-wcbr-brand-scroll{
max-width: 50%;
margin-right: auto;
margin-left: auto;
text-align: left;
position: relative;
padding-left: 60px;
}
.yith-wcbr-brand-grid.round .yith-wcbr-brand-scroll{
text-align: center;
max-width: 100%;
}
.yith-wcbr-brand-grid .yith-wcbr-brand-filters.multiselect a,
.yith-wcbr-brand-grid .yith-wcbr-brand-scroll a{
font-weight: 400;
cursor: pointer;
padding: 3px 10px;
display: inline-block;
font-size: 90%;
margin-right: 5px;
margin-bottom: 10px;
}
.yith-wcbr-brand-grid .yith-wcbr-brand-scroll a{
text-transform: uppercase;
}
.yith-wcbr-brand-grid.default .yith-wcbr-brand-filters.multiselect a,
.yith-wcbr-brand-grid.default .yith-wcbr-brand-scroll a{
border: 1px solid #e3e3e3;
border-radius: 5px;
}
.yith-wcbr-brand-grid.shadow .yith-wcbr-brand-filters.multiselect a,
.yith-wcbr-brand-grid.shadow .yith-wcbr-brand-scroll a{
border: 4px solid transparent;
outline: #e3e3e3 solid 1px!important;
outline-offset: 0;
margin-right: 1px;
}
.yith-wcbr-brand-grid.default .yith-wcbr-brand-filters.multiselect a:last-child,
.yith-wcbr-brand-grid.default .yith-wcbr-brand-scroll a:last-child{
margin-right: 0;
}
.yith-wcbr-brand-grid.shadow .yith-wcbr-brand-filters.multiselect a:last-child,
.yith-wcbr-brand-grid.shadow .yith-wcbr-brand-scroll a:last-child{
margin-right: 0;
}
.yith-wcbr-brand-grid.round .yith-wcbr-brand-filters.multiselect a.reset,
.yith-wcbr-brand-grid.round .yith-wcbr-brand-scroll a.reset {
border: 1px solid #e3e3e3;
border-radius: 50%;
width: 55px;
height: 55px;
line-height: 45px;
vertical-align: middle;
text-align: center;
position: absolute;
left: 0;
}
.yith-wcbr-brand-grid.border .yith-wcbr-brand-filters.multiselect a,
.yith-wcbr-brand-grid.border .yith-wcbr-brand-scroll a {
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
font-size: 100%;
}
.yith-wcbr-brand-grid.round .yith-wcbr-brand-filters.multiselect a,
.yith-wcbr-brand-grid.round .yith-wcbr-brand-scroll a {
border: 1px solid #e3e3e3;
margin-bottom: 5px;
border-radius: 12.5px;
}
.yith-wcbr-brand-grid.default .yith-wcbr-brand-filters.multiselect a.active,
.yith-wcbr-brand-grid.default .yith-wcbr-brand-filters.multiselect a:hover,
.yith-wcbr-brand-grid.round .yith-wcbr-brand-filters.multiselect a.active,
.yith-wcbr-brand-grid.round .yith-wcbr-brand-filters.multiselect a:hover,
.yith-wcbr-brand-grid.default .yith-wcbr-brand-scroll a.active,
.yith-wcbr-brand-grid.default .yith-wcbr-brand-scroll a:hover,
.yith-wcbr-brand-grid.round .yith-wcbr-brand-scroll a.active,
.yith-wcbr-brand-grid.round .yith-wcbr-brand-scroll a:hover{
border-color: #898584;
background-color: #898584;
color: #fff;
}
.yith-wcbr-brand-grid.shadow .yith-wcbr-brand-filters.multiselect a.active,
.yith-wcbr-brand-grid.shadow .yith-wcbr-brand-filters.multiselect a:hover,
.yith-wcbr-brand-grid.shadow .yith-wcbr-brand-scroll a.active,
.yith-wcbr-brand-grid.shadow .yith-wcbr-brand-scroll a:hover{
border: 4px solid #f2f2f2;
}
.yith-wcbr-brand-grid.border .yith-wcbr-brand-filters.multiselect a.active,
.yith-wcbr-brand-grid.border .yith-wcbr-brand-filters.multiselect a:hover,
.yith-wcbr-brand-grid.border .yith-wcbr-brand-scroll a.active,
.yith-wcbr-brand-grid.border .yith-wcbr-brand-scroll a:hover{
border-top: 3px solid #747474;
border-bottom: 3px solid #747474;
color: #747474;
}
.yith-wcbr-brand-grid .yith-wcbr-same-heading-box h4{
padding-bottom: 10px;
border-bottom: 1px solid #e3e3e3;
}
.yith-wcbr-brand-grid ul{
list-style: none;
padding: 0;
margin-right: -10px;
margin-left: -10px;
margin-bottom: 0;
}
.yith-wcbr-brand-grid ul:after{
content: '';
display: block;
clear: both;
}
.yith-wcbr-brand-grid ul li{
display: block;
float: left;
padding: 0 10px;
margin-bottom: 20px;
position: relative;
}
.yith-wcbr-brand-grid ul li a{
border: none;
display: block;
text-align: center;
}
.yith-wcbr-brand-grid ul li a:first-child{
margin-bottom: 10px;
}
.yith-wcbr-brand-grid ul li a img{
max-width: 100%;
height: auto;
display: inline-block;
}  @media (max-width: 767px) {
} @media (max-width: 480px) {
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul li,
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul li.first{
clear: none;
width: 50%!important;
}
.yith-wcbr-brand-thumbnail .yith-wcbr-thumbnail-list ul li:nth-child(even){
clear: right;
}
.yith-wcbr-brand-thumbnail.shadow .yith-wcbr-thumbnail-list ul li:before{
display: none!important;
}
.yith-wcbr-brand-thumbnail.shadow .yith-wcbr-thumbnail-list ul li:nth-child(even):before{
content: '';
display: block!important;
position: absolute;
left: 0;
top: 15px;
bottom: 15px;
border-left: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail.shadow .yith-wcbr-thumbnail-list ul li:last-child:after,
.yith-wcbr-brand-thumbnail.shadow .yith-wcbr-thumbnail-list ul li:nth-last-child(2):after {
display: none!important;
}
.yith-wcbr-brand-thumbnail.shadow .yith-wcbr-thumbnail-list ul li:after {
content: '';
display: block!important;
position: absolute;
left: 15px;
right: 15px;
border-top: 1px solid #e3e3e3;
}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li{
border-left: none!important;
}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li:nth-child(even){
border-left: 1px solid #e3e3e3!important;
}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li{
border-bottom: 1px solid #e3e3e3!important;
}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li:last-child,
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li:nth-last-child(2){
border-bottom: none!important;
}
.yith-wcbr-brand-grid ul li,
.yith-wcbr-brand-grid ul li.first{
clear: none;
width: 50%!important;
}
.yith-wcbr-brand-grid ul li:nth-child(even){
clear: right;
}
} @media (min-width: 768px) and (max-width: 979px) {
} @media (min-width: 980px) and (max-width: 1199px) {
} @media (min-width: 1200px) {
}p:empty, .entry-content-wrapper:empty{display:none;}
.avia-shadow{box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);} .webkit_fix{
-webkit-perspective: 1000px;
-webkit-backface-visibility: hidden;
}
body .container_wrap .avia-builder-el-no-sibling{margin-top:0; margin-bottom:0;}
body .container_wrap .avia-builder-el-last{margin-bottom:0;}
body .container_wrap .avia-builder-el-first{margin-top:0;}
body .av-align-left{text-align: left;}
body .av-align-right{text-align: right;}
body .av-align-center{text-align: center;}
#top .av_inherit_color *{color:inherit;}
#top .av_inherit_color a{text-decoration: underline; }
#top .av_opacity_variation{opacity: 0.7;}
#top .av-shortcode-disabled-notice{display:block; text-align: center; margin: 5px; padding: 20px; background-color: #FFFDF3;color: #C96D11; border:1px solid #E6BF4A; clear:both; }
#top .av-shortcode-disabled-notice a{color: inherit; text-decoration: underline;} .av-screen-reader-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
} .avia_textblock{
clear: both;
line-height: 1.65em;
}
.flex_column + .avia_textblock{padding-top:50px;} body .column-top-margin{
margin-top:50px;
}
body .flex_column.avia-link-column{
cursor: pointer;
}
body .flex_column.avia-link-column.avia-link-column-hover:hover{
opacity: 0.8;
} .av-icon-display{
display: block;
font-size: 30px;
line-height: 58px;
margin: 0 auto 20px auto;
width: 60px;
border-radius: 100px;
border-style: solid;
border-width: 1px;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
transition: 		all 0.3s ease-in-out;
} .avia-section{
clear:both;
width:100%;
float:left;
min-height:100px;
position: static; }
.avia-section.avia-section-small{
min-height:0;	
}
.js_active .av-minimum-height .container{
z-index: 1; opacity: 0;
-webkit-transition: opacity 0.6s ease-in;
transition: 		opacity 0.6s ease-in;
}
.js_active.av-preloader-enabled .av-minimum-height .container{
-webkit-transition: opacity 1.2s ease-in;
transition: 		opacity 1.2s ease-in;	
}
.avia-section.av-minimum-height .container{display: table; table-layout: fixed;}
.avia-section.av-minimum-height .container .content{display: table-cell; vertical-align: middle; height:100%; float:none !important;}
.av-minimum-height-100 .container {height:1500px;} .avia-full-stretch{
background-size: cover !important;
}
.avia-full-contain{
background-size: contain !important;
}
.avia_mobile .avia-full-stretch{
background-attachment: scroll !important;
}
#top #main .avia-section .template-page{
width:100%;
border:none;
margin-left: auto;
padding-left: 0;
margin-right: auto;
}
.avia-section .template-page .entry-content-wrapper{
padding-right:0;
}
.avia-section-small .content, .avia-section-small .sidebar { padding-top: 20px; padding-bottom: 20px;}
.avia-section-large .content, .avia-section-large .sidebar { padding-top: 70px; padding-bottom: 70px;}
.avia-section-huge .content,  .avia-section-huge .sidebar { padding-top: 130px; padding-bottom: 130px;}
.avia-section-no-padding .content, .avia-section-no-padding .sidebar,
.avia-section-custom .content, .avia-section-custom .sidebar{padding-top:0; padding-bottom:0;}
.html_header_sticky_disabled .container_wrap:first-child, .avia-section.avia-full-stretch, .html_header_transparency .avia-section.avia-builder-el-0{border-top:none;}
#top #wrap_all #main .avia-no-border-styling{border:none;}
#top .scroll-down-link {
height: 60px;
width: 80px;
margin: 0px 0 0 -40px;
line-height: 60px;
position: absolute;
left: 49.85%;
bottom: 0px;
color: #FFF;
text-align: center;
font-size: 70px;
z-index: 100;
text-decoration: none;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
-webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
animation:         avia_fade_move_down 2s ease-in-out infinite;
} #top .av-section-with-video-bg{border-top:none; position: relative;}
#top .av-section-video-bg{
position: absolute;
top:0;
left:0;
right:0;
bottom: 0;
padding: 0;
margin: 0;
z-index: 1;
}
#top .av-section-video-bg .av-click-to-play-overlay{
display: none;
}
#top .av-section-video-bg .avia-slideshow-inner{
height:100% !important;
}
#top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe{
-webkit-transform: 	scale(1.2);
-ms-transform: 		scale(1.2);
transform: 			scale(1.2);
} .avia_mobile #top .av-parallax-section{z-index: 0; -webkit-transform: translate3d(0,0,0);}
.avia_mobile #top .av-parallax{position: absolute; z-index: -10;}
.avia_mobile #top .av-parallax .container{z-index: 10; }
.avia_mobile #top .av-section-mobile-video-disabled .av-section-video-bg{display:none;}
.avia_desktop #top .av-section-mobile-video-disabled{background-image: none !important;}
.avia_desktop #top .av-section-mobile-video-disabled .av-parallax{display: none;} .av-parallax-section{
position: relative;
border-top: none;
overflow: hidden;
}
.av-parallax {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
height: calc((100vh * 0.3) + 100%);
will-change: transform;
}
.av-parallax-inner{
position: absolute;
width: 100%;
height:100%;
bottom:0;
left:0;
} .js_active .av-parallax{opacity: 0;}
.js_active .av-parallax.enabled-parallax{opacity: 1}
.js_active .av-parallax.active-parallax{opacity: 1; 
-webkit-transition: opacity 0.3s ease-in-out;
transition: 		opacity 0.3s ease-in-out;} .avia_transform .av-extra-border-element{
position: relative; width: 100%; overflow: visible;
}
.avia_transform .av-extra-border-element.border-extra-arrow-down{
position: relative;
width: 50px;
height: 25px;
left: 50%;
margin-left: -26px;
margin-top: -1px;
z-index: 25;
margin-bottom: -25px;
clear:both;
}
.avia_transform .av-extra-border-element .av-extra-border-outer{
overflow: hidden;
height:100%;
width:100%;
position: absolute;
}
.avia_transform .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner{
position: absolute;
left: 50%;
width: 50px;
height: 50px;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -39px;
}
.av-section-color-overlay + .container + .border-extra-diagonal,
.av-section-color-overlay + .scroll-down-link + .container + .border-extra-diagonal{
z-index: 1;
}
.avia_transform .av-extra-border-element.border-extra-diagonal{
height:250px;
margin-top: -250px;
}
.avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner{
top: 250px;
right: 0;
width: 110%;
height: 100%;
-webkit-transform-origin: right top;
transform-origin: right top;
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
position: absolute;
}
.avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner{
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
-webkit-transform-origin: left top;
transform-origin: left top;
right:auto;
left:0;
}
.av-extra-border-element.diagonal-box-shadow .av-extra-border-inner{
box-shadow: 0 0 44px -8px rgba(0,0,0,0.2);
}
div .av-section-color-overlay-wrap{position: relative; width:100%; }
.html_header_sidebar .av-section-color-overlay-wrap{float:left;}
div .av-section-color-overlay{position: absolute; top:0; left: 0; bottom: 0; width:100%; }
div .av-arrow-down-section .av-section-color-overlay{bottom: 24px; }
div .av-section-color-overlay{z-index: 1;}
div .av-video-service-html5 .av-section-color-overlay{z-index: 8;}
.html_minimal_header #main > .avia-builder-el-0,
.av_minimal_header + #main .container_wrap_first:first-child { border-top: none; } .av_dropcap1 {
display: block;
float: left;
font-size: 38px;
line-height: 32px;
margin: 4px 8px 0 0;
}
.av_dropcap2{
display:block;
float:left;
font-size:18px;
line-height:35px;
width:35px;
text-align: center;
margin:4px 8px 0 0;
border-radius: 100px;
font-weight: bold;
} fieldset{
border:none;
}
#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select{
-webkit-appearance: none;
border-radius:0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
background-position: center right;
background-repeat: no-repeat;
border-radius: 2px;
}
#top select[multiple], #top .avia_ajax_form .select[multiple]{background-image:none;} .avia-mozilla #top select, .avia-mozilla #top .avia_ajax_form .select, .avia-mozilla #top .entry-content-wrapper select{ background-image:none; }
#top select[multiple] { background-image:none; } .avia-builder-widget-area{
position: relative;
}
.flex_column .widget:first-child, .content .widget:first-child{
padding-top: 0;
border-top: none;
}
.flex_column .widget .widgettitle , .content .widget .widgettitle{
margin-top:0.85em;
}  .avia_textblock .wp-playlist{margin:0;}
.wp-playlist-light .wp-playlist-item.wp-playlist-playing{background: transparent;}
.wp-playlist-current-item img{border-radius: 3px;}
.wp-playlist-current-item img[src$="media/audio.png"]{border-radius: 0px; background: #fff;}
.wp-playlist-item-meta.wp-playlist-item-title{font-weight: bold;}
.wp-playlist-tracks .wp-playlist-item{padding: 4px 3px;}
.wp-playlist-tracks .wp-playlist-item-length{top: 4px;}
div .mejs-controls .mejs-time-rail .mejs-time-loaded, div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#9c9c9c;}
div .mejs-controls .mejs-time-rail > span, div .mejs-controls .mejs-time-rail a,
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:7px;}
div .mejs-controls div.mejs-time-rail{padding-top: 7px;}
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{top:12px;}
div .mejs-container, div .mejs-embed, div .mejs-embed body, div .mejs-container div .mejs-controls{background:transparent;}
div .mejs-container{border-radius:2px;background:#313131}
div .wp-playlist-item-album{font-style: normal; }
div .mejs-controls .mejs-playpause-button , div .mejs-controls .mejs-volume-button{ height:30px;}
#top .mejs-container .mejs-controls .mejs-time, #top .mejs-time-rail .mejs-time-float{color:#fff;}
#top .mejs-time-rail .mejs-time-float {border:none;}
div .mejs-container .mejs-controls{height: 30px;width: 100%;}
#top .mejs-container{height: 30px;}
#top .mejs-container.mejs-audio{max-height: 30px}
div .mejs-button>button {margin: 6px 6px;}
div .mejs-time{padding: 12px 6px 0; height:18px;}
div .mejs-time-rail, div .mejs-horizontal-volume-slider{height:30px;}
div .mejs-controls .mejs-time-rail .mejs-time-handle{display:none;}
div .mejs-time-buffering, div .mejs-time-current,  div .mejs-time-float-corner, div .mejs-time-hovered, div .mejs-time-loaded, div .mejs-time-marker, div .mejs-time-total{ height:7px; outline:none;}
div .mejs-controls{padding:0;} #top .av-toggle-switch{display: block; margin-bottom: 10px; margin-top:10px;	
opacity: 0;
text-align: left;
} 
#top .av-toggle-switch.active{	
-webkit-animation: avia-fadein 1s 1 ease-in; animation:         avia-fadein 1s 1 ease-in; opacity: 1;
}
#top .av-toggle-switch input[type="checkbox"] {display:none}
#top .av-toggle-switch label {cursor:pointer; 
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;}
#top .av-toggle-switch label .toggle-track {
display:block; height:27px; width:54px;background:rgba(0, 0, 0, 0.08); border-radius:100px;
position:relative;
margin-right:15px;border:1px solid rgba(0, 0, 0, 0.15);
clear:both;
vertical-align: bottom;
float: left;
transition:all .1s ease-in;
}
#top .av-toggle-switch .toggle-track:before{
content:'';
display:inline;height:25px;width:25px;background:#fff;
border-radius:100px;
position:absolute;
top:0;
right:0;
transition:right .1s ease-in;
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
#top .av-toggle-switch input[type="checkbox"]:checked +  .toggle-track:before{
right:27px;
}
#top .av-toggle-switch input[type="checkbox"]:checked +  .toggle-track{
background:#5dceba;
}
#top .av-toggle-switch .toggle-label-content{
color: inherit;
font-weight: bold;
display: block;
overflow: hidden;
font-size: inherit;
} .avia-tooltip{
position: absolute;
z-index: 9999999;
padding:12px;
margin-top:-18px;
margin-left: -4px;
background: #000;
background: rgba(0, 0, 0, 0.8);
color:#fff;
width:140px;
border-radius: 2px;
text-align: center;
}
.avia-tooltip .inner_tooltip{
font-size: 0.925em;
line-height: 1.65em;
}
#top .avia-tooltip.transparent_dark, #top .avia-tooltip.transparent_dark .avia-arrow{
background: #000;
background: rgba(0, 0, 0, 0.8);
color:#fff;	
border:none;
}
#top .avia-tooltip.transparent_dark h1, #top .avia-tooltip.transparent_dark h2, #top .avia-tooltip.transparent_dark h3,
#top .avia-tooltip.transparent_dark h4, #top .avia-tooltip.transparent_dark h5, #top .avia-tooltip.transparent_dark h6{
color:inherit;
}
.avia-tooltip.av-tooltip-shadow, .avia-tooltip.av-tooltip-shadow .avia-arrow{ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.avia-tooltip ul, .avia-tooltip ol, .avia-tooltip blockquote{text-align: left; list-style-position: inside;}
.avia-tooltip .avia-arrow{
background: rgba(0, 0, 0, 0.8);
border:none;
}
.avia-tooltip .avia-arrow-wrap{
width:20px;
height:20px;
position: absolute;
bottom:-20px;
left:50%;
margin-left:-7px;
overflow: hidden;
}
.avia-tooltip .inner_tooltip br:first-child{display:none;} .av-tt-hotspot .avia-arrow-wrap{bottom:auto; bottom:-19px;}
.transparent_dark.av-tt-hotspot .avia-arrow-wrap{bottom:-20px;} .avia-tooltip.av-tt-pos-below{ margin-top: 18px; }
.avia-tooltip.av-tt-pos-below .avia-arrow-wrap{bottom:auto; top:-19px;}
.avia-tooltip.av-tt-pos-below .avia-arrow{bottom: -6px; top:auto;} .avia-tooltip.av-tt-pos-left{ margin-top: 0; margin-left: -18px;}
.avia-tooltip.av-tt-pos-left .avia-arrow-wrap{left: auto; margin-left: 0; right: -19px; top: 50%; margin-top: -10px;}
.avia-tooltip.av-tt-pos-left .avia-arrow{top: 5px; left: -5px; margin-left: 0;} .avia-tooltip.av-tt-pos-right{ margin-top: 0; margin-left: 18px;}
.avia-tooltip.av-tt-pos-right .avia-arrow-wrap{left: -19px; margin-left: 0;  top: 50%; margin-top: -10px;}
.avia-tooltip.av-tt-pos-right .avia-arrow{top: 5px; left:auto; right: -5px; margin-left: 0;} .av-tt-pos-above.av-tt-align-right.avia-tooltip, 	.av-tt-pos-below.av-tt-align-right.avia-tooltip{margin-left:4px;}
.av-tt-pos-above.av-tt-align-left .avia-arrow-wrap, .av-tt-pos-below.av-tt-align-left .avia-arrow-wrap{left: 0; margin-left: 7px;}
.av-tt-pos-above.av-tt-align-right .avia-arrow-wrap,.av-tt-pos-below.av-tt-align-right .avia-arrow-wrap{left: auto; right:0; margin-left: auto; margin-right: 7px;} .av-tt-pos-left.av-tt-align-top .avia-arrow-wrap, .av-tt-pos-right.av-tt-align-top .avia-arrow-wrap{top: 0; margin-top: 2px;}
.av-tt-pos-left.av-tt-align-bottom .avia-arrow-wrap,.av-tt-pos-right.av-tt-align-bottom .avia-arrow-wrap{bottom: 0; margin-bottom: 4px; top: auto;}
.av-tt-pos-above.av-tt-align-centered, .av-tt-pos-below.av-tt-align-centered{text-align: center;} .avia_transform.avia_desktop .av-animated-generic{
opacity: 0;
}
.avia_transform .avia_start_delayed_animation.fade-in {
-webkit-animation: avia-fadein 1.5s 1 ease-out; animation:         avia-fadein 1.5s 1 ease-out; opacity: 1;
}
.avia_transform .avia_start_delayed_animation.pop-up {
-webkit-animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation:         avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1;
}
.avia_transform .avia_start_delayed_animation.top-to-bottom {
-webkit-animation: avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation:         avia-ttb 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1;
}
.avia_transform .avia_start_delayed_animation.bottom-to-top {
-webkit-animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); animation:         avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000); opacity: 1;
}
.avia_transform .avia_start_delayed_animation.left-to-right {
-webkit-animation: avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation:         avia-ltr 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1;
}
.avia_transform .avia_start_delayed_animation.right-to-left {
-webkit-animation: avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); animation:         avia-rtl 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); opacity: 1;
}
.avia_transform .avia_start_delayed_animation.av-rotateIn {
-webkit-animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia-rotateIn 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia_transform .avia_start_delayed_animation.av-rotateInUpLeft {
-webkit-animation: avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
}
.avia_transform .avia_start_delayed_animation.av-rotateInUpRight {
-webkit-animation: avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
} @-webkit-keyframes avia_appear {
0%   { -webkit-transform:scale(0.5); opacity: 0.1;  }
100% { -webkit-transform:scale(1); opacity: 1; }
}
@keyframes avia_appear {
0%   { transform:scale(0.5); opacity: 0.1;  }
100% { transform:scale(1); opacity: 1;  }
}
@-webkit-keyframes avia_image_appear {
0%   { -webkit-transform:scale(0.7); opacity: 0.1;  }
100% { -webkit-transform:scale(1); opacity: 1; }
}
@keyframes avia_image_appear {
0%   { transform:scale(0.7); opacity: 0.1;  }
100% { transform:scale(1); opacity: 1;  }
}
@-webkit-keyframes avia_hotspot_appear {
0%   { -webkit-transform:translate(0, 80px); opacity: 0.1;  }
100% { -webkit-transform:translate(0, 0px); opacity: 1; }
}
@keyframes avia_hotspot_appear {
0%   { transform:translate(0, 80px); opacity: 0.1;  }
100% { transform:translate(0, 0px); opacity: 1;  }
}
@-webkit-keyframes avia_appear_short {
0%   { -webkit-transform:scale(0.5); opacity: 0;  }
50%  { opacity: 1;  }
100% { -webkit-transform:scale(1); opacity: 0;  }
}
@keyframes avia_appear_short {
0%   { transform:scale(0.5); opacity: 0;  }
50%  { opacity: 1;  }
100% { transform:scale(1); opacity: 0;  }
} @-webkit-keyframes avia_msonry_show {
0%   { -webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes avia_msonry_show {
0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
} @-webkit-keyframes avia_fade_move_down {
0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
50%  { opacity: 1;  }
100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@keyframes avia_fade_move_down {
0%   { transform:translate(0,-20px); opacity: 0;  }
50%  { opacity: 1;  }
100% { transform:translate(0,20px); opacity: 0; }
} @-webkit-keyframes avia_slide_down {
0%   { height:0%; }
100% { height:100%; }
}
@keyframes avia_slide_down {
0%   { height:0%; }
100% { height:100%; }
} @-webkit-keyframes avia_expand {
0%   { width:0%; }
100% { width:100%; }
}
@keyframes avia_expand {
0%   { width:0%; }
100% { width:100%; }
} @-webkit-keyframes avia-ltr {
0%   { -webkit-transform:translate(-10%,0); opacity: 0;  }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-ltr {
0%   { transform:translate(-10%,0); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@-webkit-keyframes avia-rtl {
0%   { -webkit-transform:translate(10%,0); opacity: 0;  }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-rtl {
0%   { transform:translate(10%,0); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@-webkit-keyframes avia-btt {
0%   { -webkit-transform:translate(0,50%); opacity: 0;  }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-btt {
0%   { transform:translate(0,50%); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@-webkit-keyframes avia-ttb {
0%   { -webkit-transform:translate(0, -10%); opacity: 0;  }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes avia-ttb {
0%   { transform:translate(0, -10%); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@-webkit-keyframes avia-fadein {
0%   { opacity: 0; }
100% { opacity: 1; }
}
@keyframes avia-fadein {
0%   { opacity: 0; }
100% { opacity: 1; }
} @-webkit-keyframes avia-rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes avia-rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes avia-rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes avia-rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes avia-rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -22deg);
transform: rotate3d(0, 0, 1, -22deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes avia-rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -22deg);
transform: rotate3d(0, 0, 1, -22deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
} @-webkit-keyframes avia-bg-move {
0%   { background-position: -31px 0;  }
100% { background-position: 0 0; }
}
@keyframes avia-bg-move {
0%   { background-position: -31px 0;  }
100% { background-position: 0 0; }
} @-webkit-keyframes caption-right {
0%   { -webkit-transform:translate(2000px,0); opacity: 0;  }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-right {
0%   { transform:translate(2000px,0); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@-webkit-keyframes caption-left {
0%   { -webkit-transform:translate(-2000px,0); opacity: 0;  }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-left {
0%   { transform:translate(-2000px,0); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@-webkit-keyframes caption-top {
0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-top {
0%   { transform:translate(0,-20px); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
}
@-webkit-keyframes caption-bottom {
0%   { -webkit-transform:translate(0,20px); opacity: 0;  }
100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-bottom {
0%   { transform:translate(0,20px); opacity: 0;  }
100% { transform:translate(0,0); opacity: 1; }
} @-webkit-keyframes av_pulsate {
0% 		{-webkit-transform: scale(0.1); opacity: 0.0;}
50% 	{opacity: 0.7;}
100% 	{-webkit-transform: scale(1); opacity: 0.0;}
}
@keyframes av_pulsate {
0% 		{transform: scale(0.1); opacity: 0.0;}
50% 	{opacity: 0.7;}
100% 	{transform: scale(1); opacity: 0.0;}
} @-webkit-keyframes sonarEffect {
0% {opacity: 0.3;}
40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);-webkit-transform: scale(1.5);opacity: 0;}
}
@keyframes sonarEffect {
0% {opacity: 0.3;}
40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);transform: scale(1.5);opacity: 0;}
}