@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #FFF;
  line-height: 25px;
}
img {
  max-width: 100%;
}
b, strong {
  font-weight: 500;
}
a:focus, a:hover {
  border: none;
  text-decoration: none;
  outline: none;
  color: #000000;
  outline-offset: 0;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #f5b9c0;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
button:focus, button:hover {
  outline: none !important;
}
.form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 36px;
  padding: 0px 15px;
  border: none;
  background-color: #ffffff;
  border: 1px solid #e4e9f6;
}
#top {
  background-color: #000000;
}
#top .btn-link, #top-links li, #top-links a {
  color: #FFF;
  background-color: transparent;
}
#top-links a {
  position: relative;
  padding-left: 21px;
}
#top-links li {
  padding-right: 6px;
}
#top-links a img {
  width: 17px;
  position: absolute;
  top: -1px;
  left: 0px;
}
#top .btn-link {
  padding: 5px 0px 5px 24px;
  border: none;
  position: relative;
}
#top .btn-link img {
  position: absolute;
  left: 0px;
  top: 9px;
}
header {
  background: #FFF;
}
.m-menu-wrap {
  margin-bottom: 0px !important;
}
.product-thumb .caption h4 a {
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  min-height: 51px;
  display: block;
  margin: 0 0 8px;
  text-align: center;
}
.product-thumb {
  background: #FFF;
  margin: 0 0 25px;
  position: relative;
}
.product-thumb .image a img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#cart button.dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
}
#cart button img {
  display: inline-block;
  width: 50px;
}
.cartco {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #000000;
  margin: -14px 0 0px 9px;
}
span.cartcount {
  background-color: #000000;
  color: #ffffff;
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  position: absolute;
  left: 17px;
  top: -5px;
}
#cart button.dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  float: right;
  position: relative;
}
#cart button.dropdown-toggle i {
  font-size: 25px;
  color: #000000;
}
#top-links .dropdown-menu, #cart .dropdown-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.35s ease-out 0s;
  border: none;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.35s ease-out 0s;
  border-radius: 0px;
  padding: 0px;
  margin-top: 5px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.swiper-viewport {
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
}
.swiper-slide {
  text-align: center;
  padding: 0;
}
.swiper-slide img {
  display: inline-block;
  padding: 0;
  background: #FFF;
  width: 100%;
  border: none;
}
.owl-wrapper-outer {
  box-shadow: none !important;
  border: none !important;
}
.owl-carousel {
  background-color: transparent !important;
  box-shadow: none !important;
}
.product-car .owl-controls {
  text-align: right;
}
.product-car .owl-prev, .product-car .owl-next {
  display: inline-block;
  margin-left: -5px;
  border-radius: 3px;
  text-align: center;
  padding-top: 6px;
  margin-top: 0px;
  width: 40px;
  height: 40px;
  color: #737373;
  font-size: 27px;
}
.product-car .owl-prev.disabled, .product-car .owl-next.disabled {
  border: 1px solid #c47f81;
  color: #c47f81;
  cursor: not-allowed !important;
}
.product-car .owl-prev i, .product-car .owl-next i {
  font-size: 33px;
  line-height: 25px;
}
.product-car .owl-stage-outer {
  position: relative;
  padding-top: 0px;
}
.product-car .owl-controls {
  position: absolute;
  top: 44%;
  width: 100%;
}
.product-car .owl-prev {
  position: absolute;
  left: -27px;
  top: 46%;
}
.product-car .owl-next {
  position: absolute;
  right: -34px;
  top: 45%;
}
.brands-car .owl-controls {
  text-align: right;
}
.brands-car .owl-prev, .brands-car .owl-next {
  border: none;
  display: inline-block;
  margin-left: -5px;
  margin-top: 0px;
}
.brands-car .owl-prev i, .brands-car .owl-next i {
  font-size: 41px;
  color: #a7a7a7;
}
.brands-car .owl-stage-outer {
  position: relative;
  padding-bottom: 30px;
}
.brands-car .owl-controls {
  position: absolute;
  top: 44%;
  width: 100%;
}
.brands-car .owl-prev {
  position: absolute;
  left: -21px;
  top: 30%;
}
.brands-car .owl-next {
  position: absolute;
  right: -22px;
  top: 30%;
}
.brands-car .owl-item > div {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  background: #FFF;
  padding: 0px 16px;
  margin: 2px 0px;
  border-radius: 10px;
}
.m-menu-wrap {
  background: #FFFFFF;
}
.hm-ad-img {
  display: block;
  margin-top: 30px;
  width: 100%;
}
.hm-ad-img img {
  width: 100%;
}
.footer-ic-bx {
  position: relative;
  padding: 4px 0px 2px 60px;
  border: 1px solid #4a4a4a;
  border-radius: 8px;
  margin-bottom: 13px;
}
.footer-ic-bx h4 {
  color: #000000;
  margin: 7px 0px 4px;
}
.footer-ic-bx img {
  position: absolute;
  left: 21px;
  top: 19px;
  height: 25px;
}
.footer-ic-bx p {}
.links-contact {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 3px;
}
.links-contact li:first-child {
  color: #000000;
}
.links-contact li {
  padding-left: 23px;
  margin-bottom: 10px;
  position: relative;
  color: #000000;
}
.links-contact li i {
  position: absolute;
  left: 0px;
  top: 5px;
}
footer .list-unstyled li a {
  margin-bottom: 6px;
  display: block;
  color: #000000;
}
.social-media {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.social-media li {
  display: inline-block;
  margin-right: 20px;
}
.social-media li:last-child {
  margin-right: 0px;
}
.social-media li a i {
  height: 36px;
  width: 36px;
  border-radius: 50px;
  text-align: center;
  line-height: 35px;
  background: #FFF;
  font-size: 23px;
  color: #790e10;
}
.social-media li a {}
.social-media li a i.fa-facebook {
  color: #1773ea;
}
.social-media li a i.fa-twitter {
  color: #1b9cea;
}
.social-media li a i.fa-instagram {
  color: #aa2e97;
}
.social-media li a i.fa-youtube {
  color: #f70000;
}
.category-items-footer {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.category-items-footer li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.category-items-footer a {}
.category-items-footer li:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  border-left: 1px dotted #ccc;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -5px;
}
.payments-options {
  margin: 12px 0 0;
  display: inline-block;
}
.payments-options img {}
.footer-base {
  border-top: 1px solid #353535;
  padding-top: 40px;
  margin-top: 30px;
}
#top-links .list-inline {
  margin-bottom: 0px;
}
.top-left-items .dropdown-menu {
  border-radius: 0px;
  border: none;
  padding: 0px;
  margin-top: 6px;
}
.top-left-items .dropdown-menu button {}
.top-left-items .dropdown-menu button img {
  position: absolute;
  left: 10px !important;
  top: 11px !important;
  width: 14px;
}
.cart-dropdown-items {
  font-size: 13px;
  padding: 19px 7px 2px !important;
}
.cartdropdown-tbl tr:first-child td {
  border-top: none;
}
.cartdropdown-tbl a {
  display: inline-block;
  color: #1c1c1c;
}
.cartdropdown-c1 {
  width: 52px;
  padding: 0px !important;
}
.cartdropdown-c1 img {
  width: 43px;
  margin: 4px 0px;
}
.cartdropdown-c2 {
  padding-top: 14px !important;
}
.cartdropdown-c3 {
  padding-top: 14px !important;
  width: 32px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.cartdropdown-c4 {
  padding-top: 14px !important;
  width: 95px;
  font-weight: 500;
  color: #2d2d2d;
}
.cartdropdown-c5 {
  padding-top: 14px !important;
  text-align: right;
  padding-right: 16px !important;
}
.close-1 {
  background: none;
  padding: 0px;
  border: none;
  color: #e63a3a;
}
.dropdowncart-footer {
  text-align: right;
  padding-bottom: 10px;
}
.dropdowncart-footer img {
  width: 15px;
}
.dropdowncart-footer a {
  background: #000000;
  color: #FFF;
  padding: 7px 19px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 60px;
}
/*Custom Scroll*/
.cscroll-content > div {
  max-height: 200px;
  overflow: auto
}
.controls {
  padding: 0 0 10px
}
.controls span {
  cursor: pointer;
  padding: 2px 8px
}
.controls span.active {
  background: #4698ce;
  color: #fff;
  cursor: default
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0
}
.scroll-element {
  display: none
}
.scroll-element, .scroll-element div {
  box-sizing: content-box
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block
}
.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
  cursor: default
}
.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important
}
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  display: block;
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: .7
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px
}
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px
}
/**/
.dropdowncart-totalbx table tr td:first-child {}
.dropdowncart-totalbx table tr td:first-child + td {}
.breadcrumb {}
.product-thumb-inner {
  margin-bottom: 7px;
}
.result-cat-list {
  margin: 0px;
  padding: 0px 0px 0px 8px;
  list-style: none;
  background: #FFF;
  padding: 13px 13px;
  border-radius: 3px;
}
.result-cat-list li {}
.result-cat-list li a {
  display: block;
  margin-bottom: 4px;
  color: #616161;
}
/*Title Designs*/
.title-s1 {
  margin-bottom: 4px;
  position: relative;
  padding-bottom: 7px;
  color: #191919;
  font-size: 18px;
  margin-top: 15px;
}
.title-s2 {
  margin: 15px 0px 0px;
  font-size: 18px;
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
}
.title-s3 {
  margin-bottom: 23px;
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 13px;
  color: #191919;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  margin: 16px 0 38px;
}
.title-s3::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*Title Designs*/
.sort-filter-header {
  padding: 15px 0px 0px;
}
.list-group-item.sub {
  padding-left: 22px;
}
.sort-filter-header .input-group-addon {
  border-radius: 0px;
  background: #000000;
  color: #FFF;
  border: none;
}
.sort-filter-header .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background: #FFF;
}
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #000000;
  border-color: #000000;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.pagination > li > a, .pagination > li > span {
  color: #717171;
  padding: 10px 17px;
  border: 1px solid #e4e4e4;
}
.pagination > li:first-child > a {
  border-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0px;
}
/*Responsive image inside paragraph*/
.para-img {
  width: 345px;
  float: left;
  margin-right: 30px;
}
@media(max-width: 992px) {
  .para-img {
    width: 280px;
  }
}
@media(max-width: 720px) {
  .para-img {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
/*Responsive image inside paragraph*/
.search-filter-header {
  padding: 20px 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.04);
}
.search-filter-header .form-control {
  border-radius: 0px;
  padding: 6px 18px;
  height: 46px;
  box-shadow: none;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}
.search-checkbox {
  margin-bottom: 7px;
  color: #292929;
}
.search-checkbox label {
  margin-bottom: 0px;
  padding-left: 24px;
  position: relative;
  top: -4px;
  margin-bottom: 3px;
  cursor: pointer;
}
.search-checkbox input[type='checkbox'] {
  display: none;
}
.search-checkbox label::before {
  content: '';
  width: 17px;
  height: 17px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0px;
  cursor: pointer;
}
.search-checkbox input[type='checkbox']:checked + label::before {
  background: #000000;
  border: 1px solid #000000;
}
.search-checkbox input[type='checkbox']:disabled + label::before {
  cursor: not-allowed;
  background: #eaeaea;
  border: 1px solid #e8e8e8;
}
.search-filter-header > .control-label {
  font-weight: 500;
  color: #4e4e4e;
  font-size: 17px;
}
/*Button Styles*/
.btn-s1 {
  background: #000000;
  border: none;
  color: #FFF;
  padding: 6px 16px;
}
.btn-primary {
  background-image: none;
  background-color: #000000;
  border-radius: 0px;
  border: none;
  text-shadow: none;
  padding: 9px 16px 8px;
}
/**/
.well {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ffffff;
  box-shadow: none;
}
/*List Styles*/
.list-style1 {
  list-style: none;
  padding: 0px;
  margin-left: 5px;
}
.list-style1 li {}
.list-style1 a {
  display: inline-block;
  position: relative;
  padding: 5px 13px 5px 13px;
  color: #000000;
}
.list-style1 a:hover, .list-style1 a:focus {}
.list-style1 a::before {
  position: absolute;
  left: 0px;
  top: 5px;
  content: "\f105";
  font-family: Fontawesome;
}
/**/
.main-container .title-s1 {
  border-bottom: 1px solid #e8e8e8;
}
.address-bx {
  position: relative;
  background: #FFF;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}
.modify-float-btns {
  position: absolute;
  right: 12px;
  top: 12px;
}
.modify-float-btns a {
  display: inline-block;
  background: #000000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-left: 5px;
}
.modify-float-btns a img {
  width: 17px;
}
.ic-btn-boxes {}
.checkout-btn1 {
  background: #000000;
}
.delete-btn2 {
  background: #e64040;
}
.delete-btn2, .checkout-btn1 {
  border: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  padding: 0px;
  float: left;
  margin-right: 5px;
}
.delete-btn3 {
  border: none;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  padding: 0px;
  float: left;
  margin-right: 5px;
  background: #cb2828;
  border-radius: 50%;
  margin-top: 29px;
}
.delete-btn3 img {
  width: 11px;
}
.checkout-btn2 {
  border: none;
  border-radius: 3px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  padding: 0px 10px;
  float: left;
  margin-right: 5px;
  background: #000000;
  color: #FFF;
  float: right;
  margin-top: 15px;
}
.checkout-btn2 img {
  position: relative;
  width: 17px;
  top: -2px;
  margin-right: 3px;
}
.delete-btn2 img, .checkout-btn1 img {
  width: 18px;
}
.input-group .btn-primary {
  padding: 8px 16px;
}
.clr-tbl-1 {
  font-size: 14px;
  border: 1px solid #000000;
}
.clr-tbl-1 thead tr td {
  background: #000000;
  color: #FFF;
  border: 1px solid #000000;
}
.input-group-s1 .btn-primary {
  padding: 7px 12px;
  background: #47b162;
  text-shadow: none;
}
.input-group-s1 .btn-danger {
  padding: 7px 12px;
  border: none;
  border-radius: 0px;
  background: #dc4040;
  text-shadow: none;
}
.input-group-s1 .form-control {
  height: 35px;
  padding: 12px 13px;
}
.panel-group-s1 .panel-default > .panel-heading {
  background: #FFF;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
.panel-group-s1 .panel-group .panel {
  border-radius: 0px;
}
.panel-group-s1 .panel {
  border: none;
  box-shadow: none;
}
.panel-group-s1 .panel-title {
  font-weight: normal;
  font-size: 15px;
}
.panel-group-s1 .panel-collapse {
  border: 1px solid #e8e8e8;
  background: #fbfbfb;
}
.panel-group-s1 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.mobile-click-menu {}
.m-navbar a {
  padding: 0px !important;
  top: 8px !important;
}
.m-navbar a i {
  font-size: 26px;
  color: #000000;
}
.product-thumb .button-group button img {
  width: 14px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.product-page {}
.product-page .thumbnail {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
.product-page .title-s1 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.title-s4 {
  color: #000000;
  margin: 9px 0px 12px;
}
.title-s4 span {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: line-through;
  color: #5f5f5f;
}
.product-page .input-group-btn .btn {
  padding: 12px 14px;
  background: #9c9c9c;
  color: #FFF;
  border: none;
  border-radius: 0px;
}
.rating {
  margin-top: 0;
  margin-bottom: 15px;
}
.nav-tabs > li a {
  border-radius: 0px;
}
.product-images {
  position: relative;
}
.compare-wishlist-btns {
  position: absolute;
  top: 10px;
  right: 10px;
}
.compare-wishlist-btns button {
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.compare-wishlist-btns img {
  width: 17px;
}
.product-page .form-group {
  margin-bottom: 0;
}
.may-swatches input[type=radio]:enabled + img:hover, .may-swatches input[type=radio]:enabled + span:hover, .may-swatches input[type=radio]:checked + img, .may-swatches input[type=radio]:checked + span {
  background: #FFFFFF;
  color: #000;
}
.may-swatches input[type=radio] + span {
  padding: 6px 17px !important;
  height: auto !important;
  color: #000;
}
.may-swatches input[type=radio] + img, .may-swatches input[type=radio] + span {
  border: 1px solid #bebebe !important;
  min-width: 35px;
  height: 35px;
  border-radius: 4px;
}
.may-swatches label {
  margin-right: 9px !important;
  margin-bottom: 12px !important;
}
#top-links {
  float: right;
}
.quantityincbx {
  margin-bottom: 20px;
  width: 115px;
  float: inline-block;
}
.inputarrow-prev, .inputarrow-next {
  display: inline-block;
  width: 30px;
  height: 33px;
  line-height: 32px;
  background: #bababa;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  border: none;
  float: left;
}
.inputarrow-prev i, .inputarrow-next i {
  font-size: 10px;
}
.inputarrow-disabled {
  cursor: not-allowed;
}
.inputarrow {
  text-align: center;
  border: none;
  background: #e3e3e3;
  width: 52px;
  height: 33px;
  line-height: 33px;
  float: left;
}
.mfilter-free-container #mfilter-opts-price-min, .mfilter-free-container #mfilter-opts-price-max {
  width: 64px !important;
  min-width: 64px !important;
}
/*Custom Gutter*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .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: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.pagination > li {
  display: inline-block;
}
.pgn-first {
  margin-right: 6px;
}
.pgn-first a {
  border-radius: 25px !important;
}
.pgn-last {
  margin-left: 6px;
}
.pgn-last a {
  border-radius: 25px !important;
}
.pgn-prev a {
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.pgn-nxt a {
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.radio-style {
  position: relative;
  padding-top: 0px !important;
  margin-left: 10px;
}
.radio-style label {
  padding-left: 26px;
}
.radio-style input[type='radio'] {
  display: none;
}
#payment-existing {
  margin-top: 15px;
  margin-bottom: 15px;
}
.radio-style label::before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0px;
  cursor: pointer;
}
.radio-style input[type='radio']:checked + label::before {
  background: #000000;
  border: 1px solid #000000;
}
.panel-default > .panel-heading {
  background-color: #ffffff;
  padding: 16px 15px;
}
.panel-default > .panel-heading h4 {
  font-size: 15px;
  font-weight: 500;
  color: #353535;
}
.product-thumb-carttbl {
  position: relative;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 3px;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  padding: 9px 36px 15px 11px;
}
.remove-corner {
  position: absolute;
  right: 9px;
  top: 13px;
  display: inline-block;
  border: none;
  background: no-repeat;
  padding: 0px;
}
.remove-corner i {
  font-size: 10px;
  background: hsl(0, 69%, 53%);
  color: #FFF;
  border-radius: 50%;
  width: 19px;
  display: inline-block;
  height: 19px;
  text-align: center;
  line-height: 19px;
}
.product-thumb-link {
  color: #4c4c4c;
  display: inline-block;
  position: relative;
  padding-left: 44px;
}
.product-thumb-link img {
  width: 33px;
  float: left;
  position: absolute;
  left: 0px;
}
.product-thumb-link p {
  margin-bottom: 0px;
  margin-top: 6px;
}
.product-thumb-inner h4 {}
.alert {
  position: relative;
  margin-top: 15px;
}
.alert .close {
  position: absolute;
  top: 5px;
  right: 7px;
}
.mfilter-box-34 .mfilter-counter {
  background: #000000 !important;
}
.mfilter-box-34 .mfilter-counter:after {
  border-right-color: #000000 !important;
}
/*.m-navbar a {
    background: transparent !important;
	    top: -41px !important;
}*/
.cart-mob-btn {
  position: relative;
  float: right;
  margin-top: 11px;
  margin-right: 10px;
}
.cart-mob-btn i {
  color: #FFF;
  font-size: 28px;
}
.cart-mob-btn img {
  width: 25px;
}
.cart-mob-btn span {
  position: absolute;
  color: #ffffff;
  background: #e2ac1a;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  right: -10px;
  top: -7px;
  font-size: 10px;
}
#logo img {
  width: 260px;
  margin: 1px 0 11px;
  display: inline-block;
}
.main-slider {
  position: relative;
  position: relative;
  margin-bottom: 16px !important;
}
.main-slider .owl-nav {
  position: absolute;
  top: 47%;
  width: 100%;
}
.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
  font-size: 30px;
  color: #FFF;
}
.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 7px;
}
.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 7px;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.28);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 7px;
  width: 7px;
  height: 7px;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(249, 132, 39) 1.5em 0 0 0, rgba(249, 132, 39) 1.1em 1.1em 0 0, rgba(249, 132, 39) 0 1.5em 0 0, rgba(249, 132, 39) -1.1em 1.1em 0 0, rgba(249, 132, 39) -1.5em 0 0 0, rgba(249, 132, 39) -1.1em -1.1em 0 0, rgba(249, 132, 39) 0 -1.5em 0 0, rgb(249, 132, 39) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reorderrtn-btns {
  width: 80px;
}
.reorder-btn {
  background: #000000;
  display: inline-block;
  width: 34px;
  height: 35px;
  text-align: center;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
  line-height: 31px;
}
.reorder-btn:hover, .reorder-btn:focus {
  background: #fd933f;
}
.reorder-btn img {
  width: 18px;
}
.rtn-btn {
  background: #9b9b9b;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
}
.rtn-btn:hover, .rtn-btn:focus {
  background: #b1b1b1;
  color: #FFF;
}
.rtn-btn i {
  font-size: 14px;
}
.cpg-row {
  padding: 15px 19px 10px;
  margin-bottom: 21px;
  border-radius: 1px;
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  border-radius: 7px;
}
.cpg-thumb {
  width: 90%;
}
.wpg-thumb {
  width: 57%;
}
.cpg-name {
  font-size: 16px;
  color: #000;
  display: block;
  margin-top: 15px;
  margin-bottom: 12px;
}
.cpg-deletebtns {
  margin-bottom: 10px;
  display: inline-block;
}
.cpg-dlt {
  border: none;
  background: #dc2d2d;
  color: #FFF;
  padding: 0px 8px;
  height: 26px;
  line-height: 19px;
  border-radius: 4px;
  font-size: 12px;
  float: left;
  margin-right: 10px;
}
.cpg-dlt img {
  width: 11px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.cpg-wsh {
  border: none;
  background: #000000;
  color: #FFF;
  padding: 0px 8px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  font-size: 12px;
  float: left;
  display: block;
}
.cpg-wsh img {
  width: 11px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.cpg-wsh:hover, .cpg-wsh:focus {
  color: #FFF;
}
.cpg-quantityincbx {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-right: 0px;
  border: none !important;
}
.cpg-amout {
  text-align: right;
}
.cpg-amout p {
  font-size: 18px;
  color: #2c2c2c;
  margin: 17px 0px 0px;
  font-weight: 600;
}
.cpg-amout span {
  font-size: 12px;
}
.cpg-totalarea {}
.cpg-totalarea .panel-heading {
  padding: 12px 10px;
  background: #f5f5f5 !important;
}
.cpg-coupontxt {
  font-size: 12px;
  line-height: 18px;
}
.cpg-totalarea .panel-group {
  margin-bottom: 5px;
}
.cpg-sbtotal {
  padding: 10px 10px 4px;
}
.cpg-sbtotal p {
  float: right;
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
}
.cpg-vat {
  padding: 8px 10px 15px;
}
.cpg-vat p {
  float: right;
  margin: 0px;
}
.cpg-total {
  background: #e9e9e9;
  padding: 10px;
  margin-bottom: 10px;
}
.cpg-total p {
  float: right;
  margin: 0px;
  font-size: 17px;
  font-weight: 600;
  color: #2c2c2c;
}
.cpg-checkout-btn {
  display: block;
  padding: 10px;
  margin-bottom: 30px;
}
.sitemapx {
  margin: 0px;
  padding: 20px 20px;
  border: 1px solid #ebebeb;
  list-style: none;
}
.sitemapx > li {}
.sitemapx > li > a {
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 9px;
  padding: 5px 16px;
  background: #000000;
}
.sitemapx > li > ul {
  list-style: none;
  margin: 0px 0px 17px 15px;
  padding: 0px;
}
.sitemapx > li > ul > li > a {
  color: #1f1f1f;
  display: block;
  margin-bottom: 2px;
}
.sitemapx > li > ul > li > ul {
  list-style: none;
  padding: 0px 0px 5px 15px;
}
.sitemapx > li > ul > li > ul > li > a {}
.wpg-row {
  position: relative;
  padding: 15px 19px 10px;
  margin-bottom: 21px;
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
.wpg-row-title {
  padding: 15px 19px 10px;
  background: #f0f0f0;
  margin-bottom: 11px;
  color: #000;
  font-size: 15px;
}
.wpg-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  margin-top: 5px;
  margin-bottom: 6px;
}
.stock-rep {
  color: #FFF;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 20px;
  font-size: 12px;
  background: #9e9e9e;
}
.stock-rep i {
  font-size: 12px;
  margin-right: 4px;
}
.stock-rep.ins {
  background: #00a53e;
}
.stock-rep.outs {
  background: #e7ad1d;
}
.wpg-price {
  margin-top: 10px;
  font-size: 19px;
  float: right;
  text-align: right;
  line-height: 21px;
}
.wpg-price span {
  display: block;
  text-decoration: line-through;
  font-size: 13px;
  color: #9c9c9c;
}
.title-bx {
  margin: 30px 0px 0px;
  padding: 4px 0px;
}
.title-bx h3 {
  float: left;
  margin: 0px 0px 3px;
  font-weight: 600;
  padding: 0 0 10px;
  font-size: 21px;
  color: #000000;
  text-transform: uppercase;
}
.title-bx a {
  float: right;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  padding: 0px 16px;
  margin: 0px;
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
}
#m-menu > ul > li > a, #m-menu .drop-down > a::after {
  content: "\f107" !important
}
.mfilter-opts-container {
  padding: 5px 0;
  border-top: 1px solid #dadada !important;
}
.opts-price-min {
  margin-bottom: 5px;
  font-size: 13px;
}
.opts-price-max {
  font-size: 13px;
}
#mfilter-opts-price-min, #mfilter-opts-price-max {
  max-width: 140px;
  margin-left: 10px;
}
.m-menu-wrap.fullwidth, nav#m-menu, .m-menu-wrap.fullwidth, .m-navbar {
  background: #ffffff !important;
}
#m-menu > ul > li > a, #m-menu .drop-down > a::after {
  color: #000000 !important;
}
#m-menu > ul > li > a {
  font-weight: normal;
  text-transform: uppercase;
}
.myac-btn {
  background: no-repeat;
  border: none;
  margin: 11px 0px 0 0;
}
#cart {
  margin-left: 10px;
}
.myac-btn img {
  width: 42px;
  margin: 4px 0 0px;
}
.myac-btn-mob i {
  color: #FFF;
  font-size: 25px;
}
.header-right-buttons {
  text-align: right;
  margin: 0px 0 0;
  display: block;
}
.header-right-buttons .user-btn {
  font-size: 23px;
  position: relative;
  top: 12px;
  right: 3px;
}
.lang-btn {
  font-size: 18px;
  float: right;
  color: #000000;
  padding: 0px;
  width: auto;
  border: none;
  width: 50px;
  text-align: right;
  margin-top: 10px;
}
.lang-btn.en {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}
.lang-btn:hover, .lang-btn:focus {
  color: #000;
  text-decoration: none;
}
#m-menu > ul > li > a {
  font-size: 12px !important;
}
#m-menu > ul > li > a:hover, #m-menu .active > a, #m-menu .m-active > a, #m-menu .drop-down > a:hover::after, #m-menu .drop-down.active > a:after {
  background: transparent !important;
  color: #000000 !important;
}
#m-menu .m-flyout ul li a:hover {
  background: none !important;
  color: #d3a62c !important;
}
#m-menu .m-flyout ul {
  background: #ffffff !important;
}
#m-menu .m-flyout ul li a {
  color: #000000 !important;
}
#m-menu .m-flyout ul > li:hover > i {
  color: #000000 !important;
}
.home-features1 {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.home-features1 .hf1-bx {
  color: #8d1619;
  list-style: none;
  position: relative;
  margin: 9px 0px;
  padding: 0 55px;
  text-align: center;
  display: inline-block;
}
.home-features1 .hf1-bx > div {
  display: inline-block;
}
.home-features1 .hf1-bx:last-child {}
.home-features1 .hf1-bx:first-child {}
.home-features1:after {
  content: '';
  display: block;
  clear: both;
}
.home-features1 .hf1-bx i {
  font-size: 39px;
  display: inline-block;
  margin: 0px 13px 0 0;
  position: absolute;
  top: 11px;
  left: 0px;
}
.home-features1 .hf1-bx h4 {
  color: #8d1619;
  text-align: center;
  margin: 11px 0 0px;
}
.home-features1 .hf1-bx p {
  text-align: center;
  margin: 0 0 5px;
}
.home-features1-container {
  background: #FFFFFF;
}
.owl-carousel.owl-advs {
  margin-bottom: 0px !important;
}
.home-features2-container {
  background: #8d1619;
}
.home-features2 {
  list-style: none;
  padding: 0px;
  margin: 20px 0px;
  color: #FFFFFF;
  display: flex;
}
.home-features2 p {
  text-align: center;
  border-radius: 10px;
  line-height: 18px;
  margin: 0 2px 0;
  font-size: 13px;
  transition: transform .1s;
  /* Animation */
}
.home-features2 p a {
  display: block;
  color: #FFFFFF;
  text-align: center;
}
.home-features2 p a span {
  display: block;
}
.home-features2 p i {
  display: inline-block;
  font-size: 33px;
  line-height: 62px;
  text-align: center;
  margin: 0 0 6px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.home-features2 p:hover i {
  background: #FFFFFF;
  color: #8d1619;
}
.home-features2:after {
  content: '';
  display: block;
  clear: both;
}
.home-features2-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.home-features2-mobile > div {
  flex: 0 0 auto;
  width: 91px;
  margin: 0 5px 0 0;
}
.home-features2-mobile p {
  text-align: center;
  border-radius: 10px;
  line-height: 18px;
  margin: 14px 0 9px;
  font-size: 13px;
  transition: transform .1s;
  /* Animation */
}
.home-features2-mobile p a {
  display: block;
  color: #FFFFFF;
  text-align: center;
}
.home-features2-mobile p a span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  line-height: 16px;
}
.home-features2-mobile p i {
  display: inline-block;
  font-size: 33px;
  line-height: 62px;
  text-align: center;
  margin: 0;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.home-features2-mobile p:hover i {
  background: #FFFFFF;
  color: #8d1619;
}
.home-features2-mobile:after {
  content: '';
  display: block;
  clear: both;
}
.product-thumb .price {}
.product-thumb .caption::after {
  content: '';
  display: block;
  clear: both;
}
.add-to-cart-btn {
  border: none;
  font-size: 8px;
  position: relative;
  top: -3px;
  background: #000000;
  color: #FFF;
  margin: 0 0 0 0px;
  height: 33px;
  padding: 0 32px 0 11px;
  display: inline-block;
  text-transform: uppercase;
}
.add-to-cart-btn i {
  font-size: 17px;
  margin: 0 0 0 7px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.discount-tag {
  position: absolute;
  left: 16px;
  top: 0px;
  background: url('../image/icons/tag.svg');
  color: #ffffff;
  width: 32px;
  height: 41px;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
}
.aed {
  background-image: url('../image/icons/tag.svg');
  background-repeat: no-repeat;
  background-size: 16px;
}
.storelogo {
  display: inline-block;
  margin: 0 5px 0 5px;
  background: #000;
  border-radius: 7px;
}
.storelogo img {
  width: 112px;
}
.footer-logo-row-column {
  text-align: center;
}
.footer-logo-row-column h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
.footer-logo {
  text-align: center;
  border-bottom: 1px solid #404040;
  padding: 0 0 30px;
}
.footer-logo img {
  width: 150px;
  display: inline-block;
}
.footer-top {
  padding: 40px 0 30px;
  background: #101010;
  margin: 0 0 30px;
}
.threecad-img {
  display: block;
  margin-bottom: 5px;
}
.threecad-img img {
  width: 100%;
}
.maccount-dropdown {
  padding: 0px;
  border-radius: 0px;
  text-align: left;
}
.maccount-dropdown li {
  background: #ffffff;
  display: block !important;
  text-align: left !important;
  padding-left: 0 !important;
}
.maccount-dropdown li a {
  color: #000000;
  text-align: left !important;
  padding: 10px !important;
}
.maccount-dropdown li a:hover {
  color: #ffffff;
}
.alert-success a {
  color: #000;
}
.breadcrumb > li a {
  color: #000000;
}
.m-navbar a {
  background: #FFFFFF !important;
}
.swiper-viewport {
  margin: 0 0 0px;
}
.swiper-viewport {
  margin: 0 !important;
}
.swiper-pagination {
  bottom: 5px !important;
}
.swiper-pagination {
  bottom: 0px;
}
#m-menu .m-all-main-cate ul li h5 {
  font-weight: 400;
}
.productpage-price {
  font-size: 22px;
  font-weight: 800;
  color: #3c3c3c;
  margin: 9px 0 0;
  display: inline-block;
}
.productpage-price span.oldprice {
  text-decoration: line-through;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  margin-right: 10px;
}
.wasnow {
  display: inline-block;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
  width: 35px;
}
.product-hlt-details {
  padding-bottom: 7px;
  margin: 0px;
  padding: 0px;
}
.product-hlt-details li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #CCC;
  line-height: 14px;
}
.productpage-action-row {
  list-style: none;
  padding: 0px;
}
.product-hlt-details li:last-child {
  border-right: none;
}
.productpage-action-row li:first-child {
  padding-bottom: 0px;
  margin-bottom: 19px;
  margin-top: 13px;
}
.productpage-atcartbtn {
  background-image: none;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  text-shadow: none;
  padding: 8px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  width: 100%;
}
.productpage-wlstbtn {
  padding: 0px;
  border: none;
  background: none;
  color: #979797;
  font-size: 29px;
  margin-top: 9px;
  margin-left: 5px;
}
.hr-s1 {
  border-bottom: 1px solid #dfdfdf;
  border-top: none;
  margin-top: 20px;
  margin-bottom: 13px;
}
.product-details-list {
  margin-top: 16px;
  margin-bottom: 0;
  list-style: none;
  padding: 0px;
}
.product-details-list li strong {
  font-weight: 600;
}
.product-details-list li strong.stock {
  padding: 2px 10px;
  background: #ededed;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}
.product-details-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 0;
  color: #2f2f2f;
}
.product-details-list li a {
  color: #000000;
}
.product-details-list li::before {
  content: '';
  position: absolute;
  left: 4px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 10px;
  background-color: #c5c5c5;
  width: 4px;
  height: 4px;
}
.produt-page-main {
  padding: 6px 40px 0 30px;
  color: #5c646d;
  border-right: 1px solid #dbdbdb;
  margin-right: 20px;
  font-size: 13px;
}
.productpage-tabs {
  margin-top: 15px;
  color: #000;
}
.nav-tabs.productpage-tabs > li > a {
  font-weight: 600;
}
.nav.productpage-tabs > li > a, .nav.productpage-tabs > li > a:hover, .nav.productpage-tabs > li > a:focus {
  padding: 14px 25px;
  font-size: 19px;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  color: #272727;
}
.nav-tabs.productpage-tabs > li.active > a, .nav-tabs.productpage-tabs > li.active > a:focus, .nav-tabs.productpage-tabs > li.active > a:hover {
  color: #000000;
  background-color: transparent;
  border-bottom: 2px solid #000000;
}
.common-features {
  margin-bottom: 30px;
  background-color: #e8e8e8;
  padding: 31px 30px 18px 27px;
  margin-top: 30px;
}
.common-features li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 17px;
  color: #000;
}
.common-features li i {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #000;
  font-size: 25px;
}
.review-form input[type='text'] {
  background: #e8e8e8;
  margin-bottom: 10px;
}
.review-form textarea {
  background: #e8e8e8;
  margin-bottom: 10px;
  resize: none;
}
.zoomWindow {
  border: 1px solid rgb(199 199 199) !important;
}
.review-bx {
  background: #FFF;
  padding: 20px 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.reviewer-details {}
.reviewer-details h2 {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 6px;
}
.reviewer-details p {
  font-size: 14px;
  margin-bottom: 0px;
}
.review-bx > p {
  font-size: 14px;
}
.review-star1 span .fa-star {
  color: #fc0;
}
.review-star1 span .fa-star-o {
  color: #ec9b03;
}
.breadcrumb > li:last-child:after, .breadcrumb > li:last-child:before {
  display: none;
}
.price-old {
  text-decoration: line-through;
  color: #767676;
  margin-left: 5px;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #444;
  width: 100%;
  text-align: center;
}
.product-thumb .price-new {
  font-weight: 800;
  color: #0c0c0c;
  font-size: 14px;
}
.product-thumb .price-old {
  color: #2b2b2b;
  text-decoration: line-through;
  margin-left: 2px;
  font-size: 12px;
}
.product-thumb .price-tax {
  color: #999;
  display: block;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
.product-thumb .price span {
  display: inline-block;
}
/*EC Rating Starts*/ :root {
  --ratingstar: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='61 258 292 279'><path d='M353 364c-1-4-4-6-7-6l-91-13-40-83c-2-2-5-4-8-4s-6 2-8 4l-40 83-91 13a9 9 0 00-4 14l65 64-15 90a9 9 0 0012 9l81-42 81 42a9 9 0 0012-9l-15-90 65-64c3-2 4-5 3-8z' fill='rgb(206, 206, 206)'/></svg>");
  --ratingstaractive: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='61 258 292 279'><path d='M353 364c-1-4-4-6-7-6l-91-13-40-83c-2-2-5-4-8-4s-6 2-8 4l-40 83-91 13a9 9 0 00-4 14l65 64-15 90a9 9 0 0012 9l81-42 81 42a9 9 0 0012-9l-15-90 65-64c3-2 4-5 3-8z' fill='rgb(229, 174, 57)'/></svg>");
}
.ecrating {
  overflow: hidden;
  vertical-align: bottom;
  display: inline-block;
  width: auto;
  height: 30px;
}
.ecrating > input {
  display: none
}
.ecrating > label {
  position: relative;
  display: block;
  float: right;
  background: var(--ratingstar) no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  margin-right: 7px;
}
.ecrating > label:before {
  display: block;
  opacity: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: var(--ratingstaractive) no-repeat;
  background-size: 30px 30px;
  transition: opacity 0.2s linear;
}
.ecrating > label:hover:before, .ecrating > label:hover ~ label:before, .ecrating:not(:hover) > :checked ~ label:before {
  opacity: 1;
}
/*EC Rating Ends*/
.mt-30 {
  margin-top: 10px;
}
.contact-map {
  width: 100% !important;
  height: 400px;
  padding-left: 35px;
}
.contact-adrs-details {
  margin-top: 20px;
}
.contact-adrs-details li {
  position: relative;
  padding-left: 39px;
  margin-bottom: 17px;
  font-weight: 600;
}
.contact-adrs-details li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 15px;
  background: #323c7d;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
}
.mb-30 {
  margin-bottom: 15px;
}
.clr-tbl-1 {
  font-size: 14px;
  border: 1px solid #000000;
}
.clr-tbl-1 thead tr td {
  background: #000000;
  color: #FFF;
  border: 1px solid #a62b38;
}
.input-group-s1 .btn-primary {
  padding: 7px 12px;
  background: #47b162;
  text-shadow: none;
}
.input-group-s1 .btn-danger {
  padding: 7px 12px;
  border: none;
  border-radius: 0px;
  background: #dc4040;
  text-shadow: none;
}
.input-group-s1 .form-control {
  height: 35px;
  padding: 12px 13px;
}
.panel-group-s1 .panel-default > .panel-heading {
  background: #FFF;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
.panel-group-s1 .panel-group .panel {
  border-radius: 0px;
}
.panel-group-s1 .panel {
  border: none;
  box-shadow: none;
}
.panel-group-s1 .panel-title {
  font-weight: normal;
  font-size: 15px;
}
.panel-group-s1 .panel-collapse {
  border: 1px solid #e8e8e8;
  background: #fbfbfb;
}
.panel-group-s1 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.mobile-click-menu {
  margin: 17px 7px 0 0;
  display: block;
  text-align: right;
  color: #ffffff;
}
.mobile-click-menu:hover, .mobile-click-menu:focus {
  color: #ffffff;
}
.mobile-click-menu i {
  font-size: 21px;
}
.megamenubtn {
  display: block;
  font-size: 24px;
  margin-top: 18px;
}
.m-navbar {
  padding: 0px;
}
.m-navbar a i {
  font-size: 20px;
}
.product-thumb .button-group button img {
  width: 14px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.product-page {}
.product-page .thumbnail {
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  padding: 0px;
}
.product-page .title-s1 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  color: #3c3c3c;
  line-height: 23px;
  padding: 0 0 0px;
}
.title-s4 {
  color: #000000;
  margin: 9px 0px 12px;
  font-size: 18px;
}
.title-s5 {
  color: #323c7d;
  margin: 9px 0px 12px;
}
.title-s4 span {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: line-through;
  color: #5f5f5f;
}
.rating {
  border-radius: 8px;
}
.rating a {
  color: #000000;
}
.nav-tabs > li a {
  border-radius: 0px;
}
.product-images {
  position: relative;
}
.compare-wishlist-btns {
  position: absolute;
  top: 10px;
  right: 13px;
}
.compare-wishlist-btns button {
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #b4b4b4;
  line-height: 39px;
  font-size: 22px;
  background: no-repeat;
}
.right-side-box {
  border-radius: 8px;
}
.date .input-group-btn, .time .input-group-btn, .datetime .input-group-btn {
  background: #f1f1f1;
  padding: 0 13px;
}
#top-links {
  display: flex;
  justify-content: flex-end;
}
.inputarrow-prev, .inputarrow-next {
  display: inline-block;
  width: 30px;
  height: 33px;
  line-height: 32px;
  background: #bababa;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  border: none;
  float: left;
}
.inputarrow-prev i, .inputarrow-next i {
  font-size: 10px;
}
.inputarrow-disabled {
  cursor: not-allowed;
}
.quantityincbx {
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 50px;
  border: 1px solid #cdd3e5;
}
.quantityincbx .input-group {
  width: 103px;
}
.input-group-btn.min {
  position: absolute;
  top: 17px;
  right: 32px;
}
.input-group-btn.max {
  position: absolute;
  right: 31px;
  top: 2px;
}
.input-group-btn.min.input-group-btn .btn {
  color: #000000;
  font-size: 12px;
  bottom: 4px;
}
.input-group-btn.max.input-group-btn .btn {
  transform: rotate(180deg);
  color: #000000;
  font-size: 12px;
  top: -7px;
}
.inputarrow {
  border: none;
  background: #ffffff;
  width: 50px;
  height: 33px;
  line-height: 31px;
  border-radius: 50px;
  float: left;
  text-align: center;
}
.product-page .input-group-btn .btn {
  padding: 0;
  background: none;
  color: #000;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.inputarrow:focus {
  outline: none;
}
.mfilter-free-container #mfilter-opts-price-min, .mfilter-free-container #mfilter-opts-price-max {
  width: 64px !important;
  min-width: 64px !important;
}
.may-swatches input[type=radio]:disabled + span {
  background-color: #d9e0f3 !important;
  color: #5f5f5f !important;
  border: 1px solid #a2abc2 !important;
}
.option-title {
  font-size: 17px;
  font-weight: 700;
}
.shopping-features {
  list-style: none;
  padding: 0px;
  margin: 29px 0 0;
}
.shopping-features li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 19px;
}
.shopping-features li h4 {
  margin: 0px 0px 0px;
  font-weight: 600;
  font-size: 13px;
}
.shopping-features li p {
  margin: 0;
  line-height: 17px;
  font-size: 12px;
  color: #737373;
}
.shopping-features li img {
  width: 21px;
  position: absolute;
  left: 0px;
  top: 5px;
}
#d_quickcheckout {
  color: #000;
}
#d_quickcheckout .btn-primary:hover, #d_quickcheckout .btn-primary:active, #d_quickcheckout .btn-primary.active, #d_quickcheckout .btn-primary.disabled, #d_quickcheckout .btn-primary[disabled] {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF;
}
#d_quickcheckout .btn-primary {
  background-color: #000000 !important;
  background-image: linear-gradient(to bottom, #000000, #000000) !important;
  border-color: #000000 #000000 #000000 !important;
  border-radius: 0px;
}
#d_quickcheckout a {
  color: #000000 !important;
}
.product-price-details li:first-child + li {
  margin: 0 0 13px;
}
.may-swatches input[type=radio] + img, .may-swatches input[type=radio] + span {
  opacity: 0.4 !important;
}
.may-swatches input[type=radio]:checked + img, .may-swatches input[type=radio]:checked + span {
  opacity: 1 !important;
}
.cart-selected-opts {
  display: inline-block;
  margin: 0 11px 10px 0;
}
.cart-selected-opts span {
  font-weight: 700;
  color: #000;
}
.m-navbar a {
  display: block;
}
.owl-stage {
  padding-left: 0px !important;
}
.imagebanner .owl-nav [class*=owl-] {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}
.imagebanner {
  position: relative;
  position: relative;
}
.imagebanner .owl-nav {
  position: absolute;
  top: 47%;
  width: 100%
}
.imagebanner .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  font-size: 30px;
  padding: 10px 15px;
  height: auto;
}
.imagebanner .owl-nav .owl-next {
  position: absolute;
  right: 0;
  font-size: 30px;
  padding: 10px 15px;
  height: auto;
}
.imagebanner .owl-nav .owl-next i, .imagebanner .owl-nav .owl-prev i {
  font-size: 50px;
  color: #FFF;
}
.imagebanner .owl-nav .owl-prev img {
  margin-left: 10px;
}
.imagebanner .owl-nav .owl-next img {
  margin-right: 10px;
}
.imagebanner .owl-nav img {
  opacity: .2;
  -webkit-transition: .5s all;
}
.imagebanner .owl-nav:hover img {
  opacity: 1;
  -webkit-transition: .5s all;
}
.bg-white {
  background: #FFF
}
.bg-grey {
  background: #f7f8fb;
}
.messagebox {
  display: inline-block;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 30px 30px;
  margin: 15px 0 0;
  width: 100%;
}
.messagebox i {
  font-size: 60px;
  color: #000000;
}
.messagebox h1 {
  color: #000000;
  font-size: 26px;
  margin: 8px 0 10px;
}
.messagebox p {
  margin: 0px;
}
.messagebox .btn {
  margin: 20px 0 0;
}
.contact-map {
  width: 100% !important;
  height: 400px;
  padding-left: 35px;
}
.contact-adrs-details {
  margin-top: 20px;
  list-style: none;
  padding: 0px;
}
.contact-adrs-details li {
  position: relative;
  padding-left: 39px;
  margin-bottom: 17px;
  font-weight: 600;
}
.contact-adrs-details li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 15px;
  background: #000000;
  color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
}
.mb-30 {
  margin-bottom: 15px;
}
.title-s5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  color: #000000;
  margin: 0 0 24px;
}
.menu-custom-underitems img {
  width: 100%;
}
.menu-unit-list {
  list-style: none;
  padding: 0px;
}
.menu-unit-list li {}
.menu-unit-list li a {
  color: #000;
  display: block;
  margin: 0 0 10px;
}
.menu-unit-list li a:hover {
  color: #000000;
}
.menu-unit-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin: 20px 0 17px;
}
.menu-unit-adimg {
  display: block;
}
.pr-30 {
  padding-right: 30px;
}
.select2-container {
  width: 100% !important;
}
.select2-hidden-accessible:focus .select2-container {
  border: 1px solid #000;
}
.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: 1px solid #e4e9f6;
  height: 36px;
  padding: 3px 11px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 17px;
  right: 7px;
  left: auto;
  border-color: #555 transparent transparent transparent;
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus, .select2-container:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
#d_quickcheckout .panel-default > .panel-heading {
  border-radius: 0px;
  background: #000000;
  padding: 11px 15px;
  color: #FFFFFF;
}
#d_quickcheckout .btn-danger {
  border-radius: 0px;
  background-color: #000000 !important;
  background-image: linear-gradient(to bottom, #000000, #000000) !important;
  border-color: #000000 #000000 #000000 !important;
  box-shadow: none;
  margin: 0 0 0 6px;
}
#d_quickcheckout .panel-default > .panel-heading h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
}
#d_quickcheckout .panel-body {
  padding: 12px 17px 30px;
  line-height: 18px;
}
#d_quickcheckout .panel-body p {
  padding: 0;
  margin: 0;
}
#payment_method_list .radio-input {
  margin: 12px 0 0;
}
#payment_method_list .radio-input img {
  display: block;
}
#shipping_method_list strong {
  font-weight: 800;
  color: #000;
  margin: 13px 0 0;
  display: block;
}
#shipping_method_list .radio-input {
  margin: 0px 0 0;
}
#d_quickcheckout #shipping_method .radio label .price, #d_quickcheckout #payment_method .radio label .price {
  float: none !important;
  display: block;
}
.btn-group-justified > .btn-group .btn {
  background: #f5f5f5;
  box-shadow: none;
  border-radius: 0px;
  color: #000;
}
.zamani-fresh-cat-container {
  padding: 0px 0px 15px;
}
.zfresh-cat-bx {
  display: block;
  text-align: center;
  margin: 19px 0 0px;
}
.zfresh-cat-bx:hover span {
  -webkit-box-shadow: 0px 3px 18px 9px rgba(134, 22, 33, 0.19);
  -moz-box-shadow: 0px 3px 18px 9px rgba(134, 22, 33, 0.19);
  box-shadow: 0px 3px 18px 9px rgba(134, 22, 33, 0.19);
  transform: scale(1.05);
  -webkit-transition: .2s all;
}
.zfresh-cat-bx span {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #8d1619;
  width: 60%;
  -webkit-transition: .2s all;
  transform: scale(1);
}
.zfresh-cat-bx img {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  width: 100%;
}
.zfresh-cat-bx h4 {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  margin: 2px 0 0;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.well-style {
  border: 1px solid #e3e3e3;
}
.isOwlV2 .owl-carousel.owl-advs .owl-dots {
  text-align: center !important;
  position: absolute !important;
  width: 100%;
  bottom: 10px;
}
.isOwlV2 .owl-carousel.owl-advs .owl-dot span {
  background: #000000 !important;
  box-shadow: none !important;
}
.isOwlV2 .owl-carousel.owl-advs .owl-dot.active span {
  background: #ffffff !important;
  box-shadow: none !important;
}
.information-page {
  color: #000;
}
.information-page ol {
  color: #000;
}
.information-page p {
  color: #000;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
}
.information-page h4 {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin: 20px 0 8px;
  font-family: Arial;
}
.account-option-bx {
  display: block;
  text-align: center;
  border: 1px solid #050505;
  border-radius: 8px;
  margin: 20px 0 0;
  padding: 10px 0;
  background: #FFFFFF;
}
.account-option-bx:hover {
  border: 1px solid #7f7f7f;
  color: #000000;
  background: #3d3d3d;
  color: #FFF;
}
.account-option-bx i {
  font-size: 29px;
}
.account-option-bx p {
  font-size: 12px;
  margin: 0px;
  font-weight: 400;
}
.form-style-1 {
  border: 1px solid #e8e8e8;
  padding: 20px 30px 11px;
  margin: 16px 0 0;
  border-radius: 20px;
  background: #f8f8f8;
}
.form-style-1 legend {
  border: none;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 8px;
  color: #000000;
}
.form-style-1 .control-label {
  text-align: left;
}
.rightside-menu {
  list-style: none;
  padding: 0 0 0 20px;
}
.rightside-menu li {}
.rightside-menu li a {
  display: block;
  position: relative;
  padding: 4px 10px 4px 36px;
  margin: 0 0 10px;
  border-radius: 0;
  color: #151515;
  background: #efefef;
}
.rightside-menu li a i {
  position: absolute;
  left: 12px;
  top: 6px;
}
.copyright {
  float: right;
}
.footer-base {
  border-top: 1px solid #dcdcdc;
}
.copyright a {
  color: #000000;
}
.copyright a:hover, .copyright a:focus {
  color: #6b6b6b;
}
.zamani-fresh-cats .owl-nav [class*=owl-] {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}
.zamani-fresh-cats {
  position: relative;
  position: relative;
}
.zamani-fresh-cats .owl-nav {
  position: absolute;
  top: 39%;
  width: 100%;
}
.zamani-fresh-cats .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
  font-size: 30px;
  padding: 0;
  height: auto;
  margin: 0px;
}
.zamani-fresh-cats .owl-nav .owl-next {
  position: absolute;
  right: -5px;
  padding: 0;
  margin: 0px;
}
.zamani-fresh-cats .owl-prev {
  margin-left: 10px;
}
.zamani-fresh-cats .owl-next {
  margin-right: 10px;
}
.zamani-fresh-cats .owl-next, .zamani-fresh-cats .owl-prev {
  color: #e3e3e3 !important;
}
.zamani-fresh-cats .owl-next:focus, .zamani-fresh-cats .owl-prev:focus {
  outline: none;
}
.zamani-fresh-cats .owl-nav i {
  font-size: 38px;
}
.zamani-fresh-cats-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.zamani-fresh-cats-mobile > div {
  flex: 0 0 auto;
  width: 101px;
  margin: 0 12px 0 0;
}
.home-features2 .owl-nav [class*=owl-] {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}
.home-features2 {
  position: relative;
  position: relative;
}
.home-features2 .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.home-features2 .owl-nav .owl-prev {
  position: absolute;
  left: -19px;
  font-size: 30px;
  padding: 0;
  height: auto;
  margin: 0px;
}
.home-features2 .owl-nav .owl-next {
  position: absolute;
  right: -18px;
  padding: 0;
  margin: 0px;
}
.home-features2 .owl-prev {
  margin-left: 10px;
}
.home-features2 .owl-next {
  margin-right: 10px;
}
.home-features2 .owl-next, .home-features2 .owl-prev {
  color: #FFFFFF !important;
}
.home-features2 .owl-next:focus, .home-features2 .owl-prev:focus {
  outline: none;
}
.home-features2 .owl-nav i {
  font-size: 38px;
}
.infscrl_loaderimg img {
  width: 27px;
  margin: 20px 0 12px;
}
.mfilter-ajax-loader-container img {
  width: 27px;
  top: 10%;
  position: relative;
}
.myac-btn.loggedin p {
  color: #FFFFFF;
  margin: 0;
}
.myac-btn.loggedin {
  background: no-repeat;
  border: none;
  margin: 13px 20px 0 0;
}
.intl-tel-input .selected-flag {
  padding: 0 0 0 17px !important;
}
#d_quickcheckout input[type=tel] {
  padding-left: 56px !important;
}
.intl-tel-input .selected-flag .iti-arrow {
  right: -3px !important;
}
.qc-name {
  line-height: 16px !important;
}
.td-message-container {
  z-index: 99999 !important;
}
.price-new b {
  font-size: 12px;
  font-weight: 700;
}
.product-thumb .weight .price {
  margin: 0;
}
.perqty {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 18px;
  display: block;
  margin: 0 0 7px;
}
.swiper-wrapper {
  height: inherit !important;
}
.deliverydate_block_cb .btn-default {
  background: #000000;
  color: #FFF;
  border: none;
}
.datepicker-days table tbody tr td.day {
  background: #000000 !important;
  border-radius: 0px;
  border: 1px solid #fff;
}
.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
  color: #fff !important;
}
.bootstrap-datetimepicker-widget td.day {
  color: #FFF !important;
}
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  background: #626162 !important;
}
.datepicker-days table tbody tr td.day.disabled {
  background: #efefef !important;
  color: #000 !important;
  border-radius: 0px;
  border: 1px solid #dbdbdb;
}
.error-sm {
  color: #353535;
  font-size: 12px;
  line-height: 15px;
  background: #ffe7e9;
  padding: 6px 14px;
  border: 1px solid #f5babe;
  border-radius: 4px;
}
#d_quickcheckout input[type=radio], #d_quickcheckout input[type=checkbox] {}
#d_quickcheckout #shipping_method .radio label, #d_quickcheckout #payment_method .radio label {}
.deliverydate_block_cb h4 {
  margin: 10px 0px 6px;
  font-weight: 800;
  font-size: 14px;
}
.deliverydate_block_cb h5 {
  margin: 2px 0px 6px;
  font-weight: 800;
  font-size: 14px;
}
.deliverydate_block_cb h4 p {
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin: 5px 0 0 !important;
}
.font-s1 {
  margin: 2px 0px 6px;
  font-weight: 800;
  font-size: 14px;
}
.font-s1 p {
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin: 5px 0 0 !important;
}
.mt-15 {
  margin-top: 15px;
}
.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mobile-product-scroll-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-product-scroll-thumbs .product-layout {
  flex: 0 0 auto;
  width: 160px;
  margin: 0 5px 0 0;
}
.may-swatches input[type=radio]:enabled + img:hover, .may-swatches input[type=radio]:enabled + span:hover {
  background-color: #FFFFFF !important;
}
.intl-tel-input .country-list {
  z-index: 99 !important;
}
.free-delivery-message {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  line-height: 21px;
  display: inline-block;
  float: right;
  margin: 0 0 2px;
}
.free-delivery-message span {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.home-features2-new a {
  display: block;
  text-align: center;
  margin: 14px 0 14px;
  padding: 0;
}
.home-features2-new a img {
  margin: 0 0 5px;
}
.home-features2-new a span {
  line-height: 16px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  min-height: 34px;
  justify-content: center;
}
.home-features2-new .owl-nav [class*=owl-] {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}
.home-features2-new {
  position: relative;
  position: relative;
}
.home-features2-new .owl-nav {
  position: absolute;
  top: 39%;
  width: 100%;
}
.home-features2-new .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
  font-size: 30px;
  padding: 0;
  height: auto;
  margin: 0px;
}
.home-features2-new .owl-nav .owl-next {
  position: absolute;
  right: -5px;
  padding: 0;
  margin: 0px;
}
.home-features2-new .owl-prev {
  margin-left: 10px;
}
.home-features2-new .owl-next {
  margin-right: 10px;
}
.home-features2-new .owl-next, .home-features2-new .owl-prev {
  color: #e3e3e3 !important;
}
.home-features2-new .owl-next:focus, .home-features2-new .owl-prev:focus {
  outline: none;
}
.home-features2-new .owl-nav i {
  font-size: 38px;
}
.home-features2-new-mobile {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.home-features2-new-mobile p {
  margin: 0px;
}
.home-features2-new-mobile a {
  display: block;
  width: 80px;
  padding: 0;
  text-align: center;
  margin: 10px 0 10px;
}
.home-features2-new-mobile a img {
  width: 84%;
}
.home-features2-new-mobile a span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  line-height: 16px;
  margin: 3px 0 0;
  font-weight: 600;
  font-size: 13px;
}
#d_ajax_search_results {
  position: absolute;
  z-index: 999;
  background: #FFF;
  top: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 14px;
  left: 17px;
  width: 91% !important;
}
.forkeydon {
  display: block;
  color: #010101;
  margin: 9px 0 0;
}
.result-link {
  display: block;
  margin: 0 0 10px;
}
.searchthumb {
  width: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus, textarea:focus, input:focus {
    font-size: 16px !important;
    background: #eee;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input {
    font-size: 16px !important;
  }
}
input:focus {
  font-size: 16px !important;
  background: #eee;
}
.radio-title-s1 {
  position: relative;
  padding: 0 0 0 20px;
}
.rts-radio-s1 {
  position: absolute;
  left: 0px;
  top: -2px;
}
.product-thumb h4 {
  margin: 5px 0 8px;
  height: 50px;
}
.schedule-delivery-datepicker {
  padding: 6px 0 0 20px;
}
.home-features2-new a img {}
.brandmenulogo {
  display: block;
  margin: 0 0 15px;
  padding: 0 7px 0 0;
}
.brandmenulogo img {
  border: 1px solid #eaeaea;
  border-radius: 17px;
}
.spec .spec-img {
  width: 100%;
}
.spec h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0 10px;
}
#search-autocomplite {
  display: none !important;
}
.searchmob-row {
  margin-bottom: 5px;
  position: relative;
}
.searchmob-row::after {
  content: '';
  display: block;
  clear: both;
}
.search-bx {
  width: 90%;
  float: left;
  position: absolute;
}
.menu-btn {
  width: 10%;
  float: right;
}
.autosearch {}
.searchfull {
  width: 100%;
  position: absolute;
}
.home-banner1 {
  margin: 15px 0px;
  display: block;
}
.thumb-wishlist-btn {
  display: inline-block;
  border: none;
  background: #000000;
  color: #FFF;
  width: 26px;
  height: 33px;
  line-height: 35px;
  font-size: 10px;
}
.social-icons-footer li {
  display: inline-block;
}
.social-icons-footer li a {
  display: block;
  color: #000;
  font-size: 20px;
  margin: 0 11px 0 0;
}
.menu-cmain {
  background: #fff;
}
.menu-cmain i {
  font-size: 13px;
  position: relative;
  top: 1px;
}
.menu-cmain .header-right-buttons i {
  font-size: 24px;
}
.user-btn {
  color: #000000;
}
.user-btn:focus, .user-btn:hover {
  color: #000;
}
.top-icons {
  color: #FFF;
  float: right;
  line-height: 15px;
  margin: 6px 0 0px;
}
.top-icons li {
  display: inline-block;
}
.top-icons li a {
  color: #000;
  position: relative;
  padding: 0;
  text-align: center;
}
.top-icons li a i {
  font-size: 16px !important;
}
.top-icons li {
  padding-left: 10px;
}
.top-icons li:first-child {
  border-left: none;
  padding-left: 0px;
}
.top-icons li.text-icn-link a span {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.features-under-slider {
  background: #e8e8e8;
  padding: 12px 0px;
}
.ft-ic-bx {
  color: #000;
  position: relative;
  padding-left: 37px;
}
.ft-ic-bx i {
  font-size: 26px;
  position: absolute;
  left: 0px;
  margin: 2px 0 0;
}
.ft-ic-bx h4 {
  font-size: 13px;
  margin: 0px 0px 4px;
}
.ft-ic-bx p {
  font-size: 10px;
  margin: 0;
  line-height: 14px;
}
.brands-car a {
  display: block;
  margin-bottom: 30px;
}
.home-c {
  padding-bottom: 30px;
}
.header-top {
  background: #000;
  padding: 1px 0px;
  margin: 0 0 23px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}
.header-top marquee {
  display: block;
}
#m-menu .m-flyout ul li a:hover {
  background: none !important;
  color: #000000 !important;
}
.list-style1 li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 10px 10px;
}
.list-style1 li::before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #636363;
  border-radius: 50%;
  font-size: 50px;
}
.title-tp {
  font-size: 28px;
  font-weight: 600;
  margin: 0px 0 20px;
}
.information-page {
  color: #000;
  margin-bottom: 40px
}
.information-page ol {
  color: #000;
  margin-left: 29px;
}
.information-page ul {
  color: #000;
  margin-left: 29px;
}
.information-page ul li {
  color: #000;
  list-style: disc;
}
.information-page p {
  color: #000;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
}
.information-page h4 {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin: 20px 0 8px;
  font-family: Arial;
}
.mob-logo {
  text-align: center;
  display: block;
}
.mob-logo img {
  width: 183px;
  margin: 5px 0 9px;
}
#m-menu .m-flyout ul li i {
  color: #000000 !important;
}
.dropdown-menu li > a:hover {
  background-color: #000;
}
.mfilter-heading {
  background: #000 !important;
}
.mfilter-slider-slider .ui-slider-range, #mfilter-price-slider .ui-slider-range {
  background: #000 !important;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #000000 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #000000 !important;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #000000 !important;
}
#search .input-lg {
  color: #000000 !important;
}
header.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
header.sticky .header-top {
  display: none;
}
header.sticky #logo img {
  width: 208px;
  margin: 15px 0 11px;
}
.menu-cmain.sticky {
  position: fixed;
  top: 57px;
  z-index: 2;
  width: 100%;
  border-bottom-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgb(0 0 0 / 5%);
  box-shadow: 0 0.1875rem 0.375rem 0 rgb(0 0 0 / 5%);
}
.showroom-bx-inner {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  background: #a17d23;
  padding: 3px;
}
.showroom-bx-inner iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: none;
}
.showroom-bx-inner p {
  margin: 7px 0 9px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.sticky .myac-btn {
  margin: 0px 0px 0 0;
  padding-top: 0px;
}
@media (max-width: 992px) {
  header.sticky, .menu-cmain.sticky {
    position: inherit;
  }
}
.wlist-mob-btn {
  position: relative;
  margin-top: 11px;
  margin-right: 0;
  font-size: 27px;
}
#content
{
  
    min-height: 330px;
}