/*
   Footer css
=========================*/
/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
/*$border-radius:               .25rem;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
/*$border-radius:               .25rem;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.category-page {
  background: url(../../images/bg-images/BG_Sea_Category_1920.png) no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff; }
  .category-page .breadcrumb li {
    color: #fff; }
    .category-page .breadcrumb li a {
      color: #fff; }
  .category-page .btn {
    width: 100%;
    background-color: #001B71;
    color: #fff; }
  .category-page #footer-zeavita {
    background: none; }

.category-items .sub-title {
  background: linear-gradient(90deg, #EBEBEB 0%, #C2C0C1 22.92%, #9D9D9D 42.71%, #EBEBEB 63.02%, #B7B5B6 80.73%, #9D9D9D 100%);
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "db_airystd_bd"; }

.heading-wrap {
  text-align: center; }

.cat-title {
  font-size: 2.25rem;
  background: linear-gradient(90deg, #EBEBEB 0%, #C2C0C1 22.92%, #9D9D9D 42.71%, #EBEBEB 63.02%, #B7B5B6 80.73%, #9D9D9D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 0.12em; }

.cat-desc {
  font-size: 1.125rem;
  margin-bottom: 26px;
  letter-spacing: 0.03em; }

/*Addded Style on 11-nov*/
.gridwraps {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 40px; }
  .gridwraps .product-item-info {
    margin: 0; }
  .gridwraps .thumbs-img {
    margin: 0;
    max-width: 100%; }

.product-item-info {
  margin-bottom: 60px;
  text-align: center;
    /*&:after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(0deg, #0D0037 0%, rgba(0, 90, 172, 0) 93.37%);
		opacity: 0.6;
		z-index: 1;
    }*/ }
  .product-item-info .item-info {
    text-align: center;
    position: relative;
    z-index: 2; }
  .product-item-info .prod-img {
    position: relative;
    z-index: 2; }
    .product-item-info .prod-img a {
      display: block; }
  .product-item-info .product-name {
    text-transform: uppercase; }
    .product-item-info .product-name .first-name {
      font-family: "db_airystd_bd";
      background: linear-gradient(90deg, #EBEBEB 0%, #C2C0C1 22.92%, #9D9D9D 42.71%, #EBEBEB 63.02%, #B7B5B6 80.73%, #9D9D9D 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .product-item-info .product-name .last-name {
      font-family: "db_airystd_med";
      background: linear-gradient(90deg, #EBEBEB 0%, #C2C0C1 22.92%, #9D9D9D 42.71%, #EBEBEB 63.02%, #B7B5B6 80.73%, #9D9D9D 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.popupwrap, .swal2-modal {
  background: url(../../images/bg-images/popup-bg.png) no-repeat center center !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 558px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none !important; }

.popup, .swal2-container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 45px;
  letter-spacing: 0.03em; }
  .popup .icons, .swal2-container .icons {
    font-size: 80px;
    text-align: center; }
    .popup .icons i, .swal2-container .icons i {
      font-weight: 300; }
  .popup .title, .popup .swal2-modal h2, .swal2-container .title, .swal2-container .swal2-modal h2 {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 0;
    color: #fff; }
  .popup .desc, .swal2-container .desc {
    text-align: center;
    font-size: 1.125rem;
    font-family: "sukhumvitlight";
    margin-bottom: 35px; }
  .popup .btn, .popup [type="button"], .swal2-container .btn, .swal2-container [type="button"] {
    width: 148px; }
  .popup .swal2-icon.swal2-error, .swal2-container .swal2-icon.swal2-error {
    border-color: #FF0000; }
    .popup .swal2-icon.swal2-error .line, .swal2-container .swal2-icon.swal2-error .line {
      background-color: #FF0000; }
  .popup .swal2-icon.swal2-success:after, .popup .swal2-icon.swal2-success:before, .popup .swal2-icon.swal2-success .fix, .swal2-container .swal2-icon.swal2-success:after, .swal2-container .swal2-icon.swal2-success:before, .swal2-container .swal2-icon.swal2-success .fix {
    display: none; }
  .popup .swal2-icon.swal2-success .line, .swal2-container .swal2-icon.swal2-success .line {
    background-color: #fff; }
  .popup .swal2-icon.swal2-success .placeholder, .swal2-container .swal2-icon.swal2-success .placeholder {
    border-color: #fff; }

@media all and (min-width: 767px) {
  .category-items .sub-title {
    text-align: left; } }
@media all and (max-width: 991px) {
  .gridwraps {
    grid-template-columns: 1fr 1fr 1fr; } }
@media all and (max-width: 767px) {
  .category-page {
    background: url(../../images/bg-images/BG_Sea_Category_1300.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
@media all and (max-width: 767px) {
  .heading-wrap p br {
    display: none; }

  .category-items .sub-title {
    font-size: 1.125rem; }

  .cat-title {
    font-size: 1.75rem;
    line-height: 1.75rem; }

  .cat-desc {
    font-size: 1.125rem; } }
@media all and (max-width: 576px) {
  .gridwraps {
    grid-template-columns: 1fr 1fr; } }
@media all and (max-width: 375px) {
  .category-page {
    background: url(../../images/bg-images/BG_Sea_Category_680.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
