﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cairo:300,400,700");
body {
  background: #f9f9f9 !important;
  font-family: "Cairo", sans-serif !important;
  font-size: 14px;
  color: #292933;
}

#header-outer {
  display: flex;
}

.top-callus {
  width: 100%;
}
.top-callus .t-text {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
}
.top-callus .t-phone {
  color: #06c;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.top-search {
  width: 50%;
  vertical-align: top;
  padding-top: 20px;
}

.top-account {
  width: 25%;
  text-align: right;
}

.header {
  background: #FFF;
}

.sm-slider {
  display: none;
}

.lg-slider .carousel-indicators .active {
  background-color: #0066cc !important;
}

.top-dektop-login {
  display:flex; 
  padding: 0;
  margin: 3px 0px 0px 0px;
  text-align: right;
  list-style-type: none;
  /*
  
      .user div {
        width: 48px;
        height: 48px;
        background-image: url('../images/user.png');
  
        &:hover {
          background-image: url('../images/user-hover.png');
        }
  
      }
  
      .topcart a {
        display: block;
        width: 48px;
        height: 48px;
        background-image: url('../images/cart.png');
  
        &:hover {
          background-image: url('../images/cart-hover.png');
        }
  
      }*/
}
.lstBxOuter a {
   color:#FFF;
  }
.top-dektop-login li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.top-dektop-login li .cartcounter {
  background: #0066cc;
  color: #FFF;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  top: -18px;
  right: 0;
  padding: 1px;
}
.top-dektop-login li > a {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  padding-top: 9px;
}
.top-dektop-login li > a:hover {
  background-color: #0066cc;
  border: 2px solid #0066cc;
  color: #FFF;
}

.navbar {
  padding: 0 !important;
}

.navbar-light .navbar-nav > li > a {
  color: #FFF !important;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.navbar-light .navbar-nav > li > a:hover {
  background: transparent;
  color: #FFF !important;
  border-bottom: 6px solid #0ea9ec;
}
.navbar-light .navbar-nav .nav-link {
  padding: 12px 16px;
}
.navbar-light .navbar-nav .nav-link.active {
  background: transparent;
  color: #FFF !important;
  border-bottom: 6px solid #0ea9ec;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}

.navbar-mega .dropdown {
  position: static !important;
}
.navbar-mega .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 56px;
  border-radius: 0;
  height: 353px;
  border-bottom: 5px solid #0066cc;
}
.navbar-mega .dropdown-menu:hover .nav-link {
  background: red;
}
.navbar-mega .dropdown-menu h4 {
  color: #474747;
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: 10px;
}

@media screen and (min-width: 990px) {
  .dropdown-menu .col-md-2 {
    padding-right: 0 !important;
    padding-left: 13px;
  }
  .dropdown-menu .col-md-2:last-child {
    padding-left: 0;
  }
  .dropdown-menu .col-md-3 {
    padding-right: 0;
  }
}
.nav-link {
  padding: 14px 16px;
}

.navmega-brands {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.navmega-brands li {
  width: 48%;
  margin-right: 2px;
  margin-bottom: 12px;
}
.navmega-brands li a img {
  width: 80px;
}

.nav-brands {
  margin-top: 12px;
}

.nav-heading {
  font-size: 14px;
  margin-top: 20px;
}

.nav-brands img {
  width: 100px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-brands {
  margin: 0;
  padding: 0;
}
.nav-brands li {
  list-style-type: none;
  display: inline-block;
  min-width: 123px;
  margin-bottom: 15px;
}

.list-category {
  margin: 7px 0px;
  padding: 0;
  font-size: 13px;
}
.list-category li {
  display: inline-block;
  min-width: 196px;
  line-height: 23px;
}

#menu, #usermenu-content {
  position: fixed;
  background-color: #0066cc;
  height: 100%;
  overflow-x: scroll;
  z-index: 1000;
  width: 280px;
  color: #bbb;
  top: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
#menu ul, #usermenu-content ul {
  list-style: none;
  margin-top: 0;
  padding: 0 6px;
}
#menu ul li, #usermenu-content ul li {
  border-bottom: 1px solid #1756a4;
}
#menu ul li a, #usermenu-content ul li a {
  color: #FFF;
  font-size: 16px;
  display: block;
  padding: 4px 0 4px 7px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu ul a i, #usermenu-content ul a i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
}
#menu ul a i[class*=fa-caret], #usermenu-content ul a i[class*=fa-caret] {
  float: right;
}
#menu ul a:hover, #menu ul a.active, #usermenu-content ul a:hover, #usermenu-content ul a.active {
  background-color: #1756a4;
  color: #FFF;
}
#menu ul a:hover i:first-child, #usermenu-content ul a:hover i:first-child {
  color: #FFF;
}
#menu ul li a.active + ul, #usermenu-content ul li a.active + ul {
  display: block;
}
#menu ul li ul, #usermenu-content ul li ul {
  margin-top: 0;
  display: none;
}
#menu ul li ul li, #usermenu-content ul li ul li {
  border-bottom: none;
  line-height: 20px;
}
#menu ul li ul li a, #usermenu-content ul li ul li a {
  padding-left: 30px;
  font-size: 13px;
}
#menu ul li ul li a:hover, #usermenu-content ul li ul li a:hover {
  background-color: #1756a4;
}

.left {
  right: -280px;
}

.show {
  right: 0;
}

#showmenu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-special-offer {
  width: 100%;
  background-color: #ffc000;
  display: flex;
  margin-top: 16px;
  position: relative;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 300px;
  align-items: center;
}
.menu-special-offer .tag-img {
  position: absolute;
  top: -11px;
  left: -12px;
  z-index: 1;
}
.menu-special-product {
  width: 100%;
  text-align: center;
}
.menu-special-product .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.menu-special-block {
  border-right: 1px dashed #b28b2a;
  padding:0 20px;
}
.menu-special-block.no-border-cls {
  border-right: none;
}
.menu-special-block .title a {
    color: #000000;
    display: block;
    min-height: 55px;
    font-size: 15px;
}
.menu-special-block .img {
  padding-top: 20px;
  height: 160px;
}
.menu-special-block .img a img {
    margin: auto;
}
.menu-special-block .title .price span:first-child {
    font-size: 10px;
}
.menu-special-block .title .price span:last-child {
    font-size: 30px;
}
.menu-special-offer .product, .menu-special-offer .description {
  align-self: center;
}
.menu-special-offer .product {
  width: 60%;
  padding: 30px 20px;
  text-align: center;
  /*         .slick-dots {
      padding: 0;
      margin: 0;
      li {
          list-style-type: none;
          display: inline-block;
          margin-right: 3px;
  
          button {
              border: none;
              font-size: 0;
              background-color: #d40900;
              height: 3px;
              width: 20px;
          }
  
          &.slick-active {
              button {
                  background-color: #fbebe9;
  
                  &:focus {
                      outline: none;
                  }
              }
          }
      }
  } */
}
.menu-special-offer .product .item .img a {
  display: block;
}
.menu-special-offer .product .item .img a img {
  margin: auto;
  width: 200px;
  height: 130px;
}
.menu-special-offer .product .item .title a {
  color: #000000;
  display: block;
  min-height: 55px;
  font-size: 15px;
}
.menu-special-offer .product .item .title .price {
  margin-top: -10px;
}
.menu-special-offer .product .item .title .price span:first-child {
  font-size: 10px;
}
.menu-special-offer .product .item .title .price span:last-child {
  font-size: 30px;
}
.menu-special-offer .product .carousel-indicators {
  bottom: -23px;
}
.menu-special-offer .product .carousel-indicators li {
  cursor: pointer;
  background-color: #d20000 !important;
}
.menu-special-offer .product .carousel-indicators li.active {
  background-color: #FFF !important;
}
.menu-special-offer .description {
  width: 40%;
  border-left: 1px dashed #b28b2a;
  padding: 0px 20px 20px 20px;
}
.menu-special-offer .description .discount {
  font-size: 63px;
  line-height: 39px;
  margin-bottom: 17px;
}
.menu-special-offer .description span, .menu-special-offer .description p {
  display: block;
  color: #d00000;
}
.menu-special-offer .description p {
  font-size: 18px;
  line-height: 22px;
}
.menu-special-offer .description span {
  font-size: 25px;
}

.nav-brand-heading {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 12px;
}
.nav-brand-heading .text {
  padding-left: 10px;
}

.page-head {
  background-color: #64b1ff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.page-head h2 {
  font-size: 50px;
  color: #FFF;
  margin: 0 0 10px 0;
}
.page-head h1 {
  font-size: 50px;
  color: #FFF;
  margin: 0 0 10px 0;
}

.deal-wrap {
  background: #d43f3f;
  padding: 20px 30px 20px 30px;
  min-height: 411px;
  margin-top: 20px;
}
.deal-wrap p {
  color: #fff;
  margin-bottom: 0;
  line-height: 16px;
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
}
.deal-wrap .deal-batch {
  background-image: url(../images/newImages/deal-batch.png);
  width: 174px;
  height: 73px;
  margin: 0 auto 20px auto;
}
.deal-wrap .deal-batch p {
  text-align: center;
  font-size: 20px;
  color: #ffdd00;
  padding-left: 53px;
  line-height: 22px;
  padding-top: 10px;
  margin-top: 0;
}
.deal-wrap .deal-content-wrap {
  display: flex;
  align-items: center;
  min-height: 250px;
}
.deal-wrap .deal-content-wrap .deal-img {
  flex: 1;
  width: 40%;
}
.deal-wrap .deal-content-wrap .deal-img img {
  max-width: 100%;
}
.deal-wrap .deal-content-wrap .deal-content {
  background: #ffdd00;
  min-height: 137px;
  padding: 20px;
  flex: 2;
  margin-left: -2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.deal-wrap .deal-content-wrap .deal-content h3 {
  margin: 0;
  text-align: center;
  line-height: 18px;
}
.deal-wrap .deal-content-wrap .deal-content h3 a {
  font-size: 20px;
  color: #b50027;
}
.deal-wrap .deal-content-wrap .deal-content ul {
  padding: 0;
  margin: 10px 0px 0 0px;
  list-style-type: none;
  display: flex;
}
.deal-wrap .deal-content-wrap .deal-content ul li {
  flex-grow: 1;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
}
.deal-wrap .deal-content-wrap .deal-content ul li sup {
  font-size: 12px;
  top: -1em;
  right: -0.2rem;
}
.deal-wrap .deal-content-wrap .deal-content ul li sup:last-child {
  top: -2em;
  right: -0.5rem;
}
.deal-wrap .deal-content-wrap .deal-content ul li:last-child {
  color: #b50027;
  font-size: 50px;
}

@media screen and (max-width: 992px) {
  .deal-wrap .deal-content-wrap {
    display: block;
  }
  .deal-wrap .deal-content-wrap .deal-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .deal-wrap .deal-content-wrap .deal-content {
    border-radius: 5px;
  }
}
/* rehmaan css */
.main-header-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url(../images/newImages/header-bg.jpg);
  background-repeat: repeat-x;
}
.main-header-wrap .logo {
  display: inline-block;
}
#mobile-header {
  background-image: url(../images/newImages/header-bg.jpg);
}

.search-col-2 .form-control {
  border: 1px solid #fff;
  height: 45px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.search-col-2 form {
  margin-bottom: 0;
  margin-top: 5px;
}

.search-col-2 button.btn {
  background: #fff;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.search-col-2 button.btn i {
  color: #989898;
  font-size: 20px;
}

.pnp-tab.nav-tabs {
  border-bottom: 0;
}

.pnp-tab.nav-tabs .nav-link {
  color: #06c;
  border: 0;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 3px solid #fff;
}

.pnp-tab.nav-tabs .nav-link:hover,
.pnp-tab.nav-tabs .nav-link.active {
  color: #06c;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #23b0ee;
}

.products-listing.products-listing-cls .product {
  border: none;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .related-products .products-listing-cls.related-products-slider .slick-prev {
    left: -35px;
  }

  .related-products .products-listing-cls.related-products-slider .slick-next {
    right: -35px;
  }
}
.heading-wrap-cls {
  border-top: 15px solid #e99f9f;
}

.related-products.related-products-2 .heading-wrap-cls h3 {
  background-color: #d43f3f;
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  position: relative;
  top: -15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.help-info-wrap .col-img {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 10px 10px 10px 10px;
  min-height: 190px;
}

.help-info-wrap .col-img img {
  margin: 0 auto;
}

.cat-list-main-inner {
  background-color: #64b1ff;
  margin-left: 0;
  margin-right: 0;
}

.cat-list-main-inner .col-img p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-top: 6px;
  margin-bottom: 0;
}

.cat-list-main-inner .col-img img {
  margin: 0 auto;
}

.cat-list-main-inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.deal-inner-wrap {
  background-color: #d43f3f;
  min-height: 308px;
  padding: 20px;
}

.image-content-wrap img {
  position: relative;
  z-index: 1;
}

.image-content-wrap {
  position: relative;
}

.content-section-wrap {
  position: absolute;
  display: block;
  min-height: 137px;
  width: 370px;
  padding: 10px;
  right: 6px;
  font-size: 20px;
  background: #ffdd00;
  color: #b50027;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.content-section-wrap ul {
  padding: 0;
  margin: 0px 0px 8px 0px;
  list-style-type: none;
  display: flex;
}

.content-section-wrap ul li {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
}

.content-section-wrap ul li {
  color: #383838;
  font-size: 30px;
  line-height: 60px;
}

.content-section-wrap ul li sup {
  font-size: 12px;
  top: -1em;
}

.content-section-wrap ul li.last-cls-text sup {
  top: -2em;
}

.content-section-wrap ul li:last-child {
  color: #b50027;
  font-size: 50px;
}

.deal-inner-wrap p.deal-bottom-text {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
  padding: 0 45px;
}

.content > h3 {
  margin: 30px 0px 8px 0px !important;
  color: #64b1ff;
}
.content > p {
  color: #494949;
}

.about-banner-section {
  height: 323px;
  width: 100%;
  background-image: url(../images/newImages/specials-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.about-banner-section .specials {
  display: flex;
  align-items: stretch;
  min-height: 323px;
}
.about-banner-section .specials .left,
.about-banner-section .specials .right {
  flex-grow: 1;
  align-self: center;
}
.about-banner-section .specials .left {
  width: 58%;
}
.about-banner-section .specials .left .banner-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-banner-section .specials .left .banner-inner div {
  flex-grow: 1;
}
.about-banner-section .specials .left .banner-inner .banner-img {
  width: 35%;
}
.about-banner-section .specials .left .banner-inner .banner-text {
  width: 65%;
  padding-right: 40px;
}
.about-banner-section .specials .left .banner-inner .banner-text h3 {
  display: block;
  font-size: 50px;
  color: #FFF;
}
.about-banner-section .specials .left .banner-inner .banner-text h3 span {
  color: #ffee2f;
}
.about-banner-section .specials .right {
  width: 40%;
  padding: 0px 0px 0px 81px;
  text-align: right;
}
.about-banner-section .specials .right img {
  max-width: 100%;
}

.breadcrumb {
  background: transparent;
}

/* Utilities Selectors */
.link-more, .section-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}

.link-more {
  margin-top: 24px;
  display: inline-block;
}

.section-heading {
  margin-bottom: 24px;
}

section {
  padding-top: 24px;
  padding-bottom: 24px;
}
section.p-0 {
  padding: 0;
}

.header-bar {
  width: 100%;
  background-color: #f9f9f9;
}
.header-bar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding-top: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 999;
}

.share-bar {
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 700;
}
.share-bar a {
  color: #aaa;
}

.tabs-flat {
  display: block;
  text-align: center;
}
.tabs-flat li {
  display: inline-block;
}
.tabs-flat li a {
  color: #292933;
  font-size: 18px;
  text-transform: uppercase;
  border-width: 2px;
}
.tabs-flat li a.active {
  background-color: transparent !important;
  border-color: transparent transparent #06c transparent !important;
}

.widge-outer {
  border-top: 8px solid #ff8080;
  width: 100%;
  min-height: 336px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 20px;
  position: relative;
  moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.widge-outer > span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 156, 156, 0.5);
  color: #FFF;
  padding: 5px 20px;
}
.widge-outer .d-table {
  width: 100%;
}
.widge-outer .d-table .d-table-cell {
  height: 300px;
  vertical-align: bottom;
}
.widge-outer .widget div {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.widge-outer .widget div h2 {
  margin: 0;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  width: 32px;
}

.carousel-control-next-icon {
  background-image: url(../images/newImages/icons/ic_chevron_right.png);
  width: 14px;
  height: 24px;
}

.carousel-control-prev-icon {
  background-image: url(../images/newImages/icons/ic_chevron_left.png);
  width: 14px;
  height: 24px;
}

.phoneAppend {
  border: none;
  background: #f2f2f2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
  width: 100px;
}

.ad-box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.page-intro {
  max-width: 640px;
  text-align: center;
  margin: auto;
}

.info-meta {
  margin-bottom: 20px;
}

.info-description ul, #pdTabContent ul {
  padding-left: 0;
}

.title-box {
  margin-bottom: 10px;
}
.title-box > h4 {
  margin-bottom: 0;
}
.title-box > span {
  color: #aaa;
  text-transform: uppercase;
}

.thumb-lg-box {
  position: relative;
}
.thumb-lg-box .discount-tag {
  position: absolute;
  top: 0;
  right: 60px;
}
.thumb-lg-box .discount-tag del {
  display: inline-block;
  padding: 24px 8px 16px;
  color: #fff;
  background-color: #e61717;
  border-radius: 0 0 5em 5em;
  font-size: 12px;
}

.thumbs-xs-box a {
  text-decoration: none;
  border: 1px solid transparent;
}
.thumbs-xs-box a.active, .thumbs-xs-box a:hover {
  border-color: #06c;
}

#pdTabContent {
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 420px;
}

#des-tab-detail .content {
  margin: auto;
}

.related-products .container {
  padding-top: 24px;
  padding-bottom: 24px;
}

.related-products.related-products-2 {
  padding: 0;
}
.related-products.related-products-2 h3 {
  color: #404040;
  font-size: 25px;
}
.cate-brands {
  text-align: center;
}
.cate-brands .container {
  padding-top: 24px;
  padding-bottom: 24px;
}
.cate-brands img {
  display: block;
  max-width: 100%;
}

.cate-featured {
  background-color: #f9f9f9;
}
.cate-featured .container {
  padding-top: 24px;
  padding-bottom: 24px;
}

.dd-option-image, .dd-selected-image {
  margin-top: 6px;
  margin-right: 10px !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 320px;
}

.user-menu {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}
.user-menu li {
  line-height: 26px;
  font-size: 16px;
}

.info-panel {
  padding: 30px;
}

.wodry-flipping {
  min-width: 325px;
  display: inline-block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin-x: 50%;
}

.wodry-flipping .front-face, .wodry-flipping .back-face {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wodry-flipping .front-face {
  position: absolute;
}

.wodry-flipping .back-face {
  position: relative;
}

.col-space-cls {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

.img-full {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mb-4.col-space-cls {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-4.col-space-cls {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .col-space-cls .img-full {
    height: 110px !important;
  }
  .related-products.related-products-2 .col-space-cls-mob h3 {
    text-align: center;
    font-size: 20px;
  }
  .related-products.related-products-2 h3 {
    font-size: 18px;
  }
  .pnp-tab.nav-tabs {
    float: none !important;
    display: flex;
    justify-content: center;
  }
  .pnp-tab.nav-tabs .nav-link {
    font-size: 14px;
    padding: 5px;
  }
  .pnp-tab.nav-tabs .nav-link#nav-coffee-tab {
    display: none;
  }
  .col-space-cls-mob {
      padding-left: 7.5px !important;
      padding-right: 7.5px !important;
  }
  .tab-pane .container,
  .tab-content.pr-sm-0, 
  .tab-content.px-sm-0 {
    padding:0 !important;
  }
  .products-listing.products-listing-cls.border-align .product {
    border: 1px solid #dedede;
  }
  .help-info-wrap .col-img {
    min-height: 100px;
  }
  .help-info-wrap .col-img img {
    height: 60px;
  }
  .products .product > h3 {
    font-size: 14px;
  }
  .carousel-item img {
    height: 218px;
  }
  .mb-down {
    margin-bottom: 7.5px !important;
  }
  .mt-top {
    margin-top: 7.5px !important;
  }
  .mb-down-l {
    margin-bottom: 15px !important;
  }
  .mt-top-l {
    margin-top: 15px !important;
  }
  .pt-cl-0 {
    padding-top: 0 !important;
  }
  .pb-cl-0 {
    padding-bottom: 0 !important;
  }
  .search-box-mob {
    display: none;
  }
  .search-box-mob {
    position: absolute;
    right: 160px;
    width: 55%;
  }

}

.img-full-2 {
  width: 100%;
}

.home-products-outer {
  margin-top: 30px;
}
.home-products-outer .row {
  margin-bottom: 25px;
}
.home-products-outer .products .product {
  min-height: 314px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-top: none !important;
  border-left: none !important;
}

.related-products-slider .products .product {
  border: 1px solid #dedede !important;
}

.categor-box {
  width: 100%;
  min-height: 314px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.categor-box a {
  position: relative;
  display: block;
  color: #FFF;
  min-height: 314px;
  moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.categor-box a:hover {
  text-decoration: none;
  color: #FFF;
  background: rgba(0, 0, 0, 0.4);
}
.categor-box a img {
  width: 100% !important;
  min-height: 314px;
}
.categor-box a span {
  display: block;
  text-align: center;
  padding: 5px 20px;
  background: #0066cc;
  position: absolute;
  bottom: 5%;
  left: 30px;
  right: 30px;
  margin: auto;
  font-size: 25px;
}

.products-listing .product {
  border: 1px solid #dedede;
  margin: -1px -1px 0 0;
}

.products {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  padding: 0px;
}
.products .product {
  width: 25%;
  color: #4d4d4d;
  /* border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe; */
  position: relative;
  moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.products .product:hover a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 177, 255, 0.1);
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.products .product > div {
  position: relative;
  text-align: center;
}
.products .product > div > .discount-tag {
  background: #ff8080;
  width: 66px;
  height: 66px;
  padding: 15px 10px;
  border-radius: 50%;
  color: #FFF;
  position: absolute;
  bottom: 30px;
  right: 10px;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
}
.products .product > div img {
  max-width: 200px;
  margin: auto;
  z-index: -1;
}
.products .product > h3 {
  text-align: center;
  padding: 0px 30px;
  min-height: 50px;
  font-size: 15px;
  display: block;
  color: #4d4d4d;
}
.products .product ul {
  padding: 0;
  margin: 0px 0px 8px 0px;
  list-style-type: none;
  display: flex;
}
.products .product ul li {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
}
.products .product ul li:last-child {
  color: #0066cc;
}

.shop-by-category {
  padding-top: 30px;
}
.shop-by-category h3 {
  color: #0066cc;
  margin-bottom: 20px;
  font-size: 25px;
}
.shop-by-category .shop-by-cat-img {
  position: relative;
  moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.shop-by-category .shop-by-cat-img:hover {
  background: #000;
}
.shop-by-category .shop-by-cat-img:hover img {
  opacity: 0.6;
}
.shop-by-category .shop-by-cat-img img {
  width: 100%;
}
.shop-by-category .shop-by-cat-img a {
  display: block;
  background: #e61717;
  text-align: center;
  color: #FFF;
  padding: 10px 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  width: 80%;
}
.shop-by-category .shop-by-cat-img a:hover {
  text-decoration: none;
}
.shop-by-category .shop-by-cat-links {
  background: #FFF;
}
.shop-by-category .shop-by-cat-links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 30px 20px;
}
.shop-by-category .shop-by-cat-links ul li {
  flex-grow: 1;
  list-style-type: none;
  width: 50%;
  position: relative;
}
.shop-by-category .shop-by-cat-links ul li a {
  color: #787878;
  font-size: 13px;
}
.shop-by-category .shop-by-cat-links ul li::before {
  color: #e61717;
  padding-right: 8px;
  content: "•";
}
.shop-by-category .col-sm-4 {
  margin-bottom: 20px;
}

.shop-by-brands {
  background: #FFF;
  padding: 30px 0px;
}
.shop-by-brands h3 {
  margin-bottom: 30px;
  font-size: 25px;
}
.shop-by-brands .brands-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
.shop-by-brands .brands-outer div {
  width: 12%;
  height: 50px;
  margin-bottom: 40px;
  padding: 0px 10px;
}
.shop-by-brands .brands-outer div img {
  width: 100%;
}

.product-categories {
  background-color: #64b1ff;
  padding: 40px 50px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.product-categories .category {
  width: 98px;
  margin-bottom: 30px;
  text-align: center;
}
.product-categories .category a {
  display: block;
  color: #FFF;
}
.product-categories .category a img {
  max-width: 48px;
}
.product-categories .category a h4 {
  font-size: 15px;
  margin-top: 7px;
}

.product-detail-container .col-md-4 {
  position: relative;
}
.product-detail-container .col-md-4 .discount-tag {
  position: absolute;
  background-color: #ff8080;
  color: #FFF;
  border-radius: 50%;
  width: 99px;
  height: 99px;
  right: 18px;
  z-index: 2;
  text-align: center;
  padding: 25px;
  line-height: 23px;
  font-size: 23px;
  top: -8px;
}

.product-detail {
  padding-bottom: 50px;
}
.product-detail > .title {
  font-size: 25px;
  color: #303030;
  line-height: 28px;
}
.product-detail > .pricing {
  display: block;
  margin: -3px 0 25px 0;
  padding: 0;
}
.product-detail > .pricing li {
  display: inline-block;
  font-size: 25px;
  min-width: 130px;
}
.product-detail > .pricing li span.price-off {
  color: #acacac;
}
.product-detail > .pricing li span.price-off span {
  position: relative;
}
.product-detail > .pricing li span.price-off span::before {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #acacac;
  position: absolute;
  top: 25px;
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -webkit-transform: rotate(15deg);
  /* Safari */
  transform: rotate(15deg);
  /* Standard syntax */
}
.product-detail > .pricing li span.price-on {
  color: #0066cc;
}
.product-detail > .actions {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
}
.product-detail > .actions li {
  display: inline-block;
}
.product-detail > .actions li .btn {
  min-width: 197px;
  font-size: 20px;
  margin-right: 15px;
  padding: 16px 10px;
  margin-bottom: 10px;
}
.product-detail > .actions li .btn i {
  margin-right: 8px;
}
.product-detail > .actions li .btn-wishlist,
.product-detail > .actions li .btn-share {
  color: #0066cc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
}
.product-detail > .actions li .btn-wishlist:hover,
.product-detail > .actions li .btn-share:hover {
  background-color: #0066cc !important;
  color: #FFF;
}
.product-detail > .actions li .btn-wishlist {
  min-width: 217px;
}
.product-detail > .actions li .btn-wishlist i {
  font-size: 27px;
}
.product-detail > .actions li .btn-share {
  min-width: 152px;
}
.product-detail > .actions li .btn-share i {
  font-size: 27px;
}
.product-detail > .actions li .btn-primary {
  border: 2px solid;
}
.product-detail .detail-features {
  width: 100%;
  margin-bottom: 30px;
}
.product-detail .detail-features .feature-item {
  width: 80px;
  margin-right: 15px;
  height: 80px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.product-detail .detail-features .feature-item p {
  margin-top: 5px;
  color: #5b5b5b;
  line-height: 10px;
}
.product-detail > .description {
  color: #303030;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-detail > .description ul {
  margin: 0 0 34px 0;
  padding: 0;
  list-style-type: none;
}
.product-detail > .description ul li {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  font-size: 15px;
  color: #303030;
  line-height: 25px;
}

.more-details {
  background-color: #f9f9f9;
  padding: 40px 0;
}
.more-details .title-center {
  text-align: center;
  color: #303030;
}
.more-details .title-center h4 {
  font-size: 15px;
}
.more-details .title-center h2 {
  font-size: 25px;
}
.more-details .title-left {
  color: #303030;
}
.more-details .title-left h4 {
  font-size: 15px;
}

#ProductDetailTab {
  margin-top: 15px;
}
#ProductDetailTab .nav-link {
  font-size: 25px;
  padding: 0.5rem 0 !important;
}
#ProductDetailTab .nav-item.show .nav-link,
#ProductDetailTab .nav-link.active {
  color: #303030;
  background-color: transparent !important;
  border-color: transparent !important;
}
#ProductDetailTab .nav-tabs {
  border-bottom: 3px solid #d4d4d4;
}

.fotorama {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 0 !important;
}

/*
.table-container {text-align: center; padding-top: 20px; padding-bottom: 20px}
.table-specs {display: inline-table; min-width: 46.5%; max-width: 560px; margin: 1%; vertical-align: top; border-collapse: collapse; border: 0 none}
.table-specs tr td {vertical-align: top; text-align: left; font-size: 14px; background-color: #f9f9f9; border-bottom: 1px solid #d2d2d2; padding:8px 16px; }
.table-specs tr td:first-child {background-color: #f2f2f2; min-width: 92px;}
*/
.related-products {
  background: #FFF;
  padding: 30px 0;
}
.related-products > h3 {
  font-size: 25px;
  text-align: center;
}
.related-products .related-products-slider {
  position: relative;
}
.related-products .related-products-slider .slick-prev,
.related-products .related-products-slider .slick-next {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #64b1ff;
  border: none;
  outline: none;
  top: 0;
  margin-top: 105px;
  color: #FFF;
  cursor: pointer;
  font-size: 34px;
}
.related-products .related-products-slider .slick-prev {
  left: -24px;
}
.related-products .related-products-slider .slick-next {
  right: -5px;
}

/* cart start  */
.cart {
  background: #f9f9f9;
  margin-top: 10px;
  color: #666666;
}

.panel {
  border: 1px solid #d3d5d7;
  margin-bottom: 6px;
  background: #FFF;
}

.panel-body .table th {
  border-top: none !important;
  background: #f9f9f9;
}
.panel-body .table td, .panel-body .table th {
  padding: 7px !important;
  font-size: 13px;
}

.panel-login .panel-body {
  padding: 10px 25px !important;
}

.panel-header {
  padding: 14px 20px;
}
.panel-header h4 {
  font-size: 15px;
  margin: 0;
}

.panel-login .panel-footer {
  padding: 10px 20px;
}

.panel .panel-heading {
  margin: 12px 40px;
  font-size: 16px;
}
.panel .panel-action {
  position: absolute;
  right: 38px;
  margin-top: 12px;
}

.n-badge {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 22px;
  margin-top: -2px;
  background: #ffd27c;
  color: #393939;
  text-align: center;
  padding-top: 3px;
}

.n-badge-success {
  background: #b1efc4 !important;
  color: #007300 !important;
  font-size: 15px;
}

.cart .cart-img {
  text-align: center;
}
.cart .cart-img img {
  width: 100px;
}

.cart-row {
  border-top: 1px solid #d3d5d7;
  padding: 9px 0px 0px 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cart-row:first-child {
  border: none !important;
}
.cart-row .col-md-6 > h3 {
  font-size: 17px;
  margin: 0;
  color: #588cd7;
}
.cart-row .col-md-6 > h4 {
  font-size: 17px;
  margin: 0px 0px 15px 0px;
  color: #666666;
}
.cart-row .col-md-6 > p {
  font-size: 13px;
}

.cart-qty {
  display: flex;
  color: #212121;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.cart-sidebar {
  padding: 10px 0;
  margin-right: -11px !important;
  margin-left: -11px !important;
  border-bottom: 1px solid #d3d5d7;
}
.cart-sidebar:last-child {
  border: none;
  padding-bottom: 0;
}
.cart-sidebar .cart-img img {
  width: 60px !important;
}
.cart-sidebar .col-md-7 > h3 {
  font-size: 15px !important;
}
.cart-sidebar .col-md-7 > h4 {
  font-size: 13px !important;
}
.cart-sidebar .col-md-7 > p {
  font-size: 12px;
}

.list-cart-total {
  margin: 40px 0px;
  padding: 0;
  font-size: 15px;
}
.list-cart-total li {
  list-style-type: none;
}

.list-cart-total-footer {
  margin: 0 36px 0 0;
  list-style-type: none;
  font-size: 15px;
}

.opt-left, .opt-right {
  display: inline-block;
}

.opt-left {
  text-align: right;
  margin-right: 10px;
  width: 70px;
}

.opt-right {
  text-align: left;
  width: 80px;
}

.opt-left-footer {
  text-align: right;
  margin-right: 10px;
}

.opt-right-footer {
  text-align: left;
}

.cart-oder-detail h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-minus, .btn-plus {
  width: 28px;
  height: 28px;
  background: linear-gradient(#fff, #f9f9f9);
  display: inline-block;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50%;
  line-height: 1;
  position: relative;
}
.btn-minus i, .btn-plus i {
  color: #3a3a3a;
  font-size: 14px;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input {
  display: inline-block;
  width: 46px;
  height: 28px;
  margin: 3px 8px 0px 8px;
}
.qty-input > .txt-cart {
  border: 1px solid #c2c2c2;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.panel-body, .panel-footer {
  border-top: 1px solid #d3d5d7;
  padding: 20px;
}

.product-count {
  font-size: 15px;
  color: #000;
}

.cart .panel-heading {
  cursor: pointer;
}

.cart-ensure {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.cart-ensure div {
  padding: 10px;
}

.panel-btn-link {
  display: block;
  margin-top: 6px;
}

.panel-form {
  padding: 0px;
}

.form-control {
  border-radius: 0 !important;
  padding: 4px 10px !important;
}

.form-group label {
  margin: 0 0 2px 0;
}

.panel-form .form-group {
  margin-bottom: 5px !important;
}
.panel-form .form-group label {
  font-size: 13px;
}

.payment-otpions .cashon {
  padding-top: 15px;
}
.payment-otpions .creditcard {
  border-bottom: 1px solid #f4f4f5;
  padding-bottom: 15px;
}

/* cart end  */
.filters-section {
  background-color: #f9f9f9;
  padding: 20px;
}
.filters-section .widget {
  margin-bottom: 40px;
}
.filters-section .widget:last-child {
  margin-bottom: 0;
}
.filters-section .widget h3 {
  font-size: 15px;
  display: block;
  margin: 0px 0px 10px 0px;
}
.filters-section .widget h3 a {
  margin-left: 20px;
  font-size: 12px;
}
.filters-section .widget .price-range {
  width: 100%;
}
.filters-section .widget .price-range .price-values {
  display: flex;
  justify-content: space-between;
}
.filters-section .widget .price-range .price-changer {
  margin-top: 10px;
}
.filters-section .widget .price-range .price-changer #slider-range {
  border: none;
}
.filters-section .widget .price-range .price-changer .ui-widget-content, .filters-section .widget .price-range .price-changer .ui-widget-header {
  background-color: #64b1ff;
}
.filters-section .widget .price-range .price-changer .ui-state-default, .filters-section .widget .price-range .price-changer .ui-widget-content .ui-state-default,
.filters-section .widget .price-range .price-changer .ui-widget-header .ui-state-default,
.filters-section .widget .price-range .price-changer .ui-button, .filters-section .widget .price-range .price-changer html .ui-button.ui-state-disabled:hover, .filters-section .widget .price-range .price-changer html .ui-button.ui-state-disabled:active {
  background-color: #0066cc;
  border: none;
}
.filters-section .widget .price-range .price-changer .ui-slider-horizontal {
  height: 0.5em;
}
.filters-section .widget .price-range .price-changer .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}
.filters-section .widget .price-range .price-changer .ui-corner-all, .filters-section .widget .price-range .price-changer .ui-corner-bottom, .filters-section .widget .price-range .price-changer .ui-corner-right, .filters-section .widget .price-range .price-changer .ui-corner-br {
  border-radius: 0 !important;
}
.filters-section .widget .price-range .price-values {
  font-size: 12px;
}
.filters-section .widget .filter-box {
  background-color: #FFF;
  padding: 10px;
  height: 165px;
  padding-bottom: 25px;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  /*label {
  	margin-bottom: 6px;
  	cursor: pointer;
  	margin-left: .5rem;
  	font-size: 13px;
  }*/
}
.filters-section .widget .filter-box input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.filters-section .widget .filter-box input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 12px;
}
.filters-section .widget .filter-box input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: white;
  border: 1px solid #999999;
  left: 0;
}
.filters-section .widget .filter-box input[type=checkbox]:hover + label:before {
  background: #0066cc;
}
.filters-section .widget .filter-box input[type=checkbox]:focus + label:before {
  outline: none;
}
.filters-section .widget .filter-box input[type=checkbox]:checked + label:before {
  background: #0066cc;
  border: none;
}
.filters-section .widget .filter-box input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.filters-section .widget .filter-box input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.filters-section .widget .filter-box input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  background: white;
  color: #999999;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.filters-section .widget .widget-more {
  padding-left: 42px;
  padding-bottom: 20px;
  font-size: 14px;
  background-color: #FFF;
}
.filters-section .widget .widget-more a {
  color: #bcbcbc;
}
.filters-section .widget .widget-more a:hover {
  text-decoration: none;
}
.filters-section .widget .widget-more span {
  position: relative;
  padding-right: 25px;
}
.filters-section .widget .widget-more span::before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0 solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em;
  border-left: 0.3em solid transparent;
}

.height {
  height: auto !important;
  overflow-y: scroll !important;
  transition: max-height 0.25s ease-in;
}

.left-pos {
  float: left;
}

.right-pos {
  float: right;
}

.txt-green {
  color: #70d269;
}

.txt-blue {
  color: #0066cc;
}

/* start buttons */
.list-bullet {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
  line-height: 17px;
}
.list-bullet li {
  position: relative;
  padding-left: 18px;
}
.list-bullet li a {
  display: inline-block;
  color: #0066cc;
  font-size: 14px;
  padding-bottom: 1px;
}
.list-bullet li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 16px;
  background-image: url("../images/list-bullet.png");
  background-repeat: no-repeat;
  background-position: center;
}
.list-bullet li:last-child:before {
  background-image: url("../images/list-bullet-last.png");
}

button:focus {
  outline: 0;
}

.btn-red {
  display: inline-block;
  background-color: #d20000;
  color: #FFF;
  font-size: 20px;
  padding: 16px 20px;
  border: 1px solid transparent;
  moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.btn-red:hover {
  color: #d20000;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #d20000;
}

.btn-reset {
  margin-top: 25px;
  color: #FFF;
  background: transparent;
  border: none;
}

.btn {
  border-radius: 0 !important;
  moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.btn-lg {
  font-size: 17px;
}

.btn-brand {
  background: transparent;
  border: none;
  color: #FFF;
  margin-top: 5px;
}

.btn-primary-light {
  background-color: #64b1ff !important;
  color: #FFF;
  border: 2px solid transparent;
}
.btn-primary-light:hover {
  background-color: transparent !important;
  border: 2px solid #64b1ff;
  color: #64b1ff;
}

.btn-primary:hover {
  background-color: transparent !important;
  border: 2px solid #0066cc;
  color: #0066cc !important;
}

/*end buttons */
.loadmore {
  text-align: center;
  padding: 20px 0;
}
.loadmore .btn-primary {
  background-color: #64b1ff !important;
  border: none;
  min-width: 200px;
}

/* backgrounds */
.bg-white {
  background-color: #FFF;
}

/* paddings */
.p-20 {
  padding: 20px;
}

.p-t-15 {
  padding-top: 15px;
}

/* end paddings */
.close {
  opacity: 1 !important;
}

.modal {
  top: 25% !important;
}

.model-title {
  color: #666666;
}

.modal-content {
  border-radius: 0 !important;
}

.modal-header .close span {
  color: #588cd7;
  font-size: 17px;
}

.brand-list {
  margin-bottom: 25px;
}
.brand-list div {
  padding: 15px;
}
.brand-list img {
  width: 200px;
}

.single-brand-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single-brand-list a {
  width: 112px;
  height: 112px;
  display: block;
  margin: 34px 7px;
  text-align: center;
}
.single-brand-list a h4 {
  font-size: 14px;
  color: #787878;
  margin-top: 12px;
}
.single-brand-list a .s-brand {
  padding-top: 25px;
  background: #0066cc;
  height: 112px;
}

.brands ul {
  padding: 10px 0;
  margin: 0;
}
.brands ul li {
  list-style-type: none;
  margin-left: 20px;
  margin-bottom: 12px;
}

.label-brand {
  height: 67%;
}
.label-brand:hover + div.brands {
  display: block;
}

.blog-item a {
  position: absolute;
  display: block;
  width: 215px;
  min-height: 90px;
  padding: 10px;
  right: 0;
  margin: 35px;
  font-size: 15px;
  background: #f9f9f9;
  color: #0066cc;
}
.blog-item:hover a {
  background: #0066cc;
  color: #FFF;
}
.blog-item img {
  width: 175px;
  height: 175px;
}

.blog-box {
  margin-bottom: 30px;
}

footer {
  background-color: #efefef;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
footer .main {
  margin: 0 !important;
}
footer .copyrights {
  background-color: #787878;
  padding: 15px 0;
  text-align: center;
  color: #ddd;
  margin-top: 25px;
}
footer ul {
  list-style: none;
  padding: 0 0 24px;
  margin: 0;
  line-height: 25px;
}
footer ul li a {
  font-size: 14px;
}
footer a {
  color: #666;
}

.social-links a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #666;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.social-links a:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.36);
  filter: saturate(12) brightness(1);
}
.social-links .ic-social-fb {
  background-image: url(../images/newImages/icons/ic_social_fb.png);
}
.social-links .ic-social-yt {
  background-image: url(../images/newImages/icons/ic_social_yt.png);
}
.social-links .ic-social-ig {
  background-image: url(../images/newImages/icons/ic_social_ig.png);
}

#mobile-header,
.home-options,
nav.navbar-filters {
  display: none;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1274px !important;
  }
}
/* @media screen and (min-width:768px) and (max-width:992px) { */
@media screen and (max-width: 992px) {
  .about-banner-section {
    display: none;
  }

  .categor-box {
    background-image: none !important;
    min-height: auto !important;
  }
  .categor-box a {
    min-height: 30px !important;
  }
  .categor-box a span {
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    position: relative;
    background-color: rgba(0, 97, 200, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }

  nav.navbar-filters {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  nav.navbar-filters .navbar-toggler {
    position: relative;
  }
  nav.navbar-filters .navbar-toggler > span {
    display: inline-block;
    color: #0066cc;
  }
  nav.navbar-filters .navbar-toggler > span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
  }
  nav.navbar-filters .navbar-toggler.collapsed > span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
  }
  .shop-by-brands {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .shop-by-brands h3,
  .mob-heading h3 {
    font-size: 20px;
  }
  .deal-wrap .deal-batch p {
    font-size: 18px;
  }

  #mobile-overlay {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
  }

  #mobile-header {
    width: 100%;
    padding: 10px;
    display: table;
    z-index: 11;
  }
  #mobile-header form {
    margin: 0 !important;
  }
  #mobile-header .cartcounter {
    background: #0066cc;
    color: #FFF;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    top: 10px;
    margin-left: 3px;
    padding: 3px;
    line-height: 18px;
  }
  #mobile-header .mobile-row {
    display: table-row;
  }
  #mobile-header .mobile-left, #mobile-header .mobile-right {
    display: table-cell;
    vertical-align: middle;
  }
  #mobile-header .mobile-left {
    /* width: 20%;
    padding-right: 5px; */
  }
  #mobile-header .mobile-left a img {
    /* width: 100%; */
  }
  #mobile-header .mobile-right {
    width: 50%;
  }
  #mobile-header .col-left {
    width: 40%;
    float: left;
    padding-left: 10px;
  }
  #mobile-header .col-right {
    width: 60%;
    float: left;
    padding-right: 10px;
  }
  #mobile-header .user-dropdown .dropdown-menu {
    width: 130px !important;
    padding: 3px 6px;
    text-align: left !important;
    border-radius: 0 !important;
  }
  #mobile-header .user-dropdown .dropdown-menu .dropdown-item {
    padding: 0 !important;
    font-size: 13px;
  }
  #mobile-header .menu-toggle {
    cursor: pointer;
  }
  #mobile-header .mobile-top-icon {
    width: 33px;
  }
  #mobile-header .mobile-top-icon img {
    width: 33px;
  }
  #mobile-header .top-callus-mobile {
    line-height: 16px;
  }
  #mobile-header .top-callus-mobile .t-text {
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
  }
  #mobile-header .top-callus-mobile .t-phone {
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: bold !important;
  }
  #mobile-header .top-mobile-login {
    padding: 0;
    margin: 0;
    text-align: right;
    list-style-type: none;
  }
  #mobile-header .top-mobile-login li {
    display: inline-block;
  }
  #mobile-header .cartcounter {
    top: -9px;
    right: 0;
    padding: 1px !important;
  }
  #mobile-header .btn-mobile-login {
    background: transparent;
    border: none;
  }
  #mobile-header .form-control {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
  }
  #mobile-header .btn {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
  #mobile-header .form-control, #mobile-header .btn {
    height: 33px;
    padding: 3px 7px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #fff;
  }
  #mobile-header .form-control i, #mobile-header .btn i {
    color: #989898;
    font-size: 18px;
  }
  #mobile-header .dropdown-toggle::after {
    display: none;
  }
  #mobile-header .input-group {
    margin-top: 1px;
  }

  .mobile-slider img {
    max-width: 100%;
  }

  .lg-slider {
    display: none;
  }

  .sm-slider {
    display: block;
  }

  .home-options {
    display: flex;
    justify-content: center;
    border-top: 1px solid #FFF;
  }
  .home-options div {
    border-right: 1px solid #FFF;
  }
  .home-options div img {
    max-width: 100%;
  }
  .home-options div:last-child {
    border-right: none;
  }

  .home-products-outer {
    margin-top: 1px;
    padding-top: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
  }
  .home-products-outer .row {
    margin-bottom: 0;
  }

  .products-listing-container {
    padding-top: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
  }
  .products-listing-container .products .product {
    margin: -1px 0 0 -1px;
  }

  .home-products-outer .products .product {
    min-height: 236px;
  }

  .products .product {
    width: 50%;
    min-height: 236px !important;
  }
  .products .product > div img {
    max-width: 178px;
  }
  .products .product ul li {
    font-size: 16px;
  }

  .shop-by-category {
    background: #0066cc;
    padding: 20px 0px;
  }
  .shop-by-category h3 {
    color: #FFF;
  }

  .shop-by-brands .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
  }
  .shop-by-brands .brands-outer div {
    width: 25%;
    margin-bottom: 0;
  }

  .page-head .col-md-12 {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }
  .page-head h2 {
    font-size: 25px;
  }
  .page-head h4 {
    font-size: 13px;
  }

  .product-detail {
    text-align: center;
  }

  .related-products .related-products-slider .slick-prev, .related-products .related-products-slider .slick-next {
    width: 45px;
    height: 45px;
    margin-top: 65px;
    font-size: 24px;
  }
  .related-products .related-products-slider .slick-prev {
    left: -10px;
  }
  .related-products .related-products-slider .slick-next {
    right: -10px;
  }

  .product-detail > .description ul {
    text-align: left !important;
    margin-bottom: 25px;
  }
  .product-detail > .description ul li {
    width: 49%;
    font-size: 14px;
    line-height: 18px;
  }

  .product-categories {
    padding: 20px 10px;
    justify-content: space-between;
  }
  .product-categories .category {
    width: 25%;
  }
  .product-categories .category a h4 {
    font-size: 11px;
  }

  .qty-input {
    width: 80px;
  }

  .cart .panel-footer {
    padding: 20px 0px;
  }
  .cart .panel-footer ul.list-inline {
    display: flex;
    justify-content: center;
  }
  .cart .panel-footer ul.list-inline li {
    flex: 1;
  }
  .cart .panel-footer ul.list-inline li .btn-lg {
    padding: 7px 9px !important;
    font-size: 13px !important;
  }

  .content {
    font-size: 13px;
  }
}
@media screen and (max-width: 574px) {
  .sort-section .change-slider .col-sm-2 {
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sort-section .change-slider #amount1, .sort-section .change-slider #amount2 {
    text-align: center !important;
  }
}
@media screen and (max-width: 450px) {
  .product-detail > .actions li {
    display: block;
  }
  .product-detail > .actions li .btn-wishlist,
.product-detail > .actions li .btn-share {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .mob-img-col {
    display: none;
  }
  .home-products-outer .col-lg-3 {
    padding-right: 0;
  }
  .home-products-outer .col-lg-9 {
    padding-left: 0;
  }
}
@media screen and (max-width: 368px) {
  #mobile-header .mobile-top-icon {
    width: 34px;
  }
}
@media screen and (max-width: 360px) {
  #mobile-header .top-callus-mobile {
    font-size: 11px;
  }
}
@media screen and (min-width: 400px) {
  #mobile-header .mobile-left {
    /* width: 17%; */
  }
}
@media screen and (min-width: 450px) {
  #mobile-header .mobile-left {
    /* width: 15%; */
  }
}
@media screen and (min-width: 500px) {
  #mobile-header .mobile-left {
    /* width: 13%; */
  }
}
@media screen and (min-width: 550px) {
  #mobile-header .mobile-left {
    /* width: 12%; */
  }
}
@media screen and (min-width: 600px) {
  #mobile-header .mobile-left {
    /* width: 10%; */
  }
}
@media screen and (min-width: 768px) {
  #mobile-header .mobile-left {
    /* width: 8%; */
  }

  .filters-section.collapse {
    display: block;
  }
}

.tab-content.pr-sm-0, .tab-content.px-sm-0 {
  padding-top: 0 !important;
}
@media (max-width: 480px) {
  .col-empty-cls {
    display: none;
  }
  .popular-links {
    padding-top: 0 !important;
  }
  ul.list-unstyled.no-pad-mob {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */


.panel-body-section {
    border-bottom: 1px solid #d3d5d7;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

    .panel-body-section.panel-body-section-order p {
        margin-bottom: 0;
    }

    .panel-body-section.panel-body-section-order img {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.process-outer-cls {
    float: right;
    position: relative;
}

.process-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 3px;
    background-color: #ededed;
    z-index: 1;
}

.process-block-cls {
    z-index: 2;
    position: relative;
}

.process-block {
    background-color: #ededed;
    border: 3px solid #ededed;
    display: flex;
    align-items: center;
    width: 85px;
    height: 67px;
    float: left;
    margin-right: 20px;
}

    .process-block:last-child {
        margin-right: 0;
    }

    .process-block span {
        margin: 0 auto;
    }

    .process-block.process-complete {
        border: 3px solid #0066cc;
    }

.parcel-weight-cls {
    width: 105px;
}

.parcel-services-cls {
    width: 145px;
}

.panel-body-section.panel-body-section2 {
    padding: 5px 10px;
    border: none;
    margin: 0;
}

.panel-body-section.panel-body-section3 {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.panel-body .panel-body-section.panel-body-section3 .table {
    margin-bottom: 0;
}

    .panel-body .panel-body-section.panel-body-section3 .table th {
        background-color: #fff;
        font-weight: normal;
        font-size: 14px;
    }

    .panel-body .panel-body-section.panel-body-section3 .table tbody tr {
        background-color: #f5f5f5;
    }

        .panel-body .panel-body-section.panel-body-section3 .table tbody tr td {
            line-height: 20px;
        }

    .panel-body .panel-body-section.panel-body-section3 .table td,
    .panel-body .panel-body-section.panel-body-section3 .table th {
        border: none;
        padding: 1px 10px !important;
    }

.panel-body-section.panel-body-section3 span {
    background-color: #fff;
    display: block;
    padding: 5px 10px;
}

.panel-body-section.panel-body-section3 p {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .process-outer-cls {
        float: left;
        margin-top: 10px;
    }

    .process-block {
        margin-right: 16px;
    }

    .parcel-weight-cls {
        width: 100px;
    }

    .parcel-services-cls {
        width: 116px;
    }
}

.star-rating {
	display: block;
	text-align:center;
}
	.star-rating span {
		vertical-align: top;
	}

	.star-rating i {
		cursor: pointer;
	}

.star-rating-svg {
	background-image: url(https://www.plugnpoint.ae/userEnd/design/images/rating-stars.png);
	width: 104px;
	height: 19px;
	display: inline-block;
	background-repeat: no-repeat;
}

	.star-rating-svg > i {
		top: 0 !important;
		display: block;
		background-image: url(https://www.plugnpoint.ae/userEnd/design/images/rating-stars-fill.png);
		height: inherit;
		background-repeat: no-repeat;
	}