.login_form {
  background: url(../../images/frontend/hero/carpet-bg-pattern.jpg);
  background: #f6f9ff;
  border: 1px solid #e1ecff;
  padding: 2rem;
}

.login_form label,
.login_form a {
  font-weight: 700;

  color: #0b0b0b;
}

.login_form input,
.customize_form input,
.sidenav_content input,
select.nice-select {
  border: none;

  height: 37px;

  border: none;

  line-height: 25px;

  padding: 6px 16px;

  width: 100%;

  font-family: "Nunito", sans-serif;

  font-size: 14px;

  color: #444444;

  font-weight: 600;

  border-radius: 50px;
}

.login_form input,
.customize_form input,
.sidenav_content input
{
  border: 1px solid #e1ecff;
}

.login_form input:focus,
.sidenav_content input:focus,
.sidenav_content select:focus,
textarea:focus,
.customize_form input:focus,
.contact .send_message .form-group input:focus,
.contact .send_message textarea:focus {
  border: 1px solid #f5d730;
}

.other_information .MuiPaper-root,
.faq .MuiPaper-root,
.sidebar_filter .MuiPaper-root {
  background-image: url("../../images/frontend/hero/carpet-bg-pattern.jpg");
}

.sidebar_filter .MuiAccordionSummary-root.Mui-expanded {
  min-height: 35px !important;
}

.sidebar_filter .MuiAccordionSummary-content.Mui-expanded {
  margin: 10px 0 !important;
}
a:hover{color: #ffa500;}

select.nice-select {
  -webkit-appearance: none;

  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='14' height='14'%0AviewBox='0 0 172 172'%0Astyle=' fill:%23000000;'%3E%3Cg transform=''%3E%3Cg fill='none' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cpath d='M0,172v-172h172v172z' fill='none'%3E%3C/path%3E%3Cpath d='' fill='none'%3E%3C/path%3E%3Cg fill='%23444444'%3E%3Cpath d='M42.43149,50.1839l-18.70913,18.70913l62.27764,62.27764l62.27765,-62.27764l-18.70913,-18.70913l-43.56851,43.56851z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: 97% 50%;
}

.sidenav_content .form-group {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  align-items: baseline;

  flex-wrap: wrap;
}

/* .checkout .form-group {

    display: block !important;

} */

.input-details {
  border-right: 1px solid #ffa500;
}

.login_form button,
.customize_form button,
.add_review button,
.sidenav_content button,
.contact button {
  overflow: hidden;

  position: relative;

  z-index: 1;

  letter-spacing: 0.014em;

  border-radius: 50px !important;

  line-height: 24px;

  padding: 5px 30px;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  margin-top: 5px;
}

button.fb {
  background: #4267b2;

  color: #fff;

  border: 0;

  margin-top: -2.5rem;

  opacity: 0.9;

  transition: opacity 0.3s ease;
}

button.google {
  background: #db4437;

  border: 0;

  color: #fff;

  opacity: 0.9;

  transition: opacity 0.3s ease;
}

button.fb:hover,
button.google:hover {
  opacity: 1;
}

.login_or span.or {
  position: relative;

  background-color: #0b0b0b;

  border-radius: 100%;

  color: #f5d730;

  text-align: center;

  padding: 0.5rem;

  display: block;

  margin: 0.75rem auto;

  font-weight: 700;

  width: fit-content;

  z-index: 2;

  width: 40px;

  height: 40px;
}

.login_or span.or:before {
  content: "";

  width: 260px;

  position: absolute;

  height: 1px;

  background-color: #0b0b0b;

  top: 50%;

  left: -120px;

  z-index: -1;
}

.login_form button:before,
.customize_form button:before,
.add_review button:before,
.sidenav_content button:before,
.contact button:before {
  position: absolute;

  left: 50%;

  top: 50%;

  height: 0;

  width: 100%;

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  content: "";

  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  transform: translateX(-50%) translateY(-50%) rotate(-45deg);

  opacity: 0;

  z-index: -1;
}

.login_form button.btn,
.customize_form button.btn,
.add_review button.btn,
.sidenav_content button.btn,
.contact button {
  /* border: 1px solid #e76026;

     color: #e76026;  */

     background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ffa500),
      to(#e76026)
    );
    background-image: linear-gradient(to right, #ffa500, #e76026);

  color: #fff;

  border: 0;
}

.customize_form button.btn:before,
.login_form button.btn::before,
.add_review button.btn:before,
.sidenav_content button.btn:before,
.contact button:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e76026),
    to(#ffa500)
  );
  background-image: linear-gradient(to right, #e76026, #ffa500);
}

.login_form button.btn:hover,
.add_review button.btn:hover,
.sidenav_content button.btn:hover,
.customize_form button.btn:hover,
.contact button:hover {
  color: #fff;
}

.login_form button:hover::before,
.customize_form button:hover:before,
.contact button:hover::before {
  height: 375%;

  opacity: 1;
}

.product_rating .star-rating {
  margin: 0;

  margin-bottom: 5px;
}

.star-rating {
  position: relative;

  display: block;

  font-family: "FontAwesome";

  font-weight: 900;

  font-size: 12px;

  line-height: 22px;

  letter-spacing: 1px;

  overflow: hidden;

  width: 60px;

  height: 22px;
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";

  position: absolute;

  top: 0;

  left: 0;

  color: #d4d4d4;
}

.star-rating span {
  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  font-size: 0;

  overflow: hidden;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";

  position: absolute;

  top: 0;

  left: 0;

  font-size: 12px;

  color: #fdd835;
}

.product_details .price-ratting {
  padding: 0;

  width: 100%;
}

.product_details .price-ratting .price {
  font-size: 20px;

  font-weight: 700;

  font-family: "Nunito", sans-serif;

  color: #f85606;

  line-height: 24px;

  margin: 1rem 0;
}

.product_details .price-ratting .price span {
  float: left;
  color: #9e9e9e;
  margin-right: 15px;
  text-decoration: line-through;
}

label {
  font-size: 15px;

  font-weight: 700;

  color: #0b0b0b;

  line-height: 24px;

  display: inline-block;
}

.product_details .header-advance-search {
  float: left;
}

.product_details .header-advance-search .input {
  width: 130px;
}

.product_details .header-advance-search .input input,
.product_details select.nice-select {
  height: 30px;

  padding: 0 15px;
}

.product_details .header-advance-search .submit button {
  height: 30px;
}

.product_details .header-advance-search .submit button i {
  line-height: 30px;
}

.product_details .our_estimate {
  clear: both;

  margin-top: 3rem;
}

.select_color div {
  display: inline-block;
}

.select_color a {
  height: 25px;

  width: 25px;

  border-radius: 50px;

  display: block;

  float: left;

  margin-right: 6px;

  left: 5px;

  position: relative;

  transition: all 0.25s ease-in-out;

  cursor: pointer;
}

.select_color a:after {
  width: 31px;

  height: 31px;

  content: "";

  display: block;

  position: absolute;

  top: -3px;

  left: -3px;

  opacity: 0;

  visibility: hidden;

  border-radius: 50%;

  border-width: 1px;

  border-style: solid;

  border-color: rgb(34, 34, 34);

  border-image: initial;

  transition: all 0.25s ease-in-out 0s;
}

.select_color div {
  position: relative;
}

.select_color input {
  width: 25px;

  height: 25px;

  left: 5px;

  cursor: pointer;

  position: absolute;

  z-index: 99;
}

.hiddenradio {
  opacity: 0;
}

.select_color input:checked + a:after {
  opacity: 1;

  visibility: visible;
}

.select_color input:checked + a:hover {
  opacity: 1;
}

.select_color a:hover {
  opacity: 0.6;
}

.product_details .add-to-cart {
  background-image: -webkit-gradient( linear, left top, right top, from(#ffa500), to(#e76026) );
  background-image: linear-gradient(to right, #ffa500, #e76026);

  /* border: 1px solid #d0d0d0; */

  position: relative;

  border-right-width: 2px;

  color: #fff !important;

  border-radius: 50px;

  display: block;

  width: 175px;

  padding: 10px 25px 10px 56px;

  -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;

  transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
}

.product_details .add-to-cart:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e76026),
    to(#ffa500)
  );
  background-image: linear-gradient(to right, #e76026, #ffa500);
  color: #fff !important;
}

.product_details .add-to-cart:hover i {
  color: #e76026;
}

.product_details .product_quantity_calculate {
  border-top: 1px solid #dcdcdc;

  padding-top: 1rem;

  margin-top: 1rem;
}

.product_details .add-to-cart i {
  width: 41px;

  height: 41px;

  background-color: #fff;

  border-radius: 50px;

  display: block;

  float: left;

  color: #f85606;

  font-size: 20px;

  text-align: center;

  line-height: 41px;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: absolute;

  left: 0;

  right: auto;

  top: 0;
}

.product_details .add-to-cart span {
  font-size: 13px;

  text-transform: uppercase;

  font-weight: 700;

  line-height: 21px;

  overflow: hidden;

  display: block;

  text-align: center;
}

.product_details .icon,
.blog_details .icon {
  height: 33px;

  width: 33px;

  text-align: center;

  position: relative;

  background: #fff;

  border-radius: 50px;

  border: 2px solid #444444;

  color: #444444;
}

.product_details .icon {
  background-color: transparent;
}

.sidenav_main_content .header-advance-search {
  background-color: #fff;

  border: 0;
}

.product_details .wishlist-compare a:nth-child(2) {
  border: 2px solid #e76026;

  display: block;

  float: left;

  color: #e76026;
}

.product_details .wishlist-compare .wishlist {
  float: left;

  display: block;

  color: #444444;

  font-weight: 700;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  margin-right: 2rem;

  align-items: center;
}

.product_details .wishlist-compare .wishlist.added i,
.product_details .wishlist-compare .wishlist.added {
  color: #e76026;
}

.wishlist-compare .wishlist.added:hover {
  color: #f5d730;
}

.product_details .wishlist-compare .wishlist i {
  color: #e76026;

  margin-right: 10px;

  font-weight: bold;

  font-size: 18px;
}

.product_details .wishlist-compare .wishlist:hover {
  color: #e76026 !important;
}

.wishlist-compare .wishlist.added:hover {
  color: #f5d730;
}

.product_details .wishlist-compare a:nth-child(2):hover {
  color: #fff;

  border-color: #fff;

  background: #e76026;
}

.product_details .wishlist-compare a i,
.product_details .icon,
.blog_details .icon {
  line-height: 31px;

  font-size: 15px;

  display: block;
}

.cat_social {
  padding-top: 1rem;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  justify-content: space-between;

  /* border-top: 1px solid #dcdcdc; */
}

.category_section span {
  cursor: pointer;

  font-size: 14px;

  color: #444444;

  font-weight: 700;
}

.category_section span:hover {
  color: #e76026;
}

.social_icons {
  display: inline-flex; align-items: center; justify-content: space-around;
}

.social_icons button svg {
  height: 20px; width: 20px; border-radius: 100%;
 }

.social_icons a {
  cursor: pointer;

  transition: all 0.25s ease-in-out 0s;
}

.social_icons a.icon:hover {
  border: 2px solid #e76026;

  color: #e76026;
}

.social_icons a:not(:last-child) {
  margin-right: 5px;
}

.product_details p {
  line-height: 1.8;
}

/* .product_details_tab_content {

    padding-left: 1rem;

} */

.product_details_tab_content.shipping > div {
  width: 50%;

  padding: 0rem 1rem;
}

.product_details_tab_content ul {
  padding-top: 0rem;
}

.product_details_tab_content ul.list_info li {
  font-weight: 700;

  display: grid;

  grid-template-columns: 40% 55%;
}

.other_information ul.comment_list li {
  display: grid;

  grid-template-columns: 15% 82%;

  grid-column-gap: 0.5em;
}

.other_information ul.comment_list li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;

  padding-bottom: 0.5rem;

  margin-bottom: 0.5rem;
}

.other_information li span {
  font-weight: 500;
}

.sidebar {
  background-image: url("../../images/frontend/hero/carpet-bg-pattern.jpg");
  padding: 15px;
  box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
  border: 1px solid #fff;
}

.sidenav_main_content {
  /* background-image: url("../../images/frontend/hero/carpet-bg-pattern.jpg"); */
  background: #f6f9ff;
  border: 1px solid #e1ecff;
  padding: 30px 20px;
}

.sidenav_content input,
.sidenav_content select {
  border: 1px solid #e1ecff;
}

.sidenav_list {
  padding-left: 5px;

  margin-bottom: 0;
}

.sidenav_list li a {
  display: block; width: 100%;
  grid-template-columns: 10% 90%;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
}
.sidenav_list li a i{min-width:25px; display: inline-block; position: relative;}
.sidenav_list li.active * {
  color: #e9181d;

  text-decoration: none;

  font-weight: 700;
}

.sidenav_list li a:hover,
.sidenav_list li a:focus {
  color: #e9181d;

  text-decoration: none;
}

.checkout_products td {
  vertical-align: middle;

  padding: 0.5rem;
}

.checkout_products tr:first-child td {
  border-top: none;
}

.checkout_products tr td:first-child {
  position: relative;
}

.checkout_products tr td .number {
  width: 20px;

  height: 20px;

  border-radius: 50px;

  font-size: 12px;

  font-weight: 700;

  color: #202020;

  background-color: #f5d730;

  display: block;

  overflow: hidden;

  text-align: center;

  line-height: 20px;

  margin-top: 5px;

  position: absolute;

  top: 0;

  right: 0;
}

/* .section-title-one.small:after{

    top:70%

} */

.order_summary h6 {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  justify-content: space-between;

  align-items: center;

  font-size: 0.9rem;

  padding: 0 10px;
  font-weight: 700;
}

.order_summary .sub-total {
  padding: 5px 0 10px;

  margin-bottom: 15px;

  border-bottom: 1px solid #cecece;
}

.order_summary h6 span {
  font-weight: 700;
}

.order_summary h6.total span {
  font-size: 1.3rem;
}

.payments.gateway {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));

  grid-gap: 0.5em;

  margin-bottom: 2rem;
}

.payments button {
  border: none;

  background-color: #e8e8e8;
}

.payments button:focus {
  background-color: #fff;

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.payments button img {
  height: 2.75rem;

  padding: 0.5rem 0.25rem;

  width: 100%;

  object-fit: contain;
}

.addTocart a {
  display: block;

  color: #0b0b0b !important;

  width: 185px;

  font-weight: 500;

  margin: 15px 0 5px;

  background-color: #d0d0d0;

  padding: 10px 15px 10px 45px !important;

  border: none;
}

.addTocart a:hover:before {
  height: 350%;
}

.addTocart a i {
  width: 41px;

  height: 41px;

  background-color: #ffffff;

  border-radius: 50px;

  display: block;

  float: left;

  color: #0b0b0b;

  font-size: 20px;

  text-align: center;

  line-height: 41px;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  position: absolute;

  left: 0;

  right: auto;

  top: 0;
}

.addTocart a:hover i {
  color: #e76026;
}

.addTocart a.add-to-cart.added i {
  left: calc(100% - 41px);
}

.addTocart a.add-to-cart.added {
  padding: 10px 45px 10px 15px !important;

  color: #fff !important;
}

.addTocart a.add-to-cart.added:before {
  opacity: 1;

  height: 350%;
}

.addTocart a:hover {
  color: #fff !important;
}

.addTocart a span {
  font-size: 13px;

  text-transform: uppercase;

  font-weight: 700;

  line-height: 21px;

  overflow: hidden;

  display: block;

  text-align: center;
}

.table-compare tr.price {
  background-color: #0b0b0b;
}

.table-compare tr.price {
  color: #fff;
}

.table-compare tr th {
  padding: 10px 15px 10px 10px;

  color: #999;

  width: 170px;

  text-align: right;
}

.slick-image-swipe .slick-track .slick-slide {
  width: auto !important;

  margin-right: 5px;
}

.slick-image-swipe .slick-track .slick-slide img {
  padding: 0.15rem;

  cursor: pointer;
}

.slick-vertical .slick-slide {
  margin-bottom: 0.25rem;
}

.carpet_details {
  display: grid;

  grid-gap: 0.5em;

  -ms-grid-columns: (minmax(100px, 1fr)) [auto-fit];

  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.carpet_details li {
  text-align: left;

  font-size: 13px;
}

.carpet_details li span {
  display: block;

  line-height: 1;

  font-size: 14px;

  font-weight: 700;
}

@media (max-width: 767px) {
  .sidenav_main_content .slick-track .slick-slide {
    width: 100px !important;
  }
}

.slick-image-swipe .slick-track .slick-slide img:hover {
  opacity: 0.7;
}

.slick-image-swipe .slick-track .slick-slide.slick-active.slick-current img {
  border: 1px solid #e76026;
}

.slick-image-swipe
  .slick-track
  .slick-slide.slick-active.slick-current
  img:hover {
  opacity: 1;
}

.rs-slider {
  position: relative;
}

.rs-slider-bar {
  height: 6px;

  border-radius: 3px;

  background-color: #dadadab5;

  cursor: pointer;
}

.rs-slider-handle {
  top: -100% !important;
}

.rs-slider-progress-bar {
  position: absolute;

  height: 6px;

  border-radius: 3px 0 0 3px;

  background-color: #f85606;
}

.rs-slider-handle {
  position: absolute;
}

.rs-slider-handle::before {
  content: "";

  position: absolute;

  width: 18px;

  height: 18px;

  border-radius: 50%;

  border: 2px solid #f85606;

  background-color: #fff;

  margin-left: -6px;

  cursor: pointer;

  -webkit-transition: background-color 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: background-color 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out,
    transform 0.3s ease-in-out;

  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out,
    transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.user_summary .card {
  text-align: center;
  border-radius: 0.5rem;
  border: 0;
  padding: 2rem;
  background:#f6f9ff;
  border: 1px solid #e1ecff;
}

.user_summary .card i {
  font-size: 20px;
}

.user_summary .card span.icon {
  border-radius: 100%;

  padding: 0.25rem;

  width: 45px;

  text-align: center;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 45px;

  margin: auto;
}

.user_summary .card h1 {
  font-weight: 700;

  margin: 0.5rem 0 0;
}

.user_summary .card p {
  color: #9aa0a3;

  margin: 0;
}

.user_summary .card hr {
  width: 50px;

  margin: 1.5rem auto 2rem;

  border-color: #9aa0a36b;

  border-width: 2px;
}

.user_summary .card img {
  border-radius: 0.25rem;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  margin-bottom: 0.25rem;
}

.user_summary .card img:not(:last-child) {
  margin-right: 0.35rem;
}

.contact .send_message {
  background-image: url("../../images/frontend/hero/carpet-bg-pattern.jpg");
  background: #f6f9ff;
  padding: 1.5rem;

  flex: 0.65;
}

.contact .send_message .form-group {
  display: grid;

  margin-bottom: 1rem;
}

.contact .send_message .form-group input {
  border: 1px solid #e1ecff;

  height: 35px;

  line-height: 25px;

  padding: 6px 16px;

  width: 100%;

  font-family: "Nunito", sans-serif;

  font-size: 14px;

  color: #444444;

  font-weight: 600;

  border-radius: 50px;
}

.contact .send_message .form-group textarea {
  border: 1px solid #e1ecff;

  font-size: 14px;

  color: #444444;

  font-weight: 600;

  padding: 16px;

  border-radius: 30px;
}

.contact .contact_info {
  flex: 0.35;

  color: #fff;

  padding-top: 2rem;

  /* background-image: url("../../images/frontend/bg/offer-products.jpg"); */
}

.contact .contact_info * {
  color: #0b0b0b;

  line-height: 1.4;
}

.contact_info li {
  display: block;
  margin: 0;
  align-items: center;
  padding-top: 5px;
}

.contact_info li i {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  font-size: 34px;
  vertical-align: middle;
  color: #76919a !important;
  min-width: 35px;
}
.contact_info li span{display: inline-block; position: relative; width: 82%; vertical-align: middle; font-weight: 600;}
.branch-name {
  font-weight: 700;
  color: #e76026 !important;
  padding-top: 10px;
  font-size: 16px;
}
.branch-name span {
  color: #ffa500 !important;
}
.map-location iframe {
  border: 2px solid #fff;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
}

.contact_info li a:hover i {
  color: #ddd !important;
}

.image__brand img {
  mix-blend-mode: multiply;

  object-fit: contain;

  height: 5rem;

  margin: 0 auto 2rem;
}

.icon__brand {
  height: 100%;

  display: -ms-flexbox;

  display: flex;
}

.product-section .slick-track {
  margin: 0;
}

.table-compare tr td {
}

.sidebar.right ul.cat li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.sidebar.right ul.posts li {
  display: grid;

  align-items: center;

  grid-template-columns: 35% 60%;

  grid-column-gap: 1em;

  margin-bottom: 1rem;
}

.sidebar.right ul.posts li .title {
  font-size: 14px;

  line-height: 1.2;

  font-weight: 700;
}

.sidebar.right li a span {
  margin: 0;
}

.sidebar.right {
  background-image: none;

  background-color: #f5f5f7;
}

.editor-content blockquote {
  position: relative;

  color: #333333;

  font-style: normal;

  font-weight: 500;

  font-size: 1.8rem;

  line-height: 1.67;

  padding: 3rem 2rem 3rem 6rem;

  border-left: 0.1rem solid transparent;

  background-color: #fafafa;

  margin-top: 2rem;

  margin-bottom: 2rem;
}

blockquote {
  border-left-color: #e76026;

  border-right-color: #e76026;
}

.editor-content blockquote:before {
  color: #cccccc;

  content: "\e67f";

  font-weight: normal;

  font-size: 3rem;

  line-height: 1;

  font-family: "themify";

  position: absolute;

  left: 2rem;

  top: 50%;

  margin-top: -1.5rem;
}

.editor-content blockquote {
  border-left-color: #e76026;

  border-width: 3px;

  background-image: url("../../images/frontend/hero/carpet-bg-pattern.jpg");
}

blockquote p {
  max-width: 1120px;

  color: #333333;

  font-style: normal;

  font-weight: 500;

  font-size: 1.3rem;

  line-height: 1.47;
}

.editor-content img {
  width: 100%;

  object-fit: cover;
}

.more_images {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));

  grid-gap: 1em;

  margin-bottom: 1rem;
}

.rs-input-number-btn-group-vertical {
  position: absolute !important;
}

.rs-input-number-btn-group-vertical > .rs-btn {
  position: absolute !important;

  height: 20px;

  width: 30px;

  visibility: hidden;
}

.custom-input-number input {
  width: 40px;

  border: 1px solid #cecece;

  text-align: center;

  color: #0b0b0b;
}

.rs-input-number-btn-group-vertical > .rs-btn.rs-input-number-touchspin-up {
  right: -30px;
}

.rs-input-number-btn-group-vertical > .rs-btn.rs-input-number-touchspin-down {
  left: -30px;
}

.rs-input-group:not(.rs-input-group-inside) {
  border: 0 !important;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  align-items: center;
}

.rs-btn-default {
  background: #e76026 !important;

  color: #fff !important;
}

.rs-btn-default:hover {
  background-image: linear-gradient(to right, #f85606, #e76026) !important;
}

.rs-input-group:not(.rs-input-group-inside) > a:first-child {
  border-bottom-left-radius: 15px !important;

  border-top-left-radius: 15px !important;
}

.rs-input-group:not(.rs-input-group-inside) > :last-child {
  border-bottom-right-radius: 15px !important;

  border-top-right-radius: 15px !important;
}

.rs-input-group:not(.rs-input-group-inside) > .rs-btn {
  width: 25px !important;

  height: 28px !important;

  text-align: center;
}

.table.cart td {
  vertical-align: middle !important;
}

.billing_info label {
  font-weight: 700;

  padding-left: 0.5rem;
}

.billing_info > div {
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  align-items: baseline;
}

.steps {
  display: grid;

  grid-template-columns: 33% 33% 33%;

  align-items: center;

  text-align: center;
}

.steps li {
  position: relative;
}

.steps li:not(:last-child):before {
  position: absolute;

  content: "";

  height: 2px;

  background: #ccc;

  top: 50%;

  width: 100%;

  z-index: -1;
}

.steps li a {
  position: relative;
}

.steps li span {
  position: absolute;
  right: 0;
  position: absolute;
  top: 5%;
  line-height: 1.7;
  left: 114%;
  text-align: left;
  font-weight: 700;
  color: #ccc;
  font-size: 16px;
}

.steps li.active span {
  color: #f85606;
}

.steps li i {
  display: block !important;

  margin: 0;

  width: 60px;

  height: 60px;

  font-size: 35px;

  line-height: 60px;

  background: #ccc;

  color: #fff;

  border-radius: 50%;

  text-align: center;
}

.steps li.active:before {
  background: #f5d730;
}

.steps li.active i {
  /* background-image: -webkit-gradient(linear, left top, right top, from(#f85606), to(#e76026));

    background-image: linear-gradient(to right, #f85606, #e76026); */

  background: #0b0b0b;

  color: #f5d730;
}

.returning a {
  color: #f5d730;

  font-weight: 700;
}

.similar_products .product-slider-arrow-one .product-slider .slick-arrow {
  top: 40%;
}

.similar_products .ee-product .content .price-ratting,
.ee-product .content .category-title {
  padding-left: 15px;

  padding-right: 15px;
}

.returning {
  font-size: 1rem;
  background-color: #0b0b0b;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0.25rem;
  margin: 0;
  margin-bottom: 15px;
}

.returning a:hover {
  color: #fff;
}

.cart-details .cart_item {
  padding: 1rem 1rem 1rem 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  align-items: flex-end;

  position: relative;
}

.cart-details .carts .cart_item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.cart-details .cart_item h4 {
  font-size: 0.9rem;

  font-weight: 500;

  line-height: 16px;

  margin-bottom: 5px;
}

.cart-details .cart_item h4 span {
  font-weight: 700;
}

.cart-details .cart_item .price {
  position: absolute;

  font-weight: 700;

  bottom: 20px;

  right: 0px;
}

.cart-details .cart_item .price span {
  font-size: 16px;

  font-weight: 700;

  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);

  padding: 5px 1.5rem 5px 10px;

  position: relative;

  background-color: #f5d730;

  display: block;

  border-radius: 0.25rem;

  color: #0b0b0b;
}

.cart-details .cart_item .price span:after {
  content: "";

  position: absolute;

  right: 15px;

  top: 45%;

  height: 5px;

  width: 5px;

  background-color: #fff;

  border-radius: 50%;
}

.sidenav_main_content.detail_bill h4 {
  font-size: 15px;

  margin-bottom: 0.15rem;

  line-height: 22px;

  color: #444;

  font-weight: 700;
}

.similar_products {
  padding-top: 3rem;
}

.rs-radio-group-inline {
  display: inline-block;

  margin-left: -10px;
}

.rs-radio-inline {
  position: relative;

  display: inline-block;

  margin-bottom: 0;

  vertical-align: middle;

  font-weight: 500;

  margin-top: 0;

  margin-left: 10px;
}

.rs-radio-checker {
  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 36px;

  min-height: 36px;

  line-height: 1;

  position: relative;
}

.rs-radio label {
  line-height: 1.14285714;

  margin-bottom: 0;

  font-weight: 500;

  cursor: pointer;
}

.rs-radio-wrapper {
  position: absolute;

  width: 16px;

  height: 16px;

  display: inline-block;

  left: 10px;

  top: 10px;
}

.rs-radio-wrapper:before {
  border: 1px solid #f85606;

  background-color: transparent;

  border-radius: 50%;

  -webkit-transform: scale(1);

  transform: scale(1);

  opacity: 0.7;

  visibility: hidden;

  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;

  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;

  transition: transform 0.2s linear, opacity 0.2s linear;

  transition: transform 0.2s linear, opacity 0.2s linear,
    -webkit-transform 0.2s linear;
}

.rs-radio-wrapper .rs-radio-inner:after,
.rs-radio-wrapper .rs-radio-inner:before,
.rs-radio-wrapper:before {
  width: 14px;

  height: 14px;
}

.rs-radio-wrapper .rs-radio-inner:after,
.rs-radio-wrapper .rs-radio-inner:before,
.rs-radio-wrapper:after,
.rs-radio-wrapper:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  display: block;
}

.rs-radio-wrapper [type="radio"] {
  opacity: 0;
}

.rs-radio-checked .rs-radio-wrapper .rs-radio-inner:before {
  border-color: #f85606;

  background-color: #f85606;
}

.rs-radio-checked label {
  color: #f85606;
  font-size: 16px;
  font-weight: 600;
}

.rs-radio-wrapper .rs-radio-inner:before {
  border: 1px solid #6d6d6d;

  background-color: transparent;

  border-radius: 50%;

  -webkit-transition: background 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;

  transition: background 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;

  transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;

  transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear,
    -webkit-box-shadow 0.2s linear;
}

.rs-radio-checked .rs-radio-wrapper:before {
  -webkit-transform: scale(1.5);

  transform: scale(1.5);

  opacity: 1;

  visibility: visible;
}

.rs-radio-wrapper:after {
  top: -10px;

  right: -10px;

  bottom: -10px;

  left: -10px;
}

.rs-checkbox {
  position: relative;

  display: block;
}

.rs-checkbox-checker {
  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 30px;

  height: 30px;

  line-height: 1;

  position: relative;
}

.rs-checkbox label {
  line-height: 1.14285714;

  margin-bottom: 0;

  font-weight: 500;

  font-size: 14px;

  cursor: pointer;
}

.rs-checkbox-wrapper {
  position: absolute;

  width: 16px;

  height: 16px;

  display: inline-block;

  left: 5px;

  top: 10px;
}

.rs-checkbox-wrapper:before {
  border: 1px solid #f85606;

  background-color: transparent;

  border-radius: 3px;

  -webkit-transform: scale(1);

  transform: scale(1);

  opacity: 0.7;

  visibility: hidden;

  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;

  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;

  transition: transform 0.2s linear, opacity 0.2s linear;

  transition: transform 0.2s linear, opacity 0.2s linear,
    -webkit-transform 0.2s linear;
}

.rs-checkbox-wrapper .rs-checkbox-inner:after,
.rs-checkbox-wrapper .rs-checkbox-inner:before,
.rs-checkbox-wrapper:before {
  width: 16px;

  height: 16px;
}

.rs-checkbox-wrapper .rs-checkbox-inner:after,
.rs-checkbox-wrapper .rs-checkbox-inner:before,
.rs-checkbox-wrapper:after,
.rs-checkbox-wrapper:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  display: block;
}

.rs-checkbox-wrapper .rs-checkbox-inner:before {
  border: 1px solid #6d6d6d;

  background-color: transparent;

  border-radius: 3px;

  -webkit-transition: background 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;

  transition: background 0.2s linear, border 0.2s linear,
    -webkit-box-shadow 0.2s linear;

  transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;

  transition: background 0.2s linear, border 0.2s linear, box-shadow 0.2s linear,
    -webkit-box-shadow 0.2s linear;
}

.rs-checkbox-checked .rs-checkbox-wrapper:before {
  -webkit-transform: scale(1.5);

  transform: scale(1.5);

  opacity: 0;

  visibility: visible;
}

.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:before,
.rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner:before {
  border-color: #f85606;

  background-color: #f85606;
}

.rs-checkbox-wrapper [type="checkbox"] {
  width: 0;

  height: 0;

  opacity: 0;
}

.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:after,
.rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner:after {
  border: solid #fff;

  width: 6px;

  height: 9px;

  margin-top: 2px;

  margin-left: 5px;

  opacity: 1;
}

.rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner:after {
  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(45deg) scale(1);

  transform: rotate(45deg) scale(1);
}

.rs-tag-group {
  display: inline-block;
}

.rs-tag-group > .rs-tag {
  margin-top: 10px;

  margin-left: 10px;
}

.rs-tag {
  display: inline-block;

  padding: 2px 8px;

  background-color: #f7f7fa;

  color: #575757;

  border-radius: 0.25rem;

  font-weight: 700;

  font-size: 13px;

  cursor: pointer;

  line-height: 1.66666667;
}

.rs-tag + .rs-tag {
  margin-left: 10px;
}

.procced_to_pay.back button:hover {
  opacity: 1 !important;
}

.sidenav_main_content .slick-list .slick-track {
  height: 100% !important;
}

label {
  font-weight: 700;

  color: #0b0b0b;
}

.sidenav_main_content.product_details .section-title-one h1,
.sidenav_main_content.product_details .section-title-one::before {
  background-color: transparent;
}

.sidenav_main_content.product_details .section-title-one::after {
  z-index: 0;

  background-color: transparent;
}

.sidenav_main_content.product_details .section-title-one h1 {
  padding-right: 0 !important;
}

.sidenav_main_content .MuiPaper-root {
  box-shadow: none !important;

  background-color: transparent !important;
}

.sidenav_main_content .MuiPaper-root input {
  border: 0;

  height: 30px !important;
}

.sidenav_main_content .MuiPaper-root input:focus {
  border: 0 !important;
}

.sidenav_main_content .MuiFormControl-root {
  background-color: #fff !important;

  border-radius: 50px !important;

  padding: 0 20px !important;

  border: 1px solid #e8e8e8 !important;
}

.sidenav_main_content .MuiFormControl-root:focus {
  border: 1px solid #f5d730 !important;
}

.sidenav_main_content button.MuiIconButton-root {
  padding: 0 !important;
}

.sidenav_main_content .MuiTablePagination-root:last-child {
  background-color: #fff;

  border: 0;
}

table.cart td a.added i {
  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: 14px;

  font-size: inherit;

  text-rendering: auto;

  color: #e76026;
}

table.cart td a.added i:before {
  content: "\f004";
}

.MuiTableCell-paddingNone[colspan="6"] {
  padding: 0.5rem 1rem !important;
}

.MuiTableCell-paddingNone[colspan="6"] table {
  border-radius: 0.25rem;
}

.MuiTableCell-paddingNone[colspan="6"] .table-sm td {
  padding: 0.3rem 0.5rem !important;
}

.inner_table thead th {
  border: 0 !important;

  padding: 0.5rem !important;
}

/* .inner_table thead{

    background-color: #f5d730;

} */

.inner_table td {
  border-top: 0 !important;
}

.WithStyles\(ForwardRef\(Chip\)\)-root-1 {
  height: 20px !important;
}

.breadcumb-section {
  padding: 0.5rem 0;
  /* background: url("../../images/frontend/hero/carpet-bg-pattern.jpg"); */
  background-color: #fff;
  border-top: 1px solid #e1ecff;
}

.MuiBreadcrumbs-li {
  text-transform: capitalize;

  font-size: 13px !important;
}

.MuiBreadcrumbs-li svg {
  cursor: pointer;
}

.MuiBreadcrumbs-li svg:hover {
  fill: #e76026;
}

.breadcumb-section .MuiTypography-colorTextPrimary {
  font-size: 13px !important;

  color: #e76026 !important;
}

.text-danger ~ input:focus {
  border: 1px solid rgb(255, 0, 0) !important;
}

.sidenav_main_content .MuiInput-underline::before,
.sidenav_main_content .MuiInput-underline::after {
  border-bottom: none !important;
}

.sidenav_main_content .MuiTableCell-head {
  font-weight: 600 !important;

  line-height: 1 !important;
}

/* .progress {

    opacity: 0;

    position: absolute;

    left: 1rem;

    right: 1rem;

    top: -.5rem;

} */

.progress {
  display: -ms-flexbox;

  display: flex;

  height: 0.5rem;

  overflow: hidden;

  font-size: 0.75rem;

  background-color: #e9ecef;

  border-radius: 50px;
}

.progress-bar {
  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

  flex-direction: column;

  -ms-flex-pack: center;

  justify-content: center;

  color: #fff;

  text-align: center;

  white-space: nowrap;

  background: #e76026;

  transition: none;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;

  animation: 1s linear infinite progress-bar-stripes;
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );

  background-size: 1rem 1rem;
}

.required {
  position: relative;
}

.required:after {
  content: "*";

  color: #f85606;

  position: absolute;

  right: -15px;

  top: 0;
}

span.text-danger {
  font-size: 0.75rem;

  color: #f85606 !important;

  padding-left: 0.2rem;

  text-transform: capitalize;
}

label {
  margin-bottom: 0.25rem;
}

.login_form .form-group {
  margin-bottom: 0.75rem;
}

.merorug_default {
  object-fit: contain;

  filter: brightness(20%) invert(1);
}

.cms_content {
  border-left: 4px solid #e76026;
}

.view-choose {
  padding-left: 10px;

  font-size: 16px;

  z-index: 99;
}

.view-choose i {
  color: #5d5d5d;
}

.view-choose:hover {
  opacity: 1 !important;
}

.view-choose:hover i {
  color: #e76026 !important;
}

.choose_layout input {
  z-index: 999 !important;
}

.choose_layout input:checked + a i {
  color: #e76026;
}

.select_color.choose_layout input + a:after {
  width: 0 !important;

  height: 0 !important;

  opacity: 0 !important;
}

.layout_view {
  -webkit-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;
}

.layout_view.flex-column .col-md-6 {
  flex: 0 0 100% !important;

  max-width: 100% !important;
}

.layout_view .ee-product .image .img img,
.layout_view .ee-product .image .add-to-cart {
  transition: none;
}

.layout_view.flex-column .ee-product {
  display: grid;

  position: relative;

  grid-template-columns: 1fr 3fr;
}

.layout_view.flex-row .ee-product .image .img img {
  height: 280px !important;
}

.layout_view.flex-column .ee-product .image .img img {
  height: 150px !important; width:150px;
}

.layout_view.flex-column .ee-product .content .category-title .title, 
.layout_view.flex-column  .ee-product .content .price-ratting .price{text-align:left;}
.layout_view.flex-column .ee-product .content .price-ratting{width:75%; display:inline-block; margin-top: 30px;}

.layout_view.flex-column .ee-product .image {
  position: initial;
}

.layout_view.flex-column .ee-product .image .wishlist-compare a {
  opacity: 1;

  visibility: visible;

  transition: none;

  left: auto !important;

  right: 0px !important;
}

.layout_view.flex-column .ee-product .image .add-to-cart {
  opacity: 1;

  visibility: visible;

  left: auto;

  right: -70px;

  bottom: 20px;
}

.map_address {
  /* display: grid;

  grid-template-columns: repeat(2, auto);

  grid-gap: 0.75em; */
}

.map_address a {
  display: inline-block;

  color: #0b0b0b !important;

  padding: 5px 15px;

  font-family: "Nunito", sans-serif;

  font-size: 0.975rem;

  font-weight: 700;
}

.map_address .nav-link:hover {
  color: #e76026;
}

.map_address .nav-link.active {
  background-color: #e76026;

  color: #fff;
}

#addreview {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

  padding: 20px 15px;

  background-color: #fff;
}

#addreview .header-advance-search {
  border: 1px solid #dcdcdc;
}

.order_status {
  width: max-content;

  padding: 0 0.25rem;

  margin: auto;

  font-weight: 700;

  border-radius: 50px;
}

tr.MuiTableRow-root {
  height: auto !important;
}

.orders .MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignLeft > p {
  color: #0b0b0b;

  width: max-content;

  border-radius: 50px;

  font-weight: 700;

  padding: 0 0.75rem;

  font-size: 13px;

  line-height: 1.7;
}

.slick-slider.product_image .slick-list img {
  /* object-fit: contain !important;

  height: 400px !important; */
}

.contact_info h1 {
  font-size: 1.3rem !important;
}

.hero-item .content {
  position: absolute;

  /* bottom: 50px; */

  bottom: 50px;

  text-align: center;

  left: 0%;

  width: 100%;

  margin: auto;
}

.hero-item .content > p {
  font-family: "Nunito", sans-serif;

  background-color: rgba(0, 0, 0, 0.35);

  color: white;

  padding: 0.5rem;

  margin: auto;

  width: fit-content;

  text-align: center;

  font-size: 24px;

  line-height: 1.2;
}

/* .hero-item .content > * {

  -webkit-animation-delay: 1s;

  animation-delay: 1s;

}

.hero-item .content > * {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

} */

.product-cat {
  margin-bottom: 2rem;
}

.product-cat-title {
  font-size: 1.4rem;

  font-weight: bold;

  border-bottom: 1px solid #dddddd;

  text-align: center;

  padding: 0.75rem;

  color: #0b0b0b;
}

.product-cat-content {
  padding: 1rem;

  text-align: justify;
}

.product-cat-content p {
  line-height: 1.5;

  font-size: 0.9rem;
}

.product-cat:hover {
  color: inherit;

  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.customize_form {
  background: url(../../images/frontend/hero/carpet-bg-pattern.jpg);

  padding: 2rem;
}

.social_icons > div > button:first-child {
  margin-right: 0.5rem;
}

.customize_form label,
.customize_form a {
  font-weight: 700;

  color: #0b0b0b;
}

.custom-input-file {
  position: relative;

  display: inline-block;

  width: 100%;

  height: calc(1.5em + 0.75rem + 2px);
}

.custom-input-file input {
  position: relative;

  z-index: 2;

  cursor: pointer;

  width: 100%;

  margin: 0;

  opacity: 0;
}

.custom-file-label {
  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  z-index: 1;

  height: 37px;

  border: none;

  line-height: 25px;

  padding: 6px 16px;

  width: 100%;

  font-family: "Nunito", sans-serif;

  font-size: 13px;

  color: #444444;

  font-weight: 700;

  border-radius: 50px;

  cursor: pointer;

  background-color: #fff;
}

.custom-input-file ~ .custom-file-label::after {
  content: "Choose an image";
}

.custom-file-label::after {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: 3;

  display: block;

  height: 37px;

  line-height: 25px;

  padding: 6px 22px;

  color: #fff;

  content: "Browse";

  background-color: #e76026;

  border-left: inherit;

  border-radius: 0 50px 50px 0;
}

.custom-input-file input:hover ~ .custom-file-label::after {
  background-image: linear-gradient(to right, #f85606, #e76026);
}

.checkout_login .input-details {
  position: relative;
}

.custom_qty .custom-input-number input {
  border-radius: 0 !important;

  width: 100% !important;

  border: 0 !important;
}

.custom_qty .rs-input-group:not(.rs-input-group-inside) > .rs-btn {
  height: 36px !important;

  line-height: 36px;

  width: 30px !important;
}

.search_select {
}

.rs-picker-block {
  display: block !important;
}

.rs-picker-toggle-wrapper {
  display: inline-block;

  vertical-align: middle;

  max-width: 100%;
}

.rs-picker-toggle {
  text-align: left;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 100%;
}

.rs-picker-toggle {
  display: inline-block;

  margin-bottom: 0;

  font-weight: 500;

  text-align: center;

  vertical-align: middle;

  cursor: pointer;

  outline: 0 !important;

  border: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  padding: 8px 12px;

  font-size: 14px;

  line-height: 1.42857143;

  border-radius: 20px;
}

a.rs-btn {
  text-decoration: none;
}

.rs-picker-default .rs-picker-toggle.rs-btn {
  padding-top: 8px;

  padding-bottom: 8px;

  text-align: left;

  padding-left: 15px;
}

.rs-picker-toggle-wrapper .rs-picker-toggle.rs-btn {
  padding-right: 32px;
}

.rs-picker-toggle {
  text-align: left;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 100%;
}

.rs-picker-default .rs-btn,
.rs-picker-default .rs-picker-toggle,
.rs-picker-input .rs-btn,
.rs-picker-input .rs-picker-toggle {
  background: #fff !important;
}

.rs-picker-default .rs-picker-toggle {
  position: relative;

  z-index: 5;

  padding-right: 32px;

  display: inline-block;

  outline: none;

  cursor: pointer;

  color: #444444;

  border: none;
}

.rs-picker-default .rs-btn,
.rs-picker-default .rs-picker-toggle {
  -webkit-transition: border-color 0.3s ease-in-out;

  transition: border-color 0.3s ease-in-out;
}

.rs-picker-toggle .rs-picker-toggle-placeholder {
  color: #8e8e93;
}

.rs-picker-toggle-caret {
  display: inline-block;

  margin-left: 2px;

  position: absolute;

  top: 8px;

  right: 12px;

  font-weight: 500;

  color: #444444;
}

.rs-picker-default .rs-picker-toggle.rs-btn .rs-picker-toggle-caret,
.rs-picker-default .rs-picker-toggle.rs-btn .rs-picker-toggle-clean {
  top: 7px;
}

.rs-picker-toggle.rs-btn .rs-picker-toggle-caret {
  right: 12px;
}

.rs-picker-toggle-caret:before {
  font-family: themify !important;
}

.rs-picker-toggle-clean {
  display: inline-block;

  margin-left: 2px;

  position: absolute;

  top: 8px;

  right: 30px;

  font-weight: 500;

  background: inherit;

  color: #a6a6a6;

  -webkit-transition: color 0.2s linear;

  transition: color 0.2s linear;

  cursor: pointer;

  text-align: center\9;
}

.rs-picker-toggle.rs-btn .rs-picker-toggle-clean {
  right: 30px;
}

.rs-picker-placement-bottom-end .rs-picker-toggle-caret:before,
.rs-picker-placement-bottom-start .rs-picker-toggle-caret:before,
.rs-picker-toggle-caret:before {
  content: "\e64b";
}

.fade.in {
  opacity: 1;
}

.rs-picker-menu {
  position: absolute;

  text-align: left;

  z-index: 7;

  border-radius: 6px;

  background-color: #fff;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06),
    0 4px 4px rgba(0, 0, 0, 0.12);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.12);

  overflow: hidden;

  -webkit-transition: none;

  transition: none;
}

.rs-picker-menu .rs-picker-search-bar {
  position: relative;

  padding: 6px 12px 12px;
}

.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input {
  display: block;

  width: 100%;

  color: #575757;

  background-color: #fff;

  background-image: none;

  border: 1px solid #ccc;

  -webkit-transition: border-color 0.3s ease-in-out;

  transition: border-color 0.3s ease-in-out;

  border-radius: 6px;

  font-size: 14px;

  line-height: 1.42857143;

  height: 36px\9;

  min-width: 200px;

  padding: 7px 36px 7px 11px;
}

.rs-picker-menu .rs-picker-search-bar .rs-picker-search-bar-input:focus {
  border: 1px solid #e76026;
}

.rs-picker-menu .rs-picker-search-bar:after {
  content: "\edef";

  font-family: Icofont;

  font-style: normal;

  position: absolute;

  width: 14px;

  color: #c5c6c7;

  font-size: 14px;

  line-height: 1.42857143;

  top: 14px;

  right: 24px;
}

.rs-picker-check-menu-items {
  margin-bottom: 6px;

  overflow-y: auto;
}

[tabindex="-1"] {
  outline: none;
}

.ReactVirtualized__Grid .rs-checkbox {
  position: relative;

  display: block;
}

.ReactVirtualized__Grid .rs-check-item .rs-checkbox-checker {
  padding: 0;
}

.ReactVirtualized__Grid .rs-checkbox-checker {
  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 36px;

  min-height: 36px;

  line-height: 1;

  position: relative;
}

.ReactVirtualized__Grid .rs-check-item .rs-checkbox-checker > label {
  position: relative;

  cursor: pointer;

  display: block;

  padding: 8px 12px 8px 38px;

  -webkit-transition: color 0.3s linear, background-color 0.3s linear;

  transition: color 0.3s linear, background-color 0.3s linear;

  line-height: 20px;
}

.ReactVirtualized__Grid .rs-check-item .rs-checkbox-checker > label {
  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;
}

.ReactVirtualized__Grid .rs-checkbox-wrapper {
  position: absolute;

  width: 16px;

  height: 16px;

  display: inline-block;

  left: 10px;

  top: 10px;
}

.ReactVirtualized__Grid
  .rs-check-item
  .rs-checkbox-checker
  > label
  .rs-checkbox-wrapper {
  left: 12px;
}

.rs-picker-toggle-value {
  /* display: block; */

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 100%;
}

.rs-picker-menu.rs-picker-check-menu,
.rs-picker-menu.rs-picker-select-menu {
  padding-top: 6px;
}

.rs-picker-countable .rs-picker-toggle-value {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.rs-picker-default:not(.rs-picker-disabled) .rs-btn.active,
.rs-picker-default:not(.rs-picker-disabled) .rs-btn:hover,
.rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle.active,
.rs-picker-default:not(.rs-picker-disabled) .rs-picker-toggle:hover {
  /* border-color: #1675e0; */
}

.rs-picker-value-list {
  -webkit-box-flex: 0;

  -ms-flex: 0 1 auto;

  flex: 0 1 auto;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block\9;

  max-width: 100%\9;
}

.rs-picker-value-count {
  margin: 0 4px;

  background: #e76026;

  color: #fff;

  border-radius: 10px;

  padding: 0 8px;

  line-height: 20px;
}

.rs-picker-block {
  display: block;
}

.rs-picker-cleanable .rs-picker-toggle.rs-btn {
  padding-right: 44px;
}

.rs-picker-countable .rs-picker-toggle-value {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.rs-picker-value-separator {
  margin: 0 4px 0 0;
}

.rs-picker-has-value .rs-btn .rs-picker-toggle-value,
.rs-picker-has-value .rs-picker-toggle .rs-picker-toggle-value {
  color: #e76026;
}

.hero-item h1 {
  margin-bottom: 0;
}

h3,
.makeStyles-heading-37 {
  font-family: "Nunito", sans-serif;
}

@media (max-width: 767px) {
  .layout_view.flex-column .ee-product .image .add-to-cart {
    bottom: 5px;
  }

  .layout_view.flex-column .ee-product .image .wishlist-compare {
    top: 40%;
  }
}

input:-internal-autofill-selected {
  background-color: #f5f5f6 !important;
}

.contact_info_main ul {
  list-style-type: none;
}

.track_order_status {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

  background-color: #f5f5f7;

  border-radius: 0.25rem;

  padding: 1rem;

  color: #ddd;

  width: max-content;

  margin: 2rem auto 0;
}

.track_order_status {
  position: relative;

  padding-top: 4rem;
}

.track_order_status.delivered,
.track_order_status.confirmed {
  color: green;
}

.track_order_status.nconfirmed {
  color: #c4a702;
}

.track_order_status.cancelled,
.track_order_status.error {
  color: #e76026;
}

.track_order_status.assigned {
  color: #0b0b0b;
}

.track_order_status:before {
  font-family: IcoFont !important;

  position: absolute;

  left: 40%;

  top: 20%;

  font-size: 4rem;
}

.track_order_status.delivered:before {
  content: "\ebf5";
}

.track_order_status.nconfirmed:before {
  content: "\efed";
}

.track_order_status.cancelled:before {
  content: "\efe8";
}

.track_order_status.assigned:before {
  content: "\eee2";
}

.track_order_status.confirmed:before {
  content: "\f0f3";
}

.track_order_status.error:before {
  content: "\efec";
}

.slick-image-swipe img {
  width: auto !important;

  height: 90px;

  object-fit: cover;
}

.other_information .MuiPaper-root .MuiAccordionSummary-content {
  margin: 5px 0;

  padding: 5px 0;
}

.other_information .MuiPaper-root .MuiIconButton-root {
  padding: 0px 0;

  width: 35px;
}

.other_information .MuiPaper-root .MuiAccordionSummary-root {
  min-height: 35px;
}

.other_information .MuiAccordion-rounded:last-child,
.other_information .MuiAccordion-rounded:first-child {
  border-radius: 0;
}

.other_information .MuiAccordionSummary-root.Mui-expanded {
  min-height: 40px;

  border-bottom: 1px solid #ccc;
}

.other_information .list-info {
  margin-bottom: 10px;
}

.other_information .list-info li {
  font-weight: 700;

  display: grid;

  grid-template-columns: 40% 55%;
}

.other_information .list-info li span {
  font-weight: 500;
}

.detail_product svg {
  width: 100%;
}

.payment_section {
  display: -ms-grid;

  display: grid;

  -ms-grid-columns: (minmax(75px, 1fr)) [auto-fit];

  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));

  grid-gap: 0.5em;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #f5d73075, 0 0 0 10px #f5d73075, 0 0 0 30px #f5d73075,
      0 0 0 60px #f5d73075;
  }

  100% {
    box-shadow: 0 0 0 10px #f5d73075, 0 0 0 30px #f5d73075, 0 0 0 60px #f5d73075,
      0 0 0 90px rgba(0, 231, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #f5d73075, 0 0 0 10px #f5d73075, 0 0 0 30px #f5d73075,
      0 0 0 60px #f5d73075;
  }

  100% {
    box-shadow: 0 0 0 10px #f5d73075, 0 0 0 30px #f5d73075, 0 0 0 60px #f5d73075,
      0 0 0 90px rgba(0, 231, 255, 0);
  }
}

.MuiTableCell-root{padding: 7px 10px !important;}
.cms_sec p, .why-choose-sec p{font-size: 16px; line-height:30px;}
.why-choose-sec img{max-height: 100px; max-width: 100%; margin-left:30px}
.why-choose-sec .row{margin-bottom: 30px; min-height:200px;}
.qr_sec{padding-top: 30px;}
.qr_sec figure img{max-width: 100%; max-height: 300px; border: 1px solid #abcdef;}

@media only screen and (max-width: 1199px) {
  .product-tab-list li{margin-bottom: 25px;}
  .header-logo img{max-height:80px;}
  .pad-right-0{padding-right: 0px;}
}

@media (min-width: 992px) {
  .more_images img:nth-child(2) {
    grid-column: 2/4;
  }

  .more_images img:last-child {
    grid-column: 1/4;
  }

  .contact {
    grid-template-columns: repeat(2, auto);

    grid-gap: 2em;
  }

  .checkout_login .input-details:after {
    position: absolute;

    content: "OR";

    top: 33%;

    right: -20px;

    background-color: #0b0b0b;

    border-radius: 100%;

    color: #f5d730;

    text-align: center;

    padding: 0.5rem;

    display: block;

    margin: 0.75rem auto;

    font-weight: 700;

    width: fit-content;

    z-index: 2;

    width: 40px;

    height: 40px;
  }

  .hero-item .content {
    bottom: 40vh;
  }
}

@media only screen and (max-width: 991px) {
  .header-top-border{border-bottom-color: #f9f9f9; padding-top: 2px;}
  .mean-container .mean-bar{padding: 0px; min-height: 25px;}
  .mean-container a.meanmenu-reveal{padding: 5px !important; float: right;}
  .mean-container .mean-nav{position: absolute; top: 0; right: 0;}
  .user_summary .card{padding: 0.5rem;}
  .user_summary .card hr{margin-bottom: 0.5rem;}
  .checkout_login .input-details {
    border-right: 0 !important;
  }
  .hero-side-category nav.category-menu{left: 0; right: auto;}
  .header-advance-search .select{display:none;}
  .header-advance-search .submit{margin-left:0px;}
  .category-toggle-wrap .category-toggle{padding:5px 5px;}
  .header-logo{padding-right:0px;}
  .header-shop-links a.header-wishlist{margin-right:0px;}
  .header-advance-search{margin-top: 15px;}
  .header-shop-links{padding-top: 20px;}
  .header-sticky.is-sticky{position:relative;}
  .author-footer{text-align: center !important;}
  .sidenav_main_content{padding: 10px 15px;}
  .select_color a, .select_color input{height: 20px; width: 20px;}
  .product_details .add-to-cart i {height:35px; width: 35px; line-height: 35px;}
  .product_details .add-to-cart span{line-height: 15px;}
  .product_details .add-to-cart{padding:10px 15px 10px 40px;}
  .product_details .add-to-cart.added i{left:calc(100% - 35px);}
  .product_details .wishlist-compare .wishlist{margin-right: 0.5rem;}
  .product_details .wishlist-compare .wishlist span, .desktop-menu{display: none;}
  .sidenav_main_content .MuiPaper-root input{height: 20px !important;}
  .login_form button, .customize_form button, .add_review button, .sidenav_content button, .contact button{margin-top: 1px !important;}
  .MuiTablePagination-toolbar{min-height: 25px !important;}
  .contact .send_message{padding: 1rem;}
  .contact_info li span{width:75%;}
}

@media (min-width: 768px) {
  .editor-content blockquote {
    padding: 3rem 5rem 3rem 10rem;
  }

  .editor-content blockquote:before {
    left: 4rem;
  }

  .form_verify {
    max-width: 60vw;
  }

  .form_verify .customize_form {
    margin-bottom: 2rem;
  }

  .contact .send_message {
    min-width: 500px;
    margin: auto;
    border: 1px solid #e1ecff;
  }

  .contact .contact_info {
    min-width: 220px;
  }

  .header-advance-search .input.search {
    width: 565px;
  }

  .map_address {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product-tab-list li{margin-bottom: 25px;}
}

@media only screen and (max-width: 768px) {
  .product-tab-list li {
    margin-bottom: 0px;
  }
  .product-tab-list li a.active:before, .product-tab-list li a.active:after{display: none !important;}
}

@media only screen and (max-width: 767px) {
  .product_details_tab_content.shipping > div {
    width: 100%;

    padding: 0;

    margin: 1rem 0;
  }

  .steps li i {
    height: 45px;

    width: 45px;

    line-height: 45px;

    font-size: 24px;
  }

  .steps li span {
    left: 0;

    right: auto;

    top: 110%;

    line-height: 1.3;

    text-align: center;
  }

  .input-details {
    border-right: 0;

    /* border-bottom: 1px solid #000; */
  }

  #otp_code {
    width: 100% !important;
  }

  .faq .MuiAccordionSummary-content,
  .sidebar_filter .MuiAccordionSummary-content {
    display: initial !important;
  }

  .cart-details .carts .cart_item img {
    width: 80px;
  }

  .d-xs-none{display: none !important;}
  .hero-side-category nav.category-menu {
    right: 0;
    left: auto;
  }
  .header-advance-search{margin-top: 5px; margin-bottom: 5px; width: 100%;}
  .header-advance-search .input{border-right: none;}
  .header-advance-search .submit{float: right;}
  .header-shop-links a{margin-bottom: 10px;}
  .header-advance-search .input input{height: 30px;}
  .header-advance-search .input input{padding: 2px 10px;}
  .header-advance-search .submit button{width: 45px; height: 30px;}
  .header-advance-search .submit button i{line-height: 24px; font-size: 16px;}
  .header-shop-links{padding-top: 10px; float: right;}
  .header-logo{background: transparent;}
  .header-top-border{z-index: 6; position: relative; background: transparent; border:none;}
  .user_summary .card{margin-bottom: 1rem;}

  .cms_sec h3, .why-choose-sec h3{font-size:20px;}
  .why-choose-sec .col-lg-5{text-align:center; margin-top:15px; margin-bottom:15px;}
  .why-choose-sec img{margin-left:0px; margin-left:auto; margin-right:auto;}
  .layout_view.flex-column .ee-product .content .price-ratting{margin-top:0px;}

}

@media (max-width: 575px) {
  .product_details .price-ratting .price {
    text-align: center;
  }
  .cms_sec h3, .why-choose-sec h3{font-size:18px;}
  .cms_sec p, .why-choose-sec p{font-size:15px; line-height:25px;}
  .ee-product{overflow:hidden;}
  .bg-blue{padding:30px 0 30px 0;}
}

@media (max-width: 479px) {
  .editor-content blockquote {
    padding: 2rem 1rem 2rem 3rem;
  }

  .editor-content blockquote p {
    font-size: 1rem;
  }

  .editor-content blockquote:before {
    left: 2%;

    font-size: 2.5rem;

    top: 35%;
  }

  .view_cart > div {
    max-width: 100%;

    flex: 0 1 auto;

    -ms-flex: 0 1 auto;
  }

  .view_cart > div:first-child {
    margin-bottom: 1rem;
  }

  .cart-details .cart_item {
    -ms-flex-direction: column;

    flex-direction: column;

    align-items: flex-start;

    padding: 0.5rem;
  }

  .cart-details .cart_item img {
    margin-bottom: 0.5rem;
  }

  .cart-details .cart_item .price {
    bottom: 8px;
  }

  .cart-details .cart_item .price span {
    font-size: 14px;

    padding: 2px 1.5rem 2px 5px;
  }
  .footer-copyright p,  .author-footer p{font-size:12px; line-height: 16px;}
}

@media (max-width: 420px) {
  .hero-side-category .category-toggle-wrap{margin-right: -10px;}
  .header-bottom .col-8{padding-right: 0px;}
  .product_details .price-ratting .price span, .category-toggle-wrap .category-toggle, .cms_sec h3, .why-choose-sec h3{font-size: 16px;}
  .cms_sec p, .why-choose-sec p, ul.link-widget li a{font-size:14px; line-height:25px;}
  .choose_layout.select_color{display:none !important;}
}

@media (max-width: 393px) {
  .header-advance-search .input input, .header-advance-search .submit button{height:25px;}
  .header-advance-search .submit button{width: 40px;}
  .MuiDialogActions-root button{height: 25px; font-size: 11px; font-weight: 500;}
}

@media (max-width: 375px) {
    .contact-info ul li{font-size: 14px; line-height: 20px; font-weight: 500;}
}

@media (max-width: 370px) {
  .category-toggle-wrap .category-toggle{font-size: 14px;}
}

@media (max-width: 360px) {
  .category-toggle-wrap .category-toggle span{display:none;}
  .hero-side-category .category-toggle-wrap{margin-right: 0px;}
  .category-toggle-wrap .category-toggle{height: 35px; width: 35px; border: 1px solid #eee; border-radius: 100%;}
  .category-toggle-wrap .category-toggle:hover{background: #ec802c; color: #fff; border-color: #f85606;}
  .header-shop-links a i{font-size: 18px;}
}