@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Poppins", sans-serif !important;
  margin: 0;
  padding: 0;
  transition: 0.3s;
  scroll-behavior: smooth !important;
}
* body {
  scroll-behavior: smooth !important;
}
* body .scroll-top #scrollup,
* body .review_score {
  background-color: #000000;
}
.container-fluid{padding: 0 15px;}
.container {
  padding: 0 15px;
}
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}
.row:not(.g-0) > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

  /* ----- Boxes-Spacing -----------*/
.row.inng-boxes-spacing-20px, .inng-boxes-spacing-20px { margin: 0 -15px; }
.inng-boxes-spacing-20px .inng-box-col-wrapper {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 20px;
}
.row.inng-boxes-spacing-15px, .inng-boxes-spacing-15px { margin: 0 -10px; }
.row.inng-boxes-spacing-15px .inng-box-col-wrapper {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
    padding-bottom: 15px;
}
.row.inng-boxes-spacing-10px, .inng-boxes-spacing-10px{ margin: 0 -5px; }
.row.inng-boxes-spacing-10px .inng-box-col-wrapper {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px;
}
.row.inng-boxes-spacing-5px, .inng-boxes-spacing-5px{ margin: 0; }
.row.inng-boxes-spacing-5px .inng-box-col-wrapper {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
    padding-bottom: 5px;
}
.row.inng-boxes-spacing-0px, .inng-boxes-spacing-0px{ margin: 0; }
.row.inng-boxes-spacing-0px .inng-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}

* body header {
  overflow: visible;
  position: relative;
  top: 0;
  z-index: 9999;
  transition: 1s;
}
* body header.scrolled .topheader {
  display: none;
}
* body header.scrolled .navigationbar {
  display: none;
}
* body header.scrolled .menu {
  border-bottom: 1px solid #f4f4f4;
  background-color: #677278;
  padding: 0;
}
* body header.scrolled .menu .container ul li {
  height: 60px;
  padding: 0 10px;
  min-width: 100px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
* body header.scrolled .menu .container ul li.active {
  background-color: #000000;
}
* body header.scrolled .menu .container ul li.active a {
  color: #ffffff;
}
* body header.scrolled .menu .container ul li a {
  color: #ffffff;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
* body header.scrolled .menu .container ul li a svg {
  margin-right: 8px;
}
* body header.scrolled .menu .container ul li a:hover {
  color: #ffffff !important;
}
* body header.scrolled .menu .container ul li:hover .dropdownmenu {
  padding-top: 0;
}
* body header.scrolled .menu .container ul li .col-md-3.level1 a {
  justify-content: left;
  padding: 0;
}
* body header.scrolled .menu .container ul li.level3 {
  height: auto;
}
* body header.scrolled .menu .container ul li.level3 a:hover {
  color: #525252 !important;
}
* body header .topheader {
  background: var(--light-gray, #f0f0f0);
  position: relative;
  width: 100%;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
}
* body header .topheader .top_bar_contact_item{
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: inline-block;

}
* body header .navigationbar {
  padding: 16px 0;
  position: relative;
  z-index: 9999;
  background-color: #ffffff;
}
* body header .navigationbar .row {
  vertical-align: middle;
  align-items: center;
}
* body header .main-navigation .navbutton {
  display: none;
}
* body header .navigationbar .row .logo {
  width: 152px;
}
* body header .navigationbar .row .search {
  max-width: 963px;
  margin-left: auto;
}
* body header .navigationbar .row .search form {
  height: 48px;
  border-radius: 4px;
  border: 0.5px solid var(--medium-gray, #e1e1e1);
  background: var(--white, #fff);
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body header .navigationbar .row .search form input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: calc(100% - 58px);
  padding: 0 14px;
  color: var(--dark-gray, #677278);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
* body header .navigationbar .row .search form input::-moz-placeholder {
  color: var(--dark-gray, #677278);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
* body header .navigationbar .row .search form input::placeholder {
  color: var(--dark-gray, #677278);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
* body header .navigationbar .row .search form select {
  width: 200px;
  height: 46px;
  border: none !important;
  border-left: 0.5px solid var(--medium-gray, #e1e1e1) !important;
  padding: 0 18px;
}
* body header .navigationbar .row .search form button {
  width: 55px;
  height: 46px;
  border-radius: 0px 4px 4px 0px;
  background: #000000;
  color: #fff;
}
* body header .navigationbar .row .navLink {
  width: 422px;
}
* body header .navigationbar .row .navLink ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body header .navigationbar .row .navLink ul li {
  position: relative;
  margin-left: auto;
}
* body header .navigationbar .row .navLink ul li a {
  color: var(--dark-gray, #000000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
* body header .navigationbar .row .navLink ul li a img {
  margin-right: 10px;
}
* body header .navigationbar .row .navLink ul li a span#cartShow {
  position: absolute;
  left: 5px;
  top: -14px;
  background: #000000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
* body header .navigationbar .row .navLink ul li:hover .profileLinks,
* body header .navigationbar .row .navLink ul li:hover .cartdropdown {
  opacity: 1;
  visibility: visible;
  -webkiit-transform: scaleY(1);
  transform: scaleY(1);
}
* body header .navigationbar .row .navLink ul li .profileLinks {
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 9999;
  padding-top: 10px;
  -webkiit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  z-index: 999;
  transition: 0.5s;
}
* body header .navigationbar .row .navLink ul li .profileLinks ul {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 12px;
  overflow: hidden;
  display: block;
}
* body header .navigationbar .row .navLink ul li .profileLinks ul li {
  padding: 6px 0;
}
* body header .navigationbar .row .navLink ul li .profileLinks ul li a svg {
  max-width: 20px;
  margin-right: 10px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  z-index: 9999;
  padding-top: 10px;
  -webkiit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  z-index: 999;
  transition: 0.5s;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner {
  background-color: #ffffff;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem {
  max-height: 250px;
  overflow: auto;
  padding-top: 12px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 5px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single {
  border-bottom: 1px solid #ededed;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row {
  margin: 0;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .image {
  width: 77px;
  padding: 0;
  position: relative;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .image img {
  width: 100%;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .image p.quantity {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .image p.quantity::after {
  content: "x";
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .text {
  width: calc(100% - 77px);
  position: relative;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .text a.deletecart {
  position: absolute;
  bottom: calc(100% - 20px);
  right: 0;
  font-size: 30px;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .text h5 {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: left;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .text h6 {
  color: #e21721;
  display: block;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .cartItem .single .row .text p {
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .total {
  margin: 12px 0;
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .total .single .row .text {
  width: 60%;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .total .single .row .text p {
  margin: 0;
  padding: 0;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 500;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .total .single .row .price {
  width: 40%;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .total .single .row .price p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #e21721;
  text-align: right;
  font-weight: 500;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .buttons {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .buttons a {
  min-width: 100px;
  border-radius: 4px;
  padding: 0 12px;
  height: 40px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  transition: 0.3;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .buttons a:hover {
  color: #ffffff !important;
  transform: scale(1.1);
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .buttons a.gotocart {
  background-color: #677278;
}
* body header .navigationbar .row .navLink ul li .cartdropdown .inner .buttons a.checkout {
  background-color: #000000;
}
* body .menu {
  position: sticky;
  top: 0;
  z-index: 999;
  border-top: 0.2px solid rgba(103, 114, 120, 0.168627451);
  background-color: #2c3e50 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
}
* body .menu ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  position: relative;
  z-index: 999;
}
* body .menu ul li {
  z-index: 999;
  position: relative;
  height: 50px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}
* body .menu ul li .page-scroll {
  color: #ffffff !important;
}
* body .menu ul li .page-scroll:hover {
  color: #ffffff !important;
}
* body .menu ul li.active {
  background-color: rgb(0 0 0);
  padding: 5px 15px !important;
  background-color: rgba(0, 0, 0, 0.0588235294);
}
* body .menu ul li.active a {
  color: #ffffff;
}
* body .menu ul li:nth-child(2) {
  position: initial;
}
* body .menu ul li:nth-child(2) .dropdownmenu {
  width: 100%;
}
* body .menu ul li:nth-last-child(2) .dropdownmenu {
  right: 0;
  left: initial;
}
* body .menu ul li:last-child a::before, * body .menu ul li:first-child a::before {
  display: none;
}
* body .menu ul li:hover a.page-scroll::before {
  opacity: 1;
}
* body .menu ul li:hover .dropdownmenu {
  display: block !important;
  opacity: 1;
  visibility: visible;
  -webkiit-transform: scaleY(1);
  transform: scaleY(1);
}
* body .menu ul li a {
  text-align: left;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 999;
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body .menu ul li a svg {
  margin-right: 8px;
}
* body .menu ul li a.page-scroll::before {
  content: "";
  border: 4px solid transparent;
  border-bottom-color: #fff;
  bottom: -19px;
  margin-right: 0;
  position: absolute;
  right: 50%;
  transition: all 0s ease;
  z-index: 1001;
  opacity: 0;
}
* body .menu ul li .dropdownmenu {
  left: 0%;
  right: 0%;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkiit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  width: 600px;
  visibility: hidden;
  z-index: 999;
  transition: 0.5s;
  overflow: auto;
}
* body .menu ul li .dropdownmenu.full {
  width: 100%;
}
* body .menu ul li .dropdownmenu.dropright {
  left: 0;
  right: initial;
}
* body .menu ul li .dropdownmenu .dropleft {
  right: 0;
  left: initial;
}
* body .menu ul li .dropdownmenu .dropdowbackground {
  background-color: rgba(0, 0, 0, 0.2941176471);
  height: 100%;
}
* body .menu ul li .dropdownmenu .megamenu-inner {
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  padding-bottom: 30px;
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
* body .menu ul li .dropdownmenu .megamenu-inner .level1 a span {
  color: #000 !important;
}
* body .menu ul li .dropdownmenu .categoryName {
  position: relative;
  height: 400px;
  overflow: hidden;
}
* body .menu ul li .dropdownmenu .categoryName::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3411764706);
}
* body .menu ul li .dropdownmenu .categoryName img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: inherit;
  max-width: inherit;
  height: 400px;  
}
* body .menu ul li .dropdownmenu .categoryName p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 12px;
  text-align: center;
}
* body .menu ul li .dropdownmenu .col-md-3 {
  margin-bottom: 20px;
}
* body .menu ul li .dropdownmenu .col-md-3.level1 a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
* body .menu ul li .dropdownmenu .col-md-3.level1 a img {
  width: 30px;
  margin-right: 10px;
}
* body .menu ul li .dropdownmenu .col-md-3.level1 a span {
  padding: 0;
  margin: 0;
  border: none !important;
}
* body .menu ul li .dropdownmenu .col-md-3.level1 .level3 a {
  margin-bottom: 6px;
  text-decoration: none;
  font-size: 13px !important;
  font-family: Poppins;
  color: #525252;
  line-height: 1.5;
  text-transform: unset;
  letter-spacing: unset;
  height: initial;
}
* body .menu ul li .dropdownmenu .col-md-3.level2 .withImage {
  padding: 0;
  margin: 0;
  border: none !important;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body .menu ul li .dropdownmenu .col-md-3.level2 .withImage p {
  margin: 0;
  padding-bottom: 0;
}
* body .menu ul li .dropdownmenu .level3 {
  height: initial;
}
* body .menu ul li .dropdownmenu .level3 a {
  text-align: left;
}
* body .menu ul li .dropdownmenu .sub-menu-level2 .level3 {
  height: initial;
}
* body .menu ul li .dropdownmenu .sub-menu-level2 .level3 a {
  text-align: left;
  color: #525252;
  padding-left: 22px;
  font-size: 13px;
}
* body .menu ul li .dropdownmenu a {
  display: block;
  width: 100%;
}
* body .menu ul li .dropdownmenu a::before {
  display: none;
}
* body .menu ul li .dropdownmenu a span {
  color: #e21721;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  border-radius: 5px;
  display: block;
  align-items: center;
  padding: 1px 15px 10px 0;
  border-radius: 0px;
  width: max-width;
}
* body .menu ul li .dropdownmenu a .withImage {
  border: none !important;
  width: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body .menu ul li .dropdownmenu a .withImage .image {
  height: 30px;
  width: 30px;
  margin-right: 7px;
}
* body .menu ul li .dropdownmenu a .withImage .image img {
  width: inherit;
  min-width: inherit;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}
* body .menu ul li .dropdownmenu a .withImage p {
  margin: 0;
  text-decoration: none;
  font-size: 13px !important;
  font-family: Poppins;
  color: #000 !important;
  line-height: 1.5;
  text-transform: unset;
  letter-spacing: unset;
}
* body .menu ul li .dropdownmenu ul {
  display: block;
}
* body .menu ul li .dropdownmenu ul li a {
  font-size: 14px;
  font-weight: 400;
}
* body .menu ul li .dropdownmenu ul li a img {
  border-radius: 5px;
}
* body .breadCrumb {
  position: relative;
  margin: 20px 0;
}
* body .breadCrumb .container .bannerslider .swiper-wrapper .swiper-slide {
  height: 200px;
  overflow: hidden;
}
* body .breadCrumb .container .bannerslider .swiper-wrapper .swiper-slide img {
  width: 100%;
}
* body .breadCrumb .container .bannerslider .swiper-pagination {
  position: absolute;
  bottom: 0px;
}
* body .breadCrumb .container .background ul {
  width: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  background: rgb(226, 23, 33);
  background: linear-gradient(90deg, rgb(0, 0, 0) 15%, rgba(0, 212, 255, 0) 100%);
  padding: 15px;
}
* body .breadCrumb .container .background ul li {
  color: var(--dark-gray, #ffffff);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
* body .breadCrumb .container .background ul li a {
  color: var(--dark-gray, #ffffff);
}
* body .breadCrumb .container .background ul li a svg {
  margin: 0;
}
* body .breadCrumb .container .background ul li svg {
  margin: 0 9px;
  fill: #ffffff;
}
* body .breadCrumb .container .background ul li svg path {
  fill: #ffffff;
}
/* section-spcing */
.inng-row{padding: 40px 0;}
.zero-padding-section{padding: 0 0;}

/* ----- Section-Title ----*/
.section-title{
  position: relative;
  margin-bottom: 10px;
}
.section-title h2.title {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}
.section-title.title-style-center_text{
  text-align: center;
}
/* ----- Section-Title end----*/

/* style-1 */
.featured-imagebox.style1 {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
.featured-imagebox.style1 .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.featured-imagebox.style1 .featured-thumbnail img {
  width: 100%;
  height: auto;
}
.featured-imagebox.style1 .featured-content {
  position: absolute;
  padding: 18px 25px 18px 25px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  color: #000;
}
.featured-imagebox.style1 .featured-content p{
  margin-bottom: 0;
  font-size: 24px;
}
/* style-1 end*/

.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-equal-height>[class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* -------  Bg-Layer -------------*/
.inng-bg { position: relative; }
.inng-col-bgimage-yes { z-index: 1; }
.bg-layer-equal-height .inng-col-bgimage-yes, .bg-layer-equal-height .inng-col-bgcolor-yes {
  height: 100%;
}
.inng-bg-layer, .inng-col-wrapper-bg-layer .inng-bg-layer-inner{
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.layer-content{ position: relative; z-index: 1; }

.bg-layer { position: relative; }
.bg-layer > .container > .row { margin: 0; }
.bg-layer > .container , .bg-layer > .container-fluid { padding: 0; }


.spacing-1 { padding: 40px 40px; display: flex; align-items: center; justify-content: center;}
.inng-bgcolor-grey,
.inng-bgcolor-grey > .inng-bg-layer,
.inng-bg.inng-col-bgimage-yes>.inng-bg-layer>.inng-bg-layer-inner {
  background-color: #ecedf2;
}
.inng-bgcolor-darkgrey, .inng-bgcolor-darkgrey>.inng-bg-layer{
  background-color: #fafafa;
}

/*--- product ----- */
.featured-imagebox-product.style1 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fafafa;
}
.featured-imagebox-product.style1 .featured-content {
  padding-left: 20px;
}
.featured-imagebox-product.style1 .featured-content p{
  color: rgba(9, 5, 21, 0.87) !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.featured-imagebox-product.style1 .featured-content h3{
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.featured-imagebox-product.style1 .featured-content h6{
  color: rgba(9, 5, 21, 0.87) !important;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}
.featured-imagebox-product.style1 .featured-content h6 span{
  color: var(--medium-gray, #9c9c9c);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

/* style-2 */
.featured-imagebox-product.style2 {
  display: flex;
  align-items: center;
}
.featured-imagebox-product.style2 h3 {
  color: var(--black, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}
.featured-imagebox-product.style2 h6 {
  color: rgba(9,5,21,0.87) !important;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}
.featured-imagebox-product.style2 h6 span {
  color: var(--medium-gray, #9c9c9c);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
/* style-two end */

* body .categories .sale-label {
  background-color: #e21721;
}
* body .categories .product-item {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  background-color: #fff;
}
* body .categories .product-item::after {
  background-color: #e21721;
}
* body .categories .product-item .product-image a[href] {
  height: 400px;
  width: 100%;
  display: block;
}
* body .categories .product-item .product-image a[href] img {
  max-width: inherit;
  width: inherit;
  min-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
* body body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  background-image: linear-gradient(to right, #dae2f8, #d6a4a4);
}
* body .zoomable {
  overflow: hidden;
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 100%;
}
* body .zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}
* body .zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}
* body .brand {
  background: #f3f3f3;
  padding: 24px 0;
}
* body .brand .container .brandSwiper .swiper-wrapper {
  padding: 10px 0;
}
* body .brand .container .brandSwiper .swiper-wrapper .swiper-slide {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
}
* body .brand .container .brandSwiper .swiper-wrapper .swiper-slide img {
  display: block;
  margin: auto;
  max-height: 50px;
}
* body .testimonial {
  background: var(--light-gray, #f0f0f0);
}

/* testimonial-start */
.row.slick_slider.testimonial-slider {
  max-width: 1200px;
  display: block;
  margin: auto;
}
.testimonials.style1 {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.testimonials.style1 .testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid var(--black, #000);
  /* background: url(<path-to-image>), lightgray 50% / cover no-repeat; */
  overflow: hidden;
  margin: 20px auto 35px;
}
.testimonials.style1 .testimonial-img img {
  width: 100%;
  height: 100%;
}
.testimonials.style1 .testimonial-content p {
  text-align: center;
  color: var(--black, #000);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.testimonials.style1 .testimonial-content h6 {
  text-align: center;
  margin-top: 25px;
}
.testimonials.style1 .testimonial-content h5 {
  color: var(--black, #000);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0;
}
/* testimonial-end*/

* body .paymentdesign .paymentwith {
  border: 1px solid #ced4da;
  padding: 12px;
}
* body .paymentdesign .paymentwith .row .image img {
  display: block;
  margin: auto;
}
* body .paymentdesign .paymentwith .row .text a {
  width: 100%;
  border-radius: 0px;
  background-color: #000000;
}
* body .paymentdesign .paymentamountdetails {
  border: 1px solid #ced4da;
  padding: 12px;
  height: 100%;
}
* body .paymentdesign .paymentamountdetails table {
  border: 1px solid transparent;
}
* body .paymentdesign .paymentamountdetails table tr td:last-child {
  text-align: right;
}
* body .paymentdesign form {
  border: 1px solid #ced4da;
  padding: 12px;
}
* body .paymentdesign form label {
  border-radius: 20px;
  background-color: #dddddd;
  padding: 2px 10px;
  font-size: 12px;
}
* body .paymentdesign form input {
  margin-top: 7px;
  margin-bottom: 24px;
  height: 50px;
  width: 100%;
}
* body .paymentdesign form span.input-group-addon {
  position: absolute;
  top: 40%;
  right: 12px;
  transform: translate(0, -50%);
}
* body .paymentdesign form button {
  width: 100%;
  border-radius: 0px;
  height: 50px;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
* body .orderpage table {
  border: none;
}
* body .orderpage table thead tr th {
  background-color: #000000;
  color: #fff;
  padding: 15px;
  text-align: center;
}
* body .orderpage table tbody tr td {
  vertical-align: middle;
  border-bottom: transparent;
  text-align: center;
}
* body .orderpage table tbody tr td .vieworder a {
  background-color: #000;
  height: 45px;
  border-radius: 5px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
* body .edit-profile-page .profilepicture {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  background-color: #f5f5f5;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  padding: 0;
}
* body .edit-profile-page .profilepicture .image {
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
}
* body .edit-profile-page .profilepicture .image img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: auto;
  padding: 0;
  width: inherit;
  height: inherit;
  max-width: inherit;
}
* body .edit-profile-page .profilepicture .input-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #e21721;
  overflow: hidden;
  border: 2px solid #fff;
  outline: 2px solid #000;
}
* body .edit-profile-page .profilepicture .input-box label {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
* body .edit-profile-page .profilepicture .input-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
* body .orderdetails .container .shipping {
  border: 1px solid #ced4da;
  padding: 15px;
}
* body .orderdetails .container .ordersummery {
  border: 1px solid #ced4da;
  padding-top: 15px;
}
* body .orderdetails .container .ordersummery h5 {
  padding-left: 12px;
  padding-right: 12px;
}
* body .orderdetails .container .ordersummery table {
  border: none;
}
* body .orderdetails .container .ordersummery table thead tr th {
  background-color: #e21721;
  color: #fff;
  padding: 15px;
  text-align: center;
}
* body .orderdetails .container .ordersummery table tbody tr {
  padding-left: 15px;
  padding-right: 12px;
}
* body .orderdetails .container .ordersummery table tbody tr td {
  vertical-align: middle;
  border-bottom: transparent;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
* body .orderdetails .container .ordersummery table tbody tr td:first-child {
  padding-left: 12px;
}
* body .orderdetails .container .ordersummery table tbody tr td:last-child {
  text-align: right;
  padding-right: 12px;
}
* body .orderdetails .container .ordersummery table tbody tr td .vieworder a {
  background-color: #000;
  height: 45px;
  border-radius: 5px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
* body .orderdetails .container .ordersummery table tbody tr:last-child td {
  background-color: #f4f4f4;
  padding: 15px 10px;
}
* body #cartFullView {
  margin: 15px 0 0;
}
* body #cartFullView table thead tr th {
  background-color: #000000 !important;
  color: #fff !important;
}
* body #cartFullView table tbody tr td:first-child {
  padding: 0;
}
* body .goback { margin-top: 20px;}
* body .goback a {
  background-color: #000000;
  border-radius: 0px;
  height: 50px;
  margin-left: auto;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  vertical-align: middle;
  align-items: center;
}
* body .goback a i { margin-right: 7px;}
* body .sbaddress {
  border: 1px solid #ced4da;
  padding: 15px;
  margin: 0;
}
* body .carttotal {
  margin: 0;
}
* body .carttotal .sidebar-title {
  padding-left: 12px;
}
* body .carttotal table {
  border: none;
}
* body .carttotal table tbody tr td {
  border-bottom: transparent;
  padding: 12px !important;
}
* body .carttotal table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}
* body .carttotal table tbody tr:last-child td {
  background-color: #f4f4f4;
  padding: 20px 15px !important;
}
* body .paymentamount {
  padding: 15px 12px;
  border: 1px solid #ced4da;
}
* body .paymentamount h2 {
  font-size: 40px !important;
}
* body .logindiv {
  border-radius: 5px;
  padding: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  margin: auto;
}
* body .logindiv input[type=email], * body .logindiv input[type=password] {
  height: 45px;
}
* body .payment-option-box .payment-option-box-inner {
  padding: 0;
  background-color: transparent;
}
* body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 {
  max-width: 25%;
}
* body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  padding: 15px;
}
* body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box a {
  display: block;
  width: 100%;
  background-color: #000000;
  border-radius: 0px;
}
* body table.fedrextable.table {
  padding: 12px !important;
  border-radius: 5px !important;
  background-color: #f4f4f4 !important;
  width: calc(100% - 24px);
  margin: 12px;
  border-radius: 5px;
}
* body table.fedrextable.table tbody tr td {
  background-color: transparent;
}
* body .checkoutheading .heading-part {
  border: none !important;
}
* body .checkoutheading .row {
  vertical-align: middle;
  align-items: center;
}
.checkoutheading {margin-bottom: 10px;}
* body .checkoutheading .checkout-step ul li .step {
  position: relative;
}
* body .checkoutheading .checkout-step ul li .step .line {
  width: 130px !important;
}
* body .checkoutheading .checkout-step ul li .step .circle {
  border-radius: 0px;
  position: relative;
}
* body .checkoutheading .checkout-step ul li span {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  white-space: nowrap;
  transform: translate(-50%, 0);
  font-size: 14px;
  font-weight: 400;
}
* body .shipingdetails .checkout-content .heading-part h2 {
  border: none;
}
* body .shipingdetails form {
  display: flex;
  justify-content: space-between;
}
* body .shipingdetails form .input-box input, * body .shipingdetails form .input-box select {
  height: 50px;
}
* body .shipingdetails form .input-box span {
  font-size: 12px;
  font-weight: 400;
  color: #595959;
}
* body .shipingdetails form .check-box.left-side {
  padding: 0;
  margin: 0;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body .shipingdetails form .check-box.left-side span {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
* body .shipingdetails form .check-box.left-side span input {
  width: 40px;
  height: 40px;
  margin: 0;
}
* body .shipingdetails form .check-box.left-side span input:checked {
  background-color: #000000 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
* body .shipingdetails .shipingdetailsaddress {
  width: calc(50% - 12px);
  padding: 25px 15px 5px;
  border: 1px solid #ced4da;
  height: 100%;
}
* body .shipingdetails .billingdetailsaddress {
  width: calc(50% - 12px);
  padding: 25px 15px 5px;
  border: 1px solid #ced4da;
  height: 100%;
}
* body .shipingdetails button[type=submit] {
  width: 100%;
  background-color: #000000;
  height: 50px;
}
* body .cartbuttons a {
  height: 52px;
  background-color: #000;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
* body .cartbuttons a:last-child {
  border: 1px solid #000;
  background-color: transparent !important;
  color: #000 !important;
}
* body .cartbuttons button {
  height: 52px;
  background-color: #000;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
}
* .pagination ul {
  display: flex;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  align-items: center;
  justify-content: right;
  margin-left: auto;
}
* .pagination ul li.disabled {
  opacity: 0.2;
}
* .pagination ul li.active a {
  color: #acaaa6;
}
* .pagination ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
}

/* product  */
* .product.nddesign .container .single {
  position: relative;
}
* .product.nddesign .container .single .image {
  border-radius: 8px;
  border: 1px solid var(--light-gray, #f0f0f0);
  background: var(--white, #fff);
  height: 382px;
}
* .product.nddesign .container .single .text {
  text-align: left;
  position: initial;
  display: flex;
  flex-wrap: wrap;
}
* .product.nddesign .container .single .text .rating {
  order: 3;
  display: flex;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
* .product.nddesign .container .single .text .rating span {
  display: initial;
  color: var(--medium-gray, #9c9c9c);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
* .product.nddesign .container .single .text .title {
  order: 1;
  margin: 0;
  margin-bottom: 8px;
}
* .product.nddesign .container .single .text .title h3 {
  color: var(--black, #000);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
* .product.nddesign .container .single .text .descripition {
  display: block;
  order: 2;
  margin-bottom: 11px;
}
* .product.nddesign .container .single .text .descripition p {
  color: var(--dark-gray, #677278);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}
* .product.nddesign .container .single .text .price {
  order: 4;
}
* .product.nddesign .container .single .text .hover {
  transform: none;
  background-color: transparent;
  top: 10px;
  right: 31px;
  left: initial;
  height: initial;
  width: initial;
}
* .product.nddesign .container .single .text .hover .row .addtocart {
  display: none;
}
* .product.nddesign .container .single .text .hover .row .wishlist {
  display: flex;
  width: 38px;
  height: 38px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid var(--light-gray, #f0f0f0);
  background: var(--white, #fff);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
* .product.nddesign .container .single .text .hover .row .wishlist a svg {
  fill: #677278 !important;
}
* .product.nddesign .container .single .text .hover .row .wishlist a svg.filled {
  fill: #e21721 !important;
}
* .product.nddesign .container .single .text .hover .row .compare {
  display: none;
  width: 38px;
  height: 38px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid var(--light-gray, #f0f0f0);
  background: var(--white, #fff);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
* .product.nddesign .container .single .text .hover .row .compare a svg {
  fill: #677278 !important;
}
* .product.nddesign .container .single .text .hover .row .compare a svg.filled {
  fill: #e21721 !important;
}
* .product .miniproductbanner {
  margin-bottom: 24px;
  max-height: 400px;
  overflow: hidden;
}
* .product .miniproductbanner img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
* .product .productinfo {
  border: 1px solid #ededed;
  padding: 10px 15px;
  margin: 0 0 20px;
  border-radius: 3px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: sticky;
  background-color: #ffffff;
  z-index: 9;
}
* .product .productinfo .row .col-8 .row {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* .product .productinfo .row .col-8 .view {
  width: -moz-max-content;
  width: max-content;
}
* .product .productinfo .row .col-8 .view button#listview {
  color: #677278;
  border: 1px solid #677278;
}
* .product .productinfo .row .col-8 .view button#listview svg {
  fill: #677278;
}
* .product .productinfo .row .col-8 .view button#gridview {
  color: #e21721;
  border: 1px solid #e21721;
}
* .product .productinfo .row .col-8 .view button#gridview svg {
  fill: #e21721;
}
* .product .productinfo .row .col-8 .productquantity {
  width: -moz-max-content;
  width: max-content;
}
* .product .productinfo .row .col-8 .productquantity p {
  margin: 0;
  padding: 0;
}
* .product .productinfo .row .col-4 .shortby {
  height: 100%;
}
* .product .productinfo .row .col-4 .shortby form {
  height: 100%;
}
* .product .productinfo .row .col-4 .shortby form select {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #677278 !important;
  color: #677278;
}
* .product .productfooter {
  border: 1px solid #ededed;
  padding: 20px;
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
* .product .productfooter .row .col-md-4 {
  margin: 0;
}
* .product .productfooter .row .productId p {
  margin: 0;
  padding: 0;
  color: #3e3e3e;
  font-size: 13px;
}
* .product.listview .col-md-4 {
  width: 100%;
}
* .product.listview .col-md-4 .single {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* .product.listview .col-md-4 .single:hover .text .hover .row {
  animation-name: example;
  animation-duration: 0.5s;
}
@keyframes example {
  from {
    width: 100%;
  }
  to {
    width: 100%;
  }
}
* .product.listview .col-md-4 .single .image {
  width: 30%;
}
* .product.listview .col-md-4 .single .text {
  width: 70%;
  text-align: left;
  padding: 12px;
}
* .product.listview .col-md-4 .single .text .descripition {
  display: block;
}
* .product.listview .col-md-4 .single .text .hover {
  position: initial;
  opacity: 1;
  border-top: 1px solid #ededed;
  padding: 24px 0;
}
* .product.listview .col-md-4 .single .text .hover .row {
  position: initial;
  transform: none;
}
* .product.listview .col-md-4 .single .text .hover .row .addtocart {
  width: calc(100% - 160px);
}
* .product.listview .col-md-4 .single .text .hover .row .wishlist {
  width: 80px;
}
* .product.listview .col-md-4 .single .text .hover .row .compare {
  width: 80px;
}
* .product.listview .productinfo {
  border: 1px solid #ededed;
  padding: 12px;
  margin-bottom: 24px;
  border-radius: 3px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
* .product.listview .productinfo .row .col-8 .view button#gridview {
  color: #677278;
  border: 1px solid #677278;
}
* .product.listview .productinfo .row .col-8 .view button#gridview svg {
  fill: #677278;
}
* .product.listview .productinfo .row .col-8 .view button#listview {
  color: #e21721;
  border: 1px solid #e21721;
}
* .product.listview .productinfo .row .col-8 .view button#listview svg {
  fill: #e21721;
}
* .product.listview .productinfo .row .col-4 .shortby {
  height: 100%;
}
* .product.listview .productinfo .row .col-4 .shortby form {
  height: 100%;
}
* .product.listview .productinfo .row .col-4 .shortby form select {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #677278 !important;
  color: #677278;
}

/* featured-imagebox-product style3 start */
.featured-imagebox-product.style3 {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  padding: 10px 15px 18px;
  margin-top: 2px;
  position: relative;
  height: 460px;
}
.featured-imagebox-product.style3 .featured-thumbnail {
  height: 280px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  position: relative;
  transition: 0.3s;
}
.featured-imagebox-product.style3 .featured-thumbnail a img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
.featured-imagebox-product.style3 .featured-thumbnail a {
  /* position: relative; */
}
.featured-imagebox-product.style3 .featured-thumbnail a::before,
.featured-imagebox-product.style3 .featured-thumbnail a::after {
  display: none;
}
.featured-imagebox-product.style3:hover .featured-thumbnail a::before,
.featured-imagebox-product.style3:hover .featured-thumbnail a::after {
  display: block;
}
.featured-imagebox-product.style3:hover .featured-thumbnail a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(9, 5, 21, 0.87) !important;
  border-radius: 50%;
  background-image: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
}
.featured-imagebox-product.style3 .featured-content {
  padding: 10px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.featured-imagebox-product.style3 .title h3{
  color: var(--black, #000);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  opacity: 1;
}
.featured-imagebox-product.style3:hover .title h3{opacity: 0;}
.featured-imagebox-product.style3 .descripition {
  display: none;
}
.featured-imagebox-product.style3 .featured-content .price{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.featured-imagebox-product.style3 .inng-new-tag {
  text-align: center;
  font-size: 15px;
  color: #FFF;
  font-weight: 500;
  background-color: #e21721;
  padding: 5px 10px;
}
.featured-imagebox-product.style3 .price p {
  color: rgba(9, 5, 21, 0.87);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
  opacity: 1;
}
.featured-imagebox-product.style3:hover .price p,
.featured-imagebox-product.style3:hover .inng-new-tag {opacity: 0;}
.featured-imagebox-product.style3 .price p span {
  color: var(--medium-gray, #9c9c9c);
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
}
.featured-imagebox-product.style3:hover .overlay {
  opacity: 1;
  bottom: 15px;
}
.featured-imagebox-product.style3 .overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

@keyframes example {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.featured-imagebox-product.style3 .overlay {
  animation-name: example;
  animation-duration: 0.5s;
}
.featured-imagebox-product.style3 .overlay .addtocart a{
  white-space: nowrap;
  padding: 0;
  background-color: transparent;
  border: none !important;
  justify-content: left;
  text-align: left;
  width: 100%;
}
.featured-imagebox-product.style3 .overlay .addtocart button:hover,
.featured-imagebox-product.style3 .overlay .addtocart a:hover {
  color: #e21721;
}
.featured-imagebox-product.style3 .overlay .addtocart button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.featured-imagebox-product.style3 .overlay .addtocart a svg {
  margin-right: 10px;
}
.featured-imagebox-product.style3 .overlay .wishlist a {
  text-align: left;
}
.featured-imagebox-product.style3 .overlay .wishlist a svg {
  color: rgba(9,5,21,0.87) !important
}
.featured-imagebox-product.style3 .overlay .compare a {
  text-align: left;
}
.featured-imagebox-product.style3 .overlay .compare a svg {
  color: rgba(9,5,21,0.87) !important
}
/* product-end style3 */

/* .productListing start */
.productListing .filter {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 5px;
}
.productListing .filter .single {
  margin-bottom: 24px;
}
.productListing .filter .single .title {
  margin-bottom: 12px;
}
.productListing .filter .single .title h3 {
  border-bottom: 1px solid #ffffff;
  position: relative;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}
.productListing .filter .single .title h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 150px;
  height: 3px;
  background-color: #000000;
}
.productListing .filter .single .search {
  display: flex;
}
.productListing .filter .single .search input {
  width: calc(100% - 70px);
  border-radius: 5px 0 0 5px;
  height: 45px;
  border: 1px solid #677278 !important;
  padding: 0 12px;
  font-size: 14px;
}
.productListing .filter .single .search button {
  width: 70px;
  border-radius: 0 5px 5px 0;
  background-color: #000000;
  height: 45px;
  border: 1px solid #000000;
}
.productListing .filter .single .pricerange {
  display: flex;
  flex-wrap: wrap;
}
.productListing .filter .single .pricerange #slider-range {
  width: 97%;
  margin: 12px 0;
}
.productListing .filter .single .pricerange input {
  width: calc(100% - 70px);
  border-radius: 5px 0 0 5px;
  height: 45px;
  border: 1px solid #677278 !important;
  padding: 0 12px;
}
.productListing .filter .single .pricerange button {
  width: 70px;
  border-radius: 0 5px 5px 0;
  background-color: #000000;
  height: 45px;
  border: 1px solid #000000;
  font-weight: 400;
}
.productListing .filter .single .category ul a {
  line-height: 33px;
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.productListing .filter .single .category ul a::before {
  content: "";
  width: 18px;
  height: 18px;
  float: left;
  display: flex;
  background-image: url("../images/icons/link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.productListing .filter .bestsell .single {
  display: flex;
  padding: 0;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 24px;
}
.productListing .filter .bestsell .single .image {
  width: 62px;
}
.productListing .filter .bestsell .single .text {
  width: calc(100% - 62px);
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
}
.productListing .filter .bestsell .single .text .rating {
  order: 3;
  display: flex;
  vertical-align: middle;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 16px;
  margin-left: 12px;
  position: relative;
  top: 2px;
}
.productListing .filter .bestsell .single .text .rating span {
  display: initial;
  color: var(--medium-gray, #9c9c9c);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
.productListing .filter .bestsell .single .text .producttitle {
  order: 1;
  margin: 0;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.productListing .filter .bestsell .single .text .producttitle h4 {
  color: var(--black, #000);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.productListing .filter .bestsell .single .text .descripition {
  display: block;
  margin-bottom: 11px;
  display: none;
}
.productListing .filter .bestsell .single .text .descripition p {
  color: var(--dark-gray, #677278);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.productListing .filter .bestsell .single .text .price {
  order: 2;
  width: -moz-max-content;
  width: max-content;
}
.productListing .filter .bestsell .single .text .price p {
  padding: 0;
  margin: 0;
}
.productListing .filter .bestsell .single .text .hover {
  order: 4;
  transform: none;
  background-color: transparent;
  top: 10px;
  right: 31px;
  left: initial;
  height: initial;
  width: 100%;
}
.productListing .filter .bestsell .single .text .hover .row .addtocart {
  width: 100%;
}
.productListing .filter .bestsell .single .text .hover .row .addtocart button {
  width: 100%;
  background-color: #677278;
  color: #ffffff;
  border-radius: 5px;
  height: 45px;
  border: none !important;
  font-size: 14px;
}
.productListing .filter .bestsell .single .text .hover .row .addtocart button svg {
  margin-right: 12px;
}
.productListing .filter .bestsell .single .text .hover .row .addtocart button svg path {
  fill: #ffffff;
}
.productListing .filter .bestsell .single .text .hover .row .wishlist {
  display: none;
  width: 38px;
  height: 38px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid var(--light-gray, #f0f0f0);
  background: var(--white, #fff);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.productListing .filter .bestsell .single .text .hover .row .wishlist a svg {
  fill: #677278 !important;
}
.productListing .filter .bestsell .single .text .hover .row .wishlist a svg.filled {
  fill: #e21721 !important;
}
.productListing .filter .bestsell .single .text .hover .row .compare {
  display: none;
  width: 38px;
  height: 38px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid var(--light-gray, #f0f0f0);
  background: var(--white, #fff);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.productListing .filter .bestsell .single .text .hover .row .compare a svg {
  fill: #677278 !important;
}
.productListing .filter .bestsell .single .text .hover .row .compare a svg.filled {
  fill: #e21721 !important;
}
.productListing .filter .categorysidebarad {
  margin: 12px 0;
}
.productListing .filter .categorysidebarad img {
  width: 100%;
}
.productListing .product {
  margin-bottom: 0;
}
.productListing .product .productad {
  text-align: center;
}
.productListing .product .productad a {
  display: block;
  margin: auto;
  text-align: center;
}
.productListing .product .productad img {
  display: block;
  margin: auto;
}
.productListing .productdetails .gallery .galleryswiper2 {
  width: 100%;
  height: 460px;
  margin-bottom: 12px;
}
.productListing .productdetails .gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productListing .productdetails .gallery .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.productListing .productdetails .gallery .galleryswiper {
  width: 100%;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
}
.productListing .productdetails .gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}
.productListing .productdetails .gallery .mySwiper2 {
  height: 80%;
  width: 100%;
}
.productListing .productdetails .gallery .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.productListing .productdetails .gallery .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.productListing .productdetails .gallery .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.productListing .productdetails .gallery .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.productListing .productdetails .gallery .container {
  margin: 10px auto;
  max-width: 100%;
}
.productListing .productdetails .gallery .hidden {
  display: block;
}
.productListing .productdetails .gallery .exzoom {
  box-sizing: border-box;
}
.productListing .productdetails .gallery .exzoom * {
  box-sizing: border-box;
}
.productListing .productdetails .gallery .exzoom .exzoom_img_box {
  background: #fff;
  position: relative;
}
.productListing .productdetails .gallery .exzoom .exzoom_img_box .exzoom_main_img {
  display: block;
  width: 100%;
}
.productListing .productdetails .gallery .exzoom .exzoom_img_box span {
  background: url("data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAK\aTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQ\aWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec\a 5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28A\a AgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0\aST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaO\aWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHi\awmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryM\a AgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0l\aYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHi\aNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYA\aQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6c\awR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBie\awhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1c\aQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqO\aY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hM\aWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgoh\aJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSU\a Eko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/p\a dLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Y\a b1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7O\aUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsb\a di97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W\a 7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83\aMDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxr\aPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW\a 2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1\aU27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd\a 8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H0\a 8PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+H\avqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsG\aLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjg\aR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4\aqriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWY\a EpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1Ir\a eZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/Pb\a FWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYj\ai1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVk\aVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0Ibw\a Da0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vz\a DoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+y\a CW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawt\ao22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtd\aUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3r\aO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0\a/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv95\a 63Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+\aUPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAA\a ADqYAAAXb5JfxUYAAAAcSURBVHjaYnz9+Vs5AxJgYkADhAUAAAAA//8DANmxA1Okl3sAAAAAAElF\aTkSuQmCC") repeat;
}
.productListing .productdetails .gallery .exzoom .exzoom_preview {
  margin: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}
.productListing .productdetails .gallery .exzoom .exzoom_preview .exzoom_preview_img {
  position: relative;
  max-width: initial !important;
  max-height: initial !important;
  left: 0;
  top: 0;
}
.productListing .productdetails .gallery .exzoom .exzoom_nav {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  left: 30px;
}
.productListing .productdetails .gallery .exzoom .exzoom_nav.center .exzoom_nav_inner {
  left: 50% !important;
  transform: translate(-50%, 0);
}
.productListing .productdetails .gallery .exzoom .exzoom_nav .exzoom_nav_inner {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.productListing .productdetails .gallery .exzoom .exzoom_nav .exzoom_nav_inner span {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  float: left;
}
.productListing .productdetails .gallery .exzoom .exzoom_nav .exzoom_nav_inner span.current {
  border: 1px solid #000;
}
.productListing .productdetails .gallery .exzoom .exzoom_nav .exzoom_nav_inner span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.productListing .productdetails .gallery .exzoom .exzoom_btn {
  position: relative;
  margin: 0;
}
.productListing .productdetails .gallery .exzoom .exzoom_btn a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #eee;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: -10px;
  top: -52px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.productListing .productdetails .gallery .exzoom .exzoom_btn a:hover {
  background: #f60;
  color: #fff;
}
.productListing .productdetails .gallery .exzoom .exzoom_btn a.exzoom_next_btn {
  left: auto;
  right: -10px;
}
.productListing .productdetails .gallery .exzoom .exzoom_zoom {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 5;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .productListing .productdetails .gallery .exzoom .exzoom_zoom_outer {
    display: none;
  }
}
.productListing .productdetails .gallery .exzoom .exzoom_img_ul_outer {
  border: none;
  position: absolute;
  overflow: hidden;
}
.productListing .productdetails .gallery .exzoom .exzoom_img_ul_outer .exzoom_img_ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.productListing .productdetails .gallery .exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
}
.productListing .productdetails .gallery .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
  width: 100%;
}
/* product-right title start*/
.productListing .productdetails .productdetailstext{
  margin: 10px 0 0;
}
.productListing .productdetails .productdetailstext .title h1 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.productListing .productdetails .productdetailstext .review ul li {
  margin-right: 15px;
  color: #919191;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.productListing .productdetails .productdetailstext .review ul li p{margin-bottom: 0;}
.productListing .productdetails .productdetailstext .price p {
  margin-bottom: 10px;
}
.productListing .productdetails .productdetailstext .price p span {
  color: #292929;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
.productListing .productdetails .productdetailstext .price p del {
  color: #b2b2b2;
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
}
.productListing .productdetails .sku {
  padding: 15px 0 0;
}
.productListing .productdetails .sku p{margin-bottom: 5px;}
.productListing .productdetails .sku p span {
  color: #000000;
  font-weight: 700;
}
.packagedimension p,
.productdimension p{margin-bottom: 5px;}
.productListing .productdetails .specification {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 15px 0;
  padding: 15px 0 10px;
}
.productListing .productdetails .specification label {
  display: none;
}
.productListing .productdetails .addtocart {
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  vertical-align: middle;
  align-items: flex-end;
  /* padding: 25px 0; */
  margin-bottom: 20px;
  gap: 10px;
}
.productListing .productdetails .addtocart form {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.productListing .productdetails .addtocart .product-qty {
  margin: 0;
  margin-right: 12px;
}
.productListing .productdetails .addtocart .product-qty label {
  display: block;
  font-size: 12px;
  font-weight: bolder;
  color: #000;
  display: none;
}
.productListing .productdetails .addtocart .cart-button ul li button {
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.productListing .productdetails .availability {
  margin-left: 15px;
}
.productListing .productdetails .availability p {
  margin: 0;
  height: 43px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  line-height: 0;
  padding-bottom: 2px;
}
.productListing .productdetails .availability p svg {
  margin-right: 10px;
}
.productListing .productdetails .share-link .social-link #st-1 .st-btn {
  border-radius: 5px;
  overflow: hidden;
}
* .productListing .notfound-image {
  margin-bottom: 40px;
}
* .productListing .notfound-image img {
  display: block;
  margin: auto;
  width: 400px;
  max-width: 100%;
}
* .smallbanner {
  background: radial-gradient(50% 50% at 50% 50%, #484848 0%, #1a1a1a 100%);
}

* .smallbanner .single-image-wrapper {
  margin: 0 auto;
}
* .smallbanner .container .row h3 {
  color: var(--light-gray, #f0f0f0);
  font-size: 32px;
  line-height: 42px;
}
* .smallbanner .container .row p {
  color: var(--light-gray, #f0f0f0);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
* .smallbanner .container .row .image {
  width: 420px;
}

/* style2 */
.featured-icon-box.style2  { 
  position: relative;
  margin: 15px 0;
  padding: 35px 25px 25px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
  text-align: center;
  border-radius: 5px;
 }
.featured-icon-box.style2 .featured-icon .inng-icon{
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin: 0 auto;
}
.featured-icon-box.style2 .featured-icon .inng-icon img{
    border-radius: 5px;
}
.featured-icon-box.style2 .featured-content { margin-top: 15px;}
.featured-icon-box.style2 .featured-title h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}
.featured-icon-box.style2 .featured-desc p {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
* .contactus .container .contact-detail {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  padding: 35px 25px 25px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
  border-radius: 6px;
  height: 100%;
}
* .contactus .container .contact-detail h4 {
  color: var(--black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}
* .contactus .container .contact-detail p:last-child{margin-bottom: 0;}
* .contactus .container .contact-detail ul li {
  margin-bottom: 10px;
}
* .contactus .container .contact-detail ul li:last-child {
  margin-bottom: 0;
}
* .contactus .container .contact-detail ul li a {
  padding-left: 30px;
  position: relative;
  color: var(--dark-gray, #677278);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
* .contactus .container .contact-detail ul li a svg {
  position: absolute;
  left: 0;
}
* .contactus .container .contactform {
  padding: 30px 40px 40px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}
* .contactus .container .contactform .title h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 15px;
}
* .contactus .container .contactform label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
* .contactus .container .contactform input {
  border-radius: 4px;
  border: 1px solid var(--light-gray, #F0F0F0);
  margin-bottom: 10px;
  padding: 11px 15px;
}
* .contactus .container .contactform input::-moz-placeholder {
  color: transparent;
}
* .contactus .container .contactform input::placeholder {
  color: transparent;
}
* .contactus .container .contactform textarea {
  padding: 10px 15px;
  margin-bottom: 10px;
}
* .contactus .container .contactform textarea::-moz-placeholder {
  color: transparent;
}
* .contactus .container .contactform textarea::placeholder {
  color: transparent;
}
* .contactus .container .contactform .submitbutton button {
  width: 191px;
  height: 48px;
  color: var(--white, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
* .contactus .container .contactform .submitbutton button i {
  margin-right: 10px;
}
* .captchamain .captcha {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  border-radius: 5px;
  width: max-content;
  padding: 10px;
  background-color: #ffffff;
}
* .captchamain .captcha button {
  background-color: #e21721;
  border-color: #e21721 !important;
  border-radius: 5px;
  margin-left: 24px;
}
* .captchamain #captcha {
  width: 222px;
  height: 64px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0;
  background-color: #ffffff;
  margin-left: 12px;
  border: none !important;
}

/* contact-map */
* .contactmap #map iframe {
  width: 100%;
}
* .main-form form.loginorm {
  background-color: #f4f4f4;
  padding: 30px;
}
* .main-form form.loginorm label {
  color: var(--dark-gray, #677278);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
* .main-form form.loginorm input {
  border-radius: 4px;
  border: 2px solid var(--light-gray, #F0F0F0);
  height: 48px;
  margin-top: 5px;
  margin-bottom: 24px;
}
* .main-form form.loginorm input::-moz-placeholder {
  color: transparent;
}
* .main-form form.loginorm input::placeholder {
  color: transparent;
}
* .main-form form.loginorm button {
  background: var(--black, #000);
  width: 191px;
  height: 48px;
  color: var(--white, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
* .main-form form.loginorm button i {
  margin-right: 10px;
}
* .product-detail-tab {
  border: 1px solid #ebebeb;
}
* .product-detail-tab #tabs {
  background: #f3f3f3 none repeat scroll 0 0;
  display: block;
  padding: 15px 0;
  text-align: center;
}
* .product-detail-tab #tabs ul {
  justify-content: center;
  border: none !important;
}
* .product-detail-tab #tabs ul li {
  margin: 0 15px;
}
* .product-detail-tab #tabs ul li a {
  border-bottom: 2px solid transparent;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
}
* .product-detail-tab #tabs ul li a.selected {
  border-bottom: 2px solid #e21721;
  color: #e21721 !important;
}
* .product-detail-tab #items .tab_content {
  padding: 0;
  border: none;
}
* #cartFullView .cart-item-table .table-responsive table {
  border: none !important;
}
* #cartFullView .cart-item-table .table-responsive table thead {
  border-bottom: 1px solid var(--light-gray, #F0F0F0);
}
* #cartFullView .cart-item-table .table-responsive table thead tr th {
  background-color: transparent;
  color: var(--dark-gray, #677278);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
* #cartFullView .cart-item-table .table-responsive table tbody tr td {
  border-bottom: 1px solid var(--light-gray, #F0F0F0);
}
* #cartFullView .cart-item-table .table-responsive table tbody tr td a {
  color: var(--black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
* #cartFullView .cart-item-table .table-responsive table tbody tr td .price {
  color: var(--black, #000) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
* #cartFullView .cart-total-table .table-responsive .table {
  border: none !important;
}
.half-row .half-div.image:before {
  display: none !important;
}

.pagination-bar ul li.disabled {
  display: none;
}
.aboutpage .about-points .col-lg-6 {
  width: 25%;
}
.aboutpage .about-points .block .filter-head {
  font-size: 16px;
  font-weight: 600;
}
.aboutpage .about-points .block .text {
  font-size: 14px;
  font-weight: 400;
}

.scroll-top {
  border-radius: 5px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
}
.scroll-top #scrollup {
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #e21721 url(images/ui-bg_glass_100_dcbd71_1x400.html) 50% 50% repeat-x !important;
}
* .productad {
  text-align: center;
}
* .productad a {
  display: block;
  margin: auto;
  text-align: center;
}
* .productad img {
  display: block;
  margin: auto;
}

@media (max-width: 1690px) {
  * .smallbanner .container .row .text h3 {
    font-size: 27px;
  }
  * .smallbanner .container .row .text p {
    font-size: 20px;
  }
}
@media (max-width: 1624px) {
  * body header .navigationbar .row .search {
    max-width: 644px;
    margin-left: auto;
  }
  * .smallbanner .container .row .text p {
    font-size: 20px;
  }
  * .smallbanner .container .row .image {
    width: 320px;
  }
}
@media (max-width: 1400px) {
  * body header .navigationbar .row .search {
    max-width: 581px;
    margin-left: auto;
  }
  * .smallbanner .container .row .text h3 {
    font-size: 25px;
  }
  * .smallbanner .container .row .text h3 p {
    font-size: 18px;
  }
  * .smallbanner .container .row .image {
    width: 201px;
  }
}
@media (max-width: 1366px) {
  * body header .topheader .container p {
    font-size: 10px;
  }
  * body header .navigationbar .row .navLink ul li a img {
    margin-right: 0px;
    height: 18px;
  }
  * body header .navigationbar .row .navLink {
    width: 370px;
  }
  * body header .navigationbar .row .logo {
    width: 115px;
  }
}
@media (max-width: 0px) {
  * body header .topheader {
    display: none;
  }
  * .smallbanner {
    display: none;
  }
  * body header .navigationbar {
    margin: 0;
    padding: 0;
  }
  * body header .navigationbar .row .logo {
    order: 1;
  }
  * body header .navigationbar .row .search {
    order: 4;
    width: 100%;
  }
  * body header .navigationbar .row .navLink ul {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  * body header .navigationbar .row .navLink ul li a span {
    display: none;
  }
  * body header .navigationbar .row .navLink ul li {
    margin: 0 12px;
  }
  * body .main {
    padding: 0;
  }
  * .product .single .text .descripition {
    display: none;
  }
  * .contactmap #map iframe {
    width: 100%;
  }
}
@media (min-width: 0px) {
  .swiper-button-next, .swiper-button-prev {
    background-color: #e21721;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    counter-reset: #fff;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    color: #fff;
    font-size: 14px;
  }
  .swiper-pagination span {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--dark-gray, #677278);
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  * body .main {
    padding: 0;
  }
  * body header .topheader .container .row {
    justify-content: space-between;
  }
  * body header .topheader .container .col-md-4 {
    width: -moz-max-content;
    width: max-content;
  }
  * body header .topheader .container p {
    font-size: 12px;
  }
  * .product .single .text .descripition {
    display: none;
  }
  * .contactmap #map iframe {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  * body .main {
    padding: 0;
  }
  * body header .navigationbar .row .search {
    max-width: 518px;
  }
  * body .menu ul li a {
    white-space: nowrap;
  }
  * body .banner .swiper .swiper-wrapper .swiper-slide .single .container .row {
    height: 400px;
  }
  * body .bestoffer .container .row .left {
    width: 100%;
    margin-bottom: 24px;
  }
  * body .bestoffer .container .row .left .row .image {
    height: auto;
  }
  * body .bestoffer .container .row .right {
    width: 100%;
    height: auto;
  }
  * body .bestoffer .container .row .right .row .image {
    height: auto;
  }
  * body .categories .swiper-wrapper .swiper-slide {
    width: 366px;
  }
  * .product .single .text .title h3 {
    font-size: 16px;
  }
  * .product .single .text .descripition {
    display: none;
  }
  * .productListing .container .row .col-md-3 .filter .bestsell .single .text .hover .row .addtocart button {
    padding: 0;
  }
  * .contactmap #map iframe {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  * body .checkoutheading .checkout-step ul {
    display: flex;
    justify-content: space-around;
  }
  * body .checkoutheading .checkout-step ul li .step .circle {
    font-size: 10px;
    text-align: center;
    padding: 0;
    width: 26px;
    height: 26px;
  }
  * body .checkoutheading .checkout-step ul li span {
    font-size: 10px;
  }
  * body .checkoutheading .checkout-step ul li .step .line{display: none;}
}
@media (max-width: 1023px) {
  .table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    border-radius: 4px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 4px;
  }
  section.ptb-50 {
    padding-bottom: 0px;
  }
  * body header .navigationbar .row .logo {
    order: 1;
  }
  * body header .navigationbar .row .search {
    order: 4;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  * body header .navigationbar .row .navLink ul {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  * body header .navigationbar .row .navLink ul li a span {
    display: none;
  }
  * body header .navigationbar .row .navLink ul li {
    margin: 0 12px;
  }
  * body .main {
    padding: 0;
  }
  * body header {
    position: sticky;
    top: 0;
  }
  * body header.scrolled .topheader {
    display: none;
  }
  * body header .topheader .container .col-md-4 {
    padding: 0;
  }
  * body header .topheader .container p {
    font-size: 10px;
    text-align: center !important;
  }
  * body header .navigationbar {
    padding: 10px 0;
  }
  * body header .navigationbar .row .navbutton, body header .main-navigation .navbutton {
    display: block;
    order: 3;
    width: 48px;
  }
  * body header .navigationbar .row .navbutton button {
    background-color: #e21721;
    color: #fff;
  }
  * body header .navigationbar .row .logo {
    padding-bottom: 5px;
  }
  * body header .navigationbar .row .search form input {
    padding-left: 8px;
    color: #000;
  }
  * body header .navigationbar .row .search form input::-moz-placeholder {
    font-size: 14px;
  }
  * body header .navigationbar .row .search form input::placeholder {
    font-size: 14px;
  }
  * body header .navigationbar .row .search form select {
    font-size: 14px;
    padding-right: 10px;
  }
  * body header .navigationbar .row .navLink {
    width: calc(100% - 115px - 48px - 24px);
    order: 2;
  }
  * body header .navigationbar .row .navLink ul li .profileLinks {
    right: -126px;
  }
  * body header .navigationbar .row .navLink ul li .cartdropdown {
    display: none;
  }
  * body .menu {
    position: fixed;
    width: 0%;
    height: 100vh;
    background-color: #fff !important;
    top: 85px;
    border-top: none;
    overflow: auto;
    transition: 0.3s;
    padding-bottom: 125px;
  }
  * body .menu.open {
    width: 100%;
  }
  * body .menu ul {
    display: block;
    padding: 24px 12px;
  }
  * body .menu ul svg.bi.bi-house-fill {
    display: none;
  }
  * body .menu ul#accordion {
    padding: 0;
  }
  * body .menu ul li {
    margin: 0px;
    justify-content: left;
    height: inherit;
    font-size: 14px !important;
  }
  * body .menu ul li a {
    font-size: 14px !important;
  }
  * body .menu ul li.level {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ced4da !important;
    padding: 5px 0px;
    justify-content: space-between;
    border-radius: 0px;
    min-height: 50px;
  }
  * body .menu ul li.level a[data-bs-toggle=collapse] {
    background-color: #e21721;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 5px;
    display: block;
  }
  * body .menu ul li.level a[data-bs-toggle=collapse]::after {
    content: "-";
  }
  * body .menu ul li.level a[data-bs-toggle=collapse].collapsed::after {
    content: "+";
  }
  * body .menu ul li .page-scroll {
    color: #000 !important;
  }
  * body .menu ul li:hover .dropdownmenu {
    scale: initial;
    transition: height 0.35s ease;
  }
  * body .menu ul li a {
    white-space: nowrap;
    color: #000 !important;
  }
  * body .menu ul li a::before {
    display: none;
  }
  * body .menu ul li .dropdownmenu {
    position: initial;
    transform-origin: initial;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: height 0.35s ease;
  }
  * body .menu ul li .dropdownmenu:not(.show) {
    display: none !important;
  }
  * body .menu ul li .dropdownmenu .dropdowbackground {
    background-color: transparent;
  }
  * body .menu ul li .dropdownmenu .megamenu-inner {
    padding: 15px 10px 5px;
    border: 1px solid #ced4da;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.0588235294);
    margin-bottom: 10px;
  }
  * body .menu ul li .dropdownmenu .megamenu-inner .level1 .sub-menu-level2 {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin: 12px 0;
  }
  * body .menu ul li .dropdownmenu .megamenu-inner .level1 .sub-menu-level2 a {
    margin-bottom: 15px;
  }
  * body .menu ul li .dropdownmenu .megamenu-inner .level2 .sub-menu-level2 {
    padding: 15px 15px 5px;
    background-color: #fff;
    border-radius: 5px;
    margin: 10px 0;
  }
  * body .menu ul li .dropdownmenu .megamenu-inner .level2 .sub-menu-level2 a {
    margin-bottom: 10px;
    padding-left: 0;
  }
  * body .menu ul li .dropdownmenu .megamenu-inner .level2 .withImage .text p {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
  }
  * body .menu ul li .dropdownmenu .megamenu-inner .categoryName {
    display: none;
  }
  * body .menu ul li .dropdownmenu .col-md-3.level1 a span {
    color: #000000 !important;
  }
  * body .bestselling {
    overflow: hidden !important;
  }
  * body .breadCrumb .container .bannerslider .swiper-wrapper .swiper-slide {
    height: 126px;
    overflow: hidden;
  }
  * body .breadCrumb .container .swiper-button-next, * body .breadCrumb .container .swiper-button-prev {
    background-color: #e21721;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    counter-reset: #fff;
  }
  * body .breadCrumb .container .background ul li {
    font-size: 12px;
  }
  * body .breadCrumb .container .background ul li a {
    font-size: 12px;
  }
  * body .banner {
    margin: 12px 0;
  }
  * body .banner .swiper .swiper-wrapper .swiper-slide .single .container .row .image {
    order: 1;
    width: 100%;
    max-width: 150px;
    margin-left: auto;
  }
  * body .categories .container .title {
    margin-bottom: 0;
  }
  * body .categories .container .title h3 {
    font-size: 20px;
  }
  * body .categories .container .sidebar-contant .categorySwiper .swiper-wrapper .swiper-slide {
    width: 300px;
    height: auto;
  }
  * body .categories .container .sidebar-contant .categorySwiper .swiper-wrapper .swiper-slide a .single p {
    font-size: 16px;
  }
  * body .bestoffer .container .row .left {
    width: 100%;
    margin-bottom: 24px;
    padding: 24px 12;
  }
  * body .bestoffer .container .row .left .row .image {
    height: auto;
  }
  * body .bestoffer .container .row .left .row .text h3 {
    font-size: 18px;
  }
  * body .bestoffer .container .row .left .row .text h6 {
    font-size: 16px;
  }
  * body .bestoffer .container .row .left .row .text h6 span {
    font-size: 14px;
  }
  * body .bestoffer .container .row .right {
    width: 100%;
    height: auto;
    padding: 15px 12px;
  }
  * body .bestoffer .container .row .right .row .image {
    height: auto;
  }
  * body .bestoffer .container .row .right .row .text h3 {
    font-size: 20px;
  }
  * body .bestoffer .container .row .right .row .text h6 {
    font-size: 18px;
  }
  * body .bestoffer .container .row .right .row .text h6 span {
    font-size: 16px;
  }
  * body .categories .swiper-wrapper .swiper-slide {
    width: 366px;
  }
  * body .testimonial .container .heading h3 {
    font-size: 20px;
  }
  * body .testimonial .container .testimonialSwiper .swiper-wrapper .swiper-slide .single {
    width: 100% !important;
  }
  * body .testimonial .container .testimonialSwiper .swiper-wrapper .swiper-slide .single p {
    font-size: 14px;
    line-height: initial;
  }
  * body .paymentdesign .col-md-5 {
    margin-top: 12px;
  }
  * body .paymentdesign .paymentwith .row {
    display: flex;
    vertical-align: middle;
    align-items: center;
  }
  * body .paymentdesign .paymentwith .row .image {
    max-width: 100px;
  }
  * body .paymentdesign .paymentwith .row .text {
    width: calc(100% - 100px);
  }
  * body .paymentdesign .paymentwith .row .text a {
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important;
  }
  * body .paymentdesign .paymentamountdetails {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }
  * body .paymentdesign .paymentamountdetails .table-responsive {
    width: 100%;
  }
  * body .paymentdesign .paymentamountdetails table tr td {
    font-size: 14px;
    font-weight: 400;
  }
  * body .paymentdesign .paymentamountdetails table tr td b {
    font-size: 14px;
    font-weight: 400;
  }
  * body .paymentdesign .paymentamountdetails table tr td span {
    font-size: 14px;
    font-weight: 400;
  }
  * body .paymentdesign form label {
    font-size: 12px;
    color: #000;
  }
  * body .paymentdesign form input {
    font-size: 14px;
  }
  * body .orderpage .table-responsive {
    width: 100%;
    display: block;
    overflow: auto;
  }
  * body .orderpage table thead tr th {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
  }
  * body .orderpage table tbody tr td {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }
  * body .orderpage .pagination {
    margin: 24px 0;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 3px;
  }
  * body .orderpage .pagination ul {
    margin: auto;
  }
  * body .sbaddress .col-md-6 {
    margin-bottom: 12px;
  }
  * body .sbaddress .col-md-6:last-child {
    margin-bottom: 0;
  }
  * body .carttotal {
    margin-top: 0;
  }
  * body .carttotal .table-responsive {
    width: 100%;
  }
  * body .paymentamount {
    margin-bottom: 12px;
  }
  * body .payment-content .col-lg-8 {
    order: 2;
  }
  * body .payment-content .col-md-4 {
    order: 1;
  }
  * body .payment-option-box {
    padding: 12px;
  }
  * body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 {
    width: 100%;
    max-width: 100%;
  }
  * body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  * body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box img {
    max-width: 100px;
    height: auto;
  }
  * body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box a {
    width: calc(100% - 140px);
    margin-left: auto;
  }
  * body .checkoutheading .heading-part {
    margin-bottom: 10px;
  }
  * body .checkoutheading .heading-part h2 {
    font-size: 20px;
  }
  * body .checkoutheading .checkout-step {
    margin-bottom: 0;
  }

  * body .shipingdetails form {
    flex-wrap: wrap;
  }
  * body .shipingdetails form .check-box.left-side span {
    width: 18px;
    height: 18px;
  }
  * body .shipingdetails form .check-box.left-side span input {
    width: 18px;
    height: 18px;
    padding: 0;
  }
  * body .shipingdetails .shipingdetailsaddress {
    width: 100%;
  }
  * body .shipingdetails .billingdetailsaddress {
    width: 100%;
  }
  * .product {
    margin-bottom: 0;
  }
  * .product.nddesign .container .single .text .title h3 {
    font-size: 18px;
  }
  * .product .productinfo .row {
    margin: 0;
  }
  * .product .productinfo .row .col-8 {
    padding: 0px;
    width: 72.666667%;
  }
  * .product .productinfo .row .col-8 .view {
    padding: 0;
  }
  * .product .productinfo .row .col-8 .view button {
    padding: 8px 9px;
  }
  * .product .productinfo .row .col-8 .productquantity {
    padding: 0;
  }
  * .product .productinfo .row .col-8 .productquantity p {
    padding-left: 12px;
    font-size: 12px;
  }
  * .product .productinfo .row .col-4 {
    padding: 0;
    width: 27.333333%;
  }
  * .product .productfooter .row .col-md-4 {
    display: none;
  }
  * .product .productfooter .row .pagination ul {
    margin: 0 auto;
  }
  * .product .heading h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  * .product .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  * .product .row .col-md-4 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }
  * .product.listview .col-md-4 .single .text .hover .row .addtocart {
    width: calc(100% - 80px);
  }
  * .product.listview .col-md-4 .single .text .hover .row .wishlist {
    width: 30px;
  }
  * .product.listview .col-md-4 .single .text .hover .row .compare {
    width: 30px;
  }
  * .product .col-12 {
    width: 50%;
  }
  * .product .single {
    height: 100%;
  }
  * .product .single.sold-out::after {
    height: 45px;
    font-size: 14px;
  }
  * .product .single:hover .image a::after {
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
    padding: 5px;
  }
  * .product .single .image {
    height: 219px;
  }
  * .product .single .text .rating svg {
    width: 12px;
    height: 12px;
  }
  * .product .single .text .rating span {
    font-size: 12px;
  }
  * .product .single .text .title h3 {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  * .product .single .text .descripition {
    display: none;
  }
  * .product .single .text .price p {
    font-size: 16px;
  }
  * .product .single .text .price p span {
    font-size: 14px;
  }
  * .product .single .text .hover {
    position: initial;
    padding: 10px 2px;
    opacity: 1;
    height: initial;
  }
  * .product .single .text .hover .row {
    height: initial;
    position: initial;
    transform: none;
    animation: none !important;
  }
  * .product .single .text .hover .row .addtocart {
    width: 100%;
  }
  * .product .single .text .hover .row .addtocart button {
    text-align: left;
  }
  * .product .single .text .hover .row .addtocart a {
    font-size: 12px;
  }
  * .product .single .text .hover .row .addtocart a svg {
    width: 15px;
    height: 15px;
  }
  * .product .single .text .hover .row .wishlist {
    width: 50%;
  }
  * .product .single .text .hover .row .wishlist a svg {
    width: 15px;
    height: 15px;
  }
  * .product .single .text .hover .row .compare {
    width: 50%;
  }
  * .product .single .text .hover .row .compare a svg {
    width: 15px;
    height: 15px;
  }
  * .productListing.productdetails .col-md-3 {
    display: none;
  }
  * .productListing.productdetails .col-md-9 {
    width: 100%;
  }
  * .productListing .container .colmd3, * .productListing .container .colmd9 {
    width: 100%;
  }
  * .productListing .container .filterbutton {
    position: sticky;
    margin: 12px 0;
    bottom: 44px;
    z-index: 9;
    background-color: #000000;
    width: 100%;
    border-radius: 5px;
  }
  * .productListing .container .filterbutton button {
    width: 100%;
    color: #fff !important;
    height: 50px;
  }
  * .productListing .container .row .col-md-3 .filter {
    position: fixed;
    background-color: #677278;
    bottom: 0;
    left: 0;
    height: 60vh;
    width: 100%;
    overflow: auto;
    z-index: 99;
    border-top: 20px solid #000;
    border-radius: 20px 20px 0 0;
    transform: translate(0, 100%);
    padding-bottom: 60px;
  }
  * .productListing .container .row .col-md-3 .filter.open {
    transform: translate(0, 0%);
  }
  * .productListing .container .row .col-md-3 .filter.open::before {
    content: "";
    position: absolute;
    bottom: 100%;
    background-color: #000000;
    width: 100%;
    height: 100vh;
  }
  * .productListing .container .row .col-md-3 .filter .single .category ul a {
    color: #000 !important;
  }
  * .productListing .container .row .col-md-9 .productdetails .productdetailstext {
    margin-top: 24px;
  }
  * .productListing .container .row .col-md-9 .productdetails .addtocart {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  * .productListing .container .row .col-md-9 .productdetails .addtocart .cart-button ul li button {
    white-space: nowrap;
  }
  * .productListing .container .row .col-md-9 .productdetails .availability {
    width: 100%;
    padding-left: 0;
    margin: 12px 0;
  }
  * .productListing .container .row .col-md-9 .productdetails .sku p {
    padding: 0;
    margin: 0;
  }
  * .bestselling .product .relatedSwiper .swiper-wrapper .swiper-slide {
    width: 300px;
  }
  * .bestselling .product .relatedSwiper .swiper-wrapper .swiper-slide .single .text .hover .row .addtocart {
    width: 60%;
    margin: 0 !important;
  }
  * .bestselling .product .relatedSwiper .swiper-wrapper .swiper-slide .single .text .hover .row .compare,
  * .bestselling .product .relatedSwiper .swiper-wrapper .swiper-slide .single .text .hover .row .wishlist {
    width: 20%;
  }
  * .benifit .container .heading h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  * .benifit .container .benifitSwiper .swiper-wrapper .swiper-slide .single .row .image {
    margin-bottom: 24px;
  }
  * .benifit .container .benifitSwiper .swiper-wrapper .swiper-slide .single .row .text {
    width: 100%;
  }
  * .benifit .container .benifitSwiper .swiper-wrapper .swiper-slide .single .row .text h4 {
    font-size: 18px;
  }
  * .benifit .container .benifitSwiper .swiper-wrapper .swiper-slide .single .row .text p {
    font-size: 14px;
    font-weight: 400;
  }
  * .captchamain {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  * .captchamain .captcha {
    width: 100%;
  }
  * .captchamain #captcha {
    width: 100%;
    margin-left: 0;
  }
  * .contactmap #map iframe {
    width: 100%;
  }
  * .product-detail-tab #tabs {
    width: 100%;
    overflow: auto;
  }
  * .product-detail-tab #tabs ul {
    flex-wrap: nowrap;
  }
  * .product-detail-tab #tabs ul li {
    margin: 0 8px;
    white-space: nowrap;
  }
  * .product-detail-tab #tabs ul li a {
    font-size: 14px;
  }
  * .product-detail-tab #items .tab_content ul li .items-Reviews {
    padding: 12px;
  }
  * .product-detail-tab #items .tab_content ul li .items-Comments {
    padding: 12px;
  }
  * .product-detail-tab #items .tab_content ul li .comments-area h3, * .product-detail-tab #items .tab_content ul li .comments-area h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
  * #cartFullView .cart-item-table .table-responsive {
    width: 100%;
    overflow: auto;
  }
  * #cartFullView .cart-item-table .table-responsive table thead tr th {
    white-space: nowrap;
    background-color: #677278 !important;
    max-width: 100% !important;
  }
  .scroll-top {
    right: 12px;
    bottom: 44px;
    z-index: 9;
    height: 50px;
  }
  .scroll-top #scrollup {
    background-color: #677278 !important;
  }
  .aboutpage .about-points {
    padding: 0 !important;
  }
  .aboutpage .about-points .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 390px) {
  * body .main {
    padding: 0;
  }
  * body header .navigationbar .row .navbutton {
    order: 3;
    width: 48px;
  }
  * body header .navigationbar .row .navbutton button {
    background-color: #e21721;
    color: #fff;
  }
  * body header .navigationbar .row .search form input {
    font-size: 12px;
  }
  * body header .navigationbar .row .search form input::-moz-placeholder {
    font-size: 12px;
  }
  * body header .navigationbar .row .search form input::placeholder {
    font-size: 12px;
  }
  * body header .navigationbar .row .search form select {
    font-size: 12px;
    padding-left: 10px;
  }
  * body header .navigationbar .row .navLink {
    width: calc(100% - 115px - 48px - 24px);
    order: 2;
  }
  * body .menu ul li {
    margin: 0 24px;
  }
  * body .menu ul li a {
    white-space: nowrap;
  }
  * body .banner .swiper .swiper-wrapper .swiper-slide .single .container .row {
    height: 400px;
  }

  * body .bestoffer .container .row .left {
    width: 100%;
    margin-bottom: 24px;
    padding: 24px 12;
  }
  * body .bestoffer .container .row .left .row .image {
    height: auto;
  }
  * body .bestoffer .container .row .left .row .text h3 {
    font-size: 20px;
  }
  * body .bestoffer .container .row .left .row .text h6 {
    font-size: 18px;
  }
  * body .bestoffer .container .row .left .row .text h6 span {
    font-size: 16px;
  }
  * body .bestoffer .container .row .right {
    width: 100%;
    height: auto;
    padding: 15px 12px;
  }
  * body .bestoffer .container .row .right .row .image {
    height: auto;
  }
  * body .bestoffer .container .row .right .row .text h3 {
    font-size: 20px;
  }
  * body .bestoffer .container .row .right .row .text h6 {
    font-size: 18px;
  }
  * body .bestoffer .container .row .right .row .text h6 span {
    font-size: 16px;
  }
  * body .categories .swiper-wrapper .swiper-slide {
    width: 366px;
  }

  * body .paymentamount .sidebar-title h3 {
    font-size: 16px;
  }
  * body .payment-option-box .sidebar-title h3 {
    font-size: 16px;
  }
  * body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box {
    display: flex;
    flex-wrap: wrap;
  }
  * body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box img {
    width: 100%;
  }
  * body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box a {
    width: 100%;
    font-size: 14px;
  }
  * body .checkoutheading .checkout-step {
    width: 100%;
    overflow: auto;
  }
  * body .checkoutheading .checkout-step ul {
    justify-content: initial;
    padding-left: 50px;
  }
  * body .checkoutheading .checkout-step ul li {
    min-width: 100px;
  }
  * .product .row .col-md-4 {
    width: 100%;
  }
  * .product .single .text .descripition {
    display: none;
  }
  * .product .single .text .hover .row {
    display: flex;
  }
  * .product .single .text .hover .row .addtocart {
    width: 60%;
    margin: 0;
  }
  * .product .single .text .hover .row .wishlist {
    width: 20%;
  }
  * .product .single .text .hover .row .compare {
    width: 20%;
  }
  * .smallbanner .container {
    padding: 12px;
  }
  * .contactmap #map iframe {
    width: 100%;
  }
}
@media (max-width: 390px) {
  * body header {
    overflow: hidden;
  }
  * body header .navigationbar .row .navbutton {
    order: 3;
    width: 48px;
    padding: 0;
  }
  * body header .navigationbar .row .navbutton button {
    background-color: #e21721;
    color: #fff;
  }
  * body header .navigationbar .row .logo {
    width: 100px;
  }
  * body header .navigationbar .row .search form {
    height: 40px;
  }
  * body header .navigationbar .row .search form input {
    font-size: 10px;
  }
  * body header .navigationbar .row .search form input::-moz-placeholder {
    font-size: 12px;
  }
  * body header .navigationbar .row .search form input::placeholder {
    font-size: 12px;
  }
  * body header .navigationbar .row .search form select {
    font-size: 10px;
    padding-left: 10px;
    height: 40px;
  }
  * body header .navigationbar .row .search form button {
    height: 40px;
  }
  * body header .navigationbar .row .navLink {
    width: calc(100% - 160px);
    order: 2;
  }
  * body header .navigationbar .row .navLink ul li {
    margin: 0 6px;
  }
  * body .menu ul li {
    margin: 0 24px;
  }
  * body .menu ul li a {
    white-space: nowrap;
  }
  * body .breadCrumb .container .background ul {
    width: 100%;
    overflow: auto;
  }
  * body .breadCrumb .container .background ul li {
    white-space: nowrap;
  }
  * body .breadCrumb .container .background ul li a {
    white-space: nowrap;
  }

  * body .bestoffer {
    overflow: hidden;
  }
  * body .bestoffer .container .row .left {
    width: 100%;
    margin-bottom: 24px;
    padding: 24px 12;
  }
  * body .bestoffer .container .row .left .row .image {
    height: auto;
  }
  * body .bestoffer .container .row .left .row .text h3 {
    font-size: 20px;
  }
  * body .bestoffer .container .row .left .row .text h6 {
    font-size: 18px;
  }
  * body .bestoffer .container .row .left .row .text h6 span {
    font-size: 16px;
  }
  * body .bestoffer .container .row .right {
    width: 100%;
    height: auto;
    padding: 15px 12px;
  }
  * body .bestoffer .container .row .right .row .image {
    height: auto;
  }
  * body .bestoffer .container .row .right .row .text h3 {
    font-size: 20px;
  }
  * body .bestoffer .container .row .right .row .text h6 {
    font-size: 18px;
  }
  * body .bestoffer .container .row .right .row .text h6 span {
    font-size: 16px;
  }
  * body .categories .swiper-wrapper .swiper-slide {
    width: 366px;
  }
  * body .payment-option-box .payment-option-box-inner .payment-top-box .row .col-md-4 .paypal-box img {
    width: 100%;
    max-width: 100%;
  }
  * .product .productinfo {
    padding-bottom: 30px;
  }
  * .product .productinfo .row .col-8 {
    width: 40%;
  }
  * .product .productinfo .row .col-8 .productquantity {
    position: absolute;
    bottom: 0px;
    left: 5px;
  }
  * .product .productinfo .row .col-8 .productquantity p {
    padding-left: 0;
  }
  * .product .productinfo .row .col-4 {
    width: 60%;
  }
  * .product .productfooter {
    padding: 20px 10px;
  }
  * .product .row .col-md-4 {
    width: 100%;
  }
  * .product.listview .col-md-4 .single {
    flex-wrap: wrap;
  }
  * .product.listview .col-md-4 .single .image {
    width: 100%;
  }
  * .product.listview .col-md-4 .single .text {
    width: 100%;
  }
  * .product.listview .col-md-4 .single .text .hover .row {
    justify-content: space-around;
  }
  * .product.listview .col-md-4 .single .text .hover .row .addtocart {
    width: calc(100% - 70px);
  }
  * .product.listview .col-md-4 .single .text .hover .row .wishlist {
    width: 30px;
    text-align: center;
  }
  * .product.listview .col-md-4 .single .text .hover .row .compare {
    width: 30px;
    text-align: center;
  }
  * .product.listview .productinfo {
    padding-bottom: 25px;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 5px;
  }
  * .product .single .text .descripition {
    display: none;
  }
  * .product .single .text .hover .row {
    display: flex;
  }
  * .product .single .text .hover .row .addtocart {
    width: 60%;
    margin: 0;
  }
  * .product .single .text .hover .row .wishlist {
    width: 20%;
  }
  * .product .single .text .hover .row .compare {
    width: 20%;
  }
  * .productListing .container .filterbutton {
    bottom: 42px;
  }
  * .productListing .container .row .col-md-9 .productdetails .gallery .galleryswiper2 {
    height: 243px;
  }
  * .productListing .container .row .col-md-9 .productdetails .productdetailstext .review ul {
    flex-wrap: wrap;
  }
  * .productListing .container .row .col-md-9 .productdetails .productdetailstext .review ul li {
    width: 50%;
    margin: 0;
  }
  * .productListing .container .row .col-md-9 .productdetails .productdetailstext .review ul li:first-child {
    width: 100%;
  }
  * .productListing .container .row .col-md-9 .productdetails .productdetailstext .price {
    margin-top: 12px;
  }
  * .productListing .container .row .col-md-9 .productdetails .addtocart {
    padding: 12px 0;
  }
  * .productListing .container .row .col-md-9 .productdetails .availability {
    padding: 0;
    margin: 0;
  }

  /* smallbanner */
  * .smallbanner .container .row .text h3 {
    white-space: initial;
    font-size: 18px !important;
  }
  * .smallbanner .container .row .text p {
    white-space: initial;
    font-size: 14px !important;
  }
  * .bestselling .product .relatedSwiper .swiper-wrapper .swiper-slide {
    width: 220px;
  }
  * .bestselling .product .relatedSwiper .swiper-wrapper .swiper-slide .single .text .hover .row .addtocart {
    width: 60%;
    margin: 0 !important;
  }
  * .bestselling .product .relatedSwiper .swiper-wrapper .swiper-slide .single .text .hover .row .compare, * .bestselling .product .relatedSwiper .swiper-wrapper .swiper-slide .single .text .hover .row .wishlist {
    width: 20%;
  }
  * .contactmap #map iframe {
    width: 100%;
  }
  * .product-detail-tab #tabs ul {
    justify-content: inherit;
  }
  .scroll-top {
    bottom: 42px;
  }

}

/*hero-section*/
.hero-section{
  position: relative;
}
.hero-section .hero-slide{
  width: 100%;
  height: 100%;
  padding: 222px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  visibility: visible;
}
.hero-section .hero-slide.slide-2 .text-img{
  visibility: hidden;
}
.hero-slider-wrapper .single .text h2 {
  color: var(--white, #fff);
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
}
.hero-slider-wrapper .single .text p {
  color: var(--white, #fff);
  font-family: Poppins;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}
.hero-slider-wrapper .single .text .banner-btn{margin-top: 30px;}
.hero-slider-wrapper .single .text .banner-btn a {
  border-radius: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 12px 30px 11px 30px;
  background: var(--white, #fff);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

/* subhero-side start */
.subhero-section{
  position: relative;
}
.subhero-section .subhero-slide{
  width: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.subhero-section .subhero-slide.slide-1{
  background-image: url(../images/slider/slider_1715932695.png);
}
.subhero-section .subhero-slide.slide-2{
  background-image: url(../images/slider/slider_1716182658.png);
}
.subhero-section .subhero-slide.slide-1 .hero-content-block,
.subhero-section .subhero-slide.slide-2 .hero-content-block{ position: relative; }
.subhero-section .subhero-slide.slide-1 .hero-content h2.title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 400;
  color: var(--base-white);
  margin-bottom: 15px;
  padding-left: 90px;
}
/* subhero-side end */

/* slick-slider start*/
.slick-slide {
  border: 0;
  outline: 0;
  padding: 0 15px;
}
/* slick-slider end */

/* arrow start */
.slick-arrows .slick-arrow{
  background-color: rgba(9, 5, 21, 0.87);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  border: 0;
}
.slick-arrows .slick-prev {
  left: 10px;
  right: auto;
}
.slick-arrows .slick-next {
  right: 10px;
  left: auto;
}
.slick-arrows .slick-prev:before,
.slick-arrows .slick-next:before {
  opacity: 1;
  text-align: center;
  font-family: swiper-icons;
  font-size: 14px;
  color: #fff;
}
.slick-arrows .slick-next:before{
  content: 'next';
}
.slick-arrows .slick-prev:before{
  content: 'prev';
}
/* arrow end */
/*style1*/
.slick-arrows.slick-arrows-style1 .slick-prev,
.slick-arrows.slick-arrows-style1 .slick-next {
  top: 47%;
}
/* style1 end */

/*style2*/
.slick-arrows.slick-arrows-style2 .slick-prev,
.slick-arrows.slick-arrows-style2 .slick-next {
  top: 44%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
/* style2 end */

/*style3*/
.slick-arrows.slick-arrows-style3 .slick-prev,
.slick-arrows.slick-arrows-style3 .slick-next {
  top: 44%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.slick-arrows.slick-arrows-style3 .slick-prev{
  left: -60px;
  right: auto;
}
.slick-arrows.slick-arrows-style3 .slick-next {
  right: -60px;
  left: auto;
}
/* style3 end */

/* dots start */
.slick-dots-style1 .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.slick-dots-style1 .slick-dots li {
  display: inline-block;
  list-style: none;
  line-height: 0;
  margin: 0 5px;
}
.slick-dots-style1 .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: #677278;
  opacity: 0.4;
}
.slick-dots-style1 .slick-dots li.slick-active button{
    opacity: 1;
}
/* dots end */


.wishlisted-item {
  color: red !important;
}

/* Social media buttons */
.social-media-btn {
  padding: 10px 25px 10px 25px;
  margin: 5px;
  border-radius: 5px;
  border: none;
  gap: 10px;
}

.social-media-btn.sm-facebook {
  background-color: #3b5998 !important;
}
.social-media-btn.sm-email {
  background-color: #5e5c5c !important;
}
.social-media-btn.sm-share {
  background-color: #78b109e3 !important;
}

.availability .product_unavaillable {
  color: #159348 !important;
}

.availability .product_low_availability {
  color: #ff0000;
}


/* responsive start */
@media only screen and (max-width: 7610px) and (min-width: 3050px) {
  .hero-section .hero-slide { padding: 280px 0;}
}

@media only screen and (max-width: 1620px) and (min-width: 1200px) {
  .hero-section .hero-slide { padding: 126px 0;}
}

@media (max-width: 1199px){
  * body header .topheader {display: none;}
  .hero-slider.slick-arrows-style1 .slick-arrow{display: none !important;}
  .hero-slider.slick-dots-style1 .slick-dots{display:  none !important;}
  * .contactus .container .contactform{margin-top: 20px;}
  .featured-imagebox-product.style3 .featured-thumbnail {height: 250px;}

  .hero-section .hero-slide { padding: 106px 0;}
  .hero-slider-wrapper .single .text h2 { font-size: 50px; line-height: 60px;}

  .spacing-1 {margin: 20px 0; padding: 30px 30px; justify-content: start;}
  .featured-imagebox-product.style3 .title h3{ font-size: 16px;  }
}

@media (max-width: 1023px){
  .featured-imagebox-product.style3 .featured-thumbnail {height: 215px;}
  * body .breadCrumb {margin: 10px 0;}
  * .product .inng-box-col-wrapper.col-xl-4.col-lg-4.col-md-6.listview {width: 50%;}
  .featured-imagebox-product.style3 .price p{font-size: 16px;}
  .featured-imagebox-product.style3 {height: 100%;}
}

@media (max-width: 991px){
  .hero-section .hero-slide {padding: 55px 0 67px;}
  .hero-slider-wrapper .single .text h2 {font-size: 40px; line-height: 50px;}

  .inng-row {padding: 30px 0;}
  .zero-padding-section {padding: 0 0;}
  section.inng-row.categories { padding: 30px 0 20px;}
  section.inng-row.smallbanner { padding: 20px 0 10px;}

  .section-title { margin-bottom: 5px;}
  .section-title h2.title {font-size: 30px;line-height: 40px;}
  .res-991-mb-20{margin-bottom: 20px !important;}
  .smallbanner .banner-box {text-align: center;}

  .testimonials.style1 .testimonial-img {margin: 10px auto 20px;}

}

@media (max-width: 767px){
  .res-767-mt-20{margin-top: 20px;}
  .res-767-mb-20{margin-bottom: 20px;}
  
  .hero-section .hero-slide {padding: 53px 0 63px;}
  .hero-slider-wrapper .single .text { text-align: center;}
  .hero-slider-wrapper .single .text h2{font-size: 35px; line-height: 45px;}
  .hero-slider-wrapper .single .text p {font-size: 23px;line-height: 33px;margin-bottom: 0px;}
  .hero-slider-wrapper .single .text .banner-btn {margin-top: 15px;margin-bottom: 20px;}
  .slick-slide img {margin: 0 auto; }
  .featured-imagebox-product.style1 .featured-content{padding:10px 10px 5px;}
  .featured-icon-box.style2 {padding: 30px 15px 25px;}

  .featured-imagebox-product.style3 .featured-thumbnail {height: 150px;}
  /* .featured-imagebox-product.style3 .title h3 {-webkit-line-clamp: 2;} */

  }

@media (max-width: 575px){
* .contactus .container .contactform { padding: 10px 15px 20px;}
.section-title h2.title {font-size: 25px; line-height: 35px;}
* .smallbanner .container .row h3 { font-size: 30px; line-height: 40px;}
}

@media (max-width: 480px){
  .hero-section .hero-slide {padding: 34px 0 45px;}
  .hero-slider-wrapper .single .text h2 { font-size: 30px; line-height: 40px;}

  .featured-icon-box.icon-align-before-content .featured-icon,
  .featured-icon-box.icon-align-before-content .featured-content { display: block !important;}
}

@media (max-width: 430px){
  .featured-imagebox-product.style1 .featured-content h3,
  .featured-imagebox-product.style2 h3 {font-size: 20px;line-height: 30px;}
  .featured-imagebox-product.style1 .featured-content h6,
  .featured-imagebox-product.style2 h6{font-size: 18px;line-height: 28px;}

}
@media (max-width: 390px){
  * .product .inng-box-col-wrapper.col-xl-4.col-lg-4.col-md-6.listview {width: 100%;}
  .featured-imagebox-product.style3 .title h3 {-webkit-line-clamp: unset;}
}

/* responsive-end */

.featured-offer .countdown-timer
{
  display: none;
}