.transition, .product-item-info, .product-item-info:hover .prod-img {
  -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; }

.product-compare-container {
  white-space: nowrap; }
  .product-compare-container .product-grid-view .review-star {
    text-align: center;
    margin-bottom: 5px; }
  .product-compare-container .remove-product {
    cursor: pointer;
    font-size: 1.125rem;
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 99;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center; }
    .product-compare-container .remove-product i {
      vertical-align: baseline; }
  .product-compare-container .option-add-cart {
    text-align: right;
    margin-top: 15px; }
    .product-compare-container .option-add-cart .addtocart-btn, .product-compare-container .option-add-cart .wishlist-btn {
      display: inline-block; }
  .product-compare-container .attrbiutes-list i {
    width: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: baseline; }
  .product-compare-container #comp-tabone {
    border-bottom: 1px solid #B0B5C5; }

.product-compare-container {
  position: relative;
  margin-top: 15px; }
  .product-compare-container .totolcitems {
    font-size: 1rem;
    color: #17a2b8;
    padding: 10px 0;
    font-weight: 500; }
  .product-compare-container .totolitems {
    font-size: 0.875rem;
    color: #B2D234;
    padding-bottom: 12px;
    font-weight: 500; }
  .product-compare-container .nav-link {
    border-radius: 0;
    font-weight: 500; }
    .product-compare-container .nav-link.show {
      color: #B2D234; }

.product-compare-desc {
  overflow: auto; }
  .product-compare-desc > table {
    width: 100%; }
  .product-compare-desc .headcol {
    padding: 10px;
    font-weight: 500;
    /*position:absolute;*/
    width: 215px;
    left: 0;
    overflow: hidden;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1rem;
    color: #000; }
  .product-compare-desc .product-grid-view {
    position: static; }
  .product-compare-desc .review-head {
    margin-top: -1px;
    border-top: 1px solid #B0B5C5; }
    .product-compare-desc .review-head .check-form {
      position: relative;
      top: -50px;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .product-compare-desc .review-head div {
      min-width: 200px; }
  .product-compare-desc tr div {
    line-height: 24px; }
  .product-compare-desc tr:first-child {
    background-color: #fff !important;
    border-bottom: 1px solid #B0B5C5; }
    .product-compare-desc tr:first-child .headcol {
      background-color: #fff; }
      .product-compare-desc tr:first-child .headcol:first-child {
        background-color: #fff; }
      .product-compare-desc tr:first-child .headcol:nth-child(2) {
        border-top: 1px solid #B0B5C5; }
    .product-compare-desc tr:first-child .long {
      /*padding-top: 0;*/ }
    .product-compare-desc tr:first-child .prod-img {
      padding: 0; }
      .product-compare-desc tr:first-child .prod-img img {
        float: none;
        border: none; }
  .product-compare-desc tr .long {
    border: none;
    padding: 10px;
    text-align: left;
    max-width: 260px;
    width: 260px;
    min-width: 260px;
    display: inline-block;
    white-space: initial;
    font-size: 1rem;
    color: #000; }
    .product-compare-desc tr .long .thumbwrap {
      position: relative; }
      .product-compare-desc tr .long .thumbwrap .prod-img {
        transition: all .4s ease-in-out 0s; }
      .product-compare-desc tr .long .thumbwrap:hover .prod-img {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: all 0.4s ease-in-out 0s; }
  .product-compare-desc tr.varaint-spec {
    background: #E6E6E6; }
  .product-compare-desc tr ul li {
    padding: 0 !important;
    margin-bottom: 5px; }
    .product-compare-desc tr ul li:hover {
      box-shadow: none; }
  .product-compare-desc tr:last-child {
    border-bottom: none !important;
    border-top: 1px solid #B0B5C5; }
  .product-compare-desc tr:nth-child(even) {
    background-color: #F8F8F8;
    border-bottom: 1px solid #B0B5C5; }
  .product-compare-desc tr:nth-child(odd) {
    background-color: #fff; }
  .product-compare-desc .varint-lists {
    padding-bottom: 10px; }
    .product-compare-desc .varint-lists .varaint-label {
      font-weight: 500;
      display: block; }
  .product-compare-desc .product-info {
    text-align: left;
    padding: 12px 0; }
  .product-compare-desc .price-wrap {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; }
  .product-compare-desc .prod-img img {
    float: none;
    margin-right: 0; }

@media all and (max-width: 576px) {
  .cart-table {
    border-top: 1px solid #B0B5C5; }

  .product-compare-desc {
    margin-left: 0;
    width: 100% !important; }
    .product-compare-desc .headcol {
      position: static;
      width: auto; }

  .half {
    width: 100%; } }
.breadcrumb {
  display: none; }

.no-results {
  display: none; }

.super-fast-plus-7-page .prod-img a, .super-fast-plus-7-page .link-product-name {
  pointer-events: none; }

.c-number-page .product-item-info .prod-img, .c-number-page .product-item-info .short-desc,
.c-number-page .product-item-info .prod-desc1, .c-prepaid-number-page .product-item-info .prod-img, .c-prepaid-number-page .product-item-info .short-desc,
.c-prepaid-number-page .product-item-info .prod-desc1, .c-postpaid-page .product-item-info .prod-img, .c-postpaid-page .product-item-info .short-desc,
.c-postpaid-page .product-item-info .prod-desc1,
.c-399-bath-month-page .product-item-info .prod-img,
.c-399-bath-month-page .product-item-info .short-desc,
.c-399-bath-month-page .product-item-info .prod-desc1,
.c-499-bath-month-page .product-item-info .prod-img,
.c-499-bath-month-page .product-item-info .short-desc,
.c-499-bath-month-page .product-item-info .prod-desc1,
.c-699-bath-month-page .product-item-info .prod-img,
.c-699-bath-month-page .product-item-info .short-desc,
.c-699-bath-month-page .product-item-info .prod-desc1,
.c-899-bath-month-page .product-item-info .prod-img,
.c-899-bath-month-page .product-item-info .short-desc,
.c-899-bath-month-page .product-item-info .prod-desc1,
.c-1199-bath-month-page .product-item-info .prod-img,
.c-1199-bath-month-page .product-item-info .short-desc,
.c-1199-bath-month-page .product-item-info .prod-desc1,
.c-1299-bath-month-page .product-item-info .prod-img,
.c-1299-bath-month-page .product-item-info .short-desc,
.c-1299-bath-month-page .product-item-info .prod-desc1 {
  display: none; }
.c-number-page .link-product-name, .c-prepaid-number-page .link-product-name, .c-postpaid-page .link-product-name,
.c-399-bath-month-page .link-product-name,
.c-499-bath-month-page .link-product-name,
.c-699-bath-month-page .link-product-name,
.c-899-bath-month-page .link-product-name,
.c-1199-bath-month-page .link-product-name,
.c-1299-bath-month-page .link-product-name {
  pointer-events: none; }

.category-banner {
  margin-bottom: 60px;
  text-align: center; }

.main-title.category, .main-title.search {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 24px; }
.main-title .total-item {
  display: none; }

.no-results {
  text-align: center;
  font-size: 1.5rem; }

.category-page {
  background: url("../../../../images/category-bg.png") center top;
  background-size: cover; }

.c-number-page, .c-prepaid-number-page, .c-postpaid-page,
.c-399-bath-month-page,
.c-499-bath-month-page,
.c-699-bath-month-page,
.c-899-bath-month-page,
.c-1199-bath-month-page,
.c-1299-bath-month-page {
  background: url("../../../../images/number-page-bg.png") center top;
  background-size: cover; }

.prod-img {
  background: linear-gradient(-45deg, #DDDDDD, #F0F0F0, #DDDDDD, #F0F0F0);
  background-size: 400% 400%;
  -webkit-animation: Gradient 2.25s ease infinite;
  -moz-animation: Gradient 2.25s ease infinite;
  animation: Gradient 2.25s ease infinite; }
  .prod-img img[src$='.gif'] {
    width: 100%;
    opacity: 0; }
  .prod-img img[ng-src*="data:"] {
    width: auto; }

.listing-header {
  padding: 60px 0 40px 0;
  text-align: center;
  max-width: 950px;
  margin: 0 auto; }
  .listing-header .category-desc {
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%; }
    .listing-header .category-desc p:last-child {
      margin-bottom: 0px; }

.sub-cat-img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 40px;
  background: rgba(245, 245, 247, 0.8);
  padding: 24px 12px 1px 12px;
  margin-bottom: 40px; }
  .sub-cat-img .subcategory_wrap {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 12px;
    padding-right: 12px; }

.thumbnail-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0 2px;
  z-index: 9;
  background: 0 0; }

.thumbnail-slider li {
  width: 7px !important;
  height: 7px;
  display: inline-block;
  margin: 6px 5px;
  background: 0 0;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15); }
  .thumbnail-slider li.active {
    background: #000; }
  .thumbnail-slider li .thumbnail-image {
    padding-top: 30px; }

.title-sorting {
  font-size: 0.875rem;
  color: #E6E7E8;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #B0B5C5; }

.leftsidebar .apply-filter {
  margin-top: 15px; }
.leftsidebar .filter-action {
  margin-bottom: 30px;
  text-align: right;
  font-size: 0.875rem;
  color: #B2D234;
  cursor: pointer;
  font-weight: 500; }
  .leftsidebar .filter-action:hover {
    color: #91ad26; }

.filter-text {
  font-size: 1.5rem;
  text-transform: none;
  background: transparent;
  padding: 0;
  margin-bottom: 30px; }
  .filter-text .clear-all {
    font-size: 0.875rem;
    color: #B2D234;
    float: right; }

.shopby > ul {
  max-height: 200px;
  overflow: auto; }
  .shopby > ul li {
    margin-bottom: 7px; }
    .shopby > ul li:hover .checkmark, .shopby > ul li:hover .radiomark {
      color: #B2D234;
      cursor: pointer; }

.filter-block:not(:last-child) {
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 16px; }
.filter-block h4 {
  margin: 15px 0; }
  .filter-block h4 i {
    display: none; }
.filter-block .select {
  border-radius: 0;
  font-size: 1rem;
  height: 30px; }
.filter-block input[type="text"] {
  border-radius: 0; }
.filter-block .price-range .min-range, .filter-block .price-range .max-range {
  background: #E6E6E6;
  max-width: 70px;
  border: none;
  font-size: 0.875rem;
  text-align: center; }
  .filter-block .price-range .min-range:hover, .filter-block .price-range .min-range:focus, .filter-block .price-range .max-range:hover, .filter-block .price-range .max-range:focus {
    border: none;
    box-shadow: none; }
.filter-block .price-range span {
  display: inline-block;
  vertical-align: middle; }
.filter-block .price-range .off-disc {
  font-size: 0.875rem; }
.filter-block .price-range input {
  display: inline-block;
  vertical-align: middle; }
.filter-block .price-range button {
  border-radius: 0; }
  .filter-block .price-range button:hover {
    background: #000; }
.filter-block ul li ul {
  display: none; }
.filter-block.noborder {
  border-bottom: none; }
.filter-block .inputgroup input.form-elements {
  padding: 4px 8px !important; }
.filter-block .inputgroup .fc-inner-iocns {
  display: none; }
.filter-block .ui-slider-horizontal .ui-slider-range {
  background: #6A6A6A;
  height: 6px;
  top: 2px; }
.filter-block .ui-slider-horizontal .ui-slider-handle {
  border: 2px solid #6A6A6A;
  border-radius: 50%; }

.filter-arrow-title {
  font-size: 0.875rem;
  color: #E6E7E8;
  cursor: pointer;
  font-weight: 500;
  overflow: hidden;
  padding: 0px 24px 0px 0px;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block;
  margin-bottom: 12px; }
  .filter-arrow-title i {
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    font-weight: normal;
    cursor: pointer; }
  .filter-arrow-title.bg {
    background: #B2D234;
    color: #fff;
    padding: 10px 40px 10px 10px; }

.filter-over {
  max-height: 255px;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; }
  .filter-over .chk-wrap .chkmark:before {
    margin-top: 0; }
  .filter-over.opened {
    display: none; }
  .filter-over li {
    margin-bottom: 12px; }
    .filter-over li .chk-label {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      color: #000;
      font-size: 0.75rem; }
    .filter-over li .radio-label, .filter-over li .chkmark {
      font-size: 15px; }
    .filter-over li:first-child {
      margin-top: 0; }
    .filter-over li a {
      display: block;
      font-size: 15px; }
      .filter-over li a:hover, .filter-over li a.active {
        color: black; }
    .filter-over li.check-boxwrap img {
      display: none;
      vertical-align: sub; }
    .filter-over li .radio-label {
      padding-left: 35px; }
  .filter-over.color_wrapper {
    margin-left: 0; }
    .filter-over.color_wrapper input[type="checkbox"]:checked + .chk-label:not(.check_text_img) {
      border-color: #000;
      border-style: solid;
      border-width: 2px; }
    .filter-over.color_wrapper .simplebar-content {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .filter-over.color_wrapper .simplebar-content li {
        max-width: 25%;
        width: 25%;
        margin: 0 0 5px; }
        .filter-over.color_wrapper .simplebar-content li .chk-label {
          display: block;
          text-align: center; }
    .filter-over.color_wrapper .chk-wrap .bg-color {
      border: 2px solid transparent;
      display: block;
      margin: 0 auto 5px auto;
      width: 100%;
      height: 40px;
      line-height: 40px;
      border-radius: 0; }
    .filter-over.color_wrapper .chk-wrap .bg-img {
      border: 2px solid transparent;
      display: block;
      margin: 0 auto 5px auto;
      width: 100%;
      border-radius: 0; }
  .filter-over .chk-wrap .bg-img, .filter-over .chk-wrap .bg-color {
    display: none; }
  .filter-over .chk-wrap input[type="checkbox"]:checked + .chkmark:before {
    border-color: #000; }
  .filter-over.display_style_box li input[type="checkbox"]:checked + .chk-label .bg-img, .filter-over.display_style_box li input[type="checkbox"]:checked + .check-img-color {
    border-color: #000; }
  .filter-over.display_style_box li .bg-img, .filter-over.display_style_box li .check-img-color {
    border: 2px solid transparent;
    line-height: 40px;
    border-radius: 5px;
    min-width: 40px;
    align-items: center;
    max-height: 40px;
    justify-content: center;
    margin: 0 5px 0 auto;
    overflow: hidden; }
  .filter-over.display_style_circle {
    padding-bottom: 16px; }
    .filter-over.display_style_circle li input[type="checkbox"]:checked + .check_text_img .bg-img, .filter-over.display_style_circle li input[type="checkbox"]:checked + .check_text_img .bg-color {
      border-color: #000;
      border-style: solid;
      border-width: 2px; }
    .filter-over.display_style_circle li .check-img-color {
      border-radius: 40px;
      line-height: 40px;
      min-width: 40px;
      align-items: center;
      max-height: 40px;
      justify-content: center;
      margin: 0 5px 0 auto;
      overflow: hidden; }
      .filter-over.display_style_circle li .check-img-color.check_text_img {
        max-height: none; }
        .filter-over.display_style_circle li .check-img-color.check_text_img .bg-color, .filter-over.display_style_circle li .check-img-color.check_text_img .bg-img {
          width: 40px;
          height: 40px;
          border-radius: 40px;
          border: none; }

.apply-filter {
  text-align: center;
  margin: 15px 0; }

.filter-cat {
  margin-bottom: 15px; }
  .filter-cat span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #C7C7C7;
    font-weight: 500; }
    .filter-cat span i {
      padding-left: 5px;
      vertical-align: baseline;
      font-weight: 400;
      color: #C7C7C7; }
  .filter-cat ol.items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .filter-cat ol.items li {
      display: block;
      margin: 10px 0;
      color: #C7C7C7;
      padding: 0 0px 10px 0;
      border-bottom: solid 1px #f2f2f2; }
    .filter-cat ol.items .clear-close {
      float: right; }
      .filter-cat ol.items .clear-close i {
        vertical-align: middle; }

.filter-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px; }
  .filter-list .total-item, .filter-list .grid-view {
    font-size: 0.875rem;
    margin: 0 4px 0 0;
    display: inline-block; }
  .filter-list .grid-switcher {
    display: none; }
  .filter-list .mode-view {
    display: none; }
  .filter-list .total-view {
    margin-left: auto;
    display: none !important; }

.shortby {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 0.875rem; }
  .shortby li > a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: none; }
  .shortby .grid-view {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem; }
  .shortby .dropdown-toggle {
    font-weight: 400; }
  .shortby > span, .shortby h4 {
    margin: 0 10px 0 0; }
  .shortby .grid-switcher {
    display: none; }
  .shortby .mobilefilter {
    display: none; }
    .shortby .mobilefilter .mob-filter-icon {
      display: inline-block;
      vertical-align: middle;
      margin-left: 2px;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.5828 12.0164V3.51853C15.5828 3.14582 15.2764 2.83936 14.9036 2.83936C14.5309 2.83936 14.2245 3.14582 14.2245 3.51853V12.0164C12.9821 12.3229 12.0544 13.4493 12.0544 14.7828C12.0544 16.1162 12.9821 17.2427 14.2245 17.5491V20.4811C14.2245 20.8539 14.5309 21.1603 14.9036 21.1603C15.2764 21.1603 15.5828 20.8539 15.5828 20.4811V17.5491C16.8252 17.2427 17.7528 16.1162 17.7528 14.7828C17.7528 13.4493 16.8252 12.3229 15.5828 12.0164ZM14.9036 16.2819C14.0837 16.2819 13.4128 15.611 13.4128 14.7828C13.4128 13.9545 14.0837 13.2919 14.9036 13.2836C15.7236 13.2836 16.3945 13.9545 16.3945 14.7828C16.3945 15.611 15.7236 16.2736 14.9036 16.2819Z' fill='white'/%3E%3Cpath d='M9.52837 6.68246V3.51853C9.52837 3.14582 9.22191 2.83936 8.84919 2.83936C8.47648 2.83936 8.17002 3.14582 8.17002 3.51853V6.68246C6.92764 6.98892 6 8.11531 6 9.4488C6 10.7823 6.92764 11.9087 8.17002 12.2152V20.4811C8.17002 20.8539 8.47648 21.1603 8.84919 21.1603C9.22191 21.1603 9.52837 20.8539 9.52837 20.4811V12.2152C10.7707 11.9087 11.6984 10.7823 11.6984 9.4488C11.6984 8.11531 10.7707 6.98892 9.52837 6.68246ZM8.85748 10.948C8.03751 10.948 7.36664 10.2771 7.36664 9.4488C7.36664 8.62055 8.03751 7.95795 8.85748 7.94967C9.67746 7.94967 10.3483 8.62055 10.3483 9.4488C10.3483 10.2771 9.67746 10.9397 8.85748 10.948Z' fill='white'/%3E%3C/svg%3E"); }
  .shortby .d-hide {
    display: block; }
  .shortby .showfilter {
    padding: 4px 8px 4px 8px;
    gap: 16px;
    border-radius: 4px;
    font-weight: 400; }
    .shortby .showfilter .dropdown-toggle {
      color: #000; }
      .shortby .showfilter .dropdown-toggle:after {
        font-weight: 500; }
  .shortby .show-per-page {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 20px; }
    .shortby .show-per-page .show-filt-lbl {
      font-weight: 400; }
  .shortby .showpage {
    padding: 10px 0px; }
  .shortby .dropdown-menu {
    min-width: auto;
    font-size: 0.875rem;
    border: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }

.price-slider {
  margin-bottom: 8px; }

.sort-icon {
  cursor: pointer;
  color: #C7C7C7;
  display: none; }

.ddborder {
  border: 1px solid #B0B5C5;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 7px; }

.brand-section .brand-desc {
  margin-top: 1rem; }

.grid-switcher a.gview {
  margin-right: 8px; }
.grid-switcher a.active {
  opacity: 1;
  color: #B2D234; }

.fltrhamburger {
  display: none; }

.category_image {
  margin-bottom: 20px; }

.banner-brand {
  text-align: center;
  margin-bottom: 20px; }

.product-item-info {
  height: calc(100% - 40px);
  margin-bottom: 40px; }
  .product-item-info .prod-img {
    border-radius: 10px 10px 0 0; }
    .product-item-info .prod-img img {
      border-radius: 10px 10px 0 0;
      width: 100%;
      transform: inherit; }
    @media all and (min-width: 993px) {
      .product-item-info .prod-img {
        min-height: 187px; } }
  .product-item-info .prod-fix-text {
    min-height: 28px; }
    .product-item-info .prod-fix-text .btn-link-green + .btn-link-green {
      display: none; }

.products .prod-img .lazy-image-loader {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Package conditon list  */
.listing-bg {
  background: rgba(245, 245, 247, 0.8);
  padding: 24px 12px 1px 12px;
  margin-bottom: 50px;
  border-radius: 40px; }

.pkg-condition-box {
  margin: 60px 0;
  display: flex;
  max-width: 1320px;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 24px;
  background: rgba(245, 245, 247, 0.7); }
  .pkg-condition-box .pkg-condition-title {
    color: #09121D;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 0; }
  .pkg-condition-box ul, .pkg-condition-box ol {
    color: #09121D;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 20px;
    list-style: number; }

#copyModal .modal-dialog {
  max-width: 360px; }
#copyModal .modal-content {
  border-radius: 24px;
  border: 1px solid #C7C7C7;
  padding: 0 24px 24px 24px; }
#copyModal .modal-header {
  border: none !important; }
  #copyModal .modal-header .close {
    font-size: 30px; }
#copyModal .modal-body #copyNumber {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 2; }

/*  Slider  */
.category-slider, .product-slider {
  max-width: 1900px;
  background: url("../../../../images/slider-bg.png") center top;
  background-size: cover; }
  .category-slider .cms-slider, .product-slider .cms-slider {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto; }
  .category-slider .grid-5 li, .product-slider .grid-5 li {
    width: 33.33%; }
    .category-slider .grid-5 li .prod-img, .product-slider .grid-5 li .prod-img {
      padding-top: 0px !important; }
  .category-slider .slider-inner, .product-slider .slider-inner {
    padding: 24px 12px 0px 12px;
    border-radius: 40px;
    background: rgba(245, 245, 247, 0.8); }
  .category-slider .product-item-info, .product-slider .product-item-info {
    height: calc(100% - 24px);
    margin-bottom: 24px; }
    .category-slider .product-item-info .prod-img, .product-slider .product-item-info .prod-img {
      padding-top: 0px !important; }
    .category-slider .product-item-info .product-info, .product-slider .product-item-info .product-info {
      gap: 5px; }
  .category-slider .product-grid-view li.item-box, .product-slider .product-grid-view li.item-box {
    width: 33.33%; }

.banner-cat-slider-wrap {
  max-width: 100%;
  background: url("../../../../images/slider-bg2.png") center top;
  background-size: cover;
  padding: 20px 40px 40px 40px; }
  .banner-cat-slider-wrap .slide-item img {
    width: 100%; }

.error-container.no-results {
  display: none; }

.page-navigation {
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }
  .page-navigation .btn-outline-primary {
    font-weight: 700; }
    .page-navigation .btn-outline-primary:hover {
      background: #B2D234;
      border-color: #B2D234;
      color: #fff; }

@media all and (max-width: 1100px) {
  .product-item-wrappers.product-grid-view > li {
    width: 33.3333333%; } }
@media all and (max-width: 991px) {
  .category-banner {
    margin-bottom: 16px; }

  .leftsidebar {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    max-width: 100%;
    background: #fff;
    min-width: 140px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    border-right: none !important;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .leftsidebar.active {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .leftsidebar + [class*="col-"] {
      flex: 0 0 100%;
      max-width: 100%; }

  .filter-over {
    margin: 0; }

  .shortby {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: left;
    /*.mobilefilter, 
    .showfilter, 
    .showpage {
        @include inline-flex;
        text-align: center;
        border: 1px solid $gray-5;
        padding: 10px;
        white-space: nowrap;
        margin-right: 0;
        width: 100%;
        border-radius: 8px;
        i {
            vertical-align: baseline;
            margin-right: 7px;
        }
        .dropdown-toggle {
            padding-right: 15px;
            @include inline-flex;
        }
    }*/
    /*.dropdown {
        .selectdd {
            color: $gray-5;
        }
    }*/ }
    .shortby .grid-switcher {
      display: none; }
    .shortby .mobilefilter {
      /* background: $primary;
      color: $white;*/
      color: #E6E7E8;
      justify-content: center;
      font-weight: 500; }
      .shortby .mobilefilter .filter-icon {
        margin-left: 5px;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.84375 6H20.1562C20.38 6 20.5946 6.09981 20.7529 6.27748C20.9111 6.45514 21 6.69611 21 6.94737C21 7.19863 20.9111 7.43959 20.7529 7.61726C20.5946 7.79493 20.38 7.89474 20.1562 7.89474H3.84375C3.61997 7.89474 3.40536 7.79493 3.24713 7.61726C3.08889 7.43959 3 7.19863 3 6.94737C3 6.69611 3.08889 6.45514 3.24713 6.27748C3.40536 6.09981 3.61997 6 3.84375 6ZM6.375 12C6.375 11.7487 6.46389 11.5078 6.62213 11.3301C6.78036 11.1524 6.99497 11.0526 7.21875 11.0526H16.7812C17.005 11.0526 17.2196 11.1524 17.3779 11.3301C17.5361 11.5078 17.625 11.7487 17.625 12C17.625 12.2513 17.5361 12.4922 17.3779 12.6699C17.2196 12.8476 17.005 12.9474 16.7812 12.9474H7.21875C6.99497 12.9474 6.78036 12.8476 6.62213 12.6699C6.46389 12.4922 6.375 12.2513 6.375 12ZM9.75 17.0526C9.75 16.8014 9.83889 16.5604 9.99713 16.3827C10.1554 16.2051 10.37 16.1053 10.5938 16.1053H13.4062C13.63 16.1053 13.8446 16.2051 14.0029 16.3827C14.1611 16.5604 14.25 16.8014 14.25 17.0526C14.25 17.3039 14.1611 17.5449 14.0029 17.7225C13.8446 17.9002 13.63 18 13.4062 18H10.5938C10.37 18 10.1554 17.9002 9.99713 17.7225C9.83889 17.5449 9.75 17.3039 9.75 17.0526Z' fill='%23333333'/%3E%3C/svg%3E"); }
    .shortby .sort-icon {
      padding-left: 10px;
      margin-right: 0; }

  /*.d-hide {
      display: none !important;
  }*/
  .fltrhamburger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #B2D234;
    color: #fff;
    margin: 0 -15px;
    padding: 10px 15px; }
    .fltrhamburger i {
      font-size: 2.5rem;
      font-weight: normal; }

  .filter-list .total-view {
    order: 2;
    margin-left: 10px;
    min-width: calc(50% - 10px);
    margin-left: auto; }
  .filter-list .mode-view {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

  .show-per-page {
    display: none !important; } }
@media all and (max-width: 767px) {
  .category-page {
    background: url("../../../../images/category-bg-mob.png") center top; }

  .c-number-page, .c-prepaid-number-page, .c-postpaid-page,
  .c-399-bath-month-page,
  .c-499-bath-month-page,
  .c-699-bath-month-page,
  .c-899-bath-month-page,
  .c-1199-bath-month-page,
  .c-1299-bath-month-page {
    background: url("../../../../images/number-page-bg-mob.png") center top; }

  .product-grid-view li.item-box {
    width: 100%; }

  .cms-slider .grid-5 li {
    width: 100%; }

  .banner-cat-slider-wrap {
    padding: 20px 16px 40px 16px;
    background: url("../../../../images/slider-bg2-mob.png") center top; }

  .slide-item .desk-hide {
    text-align: center; }
    .slide-item .desk-hide img {
      margin-left: auto;
      margin-right: auto; }

  .listing-header {
    padding: 40px 0; }

  .sub-cat-img {
    text-align: center; }
    .sub-cat-img .subcategory_wrap {
      flex: 0 0 50%;
      max-width: 50%; }

  .products.product-grid-view .btn-outline-primary {
    min-width: auto !important;
    font-size: 0.875rem; }
  .products.product-list-view .addtocart-btn {
    position: static; }
  .products.product-list-view .btn-outline-primary {
    min-width: auto !important;
    font-size: 0.875rem; }
  .products .sku {
    font-size: 0.625rem; }
  .products .price-wrap .normal-price, .products .price-wrap .special-price {
    font-size: 0.875rem; }
  .products .price-wrap .strike-price {
    font-size: 0.625rem; }

  .title-sorting {
    display: none; }

  .product-item-wrappers.product-grid-view > li {
    width: 50%; }

  .category-slider {
    background: url("../../../../images/slider-bg-mob.png") center top; }
    .category-slider .slider-inner {
      padding: 24px 16px 0px 16px;
      border-radius: 40px;
      background: rgba(245, 245, 247, 0.8); } }
@media all and (max-width: 516px) {
  .sub-cat-img {
    text-align: center; }
    .sub-cat-img .subcategory_wrap {
      flex: 0 0 100%;
      max-width: 100%; }

  .MagicScroll .addtocart-btn .btn-primary, .MagicScroll .addtocart-btn .btn-icon {
    font-size: 0.75rem; } }
