/* ----- Global ----- */
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Italiana&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");

* {
  margin: 0;
  padding: 0;
  object-fit: cover;
}

img {
  max-width: 100%;
  width: auto;
}

div::after,
ul::after {
  display: block;
  clear: both;
  visibility: visible;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 0;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #1e1e1e;
}

/* @font-face {
  font-family: "myFont";
  src: url(../fonts/FuturaBookfont.ttf);
}

@font-face {
  font-family: "myFont";
  src: url(../fonts/FuturaHeavyfont.ttf);
}

@font-face {
  font-family: "myFont";
  src: url(../fonts/futuralightbt.ttf);
}

@font-face {
  font-family: "myFont";
  src: url(../fonts/futuramediumbt.ttf);
} */

/* a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #1e1e1e;
} */

/* html {
  scroll-behavior: initial;
} */

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  font-size: 20px;
  background-color: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c;
  margin-bottom: 0;
}

h1 {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
}

.custom-py-lg {
  padding: 175px 0;
}

.custom-py {
  padding: 100px 0;
}

.custom-py-sm {
  padding: 100px 0;
}

.custom-px {
  padding: 0 100px;
}

.custom-pt {
  padding-top: 100px;
}

.custom-pb {
  padding-bottom: 100px;
}

.custom-my {
  margin: 100px 0;
}

.custom-mx {
  margin: 0 100px;
}

.custom-mt {
  margin-top: 100px;
}

.custom-mb {
  margin-bottom: 100px;
}

.custom-py-sm {
  padding: 75px 0;
}

.custom-px-sm {
  padding: 0 75px;
}

.custom-pt-sm {
  padding-top: 75px;
}

.custom-pb-sm {
  padding-bottom: 75px;
}

.custom-my-sm {
  margin: 75px 0;
}

.custom-mx-sm {
  margin: 0 75px;
}

.custom-mt-sm {
  margin-top: 75px;
}

.custom-mb-sm {
  margin-bottom: 75px;
}

/* ----- Home Page ----- */

.banner-top {
  background: #1c1c1c;
}

.banner-top p {
  color: #fff;
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
}

.banner-top p span {
  padding: 0 10px;
}

.banner .banner-text {
  width: 50%;
  position: relative;
  z-index: 99;
  text-align: center;
  float: right;
}

/* .banner .banner-img{
  position: relative;
  width: 100%;
  height: 100%;
}

.banner .banner-text{
  position: absolute;
  width: 50%;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
}

.banner .banner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-size: cover;
}

.banner .banner-text {
  width: 50%;
  position: relative;
  z-index: 99;
  text-align: center;
  float: right;
} */

.banner-slider .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-text h1 {
  font-size: 120px;
  line-height: 75%;
  margin-bottom: 15px;
}

.banner-text p {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 25px;
}

.banner-slider .arrow-right {
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  position: absolute;
  z-index: 9;
}

.banner-slider .arrow-left {
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  position: absolute;
  z-index: 9;
}

.banner-slider .slick-arrow {
  width: 55px;
  height: 55px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}

.slick-dots li button {
  width: 9px;
  height: 9px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 0;
}

.slick-dots li button:before {
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}

.slick-dots .slick-active button {
  background: #fff;
}

.banner-slider .slick-dots {
  bottom: 50px;
  left: 100px;
  width: calc(100% - 100px);
  text-align: left;
}

.banner-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.image-wrapper.shine {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shine::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-36deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.banner-btm-text {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  z-index: 99;
}

.summer-festive-detiels {
  padding: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.summer-festive-detiels h2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 85px;
  line-height: 60%;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
}

.summer-festive-detiels h2 span {
  font-size: 100px;
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  line-height: normal;
  margin-left: -20px;
}

.summer-festive-detiels .custom-btn {
  background-color: #fff;
  color: #1c1c1c;
  border-color: #fff;
}

.summer-festive-detiels .custom-btn:hover {
  border-color: #000;
}

.insta-sec-detiels {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.insta-sec-detiels span {
  font-size: 25px;
  color: #fff;
}

.insta-sec-detiels a {
  width: 20%;
}

.Sale_products .Sale_slider .arrow-left {
  left: -15px;
  top: 35%;
  position: absolute;
  z-index: 1;
}

.Sale_products .container {
  position: relative;
  z-index: 9;
}

.Sale_products {
  background-color: #f4f4f4;
}

.Sale_products .title h2 {
  background-color: #f4f4f4;
}

.Sale_products .Sale_slider {
  margin-bottom: 50px;
}

.Sale_products .Sale_slider .arrow-right {
  right: -15px;
  top: 35%;
  position: absolute;
  z-index: 1;
}

.Sale_products .Sale_slider .slick-arrow {
  width: 50px;
  height: 50px;
}

.small-blogs {
  height: 100%;
}

.small-blog {
  display: flex;
  padding: 20px;
  background-color: #f4f4f4;
  flex-wrap: wrap;
  align-items: center;
}

.small-blog .blog-listing-box-img {
  width: 43%;
  margin-right: 2%;
  margin-bottom: 0;
  height: 100%;
}

.small-blog .blog-listing-box-img a {
  width: 100%;
  height: 100%;
}

.small-blog .blog-listing-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-blog .blog-listing-box-text {
  width: 55%;
}

.small-blog .blog-listing-box-text h3 a {
  font-size: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 5px;
}

.small-blog .blog-listing-box-text .date {
  margin-bottom: 10px;
}

.small-blog .blog-listing-box-text p {
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.blog-home .blog-listing-box {
  margin-bottom: 0;
}

.blog-home .row {
  margin-bottom: 50px;
}

/* ----- Shop Page ----- */

.inner-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.inner-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(32, 32, 32, 0.21) 7.5%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.21) 89.5%
  );
  content: "";
}

.inner-banner .inner-banner-text {
  position: relative;
}

.inner-banner .inner-banner-text h1 {
  padding: 50px 0;
  color: #fff;
  margin-bottom: 0;
  font-size: 70px;
  text-align: center;
  line-height: 70px;
}

.inner-banner .inner-banner-text .breadcamp {
  position: absolute;
  bottom: 20px;
}

.inner-banner .inner-banner-text .breadcamp span {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
}

.inner-banner .inner-banner-text .breadcamp a {
  color: #fff;
  margin-right: 40px;
  font-size: 18px;
  line-height: 18px;
}

.inner-banner .inner-banner-text .breadcamp span svg {
  position: absolute;
  top: 2px;
  right: 10px;
}

.garenty {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 4px 124px 0px rgba(0, 0, 0, 0.1);
}

.garenty .container ul li {
  position: relative;
}

.garenty .container ul li::before {
  position: absolute;
  left: -30%;
  height: 100%;
  width: 1px;
  background: #d5d5d5;
  content: "";
  z-index: 1;
}

.garenty .container ul li:first-child:before {
  display: none;
}

.garenty .container ul li svg {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.garenty .container ul li span {
  font-size: 16px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.product-cate-listing {
  position: sticky;
  top: 0;
  margin-bottom: 0;
}

.filter-widget .widget-title h4 > svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(0);
  margin-top: 5px;
  width: 15px;
}

.sub-level:last-child {
  border-bottom: none;
}

.filter-widget .widget-title.active h4 > svg {
  transform: rotate(-180deg);
}

ul.sublinks {
  display: none;
  padding-left: 10px;
}

.site-nav .minus {
  display: none;
}

.site-nav.active .minus {
  display: block;
}

.site-nav.active .plus {
  display: none;
}

.widget-title h4 {
  color: #393939;
  font-size: 19px;
  font-weight: 600;
  border-bottom: none;
  padding: 15px 20px;
  background-color: #f6f6f6;
  cursor: pointer;
}

.widget-title.active h4 {
  border-bottom: solid 1px #e0e0e0;
}

.sub-level {
  border-bottom: solid 1px #e0e0e0;
  padding: 10px 20px;
}

.sub-sub-level {
  border-bottom: none;
  padding: 10px 20px;
}

.lvl2,
.lvl3 {
  padding: 5px 0;
}

.site-nav {
  font-size: 17px;
  font-weight: 500;
  color: #393939;
}

.site-nav svg {
  width: 13px;
}

.site-nav .plus,
.site-nav .minus {
  width: 15px;
  margin-top: 5px;
}

.widget-content {
  display: none;
}

.sidebar-widget {
  border: solid 1px #e0e0e0;
  margin-bottom: 10px;
}

.product-cate-listing h3 {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
}

.call-title {
  margin-bottom: 15px;
}

.call-title select {
  width: 175px;
  padding: 10px 15px;
  font-size: 17px;
  border-radius: 0;
  outline: none;
}

.call-title select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.cate-box {
  margin-bottom: 60px;
}

.cate-box-img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.heart-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.heart-icon:hover {
  background: #1c1c1c;
}

.heart-icon svg,
.heart-icon svg path {
  transition: all 0.3s ease-in-out;
}

.heart-icon:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.cate-box-btn {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.cate-box-img:hover .cate-box-btn {
  bottom: 0;
}

.cate-box-btn a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.cate-box-btn a:hover {
  transform: translateX(5px);
}

.cate-box-btn .quick-view {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6.5px);
}

.add-cart {
  background: #1c1c1c;
  color: #fff;
  font-weight: 400 !important;
}

.cate-box-btn a svg {
  width: 18px;
}

.rateing {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
}

.rateing svg {
  margin-right: 5px;
  width: 14px;
}

.rateing svg.active path {
  fill: #ffc107; /* Gold color for active stars */
}

.cate-box-text {
  padding-top: 15px;
}

.cate-box-text a {
  padding-bottom: 0;
  margin-bottom: 5px;
  color: #1c1c1c;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.cate-box-text h6 {
  padding-bottom: 5px;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}


.cate-box-text2 {
  padding-top: 1px;
}

.cate-box-text2 a {
  padding-bottom: 0;
  margin-bottom: 1px;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.cate-box-text2 h6 {
  padding-bottom: 5px;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.heart-icon.active svg path {
  fill: #ff0000;
  stroke: #ff0000;
}

.pagination ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination ul li {
  color: #1c1c1c;
  list-style: none;
  width: 40px;
  height: 40px;
  /*line-height: 40px;*/
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
  border: solid 1px #f1f1f1;
  border-radius: 100%;
  font-size: 18px;
  margin: 0 5px;
  padding: 4px 0;
}

.pagination ul li a {
  transition: all 0.3s ease;
  width: 100%;
  display: inline-block;
}

.pagination li.active,
.pagination ul li:hover {
  color: #fff;
  background: #1c1c1c;
}

.pagination li.active a,
.pagination ul li:hover a {
  color: #fff;
}

footer {
  background: #f4f4f4;
}

.footer-top {
  border-bottom: solid 1px #d8d8d8;
}

.footer-list h5 {
  color: #1c1c1c;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 10px;
}

.footer-list li {
  font-size: 17px;
  line-height: 20px;
  padding: 5px 0;
  font-weight: 500;
  color: #1c1c1cc7;
}

.footer-list li svg {
  width: 15px;
  margin-right: 10px;
}

.footer-list .ff {
  margin-top: 10px;
}

.footer-icons {
  display: flex;
}

.footer-icons a {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 100%;
  border: solid 1px #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.footer-list li a {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #1c1c1cc7;
}

.footer-list li a:hover {
  transform: translateX(5px);
}

.footer-icons a svg {
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-in-out;
}

.footer-icons a:hover {
  background-color: #1c1c1c;
}

.footer-icons a svg path {
  transition: all 0.3s ease-in-out;
}

.footer-icons a:hover svg path {
  fill: #fff;
}

.footer-list p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.footer-list input {
  width: 100%;
  height: 45px;
  color: #848484;
  font-size: 14px;
  text-indent: 15px;
  line-height: 45px;
  background-color: #fff;
  border: 1px solid #cacaca;
  margin-bottom: 15px;
}

.footer-list button {
  width: 100%;
  font-size: 17px;
  padding: 12px 20px;
  background-color: #1c1c1c;
  margin-bottom: 0;
  color: #fff;
}

.footer-list button svg {
  width: 18px;
}

.footer-btm p {
  padding: 25px 0;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
}

.btn-filter {
  display: none;
}

/* ----- Sharee ----- */
.product-cate-listing .main-site-nav {
  margin-bottom: 15px;
  cursor: pointer;
  margin-top: 12px;
  font-size: 20px;
  color: #1c1c1c;
}

.product-cate-listing .main-more-item {
  border-bottom: solid 1px #e0e0e0;
}

.main-sublinks {
  display: none;
  margin-bottom: 15px;
}

.main-sublinks .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}

.main-sublinks .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.main-sublinks .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-sublinks .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-sublinks input:checked + .slider {
  background-color: #2196f3;
}

.main-sublinks input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.main-sublinks input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.main-sublinks .slider.round {
  border-radius: 25px;
}

.main-sublinks .slider.round:before {
  border-radius: 50%;
}

.main-sublinks .in-stock {
  font-size: 17px;
  line-height: 17px;
  margin-right: 10px;
}

.rateint-detail input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  filter: hue-rotate(240deg);
  /* filter: hue-rotate(120deg); */
}

.rateint-detail span {
  display: inline-flex;
  margin-right: 5px;
  font-size: 16px;
}

.price-ranger {
  padding-bottom: 15px;
}

.price-ranger .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.price-ranger .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.price-ranger .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

.price-ranger input[type="number"]::-webkit-outer-spin-button,
.price-ranger input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-ranger .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.price-ranger .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.price-ranger .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #1c1c1c;
}

.price-ranger .range-input {
  position: relative;
}

.price-ranger .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.price-ranger input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #1c1c1c;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-ranger input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #1c1c1c;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.size-swatches li {
  position: relative;
  color: #1c1c1c;
  font-size: 13px;
  font-weight: 500;
  margin: 5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  box-shadow: 0 0 1px 1px #ddd;
  border: 1px solid #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.button-set.style2 .btn-icon:first-child,
.button-set.style2 .btn-icon:last-child,
.faqs-style .accordion .accordion-header .accordion-button.collapsed,
.product-labels.rectangular .lbl,
.size-swatches li.radius,
.size-swatches li.radius .swatchLbl,
.swatches li.radius,
.swatches li.radius .swatchLbl,
.swatches li.radius img,
.swatches li.square img {
  border-radius: 0;
}

.swatches li {
  position: relative;
  display: inline-flex;
  height: 17px;
  width: 17px;
  margin: 5px;
  cursor: pointer;
  box-shadow: 0 0 1px 1px #ddd;
  border: 2px solid #fff;
}

.swatches li.large {
  height: 30px;
  width: 30px;
}

.blue {
  background-color: #0051cc;
}

.white {
  background-color: #fff;
}

.black {
  background-color: #1c1c1c;
}

.red {
  background-color: #e32020;
}

.yellow {
  background-color: #d4b200;
}

.aloe-green {
  background-color: #6a9c00;
}

.skyblue {
  background-color: #00b29d;
}

.indigo {
  background-color: #7000e0;
}

.purple {
  background-color: #950074;
}

.orange {
  background-color: #ff7a00;
}

.lemon {
  background-color: #ff7a00;
}

.green {
  background-color: #00ff00;
}

.pink {
  background-color: #ff91af;
}

.gray {
  background-color: #808080;
}

.filterBox .swatches li.active,
.filterBox .swatches li:hover,
.size-swatches li.active,
.size-swatches li:hover,
.swatches li.active,
.swatches li:hover {
  border-color: #fff;
  box-shadow: 0 0 0 1px #1c1c1c, 0 0 0 0 #fff inset;
}

.size-swatches li .swatchLbl,
.swatches li .swatchLbl {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.size-swatches li.soldout,
.swatches li.soldout {
  opacity: 0.5;
  cursor: no-drop;
  box-shadow: 0 0 1px 1px #ddd;
  border: 1px solid #fff;
}

.size-swatches li.soldout:after,
.swatches li.soldout:after {
  content: "";
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/soldout.svg) 50% 50% / cover no-repeat;
  -webkit-transform: none;
  transform: none;
  border: none;
  margin: 0;
  z-index: 10;
}

.main-sublinks .discount {
  font-size: 18px;
}

.main-sublinks .discount span {
  margin-left: 10px;
}

.main-sublinks .discount input[type="checkbox"],
.main-sublinks .offer-available input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.main-sublinks .discount label,
.main-sublinks .offer-available label {
  font-size: 17px;
}

.common_slider_slider .cate-box {
  margin-bottom: 0;
}

.box_slide {
  padding: 0 10px;
}

.cate-box .new-arived {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background: #df2f6b;
  border-radius: 2px;
  padding: 2px 7px 4px;
  line-height: 15px;
}

.without-discount {
  text-decoration: line-through;
  font-size: 15px;
  line-height: 15px;
  color: #7c7c7c;
  margin-left: 10px;
  font-weight: 400;
}

.discount-percent {
  color: #df2f6b;
  font-size: 17px;
  margin-bottom: 0;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #ececec;
  border-radius: 100%;
  fill: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}

.slick-arrow:hover {
  background: #1c1c1c;
  color: #fff;
}

.common_slider_slider .arrow-left {
  top: -60px;
  right: 70px;
  position: absolute;
}

.common_slider_slider .arrow-right {
  top: -60px;
  right: 10px;
  position: absolute;
}

.common_slider h2 {
  color: #1c1c1c;
  font-size: 25px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 30px;
}

.call-title span {
  font-size: 20px;
  font-weight: 500;
}

.call-title .total-available {
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
  color: #393939;
}

.cate-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----- Sharee-detail ----- */

.pro_detail_box .pro_detail_ul {
  width: 23%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.pro_detail_box .pro_detail_ul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: opacity(0.5);
}

.pro_detail_box .pro_detail_ul img.active {
  filter: opacity(1);
}

.pro_detail_box .big_img {
  width: 73%;
  height: auto;
  float: left;
  position: relative;
}

.pro_detail_box .pro_detail_box ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pro_detail_box .pro_detail_ul li {
  width: 100%;
  margin-bottom: 20px;
}

.pro_detail_box .pro_detail_ul li:nth-child(4) {
  margin-bottom: 0;
}

.pro_detail_des h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}

.pro_detail_des p {
  margin-bottom: 15px;
  color: #393939;
  font-size: 19px;
  line-height: 25px;
}

.pro_detail_des .rateing svg {
  width: 12px;
  margin-right: 5px;
}

.pro_detail_des .rateing {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

.pro_detail_des .stn-no {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #727272;
  letter-spacing: 0.5px;
}

.pro_detail_des .price {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.5px;
  display: inline-block;
}

.pro_detail_des .mrp-tax {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #727272;
  letter-spacing: 0.5px;
}

.select-size span,
.select-size a {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pro_detail_des .size-swatches li {
  font-size: 16px;
  width: 40px;
  height: 40px;
}

.inn-color span {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}

.pro_detail_des .size-swatches {
  margin-bottom: 20px;
}

.pro_detail_des .inn-color {
  margin-bottom: 30px;
}

.pro_detail_des .swatches li.large {
  width: 25px;
  height: 25px;
}

.qtyplusminus {
  margin-bottom: 30px;
}

.qtyField {
  border: 1px solid #cacaca;
}

.product-form-input {
  width: 50px;
  text-align: center;
  border: none;
  padding: 12px 10px;
  font-size: 16px;
  outline: none;
}

.qtyBtn {
  width: 45px;
  text-align: center;
  border: none;
  padding: 12px 10px;
  font-size: 12px;
  outline: none;
}

.qtyplusminus h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.btn_pro_detail_des {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.btn_pro_detail_des a {
  display: flex;
  justify-content: space-between;
  width: 48%;
  align-items: center;
  border: 1px solid #1c1c1c;
  background: transparent;
  transition: all 0.3s ease-in-out;
  padding: 12px 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 25px;
}

.btn_pro_detail_des a:hover {
  background: #1e1e1e;
  color: #fff;
}

.btn_pro_detail_des a svg {
  font-size: 15px;
}

.btn_pro_detail_des a:hover svg {
  color: #fff;
}

.pro_detail_des .sidebar-widget {
  border: none;
  margin-bottom: 0;
}

.pro_detail_des hr {
  margin: 30px 0;
}

.pro_detail_des .widget-title h4 {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 20px;
  color: #1c1c1c;
}

.pro_detail_des .filter-widget .widget-title h4 > svg {
  width: 17px;
  margin-top: 3px;
}

.pro_detail_des .widget-content ul {
  padding-top: 30px;
}

.pro_detail_des .widget-content ul li {
  font-size: 18px;
  margin-bottom: 15px;
}

.pro_detail_des .widget-content ul li b {
  font-size: 18px;
  color: #393939;
  font-weight: 600;
}

.pro_detail_des .widget-content ul li:last-child {
  margin-bottom: 0;
}

/* .pro_detail_box_main{
  position: sticky;
  top: 0;
} */

.common_slider .rateing svg {
  width: 12px;
  margin-right: 4px;
}

.customer-reviews h2 {
  color: #1c1c1c;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}

.customer-reviews-box a {
  padding: 20px;
  border: 1px solid #c1c1c1;
  display: inline-block;
  width: 100%;
}

.customer-reviews-top,
.customer-sec {
  margin-bottom: 25px;
}

.customer-reviews-top span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  color: #878787;
}

.customer-reviews-top span:first-child {
  font-size: 16px;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 2px;
  color: #fff;
  background-color: #1c1c1c;
}

.customer-sec-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 20px;
}

.customer-sec-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.customer-sec-det h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

.customer-reviews-box p {
  color: #878787;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.customer-reviews-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customer-reviews-box ul li {
  width: 23%;
  overflow: hidden;
}

.customer-reviews-box ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-btn {
  background-color: #1c1c1c;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: solid 1px #1c1c1c;
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
}

.custom-btn svg {
  font-size: 15px;
  line-height: 15px;
  margin-left: 25px;
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover svg {
  transform: translateX(5px);
  color: #1c1c1c;
}

.custom-btn:hover {
  background: transparent;
  color: #1c1c1c;
}

.customer-reviews .custom-btn {
  margin-top: 50px;
}

/* ----- Cart ----- */
.cart-banner .inner-banner-text {
  margin-top: 20px;
}

.cart-banner .inner-banner-text .breadcamp a {
  color: #777;
  margin-right: 40px;
  font-size: 18px;
  line-height: 18px;
}

.cart-banner .inner-banner-text .breadcamp span svg {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 14px;
}

.cart-banner .inner-banner-text .breadcamp span svg path {
  stroke: #777;
}

.dropdown-q .qtyplusminus {
  margin: 5px 20px 0;
}

.dropdown-q > div label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}

.dropdown-q > div select {
  height: 44px;
  border-radius: 0;
  padding: 0 10px;
  width: 150px;
  outline: none;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.clr-box {
  position: relative;
  border-radius: 0;
  width: 150px;
}

.dropdownWrapper {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdownWrapper .dropdown {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: auto;
  z-index: 1;
  padding: 10px;
  border: 1px solid #dee2e6;
  background-color: #fff;
  font-size: 16px;
  line-height: 16px;
  height: 44px;
  display: flex;
  align-items: center;
}

.dropdownWrapper .dropdown::selection {
  background: transparent;
}

.dropdownWrapper .dropdown:after {
  transition: all 0.3s ease-in-out;
  /* display: initial; */
  cursor: pointer;
  position: absolute;
  right: 10px;
  content: "\f078";
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.dropdownWrapper .dropdown.active:after {
  color: #1c1c1c;
  transform: translateY(-50%) rotateX(-180deg);
  transition: all 0.3s ease-in-out;
}

.dropdownWrapper .dropdown-itemsWrapper {
  top: calc(100% - 1px);
  opacity: 1;
  z-index: 1;
  transition: 0.2s;
  position: absolute;
  width: 100%;
  height: 175px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
}

.dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar {
  background: #fff;
  width: 8px;
  border-bottom-right-radius: 4px;
}

.dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar-track {
  padding-left: 1px;
  border-left: 1px solid #dee2e6;
  -webkit-box-shadow: none;
}

.dropdownWrapper .dropdown-itemsWrapper::-webkit-scrollbar-thumb {
  box-sizing: border-box;
  position: absolute;
  margin-left: 1px;
  background: #dee2e6;
  -webkit-box-shadow: none;
}

.dropdownWrapper .dropdown-itemsWrapper.inactive {
  border: 0px;
  opacity: 0;
  height: 0px;
}

.dropdownWrapper .dropdown-itemsWrapper li {
  margin: 0px;
  transition: 0.1s;
  box-shadow: 0 3px 5px #ccc;
  cursor: pointer;
  list-style: none;
  padding: 8px 10px;
  background: #fff;
  width: auto;
  height: auto;
  border-bottom: 1px solid #ccc;
  border-top: none;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.dropdownWrapper .dropdown-itemsWrapper li::selection {
  background: transparent;
}

.dropdownWrapper .dropdown-itemsWrapper li:hover {
  background: #0d6efd;
  color: #fff;
}

.dropdownWrapper span {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 0 1px 3px #cccccc63;
}

.dropdown-q > div .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #dee2e6;
}

.shop-cart h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.shop-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.shop-cart-item:last-child {
  margin-bottom: 0;
}

.shop-cart-item .shop-cart-item-img {
  width: 22%;
}

.shop-cart-item .shop-cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-cart-item .shop-cart-item-text {
  width: 75%;
}

.shop-cart-item .shop-cart-item-text h3 {
  font-size: 25px;
  color: #1c1c1c;
  margin-bottom: 5px;
}

.shop-cart-item .shop-cart-item-text p {
  font-size: 16px;
  line-height: 22px;
  color: #393939;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.shop-cart-item .shop-cart-item-text h5 {
  font-size: 15px;
  line-height: 22px;
  color: #727272;
  margin-bottom: 5px;
  font-weight: 40;
}

.del-crt .heart-icon {
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 15px;
}

.del-crt .heart-icon:hover {
  background: transparent;
}

.del-crt .heart-icon:hover svg path {
  stroke: #1c1c1c;
}

.del-crt .heart-icon.active svg path {
  fill: #ff0000;
  stroke: #ff0000;
}

.del-crt .remove-sec svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cart-det {
  border: 1px solid #d5d5d5;
  padding: 20px;
}

.cart-det p {
  margin-bottom: 7px;
}

.cart-det p span {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
}

.cart-det h6 {
  font-size: 16px;
  font-weight: 400;
  color: #1c1c1c;
  margin-top: 10px;
}

.gift {
  padding: 10px 20px;
  border: 1px solid #d5d5d5;
  border-top: none;
  margin-bottom: 20px;
}

.gift input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.gift label {
  font-size: 18px;
  line-height: 18px;
}

.cupon-code h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.cupon-code form {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.cupon-code form input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-indent: 15px;
  border: 1px solid #d5d5d5;
  outline: none;
  font-size: 18px;
}

.cupon-code form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 25px;
  background-color: #1c1c1c;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  height: 50px;
}

.total-bal,
.pay-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.total-bal span,
.pay-method span {
  font-size: 18px;
  font-weight: 500;
}

.total-bal span b {
  font-size: 22px;
  font-weight: 700;
}

.pay-method .pay-meth-img {
  display: inline-flex;
  /* width: 60%; 
  overflow: hidden; */
}

.pay-method .pay-meth-img img {
  flex: 1;
  margin-left: 5px;
}

.pay-method .pay-meth-img img:first-child {
  margin-left: 0;
}

.cart-btn a {
  margin-top: 20px;
  width: 100%;
  justify-content: space-between;
}

/* ----- Blog Page ----- */

.blog-listing-box-img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.blog-listing-box-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.blog-listing-box-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brand-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30%;
  z-index: 1;
}

.calendar-days {
  background: url("../images/calendar-days.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-right: 10px;
}

.blog-listing-box {
  margin-bottom: 50px;
}

.blog-listing-box-text h3 a {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.date span,
.user span,
.product-tag span,
.share-list span {
  font-size: 17px;
  line-height: 17px;
  color: #6c6c6c;
}

.date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.blog-listing-box-text p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.blog-listing-box-text a {
  line-height: 20px;
}

.blog-listing-box-text a svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}

.blog-listing-box-text a:hover svg {
  transform: translateX(5px);
}

.filter-search {
  position: relative;
  margin-bottom: 25px;
}

.filter-search input {
  width: 100%;
  border: 1px solid #cacaca;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  color: #848484;
  font-size: 16px;
  outline: none;
  text-indent: 15px;
}

.filter-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-left: none;
  border-radius: 0 3px 3px 0;
}

.filter-search button svg {
  width: 18px;
  height: 18px;
}

.recent-posts {
  border: 1px solid #e3e3e3;
}

.recent-posts > a {
  padding: 20px;
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
}

.recent-posts > a:last-child {
  border-bottom: none;
}

.recent-posts > a:hover {
  background-color: #f7f7f7;
}

.recent-post-img {
  width: 38%;
  height: 80px;
  margin-right: 4%;
}

.recent-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-text {
  width: 58%;
}

.recent-post-text h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.recent-post-text h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.blog-listing .product-cate-listing {
  padding-left: 20px;
}

.popular-tag {
  padding: 20px;
  padding-bottom: 5px;
  border: 1px solid #e3e3e3;
}

.popular-tag a {
  padding: 7px 20px;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 500;
}

.popular-tag a:hover {
  border: 1px solid #1c1c1c;
  border-radius: 25px;
  background-color: #1c1c1c;
  color: #fff;
}

.title h2 {
  position: relative;
  padding: 0 20px;
  background-color: #ffffff;
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
  /* z-index: 99; */
}

.title h2::after {
    position: absolute;
    background: url(../images/needle.svg) no-repeat;
    background-size: 135px 100px;
    /* z-index: -1; */
    width: 50px;
    height: 55px;
    top: -25px;
    left: -50px;
    content: "";
}

.title h2::before {
  position: absolute;
  background: url(../images/needle.svg) no-repeat center;
  background-size: 134% 100%;
  /*z-index: -1;*/
  width: 50px;
  height: 100%;
  top: 2px;
  right: -50px;
  content: "";
}

.title p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
}

.title {
  margin-bottom: 50px;
}

/* ----- Blog-details ----- */

.circle-user {
  background: url("../images/circle-user.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-right: 10px;
}

.tag {
  background: url("../images/tag.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-right: 10px;
}

.share {
  background: url("../images/share-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-right: 10px;
}

.blog-detail-breadcamp-sec .date,
.blog-detail-breadcamp-sec .user,
.blog-detail-breadcamp-sec .product-tag,
.blog-detail-breadcamp-sec .share-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
}

.blog-detail-breadcamp-sec .share-list {
  margin-right: 0;
}

.blog-detail h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.blog-detail h6 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 25px;
  color: #393939;
}

.blog-detail-breadcamp {
  margin-bottom: 25px;
}

.blog-detail .brand-logo {
  width: 15%;
}

.blog-detail .brand-logo {
  width: 15%;
}

.blog-detail .blog-listing-box-img {
  margin-bottom: 25px;
}

.blog-detail p {
  margin-bottom: 25px;
  font-size: 18px;
}

.blog-detail p {
  margin-bottom: 25px;
  font-size: 18px;
}

.short-des {
  position: relative;
  background-color: #f6f6f6;
  border: 1px solid #c9c9c9;
  margin-bottom: 25px;
}

.blog-detail h4 {
  padding: 25px;
  font-size: 20px;
  color: #393939;
  font-style: italic;
  position: relative;
  z-index: 9;
}

.blog-detail .short-des .colon {
  position: absolute;
  top: 17px;
  left: 20px;
  background: url(../images/colon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 35px;
  width: 65px;
  z-index: 1;
  opacity: 0.7;
}

.prev-next {
  padding: 20px 0;
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  margin-bottom: 35px;
}

.prev-next span {
  display: block;
}

.prev-next span:first-child {
  font-size: 16px;
  font-weight: 500;
}

.prev-next span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #393939;
}

.prev-next svg:first-child {
  font-size: 15px;
  margin-right: 20px;
}

.prev-next svg:last-child {
  font-size: 15px;
  margin-left: 20px;
}

.blog-detail .custom-btn {
  margin-top: 25px;
}

.blog-detail .custom-btn svg {
  margin-left: 50px;
}

.blog-detail .form-control {
  border-radius: 0;
  margin-bottom: 25px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0;
  text-indent: 15px;
  outline: none;
}

.blog-detail textarea.form-control {
  height: auto;
  line-height: 50px;
  resize: none;
}

.blog-detail .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #dee2e6;
}

.blog-detail input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.blog-detail label {
  font-size: 17px;
  line-height: 17px;
}

.more_slider .arrow-left {
  top: -60px;
  right: 70px;
  position: absolute;
}

.more_slider .arrow-right {
  top: -60px;
  right: 10px;
  position: absolute;
}

.more_slider .blog-listing-box {
  margin-bottom: 0;
}

/* ----- Responsive ----- */

.sign-up-sec {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  /* box-shadow: 0px 10px 184px 0px rgba(0, 0, 0, 0.08); */
  background: #fff;
  height: 650px;
  overflow: hidden;
}

.sign-up-sec .sign-up-img {
  width: 50%;
  height: 100%;
}

.sign-up-sec .sign-up-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sign-up-sec .sign-up-text {
  width: 50%;
  background: #fff;
  padding: 25px;
}

.sign-up-inner h3 {
  font-size: 27px;
  margin-bottom: 10px;
}

.sign-up-inner p {
  font-size: 18px;
  color: #393939;
  margin-bottom: 20px;
}

.sign-up-inner p:last-child {
  margin-bottom: 0;
}

.sign-up-inner p:last-child a{
  color: #DF2F6B;
  font-weight: 500;
}

.sign-up-inner input {
  font-size: 15px;
  padding: 0;
  text-indent: 15px;
  border-radius: 0;
  line-height: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.sign-up-inner input:focus {
  outline: none;
  border-color: #dee2e6;
  box-shadow: none;
}

.sign-up-inner .custom-btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}

.sign-up-inner h4 {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}

.sign-up-inner h4 span {
  position: relative;
  font-size: 20px;
  padding: 0 15px;
}

.sign-up-inner h4 span::before {
  position: absolute;
  width: 50px;
  background-color: #CACACA;
  height: 1px;
  top: 50%;
  right: 100%;
  content: "";
}

.sign-up-inner h4 span::after {
  position: absolute;
  width: 50px;
  background-color: #CACACA;
  height: 1px;
  top: 50%;
  left: 100%;
  content: "";
}

.sign-up-inner .log-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; margin-bottom: 15px;
}

.sign-up-inner .log-btn {
  width: 49%;
  display: inline-flex;
  line-height: 45px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.sign-up-inner .log-btn:first-child {
  background-color: #3C5A9A;
  color: #fff;
  border: solid 1px #3C5A9A;
}

.sign-up-inner .log-btn:last-child {
  background-color: #fff;
  border: solid 1px #A7A7A7;
}

.sign-up-inner .log-btn .faceboook {
  background: url(../images/facebook.svg) no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  margin-right: 15px;
}

.sign-up-inner .log-btn .google {
  background: url(../images/google.svg) no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  margin-right: 15px;
}

.sign-up-inner .inputs{
  margin-bottom: 25px;
}

.sign-up-inner .input {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  text-align: center;
  font-size: 25px;
  cursor: not-allowed;
  pointer-events: none;
  text-indent: 0;
  width: 50px;
}

.sign-up-inner .input:nth-child(1) {
  cursor: pointer;
  pointer-events: all;
  margin-left: 0;
}

.timer-cus p{
  font-size: 16px;
}

.timer-cus p:last-child{
  margin-bottom: 20px;
}

.timer-cus #resendBtn {
  color: #DF2F6B;
  font-weight: 500;
  cursor: pointer;
}

.forgot-pass, .mob-log{
  font-size: 16px;
  margin-bottom: 20px;
}

.pass-sec{
  padding: 30px;
  width: 600px;
  margin: 0 auto;
  background: #fff;
}
/* 
#popup{
  height: 50px ; background: #000;
} */

.newsletter-modal .newsletter-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  height: 500px;
  overflow: hidden;
}

.newsletter-modal .newsletter-wrap .newsltr-text{
  width: 50%;
  padding: 0 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.newsletter-modal .newsletter-wrap .newsltr-text .sign-up-inner .custom-btn{
  justify-content: space-between;
  margin-bottom: 35px;
}

.newsletter-modal .newsletter-wrap .newsltr-text .sign-up-inner h5{
  margin-bottom: 15px;
  font-size: 22px;
}

.sign-up-inner h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.newsletter-modal .newsletter-wrap .newsltr-img{
  width: 50%;
  overflow: hidden;
}

.newsletter-modal .newsletter-wrap .newsltr-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter-modal button.btn-close {
  position: absolute;
  top: -20px;
  left: calc(100% + 5px);
  font-size: 12px;
  opacity: 1;
  background: url(../images/x.svg) no-repeat center;
}

.newsletter-modal .modal-content {
  border-radius: 0;
}

.newsletter-modal .modal-dialog {
  /* min-width: 70%;
  max-width: 1100px; */
  min-width: 50%;
  max-width: 1000px;
}

/* ----- Responsive ----- */

@media only screen and (max-width: 1300px) {
  .garenty .container ul li::before {
    left: -20%;
  }
}

@media only screen and (max-width: 1200px) {
  .garenty .container ul li svg {
    width: 30px;
    height: 30px;
    margin-right: 0px;
  }

  .garenty .container ul li span {
    font-size: 14px;
  }

  .garenty .container ul li::before {
    left: -20%;
  }

  .dropdown-q > div select {
    width: 120px;
  }

  .qtyBtn {
    width: 40px;
    padding: 10px;
    height: 40px;
  }

  .product-form-input {
    width: 40px;
    padding: 10px;
  }

  .dropdownWrapper .dropdown {
    height: 40px;
  }

  .clr-box {
    width: 130px;
  }

  .dropdownWrapper span {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .dropdown-q .qtyplusminus {
    margin: 5px 15px 0;
  }

  /* .blog-listing .product-cate-listing {
    padding-left: 0;
  } */

  .banner .banner-text {
    margin-right: 75px;
  }

  .blog-home .small-blog {
    margin-bottom: 5px;
  }

  .blog-home .small-blog:last-child {
    margin-bottom: 0;
  }

  .summer-festive-detiels h2 span {
    font-size: 75px;
    margin-left: -15px;
  }

  .summer-festive-detiels h2 {
    font-size: 70px;
    line-height: 65%;
  }
}

@media only screen and (max-width: 1024px) {
  .garenty .container ul li::before {
    left: -10%;
  }

  .footer-list li {
    font-size: 16px;
  }

  .heart-icon {
    top: 15px;
    right: 15px;
  }

  .cate-box-text a {
    font-size: 23px;
  }

  .inner-banner .inner-banner-text h1 {
    font-size: 65px;
  }

  .shop-cart .row > div {
    width: 100%;
  }

  .cart-btn {
    justify-content: space-between;
    display: flex;
  }

  .cart-btn a {
    width: 48%;
  }
  .blog-detail h2 {
    font-size: 35px;
  }

  .blog-listing-box-text h3 a {
    font-size: 20px;
    line-height: 25px;
  }

  .banner .banner-text {
    margin-right: 100px;
  }

  .banner-top p {
    font-size: 13px;
  }

  .banner-text h1 {
    font-size: 85px;
    line-height: 70%;
  }

  .banner-text p {
    font-size: 20px;
  }

  .banner-slider .slick-arrow {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }

  .summer-festive-detiels h2 span {
    font-size: 65px;
  }

  .summer-festive-detiels h2 {
    font-size: 60px;
    line-height: 50%;
  }

  .title p {
    font-size: 18px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .garenty .container ul li::before {
    display: none;
  }

  .btn-filter {
    display: inline-block;
    margin-right: 15px;
    font-size: 17px;
    background: #1c1c1c;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .filterbar {
    width: 325px;
    height: 100%;
    padding: 0 !important;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: -330px;
    z-index: 9999;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s all ease-in-out;
  }

  .filterbar-overlay.active {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: #1c1c1c;
    opacity: 0.6;
    content: "";
  }

  .filterbar.active {
    left: 0;
    z-index: 999;
  }

  .product-cate-listing {
    position: sticky;
    top: 0;
    margin-bottom: 0;
    height: 100%;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 50px;
  }

  .product-cate-listing h3 {
    margin-top: 0;
  }

  .filterbar.active .closeFilter {
    color: #ffffff;
    background-color: #333333;
    font-size: 15px;
    line-height: 32px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    /* left: 100%; */
    right: 0;
    box-shadow: 0 0 5px #ddd;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .garenty ul {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .garenty ul li {
    /* width: 33%; */
    margin: 5px 20px;
    text-align: center;
  }

  .header .menu > ul > li > a {
    font-size: 19px;
  }

  .price-ranger .field input {
    font-size: 16px;
    margin-left: 10px;
  }

  .price-ranger .price-input .field {
    height: 40px;
    font-size: 16px;
  }

  .price-ranger .slider {
    height: 4px;
  }

  .footer-top .row > div:nth-child(1),
  .footer-top .row > div:nth-child(2),
  .footer-top .row > div:nth-child(3) {
    margin-bottom: 20px;
  }

  .customer-reviews .row > div:nth-child(1),
  .customer-reviews .row > div:nth-child(2) {
    margin-bottom: 25px;
  }

  .container {
    padding: 0px 40px;
  }
  .title h2 {
    font-size: 35px;
  }

  .blog-home .big-blog {
    margin-bottom: 20px;
  }

  .blog-home .small-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .pro_detail_main {
    margin-bottom: 30px;
  }

  .container {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 600px) {
  .cate-pro-main-box {
    width: 50%;
  }

  .footer-list {
    margin-bottom: 20px;
  }

  .custom-py-sm {
    padding: 50px 0;
  }

  .inner-banner .inner-banner-text h1 {
    font-size: 60px;
  }

  .header .menu > ul > li > a {
    font-size: 18px;
  }

  .call-title span {
    font-size: 17px;
  }

  .call-title .total-available {
    font-size: 10px;
    margin-left: 5px;
  }

  .common_slider h2 {
    font-size: 22px;
  }

  .pagination ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    margin: 0 2px;
  }

  .pro_detail_des .price {
    font-size: 35px;
    line-height: 35px;
  }

  .pro_detail_des .size-swatches li {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }

  .customer-reviews .row > div {
    width: 50%;
  }

  .customer-sec-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 15px;
  }

  .customer-sec-det h4 {
    font-size: 18px;
  }

  .customer-reviews .rateing svg {
    margin-right: 3px;
    width: 11px;
  }

  .customer-reviews .rateing span {
    font-size: 14px;
  }

  .customer-reviews-top span {
    font-size: 16px;
  }

  .customer-reviews-top span:first-child {
    font-size: 14px;
  }

  .customer-reviews-box p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .custom-btn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 16px;
  }

  .customer-reviews-top,
  .customer-sec {
    margin-bottom: 20px;
  }

  .custom-btn svg {
    font-size: 13px;
    line-height: 13px;
    margin-left: 20px;
  }

  .container {
    padding: 0px 25px;
  }

  .custom-mb-sm {
    margin-bottom: 50px;
  }

  .shop-cart-item .shop-cart-item-img {
    width: 100%;
    margin-bottom: 15px;
  }

  .shop-cart-item .shop-cart-item-text {
    width: 100%;
  }

  .dropdown-q > div label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .dropdown-q > div select {
    width: 110px;
    height: 40px;
  }

  .qtyplusminus h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .qtyBtn {
    width: 35px;
  }

  .clr-box {
    width: 124px;
  }

  .dropdownWrapper .dropdown:after {
    font-size: 12px;
  }

  .del-crt .remove-sec svg {
    width: 17px;
    height: 17px;
  }

  .heart-icon svg {
    width: 17px;
    height: 17px;
  }

  .cart-btn a {
    width: 100%;
    padding: 15px 20px;
  }

  .cart-btn {
    display: block;
  }

  .blog-detail h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .blog-detail h6 {
    font-size: 18px;
    font-weight: 400;
  }

  .title h2::before,
  .title h2::after {
    display: none;
  }

  .Sale_products .Sale_slider .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .Sale_products .Sale_slider .arrow-right {
    right: -10px;
    top: 32%;
  }

  .Sale_products .Sale_slider .arrow-left {
    left: -10px;
    top: 32%;
  }

  .Sale_products .Sale_slider .arrow-right {
    right: -10px;
    top: 32%;
  }

  .banner-text h1 {
    font-size: 70px;
    line-height: 70%;
    color: #fff;
  }

  .banner-text p {
    font-size: 18px;
    color: #fff;
  }

  .banner .banner-text {
    margin-right: 0;
    width: 100%;
  }

  .banner-slider .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .banner-slider .arrow-left {
    left: 20px;
  }

  .banner-slider .arrow-right {
    right: 20px;
  }

  .banner-slider .slick-dots {
    bottom: 30px;
    left: 25px;
    width: calc(100% - 25px);
  }

  .banner-slider .slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    content: "";
    z-index: 1;
    background: #1c1c1c;
    opacity: 0.5;
  }

  .title p br {
    display: none;
  }

  .new-sec .row > div {
    width: 50%;
  }

  .summer-festive-detiels h2 {
    font-size: 50px;
    line-height: 70%;
  }
  .summer-festive-detiels h2 span {
    font-size: 45px;
  }

  .best-selling .row > div:not(:first-child) {
    width: 50%;
  }

  .insta-sec-detiels span {
    font-size: 14px;
  }

  .Sale_products .title h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 480px) {
  /* .shop-cart-item .shop-cart-item-text > div{
    display: block !important;
  } */

  .dropdown-q {
    display: block !important;
  }

  .dropdown-q > div {
    display: inline-block !important;
  }

  .dropdown-q > div select {
    width: 100%;
  }

  .dropdown-q > div {
    /* display: inline-block !important; */
    width: 150px;
  }

  .clr-box {
    width: 150px;
  }

  .dropdown-q .qtyplusminus {
    margin: 10px 0;
  }

  .qtyBtn {
    width: 45px;
  }

  .product-form-input {
    width: 58px;
  }

  .blog-detail-breadcamp-sec {
    display: inline-block !important;
  }

  .blog-detail-breadcamp-sec .user {
    margin: 5px 0;
  }

  .prev-next span:last-child {
    display: none;
  }

  .blog-detail h2 {
    font-size: 25px;
  }

  .banner-text h1 {
    font-size: 65px;
  }

  .banner-text {
    padding: 50px 0 !important;
  }

  .banner-slider .slick-arrow {
    display: none !important;
  }

  .summer-festive-detiels h2 span {
    font-size: 35px;
    margin-left: -5px;
  }

  .summer-festive-detiels {
    padding: 15px;
  }

  .title h2 {
    font-size: 30px;
  }

  .Sale_products .Sale_slider .arrow-right {
    right: 15px;
    top: 37%;
  }

  .Sale_products .Sale_slider .arrow-left {
    left: 15px;
    top: 37%;
  }

  .blog-home .small-blog {
    margin-bottom: 20px;
    display: block;
  }

  .summer-festive-detiels h2 {
    font-size: 35px;
  }

  .small-blog .blog-listing-box-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
  }

  .insta-sec-detiels span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 420px) {
  /* .cate-pro-main-box {
    width: 100%;
  } */
  .inner-banner .inner-banner-text h1 {
    font-size: 55px;
  }

  .cate-box {
    margin-bottom: 50px;
  }

  .filterbar {
    width: 300px;
    left: -305px;
  }

  .garenty .container ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .garenty .container ul li:last-child {
    margin-bottom: 0;
  }

  .call-title {
    font-size: 16px;
  }

  .call-title select {
    width: 150px;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 0;
    outline: none;
  }

  .heart-icon {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 10px;
  }

  .heart-icon svg {
    width: 15px;
    height: 15px;
  }

  .cate-box-btn a {
    padding: 7px 15px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cate-box-btn a svg {
    width: 15px;
  }

  .cate-box-text {
    padding-top: 10px;
  }

  .cate-box-text a {
    font-size: 20px;
    line-height: 20px;
  }

  .cate-box-text h6 {
    font-size: 16px;
  }

  .rateing svg {
    margin-right: 3px;
    width: 13px;
  }

  .pagination ul li.numb {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .footer-btm p {
    font-size: 13px;
  }

  .product-cate-listing h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .widget-title h4 {
    font-size: 18px;
  }

  .custom-py-sm {
    padding: 30px 0;
  }

  .btn-filter {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    background: #1c1c1c;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .call-title span {
    font-size: 15px;
  }

  .call-title .total-available {
    font-size: 8px;
    font-weight: 500;
    margin-left: 3px;
    color: #393939;
  }

  .customer-reviews .row > div {
    width: 100%;
  }

  .container {
    padding: 0px 20px;
  }

  .btn_pro_detail_des a {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .btn_pro_detail_des a svg {
    font-size: 12px;
  }

  .cupon-code form button {
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .container {
    padding: 0px 15px;
  }
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.size-40px {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.nav-user-info:hover .nav-user-img {
    border-color: var(--primary) !important;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
}
.right-0 {
    right: 0 !important;
}
.left-0 {
    left: 0 !important;
}
.top-100 {
    top: 70% !important;
}
.top-100-2 {
    top: 100% !important;
}
.bg-white{
    background-color: white !important;
}
del{
    text-decoration: line-through;
}
.z-3 {
    z-index: 3 !important;
}
.position-absolute {
    position: absolute !important;
}
.float-right {
    float: right !important;
}
.bg-whitex{
    background-color: #fff !important;
}
.w-90px, .size-90px {
    width: 90px;
}

.form-group {
    margin-bottom: 1rem;
}
.form-control {
    border-radius: 0;
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
    text-indent: 15px;
    outline: none;
}
.btn-block {
    display: block;
    width: 100%;
}
.text-right {
    text-align: right !important;
}
.la-facebook-f {
        background: url(../images/facebook.svg) no-repeat center;
        width: 22px;
        height: 22px;
        display: inline-block;
        background-size: contain;
        margin: 7px;
}
.la-google{
    background: url(../images/google.svg) no-repeat center;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    margin: 7px;
}

.rating {
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd; /* Personal choice */
}
.rating input {
	display: none;
}
.rating label:hover,
.rating label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
	color: #ffc107; /* Personal color choice. Lifted from Bootstrap 4 */
}



.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}
