@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap");
html,
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

h3,
.btn {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

p,
a {
  font-size: 14px;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
img {
  max-width: 100%;
}
.flexEnd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mh__inherit {
  min-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.site__title-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0;
}

.site__title .O {
  position: relative;
}

.site__title .O:after {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(204, 204, 204, 0.25);
}

.site__title .C:after {
  content: "C";
}

.site__title .P:after {
  content: "F & V" !important;
}

.site__title .A:after {
  content: "A";
}

.site__title .B:after {
  content: "B";
}

.scroltop {
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 100px;
  display: none;
  padding: 5px 10px;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 1px solid #fc6f0b;
  border-radius: 50%;
  background-color: #fc6f0b;
}

.scroltop span {
  font-size: 25px;
  color: white;
}

.section__button__link {
  color: #9d0303;
  font-weight: 600;
  font-size: 18px;
}

/* .Wrapper {
  height: 100%;
} */

.text__overline {
  font-size: 13px;
  color: #a0a0a0 !important;
  font-weight: normal !important;
  text-decoration: line-through;
}

.off {
  font-size: 13px;
  color: #2d2d2d;
}

.copyright__bordertop {
  border-top: 1px solid #999999;
}

.product__slider__item {
  /* background: #ccc;*/
  /*border-right: 1px solid #f5f5f5;*/
}

.owl-item {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.product__slider__item-Description {
  background: #fff;
  padding: 10px 5px;
}

.product__slider__item-Description-title {
  font-size: 15px;
  height: inherit !important;
  line-height: 1.3;
  color: #a51e36;
  display: block;
  overflow: hidden;
  font-weight: 700;
}

.product__slider__item-Description-title:hover {
  color: #da961d;
}

.product__slider__item-Description-money {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.overlay__product {
  position: relative;
  background: #fff;
  height: 100%;
  display: block;
  width: 100%;
}

.overlay__product:hover::after {
  opacity: 1;
}

.overlay__product:hover .view__product {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: center;
}

.overlay__product .view__product {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background: #fff;
  color: #2d2d2d;
  padding: 10px 12px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 20%;
  border-radius: 50px;
  font-size: 16px;
  transform: scale(0);
}

.view__product:hover {
  background: #58aacc;
  color: #fff;
}

.badge__product {
  background: #b7602a;
  display: none;
  position: absolute;
  left: 0;
  top: 10px;
  padding: 4px;
  z-index: 4;
}

.badge__product__title {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9;
}

.bg__dark {
  background: #2d2d2d;
}
.badge__product.bg__dark {
  right: 0;
  left: auto;
  display: none;
}

.heading-divider {
  width: 100%;
  height: 2px;
  background: #333333;
  margin: 26px 0;
  display: none;
}

.secondary__product {
  padding: 30px 0;
}

.owl-nav span {
  color: #b7b7b7;
  font-size: 20px;
  width: 35px;
  height: 35px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 35px;
  border: 1px solid #b7b7b7;
}

.bg__light {
  background: #fff;
}

.input__value {
  color: #212121;
  border: 0;
  font-size: 14px;
  display: inline-block;
  width: 40px;
  padding: 3px 10px;
  text-align: center;
}

.product__title {
  /* background: #fafafa; */
  color: #333333;
  font-size: 16px;
  padding: 15px 0;
  font-weight: 600;
}

.specification__title {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
}

#inner__next .category__card {
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 20px rgba(204, 204, 204, 0.566);
  box-shadow: 0 5px 20px rgba(204, 204, 204, 0.566);
}

.text__description {
  margin: 14px 0;
}

.text__description .text__title {
  font-size: 32px;
  padding: 9px 0;
  font-weight: bold;
}

.text__description p {
  text-align: justify;
}

.card {
  border: 0;
  height: 100%;
}

.card .blog-image-img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card .card-body {
  padding: 0;
  position: relative;
  margin-bottom: 1.4rem;
}

.card .card-body .text-muted {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}

.card .card-body .card-title {
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: normal;
  margin-bottom: 0;
}

.card .card-body .card-title a {
  color: #333333;
  font-size: 24px;
}

.card .card-body .card-title a:hover {
  color: #333333;
  text-decoration: none;
}

.card .card-body .card-text {
  padding-top: 12px;
  margin-bottom: 90px;
}

.card .blog-button {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #d1d2d7;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
  color: #d1d2d7;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.card .blog-button:hover {
  color: #fff;
  background: #d91f42;
  border-color: #d91f42;
}

.f__logo img {
  display: none;
}

.dib {
  display: inline-block !important;
}

.login__link {
  padding: 0 7px;
  font-size: 12px;
}

.login__link-a {
  color: #212529;
  text-transform: capitalize;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 600;
}

.login__link-a:hover {
  color: inherit;
}

.scroll__logo {
  display: none !important;
  float: left;
}

.scroll__logo-img {
  max-width: 150px !important;
}

.cross__dismiss i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #333333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cross__dismiss i:hover {
  background: #e90202;
}
.cart {
  cursor: pointer;
}
.cart__reduce {
  text-align: center;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.cart__reduce-title {
  color: #2d2d2d;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.cart__reduce-price {
  color: #f57224;
}

.cart__button__item {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart__button__item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.cart__button__item-btn {
  border-radius: 3px;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  display: block;
  margin: 10px auto;
}

.cart__button__item-btn:hover {
  color: #fff;
}

.primary__button-cart {
  background: #b5485c;
}

.secondary__button-cart {
  background: #af9067;
}

.__price {
  font-weight: 600;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.__large {
  font-size: 18px !important;
}

.subtotal-title {
  font-size: 18px !important;
}

.total-title {
  font-size: 22px !important;
}

.side__cart-brb {
  border-bottom: 1px solid #ccc8c8;
}

.form-check-label  {
  font-size: 13px;
  font-weight:800;
}
.form-check-label a{
     text-transform:capitalize;
 
}
.added__cart {
  overflow-x: auto;
}
.text-green{
    color:green;
}
.checkout-model .modal-content .modal-body .table-bordered thead th{
background:#a51e36;
color:#fff;
}

/*review box*/
.review-box{
    background:#f1f1f1;
}
.review-form-box, .review-list-box{
    margin-top:30px;
    background-color:#fff;
    padding:15px;
    border-radius:5px;
    height:100%;
}
.review-box-title{
   border-bottom:1px solid #a51e36 ; 
   padding-bottom:10px;
}
.review-box-title h5{
    color:#a51e36;
   font-weight:700; 
}
@media(max-width:768px){
    .added__cart{
        margin-top:80px;
    }
     .added__cart .table{
       overflow-x:scroll !important;  
     }
}
.added__cart-table th {
  text-transform: uppercase;
  font-size: 14px;
  border-top: none;
}

.added__cart-table td {
  vertical-align: middle;
}

.added__cart-table td::after {
  content: "";
  display: block;
  clear: both;
}

.added__cart-table tr:not(:last-child) {
  border-bottom: 1px dotted #d2d2d2;
}

.added__cart-table .cart__dismiss {
  cursor: pointer;
  float: right;
  overflow: hidden;
}

.added__cart-table .list__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.added__cart-table .list__cart__image {
  width: 150px;
  margin-right:15px;
}

.added__cart-table .list__cart__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.added__cart-table .list__cart-title {
  font-size: 14px;
  font-weight:800;
}

.overflow-x-auto {
  overflow-x: auto;
}

@media (min-width: 992px) {
  .text__description {
    margin: 30px 0;
    margin-bottom: 40px;
  }
  .text__description .text__title {
    font-size: 32px;
    padding: 10px 0;
  }

  /*  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {*/
  /*    float: left;*/
  /*}*/
}

@media (min-width: 1200px) {
  #inner__next {
    padding: 20px 0;
  }
  #inner__next .category__card__image {
    max-width: 188px;
    height: 165px;
  }
  #inner__next .category__card__image-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #inner__next .category__card__body__cart-btn {
    padding: 7px 10px;
  }

  /*  .col-md-5th-1 {*/
  /*    width: 20%;*/
  /*    padding: 0 15px;*/
  /*}*/
}

/*----------------------------------
index.php css starts
--------------------------------*/
#top__section {
  padding: 0 !important;
  background: #fff;
}

#top__section .logo__image-img {
  max-width: 106px;
  transition: 500ms ease all;
}

#top__section .search__box-form {
  position: relative;
}

#top__section .search__box-input {
  border: 1px solid #a51e36;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}

#top__section .search__box-input::-webkit-input-placeholder {
  font-size: 13px;
}

#top__section .search__box-input:-ms-input-placeholder {
  font-size: 13px;
}

#top__section .search__box-input::-ms-input-placeholder {
  font-size: 13px;
}

#top__section .search__box-input::placeholder {
  font-size: 13px;
}

#top__section .search__box-button {
  background: #a51e36;
  border-radius: 0;
  padding: 2px 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  transition: 500ms ease all;
}

#top__section .search__box-button:hover {
  background: #fa8f01;
}

#top__section .search__box-button i {
  color: #fff;
}

#top__section .cart {
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-right: 30px;
}

a.wish-list {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
}

a.wish-list i {
  margin-right: 7px;
}

.cart-list-menu {
  font-size: 16px;
}

a.wish-list i,
.cart-list-menu i {
  color: #f21212;
  font-size: 19px;
}

#top__section .cart-title {
  vertical-align: middle;
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 600;
  font-size: 13px;
}

#top__section .cart__dropdown-icon {
  font-weight: 300;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}

#top__section .cart__dropdown {
  position: absolute;
  top: 100%;
  width: 300px;
  right: -50%;
  background: #fff;
  z-index: 999999;
  border-radius: 3px;
  transform: translateY(2em) translate(30%, 0);
  opacity: 0;
  transition: 500ms ease all;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform-origin: top center;
  visibility: hidden;
}

/*.cart:hover .cart__dropdown {*/
/*  transform: translateY(0) translate(30%, 0) !important;*/
/*  opacity: 1 !important;*/
/*  visibility: visible !important;*/
/*}*/

#top__section .cart__dropdown__list {
  border-bottom: 1px dotted #eee;
  max-height: 400px;
  overflow-y: auto;
}

#top__section .cart__dropdown__list_item__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

#top__section .cart__dropdown__list_item__card:hover {
  background: #f2f3f5;
}

#top__section .cart__dropdown__list_item__card__image {
  width: 20%;
  height: 60px;
  margin-right: 10px;
}

#top__section .cart__dropdown__list_item__card__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#top__section .cart__dropdown__list_item__card__Description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 70%;
}

#top__section .cart__dropdown__list_item__card__Description .cart--title-a {
  font-weight: 700;
  font-size: 10px;
  color: #505763;
  margin-bottom: 10px;
  /*height: 17px;*/
  display: block;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}

#top__section .cart__dropdown__list_item__card__Description .cart--para {
  color: #686f7a;
  font-size: 11px;
  margin-bottom: 0;
}

#top__section .cart__dropdown__list_item__card__Description .cart--dollar {
  font-weight: 600;
  color: #2d2d2d;
  font-size: 13px;
}

#top__section .cart .cart__button__item-btn {
  max-width: 100px;
}

#top__section .header__social {
  margin-left: 7px;
}

#top__section .header__social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top__section .header__social__links-link {
  margin-left: 5px;
  margin-right: 5px;
}

#top__section .header__social__links-link i {
  color: #333;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
}

#banner__section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media(max-width:768px){
    #banner__section {
  margin-top:78px;
}
}
#banner__section .banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

#banner__section .banner__text__title {
  font-family: "Fjalla One", sans-serif;
  text-transform: capitalize;
  color: #8c0a08;
  font-size: 20px;
}

#banner__section .banner__text__para {
  color: #333333;
  font-size: 14px;
  padding: 15px 0;
}

#banner__section .banner__text__button {
  background: #333333;
  color: #fff;
  padding: 8px;
}

#collection__section .collection__Description {
  margin: 20px 0;
}

#collection__section .collection__Description__title {
  font-size: 20px;
}

#collection__section .collection__Description__para {
  padding: 10px 0;
}

#product__section .product__slider,
#product__section .six__slider,
#product__section__2 .product__slider,
#product__section__2 .six__slider {
  position: relative;
}

#product__section .product__slider .owl-nav,
#product__section .six__slider .owl-nav,
#product__section__2 .product__slider .owl-nav,
#product__section__2 .six__slider .owl-nav {
  display: block;
}

#product__section .product__slider .owl-nav button:hover,
#product__section .six__slider .owl-nav button:hover,
#product__section__2 .product__slider .owl-nav button:hover,
#product__section__2 .six__slider .owl-nav button:hover {
  background: none;
  color: #333333;
}

#product__section .product__slider .owl-nav button:focus,
#product__section .six__slider .owl-nav button:focus,
#product__section__2 .product__slider .owl-nav button:focus,
#product__section__2 .six__slider .owl-nav button:focus {
  outline: none;
}

#product__section .product__slider .owl-nav .owl-next,
#product__section .six__slider .owl-nav .owl-next,
#product__section__2 .product__slider .owl-nav .owl-next,
#product__section__2 .six__slider .owl-nav .owl-next {
  position: absolute;
  left: 94%;
  top: 33%;
  -webkit-transform: translateY(-33%);
  transform: translateY(-33%);
}

#product__section .product__slider .owl-nav .owl-prev,
#product__section .six__slider .owl-nav .owl-prev,
#product__section__2 .product__slider .owl-nav .owl-prev,
#product__section__2 .six__slider .owl-nav .owl-prev {
  position: absolute;
  right: 94%;
  top: 33%;
  -webkit-transform: translateY(-33%);
  transform: translateY(-33%);
}

#product__section .product__slider .owl-dots,
#product__section .six__slider .owl-dots,
#product__section__2 .product__slider .owl-dots,
#product__section__2 .six__slider .owl-dots {
  display: none;
}

#product__section .six__slider .product__slider__item-img,
#product__section__2 .six__slider .product__slider__item-img {
  height: 263.516px;
  -o-object-fit: cover;
  object-fit: cover;
}

#product__section .six__slider .product__slider__item-Description-title,
#product__section__2 .six__slider .product__slider__item-Description-title {
  height: 82px;
}

#product__section .product__slider__item-img,
#product__section__2 .product__slider__item-img {
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

#product__section__2 .product__slider__item .overlay__product .view__product {
  top: 60%;
  left: 15px;
  right: 15px;
  text-align: center;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  padding: 5px 12px;
}

#product__image__section {
  padding: 20px 0 !important;
}

#product__image__section .product__image {
  /*  max-height: 500px;*/
  margin-bottom: 30px;
  height: 300px;
  overflow: hidden;
}

.product__image__section .wrapper {
  height: 300px;
  overflow: hidden;
}

#product__image__section .product__image-img {
  width: 100%;
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

/*----------------------------------#top__section

index.php css ends
--------------------------------*/
/*----------------------------------
footer.php css starts
--------------------------------*/
#footer__widget {
  background: #3a1018;
  padding-top: 30px;
  color: #fff;
}

#footer__widget .footer__Column-title {
  padding-bottom: 20px;
}

#footer__widget .footer__Column__nav {
  margin-bottom: 12px;
}

#footer__widget .footer__Column__nav__item__link {
  color: #fff;
  text-transform: capitalize;
  transition: 300ms ease all;
}

#footer__widget .footer__Column__nav__item__link:hover {
  color: #fc6f0b;
}

#footer__widget .footer__Column__social li {
  display: inline-block;
  margin-right: 10px;
}

#footer__widget .footer__Column__social__links i {
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #ae354a;
  border-radius: 50%;
  transition: 300ms ease all;
}

#footer__widget .footer__Column__social__links i:hover {
  background-color: #fc6f0b;
  color: #fff;
}

#footer__widget .subscribe-title {
  padding: 15px 0;
}

#footer__widget .subscribe {
  position: relative;
}

#footer__widget .subscribe__input {
  background: #333333;
  border: 1px solid #484848;
  border-radius: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

#footer__widget .subscribe__input::-webkit-input-placeholder {
  font-size: 12px;
}

#footer__widget .subscribe__input:-ms-input-placeholder {
  font-size: 12px;
}

#footer__widget .subscribe__input::-ms-input-placeholder {
  font-size: 12px;
}

#footer__widget .subscribe__input::placeholder {
  font-size: 12px;
}

#footer__widget .subscribe__button {
  position: absolute;
  right: 0;
  background: #fc6f0b;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: inherit;
}

/*----------------------------------
footer.php css ends
--------------------------------*/
/*----------------------------------
megamenu.php css starts
--------------------------------*/
.mega-menu-box__column {
  margin-bottom: 6px;
}

/*.mega-menu-box__title {*/
/*  font: 14px/150% OpenSans-Regular, Airal, sans-serif;*/
/*  color: #666;*/
/*  font-weight: bold;*/
/*  text-transform: uppercase;*/
/*  padding: 4px 0;*/
/*}*/

.mega-menu-box__list__item {
  padding: 2px 0;
}

.mega-menu-box__list__item__link {
  font-size: 14px !important;
  text-transform: capitalize !important;
}

/*----------------------------------
megamenu.php css ends
--------------------------------*/
/*# sourceMappingURL=style.css.map */

/*h2.mega-menu-box__title a {*/
/*    color: black;*/
/*}*/
.form-control.btn.quantity_Carrier {
  width: 30px;
  height:18px;
  padding: 5px;
  background: darkblue;
  color: white;
  font-size:12px;
}
button.btn.btn-info.quantity_control_button {
  font-size: 8px;
  padding: 2px 5px;
}

.added__cart-table .cart__dismiss {
  background: #c61212;
  padding: 2px 7px;
  border-radius: 50%;
  color:#fff;
  font-size:12px;
}

.error {
  background-color: #ff572273;
  padding: 10px 15px;
  color: #753a07;
}

.total_count {
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  background: #ff6b01;
  border-radius: 10px;
  padding: 1px 4px;
  font-size: 11px;
  font-weight: 400;
  color: white;
}

.m_b30 {
  margin-bottom: 30px;
}

.extra_link {
  width: 100%;
}

/*============== css added by sushila =================*/
.banner-static {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  padding-top: 30px;
}

.banner-static .banner-icon {
  /*width: 4rem;*/
  float: left;
}

.banner-static .banner-content {
  margin-left: 55px;
  text-align: left;
}

.banner-static h2 {
  font-size: 16px;
  color: #222222;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.banner-static p {
  font-size: 13px;
  color: #777777;
  margin: 1rem 0 0;
  line-height: 1.5;
}

.banner-icon i {
  font-size: 35px;
  color: #f69321;
}

/*trending Products*/

.products-container {
  margin: 30px 0 0 0;
}

.block-title {
  position: relative;
  text-align: center;
  width: 100%;
}

.block-title h3 {
  font-size: 35px;
  text-transform: capitalize;
  display: block;
  margin: 0;
  color: #222222;
  letter-spacing: 0;
  font-weight: 500;
}

.block-title p {
  font-size: 1.5rem;
  color: #929292;
  font-style: italic;
  font-family: "Playfair Display", serif;
  margin: 0 0 0.2rem;
}

.product-fullwith-block {
  width: 100%;
  display: block;
  /* margin-top: 30px; */
}

.product-fullwith-block .row {
    
    margin:0;
}

.product-item {
  text-align: center;
  margin-bottom: 9px;
  background:#fff;
  height:100%;
}

.product-item-img {
  width: 100%;
  float: left;
}
.product-item .rating-stars .rate-count,
.product__slider__item .rating-stars .rate-count{
    background: #a51e36;
    color: #fff;
    padding: 0px 8px;
    border-radius: 4px;
    font-size:14px;
}
.product-item .rating-stars .rate-count,
.product-item  .rating-stars ul, 
.product-item  .rating-stars ul li,
.product__slider__item .rating-stars .rate-count,
.product__slider__item .rating-stars ul,
.product__slider__item  .rating-stars ul li{
    display:inline-block;
    
}
.product-item  .rating-stars ul li  .fa{
    font-size:14px;
}
.price-box{
    height:50px;
}
/* new css */

.menu-product {
  text-align: center;
  display: block;
  position: relative;
}

.menu-product img {
  height: 200px;
}

.drop-item-list {
  border: 1px solid #f5f5f5;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.drop-item-list .mega-menu-box__column {
  margin: 0;
}

.drop-menu-prod-content {
  padding: 20px 10px;
  text-align: center;
  background: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 10px;
}

.price_wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.price_wrapp p {
  margin: 0;
  font-size: 11px;
  color: #a0a0a0;
  font-weight: 600;
}

.price_wrapp p.dis_price {
  text-decoration: line-through;
}

.price_wrapp p.real_price {
  font-size: 12px;
  color: #424242;
  font-weight: 700;
  margin-left: 7px;
}

.pro_detail {
  font-size: 12px;
  background: #dc3545;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
  display: block;
  max-width: 100px;
  margin: 0 auto;
  border-radius: 3px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.price-tag {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  height: 20px;
  margin-left: 10px;
  padding: 0 5px 0 10px;
  top: 2px;
  left: 0;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background-color: #f69321;
  line-height: 1;
  justify-content: center;
}

.price-tag::before {
  position: absolute;
  content: "";
  left: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border-radius: 0 0 0 4px;
  background-color: #f69321;
}

.price-tag span {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 600;
}

.price-tag::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  left: -10px;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) translateX(10px);
  border-radius: 3px;
  background-color: #fff;
}

.dropdown-plus {
  z-index: 5;
}

.slider__banner__item__image img {
  height: auto !important;
  object-fit: cover;
}

.overlay__product {
  text-align: center;
  overflow: hidden;
}

.overlay__product img {
  height: 150px !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto;
  transition: 300ms ease all;
  transform: scale(1);
  overflow: hidden;
}

.overlay__product:hover img {
  transform: scale(1.2);
}

.brand-section {
  background: #f5f5f5;
  padding: 60px 0 !important;
}

.slider__banner__item__image {
  position: relative;
}

.slider-btn {
  position: absolute;
  top: 87%;
  left: 46%;
  transform: translate(-20%, -30%);
  background: #f15b2a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: none;
  padding-right: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: 300ms ease all;
}

.slider-btn:hover {
  background: #d64a1d;
}

.slider-btn:hover span {
  background-color: #d64a1d;
}

.slider-btn span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #f69322;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: 300ms ease all;
}

.slider-btn i {
  font-size: 16px;
}

.slider-btn:hover {
  text-decoration: none;
  color: #fff;
}

/* new section css */

.new-sec-title {
  margin-bottom: 30px;
}

.recent-prod-wrapper {
  background: #fff;
  margin-bottom: 0;
  transition: 300ms ease all;
}

.recent-prod-wrapper:hover {
  box-shadow: 0 5px 49px -12px rgba(0, 0, 0, 0.75);
  z-index: 6;
  position: relative;
}

.recent-content {
  background: #fff;
  padding: 10px;
}

.whole-cart-wrapp,
.cart_list {
  display: flex;
  align-items: center;
}

.cart_list {
  margin-bottom: 0;
}

.qty-wrapper {
  display: flex;
  margin-bottom: 15px;
}

.qty-wrapper span {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border: none;
  display: block;
  font-size: 14px;
  background: #c7c7c7;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}

.qty-wrapper span:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.qty-wrapper span:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.qty-wrapper p,
.cart_list p {
  margin: 0;
}

.qty-input {
  height: 20px;
  outline: none;
  width: 35px;
  /*line-height: 30px;*/
  text-align: center;
  font-size: 14px;
  border: none;
  border-right: none;
}

.qty-input1 {
  height: 20px;
  outline: none;
  width: 35px;
  /*line-height: 30px;*/
  text-align: center;
  font-size: 14px;
  border: none;
  border-right: none;
}

/* .qty-wrapper span:nth-child(1)
{

  border-bottom: none;
} */

.whole-cart-wrapp {
  justify-content: space-between;
  /*padding: 10px 0;*/
  padding-bottom: 0;
  flex-direction: column;
}

.add_cart_btn {
  background: #af9067;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  transition: 300ms ease all;
  padding: 4px 10px;
  border-radius: 3px;
}

.add_cart_btn i {
  margin-left: 7px;
  font-size: 14px;
}

.add_cart_btn:hover {
  background: #ff6b01;
  color: #fff;
}

/* new sticky css only */

.whole-header.sticky {
  transition: 500ms ease all;
}

.whole-header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.top-wish-cart {
  transition: 500ms ease all;
  height: 29px;
}

.sticky .top-wish-cart {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.sticky .logo__image-img {
  height: 50px !important;
  width: auto;
}

.sticky .scroll__logo-img {
  display: none;
}

.sticky #top__section {
  padding-top: 0 !important;
}

.sticky #top__section .cart {
  display: inline-block !important;
}

.sticky .cart-list-menu {
  font-size: 16px !important;
}

.sticky .navik-menu > ul > li > a {
  line-height: inherit;
  height: inherit;
  padding: 7px 20px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.sticky .navik-header-container {
  height: inherit;
}

.sticky .navik-header {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.sticky #top__section .search__box-button {
  font-size: 13px;
}

.header-shadow-wrapper {
  display: none;
}

.burger-menu {
  top: 0;
  z-index: 99999;
}
/* new sticky css only */

.ad-section {
  margin-top: 20px;
}

.ad-wrapper {
  display: block;
}

.ad-wrapper img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.why-wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapp,
.types-wrapper {
  display: flex;
  align-items: center;
}

.why-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #696564;
}

.wrapp {
  padding: 15px 20px;
  /*background: #f15b2a;*/
}

.why-col-wrapper:nth-child(2) .wrapp {
  /*background: #f56738;*/
}

.why-col-wrapper:nth-child(3) .wrapp {
  /*background: #f77245;*/
}

.why-col-wrapper:nth-child(4) .wrapp {
  /*background: #fb835a;*/
}

.banner-icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
}

.new-title {
  display: flex;
  margin-bottom: 15px;
}

.title_wrapp i {
  background: #ff6b01;
  padding: 10px;
  font-size: 20px;
  color: #fff;
}

.title-link {
  background: #333;
  display: inline-block;
  padding: 8px 20px;
}

.title_wrapp h2 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.title_wrapp h2:hover {
  text-decoration: underline;
}

.ps__title {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  text-transform: normal !important;
}

.prod-detail {
  padding-bottom: 0 !important;
}

.single__post__Description__money-r {
  font-size: 16px;
}

.category__card__image {
  text-align: center;
  background-color: #fff;
}

.category__card__image-img {
  width: auto !important;
  height: 200px !important;
  -o-object-fit: inherit;
  object-fit: inherit;
  max-width: 100%;
  text-align: center;
}

.havepad-btn {
  padding-bottom: 20px;
}
.havepad-top {
  padding-top: 20px;
}

/* column modification css */

.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 {
  float: left;
}

.col-xs-5th-1 {
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5th-1,
  .col-sm-5th-2,
  .col-sm-5th-3,
  .col-sm-5th-4 {
    float: left;
  }

  .col-sm-5th-5 {
    float: left;
    width: 100%;
  }

  .col-md-5th-1 {
    width: 50%;
    padding: 0 15px;
  }

  .col-sm-5th-1 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5th-1,
  .col-md-5th-2,
  .col-md-5th-3,
  .col-md-5th-4 {
    float: left;
  }

  .col-md-5th-1 {
    width: 20%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th-1,
  .col-lg-5th-2,
  .col-lg-5th-3,
  .col-lg-5th-4 {
    float: left;
  }

  .col-lg-5th-5 {
    float: left;
    width: 100%;
  }

  .col-md-5th-1 {
    width: 20%;
    padding: 0 15px;
  }

  .col-lg-5th-1 {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .col-md-5th-1 {
    width: 100%;
    padding: 0 15px;
  }
}

/* column modification css ends */

/* new css */

.btn-warning {
  padding: 7px 15px !important;
  font-size: 14px !important;
  line-height: 14px !important;
}
/*
.cat_wrapper {

  display: flex;
  border-color: #f5f5f5 !important;
}

.cat_body,
.cat_image {

  width: 50%;
}

.cat_body {

  background: #f5f5f5;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
} */

.cat_body {
  background: #f5f5f5;
}

.list_cart_btn {
  /* padding: 0 !important; */
  border-radius: 3px;
}

.wrapper_wrapp {
  display: flex;
}

/*.wrapper_wrapp .Wrapper {*/
/*  width: 50%;*/
/*}*/

/*#exzoom {*/
/*  width: 360px !important;*/
/*}*/

.detail-cart-wrapp {
  flex-direction: row;
  align-items: center;
}

.detail-cart-wrapp button {
  border: none;
  outline: none;
}

.detail-cart-wrapp .cart_list {
  margin-bottom: 0;
  margin-right: 20px;
}

.detail-cart-wrapp .qty-input {
  width: 30px;
}
.detail-cart-wrapp .qty-wrapper span {
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.detail_cart {
  display: flex;
}

.detail_cart .category__card__body,
.detail_cart .category__card__image {
  width: 50%;
}

.detail_cart .category__card__body {
  background: #f5f5f5 !important;
  padding: 10px;
}

.detail_cart button {
  /* padding: 0 !important; */
  font-size: 11px;
  border-radius: 3px;
}

.detail_background {
  background: transparent;
}

.related_prod {
  background: #fff;
}

#single__product__section .single__post {
  padding: 50px 15px !important;
}

.small-menu {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 999999999;
}

section.whole-header.desktopmenu {
  z-index: 999;
  background: #fff;
}
/*
#responsive_nav {

  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  z-index: 99999;
} */

.slider__banner .owl-carousel .owl-dots.disabled,
.slider__banner .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.slider__banner .owl-next,
.slider__banner .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 6;
  font-size: 40px !important;
  color: #fff !important;
}

.slider__banner .owl-prev {
  left: 20px;
}

.slider__banner .owl-next {
  right: 0;
}

.mega-menu-fullwidth-container a {
  padding: 8px 10px;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  color: #424242;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 600;
  transition: 300ms ease all;
}

.mega-menu-fullwidth-container a:hover:before {
  padding-left: 10px;
}
.mega-menu-fullwidth-container a:hover {
  padding-left: 30px;
  color: #58b1d6;
}

.mega-menu-fullwidth-container a::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: fontawesome;
  font-weight: 300;
  font-size: 11px;
  color: #f3bf36;
  transition: 300ms ease all;
}

.slider__banner {
  overflow: hidden;
}

.slider__banner .owl-nav button.owl-next,
.slider__banner .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  transition: 500ms ease all;
  display: none;
}

.slider__banner:hover .owl-nav button.owl-prev {
  left: 20px;
}

.slider__banner .owl-nav button.owl-prev {
  left: -20em;
}

.slider__banner:hover .owl-nav button.owl-next {
  right: 20px;
}

.slider__banner .owl-nav button.owl-next {
  right: -20em;
}

.slider__banner .owl-nav span {
  font-size: 80px;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  line-height: 0;
  height: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.slider__banner .owl-nav button:hover,
.slider__banner .owl-nav button:focus {
  background: transparent;
  outline: none;
  border: none;
}

.mega-menu-container {
  padding: 15px !important;
}

.navik-menu li.mega-menu > ul {
  background: #f7f8ff;
}

section#product__section {
  padding-top: 15px;
  margin-bottom: 15px;
}

.dropdown-plus:before,
.dropdown-plus:after {
  top: 16px !important;
}

/* new csss  */

.number_box {
  margin-top: 15px;
  color: #eaeaea;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
}

.number_box i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #f15b2a;
  display: none;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.number_box img {
  width: 50px;
  height: auto;
}

.tabel-wrapper table thead {
  background: #eff0f4;
}

.tabel-wrapper table thead tr th,
.tabel-wrapper table tbody tr td {
  border-right: 1px solid #d2d2d2;
  font-size: 14px;
}

.tabel-wrapper table tbody tr {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}

.tabel-wrapper table thead tr {
  border-left: 1px solid #d2d2d2;
}

.tabel-wrapper table tbody tr td {
  font-size: 13px;
  font-weight: 600;
  color: #696969;
}

.banner-icon {
  position: relative;
}

/* .banner-icon::before {

  content: "\f95c";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  font-family: "Font Awesome 5 Free";

} */

.banner-icon img {
  max-width: 45px;
}

.sale-image {
  margin: 0 auto;
  height: inherit !important;
  max-height: inherit !important;
}

.sale-image a {
  display: block;
}

.sale-image a img {
  max-width: 100%;
  width: auto;
  height: 200px;
}

.cross__dismiss {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
}

.cart-content {
  padding: 15px;
  font-size: 12px;
}

.side__cart__list li:first-child {
  border-bottom: 1px solid #ccc8c8;
}

.side__cart__list li:last-child {
  border-bottom: inherit !important;
}

.side__cart-body {
  border: inherit !important;
}

/* new css */

.best-seller-section {
  background-color: #f2f2f2;
  margin: 0;
  padding: 15px 0;
}

.best-seller-column {
  padding: 0 5px;
}

.sub-menu-parent {
  position: relative;
  max-width: 250px;
}

.sub-menu-parent span,
.sub-menu-parent a {
  padding: 10px;
  display: inline-block;
  background: #f5f5f5;
  color: #333;
  min-width: 250px;
  font-weight: 600;
  cursor: pointer;
}

#mega-menu-parent {
  display: block;
  max-width: 250px;
}

#mega-menu-parent a {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  max-width: 250px;
  background: #58aacc;
  display: block;
  position: relative;
}

#drop-menu-wrapper li a {
  background: transparent;
  padding: 2px 10px;
}

.sub-menu-parent span::before,
.sub-menu-parent a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 8px;
  bottom: -5px;
  font-family: fontawesome;
  font-size: 20px;
  transform: translate(0, -50%);
  color: #333;
}

.sub-menu-parent span i,
.sub-menu-parent a i {
  margin-right: 15px;
  color: #ff6b01;
  font-size: 20px;
}

#main-sub-menu-container {
  transform: scaleX(0);
  transform-origin: left;
}

#main-sub-menu-container.open {
  transform: scaleX(1);
}

.sticky-menu ul.sub-menu-container {
  transform: scaleY(0);
}

.sub-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-height: 400px;
  max-height: 400px;
  transition: 300ms ease all;
  display: block;
}

.drop-icon {
  font-size: 14px !important;
  font-weight: 300;
  position: absolute;
  top: 19px;
  right: 20%;
  transform: translate(-20%, -50%);
  color: #d1d1d1;
  display: none;
}

.final-sub-menu-parent a .drop-icon {
  color: #333;
}

.sub-menu-parent:hover .sub-menu-container {
  transform: scaleY(1);
}

.sub-menu-container li {
  width: 100%;
  position: static;
}

.sub-menu-container li a {
  color: #656565;
  padding: 8px 15px;
  font-size: 12px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  background: #fff;
  font-weight: 600;
  position: relative;
}

.sub-menu-container li a:hover {
  background: #f2f2f2;
}

.final-sub-menu-parent a {
  position: relative;
}

.final-sub-menu-parent a::before {
  content: "\f107";
  position: absolute;
  transform: rotate(-90deg);
  color: #333;
  bottom: 0;
  right: 0;
  font-size: 14px;
  top: 4px;
  font-family: fontawesome;
  transition: 300ms ease all;
}

.final-sub-menu-parent a:hover::before {
  opacity: 1;
}

/* mega css */

.owl-nav {
  position: absolute;
  top: -57px;
  right: 35px;
}

.padding-wrapper {
  padding: 5px;
}

.logo__image {
  margin: 10px 0;
  margin-top: 0;
}

.final-sub-menu-parent,
.second-sub-menu-parent {
  position: relative;
}

.final-sub-menu-parent a:hover {
  background: #fff !important;
  color: #333;
}

.finale-sub-menu,
.second-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  transition: 300ms ease all;
  background: #fff;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 999;
}

.final-sub-menu-parent:hover .finale-sub-menu,
.second-sub-menu-parent:hover .second-sub-menu {
  opacity: 1;
  visibility: visible;
}

.second-sub-menu li {
  display: block;
  position: static;
}

.second-sub-menu li a {
  background: transparent;
  padding: 7px 10px;
  font-weight: 400;
  color: #424242;
  border-bottom: 1px solid #f7f7f7;
}

ul.finale-sub-menu {
  min-height: 400px;
  background: #fff;
  border-top: 5px solid #fa8f01;
  max-height: 400px;
  white-space: nowrap;
  overflow-y: auto;
  left: 100%;
  top: 0;
}

ul.finale-sub-menu li a {
  border: none;
  padding: 5px 10px;
  color: #333;
}

ul.finale-sub-menu li a:hover {
  background: transparent;
  color: #ff6b01;
}

ul.finale-sub-menu li a::before {
  display: none;
}

.sticky .sub-menu-parent a {
  font-size: 12px;
  padding: 7px 10px;
}

.sticky .sub-menu-parent a i {
  font-size: 16px;
}

.navigation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky .sub-menu-parent a::before {
  font-size: 18px;
  color: #7b7a7a;
}

.top-menu-bar {
  position: fixed;
  top: 35px;
  right: 15px;
  z-index: 999999;
  transition: 500ms;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  display: none;
}
.sticky .top-menu-bar {
  top: 23px;
}

span.menu-line {
  display: block;
  width: 30px;
  height: 2px;
  background: #424242;
  margin: 5px 0;
  transition: 500ms;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
  transform: rotate(45deg) translateX(10px);
}

.top-menu-bar.active span.menu-line:nth-child(2) {
  opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(3) {
  transform: rotate(-45deg) translateX(10px);
}

.burger-menu {
  display: none;
}

.ad-image {
  display: block;
  margin-bottom: 30px;
}

.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-detail {
  display: flex;
  justify-content: space-around;
  width: 70%;
}

.contact-detail p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: 500ms ease all;
}

.contact-detail p i {
  font-size: 20px;
  color: #1685bd;
  margin-right: 15px;
  text-align: center;
}

.sticky .contact-detail p {
  font-size: 12px;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #d4d4d4;
  font-size: 13px;
  font-weight: 600;
}

nav ul li a:hover {
  color: #fa8f01;
}

/* new css */

.navik-header {
  background: #040203;
  border: none;
    position:relative;
  transition: 500ms ease all;
}

.order li {
  display: inline-block;
  font-size: 14px;
  margin: 0 15px;
  font-weight: 600;
}

.order li a img {
  width: 16px;
  height: auto;
  margin-right: 10px;
}

.order li a {
  color: #484848;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.cart-wish-wrapp {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
}

.order-title {
  font-size: 16px;
  text-transform: uppercase;
}

ul.order {
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.front-cart {
  display: none;
}

.big-ad {
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.big-ad::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleX(0);
  transform-origin: left;
  transition: 300ms ease all;
}

.big-ad::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleX(0);
  transform-origin: right;
  transition: 300ms ease all;
}

.big-ad:hover:after,
.big-ad:hover:before {
  transform: scaleX(1);
}

.detail-cart-wrapp .add_cart_btn {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid;
}

.wish-buy-wrapp {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}

.wish-buy-wrapp button {
  background: #b5485c;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  border: none;
  font-weight: 600;
  outline: none;
  border-radius: 3px;
  display: block;
  width: 150px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.wish-buy-wrapp button:last-child {
  border: none;
  display: inline-block;
  background: #af9067;
  color: #ffffff;
}

.wish-buy-wrapp button:hover {
  background: #fa8f01;
}

.wish-buy-wrapp button i {
  margin-right: 7px;
  color: #fa8f01;
}

.services-section {
  /*background: #3d3d3d;*/
  padding: 20px 0 0;
}

.service-wrapper {
  text-align: center;
}

/*.service-image-wrapp {*/
/*  text-align: center;*/
/*  margin-bottom: 10px;*/
/*  height: 70px;*/
/*  width: 70px;*/
/*  line-height: 70px;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  margin: 0 auto;*/
/*  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  background: dimgrey;*/
/*  margin-bottom: 10px;*/
/*}*/

.service-image-wrapp img {
    width: 40px;
    height: auto;
 
}

.service-wrapper h3 {
    font-size: 9px;
    font-weight: 600;
    color: #7b7b7b;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.far, .fas{
        font-size: 20px;
    color: #af3837;
}
span.search-button {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fa8f01;
  text-align: center;
  display: block;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  margin-left: 15px;
  display: none;
}

/*form.small-search {*/
/*  position: fixed;*/
/*  background: #000000a8;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 99999999;*/
/*  left: -100%;*/
/*  top: 0;*/
/*  text-align: left;*/
/*  transition: 500ms ease all;*/
/*}*/

form.small-search {
    position: fixed;
    background:#fff;
    width: 96.555%;
    z-index: 999;
    top: 6px;
    text-align: left;
    transition: 500ms ease all;
    left: 6px;
    border: none;
    margin: 0 auto;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}
.small-search input{
    font-size:18px !important;
    border-radius:0;
    padding:15px;
    padding-left:0;
}
.small-search button .fa-search:before {
    font-size:20px;
}
@media(min-width:768px){
    form.small-search {
    display:none;
}
}
.small-search input,
.small-search button {
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  display: inline-block;
  float: left;
}
.small-search input{
    padding-left:0;
}
.small-search input {
  width: 87.8%;
}

.small-search button {
  width: 7%;
  background: #fff;
  color: #888;
  padding: 17.29999px;
}

span.close-btn {
  position: fixed;
  top: -100%;
  right: 0;
  background: #f21212;
  height: 41px;
  width: 40px;
  line-height: 41px;
  text-align: center;
  color: #fff;
  z-index: 999999999;
  cursor: pointer;
  transition: 500ms ease all;
  transition-delay: 0.5s;
}

form.small-search.open {
  left: 0;
}

span.close-btn.active {
  top: 0;
}

/*.Wrapper.top-cart-wish-wrapper {*/
/*  text-align: right;*/
/*}*/

.wish-list-wrapper {
  padding: 40px 0;
}

.wish-table thead {
  background: #383838;
}

.wish-table thead tr th {
  color: #fff;
}

.wish-table tbody tr th,
.wish-table tbody tr td,
.wish-table thead tr th {
  border: 1px solid #e2e2e2;
  text-align: center;
}

h3.wish-title a {
  font-size: 13px;
  font-weight: 600;
  color: #fa8f01;
}

span.wish-close {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 0 !important;
  background: #f21212 !important;
  font-size: 12px;
  float: none !important;
  margin: 0 auto !important;
  border-radius: 50%;
  cursor: pointer;
}

.product__slider .owl-stage {
  padding: 10px 0;
}

.product__slider__item {
  overflow: hidden;
  position: relative;
}

.item-menu-wrapp {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 500ms ease all;
  transform: translate(-50%, -85%) scaleY(0);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.product__slider__item:hover .item-menu-wrapp {
  transform: translate(-50%, -85%) scaleY(1);
}

.item-menu-wrapp li {
  list-style: none;
  display: inline-block;
}

.item-menu-wrapp li button,
.item-menu-wrapp li a {
  display: block;
  width: 30px;
  height: 30px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #383736;
  border: none;
  position: relative;
  border-radius: 3px;
  margin: 2px;
  z-index: 9;
}

.item-menu-wrapp li button:hover,
.item-menu-wrapp li a:hover {
  background: #ff6b01;
}

.hover-messege {
  position: absolute;
  bottom: calc(100% + 10px);
  left: -50%;
  display: block;
  background: #000;
  padding: 7px;
  border-radius: 5px;
  font-size: 13px;
  transform: translate(-15%, -5%);
  line-height: normal;
  color: #fff;
  min-width: 120px;
  transition: 500ms ease all;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.item-menu-wrapp li button:hover .hover-messege,
.item-menu-wrapp li a:hover .hover-messege {
  opacity: 1;
  visibility: visible;
}

.hover-messege::before {
  content: "";
  position: absolute;
  top: 99%;
  right: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.add-buy-wrapp {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.add-buy-wrapp .add-cart-btn{
    font-size:12px;
    border: none;
    border-radius:3px;
    padding:5px 10px;
    display: inline-block;
    background: #af9067;
    color: #ffffff;
}
.add-buy-wrapp .add-cart-btn:hover{
     background: #fa8f01;
}
.cart-close1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #c61212;
  display: none;
  z-index: 999999;
}

section.whole-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
}

.header-blank {
  height: 178px;
}

.discount-price {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 10px;
    font-weight: 900;
    /* transform: rotate(45deg); */
    line-height: 13px;
    color: #fff;
    background: #f80176;
    z-index: 4;
    text-transform: uppercase;
    display: flex;
    height: 37px;
    text-align: center;
    width: 37px;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    border: 2px dotted #f90076;
    font-size: 11px;

}



.discount-price::before {
    content: '';
    position: absolute;
    display: block;
    top: 90%;
    border: 7px solid #f80176;
    z-index: -1;
    left: 0;
    border-top-width: 20px;
    border-bottom-color: transparent;
    transform: rotate(15deg);
    
}

.discount-price::after {
    
    content: '';
    position: absolute;
    display: block;
    top: 90%;
    border: 7px solid #f80176;
    z-index: -1;
    right: 0;
    border-top-width: 20px;
    border-bottom-color: transparent;
    transform: rotate(-15deg);
    
}

.ad-slider .banner-ad {
  margin: 0;
}

.ad-slider .banner-ad img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.top-offer-slider .owl-dots.disabled,
.top-offer-slider .owl-nav.disabled,
.top-offer-slider .owl-nav,
.ad-slider .owl-dots.disabled,
.ad-slider .owl-nav.disabled,
.ad-slider .owl-nav {
  display: none !important;
}

.add_cart_btn i {
  margin-right: 7px;
  font-size: 16px;
}

.add_cart_btn:hover i {
  color: #fff;
}

.top-offers-section {
  background-color: #f2f2f2;
  padding-top: 15px;
}

.detail-cart-wrapp .qty-wrapper {
  margin-bottom: 0;
}

button.detail-wish-btn {
  background: transparent;
  border: none;
  text-align: center;
  color: #f37475;
  margin: 0 auto;
  font-weight: 400;
  display: block;
  font-size: 14px;
  transition: 500ms ease all;
}

button.detail-wish-btn:hover {
  font-weight: 600;
}

button.detail-wish-btn i {
  margin-right: 7px;
}

ul.detail-share {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.detail-share h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}

.detail-share li {
  display: inline-block;
  list-style: none;
}

.detail-share li a {
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin: 0 3px;
  font-size: 12px;
  border-radius: 3px;
  transition: 300ms ease all;
}

.facebook {
  background: #365493;
}
.twitter {
  background: #3cf;
}

.pinterest {
  background: #cb2027;
}

.linkedin {
  background: #0274b3;
}

.detail-share li a:hover {
  opacity: 0.9;
}

.filter-wrapper {
  padding: 20px;
  border: 1px solid #ccc;
}

.filter-wrapper h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.category-filter {
  display: block;
  width: 100%;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

.dropdown.bootstrap-select.category-filter {
  width: 100% !important;
}

.category-filter button.btn.dropdown-toggle.btn-light {
  background: transparent;
  padding: 8px 10px;
  border-color: #ccc;
  outline: none !important;
  box-shadow: none !important;
}

.category-filter .filter-option-inner-inner {
  font-size: 14px;
}

.category-filter .dropdown-item.active,
.category-filter .dropdown-item:active {
  background-color: #d2984c;
}

/* filter */

.filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.price-title {
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgb(199 199 199);
  padding-top: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}

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

/* Reset style for input range */

.price-field input[type="range"] {
  width: 97%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

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

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

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

/* Style toddler input range */

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

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

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

/* Style track input range */

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

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

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

/* Style for input value block */

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

.price-wrap-1,
.price-wrap-2 {
  display: flex;
  color: #333;
}

.price-title {
  margin-right: 5px;
}

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

.price-wrap #one,
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
}

.price-wrap label {
  text-align: right;
  font-weight: 600;
  color: #fa8f01;
  font-size: 16px;
}

/* Style for active state input */

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

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

.filter-btn {
  display: block;
  max-width: 150px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #dc9333;
  padding: 7px 20px;
  text-align: center;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 300ms;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.filter-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(45deg);
  transition: 500ms;
}

.filter-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(45deg);
  transition: 500ms;
  transition-delay: 0.3s;
}

.filter-btn:hover:after,
.filter-btn:hover:before {
  right: 100%;
}

.list-product-item {
  /*border: 1px solid #cccccc;*/
  box-shadow:0px 3px 6px rgba(0,0,0, .2);
}

.show__cart_dropdown {
  transform: translateY(0) translate(30%, 0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.height__fix {
  height: 100%;
    object-fit: cover;
}


/*==============================custom css======================================*/
#st-1{
    z-index:2!important;
}
section.whole-header{
    position:relative;
}
.discount-price {
   
    height: 50px;
    width: 50px;
    font-size: 10px
}
.product__slider__item{
    margin:0 5px; 
}
.discount-price::before {
    left: 5px;
    transform: rotate(21deg);
}
.discount-price::after {
    right: 5px;
    transform: rotate(-21deg);
}
.overlay__product img {
    padding: 15px 15px 0;
}
.breadcrumbs{
    margin-top:30px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:#f8f9fa !important;
}
@media(max-width:768px){
    .breadcrumbs{
       display:none;
    }
}
.dropdown a{
    color:#7b7b7b !important;
    font-weight: 600;
    font-size: 18px;
}
.bg-login-gray{
    background-color:#eff0f5;
}
/*==============login==========*/
.login100-form{
    background:#fff;
    padding:15px !important;
    box-shadow:0px 3px 6px rgba(0,0,0, .3);
    border-radius:5px;
    margin:30px 0;
}
.extra_link{
    text-align:center;
}
.top-space{
    top:0px  !important;
    width: 100% !important;
    left: 0 !important;
    padding: 10px !important;
    background-image: linear-gradient(45deg, #a52138, #dd9f31) !important;
}
.sticky-footer-nav{
    position:fixed;
    bottom:0;
    background:#fff;
    width:100%;
    z-index:100;
    border-top: 5px solid #fa8f01
}
.sticky-footer-nav .foot-nav-icon{
    width:50px;
    margin:0 auto;
    padding:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    text-align:center;
}
.foot-nav-icon .fa-th, .foot-nav-icon .fa-shopping-cart, .foot-nav-icon .fa-user-circle-o{
    font-size:25px;
    color:#ae354a;
    padding:9px;
}
.foot-nav-icon .fa-th:hover:before, .foot-nav-icon .fa-shopping-cart:hover:before, .foot-nav-icon .fa-user-circle-o:hover:before{
    color:#ff6b01;
}
.foot-nav-icon a, .foot-nav-icon p{
    display:block;
    font-style:normal;
    color:#000;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
}
 .foot-nav-icon:hover p{
     color:#ae354a;
 }
.foot-nav-icon p:not:first-child{
    margin-top:5px;
}
.no-gutters{
    padding:0;
}
@media(min-width:768px){
   .service-image-wrapp{
    display: inline-block;
} 
.services-section {
    /* background: #3d3d3d; */
    padding: 20px 0 20px;
}
.sticky-footer-nav{
    display:none;
}
}
/*custom nav*/
@media(min-width:992px){
    
    .service-wrapper {
  text-align: left;
}

   .header-blank{
    height:0px;
     height: 0px;
    padding-bottom: 50px;
    padding-top: 15px;
    box-shadow: 0px 3px 6px rgb(0, 0, 0,.2);
    visibility:visible;
    display:block;
    transition:.5s all ease;
}
.whole-header{
    border-bottom:1px solid #c7c7c7;
}
.add-height{
      height: 60px;
      padding:10px;
    top: 60px;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(00,0,0, .2);
    visibility:visible !important;
    display:block  !important;
}
.navik-header-container{
    position:relative;
}
.navik-header-container .new-navigation{
    position:absolute;
    width:200px;
    height:401px;
    background:#fff;
    top:0;
}
.finale-sub-menu, .second-sub-menu{
    left:200px;
    top:0;
    height:400px;
    box-shadow: 0 4px 6px 1px rgb(0 0 0 / 10%), 0 2px 4px 1px rgb(0 0 0 / 6%);
}
 ul.finale-sub-menu{
    min-height:unset;
    max-height:400px;
}
.new-navigation  ul li {
    display:block;
   
}
.new-navigation  ul li a{
     color:#000;
     padding:5px 15px;
}
.final-sub-menu-parent, .second-sub-menu-parent{
    position:unset;
} 
.services-section{
    display:none;
}

}
@media (max-width:768px){
  .displaynone-responsive,.logo__image, .top-menu-bar{
    display:none !important;
    
}
#footer__widget .Wrapper{
    display:none;
}
.copyright__bordertop {
  border:none;
}
    .copyright__text{
    text-align:center
}
.copyright__text p{
    display:inline-block;
}
}
.foot-nav-icon .total_count{
   background:#ae354a; 
   left:62%;
   top:3px;
}
/*.Wrapper .exzoom .exzoom_img_ul_outer ul.exzoom_img_ul li{*/
/*    margin:0 auto !important;*/
/*    display:inline  !important;*/
/*    float:unset !important;*/
/*}*/
/*.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{*/
/*            width:100% !important;*/
/*            margin:0!important;*/
/*}*/
/*.exzoom .exzoom_img_ul_outer{*/
/*    width:100% !important;*/
/*    height:100% !important;*/
/*}*/
/*.exzoom .exzoom_img_box{*/
/*    width:unset !important;*/
/*    height:unset !important;*/
/*}*/
@media (max-width:1024px){
    .exzoom .exzoom_img_box{
    width:unset !important;
    height:300px !important;
}
}
.no-gutters{
    padding:5px;
}
.category-box{
    padding: 5px;
    height: 100%;
    border: 1px solid #ececec;
    text-align:center;
}
.category-box a{
    color:#212121;
    text-decoration:none;
    font-style:normal;
    font-weight:700;
    line-height:1.4;
    display:block;
    font-size:12px;
}
.category-box a:hover{
    color:#ae354a;
}
.category-box a:last-child{
    margin-top:10px;
}
.category-box:hover a{
    color:#ff6b01;
}
.cart-list-menu a{
    color:#212121;
    text-decoration:none;
}

.register-btn{
    display: inline-block;
    background: #ff6b01 ;
    padding:10px 20px;
}
.register-btn:hover{
    background:  #a51e36;
}
.register-btn a{
       color:#fff !important; 
}
.new-register .fa{
   font-size: 48px;
    color:#fff;
    background:  #a51e36;
    border-radius: 50%;
    padding: 30px 35px; 
}
    .new-register{
    border-top:1px solid #c7c7c7;
    padding-top:15px;
}
.pos-relative{
    position:relative;
}
.bg-gray{
    background:#f2f2f2;
}
button.contact-btn{
        background: #fff;
    color: #a51e36;
    border-radius: 30px;
    padding: 10px 25px;
    border: none;
    font-weight: 800;
    position:relative;
}
button.contact-btn a{
    text-decoration:none;
    color: #a51e36;
}
button.contact-btn:hover{
        background:#dc9d31;
} 
button.contact-btn:before, button.contact-btn:after{
    content:'';
    display:block;
    width:50%;
    height:4px; 
    background:#ffff;
    position:absolute;
 
}
button.contact-btn:before{
    top:45%;
    left:99%;
}
button.contact-btn:after{
    top:45%;
    right:99%;
}
.customer-review{
    background:#eee;
    padding:10px;
}
@media(min-width:768px){
    .new-register{
        border:none;
        
    border-left:1px solid #c7c7c7;
}
.extra_link{
    text-align:right;
}
button.contact-btn, .mobile-view-social{
    display:none;
}
}
@media(min-width:1024px){
    .add-buy-wrapp {
  display: none;
    }
}
@media(min-width:1200px){
    .category-wrapper{
        display:none;
    }
}