/* Style 1 */

.product-cat-style-1 .sigma_product-category a{
  display: block;
  margin-bottom: 30px;
  border: 2px solid rgba(133, 133, 133, 0.2);
  padding: 20px;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-cat-style-1 .sigma_product-category a i.icon{
  height: 50px;
  width: 50px;
  background-color: #BA1C24;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 0;
}
.product-cat-style-1 .sigma_product-category a i.icon-hidden{
  visibility: hidden;
  opacity: 0;
  color: #000;
  font-size: 100px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  display: flex;
  transition: .3s;
}
.product-cat-style-1 .sigma_product-category a:hover{
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.product-cat-style-1 .sigma_product-category a:hover i.icon-hidden{
  visibility: visible;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}
.product-cat-style-1 .sigma_product-category a h5{
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}
.product-cat-style-1 .sigma_product-category a span{
  color: #6b6b83;
}
.product-cat-style-1 .sigma_product-category img{
  margin-bottom: 20px;
}

/* Style 2 */

.product-cat-style-2 .sigma_product-category a{
  height: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.product-cat-style-2 .sigma_product-category a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: .6;
  z-index: -1;
  transition: .4s;
}
.product-cat-style-2 .sigma_product-category a:hover::before{
  background-color: #BA1C24;
}
.product-cat-style-2 .sigma_product-category a i{
  color: #fff;
}
.product-cat-style-2 .sigma_product-category a h5{
  margin-bottom: 15px;
  font-size: 22px;
  margin-top: 10px;
  font-weight: 600;
  color: #fff;
}
.product-cat-style-2 .sigma_product-category .sigma_product-category-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: opacity 0.4s ease 0.4s, visibility 0.4s ease 0.4s;
  padding-left: 40px;
  padding-right: 40px;
}
.product-cat-style-2 .sigma_product-category:hover .sigma_product-category-text{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}
.product-cat-style-2 .sigma_product-category .sigma_product-category-text.hidden{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}
.product-cat-style-2 .sigma_product-category:hover .sigma_product-category-text.hidden{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease .4s, visibility .4s ease .4s;
}
.product-cat-style-2 .sigma_product-category a span i{
  font-size: 12px;
  margin-right: 5px;
}
.product-cat-style-2 .sigma_product-category a button{
  background-color: transparent;
  border: 2px solid #BA1C24;
}
.product-cat-style-2 .sigma_product-category a:hover button{
  border-color: #fff;
}
.product-cat-style-2 .sigma_product-category a button:hover{
  background-color: #BA1C24;
  border-color: #BA1C24;
}

/* Style 3 */
.product-cat-style-3 .sigma_product-category a{
  display: block;
  margin-bottom: 30px;
}
.product-cat-style-3 .sigma_product-category a .sigma_product-category-body{
  padding: 30px;
  background-color: #fff;
  text-align: center;
}
.product-cat-style-3 .sigma_product-category a .sigma_product-category-body h5{
  font-size: 28px;
  margin-bottom: 20px;
  transition: .3s;
}
.product-cat-style-3 .sigma_product-category a:hover .sigma_product-category-body h5{
  color: #BA1C24
}
.product-cat-style-3 .sigma_product-category a .sigma_product-category-body p{
  margin: 0;
}
.product-cat-style-3 .sigma_product-category a .sigma_product-category-body i{
  line-height: 1;
  font-size: 40px;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.product-cat-style-3 .sigma_product-category a .sigma_product-category-body p{
  color: #6b6b83;
}

/* Style 4 */
.product-cat-style-4 .sigma_product-category a{
  position: relative;
  display: block;
  height: 100%;
  color: #6b6b83;
  margin-bottom: 30px;
}
.product-cat-style-4 .sigma_product-category a p{
  margin: 0;
  color: #a3a3a3;
}
.product-cat-style-4 .sigma_product-category a h5{
  color: #fff;
  margin-bottom: 10px;
  font-size: 36px;
}
.product-cat-style-4 .sigma_product-category a i{
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  bottom: 0;
  border-radius: 50%;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  visibility: hidden;
}
.product-cat-style-4 .sigma_product-category a i:hover{
  background-color: #F4F4F4;
  color: #000;
}
.product-cat-style-4 .sigma_product-category a:hover i{
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.product-cat-style-4 .sigma_product-category a::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(17, 17, 17, 0.50196) 0%, rgba(17, 17, 17, 0.25) 44%, rgba(17, 17, 17, 0) 100%);
  content: '';
}
.product-cat-style-4 .sigma_product-category a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-cat-style-4 .sigma_product-category a .sigma_product-category-body{
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 80px;
}

/* Style 5 */
.product-cat-style-5 .sigma_product-category a {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.product-cat-style-5 .sigma_product-category a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-cat-style-5 .sigma_product-category a .sigma_product-category-body{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;
  text-align: center;
}

.product-cat-style-5 .sigma_product-category a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: .6;
  transition: .4s;
}
.product-cat-style-5 .sigma_product-category a:hover::before{
  background-color: #BA1C24;
}
.product-cat-style-5 .sigma_product-category a{
  color: #fff;
}
.product-cat-style-5 .sigma_product-category a h5{
  margin: 15px 0;
  font-size: 22px;
  color: #fff;
}
.product-cat-style-5 .sigma_product-category a i{
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 60px;
}
.product-cat-style-5 .sigma_product-category a p{
  transition: .3s ease-in .3s;
  opacity: 0;
  visibility: hidden;
}
.product-cat-style-5 .sigma_product-category a:hover p{
  opacity: 1;
  visibility: visible;
}

/* Style 6 */
.product-cat-style-6 > .row{
  margin: 0;
}
.product-cat-style-6 > .row > [class*="col-"]{
  padding: 0;
}
.product-cat-style-6 > .row.inverse > [class*="col-"]:nth-child(4n + 4) .row,
.product-cat-style-6 > .row.inverse > [class*="col-"]:nth-child(4n + 3) .row{
  flex-direction: row-reverse;
}
.product-cat-style-6 .sigma_product-category a{
  display: block;
}
.product-cat-style-6 .sigma_product-category a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-cat-style-6 .sigma_product-category a .row{
  align-items: center;
}
.product-cat-style-6 .sigma_product-category a .sigma_product-category-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.product-cat-style-6 .sigma_product-category a div{
  height: 100%;
}

.product-cat-style-6 .sigma_product-category a h5{
  font-size: 24px;
  margin: 10px 0 20px;
}
.product-cat-style-6 .sigma_product-category a i{
  font-size: 60px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  line-height: 1;
}
/* Style 7 & 8 */
.product-cat-style-7 .sigma_product-category a,
.product-cat-style-8 .sigma_product-category a {
    height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.product-cat-style-7 .sigma_product-category a:before,
.product-cat-style-7 .sigma_product-category a:after,
.product-cat-style-8 .sigma_product-category a:before,
.product-cat-style-8 .sigma_product-category a:after  {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(to right, #ba1c24a6 0%, #ba1c248f 30%, #141433a6 100%, rgba(61, 72, 109, 0.25) 100%);
    opacity: 0.5;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
}
.product-cat-style-8 .sigma_product-category a:before,
.product-cat-style-8 .sigma_product-category a:after{
  background: #000000;
  opacity: 0.5;
}
.product-cat-style-8 .sigma_product-category:hover a:before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}
.product-cat-style-8 .sigma_product-category:hover a:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}
.product-cat-style-7 .sigma_product-category .sigma_product-category-text,
.product-cat-style-8 .sigma_product-category .sigma_product-category-text {
    text-align: center;
    z-index: 10;
}
.product-cat-style-7 .sigma_product-category .sigma_product-category-text h5,
.product-cat-style-8 .sigma_product-category .sigma_product-category-text h5 {
    font-style: italic;
    color: #fff;
    font-size: 30px;
}
.product-cat-style-7 .sigma_product-category .sigma_product-category-text .btn,
.product-cat-style-8 .sigma_product-category .sigma_product-category-text .btn {
    font-size: 14px;
    position: relative;
    pointer-events: visible;
    text-transform: capitalize;
    color: #fff;
    background: none;
    letter-spacing: normal;
    margin-top: 20px;
}
.product-cat-style-8 .sigma_product-category .sigma_product-category-text .btn{
  color: #BA1C24;
}
.product-cat-style-7 .sigma_product-category .sigma_product-category-text .btn:before,
.product-cat-style-8 .sigma_product-category .sigma_product-category-text .btn:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #fff;
}
.product-cat-style-8 .sigma_product-category .sigma_product-category-text .btn:before{
  background-color: #BA1C24;
}
.product-cat-style-7 .sigma_product-category:hover a:before,
.product-cat-style-7 .sigma_product-category:hover a:after,
.product-cat-style-8 .sigma_product-category:hover a:before,
.product-cat-style-8 .sigma_product-category:hover a:after {
    opacity: 0.5;
    background: #000;
}
.product-cat-style-7 .sigma_product-category .sigma_product-category-text i,
.product-cat-style-8 .sigma_product-category .sigma_product-category-text i {
    font-size: 40px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.product-cat-style-9 .sigma_product-category a {
    height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.product-cat-style-9 .sigma_product-category a:before,
.product-cat-style-9 .sigma_product-category a:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0.5;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  background: #BA1C24;
}
.product-cat-style-9 .sigma_product-category .sigma_product-category-text {
    z-index: 2;
}
.product-cat-style-9 .sigma_product-category .sigma_product-category-text h5 {
    color: #fff;
    font-size: 30px;
    font-style: italic;
}
.product-cat-style-9 .sigma_product-category .sigma_product-category-text .btn.btn-text {
  margin: 0 auto;
  padding: 0.4375rem 1.875rem 0.4375rem;
  display: flex;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.75rem;
  position: relative;
  transition: all .5s ease;
  background: none;
  border: 1px solid;
  border-radius: 50px;
  margin-top: 50px;
  padding-right: 50px;
}
.product-cat-style-9 .sigma_product-category .sigma_product-category-text i {
  top: 7px;
  width: auto;
  height: auto;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.8;
  padding-left: 18px;
}
.product-cat-style-9 .sigma_product-category .sigma_product-category-text .btn.btn-text:hover {
    padding-right: 30px;
    padding-left: 50px;
}
.product-cat-style-9 .sigma_product-category .sigma_product-category-text .btn.btn-text:hover i {
    right: calc(100% - 35px);
    transition: .3s;
}
.product-cat-style-9 .sigma_product-category .sigma_product-category-text .btn.btn-text i{
  position: absolute;
  right: 25px;
}
.product-cat-style-9 .sigma_product-category a:hover:before,
.product-cat-style-9 .sigma_product-category a:hover:after {
    opacity: 1;
}
.product-cat-style-9 .sigma_product-category .sigma_product-category-text .btn.btn-text i {
    width: auto;
    height: auto;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.8;
    padding-left: 18px;
}
/* style 10 */
.product-cat-style-10 .sigma_product-category a {
    height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 40px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.product-cat-style-10 .sigma_product-category .sigma_product-category-text {
    top: auto;
    bottom: 20%;
    padding: 0 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    z-index: 9;
}
.product-cat-style-10 .sigma_product-category a:before,
.product-cat-style-10 .sigma_product-category a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #ba1c24;
    opacity: 0.5;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.product-cat-style-10 .sigma_product-category .sigma_product-category-text h5 {
    color: #fff;
    font-size: 30px;
    font-style: italic;
}
.product-cat-style-10 .sigma_product-category .sigma_product-category-text .btn.btn-text {
    font-size: 14px;
    position: relative;
    pointer-events: visible;
    text-transform: capitalize;
    letter-spacing: normal;
    background: none;
    margin-top: 20px;
}
.product-cat-style-10 .sigma_product-category .sigma_product-category-text .btn.btn-text:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
}
.product-cat-style-10 .sigma_product-category .sigma_product-category-text .btn.btn-text:hover:before {
    background: #fff;
}
.product-cat-style-10 .sigma_product-category .sigma_product-category-text i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 40px;
}
.product-cat-style-10 .sigma_product-category a:hover:before,
.product-cat-style-10 .sigma_product-category a:hover:after{
  background: #141433;
}


@media(max-width: 991px){
  .product-cat-style-6 .sigma_product-category a div{
    height: auto;
  }
  .product-cat-style-6 .sigma_product-category a div.col-lg-6:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-cat-style-6 .sigma_product-category a div.col-lg-6:nth-child(1)::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .6;
    transition: .4s;
  }
  .product-cat-style-6 .sigma_product-category a h5{
    color: #fff;
  }

}
