.listing-bg {
  background: rgb(247, 248, 247);
  padding: 40px 0;
}
@media (max-width: 768px) {
  .listing-bg .grid {
    margin: 0;
  }
}

.selected-info, .error-info {
  position: fixed;
  bottom: -200px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 25px 25px 25px;
  background: #323232;
  z-index: 999;
  left: 50%;
  font-size: 14px;
  opacity: 0;
  display: flex;
  color: #fff;
  transform: translate(-50%, 0);
}
.selected-info p, .error-info p {
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .selected-info p, .error-info p {
    line-height: 24px;
  }
}
.selected-info span, .error-info span {
  font-family: "whitney-medium";
  color: #e6b728;
}
.selected-info .bag-icon, .error-info .bag-icon {
  font-size: 18px;
  margin-right: 5px;
}
.selected-info .close, .error-info .close {
  position: relative;
  right: -10px;
  color: #fff;
}
@media (max-width: 768px) {
  .selected-info, .error-info {
    left: 10%;
    width: 80%;
    margin: 0 10%;
    transform: translate(-11%, 0);
    padding: 15px 20px 20px 20px;
  }
}

.error-info {
  background: #fce7e6;
  border-left: 10px solid red;
  color: #373737;
  font-family: "whitney-medium";
}
.error-info .close {
  color: #373737;
}

.selected-active {
  bottom: 50px;
  transition: bottom 0.25s ease-in;
  opacity: 1;
}

.prod-list {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  width: 48%;
  margin: 1%;
  font-size: 16px;
  line-height: 21px;
  background: #fff;
  position: relative;
}
.prod-list:hover {
  box-shadow: 0 3px 16px 0 rgba(0, 116, 129, 0.25);
  transition: box-shadow 0.5s;
}
.prod-list .free-product img {
  width: 10%;
  position: absolute;
}
.prod-list .prod-img-holders {
  width: 25%;
  overflow: hidden;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.prod-list .prod-img-holders .prod-img-holder {
  width: 100%;
}
.prod-list .prod-img-holders .personalization {
  text-align: center;
  color: #FF8C41;
  background-color: #00948C;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0px, 30px);
  -webkit-transform: translate(0px, 30px);
  -moz-transform: translate(0px, 30px);
  -o-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.prod-list .prod-img-holders .personalization span {
  font-size: 14px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: 3px;
}
.prod-list .prod-img-holders:hover .personalization {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  opacity: 1;
}
.prod-list .prod-img-holder {
  width: 25%;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: inherit;
  transition: all 0.2s ease;
}
.prod-list .prod-img-holder .vaya-pop-cup {
  padding: 5px 30px;
}
@media (max-width: 480px) {
  .prod-list .prod-img-holder .vaya-pop-cup {
    padding: 5px 15px;
  }
}
.prod-list .prod-img-holder img {
  cursor: pointer;
}
.prod-list .prod-img-holder {
  overflow: hidden;
}
.prod-list .free-available {
  margin-top: 20px;
}
.prod-list .prod-details {
  width: 75%;
  border-left: 1px solid #e7e4e8;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: inherit;
  justify-content: space-between;
}
.prod-list .prod-details .prod-main-details {
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: inherit;
  justify-content: space-between;
}
.prod-list .prod-details .prod-main-details .prod-name {
  font-family: "whitney-medium";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  padding-right: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .prod-list .prod-details .prod-main-details .prod-name {
    padding-right: 10px;
    margin-bottom: 5px;
  }
}
.prod-list .prod-details .prod-main-details .prod-other-sizes, .prod-list .prod-details .prod-main-details .personalization-content {
  font-size: 14px;
  margin-bottom: 5px;
}
.prod-list .prod-details .prod-main-details .prod-other-sizes label, .prod-list .prod-details .prod-main-details .personalization-content label {
  margin-bottom: 5px;
  color: #666;
}
.prod-list .prod-details .prod-main-details .prod-other-sizes .other-size-list, .prod-list .prod-details .prod-main-details .personalization-content .other-size-list {
  overflow-x: auto;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.prod-list .prod-details .prod-main-details .prod-other-sizes .other-size-list a, .prod-list .prod-details .prod-main-details .personalization-content .other-size-list a {
  border: 1px solid #00948C;
  color: #00948C;
  font-size: 14px;
  padding: 3px 2px;
  margin-right: 3px;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  min-width: 60px;
  text-align: center;
}
.prod-list .prod-details .prod-main-details .prod-other-sizes .other-size-list .active, .prod-list .prod-details .prod-main-details .personalization-content .other-size-list .active {
  background: #00948C;
  color: #fff;
  border-color: #00948C;
}
@media (max-width: 480px) {
  .prod-list .prod-details .prod-main-details .prod-other-sizes, .prod-list .prod-details .prod-main-details .personalization-content {
    margin: 10px 0;
  }
}
.prod-list .prod-details .prod-main-details .prod-quantity {
  display: flex;
  flex-direction: row;
  flex-wrap: inherit;
  align-items: inherit;
  justify-content: space-between;
  margin-top: 16px;
  width: 90px;
  font-size: 14px;
  border: 1px solid #E6F4F1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.prod-list .prod-details .prod-main-details .prod-quantity .qty-increase, .prod-list .prod-details .prod-main-details .prod-quantity .qty-decrease {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background: #E6F4F1;
  padding: 3px 8px;
  color: #007690;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.prod-list .prod-details .prod-main-details .prod-quantity .qty-increase:focus, .prod-list .prod-details .prod-main-details .prod-quantity .qty-decrease:focus {
  background: #00948C;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  color: #fff;
}
.prod-list .prod-details .prod-main-details .prod-quantity .qty-decrease {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.prod-list .prod-details .prod-main-details .prod-quantity .quantity {
  width: 30px;
  border: none;
  text-align: center;
  outline: none;
}
@media (max-width: 480px) {
  .prod-list .prod-details .prod-main-details .prod-quantity {
    margin: 8px 0;
  }
  .prod-list .prod-details .prod-main-details .prod-quantity .qty-increase, .prod-list .prod-details .prod-main-details .prod-quantity .qty-decrease {
    padding: 1px 8px;
  }
}
.prod-list .prod-details .prod-main-details .prod-info-left {
  overflow: hidden;
}
.prod-list .prod-details .prod-main-details .prod-info-left .personalization {
  color: #373737;
  font-size: 14px;
}
.prod-list .prod-details .prod-main-details .prod-info-right {
  text-align: right;
  line-height: 24px;
  min-width: 65px;
}
.prod-list .prod-details .prod-main-details .prod-info-right .prod-price {
  color: #487628;
  font-weight: bold;
  font-family: "whitney-medium";
  font-size: 14px;
}
.prod-list .prod-details .prod-main-details .prod-info-right .prod-mrp {
  display: block;
  font-family: "whitney-medium";
  font-size: 14px;
  opacity: 0.75;
}
.prod-list .prod-details .prod-main-details .prod-info-right .prod-discount {
  display: block;
  font-size: 12px;
}
.prod-list .prod-details .prod-main-details .prod-info-right .btn {
  background-color: #487628;
  color: #fff;
}
.prod-list .prod-details .prod-main-details .prod-info-right .btn:focus {
  outline: none;
  box-shadow: none;
}
.prod-list .prod-details .prod-main-details .prod-info-right .add-cart {
  color: #FF8C41;
  margin-right: 5px;
}
.prod-list .prod-details .personalization-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: inherit;
  justify-content: left;
  padding: 0 0 10px 10px;
  font-size: 14px;
}
.prod-list .prod-details .personalization-content .personalise-active span {
  color: #8e6045;
  margin-left: 3px;
  font-weight: 700;
}
.prod-list .prod-details .personalization-content .personalise-active i {
  cursor: pointer;
  margin: 0 3px;
  opacity: 0.5;
}
.prod-list .prod-details .personalization-content .personalise-active i:hover {
  opacity: 1;
  color: #007690;
  transition: color 0.25s ease-in;
}
.prod-list .prod-details .personalization-content .personalise-active i:last-child {
  color: #666;
}
.prod-list .prod-details .personalization-content .personalise-active i:last-child:hover {
  opacity: 1;
  color: red;
  transition: color 0.25s ease-in;
}
.prod-list .prod-details .prod-other-info {
  display: flex;
  flex-direction: row;
  flex-wrap: inherit;
  align-items: inherit;
  justify-content: space-between;
  background: #E6F4F1;
  padding: 7px 5px;
  font-size: 14px;
}
.prod-list .prod-details .prod-other-info .prod-freebie {
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: left;
  position: relative;
}
.prod-list .prod-details .prod-other-info .prod-freebie .more-info {
  color: #007690;
  line-height: 20px;
  cursor: pointer;
}
.prod-list .prod-details .prod-other-info .prod-discount .btn-primary {
  background: #007690;
  border: none;
  color: #fff;
}
.prod-list .prod-details .prod-other-info .prod-discount .btn-primary:focus {
  box-shadow: none;
  background: #00948C;
}
.prod-list .prod-details .prod-other-info .prod-discount .btn-primary:hover {
  background: #00948C;
}
@media (max-width: 375px) {
  .prod-list .prod-details .prod-other-info .prod-discount .btn-primary {
    padding: 5px;
  }
}
.prod-list .prod-details .prod-other-info .prod-discount .goto-checkout {
  background-color: #3AB18C;
  border-color: #3AB18C;
}
.prod-list .prod-details .prod-other-info .prod-discount i {
  display: none;
}
@media (max-width: 375px) {
  .prod-list .prod-details .prod-other-info.no-personalise {
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  .prod-list .prod-details .prod-other-info.no-personalise .prod-freebie {
    margin-bottom: 0;
  }
}
.prod-list .img-icon-placeholder img {
  width: 42px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .prod-list {
    width: 100%;
    font-size: 14px;
    margin: 2% auto;
  }
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background: #00948C;
}

#freebie-holder {
  width: 90px;
  height: 27px;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  font-size: 14px;
  font-family: "whitney-medium";
  z-index: 90;
}
#freebie-holder:before {
  background: #ffdb5a;
  content: "";
  width: 82px;
  height: 27px;
  display: flex;
}
#freebie-holder:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-top: 14px solid #ffdb5a;
  border-bottom: 13px solid #ffdb5a;
}
#freebie-holder .horizontal {
  position: absolute;
  left: 0;
  top: -10px;
}
#freebie-holder .horizontal img {
  width: 50px;
  position: relative;
  top: 0;
}
@media (max-width: 480px) {
  #freebie-holder {
    width: 70px;
    height: 20px;
  }
  #freebie-holder:before {
    width: 62px;
    height: 20px;
  }
  #freebie-holder:after {
    border-right: 8px solid transparent;
    border-top: 10px solid #ffdb5a;
    border-bottom: 10px solid #ffdb5a;
  }
  #freebie-holder .horizontal {
    top: -4px;
  }
  #freebie-holder .horizontal img {
    width: 30px;
    top: -2px;
  }
}
#freebie-holder .active {
  transition: all 0.2s ease;
}

.special-offer {
  position: absolute;
  bottom: 50px;
  right: 5px;
  top: inherit;
  z-index: 1;
}
.special-offer img {
  width: 45px;
  cursor: pointer;
}

.grid-view .special-offer {
  top: 5px;
  bottom: inherit;
}
.grid-view .tyf-dry-offer img {
  width: 45px;
}
.grid-view .img-icon-placeholder img {
  width: 52px;
}

.grid-view {
  width: 24%;
  margin: 0.5%;
  flex-wrap: wrap;
}
.grid-view .prod-img-holder {
  width: 100%;
}
.grid-view .prod-img-holder img {
  width: 75%;
  margin: 20px auto 0 auto;
}
@media (max-width: 480px) {
  .grid-view .prod-img-holder img {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .grid-view .prod-img-holder img {
    width: 60%;
  }
}
.grid-view .free-available {
  margin-top: 0;
}
.grid-view .prod-details {
  width: 100%;
}
.grid-view .prod-details .prod-main-details .prod-info-left {
  display: flex;
  flex-direction: column;
  flex-wrap: inherit;
  align-items: start;
  justify-content: left;
  width: 100%;
}
.grid-view .prod-details .prod-main-details .prod-info-left .prod-name {
  width: 95%;
}
@media (max-width: 480px) {
  .grid-view .prod-details .prod-main-details .prod-info-left .prod-name {
    margin: 5px auto;
    text-align: center;
    padding-right: 0;
  }
}
.grid-view .prod-details .prod-main-details .prod-info-left .prod-quantity {
  margin: 12px 0;
}
@media (max-width: 480px) {
  .grid-view .prod-details .prod-main-details .prod-info-left .prod-quantity {
    margin: 12px auto;
  }
}
.grid-view .prod-details .prod-main-details .prod-info-left .prod-other-sizes {
  margin: 7px 0;
}
@media (max-width: 768px) {
  .grid-view .prod-details .prod-main-details .prod-info-left .prod-other-sizes {
    margin: 5px auto 10px auto;
  }
}
@media (max-width: 375px) {
  .grid-view .prod-details .prod-main-details .prod-info-left .prod-other-sizes {
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
  }
  .grid-view .prod-details .prod-main-details .prod-info-left .prod-other-sizes label {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
.grid-view .prod-details .prod-main-details .prod-info-right .prod-discount {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 480px) {
  .grid-view .prod-details .prod-main-details .prod-info-right {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .grid-view .prod-details .prod-main-details .prod-info-right > span {
    padding: 0 3px;
  }
  .grid-view .prod-details .prod-main-details .prod-info-right .prod-mrp {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .grid-view {
    margin: 2% 1%;
    width: 48%;
  }
  .grid-view .prod-details .prod-main-details {
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: inherit;
    align-items: center;
    justify-content: inherit;
  }
  .grid-view .prod-details .prod-main-details .prod-mrp {
    padding: 5px;
  }
  .grid-view .prod-details .prod-other-info {
    display: flex;
    flex-direction: column;
    flex-wrap: inherit;
    align-items: center;
    justify-content: inherit;
    text-align: center;
  }
  .grid-view .prod-details .prod-other-info .more-info {
    margin-bottom: 10px;
  }
  .grid-view .prod-details .prod-other-info .prod-discount {
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
  }
  .grid-view .prod-details .prod-other-info .prod-discount .btn-primary {
    margin: 0 2px;
    font-size: 12px;
  }
  .grid-view .prod-details .prod-other-info.no-personalise {
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  .grid-view .prod-details .prod-other-info.no-personalise .prod-freebie {
    margin-bottom: 0;
  }
  .grid-view .prod-details .prod-other-info.no-personalise .prod-freebie .more-info {
    margin-bottom: 0;
  }
  .grid-view .prod-details .prod-other-info.no-personalise .btn-primary {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  .grid-view .prod-details .prod-other-info {
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    align-items: center;
    justify-content: inherit;
  }
  .grid-view .prod-details .prod-other-info .more-info {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .grid-view .prod-details .prod-quantity {
    margin: 10px auto;
    align-items: center;
  }
  .grid-view .prod-details .personalization-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .grid-view {
    width: 100%;
  }
}

.filter-box-cont {
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  padding: 0;
}

.filter-box {
  width: 100%;
  margin: 50px auto 25px auto;
  background: #fff;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: inherit;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.filter-box .filter-box-lft {
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: inherit;
}
.filter-box .filter-box-lft .btn-group {
  padding: 0 2px;
}
.filter-box .filter-box-lft .btn-group .btn {
  padding: 0.075rem 0.75rem;
}
.filter-box .filter-box-lft .btn-group .btn:focus {
  outline: none;
  box-shadow: none;
}
.filter-box .filter-box-lft .filter-icon {
  background: #00948C;
  padding: 10px;
  position: relative;
  margin-right: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  color: #fff;
}
.filter-box .filter-box-lft .filter-icon:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #00948C;
  border-bottom: 50px solid transparent;
}
@media (max-width: 768px) {
  .filter-box .filter-box-lft .filter-icon {
    color: #4c4c4c;
  }
}
@media (max-width: 480px) {
  .filter-box .filter-box-lft .filter-icon {
    background: none;
    margin: inherit;
    padding: 0.375rem 0.75rem;
  }
  .filter-box .filter-box-lft .filter-icon:before {
    content: inherit;
  }
}
.filter-box .filter-box-rit {
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: inherit;
}
.filter-box .filter-box-rit button:hover, .filter-box .filter-box-rit button:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .filter-box .filter-box-rit .btn {
    font-size: 14px;
  }
}
.filter-box .filter-box-lft .active-filter, .filter-box .filter-box-rit .active-filter {
  background: rgba(230, 183, 40, 0.25);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font: 14px;
}
.filter-box .filter-box-lft .dropdown-menu, .filter-box .filter-box-rit .dropdown-menu {
  padding: 0;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item, .filter-box .filter-box-rit .dropdown-menu .dropdown-item {
  font: 14px;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item .active, .filter-box .filter-box-rit .dropdown-menu .dropdown-item .active {
  background-color: #007690;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item:hover, .filter-box .filter-box-rit .dropdown-menu .dropdown-item:hover {
  background-color: #E6F4F1;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item:active, .filter-box .filter-box-rit .dropdown-menu .dropdown-item:active {
  background-color: #007690;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item:active:first-child, .filter-box .filter-box-rit .dropdown-menu .dropdown-item:active:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item:active:last-child, .filter-box .filter-box-rit .dropdown-menu .dropdown-item:active:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item.active, .filter-box .filter-box-rit .dropdown-menu .dropdown-item.active {
  background-color: #007690;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item.active:first-child, .filter-box .filter-box-rit .dropdown-menu .dropdown-item.active:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-box .filter-box-lft .dropdown-menu .dropdown-item.active:last-child, .filter-box .filter-box-rit .dropdown-menu .dropdown-item.active:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 768px) {
  .filter-box .btn-group {
    display: none;
  }
  .filter-box {
    margin: 25px auto;
    font-size: 14px;
  }
}

.filter-fixed {
  position: fixed;
  top: 65px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.15);
}
.filter-fixed .filter-box {
  margin: 10px 0;
}
@media (max-width: 768px) {
  .filter-fixed {
    top: inherit;
    bottom: 0;
  }
}

.listing-modal .modal-dialog {
  background: #fff;
}

.slide-window {
  height: auto;
  overflow: hidden;
  position: relative;
}
.slide-window img {
  width: 100%;
}

.slide-holder {
  background-color: #323232;
  margin-left: 0;
  transition: margin-left 1s;
}

.slide-nav {
  position: absolute;
  /* width: 100%; */
  height: 20px;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 100;
}

.slide-nav-bt {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border: solid 1px grey;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.slide-nav-bt.active {
  background-color: red;
  /* border: solid 1px $whiteColor; */
}

.load-more {
  margin: 30px auto 0 auto;
}
.load-more p {
  margin-bottom: 15px;
}
.load-more p span {
  color: #007690;
}
.load-more a {
  border: 1px solid #cacaca;
  padding: 10px 15px;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#myModal .modal-dialog {
  pointer-events: all;
}

.custom-modal {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in;
}

.custom-modal-open .custom-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.more-modal, .personalization-modal {
  background: #fff;
  width: 30%;
  position: fixed;
  top: 0;
  right: -30%;
  height: 100%;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: inherit;
  justify-content: inherit;
  align-content: space-between;
  font-size: 16px;
  transition: right 0.5s ease-in;
}
@media (max-width: 375px) {
  .more-modal, .personalization-modal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: inherit;
    justify-content: inherit;
  }
}
.more-modal .p-header, .personalization-modal .p-header {
  background: #E6F4F1;
  border-radius: 0;
  color: #323232;
  border-bottom: 1px solid #bbb;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.more-modal .p-header .close, .personalization-modal .p-header .close {
  font-size: 24px;
  margin: 7px;
  color: #4c4c4c;
  cursor: pointer;
}
.more-modal .p-header .prod-item-name, .personalization-modal .p-header .prod-item-name {
  font-size: 16px;
}
@media (max-width: 768px) {
  .more-modal .p-header .prod-item-name, .more-modal .p-header h4, .personalization-modal .p-header .prod-item-name, .personalization-modal .p-header h4 {
    font-size: 16px;
    list-style: 21px;
  }
  .more-modal .p-header, .personalization-modal .p-header {
    padding: 5px 10px;
  }
}
.more-modal .p-content, .personalization-modal .p-content {
  margin: 0 0 60px 0;
}
.more-modal .p-content .p-img, .personalization-modal .p-content .p-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #d5d5d5;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.more-modal .p-content .p-img img, .personalization-modal .p-content .p-img img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 75%;
}
.more-modal .p-content .p-img .latch-img, .personalization-modal .p-content .p-img .latch-img {
  position: absolute;
  left: 70px;
  width: 70%;
}
@media (max-width: 375px) {
  .more-modal .p-content .p-img .latch-img, .personalization-modal .p-content .p-img .latch-img {
    left: 45px;
  }
}
.more-modal .p-content .p-img .latch-content, .personalization-modal .p-content .p-img .latch-content {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #fff;
  font-size: 18px;
  position: absolute;
  width: 50%;
  right: 9%;
  top: 33%;
}
@media (max-width: 480px) {
  .more-modal .p-content .p-img .latch-content, .personalization-modal .p-content .p-img .latch-content {
    right: 10%;
  }
}
.more-modal .p-content .p-img #freebie-holder, .personalization-modal .p-content .p-img #freebie-holder {
  width: 140px;
  height: 46px;
}
.more-modal .p-content .p-img #freebie-holder:before, .personalization-modal .p-content .p-img #freebie-holder:before {
  background: #ffdb5a;
  content: "";
  width: 130px;
  height: 46px;
  display: flex;
}
.more-modal .p-content .p-img #freebie-holder:after, .personalization-modal .p-content .p-img #freebie-holder:after {
  border-right: 10px solid transparent;
  border-top: 23px solid #ffdb5a;
  border-bottom: 23px solid #ffdb5a;
}
.more-modal .p-content .p-img #freebie-holder .horizontal, .personalization-modal .p-content .p-img #freebie-holder .horizontal {
  top: -13px;
  font-size: 16px;
}
.more-modal .p-content .p-img #freebie-holder .horizontal img, .personalization-modal .p-content .p-img #freebie-holder .horizontal img {
  width: 80px;
  top: 0;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .more-modal .p-content .p-img #freebie-holder, .personalization-modal .p-content .p-img #freebie-holder {
    width: 90px;
    height: 28px;
  }
  .more-modal .p-content .p-img #freebie-holder:before, .personalization-modal .p-content .p-img #freebie-holder:before {
    background: #ffdb5a;
    content: "";
    width: 80px;
    height: 28px;
  }
  .more-modal .p-content .p-img #freebie-holder:after, .personalization-modal .p-content .p-img #freebie-holder:after {
    border-right: 10px solid transparent;
    border-top: 14px solid #ffdb5a;
    border-bottom: 14px solid #ffdb5a;
  }
  .more-modal .p-content .p-img #freebie-holder .horizontal, .personalization-modal .p-content .p-img #freebie-holder .horizontal {
    top: -4px;
  }
  .more-modal .p-content .p-img #freebie-holder .horizontal img, .personalization-modal .p-content .p-img #freebie-holder .horizontal img {
    width: 40px;
  }
}
.more-modal .p-content .p-img .oe-detail-info, .personalization-modal .p-content .p-img .oe-detail-info {
  position: absolute;
  right: 10px;
  top: 0;
  color: #00948C;
  z-index: 999;
  padding: 10px;
}
.more-modal .p-content label, .personalization-modal .p-content label {
  margin: 10px 0;
}
.more-modal .p-content input, .personalization-modal .p-content input {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.more-modal .p-content inputfocus, .more-modal .p-content input:focus-visible, .personalization-modal .p-content inputfocus, .personalization-modal .p-content input:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #007690;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}
.more-modal .p-footer, .personalization-modal .p-footer {
  display: flex;
  width: 40%;
  left: initial;
  transform: translate3d(0, 0, 0);
}
.more-modal .p-footer a, .more-modal .p-footer button, .personalization-modal .p-footer a, .personalization-modal .p-footer button {
  background: #007690;
  border: none;
  border-radius: 0;
  padding: 15px;
  color: #fff;
  width: 50%;
}
.more-modal .p-footer a:nth-child(2), .more-modal .p-footer button:nth-child(2), .personalization-modal .p-footer a:nth-child(2), .personalization-modal .p-footer button:nth-child(2) {
  border-right: 1px solid;
}
.more-modal .p-footer .confirm-btn, .personalization-modal .p-footer .confirm-btn {
  width: 100%;
}
@media (max-width: 768px) {
  .more-modal .p-footer, .personalization-modal .p-footer {
    width: 90%;
  }
  .more-modal .p-footer .btn-primary, .personalization-modal .p-footer .btn-primary {
    padding: 15px 7px;
    font-size: 16px;
  }
  .more-modal .p-footer .btn-primary:hover, .more-modal .p-footer .btn-primary:focus, .personalization-modal .p-footer .btn-primary:hover, .personalization-modal .p-footer .btn-primary:focus {
    outline: none;
    box-shadow: none;
  }
  .more-modal .p-footer .btn-primary .proceedToCart, .more-modal .p-footer .btn-primary .confirm-btn, .personalization-modal .p-footer .btn-primary .proceedToCart, .personalization-modal .p-footer .btn-primary .confirm-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .more-modal .p-footer .proceedToCheckout, .personalization-modal .p-footer .proceedToCheckout {
    width: 60%;
  }
  .more-modal .p-footer .proceedToCheckout:last-child, .personalization-modal .p-footer .proceedToCheckout:last-child {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .more-modal, .personalization-modal {
    width: 90%;
    right: -90%;
  }
  .more-modal label, .personalization-modal label {
    margin: 30px 0 10px 0;
    line-height: 21px;
  }
}

.personalization-modal .p-content {
  margin: 20px;
}
.personalization-modal .p-footer {
  width: 100%;
}

.more-modal {
  width: 40%;
  right: -40%;
  font-size: 16px;
}
.more-modal .p-content {
  display: block;
}
.more-modal .p-content .p-img {
  margin: 20px;
  width: 100%;
  position: relative;
  margin: 0 auto 20px auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  display: block;
}
.more-modal .p-content .p-img .carousel {
  width: 100%;
  display: block;
  margin: 10px auto;
}
.more-modal .p-content .p-img .carousel img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
  margin: 0 auto;
}
.more-modal .p-content .p-img .carousel .carousel-indicators {
  bottom: -10px;
}
.more-modal .p-content .p-img .carousel .carousel-indicators li {
  background-color: #007690;
}
.more-modal .p-content .other-info {
  background: #fff;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px inset;
}
.more-modal .p-content .other-info .prod-freebie {
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
  background: #E6F4F1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  margin: 25px auto;
}
.more-modal .p-content .other-info .prod-freebie > div {
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: inherit;
  text-align: left;
  line-height: 18px;
  font-size: 14px;
  margin: 0 10px;
}
.more-modal .p-content .other-info .prod-freebie .returns, .more-modal .p-content .other-info .prod-freebie .warranty, .more-modal .p-content .other-info .prod-freebie .delivery, .more-modal .p-content .other-info .prod-freebie .gift-warp {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.more-modal .p-content .other-info .prod-freebie .returns {
  background-image: url("../svg/returns.svg");
}
.more-modal .p-content .other-info .prod-freebie .warranty {
  background-image: url("../svg/warranty.svg");
}
.more-modal .p-content .other-info .prod-freebie .delivery {
  background-image: url("../svg/free-delivery.svg");
}
.more-modal .p-content .other-info .prod-freebie .gift-warp {
  background-image: url("../svg/gift-warp.svg");
}
@media (max-width: 768px) {
  .more-modal .p-content .other-info .prod-freebie {
    margin: 10px auto 15px auto;
  }
  .more-modal .p-content .other-info .prod-freebie > div {
    display: flex;
    flex-direction: column;
    flex-wrap: inherit;
    align-items: center;
    justify-content: inherit;
    text-align: center;
  }
  .more-modal .p-content .other-info .prod-freebie .returns, .more-modal .p-content .other-info .prod-freebie .warranty, .more-modal .p-content .other-info .prod-freebie .delivery, .more-modal .p-content .other-info .prod-freebie .gift-warp {
    margin-right: 0;
    margin-bottom: 10px;
    width: 21px;
    height: 21px;
  }
}
.more-modal .p-content .other-info i {
  color: #007690;
}
.more-modal .p-content .other-info .price-info {
  font-family: "whitney-medium";
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
}
.more-modal .p-content .other-info .price-info div {
  margin: 0 5px;
}
.more-modal .p-content .other-info .price-info .mrpPrice {
  opacity: 0.75;
  color: #dc3545 !important;
}
.more-modal .p-content .other-info .price-info .sellingPrice {
  color: #007690;
  font-family: "whitney-medium";
}
@media (max-width: 480px) {
  .more-modal .p-content .other-info .price-info {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
  }
  .more-modal .p-content .other-info .price-info .tyffyn-content p {
    font-size: 14px;
  }
}
.more-modal .p-content .other-info .nav h2 {
  font-size: 14px;
}
.more-modal .p-content .other-info .nav .nav-tabs {
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
.more-modal .p-content .other-info .nav .nav-link {
  color: #373737;
  border: none;
  padding: 8px;
  margin-right: 10px;
}
.more-modal .p-content .other-info .nav .nav-link.active {
  background: rgba(0, 118, 144, 0.15);
  border-bottom: 3px solid #007690;
  border-radius: 0;
  margin-bottom: -1px;
}
.more-modal .p-content .other-info #content_Design_Story_heading {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 700;
}
.more-modal .p-content .other-info #content_Design_Story, .more-modal .p-content .other-info .whats-in-the-box > p {
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .more-modal .p-content .other-info {
    padding: 20px 10px 10px 10px;
    font-size: 14px;
  }
  .more-modal .p-content .other-info .nav-tabs {
    display: flex;
    flex-direction: nowrap;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    line-height: 21px;
  }
  .more-modal .p-content .other-info .whats-in-the-box {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .more-modal .p-content .other-info .nav-link {
    padding: 0.25rem;
  }
}
.more-modal .p-footer .proceedToCart {
  width: 100%;
}
@media (max-width: 768px) {
  .more-modal {
    width: 90%;
    right: -90%;
  }
}

.personalization-active {
  right: 0;
  transition: right 0.5s ease-in;
}

.more-modal::-webkit-scrollbar, .personalization-modal::-webkit-scrollbar {
  display: none;
}

.special-offer-modal .combo-offer {
  background-image: url("../img/vaya-logo.svg");
  background-position: left 10px top 10px, right bottom, right top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-color: #fff;
  background-size: 4%;
}
.special-offer-modal .combo-offer .btn-primary {
  background: #007690;
  border: none;
  color: #fff;
}
.special-offer-modal .combo-offer .btn-primary:focus {
  box-shadow: none;
  background: #00948C;
}
.special-offer-modal .combo-offer .btn-primary:hover {
  background: #00948C;
}
@media (max-width: 375px) {
  .special-offer-modal .combo-offer .btn-primary {
    padding: 5px;
  }
}
.special-offer-modal p {
  position: relative;
  top: 15px;
}
.special-offer-modal p.bottom-name {
  bottom: 10px;
  top: inherit;
  color: #007690;
  font-weight: bold;
  font-family: "whitney-light";
}
.special-offer-modal .co-plus {
  margin: 0 10px;
}
.special-offer-modal img {
  transform: scale(1.15);
  margin-right: 0;
}
.special-offer-modal .drynk {
  margin-top: 10px;
}
.special-offer-modal .drynk p {
  top: 5px;
}
.special-offer-modal .drynk p.bottom-name {
  bottom: 5px;
  top: inherit;
}
.special-offer-modal .drynk-loop img {
  position: relative;
  bottom: 25px;
}
.special-offer-modal .drynk-loop .offer-img {
  bottom: 5px;
}
.special-offer-modal .bagmat img {
  transform: scale(0.9);
  margin: 10px auto;
}
.special-offer-modal .bagmat .offer-img {
  position: relative;
  bottom: 5px;
}
.special-offer-modal .bentobag img {
  transform: scale(1.2);
}
.special-offer-modal .bentobag .offer-img {
  position: relative;
  bottom: 5px;
  transform: scale(0.85);
}
.special-offer-modal .no-bag .offer-img {
  position: relative;
  bottom: 5px;
  transform: scale(0.85);
}
.special-offer-modal .hautecase .offer-img {
  transform: scale(0.9);
  margin-left: -5px;
}
@media (max-width: 768px) {
  .special-offer-modal .bagmat img {
    margin: 20px auto;
  }
  .special-offer-modal .drynk img {
    margin: 10px auto;
  }
}

.popup-offer .carousel-caption {
  bottom: inherit;
  top: 19% !important;
  padding: 0;
}
.popup-offer .carousel-caption h5 {
  font-size: 1.2rem;
  color: #323232;
  font-family: "whitney-book";
  margin-bottom: 15px;
}
.popup-offer .carousel-caption h5 strong {
  font-family: "whitney-medium";
  color: #00948C;
}
.popup-offer .carousel-caption p {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0;
  color: #333;
}
.popup-offer .carousel-caption .finalinfo {
  color: #00948C;
  font-size: 18px;
  font-family: "whitney-medium";
}
@media (max-width: 375px) {
  .popup-offer .carousel-caption .finalinfo {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .popup-offer .carousel-caption h5 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .popup-offer .carousel-caption {
    top: 20% !important;
  }
}
.popup-offer .carousel-caption .lidType {
  text-transform: capitalize;
}
.popup-offer .offer-text {
  position: absolute;
  top: 5%;
  z-index: 10;
  color: #766667;
  font-family: "whitney-medium";
  text-align: center;
  margin: 0 10%;
  font-size: 21px;
  width: 80%;
}
.popup-offer .offer-card {
  position: absolute;
  right: 0;
  top: 0;
  background: #007690;
  padding: 2px 10px;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 12px;
  border-radius: 0px 9px 0px 0px;
}
@media (max-width: 768px) {
  .popup-offer .offer-card {
    font-size: 14px;
  }
}
.popup-offer .selected-offer-image {
  position: absolute;
  top: 70px;
  margin: 0 10%;
  z-index: 9;
  width: 80%;
}
.popup-offer .selected-offer-image .selected-offer-proudct {
  width: 270px;
  position: relative;
  left: 60px;
  z-index: 1;
}
.popup-offer .selected-offer-image .selected-proudct-image {
  position: relative;
  width: 260px;
  z-index: 0;
}
.popup-offer .selected-offer-image .prod-tyffyn-600 {
  top: -40px;
}
.popup-offer .no-header .carousel-caption {
  top: 16% !important;
}
.popup-offer .no-header h5 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .popup-offer .no-header .carousel-caption {
    top: 12% !important;
  }
  .popup-offer .no-header h5 {
    margin-bottom: -10px;
    padding: 5px;
  }
}
.popup-offer .offer-product {
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
  margin: 20px auto 10px auto;
}
.popup-offer .offer-product a {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  padding: 5px 0;
  width: 125px;
  margin: 5px 10px;
  border: 1px solid #ececec;
  transition: all 0.6s ease;
  cursor: pointer;
  display: block;
}
.popup-offer .offer-product a label, .popup-offer .offer-product a span {
  color: #4c4c4c;
  margin-top: 10px;
  font-size: 14px;
  font-family: "whitney-book";
}
@media (max-width: 375px) {
  .popup-offer .offer-product a label, .popup-offer .offer-product a span {
    font-size: 12px;
    margin-top: 0;
  }
}
.popup-offer .offer-product a span {
  color: #8e6045;
  font-size: 16px;
}
.popup-offer .offer-product a .font-size-14 {
  font-size: 14px !important;
}
.popup-offer .offer-product a img {
  margin: 5px 0 0 0;
}
.popup-offer .offer-product a:hover, .popup-offer .offer-product a:focus, .popup-offer .offer-product a .selected-offer {
  box-shadow: 0px 0px 0px 3px #007690;
}
.popup-offer .offer-product a .active {
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}
.popup-offer .offer-product a input[type=radio] {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
@media (max-width: 768px) {
  .popup-offer .offer-product a {
    margin: 5px;
  }
}
.popup-offer .offer-product a .disabled {
  pointer-events: none;
  color: #ccc;
}
@media (max-width: 375px) {
  .popup-offer .offer-product a {
    width: 110px;
  }
}
.popup-offer .offer-product .product-pannel {
  background: #fff;
}
.popup-offer .offer-product .new-addon-panel {
  width: 90%;
  position: relative;
}
.popup-offer .offer-product .new-addon-panel span {
  color: unset !important;
}
@media (max-width: 768px) {
  .popup-offer .offer-product .new-addon-panel {
    width: 55%;
  }
}
.popup-offer .spl-offer-btn {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 99999;
}
.popup-offer .spl-offer-btn .btn-primary {
  background: #007690;
  border: none;
  color: #fff;
}
.popup-offer .spl-offer-btn .btn-primary:focus {
  box-shadow: none;
  background: #00948C;
}
.popup-offer .spl-offer-btn .btn-primary:hover {
  background: #00948C;
}
@media (max-width: 375px) {
  .popup-offer .spl-offer-btn .btn-primary {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .popup-offer .spl-offer-btn {
    z-index: 999;
  }
}
.popup-offer #available-product .card {
  margin: 0;
}
.popup-offer #available-product .card .product-pannel img {
  transform: scale(1.3);
  padding: 5px;
}
@media (max-width: 375px) {
  .popup-offer #available-product .card .product-pannel img {
    transform: scale(1);
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .popup-offer {
    background-color: #fff;
  }
  .popup-offer #available-product .card {
    border: none;
    padding: 7px 0;
  }
  .popup-offer #available-product .card .product-pannel {
    margin: 0 auto !important;
  }
  .popup-offer .offer-text {
    font-size: 18px;
    line-height: 24px;
  }
  .popup-offer .selected-offer-image {
    margin: 0;
    top: 25%;
    width: 54%;
    display: flex;
  }
  .popup-offer .selected-offer-image .selected-offer-proudct {
    left: 0px;
    z-index: 10;
  }
  .popup-offer .selected-offer-image .selected-proudct-image {
    height: inherit;
    right: 21%;
  }
  .popup-offer .selected-offer-image .prod-tyffyn-600 {
    top: -30px;
  }
}
@media (max-width: 375px) {
  .popup-offer .slide-2 .carousel-caption {
    top: 20% !important;
  }
  .popup-offer .product-box {
    padding: 0;
    margin: 0;
  }
  .popup-offer .selected-offer-image {
    width: 60%;
  }
}
.popup-offer #available-product .carousel-inner .carousel-item.active, .popup-offer #available-product .carousel-inner .carousel-item-next, .popup-offer #available-product .carousel-inner .carousel-item-prev {
  display: flex;
}
@media (max-width: 768px) {
  .popup-offer #available-product .carousel-inner .carousel-item > div {
    display: none;
  }
  .popup-offer #available-product .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .popup-offer .carousel-control-next {
    right: 20px;
  }
  .popup-offer .carousel-control-prev {
    left: 20px;
  }
}
.popup-offer .carousel-control-prev, .popup-offer .carousel-control-next {
  box-shadow: none !important;
  border: none !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .popup-offer #available-product .carousel-inner .carousel-item-right.active, .popup-offer #available-product .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }
  .popup-offer #available-product .carousel-inner .carousel-item-left.active, .popup-offer #available-product .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
  .popup-offer .carousel-control-prev, .popup-offer .carousel-control-next {
    margin: auto -20px !important;
  }
}
.popup-offer #available-product .carousel-inner .carousel-item-right, .popup-offer #available-product .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .tyffyn-content ul, .tyffyn-content p {
    font-size: 14px;
  }
}
.co-offer {
  width: 500px;
  margin: 0px auto;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.co-offer .co-text {
  font-size: 18px;
}
.co-offer .co-text del {
  color: red;
}
.co-offer .co-text p:first-child {
  font-weight: bold;
  font-family: "whitney-light";
  color: #007690;
}
@media (max-width: 768px) {
  .co-offer .co-text {
    font-size: 14px;
    line-height: 21px;
    position: inherit;
  }
  .co-offer .co-text strong {
    position: inherit;
  }
}
.co-offer h4 {
  font-size: 30px;
  font-weight: bold;
  color: #007690;
  font-style: italic;
  font-family: auto;
}
.co-offer .co-plus {
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 23px;
}
.co-offer img {
  width: 200px;
}
.co-offer img:last-child {
  margin-left: -40px;
}
@media (max-width: 768px) {
  .co-offer {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  .co-offer .co-plus {
    margin: 0 10px;
  }
  .co-offer img {
    width: 100px;
    transform: scale(1.25);
  }
  .co-offer h4 {
    font-size: 21px;
    margin-bottom: 10px !important;
  }
}

.spl-offer {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.spl-offer img {
  width: 100%;
}
.spl-offer .spl-offer-btn {
  position: absolute;
  bottom: 30px;
}
.spl-offer .spl-offer-btn .btn-primary {
  background: #007690;
  border: none;
  color: #fff;
}
.spl-offer .spl-offer-btn .btn-primary:focus {
  box-shadow: none;
  background: #00948C;
}
.spl-offer .spl-offer-btn .btn-primary:hover {
  background: #00948C;
}
@media (max-width: 375px) {
  .spl-offer .spl-offer-btn .btn-primary {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .spl-offer .spl-offer-btn {
    bottom: 10px;
  }
}

.zeynep {
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  z-index: 1011;
  right: auto;
}

.zeynep:not(.no-transition), .zeynep .submenu:not(.no-transition) {
  transition: all 250ms;
}

.zeynep-overlay {
  background-color: rgba(0, 0, 0, 0.42);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
}

.zeynep-opened .zeynep-overlay {
  display: block;
}

.zeynep.opened {
  pointer-events: auto;
  transform: translateX(0px);
}

.zeynep.submenu-opened {
  overflow: hidden;
}

.zeynep .submenu {
  bottom: 0;
  min-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}

.zeynep .submenu.opened {
  left: 0;
  pointer-events: auto;
}
.zeynep .submenu.opened ul {
  padding: 0;
}

.zeynep .submenu.opened:not(.current) {
  overflow: hidden;
}

.zeynep-opened body {
  overflow: hidden;
}

.btn-open {
  border: 0;
  border-radius: 27.5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  outline: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  cursor: pointer;
  margin: 0 6px;
  font-size: 14px;
}
.btn-open:active {
  box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn-open .first {
  color: #007690;
}

/* zeynepjs menu styles */
.zeynep {
  background-color: #ffffff;
  color: #404143;
  width: 295px;
}
.zeynep .m-fil-footer {
  z-index: 9999;
  position: fixed;
  bottom: 0;
}
.zeynep .m-fil-header {
  background: #007680;
  border-radius: 0;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.zeynep .m-fil-header .close {
  font-size: 24px;
  margin: 7px;
  color: #fff;
}
.zeynep .m-fil-header .prod-item-name {
  font-size: 18px;
}
.zeynep .m-fil-header h4 {
  font-size: 18px;
}

.zeynep ul {
  list-style-type: none;
  -webkit-overflow-scrolling: touch;
}

.zeynep ul > li {
  display: block;
}

.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 16px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 150ms;
}

.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}

.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}

/* zeynepjs submenu styles */
.zeynep .submenu {
  background-color: #ffffff;
  left: 295px;
}

.zeynep .submenu.opened ul li, .sort-values ul li {
  padding: 10px 40px;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.zeynep .form-check-input {
  margin-top: 0;
}

.zeynep .submenu-header {
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}

.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
}

.zeynep .submenu-header > a:before {
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}

.zeynep .submenu > label {
  color: #007690;
  padding: 15px 20px;
  width: 100%;
}

.m-fil-footer {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: inherit;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.m-fil-footer .btn-primary {
  background: #007690;
  border: none;
  color: #fff;
  margin: 2.5%;
  width: 50%;
}
.m-fil-footer .btn-primary:focus {
  background: #00948C;
}
.m-fil-footer .btn-primary:not(:disabled):not(.disabled).active, .m-fil-footer .btn-primary:not(:disabled):not(.disabled):active {
  background: #00948C;
}
.m-fil-footer .dFilterClearBtn {
  background: #aaa;
  color: #4c4c4c;
}

/*# sourceMappingURL=new-listing.css.map */
