/* common css */
/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

::-moz-selection {
  color: #fff;
  background: #be3240;
}

::selection {
  color: #fff;
  background: #be3240;
}

.width-100 {
  width: 100%;
  float: left;
}

a {
  cursor: pointer;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

body {
  background-color: #fafdfb;
  color: #868c8d;
}

.innerpage ul li {
  list-style: none;
}

.innerpage ol {
  padding-left: 16px;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

.section-title {
  border-bottom: 1px solid #bf3540;
  margin-bottom: 10px;
}

.section-title h2 {
  background-color: #bf3540;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 15px;
  display: inline-block;
  line-height: 35px;
  margin-bottom: 0;
  position: relative;
}

.section-title h2::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 36px solid #bf3540;
  position: absolute;
  right: -14px;
  top: 0;
}

/* header */
.header__top {
  background-color: #BE3240;
  padding: 0 0;
  text-align: center;
  display: block;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  padding: 0px 0px;
}

.header__top .top-contact p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}

.header__top .c-topnav ul {
  text-align: right;
  margin: 0px;
  padding: 0px;
}

.header__top .c-topnav ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}

.header__top .c-topnav ul li a {
  padding: 3px 0;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  line-height: 24px;
}

.header__top .c-topnav ul li:nth-last-child(1) a {
  padding-right: 0px;
}

.header__middle {
  background-color: #f9f9f9;
  padding: 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 999999;
  height: auto;
}

.header__middle .mobile-menu {
  position: absolute;
  top: 20px;
  left: 15px;
}

.header__middle .site-logo {
  width: 180px;
  margin: 10px auto;
}

.header__middle .site-logo img {
  width: 100%;
}

.header__middle .search-section {
  position: relative;
  display: none;
}

.header__middle .search-section input[type="text"] {
  border: 1px solid #dedede;
  border-radius: 0px;
}

.header__middle .search-section .c-input {
  width: 100%;
  border-radius: 50px;
  padding: 8px 18px;
  border: none;
  outline: 0;
}

.header__middle .search-section .btn {
  background-color: #be3240;
  padding: 5px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  top: 0;
  right: 0;
  border-radius: 0px;
  height: 42px;
}

.header__middle .cart-nav {
  text-align: right;
  margin-bottom: 0px;
  display: none;
  line-height: 28px;
}

.header__middle .cart-nav>li {
  display: inline-block;
  position: relative;
  width: calc((100% - 20px) / 4);
  text-align: center;
  font-size: 0;
}

.header__middle .cart-nav>li>a {
  padding: 10px 5px;
  font-size: 25px;
  text-align: center;
  display: block;
}

.header__middle .cart-nav>li>a:hover {
  background-color: #ddd;
}

.header__middle .cart-nav>li>a i {
  color: #be3240;
  font-size: 25px !important;
}

.header__middle .cart-nav>li>a span {
  font-size: 12px;
  line-height: 15px;
  display: block;
  text-align: center;
  color: #de7781;
  margin-top: 3px;
  font-weight: 600;
}

.header__middle .cart-nav>li .shopping-cart .cart-cout,
.header__middle .cart-nav>li.wishlist-block small.cart-cout {
  position: absolute;
  background-color: #3f3484;
  width: auto;
  height: 16px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  right: 10px;
  top: 3px;
  padding: 0 5px;
}

.header__middle .cart-nav>li::after {
  content: "";
  height: 30px;
  width: 1px;
  position: absolute;
  right: -1px;
  background-color: #d4d4d4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__middle .cart-nav>li:nth-last-child(1) a {
  padding-right: 0px;
}

.header__middle .cart-nav>li:nth-last-child(1)::after {
  display: none;
}

.c-header__bottom {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.c-header__bottom .c-navigation ul li {
  margin: 0 15px;
}

.c-header__bottom .c-navigation ul li a {
  padding: 15px 14px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
}

.c-header__bottom .c-navigation ul li a:hover {
  color: #BE3240;
}

.c-header__bottom .c-navigation ul li:nth-last-child(1) a {
  color: #fff;
  background: #414084;
}

.regular.slick-slider {
  margin: 0 -10px;
}

/* Slider */
.slider .slick-prev,
.slider .slick-next {
  top: -30px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #be3240;
}

.slider .slick-prev {
  left: auto;
  right: 40px;
}

.slider .slick-next {
  right: 0;
}

.na-details {
  padding: 0 10px;
  float: left;
  width: 100%;
}

.na-details .na-inner {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 0;
  background: #fff;
  margin: 1px 0 0;
}

.na-details .na-inner a img {
  width: 100%;
  height: 260px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.na-details .na-inner .na-stamp {
  font-size: 14px;
  position: absolute;
  right: -6px;
  width: 70px;
  height: 70px;
  background-image: url(../images/offer-tag.png);
  background-size: 70px;
  top: -6px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-weight: 700;
  padding: 20px;
  z-index: 9;
}

.na-details .na-inner .na-stamp Span {
  font-size: 16px;
}

.na-details .na-inner .an-img {
  display: block;
  position: relative;
}

.na-details .na-inner .an-img>a {
  display: block;
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
}

.na-details .na-inner .an-img>a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.na-details .na-inner .na-do-list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 1);
  transition: all ease-in-out 0.5s;
  transform: translateY(-40px);
  padding: 10px;
  z-index: 999;
  position: relative;
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.na-details .na-inner .na-do-list a {
  font-size: 24px;
  color: #444141;
  padding: 0px 12px;
}

.na-details .na-inner .na-do-list a:hover {
  color: #000;
}

.na-details .na-inner .na-tetle-an-add {
  width: 100%;
  text-align: center;
  float: left;
}

.na-details .na-inner .na-tetle-an-add h3 {
  margin-bottom: 0px;
}

.na-details .na-inner .na-tetle-an-add h3 a {
  color: #565656;
  display: inline-block;
  line-height: 24px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  max-width: 100%;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  margin-top: 10px;
  margin-bottom: 0px;
  min-height: 48px;
}

.na-details .na-inner .na-tetle-an-add h3 a:hover {
  color: #000;
}

.na-details .na-inner .na-tetle-an-add em {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.na-details .na-inner .na-tetle-an-add p {
  font-size: 14px;
  margin-bottom: 0px;
}

.na-details .na-inner .na-tetle-an-add p.price {
  font-size: 18px;
  font-weight: 500;
  color: #BE3240;
}

.na-details .na-inner .na-tetle-an-add p.price i {
  font-size: 16px;
}

.na-details .na-inner .na-tetle-an-add p.price span {
  color: #464646;
  text-decoration: line-through;
  margin-right: 5px;
}

.na-details .na-inner:hover .na-do-list {
  opacity: 1;
  transform: translateY(0);
}

.fil-l-bt .na-details .na-inner .na-tetle-an-add h3 a {
  font-size: 16px;
  line-height: 19px;
  color: #be3240;
  font-weight: 500;
  margin-bottom: 10px;
}

.fil-l-bt .na-details .na-inner .na-tetle-an-add em {
  font-size: 16px;
  line-height: 24px;
  color: #2E3333;
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}



.footer-top {
  color: #fff;
  background: #272823;
}

.footer-top h3 {
  font-size: 20px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px dotted;
  line-height: 1.5;
}

.footer-top ul {
  margin: 0px;
  padding: 0px;
}

.footer-top ul li {
  list-style: none;
  margin-bottom: 6px;
  font-size: 15px;
}

.footer-top a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.footer-top a:hover {
  color: #BE3240;
}

.footer-top button {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 46px;
}

.footer-top input.form-control {
  min-height: 46px;
  margin-bottom: 12px;
  border-radius: 0;
}

.footer-top form {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-top form~p {
  font-size: 14px;
  font-style: italic;
}

.copy-right {
  background-color: #161614;
  color: #777;
  font-size: 12px;
}

.copy-right a {
  color: #fff;
  font-weight: 600;
}

.copy-right a:hover {
  color: #BE3240;
}

.banner_img {
  width: 100%;
  max-width: 100%;
}

.Upanyas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.Upanyas .Upanyas-list {
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.Upanyas .Upanyas-list .Upanyas-img {
  float: left;
  width: 80px;
}

.Upanyas .Upanyas-list .Upanyas-img img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.Upanyas .Upanyas-list .Upanyas-cont {
  float: left;
  width: calc(100% - 80px);
  /*padding-left: 10px;*/
}

.Upanyas .Upanyas-list .Upanyas-cont h3 {
  font-weight: 500;
  font-size: 15px;
  color: #152C64;
  line-height: 20px;
  margin-bottom: 5px;
}

.Upanyas .Upanyas-list .Upanyas-cont p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
  color: #2E3333;
}

.Upanyas .Upanyas-list .Upanyas-cont p.price {
  font-weight: 500;
  color: #be3240;
  font-size: 14px;
}

.Upanyas .Upanyas-list .Upanyas-cont em {
  font-size: 14px;
  line-height: 24px;
  color: #2e3333;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.Upanyas .Upanyas-list .Upanyas-cont p.price span {
  padding-right: 8px;
  color: #000;
  text-decoration: line-through;
}

nav .breadcrumb {
  background: transparent;
  padding: 0px;
}

nav .breadcrumb li {
  font-weight: 500;
  font-size: 14px;
}

nav .breadcrumb li.active {
  color: #2E3333;
}

nav .breadcrumb li a {
  color: #777;
  font-size: 14px;
}

.filter-list {
  width: 100%;
  float: left;
  max-height: 200px;
  overflow: auto;
}

.filter-list h4 {
  color: #BE3240;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.filter-list ul li {
  list-style: none;
}

.filter-list ul li a {
  color: #868C8D;
  font-size: 12px;
  line-height: 29px;
  font-weight: 500;
}

.filter-list ul li a:hover {
  color: #BE3240;
}

.Showing-rz {
  color: #2E3333;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb-area {
  background: #f5f5f5;
}

.innerpage .pagination li {
  padding: 4px;
}

.innerpage .pagination li a {
  border: none;
  color: #000;
  min-width: 30px;
}

.innerpage .pagination li a:hover,
.innerpage .pagination li a.active {
  background: #BE3240;
  border-radius: 50%;
  color: #fff;
}

.innerpage .na-details.top-add {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.innerpage .na-do-list-bt {
  width: 100%;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  z-index: 999;
  position: relative;
  float: left;
}

.innerpage .na-do-list-bt a {
  font-size: 24px;
  color: #444141;
  padding: 0px 12px;
}

.innerpage .na-do-list-bt a:hover {
  color: #000;
}

.fil-l-bt .na-details {
  border: 1px solid #f2f2f2;
  padding: 0px;
  margin: 0px;
}

.fil-l-bt .na-details .na-inner {
  padding: 4px;
}

.dtl-view-img {
  width: 100%;
  margin-bottom: 16px;
  float: left;
}

.dtl-view-img a {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
}

.dtl-view-img a img {
  width: 100%;
  max-width: 100%;
  /*max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;*/
}

.btm-gri-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

.btm-gri-img img {
  width: 80px;
  border: 2px solid #f2f2f2;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.prd-details h2 {
  font-size: 34px;
  line-height: 36px;
  color: #2E3333;
  font-weight: 500;
  margin-bottom: 10px;
}

.prd-details h3 {
  color: #152C64;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.prd-details p.price {
  font-size: 25px;
  line-height: 24px;
  color: #BE3240;
  margin-bottom: 16px;
}

.prd-details p.price span {
  color: #464646;
  text-decoration: line-through;
}

.prd-details p.price i {
  font-size: 24px;
}

.prd-details p.offer {
  color: green;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}

.prd-details p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #2E3333;
  font-weight: 400;
}

.prd-details p.posted_in a,
.prd-details p.tagged_as a {
  color: #565656;
}

.wishlist_button {
  display: inline-block;
  background-color: #bf3540;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  line-height: 22px;
  height: 40px;
  text-align: center;
  width: 40px;
}

.wishlist_button:hover {
  color: #fff;
}

.innerpage .det-desc {
  color: #2e3333;
}

.innerpage .det-desc form {
  background: transparent;
}

.rating_review h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.rating_review .review {
  display: block;
  margin-bottom: 30px;
}

.rating_review h2 {
  font-size: 34px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}

.rating_review label {
  font-size: 16px;
  line-height: 24px;
  color: #2E3333;
  font-weight: 400;
}

.category p a {
  color: #000;
  font-weight: 600;
}

.cod-checker {
  float: left;
  padding: 16px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 16px 0px;
}

.cod-checker input {
  width: 100%;
  padding: 7px 18px;
  border: 1px solid #ddd;
  border-radius: 0;
}

.cod-checker input[type="submit"] {
  border: 1px solid #BE3240;
  background: #BE3240;
  color: #fff;
  /*min-height: 48px;*/
  border-radius: 0px !important;
}

.quick_buy_container {
  /*width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;*/
  padding-top: 10px;
}

.quick_buy_container button {
  min-height: 40px;
  padding: 0px 18px;
  border: none;
  background: #BE3240;
  color: #fff;
  width: 100%;
}

.quick_buy_container .quantity {
  /*width: 40px;*/
  display: inline-block;
  width: 60px;
}

.quick_buy_container .quantity input[type="number"] {
  /*width: 100%;*/
  /*text-align: center;*/
  font-size: 13px;
  border: 1px solid #ddd;
  width: 60px;
  min-height: 40px;
  padding: 8px;
}

.innerpage .Upanyas .Upanyas-list {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}

.innerpage .Upanyas .Upanyas-list:last-child {
  border-bottom: 1px solid #ccc;
}

.innerpage form {
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
}

.innerpage form .form-control {
  border-radius: 0px;
  border: none;
  font-size: 15px;
}

.innerpage form button.btn {
  border-radius: 0px;
  min-width: 120px;
  background: #BE3240;
  padding: 9px;
  border: 1px solid #BE3240;
}

.innerpage form button.btn:hover {
  background: #000;
  border: 1px solid #a1a1a1;
}

.review-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  line-height: 14px;
  align-items: center;
}

.review-dtl .ret-mark,
.review-dtl .rating {
  min-width: 50px;
  float: left;
  font-size: 16px;
  font-weight: 300;
  color: #24890d;
  line-height: 21px;
}

.review-dtl .progress {
  float: left;
  width: calc(100% - 100px);
  margin: 0px 10px;
  height: 21px;
  border-radius: 2px;
  text-align: center;
}

.star-rating .form-check {
  position: relative;
}

.star-rating .form-check label.form-check-label {
  position: absolute;
}

.star-rating .form-check input:not(:checked)~label {
  color: #be3240;
  opacity: 1;
}

.star-rating .form-check input {
  opacity: 0;
}

.star-rating .form-check input~label {
  color: #404040;
  opacity: 0.25;
}

.star-rating .form-check input:checked~label {
  color: #be3240;
  opacity: 1;
}

.star-rating .form-check.active~.form-check input:not(:checked)~label {
  color: #404040;
  opacity: 1;
}

.wislist-det a.an-img {
  width: 120px;
  float: left;
}

.wislist-det a.an-img img {
  height: 175px;
}

.wislist-det .na-inner .na-tetle-an-add {
  width: calc(100% - 250px);
  text-align: left;
  padding-left: 20px;
}

.wislist-det .na-inner .na-tetle-an-add h3 small {
  display: block;
  font-size: 14px;
  color: green;
  font-weight: 600;
  margin-bottom: 4px;
}

.wislist-det .na-inner .na-tetle-an-add h3 a {
  margin: 0px;
  font-size: 30px;
}

.wislist-det .na-inner .na-tetle-an-add a.btn.ad-acrt {
  background: #be3240;
  border-radius: 0px;
  color: #fff;
  margin-top: 10px;
}

.wislist-det .na-inner .na-tetle-an-add a.btn.ad-acrt:hover {
  background: #000;
}

.wislist-det .in-stok {
  position: absolute;
  right: 10px;
  background: #fff;
  color: #fff;
  padding: 2px;
  min-width: 86px;
  text-align: center;
  border: 3px solid;
  color: green;
  border-radius: 10px;
}

.c-header__botto.fixed-top {
  -webkit-animation-name: top-fix;
  animation-name: top-fix;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.publisher-list {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}

.publisher-list .publisher-list-title {
  padding: 10px 15px;
  background: #be3240;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.publisher-list .publisher-list-cont {
  float: left;
  background: #f2f2f2;
  width: 100%;
}

.publisher-list .publisher-list-cont ul {
  width: 100%;
  float: left;
  height: 156px;
  overflow: auto;
  margin: 0;
}

.publisher-list .publisher-list-cont ul li {
  display: block;
}

.publisher-list .publisher-list-cont ul li a {
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #000;
}

.publisher-list .publisher-list-cont ul li a:hover {
  color: #000;
  background: #ddd;
}

.catr-details table {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.catr-details table.wishlist_table {
  border-collapse: separate;
  border-spacing: 2px;
}

.catr-details table th,
.catr-details table td {
  padding: 15px 20px;
}

.catr-details table thead tr th {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f2f2f2;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.catr-details table tbody tr td.product-remove a {
  color: #be3240;
  font-size: 24px;
  font-weight: 700;
}

.catr-details table tbody tr td a {
  color: #000;
}

.catr-details table tbody tr td.product-name a {
  font-size: 16x;
  line-height: 24px;
  color: #565656;
  font-weight: 500;
}

.catr-details table tbody tr td.product-price {
  font-size: 20px;
  font-weight: 300;
  color: #000;
}

.catr-details table.cart_table tbody tr td.product-price,
.catr-details table.cart_table tbody tr td.product-subtotal {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.catr-details table tbody tr td a:hover {
  color: #be3240;
}

.catr-details table tbody tr td input[type="submit"],
.catr-details table tbody tr td button {
  background: #be3240;
  color: #fff;
  padding: 8px 35px;
  font-size: 14px;
  border: none;
  text-transform: capitalize;
  font-weight: 500;
  min-width: auto;
  border: 1px solid #be3240;
}

.catr-details table tbody tr td input[type="submit"]:hover,
.catr-details table tbody tr td button:hover {
  background: #fff;
  color: #be3240;
}

.catr-details table tbody tr td .coupon {
  width: 100%;
  display: flex;
}

.catr-details table tbody tr td .coupon input {
  min-height: 39px;
  padding: 0px 10px;
  line-height: 37px;
  border: 1px solid #f2f2f2;
  flex: 1 0 0%;
}

.catr-details table tbody tr td .coupon~button {
  min-width: 125px;
  padding: 8px 20px;
  min-height: 46px;
}

.catr-details .quantity input[type="number"] {
  /*width: 100%;*/
  padding: 8px;
  font-size: 13px;
  max-width: 60px;
  text-align: center;
  min-height: 32px;
  border: 1px solid #ccc;
}

.catr-details a.checkout-button {
  background: #be3240;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border: none;
  text-transform: capitalize;
  font-weight: 500;
  min-width: auto;
  border: 1px solid #be3240;
  text-align: center;
  float: right;
  width: 100%;
}

.catr-details a.checkout-button:hover {
  background: #fff;
  color: #be3240;
}

.catr-details .bg-tr {
  background: transparent !important;
}

.catr-details .bg-tr a {
  margin-bottom: 10px;
}

.catr-details section.shipping-calculator-form p input,
.catr-details section.shipping-calculator-form p select {
  width: 100%;
  min-height: 38px;
  padding: 4px;
  border: 1px solid #f2f2f2;
}

.cart_totals h2 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 500;
  color: #2E3333;
  margin-bottom: 10px;
}

.catr-details .cart_totals table tbody tr th {
  background: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.catr-details .cart_totals .cart-subtotal td,
.catr-details .cart_totals .order-total td {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #2e3333;
  font-weight: 300;
}

.catr-details .cart_totals .order-total td strong {
  font-weight: 400;
}

.catr-details .cart_totals .order-total td {
  text-align: right;
}

@-webkit-keyframes top-fix {
  from {
    top: -100px;
  }

  to {
    top: 0px;
  }
}

@keyframes top-fix {
  from {
    top: -100px;
  }

  to {
    top: 0px;
  }
}

.sidebar {
  display: block;
  position: sticky;
  top: 80px;
}

.sidebar h4 {
  font-size: 16px;
  color: #BE3240;
}

.dropdown-menu {
  margin: 0;
}

.dropdown-menu.megamenu {
  min-width: 1110px;
  -webkit-column-count: 5;
  column-count: 5;
  padding: 16px;
  z-index: 99999;
  transform: none !important;
  top: 100% !important;
  width: 100%;
  margin: 0;
}

.megamenu_dropdown {
  position: static;
}

.dropdown-menu.megamenu h4 {
  color: #be3240;
}

.dropdown-menu.megamenu a.dropdown-item {
  padding: 4px !important;
  font-size: 12px;
}

.dropdown-menu.megamenu a.dropdown-item:hover {
  background: transparent !important;
}

.det-desc form input[type="text"],
.det-desc form input[type="email"] {
  border: 1px solid #dedede;
}

.login-form,
.register-form {
  border: 1px solid #dddddd;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="name"],
.login-form input[type="password"],
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="name"],
.register-form input[type="password"] {
  border: 1px solid #dedede;
}

.login-form h2,
.register-form h2 {
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 300;
}

#search-result-desktop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: auto;
  border: 1px solid #eee;
  border-top: none;
}

#search-result-desktop ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 200px;
  overflow: hidden;
}

#search-result-desktop li {
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  min-height: 40px;
}

#search-result-desktop li:hover {
  background: #eee;
}

#search-result-desktop .search_view_btn {
  width: 100%;
  border: none;
  background: #f7f7f7;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

#search-result-desktop .search_view_btn:focus {
  outline: none;
}

/*#search-result-desktop li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}*/
#search-result-desktop li:last-child {
  border-bottom: none;
}

#mobile_search-result-desktop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  z-index: 99;
}

#mobile_search-result-desktop ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 120px;
  overflow: hidden;
}

#mobile_search-result-desktop li {
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  min-height: 40px;
}

#mobile_search-result-desktop li:hover {
  background: #eee;
}

#mobile_search-result-desktop .search_view_btn {
  width: 100%;
  border: none;
  background: #f7f7f7;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

#mobile_search-result-desktop .search_view_btn:focus {
  outline: none;
}

/*#mobile_search-result-desktop li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}*/
#mobile_search-result-desktop li:last-child {
  border-bottom: none;
}

.Featured.home .na-details .na-inner .na-tetle-an-add p {
  font-size: 16px;
  color: #868C8D;
  font-weight: 300;
}

.Featured.home .na-details .na-inner .na-tetle-an-add p.price {
  font-size: 15px;
  font-weight: 500;
  color: #bf3540;
  line-height: 24px;
}

.Featured.home .na-details .na-inner .na-tetle-an-add p.price span {
  color: #464646;
  margin: 0 5px 0 0;
}

.Featured.home .na-details .na-inner .na-tetle-an-add h3 {
  font-size: 20px;
  line-height: 22px;
}

.Featured.home .na-details .na-inner .na-tetle-an-add h3 a {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 22px;
  color: #152C64;
}

.Featured.home .Upanyas .Upanyas-list {
  padding: 7px 0;
  display: flex;
  width: 50%;
}

.Featured.home .Upanyas .Upanyas-list .Upanyas-img {
  padding-top: 0;
  width: 100px;
}

.Featured.home .Upanyas .Upanyas-list .Upanyas-img img {
  height: 100px;
}

.Featured.home .Upanyas .Upanyas-list .Upanyas-cont {
  padding: 0 15px;
  flex: 1 0 0%;
}

.Featured.home .Upanyas .Upanyas-list h3 {
  font-size: 14px;
  line-height: 24px;
  color: #be3240;
  font-style: italic;
  margin-bottom: 0px;
  font-weight: 500;
}

.Featured.home .Upanyas .Upanyas-list .Upanyas-cont p {
  font-size: 12px;
  margin: 0;
  color: #868C8D;
  font-weight: 300;
}

.Featured.home .Upanyas .Upanyas-list .Upanyas-cont p.price {
  font-size: 15px;
  font-weight: 500;
  color: #bf3540;
}

.Featured.home .Upanyas .Upanyas-list .Upanyas-cont p.price span {
  color: #464646;
}

.my-account-form {
  padding: 15px !important;
}

.change-password-form {
  padding: 15px !important;
}

.ordertab img {
  max-width: 20px;
}

.innerpage form.checkout-form {
  padding: 30px;
  margin: 20px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: white;
}

.innerpage form.checkout-form h4 {
  color: #2e3333;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.innerpage form.checkout-form label {
  color: #2e3333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form select {
  border: 1px solid #ccc !important;
  height: 42px;
  padding: 8px 13px;
  margin: 8px 0;
}

select.form-control:not([size]):not([multiple]) {
  height: 42px;
}

.checkout-button {
  background: #be3240;
  color: #fff;
  padding: 8px 35px;
  font-size: 14px;
  border: none;
  text-transform: capitalize;
  font-weight: 500;
  min-width: auto;
  border: 1px solid #be3240;
  display: inline-block;
  vertical-align: top;
}

.checkout-button:hover {
  background: #fff;
  color: #be3240;
}

/*.checkout-form button[type="submit"] {
  color: #ffffff;
}*/

.catr-details .pay-set-det {
  border-radius: 0;
}

.checkout-page {
  padding-bottom: 50px;
}

.thank-you-content {
  padding-top: 20%;
}

.thank-you-content h3 {
  margin-bottom: 40px;
}

.thank-you-content .chack-bt {
  min-height: 40px;
  padding: 0px 18px;
  border: none;
  background: #BE3240;
  color: #fff;
  text-decoration: none;
  margin-top: 40px;
  line-height: 40px;
  border-radius: 0;
}

form.best_seller_form {
  background: transparent;
}

.best_seller_form input[type="text"].form-control,
.best_seller_form input[type="email"].form-control,
.best_seller_form input[type="tel"].form-control,
.best_seller_form input[type="number"].form-control,
.best_seller_form textarea.form-control {
  border: 1px solid #dedede;
}

.social__follow {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social__follow li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.social__follow li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 28px;
}

.wishlist_box figure {
  margin-bottom: 0;
  position: relative;
}

.wishlist_box figure a {
  display: block;
  text-align: center;
}

.wishlist_box figure img {
  width: 100%;
  height: 260px;
  object-fit: scale-down;
  border: 1px solid #eee;
}

.wishlist_box .product_name {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, .8);
  height: 36px;
  padding-top: 5px;
  line-height: 18px;
  overflow: hidden;
}

.wishlist_box .product_price {
  margin: 5px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, .8);
}

.wishlist_box .wishlist_btn {
  width: 100%;
  background: transparent;
  color: #be3240;
  padding: 8px 35px;
  font-size: 14px;
  border: none;
  text-transform: capitalize;
  font-weight: 500;
  min-width: auto;
  border: 1px solid #be3240;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.wishlist_box .wishlist_btn:hover,
.wishlist_box .wishlist_btn:focus {
  background-color: #be3240;
  color: #fff;
}

.wishlist_box .remove_wishlist {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.shipping_btn {
  margin-left: 20px;
  color: #000;
}

.shipping_btn:hover {
  color: #be3240;
}

.mobile_header {
  display: none;
}

.mobile_nav {
  display: none;
}

.header__middle .cart-nav li .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.header__middle .cart-nav li .dropdown-item {
  font-size: 14px;
  text-align: left;
  line-height: 1;
  padding: 10px 20px;
}

.header__middle .cart-nav li .dropdown-item:focus {
  color: #be3240;
}

.quick_buy_container .c-input {
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-bottom: 10px;
}

.mobile_action {
  display: none;
}

.innerpage {
  margin-bottom: 40px;
}

.listing-page .na-details {
  padding: 0;
}

.header_nav {
  position: relative;
}

.facebook_btn {
  display: inline-flex;
  background: #1877f2;
  color: #fff;
  padding: 10px 23px 10px 10px;
  font-weight: 700;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

.facebook_btn:hover {
  color: #fff;
}

.facebook_btn img {
  max-width: 30px;
  margin-right: 23px;
}

.shopping-cart.dropdown-toggle:after {
  display: none;
}

.cart-nav .dropdown .dropdown-menu {
  left: auto;
  right: 0;
  width: 300px;
}

.menu_cart_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu_cart_list li {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.menu_cart_list li .cart_image {
  max-width: 60px;
  flex: 0 0 60px;
  position: relative;
}

.menu_cart_list li .cart_image a.close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 3px 5px 2px rgb(0 0 0 / 20%);
  text-align: center;
  position: absolute;
  padding: 2px;
  line-height: 0;
  top: -4px;
  right: -4px;
  opacity: 1;
}

.menu_cart_list li .cart_image img {
  width: 60px;
  height: 60px;
  object-fit: scale-down;
}

.menu_cart_list li .cart_content {
  flex: 1 0 0%;
}

.menu_cart_list li .cart_content h5 {
  font-size: 14px;
  margin: 0 0 5px;
}

.menu_cart_list li .cart_content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

.menu_cart_list li .viewcart_btn {
  background-color: #be3240;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0 20px !important;
  width: 100%;
  color: #fff;
  text-align: center;
}

.menu_cart_list li .price {
  color: #BE3240;
}

.menu_cart_list li .price span {
  text-decoration: line-through;
  color: #000;
}

.description_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #dcdcdc;
}

.description_list li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  margin-right: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
  cursor: pointer;
}

.description_list li:hover {
  color: #000;
}

.description_list li.active {
  color: #000;
}

.product_content_wrap {
  padding-top: 25px;
}

.tab__content {
  display: none;
}

.tab__content.active {
  display: block;
}

.publisher_box {
  display: block;
  padding: 10px;
  border: 1px solid #e6e6e6;
  width: calc(100% - 20px);
  margin: 10px;
}

.publisher_box img {
  max-width: 100%;
}

.stock_out {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  text-align: center;
}

.stock_out span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  padding: 16px;
  margin-bottom: 12px;
}

.stock_out span img {
  max-width: 100%;
}

.stock_out p {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  background: #fff;
  height: 30px;
  line-height: 30px;
}

.color_list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.color_list li {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid #eee;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.color_list li.active {
  border-color: #000;
}

.size_list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.size_list li {
  display: inline-block;
  width: 52px;
  text-align: center;
  padding: 0 10px;
  line-height: 30px;
  height: 34px;
  border: 2px solid #eee;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  cursor: pointer;
}

.size_list li.active {
  border-color: #000;
}

.color_filter {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.color_filter li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.color_filter li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px !important;
  border-radius: 4px;
  font-size: 0 !important;
  border: 2px solid #eee;
}

.pay-set-det {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}

.nav-sizechart {
  width: 135px;
  margin: 16px auto 10px;
  border: 0.8px solid #be3240;
}

.nav-sizechart li {
  width: 50%;
}

.nav-sizechart li a {
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  line-height: 1;
  color: #000;
}

.nav-sizechart li a.active {
  background: #be3240;
  color: #fff;
}

.sizechart_info {
  font-size: 12px;
  margin: 0 0 15px;
}

.table.table-sizechart {
  border: none;
}

.table.table-sizechart thead th {
  border: none;
  color: #161616;
  background: #f7f7f7;
  text-transform: capitalize;
  min-width: 50px;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

.table.table-sizechart tbody td {
  border: none;
  color: #161616;
  min-width: 50px;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

.attr_label {
  font-size: 12px;
  line-height: 1.1;
}

.attr_label a {
  float: right;
  color: #be3240;
  text-decoration: underline !important;
  font-weight: 500;
}

.size_giude {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  font-weight: bold;
  margin: 50px 10px 30px;
  padding-bottom: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid #be3240;
}
















/* responsive */
@media (min-width: 1025px) {
  .c-header__top {
    text-align: right;
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .site-logo {
    max-width: 180px;
    margin: 0 0;
    text-align: left;
  }

  .header__middle {
    z-index: 99999;
  }

  .header__middle .search-section {
    display: block;
  }

  .header__middle .cart-nav {
    display: block;
  }

  .header__middle .mobile-search-head {
    display: none;
  }
}

@media (max-width: 575.98px) {
  p.bottom-inst.m-0 {
    text-align: center;
  }

  .copy-right .col-md-3.text-right {
    text-align: center !important;
  }

  .add-tis img {
    margin-bottom: 16px;
  }

  .fil-l-bt {
    display: none;
  }

  .mobile-search-head .cart-icon .cart-cout {
    position: absolute;
    background-color: #3f3484;
    width: auto;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    right: -8px;
    top: -3px;
    padding: 0 5px;
  }

  .shopping-cart .cart-cout,
  .wishlist-block small.cart-cout {
    position: absolute;
    background-color: #3f3484;
    width: auto;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    right: 10px;
    top: 3px;
    padding: 0 5px;
  }

  .col-md-3.remove-margin {
    position: absolute;
    top: 25px;
    right: 15px;
    text-align: right;
    max-width: 165px;
    width: 165px;
  }

  .col-md-3.remove-margin a {
    color: #be3240;
    position: relative;
    padding: 2px 2px;
    margin-left: 14px;
    font-size: 22px;
  }

  .Upanyas .Upanyas-list {
    width: 100%;
  }

  .header__middle .site-logo {
    width: auto;
    margin: 20px 40px;
  }

  .header__middle .site-logo img {
    width: 140px;
  }

  .mobile-menu a {
    color: #be3240;
    font-size: 26px;
  }

  .header__top {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .fil-l-bt {
    display: none;
  }

  .add-tis img {
    margin-bottom: 16px;
  }

  p.bottom-inst.m-0 {
    text-align: center;
  }

  .copy-right .col-md-3.text-right {
    text-align: center !important;
  }

  .mobile-search-head .cart-icon .cart-cout {
    position: absolute;
    background-color: #3f3484;
    width: auto;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    right: -8px;
    top: -3px;
    padding: 0 5px;
  }

  .shopping-cart .cart-cout,
  .wishlist-block small.cart-cout {
    position: absolute;
    background-color: #3f3484;
    width: auto;
    height: 16px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    right: 10px;
    top: 3px;
    padding: 0 5px;
  }

  .col-md-3.remove-margin {
    position: absolute;
    top: 38px;
    right: 30px;
    text-align: right;
    max-width: 165px;
    width: 165px;
  }

  .col-md-3.remove-margin a {
    color: #be3240;
    position: relative;
    padding: 2px 2px;
    margin-left: 14px;
    font-size: 22px;
  }

  .mobile-menu a {
    color: #be3240;
    font-size: 26px;
  }

  .header__top {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .dropdown-menu.megamenu {
    min-width: 100%;
    -webkit-column-count: auto;
    column-count: auto;
    padding: 16px;
    z-index: 99999;
    overflow-y: scroll !important;
    max-height: 90vh;
  }

  .colse.d-block.d-md-none {
    right: 12px;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #be3240;
    color: #be3240;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    top: 10px;
    z-index: 99999;
  }

  .c-header__bottom {
    /* display: block; */
    top: 0px;
    position: fixed;
    height: 100vh;
    overflow: auto;
    left: 0;
    z-index: 9999999;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    padding: 30px 16px;
  }

  .c-header__bottom.show {
    -webkit-transform: translate(0%);
    transform: translate(0%);
    -webkit-transition: all 0.98s;
    transition: all 0.98s;
  }

  .c-header__bottom ul li {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .dropdown-menu.megamenu {
    min-width: 640px;
  }

  .innerpage .na-do-list-bt a {
    padding: 0px 4px;
  }

  .quick_buy_container button {
    padding: 0px 12px;
  }

  .listing-page .na-details .na-inner a img {
    height: 160px;
  }

  .listing-page .innerpage .na-do-list-bt a {
    font-size: 16px;
    padding: 0px 4px;
  }

  .header__top .top-contact p {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 14px;
    line-height: 36px;
  }

  .header__middle .cart-nav li a span {
    font-size: 8px;
  }

  .c-header__bottom .c-navigation ul li a {
    padding: 16px 12px;
    font-size: 14px;
  }

  .c-header__top {
    text-align: right;
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .site-logo {
    max-width: 100%;
    margin: 0 0;
    text-align: left;
  }

  .header__middle {
    z-index: 99999;
  }

  .header__middle .search-section {
    display: block;
  }

  .header__middle .cart-nav {
    display: block;
  }

  .header__middle .mobile-search-head {
    display: none;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dropdown-menu.megamenu {
    min-width: 920px;
  }

  .c-header__top {
    text-align: right;
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .site-logo {
    max-width: 100%;
    margin: 0 0;
    text-align: left;
  }

  .header__middle {
    z-index: 99999;
  }

  .header__middle .search-section {
    display: block;
  }

  .header__middle .cart-nav {
    display: block;
  }

  .header__middle .mobile-search-head {
    display: none;
  }
}

/*# sourceMappingURL=global-style.css.map */

@media(max-width: 575px) {
  .na-details .na-inner a img {
    height: 200px;
  }

  .Showing-rz {
    font-size: 12px;
  }

  .innerpage form .form-control {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991.98px) {

  .Upanyas .Upanyas-list .Upanyas-cont {
    width: calc(100% - 50px);
  }

  .Upanyas .Upanyas-list .Upanyas-img {
    width: 50px;
    padding-top: 35%;
  }

  .quick_buy_container {
    display: block;
  }

  .cod-checker input {
    font-size: 12px;
  }

  .cod-checker input[type="submit"] {
    font-size: 12px;
    padding: 0;
    text-align: center;
    line-height: 34px;
    box-sizing: border-box;
    max-height: 34px;
  }
}

@media only screen and (max-width: 767.98px) {
  .dtl-view-img a img {
    max-height: 600px;
  }

  .quick_buy_container {
    display: flex;
  }

  .Upanyas .Upanyas-list .Upanyas-img {
    padding-top: 0;
  }

  .col-md-3.remove-margin {
    top: 26px;
  }

  .search-form.mobile {
    display: block !important;
    padding-bottom: 5px;
  }

  .search-form.mobile .search-section {
    display: block;
  }
}

@media only screen and (max-width: 575.98px) {
  .Featured.home .na-details .na-inner {
    text-align: center;
  }

  .Featured.home .na-details .na-inner .an-img {
    display: inline-block;
  }

  .Featured.home .Upanyas .Upanyas-list {
    border: 1px solid #ccc;
    border-bottom: none;
  }

  .Featured.home .Upanyas .Upanyas-list:last-child {
    border-bottom: 1px solid #ccc;
  }

  .catr-details table.wishlist_table thead tr th.product-name,
  .catr-details table.wishlist_table thead tr th.product-price {
    display: none;
  }

  .catr-details table.wishlist_table tbody tr td.product-name,
  .catr-details table.wishlist_table tbody tr td.product-price,
  .catr-details table.wishlist_table tbody tr td.product-quantity {
    display: block;
    padding: 5px 20px;
    border: none;
  }

  .catr-details table.wishlist_table tbody tr td.product-thumbnail {
    display: block;
    padding: 15px 20px;
  }

  .catr-details table.cart_table thead tr th.product-name,
  .catr-details table.cart_table thead tr th.product-price,
  .catr-details table.cart_table thead tr th.product-subtotal {
    display: none;
  }

  .catr-details table.cart_table tbody tr td.product-subtotal {
    display: none;
  }

  .catr-details table.cart_table tbody tr td.product-thumbnail,
  .catr-details table.cart_table tbody tr td.product-name,
  .catr-details table.cart_table tbody tr td.product-price {
    display: block;
    padding: 5px 20px;
    border: none;
  }

  .catr-details table tbody tr td .coupon {
    max-width: 280px;
  }

  .catr-details table tbody tr td .coupon input {
    width: 140px;
  }

  .catr-details table tbody tr td .coupon button {
    padding: 8px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 479.98px) {
  .my-account-form {
    padding: 10px !important;
  }

  .change-password-form {
    padding: 10px !important;
  }

  .checkout-form {
    padding: 10px !important;
  }
}



@media(max-width: 768px) {
  .header__middle {
    display: none;
  }

  .mobile_header {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    background: #f0f0f0;
    padding: 10px;
    z-index: 99999;
    display: flex;
    align-items: center;
  }

  .mobile_right {
    display: flex;
    margin-left: auto;
    align-items: center;
    font-size: 20px;
  }

  .mobile_right a {
    display: inline-block;
    padding: 10px;
    line-height: 0;
    color: #BE3240;
    position: relative;
  }

  .mobile_right a.search-icon {
    border-radius: 50%;
    background: #BE3240;
    color: #fff;
    width: 30px;
    height: 30px;
    margin: 5px;
    font-size: 14px;
    padding: 8px;
  }

  .toggle_bar {
    display: inline-block;
    padding: 10px;
    line-height: 0;
    color: #BE3240;
    font-size: 20px;
  }

  .mobile_logo {
    margin-left: 10px;
  }

  .mobile_logo img {
    max-width: 140px;
  }

  .shopping-cart .cart-cout,
  .wishlist-block small.cart-cout {
    top: 0;
    right: 0;
  }

  .mobile_search {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 50px;
    bottom: 10px;
    z-index: 9;
    display: none;
  }

  .mobile_search #searchform {
    display: flex;
  }

  .mobile_search #searchform #mobile_search-key {
    background: #fff;
    border: none;
    flex: 1 0 0%;
    height: 40px;
    padding: 0 10px 0 50px;
    line-height: 40px;
    border-radius: 4px 0 0 4px;
  }

  .mobile_search #searchform .btn {
    border-radius: 0 4px 4px 0;
    background: #BE3240;
    color: #fff;
    border: none;
  }

  .search_close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 20px;
    z-index: 9;
    line-height: 0;
    color: #888;
  }

  .mobile_nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999999;
    background: #fff;
    width: 100%;
    max-width: 286px;
    transition: all ease-in-out 0.5s;
    transform: translateX(-100%);
  }

  .mobile_nav.active {
    transform: translateX(0);
  }

  .mobile_nav .card {
    height: 100%;
  }

  .mobile_nav .card-header {
    display: block;
    padding: 15px 20px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .mobile_nav .card-header a {
    color: #888;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
  }

  .mobile_nav .card-header h4 {
    font-size: 20px;
    color: #000;
  }

  .mobile_nav .card-body {
    padding: 10px 0 0;
    overflow: auto;
  }

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

  .mobile_nav li {
    display: block;
  }

  /*.mobile_nav li:last-child a {
    border: none;
  }*/
  .mobile_nav li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #eee;
  }

  .mobile_nav ul ul {
    display: none;
  }

  .mobile_nav ul li.active ul {
    display: block;
  }

  .mobile_nav ul li a.parent {
    background: #fff url(../images/down-arrow.png) center right 15px no-repeat;
    background-size: 10px auto;
  }

  .mobile_nav ul li.active a.parent {
    background: #fff url(../images/up-arrow.png) center right 15px no-repeat;
    background-size: 10px auto;
  }

  .mobile_nav ul li a.highlighted {
    background: #3f3484;
    color: #fff;
  }

  .mobile_nav li li a {
    padding: 10px 20px 10px 35px;
  }

  .mobile_nav h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, .3);
    margin: 0;
    padding: 10px 20px;
  }

  .menu_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(5px);
    z-index: -1;
    transition: all ease-in-out 0.5s;
    opacity: 0;
  }

  .menu_backdrop.active {
    z-index: 99999;
    opacity: 1;
  }

  .mobile_nav .card-header ul {
    margin: 0 -20px;
  }

  .mobile_nav .card-header ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    margin: 0;
    color: #000;
  }

  .na-details .na-inner .na-do-list {
    display: none;
  }

  .mobile_action {
    display: flex;
    width: 100%;
    padding-top: 10px;
  }

  .wishlist_btn {
    display: block;
    padding: 10px;
    line-height: 0;
    background: #BE3240;
    color: #fff;
    margin-right: 10px;
  }

  .add_cart_btn {
    padding: 0;
    line-height: 36px;
    background: #BE3240;
    color: #fff;
    flex: 1 0 0%;
    text-align: center;
  }

  .Featured.home .Upanyas .Upanyas-list {
    width: 100%;
  }

  .footer-top {
    display: none;
  }

  .na-details .na-inner .na-tetle-an-add h3 a {
    font-size: 15px;
    line-height: 1.2;
  }

  .listing-page .na-details {
    padding: 0;
  }

  .quick_buy_container {
    flex-direction: column;
  }

  .prd-details h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.slick-dots li button:before {
  font-size: 20px;
}