.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.arrow_box .arrow {
  display: none !important;
}

/* .slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
} */

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Light";
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Light";
}

.slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.slick-arrow:before {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  background: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.slick-slider:hover .slick-prev {
  left: 10px;
}

.slick-slider:hover .slick-next {
  right: 10px;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-arrow:hover::before {
  background-color: var(--btn-theme, #c10012);
  color: #fff;
}

#list-product-thumb .slick-slide {
  margin: 0 2px;
}

.slickPrepare:not(.slick-initialized) {
  display: flex !important;
  visibility: hidden !important;
}

#list-product-thumb:not(.slick-initialized) {
  max-height: 94px;
  visibility: hidden;
  overflow: hidden;
}

.js_slider_revolution_box ul {
  padding: 0;
}

:root {
  --star-color: #ffbe00;
  --star-align: center;
}

.skd-product-reviews-star {
  position: relative;
  z-index: 1;
  display: block
}

.skd-product-reviews-star .product-reviews__inner {
  position: relative
}

.skd-product-reviews-star .product-reviews__inner span {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px
}

.skd-product-reviews-star .product-reviews__inner span svg {
  width: 12px;
  height: 12px
}

.skd-product-reviews-star .product-reviews__inner>div {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.js_slider_revolution_box ul:not(.tp-revslider-mainul) {
  display: flex;
  visibility: hidden;
}


.js_cart_item_price_old {
  color: grey;
  text-decoration: line-through;
}

.js_cart_item_price {
  color: red;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
  position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  /* line-height: 37px; */
  padding: 0 5px;
  color: #2e2e2e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  /* position: absolute; */
  left: 0;
  transform: translateX(-3px);
}

.sidebar .widget .sidebar-content {
  max-height: 100vh;
}

.invalid-feedback {
  position: absolute;
  left: 15px;
  bottom: 0;
  margin-bottom: -5px;
}

.breadcrumb {
  align-items: center;
}

.products-detail .tab-box .tab-content .description_collapse {
  overflow: hidden;
  max-height: 255px;
}

.products-detail .tab-box .tab-content .description_full {
  overflow: unset;
  height: 100%;
  padding-bottom: 100px;
}

.products-detail .tab-box .tab-content {
  position: relative;
}

.products-detail .tab-box .button {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 15;
  background: linear-gradient(to bottom, #ffffff70 0%, #fff 70%);
  padding: 30px 0;
}
/*======================= Search RP /*=======================*/
.search-res {
    position: relative;
    width: calc(100% - 60px);
    max-width: 550px;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: var(--color-red);
    background: #fff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 0px;
    right: calc(100% + 5px);
    width: 0;
    overflow: hidden;
    height: 40px;
    background: rgb(97 12 4);
    display: flex;
    border-radius: 40px;
    transition: all 0.6s;
    box-shadow: 1px 1px 1px;
    z-index: 2;
}

.search-res .search-grid p {
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #610c04;
    font-size: 16px;
    background: #ffffffc4;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 4px;
    transition: background 0.4s;
}

.search-res .search-grid p:hover {
    background: #fff;
    transition: background 0.4s;
}
.header-mobile .search-res .search-grid {
  background:#6073ad
}.header-mobile .search-grid p{
  color:#6073ad
}
.search-res .search-grid input {
    width: calc(100% - 35px);
    height: 38px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-style: italic;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #fff;
}

.search-res .search-grid input:-moz-placeholder {
    color: #fff;
}

.search-res .search-grid input::-moz-placeholder {
    color: #fff;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #fff;
}

.search-res .search-grid.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}li.header-mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}