/****************************************************************** Template Name: Ogani Description: Ogani eCommerce HTML Template Author: Colorlib Author URI: https://colorlib.com Version: 1.0 Created: Colorlib******************************************************************/
/*------------------------------------------------------------------[Table of contents]
* Y:
* 1 . Template default CSS 
* 1.1 Variables 1.2 Mixins 
* 1.3 Flexbox 
* 1.4 Reset
* -
* 2. Helper Css
* -
* 3. Header Section
* -
* 4. Hero Section
* -
* 5. Service Section
* -
* 6. Categories Section
* -
* 7. Featured Section
* -
* 8. Latest Product Section
* -
* 9. Contact
* -
* 10. Footer Style-------------------------------------------------------------------*/
/*----------------------------------------*/
/* Template default CSS/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap");
html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Merriweather Sans", sans-serif;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}
img {
  max-width: 100%;
}
*[loading^="lazy"] {
  background-image: url("../../Company/img-bg-loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
/*--------------------- Helper CSS-----------------------*/
.section-title {
  margin-bottom: 50px;
  text-align: center;
}
.section-title h2 {
  color: #1c1c1c;
  font-weight: bold;
  position: relative;
}
.section-title h2:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 3px;
  width: 80px;
  background: #fe1616;
  content: "";
  margin: 0 auto;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}
/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 14px;
  padding: 10px 28px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  background: #fe1616;
  letter-spacing: 2px;
}
/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/*--------------------- Header-----------------------*/
.header {
  box-shadow: 0px 2px 5px #333;
}
.header__top {
  background: #fe1616; /*! padding: 5px;background: #d7d7d7; */
}
.header__top__left {
  padding: 0px 0 5px;
}
.header__top__left ul li {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-right: 45px;
  position: relative;
  font-weight: 600;
}
.header__top__left ul li:after {
  position: absolute;
  right: -25px;
  top: 1px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}
.header__top__left ul li:last-child {
  margin-right: 0;
}
.header__top__left ul li:last-child:after {
  display: none;
}
.header__top__left ul li i {
  color: #252525;
  margin-right: 5px;
}
.header__top__right {
  text-align: right;
}
/* padding: 10px 0 13px; */
.header__top__right__social {
  background-color: red;
  position: relative;
  /* display: inline-block; */
}
.header__top__right__social:after {
  position: absolute;
  right: -20px;
  top: 1px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}
.header__top__right__social a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  margin: 5px 10px;
}
.header__top__right__social a:last-child {
  margin-right: 0;
}
.header__top__right__language {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}
.header__top__right__language:hover ul {
  top: 23px;
  opacity: 1;
  visibility: visible;
}
.header__top__right__language:after {
  position: absolute;
  right: -21px;
  top: 1px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}
.header__top__right__language img {
  margin-right: 6px;
}
.header__top__right__language div {
  font-size: 14px;
  color: #1c1c1c;
  display: inline-block;
  margin-right: 4px;
}
.header__top__right__language span {
  font-size: 14px;
  color: #1c1c1c;
  position: relative;
  top: 2px;
}
.header__top__right__language ul {
  background: #222222;
  width: 100px;
  text-align: left;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.header__top__right__language ul li {
  list-style: none;
}
.header__top__right__language ul li a {
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px;
}
.header__top__right__auth {
  display: inline-block;
}
.header__top__right__auth a {
  display: block;
  font-size: 14px;
  color: #1c1c1c;
}
.header__top__right__auth a i {
  margin-right: 6px;
}
.header__logo a {
  display: inline-block;
}
.header__menu {
  padding: 24px 0;
}
.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.header__menu ul li .header__menu__dropdown {
  position: absolute;
  left: 0;
  top: 50px;
  background: #222222;
  width: 180px;
  z-index: 9;
  padding: 5px 0;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header__menu ul li .header__menu__dropdown li {
  margin-right: 0;
  display: block;
}
.header__menu ul li .header__menu__dropdown li:hover > a {
  color: #fe1616;
}
.header__menu ul li .header__menu__dropdown li a {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 15px;
}
.header__menu ul li.active a {
  color: #fe1616;
}
.header__menu ul li:hover .header__menu__dropdown {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
.header__menu ul li:hover > a {
  color: #fe1616;
}
.header__menu ul li:last-child {
  margin-right: 0;
}
.header__menu ul li a {
  font-size: 14px;
  color: #252525;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  padding: 5px 0;
  display: block;
}
.mobile-header-menu-items {
  list-style: none;
}
.mobile-header-menu-items li {
}
/* .mobile-header-menu-items li a{ background: #dfdfdf;display: block;color: #000;padding: 5px 0px 5px 20px;border-bottom: 2px solid #fff;} */
.mobile-header-menu-items li a {
  display: block;
  color: #000;
  padding: 5px 0px 5px 20px;
}
.mobile-header-menu-items li:hover {
  background-color: rgb(163, 162, 162);
}
.header__cart {
  text-align: right;
  padding: 5px 0;
}
.header__cart ul {
  display: inline-block; /*! margin-right: 10px; */
}
.header__cart ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.header__cart ul li:last-child {
  margin-right: 0;
}
.header__cart ul li a {
  position: relative;
  color: #fff;
}
.header__cart ul li a i {
  font-size: 30px;
  color: #000;
}
.header__cart ul li a span {
  height: 16px;
  width: 16px;
  background: #fe1616;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -7px;
}
.header__cart .header__cart__price {
  font-size: 14px;
  color: #6f6f6f;
  display: inline-block;
}
.header__cart .header__cart__price span {
  color: #252525;
  font-weight: 700;
}
.humberger__menu__wrapper {
  display: none;
}
.humberger__open {
  display: none;
}
/*--------------------- Hero-----------------------*/
/* .hero { padding: 5px 0 0 0;
} */
/*! padding-top: 6px; */
.hero.hero-normal {
  padding-bottom: 30px;
}
.hero.hero-normal .hero__categories {
  position: relative;
}
.hero.hero-normal .hero__categories ul {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  z-index: 9;
  background: #ffffff;
}
.hero.hero-normal .hero__search {
  margin-bottom: 0;
}
.hero__search__form {
  width: 100%; /*! height: 50px; */
  /*! border: 1px solid #ebebeb; */
  position: relative; /*! float: left; */
  margin: 0;
  overflow: visible;
}
.hero__search__form form {
  margin: 0;
}
.hero__search {
  overflow: hidden;
  border: 1px solid #fffbfb;
  border-radius: 5px;
}
.hero__categories ul {
  border: 1px solid #ebebeb;
  position: relative;
  z-index: 99999;
}
.hero__categories ul li {
  list-style: none;
}
.hero__categories ul li a {
  color: #1c1c1c;
  line-height: 26px;
  display: block;
  background: #e6e6e6;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
.hero__categories ul li a:hover {
  background-color: #28a745;
}
.hero__search__form .hero__categories {
  /*! position: absolute; */
}
.hero__search__form .hero__categories ul {
  display: none;
}
.hero__search__form .hero__categories__all i {
  color: #ffffff;
}
.hero__search__form .hero__categories__all {
  background: #fe1616;
  position: relative;
  cursor: pointer;
  z-index: 99;
}
.hero__search__form .hero__categories__all span {
  color: #ffffff;
}
.hero__search__form .hero__categories__all:after {
  position: absolute;
  content: "3";
  font-family: "ElegantIcons";
  color: #ffffff;
}
.hero__search__form form input {
  width: 100%;
  border: none;
  color: #373737;
  box-shadow: 0px 0px 5px #b5b2b2 inset;
}
.hero__search__form form input::placeholder {
  color: #b2b2b2;
}
.hero__search__form form button.site-btn {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  background: #fe1616;
  padding: 0px 20px;
  border: none;
}
.hero__search__form form .hero__search__categories {
  width: 30%;
  float: left;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 700;
  padding-left: 18px;
  padding-top: 11px;
  position: relative;
}
.hero__search__form form .hero__search__categories:after {
  position: absolute;
  right: 0;
  top: 14px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}
.hero__search__form form .hero__search__categories span {
  position: absolute;
  right: 14px;
  top: 14px;
}
.hero__search__phone {
  float: right;
}
.hero__search__phone__icon {
  font-size: 18px;
  color: #fe1616;
  height: 50px;
  width: 50px;
  background: #f5f5f5;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.hero__search__phone__text {
  overflow: hidden;
}
.hero__search__phone__text h5 {
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 5px;
}
.hero__search__phone__text span {
  font-size: 14px;
  color: #6f6f6f;
}
.hero__item {
  /*! height: 431px; */
  display: flex;
  align-items: center;
  padding-left: 75px;
  width: 100%;
}
.hero__text span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fe1616;
}
.hero__text h2 {
  font-size: 46px;
  color: #252525;
  line-height: 52px;
  font-weight: 700;
  margin: 10px 0;
}
.hero__text p {
  margin-bottom: 35px;
}
/*--------------------- Categories-----------------------*/
.categories__item {
  height: 270px;
  position: relative;
}
.categories__item h5 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
  text-align: center;
}
.categories__item h5 a {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 0 10px;
  background: #ffffff;
  display: block;
}
.categories__slider .col-lg-3 {
  max-width: 100%;
}
.categories__slider.owl-carousel .owl-nav button {
  font-size: 18px;
  color: #1c1c1c;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #ebebeb;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-35px);
  background: #ffffff;
}
.categories__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -35px;
}
/*--------------------- Featured-----------------------*/
.featured {
  padding-top: 30px;
  padding-bottom: 40px;
}
/* padding top:80px; */
.featured__controls {
  text-align: center;
  margin-bottom: 50px;
}
.featured__controls ul li {
  list-style: none;
  font-size: 18px;
  color: #1c1c1c;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}
.featured__controls ul li.active:after {
  opacity: 1;
}
.featured__controls ul li:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fe1616;
  content: "";
  opacity: 0;
}
.featured__controls ul li:last-child {
  margin-right: 0;
}
.featured__item {
  margin-bottom: 50px;
}
.featured__item:hover .featured__item__pic .featured__item__pic__hover {
  bottom: 20px;
}
.featured__item__pic {
  height: 270px;
  position: relative;
  overflow: hidden;
  background-position: center center;
}
.featured__item__pic__hover {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.featured__item__pic__hover li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.featured__item__pic__hover li:last-child {
  margin-right: 0;
}
.featured__item__pic__hover li:hover a {
  background: #fe1616;
  border-color: #fe1616;
}
.featured__item__pic__hover li:hover a i {
  color: #ffffff;
  transform: rotate(360deg);
}
.featured__item__pic__hover li a {
  font-size: 16px;
  color: #1c1c1c;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.featured__item__pic__hover li a i {
  position: relative;
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.featured__item__text {
  text-align: center;
  padding-top: 15px;
}
.featured__item__text h6 {
  margin-bottom: 10px;
}
.featured__item__text h6 a {
  color: #252525;
}
.featured__item__text h5 {
  color: #252525;
  font-weight: 700;
}
/*--------------------- Latest Product-----------------------*/
.latest-product {
  padding-top: 80px;
  padding-bottom: 0;
}
.latest-product__text h4 {
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 45px;
}
.latest-product__slider.owl-carousel .owl-nav {
  position: absolute;
  right: 20px;
  top: -80px;
}
.latest-product__slider.owl-carousel .owl-nav button {
  height: 30px;
  width: 30px;
  background: #f3f6fa;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #636363;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
}
.latest-product__slider.owl-carousel .owl-nav button span {
  font-weight: 700;
}
.latest-product__slider.owl-carousel .owl-nav button:last-child {
  margin-right: 0;
}
.latest-product__item {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.latest-product__item__pic {
  float: left;
  margin-right: 26px;
}
.latest-product__item__pic img {
  height: 110px;
  width: 110px;
}
.latest-product__item__text {
  overflow: hidden;
  padding-top: 10px;
}
.latest-product__item__text h6 {
  color: #252525;
  margin-bottom: 8px;
}
.latest-product__item__text span {
  font-size: 18px;
  display: block;
  color: #252525;
  font-weight: 700;
}
/*--------------------- Form BLog-----------------------*/
.from-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}
.from-blog .blog__item {
  margin-bottom: 30px;
}
.from-blog__title {
  margin-bottom: 70px;
}
/*--------------------- Breadcrumb-----------------------*/
.breadcrumb-section {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #333;
  margin-top: 12px;
}
.breadcrumb__text h2 {
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
  display: none;
}
.breadcrumb__option a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 20px;
  position: relative;
}
.breadcrumb__option a:after {
  position: absolute;
  right: -13px;
  top: 0px;
  height: 1px;
  width: 10px; /*! background: #ffffff; */
  content: ">>";
}
.breadcrumb__option span {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
}
/*--------------------- Sidebar-----------------------*/
.sidebar {
  padding-top: 10px;
}
.sidebar__item {
  margin-bottom: 35px;
  box-shadow: 0px 2px 5px #8a8a8a;
  background: #fff;
  padding: 5px;
}
.sidebar__item.sidebar__item__color--option {
  overflow: hidden;
}
.sidebar__item h4 {
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 4px solid #f00;
  padding-bottom: 5px;
}
.sidebar__item ul li {
  list-style: none;
}
.sidebar__item ul li a {
  font-size: 15px;
  color: #1c1c1c;
  line-height: 30px;
  display: block;
  background: #fff;
  padding: 0 5px 0 10px;
  border-bottom: 1px solid #fe1616;
  font-weight: 600;
}
.sidebar__item .latest-product__text {
  position: relative;
}
.sidebar__item .latest-product__text h4 {
  margin-bottom: 45px;
}
.sidebar__item .latest-product__text .owl-carousel .owl-nav {
  right: 0;
}
.price-range-wrap .range-slider {
  margin-top: 20px;
}
.price-range-wrap .range-slider .price-input {
  position: relative;
}
.price-range-wrap .range-slider .price-input:after {
  position: absolute;
  left: 38px;
  top: 13px;
  height: 1px;
  width: 5px;
  background: #dd2222;
  content: "";
}
.price-range-wrap .range-slider .price-input input {
  font-size: 16px;
  color: #dd2222;
  font-weight: 700;
  max-width: 20%;
  border: none;
  display: inline-block;
}
.price-range-wrap .price-range {
  border-radius: 0;
}
.price-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #ebebeb;
  height: 5px;
}
.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  cursor: pointer;
}
.price-range-wrap .price-range .ui-slider-range {
  background: #dd2222;
  border-radius: 0;
}
.price-range-wrap
  .price-range
  .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
  background: #dd2222;
}
.sidebar__item__color {
  float: left;
  width: 40%;
}
.sidebar__item__color.sidebar__item__color--white label:after {
  border: 2px solid #333333;
  background: transparent;
}
.sidebar__item__color.sidebar__item__color--gray label:after {
  background: #e9a625;
}
.sidebar__item__color.sidebar__item__color--red label:after {
  background: #d62d2d;
}
.sidebar__item__color.sidebar__item__color--black label:after {
  background: #252525;
}
.sidebar__item__color.sidebar__item__color--blue label:after {
  background: #249bc8;
}
.sidebar__item__color.sidebar__item__color--green label:after {
  background: #3cc032;
}
.sidebar__item__color label {
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.sidebar__item__color label input {
  position: absolute;
  visibility: hidden;
}
.sidebar__item__color label:after {
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 14px;
  background: #222;
  content: "";
  border-radius: 50%;
}
.sidebar__item__size {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 10px;
}
.sidebar__item__size label {
  font-size: 12px;
  color: #6f6f6f;
  display: inline-block;
  padding: 8px 25px 6px;
  background: #f5f5f5;
  cursor: pointer;
  margin-bottom: 0;
}
.sidebar__item__size label input {
  position: absolute;
  visibility: hidden;
}
/*--------------------- Shop Grid-----------------------*/
.product {
  padding-top: 20px;
  padding-bottom: 0;
  background: #fbfff6;
}
.product__discount {
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}
.product__discount__title {
  text-align: left;
  margin-bottom: 0;
}
.product__discount__title h2 {
  display: inline-block;
}
.product__discount__title h2:after {
  margin: 0;
  width: 100%;
}
.product__discount__item:hover
  .product__discount__item__pic
  .product__item__pic__hover {
  bottom: 20px;
}
.product__discount__item__pic {
  position: relative;
  overflow: visible;
  background-size: contain;
  background-color: #fff; /*! box-shadow: 0px 0px 3px #333; */
}
.product-item .product__discount__item__pic .product__discount__percent {
  height: 16px;
  border-radius: 5px;
  font-size: 14px;
  color: #eee;
  line-height: 15px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 700; /*! padding: 2px 10px; */
  background-color: #fe1616;
  padding: 0 5px;
}
.product-item .product__discount__item__pic .product__discount__percent:empty {
  display: none;
}

.product-details .product__discount__item__pic .product__discount__percent {
  height: 16px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 11px;
  text-align: center;
  position: absolute;
  left: 100px;
  top: 5px;
  font-weight: 700; /*! padding: 2px 10px; */
}
.product__discount__item__pic .product__discount__percent span {
  padding: 0px 10px;
  line-height: 15px;
}
.product__item__pic__hover {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product__item__pic__hover li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.product__item__pic__hover li:last-child {
  margin-right: 0;
}
.product__item__pic__hover li:hover a {
  background: #fe1616;
  border-color: #fe1616;
}
.product__item__pic__hover li:hover a i {
  color: #ffffff;
  transform: rotate(360deg);
}
.product__item__pic__hover li a {
  font-size: 16px;
  color: #1c1c1c;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product__item__pic__hover li a i {
  position: relative;
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product-item {
  margin: 5px;
  border-radius: 0px;
  border-radius: 10px; /*! overflow: hidden; */
  background-color: #fff;
  padding: 5px;
}
.product-details.product-item.productinfo-pricing.order-0 {
  margin: 0px;
  box-shadow: none;
}

.select-varients {
  width: 100%;
}
.product__discount__item__text {
  text-align: left;
  padding-top: 2px;
  padding-left: 5px;
}
.product__discount__item__text span {
  font-size: 14px;
  color: #fe1616; /*! display: block; */
  margin-bottom: 0px;
}
.product__discount__item__text h5 {
  margin-bottom: 0px;
  font-size: 14px;
  height: 60px;
  font-weight: 500; /*! vertical-align: middle; */
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.product__discount__item__text h5 a {
  color: #1c1c1c;
}
.product__discount__item__text .product__item__price {
  font-size: 15px;
  color: #1c1c1c;
  font-weight: 700;
  padding: 5px 0px;
}
.product__discount__item__text .product__item__price span {
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 10px;
}
.product__discount__slider .col-lg-4 {
  max-width: 100%;
}
.product__discount__slider.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 0px;
  display: none;
}
.product__discount__slider.owl-carousel .owl-dots button {
  height: 12px;
  width: 12px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  margin-right: 12px;
}
.product__discount__slider.owl-carousel .owl-dots button.active {
  background: #707070;
  border-color: #6f6f6f;
}
.product__discount__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}
.snipcart-details {
  display: flex;
  align-content: center;
  justify-content: center;
}
.snipcart-details form label {
  display: none;
}
.btn-cart {
  text-align: center;
  background: #fe1616;
  color: #fff;
  display: block;
  line-height: 28px;
  padding: 0 8px;
  width: 100%;
}
.filter__item {
  padding: 10px 20px;
  border-top: 1px solid #ebebeb; /*! padding-bottom: 0px; */
  background: #fff;
}
.filter__sort {
  flex: min-content;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.filter__sort span {
  font-size: 16px;
  color: #fe1616; /*! display: inline-block; width: 45%; */
}
.filter__sort .nice-select {
  background-color: #fff;
  border-radius: 5px; /*! border: none; display: inline-block; float: none; */
  height: 25px; /*! line-height: 0; */
  padding-left: 5px;
  padding-right: 15px;
  font-size: 14px;
  color: #020202;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  border: 1px solid #fe1616; /*! max-width: 140px; */
}
.filter__sort .nice-select span {
  color: #fe1616;
}
.filter__sort .nice-select:after {
  border-bottom: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  height: 8px;
  margin-top: 0;
  right: 5px;
  width: 8px;
  top: 6px;
}
.filter__sort .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.filter__sort .nice-select .list {
  border-radius: 0;
  margin-top: 0;
  top: 20px;
  min-width: 100%;
}
.filter__sort .nice-select .option {
  line-height: 20px;
  min-height: 20px;
  font-size: 14px;
}
.filter__found {
  text-align: center; /*! margin-bottom: 15px; */
}
.filter__found h6 {
  font-size: 16px;
  color: #b2b2b2;
}
.filter__found h6 span {
  color: #1c1c1c;
  font-weight: 700;
  margin-right: 5px;
}
.filter__option {
  text-align: right; /*! margin-bottom: 15px; */
}
.filter__option span {
  font-size: 24px;
  color: #fe1616;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.filter__option span:last-child {
  margin: 0;
}
.filter__option span:hover {
  color: #fe1616;
}
.product__item {
  margin-bottom: 50px;
}
.product__item:hover .product__item__pic .product__item__pic__hover {
  bottom: 20px;
}
.product__item__pic {
  height: 270px;
  position: relative;
  overflow: hidden;
}
.product__item__pic__hover {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product__item__pic__hover li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.product__item__pic__hover li:last-child {
  margin-right: 0;
}
.product__item__pic__hover li:hover a {
  background: #fe1616;
  border-color: #fe1616;
}
.product__item__pic__hover li:hover a i {
  color: #ffffff;
  transform: rotate(360deg);
}
.product__item__pic__hover li a {
  font-size: 16px;
  color: #1c1c1c;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product__item__pic__hover li a i {
  position: relative;
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product__item__text {
  text-align: center;
  padding-top: 15px;
}
.product__item__text h6 {
  margin-bottom: 10px;
}
.product__item__text h6 a {
  color: #252525;
}
.product__item__text h5 {
  color: #252525;
  font-weight: 700;
}
.product__pagination,
.blog__pagination {
  padding-top: 10px;
}
.product__pagination a,
.blog__pagination a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  color: #b2b2b2;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-right: 16px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product__pagination a:hover,
.blog__pagination a:hover {
  background: #fe1616;
  border-color: #fe1616;
  color: #ffffff;
}
.product__pagination a:last-child,
.blog__pagination a:last-child {
  margin-right: 0;
}
/*--------------------- Shop Details-----------------------*/
.product-details {
  padding-top: 30px;
}
.product__item__price span {
  color: #f00;
  font-size: 16px;
  text-decoration: line-through;
}
.product__details__pic__item {
  margin-bottom: 20px;
  padding: 0 0 20px 0; /*! box-shadow: 0px 2px 5px #333; */
}
.product__details__pic__item .zoomWrapper {
  /*! min-width: 100%; */
  height: auto !important;
  width: 100% !important;
  box-shadow: 0px 2px 5px #333;
  margin-bottom: 20px;
}
.product__details__pic__item img {
  min-width: 100%;
  height: auto !important;
  width: 100% !important;
  position: relative !important;
}
.product__details__pic__slider img {
  cursor: pointer;
}
.product__details__pic__slider.owl-carousel .owl-item img {
  width: auto;
}
.product__details__text h3 {
  color: #252525;
  font-weight: 700;
  margin-bottom: 16px;
}
.product__details__text .product__details__rating {
  font-size: 14px;
  margin-bottom: 12px;
}
.product__details__text .product__details__rating i {
  margin-right: -2px;
  color: #edbb0e;
}
.product__details__text .product__details__rating span {
  color: #dd2222;
  margin-left: 4px;
}
.product__details__text .product__details__price {
  font-size: 30px;
  color: #dd2222;
  font-weight: 600;
  margin-bottom: 15px;
}
.product__details__text p {
  margin-bottom: 45px;
}
.product__details__text .primary-btn {
  padding: 16px 28px 14px;
  margin-right: 6px;
  margin-bottom: 5px;
}
.product__details__text .heart-icon {
  display: inline-block;
  font-size: 16px;
  color: #6f6f6f;
  padding: 13px 16px 13px;
  background: #f5f5f5;
}
.product__details__text ul {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 50px;
}
.product__details__text ul li {
  font-size: 16px;
  color: #1c1c1c;
  list-style: none;
  line-height: 36px;
}
.product__details__text ul li b {
  font-weight: 700;
  width: 170px;
  display: inline-block;
}
.product__details__text ul li span samp {
  color: #dd2222;
}
.product__details__text ul li .share {
  display: inline-block;
}
.product__details__text ul li .share a {
  display: inline-block;
  font-size: 15px;
  color: #1c1c1c;
  margin-right: 25px;
}
.product__details__text ul li .share a:last-child {
  margin-right: 0;
}
.product__details__quantity {
  display: inline-block;
  margin-right: 6px;
}
.pro-qty {
  width: 100%;
  height: 30px; /*! display: inline-block; */
  position: relative;
  text-align: center;
  background: #fdf8f8;
  margin: 0px 0px;
  border: 1px solid #fe1616;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  padding: 0 0px;
  max-width: 80px;
  min-width: 50px;
}
.pro-qty input {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #fff;
  width: 100%;
  border: none;
  background: #f00;
  text-align: center;
  font-weight: 700;
}
.pro-qty .qtybtn {
  /*! width: 20px; */
  font-size: 20px;
  color: #fe1616;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  background: #fff; /*! height: 20px; */
  line-height: 27px;
}
/* .product__details__tab { padding-top: 85px;} */
.product__details__tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  position: relative;
  background: #008000;
}
.product__details__tab .nav-tabs:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 1px;
  width: 370px;
  background: #ebebeb;
  content: "";
}
.product__details__tab .nav-tabs:after {
  position: absolute;
  right: 0;
  top: 12px;
  height: 1px;
  width: 370px;
  background: #ebebeb;
  content: "";
}
.product__details__tab .nav-tabs li {
  margin-bottom: 0;
  margin-right: 65px;
}
.product__details__tab .nav-tabs li:last-child {
  margin-right: 0;
}
.product__details__tab .nav-tabs li a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0px 5px;
  line-height: 30px;
  border-bottom: 1px solid #000;
  text-shadow: 1px 1px 1px #000;
}
.product__details__tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #008000;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  text-shadow: none;
}
.product__details__tab .product__details__tab__desc {
  padding-top: 44px;
}
.product__details__tab .product__details__tab__desc h6 {
  font-weight: 700;
  color: #333333;
  margin-bottom: 26px;
}
.product__details__tab .product__details__tab__desc p {
  color: #212529;
}
#ImagesModal .modal-dialog {
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  max-width: 100%;
}
#ImagesModal .modal-dialog .modal-content {
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  height: 100%;
}
#ImagesModal .modal-dialog .modal-content .modal-body {
  top: 0;
  margin: 0;
  padding: 5px;
  border-radius: 0;
  height: 100%;
  width: 100%;
  max-height: 90%;
}
#ImagesCarouselView {
  border: 1px solid #ddd;
  padding: 15px;
  box-shadow: 0px 0px 6px #5b5b5b;
  border-radius: 10px;
}
#ImagesCarouselView .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
#ImagesCarouselView .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #008000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
#ImagesCarouselView .carousel-indicators li.active {
  background-color: #fe1616;
  opacity: 1;
}
#ImagesCarouselView {
  border: 1px solid #ddd;
}
.carousel-item img {
  max-height: 600px;
}
/* .carousel-item img{max-height: 750px;} */
/*--------------------- Shop Details-----------------------*/
.related-product {
  padding-bottom: 30px;
}
.related__product__title {
  margin-bottom: 70px;
}
/*--------------------- Shop Cart-----------------------*/
.shoping-cart {
  padding-top: 80px;
  padding-bottom: 80px;
}
.shoping__cart__table {
  margin-bottom: 30px;
}
.shoping__cart__table table {
  width: 100%;
  text-align: center;
}
.shoping__cart__table table thead tr {
  border-bottom: 1px solid #ebebeb;
}
.shoping__cart__table table thead th {
  font-size: 20px;
  font-weight: 700;
  color: #1c1c1c;
  padding-bottom: 20px;
}
.shoping__cart__table table thead th.shoping__product {
  text-align: left;
}
.shoping__cart__table table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.shoping__cart__table table tbody tr td.shoping__cart__item {
  width: 630px;
  text-align: left;
}
.shoping__cart__table table tbody tr td.shoping__cart__item img {
  display: inline-block;
  margin-right: 25px;
}
.shoping__cart__table table tbody tr td.shoping__cart__item h5 {
  color: #1c1c1c;
  display: inline-block;
}
.shoping__cart__table table tbody tr td.shoping__cart__price {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  width: 100px;
}
.shoping__cart__table table tbody tr td.shoping__cart__total {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  width: 110px;
}
.shoping__cart__table table tbody tr td.shoping__cart__item__close {
  text-align: right;
}
.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
  font-size: 24px;
  color: #b2b2b2;
  cursor: pointer;
}
.shoping__cart__table table tbody tr td.shoping__cart__quantity {
  width: 225px;
}
.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
  width: 120px;
  height: 40px;
}
.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
  color: #1c1c1c;
}
.shoping__cart__table
  table
  tbody
  tr
  td.shoping__cart__quantity
  .pro-qty
  input::placeholder {
  color: #1c1c1c;
}
.shoping__cart__table
  table
  tbody
  tr
  td.shoping__cart__quantity
  .pro-qty
  .qtybtn {
  width: 15px;
}
.primary-btn.cart-btn {
  color: #6f6f6f;
  padding: 14px 30px 12px;
  background: #f5f5f5;
}
.primary-btn.cart-btn span {
  font-size: 14px;
}
.primary-btn.cart-btn.cart-btn-right {
  float: right;
}
.shoping__discount {
  margin-top: 45px;
}
.shoping__discount h5 {
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 25px;
}
.shoping__discount form input {
  width: 255px;
  height: 46px;
  border: 1px solid #cccccc;
  font-size: 16px;
  color: #b2b2b2;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
.shoping__discount form input::placeholder {
  color: #b2b2b2;
}
.shoping__discount form button {
  padding: 15px 30px 11px;
  font-size: 12px;
  letter-spacing: 4px;
  background: #6f6f6f;
}
.shoping__checkout {
  background: #f5f5f5;
  padding: 30px;
  padding-top: 20px;
  margin-top: 50px;
}
.shoping__checkout h5 {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 28px;
}
.shoping__checkout ul {
  margin-bottom: 28px;
}
.shoping__checkout ul li {
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 700;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 13px;
  margin-bottom: 18px;
}
.shoping__checkout ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.shoping__checkout ul li span {
  font-size: 18px;
  color: #dd2222;
  float: right;
}
.shoping__checkout .primary-btn {
  display: block;
  text-align: center;
}
/*--------------------- Checkout-----------------------*/
.checkout {
  padding-top: 80px;
  padding-bottom: 60px;
}
.checkout h6 {
  color: #999999;
  text-align: center;
  background: #f5f5f5;
  border-top: 1px solid #6ab963;
  padding: 12px 0 12px;
  margin-bottom: 75px;
}
.checkout h6 span {
  font-size: 16px;
  color: #6ab963;
  margin-right: 5px;
}
.checkout h6 a {
  /* text-decoration: underline; */
  color: #999999;
}
.checkout__form h4 {
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.checkout__form p {
  column-rule: #b2b2b2;
}
.checkout__input {
  margin-bottom: 24px;
}
.checkout__input p {
  color: #1c1c1c;
  margin-bottom: 20px;
}
.checkout__input p span {
  color: #dd2222;
}
.checkout__input input {
  width: 100%;
  height: 46px;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  font-size: 16px;
  color: #b2b2b2;
  border-radius: 4px;
}
.checkout__input input.checkout__input__add {
  margin-bottom: 20px;
}
.checkout__input input::placeholder {
  color: #b2b2b2;
}
.checkout__input__checkbox {
  margin-bottom: 10px;
}
.checkout__input__checkbox label {
  position: relative;
  font-size: 16px;
  color: #1c1c1c;
  padding-left: 40px;
  cursor: pointer;
}
.checkout__input__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.checkout__input__checkbox label input:checked ~ .checkmark {
  background: #fe1616;
  border-color: #fe1616;
}
.checkout__input__checkbox label input:checked ~ .checkmark:after {
  opacity: 1;
}
.checkout__input__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 16px;
  width: 14px;
  border: 1px solid #a6a6a6;
  content: "";
  border-radius: 4px;
}
.checkout__input__checkbox label .checkmark:after {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 10px;
  height: 8px;
  border: solid white;
  border-width: 3px 3px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  content: "";
  opacity: 0;
}
.checkout__order {
  background: #f5f5f5;
  padding: 40px;
  padding-top: 30px;
}
.checkout__order h4 {
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.checkout__order .checkout__order__products {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 10px;
}
.checkout__order .checkout__order__products span {
  float: right;
}
.checkout__order ul {
  margin-bottom: 12px;
}
.checkout__order ul li {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 40px;
  list-style: none;
}
.checkout__order ul li span {
  font-weight: 700;
  float: right;
}
.checkout__order .checkout__order__subtotal {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.checkout__order .checkout__order__subtotal span {
  float: right;
}
.checkout__order .checkout__input__checkbox label {
  padding-left: 20px;
}
.checkout__order .checkout__order__total {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.checkout__order .checkout__order__total span {
  float: right;
  color: #dd2222;
}
.checkout__order button {
  font-size: 18px;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 10px;
}
/*--------------------- Blog-----------------------*/
.blog__item {
  margin-bottom: 60px;
}
.blog__item__pic img {
  min-width: 100%;
}
.blog__item__text {
  padding-top: 25px;
}
.blog__item__text ul {
  margin-bottom: 15px;
}
.blog__item__text ul li {
  font-size: 16px;
  color: #b2b2b2;
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.blog__item__text ul li:last-child {
  margin-right: 0;
}
.blog__item__text h5 {
  margin-bottom: 12px;
}
.blog__item__text h5 a {
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 700;
}
.blog__item__text p {
  margin-bottom: 25px;
}
.blog__item__text .blog__btn {
  display: inline-block;
  font-size: 14px;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #b2b2b2;
  padding: 14px 20px 12px;
  border-radius: 25px;
}
.blog__item__text .blog__btn span {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.blog__pagination {
  padding-top: 5px;
  position: relative;
}
.blog__pagination:before {
  position: absolute;
  left: 0;
  top: -29px;
  height: 1px;
  width: 100%;
  background: #000000;
  opacity: 0.1;
  content: "";
}
/*--------------------- Blog Sidebar-----------------------*/
.blog__sidebar {
  padding-top: 50px;
}
.blog__sidebar__item {
  margin-bottom: 50px;
}
.blog__sidebar__item h4 {
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog__sidebar__item ul li {
  list-style: none;
}
.blog__sidebar__item ul li a {
  font-size: 16px;
  color: #666666;
  line-height: 48px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.blog__sidebar__item ul li a:hover {
  color: #fe1616;
}
.blog__sidebar__search {
  margin-bottom: 50px;
}
.blog__sidebar__search form {
  position: relative;
}
.blog__sidebar__search form input {
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #6f6f6f;
  padding-left: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}
.blog__sidebar__search form input::placeholder {
  color: #6f6f6f;
}
.blog__sidebar__search form button {
  font-size: 16px;
  color: #6f6f6f;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0px 18px;
}
.blog__sidebar__recent .blog__sidebar__recent__item {
  display: block;
}
.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
  margin-bottom: 0;
}
.blog__sidebar__recent__item {
  overflow: hidden;
  margin-bottom: 20px;
}
.blog__sidebar__recent__item__pic {
  float: left;
  margin-right: 20px;
}
.blog__sidebar__recent__item__text {
  overflow: hidden;
}
.blog__sidebar__recent__item__text h6 {
  font-weight: 700;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}
.blog__sidebar__recent__item__text span {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.blog__sidebar__item__tags a {
  font-size: 16px;
  color: #6f6f6f;
  background: #f5f5f5;
  display: inline-block;
  padding: 7px 26px 5px;
  margin-right: 6px;
  margin-bottom: 10px;
}
/*--------------------- Blog Details Hero-----------------------*/
.blog-details-hero {
  height: 350px;
  display: flex;
  align-items: center;
}
.blog__details__hero__text {
  text-align: center;
}
.blog__details__hero__text h2 {
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog__details__hero__text ul li {
  font-size: 16px;
  color: #ffffff;
  list-style: none;
  display: inline-block;
  margin-right: 45px;
  position: relative;
}
.blog__details__hero__text ul li:after {
  position: absolute;
  right: -26px;
  top: 0;
  content: "|";
}
.blog__details__hero__text ul li:last-child {
  margin-right: 0;
}
.blog__details__hero__text ul li:last-child:after {
  display: none;
}
/*--------------------- Blog Details-----------------------*/
.related-blog {
  padding-top: 70px;
  padding-bottom: 10px;
}
.related-blog-title {
  margin-bottom: 70px;
}
.blog-details {
  padding-bottom: 75px;
  border-bottom: 1px solid #e1e1e1;
}
.blog__details__text {
  margin-bottom: 45px;
}
.blog__details__text img {
  margin-bottom: 30px;
}
.blog__details__text p {
  font-size: 18px;
  line-height: 30px;
}
.blog__details__text h3 {
  color: #333333;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
.blog__details__author__pic {
  float: left;
  margin-right: 15px;
}
.blog__details__author__pic img {
  height: 92px;
  width: 92px;
  border-radius: 50%;
}
.blog__details__author__text {
  overflow: hidden;
  padding-top: 30px;
}
.blog__details__author__text h6 {
  color: #1c1c1c;
  font-weight: 700;
}
.blog__details__author__text span {
  font-size: 16px;
  color: #6f6f6f;
}
.blog__details__widget ul {
  margin-bottom: 5px;
}
.blog__details__widget ul li {
  font-size: 16px;
  color: #6f6f6f;
  list-style: none;
  line-height: 30px;
}
.blog__details__widget ul li span {
  color: #1c1c1c;
  font-weight: 700;
}
.blog__details__widget .blog__details__social a {
  display: inline-block;
  font-size: 20px;
  color: #6f6f6f;
  margin-right: 24px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.blog__details__widget .blog__details__social a:hover {
  color: #fe1616;
}
.blog__details__widget .blog__details__social a:last-child {
  margin-right: 0;
}
/*--------------------- Footer-----------------------*/
.footer {
  background: #333;
  padding-top: 10px;
  padding-bottom: 0;
}
.footer__about {
  margin-bottom: 30px;
}
.footer__about ul li {
  font-size: 14px;
  color: #f7f7f7;
  line-height: 27px;
  list-style: none;
  font-weight: 600;
  text-align: justify;
}
.footer__about__logo {
  margin-bottom: 15px;
}
.footer__about__logo a {
  display: inline-block;
}
.footer__copyright {
  border-top: 1px solid #000;
  padding: 0 10px;
  overflow: hidden; /*! margin-top: 20px; */
  background: #262626;
  color: #fff;
}
.footer__copyright__text {
  font-size: 14px;
  color: #fff;
  float: left; /*! line-height: 25px; */
}
.footer__copyright__text p {
  font-size: 16px;
  color: #fff;
}
.footer__copyright__payment {
  float: right;
}
/*--------------------- Contact-----------------------*/
.contact {
  padding-top: 80px;
  padding-bottom: 50px;
}
.contact__widget {
  margin-bottom: 30px;
}
.contact__widget span {
  font-size: 36px;
  color: #fe1616;
}
.contact__widget h4 {
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 18px;
}
.contact__widget p {
  color: #666666;
  margin-bottom: 0;
}
/*--------------------- Map-----------------------*/
.map {
  height: 500px;
  position: relative;
}
.map iframe {
  width: 100%;
}
.map .map-inside {
  position: absolute;
  left: 50%;
  top: 160px;
  -webkit-transform: translateX(-175px);
  -ms-transform: translateX(-175px);
  transform: translateX(-175px);
}
.map .map-inside i {
  font-size: 48px;
  color: #fe1616;
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  transform: translateX(-18px);
}
.map .map-inside .inside-widget {
  width: 350px;
  background: #ffffff;
  text-align: center;
  padding: 23px 0;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
  box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}
.map .map-inside .inside-widget:after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
  border: 12px solid transparent;
  border-top: 30px solid #ffffff;
  content: "";
  z-index: -1;
}
.map .map-inside .inside-widget h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 4px;
}
.map .map-inside .inside-widget ul li {
  list-style: none;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
/*--------------------- Contact Form-----------------------*/
.contact__form__title {
  margin-bottom: 50px;
  text-align: center;
}
.contact__form__title h2 {
  color: #1c1c1c;
  font-weight: 700;
}
.contact-form {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-form form input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #6f6f6f;
  padding-left: 20px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.contact-form form input::placeholder {
  color: #6f6f6f;
}
.contact-form form textarea {
  width: 100%;
  height: 150px;
  font-size: 16px;
  color: #6f6f6f;
  padding-left: 20px;
  margin-bottom: 24px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-top: 12px;
  resize: none;
}
.contact-form form textarea::placeholder {
  color: #6f6f6f;
}
.contact-form form button {
  font-size: 18px;
  letter-spacing: 2px;
}
#toTop {
  background: #fe1616;
  color: var(--white);
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 14px;
  z-index: 1;
}
/* .wishlist_btn{
    background-color: gray;
    border: 1px solid gray;
  } */
.TnC_click {
  float: right;
  font-size: 10px;
  font-weight: bold;
}

.product-item {
  box-shadow: 0px 0px 5px #5b5b5b;
}
.My_order_buttons .order_warning,
.order_success,
.order_danger,
.order_pay {
  font-weight: bold;
}
.orders_hr {
  border: 1px solid #404040;
}
.orders_hr_dashed {
  border: 1px dashed #404040;
}
.order-header.alert.alert-success {
  box-shadow: 0px 0px 5px 1px gray;
}
.badge.badge-success {
  padding: 3px;
}
.order-header strong {
  font-size: 20px;
}
.col-md-6.text-left.order-body p {
  color: #fff;
}
.My_order_buttons {
  display: flex;
  justify-content: space-evenly;
}
.offer_div_blink {
  position: relative;
  bottom: 0;
}
.section-product-title {
  text-transform: uppercase;
}
/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
  .header-filler {
    height: 100px;
  } /*height:85px;*/
  .header-row {
    padding: 8px 0;
  }
  .product-card {
    width: 50%;
    display: block;
    flex: unset;
    max-width: 50%;
  }
  .product-card .product-item {
    box-shadow: 0px 0px 3px #5b5b5b;
    margin: 5px;
    border-radius: 0px;
    background-color: #fff;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .product-card .product__discount__item {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .product-card .product__discount__item__pic {
    min-width: 150px;
  }
  .header__logo__mobile {
    display: none;
  }
  .hero__search {
    margin: 2px auto;
  }
  .hero__categories ul {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    top: 0;
    left: 0;
  }
  .hero__categories ul li {
  }
  .hero__categories ul li a {
    font-size: 13px;
    padding: 0px 10px;
  }
  .hero__search__form .hero__categories {
    /*! position: absolute; */
  }
  .hero__search__form .hero__categories__all i {
    font-size: 16px;
    margin-right: 10px;
  }
  .hero__search__form .hero__categories__all {
    padding: 7px 30px 6px 10px;
    top: 0px;
    left: 0;
  }
  .hero__search__form .hero__categories__all span {
    font-size: 18px;
    font-weight: 700;
  }
  .hero__search__form .hero__categories__all:after {
    right: 10px;
    top: 9px;
    font-size: 18px;
  }
  .hero__search__form form input {
    height: 40px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #fe1616;
  }
  .hero__search__form form input::placeholder {
  }
  .hero__search__form form button.site-btn {
    font-size: 14px;
    padding: 10px 20px;
    height: 40px;
    right: 0;
  }
  .product-item .product__discount__item__pic {
    height: 150px; /*! width: 100%; */
  }
  .hero__item {
    height: 500px;
    background-size: cover;
  }
  .header {
    background-color: #ffffff;
  }
  .container {
    max-width: 1190px;
  }
  .header__logo {
    padding: 0px 0;
    max-height: 60px;
  }
  .ad_block {
    display: block;
  }
  .ad_block .img-placeholder {
    min-height: 182px;
  }
  .ad_block.block1 .img-placeholder {
    min-height: 376px;
    margin-bottom: 0;
  }
  .ad_block.block2 .img-placeholder {
    margin-bottom: 20px;
  }
  .ad_block.block3 .img-placeholder {
    margin-bottom: 20px;
  }
  .ad_block.block4 .img-placeholder {
    margin-bottom: 0;
  }
  .ad_block.block5 .img-placeholder {
    margin-bottom: 0;
  }
  .order-0 {
    order: 0;
    box-shadow: none;
  }
  .order-1 {
    order: 1;
  }
  .product__item__price {
    display: inline;
  }
  .product-item {
    box-shadow: 0px 0px 5px #5b5b5b;
  }
  .contact_btn {
    background-color: #fe1616;
    border: #fe1616;
  }

  /* .col-12.col-md-3.productinfo-details.order-2 {
  margin: auto;
} */
}

/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-card {
    width: 50% !important;
    display: block;
    flex: unset;
    max-width: 50%;
  }
  .product-card .product-item {
    box-shadow: 0px 0px 3px #5b5b5b;
    margin: 5px;
    border-radius: 0px;
    background-color: #fff;
    padding-bottom: 10px;
    display: flex;
  }
  .product-card .product__discount__item {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .product-card .product__discount__item__pic {
    min-width: 150px;
  }
  .header__logo__mobile {
    display: none;
  }
  .hero__search {
    margin: 7px auto;
  }
  .hero__categories ul {
    padding-left: 20px;
  }
  .hero__categories ul li {
  }
  .hero__categories ul li a {
    font-size: 13px;
    padding: 0px 10px;
  }
  .hero__search__form .hero__categories {
    /*! position: absolute; */
  }
  .hero__search__form .hero__categories__all i {
    font-size: 14px;
    margin-right: 10px;
  }
  .hero__search__form .hero__categories__all {
    padding: 2px 30px 2px 10px;
    top: 0px;
    left: 0;
  }
  .hero__search__form .hero__categories__all span {
    font-size: 14px;
    font-weight: 600;
  }
  .hero__search__form .hero__categories__all:after {
    right: 10px;
    top: 2px;
    font-size: 18px;
  }
  .hero__search__form form input {
    height: 28px;
    font-size: 14px;
    padding: 10px;
  }
  .hero__search__form form input::placeholder {
  }
  .hero__search__form form button.site-btn {
    font-size: 14px;
    padding: 0px 10px;
    height: 28px;
    right: 0;
  }
  .product__discount__item__pic {
    height: 150px;
  }
  .header {
    background-color: #ffffff;
  }
  .hero__item {
    height: 450px;
    background-size: cover;
  }
  .header__logo {
    padding: 5px 0;
    max-height: 60px;
  }
  .header__menu ul li {
    margin-right: 45px;
  }
  .latest-product__slider.owl-carousel .owl-nav {
    right: 0;
  }
  .product__details__tab .nav-tabs:before {
    width: 265px;
  }
  .product__details__tab .nav-tabs:after {
    width: 265px;
  }
  .shoping__discount form input {
    width: 240px;
  }
  .block1 .img-placeholder {
    min-height: 0px;
    margin-bottom: 10px;
  }
  .block2 .img-placeholder {
    min-height: 0px;
    margin-bottom: 20px;
  }
  .block3 .img-placeholder {
    min-height: 0px;
    margin-bottom: 20px;
  }
  .block4 .img-placeholder {
    min-height: 0px;
  }
  .block5 .img-placeholder {
    min-height: 0px;
  }
  #ImagesCarouselView {
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0px 0px 6px #5b5b5b;
    border-radius: 10px;
  }
  .productinfo-pricing {
    order: 1;
  }
  .productinfo-details {
    order: 2;
  }
  .productinfo-images {
    order: 0;
  }
}
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-card {
    width: 50% !important;
    display: block;
    flex: unset;
    max-width: 50%;
  }
  .product-card .product-item {
    box-shadow: 0px 0px 3px #5b5b5b;
    margin: 5px;
    border-radius: 0px;
    background-color: #fff;
    padding-bottom: 10px;
    display: flex;
  }
  .product-card .product__discount__item {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .product-card .product__discount__item__pic {
    min-width: 150px;
  }
  .hero__search {
    margin: 7px auto;
  }
  .hero__categories ul {
    padding-left: 20px;
  }
  .hero__categories ul li {
  }
  .hero__categories ul li a {
    font-size: 13px;
    padding: 0px 10px;
  }
  .hero__search__form .hero__categories {
    /*! position: absolute; */
  }
  .hero__search__form .hero__categories__all i {
    font-size: 14px;
    margin-right: 10px;
  }
  .hero__search__form .hero__categories__all {
    padding: 2px 30px 2px 10px;
    top: 0px;
    left: 0;
  }
  .hero__search__form .hero__categories__all span {
    font-size: 14px;
    font-weight: 600;
  }
  .hero__search__form .hero__categories__all:after {
    right: 10px;
    top: 2px;
    font-size: 18px;
  }
  .hero__search__form form input {
    height: 28px;
    font-size: 14px;
    padding: 10px;
  }
  .hero__search__form form input::placeholder {
  }
  .hero__search__form form button.site-btn {
    font-size: 14px;
    padding: 0px 10px;
    height: 28px;
    right: 0;
  }
  .header__logo {
    padding: 5px 0;
    max-height: 50px;
  }
  .product__discount__item__pic {
    height: 150px;
  }
  .hero__item {
    height: 300px;
    background-size: cover;
  }
  .categories__slider.owl-carousel .owl-nav button {
    left: -20px;
  }
  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
  .filter__sort .nice-select {
    padding-left: 5px;
    padding-right: 28px;
  }
  .product__details__quantity {
    margin-bottom: 10px;
  }
  .product__details__text .primary-btn {
    margin-bottom: 10px;
  }
  .product__details__tab .nav-tabs:before {
    width: 150px;
  }
  .product__details__tab .nav-tabs:after {
    width: 150px;
  }
  .blog__details__author {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .humberger__open {
    display: block;
    font-size: 22px;
    color: #1c1c1c;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #1c1c1c;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 22px;
  }
  .header .container {
    position: relative;
  }
  .humberger__menu__wrapper {
    width: 300px;
    background: #ffffff;
    position: fixed;
    left: -300px;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    padding: 30px;
    padding-top: 50px;
    opacity: 0;
    display: block;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__wrapper.show__humberger__menu__wrapper {
    opacity: 1;
    left: 0;
  }
  .humberger__menu__logo {
    margin-bottom: 30px;
  }
  .humberger__menu__logo a {
    display: inline-block;
  }
  .humberger__menu__cart ul {
    display: inline-block;
    margin-right: 25px;
  }
  .humberger__menu__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  .humberger__menu__cart ul li:last-child {
    margin-right: 0;
  }
  .humberger__menu__cart ul li a {
    position: relative;
  }
  .humberger__menu__cart ul li a i {
    font-size: 18px;
    color: #1c1c1c;
  }
  .humberger__menu__cart ul li a span {
    height: 13px;
    width: 13px;
    background: #fe1616;
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
  }
  .humberger__menu__cart .header__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
  }
  .humberger__menu__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
  }
  .humberger__menu__cart {
    margin-bottom: 25px;
  }
  .humberger__menu__widget {
    margin-bottom: 20px;
  }
  .humberger__menu__widget .header__top__right__language {
    margin-right: 20px;
  }
  .humberger__menu__widget .header__top__right__auth a {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 20px;
  }
  .humberger__menu__nav {
    display: none;
  }
  .humberger__menu__wrapper .header__top__right__social {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .humberger__menu__wrapper .slicknav_btn {
    display: none;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
    border-bottom: none !important;
  }
  .humberger__menu__wrapper .slicknav_nav {
    display: block !important;
  }
  .humberger__menu__wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
  .humberger__menu__wrapper .slicknav_nav ul {
    margin: 0;
  }
  .humberger__menu__wrapper .slicknav_nav a {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .humberger__menu__wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #fe1616;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_row,
  .humberger__menu__wrapper .slicknav_nav a {
    padding: 8px 0;
  }
  .humberger__menu__overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 98;
    visibility: hidden;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__overlay.active {
    visibility: visible;
  }
  .header__top {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__cart {
    text-align: center;
    padding: 10px 0 24px;
  }
  .over_hid {
    overflow: hidden;
  }
  .block1 .img-placeholder {
    min-height: 0px;
    margin-bottom: 10px;
  }
  .block2 .img-placeholder {
    min-height: 0px;
    margin-bottom: 20px;
  }
  .block3 .img-placeholder {
    min-height: 0px;
    margin-bottom: 20px;
  }
  .block4 .img-placeholder {
    min-height: 0px;
  }
  .block5 .img-placeholder {
    min-height: 0px;
  }
  #ImagesCarouselView {
    border: 2px solid gray;
  }
  .productinfo-pricing {
    order: 1;
  }
  .productinfo-details {
    order: 2;
  }
  .productinfo-images {
    order: 0;
  }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .header-filler {
    height: 96px;
  } /*height:75px;*/
  .product-card {
    width: 100% !important;
    display: block;
    flex: unset;
    max-width: 100%;
  }
  .product-card .product-item {
    box-shadow: 0px 0px 3px #5b5b5b;
    margin: 5px;
    border-radius: 0px;
    background-color: #fff;
    padding-bottom: 10px;
    display: flex;
  }
  .product-card .product__discount__item {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .product-card .product__discount__item__pic {
    min-width: 150px;
  }
  .product__discount__item__pic {
    height: 160px;
  }
  .hero__item {
    min-height: 300px;
    background-size: cover;
    padding: 0;
  }
  .header {
    background-color: #fe1616;
    padding: 0 0 5px 0px;
  }
  .header__logo {
    padding: 5px 0;
    max-height: 60px;
    display: none;
  }
  .header__logo__mobile {
    padding: 6px 0 0px 8%;
    max-height: 60px;
    float: left;
    max-width: 50%;
  }
  .humberger__menu__widget .header__top__right__auth a {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 20px;
  }
  .hero__categories__all {
    background: #fe1616;
    position: relative;
    padding: 5px 30px 5px 10px;
    cursor: pointer;
  }
  .hero__categories__all:after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #ffffff;
  }
  .hero__search {
    overflow: hidden;
    margin: 0px auto;
  }
  .hero__categories {
    /*! margin-bottom: 30px; */
  }
  .breadcrumb-section {
    margin-top: 2px;
  }
  .hero__search {
    margin-bottom: 30px;
  }
  .hero__search__form {
    width: 100%;
  }
  .hero__search__form form input {
    width: 100%;
    height: 30px;
  }
  .hero__search__form form .hero__search__categories {
    display: none;
  }
  .hero__search__phone {
    float: left;
    margin-top: 30px;
  }
  .categories__slider.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 40px;
  }
  .categories__slider.owl-carousel .owl-nav button {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
  }
  .categories__slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__copyright__text {
    float: none;
    margin-bottom: 25px;
  }
  .footer__copyright__payment {
    float: right;
    color: #fff;
  }
  .filter__item {
    text-align: center;
  }
  .filter__option {
    text-align: center;
  }
  .product__details__pic {
    margin-bottom: 40px;
  }
  .product__details__tab .nav-tabs:before {
    display: none;
  }
  .product__details__tab .nav-tabs:after {
    display: none;
  }
  .shoping__cart__table {
    overflow-y: auto;
  }
  .shoping__discount form input {
    margin-bottom: 15px;
  }
  .blog__details__author {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .humberger__open {
    display: block;
    font-size: 25px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center; /*! border: 1px solid #1c1c1c; */
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 8px;
  }
  .header .container {
    position: relative;
  }
  .humberger__menu__wrapper {
    width: 300px;
    background: #ffffff;
    position: fixed;
    left: -300px;
    top: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 1050;
    padding: 0;
    opacity: 0;
    display: block;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__wrapper.show__humberger__menu__wrapper {
    opacity: 1;
    left: 0;
  }
  .humberger__menu__logo {
    margin-bottom: 0;
    background: #3eac00;
  }
  .humberger__menu__logo a {
    display: inline-block;
  }
  .humberger__menu__contact {
    padding: 10px;
  }
  .humberger__menu__contact div a:hover {
    color: red !important;
  }
  .humberger__menu__contact ul li i {
    color: #252525;
    margin-right: 5px;
  }
  .humberger__menu__cart ul {
    display: inline-block;
    margin-right: 25px;
  }
  .humberger__menu__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  .humberger__menu__cart ul li:last-child {
    margin-right: 0;
  }
  .humberger__menu__cart ul li a {
    position: relative;
  }
  .humberger__menu__cart ul li a i {
    font-size: 18px;
    color: #1c1c1c;
  }
  .humberger__menu__cart ul li a span {
    height: 13px;
    width: 13px;
    background: #fe1616;
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -12px;
  }
  .humberger__menu__cart .header__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
  }
  .humberger__menu__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
  }
  .humberger__menu__cart {
    margin-bottom: 10px;
    float: right;
  }
  .humberger__menu__widget {
    padding: 10px;
    background-color: #333;
  }
  .humberger__menu__widget .header__top__right__language {
    margin-right: 20px;
  }
  .humberger__menu__nav {
    display: none;
  }
  .humberger__menu__wrapper .header__top__right__social {
    display: block;
    margin-right: 0; /*! margin-bottom: 20px; */
    padding: 10px;
  }
  .humberger__menu__wrapper .slicknav_btn {
    display: none;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_item a {
    border-bottom: none !important;
  }
  .humberger__menu__wrapper .slicknav_nav {
    display: block !important;
  }
  .humberger__menu__wrapper .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
  .humberger__menu__wrapper .slicknav_nav ul {
    margin: 0;
  }
  .humberger__menu__wrapper .slicknav_nav a {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .humberger__menu__wrapper .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #fe1616;
  }
  .humberger__menu__wrapper .slicknav_nav .slicknav_row,
  .humberger__menu__wrapper .slicknav_nav a {
    padding: 8px 0;
  }
  .humberger__menu__overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 98;
    visibility: hidden;
    -webkit-transition: all, 0.6s;
    -moz-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .humberger__menu__overlay.active {
    visibility: visible;
  }
  .header__top {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__cart {
    text-align: right;
    padding: 0px 0 0px 0;
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
  }
  .over_hid {
    overflow: hidden;
  }
  .block1 .img-placeholder {
    min-height: 0px;
    margin-bottom: 10px;
  }
  .block2 .img-placeholder {
    min-height: 0px;
    margin-bottom: 20px;
  }
  .block3 .img-placeholder {
    min-height: 0px;
    margin-bottom: 20px;
  }
  .block4 .img-placeholder {
    min-height: 0px;
  }
  .block5 .img-placeholder {
    min-height: 0px;
  }
  .product-details {
    padding-top: 15px;
  }
  .product-details h3,
  h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .product-details h4 {
    font-size: 15px;
    font-weight: 600;
  }
  .product-details .productInfoDesc {
    font-size: 12px;
    font-weight: 600;
    text-align: justify;
  }
  .panel-body.productInfoDesc {
    font-size: 12px;
    font-weight: 600;
    text-align: justify;
  }
  .product-details .simpleCart_shelfItem .productInfoDesc {
    font-size: 12px;
    font-weight: 600;
  }
  .savePrice strong {
    display: inline-block;
  }
  .savePrice .product__discount__percent {
    font-size: 14px;
    color: #000;
    text-align: right;
    position: relative;
    font-weight: 700;
    padding: 2px 10px;
    background-color: #fff;
    display: inline-block;
  }
  .proPrice strong {
    display: inline-block;
  }
  .proPrice .product__discount__percent {
    font-size: 14px;
    color: #000;
    text-align: right;
    position: relative;
    font-weight: 700;
    padding: 2px 10px;
    background-color: #fff;
    display: inline-block;
  }
  .proPrice strong {
    display: inline;
  }
  /* .proPrice.product__discount__item__text { display: inline;}
 */
  #toTop {
    display: none;
  }
  .savePrice.product__discount__item__pic {
    display: block;
    height: auto;
  }
  /*.savePrice .product__discount__percent { background:transparent; height: 16px; border-radius: 5px; font-size: 14px; color: #000; line-height: 11px; text-align: center; position: relative; font-weight: 700;}
.savePrice .product__discount__percent { background:transparent; height: 16px; border-radius: 5px; font-size: 14px; color: #000; line-height: 11px; text-align: center; position: relative; font-weight: 700;}
*/
  .productInfo {
    color: green;
  }
  .product__item__price {
    display: inline;
  }
  .color-quality-right ul li {
    list-style-type: none;
  }
  .nice-select {
    height: 36px;
  }
  .nice-select .option {
    padding: 0px 20px;
  }
  .product-details .share {
    display: none;
  }
  .product__details__tab {
    padding-top: 0;
    padding-right: 0; /*! box-shadow: 0px 2px 5px #ddd; */
    border: 1px solid #008000;
  }
  .product__details__tab .product__details__tab__desc {
    padding: 5px;
    color: #000;
  }
  .product__details__tab .product__details__tab__desc p {
    font-size: 12px;
    font-weight: 600;
    text-align: justify;
    line-height: 18px;
  }
  .occasion-cart {
    margin-top: 20px;
    width: 100%;
    display: block;
    position: relative;
  }
  .occasion-cart .nice-select {
    width: 100%;
    display: block;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    z-index: 999;
  }
  .occasion-cart .nice-select .list {
    width: 100%;
    display: block;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    z-index: 99999999;
  }
  .product-single-rates-sticky {
    background-color: #333;
    padding: 0;
    margin: 10px 0px;
    height: 40px;
    z-index: 999;
    width: 100%;
  }
  .product-single-rates-sticky .snipcart-details .shoping__cart__quantity {
    width: 40%;
    text-align: center;
    flex-shrink: 0;
    justify-content: center;
    background-color: #f00;
    display: flex;
    height: 40px;
  }
  .product-single-rates-sticky
    .snipcart-details
    .shoping__cart__quantity
    .quantity {
    width: 100%;
    text-align: center;
  }
  .product-single-rates-sticky
    .snipcart-details
    .shoping__cart__quantity
    .quantity
    .pro-qty {
    max-width: 100%;
    text-align: center;
    border-radius: 0;
    background: #fff;
    height: 40px;
  }
  .product-single-rates-sticky
    .snipcart-details
    .shoping__cart__quantity
    .quantity
    .pro-qty
    .qtybtn {
    width: 100%;
    text-align: center;
    border-radius: 0;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .product-single-rates-sticky
    .snipcart-details
    .shoping__cart__quantity
    .quantity
    .pro-qty
    input {
    width: 100%;
    text-align: center;
    border-radius: 0;
    height: 40px;
  }
  .product-single-rates-sticky .snipcart-details form {
    width: 60%;
    height: 40px;
  }
  .product-single-rates-sticky .snipcart-details .btn-cart {
    width: 100%;
    border-radius: 0;
    height: 40px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
  .header__cart {
    text-align: right;
    padding: 5px 0;
  }
  .header__cart ul {
    display: inline-block; /*! margin-right: 10px; */
  }
  .header__cart ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  .header__cart ul li:last-child {
    margin-right: 0;
  }
  .header__cart ul li a {
    position: relative;
    color: #fff;
  }
  .header__cart ul li a i {
    font-size: 30px;
    color: #fff;
  }
  .header__cart ul li a span {
    height: 16px;
    width: 16px;
    background: #000;
    font-size: 11px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -7px;
  }
  .header__cart .header__cart__price {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
  }
  .header__cart .header__cart__price span {
    color: #252525;
    font-weight: 700;
  }
  .col-lg-8.px-1.search_back_button {
    display: flex;
  }
  .btn.btn-success.btn-sm.ml-auto.show-all {
    padding: 0px 8px;
    border-radius: 50%;
  }
  /* .product__discount__item__text h5 { margin-bottom: 0px;font-size: 13px;height: 80px;font-weight: 500; */
  /*! vertical-align: middle; */
  /* display: flex;width: 100%;justify-content: center;align-items: center;} */
}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .header-row {
    padding: 0px 0;
  }
  .product-card {
    width: 100% !important;
    display: block;
    flex: unset;
    max-width: 100%;
  }
  .product-card .product-item {
    box-shadow: 0px 0px 3px #5b5b5b;
    margin: 5px;
    border-radius: 0px; /*! overflow: hidden; */
    background-color: #fff;
    padding-bottom: 10px;
  }
  .product-card .product__discount__item {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .product-card .product__discount__item__pic {
    min-width: 150px;
  }
  .product__discount__item__pic {
    height: 160px;
  }
  .header__logo {
    padding: 0px 0 0px 12%;
    max-height: 60px;
    float: left;
    max-width: 80%; /*! display: none; */
  }
  .hero__item {
    min-height: 200px;
    background-size: cover;
    padding: 0;
  }
  .humberger__menu__widget .header__top__right__auth a {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px 15px;
  }
  .humberger__menu__widget .humberger__menu__cart {
    text-align: right;
    color: #fff;
    padding: 5px;
  }
  .humberger__menu__widget .humberger__menu__cart a i {
    color: #fff;
  }
  .hero__categories__all {
    background: #fe1616;
    position: relative;
    padding: 5px 30px 5px 10px;
    cursor: pointer;
  }
  .hero__categories__all:after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 18px;
    color: #ffffff;
  }
  .hero__search {
    overflow: hidden;
    margin: 0px auto;
    border-radius: 10px;
    border: 1px solid #fff;
    border: 2px solid #fff;
  }
  .hero__search__form form .hero__search__categories {
    display: none;
  }
  .featured__controls ul li {
    margin-bottom: 10px;
  }
  .product__details__text ul li b {
    width: 100px;
  }
  .product__details__tab .nav-tabs li {
    margin-right: 20px;
  }
  .shoping__cart__btns {
    text-align: center;
  }
  .primary-btn.cart-btn.cart-btn-right {
    float: none;
    margin-top: 10px;
  }
  .shoping__checkout .primary-btn {
    display: block;
    text-align: center;
    padding: 10px 15px 10px;
  }
  .map .map-inside {
    -webkit-transform: translateX(-125px);
    -ms-transform: translateX(-125px);
    transform: translateX(-125px);
  }
  .map .map-inside .inside-widget {
    width: 250px;
  }
  .product__details__tab .nav-tabs li {
    margin-right: 0; /*! height: 30px; */
    text-align: center;
  }
  .shoping__discount form input {
    width: 100%;
  }
  .checkout__order {
    padding: 20px;
  }
  .blog__details__hero__text h2 {
    font-size: 24px;
  }
  .footer {
    display: none;
  }
  .guest_name {
    font-size: 15px;
  }
  .order-body {
    display: flex;
    justify-content: space-between;
  }
  .offer_div_blink {
    position: relative;
    bottom: 0;
  }
  .blink.offer_div_blink {
    margin-top: 30px;
  }
}
@media (min-width: 1000px) {
  .category-panel {
    display: flex;
    margin: 10px 5px;
    flex-wrap: wrap;
  }
  .category-panel .card-item {
    margin: 5px;
    width: 19%;
    text-align: center;
    font-weight: 700;
  }
  .category-panel .card-item img {
    margin: 5px;
    width: 250px;
    height: 250px;
    border-radius: 8.7%;
  }
  .section-product {
    padding: 10x 0;
  }
  .section-panel {
    display: flex;
    overflow-x: auto;
    height: 320px;
    width: 100%;
    max-height: 320px;
    overflow-y: hidden;
    margin: 5px 0px;
  }
  .section-panel .card-item {
    margin: 0 0px;
    border-radius: 10px; /*! height: 300px; */
    flex-shrink: 0;
  }
  .slider-panel {
    display: flex;
    overflow-x: auto;
    max-height: 300px;
    overflow-y: hidden;
    margin: 10px 5px;
  }
  .slider-panel .card-item {
    margin: 0 10px;
    border-radius: 10px;
    height: 300px;
    flex-shrink: 0;
  }
  .slider-panel {
    display: none;
  }
  .btn.btn-success.btn-sm.ml-auto.show-all {
    padding: 1px 10px;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .category-panel {
    display: flex;
    margin: 10px 5px;
    flex-wrap: wrap;
  }
  .category-panel .card-item img {
    margin: 5px;
    width: 100%;
    height: 100%;
    max-height: 87px;
    border-radius: 8.5%;
  }
  .section-product {
    padding: 5x 0;
  }
  .section-panel {
    display: flex;
    overflow-x: auto;
    height: 100%;
    max-height: 320px;
    overflow-y: hidden;
    margin: 5px 0px;
  }
  .section-panel .card-item {
    margin: 0 0px;
    border-radius: 10px; /*! height: 300px; */
    flex-shrink: 0;
  }
  .section-panel-ads-section {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 5px 0px;
  }
  .slider-panel {
    display: flex;
    overflow-x: auto;
    max-height: 160px;
    overflow-y: hidden;
    scrollbar-width: none;
    margin: 10px 0px;
  }
  .slider-panel .card-item {
    padding: 0 10px;
    margin: 0px;
    border-radius: 10px;
    height: 120px;
    width: 100%;
    flex-shrink: 0;
  }
  .slider-panel .card-item img {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .category-panel .card-item {
    margin: 5px;
    width: 21.5%;
    height: 100%;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
  #toTop {
    background: #fe1616;
    color: var(--white);
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 4px 12px;
    z-index: 1;
  }
}
.dropbtn {
  background-color: #008000;
  color: #fff;
  padding: 3px 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: 700;
}
/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #069c06;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 177px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}
/* .login-background { background: #fe1616; } */
.welcome-box {
  margin-top: 100px;
}
.registration-logo {
  margin: 20px 0px;
}
.modal-mobile {
  padding: 0px;
  justify-content: space-around;
}
.feedback-btn {
  color: #fff;
  background-color: #fe1616;
}
.card-header-bill {
  justify-content: space-between;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .card-header-bill {
    /* justify-content: space-between; */
    display: block;
  }
  .My_order_buttons .order_warning,
  .order_success,
  .order_danger,
  .order_pay {
    display: flex;
    justify-content: center;
    margin: 5px;
    font-weight: bold;
  }

  .alert.alert-secondary.pay_now_button {
    margin-top: 10px;
  }
  .singleorder .card-body {
    padding: 0px;
  }
  #modal_social_sharing .modal-dialog {
    bottom: 0;
    top: 80%;
    margin: 0;
    padding: 0;
  }
  .social_media_card {
    display: flex; /* margin: 10px 5px; */
    flex-wrap: wrap;
  }
  .social_media_card .card-item {
    margin: 10px 0px;
    width: 33%;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
  }
}
.page-top-info {
  background: #d2d2d2;
  padding: 30px 0 20px;
}
.View_Order_Card {
  height: 190px;
}
.card.card-header-tab.card-header.View_Order_Card {
  box-shadow: 2px 1px 5px gray;
  background: white;
}
#ImagesModal .modal-dialog .modal-content {
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  height: 100%;
}
#ImagesModal .modal-dialog {
  width: 100%;
  top: 0;
  height: 100%;
  max-width: 100%;
}
.col-12.col-lg-4.product-details.product-item.productinfo-pricing {
  box-shadow: none;
}
.product-thumbs {
  margin-bottom: 10px;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  overflow-x: scroll;
}
.product-thumbs-track {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: scroll;
}
.product-thumbs .pt {
  width: 80px;
  margin: 0 5px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #e1e0e0;
  border-radius: 5px;
  padding: 0px;
  height: 80px;
}
.product-thumbs .pt:last-child {
  margin-right: 0;
}
.product-thumbs .pt.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #0247bf;
  z-index: 1;
}
.product__details__tab__desc p {
  margin-bottom: 0px;
}
.btn.btn-success.btn-sm .pay_button {
  width: 25%;
}
.required_field {
  color: red;
}
.QR_Code {
  width: 100px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.blink {
  background-color: #fe1616;
  padding: 10px 0px;
}
.blink h4 {
  color: #fff;
  animation: blink 1s step-start 0s infinite;
  text-align: center;
  font-size: 20px;
}
/* .blink small{float: right;} */
.Ad-images {
  width: auto;
  border-radius: 5px;
}
.offer-card {
  box-shadow: 0px 0px 4px 3px gray;
}
.offer-card-header {
  background-color: #000;
  color: #fff;
}
/* .offer-card-body{background-color:#fe1616;} */
/* .offer-card-body .offer-div-one{border: 1px solid red;}
.offer-card-body .offer-div-two{border: 1px solid red;} */
.offer-card-body p {
  font-weight: 600;
}
.blockquote-footer {
  font-weight: 600;
}
.offer-card-header h4 {
  text-transform: uppercase;
  background-color: #c40000;
  padding: 10px 0px;
}
.blink.offer_div_blink {
  width: 100%;
  text-align: center;
}
.blink.offer_div_blink strong {
  color: #fff;
  animation: blink 1s step-start 0s infinite;
  font-size: 20px;
}
/* Additional */
.product-thumbs {
  margin-bottom: 10px;
  display: block;
  flex-shrink: 0;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}
.product-thumbs-track {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: visible;
  scrollbar-width: none;
  position: relative;
}
.product-thumbs .pt {
  width: 80px;
  margin: 0 5px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #e1e0e0;
  border-radius: 5px;
  padding: 0px;
  height: 80px;
  display: inline-block;
}
/* Additional */
@media (max-width: 768px) {
  .product-thumbs {
    margin-bottom: 10px;
    display: flex;
    flex-shrink: 0;
    width: 100%;
    overflow-x: scroll;
  }
  .product-thumbs-track {
    /*! width: 1200px; */
    /*! overflow: scroll; */
    display: flex; /*! width: 100%; */
    flex-shrink: 0;
    flex-grow: 0;
    overflow: scroll;
  }
  .product-thumbs .pt {
    width: 80px; /*! height: 116px; */
    /*! float: left; */
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 1px solid #e1e0e0;
    border-radius: 5px;
    padding: 0px;
    height: 80px;
  }
  .product-thumbs .pt:last-child {
    margin-right: 0;
  }
  .product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #0247bf;
    z-index: 1;
  }
  .product__details__tab__desc p {
    margin-bottom: 0px;
  }
}
.invoice_head {
  font-size: 10px;
}
.owl-dots {
  display: none;
}
#deliveryoption {
  font-weight: bold;
}
/* .section-product-title {
  display: flex;
  justify-content: space-between;
} */
.mobile-nav {
  color: #000;
}
.category-panel a {
  color: #2578c1;
}
.owl-prev,
.owl-next {
  display: none;
}

.order-td-50-right {
  width: 50%;
  text-align: right;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-50-left {
  width: 50%;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-40-right {
  width: 40%;
  text-align: right;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-40-left {
  width: 40%;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-60-right {
  width: 60%;
  text-align: right;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-60-left {
  width: 60%;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-30-right {
  width: 30%;
  text-align: right;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-30-left {
  width: 30%;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-70-right {
  width: 70%;
  text-align: right;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-td-70-left {
  width: 70%;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px;
}
.order-border-top,
.order-border-bottom {
  border-top: 3px solid #eee;
}
.order-bg-color-grey-light {
  background: #eee;
}
.order-bg-color-grey-dark {
  background: #333;
}
.order-bg-color-white {
  background: #fff;
}

#checkout input {
  background-color: #e9ecef;
}

#hover ul li a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: black;
}
.item img {
  border-radius: 15px !important;
}
/* #ModalPopup{
  position: absolute;
  bottom: 0;
} */
#ModalPopup .modal-content {
  background-color: #00000000;
  border: none;
}
/* #ModalPopup .modal-content .close{
  color: red;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 3px;
  /* float: none; */
/* position: inherit;
  right: 0; */
/* position: relative;
  right: -250px;
  top: 0;
} */
#ModalPopup .modal-content .close {
  color: #fff;
  background-color: #f00;
  border: 3px solid #fff;
  border-radius: 50%;
  /* float: none; */
  /* position: inherit;
  right: 0; */
  position: absolute;
  right: 3px;
  top: -10px;
  padding: 1px 6px 4px 6px;
  z-index: 99999;
  opacity: 1;
}
.fa-arrow-left {
  display: none;
}

.owl-carousel-brand .item img {
  width: 150px;
}
/* #ModalPopup .modal-dialog {
  bottom: 10%;
  top: auto;
  position: absolute;
  margin: auto;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 300px;
  max-height: 200px;
} */
#ModalPopup .modal-dialog {
  bottom: 30%;
  top: auto;
  position: absolute;
  margin: auto;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  right: 0%;
}
#main_area img {
  padding-top: 35px;
}
