.c-brands-template-4{
  position: relative;
  height: 758px;
  padding-top: 55px;
  margin-top: 123px;
  /* z-index: 99; */
}
.c-brands-template-4_custom{
  position: absolute;
  transform: skew(0, -3deg);
  background-color: #C01A13;
  width:100.4%;
  height: 653.27px;
  content: "";
  left: -20px;
  top: -100px;
}
.c-brands-template-4 .widget-title {
color:#FFFF!important;
}
.c-brands-template-4 .widget-wrapper{
  z-index: 3;
  position: relative;
}
.widget.c-brands.c-brands-template-4 .widget-header {
  position: relative;
}
.c-brands-template-4 .widget-title{
  font-size: 36px!important;
  font-weight: 700!important;
  line-height: 44px!important;
  text-transform: uppercase;
}
.widget.c-brands.c-brands-template-4 .widget-header + .widget-content {
  margin: 0;
}
.widget.c-brands.c-brands-template-4 * + .widget-button-wrap {
  margin-top: 24px;
}
.widget.c-brands.c-brands-template-4 .widget-button-wrap.align-left {
  text-align: left;
}
.widget.c-brands.c-brands-template-4 .widget-button-wrap.align-center {
  text-align: center;
}
.widget.c-brands.c-brands-template-4 .widget-button-wrap.align-right {
  text-align: right;
}
.widget.c-brands.c-brands-template-4 .widget-button {
  padding: 14px 40px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  border-width: 1px;
  background-color: #151515;
  border: solid 1px #151515 ;
  color: #FFFFFF;
}
.widget.c-brands.c-brands-template-4 .widget-button.widget-button-rectangular {
  border-radius: 2px;
}
.widget.c-brands.c-brands-template-4 .widget-button.widget-button-rounded {
  border-radius: 18px;
}
.widget.c-brands.c-brands-template-4 .widget-button:hover, .widget.c-brands.c-brands-template-4 .widget-button:focus, .widget.c-brands.c-brands-template-4 .widget-button:active {
  color: #fff !important;
}
.c-brands-template-4 .owl-nav{
    margin-left: 90%;
    margin-top: -93px;
}
.owl-prev{
  margin-right: 50px;
}
.owl-next span, .owl-prev span{
display: none;
}
.c-brands-template-4 .owl-stage-outer{
  order: 2;
}
.c-brands-template-4 .owl-nav{
  order: 1;
}
.c-brands-template-4 .owl-carousel{
  display: flex!important;
}
/* .slic{
  max-width: 100%;
  display: flex!important;
} */
/* .slick-slide{
  width: 300px!important;
} */
/* .slick-slide div:nth-child(1){
  width: 100%;
  margin-bottom: -4px;
} */
.prev {
  cursor: pointer;
  /* order: 1;
  margin-right: 50px;
  margin-left: 85%;
  margin-bottom: 20px; */
}
.next {
  cursor: pointer;
  order: 2;
}
/* .slick-list{
  order: 3;
} */

.widget.c-brands.c-brands-template-4[data-border=true] .widget-item {
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  display: block !important;
  filter: brightness(0) invert(1);
}
.widget.c-brands.c-brands-template-4[data-border=true] .widget-item:hover{
  filter: brightness(1) invert(0);
  background-color: #FFFFFF;
}
.widget.c-brands.c-brands-template-4 .widget-item, .widget.c-brands.c-brands-template-4 .widget-item-wrapper {
  display: block;
}
.widget.c-brands.c-brands-template-4 .widget-item-wrapper {
  -webkit-transition: box-shadow 350ms;
  -moz-transition: box-shadow 350ms;
  -ms-transition: box-shadow 350ms;
  -o-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
}
.widget.c-brands.c-brands-template-4[data-columns="4"] .widget-item-wrapper {
  padding: 50px 30px;
}
@media all and (max-width: 1200px) {
  .widget.c-brands.c-brands-template-4[data-columns="4"] .widget-item-wrapper {
    padding: 28px 40px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-4[data-columns="4"] .widget-item-wrapper {
    padding: 28px 16px;
  }
}
.widget.c-brands.c-brands-template-4[data-columns="3"] .widget-item-wrapper {
  padding: 30px 70px;
}
@media all and (max-width: 768px) {
  .widget.c-brands.c-brands-template-4[data-columns="3"] .widget-item-wrapper {
    padding: 28px 40px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-4[data-columns="3"] .widget-item-wrapper {
    padding: 28px 16px;
  }
}
.widget.c-brands.c-brands-template-4[data-columns="5"] .widget-item-wrapper {
  padding: 20px;
}
@media all and (max-width: 1024px) {
  .widget.c-brands.c-brands-template-4[data-columns="5"] .widget-item-wrapper {
    padding: 28px 40px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-4[data-columns="5"] .widget-item-wrapper {
    padding: 28px 16px;
  }
}
.widget.c-brands.c-brands-template-4 .widget-item-picture {
  display: block;
  padding-top: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: filter, opacity, transform;
  -moz-transition-property: filter, opacity, transform;
  -ms-transition-property: filter, opacity, transform;
  -o-transition-property: filter, opacity, transform;
  transition-property: filter, opacity, transform;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.widget.c-brands.c-brands-template-4 .widget-item-wrapper:hover .widget-item-picture {
  opacity: 1 !important;
}
.widget.c-brands.c-brands-template-4[data-effect-1=grayscale] .widget-item-picture, .widget.c-brands.c-brands-template-4[data-effect-2=grayscale] .widget-item-picture {
  filter: invert
}
.widget.c-brands.c-brands-template-4[data-effect-1=zoom] .widget-item-wrapper:hover .widget-item-picture, .widget.c-brands.c-brands-template-4[data-effect-2=zoom] .widget-item-wrapper:hover .widget-item-picture {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.widget.c-brands.c-brands-template-4[data-effect-1=shadow] .widget-item:hover, .widget.c-brands.c-brands-template-4[data-effect-2=shadow] .widget-item:hover {
  border-color: transparent;
}
.widget.c-brands.c-brands-template-4[data-effect-1=shadow] .widget-item-wrapper:hover, .widget.c-brands.c-brands-template-4[data-effect-2=shadow] .widget-item-wrapper:hover {
  -webkit-box-shadow: 0 8px 32px rgba(23, 30, 37, 0.08);
  -moz-box-shadow: 0 8px 32px rgba(23, 30, 37, 0.08);
  box-shadow: 0 8px 32px rgba(23, 30, 37, 0.08);
}
.widget.c-brands.c-brands-template-4 .widget-item-wrapper:hover .widget-item-picture {
  -webkit-filter: none;
  filter: none;
}
.widget.c-brands.c-brands-template-4 .widget-all-container {
  display: none;
}
.widget.c-brands.c-brands-template-4 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-brands.c-brands-template-4 .widget-all-button i {
  display: none;
  font-size: 18px;
}
.widget.c-brands.c-brands-template-4 .widget-title {
    color: #fff;
    text-transform: uppercase;
}
@media all and (max-width: 550px) {
  .widget.c-brands.c-brands-template-4 .widget-all-container {
    display: block;
  }
  .widget.c-brands.c-brands-template-4 .widget-title.align-center.widget-title-margin {
    margin-left: 20px;
  }
  .widget.c-brands.c-brands-template-4 .widget-all-container.mobile {
    text-align: right;
    width: 20px;
    max-height: 36px;
    display: none;
  }
  .widget.c-brands.c-brands-template-4 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-brands.c-brands-template-4 .widget-all-container {
    width: 20px;
  }
}

/* new */
.widget.c-brands.c-brands-template-4 .widget-items .slick-arrow {
    position: absolute;
    top: -50px;
    right: 10px;
    transition: color .3s;
}

.widget.c-brands.c-brands-template-4 .widget-items .slick-arrow.prev {
    right: calc(10px + 27px + 37px);
}
.widget.c-brands.c-brands-template-4 .widget-items .slick-arrow:hover:not([aria-disabled="true"]) {
    color: transparent
}
@media (max-width: 992px) {
    .c-brands-template-4 {
        height: auto;
        padding-top: 5rem;
        padding-bottom: 2rem;
        margin-top: 5rem;
    }
    .c-brands-template-4_custom {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: unset;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    }
    .c-brands-template-4 .widget-wrapper-3 {
        /* display: none; */
    }
    .widget.c-brands.c-brands-template-4 .widget-items {
        padding-bottom: 3rem;
    }
    .widget.c-brands.c-brands-template-4 .widget-items .slick-arrow {
        top: unset;
        bottom: 0;
        transform: translateX(-50%);
        right: calc(50%);
    }
    .widget.c-brands.c-brands-template-4 .widget-items .slick-arrow.prev {
        right: calc(50%);
    }
    .widget.c-brands.c-brands-template-4 .widget-items .slick-arrow.next {
        right: calc(50% - 54px);
    }
}
@media (min-width: 1200px) {
    .c-brands-template-4 .widget-content{
        /* max-width: 60%!important; */
        max-width: calc(100% - 100%/3)!important;
    }
    .widget.c-brands.c-brands-template-4 .widget-title {
        max-width: 270px!important;
        margin-top: -115px!important;
    }
    /* fixed border slider*/
    .widget.c-brands.c-brands-template-4 .widget-items {
        margin-right: -1px;
    }
}

#main-shops-all-button:hover {
    background-color: #FFF !important;
    color: #e9241d !important;
    border: transparent;
}
/*# sourceMappingURL=style.css.map */
