html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292b2c;
  font-family: "Roboto";
}

a {
  color: #292b2c !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

p {
  font-size: 16px;
  color: #687188;
  line-height: 28px;
  margin-bottom: 25px;
}

ol,
ul {
  list-style: none;
}

button,
input {
  font: inherit;
  background: none;
  border: none;
}

.medium_divider {
  height: 50px;
}

.heading-h2 {
  font-weight: 700;
}

.custom-card-body {
  background-color: #fff;
}

.single_banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.single_banner_info {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 20px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
}

.single_bn_title {
  font-weight: bold;
  font-size: 32px;
}

.offers .offers-details {
  min-height: 60vh;
}

.card {
  border: 2px solid #eee !important;
  box-shadow: none !important;
}

.offers {
  background: url(assets/images/offer_img.jpg) center/cover no-repeat;
  max-height: 500px;
  object-fit: cover;
}
.offers .offers-details {
  min-height: 60vh;
}
.offers .offers-details .offers-content span {
  font-size: 28px;
  color: #333 !important;
}
.offers .offers-details .offers-content h2 {
  font-size: 60px;
  font-family: Roboto, sans-serif;
  color: #333 !important;
}
.offers .offers-details .offers-content .btn {
  border-color: transparent !important;
}

.carousel {
  /*height: 500px;*/
}
.carousel-item {
  height: 500px;
  min-height: 300px;
  background: no-repeat scroll center scroll;
  -webkit-background-size: cover;
  background-size: cover;
}

.carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.carousel-item img {
  height: 500px !important;
  object-fit: cover;
  width: 100%;
}

.carousel-item p {
  color: #292b2c !important;
  font-weight: 300;
}

.carousel-caption {
  bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
}

.carousel-caption h5 {
  font-size: 60px;
  font-weight: 700;
}

.carousel-caption p {
  font-size: 18px;
  top: 2rem;
}

.slider-btn {
  margin-top: 30px;
}

.slider-btn .btn {
  background-color: #e74c3c;
  color: #fff;
  border-radius: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  margin-right: 15px;
}

.slider-btn .btn-2 {
  color: #111010;
  background-color: white;
}

.testimonial {
  background-color: #fff1f1 !important;
  padding: 100px 0;
}

.testimonial_box {
  position: relative;
  z-index: 1;
}

.testimonial_wrap {
  padding: 0 60px;
}

.testimonial_desc {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  position: absolute;
  bottom: 10px;
}

.author_wrap {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-theme .owl-nav {
  margin-top: 0;
}
body .owl-theme .owl-nav [class*="owl-"] {
  background-color: #fff;
  color: #222;
  font-size: 26px;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
  height: 50px;
  padding: 0;
  margin: 0;
  width: 50px;
  text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] i {
  line-height: normal;
}
.owl-theme .owl-dots {
  font-size: 0;
  margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #ff324d;
  cursor: pointer;
  margin: 3px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff324d;
}
.dot_style1.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
}
.nav_style1.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkittransform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  width: 30px;
}
.nav_style1.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  color: #555;
}
.nav_style1.owl-theme .owl-nav .owl-prev {
  left: -40px;
}
.nav_style1.owl-theme .owl-nav .owl-next {
  right: -40px;
}
.nav_style2.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  position: absolute;
  bottom: 10px;
}
.nav_style2.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #555;
}
.nav_style2.owl-theme .owl-nav .owl-prev {
  left: 0px;
}
.nav_style2.owl-theme .owl-nav .owl-next {
  right: 0px;
}

.author_img img {
  max-width: 60px;
  display: block;
  width: 100%;
  margin-right: 15px;
}

.author_name {
  overflow: hidden;
}

.author_name span {
  color: #ff324d;
}

.author_name h6 {
  margin-bottom: 5px;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev {
  left: 0px;
}

.section {
  padding: 100px 0;
  position: relative;
}

.icon_box_style1 {
  text-align: center;
  padding: 0 40px;
  position: relative;
}

.icon_box_style1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background-color: #ddd;
}

[class*="col-"]:last-child .icon_box_style1::before {
  content: normal;
}

.icon {
  margin-bottom: 15px;
}

.icon_box_style1 .icon i {
  font-size: 46px;
  line-height: 1;
}

.icon_box_style1 {
  text-align: center;
  padding: 0 40px;
  position: relative;
}

#newsletter {
  background-color: rgba(179, 179, 179, 0.05);
}
#newsletter p {
  max-width: 600px;
  text-align: center !important;
  color: #6c757d !important;
}
#newsletter .input-group {
  max-width: 500px;
}
#newsletter .input-group .btn {
  background-color: #e5345b;
  color: #fff;
  border-color: var(--pink);
}
#newsletter .input-group .btn::hover {
  background-color: #000;
  border-color: #000;
}

footer .brand {
  font-family: var(--lg-font);
  letter-spacing: 2px;
}

footer a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

footer a:hover {
  color: var(--pink) !important;
}

/* product */

.card-banner {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.image-contain {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: 0.25s ease;
}

.product:is(:hover, :focus) .image-contain {
  /* transform: scale(1.1); */
}

.card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: green;
  color: #fff;
  padding: 3px 6px;
  font-family: roboto, sans-serif;
  font-size: 14px;
}

.pr-flash {
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 8px;
  font-size: 13px;
  z-index: 1;
  border-radius: 2px;
  border: 1px silid #eee;
}

.product:hover .product_action_box li,
.product:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.card-action-list {
  display: table;
  margin: 0 auto;
}

.product:is(:hover, :focus) .card-action-list {
  right: 42px;
  opacity: 1;
  top: 50%;
}

.card-action-item {
  position: relative;
  z-index: 9;
}

.card-action-item:not(:last-child) {
  margin-bottom: 10px;
}

.card-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.product:hover .card-banner:before,
.product_card:hover .card-banner:before {
  opacity: 1;
}

.product_img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.product {
  transition: all 0.5s ease-in-out !important;
  /* box-shadow: 0 0 7px rgb(0 0 0 / 10%) !important; */
}

.on-sale {
  color: #388e3c;
  font-size: 14px;
  margin-left: 5px;
}

.rating_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 5px;
}

.rating_wrap .rating {
  overflow: hidden;
  position: relative;
  height: 20px;
  font-size: 12px;
  width: 70px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
}
.rating::before {
  font-size: 12px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  float: left;
  color: #f6bc3e;
}
.product_rate {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #f6bc3e;
}
.product_rate::before {
  font-size: 12px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  font-weight: 900;
}

.rating_num {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}

/* swatch */

.product_color_switch span {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
}
.product .product_color_switch span {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.product_color_switch span.active::before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: -3px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.product .pr_switch_wrap {
  position: absolute;
  bottom: 4px;
  left: 0px;
  right: 0;
  background-color: #fff;
  padding: 7px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.product:hover .pr_switch_wrap {
  opacity: 1;
  visibility: visible;
  margin-left: 0px;
}
.product:hover .product_color_switch span {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.product_color_switch span:first-child {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product_color_switch span:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product_color_switch span:nth-child(3) {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product_color_switch span:nth-child(4) {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product_color_switch span:nth-child(5) {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product_color_switch span:nth-child(6) {
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product_color_switch span:nth-child(7) {
  -webkit-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.product:hover .card-action-item {
  opacity: 1;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 1;
}

/* product action box */

.product_action_box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  right: 0;
  text-align: center;
  padding-top: 0;
  transition: all 0.5s ease-in-out;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pr_action_btn {
  display: table;
  margin: 0 auto;
  padding: 0 !important;
}
.product_img {
  position: relative;
  overflow: hidden;
}
.shop_container.grid .product_img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.product:hover .product_img:before,
.product_box:hover .product_img:before {
  opacity: 1;
}
.pr_action_btn li {
  position: relative;
  margin: 0px 5px;
  display: inline-block;
}
.product_wrap .pr_action_btn li {
  display: block;
  margin: 10px 0;
}
.product_wrap .pr_action_btn {
  margin: 0 0 0 10px;
}
.product_action_box li {
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  opacity: 0;
}
.product_action_box li:nth-child(1) {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product_action_box li:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product_action_box li:nth-child(3) {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product_action_box li:nth-child(4) {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product:hover .product_action_box li,
.product_box:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.pr_action_btn li a {
  background-color: #fff;
  font-size: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  width: 37px;
  height: 37px;
  padding: 0;
  display: block;
  text-align: center;
}
.pr_action_btn li a i {
  vertical-align: middle;
  line-height: 37px;
  font-size: 18px;
}
.pr_action_btn li a:hover {
  background-color: #ff324d;
  color: #fff;
}

/* sizes box */

.sizes-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.sizes-box span {
  cursor: pointer;
  text-transform: uppercase;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ddd;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background-color: #eee;
  color: #000;
  margin-right: 10px;
  /* margin-top: 10px; */
}

/* end box */

.close-btn i {
  height: 26px;
  width: 26px;
  color: #292b2c;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  font-size: 12px;
}

.close-btn i:hover {
  background-color: #e74c3c;
  color: #fff;
}

.icon-basket-loaded {
  font-size: 17px;
}

.cart-btn {
  padding: 5px 12px;
  border: 1px solid #eee;
  background-color: #ff324d;
  color: #fff;
  border-radius: 5px !important;
}

/* shoppage start */

.widget ul {
  padding-left: 0;
}

.widget_title {
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.widget_categories li,
.widget_archive li {
  padding-bottom: 10px;
  list-style: none;
}

/* .widget_categories li a::before,
.widget_archive li a:before {
  content: "\f3d1";
  font-family: "Ionicons";
  height: auto;
  line-height: normal;
  margin-right: 10px;
} */

.widget_categories li a,
.widget_archive li a {
  position: relative;
}

.widget_categories .categories_num,
.widget_archive .archive_num {
  float: right;
  font-size: 14px;
}

#price-filter {
  background: #1e90ff;
}
#price-filter .ui-slider-range {
  background: #a52a2a;
}
#amount {
  color: red;
  font-size: 30px;
}

/* end shoppage */

.on_sale {
  display: inline-block;
  color: #388e3c;
  font-size: 14px;
}

.product_size_switch {
  margin-bottom: 10px;
}

.product_size_switch span {
  margin-right: 7px;
  cursor: pointer;
  text-transform: uppercase;
  width: 30px;
  display: inline-block;
  border: 2px solid #ddd;
  text-align: center;
  height: 30px;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 3px;
}

/* shop banner */

.shop_btn {
  bottom: 42px;
  left: 20px;
}

.shop_title,
.shop_subtitle {
  color: #fff;
}

/* product filter */

.product_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.product_header_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

select option {
  color: #000;
}
.custom_select {
  position: relative;
}
.custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ced4da;
  padding: 8px 35px 8px 15px;
  width: 100%;
  height: 50px;
}
.custom_select::before {
  content: "\e64b";
  font-family: "themify";
  position: absolute;
  display: block;
  color: #848484;
  top: 50%;
  right: 15px;
  font-weight: 900;
  pointer-events: none;
  font-size: 12px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_header_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.products_view {
  display: inline-block;
  vertical-align: middle;
}

.shorting_icon.active {
  background-color: #ff324d;
  color: #fff;
  border-color: #ff324d;
}
.shorting_icon {
  font-size: 18px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  float: left;
  text-align: center;
  line-height: 45px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

/* end product filter */

/* paginatio start */

.pagination .page-item a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0px;
  z-index: 1;
}
.page-link:focus {
  box-shadow: none;
}
.pagination_style1 li {
  margin-right: 5px;
}
.pagination_style1 .page-item a {
  border: 2px solid #dee2e6;
  border-radius: 0 !important;
  color: #687188;
  margin-left: 0px;
  line-height: 36px;
}
.pagination_style1 .page-item a i {
  line-height: 36px;
}
.pagination_style1 .page-item.disabled .page-link {
  color: #c6c6c6;
  pointer-events: none;
  background-color: #fff;
  border-color: #f4f4f4;
}
.pagination_style1 .page-item.active .page-link,
.pagination_style1 .page-item .page-link:hover {
  background-color: #ff324d;
  border-color: #ff324d;
  color: #fff;
}

/* pagination end */

.widget_categories .main-category > a::before,
.widget_archive .main-category > a::before {
  content: "\f3d1";
  font-family: "Ionicons";
  height: auto;
  line-height: normal;
  margin-right: 10px;
}

.widget_categories li li {
  padding-left: 20px;
}

.widget_categories li li:first-child {
  padding-top: 10px;
}

.widget_categories li li:last-child {
  padding-bottom: 0px;
}

/* product action */

.slick-arrow-container {
  display: flex;
  align-items: center;
}

.ion-ios-arrow-right,
.ion-ios-arrow-left {
  color: #333 !important;
  font-size: 26px !important;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkittransform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  width: 30px;
}

.ion-ios-arrow-right {
  left: 11px;
}

.showError {
  color: red;
  font-size: 14px;
}

/* end action */
