body {
  font-family: 'Open Sans', sans-serif;
  color: #4a4e5a;
  overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
  color: #30323a;
  margin: 0 0 10px;
  font-family: Poppins, sans-serif
}

a {
  color: #333;
  -webkit-transition: .3s color;
  transition: .3s color;
  cursor: pointer
}

  a:focus, a:hover {
    color: #f8694a;
    text-decoration: none;
    outline: 0
  }

.login-wrap a {
  color: #B61F24;
}

  .login-wrap a:hover {
    color: #444;
  }

.primary-color {
  color: #f8694a
}

.white-color {
  color: #fff
}

.font-weak {
  font-weight: 400
}

.white-bg {
  background: #fff
}

strong {
  color: #30323a
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #dadada
}

.orange-bgg {
  background: #e59c2e;
  background: -moz-linear-gradient(-45deg, #e59c2e 0, #f0c759 100%);
  background: -webkit-linear-gradient(-45deg, #e59c2e 0, #f0c759 100%);
  background: linear-gradient(135deg, #e59c2e 0, #f0c759 100%)
}

.red-bgg {
  background: #a82727;
  background: -moz-linear-gradient(-45deg, #8e1010 0, #c03c3c 100%);
  background: -webkit-linear-gradient(-45deg, #8e1010 0, #c03c3c 100%);
  background: linear-gradient(135deg, #8e1010 0, #c03c3c 100%)
}

.primary-text {
  color: #c42b2f
}

.white-text {
  color: #fff
}

.dark-text {
  color: #444
}

.inline {
  display: inline-block
}

.main-btn, .primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  border: none;
  -webkit-transition: .3s all;
  transition: .3s all
}

.icon-btn.main-btn, .icon-btn.primary-btn {
  width: 30px;
  height: 31px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  box-shadow: none;
  border-radius: 3px;
  color: #fff;
  font-size: 18px
}

.main-btn {
  background: #feb600;
  border: 1px solid #feb600;
  box-shadow: none
}

  .main-btn:focus, .main-btn:hover {
    color: #feb600;
    border: 1px solid #feb600;
    background: 0 0
  }

.primary-btn {
  color: #fff;
  background-color: #c42b2f
}

  .primary-btn:focus, .primary-btn:hover {
    color: #fff;
    background-color: #30323a
  }

.btn-group-lg > .btn, .btn-lg {
  padding: 12px 40px !important;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px
}

.order-place .modal-body {
  position: relative;
  padding: 55px
}

.form-control, .input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 5px transparent;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 5px transparent;
  -webkit-transition: .3s all;
  transition: .3s all;
}

  .form-control:focus, .input:focus {
    -webkit-box-shadow: 0 0 0 1px #f8694a inset, 0 0 0 0 #f8694a;
    box-shadow: 0 0 0 1px #f8694a inset, 0 0 0 0 #f8694a
  }

textarea.input {
  padding: 15px
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .3s max-height;
  transition: .3s max-height
}

.input-checkbox > label {
  color: #30323a
}

.input-checkbox input[type=checkbox]:checked + label + .caption, .input-checkbox input[type=radio]:checked + label + .caption {
  max-height: 800px
}

.list-links-parent li span {
  cursor: pointer;
}

.list-links .list-links-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px
}

.list-links li > a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #6b6b6b;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .3px;
  font-family: Poppins, sans-serif
}

.list-links {
  margin-bottom: 11px
}

  .list-links li > a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all
  }

  .list-links li.active > a, .list-links li > a:focus, .list-links li > a:hover {
    color: #f8694a;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }

    .list-links li.active > a:before, .list-links li > a:focus:before, .list-links li > a:hover:before {
      opacity: 1;
      visibility: visible
    }

.section {
  padding-top: 30px;
  padding-bottom: 30px
}

.section-grey {
  background: #f6f7f8
}

.section-title {
  position: relative;
  margin-bottom: 0px;
  margin-top: 15px;
  padding: 0 15px;
}

  .section-title .title {
    display: inline-block
  }

.body-fixed {
  position: fixed;
}

#breadcrumb {
  -webkit-box-shadow: 0 6px 6px -6px rgba(0,0,0,.175);
  box-shadow: 0 6px 6px -6px rgba(0,0,0,.175)
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 15px 0;
  margin: 0
}

  .breadcrumb > .active {
    color: #f8694a
  }

  .breadcrumb > li + li:before {
    color: #dadada;
    padding: 0 1px;
  }

  .breadcrumb > li {
    display: inline-block;
    font-size: 11px;
    word-break: break-all;
  }

    .breadcrumb > li.aside-link {
      font-size: 16px;
    }

#header {
  padding-top: 10px;
  padding-bottom: 5px;
  background: #b61f24;
}

#top-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dadada
}

.header-top-links > li {
  display: inline-block
}

  .header-top-links > li + li {
    margin-left: 15px
  }

  .header-top-links > li > a {
    cursor: pointer;
    text-transform: uppercase
  }

.logo-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 35%;
  text-align: center
}

header .pul-left {
  float: left !important
}

header .pull-right {
  float: right !important
}

.header-logo {
  display: inline-block
}

  .header-logo .logo > img {
    width: auto;
    max-height: 70px;
    max-width: 100%
  }

.header-search {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  width: 100%
}

.mobile-wrapper header .container {
  padding-right: 10px;
  padding-left: 10px;
}

.header-search > div {
  position: relative
}

.header-search .search-input {
  padding-left: 20px;
  padding-right: 35px;
  height: 40px;
  border-radius: 5px;
  border: none;
}

.description.right {
  font-size: 12px;
  color: #777;
  font-style: italic;
  float: right;
  margin-top: 8px;
}

.header-search > div .search-btn i {
  font-size: 16px;
  line-height: 40px;
}

.header-search > div .search-categories {
  position: absolute;
  left: 0;
  top: 0;
  width: 135px
}

.header-search > div .search-btn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  color: #AEAEAE;
  position: absolute;
  top: 0;
  right: 0;
}

.header-btns > li {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0
}

  .header-btns > li + li {
    margin-left: 5px
  }

.search-dropdown {
  top: 55px;
  width: 100%;
  background: #f6f6f6;
  border: 2px solid #b61f24;
  border-radius: 6px;
}

  .search-dropdown h1 {
    background: #b61f24;
    color: #fff;
    margin-top: 0px;
    padding: 10px;
    font-size: 14px;
    text-align: right;
  }

.search-style ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

  .search-style ul li {
    padding: 0px 0 0px 10px;
    line-height: 25px;
    clear: both;
  }

    .search-style ul li a {
      color: #b61f24;
      cursor: pointer !important;
    }

    .search-style ul li:hover {
      background: #ffecec;
    }

.search-view {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  background: #ffecec;
  color: #b61f24;
  cursor: pointer;
}

.search-style ul li img {
  float: left;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
  margin-bottom: 15px;
}

.search-product {
  overflow: hidden;
}

.header-btns > li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 0;
  width: 28px;
  height: 28px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #e6b101;
  border: 1px solid #e6b101;
  border-radius: 3px;
  font-size: 15px;
}

header .pull-left .header-btns {
  padding-top: 5px;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer
}

.header-account.dropdown .custom-menu > li > a > i {
  margin-right: 7px;
  color: #f8694a;
  width: 17px;
  text-align: center;
}

.header-cart .header-btns-icon .qty {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background: #f8694a;
  color: #fff;
  border-radius: 50%
}

.header-cart.dropdown .custom-menu {
  width: 300px
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: auto
}

  #shopping-cart .shopping-cart-list .product.product-widget:first-child {
    margin-top: 0
  }

  #shopping-cart .shopping-cart-list .product.product-widget:last-child {
    margin-bottom: 0
  }

#shopping-cart .shopping-cart-btns > button {
  width: calc(50% - 2px)
}

#navigation {
  background-color: #30323a
}

  #navigation .container {
    position: relative
  }

.category-nav {
  float: left;
  width: 270px
}

  .category-nav .category-header {
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    background: #c42b2f;
    color: #fff;
    font-size: 18px
  }

    .category-nav .category-header > i {
      float: right;
      line-height: 20px
    }

  .category-nav .category-list {
    position: absolute;
    width: 270px;
    background-color: #fff;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    z-index: 50;
    -webkit-transition: .3s all;
    transition: .3s all
  }

  .category-nav.show-on-click .category-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px)
  }

    .category-nav.show-on-click .category-list.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0)
    }

  .category-nav .category-list > li + li {
    border-top: 1px solid #dadada
  }

.nav-toggle .main-btn {
  width: 35px;
  height: 35px;
  background: no-repeat;
  border: none;
  font-size: 24px;
}

.category-nav .category-list > li.dropdown > .dropdown-toggle > i.fa-angle-right {
  float: right;
  line-height: 20px
}

.category-nav .category-list > li > a {
  display: block;
  padding: 15px
}

  .category-nav .category-list > li.dropdown.open > a, .category-nav .category-list > li > a:focus, .category-nav .category-list > li > a:hover {
    color: #f8694a
  }

#responsive-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 270px;
  width: 0%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s all;
  transition: .5s all;
  z-index: 990
}

  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid #f8694a
  }

  #responsive-nav .dropdown.open .custom-menu {
    display: block;
    min-width: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

.category-nav .category-list.open, .menu-nav .menu-list.open {
  display: block
}

.category-nav .category-header, .menu-nav .menu-header {
  cursor: pointer
}

.category-nav {
  float: none;
  width: 100%;
  font-family: Poppins, sans-serif
}

  .category-nav .category-list {
    position: static
  }

.custom-menu {
  position: absolute;
  padding: 7px;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 100;
  top: 100%;
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all;
  transition: .3s all
}

.dropdown.open > .custom-menu {
  opacity: 1;
  visibility: visible
}

.dropdown.default-dropdown > .custom-menu {
  border-top: 2px solid #f8694a;
  left: 0;
  -webkit-transform: translateX(0) translateY(15px);
  -ms-transform: translateX(0) translateY(15px);
  transform: translateX(0) translateY(15px)
}

.dropdown.default-dropdown.open > .custom-menu {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}

.dropdown.default-dropdown > .custom-menu > li > a {
  display: block;
  padding: 7px 0;
}

.dropdown.mega-dropdown.full-width {
  position: static !important
}

.dropdown.mega-dropdown > .custom-menu {
  border-top: 2px solid #f8694a;
  left: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  width: auto;
  min-width: 750px;
  max-width: 100%
}

.dropdown.mega-dropdown.full-width > .custom-menu {
  width: 100%
}

.dropdown.mega-dropdown.open > .custom-menu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.dropdown.side-dropdown > .custom-menu {
  border-left: 2px solid #f8694a;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  transform: translate(15px, 0)
}

.dropdown.side-dropdown.open > .custom-menu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

#header .nav-toggle {
  display: inline-block
}

.pro-brand {
  text-align: center;
}

.categories-carousel .pro-brand h6 {
  padding-top: 12px;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/****structures css***/
.pro-brand .product-thumb, .pro-brand .thumb {
  width: 100%;
  height: 90px;
  margin: auto;
  overflow: hidden;
  background: #f2f2f2;
}

  .pro-brand .product-thumb a {
    display: block;
    height: 100%;
  }

  .pro-brand .product-thumb img, .pro-brand .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
/*New Css For Home page Added By Salman Ilyas Starts Here*/
.home-wrap .carousel-control {
  background-image: none;
  text-shadow: none;
  opacity: 1;
  height: 35px;
  top: 45%;
  width: 10%;
}

  .home-wrap .carousel-control span.sr-only {
    display: none;
  }

  .home-wrap .carousel-control span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4);
    font-size: 18px;
    line-height: 37px;
    color: #ddd;
  }

  .home-wrap .carousel-control:hover span {
    background-color: #F8694A;
    color: #fff;
  }

  .home-wrap .carousel-control span .sr-only {
    display: none;
  }

#carousel-brand {
  margin-bottom: 50px;
}

  #carousel-brand .item .row {
    margin: 0;
  }

  #carousel-brand .item .col-sm-3 {
    padding: 0;
  }

  #carousel-brand .carousel-indicators, #carousel-vendor .carousel-indicators {
    bottom: -50px;
  }

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 0 5px;
  background-color: #DADADA;
  border: none;
  opacity: 0.75;
}

  .carousel-indicators li.active {
    margin: 0 5px;
    background-color: #F8694A;
  }

#carousel-vendor .item .row {
  margin: 0;
}

#carousel-vendor .item .col-sm-6 {
  padding: 0;
}

#carousel-vendor {
  margin-bottom: 30px;
}
/*New Css Added By Salman Ilyas Ends Here*/
/*New Css For Product Detail page Added By Salman Ilyas Starts Here*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

#carousel-slider-products .carousel-control, #carousel-slider-thumbs .carousel-control {
  background-image: none;
  text-shadow: none;
  opacity: 1;
  height: 35px;
  top: 45%;
  width: 10%;
}

  #carousel-slider-products .carousel-control span, #carousel-slider-thumbs .carousel-control span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4);
    font-size: 18px;
    line-height: 37px;
    color: #ddd;
  }

  #carousel-slider-products .carousel-control:hover span, #carousel-slider-thumbs .carousel-control:hover span {
    background-color: #F8694A;
    color: #fff;
  }

#carousel-slider-thumbs {
  margin-top: 10px;
  margin-bottom: 25px;
}

  #carousel-slider-thumbs .product-view {
    padding: 7.5px;
    opacity: 0.2;
  }

  #carousel-slider-thumbs .product-view {
    text-align: center;
    height: 80px;
    overflow: hidden;
  }

    #carousel-slider-thumbs .product-view img {
      height: 100%;
      height: 100%;
      object-fit: contain;
    }

  #carousel-slider-thumbs .col-sm-4 {
    padding: 0;
  }

  #carousel-slider-thumbs .row {
    margin: 0;
  }

#carousel-categories .row, #carousel-mn-sale row {
  margin: 0;
}

#carousel-categories .col-sm-3, #carousel-mn-sale .col-sm-6 {
  padding: 0;
}

.sm-loader {
  display: block;
  border: 20px solid #dedede;
  border-radius: 50%;
  border-top: 12px solid #faa51a;
  border-right: 12px solid #dedede;
  border-bottom: 12px solid #b61f24;
  border-left: 12px solid #dedede;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 100px 60px rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 0 100px 60px rgba(255,255,255,0.9);
  z-index: 99;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*New Css Added By Salman Ilyas Ends Here*/
.banner {
  display: block;
  position: relative;
}

  .banner > a > img {
    width: 100%
  }

.welcome-ads > img {
  width: 100%
}

.banner.banner-1 .banner-caption {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
}

.banner.banner-2 .banner-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%
}

.banner h1 {
  font-size: 46px;
  text-transform: uppercase
}

#home-slick .banner {
  margin: 0
}

.product .product-old-price {
  color: #b1b1b1;
  font-size: 15px;
  text-decoration: line-through
}

.product-rating {
  display: block
}

  .product-rating > i {
    color: #ffb656
  }

    .product-rating > i.empty {
      color: #dadada
    }

.product .product-label > span {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  color: #fff;
  background-color: #219d47;
  z-index: 8;
  font-size: 12px;
}

  .product .product-label > span.sale {
    background-color: #d93c2a
  }

.product .product-countdown {
  z-index: 22
}

  .product .product-countdown > li {
    display: inline-block;
    margin-right: -4px
  }

    .product .product-countdown > li + li:before {
      content: ":";
      color: #fff;
      background: #30323a;
      padding: 2px
    }

    .product .product-countdown > li > span {
      display: inline-block;
      color: #fff;
      font-weight: 700;
      padding: 10px;
      background: #f8694a
    }

.product.product-single {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: .3s all;
  transition: .3s all
}

  .product.product-single:hover {
    -webkit-box-shadow: 0 6px 10px -6px rgba(0,0,0,.175);
    box-shadow: 0 6px 10px -6px rgba(0,0,0,.175);
  }

.product-grid .product.product-single {
  width: 50%;
  float: left;
  padding: 5px;
  background: transparent;
  position: relative;
}

.product.product-single .product-thumb {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  background: #f2f2f2;
  height: 200px;
}

  .product.product-single .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

.product.product-single .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20
}

.product.product-single:hover .quick-view {
  opacity: 1;
  visibility: visible
}

.product.product-single .product-label {
  position: absolute;
  left: 0;
  top: 0
}

  .product.product-single .product-label > span {
    display: block
  }

.product.product-single .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center
}

.product.product-single .product-body {
  padding: 15px;
  background: #fff;
}

.product.product-single .product-price {
  display: inline-block
}

.product.product-single .product-name {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px; /* fallback */
  height: 32px; /* fallback */
  padding: 0;
  margin-bottom: 0;
}

.product.product-single .product-btns {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s all;
  transition: .3s all
}

.product-grid .product.product-single .product-btns {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.product.product-single .product-btns .main-btn, .product.product-single .product-btns .primary-btn {
  width: 35px;
  height: 35px
}

.product.product-single:hover .product-btns {
  opacity: 1;
  visibility: visible
}

.list-view .product-body, .product.product-single.list-view {
  overflow: hidden;
  background: #fff
}

.list-view .product-body, .list-view .product-thumb {
  display: inline-block;
  vertical-align: top
}

.product.product-single.list-view .product-thumb {
  width: 30%;
  height: 90px;
  background: #f1f1f1;
  overflow: hidden;
  margin-bottom: 0 !important;
}



.flash-sale-wrap .product.product-single.list-view .product-thumb {
  width: 40%;
  height: 80px;
}

.flash-sale-wrap .product.product-single.list-view .product-body {
  width: 55%;
}

.product.product-single.list-view .product-thumb img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 100px
}

.list-view .product-body {
  width: 67%;
  padding: 5px !important
}

  .list-view .product-body .product-name {
    margin-bottom: 0
  }

.product.product-single .product-name a {
  color: #333;
  font-weight: 400;
}

  .product.product-single .product-name a:hover {
    color: #B61F24;
  }

.product.product-single.product-hot {
  border: 2px solid #f8694a
}

  .product.product-single.product-hot .product-btns {
    opacity: 1;
    visibility: visible
  }

.product.product-single .media-body .product-body {
  padding: 0
}

.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px
}

  .product.product-widget .product-thumb {
    position: absolute;
    left: 0;
    top: 0;
  }

  .product.product-widget .product-thumb {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ddd;
    border-radius: 2px;
  }

    .product.product-widget .product-thumb > img {
      width: 100%
    }

  .product.product-widget .product-body {
    padding-left: 50px;
    padding-top: 10px;
    min-height: 55px;
  }

  .product.product-widget .product-price {
    font-size: 18px;
    margin-bottom: 5px
  }

    .product.product-widget .product-price .qty {
      font-size: 14px;
      font-weight: 400
    }

  .product.product-widget .product-name {
    font-size: 14px
  }

  .product.product-widget .cancel-btn {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: transparent;
    border: none;
    color: #dadada;
    padding: 0
  }

    .product.product-widget .cancel-btn:hover {
      color: #30323a
    }

.product-grid .product.product-single .product-thumb {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.product-slick .slick-slide {
  margin-right: 15px;
  margin-left: 15px
}

#aside .aside {
  margin-bottom: 10px;
}

  #aside .aside:last-child {
    margin-bottom: 0
  }

.aside .aside-title {
  position: relative;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 12px;
  font-weight: 600;
}

.filter-list {
  margin-bottom: 15px
}

  .filter-list > li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px
  }

    .filter-list > li:last-child {
      margin-right: 0
    }

  .filter-list li a {
    position: relative;
    padding: 0 5px 0 20px
  }

    .filter-list li a:before {
      content: "\f00d";
      font-family: FontAwesome;
      position: absolute;
      left: 4px;
      top: 5px;
      line-height: 12px;
      font-size: 9px;
      color: #fff;
      background: #30323a;
      width: 12px;
      text-align: center;
      border-radius: 50%;
      height: 12px
    }

#price-slider {
  margin: 35px 0 15px;
}

.noUi-target {
  background-color: #dadada;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0
}

.noUi-connect {
  background-color: #e92222
}

.noUi-horizontal {
  height: 5px
}

  .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -6px;
    top: -4px;
    border: none;
    background: #313338;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 7px
  }

.noUi-handle:after, .noUi-handle:before {
  display: none
}

.noUi-tooltip {
  border: none;
  color: #fff;
  background: #30323a;
  border-radius: 0;
  padding: 2px 5px;
  font-size: 13px
}

#breadcrumb.filters {
  -webkit-box-shadow: 0 6px 6px -6px rgba(0,0,0,.175);
  box-shadow: 0 6px 6px -6px rgba(0,0,0,.175);
  position: sticky;
  top: 0;
  position: -webkit-sticky;
  z-index: 9;
  background: #fff;
}

#store {
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada
}

.aside-link a {
  padding: 0 10px;
}

.row-filter {
  display: inline-block;
  vertical-align: top
}

  .row-filter > a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #30323a;
    -webkit-transition: .3s all;
    transition: .3s all
  }

    .row-filter > a:hover {
      opacity: .9
    }

    .row-filter > a.active {
      background-color: #f8694a
    }

.sort-filter {
  display: inline-block;
  margin-left: 15px
}

  .sort-filter select.input {
    width: 120px
  }

.page-filter select.input {
  width: 90px
}

.page-filter {
  display: inline-block;
  margin-bottom: 10px;
}

.store-pages {
  display: inline-block;
}

  .store-pages li {
    display: inline-block;
  }

    .store-pages li a {
      display: block;
      min-width: 10px;
      text-align: center;
      color: #777;
      text-align: center;
      border: 1px solid #ddd;
      background: #ddd;
      width: 30px;
      height: 30px;
      line-height: 28px;
      transition: 0.3s;
    }

      .store-pages li a:hover, .store-pages li a:focus {
        background: transparent;
        color: #f8694a
      }

    .store-pages li.active a, .store-pages li.active a:hover, .store-pages li.active a:focus {
      color: #f8694a;
      background: #eee;
    }

#product-main-view .slick-arrow {
  opacity: 0
}

#product-main-view:hover .slick-arrow {
  opacity: 1
}

#product-view {
  margin-top: 10px;
  margin-bottom: 15px
}

  #product-view .product-view.slick-slide {
    opacity: .2
  }

    #product-view .product-view.slick-slide.slick-current {
      opacity: 1;
      -webkit-box-shadow: 0 0 0 2px #f8694a inset;
      box-shadow: 0 0 0 2px #f8694a inset
    }

  #product-view .product-view {
    padding: 7.5px
  }

.product-view > img {
  width: 100%
}

.product.product-details .product-name {
  margin-top: 15px;
  margin-bottom: 0;
}

.product.product-details .product-rating {
  margin-right: 15px;
  margin-bottom: 15px
}

.product.product-details .product-options {
  border-top: 1px solid #dadada;
  margin-top: 15px
}

.product.product-details .qty-input .text-uppercase {
  font-weight: bold;
}

.product.product-details .qty-input .input-group-button {
  display: inline-block;
  width: 27px;
  text-align: center;
  height: 34px;
  background: #ddd;
  vertical-align: bottom;
  line-height: 33px;
  font-size: 21px;
}

.product.product-details .qty-input .input-number {
  width: 65px;
  border: 1px solid #ddd;
  height: 34px;
  text-align: center;
  border-radius: 2px;
}

.order-info .product.product-details .qty-input .input-number {
  width: 40px;
}

.order-info .product.product-details .qty-input {
  width: 105px;
}

  .order-info .product.product-details .qty-input .input-group-button {
    width: 21px;
    font-size: 19px;
  }

.product-options .size-option {
  margin-bottom: 15px;
  margin-top: 20px;
}

.product-options .color-option {
  margin-bottom: 10px;
}

.sku-no {
  color: #777;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 0;
}

.short-des {
  margin: 12px 0;
  padding-left: 15px;
}

  .short-des li {
    list-style: square;
  }

.size-option > li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top
}

.pro-det-icons {
  display: inline-block;
  float: right
}

.size-option > li:last-child {
  margin-right: 0
}

.size-option > li > a {
  display: block;
  border: 1px solid #dadada;
  padding: 0px 5px;
  min-width: 35px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}

.size-option > li.active a {
  color: #f8694a;
  border-color: #f8694a
}

.color-option > li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top
}

  .color-option > li:last-child {
    margin-right: 0
  }

  .color-option > li > a {
    display: block;
    width: 20px;
    height: 20px
  }

  .color-option > li.active a {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #f8694a;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #f8694a
  }

.product.product-details .qty-input {
  display: inline-block
}

  .product.product-details .qty-input .input {
    width: 90px
  }

.aside-link {
  float: right
}

.breadcrumb > li.aside-link::before {
  display: none
}

.filter-widget {
  background: #eee;
  padding: 12px 12px !important;
  margin-top: 10px;
}

.product-tab {
  margin-top: 5px
}

  .product-tab .tab-nav {
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px
  }

    .product-tab .tab-nav li {
      display: inline-block
    }

      .product-tab .tab-nav li + li {
        margin-left: 20px
      }

      .product-tab .tab-nav li a {
        display: block;
        padding: 10px 0;
        text-transform: uppercase
      }

      .product-tab .tab-nav li.active {
        position: relative
      }

        .product-tab .tab-nav li.active a {
          color: #f8694a
        }

          .product-tab .tab-nav li.active a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1.5px;
            height: 3px;
            width: 30px;
            background-color: #f8694a
          }

.single-review {
  margin-bottom: 30px
}

  .single-review .review-heading > div {
    display: inline-block
  }

    .single-review .review-heading > div + div {
      margin-left: 10px
    }

  .single-review .review-rating {
    display: inline-block
  }

    .single-review .review-rating > i {
      color: #ffb656
    }

      .single-review .review-rating > i.empty {
        color: #dadada
      }

  .single-review .review-body {
    margin-top: 10px
  }

.reviews-pages li {
  display: inline-block;
  margin-right: 6px
}

  .reviews-pages li a {
    display: block;
    min-width: 10px;
    text-align: center
  }

  .reviews-pages li.active {
    color: #f8694a
  }

.review-form textarea.input {
  height: 90px
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top
}

  .review-form .input-rating .stars input[type=radio] {
    display: none
  }

  .review-form .input-rating .stars > label {
    float: right;
    cursor: pointer;
    padding: 0 3px;
    margin: 0;
    -webkit-transition: .3s all;
    transition: .3s all
  }

    .review-form .input-rating .stars > label:hover, .review-form .input-rating .stars > label:hover ~ label {
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5)
    }

    .review-form .input-rating .stars > label:before {
      content: "\f006";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: 400;
      color: #dadada;
      font-size: 14px;
      -webkit-transition: .3s all;
      transition: .3s all
    }

    .review-form .input-rating .stars > label:hover:before, .review-form .input-rating .stars > label:hover ~ label:before {
      content: "\f005";
      color: #ffb656
    }

.pointer-show {
  cursor: pointer;
}

.activeCategoryFilter {
  color: #b61f24 !important;
}

.review-form .input-rating .stars > input:checked label:before, .review-form .input-rating .stars > input:checked ~ label:before {
  content: "\f005";
  color: #ffb656
}

label.star-color:before {
  content: "\f005" !important;
  color: #ffb656 !important;
}

.shiping-methods {
  margin-bottom: 30px
}

.shopping-cart-table > tbody > tr > td, .shopping-cart-table > tbody > tr > th, .shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th, .shopping-cart-table > thead > tr > td, .shopping-cart-table > thead > tr > th {
  padding: 10px 10px;
  vertical-align: middle;
  border-top: 1px solid #dadada
}

.shopping-cart-table > thead > tr > th {
  color: #30323a;
  text-transform: uppercase;
  border-bottom: 1px solid #dadada
}

.shopping-cart-table > tbody > tr:last-child > td {
  border-bottom: 1px solid #dadada
}

.shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th {
  color: #30323a;
  border-top: 0
}

  .shopping-cart-table > tfoot > tr > td:not(.empty), .shopping-cart-table > tfoot > tr > th:not(.empty) {
    padding: 15px;
    background-color: #f6f7f8;
    border: 1px solid #dadada
  }

.shopping-cart-table > tbody > tr > .details > a {
  font-size: 18px
}

.shopping-cart-table > tbody > tr > .thumb > img {
  width: 60px
}

.shopping-cart-table > tbody > tr > .qty .input {
  width: 90px
}

.shopping-cart-table > tbody > tr > .price {
  font-size: 18px
}

.shopping-cart-table > tbody > tr > .total {
  font-size: 18px
}

.shopping-cart-table > tfoot > tr > .sub-total {
  font-size: 18px
}

.shopping-cart-table > tfoot > tr > .total {
  font-size: 24px;
  color: #f8694a
}



.footer {
  margin: 15px 0 0;
}

  .footer .footer-header {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px
  }

.footer-logo {
  margin-bottom: 30px;
  display: none
}

.mb-0 {
  margin-bottom: 0 !important
}

.footer-logo .logo {
  display: inline-block
}

  .footer-logo .logo > img {
    width: 100%;
    max-height: 70px
  }

.footer-social > li {
  display: inline-block;
  margin-right: 15px;
}

#footer.section {
  padding-bottom: 50px;
}

.footer-links ul.list-links li a {
  color: #b93636;
  font-size: 13px;
  line-height: 9px
}

.footer-links ul li a:hover {
  color: #999;
}

.footer-links ul li a {
  color: #aa7218;
  font-size: 13px;
  padding: 3px 1px;
  display: inline-block;
}

.footer-social > li:last-child {
  margin-right: 0
}

.footer-copyright {
  font-size: 13px;
  margin-bottom: 10px
}

.footer-links ul li {
  display: inline-block;
  padding: 0 5px
}

.footer-social {
  margin-top: 0;
  text-align: center;
}

.footer-links ul.list-links li a {
  color: #c8891d;
  font-size: 13px
}

.policy h3 {
  color: #72757d
}

.policy li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px
}

  .policy li::before {
    content: "\f105";
    position: absolute;
    left: 5px;
    font-family: FontAwesome;
    font-size: 20px;
    top: 0;
    line-height: 22px;
    color: #8f0606
  }

.slick-next, .slick-prev {
  width: 35px;
  height: 35px;
  background: rgba(0,0,0,.3);
  z-index: 22;
  border-radius: 50%
}

  .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background: #f8694a
  }

  .slick-next:before, .slick-prev:before {
    color: #fff
  }

.slick-prev {
  left: 15px
}

.slick-next {
  right: 15px
}

.custom-nav .slick-next, .custom-nav .slick-prev {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 12px;
  height: 12px
}

  .slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #dadada;
    border-radius: 0
  }

  .slick-dots li.slick-active button:before {
    background-color: #f8694a
  }

.custom-dots .slick-dots {
  position: static;
  margin: 5px 0;
}

.mobile-wrapper {
  max-width: 860px;
  margin: auto;
  background: #f7f7f7;
  overflow-x: hidden;
  padding-bottom: 0px;
}

  .mobile-wrapper .container {
    max-width: 850px
  }

.serch-wrap {
  background: #B61F24;
  padding: 10px 15px 10px 10px;
  position: relative
}

.category-nav .banner.banner-1 .banner-caption {
  position: absolute;
  top: 52%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%
}

.cate-list {
  text-align: center
}

  .cate-list li {
    display: block;
    padding: 5px;
    text-align: center;
    width: 25%;
    vertical-align: bottom;
    float: left
  }

    .cate-list li a {
      padding: 10px 23px;
      background: #fff;
      display: block;
      text-align: center
    }

      .cate-list li a img {
        display: inline-block;
        margin-bottom: 10px;
        max-height: 60px
      }

    .cate-list li h4 {
      margin-bottom: 0;
      font-size: 16px
    }

.sale-post {
  display: block;
  position: relative;
  text-align: center;
  margin: 20px 10px 10px;
  background: #fff;
  max-height: 160px;
  overflow: hidden;
}

  .sale-post img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

.timer-wrap {
  background: #c42b2f;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 16px
}

.sale-post .timer-wrap {
  position: absolute;
  right: 0;
  top: 20px;
}

.timer-wrap p {
  margin-bottom: 0
}

.time span {
  min-width: 30px;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #b61f24;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin: 0 2px;
  padding: 3px;
  font-size: 14px;
}

.link {
  color: #c42b2f
}

.section-title .link {
  color: #c42b2f;
  font-size: 16px;
  font-family: Poppins, sans-serif;
}

.product.product-single .product-price, .product-price {
  display: inline-block;
  font-size: 16px;
  color: #c42b2f;
  margin-bottom: 0;
  margin-top: 10px
}

h3.product-price {
  font-size: 18px;
}

.flash-sale-wrap .product.product-single .product-thumb {
  margin-bottom: 0;
}

.card-categories-ul {
  width: 100%;
  background-color: #fff;
  /*min-height: 445px*/
}

.card-categories-li {
  width: 33.33%;
  height: 140px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  float: left;
  text-align: center;
  padding: 3px;
}

  .card-categories-li:nth-child(3n) {
    border-right: 0
  }

.card-categories-li-content {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 16px
}

.card-categories-li h4 {
  font-size: 13px;
  font-weight: 300;
  height: 27px;
  overflow: hidden;
}

.card-categories-image-container {
  margin: 10px auto;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: #f2f2f2;
}

  .card-categories-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

.card-categories-name {
  text-align: center;
  margin-top: 10px
}

  .card-categories-name .text {
    margin: 8px 12px 0;
    font-size: 12px;
    color: #212121;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
  }

.pro-brand {
  background: #fff;
  padding: 10px;
  margin: 0 !important
}

  .pro-brand img {
    max-width: 100%
  }

.pro-vendor {
  background: #ebebeb;
  padding: 9px
}

.pro-vendor {
  background: #ebebeb;
  padding: 10px 10px 30px;
  margin: 0 5px 30px !important;
  text-align: center;
  position: relative
}

  .pro-vendor h5 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.vendor-icon {
  position: absolute;
  width: 45px;
  left: 0;
  right: 0;
  margin: 12px auto;
  background: #fff;
  border: 2px solid #c42b2f;
  height: 45px
}

  .vendor-icon img {
    max-width: 100%;
    height: 41px
  }

.header-btns > li .header-btns-icon {
  margin-right: 4px;
}

.vendor-thumb-wrap {
  width: 100%;
  height: 200px;
  margin: auto;
  background: #f2f2f2;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}

  .vendor-thumb-wrap img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

.latest-products .product.product-single .product-thumb img {
  max-width: 100%;
  display: inline-block
}

.latest-products .product.product-single {
  text-align: left;
  background: transparent;
  margin-bottom: 20px;
  width: 50%;
  float: left;
  padding: 5px;
}

  .latest-products .product.product-single .product-btns {
    position: absolute;
    left: auto;
    right: 4px;
    bottom: 4px;
  }

  .latest-products .product.product-single .product-name {
    margin-bottom: 5px;
  }

  .latest-products .product.product-single .product-price {
    height: 30px;
  }

  .latest-products .product.product-single .product-body {
    padding: 5px;
    position: relative;
  }

.monthly-sale .latest-products .product.product-single {
  margin-bottom: 0;
}

footer {
  background: #000
}

.product.product-single .product-btns {
  margin-top: 10px;
  opacity: 1;
  visibility: visible
}

.product.product-single {
  background: #fff
}

.product-thumb h6 {
  text-align: center;
  padding-top: 12px;
  margin-bottom: 0
}

.login-wrap {
  min-height: 100vh;
  padding-bottom: 40px
}

.login-header {
  background: #b61f24;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px
}

  .login-header h3 {
    color: #fff
  }

.social-buttons {
  padding: 0;
  text-align: center;
  margin-bottom: 20px
}

  .social-buttons .btn {
    padding: 10px 30px;
    font-size: 13px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    text-transform: uppercase;
    transition: all .3s;
    margin-bottom: 7px;
  }

    .social-buttons .btn .fa {
      margin-right: 5px
    }

.btn-fb {
  background: #3b5998 !important;
  color: #fff
}

.btn-gplus {
  background-color: #dd4b39 !important;
  color: #fff
}

.social-buttons .btn:hover, .social-buttons .btn:focus {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  color: #fff
}

.break {
  position: relative;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ddd;
  margin-bottom: 45px;
  margin-top: 45px
}

  .break span {
    position: absolute;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 34px;
    top: -18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto
  }

#login-form {
  max-width: 600px;
  margin: auto
}

.cat-list {
  text-align: center;
  overflow: hidden;
  margin: 5px 0;
}

  .cat-list > a {
    display: block;
    position: relative;
    height: 300px;
  }

    .cat-list > a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0,0,0,0.34)
    }

  .cat-list img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .cat-list h3 {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 28px;
    z-index: 9;
  }

#home .home-wrap {
  margin-left: 0
}

#aside {
  margin-bottom: 60px
}

.product-reviews {
  margin-bottom: 30px
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.product.product-single.list-view {
  position: relative;
}

  .product.product-single.list-view .product-btns {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    text-align: right;
    position: absolute;
    right: 3px;
    bottom: 3px;
  }

.product-listing .product.product-single.list-view .product-rating {
  position: absolute;
}

input[type="checkbox"], input[type="radio"] {
  margin: 2px 4px 0 0;
  line-height: normal;
  vertical-align: text-top;
}

.form-group.checkboxes label {
  margin-right: 20px;
}

.input-group .btn.main-btn {
  padding: 8px 15px 9px;
}
/***auto search widget***/
.autosearch {
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

ul.ui-widget.ui-menu {
  padding-left: 0;
  max-width: 740px !important;
  position: absolute !important;
  background: #fff;
  z-index: 99;
}

.ui-autocomplete-category {
  font-weight: 600;
  padding: 8px 16px;
  margin: .8em 0 .2em;
  line-height: 1.5;
  background: rgba(217, 66, 66, 0.2);
  color: #a41313;
  font-size: 16px;
  text-transform: capitalize;
}

ul.ui-widget.ui-menu {
  padding-left: 0;
}

  ul.ui-widget.ui-menu li {
    list-style: none;
  }

    ul.ui-widget.ui-menu li.ui-menu-item {
      padding: 8px 15px;
      color: #777;
      cursor: pointer;
      text-transform: capitalize;
      font-weight: 500;
    }

      ul.ui-widget.ui-menu li.ui-menu-item:hover {
        color: #000;
        background: #f7f7f7;
      }

.autosearch input.ui-autocomplete-input {
  padding: 10px;
  width: 100%;
}
/**sticky header****/
.sticky-footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
  display: block;
  overflow: hidden;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-shadow: 0px -2px 5px 2px rgba(0,0,0,0.1);
}

  .sticky-footer ul {
    max-width: 768px;
    margin: auto;
    height: 50px;
    display: block;
  }

    .sticky-footer ul li {
      float: left;
    }

      .sticky-footer ul li.store-btn a {
        width: 40px;
        height: 50px;
        display: block;
        font-size: 22px;
        text-align: center;
        line-height: 48px;
      }

      .sticky-footer ul li.store-btn {
        float: left;
      }

      .sticky-footer ul li.left-link-btn, .sticky-footer ul li.right-link-btn {
        width: 42%;
        float: right;
      }

.left-link-btn a, .right-link-btn a, .left-link-btn button, .right-link-btn button {
  color: #fff;
  width: 100%;
  border-radius: 0;
  height: 50px;
  line-height: 35px;
  text-align: center;
  border: none;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
}

  .left-link-btn a span, .right-link-btn a span, .left-link-btn button span, .right-link-btn button span {
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    display: block;
  }

button[disabled], html input[disabled] {
  cursor: not-allowed;
  background: #999 !important;
  color: #fff;
}

.left-link-btn .main-btn:hover, .left-link-btn .main-btn:focus {
  background: #30323a;
  border: none;
}


.sticky-footer ul.sticky-menu li a {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  color: #333;
}

.sticky-footer ul.sticky-menu li {
  width: 25%;
}

.sticky-footer ul li.active a {
  background: 0;
  color: #bf2629;
  font-size: 28px;
}

.btn-p-detail .qty, .sticky-menu .qty {
  position: absolute;
  /* right: -9px; */
  top: 2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  background: #f8694a;
  color: #fff;
  border-radius: 50%;
}

.new-user-wrap {
  background-size: cover !important;
  padding: 40px 10px 50px;
  background-position: top center !important;
  position: relative;
  margin: 90px 8px 40px;
}

.monthly-sale {
  background: #fff;
  border-radius: 12px;
  padding: 15px 10px;
}

.welcome-ads img {
  max-width: 100%;
  max-height: 150px;
}

.text-primary {
  color: #b61f24;
}

.new-user-wrap .product-slick .slick-slide {
  margin-right: 2px;
  margin-left: 2px;
  position: relative;
}

.new-user-wrap h2.text-primary {
  position: absolute;
  top: -60px;
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 39px;
}

.new-user-wrap .product.product-single .product-thumb {
  height: 130px;
}

.send-app .form-control {
  height: 40px;
  font-size: 12px;
  padding: 0 7px;
  border-radius: 0;
}

.send-app .form-group {
  margin-bottom: 2px;
}

.send-app {
  width: 40%;
  padding: 10px;
  position: absolute;
  background: #bf2629;
  top: 50px;
}

  .send-app button.form-control {
    background: #FFD300;
    border-color: #FFD300;
    box-shadow: none;
    color: #BF2629;
    font-weight: 700;
    text-transform: uppercase;
  }
/*footer styling**/
.payment-imgs {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

  .payment-imgs li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 9px;
  }

    .payment-imgs li img {
      height: 45px;
    }

.downlaod-app {
  text-align: center;
  display: block;
}

  .downlaod-app a {
    display: block;
    width: 100%;
    float: none;
    margin: 3px;
    margin: 10px auto;
    max-width: 140px;
    border-radius: 5px;
    overflow: hidden;
    height: 42px;
    background: #ddd;
  }

    .downlaod-app a img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

      .downlaod-app a img[src="/img-loader.gif"] {
        max-height: 50px;
        background: #ddd;
        border-radius: 2px;
      }

.footer-social a {
  font-size: 25px;
}
/****order preview**/
.order-pro {
  background: #fff;
  border-radius: 8px;
  padding: 2px;
  position: relative;
  font-family: Poppins, sans-serif;
  margin: 0 0 10px;
}

.pro-info {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
  position: relative;
}

  .pro-info button {
    position: absolute;
    right: 4px;
    top: 1px;
    background: transparent;
    border: none;
    padding: 0;
  }

  .pro-info .thumb {
    width: 75px;
    height: 75px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eee;
    background: #eee;
    vertical-align: top;
  }

.order-pro .order-info input {
  height: 30px;
  padding: 5px;
  text-align: center;
  background: #eee;
  border: none;
  box-shadow: none;
  width: 80px;
}

.pro-info .details {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  padding-right: 20px;
}

  .pro-info .details a {
    font-weight: 500;
    color: #000;
    font-size: 13px;
  }

.pro-info .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-pro .order-info ul li {
  display: inline-block;
  width: 30%;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

.checkout-form .section-title {
  padding: 0;
}

#home-page .section-title {
  padding: 0 15px !important;
}

.list-links-parent .list-links-child {
  padding-left: 20px;
}

.list-links-child > li {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  padding: 1px 0;
}

  .list-links-child > li i {
    color: #c42b2f;
  }

.list-links-subchild {
  padding-left: 17px;
  font-size: 12px;
  margin-bottom: 0px;
}

.list-links.list-links-subchild li > a {
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  font-weight: 300;
}
/**dashboard css***/
.v-banner .img-thumb, .v-profile .img-thumb, .vendor-tuhmbnail {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.vendor-tuhmbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #ddd;
}

  .vendor-tuhmbnail img, .v-profile .img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.vendor-info {
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #fff;
}

.v-profile .img-thumb {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
}

.v-profile input[type="file"] {
  margin: auto;
}

.numbers button {
  background: #fff;
  border: 1px solid #ddd;
  min-width: 30px;
  padding: 5px;
}

#carousel-slider-products .carousel-inner .product-view {
  height: 280px;
  background: #F3F4F6;
  border: 1px solid #ddd;
  text-align: center;
}

  #carousel-slider-products .carousel-inner .product-view img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

#carousel-slider-thumbs img[src="/no-image.png"] {
  max-width: 75px !important;
}

#carousel-slider-thumbs .product-view {
  text-align: center;
}

  #carousel-slider-thumbs .product-view.active {
    box-shadow: 0 0 0 2px #f8694a inset;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 2px #f8694a inset;
  }

.specification-table {
  border: 1px solid #ccc;
}

  .specification-table td {
    padding: 5px;
    border: 1px solid #ccc;
  }
/*************qr code*****/
.qr-code-modal {
  text-align: center;
}

  .qr-code-modal qrcode {
    margin: auto;
    display: inline-block;
    width: 220px;
    height: 220px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 2px 2px 12px 2px rgba(0,0,0,0.2);
  }

    .qr-code-modal qrcode img {
      width: 100% !important;
      height: 100% !important;
    }

  .qr-code-modal .form-control {
    height: 50px;
    box-shadow: none;
    border-radius: 0;
  }

canvas {
  width: 100% !important;
  height: 100% !important;
}

.qr-code-modal p {
  font-size: 16px;
  font-weight: 600;
}

.qr-code-form .primary-btn {
  padding: 10px 50px !important;
  border-radius: 2px;
}

img[src="img/img-loader.gif"] {
  max-width: 100px !important;
  object-fit: contain;
  margin: auto;
}

img[src="/no-image.png"] {
  max-width: 120px !important;
  object-fit: contain;
  margin: auto;
}

.cat-list img[src="/no-image.png"] {
  max-width: 60px !important;
}

.modelNotification {
  display: block !important;
  background: rgba(0, 0, 0, 0.66);
}

.modal.in.modelNotification .modal-dialog {
  -webkit-transform: translate(0,50%);
  -ms-transform: translate(0,50%);
  -o-transform: translate(0,50%);
  transform: translate(0,50%);
  text-align: center;
}

.modelNotification .modal-popup.modal-md {
  display: inline-block;
  position: relative;
  margin: auto;
}

.modelClose-popup {
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 1px;
  right: 3px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: none;
  padding: 0px 3px;
  font-size: 24px;
  left: auto;
  margin: auto;
  z-index: 999;
  color: #b6b5b5;
  line-height: 26px;
}

.modelNotification .modal-popup .modal-body {
  position: relative;
  text-align: center;
  display: inline-block;
}

.modal-popup img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  max-height: 300px;
  margin: auto;
  max-width: 100%;
  box-shadow: 0px 7px 17px 2px rgba(0,0,0,0.5);
}

.modal-text {
  float: right;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}

.main-btn.icon-btn.main-btn-special, .main-btn.icon-btn.main-btn-special:hover, .main-btn.icon-btn.main-btn-special:focus {
  background: radial-gradient(#b61f24, #9a8c8c);
  border: 1px solid #9a8c8c;
  color: #fff;
}

.sticky-footer ul li.left-link-btn {
  margin-right: -10px;
}

  .sticky-footer ul li.left-link-btn a {
    padding-right: 15px;
  }

.list-links-brand li {
  display: inline-block;
  margin: 3px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  vertical-align: top;
}

.qcode {
  width: 26px;
  margin-left: 3px;
}

.list-links-brand li input[type="checkbox"] {
  opacity: 0;
  display: none;
}

.list-links-brand li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 2px solid transparent;
  border-radius: 5px;
}

.list-links-brand {
  margin-bottom: 12px;
  max-height: 200px;
  overflow: auto;
}

  .list-links-brand li img.active {
    border-color: #B61F24;
  }

.checkoutProductImage {
  width: 40px;
}

.delivery-Info h3 {
  font-size: 16px;
}

.delivery-Info {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 2px 0 5px 2px rgba(0,0,0,0.1);
  margin-bottom: 12px;
}

  .delivery-Info .dev-list li {
    color: #777;
    list-style: inside;
    padding: 2px;
  }

  .delivery-Info .back-link {
    color: red;
    font-style: italic;
    font-size: 13px;
    padding-top: 16px;
    display: inline-block;
  }

/***dashboard styling**/
.dashboard-modal .modal-header .close {
  color: #fff;
  opacity: 0.4;
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 30px;
}

.promotion-image-holder {
  margin: 10px 0;
}

.promotion-detail-table th {
  white-space: nowrap;
}

.promotion-detail-table th, .promotion-detail-table td {
  padding: 10px 8px;
}

.other-filter ul.fo-options {
  max-height: 160px;
  overflow: auto;
}

.aside.other-filter .filter-by-values h3 {
  margin-top: 9px;
  margin-bottom: 5px;
}

.filter-by-values ul.fo-options li {
  float: left;
  padding-bottom: 12px;
}

  .filter-by-values ul.fo-options li span {
    padding: 6px 6px;
    font-size: 12px;
    background: #fff;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 3px;
  }

    .filter-by-values ul.fo-options li span.fo-selected {
      background: #f7b306;
      color: #fff;
    }

.dash-search-wrap .input-group-btn .btn {
  padding: 10px 12px;
}
/**********responsiveness*****/
@media only screen and (max-width:991px) {
  #header .nav-toggle {
    display: inline-block
  }

  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 270px;
    width: 0%;
    overflow: auto;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s all;
    transition: .5s all;
    z-index: 990
  }

    #responsive-nav.open {
      width: 100%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
    }

    #responsive-nav .dropdown .custom-menu {
      display: none;
      position: static;
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-top: none;
      border-left: 2px solid #f8694a
    }

    #responsive-nav .dropdown.open .custom-menu {
      display: block;
      min-width: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0)
    }

  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block
  }

  .category-nav .category-header, .menu-nav .menu-header {
    cursor: pointer
  }

  .category-nav {
    float: none;
    width: 100%
  }

    .category-nav .category-list {
      position: static
    }

  .menu-nav .menu-header {
    display: block
  }

  .menu-nav .menu-list {
    float: none;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada
  }

    .menu-nav .menu-list > li {
      display: block
    }

      .menu-nav .menu-list > li + li {
        border-top: 1px solid #dadada
      }

      .menu-nav .menu-list > li > a {
        color: #30323a
      }

  .nav-right-shadow {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 99;
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .banner h1 {
    font-size: 36px
  }

  .send-app .form-control {
    height: 34px;
  }
}

@media only screen and (max-width:480px) {
  .header-btns > li + li {
    margin-left: 0
  }

  .header-logo {
    margin-right: 0
  }

    .header-logo .logo > img {
      width: auto;
      max-height: 51px;
    }


    .header-logo .logo > img {
      width: 86%
    }

  .header-btns > li {
    padding: 5px 0
  }

  .cate-list li {
    display: block;
    margin: 5px;
    text-align: center;
    width: 22%;
    vertical-align: bottom;
    float: left
  }

    .cate-list li a {
      padding: 10px 8px
    }

  .cate-list li {
    display: block;
    margin: 0;
    text-align: center;
    width: 25%;
    vertical-align: bottom;
    float: left;
    padding: 5px
  }

    .cate-list li h4 {
      margin-bottom: 0;
      font-size: 12px
    }

    .cate-list li a img {
      margin-bottom: 5px;
      height: 30px
    }

  .section {
    padding: 10px 0
  }

  .row {
    margin-right: -5px;
    margin-left: -5px
  }

  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px
  }

  .product.product-single .product-name {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    padding: 0;
  }

  .product.product-single .product-price {
    display: inline-block;
    font-size: 13px;
    margin-top: 3px;
    height: 30px;
  }

  .list-view .product-body {
    width: 67%;
    padding: 10px 5px !important
  }

  .product .product-old-price {
    font-size: 12px
  }

  .product.product-details .product-old-price {
    font-size: 20px;
    font-weight: 300
  }

  .pro-det-icons {
    margin-top: 10px;
    display: block;
    float: none
  }

  .slick-next, .slick-prev {
    display: none !important
  }

  .vendor-thumb-wrap {
    width: 100%;
    height: 180px;
  }

  .sticky-footer ul li.left-link-btn, .sticky-footer ul li.right-link-btn {
    width: 37%;
  }

  .send-app {
    padding: 0 5px;
  }

    .send-app .form-control {
      height: 28px;
    }

  .payment-imgs li img {
    height: 40px;
  }

  .banner h1 {
    font-size: 21px;
  }

  .pro-info .thumb {
    width: 24%;
    height: 70px;
  }

  .pro-info .details {
    width: 70%;
  }

  .product.product-single .product-thumb img[src="/no-image.png"] {
    max-width: 70px !important;
  }
}

@media only screen and (max-width:400px) {
  .list-view-wrap .col-xs-6 {
    width: 100%
  }

  .vendor-tuhmbnail {
    width: 60px;
    height: 60px;
  }

  .total-box {
    padding: 20px 10px;
  }

  .product.product-single .product-name {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product.product-single .product-btns .main-btn, .product.product-single .product-btns .primary-btn {
    width: 32px;
    height: 32px;
  }

  .section-title .title {
    font-size: 18px
  }

  .section-title .link {
    font-size: 14px
  }

  .product.product-single.list-view .product-thumb img {
    max-height: 90px
  }

  .product.product-single.list-view {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product.product-single .product-body {
    padding: 8px
  }


  .header-search > form .search-input {
    height: 40px
  }

  .header-search > form .search-btn i {
    font-size: 18px;
    line-height: 40px
  }

  .header-cart.dropdown .custom-menu {
    width: 260px
  }

  .product-grid .product.product-single .product-thumb {
    height: 150px
  }

  .payment-imgs li img {
    height: 30px;
  }

  .order-pro .order-info ul li {
    width: auto;
  }

  .pro-brand .product-thumb {
    width: 70px;
    height: 70px;
  }

  .vendor-thumb-wrap {
    width: 100%;
    height: 140px;
  }

  .flash-sale-wrap .product.product-single.list-view .product-thumb {
    width: 40%;
    height: 60px;
  }

  .flash-sale-wrap .col-xs-7 {
    width: 51%;
  }

  .flash-sale-wrap .col-xs-5 {
    width: 46%;
  }

  .send-app {
    width: 41%;
    top: 35px;
  }

    .send-app button.form-control {
      font-size: 10px;
    }

  .product.product-single .product-thumb {
    height: 170px;
  }

  .pro-brand {
    padding: 5px;
  }

    .pro-brand .product-thumb, .pro-brand .thumb {
      width: 100%;
      height: 50px;
    }

  .categories-carousel .pro-brand h6 {
    padding-top: 5px;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0;
  }

  #carousel-brand {
    margin-bottom: 10px;
  }

  .product.product-single .product-price {
    display: inline-block;
    font-size: 13px;
    margin-top: 0px;
    height: 25px;
  }

  .pro-brand .product-thumb, .pro-brand .thumb {
    height: 60px;
  }

  .product .product-old-price {
    font-size: 11px;
    display: block;
  }

  .flash-sale-wrap .product.product-single h3.product-price {
    height: auto;
  }

  .cat-list > a {
    display: block;
    position: relative;
    height: 170px;
  }

  .time span {
    min-width: 25px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #b61f24;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin: 0 2px;
    padding: 3px 2px;
    font-size: 10px;
  }

  .sale-post .timer-wrap {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 1px 0 4px;
  }

  .new-user-wrap h2.text-primary {
    font-size: 30px;
  }

  .cat-list h3 {
    font-size: 24px;
    margin: 0 15px;
  }

  .left-link-btn a, .right-link-btn a, .left-link-btn button, .right-link-btn button {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 7px;
    line-height: 30px;
  }

  .sticky-footer ul li.store-btn a {
    width: 30px;
    font-size: 20px;
  }

  .login-header h3 {
    color: #fff;
    font-size: 18px;
  }

  .invalid-feedback .text-danger {
    font-style: italic;
    font-size: 12px;
    color: #dd1313;
  }
}

@media (max-width: 320px) {
  .flash-sale-wrap .list-view .product-body {
    width: 60%;
  }

  .flash-sale-wrap .list-view .product-thumb {
    width: 35%;
  }

  .product.product-single .product-thumb img {
    max-width: 100%;
    display: inline-block;
  }

  .product.product-single .product-thumb {
    height: 145px;
  }

  .flash-sale-wrap .product-price {
    margin-top: 0;
  }

  .payment-imgs li img {
    height: 25px;
  }

  .product-grid .product.product-single .product-btns, .latest-products .product.product-single .product-btns {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 7px;
  }

  .product-grid .product.product-single .product-thumb {
    height: 120px;
  }

  .product.product-single.list-view .product-thumb {
    width: 25%;
    height: 73px;
  }

  .send-app {
    width: 38%;
    top: 35px;
    padding: 0;
  }

    .send-app .form-control {
      height: 24px;
    }

  .new-user-wrap .product.product-single .product-thumb {
    height: 90px;
  }
}
