.pwb-clearfix:after {
content:"";
display:table;
clear:both;
}

.pwb-before-loop {
margin-bottom:1em;
}

.pwb-after-loop {
margin-top:1em;
}

.pwb-carousel .pwb-slick-slide a>img {
margin:0 auto;
}

.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide {
margin:0 10px;
display:none;
}

.pwb-carousel .slick-prev,.pwb-carousel .slick-next,.pwb-product-carousel .slick-prev,.pwb-product-carousel .slick-next {
font-size:0;
position:absolute;
top:0;
bottom:0;
display:block;
cursor:pointer;
font-size:22px;
width:30px;
overflow:hidden;
text-align:center;
color:#aeaeae;
border:none;
outline:none;
z-index:999;
background:#eee;
opacity:0;
transition:opacity .3s ease-in-out;
-webkit-transition:opacity .3s ease-in-out;
-moz-transition:opacity .3s ease-in-out;
-o-transition:opacity .3s ease-in-out;
}

.pwb-carousel .slick-prev>span,.pwb-carousel .slick-next>span,.pwb-product-carousel .slick-prev>span,.pwb-product-carousel .slick-next>span {
display:inline-block;
height:20px;
width:20px;
padding:10px;
position:absolute;
top:50%;
margin-top:-20px;
left:0;
right:0;
}

.pwb-carousel .slick-prev:hover,.pwb-carousel .slick-prev:focus,.pwb-carousel .slick-next:hover,.pwb-carousel .slick-next:focus,.pwb-product-carousel .slick-prev:hover,.pwb-product-carousel .slick-prev:focus,.pwb-product-carousel .slick-next:hover,.pwb-product-carousel .slick-next:focus {
outline:none;
}

.pwb-carousel .slick-prev,.pwb-product-carousel .slick-prev {
left:0;
}

.pwb-carousel .slick-next,.pwb-product-carousel .slick-next {
right:0;
}

.pwb-carousel:hover .slick-next,.pwb-carousel:hover .slick-prev,.pwb-product-carousel:hover .slick-next,.pwb-product-carousel:hover .slick-prev {
opacity:.8;
}

.pwb-product-carousel .pwb-amount {
display:block;
width:100%;
margin-bottom:12px;
}

.pwb-carousel,.pwb-product-carousel {
min-height:30px;
}

.pwb-carousel .slick-list,.pwb-product-carousel .slick-list {
opacity:0;
position:absolute;
}

.pwb-carousel.slick-initialized,.pwb-product-carousel.slick-initialized {
min-height:none;
}

.pwb-carousel.slick-initialized .slick-list,.pwb-product-carousel.slick-initialized .slick-list {
opacity:1;
position:relative;
transition:opacity .2s ease-in;
}

.pwb-carousel.slick-initialized .pwb-carousel-loader,.pwb-product-carousel.slick-initialized .pwb-carousel-loader {
display:none !important;
opacity:0 !important;
}

.pwb-carousel-loader {
font-size:10px;
margin:50px auto;
text-indent:-9999em;
width:30px;
height:30px;
border-radius:50%;
background:#525252;
background:-moz-linear-gradient(left,#525252 10%,rgba(82,82,82,0) 42%);
background:-webkit-linear-gradient(left,#525252 10%,rgba(82,82,82,0) 42%);
background:-o-linear-gradient(left,#525252 10%,rgba(82,82,82,0) 42%);
background:-ms-linear-gradient(left,#525252 10%,rgba(82,82,82,0) 42%);
background:linear-gradient(to right,#525252 10%,rgba(82,82,82,0) 42%);
position:relative;
-webkit-animation:PWBCarouselLoader 1.4s infinite linear;
animation:PWBCarouselLoader 1.4s infinite linear;
-webkit-transform:translateZ(0);
-ms-transform:translateZ(0);
transform:translateZ(0);
}

.pwb-carousel-loader:before {
width:50%;
height:50%;
background:#525252;
border-radius:100% 0 0 0;
position:absolute;
top:0;
left:0;
content:"";
}

.pwb-carousel-loader:after {
background:#fff;
width:75%;
height:75%;
border-radius:50%;
content:"";
margin:auto;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
}

.pwb-carousel .pwb-slick-slide a,.pwb-carousel.slick-initialized .pwb-slick-slide,.pwb-product-carousel.slick-initialized .pwb-slick-slide {
display:block;
}

@-webkit-keyframes PWBCarouselLoader {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}

100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}

@keyframes PWBCarouselLoader {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}

100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}

.pwb-all-brands .pwb-pagination-wrapper {
margin-top:20px;
padding-top:10px;
border-top:1px solid #ededed;
text-align:right;
}

.pwb-all-brands .pwb-pagination {
display:inline-block;
margin-right:10px;
background-color:#ededed;
color:#333;
text-align:center;
padding:10px;
}

.pwb-brands-cols-outer {
display:flex;
flex-wrap:wrap;
gap:15px;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
box-sizing:border-box;
width:calc(20% - 15px);
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
}

.pwb-az-listing-row {
margin-bottom:20px;
}

.pwb-az-listing-row-in {
margin-left:-5px;
margin-right:-5px;
}

.pwb-az-listing-col {
padding:5px;
}

.pwb-az-listing-col>a {
display:block;
text-transform:uppercase;
white-space:nowrap;
overflow:hidden;
}

.pwb-az-listing-title {
border-bottom:1px solid #ddd;
font-weight:700;
font-size:115%;
text-transform:uppercase;
}

.pwb-az-listing-header {
margin-bottom:30px;
}

.pwb-az-listing-header ul {
margin:0;
padding:0;
list-style:none;
margin-right:-2px;
margin-left:-2px;
}

.pwb-az-listing-header li {
display:inline-block;
float:left;
width:25px;
height:25px;
margin:2px;
line-height:25px;
border:1px solid #ddd;
text-align:center;
}

.pwb-az-listing-header a {
text-transform:uppercase;
}

.pwb-filter-products input[type=checkbox] {
margin-right:10px;
}

.pwb-filter-products li {
margin-bottom:5px;
}

.pwb-columns-2 {
width:50%;
}

.pwb-columns-3 {
width:33.33333%;
}

.pwb-columns-4 {
width:25%;
}

.pwb-columns-5 {
width:20%;
}

.pwb-columns-6 {
width:16.66666%;
}

.pwb-columns {
float:left;
}

.pwb-single-product-brands {
padding-top:1em;
display:flex;
gap:.1em;
}

.product_meta .pwb-single-product-brands {
padding-top:0;
}

.pwb-text-before-brands-links {
margin-right:4px;
}

.pwb-all-brands .pwb-brands-cols-outer:after,.pwb-row:after {
content:"";
display:table;
clear:both;
}

@media screen and (max-width: 1000px) {
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
width:25%;
}
}

@media screen and (max-width: 700px) {
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
width:50%;
}

.pwb-columns-5,.pwb-columns-6 {
width:25%;
}
}

@media screen and (max-width: 480px) {
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
width:100%;
float:none;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3>p:first-child {
height:auto;
}

.pwb-columns-3,.pwb-columns-4,.pwb-columns-5,.pwb-columns-6 {
width:50%;
}
}

@media(min-width: 576px) {
.pwb-az-listing-col {
width:50%;
float:left;
}
}

@media(min-width: 992px) {
.pwb-az-listing-col {
width:25%;
}
}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license*/
button.pswp__button {
box-shadow:none !important;
background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) !important;
}

button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover {
background-color:transparent !important;
}

button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover {
background-image:none !important;
}

button.pswp__button--close:hover {
background-position:0 -44px;
}

button.pswp__button--zoom:hover {
background-position:-88px 0;
}

.pswp {
display:none;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
overflow:hidden;
-ms-touch-action:none;
touch-action:none;
z-index:1500;
-webkit-text-size-adjust:100%;
-webkit-backface-visibility:hidden;
outline:0;
}

.pswp * {
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

.admin-bar .pswp {
height:calc(100% - var(--wp-admin--admin-bar--height,0px));
top:var(--wp-admin--admin-bar--height,0);
}

.pswp--animate_opacity {
opacity:.001;
will-change:opacity;
-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);
transition:opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--open {
display:block;
}

.pswp--zoom-allowed .pswp__img {
cursor:-webkit-zoom-in;
cursor:-moz-zoom-in;
cursor:zoom-in;
}

.pswp--zoomed-in .pswp__img {
cursor:-webkit-grab;
cursor:-moz-grab;
cursor:grab;
}

.pswp--dragging .pswp__img {
cursor:-webkit-grabbing;
cursor:-moz-grabbing;
cursor:grabbing;
}

.pswp__bg {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:#000;
opacity:0;
-webkit-transform:translateZ(0);
transform:translateZ(0);
-webkit-backface-visibility:hidden;
will-change:opacity;
will-change:opacity;
-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);
transition:opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp__scroll-wrap {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
overflow:hidden;
}

.pswp__container,.pswp__zoom-wrap {
-ms-touch-action:none;
touch-action:none;
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
-webkit-backface-visibility:hidden;
}

.pswp__container,.pswp__img {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:transparent;
-webkit-touch-callout:none;
}

.pswp__zoom-wrap {
position:absolute;
width:100%;
-webkit-transform-origin:left top;
-ms-transform-origin:left top;
transform-origin:left top;
-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);
transition:transform 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition:none;
transition:none;
}

.pswp__item {
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
overflow:hidden;
}

.pswp__img {
position:absolute;
width:auto;
height:auto;
top:0;
left:0;
}

.pswp__img--placeholder {
-webkit-backface-visibility:hidden;
}

.pswp__img--placeholder--blank {
background:#222;
}

.pswp--ie .pswp__img {
width:100% !important;
height:auto !important;
left:0;
top:0;
}

.pswp__error-msg {
position:absolute;
left:0;
top:50%;
width:100%;
text-align:center;
font-size:14px;
line-height:16px;
margin-top:-8px;
color:#ccc;
}

.pswp__error-msg a {
color:#ccc;
text-decoration:underline;
}

.woocommerce img.pswp__img,.woocommerce-page img.pswp__img,.pswp img {
max-width:none;
}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp__button {
width:44px;
height:44px;
position:relative;
background:0 0;
cursor:pointer;
overflow:visible;
-webkit-appearance:none;
display:block;
border:0;
padding:0;
margin:0;
float:left;
opacity:.75;
-webkit-transition:opacity .2s;
transition:opacity .2s;
-webkit-box-shadow:none;
box-shadow:none;
}

.pswp__button:active {
outline:0;
opacity:.9;
}

.pswp__button::-moz-focus-inner {
padding:0;
border:0;
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
background-size:264px 88px;
width:44px;
height:44px;
}

.pswp__button:focus,.pswp__button:hover,.pswp__ui--over-close .pswp__button--close {
opacity:1;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before {
background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg);
}

.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right {
background:0 0;
}
}

.pswp__button--close {
background-position:0 -44px;
}

.pswp__button--share {
background-position:-44px -44px;
}

.pswp--fs .pswp__button--fs {
background-position:-44px 0;
}

.pswp__button--zoom {
display:none;
background-position:-88px 0;
}

.pswp--zoomed-in .pswp__button--zoom {
background-position:-132px 0;
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
background:0 0;
top:50%;
margin-top:-50px;
width:70px;
height:100px;
position:absolute;
}

.pswp__button--arrow--left {
left:0;
}

.pswp__button--arrow--right {
right:0;
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
content:'';
top:35px;
background-color:rgba(0,0,0,.3);
height:30px;
width:32px;
position:absolute;
}

.pswp__button--arrow--left:before {
left:6px;
background-position:-138px -44px;
}

.pswp__button--arrow--right:before {
right:6px;
background-position:-94px -44px;
}

.pswp__counter,.pswp__share-modal {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}

.pswp__share-modal {
display:block;
background:rgba(0,0,0,.5);
width:100%;
height:100%;
top:0;
left:0;
padding:10px;
position:absolute;
z-index:1600;
opacity:0;
-webkit-transition:opacity .25s ease-out;
transition:opacity .25s ease-out;
-webkit-backface-visibility:hidden;
will-change:opacity;
}

.pswp__share-tooltip {
z-index:1620;
position:absolute;
background:#fff;
top:56px;
border-radius:2px;
display:block;
width:auto;
right:44px;
-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);
box-shadow:0 2px 5px rgba(0,0,0,.25);
-webkit-transform:translateY(6px);
-ms-transform:translateY(6px);
transform:translateY(6px);
-webkit-transition:-webkit-transform .25s;
transition:transform .25s;
-webkit-backface-visibility:hidden;
will-change:transform;
}

.pswp__share-tooltip a {
display:block;
padding:8px 12px;
color:#000;
text-decoration:none;
font-size:14px;
line-height:18px;
}

.pswp__share-tooltip a:hover {
text-decoration:none;
color:#000;
}

.pswp__share-tooltip a:first-child {
border-radius:2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
border-radius:0 0 2px 2px;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
padding:16px 12px;
}

a.pswp__share--facebook:before {
content:'';
display:block;
width:0;
height:0;
position:absolute;
top:-12px;
right:15px;
border:6px solid transparent;
border-bottom-color:#fff;
-webkit-pointer-events:none;
-moz-pointer-events:none;
pointer-events:none;
}

a.pswp__share--facebook:hover {
background:#3e5c9a;
color:#fff;
}

a.pswp__share--facebook:hover:before {
border-bottom-color:#3e5c9a;
}

a.pswp__share--twitter:hover {
background:#55acee;
color:#fff;
}

a.pswp__share--pinterest:hover {
background:#ccc;
color:#ce272d;
}

a.pswp__share--download:hover {
background:#ddd;
}

.pswp__counter {
position:relative;
left:0;
top:0;
height:44px;
font-size:13px;
line-height:44px;
color:#fff;
opacity:.75;
padding:0 10px;
margin-inline-end:auto;
}

.pswp__caption {
position:absolute;
left:0;
bottom:0;
width:100%;
min-height:44px;
}

.pswp__caption small {
font-size:11px;
color:#bbb;
}

.pswp__caption__center {
text-align:left;
max-width:420px;
margin:0 auto;
font-size:13px;
padding:10px;
line-height:20px;
color:#ccc;
}

.pswp__preloader {
width:44px;
height:44px;
position:absolute;
top:0;
left:50%;
margin-left:-22px;
opacity:0;
-webkit-transition:opacity .25s ease-out;
transition:opacity .25s ease-out;
will-change:opacity;
direction:ltr;
}

.pswp__preloader__icn {
width:20px;
height:20px;
margin:12px;
}

.pswp__preloader--active .pswp__preloader__icn {
background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation:clockwise .5s linear infinite;
animation:clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
background:0 0;
opacity:.75;
width:14px;
height:14px;
position:absolute;
left:15px;
top:15px;
margin:0;
}

.pswp--css_animation .pswp__preloader__cut {
position:relative;
width:7px;
height:14px;
overflow:hidden;
}

.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing:border-box;
box-sizing:border-box;
width:14px;
height:14px;
border:2px solid #fff;
border-radius:50%;
border-left-color:transparent;
border-bottom-color:transparent;
position:absolute;
top:0;
left:0;
background:0 0;
margin:0;
}

.pswp__button--fs,.pswp__share-modal--hidden,.pswp__caption--empty {
display:none;
}

.pswp--supports-fs .pswp__button--fs,.pswp--zoom-allowed .pswp__button--zoom {
display:block;
}

.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right,.pswp__caption--fake {
visibility:hidden;
}

.pswp__share-modal--fade-in,.pswp__preloader--active,.pswp--css_animation .pswp__preloader--active {
opacity:1;
}

@media screen and (max-width:1024px) {
.pswp__preloader {
position:relative;
left:auto;
top:auto;
margin:0;
float:right;
}
}

@-webkit-keyframes clockwise {
0% {
-webkit-transform:rotate(0);
transform:rotate(0);
}

100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}

@keyframes clockwise {
0% {
-webkit-transform:rotate(0);
transform:rotate(0);
}

100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}

@-webkit-keyframes donut-rotate {
50% {
-webkit-transform:rotate(-140deg);
transform:rotate(-140deg);
}

0%,100% {
-webkit-transform:rotate(0);
transform:rotate(0);
}
}

@keyframes donut-rotate {
50% {
-webkit-transform:rotate(-140deg);
transform:rotate(-140deg);
}

0%,100% {
-webkit-transform:rotate(0);
transform:rotate(0);
}
}

.pswp__ui {
-webkit-font-smoothing:auto;
visibility:visible;
opacity:1;
z-index:1550;
}

.pswp__top-bar {
position:absolute;
left:0;
top:0;
height:44px;
width:100%;
display:flex;
justify-content:flex-end;
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar {
-webkit-backface-visibility:hidden;
will-change:opacity;
-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);
transition:opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right {
visibility:visible;
}

.pswp__caption,.pswp__top-bar {
background-color:rgba(0,0,0,.5);
}

.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar {
background-color:rgba(0,0,0,.3);
}

.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar {
opacity:.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter {
display:none;
}

.pswp__element--disabled {
display:none !important;
}

.pswp--minimal--dark .pswp__top-bar {
background:0 0;
}

.pswp__ui--idle .pswp__top-bar,.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right {
opacity:0;
}.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;
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;
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-dropdown {
background-color:var(--wc-form-color-background,#fff);
color:var(--wc-form-color-text,#000);
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;
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-search--dropdown {
display:block;
padding:4px;
}

.select2-search--dropdown .select2-search__field {
padding:4px;
width:100%;
box-sizing:border-box;
}

.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__clear {
cursor:pointer;
float:right;
font-weight:700;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
height:26px;
position:absolute;
top:1px;
right:1px;
width:20px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
left:1px;
right:auto;
}

.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__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.select2-container--focus .select2-selection--multiple {
border:solid #000 1px;
outline:0;
}

.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__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--classic .select2-selection--single {
background-color:#f7f7f7;
border:1px solid #aaa;
border-radius:4px;
outline:0;
background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);
background-repeat:repeat-x;
}

.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__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:linear-gradient(to bottom,#eee 50%,#ccc 100%);
background-repeat:repeat-x;
}

.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 .select2-selection__arrow {
background:0 0;
border:none;
}

.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: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: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 .select2-selection__rendered {
list-style:none;
margin:0;
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;
margin-left:5px;
margin-right:auto;
}

.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__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-container--open .select2-dropdown {
border-color:#0073aa;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button,.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none;
}

.select2-container--open .select2-dropdown--above,.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--open .select2-dropdown--below,.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-search--dropdown.select2-search--hide,.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,.select2-container--default.select2-container--disabled .select2-selection__choice__remove,.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display:none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,.select2-container--classic .select2-selection--single .select2-selection__rendered {
color:#444;
line-height:28px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,.select2-container--default .select2-results__option[aria-disabled=true],.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color:#999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color:#888 transparent transparent;
border-style:solid;
border-width:5px 4px 0;
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,.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
float:left;
}

.select2-container--default.select2-container--disabled .select2-selection--single,.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color:#eee;
cursor:default;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color:transparent transparent #888;
border-width:0 4px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,.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--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove,.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left:2px;
margin-right:auto;
}

.select2-container--default .select2-results>.select2-results__options,.select2-container--classic .select2-results>.select2-results__options {
max-height:200px;
overflow-y:auto;
}

.select2-container--default .select2-results__option[role=group],.select2-container--classic .select2-results__option[role=group] {
padding:0;
}

.select2-container--default .select2-results__group,.select2-container--classic .select2-results__group {
cursor:default;
display:block;
padding:6px;
}

.select2-container--classic .select2-selection--single:focus,.select2-container--classic.select2-container--open .select2-selection--single,.select2-container--classic .select2-selection--multiple:focus,.select2-container--classic.select2-container--open .select2-selection--multiple {
border:1px solid #0073aa;
}