.ui-menu a:hover {
  color: #f00 !important;
}
.test1 {
  color: #f00;
}
.container {
  max-width: 1200px;
}
.w-checkout h2 {
  font-size: 25px;
}
.aa-coverImage>div {
  background-size: cover;
}
.w-article-text {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  padding: 20px 20px 20px 94px;
}
.w-article-text .date {
  position: absolute;
  left: 0;
  top: 50%;
  width: 94px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.w-article-holder .image-holder {
  background-color: #000;
  margin-bottom: 0;
}
.w-article-holder img,
.w-article-holder .bg-image {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.w-article-holder:hover img,
.w-article-holder:hover .bg-image {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.w-article-holder .date {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}
.w-article-holder .day {
  display: block;
  font-size: 35px;
}
@media (max-width: 1100px) {
  .w-article-thumb {
    width: 33%;
  }
}
/*    
@media (min-width 1100px)
    .logic-home .w-article-thumb0
        width 50%
        position relative
        .w-article-holder
            padding-top calc(50% - 10px)
        .image-holder
            absolute bottom 0 left 0
            padding-top 100%
            size 100% 0
            a
                absolute top 0 left 0
                bottom 0
                width 100%
        .w-article-text
            padding-left 30%
        .date
            width 150px
        .title
            font-size 25px !important
            line-height 28px
            height @line-height * 2
        &:before
            content ""
            absolute bottom 78px left 10px
            size 37% 3px
            background-color red
            transform rotate(-54deg)
            z-index 1
*/
.ui-label input {
  height: 34px;
}
.ui-filterPanel .ui-filterPanel-item:not(.ui-filterPanel-itemSort) {
  margin-right: calc(1vw + 20px);
}
.ui-filterPanel .ui-filterPanel-title {
  border-color: transparent;
}
.ui-filterPanel .ui-filterPanel-item {
  text-transform: uppercase;
  font-family: "Barlow Condensed";
  font-size: 18px;
  letter-spacing: 1px;
}
.ui-filterPanel-value {
  border: 1px solid #ccc;
}
.ui-buttonGroup .ui-buttonGroup-button.type-button a {
  border-radius: 0;
  padding: 7px calc(10px + 0.8vw);
}
.w-productVariations-selectTitle {
  color: #999;
}
.w-productVariations-selectHolder {
  margin-bottom: 30px;
}
.ui-buttonGroup .ui-buttonGroup-button.type-button.selected a,
.ui-buttonGroup .ui-buttonGroup-button.type-button.selected:hover a,
.ui-buttonGroup .ui-buttonGroup-button.type-button.selected .attribute-title,
.ui-buttonGroup .ui-buttonGroup-button.type-button.selected:hover .attribute-title {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.w-productList-content,
.w-featuredProducts-list .w-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w-productThumb-holder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: 0 10px;
  background-color: #efefef;
  border-bottom: 3px solid transparent;
  padding: 20px 20px 17px 20px;
}
.w-productThumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.w-productThumb .ui-buttonGroup-button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.w-productThumb .list-colorSelect {
  position: relative;
}
.w-productThumb .list-colorSelect:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.w-productThumb:hover {
  outline: none;
}
.w-productThumb:hover .w-productThumb-holder {
  border-bottom-color: #e50019;
}
.w-productThumb:hover .ui-buttonGroup-button {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.w-productThumb:hover .list-colorSelect:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.w-featuredProducts-filmstrip .item-stock {
  margin-left: 5px;
}
.ui-gallery-body,
.ui-gallery-thumb {
  background-color: #efefef;
}
.ui-gallery-thumb {
  border-color: transparent;
}
.ui-gallery .ui-gallery-next,
.ui-gallery .ui-gallery-prev {
  background: transparent;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  width: 60px;
}
.ui-gallery .ui-gallery-next:before,
.ui-gallery .ui-gallery-prev:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  content: '\f061';
}
.ui-gallery .ui-gallery-prev:before {
  content: "\f060";
}
.ui-gallery .ui-gallery-thumb {
  border-color: transparent;
}
.ui-gallery .ui-filmstrip-box.selected .ui-gallery-thumb {
  border-color: #c1c1c1;
}
.galleryVertical .ui-gallery {
  width: calc(100% - 70px);
  background-color: #efefef;
  margin-left: 70px;
  padding: calc(15px + 0.8vw);
}
.galleryVertical .ui-gallery .ui-gallery-navigation {
  left: -70px;
}
.galleryVertical .ui-gallery .ui-share {
  left: 10px;
}
.w-gallery2-grid2 .ui-thumbGrid-box {
  margin: 5px;
  width: calc(50% - 10px);
  padding: calc(15px + 0.8vw);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
}
.w-gallery2-grid2 .image {
  margin: 0;
}
.w-gallery2-grid2 .ui-thumbGrid-box.thumb-0 {
  width: calc(100% - 10px);
}
.ui-pagination span.ui-pagination-next .icon,
.ui-pagination span.ui-pagination-prev .icon {
  background: transparent;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  width: 60px;
}
.ui-pagination span.ui-pagination-next .icon:before,
.ui-pagination span.ui-pagination-prev .icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  content: '\f061';
}
.ui-pagination span.ui-pagination-prev .icon:before {
  content: "\f060";
}
form[name="subscribe"] .w-form-field-email {
  margin-right: 0;
}
form[name="subscribe"] .ui-label {
  width: 215px;
  max-width: 600px;
}
form[name="subscribe"] .ui-label,
form[name="subscribe"] .ui-form-submitButton .ui-button {
  border-radius: 0;
}
.language-select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  color: #fff;
}
.language-select .ui-select-value {
  background-image: url("imgUrlicon-select_arrow.gif");
}
.test .ui-filmstrip-content {
  padding: 100px 0;
}
.test .ui-filmstrip-content .ui-filmstrip-scroll {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.test .ui-filmstrip-box {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.test .ui-filmstrip-box:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 1;
}
.test .ui-filmstrip-box:hover .ui-filmstrip-text {
  height: 100%;
  background-color: rgba(241,90,41,0.9);
}
.test .ui-filmstrip-box:hover .ui-filmstrip-text:before {
  color: #fff;
  border-color: #fff;
}
.test .ui-filmstrip-box:hover .desc {
  height: 64px;
  visibility: visible;
  margin-bottom: 20px;
}
.test .ui-filmstrip-box:nth-child(1n+2) {
  margin-bottom: 5%;
}
.test .ui-filmstrip-box:nth-child(2n) {
  margin-top: 5%;
  margin-bottom: 0;
}
.test .image {
  margin: 0;
}
.test .image img.fit-switch {
  height: 100%;
}
@supports (object-fit: cover) {
  .test .image img.fit-switch {
    object-fit: cover;
  }
}
.test .ui-filmstrip-text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(84,119,30,0.8);
  padding: 5% 5% 50px 5%;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-transition: height 0.8s ease, background-color 0.3s ease;
  -moz-transition: height 0.8s ease, background-color 0.3s ease;
  -o-transition: height 0.8s ease, background-color 0.3s ease;
  -ms-transition: height 0.8s ease, background-color 0.3s ease;
  transition: height 0.8s ease, background-color 0.3s ease;
}
.test .ui-filmstrip-text:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  content: '\f054';
}
.test .ui-filmstrip-text:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #f63;
  border: 1px solid #f63;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.test .ui-filmstrip-text .title {
  color: #fff;
  font-size: 30px;
  height: 64px;
  line-height: 34px;
  max-height: 68px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.test .ui-filmstrip-text .desc {
  visibility: hidden;
  height: 0;
  max-height: 64px;
  line-height: 16px;
  margin: 5px 0 0 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  transition: height 0.3s;
}
.test .ui-filmstrip-text .desc p {
  font-size: 13px;
  color: #fff;
}
@media (max-width: 500px) {
  .test .ui-filmstrip-box:nth-child(1n+2) {
    margin-bottom: 0;
  }
  .test .ui-filmstrip-box:nth-child(2n) {
    margin-top: 0;
  }
}
/*
.w-articleList .ui-scrollableFilmstrip
    height 375px
    padding 100px 0
    .ui-filmstrip-content .ui-filmstrip-scroll
        top 50%
        transform translateY(-50%)
    .w-article-thumb
        transition transform .3s ease
        @media (min-width 1100px)
            width 16.67%
    .w-article-thumb:hover
        transform scale(1.1)
        z-index 1
        .w-article-text
            height 100%
            background-color rgba(241,90,41,0.9)
            &:before
                color white
                border-color white
        .desc
            height 64px
            visibility visible
            margin-bottom 20px
    .w-article-thumb:nth-child(1n+2)
        margin-bottom 5%
    .w-article-thumb:nth-child(2n)
        margin-top 5%
        margin-bottom 0
    .w-article-holder
        margin 0
    .image-holder
        margin 0
    .image-holder .bg-image
        height 100%
        @supports (object-fit cover)
            object-fit cover
    .w-article-text
        absolute top 0 left 0
        bottom auto
        right auto
        box-sizing border-box
        background-color rgba(84,119,30,0.8)
        padding 5% 5% 55px 5%
        width 100%
        height auto
        pointer-events none
        transition height 0.8s ease, background-color 0.3s ease
        icon(f054)
        &:before
            size 40px
            line-height 40px
            text-align center
            font-size 20px
            color #FF6633
            border 1px solid #FF6633
            border-radius 50%
            absolute bottom 10% left 5%
        .category, .date
            display none
        .title
            color white
            font-size 30px
            height 64px
            line-height 34px
            max-height 68px
            text-transform uppercase
            margin 0 0 5px 0
        .desc
            visibility hidden
            height 0
            max-height 64px
            line-height 16px
            margin 5px 0 0 0
            transition height 0.3s
            font-size 13px
            color white
    @media (max-width 500px)
        .w-article-thumb:nth-child(1n+2)
            margin-bottom 0
        .w-article-thumb:nth-child(2n)
            margin-top 0
*/
