textarea {
  overflow: hidden;
}
button {
  outline: none !important;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.owl-carousel img {
  width: auto !important;
  display: inline-block !important;
}
.owl-carousel .owl-item {
  opacity: 0;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  border-radius: 0;
}
.bootstrap-select .dropdown-menu li a span.text {
  margin-bottom: 0;
}
.bootstrap-select .dropdown-menu li.active a span.text {
  color: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 7px;
  display: block;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
  z-index: 5;
  font-weight: 400;
  color: #fff;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}
.auto-container {
  position: static;
  max-width: 1300px;
  padding: 0px 10px;
  margin: 0 auto;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
figure {
  margin-bottom: 0;
}
.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.centered {
  text-align: center !important;
}
.gray-bg {
  background-color: #f4f4f4 !important;
}
.light-bg {
  background-color: #fff !important;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.dropdown-toggle::after {
  display: none;
}
.fa {
  line-height: inherit;
}
.owl-nav,
.owl-dots {
  display: none;
}
/* Btn style */
.theme-btn {
  display: inline-block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  z-index: 1;
}
.btn-style-one.style-two {
  background-color: #fff;
  color: #222 !important;
}
.btn-style-one.style-two:hover {
  background-color: var(--theme-color);
}
.btn-style-one i {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
}
.btn-style-one:hover {
  color: #fff !important;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  content: "";
  background-color: #2b313e;
  transition: 0.5s;
  z-index: -1;
}
.btn-style-one:hover:before {
  width: 100%;
}
.btn-style-one span {
  position: relative;
}

.btn-two {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  background-color: #2b313e;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  z-index: 1;
}
.btn-two i {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size: 12px;
  vertical-align: middle;
  top: 2px;
}
.btn-two:hover {
  color: #fff !important;
}
.btn-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  content: "";
  background-color: #e85230;
  transition: 0.5s;
  z-index: -1;
}
.btn-two:hover:before {
  width: 100%;
}
.nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #b8b8b8;
  background: #383c45;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0px 20px;
}
.checkout-section .nice-select,
.short-box .nice-select {
  background: transparent;
}
.nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  color: #b8b8b8;
  top: 0px;
  right: 30px;
  margin: 0px;
  margin: 0px;
  border: none !important;
  transform: rotate(0deg) !important;
}

/* common section title */
.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-title h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #2b313e;
}
.common-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 40px;
}
.common-section-title-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
/* common section title */

/* common more button */
.common-more-btn a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2b313e;
  transition: 0.5s;
}
.common-more-btn a i {
  margin-bottom: -5px;
  margin-left: 10px;
}
.common-more-btn a:hover {
  color: #e85230;
}
.pricacy-ul {
  padding-left: 2rem;
}
.pricacy-ul li {
  list-style: lower-alpha;
}
.img-circle img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e85230;
}

/* header cart  */
.right-info-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.right-info-cart .shopping-cart {
  position: relative;
  cursor: pointer;
}
.right-info-cart .shopping-cart i {
  font-size: 27px;
  color: #fff;
}
.right-info-cart .shopping-cart .count {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  border-radius: 50%;
}
.right-info-cart .shopping-cart-info h6 {
  font-size: 14px;
  line-height: 20px;
  color: #eee;
}
.right-info-cart .shopping-cart-info h5 {
  font-size: 16px;
  color: #f2f2f2;
}
.sticky-header .right-info-cart .shopping-cart i,
.sticky-header .right-info-cart .shopping-cart-info h5,
.sticky-header .right-info-cart .shopping-cart-info h6 {
  color: #2a2929;
}


/* shake animation cart  */
.shake-animation {
  -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}




/* common more button */
