*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  /* -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; */
  /* font-family:  'Poppins', sans-serif !important; */
}
body {
  font-family:  'Poppins', sans-serif;
}
.modal.modal-90 .modal-dialog {
  max-width: 95%;
}
span.close-menu img {
  max-width: 150px;
}

.box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
}
span.product-discount {

  background: #fc0000;
    border-radius: 30px 0 0 30px;
    color: #fff;
    width: 108px;
    text-align: center;
    padding: 3px 18px;
    position: relative;
    border-right: 1px dashed #fff;
    font-size:13px
  }
  span.product-discount:after {
    width: 0;
    height: 0;
    border: 12.5px solid transparent;
    position: absolute;
    content: "";
    border-top-color: #fc0000;
    right: -26px;
    top: 0px;
    border-left-color: #fc0000;
  }
  .price.detail-price .discounted-price {
    /* color: #fc0000; */
    font-size: 30px;
    font-weight: 600;
}
.item-centerBox {
  align-items: center;
  display: flex;
}
.delavery.delivery-price i {
  color: #000;
  padding-top: 10px;
  padding-bottom: 30px;
}
.merchent {
  display: flex;
  align-items: baseline;
}
.item-centerBox {
  align-items: center;
  display: flex;
}
.price.detail-price {
    align-items: center;
}
h2.Brand-name {
  padding-top: 40px;
}
.detailbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.delavery.delivery-price {
  font-size: 20px;
  color: #515457;
  font-weight: 600;
}
.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item.catagory-brand a {
  font-weight: 600;
  font-size: .9rem;
  color: #c90000;
}
.price.detail-price .regular-price {
    text-decoration: line-through;
    color: #000;
    margin-left: 5px;
}
  span.product-discount:before {
      width: 0;
      height: 0;
      border: 13px solid transparent;
      position: absolute;
      content: "";
      border-bottom-color: #fc0000;
      right: -25px;
      top: -1px;
  }
  .brandMainHeading {
    font-size: 24px;
}

.showingItems {
  font-size: 13px;
}
.box b,.box a {
  padding-top: 6px;
}
.irs--flat .irs-bar,.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single,.irs--flat .irs-handle>i:first-child {
  background: #192f92;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before{border-top-color:#192f92}
/* .searchBox {max-width: 780px;} */
p.product-hed {
  font-size: 18px;
  font-weight: 600;
}
.sub_cat h3.title {
  font-size: 18px;
}
.main-catagory {
  padding: 60px 15px;
}
.product-grid4 {box-shadow: 0px 3px 14px #00000012;padding: 15px;margin: 10px 0;border-radius: 9px;text-align: center;}
.home .Our-Brand {padding: 50px 15px;}
section{display: block;}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #545555;
    border-radius:5px ;
 }

 section.banner h1 {
  font-size: 34px;
}
.list-product-heading {
  display: none;
}
.productDesc{
    display: none !important;
}
.noProductDesc
{
    display: block !important;
}
.check-set.viewCHange .list-product-heading{
  display: block;
}
.check-set.viewCHange .productDesc{
    display: block !important;
}
.check-set.viewCHange .noProductDesc{
    display: none !important;
}
.check-set.viewCHange .prduct-head{
    padding-right: 15px;
}

.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}
a.brand.img img {
  max-width: 220px;
  margin-left: 20px
}ul.catagory-product {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin: 0;
  min-height: 210px;
    list-style: none;
}

.product .prduct-body {
  width: 100%;
  padding: 10px 0px 0px;

}

ul.catagory-product li a {
  font-size: 14px;
  color: #000;
  width: 100%;
  padding: 2px 0;
  display: block;
}
section.products {
  padding: 50px 15px;
}
.filterCOntainers {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: space-between;
}
.product-slider .item {
  padding: 5px;
}
.filterCOntainers select.browser-default.custom-select{
  max-width: 200px;
}
.product-slider button.slick-prev.slick-arrow, .catagory-slider button.slick-prev.slick-arrow {
  left: -12px !important;
  height: 20px;
  width: 20px;
}

.product-slider button.slick-next.slick-arrow, .catagory-slider button.slick-next.slick-arrow {
  right: -12px !important;
  height: 20px;
  width: 20px;
}
.product-slider button.slick-prev.slick-arrow:before
, .catagory-slider button.slick-prev.slick-arrow:before{
  height: 14px;
  width: 13px;
  opacity: 1;
  content: " " !important;
  background: url(../images/whiteArrowl.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;

}.product-slider button.slick-next.slick-arrow:before, .catagory-slider button.slick-next.slick-arrow:before {
  height: 14px;
  width: 13px;
  opacity: 1;
  content: " " !important;
  background: url(../images/arrow-down-sign-to-navigate-3.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0 7px;
  filter: brightness(3);

}
form.searchbox {
  display: flex;
  width: 100%;
  position: relative;
}

form.searchbox .searchIcon {position: absolute;padding-left: 7px;padding-top: 4px;}

form.searchbox input.textbox {
  width: 100%;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 4px 15px 4px 30px;
}

form.searchbox .searchIcon img {
  width: 18px;
}
ul.breadcrumb {background: #F6F7FB;    padding: .25rem 1rem;  margin-bottom: .25rem;flex-grow: 1;}
.filters-mobile {
  width: 25%;
  font-size: 17px;
  border: 1px solid;
  margin-right: 12px;
  padding: 4px;
  color: #192f92;
  border-radius: 4px;
  display: none;
  text-align: center;
}
.row.maxwidBox {
    max-width: 1320px;
    margin: auto;
}
ul.catagory-product li a span.Brand-Catagory,
ul.catagory-product li a h3.Brand-Catagory {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #c90000;
}
.close-menu {
  position: relative;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    color: #252a32;
    background: none;
    display: flex;
    width: 100%;
    padding: 5px 15px;
    align-items: center;
    justify-content: space-between;
}
.catagory-product h3 {
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  color:#192f92
}

.catagory-product img {
  text-align: center;
  margin: auto;
}
.catagory-slider.slick-dotted.slick-slider {
  margin: 30px 0 60px;
  border: 1px solid #dddd;
  padding: 20px 0;
  border-radius: 7px;
}
.catagory-product {
  text-align: center;
  padding: 15px;
  display: block;
}
.boxclick {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.offcanvas .boxclick {
    display: flex;
}

.header .navbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  align-items: center;
}
.header .navbar .menu-wrapper::before {
  content: "";
  position: fixed;
  z-index: -1;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.shadow-box{box-shadow: 0px 2px 9px #00000014;}
.header .navbar .menu-wrapper.offcanvas::before {
  background: rgba(37, 42, 50, 0.6);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .navbar .menu-wrapper.offcanvas .menuBox  {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.brandIcons button.slick-next.slick-arrow {
  right: -50px;
}

.brandIcons button.slick-prev.slick-arrow {
  left: -50px;
}
a.allCatagoryPage {
  font-size: 15px;
    color: #c90000;
    font-weight: 600;
    text-align: right;
    padding: 5px 15px;
    font-style: italic;
}
.header .navbar ul.menu {
    height: 100vh;
    overflow: auto;
    padding: 1.5rem 1rem 1.5rem 1rem;
    border-top:1px solid#ddd ;
    list-style: none;
}
.header .navbar .menuBox {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 20rem;
  width: 100%;

  z-index: 2;
  overflow-y: auto;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .navbar .menu-block {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.header .navbar .menu-link:hover {
  color: #C90000;
}

.header .navbar .menu-item {
  position: relative;
}
.header .navbar .menu-item a {
    text-transform: capitalize;
    padding: 0.3rem 0rem;
    display: flex;
    color: #000000;
    -webkit-transition: color 0.35s ease-out;
    transition: color 0.35s ease-out;
    font-size: 0.9rem;
}
.header .navbar .menu-item a:hover {
  color: #C90000;
}
.header .navbar .menu-item.has-collapsible {
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}
.header .navbar .menu-item.has-collapsible .menu-child {
  height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
    text-transform: capitalize;
    padding: 0.1rem 1rem;
    display: flex;
    color: #252a32;
    -webkit-transition: color 0.35s ease-out;
    transition: color 0.35s ease-out;
    padding-left: 15px;
    font-size: .8rem;
}
.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #C90000;
}
.header .navbar .menu-item.has-collapsible span::after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 1.2rem;
  font-weight: 600;
  line-height: inherit;
  position: absolute;
  top: 0px;
  right: 1rem;
  color: #252a32;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header .navbar .menu-item.has-collapsible span::after:hover {
  color: #C90000;
}
.header .navbar .menu-item.active.has-collapsible .menu-child {

  opacity: 1;
  visibility: visible;
  height: 150px;
  transition: all .4s ease-in-out;
  overflow: auto;
}
.header .navbar .menu-item.active.has-collapsible span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side-filter-sec {
  max-width: 300px;
  margin-left: auto;
}

header.header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background: #fdfdfd;
  position: sticky;
  top:0;
  z-index: 999;
  flex-wrap: wrap;
}
.searchBox.main-searchBox {display: none;max-width: 700px;}

.searchBox {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.searchBox form {
  position: relative;
  width: 100%;
}

.searchBox form input,
.searchBox form input:hover,
.searchBox form input:focus {
  width: 100%;
  height: 40px;
  padding: 0 70px 0 40px;
  box-shadow: 0px 0px 7px 1px #192f92;
  border: 2px solid #192f92;
}
.searchBox form button {
  position: absolute;
  right: 2px;
  font-size: 12px;
  line-height: 1;
  background: #eee;
  top: 50%;
  transform: translateY(-50%);
  color: #0f0f0f;
  font-weight: 600;
  padding: 7px 15px;
  height: 36px;
  border-radius: 0;
}
.searchBox form button i {
  font-size: 16px;
  color: #6d6a6a;
}
.searchBox form .searchIcon {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.right-button {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.price-list-table {
  max-width: 1350px;
  margin: auto;
}
.right-button .gb-red-Button {
  background: #C90000;
  color: #fff;
  font-size: 12px;
  display: flex;
  position: relative;
  height: 40px;
  align-items: center;
  top: 2px;
}

.right-button .gb-blue-Button {
  background: #192f92;

}




a.googleplay {
  display: flex;
    max-width: 130px;
    padding: 5px;
}
.dropdown-toggle::after{border: none;content:url(../images/Polygon3.png)}
.select-country button span {
  font-size: 13px;
  font-weight: 600;
}
.select-country button + ul{
  padding: 5px 15px;
  font-size: 13px;
}
.select-country button + ul li{
  padding: 5px 0;
  width: 25%;
  display: inline-block;
  cursor: pointer;

}
ul.relatedProduct {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 ;
}

ul.relatedProduct li a {
  font-size: 12px;
  padding: 2px 10px;
  color: #000;
}
a.active {
  background: #c90000 !important;
  color: #fff !important;
  border-radius: 5px;
}
.searchBox ul.relatedProduct li{
  padding: 0 5px;
}
section.banner {
  /*background: url(../images/Mainbanner.png);*/
  /*padding: 80px 15px;*/
  position: relative;
}
section.banner .scrollto {
  position: absolute;
    right: 20px;
    top: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

section.banner .scrollto span {
  writing-mode: tb-rl;
  font-size: 20px;
  font-weight: 600;
  color: #c90000;
  padding-bottom: 15px;

}
section.banner .searchBox {
  max-width: 860px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}
.catagoryBannerBox {
  box-shadow: 0px 2px 9px #00000014;
  background: #fff;
  border-radius: 5px;
}

section.banner .searchBox ul.relatedProduct li a {
  padding: 5px 15px;
  font-size: 14px;
  background: #F6F7FB;
  border-radius: 5px;
}

section.banner .searchBox ul.relatedProduct {
  margin-top: 10px;

}
a.moreCatagory {
  color: #192f92;
  font-size: 14px ;
  font-weight: 600;
}
section.banner .searchBox ul.relatedProduct li:nth-child(1) {
  padding-left: 0;
}section.banner .searchBox ul.relatedProduct li:nth-last-child(1) {
  padding-right: 0;
}
.line-Bar {
  border: 1px solid #ddd;
  margin: 10px 0;
}

.topBrandSection {
  padding: 50px 0;
  BOX-SHADOW: 0 0 BLACK;
}
a.moreBrand {
  color: #c90000;
}

.brandIcons {
  padding-top: 40px;
}
.promoSLider {
  text-align: center;
  margin:40px;
  /* background: url(../images/sliderbanner.png) no-repeat;
  background-size: cover;
  border-radius: 10px; */
}
.promoSLider .item {
  padding: 50px 15px;
  text-align: center;
  /* margin: 40px; */
  /* background: url(../images/sliderbanner.png) no-repeat; */
  background-size: cover;
  border-radius: 10px;
}
.product-arrow button.slick-prev.slick-arrow {
  left: -40px;
}

.product-arrow button.slick-next.slick-arrow:before {
  content: url(../images/whiteArrowr.png) ;

}
.product-arrow button.slick-prev.slick-arrow:before {
  content: url(../images/whiteArrowl.png) ;

}
.product-arrow button.slick-next.slick-arrow {
  right: -40PX;
}
.promoSLider .item .dataTag {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-shadow: 4px 4px #00000066;
  max-width: 500px;
    margin: auto;
    line-height: 1.2;
}
.bg-red {
  background: #c90000 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
}
button.slick-prev.slick-arrow {

  /* left: 20px; */
  z-index: 99;
  font-size: 43px;
  background: #00000055;
  height: 40px;
  width: 40px;
  border-radius: 50px;

}
.promoSLider button.slick-prev.slick-arrow{
  left: 20px;
}
button.slick-prev.slick-arrow:before {
content:url(../images/arrow-down-sign-to-navigate-2.png);
opacity: 1;
filter: brightness(3);
}
button.slick-next.slick-arrow {
  right: 20px;
  z-index: 99;
  font-size: 43px;
  background: #00000055;
  height: 40px;
  width: 40px;
  border-radius: 50px;

}
button.slick-next.slick-arrow:before {
content:url(../images/arrow-down-sign-to-navigate-3.png);
opacity: 1;
filter: brightness(3);
}
.selllerHeading {
  font-weight: 700;
}

/* product */
.product {
  max-width: 300px;
  box-shadow: 0px 3px 14px #00000012;
  display: flex;
  flex-direction: column;
  padding: 8px;
  align-items: center;
  border-radius: 9px;
  /* margin-bottom: 20px; */
  background: #fff;
}
section.AllProduct {
  padding: 50px 15px;
  background: #fafafa;

}

section.AllProduct .topSeller-HeadingBox {
  padding-bottom: 30px;
}
p.productPara {
  font-size: 13px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
  margin-bottom: 5px;
  color: #000;
  text-transform: lowercase;
}

span.heading-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: #6D82C6;
    margin-bottom: 5px;
}

span.heading-text {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
}
/* button.btn.btn-default.dropdown-toggle {
  height: 39px;
  top: 2px;
  display: flex;
  align-items: baseline;
  position: relative;
} */
.btn.focus, .btn:focus{box-shadow: none;}
.prduct-body {
    padding: 5px 7px;
}

span.heading-text .rating {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #989898;
}

span.heading-text .rating img {
    margin-right: 5px;
}
.prduct-footer {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 100%;
  padding-top: 5px;
}

.prduct-footer .price-container {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  flex-direction: column;
  border-top: 1px solid #ddd;
}
.prduct-footer .price-container .discounted-price {
  color: #C90000;
  font-size: 15px;
  font-weight: 600;
}
.prduct-footer .price-container .regular-price {
  color: #989898;
    font-size: 15px;
    padding-left: 5px;
    text-decoration: line-through;
}
.searchBox form .searchIcon img {
  filter: invert(67%) sepia(34%) saturate(3207%) hue-rotate(-17deg) brightness(102%) contrast(97%);
}
a.OfferBoxDetail {
  color: #000000;
    background: #dddddd;
    padding: 5px 15px;
    border-radius: 5px;
    flex: 1;
    margin-left: 6px;
    text-align: center;
    font-size: 13px;
    max-width: 300px;
    /*box-shadow: 0px 0px 0px 0px #c90000;
    border: 0px solid #c90000;
    white-space:nowrap;*/
}
.offerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;

}
.topSeller-HeadingBox {
  padding: 0 15px;
}
.item{padding: 15px;}
a.quickInfo {
  width: 40px;
  display: flex;
  align-items: center;
  background: #F6F7FB;
  justify-content: center;
  border-radius: 5px;
  padding: 4px;
}
a.quickInfo img {
  height: 20px;
}
.prduct-head {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
small.brandsmallpara,.bottomheading {
  max-width: 1350px;
  margin:auto
}
/* .prduct-head img {
  width: 100%;
} */
/* .row.list-changer {
  max-width: 1048px;
}
.filterCOntainers{
  max-width: 1025px;
} */
.customBOx {
  max-width: 1590px;
  margin: auto;
}
/* .prduct-head span.tag {
  position: absolute;
  left: -33px;
  top: 15px;
  font-size: 12px;
  background: #c90000;
  color: #fff;
  padding: 3px 47px;
  transform: rotate(-45deg);
  box-shadow: 0px 3px 3px #00000012;
} */
.prduct-head span.tag {
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 13px;
  background: #c90000;
  color: #fff;
  padding: 7px 9px;
  /* transform: rotate(-45deg); */
  box-shadow: 0px 3px 3px #00000012;
  border-radius:5px ;
}
/* endProduct */
section.topSeller-section {
  padding: 40px 0px;
}
footer {
  padding: 30px 15px;
  background: url(../images/footer.png);

}
section.topSeller-section {
  padding: 40px 15px;
}

footer h4 {
  padding-top: 15px;
  padding-bottom: 20px;
}

footer p {
  font-size: 14px;
  padding-top: 20px;
}
.iconTextBox {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.iconTextBox > span {
  display: flex;
  align-items: baseline;
}
.boxFlex {
  display: flex;
  align-items: center;
}
.iconTextBox > span i {
  padding-right: 5px;
}

.iconTextBox > span span.iconText {
}

.iconTextBox > span a {
  display: flex;
  align-items: baseline;
  color: #c90000;
  padding-top: 9px;
}

ul.quickLink a {
  font-size: 15px;
  color: #212529;
  padding: 5px 0;
  DISPLAY: block;
}
.price {
  display: flex;
}

.delavery {
  color: #989898;
  font-size: 13px;
}

.delavery i {
  color: #c90000;
}
.searchBox.main-searchBox a.active {
  background: none !important;
  color: #cf0000 !important;
  font-weight: 700;
}

.searchBox.main-searchBox a {
  padding: 0;
}
.searchBox ul.relatedProduct li {
  padding: 0 5px;
  display: flex;
  margin-bottom: 20px;
}
.BrandItem,.MerchantItem {
  display: flex !important;
  flex-direction: column;
  margin: 15px;
  box-shadow: 0px 3px 14px #00000012;
  align-items: center;
  padding: 7px 15px;
}
 .BrandItem .BrandName { color: #212529;}
.BrandItem a img {

}
.right-button a.btn img {
  padding-right: 5px;
}
header .searchBox ul.relatedProduct li{
  margin-bottom: 0;
}

/* filtercss */



 .mt-100 {
     margin-top: 150px
 }

 /* .filter-group {
     border-bottom: 1px solid #e4e4e4
 } */

 .card {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0, 0, 0, 0.1);
     border-radius: 0.37rem
 }

 .card-header {
     padding: 0.75rem 1.25rem;
     margin-bottom: 0;
     background-color: #fff;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1)
 }

 .filter-group .card-header {
     border-bottom: 0
 }

 .icon-control {
     margin-top: 6px;
     float: right;
     font-size: 80%
 }

 .list-menu {
     list-style: none;
     margin: 0;
     padding-left: 0
 }

 .list-menu a {
     color: #343a40
 }

 a {
     text-decoration: none !important;
     background-color: transparent
 }

 .checkbox-btn {
     position: relative
 }

 .checkbox-btn input {
     position: absolute;
     z-index: -1;
     opacity: 0
 }

 .checkbox-btn input:checked~.btn {
     border-color: #192f92;
     background-color: #192f92;
     color: #fff
 }

 .btn-light {
     display: inline-block;
     font-weight: 600;
     color: #343a40;
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: #eee;
     border: 1px solid #eee;
     padding: 0.45rem 0.85rem;
     font-size: 10px;
     line-height: 1.5;
     border-radius: 0.37rem
 }

 .btn-light:hover {
     background-color: #fff;
     border-color: #989898
 }

 .btn-medium {
     font-size: 12px;
     padding: 10px 22px;
     display: inline-block;
     margin-right: 20px;
     letter-spacing: 2px;
     border: 1px solid #007bff;
     width: 100%
 }

 .highlight-button:hover {
     background-color: #007bff;
     border: 2px solid #007bff;
     color: #fff
 }

 .custom-control {
     position: relative;
     display: block;
     min-height: 1.5rem;
     padding-left: 1.5rem
 }
 .range-slider {
  text-align: center;
  position: relative;
  margin: 20px 20px ;
  width: calc( 100% - 20px );
}
.table td, .table th{font-size: 14px;padding: .5rem;}
.range-slider .rangeValues {
  display: block;
    font-size: 12px;
    top: -9px;
    position: relative;
    left: -10px;
    font-weight: 600;
}
.filter-content.collapse.show {
  /* border-top: 1px solid #ddd; */
  /* border-bottom: 1px solid #ddd; */
}
article.filter-group span.form-check-label,
article.filter-group .custom-control-label {
  font-size: 13px;
  padding: 5px 5px 0;
}
/* .side-filter-sec {
  position: sticky;
  top: 100px;
} */
.filter-group {
  /* border: 1px solid #e4e4e4; */
  margin:0 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
article.filter-group .card-body {
  padding: 15px 0 0;
}
article.filter-group .card-body h6 {
  margin-bottom: 5px;
}
input[type="range"] {
  -webkit-appearance: none;
  border: 1px solid white;
  width:calc( 100% - 20px );
  position: absolute;
  left: 0;
  height: 0;
}
ul.breadcrumb a {
  color: #c90000;
}
body:not(.home) .searchBox.main-searchBox {
  display: block;
}
ul.breadcrumb li {
  font-size: 14px;
}
ul.breadcrumb li i {
  padding: 0 7px;
}
input[type="range"]::-webkit-slider-runnable-track {
  width:calc( 100% - 20px );
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #192f92;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type="range"]::-moz-range-track {
  /* width: 300px; */
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type="range"]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #192f92;
}

/*hide the outline behind the border*/
input[type="range"]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type="range"]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

input[type="range"]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type="range"]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #192f92;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #888;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #ccc;
}


/* form ui */




.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}

.form-wizard {
  color: #888888;
  padding: 30px;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
  background-color: #192f92;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #fb1647;
}
.form-wizard .form-control {
  font-weight: 500;
  font-size: 1.1rem;
  height: auto !important;
  padding: 15px;
  color: #000;
  background-color: #f1f1f1;
  border: none;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #192f92;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
  width: 33.33%;
  float: left;
  position: relative;
}
section.advertising {
  margin: 20px 0;
  padding: 40px 15px;
  border-top: 1px solid #ddd;
}

section.advertising h2 {
  padding-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}

section.advertising h4 {
  padding-top: 40px;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #192f92;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #192f92;
  left: 50%;
  width: 50%;
  border-color: #192f92;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #192f92;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.site-map {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 10px;
}
.contact-section {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
}

.site-map ul.nav.nav-pills {
  padding: 10px;
  border-bottom: 2px solid #f5f6f7;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site-map ul.nav.nav-pills a.nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.site-map ul.nav.nav-pills a.nav-link.active {
  background: transparent !important;
  color: #000 !important;
  border-bottom: 2px solid #c90000;
  border-radius: 0;
}

.site-map .tab-content {padding: 15px;font-size: 15px;}

.site-map .tab-content a {
  color: #000;
  padding: 3px 0;
  display: block;
}
.right-filter {
  display: flex;
  align-items: center;
}
.check-set.viewCHange .product {
  max-width: 100%;
  flex-direction: row;
  align-items: center;

}
.newWrapperBox {
  width: 100%;
  /* padding-left: 10px; */
}
.right-filter> a {
  padding: 0 10px;
  margin-right: 5px;
  border: 1px solid;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.searchBox ul.output ,.outputNew{
    position: absolute;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-top: 2px solid #f5f6f7;
    padding: 15px;
    max-height: 200px;
    overflow: auto;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
a.collapsed.iconCHanger .fa-chevron-up:before {content: "\f078";}
.BrandItem,.MerchantItem {width: 150px;}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}

/* catagory */
.categoryBOXsec {
  background: #fafafa;
  padding: 20px 15px;
}

.categoryBOXsec ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage ul.quickLink.socal + div {
  opacity:0
}
.categoryBOXsec ul li {
  flex: 1 1 50%;
}

.categoryBOXsec ul li a {
  display: flex;
  color: #000;
  padding: 15px 10px;
}

.categoryBOXsec ul li a i {
  font-size: 18px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.caagoryList {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.caagoryList ul {
  width: 100%;
}
.quickview button.slick-next.slick-arrow.modal-btn {
  right: 5px;
  height: 25px;
  width: 25px;
}

.quickview .modal-body {
  position: relative;
  padding: 30px;
}

.quickview button.slick-prev.slick-arrow.modal-btn {
  left: 4px;
  height: 25px;
  width: 25px;
}
.caagoryList label.Brand-catagories {
  font-size: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: #c90000;
}

.caagoryList label.Brand-catagories i {
  height: 40px;
  width: 40px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #ddd;
  margin-right: 15px;
}
ul.quickLink{
    list-style: none;
}
ul.quickLink.socal {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
    list-style: none;
}
ul.quickLink.socal li{
    margin-right: 5px;
}

ul.quickLink.socal li a {
  height: 40px;
  width: 40px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 1s ease-in-out;
}
.merchent span {
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
  color: #192f92;
}
.product_content img.img-fluid {
  max-width: 200px;
  padding: 30px 0;
}
ul.quickLink.socal li a:hover i {
  color: #c90000;
  font-size: 16px;
}
.caagoryList li {
  width: 25%;
  float: left;
  font-size: 14px;
  color: #000;
}

.caagoryList li a {
  color: #000;
}
.fixedicon {
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;

}
span.brandsmallHeader {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
}

span.brandsmallHeader h1 {
  display: inline-block;
}
small.brandsmallpara {
  font-size: 14px;
  /* padding: 0 15px; */
  display: block;
}
ul.filterItemadd {
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

ul.filterItemadd li {
  background: #ddd;
  padding: 2px 15px;
  border-radius: 20px;
  margin-bottom: 3px;
}

ul.filterItemadd li i {
  margin-left: 5px;
}
ul.filterItemadd  {margin-left:-5px}
ul.filterItemadd li {margin-left:5px}

input.form-check-input {
  position: relative;
  width: 20px;
    height: 20px;
}
.brandinfoBox {
  /* background: #fafafa; */
  padding: 5px 0;
}
.m-auto {
  margin: auto;
  display: block;
}
label.form-check {
  display: flex;
  /* justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0; */
  align-items: center;
  margin-bottom: 0;
}
.hide {
  display: none;
}
.catagory-product {
  box-shadow: 0px 5px 16px -10px;
  margin: 5px 15px 15px 15px;
  padding: 15px;
}
section.our-blog{margin-bottom:50px;}


section.our-blog .card{
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

section.our-blog  .card-body{
    padding: 0 15px 15px 15px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

section.our-blog .card-body h5{
    font-size: 24px;
    margin: 7px 0;
}

section.our-blog .card:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

section.our-blog .card p{
    color: #6c757d;
}

section.our-blog .card-body .date-author span{
    color: #e74c3c;
}

section.our-blog .card-body h5 a{
    color: #222;
}


section.our-blog p.card-text {
    font-size: 14px;
}

section.our-blog p.date-author {
    font-size: 12px;
}
section.brands {
  padding: 60px 15px;
  background: #f5f6f7;
}
section.brands h1 {
  font-size: 30px;
}
.filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.filter-price  .price-title {
  position: relative;
  color: rgb(221, 10, 10);
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.filter-price  .price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgba(248, 247, 244, 0.2);
  padding-top: 15px;
  padding-left: 16px;
  border-radius: 3px;
}

.filter-price  .price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */
input[type=checkbox].form-check-input {display: none;}

input[type=checkbox].form-check-input + span:before {content: "";position: absolute;height: 20px;width: 20px;display: block;border: 1px solid #999;border-radius: 3px;left: 0;font-family: "Font Awesome 5 Pro";font-weight: 900;}

input[type=checkbox].form-check-input:checked + span:before {content: "\f00c";background: #192f92;text-align: center;color: #fff;border-color: #192f92;}
input[type=radio].form-check-input {display: none;}

input[type=radio].form-check-input + span:before {content: "";position: absolute;height: 20px;width: 20px;display: block;border: 1px solid #999;border-radius: 21px;left: 0;font-family: "Font Awesome 5 Pro";font-weight: 900;}

input[type=radio].form-check-input:checked + span:after {content: "";background: #192f92;text-align: center;color: #fff;border-color: #192f92;height: 14px;width: 14px;z-index: 2;position: absolute;left: 3px;border-radius: 20px;top: 8px;}
.filter-price  .price-field input[type=range] {
  width: 100%;
  height: 4px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.filter-price  .price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.filter-price  .price-field input[type=range]:active,
.filter-price  .price-field input[type=range]:focus {
  outline: 0;
}

.filter-price  .price-field input[type=range]::-ms-track {
  width: 188px;
  height: 4px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.filter-price  .price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-top: -6px;
    background-color: #192f92;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.filter-price  .price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -6px;
  background-color: #192f92;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.filter-price  .price-field input[type=range]::-ms-thumb  {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -6px;
  background-color: #192f92;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.filter-price  .price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 4px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}

.filter-price  .price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 4px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}

.filter-price  .price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 4px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}

/* Style for input value block */

.filter-price  .price-wrap {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}

.filter-price  .price-wrap-1,
.filter-price  .price-wrap-2 {
  display: flex;
}

.filter-price  .price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.filter-price  .price-wrap_line {
  margin: 0 10px;
}

.filter-price  .price-wrap #one,
.filter-price  .price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.filter-price  .price-wrap label {
  text-align: right;
}

/* Style for active state input */

.filter-price  .price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.filter-price  .price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
/* @media only screen and (min-width:1550px) {
  .catagory-slider .catagory-product img{max-width: 60px;}
  .catagory-slider .catagory-product h3 { padding-top: 5px; font-size: 14px; }
  section.products {
    padding: 10px 15px 50px;
}
  section.banner .scrollto {
    right: 65px;
    top: 60%;}
  .side-filter-sec {
    position: sticky;
    top: 150px;
}
  .searchBox form .searchIcon{width:24px}
header.header.shadow-box {
  padding: 20px 30px 10px;
}
header.header {
  padding: 25px;
}
} */
@media only screen and (max-width:1400px) and (min-width:1200px) {
  .customBOx .col-xl-2{flex: 0 0 26.666667%;
  max-width: 22.666667%;}
  .customBOx .col-xl-10 {
    flex: 0 0 77.333333%;
    max-width: 77.333333%;
}
}
@media only screen and (min-width:1450px) {
  .catagory-slider .catagory-product img{max-width: 60px;}
  .catagory-slider .catagory-product h3 { padding-top: 5px; font-size: 14px; }
  section.products {
    padding: 10px 15px 10px;
  }
  /* section.banner .searchBox form input, section.banner .searchBox form input:hover, section.banner .searchBox form input:focus {
    height: 64px;
    padding: 0 70px 0 49px;
} */
h5 {
  font-size: 18px;
}
.prduct-footer .price-container .regular-price,.prduct-footer .price-container .discounted-price,.delavery{
  font-size: 18px;
}
.delavery i{font-size: 14px;}
a.OfferBoxDetail{font-size: 16px;font-weight: 600;}
a.quickInfo img {
  height: 26px;
}
ul.quickLink a{font-size: 16px;}
section.banner .searchBox form .searchIcon{left: 15px;}
/* section.banner  .searchBox form button {
  padding: 4px 25px;
    box-sizing: inherit;
    height: 45px;
    font-size: 16px;
    color: #fff;
} */
button.btn.btn-default.dropdown-toggle {
  position: relative;
}

.dropdown-toggle::after {
  bottom: 8px;
  position: absolute;
}
header.header a.btn.gb-red-Button {
  font-size: 16px;
}
/* a.googleplay {
  height: 58px;
}
a.googleplay {
  height: 58px;
} */

.select-country button span.text {
  font-size: 14px;
  font-weight: 500;
}
.select-country button span.text:after{

}
p.productPara{font-size: 14px;}
}

@media only screen and (max-width:1500px) and (min-width:993px){
  .catagory-slider .catagory-product img{max-width: 60px;}
  .catagory-slider .catagory-product h3 { padding-top: 5px; font-size: 14px; }
  section.products {
    padding: 5px 15px 50px;
  }
  section.banner .scrollto{top: 18%;}
}
@media only screen and (max-width:1030px) and (min-width:768px){
  .catagory-slider .catagory-product img{max-width: 60px;}
  .catagory-slider .catagory-product h3 { padding-top: 5px; font-size: 14px; }
  section.products {
    padding: 10px 15px 50px;
  }
  .searchBox.main-searchBox {
      order: 1;
      flex: 1 1 1500px;
      width: 100%;
      padding: 0 15px;
    }
    header.header.shadow-box {
      flex-wrap: wrap;
    }
}


@media only screen and (max-width:767px){
  .check-set.viewCHange .product{flex-direction: column;}
  .check-set.viewCHange .list-product-heading {
    font-size: 1rem;
    padding: .5rem 0;
}
  .xs-hidden{display:none !important}
  .brandMainHeading,.price-list-table h3 {
    font-size: 18px;
}
.right-button{padding: 0 6px;}
section.topSeller-section {
  padding: 0;
}
.merchent {
  width: 50%;
  float: left;
  margin-top: 0 !important;
}

.merchent * {
  font-size: 14px !important;
}
.site-map .tab-content ul.nav-list.p-0 {
  margin-bottom: 0;
}
.caagoryList li {
  width: 50%;
}
.product_content .col-md-12.text-right {
  text-align: center !important;
}
  .price.detail-price{padding-right: 15px;    align-items: baseline;}
  .price.detail-price .discounted-price{font-size: 18px;}
  p.product-hed {
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
}
.item-centerBox {
  display: flex;
  padding: 0;
}

.item-centerBox > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 0 15px;
}

.item-centerBox > div a {
  clear: left;
}
  ul.quickLink {
    margin-bottom: 0;
}

footer h4 {
  padding-top: 25px;
  padding-bottom: 0px;
}

  /* .product-slider {
    margin: 0 -25px;
} */
  h2.item-title {
    font-size: 22px;
}
  .check-set {
    padding: 5px;
}

.check-set .newWrapperBox {
    padding: 0;
}

.check-set .product .prduct-body {
    padding: 0;
}

.check-set a.OfferBoxDetail {
    padding: 5px;
}

.prduct-footer .price-container .discounted-price,.prduct-footer .price-container .regular-price {font-size: 12px;}

span.heading-text h6 {
    font-size: 12px;
    margin-bottom: 0;
}

p.productPara {
    font-size: 12px;
    line-height: 1.1;
    height: 36px;
    padding: .5rem 0;
}
  .bigscreen{display: none;}
  .catagory-slider .catagory-product img{max-width: 60px;}
  .catagory-slider .catagory-product h3 { padding-top: 5px; font-size: 14px; }
  section.products {
    padding: 10px 15px 50px;
  }
  header .searchBox ul.relatedProduct li{margin-bottom: 0;}
span.open-menu img {
  width: 15px;
}
a.brand.img img {
  max-width: 108px;
  margin-left: 0px;
}
.BrandItem,.MerchantItem {
  width: calc(50% - 10px);
  margin: 5px;
}
section.brands{padding: 30px 0px;}
.home .Our-Brand {
  padding: 50px 0;
}
header nav.navbar {padding-top: 0;}
  .right-button a.btn img {
    padding-right: 5px;
    max-width: 8px;
}
  .searchBox.main-searchBox {
      order: 1;
      flex: 1 1 1500px;
      width: 100%;
      padding: 0 10px;
      display: block !important;
    }
    section.banner {
      padding: 10px 0px;
  }
  section.banner .searchBox {
    padding-top: 10px;
    padding-bottom: 20px;
}

section.banner .searchBox ul.relatedProduct li a {
    padding: 5px;
    font-size: 13px;
}

  section.banner h1 {
      font-size: 27px;
  }

  body {
      font-size: 14px;
  }
    header.header.shadow-box {
      flex-wrap: wrap;
    }
    .product{
        margin: auto;
      /* max-width: initial; */
      margin-bottom: 20px;
    }
    /* .right-button .gb-red-Button span {
      display: none;
  } */
  .catagory-slider {
    width: 100%;
    display: flex;
}

.selllerHeading {
  font-weight: 700;
  font-size: 18px;
}
  .select-country.flagstrap span.text {
      display: none;
  }

  .right-button a.btn img {
      padding: 0;
  }

  .right-button .gb-red-Button {padding: 5px;    height: 26px;}

  .right-button .gb-red-Button img {
      width: 11px;
  }

  .select-country.flagstrap .dropdown-toggle {
      padding: 0;
  }

  .select-country button span i {
      margin: 0 !important;
  }
  .right-button .gb-red-Button span {
    font-size: 10px;
    padding-left: 5px;
}
  a.googleplay {
      padding: 0 5px;
      margin-top: 15px;
  }
  /* a.googleplay img {
    max-width: 65px;
} */
.header .navbar brand {
  padding-right: 0 !important;
}

.header .navbar a.brand.img {
  padding-right: 0 !important;
    max-width: 129px;
    padding:10px 9px !important;
}

.header nav.navbar {
  padding-right: 0;
}
.topBrandSection {
  padding: 30px 0 20px;
}
.promoSLider {
  margin: 0 ;
  overflow: hidden;
}

.promoSLider .item .dataTag {
  font-size: 20px;
}

.promoSLider .item {
  padding: 30px;
}

button.slick-next.slick-arrow {
  height: 30px;
  width: 30px;
  right: 6px;
}
button.slick-prev.slick-arrow {
  height: 30px;
  width: 30px;
  left: 6px;
}
.promoSLider  a.btn.bg-red.mt-5 {
  margin-top: 15px !important;
}
.side-filter-sec {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background: #00000085;
  padding: 10px;
  margin-left: -18px;
  top: 0px;
  left: 120% ;
  transition: all 1s ease-in-out;
}
.side-filter-sec .card {
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.filters-mobile{display: block;}
.side-filter-sec.filter-active {
  left: 17px;
}
section.banner .container > h1.text-center, section.banner .container > p, section.banner .container .searchBox {
  display: none;
}
.product-arrow button.slick-prev.slick-arrow {
  left: 15px !important;
}
.product-arrow button.slick-next.slick-arrow {
  right: 15px !important;
}

.mobileFilterSec {
  display: flex;
  height: 50px;
  justify-content: flex-end;
}

.mobileFilterSec .mobileCross {
  position: relative;
  height: 40px;
  width: 40px;
  background: #fff;
  margin-bottom: 0px;
}

.mobileFilterSec .mobileCross:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 3px;
  display: block;
  background: #c90000;
  left: 50%;
  transform: rotate(45deg);
  top: 3px;
}
.mobileFilterSec .mobileCross:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 3px;
  display: block;
  background: #c90000;
  left: 50%;
  transform: rotate(-45deg);
  top: 3px;
}


  .wizard-content-left {
    height: auto;
  }
}
@media only screen and (max-width:350px){
   a.OfferBoxDetail   {
    font-size: 10px;
}

span.heading-text .rating {
    font-size: 11px;
}
.sp-text {
    font-size: 9px;
}
.sp-text span {
    padding: 2px;
    border-radius: 2px;
}
}
.list-disc li{
    list-style-type: disc;
}
.page-link {
    color: #192f92;
}
.page-item.active .page-link {
    background-color: #192f92;
    border-color: #192f92;
}
.is-img-broken {
    background-image: url(../../../broken.png);
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 160px;
    min-height: 160px;
    display: inline-block;
    width: 100%;
}
.is-img-loading {
    background-color: black;
    background-image: url('../../../loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 160px;
    min-height: 160px;
    display: inline-block;
    width: 100%;
}
.is-img-loading img,
.is-img-broken img {
    opacity: 0;
}
.btn-primary {
    color: #fff;
    background-color: #192f92;
    border-color: #192f92;
}
.list-active{
    background-color: #007bff;
    color: white;
}
.more-filter {
    margin-top: 5px;
    color: #192f92;
    font-weight: bold;
}
.loading-box{
    margin-top: 30px;
}

.p-img{
    width: 100%;
    max-height: 160px;
    min-height: 160px;
    object-fit: contain;
}
.BrandItem a .tag{
    position: absolute;
    left: -5px;
    top: -3px;
    font-size: 11px;
    background: #c90000;
    color: #fff;
    padding: 7px 9px;
    box-shadow: 0px 3px 3px #00000012;
    border-radius: 5px;
}
.fa-times{
    cursor: pointer;
}
/* vouchers */
.voucher-icons
{
    margin-top: 10px;
    padding: 15px;
    justify-content: center;
}
.voucher-icons .s-voucher{
    margin-bottom: 30px;
    padding: 0 7.5px;
}
.s-voucher .click .logo {
    height: 130px;
    margin: auto auto 5px;
}
.s-voucher .click{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 35px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e8eef7;
    border-radius: 4px;
    outline: none;
}
.s-voucher .v-name{
    color: #c90000;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -.38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: auto auto 15px;
    padding: 0 15px;
}

.s-voucher .title-container{
    display: flex;
    width: 100%;
    margin: auto;
    padding: 5px 0;
    background-color: #C90000;
    border-radius: 2px;
}

.s-voucher .title-container .title{
    margin: auto;
    padding: 0 15px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -.3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.voucher-d .logo {
    padding: 12px;
    position: absolute;
    width: 100px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.03),0 1px 3px 0 rgba(0,0,0,.05);
}
.voucher-d .logo img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.voucher-d .main-title{
    padding-left: 128px;
    font-size: 40px;
    padding-top: 25px;
    text-wrap: none;
    margin-bottom: 5px;
}

.voucher-list .type-deal{
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
    margin-bottom: 10px;
    background-color: #fff;
}
.clickable{
    cursor: pointer;
}
.voucher-list .type-deal .deal {
    min-height: 152px;
    position: relative;
}
.type-deal .deal .deal-info {
    width: 120px;
    border-radius: 4.3px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    border: 1px solid #f5f4f4;
}
.type-deal .deal-info .benefit {
    color: #192f92;
    padding: 12px 7px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .2px;
    height: 98px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}
.type-deal .show-popup{
    color: #192f92;
}
.type-deal .deal-info .benefit .value
{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}
.type-deal .deal-info .type, .type-deal .deal-info .type a {
    color: #9aabb0;
    font-size: 12.6px;
    font-weight: 600;
    letter-spacing: .5px;
}
.type-deal .deal-info .type {
    text-align: center;
    background-color: #f5f4f4;
    padding: 9px 0;
    border-bottom-right-radius: 2.1px;
    border-bottom-left-radius: 2.1px;
}
.type-deal .deal-desc {
    margin-left: 140px;
    position: relative;
    padding: 15px;
}

.type-deal .deal-desc h2, .type-deal .deal-desc h3 {
    margin: 0 0 2px;
    font-size: 20px;
    line-height: 28px;
    padding-right: 65px;
    max-height: 84px;
    overflow: hidden;
    overflow-wrap: anywhere;
}
.type-deal .deal-desc .explain {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
    overflow-wrap: anywhere;
    max-height: 42px;
}
.type-deal .cr, .type-deal .getdeal {
    width: 209px;
    height: 46px;
    display: inline-block;
    position: relative;
    margin-top: 5px;
}
.type-deal .cr span {
    padding-top: 7px;
    padding-right: 5px;
    font-family: monospace;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    background-color: #f2f2f2;
    border: dashed 2px #c90000;
    font-size: 24px;
    font-weight: 900;
    text-align: right;
}
.type-deal .cr a {
    right: 37px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    transition: right .2s;
    box-shadow: 3px 0 3px rgba(0,0,0,.06);
}
.type-deal .cr a, .type-deal .getdeal a {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #c90000;
    color: #fff;
    border-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: block;
    font-size: 16px;
    font-weight: 900;
    padding-top: 12px;
}
.type-deal .deal-desc .insights {
    font-size: 12px;
    color: #9aabb0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 240px;
    text-align: right;
}
.type-deal .deal-desc .verified-badge {
    font-weight: 700;
    font-size: 12.6px;
    color: #ffba00;
    vertical-align: baseline;
    line-height: 15px;
    margin-bottom: 3px;
    display: inline-block;
    padding-left: 17px;
    padding-top: 2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8Y2lyY2xlIGN4PSI3IiBjeT0iNyIgcj0iNi42MjIiIGZpbGw9IiNGRkJBMDAiIC8+DQogICAgICAgIDxwYXRoIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuMzk4IiBkPSJNMTAuMTExIDQuNjY3bC0zLjYyNSA0LjM3YS4zMi4zMiAwIDAgMS0uNDkyIDBMNC42NjcgNy40NDYiIC8+DQogICAgPC9nPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position-Y: center;
}

.voucher-d .count-table td.value {
    padding-left: 20px;
    min-width: 40px;
    text-align: right;
}

.voucher-d p.siteLink {
    padding-left: 128px;
    font-size: 14px;
    font-weight: 600;
}
.voucher-d p.siteLink a {
    color: #5f6b78;
}

.type-deal .cr.revealed {
    width: 209px;
}
.type-deal .cr.revealed::before {
    border-bottom: 6px solid #c90000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    width: 0;
    height: 0;
    bottom: -8px;
    left: 96px;
}

.type-deal .cr.revealed::after, .type-deal .cr.revealed::before {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    position: absolute;
}
.type-deal .cr.revealed span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    text-align: center;
}
.type-deal .cr.revealed a {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    right: 0;
    content: '';
}
.type-deal .cr.revealed::after {
    display: block;
    content: 'Click to copy code';
    background-color: #c90000;
    width: 150px;
    font-size: 12px;
    color: #fff;
    height: 30px;
    padding-top: 7px;
    text-align: center;
    bottom: -38px;
    left: 30px;
    border-radius: 3px;
    z-index: 200;
}
.type-deal .cr.revealed::after, .type-deal .cr.revealed::before {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    position: absolute;
}
.type-deal .cr.revealed:hover span {
    border-style: solid;
}
.type-deal .cr.revealed:hover::after, .type-deal .cr.revealed:hover::before {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width:1199px){
    .sp-text {
        font-size: 25px;
    }
    .sp-text span {
        padding: 4px;
        border-radius: 4px;
    }
}
@media only screen and (max-width:991px){
    .sp-text {
        font-size: 18px;
    }
    .sp-text span {
        padding: 3px;
        border-radius: 3px;
    }
    .sp-text-1 {
        font-size: 17px;
    }
    .sp-text-1 span span {
        font-size: 20px;
    }
}
@media only screen and (max-width:991px){
    .sp-text {
        font-size: 18px;
    }
    .sp-text span {
        padding: 3px;
        border-radius: 3px;
    }
}
@media only screen and (max-width:768px){
    .sp-text {
        font-size: 14px;
    }
    .sp-text span {
        padding: 2px;
        border-radius: 2px;
    }
    .sp-text-1 {
        font-size: 16px;
    }
    .sp-text-1 span span {
        font-size: 18px;
    }
}
@media only screen and (max-width:480px){
    .sp-text {
        font-size: 10px;
    }
    .sp-text span {
        padding: 2px;
        border-radius: 2px;
    }

    .sp-text-1 {
        font-size: 12px;
    }
    .sp-text-1 span span {
        font-size: 14px;
    }
}

.text-primary{
    color: #f00 !important;
}

.service-d .dropdown-toggle::after {
    border: none;
    content: url(../images/dropdown-arrow.png);
    position: absolute;
    right: 7px;
    top: 12px;
}

.exbrand-tx{
    font-size: 14px;
    position: absolute;
    top: 82px;
    color: white;
    text-align: center;
    width: 100%;
    right: 0;
}
.ExBrand{
    width: 185px !important;
    height: 185px !important;
}
