
/* table of content - start
==================================================================================================== */
/* 

Project Name 	:  Neoncart
File 			:  CSS Base
Version 		:  1.0.0
Author 			:  jthemes (https://themeforest.net/user/jthemes)

================================================== 

*/
/* table of content - end
==================================================================================================== */
/* global area - start
==================================================================================================== */
@import url("css21.css");
@import url("css22.css");
@import url("css23.css");
@import url("css24.css");
@import url("css25.css");
@import url("css2.css");
@import url("css26.css");
@import url("css27.css");
@import url("css25.css");
@import url("css2.css");
@import url("css24.css");
@import url("css28.css");
@import url("css29.css");
@import url("css210.css");
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  font-display: swap;
  color: #6b6b6b;
  background-color: #ffffff;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

::selection {
  color: #ffffff;
  background-color: #ce0b2b;
}

::-moz-selection {
  color: #ffffff;
  background-color: #ce0b2b;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

main {
  overflow: hidden;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

a,
button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
a:hover,
button:hover {
  text-decoration: none;
}
a:focus,
button:focus {
  outline: none;
}

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
button:focus {
  outline: none;
}

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

hr {
  height: 1px;
  border: none;
  display: block;
  margin: 30px 0px;
  background-color: #e8e8e8;
}

.form_item {
  position: relative;
  margin-bottom: 30px;
}
.form_item input, .form_item textarea {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  border: 1px solid #e8e8e8;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.form_item input:focus, .form_item textarea:focus {
  border-color: #ce0b2b;
}
.form_item input {
  height: 60px;
  padding: 0px 30px;
}
.form_item textarea {
  min-height: 130px;
  padding: 20px 30px;
}
.form_item .submit_btn {
  top: 50%;
  right: 30px;
  position: absolute;
  transform: translateY(-50%);
}

:-moz-placeholder {
  text-transform: capitalize;
}

::-moz-placeholder {
  text-transform: capitalize;
}

:-ms-input-placeholder {
  text-transform: capitalize;
}

::-webkit-input-placeholder {
  text-transform: capitalize;
}

.checkbox_item input {
  float: left;
  width: 25px;
  height: 25px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  margin-right: 10px;
  position: relative;
  border: 2px solid #e6e6e6;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.checkbox_item input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #ffffff;
  font-size: 14px;
  content: "";
  font-weight: 400;
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
}
.checkbox_item input:checked {
  border-color: #ce0b2b;
  background-color: #ce0b2b;
}
.checkbox_item input:checked:before {
  opacity: 1;
}
.checkbox_item label {
  margin: 0px;
  cursor: pointer;
}

.option_select {
  position: relative;
  margin-bottom: 30px;
}
.option_select .nice-select {
  float: none;
  width: 100%;
  border: none;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  padding: 0px 30px;
  border-radius: 0px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.option_select .nice-select:after {
  margin: 0px;
  width: auto;
  height: auto;
  border: none;
  float: right;
  content: "";
  font-weight: 700;
  transform: unset;
  position: static;
  margin-left: 10px;
  display: inline-block;
  transform-origin: unset;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: "Font Awesome 5 Pro";
}
.option_select .nice-select .list {
  width: 100%;
  border: none;
  margin-top: 1px;
  min-width: 200px;
  max-height: 230px;
  overflow-y: scroll;
  border-radius: 0px;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.15);
}
.option_select .nice-select .list::-webkit-scrollbar {
  width: 0px;
}
.option_select .nice-select .list .option {
  min-height: 45px;
  line-height: 45px;
  padding: 0px 30px;
  white-space: nowrap;
  color: #6b6b6b;
}

.quantity_input {
  height: 60px;
  padding: 0px 20px;
  text-align: center;
  align-items: center;
  border-radius: 45px;
  display: inline-flex;
  justify-content: center;
  border: 2px solid #eceef2;
}
.quantity_input input {
  width: 100px;
  border: none;
  padding: 0px;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.quantity_input span {
  color: #ced9df;
  line-height: 1;
  cursor: pointer;
  font-size: 30px;
  margin: 0px 10px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.quantity_input span:hover {
  color: #ce0b2b;
}

/* bootstrap settings - start 
================================================== */
.container {
  max-width: 1200px;
}

.maxw_1430 {
  max-width: 1460px;
}

.maxw_1460 {
  max-width: 1490px;
}

.maxw_1480 {
  max-width: 1510px;
}

.maxw_1600 {
  max-width: 1630px;
}

.tab-content > .tab-pane {
  opacity: 0;
  height: 0px;
  display: block;
  visibility: hidden;
}

.tab-content > .active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.collapse_dropdown {
  top: 100%;
  right: 0px;
  margin-top: 5px;
  min-width: 230px;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}
.collapse_dropdown .profile_info {
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f4f8fb;
}
.collapse_dropdown .profile_info .user_thumbnail {
  width: 40px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}
.collapse_dropdown .profile_info .user_name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #2e2e2e;
}
.collapse_dropdown .profile_info .user_title {
  display: block;
  line-height: 1;
  font-size: 14px;
}
.collapse_dropdown .settings_options {
  padding: 10px 0px;
}
.collapse_dropdown .settings_options > li {
  line-height: 1;
}
.collapse_dropdown .settings_options > li > a, .collapse_dropdown .settings_options > li > button {
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  color: #6b6b6b;
}
.collapse_dropdown .settings_options > li > a i, .collapse_dropdown .settings_options > li > button i {
  margin-right: 8px;
  color: #2e2e2e;
}
.collapse_dropdown .settings_options > li:hover > a, .collapse_dropdown .settings_options > li:hover > button {
  color: #2e2e2e;
  background-color: #f8f8f8;
}

/* all departments dropdown - start */
.alldepartments_btn {
  width: 100%;
  height: 60px;
  display: flex;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  padding: 0px 30px;
  align-items: center;
}
.alldepartments_btn i {
  margin-right: 10px;
}

.alldepartments_dropdown:not(.show) {
  display: none;
}

.alldepartments_dropdown.show_lg {
  display: block;
}
.alldepartments_dropdown .card {
  border: none;
  border-radius: 0px;
}
.alldepartments_dropdown .alldepartments_menulist {
  padding: 7px 25px;
}
.alldepartments_dropdown .alldepartments_menulist > li {
  line-height: 1;
}
.alldepartments_dropdown .alldepartments_menulist > li:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
.alldepartments_dropdown .alldepartments_menulist > li.has_child {
  position: relative;
}
.alldepartments_dropdown .alldepartments_menulist > li.has_child:before {
  top: 50%;
  right: 0px;
  content: "";
  font-weight: 400;
  position: absolute;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.alldepartments_dropdown .alldepartments_menulist > li > a {
  color: #444444;
  display: block;
  font-size: 15px;
  padding: 12px 0px;
}
.alldepartments_dropdown .alldepartments_menulist > li:hover > a {
  color: #0063d1;
}
.alldepartments_dropdown .alldepartments_menulist > li .icon {
  width: 40px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

/* all departments dropdown - end */
/* bootstrap settings - end 
================================================== */
/* slick slider settings - start 
================================================== */
.slick-dots {
  left: 50%;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  display: flex;
  max-width: 1200px;
  padding: 0px 15px;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border: 0px;
  padding: 0px;
  opacity: 0.3;
  border-radius: 100%;
  background: #ed1d24;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: transparent;
  position: relative;
  border-radius: 4px;
  background: transparent;
}
.slick-arrow:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: "Font Awesome 5 Pro";
}
.slick-arrow:hover:before {
  color: #ffffff;
  background: #ed1d24;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

.arrow_ycenter {
  position: relative;
}
.arrow_ycenter .slick-arrow {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.arrow_ycenter .slick-prev {
  left: -120px;
}
.arrow_ycenter .slick-next {
  right: -120px;
}

.carousel_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_nav button {
  width: 50px;
  height: 50px;
  color: #999999;
  font-size: 24px;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #e8e8e8;
}
.carousel_nav button:not(:last-child) {
  margin-right: 8px;
}
.carousel_nav button:hover {
  color: #ffffff;
  background-color: #ce0b2b;
}
.carousel_nav.align_right {
  justify-content: flex-end;
}

.arrow_ycenter .carousel_nav button {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.arrow_ycenter .carousel_nav button:nth-child(1) {
  left: -120px;
}
.arrow_ycenter .carousel_nav button:nth-child(2) {
  right: -120px;
}

.slick-progress {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 5px;
  position: absolute;
}
.slick-progress span {
  width: 0px;
  height: 100%;
  position: absolute;
  background-color: rgba(49, 56, 72, 0.298);
  transition: all 0s linear;
}
.slick-progress span.active {
  width: 100%;
}

.slide_count_wrap {
  display: flex;
  align-items: center;
}
.slide_count_wrap span {
  line-height: 1;
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.slide_count_wrap span:not(:last-child):after {
  content: "/";
  margin: 0px 6px;
  display: inline-block;
}

/* slick slider settings - end 
================================================== */
/* list style settings - start 
================================================== */
.ul_li,
.ul_li_right,
.ul_li_center {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ul_li > li,
.ul_li_right > li,
.ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  justify-content: flex-start;
}

.ul_li_center {
  justify-content: center;
}

.ul_li_right {
  justify-content: flex-end;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.ul_li_block > li {
  display: block;
  list-style: none;
}

/* list style settings - end
================================================== */
/* rating star - start
================================================== */
.rating_star > li {
  color: #FDCC0D;
  line-height: 1;
  font-size: 12px;
}
.rating_star > li:not(:last-child) {
  margin-right: 2px;
}

/* rating star - end
================================================== */
/* product label - start
================================================== */
.product_label li {
  height: 24px;
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 10px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.product_label li:not(:last-child) {
  margin-right: 3px;
}

/* product label - end
================================================== */
/* product action btns - start
================================================== */
.product_action_btns li:not(:last-child) {
  margin-right: 8px;
}
.product_action_btns a {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 16px;
  text-align: center;
  align-items: center;
  border-radius: 100%;
  color: #2e2e2e;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.07);
}
.product_action_btns a:hover {
  color: #ffffff;
  transform: translateY(-5px);
  background-color: #ce0b2b;
}

/* product action btns - end
================================================== */
/* post meta - start
================================================== */
.post_meta > li {
  font-size: 14px;
  position: relative;
}
.post_meta > li:not(:last-child) {
  margin-right: 23px;
  padding-right: 23px;
}
.post_meta > li:after {
  top: 50%;
  width: 2px;
  right: -1px;
  content: "";
  height: 14px;
  position: absolute;
  background-color: #6c6c6c;
  transform: translateY(-50%);
}
.post_meta > li:last-child:after {
  display: none;
}
.post_meta a {
  color: #555555;
}
.post_meta a:hover {
  color: #ce0b2b;
}
.post_meta .post_admin {
  align-items: center;
  display: inline-flex;
}
.post_meta .admin_thumbnail {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 8px;
  border-radius: 100%;
  display: inline-block;
}

/* post meta - end
================================================== */
/* pagination - start
================================================== */
.pagination_nav {
  margin: -3px;
  margin-top: 27px;
}
.pagination_nav li {
  padding: 3px;
}
.pagination_nav li:first-child {
  margin-right: 12px;
}
.pagination_nav li:last-child {
  margin-left: 12px;
}
.pagination_nav li:first-child a, .pagination_nav li:last-child a {
  padding: 10px 15px;
}
.pagination_nav a {
  height: 44px;
  padding: 10px;
  display: flex;
  color: #252525;
  min-width: 44px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
}
.pagination_nav li:hover a, .pagination_nav li.active a {
  color: #ffffff;
  background-color: #ce0b2b;
}

/* pagination - end
================================================== */
/* social links - start
================================================== */
.primary_social_links li {
  line-height: 1;
}
.primary_social_links li:not(:last-child) {
  margin-right: 20px;
}
.primary_social_links a {
  color: #000000;
}

.circle_social_links li:not(:last-child) {
  margin-right: 8px;
}
.circle_social_links a {
  width: 45px;
  height: 45px;
  color: #000000;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: #fafafa;
}

/* social links - end
================================================== */
/* count down timer - start
================================================== */
.countdown_timer strong, .countdown_timer span {
  display: block;
  color: #151515;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
.countdown_timer.primary_counter li {
  text-align: center;
}
.countdown_timer.primary_counter li:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
}
.countdown_timer.primary_counter li strong {
  position: relative;
}
.countdown_timer.primary_counter li strong:after {
  top: 50%;
  right: -30px;
  content: ":";
  position: absolute;
  transform: translateY(-50%);
}
.countdown_timer.primary_counter li:last-child strong:after {
  display: none;
}
.countdown_timer.timein_box {
  text-align: center;
  text-transform: uppercase;
}
.countdown_timer.timein_box li:not(:last-child) {
  margin-right: 24px;
}
.countdown_timer.timein_box strong {
  height: 60px;
  min-width: 60px;
  line-height: 60px;
  padding: 0px 10px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
}
.countdown_timer.content_inbox li {
  padding: 15px;
  background-color: #f7faff;
}
.countdown_timer.content_inbox li:not(:last-child) {
  margin-right: 10px;
}

/* count down timer - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec_ptb_50 {
  padding: 50px 0px;
}

.sec_ptb_100 {
  padding: 100px 0px;
}

.sec_ptb_140 {
  padding: 140px 0px;
}

.prl_100 {
  padding-left: 100px;
  padding-right: 100px;
}

.prl_90 {
  padding-left: 90px;
  padding-right: 90px;
}

.prl_60 {
  padding-left: 60px;
  padding-right: 60px;
}

.mt__30 {
  margin-top: -30px;
}

.mt__50 {
  margin-top: -50px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_100 {
  margin-bottom: 100px;
}

/* padding - margin setting - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.backtotop {
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
  bottom: 50px;
  display: none;
  font-size: 16px;
  position: fixed;
  border-radius: 100%;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
}
.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  color: #ffffff;
  position: relative;
  align-items: center;
  justify-content: center;
}
.backtotop.bg_carparts_red {
  box-shadow: 0px 10px 30px 1px rgba(237, 29, 36, 0.15);
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
}

/* preloader - end
================================================== */
/* effects - start
================================================== */
.underline_effect {
  z-index: 1;
  position: relative;
}
.underline_effect:before {
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: -1px;
  height: 2px;
  content: "";
  position: absolute;
  background: #000000;
  transition: width 0.3s linear;
}

/*
&:hover {
  &:before {
    left: 0px;
    width: 100%;
    right: auto;
  }
}
*/
/* effects - end
================================================== */
/* css animations - start
================================================== */
.deco_wrap {
  z-index: 1;
  position: relative;
}
.deco_wrap .deco_image {
  z-index: -1;
  position: absolute;
}

.has_overlay {
  z-index: 1;
  position: relative;
}
.has_overlay .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  position: absolute;
}

.gray_line {
  height: 1px;
  background-color: #dddddd;
}

@keyframes updown {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes rightleft {
  0% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}
/* css animations - end
================================================== */
/* transition - start
================================================== */
a,
button {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* transition - end
================================================== */
.zoom-image {
  position: relative;
}

.zoom-image img {
  cursor: none;
  border-radius: 5px;
  box-shadow: 0 18px 5px -15px rgba(0, 0, 0, 0.5);
}

.hover-image {
  position: absolute;
  left: 0 !important;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  transform: translate(-50%, -20%);
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* global area - end
==================================================================================================== */
/* font family - start
==================================================================================================== */
@font-face {
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  font-family: "Ranting Personal Use";
  src: url("../font/RantingPersonalUse.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  font-family: "A Love of Thunder";
  src: url("../font/ALoveofThunder.ttf") format("truetype");
}
/* font family - end
==================================================================================================== */
/* default colors - start
==================================================================================================== */
/* bg color - start */
.bg_white {
  background-color: #ffffff;
}

.bg_black {
  background-color: #000000;
}

.bg_default_black {
  background-color: #2e2e2e;
}

.bg_default_red {
  background-color: #ce0b2b;
}

.bg_danger {
  background-color: #da0a2c;
}

.bg_secondary {
  background-color: #8799a3;
}

.bg_success {
  background-color: #39b54a;
}

.bg_carparts_red {
  background-color: #ed1d24;
}

.bg_furniture_brown {
  background-color: #bd896b;
}

.bg_modern_red {
  background-color: #da0a2c;
}

.bg_medical_blue {
  background-color: #4e97fd;
}

.bg_fashion_red {
  background-color: #ff1d25;
}

.bg_fashion2_red {
  background-color: #ff5656;
}

.bg_lookbook_red {
  background-color: #ff0000;
}

.bg_electronic_blue {
  background-color: #0063d1;
}

.bg_supermarket_red {
  background-color: #cc1414;
}

.bg_onelook_orange {
  background-color: #ff3800;
}

.bg_onelook_red {
  background-color: #ff0b20;
}

.bg_onelook_red {
  background-color: #ff0b20;
}

.bg_shop_brown {
  background-color: #b67c5a;
}

.bg_shop_red {
  background-color: #bf2626;
}

.bg_gadget_red {
  background-color: #ff0000;
}

.bg_story_green {
  background-color: #39b54a;
}

.bg_story_black {
  background-color: #0d0d0d;
}

.bg_sports_red {
  background-color: #ff3f3f;
}

.bg_watch_red {
  background-color: #ff3800;
}

.bg_leafgreen {
  background: #3A5F0B;
}

/* bg color - end */
/* overlay bg color - start */
.black_overlay {
  z-index: 1;
  position: relative;
}
.black_overlay:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  opacity: 0.749;
  position: absolute;
}

.black_overlay:before {
  background-color: #272323;
}

/* overlay bg color - end */
/* product btn bg color - start */
.pbg_brown {
  background-color: #d8a15f;
}

.pbg_olivegreen {
  background-color: #647242;
}

.pbg_gray {
  background-color: #e8e8e8;
}

.pbg_lightgreen {
  background-color: #c9da0f;
}

/* product btn bg color - end */
/* default colors - end
==================================================================================================== */
/* buttons style - start
==================================================================================================== */
/* custom btn - start */
.custom_btn {
  z-index: 1;
  height: 60px;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 35px;
  position: relative;
  align-items: center;
  display: inline-flex;
  letter-spacing: 0.5px;
  justify-content: center;
}
.custom_btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.custom_btn:hover {
  color: #ffffff;
}
.custom_btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.custom_btn.btn_sm {
  height: 50px;
  padding: 10px 30px;
}
.custom_btn.btn_round {
  overflow: hidden;
  border-radius: 45px;
}
.custom_btn.bg_white {
  color: #000000;
}
.custom_btn.bg_white:before {
  background: #000000;
}
.custom_btn.bg_white:hover {
  color: #ffffff;
}
.custom_btn.bg_black {
  color: #ffffff;
}
.custom_btn.bg_black:before {
  background: #ebebeb;
}
.custom_btn.bg_black:hover {
  color: #000000;
}
.custom_btn.bg_gray {
  color: #000000;
  background-color: #ebebeb;
}
.custom_btn.bg_gray:before {
  background: #000000;
}
.custom_btn.bg_gray:hover {
  color: #ffffff;
}
.custom_btn.bg_danger {
  box-shadow: 0px 10px 30px 0px rgba(218, 10, 44, 0.5);
}
.custom_btn.bg_danger:before {
  background: #2e2e2e;
}
.custom_btn.bg_secondary {
  box-shadow: 0px 10px 30px 0px rgba(135, 153, 163, 0.5);
}
.custom_btn.bg_secondary:before {
  background: #2e2e2e;
}
.custom_btn.bg_success {
  box-shadow: 0px 10px 30px 0px rgba(57, 181, 74, 0.5);
}
.custom_btn.bg_success:before {
  background: #2e2e2e;
}
.custom_btn.bg_default_black:before {
  background: #ce0b2b;
}
.custom_btn.bg_default_red:before {
  background: #2e2e2e;
}
.custom_btn.bg_carparts_red {
  background-color: #e52929;
}
.custom_btn.bg_carparts_red:before {
  background: #2e2e2e;
}
.custom_btn.bg_furniture_brown:before {
  background: #90512d;
}
.custom_btn.bg_modern_red:before {
  background: #297fe1;
}
.custom_btn.bg_medical_blue:before {
  background: #297fe1;
}
.custom_btn.bg_fashion_red:before {
  background: #35557b;
}
.custom_btn.bg_fashion2_red:before {
  background: #181818;
}
.custom_btn.bg_lookbook_red:before {
  background: #ca0000;
}
.custom_btn.bg_electronic_blue:before {
  background: #003d82;
}
.custom_btn.bg_supermarket_red:before {
  background: #003d82;
}
.custom_btn.bg_onelook_red:before {
  background: #ff3800;
}
.custom_btn.bg_motorcycle_red:before {
  background: #ed1d24;
}
.custom_btn.bg_shop_brown:before {
  background: #181818;
}
.custom_btn.bg_shop_red:before {
  background: #e52929;
}
.custom_btn.bg_gadget_red:before {
  background: #da3434;
}
.custom_btn.bg_story_green:before {
  background: #0d0d0d;
}
.custom_btn.bg_story_black:before {
  background: #39b54a;
}
.custom_btn.bg_sports_red:before {
  background: #000000;
}
.custom_btn.bg_watch_red:before {
  background: #191919;
}

.custom_btn.btn_border {
  border: 2px solid transparent;
}
.custom_btn.border_gray {
  color: #000000;
  border-color: #e4e4e4;
}
.custom_btn.border_gray:before {
  background: #e4e4e4;
}
.custom_btn.border_electronic {
  color: #0063d1;
  border-color: #0063d1;
}
.custom_btn.border_electronic:before {
  background: #0063d1;
}
.custom_btn.border_electronic:hover {
  color: #ffffff;
}

/* custom btn - end */
/* child btn - start */
.child_btn {
  z-index: 1;
  height: 50px;
  color: #202020;
  font-size: 15px;
  font-weight: 600;
  min-width: 150px;
  line-height: 50px;
  padding: 0px 20px;
  text-align: center;
  position: relative;
}
.child_btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.child_btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.child_btn.btn_border {
  line-height: 46px;
  border: 3px solid transparent;
}
.child_btn.border_gray {
  border-color: #efefef;
}
.child_btn.border_gray:before {
  background: #efefef;
}

/* child btn - end */
/* icon btn - start */
.icon_btn {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  position: relative;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
}
.icon_btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.icon_btn:hover {
  color: #ffffff;
}
.icon_btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.icon_btn.btn_sm {
  width: 40px;
  height: 40px;
  line-height: 44px;
}
.icon_btn.bg_carparts_red {
  background-color: #e52929;
}
.icon_btn.bg_carparts_red:before {
  background: #2e2e2e;
}
.icon_btn.bg_fashion_red:before {
  background: #35567c;
}

/* icon btn - end */
/* text btn - start */
.text_btn {
  color: #000000;
  align-items: center;
  display: inline-flex;
}
.text_btn span {
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.text_btn span:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background-color: #ce0b2b;
}
.text_btn:hover {
  color: #ce0b2b;
}
.text_btn:hover span:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.text_btn i {
  line-height: 1;
  margin-left: 5px;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.text_btn:hover i {
  transform: translateX(5px);
}

.text-white .text_btn {
  color: #ffffff;
}
.text-white .text_btn span:before {
  background-color: #ffffff;
}

/* text btn - end */
/* video play btns - start */
.play_btn {
  width: 120px;
  height: 120px;
  color: #000000;
  font-size: 26px;
  line-height: 122px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
}

.play_btn_1 {
  width: 145px;
  height: 145px;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.37);
}
.play_btn_1.pxy_center {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.play_btn_1 span {
  width: 105px;
  height: 105px;
  color: #ffffff;
  font-size: 20px;
  line-height: 105px;
  text-align: center;
  border-radius: 100%;
  background-color: #262323;
}

.play_btn_2 {
  line-height: 1;
  align-items: center;
  display: inline-flex;
}
.play_btn_2 span {
  width: 60px;
  height: 60px;
  color: #ffffff;
  line-height: 60px;
  margin-right: 15px;
  text-align: center;
  border-radius: 100%;
  background-color: #000000;
}
.play_btn_2 span i {
  margin-left: 5px;
}
.play_btn_2 small {
  color: #202020;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}

/* video play btns - end */
/* buttons style - end
==================================================================================================== */
/* section titles - start
==================================================================================================== */
/* carparts section title - start */
.carparts_section_title .title_text {
  color: #161616;
  line-height: 0.9;
  font-size: 60px;
}
.carparts_section_title .sub_title {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: #ed1d24;
  display: inline-block;
}

/* carparts section title - end */
/* ecommerce section title - start */
.ecommerce_section_title .title_text {
  color: #141414;
  font-size: 35px;
  font-weight: 600;
}

/* ecommerce section title - end */
/* furniture section title - start */
.furniture_section_title .sub_title {
  color: #b28266;
  font-size: 18px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.furniture_section_title .title_text {
  color: #272727;
  font-size: 70px;
  line-height: 1.15;
}

/* furniture section title - end */
/* modern section title - start */
.modern_section_title .sub_title {
  color: #212121;
  line-height: 1;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  font-family: "Oswald", sans-serif;
}
.modern_section_title .title_text {
  line-height: 1;
  font-size: 42px;
  font-weight: 700;
}

/* modern section title - end */
/* minimal section title - start */
.minimal_section_title .title_text {
  line-height: 1;
  font-size: 62px;
  font-weight: 800;
  font-family: "Jost", sans-serif;
}

/* minimal section title - end */
/* medical section title - start */
.medical_section_title .title_text {
  line-height: 1;
  font-size: 44px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.medical_section_title p {
  font-size: 20px;
}

/* medical section title - end */
/* fashion section title - start */
.fashion_section_title .title_text {
  color: #1c1f23;
  line-height: 1;
  font-size: 51px;
  font-weight: 700;
}
.fashion_section_title .sub_title {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: #ff1d25;
}

/* fashion section title - end */
/* lookbook section title - start */
.lookbook_section_title .sub_title {
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #ff0000;
}
.lookbook_section_title .title_text {
  line-height: 1;
  font-size: 120px;
  font-weight: 700;
}
.lookbook_section_title p {
  font-size: 20px;
}

/* lookbook section title - end */
/* electronic section title - start */
.electronic_section_title {
  border: 1px solid #f8f8f8;
}
.electronic_section_title .title_text {
  color: #101010;
  font-size: 30px;
  font-weight: 400;
  min-height: 100px;
  padding: 15px 40px;
  align-items: center;
  padding-right: 100px;
  display: inline-flex;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.electronic_section_title .title_text span {
  width: 40px;
  height: 40px;
  color: #101010;
  font-size: 24px;
  background: red;
  line-height: 42px;
  text-align: center;
  margin-right: 15px;
  border-radius: 100%;
}
.electronic_section_title .title_text strong {
  font-weight: 700;
}

/* electronic section title - end */
/* supermarket section title - start */
.supermarket_section_title .sub_title {
  color: #b3b3b3;
  line-height: 1;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.supermarket_section_title .title_text {
  color: #000000;
  font-size: 45px;
  font-weight: 600;
}

/* supermarket section title - end */
/* onelook section title - start */
.onelook_section_title .title_text {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}
.onelook_section_title .title_text span {
  position: relative;
  padding-left: 100px;
  display: inline-block;
}
.onelook_section_title .title_text span:before {
  top: 50%;
  left: 0px;
  height: 1px;
  content: "";
  width: 75px;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
}

/* onelook section title - end */
/* fashion minimal section title - start */
.fm_section_title .title_text {
  line-height: 0.9;
  font-size: 60px;
  font-weight: 700;
}
.fm_section_title p {
  font-size: 25px;
}

/* fashion minimal section title - end */
/* motorcycle section title - start */
.motorcycle_section_title .title_text {
  color: #202020;
  line-height: 0.9;
  font-size: 60px;
}
.motorcycle_section_title .title_text span {
  color: #ed1d24;
}
.motorcycle_section_title p {
  font-size: 20px;
  font-weight: 500;
}

/* motorcycle section title - end */
/* parallax shop section title - start */
.ps_section_title .sub_title {
  line-height: 1;
  display: block;
  font-size: 23px;
}
.ps_section_title .title_text {
  line-height: 1;
  font-size: 75px;
}
.ps_section_title.size_big .sub_title {
  font-size: 36px;
}
.ps_section_title.size_big .title_text {
  font-size: 150px;
}

/* parallax shop section title - end */
/* simple shop section title - start */
.ss_section_title .title_text {
  font-size: 60px;
}
.ss_section_title p {
  font-size: 20px;
}

/* simple shop section title - end */
/* gadget section title - start */
.gadget_section_title .sub_title {
  font-size: 20px;
  font-weight: 400;
  align-items: center;
  display: inline-flex;
}
.gadget_section_title .title_text {
  font-size: 65px;
}
.gadget_section_title .line {
  width: 55px;
  height: 2px;
  display: inline-block;
}
.gadget_section_title .line:nth-child(1) {
  margin-right: 25px;
}
.gadget_section_title .line:nth-child(2) {
  margin-left: 25px;
}

/* gadget section title - end */
/* gadget section title - start */
.sports_section_title {
  z-index: 1;
  position: relative;
}
.sports_section_title .sub_title {
  font-size: 20px;
  color: #ff3f3f;
  display: inline-block;
}
.sports_section_title .title_text {
  line-height: 1;
  font-size: 80px;
}
.sports_section_title .big_title {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  font-size: 190px;
  position: absolute;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
}

/* gadget section title - end */
/* gadget section title - start */
.watch_section_title .sub_title {
  display: block;
  line-height: 1;
  font-size: 30px;
  color: #ff3800;
}
.watch_section_title .title_text {
  line-height: 1;
  font-size: 70px;
}

/* gadget section title - end */
/* section titles - end
==================================================================================================== */
/* header - start
==================================================================================================== */
/* header section - start
================================================== */
.sticky_header {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  height: auto;
  position: absolute;
}
.sticky_header.stuck {
  position: fixed;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

.header_contact_info li:not(:last-child) {
  margin-right: 30px;
}
.header_contact_info i {
  margin-right: 5px;
}

.mh_action_btns {
  display: none;
}
.mh_action_btns > li:not(:last-child) {
  margin-right: 5px;
}
.mh_action_btns > li > button {
  width: 40px;
  height: 40px;
  display: flex;
  color: #000000;
  font-size: 14px;
  position: relative;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #ffffff;
}
.mh_action_btns > li > button .btn_badge {
  top: -5px;
  right: -5px;
  z-index: 1;
  width: 20px;
  height: 20px;
  display: flex;
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #ce0b2b;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.header_register_btns li {
  font-size: 16px;
}
.header_register_btns li:not(:last-child) {
  margin-right: 15px;
}
.header_register_btns a, .header_register_btns button {
  color: #2e2e2e;
}

.header_cartbtns_group li {
  font-size: 18px;
}
.header_cartbtns_group li:not(:last-child) {
  margin-right: 25px;
}
.header_cartbtns_group a, .header_cartbtns_group button {
  font-weight: 500;
  color: #2e2e2e;
}

/* header section - end
================================================== */
/* header items - start
================================================== */
.action_btns_group > li {
  position: relative;
}
.action_btns_group > li:not(:last-child) {
  margin-right: 8px;
}
.action_btns_group button {
  width: 50px;
  height: 50px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  background-color: #2e2e2e;
}
.action_btns_group button .btn_badge {
  top: -5px;
  right: -8px;
  height: 25px;
  color: #ffffff;
  font-size: 12px;
  min-width: 25px;
  font-weight: 500;
  line-height: 27px;
  position: absolute;
  border-radius: 45px;
  background-color: #da0a2c;
  box-shadow: 0px 1px 4px 0px rgba(2, 3, 3, 0.5);
}

.search_body_collapse {
  background-color: rgba(0, 0, 0, 0.8);
}
.search_body_collapse .search_body {
  padding: 15px 0px;
  position: relative;
}
.search_body_collapse input {
  width: 100%;
  border: none;
  height: 65px;
  padding: 0px;
  outline: none;
  display: block;
  color: #ffffff;
  font-size: 20px;
  background: transparent;
}
.search_body_collapse button {
  top: 55%;
  right: 0px;
  line-height: 1;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  transform: translateY(-55%);
}

.header_hotline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_hotline .content_wrap {
  margin: auto;
}

/* header items - end
================================================== */
/* main menu - start
================================================== */
.main_menu > ul > li:not(:last-child) {
  margin-right: 40px;
}
.main_menu > ul > li > a {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #2e2e2e;
}

.menu_item_has_child {
  position: relative;
}
.menu_item_has_child > a {
  position: relative;
}
.menu_item_has_child > a:after {
  font-size: 15px;
  content: "";
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
  transform: translateY(1px);
  font-family: "Font Awesome 5 Pro";
}
.menu_item_has_child .submenu {
  top: 100%;
  left: 0px;
  opacity: 0;
  margin: 0px;
  z-index: 99;
  margin: 0px;
  padding: 0px;
  min-width: 220px;
  padding: 20px 0px;
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  transform: translateY(15px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 19px 3px rgba(0, 0, 0, 0.08);
}
.menu_item_has_child .submenu > li {
  width: 100%;
  display: block;
}
.menu_item_has_child .submenu > li > a {
  display: block;
  line-height: 1;
  font-size: 15px;
  padding: 15px 30px;
  white-space: nowrap;
  color: #6b6b6b;
}
.menu_item_has_child .submenu > li:hover > a, .menu_item_has_child .submenu > li.active > a {
  color: #2e2e2e;
  background-color: #f0f0f0;
}
.menu_item_has_child:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.menu_item_has_child .submenu .menu_item_has_child > a:after {
  top: 50%;
  right: 30px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
}
.menu_item_has_child .submenu .menu_item_has_child .submenu {
  top: -20px;
  left: 100%;
}

.mega_menu {
  left: 0px;
  right: 0px;
  z-index: 999;
  display: none;
  position: fixed;
  padding-top: 30px;
  transform: translateY(50px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.mega_menu .background {
  padding: 50px 0px;
  box-shadow: -1px 2px 20px 3px rgba(14, 0, 40, 0.1);
}

.menu_item_has_child:hover .mega_menu {
  display: block;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform: translateY(0px);
}

.mega_menu .home_pages {
  margin: -10px;
}
.mega_menu .home_pages li {
  width: 14%;
  padding: 10px;
}
.mega_menu .home_pages a {
  display: block;
  max-width: 200px;
}
.mega_menu .home_pages a span {
  display: block;
  line-height: 1;
}
.mega_menu .home_pages a .item_image {
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  background-color: #000000;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.15);
}
.mega_menu .home_pages a .item_image img {
  width: 100%;
  display: block;
  max-height:200px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.mega_menu .home_pages a:hover .item_image img {
  opacity: 0.3;
}
.mega_menu .home_pages a .item_title {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}
.mega_menu .page_links {
  margin-top: 30px;
}
.mega_menu .page_links .title_text {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 10px;
}
.mega_menu .page_links li:not(:last-child) {
  margin-bottom: 5px;
}
.mega_menu .page_links a {
  font-size: 15px;
  color: #6b6b6b;
}
.mega_menu .page_links a:hover {
  color: #ce0b2b;
}

/* main menu - end
================================================== */
/* sidebar mobile manu & cart sidebar - start
================================================== */
.sidebar-menu-wrapper {
  display: block;
}
.sidebar-menu-wrapper .close_btn {
  top: 20px;
  right: 30px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
}
.sidebar-menu-wrapper .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sidebar-menu-wrapper .overlay.active {
  opacity: 1;
  display: block;
}

.sidebar_mobile_menu {
  top: 0px;
  width: 400px;
  right: -420px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  overflow-y: scroll;
  padding: 100px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.sidebar_mobile_menu.active {
  right: 0px;
}
.sidebar_mobile_menu .mCustomScrollBox {
  overflow: visible !important;
}
.sidebar_mobile_menu .msb_widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.sidebar_mobile_menu .title_text {
  font-size: 18px;
}
.sidebar_mobile_menu .mobile_menu_list > ul {
  margin: 0px -15px;
}
.sidebar_mobile_menu .mobile_menu_list > ul > li > a {
  padding: 15px;
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #6b6b6b;
}
.sidebar_mobile_menu .mobile_menu_list > ul > li:hover > a, .sidebar_mobile_menu .mobile_menu_list > ul > li.active > a {
  color: #000000;
}
.sidebar_mobile_menu .mobile_menu_list a[data-toggle=dropdown] {
  padding: 15px;
}
.sidebar_mobile_menu .mobile_menu_list a[data-toggle=dropdown][aria-expanded=true] {
  background-color: #f1f1f1;
}
.sidebar_mobile_menu .mobile_menu_list .dropdown-menu {
  margin: 0px;
  width: 100%;
  float: none;
  border: none;
  display: none;
  line-height: 1;
  padding: 10px 0px;
  border-radius: 4px;
  transform: unset !important;
  position: static !important;
  background-color: red;
  background-color: #f9f9f9;
}
.sidebar_mobile_menu .mobile_menu_list .dropdown-menu.show {
  display: block;
  position: unset !important;
}
.sidebar_mobile_menu .mobile_menu_list .dropdown-menu a {
  padding: 15px;
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  padding-left: 25px;
  color: #6b6b6b;
}
.sidebar_mobile_menu .mobile_menu_list .dropdown-menu > li:hover > a, .sidebar_mobile_menu .mobile_menu_list .dropdown-menu > li.active > a {
  color: #000000;
  background-color: #f1f1f1;
}
.sidebar_mobile_menu .mobile_menu_list .dropdown-menu .dropdown-menu {
  padding-top: 0px;
  background-color: #f1f1f1;
}
.sidebar_mobile_menu .mobile_menu_list .dropdown-menu .dropdown-menu a {
  padding-left: 35px;
}
.sidebar_mobile_menu .mobile_menu_list .dropdown-toggle:after {
  margin: 0px;
  border: none;
  float: right;
  position: static;
  font-weight: 900;
  content: "";
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
}
.sidebar_mobile_menu .user_info .profile_info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f8fb;
}
.sidebar_mobile_menu .user_info .profile_info .user_thumbnail {
  width: 40px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}
.sidebar_mobile_menu .user_info .profile_info .user_name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #2e2e2e;
}
.sidebar_mobile_menu .user_info .profile_info .user_title {
  display: block;
  line-height: 1;
  font-size: 14px;
}
.sidebar_mobile_menu .user_info .settings_options > li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar_mobile_menu .user_info .settings_options > li > a, .sidebar_mobile_menu .user_info .settings_options > li > button {
  font-size: 15px;
  font-weight: 600;
  color: #6b6b6b;
}
.sidebar_mobile_menu .user_info .settings_options > li > a i, .sidebar_mobile_menu .user_info .settings_options > li > button i {
  margin-right: 8px;
  color: #2e2e2e;
}
.sidebar_mobile_menu .user_info .settings_options > li:hover > a, .sidebar_mobile_menu .user_info .settings_options > li:hover > button {
  color: #2e2e2e;
}

.sidebar_mobile_menu::-webkit-scrollbar {
  width: 0px;
}

.cart_sidebar {
  top: 0px;
  width: 350px;
  right: -370px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  padding: 30px 0px;
  padding-top: 60px;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.cart_sidebar.active {
  right: 0px;
}
.cart_sidebar .mCustomScrollBox {
  overflow: visible !important;
}
.cart_sidebar .cart_items_list li {
  display: flex;
  padding: 0px 30px;
  position: relative;
  padding-right: 60px;
  align-items: center;
}
.cart_sidebar .cart_items_list li:not(:last-child) {
  margin-bottom: 20px;
}
.cart_sidebar .cart_items_list .remove_btn {
  top: 50%;
  right: 30px;
  position: absolute;
  transform: translateY(-50%);
}
.cart_sidebar .cart_items_list .remove_btn:hover {
  color: red;
}
.cart_sidebar .cart_items_list .item_image {
  max-width: 70px;
  margin-right: 10px;
}
.cart_sidebar .cart_items_list .item_title {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 5px;
  color: #2e2e2e;
}
.cart_sidebar .cart_items_list .item_price {
  display: block;
  font-size: 15px;
}
.cart_sidebar .total_price {
  padding: 20px 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.cart_sidebar .total_price li {
  width: 100%;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
}
.cart_sidebar .total_price li:not(:last-child) {
  margin-bottom: 15px;
}
.cart_sidebar .total_price li:last-child {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.cart_sidebar .total_price span {
  font-size: 16px;
  display: inline-block;
}
.cart_sidebar .total_price span:nth-child(1) {
  color: #2e2e2e;
}
.cart_sidebar .btns_group {
  padding: 0px 30px;
}
.cart_sidebar .btns_group li:not(:last-child) {
  margin-bottom: 10px;
}
.cart_sidebar .btns_group a {
  width: 100%;
  height: 55px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  background-color: #000000;
  text-transform: uppercase;
}

/* sidebar mobile manu & cart sidebar - end
================================================== */
/* default header - start
================================================== */
.default_header + main {
  margin-top: 45px;
}
.default_header .header_top {
  display: flex;
  min-height: 45px;
  padding: 10px 0px;
  align-items: center;
}
.default_header.stuck .header_top {
  display: none;
}
.default_header .header_bottom {
  display: flex;
  padding: 20px 0px;
  min-height: 110px;
  align-items: center;
}
.default_header.stuck .header_bottom {
  min-height: auto;
  background-color: #1d1d1d;
}
.default_header .primary_social_links a {
  color: #ffffff;
  font-size: 15px;
}
.default_header .primary_social_links a:hover {
  color: #ce0b2b;
}
.default_header p {
  font-size: 15px;
}
.default_header .main_menu > ul > li {
  padding: 15px 0px;
}
.default_header .main_menu > ul > li:not(:last-child) {
  margin-right: 50px;
}
.default_header .main_menu > ul > li > a {
  color: #ffffff;
  font-size: 16px;
}
.default_header .main_menu > ul > li:hover > a, .default_header .main_menu > ul > li.active > a {
  color: #ce0b2b;
}
.default_header .action_btns_group button {
  color: #000000;
  background-color: #ffffff;
}

/* default header - end
================================================== */
/* carparts header - start
================================================== */
.carparts_header {
  top: 40px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: absolute;
}
.carparts_header .content_wrap {
  border-radius: 9px;
  background-color: #ffffff;
}
.carparts_header .brand_logo,
.carparts_header .header_top,
.carparts_header .header_bottom {
  padding: 15px 30px;
}
.carparts_header .brand_logo {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f0f0f0;
}
.carparts_header .header_top,
.carparts_header .header_bottom {
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.carparts_header .header_top {
  border-bottom: 1px solid #f0f0f0;
}
.carparts_header .header_bottom {
  justify-content: space-between;
}
.carparts_header .custom_btn {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  padding: 18px 30px;
  letter-spacing: 0px;
  border-radius: 45px;
  font-family: "Rubik", sans-serif;
}
.carparts_header .main_menu > ul {
  margin: -15px 0px;
}
.carparts_header .main_menu > ul > li:not(:last-child) {
  margin-right: 40px;
}
.carparts_header .main_menu > ul > li > a {
  height: 90px;
  color: #040404;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-family: "Rubik", sans-serif;
}
.carparts_header .main_menu ul > li:hover > a, .carparts_header .main_menu ul > li.active > a {
  color: #ed1d24;
}
.carparts_header .menu_item_has_child .submenu > li > a {
  color: #040404;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.carparts_header .menu_item_has_child .submenu > li:hover > a, .carparts_header .menu_item_has_child .submenu > li.active > a {
  color: #ed1d24;
}
.carparts_header .search_box {
  margin: 0px;
}
.carparts_header .search_box input {
  height: 60px;
  border-radius: 45px;
  border: 1px solid #e5e5e5;
}
.carparts_header .search_box .submit_btn {
  top: 50%;
  right: 6px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
}

.login_cart_btn {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.login_cart_btn .item_icon {
  margin-right: 12px;
}
.login_cart_btn span, .login_cart_btn strong {
  display: block;
  line-height: 1;
  color: #040404;
  font-family: "Rubik", sans-serif;
}
.login_cart_btn span {
  font-size: 14px;
  margin-bottom: 5px;
}
.login_cart_btn strong {
  font-size: 18px;
}

/* carparts header - end
================================================== */
/* classic ecommerce header - start
================================================== */
.classic_ecommerce_header .header_top {
  display: flex;
  min-height: 45px;
  align-items: center;
}
.classic_ecommerce_header.stuck .header_top {
  display: none;
}
.classic_ecommerce_header .offer_text {
  line-height: 1;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.classic_ecommerce_header .primary_social_links a {
  color: #ffffff;
  font-size: 15px;
}
.classic_ecommerce_header .header_bottom {
  display: flex;
  min-height: 100px;
  align-items: center;
}
.classic_ecommerce_header.stuck .header_bottom {
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.classic_ecommerce_header .action_btns_group > li:not(:last-child) {
  margin-right: 8px;
}
.classic_ecommerce_header .action_btns_group button {
  width: 50px;
  height: 50px;
  color: #000000;
  font-size: 16px;
  line-height: 54px;
  background-color: #ffffff;
}
.classic_ecommerce_header.stuck .action_btns_group button {
  background-color: #cff9ed;
}
.classic_ecommerce_header .main_menu > ul > li {
  padding: 10px 0px;
}
.classic_ecommerce_header .main_menu > ul > li > a {
  color: #141414;
  font-size: 20px;
  font-weight: 500;
}

/* classic ecommerce header - end
================================================== */
/* furniture header - start
================================================== */
.furniture_header .header_content_wrap {
  padding: 15px 0px;
  min-height: 120px;
  background-color: #efefef;
}
.furniture_header.stuck .header_content_wrap {
  min-height: auto;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.furniture_header + main {
  margin-top: 120px;
}
.furniture_header .main_menu > ul > li {
  padding: 12px 0px;
}
.furniture_header .main_menu > ul > li > a {
  color: #030303;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.furniture_header .main_menu > ul > li > a:after {
  display: none;
}
.furniture_header .action_btns_group button {
  width: 65px;
  height: 65px;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 67px;
  background-color: #e9e9e9;
}

/* furniture header - end
================================================== */
/* modern header - start
================================================== */
.modern_mobilemenu_btn {
  top: 15px;
  left: 15px;
  padding: 8px;
  z-index: 999;
  display: none;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
  position: fixed;
  font-weight: 600;
  background-color: #da0a2c;
  text-transform: uppercase;
}

.modern_mobile_sidebar .form_item input[type=search] {
  padding-left: 60px;
  background-color: transparent;
  border-bottom: 2px solid #eaeaea;
}
.modern_mobile_sidebar .form_item button {
  top: 50%;
  left: 0px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  position: absolute;
  border-radius: 100%;
  background-color: #cff9ed;
  transform: translateY(-50%);
}
.modern_mobile_sidebar .menu_list {
  margin-bottom: 200px;
}
.modern_mobile_sidebar .menu_list > ul {
  margin: -20px 0px;
}
.modern_mobile_sidebar .menu_list > ul > li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.modern_mobile_sidebar .menu_list > ul > li > a {
  color: #000000;
  display: block;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0px;
  font-family: "Oswald", sans-serif;
}
.modern_mobile_sidebar .action_btns_group button {
  width: 60px;
  height: 60px;
  color: #000000;
  line-height: 62px;
  background-color: #ffffff;
}

/* modern header - end
================================================== */
/* minimal header - start
================================================== */
.minimal_header .header_content_wrap {
  min-height: 150px;
  padding: 15px 0px;
}
.minimal_header.stuck .header_content_wrap {
  min-height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.minimal_header .main_menu > ul > li {
  padding: 15px 0px;
}
.minimal_header .action_btns_group button {
  color: #2e2e2e;
  background-color: #f1f1f1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

/* minimal header - end
================================================== */
/* medical header - start
================================================== */
.medical_header {
  background-color: #ffffff;
}
.medical_header + main {
  margin-top: 260px;
}
.medical_header .header_top {
  display: flex;
  min-height: 50px;
  align-items: center;
}
.medical_header .primary_social_links li:not(:last-child) {
  margin-right: 25px;
}
.medical_header .primary_social_links a {
  color: #ffffff;
}
.medical_header .primary_social_links a:hover {
  opacity: 0.6;
}
.medical_header .header_middle {
  display: flex;
  min-height: 160px;
  align-items: center;
}
.medical_header .header_register_btns .or_text {
  color: #4e97fd;
}
.medical_header .header_register_btns a, .medical_header .header_register_btns button {
  color: #2d2d2d;
}
.medical_header .header_content_wrap {
  z-index: 1;
  position: relative;
  margin-bottom: -40px;
}
.medical_header .main_menu {
  padding-left: 20px;
}
.medical_header .main_menu > ul > li {
  margin: 0px;
  height: 80px;
}
.medical_header .main_menu > ul > li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.medical_header .main_menu > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-weight: 500;
  line-height: 82px;
  padding: 0px 30px;
}
.medical_header .main_menu > ul > li > a:after {
  margin-left: 8px;
}
.medical_header .main_menu > ul > li:hover > a, .medical_header .main_menu > ul > li.active > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.medical_header .header_hotline {
  height: 80px;
  display: flex;
  color: #ffffff;
  padding: 15px 45px;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.medical_header .header_hotline h3 {
  color: #ffffff;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.medical_header .header_hotline p {
  margin: 0px;
  line-height: 1;
  font-size: 22px;
  font-weight: 800;
}
.medical_header.stuck {
  background-color: transparent;
}
.medical_header.stuck .header_top,
.medical_header.stuck .header_middle {
  display: none;
}
.medical_header.stuck .header_content_wrap {
  margin-bottom: 0px;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}

.medical_search_bar {
  display: flex;
  align-items: center;
  border: 1px solid #e6f0ff;
  justify-content: space-between;
}
.medical_search_bar .form_item {
  width: 55%;
  margin: 0px;
}
.medical_search_bar .form_item input {
  height: 60px;
  border: none;
}
.medical_search_bar .option_select {
  width: 35%;
}
.medical_search_bar .option_select .nice-select {
  height: 60px;
  color: #2d2d2d;
  font-weight: 500;
  line-height: 62px;
  padding: 0px 20px;
  padding-right: 35px;
  background-color: #e6f0ff;
}
.medical_search_bar .option_select .nice-select:after {
  right: 20px;
}
.medical_search_bar .submit_btn {
  width: 10%;
  height: 60px;
  color: #ffffff;
  line-height: 62px;
  text-align: center;
  margin-right: -1px;
  background-color: #4e97fd;
}

/* medical header - end
================================================== */
/* medical header - start
================================================== */
.fashion_header .header_content_wrap {
  display: flex;
  padding: 20px 0px;
  min-height: 150px;
  align-items: center;
}
.fashion_header.stuck .header_content_wrap {
  min-height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.fashion_header .action_btns_group button {
  width: 55px;
  height: 55px;
  color: #1c1f23;
  font-size: 20px;
  border-radius: 5px;
  background-color: #b4eafa;
}
.fashion_header .action_btns_group button:hover {
  color: #ffffff;
  background-color: #35557b;
}

/* medical header - end
================================================== */
/* lookbook creative header - start
================================================== */
.lookbook_creative_header .header_content_wrap {
  display: flex;
  padding: 15px 0px;
  min-height: 120px;
  align-items: center;
}
.lookbook_creative_header.stuck .header_content_wrap {
  min-height: 100px;
  background-color: #1a1a1a;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.lookbook_creative_header .main_menu > ul > li {
  padding: 10px 0px;
}
.lookbook_creative_header .main_menu > ul > li > a {
  color: #cccccc;
}
.lookbook_creative_header .main_menu > ul > li > a:after {
  display: none;
}
.lookbook_creative_header .main_menu > ul > li:hover > a, .lookbook_creative_header .main_menu > ul > li.active > a {
  color: #ff0000;
}
.lookbook_creative_header .action_btns_group {
  margin-left: 60px;
}
.lookbook_creative_header .action_btns_group button {
  background-color: rgba(255, 255, 255, 0.05);
}

/* lookbook creative header - end
================================================== */
/* lookbook slide header - start
================================================== */
.lookbook_slide_header {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: fixed;
}
.lookbook_slide_header .header_content_wrap {
  display: flex;
  min-height: 170px;
  align-items: center;
}
.lookbook_slide_header .brand_logo {
  display: flex;
  align-items: center;
  padding-right: 60px;
  justify-content: space-between;
}
.lookbook_slide_header .action_btns_group button {
  border-radius: 0px;
}

/* lookbook slide header - end
================================================== */
/* electronic header - start
================================================== */
.electronic_header {
  background-color: #ffffff;
}
.electronic_header .header_top {
  display: flex;
  padding: 30px 0px;
  min-height: 180px;
  align-items: center;
}
.electronic_header .header_bottom {
  display: flex;
  min-height: 70px;
  padding: 10px 0px;
  align-items: center;
  border-top: 1px solid #f1f1f1;
}
.electronic_header .option_select {
  margin-bottom: 0px;
}
.electronic_header .medical_search_bar {
  border: 1px solid #eeeeee;
}
.electronic_header .medical_search_bar .form_item {
  width: 60%;
}
.electronic_header .medical_search_bar .form_item input {
  width: 100%;
  height: 60px;
  border: none;
}
.electronic_header .medical_search_bar .option_select {
  width: 30%;
  border-left: 1px solid #eeeeee;
}
.electronic_header .medical_search_bar .option_select .nice-select {
  padding: 0px 30px;
  background-color: transparent;
}
.electronic_header .medical_search_bar .option_select .nice-select:after {
  transform: unset;
  position: static;
  margin-left: 15px;
  display: inline-block;
}
.electronic_header .medical_search_bar .submit_btn {
  height: 62px;
  line-height: 62px;
  width: 10%;
  margin-right: -1px;
  background-color: #0063d1;
}
.electronic_header .main_menu > ul > li {
  position: relative;
  margin-right: 35px;
  padding-right: 35px;
}
.electronic_header .main_menu > ul > li:after {
  top: 50%;
  width: 4px;
  height: 2px;
  right: -2px;
  content: "";
  position: absolute;
  background-color: #444444;
  transform: translateY(-50%);
}
.electronic_header .main_menu > ul > li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.electronic_header .main_menu > ul > li:last-child:after {
  display: none;
}
.electronic_header .main_menu > ul > li > a {
  color: #444444;
  font-size: 15px;
}
.electronic_header .main_menu > ul > li:hover > a, .electronic_header .main_menu > ul > li.active > a {
  color: #0063d1;
}
.electronic_header .black_friday {
  min-width: 200px;
  padding: 12px 15px;
  margin-right: 15px;
  border: 2px solid #eeeeee;
}
.electronic_header .black_friday h3 {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0063d1;
}
.electronic_header .black_friday span {
  line-height: 1;
  color: #444444;
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.electronic_header .language_select .nice-select {
  height: 40px;
  min-width: 100px;
  line-height: 40px;
  padding: 0px 20px;
  border-radius: 0px;
  background-color: #f6f6f6;
}
.electronic_header .language_select .nice-select:after {
  position: static;
  transform: unset;
  margin-left: 8px;
  display: inline-block;
}
.electronic_header .language_select .nice-select .list {
  right: 0px;
  left: unset;
  min-width: 200px;
}

.electronic_action_btns li:not(:last-child) {
  margin-right: 3px;
}
.electronic_action_btns .counter {
  position: absolute;
  right: 0;
  top: -10px;
  background: #0362d1;
  border-radius: 100%;
  color: #fff;
  width: 25px;
  height: 25px;
  display: grid;
  align-items: center;
}
.electronic_action_btns button, .electronic_action_btns a {
  color: #969696;
  display: block;
  font-size: 14px;
  min-width: 90px;
  padding: 12px 10px;
  text-align: center;
  border: 2px solid #eeeeee;
}
.electronic_action_btns button:hover, .electronic_action_btns a:hover {
  color: #ffffff;
  border-color: #0063d1;
  background-color: #0063d1;
}
.electronic_action_btns button i, .electronic_action_btns button span, .electronic_action_btns a i, .electronic_action_btns a span {
  line-height: 1;
  display: block;
}
.electronic_action_btns button i, .electronic_action_btns a i {
  font-size: 22px;
  margin-bottom: 8px;
}

/* electronic header - end
================================================== */
/* supermarket header - end
================================================== */
.supermarket_header .header_top {
  display: flex;
  min-height: 50px;
  padding: 10px 0px;
  align-items: center;
  background-color: #181818;
}
.supermarket_header .welcome_text {
  font-size: 14px;
}
.supermarket_header .info_list {
  font-size: 14px;
}
.supermarket_header .info_list > li {
  position: relative;
}
.supermarket_header .info_list > li:not(:last-child) {
  margin-right: 23px;
  padding-right: 23px;
}
.supermarket_header .info_list > li:after {
  top: 50%;
  right: 0px;
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.supermarket_header .info_list > li:last-child:after {
  display: none;
}
.supermarket_header .info_list a, .supermarket_header .info_list button {
  color: #ffffff;
}
.supermarket_header .info_list i {
  color: #d04b4b;
  margin-right: 5px;
}
.supermarket_header .currency_select .nice-select {
  padding: 0px;
  height: auto;
  line-height: 1;
  font-size: 14px;
  background-color: transparent;
}
.supermarket_header .currency_select .nice-select:after {
  margin: 0px;
  position: static;
  transform: unset;
  margin-left: 10px;
  display: inline-block;
}
.supermarket_header .currency_select .nice-select .list {
  right: 0px;
  left: unset;
}
.supermarket_header .header_middle {
  display: flex;
  min-height: 110px;
  padding: 15px 0px;
  align-items: center;
}
.supermarket_header .medical_search_bar {
  border: 1px solid #cc1414;
}
.supermarket_header .medical_search_bar .form_item {
  width: 60%;
}
.supermarket_header .medical_search_bar .form_item input {
  border: none;
}
.supermarket_header .medical_search_bar .option_select {
  width: 25%;
}
.supermarket_header .medical_search_bar .option_select .nice-select {
  padding: 0px 30px;
  background-color: #ffffff;
  text-transform: capitalize;
}
.supermarket_header .medical_search_bar .option_select .nice-select:after {
  display: none;
}
.supermarket_header .medical_search_bar .option_select .nice-select .current {
  display: block;
  text-align: center;
}
.supermarket_header .medical_search_bar .submit_btn {
  width: 15%;
  background-color: #cc1414;
}
.supermarket_header .action_btns_group > li:not(:last-child) {
  margin-right: 30px;
}
.supermarket_header .action_btns_group button {
  width: auto;
  height: auto;
  display: block;
  line-height: 1;
  color: #000000;
  text-align: left;
  border-radius: 0px;
  background-color: transparent;
}
.supermarket_header .action_btns_group span, .supermarket_header .action_btns_group strong {
  display: block;
  line-height: 1;
}
.supermarket_header .action_btns_group span {
  color: #6e6e9b;
  font-size: 14px;
}
.supermarket_header .action_btns_group strong {
  color: #000000;
  font-size: 15px;
  margin-top: 3px;
}
.supermarket_header .action_btns_group .cart_btn {
  font-size: 30px;
  text-align: center;
}
.supermarket_header .action_btns_group .cart_btn .btn_badge {
  color: #ffffff;
  line-height: 25px;
}
.supermarket_header .alart_text {
  color: #df4949;
  font-size: 13px;
  min-height: 25px;
  margin-top: 10px;
  border-radius: 4px;
  padding-right: 30px;
  align-items: center;
  display: inline-flex;
  background-color: #fde3e1;
}
.supermarket_header .alart_text small {
  height: 25px;
  min-width: 35px;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #fdccc8;
}
.supermarket_header .main_menu > ul > li > a {
  color: #373333;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0px;
}
.supermarket_header .alldepartments_btn {
  width: 342px;
}

/* supermarket header - end
================================================== */
/* onelook header - start
================================================== */
.onelook_header {
  top: 50px;
  left: 0px;
  right: 0px;
  z-index: 999;
  position: fixed;
}
.onelook_header .mobile_menu_btn {
  align-items: center;
  display: inline-flex;
}
.onelook_header .mobile_menu_btn span {
  line-height: 1;
  text-align: right;
  display: inline-block;
}
.onelook_header .mobile_menu_btn span:not(:last-child) {
  margin-right: 8px;
}
.onelook_header .mobile_menu_btn small, .onelook_header .mobile_menu_btn strong {
  line-height: 1;
  color: #ffffff;
  display: block;
}
.onelook_header .mobile_menu_btn small {
  font-size: 12px;
}
.onelook_header .mobile_menu_btn strong {
  font-size: 15px;
}
.onelook_header .mobile_menu_btn i {
  font-size: 22px;
  color: #ff0b20;
}

/* onelook header - end
================================================== */
/* fashion minimal header - start
================================================== */
.fashion_minimal_header {
  background-color: #ffffff;
}
.fashion_minimal_header + main {
  margin-top: 161px;
}
.fashion_minimal_header .header_top {
  min-height: 50px;
  border-bottom: 1px solid #f1f1f1;
}
.fashion_minimal_header.stuck {
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.fashion_minimal_header.stuck .header_top {
  display: none;
}
.fashion_minimal_header .contact_info > li,
.fashion_minimal_header .select_group > li {
  height: 50px;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
}
.fashion_minimal_header .contact_info > li:not(:last-child),
.fashion_minimal_header .select_group > li:not(:last-child) {
  margin-right: 22px;
  padding-right: 22px;
  border-right: 1px solid #f1f1f1;
}
.fashion_minimal_header .option_select .nice-select {
  padding: 0px;
  height: 50px;
  line-height: 50px;
}
.fashion_minimal_header .option_select .nice-select .list {
  left: unset;
  right: 0px;
}
.fashion_minimal_header .header_bottom {
  display: flex;
  padding: 20px 0px;
  min-height: 110px;
  align-items: center;
}
.fashion_minimal_header .btns_group > li:not(:last-child) {
  margin-right: 20px;
}
.fashion_minimal_header .btns_group button, .fashion_minimal_header .btns_group a {
  display: block;
  line-height: 1;
  color: #252525;
  font-size: 14px;
  font-weight: 600;
}
.fashion_minimal_header .btns_group a {
  padding: 8px 10px;
  border-radius: 4px;
}
.fashion_minimal_header .btns_group a:hover {
  color: #ffffff;
  background-color: #000000;
}
.fashion_minimal_header .action_btns_group > li:not(:last-child) {
  margin-right: 25px;
}
.fashion_minimal_header .action_btns_group button {
  width: auto;
  height: auto;
  padding: 0px;
  color: #2d2d2d;
  font-size: 20px;
  line-height: 1;
  border-radius: 0px;
  background-color: transparent;
}
.fashion_minimal_header .action_btns_group button:hover {
  color: #ff5656;
}
.fashion_minimal_header .action_btns_group button .btn_badge {
  height: 20px;
  font-size: 10px;
  min-width: 20px;
  position: static;
  box-shadow: none;
  line-height: 22px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: #ff5656;
}

/* fashion minimal header - end
================================================== */
/* motorcycle header - start
================================================== */
.motorcycle_header .header_content_wrap {
  min-height: 135px;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.motorcycle_header.stuck .header_content_wrap {
  min-height: auto;
  background-color: #202020;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.motorcycle_header .main_menu > ul > li {
  padding: 10px 0px;
  position: relative;
}
.motorcycle_header .main_menu > ul > li:after {
  top: 50%;
  width: 6px;
  height: 2px;
  right: -3px;
  content: "";
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.motorcycle_header .main_menu > ul > li:last-child:after {
  display: none;
}
.motorcycle_header .main_menu > ul > li:not(:last-child) {
  margin-right: 45px;
  padding-right: 45px;
}
.motorcycle_header .main_menu > ul > li > a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.motorcycle_header .main_menu > ul > li:hover > a, .motorcycle_header .main_menu > ul > li.active > a {
  color: #ed1d24;
}
.motorcycle_header .main_menu > ul > .menu_item_has_child > a:after {
  display: none;
}
.motorcycle_header .action_items li:not(:last-child) {
  margin-right: 45px;
}
.motorcycle_header .action_items .form_item input {
  width: 230px;
  height: 50px;
  color: #ffffff;
  font-weight: 600;
  padding: 0px 20px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.motorcycle_header .action_items .form_item input:-moz-placeholder {
  color: #ffffff;
}
.motorcycle_header .action_items .form_item input::-moz-placeholder {
  color: #ffffff;
}
.motorcycle_header .action_items .form_item input:-ms-input-placeholder {
  color: #ffffff;
}
.motorcycle_header .action_items .form_item input::-webkit-input-placeholder {
  color: #ffffff;
}
.motorcycle_header .action_items .form_item button {
  top: 50%;
  right: -17px;
  width: 34px;
  height: 34px;
  color: #000000;
  font-size: 15px;
  line-height: 36px;
  border-radius: 3px;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.motorcycle_header .action_items .cart_btn {
  height: 50px;
  color: #ffffff;
  min-width: 80px;
  font-weight: 600;
  padding: 0px 20px;
  position: relative;
  border: 1px solid #ffffff;
}
.motorcycle_header .action_items .cart_btn .btn_badge {
  top: 50%;
  right: -17px;
  width: 34px;
  height: 34px;
  color: #000000;
  font-size: 15px;
  line-height: 36px;
  border-radius: 3px;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.motorcycle_header .action_items .mobile_menu_btn {
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  line-height: 64px;
  border-radius: 3px;
}

/* motorcycle header - end
================================================== */
/* parallax shop header - start
================================================== */
.parallax_shop_header .header_content_wrap {
  min-height: 165px;
  padding: 15px 0px;
}
.parallax_shop_header.stuck .header_content_wrap {
  min-height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.parallax_shop_header .action_btns_group button {
  color: #d6d6d6;
  text-align: center;
  background-color: #747474;
}
.parallax_shop_header .action_btns_group button:hover {
  color: #ffffff;
  background-color: #b67c5a;
}
.parallax_shop_header .action_btns_group button.mobile_menu_btn {
  width: 60px;
  color: #ffffff;
  font-size: 24px;
  margin-left: 7px;
  line-height: 46px;
  border-radius: 4px;
  background-color: #0a0a0a;
}

/* parallax shop header - end
================================================== */
/* parallax shop header - start
================================================== */
.simple_shop_header .header_content_wrap {
  min-height: 125px;
  padding: 15px 0px;
  background-color: #ffffff;
}
.simple_shop_header.stuck .header_content_wrap {
  min-height: auto;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.simple_shop_header + main {
  margin-top: 125px;
}
.simple_shop_header .brand_logo {
  text-align: center;
}
.simple_shop_header .main_menu > ul > li {
  padding: 10px 0px;
}
.simple_shop_header .action_btns_group > li:not(:last-child) {
  margin-right: 25px;
}
.simple_shop_header .action_btns_group button {
  width: auto;
  height: auto;
  line-height: 1;
  color: #262626;
  font-size: 20px;
  border-radius: 0px;
  background-color: transparent;
}
.simple_shop_header .action_btns_group button:hover {
  color: #bf2626;
}
.simple_shop_header .action_btns_group button .btn_badge {
  top: -15px;
  right: -15px;
}

/* parallax shop header - end
================================================== */
/* gadget header - start
================================================== */
.gadget_header .header_content_wrap {
  padding: 20px 0px;
  min-height: 110px;
  position: relative;
  border-bottom: 1px solid #ff0000;
}
.gadget_header .order_btn {
  top: 0px;
  right: 0px;
  height: 110px;
  display: flex;
  color: #ffffff;
  font-size: 22px;
  min-width: 260px;
  font-weight: 500;
  padding: 10px 30px;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
}
.gadget_header .order_btn:hover {
  background-color: #051133;
}
.gadget_header.stuck .header_content_wrap {
  min-height: auto;
  background-color: #1a1a1a;
}
.gadget_header.stuck .order_btn {
  height: 96px;
}
.gadget_header .main_menu > ul > li {
  padding: 10px 0px;
  position: relative;
}
.gadget_header .main_menu > ul > li:not(:last-child) {
  margin-right: 25px;
  padding-right: 25px;
}
.gadget_header .main_menu > ul > li:after {
  top: 50%;
  right: -2px;
  width: 5px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.gadget_header .main_menu > ul > li:last-child:after {
  display: none;
}
.gadget_header .main_menu > ul > li > a {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}
.gadget_header .main_menu .menu_item_has_child > a:after {
  display: none;
}
.gadget_header .action_btns_group {
  margin-right: 160px;
}
.gadget_header .action_btns_group button {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: #2f383b;
}

/* gadget header - end
================================================== */
/* sports header - start
================================================== */
.sports_header {
  min-height: 130px;
  padding: 20px 0px;
}
.sports_header.stuck {
  min-height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.sports_header .header_btns_group > ul:not(:last-child) {
  margin-right: 40px;
}
.sports_header .header_action_btns > li:not(:last-child) {
  margin-right: 25px;
}
.sports_header .header_action_btns button {
  color: #000000;
  font-size: 22px;
}
.sports_header .header_action_btns button:hover {
  color: #ff3f3f;
}
.sports_header .cart_btn {
  position: relative;
}
.sports_header .cart_btn .btn_badge {
  top: -3px;
  right: -8px;
  height: 20px;
  color: #ffffff;
  min-width: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  border-radius: 45px;
  background-color: #ff3f3f;
}
.sports_header .circle_social_links a {
  color: #ffffff;
  background-color: #000000;
}
.sports_header .circle_social_links a:hover {
  color: #ffffff;
  background-color: #ff3f3f;
}

/* sports header - end
================================================== */
/* watch header - start
================================================== */
.watch_header + main {
  margin-top: 165px;
}
.watch_header .header_top {
  display: flex;
  font-size: 13px;
  padding: 5px 0px;
  min-height: 45px;
  align-items: center;
}
.watch_header.stuck .header_top {
  display: none;
}
.watch_header .option_select .nice-select {
  width: auto;
  height: auto;
  padding: 0px;
  line-height: 1;
  font-size: 13px;
  background-color: transparent;
}
.watch_header .option_select .nice-select:after {
  color: #ffffff;
}
.watch_header .option_select .nice-select .current {
  color: #ffffff;
}
.watch_header .option_select .nice-select .list {
  left: unset;
  right: 0px;
}
.watch_header .header_bottom {
  display: flex;
  min-height: 120px;
  padding: 20px 0px;
  align-items: center;
}
.watch_header.stuck .header_bottom {
  min-height: auto;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.15);
}
.watch_header .main_menu > ul > li {
  padding: 10px 0px;
}
.watch_header .main_menu > ul > li:not(:last-child) {
  margin-right: 35px;
}
.watch_header .main_menu > ul > li > a {
  color: #000000;
  font-weight: 500;
}
.watch_header .main_menu > ul > li:hover > a, .watch_header .main_menu > ul > li.active > a {
  color: #ff3800;
}
.watch_header .action_btns_group button {
  color: #2c2c2c;
  background-color: #f1f1f1;
}
.watch_header .action_btns_group button:hover {
  color: #ffffff;
  background-color: #ff3800;
}
.watch_header .custom_btn {
  margin-left: 50px;
}

/* watch header - end
================================================== */
/* header - end
==================================================================================================== */
/* footer - start
==================================================================================================== */
/* footer section - start
================================================== */
.footer_section .author_link {
  z-index: 1;
  position: relative;
}
.footer_section .author_link:before {
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  height: 1px;
  position: absolute;
  background: #ce0b2b;
  transition: all 0.3s ease-in-out;
}
.footer_section .author_link:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.footer_widget_title {
  font-size: 27px;
  margin-bottom: 30px;
}

.footer_bottom {
  padding: 30px 0px;
}

/* hot line content style - start */
.footer_electronic_hotline {
  position: relative;
  padding-left: 65px;
}
.footer_electronic_hotline i {
  left: 0px;
  left: 0px;
  color: #ffffff;
  font-size: 48px;
  position: absolute;
}
.footer_electronic_hotline h4 {
  color: #0063d1;
  font-size: 15px;
  font-weight: 500;
}
.footer_electronic_hotline span {
  color: #ffffff;
  display: block;
  line-height: 1;
  font-size: 26px;
}

/* hot line content style - end */
/* footer useful links - start */
.footer_useful_links li {
  line-height: 1;
}
.footer_useful_links li:not(:last-child) {
  margin-bottom: 12px;
}
.footer_useful_links a {
  font-size: 18px;
  color: #6b6b6b;
}

/* footer useful links - end */
/* footer instagram - start */
.footer_instagram ul {
  margin: -3px;
}
.footer_instagram li {
  padding: 3px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.footer_instagram .brand_name {
  line-height: 1;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  color: #ed1d24;
}
.footer_instagram .brand_name i {
  margin-right: 5px;
}

.text_instagram {
  background: -webkit-linear-gradient(#6d23b6, #ac1c8b, #d28e3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* footer instagram - end */
/* footer contact info - start */
.footer_contact_info .ul_li_block li:not(:last-child) {
  margin-bottom: 10px;
}
.footer_contact_info .ul_li li:not(:last-child),
.footer_contact_info .ul_li_right li:not(:last-child),
.footer_contact_info .ul_li_center li:not(:last-child) {
  margin-right: 50px;
}

/* footer contact info - end */
/* footer newsletter - start */
.footer_newsletter .form_item input {
  height: 60px;
  padding: 0px 25px;
}
.footer_newsletter .submit_btn {
  top: 50%;
  right: 0px;
  height: 60px;
  color: #ffffff;
  min-width: 60px;
  line-height: 60px;
  position: absolute;
  transform: translateY(-50%);
}

/* footer newsletter - end */
/* footer recent post - start */
.footer_recent_post .electronic_product_small {
  margin-top: 30px;
}
.footer_recent_post .electronic_product_small:not(:last-child) {
  margin-bottom: 0px;
}
.footer_recent_post .electronic_product_small .item_image {
  height: 90px;
  min-width: 90px;
  margin-right: 15px;
}
.footer_recent_post .electronic_product_small .item_image img {
  max-height: 70px;
}
.footer_recent_post .electronic_product_small .item_title a {
  color: #ffffff;
  font-size: 15px;
}
.footer_recent_post .electronic_product_small .item_price {
  font-size: 15px;
}

/* footer recent post - end */
/* twitter feed - start */
.twitter_feed:not(:last-child) {
  margin-bottom: 30px;
}
.twitter_feed .admin_name {
  margin-bottom: 4px;
}
.twitter_feed .admin_name a {
  display: table;
  font-size: 20px;
}
.twitter_feed .admin_title {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #484848;
}
.twitter_feed p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.twitter_feed .post_time {
  line-height: 1;
  display: block;
  font-size: 15px;
  font-weight: 700;
}

/* twitter feed - end */
/* footer section - start
================================================== */
/* default footer - start
================================================== */
.default_footer {
  color: #999999;
}
.default_footer .circle_social_links a {
  width: 35px;
  height: 35px;
  color: #cccccc;
  font-size: 14px;
  line-height: 35px;
  border-radius: 4px;
  background-color: #333333;
}
.default_footer .circle_social_links a:hover {
  color: #ffffff;
  background-color: #ce0b2b;
}

.df_widget_title {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
}

.df_contact_info li:not(:last-child) {
  margin-bottom: 6px;
}
.df_contact_info i {
  margin-right: 10px;
}

.df_newsletter .form_item input {
  height: 50px;
  padding: 0px 15px;
  border-radius: 5px;
}
.df_newsletter .form_item .submit_btn {
  top: 50%;
  right: 15px;
  font-size: 20px;
  position: absolute;
  transform: translateY(-50%);
}

/* default footer - end
================================================== */
/* carparts footer - start
================================================== */
.carparts_footer .footer_useful_links a {
  color: #bababa;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
.carparts_footer .footer_useful_links a:hover {
  color: #ed1d24;
}

.footer_carparts_hotline h4 {
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ed1d24;
  font-family: "Oswald", sans-serif;
}
.footer_carparts_hotline span {
  display: block;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
}

/* carparts footer - end
================================================== */
/* ecommerce footer - start
================================================== */
.ecommerce_footer {
  font-size: 17px;
}
.ecommerce_footer .footer_widget_title {
  font-size: 22px;
}
.ecommerce_footer .footer_useful_links li {
  font-size: 17px;
}
.ecommerce_footer .footer_useful_links li:not(:last-child) {
  margin-bottom: 15px;
}
.ecommerce_footer .footer_useful_links a {
  color: #ffffff;
  font-size: 17px;
}
.ecommerce_footer .footer_bottom {
  min-height: 80px;
  padding: 15px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ecommerce footer - end
================================================== */
/* furniture footer - start
================================================== */
.furniture_footer {
  color: #636363;
  background-color: #191919;
}
.furniture_footer .footer_newsletter .form_item input {
  color: #ffffff;
  border-color: #252525;
  background-color: #252525;
}
.furniture_footer .footer_useful_links li:not(:last-child) {
  margin-bottom: 15px;
}
.furniture_footer .footer_useful_links a {
  color: #ffffff;
  font-size: 16px;
}
.furniture_footer .footer_useful_links a:hover {
  color: #bd896b;
}
.furniture_footer .footer_contact_info li {
  color: #ffffff;
}
.furniture_footer .footer_contact_info span {
  color: #636363;
}
.furniture_footer .primary_social_links a {
  color: #444444;
}
.furniture_footer .primary_social_links a:hover {
  color: #8799a3;
}
.furniture_footer .footer_bottom {
  min-height: 100px;
  border-top: 1px solid #252525;
}
.furniture_footer .copyright_text {
  font-size: 16px;
}
.furniture_footer .copyright_text .author_link {
  font-weight: 400;
}
.furniture_footer .copyright_text .author_link:before {
  background-color: #bd896b;
}
.furniture_footer .payment_methods {
  float: right;
}

/* furniture footer - end
================================================== */
/* modern footer - start
================================================== */
.modern_footer {
  color: #818181;
  padding: 0px 100px;
  background-color: #141414;
  font-family: "Oswald", sans-serif;
}
.modern_footer .footer_about p {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.modern_footer .footer_widget_area {
  padding: 80px 0px;
}
.modern_footer .footer_useful_links a {
  color: #818181;
}
.modern_footer .footer_useful_links a:hover {
  color: #ffffff;
}
.modern_footer .copyright_text {
  padding: 25px 0px;
  border-top: 1px solid #343434;
}

.modern_newsletter {
  padding: 50px 0px;
  border-bottom: 1px solid #343434;
}
.modern_newsletter .custom_btn {
  background-color: #da0a2c;
}
.modern_newsletter .custom_btn:before {
  background-color: #ed1d24;
}
.modern_newsletter input {
  width: 380px;
  height: 60px;
  outline: none;
  padding: 0px 30px;
  margin-left: 30px;
  margin-right: 20px;
  border: 1px solid #eaeaeb;
}
.modern_newsletter h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

/* modern footer - end
================================================== */
/* minimal footer - start
================================================== */
.minimal_footer {
  color: #999999;
  background-color: #1f1f1f;
}
.minimal_footer .footer_widget_title {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
.minimal_footer .footer_contact_info li {
  line-height: 1;
  color: #ffffff;
}
.minimal_footer .footer_contact_info li:not(:last-child) {
  margin-bottom: 12px;
}
.minimal_footer .footer_contact_info span {
  color: #999999;
}
.minimal_footer .footer_bottom {
  background-color: #1a1a1a;
}
.minimal_footer .circle_social_links a {
  width: 35px;
  height: 35px;
  color: #ffffff;
  line-height: 37px;
  border-radius: 3px;
  background-color: #333333;
}

/* minimal footer - end
================================================== */
/* medical footer - start
================================================== */
.medical_footer {
  color: #595959;
}
.medical_footer .footer_widget_area {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.medical_footer .footer_about {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.medical_footer .footer_widget {
  padding: 60px 15px;
}
.medical_footer .footer_useful_links li:not(:last-child) {
  margin-bottom: 16px;
}
.medical_footer .footer_useful_links a:hover {
  color: #ffffff;
}

.medical_contact_info li {
  display: flex;
  align-items: center;
}
.medical_contact_info li:not(:last-child) {
  margin-bottom: 30px;
}
.medical_contact_info .item_icon {
  width: 60px;
  height: 60px;
  color: #03b4f7;
  font-size: 22px;
  line-height: 62px;
  text-align: center;
  margin-right: 20px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.medical_contact_info h4 {
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.medical_contact_info p {
  font-size: 16px;
  margin-bottom: 0px;
}

/* medical footer - end
================================================== */
/* fashion footer - start
================================================== */
.fashion_instagram li {
  width: 16.666%;
}
.fashion_instagram img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fashion_instagram a {
  display: block;
  overflow: hidden;
  background-color: #000000;
}
.fashion_instagram a:hover img {
  opacity: 0.3;
  transform: scale(1.07);
}

.fashion_footer .footer_bottom {
  padding: 60px 0px;
}
.fashion_footer .copyright_text {
  font-family: "Oswald", sans-serif;
}

/* fashion footer - end
================================================== */
/* lookbook slide footer - start
================================================== */
.lookbook_slide_footer {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  position: fixed;
  padding-bottom: 35px;
}

/* lookbook slide footer - end
================================================== */
/* electronic footer - start
================================================== */
.electronic_footer .footer_widget_title {
  font-size: 24px;
  font-weight: 500;
}
.electronic_footer .footer_widget_area {
  padding: 80px 0px;
  background-color: #171717;
}
.electronic_footer .footer_electronic_hotline h4 {
  color: #0063d1;
}
.electronic_footer .circle_social_links a {
  color: #ffffff;
  border-radius: 0px;
  background-color: #282828;
}
.electronic_footer .circle_social_links a:hover {
  color: #ffffff;
  background-color: #0063d1;
}
.electronic_footer .footer_useful_links li:not(:last-child) {
  margin-bottom: 18px;
}
.electronic_footer .footer_useful_links a {
  color: #dddddd;
  font-size: 16px;
}
.electronic_footer .footer_useful_links a:hover {
  color: #0063d1;
}
.electronic_footer .copyright_text {
  font-size: 15px;
  color: #ffffff;
}

/* electronic footer - end
================================================== */
/* supermarket footer - end
================================================== */
.supermarket_footer .footer_widget_title {
  color: #333e48;
  font-size: 23px;
  position: relative;
  padding-bottom: 15px;
}
.supermarket_footer .footer_widget_title:before {
  left: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  width: 32px;
  position: absolute;
  background-color: #cc1414;
}
.supermarket_footer .footer_useful_links li {
  position: relative;
}
.supermarket_footer .footer_useful_links li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.supermarket_footer .footer_useful_links li:before {
  left: 0px;
  height: 1px;
  width: 15px;
  bottom: -1px;
  content: "";
  position: absolute;
  background-color: #cc1414;
}
.supermarket_footer .footer_useful_links li:last-child:before {
  display: none;
}
.supermarket_footer .footer_useful_links a {
  color: #333e48;
  font-size: 15px;
}
.supermarket_footer .footer_useful_links a:hover {
  color: #cc1414;
}
.supermarket_footer .supermarket_product_small {
  display: block;
}
.supermarket_footer .supermarket_product_small:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.supermarket_footer .supermarket_product_small .item_title a {
  line-height: 1;
  display: block;
  font-size: 18px;
}
.supermarket_footer .form_item input {
  height: 60px;
  border-radius: 45px;
}
.supermarket_footer .form_item .submit_btn {
  top: 50%;
  right: 0px;
  height: 60px;
  color: #ffffff;
  line-height: 60px;
  padding: 0px 35px;
  text-align: center;
  position: absolute;
  margin-right: -1px;
  background-color: #191e22;
  transform: translateY(-50%);
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}
.supermarket_footer .footer_electronic_hotline {
  display: table;
  margin: 0px auto;
}
.supermarket_footer .footer_electronic_hotline i {
  color: #cc1414;
}
.supermarket_footer .circle_social_links a {
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
}
.supermarket_footer .circle_social_links a:hover {
  color: #ffffff;
  background-color: #cc1414;
}

.supermarket_footer_contact li {
  display: flex;
  font-size: 15px;
  align-items: center;
}
.supermarket_footer_contact li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.supermarket_footer_contact .item_icon {
  color: #ffffff;
  min-width: 35px;
  min-height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #cc1414;
}

/* supermarket footer - end
================================================== */
/* fashion minimal footer - start
================================================== */
.fashion_minimal_footer {
  color: #c7cae9;
  padding-top: 80px;
  position: relative;
}
.fashion_minimal_footer .backtotop {
  top: 0px;
  left: 50%;
  height: 50px;
  width: 225px;
  line-height: 1;
  box-shadow: none;
  border-radius: 0px;
  text-align: center;
  position: absolute;
  z-index: 1;
  background-size: auto;
  transform: translateX(-50%);
}
.fashion_minimal_footer .backtotop .scroll {
  color: #393d72;
}
.fashion_minimal_footer .footer_widget_title {
  font-size: 24px;
}
.fashion_minimal_footer .footer_useful_links i {
  margin-right: 5px;
  color: #ff5656;
}
.fashion_minimal_footer .footer_useful_links a {
  color: #c7cae9;
}
.fashion_minimal_footer .footer_useful_links a:hover {
  color: #ff5656;
}
.fashion_minimal_footer .footer_bottom {
  padding: 50px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.fashion_minimal_footer .circle_social_links {
  margin-bottom: 25px;
}
.fashion_minimal_footer .circle_social_links a {
  width: 55px;
  height: 55px;
  color: #ffffff;
  line-height: 59px;
  background-color: rgba(255, 255, 255, 0.08);
}
.fashion_minimal_footer .circle_social_links a:hover {
  color: #ffffff;
  background-color: #ff5656;
}

.fm_footer_newsletter .form_item {
  margin-bottom: 15px;
}
.fm_footer_newsletter .form_item input {
  height: 70px;
  padding: 0px 25px;
}
.fm_footer_newsletter .submit_btn {
  width: 100%;
  height: 70px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  padding: 0px 30px;
  text-align: center;
  background-color: #ff5656;
}
.fm_footer_newsletter .submit_btn:hover {
  background-color: #000000;
}

/* fashion minimal footer - end
================================================== */
/* motorcycle footer - start
================================================== */
.motorcycle_footer {
  color: #787878;
}
.motorcycle_footer .footer_widget_area {
  background-position: left center;
}
.motorcycle_footer .footer_widget_title {
  color: #787878;
  font-size: 20px;
}
.motorcycle_footer .footer_useful_links a {
  color: #ffffff;
}
.motorcycle_footer .footer_useful_links a:hover {
  color: #ed1d24;
}
.motorcycle_footer .twitter_feed .admin_name a {
  color: #ffffff;
}
.motorcycle_footer .twitter_feed .admin_name a:hover {
  color: #ed1d24;
}
.motorcycle_footer .footer_contact_info li {
  font-size: 18px;
  font-weight: 700;
}
.motorcycle_footer .footer_contact_info span {
  color: #ffffff;
}
.motorcycle_footer .circle_social_links a {
  color: #ffffff;
  font-size: 15px;
  line-height: 49px;
  background-color: transparent;
}
.motorcycle_footer .circle_social_links a:hover {
  color: #ffffff;
  background-color: #ed1d24;
}
.motorcycle_footer .copyright_text {
  font-weight: 700;
}

/* motorcycle footer - end
================================================== */
/* simple shop footer - start
================================================== */
.simple_shop_footer {
  color: #212121;
  margin-top: -185px;
  padding-top: 185px;
}
.simple_shop_footer .social_title {
  font-size: 20px;
}
.simple_shop_footer .circle_social_links a {
  color: #ffffff;
  background-color: #000000;
}
.simple_shop_footer .circle_social_links a:hover {
  color: #ffffff;
  background-color: #bf2626;
}
.simple_shop_footer .footer_widget_title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.simple_shop_footer hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
}
.simple_shop_footer .footer_useful_links li:not(:last-child) {
  margin-bottom: 20px;
}
.simple_shop_footer .footer_useful_links a {
  color: #212121;
}
.simple_shop_footer .footer_useful_links a:hover {
  color: #bf2626;
}
.simple_shop_footer .electronic_product_small:not(:last-child) {
  margin-bottom: 20px;
}
.simple_shop_footer .electronic_product_small .item_image {
  border: none;
  height: 80px;
  min-width: 115px;
  margin-right: 15px;
}
.simple_shop_footer .electronic_product_small .item_title {
  line-height: 1;
  margin-bottom: 2px;
}
.simple_shop_footer .electronic_product_small .item_title a {
  color: #212121;
  font-size: 18px;
}
.simple_shop_footer .electronic_product_small:hover .item_title a {
  color: #bf2626;
}
.simple_shop_footer .electronic_product_small .rating_star > li {
  color: #bf2626;
  font-size: 10px;
}
.simple_shop_footer .electronic_product_small .item_price {
  font-size: 16px;
  font-weight: 500;
}

/* simple shop footer - end
================================================== */
/* gadget footer - start
================================================== */
.gadget_footer .footer_widget_area {
  padding-top: 150px;
  padding-bottom: 100px;
}
.gadget_footer a {
  color: #d4d4d4;
}
.gadget_footer a:hover {
  color: #ff0000;
}
.gadget_footer .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.g_footer_taglist ul {
  margin: -10px;
}
.g_footer_taglist li {
  padding: 10px;
}
.g_footer_taglist a {
  display: block;
  line-height: 1;
}

/* gadget footer - end
================================================== */
/* sports footer - start
================================================== */
.sports_footer_contact li:not(:last-child) {
  margin-bottom: 15px;
}
.sports_footer_contact .icon {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  color: #ff3f3f;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.05);
}

/* sports footer - end
================================================== */
/* watch footer - start
================================================== */
.watch_footer .circle_social_links a {
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.watch_footer .circle_social_links a:hover {
  color: #ffffff;
  border-color: #ff3800;
  background-color: #ff3800;
}
.watch_footer .footer_useful_links a {
  color: #ffffff;
}
.watch_footer .footer_useful_links a:hover {
  color: #ff3800;
}
.watch_footer .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* watch footer - end
================================================== */
/* footer - end
==================================================================================================== */
/* breadcrumb - start
==================================================================================================== */
/* default breadcrumb - start */
.breadcrumb_section {
  z-index: 1;
  min-height: 575px;
  position: relative;
  padding: 100px 0px;
  padding-bottom: 180px;
}
.breadcrumb_section .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  opacity: 0.41;
  position: absolute;
}

.page_title {
  line-height: 1;
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 25px;
}

.breadcrumb_nav li {
  color: #cccccc;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.breadcrumb_nav li:not(:last-child) {
  margin-right: 35px;
  padding-right: 35px;
}
.breadcrumb_nav li:after {
  top: 50%;
  width: 2px;
  right: -1px;
  height: 14px;
  content: "";
  position: absolute;
  background-color: #cccccc;
  transform: translateY(-50%);
}
.breadcrumb_nav li:last-child:after {
  display: none;
}
.breadcrumb_nav a {
  color: #ffffff;
}
.breadcrumb_nav a:hover {
  color: #ce0b2b;
}

/* default breadcrumb - end */
/* carparts breadcrumb - start */
.carparts_breadcrumb {
  min-height: 490px;
  padding-bottom: 120px;
}
.carparts_breadcrumb .breadcrumb_nav li {
  font-size: 18px;
}
.carparts_breadcrumb .breadcrumb_nav a:hover {
  color: #ed1d24;
}

/* carparts breadcrumb - end */
/* classic ecommerce breadcrumb - start */
.classic_ecommerce_breadcrumb {
  min-height: 750px;
  padding: 170px 0px;
}
.classic_ecommerce_breadcrumb p {
  color: #262626;
  font-size: 25px;
}

.ce_page_title {
  color: #262626;
  line-height: 1;
  font-size: 70px;
}

.ce_breadcrumb_nav_wrap {
  color: #888888;
  font-size: 15px;
  font-weight: 700;
  padding: 19px 0px;
  border-bottom: 2px solid #eaeaea;
}
.ce_breadcrumb_nav_wrap a {
  color: #888888;
}
.ce_breadcrumb_nav_wrap a:hover {
  color: #212121;
}

.ce_breadcrumb_nav li {
  position: relative;
}
.ce_breadcrumb_nav li:after {
  top: 50%;
  width: 2px;
  content: "";
  right: -1px;
  height: 15px;
  position: absolute;
  background-color: #ededed;
  transform: translateY(-50%);
}
.ce_breadcrumb_nav li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.ce_breadcrumb_nav li:last-child {
  color: #212121;
}
.ce_breadcrumb_nav li:last-child:after {
  display: none;
}

/* classic ecommerce breadcrumb - end */
/* fashion breadcrumb - start */
.fashion_breadcrumb {
  min-height: 620px;
}

.f_breadcrumb_content {
  margin-top: 70px;
}

.f_page_title {
  line-height: 1;
  font-size: 50px;
}

.f_breadcrumb_nav li {
  position: relative;
}
.f_breadcrumb_nav li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.f_breadcrumb_nav li:after {
  top: 50%;
  right: -3px;
  content: "/";
  position: absolute;
  transform: translateY(-50%);
}
.f_breadcrumb_nav li:last-child:after {
  display: none;
}
.f_breadcrumb_nav a {
  color: #ffffff;
}
.f_breadcrumb_nav a:hover {
  color: #ff1d25;
}

/* fashion breadcrumb - end */
/* minimal fashion breadcrumb - start */
.minimal_fashion_breadcrumb {
  position: relative;
}
.minimal_fashion_breadcrumb .mfb_nav {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  padding-bottom: 25px;
}

/* minimal fashion breadcrumb - end */
/* furniture breadcrumb - start */
.furniture_breadcrumb {
  min-height: 400px;
  padding: 100px 0px;
}
.furniture_breadcrumb .deco_image {
  right: 240px;
  bottom: -100px;
  max-width: 600px;
}

.f2_page_title {
  font-size: 70px;
  text-shadow: 10px 0px 1px #b6b5b5;
}

.f2_breadcrumb_nav_wrap {
  margin-top: 100px;
}
.f2_breadcrumb_nav_wrap li {
  color: #333e48;
  font-size: 14px;
  font-weight: 500;
}
.f2_breadcrumb_nav_wrap li:after {
  width: auto;
  right: -4px;
  height: auto;
  content: "";
  font-weight: 400;
  background-color: transparent;
  font-family: "Font Awesome 5 Pro";
}
.f2_breadcrumb_nav_wrap a {
  color: #333e48;
}
.f2_breadcrumb_nav_wrap a:hover {
  opacity: 0.6;
}

/* furniture breadcrumb - end */
/* gadget breadcrumb - start */
.gadget_breadcrumb {
  min-height: 485px;
  padding-bottom: 130px;
  border-bottom: 4px solid #ff0000;
}

.g_page_title {
  line-height: 1;
  font-size: 65px;
  margin-bottom: 20px;
}

.g_breadcrumb_nav li {
  font-size: 20px;
  position: relative;
  font-family: "Oswald", sans-serif;
}
.g_breadcrumb_nav li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.g_breadcrumb_nav li:after {
  top: 50%;
  right: -3px;
  content: "/";
  position: absolute;
  transform: translateY(-50%);
}
.g_breadcrumb_nav li:last-child:after {
  display: none;
}
.g_breadcrumb_nav a {
  color: #ffffff;
}
.g_breadcrumb_nav a:hover {
  color: #ff1d25;
}

/* gadget breadcrumb - end */
/* modern breadcrumb - start */
.breadcrumb_section.modern_breadcrumb {
  min-height: auto;
}

/* modern breadcrumb - end */
/* lookbook creative breadcrumb - start */
.lc_breadcrumb {
  min-height: 730px;
}
.lc_breadcrumb .page_title {
  margin-top: 130px;
}

/* lookbook creative breadcrumb - end */
/* medical breadcrumb - start */
.medical_page_title {
  line-height: 1;
  font-size: 60px;
}

.medical_breadcrumb_nav li {
  color: #000000;
  font-size: 20px;
  position: relative;
}
.medical_breadcrumb_nav li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.medical_breadcrumb_nav li:after {
  top: 50%;
  right: -5px;
  content: "/";
  position: absolute;
  transform: translateY(-50%);
}
.medical_breadcrumb_nav li:last-child:after {
  display: none;
}
.medical_breadcrumb_nav a {
  color: #000000;
}
.medical_breadcrumb_nav a:hover {
  color: #4e97fd;
}

/* medical breadcrumb - end */
/* medical breadcrumb - start */
.minimal_breadcrumb {
  min-height: 620px;
  padding-bottom: 150px;
}

.minimal_page_title {
  font-size: 90px;
  font-weight: 800;
}

/* medical breadcrumb - end */
/* motorcycle breadcrumb - start */
.motorcycle_breadcrumb {
  min-height: 700px;
  padding-bottom: 240px;
}
.motorcycle_breadcrumb .overlay {
  opacity: 0.9;
}

.motorcycle_page_title {
  line-height: 1;
  font-size: 100px;
}

.motorcycle_breadcrumb_nav li {
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.motorcycle_breadcrumb_nav li:after {
  top: 50%;
  right: -4px;
  font-weight: 400;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.motorcycle_breadcrumb_nav li:not(:last-child) {
  margin-right: 25px;
  padding-right: 25px;
}
.motorcycle_breadcrumb_nav li:last-child:after {
  display: none;
}
.motorcycle_breadcrumb_nav a {
  color: #ed1d24;
}

/* motorcycle breadcrumb - end */
/* sports breadcrumb - start */
.sports_breadcrumb {
  min-height: 600px;
  padding-bottom: 220px;
}

.sports_page_title {
  font-size: 100px;
}

.sports_breadcrumb_nav_wrap {
  background-color: #ffffff;
  box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.15);
}

.sports_breadcrumb_nav li {
  height: 80px;
  color: #636363;
  position: relative;
  padding: 10px 30px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.sports_breadcrumb_nav li:first-child {
  border-left: 1px solid #f3f4f6;
  border-right: 1px solid #f3f4f6;
}
.sports_breadcrumb_nav li:first-child:after {
  display: none;
}
.sports_breadcrumb_nav li:not(:last-child) {
  color: #8799a3;
}
.sports_breadcrumb_nav li:after {
  top: 50%;
  right: -3px;
  content: "";
  font-weight: 400;
  position: absolute;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.sports_breadcrumb_nav li:last-child {
  padding-right: 0px;
}
.sports_breadcrumb_nav li:last-child:after {
  display: none;
}
.sports_breadcrumb_nav a {
  color: #8799a3;
}
.sports_breadcrumb_nav a:hover {
  color: #ff3f3f;
}

/* sports breadcrumb - end */
/* breadcrumb - end
==================================================================================================== */
/* sidebar - start
==================================================================================================== */
.sb_widget:not(:last-child) {
  margin-bottom: 50px;
}

.sb_widget_title {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 20px;
}

.sb_instagram ul {
  margin: -4px;
}
.sb_instagram li {
  width: 50%;
  padding: 4px;
}
.sb_instagram img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sb_instagram i {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%);
}
.sb_instagram a {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.sb_instagram a:hover img {
  opacity: 0.4;
}
.sb_instagram a:hover i {
  opacity: 1;
}

.sb_category a {
  color: #333333;
  display: block;
  line-height: 1;
}
.sb_category a:hover {
  color: #ce0b2b;
}
.sb_category a span {
  float: right;
}
.sb_category li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.sb_category li:not(:last-child) a {
  padding-bottom: 15px;
}

.sb_tags ul {
  margin: -5px;
}
.sb_tags li {
  padding: 5px;
}
.sb_tags a {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 15px;
  padding: 9px 15px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}
.sb_tags a:hover {
  color: #ffffff;
  border-color: #ce0b2b;
  background-color: #ce0b2b;
}

.price-range-area {
  padding-top: 7px;
}
.price-range-area .slider-range {
  height: 6px;
  border: none;
  border-radius: 45px;
  background-color: #e7e7ee;
}
.price-range-area .ui-slider-range {
  border: none;
  border-radius: 45px;
  background-color: #ce0b2b;
}
.price-range-area .ui-state-default {
  top: -7px;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  border-radius: 100%;
  border: 6px solid #ffffff;
  background-color: #ce0b2b;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.price-range-area .price-text {
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  color: #6b6b6b;
}
.price-range-area .price-text span {
  float: left;
  margin-right: 15px;
}
.price-range-area .price-text input {
  border: none;
  font-weight: 600;
  color: #2e2e2e;
  display: inline-block;
  background-color: transparent;
}
.price-range-area .price_filter_btn {
  height: 40px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0px 10px 30px 0px rgba(135, 153, 163, 0.5);
}

.sb_category_accordion .card {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}
.sb_category_accordion .card:not(:last-child) {
  margin-bottom: 10px;
}
.sb_category_accordion .card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}
.sb_category_accordion a {
  color: #7b7d7f;
  font-size: 17px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.sb_category_accordion a:before {
  top: 0px;
  left: 0px;
  content: "";
  color: #cccecf;
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sb_category_accordion a:hover {
  color: #1c1f23;
}
.sb_category_accordion .card-header a:before {
  font-size: 400;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.sb_category_accordion .card-header a:not(.collapsed) {
  color: #1c1f23;
}
.sb_category_accordion .card-header a:not(.collapsed):before {
  content: "";
  color: #ce0b2b;
}
.sb_category_accordion ul {
  padding-left: 20px;
}
.sb_category_accordion ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sb_category_accordion ul a:before {
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 1px solid #cdcfd0;
  background-color: #ffffff;
}
.sb_category_accordion ul a:hover:before {
  border-color: #ce0b2b;
  background-color: #ce0b2b;
}

.sb_color_checkbox li:not(:last-child) {
  margin-bottom: 10px;
}
.sb_color_checkbox label {
  color: #7b7d7f;
  font-size: 17px;
  font-weight: 700;
}
.sb_color_checkbox input:checked + label {
  color: #1c1f23;
}

/* carparts sidebar - start */
.carparts_sidebar .sb_widget:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #cccccc;
}
.carparts_sidebar .sb_widget_title {
  font-size: 20px;
}
.carparts_sidebar .price-range-area .ui-slider-range {
  background-color: #ed1d24;
}
.carparts_sidebar .price-range-area .ui-state-default {
  background-color: #ed1d24;
}
.carparts_sidebar .sb_category_accordion .card-header a:not(.collapsed):before {
  color: #ed1d24;
}
.carparts_sidebar .sb_category_accordion ul a:hover:before {
  border-color: #ed1d24;
  background-color: #ed1d24;
}
.carparts_sidebar .sb_color_checkbox input:checked {
  border-color: #ed1d24;
  background-color: #ed1d24;
}
.carparts_sidebar .sb_color_checkbox input:checked + label {
  color: #1c1f23;
}

/* carparts sidebar - end */
/* electronic sidebar - start */
.electronic_sidebar {
  padding: 40px 30px;
  border: 2px solid #ededed;
  background-color: #fcfcfc;
}
.electronic_sidebar .sb_widget:not(:last-child) {
  margin-bottom: 50px;
}
.electronic_sidebar .sb_widget_title {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.electronic_sidebar .sb_category_accordion .card:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.electronic_sidebar .sb_category_accordion .card-header a:not(.collapsed):before {
  color: #0063d1;
}
.electronic_sidebar .sb_category_accordion a {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
}
.electronic_sidebar .sb_category_accordion li a {
  font-weight: 400;
  padding-left: 0px;
}
.electronic_sidebar .sb_category_accordion li a:hover {
  color: #0063d1;
}
.electronic_sidebar .sb_category_accordion li a:before {
  display: none;
}
.electronic_sidebar .price-range-area .ui-slider-range {
  margin: 0px;
  height: 2px;
  border-radius: 0px;
  position: relative;
  background-color: #0063d1;
}
.electronic_sidebar .price-range-area .slider-range {
  height: 2px;
}
.electronic_sidebar .price-range-area {
  padding: 0px;
  position: relative;
}
.electronic_sidebar .price-range-area .price-text input {
  outline: none;
  background: transparent;
}
.electronic_sidebar .price-range-area .ui-state-default {
  top: -4px;
  width: 10px;
  height: 10px;
  border: none;
  box-shadow: none;
  position: absolute;
  display: inline-block;
  background-color: #0063d1;
}
.electronic_sidebar .checkbox_item label {
  font-weight: 400;
}
.electronic_sidebar .checkbox_item input {
  border-radius: 3px;
}
.electronic_sidebar .checkbox_item input:checked {
  border-color: #0063d1;
  background-color: #0063d1;
}

/* electronic sidebar - end */
/* motorcycle sidebar - start */
.motorcycle_sidebar .sb_widget {
  margin: 0px;
  padding: 35px;
}
.motorcycle_sidebar .sb_widget:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.motorcycle_sidebar .sb_category li {
  border-bottom: none;
}
.motorcycle_sidebar .sb_category li a {
  padding-bottom: 0px;
}
.motorcycle_sidebar .sb_category a {
  color: #252525;
  font-size: 17px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.motorcycle_sidebar .sb_category a:hover {
  color: #8799a3;
}
.motorcycle_sidebar .sb_category a:before {
  top: 0px;
  left: 0px;
  content: "";
  font-weight: 700;
  position: absolute;
  color: #ed1d24;
  font-family: "Font Awesome 5 pro";
}
.motorcycle_sidebar .sb_tags a {
  color: #8799a3;
  font-weight: 700;
}
.motorcycle_sidebar .sb_tags a:hover {
  color: #ffffff;
  border-color: #ed1d24;
  background-color: #ed1d24;
}

/* motorcycle sidebar - end */
/* sports sidebar - start */
.sports_sidebar .sb_widget:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f3f4f6;
}
.sports_sidebar .form_item input {
  border-color: #f3f4f6;
  background-color: #f3f4f6;
}
.sports_sidebar .form_item input:focus {
  border-color: #ff3f3f;
}
.sports_sidebar .sb_category li:not(:last-child) {
  margin-bottom: 0px;
  border-bottom: none;
}
.sports_sidebar .sb_category a {
  color: #252525;
  padding-bottom: 0px;
  display: inline-block;
}
.sports_sidebar .sb_category a:hover {
  color: #ff3f3f;
}
.sports_sidebar .sb_category span {
  float: none;
}
.sports_sidebar .sb_category i {
  color: #ff3f3f;
}
.sports_sidebar .price-range-area .ui-slider-range {
  background-color: #ff3f3f;
}
.sports_sidebar .price-range-area .ui-state-default {
  background-color: #ff3f3f;
}
.sports_sidebar .price-range-area .price_filter_btn {
  border-radius: 2px;
  background-color: #8799a3;
  box-shadow: 0px 10px 30px 0px rgba(135, 153, 163, 0.5);
}
.sports_sidebar .sb_tags a:hover {
  color: #ffffff;
  border-color: #ff3f3f;
  background-color: #ff3f3f;
  box-shadow: 0px 10px 30px 0px rgba(255, 63, 63, 0.5);
}

/* sports sidebar - end */
/* sidebar - end
==================================================================================================== */
/* brands - start
==================================================================================================== */
/* barnd carousel - start */
.barnd_section.sec_ptb_50 {
  padding: 30px 0px;
}

.brand_item {
  display: flex;
  height: 140px;
  padding: 15px;
  max-width: 270px;
  align-items: center;
  justify-content: center;
}

/* barnd carousel - end */
/* brands - end
==================================================================================================== */
/* offers - start
==================================================================================================== */
/* offer section - start */
.offer_fullimage {
  overflow: hidden;
  position: relative;
}
.offer_fullimage > img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.offer_fullimage:hover > img {
  transform: scale(1.07);
}

/* offer section - end */
/* ce(classic ecommerce) offer - start */
.ce_offer_fullimage .item_content {
  top: 50%;
  left: 50%;
  z-index: 2;
  max-width: 380px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.ce_offer_fullimage .item_title {
  font-size: 48px;
  font-weight: 600;
}

.ce_offer_fullimage2 .item_content {
  top: 50%;
  right: 0px;
  max-width: 450px;
  padding: 30px 50px;
  position: absolute;
  transform: translateY(-50%);
}
.ce_offer_fullimage2 .item_title {
  font-size: 54px;
  font-weight: 600;
}
.ce_offer_fullimage2 p {
  font-size: 20px;
  line-height: 1.5;
}

/* ce(classic ecommerce) offer - end */
/* modern advertisement - start */
.modern_advertisement {
  display: flex;
  min-height: 350px;
}
.modern_advertisement .item_content {
  padding: 50px;
  max-width: 430px;
}
.modern_advertisement h4 {
  line-height: 1;
  font-size: 24px;
  font-weight: 300;
}
.modern_advertisement h3 {
  line-height: 1;
  font-size: 42px;
  font-weight: 700;
}

/* modern advertisement - end */
/* minimal advertisement - start */
.minimal_advertisement .item_image {
  margin: -55px 0px -10px -67px;
}
.minimal_advertisement .title_text {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 25px;
}
.minimal_advertisement p {
  font-size: 500;
  font-size: 18px;
  margin-bottom: 30px;
}

/* minimal advertisement - end */
/* fashion advertisement - start */
.fashion_advertisement {
  min-height: 500px;
  position: relative;
}
.fashion_advertisement .item_content {
  top: 50%;
  left: 40%;
  width: 500px;
  padding: 0px 40px;
  position: absolute;
  transform: translateY(-50%);
}
.fashion_advertisement .video_btn {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.fashion_advertisement .video_btn .play_btn {
  margin-bottom: 20px;
}
.fashion_advertisement .video_btn p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}

/* fashion advertisement - end */
/* supermarket advertisement - start */
.sm_offer_item {
  display: flex;
  min-height: 170px;
  position: relative;
}
.sm_offer_item img {
  object-fit: cover;
}
.sm_offer_item .item_content {
  top: 50%;
  left: 0px;
  padding: 30px;
  max-width: 300px;
  position: absolute;
  transform: translateY(-50%);
}
.sm_offer_item .item_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.sm_offer_item .item_price {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
.sm_offer_item .text_btn span {
  font-size: 15px;
}

.supermarket_slider .supermarket_advertisement_item {
  padding: 20px 30px;
}

.supermarket_advertisement_2 {
  display: flex;
  min-height: 354px;
  position: relative;
}
.supermarket_advertisement_2 img {
  object-fit: cover;
}
.supermarket_advertisement_2 .item_content {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding: 20px;
  color: #ffffff;
  position: absolute;
}
.supermarket_advertisement_2 span {
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: rgba(0, 78, 163, 0.4);
}
.supermarket_advertisement_2 .item_title {
  font-size: 24px;
  font-weight: 800;
}
.supermarket_advertisement_2 .custom_btn {
  font-size: 14px;
  padding: 18px 30px;
}

.supermarket_advertisement_carousel .carousel_nav {
  right: 30px;
  bottom: 30px;
  position: absolute;
}
.supermarket_advertisement_carousel .carousel_nav button {
  width: 35px;
  border: none;
  height: 35px;
  color: #191919;
  font-size: 14px;
  line-height: 37px;
}

.supermarket_advertisement_3 {
  max-width: 370px;
  position: relative;
}
.supermarket_advertisement_3 img {
  width: 100%;
  display: block;
}
.supermarket_advertisement_3 .item_content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 30px;
  position: absolute;
}
.supermarket_advertisement_3 .item_title {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 20px;
}
.supermarket_advertisement_3 .item_title span {
  display: block;
  font-size: 18px;
}
.supermarket_advertisement_3 .item_price {
  display: block;
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.supermarket_advertisement_3 .custom_btn {
  font-size: 14px;
  padding: 18px 30px;
}

/* supermarket advertisement - end */
/* fashion minimal offer - start */
.fm_offer_item {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.fm_offer_item.has_border {
  border: 4px solid #000000;
}
.fm_offer_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fm_offer_item:hover img {
  transform: scale(1.05);
}
.fm_offer_item .item_content {
  left: 0px;
  padding: 40px;
  position: absolute;
}
.fm_offer_item .position_top {
  top: 0px;
}
.fm_offer_item .position_bottom {
  bottom: 0px;
}
.fm_offer_item .item_title {
  font-size: 40px;
  margin-bottom: 15px;
}
.fm_offer_item .item_price {
  display: block;
  line-height: 1;
  font-size: 25px;
  margin-bottom: 25px;
}

/* fashion minimal offer - end */
/* parallax shop offer - start */
.ps_offer_item {
  overflow: hidden;
  position: relative;
}
.ps_offer_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.ps_offer_item:hover img {
  transform: scale(1.07);
}
.ps_offer_item .item_content {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 80%;
  padding: 60px 50px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.ps_offer_item h4 {
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.ps_offer_item h3 {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 20px;
}
.ps_offer_item span {
  line-height: 1;
  display: block;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
}
.ps_offer_item .abtn_wrap {
  margin-bottom: -30px;
}

/* parallax shop offer - end */
/* offers - end
==================================================================================================== */
/* home carparts - start
================================================== */
/* carparts reset - start */
.home_carparts {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rajdhani";
}
.home_carparts p {
  font-family: "Lato";
}
.home_carparts h1, .home_carparts h2, .home_carparts h3, .home_carparts h4, .home_carparts h5, .home_carparts h6 {
  font-family: "Rajdhani";
}
.home_carparts ::selection {
  color: #ffffff;
  background-color: #ed1d24;
}
.home_carparts ::-moz-selection {
  color: #ffffff;
  background-color: #ed1d24;
}
.home_carparts :-moz-placeholder {
  color: #4a4949;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.home_carparts ::-moz-placeholder {
  color: #4a4949;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.home_carparts :-ms-input-placeholder {
  color: #4a4949;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.home_carparts ::-webkit-input-placeholder {
  color: #4a4949;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.home_carparts .option_select {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.home_carparts .custom_btn {
  font-size: 20px;
  font-family: "Rajdhani";
}
.home_carparts .custom_btn.btn_sm {
  font-size: 18px;
}
.home_carparts .submit_btn {
  font-family: "Rubik", sans-serif;
}
.home_carparts .rating_star > li {
  color: #ed1d24;
}
.home_carparts .slick-arrow {
  border-radius: 100%;
}
.home_carparts .carousel_nav button {
  color: #ffffff;
  border-radius: 100%;
  background-color: #313131;
}
.home_carparts .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ed1d24;
}

.carparts_block_tabs {
  top: 30px;
  left: -250px;
  width: 250px;
  text-align: right;
  position: absolute;
  padding-right: 30px;
}
.carparts_block_tabs li:not(:last-child) {
  margin-bottom: 10px;
}
.carparts_block_tabs a {
  height: 50px;
  line-height: 52px;
  font-size: 22px;
  font-weight: 700;
  padding: 0px 25px;
  padding-left: 40px;
  color: #2e2e2e;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
.carparts_block_tabs a:hover, .carparts_block_tabs a.active {
  color: #ed1d24;
}

.carparts_inline_tabs li:not(:last-child) {
  margin-right: 45px;
}
.carparts_inline_tabs a {
  z-index: 1;
  line-height: 1;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
  color: #2e2e2e;
  text-transform: uppercase;
}
.carparts_inline_tabs a:before {
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  height: 2px;
  content: "";
  position: absolute;
  background: #ed1d24;
  transition: width 0.3s linear;
}
.carparts_inline_tabs a:hover, .carparts_inline_tabs a.active {
  color: #ed1d24;
}
.carparts_inline_tabs a:hover:before, .carparts_inline_tabs a.active:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.carparts_filetr_bar .result_text {
  margin: 0px;
  color: #a8aaab;
  font-size: 17px;
}
.carparts_filetr_bar .option_select {
  justify-content: flex-end;
}
.carparts_filetr_bar .option_title {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
}
.carparts_filetr_bar .nice-select {
  height: auto;
  padding: 0px;
  color: #7b7d7f;
  line-height: 1;
  font-size: 17px;
  max-width: 130px;
  font-weight: 700;
  display: inline-block;
}
.carparts_filetr_bar .nice-select .list {
  left: unset;
  right: 0px;
}

.carparts_layout_btns li:not(:first-child) {
  margin-left: -1px;
}
.carparts_layout_btns a {
  width: 45px;
  height: 45px;
  color: #a8aaab;
  font-size: 14px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #eaeaeb;
}
.carparts_layout_btns a:hover, .carparts_layout_btns a.active {
  color: #ffffff;
  border-color: #ed1d24;
  background-color: #ed1d24;
}

.carparts_pagination_nav a {
  height: 40px;
  padding: 10px;
  color: #1c1f23;
  min-width: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.carparts_pagination_nav li:not(:last-child) {
  margin-right: 5px;
}
.carparts_pagination_nav li:hover > a, .carparts_pagination_nav li.active > a {
  color: #ed1d24;
  background-color: #f0eeee;
}

/* carparts reset - end */
/* banner section - start */
.carparts_banner {
  z-index: 1;
  min-height: 1016px;
  background-color: #111;
  position: relative;
}
.carparts_banner:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.carparts_banner:after {
  width: 65%;
  right: 0px;
  bottom: 0px;
  content: "";
  height: 110px;
  position: absolute;
  background-color: #ed1d24;
  -webkit-clip-path: polygon(100% 0, 60px 100%, 100% 100%);
          clip-path: polygon(100% 0, 60px 100%, 100% 100%);
}
.carparts_banner p {
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  color: #ed1d24;
  margin-bottom: 20px;
  font-family: "Rajdhani";
}
.carparts_banner h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 0.886;
  margin-bottom: 40px;
}

.carparts_search > ul {
  margin-left: -5px;
  margin-right: -5px;
}
.carparts_search > ul > li {
  flex: 25%;
  max-width: 25%;
  padding: 0px 5px;
}
.carparts_search > ul > li:last-child {
  flex: 15%;
  max-width: 15%;
}
.carparts_search .option_select {
  margin: 0px;
}
.carparts_search .option_select select {
  padding: 22px;
  height: 65px;
  width: 100%;
  border: 1px solid #ccc;
}
.carparts_search .option_select .nice-select {
  height: 65px;
  font-weight: 500;
  padding: 0px 35px;
  line-height: 65px;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
}
.carparts_search .option_select .nice-select span {
  color: #4a4949;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.carparts_search .form_item {
  margin: 0px;
}
.carparts_search .form_item input {
  height: 65px;
  padding: 0px 35px;
  border-radius: 4px;
}
.carparts_search .submit_btn {
  width: 100%;
  height: 65px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

/* banner section - start */
/* carparts policy - start */
.carparts_policy {
  padding: 57px 0px;
}

.carparts_policy_item {
  display: flex;
  max-width: 270px;
  align-items: center;
  margin: 50px auto 0px;
}
.carparts_policy_item .item_icon {
  float: left;
  margin-right: 30px;
}
.carparts_policy_item .item_title {
  line-height: 1;
  color: #121212;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
.carparts_policy_item p {
  line-height: 1;
  color: #121212;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: "Rajdhani", sans-serif;
}

/* carparts policy - end */
/* carparts category - start */
.primary_carparts_category {
  max-width: 270px;
  padding-top: 26px;
  text-align: center;
  position: relative;
  margin: 50px auto 0px;
}
.primary_carparts_category .item_offer {
  top: 0px;
  left: 26px;
  z-index: 2;
  width: 56px;
  height: 56px;
  color: #ffffff;
  position: absolute;
  padding: 12.5px 0px;
  border-radius: 100%;
}
.primary_carparts_category .item_offer span {
  display: block;
  line-height: 0.9;
  font-size: 18px;
  font-weight: 700;
}
.primary_carparts_category .item_image {
  width: 218px;
  height: 218px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #f8f8f8;
}
.primary_carparts_category .item_image:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  content: "";
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: rgba(0, 0, 0, 0.7);
}
.primary_carparts_category .item_image .icon_btn {
  top: 50%;
  left: 25%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 59px;
  position: absolute;
  transform: translate(-25%, -50%);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.primary_carparts_category .item_image > img {
  margin: auto;
  max-width: 165px;
}
.primary_carparts_category:hover .item_image:before {
  opacity: 1;
}
.primary_carparts_category:hover .item_image .icon_btn {
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.primary_carparts_category .item_content {
  padding-top: 40px;
  position: relative;
}
.primary_carparts_category .item_content:before {
  left: 50%;
  top: -20px;
  width: 2px;
  z-index: 3;
  content: "";
  height: 40px;
  position: absolute;
  transform: translateX(-50%);
  background-color: #ed1d24;
}
.primary_carparts_category .item_title {
  line-height: 1;
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.primary_carparts_category .item_instock {
  font-size: 16px;
  font-weight: 600;
  color: #ed1d24;
}

.carparts_category_carousel .item {
  padding: 0px 10px;
}
.carparts_category_carousel .primary_carparts_category {
  margin: 0px auto;
}

/* carparts category - end */
/* deals section - start */
.carparts_store_info {
  z-index: 1;
  position: relative;
  padding: 60px 35px;
  margin: 30px auto 0px;
}
.carparts_store_info:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  opacity: 0.8;
  position: absolute;
  background-color: #1a1a1a;
}
.carparts_store_info .item_title {
  line-height: 1;
  font-size: 28px;
  letter-spacing: -1px;
  color: #ed1d24;
}
.carparts_store_info ul {
  margin-bottom: 25px;
}
.carparts_store_info ul a {
  color: #ffffff;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.carparts_store_info ul a:hover {
  color: #ed1d24;
}

.carparts_deals_listlayout {
  padding: 60px;
  margin: 30px auto 0px;
  background-color: #ffffff;
}
.carparts_deals_listlayout .deals_image {
  float: left;
  width: 370px;
  margin-left: -60px;
}
.carparts_deals_listlayout .deals_content {
  display: table;
}
.carparts_deals_listlayout .discount_text {
  line-height: 1;
  color: #161616;
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 10px;
}
.carparts_deals_listlayout .item_title {
  color: #151515;
  font-size: 50px;
  line-height: 0.88;
  margin-bottom: 17px;
}
.carparts_deals_listlayout p {
  font-size: 16px;
}
.carparts_deals_listlayout .countdown_timer {
  margin-bottom: 20px;
}
.carparts_deals_listlayout .price_text {
  line-height: 1;
  display: block;
  color: #151515;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.carparts_deals_carousel {
  margin-top: 30px;
}
.carparts_deals_carousel .carparts_deals_listlayout {
  margin: 0px auto;
  padding-top: 95px;
}
.carparts_deals_carousel .carousel_nav {
  top: 30px;
  z-index: 1;
  right: 30px;
  position: absolute;
}

/* deals section - end */
/* car parts product - start */
.carparts_product_grid {
  max-width: 370px;
  position: relative;
  margin: 30px auto 0px;
}
.carparts_product_grid .product_label {
  top: 12px;
  right: 12px;
  z-index: 2;
  position: absolute;
}
.carparts_product_grid .item_image {
  height: 276px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}
.carparts_product_grid .item_image > img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.carparts_product_grid:hover .item_image > img {
  opacity: 0.2;
}
.carparts_product_grid .product_action_btns {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.carparts_product_grid .product_action_btns li {
  opacity: 0;
  transform: translateY(40px);
}
.carparts_product_grid .product_action_btns a:hover {
  background-color: #ed1d24;
}
.carparts_product_grid:hover .product_action_btns li {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.carparts_product_grid:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.1s;
}
.carparts_product_grid:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.carparts_product_grid:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.3s;
}
.carparts_product_grid .item_content {
  padding: 20px 30px;
}
.carparts_product_grid .item_title {
  margin-top: 2px;
  margin-bottom: 5px;
}
.carparts_product_grid .item_title > a {
  color: #414141;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
.carparts_product_grid:hover .item_title > a {
  color: #ed1d24;
}
.carparts_product_grid .price_text {
  line-height: 1;
  display: block;
  color: #414141;
  font-size: 18px;
}
.carparts_product_grid .price_text strong {
  font-weight: 700;
  margin-right: 5px;
}
.carparts_product_grid .price_text del {
  font-weight: 500;
}

.carparts_product_grid.column_3 .item_image {
  height: 355px;
}
.carparts_product_grid.column_3 .product_label {
  top: 15px;
  right: 15px;
}
.carparts_product_grid.column_3 .item_content {
  padding: 30px 25px;
}

.carparts_product_listlayout {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.carparts_product_listlayout .item_image {
  height: 370px;
  display: flex;
  min-width: 270px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.carparts_product_listlayout .product_label {
  top: 15px;
  right: 15px;
  position: absolute;
}
.carparts_product_listlayout .item_content {
  max-width: 600px;
  padding: 30px 50px;
}
.carparts_product_listlayout .item_title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.carparts_product_listlayout .item_title a {
  color: #414141;
  font-size: 23px;
  font-weight: 700;
}
.carparts_product_listlayout:hover .item_title a {
  color: #ed1d24;
}
.carparts_product_listlayout p {
  color: #7b7d7f;
  font-size: 20px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
}
.carparts_product_listlayout .action_btns_wrap {
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  align-items: center;
  border-top: 2px solid #e5e5e5;
  justify-content: space-between;
}
.carparts_product_listlayout .price_text {
  font-size: 22px;
}
.carparts_product_listlayout .product_action_btns a {
  color: #ffffff;
  box-shadow: none;
  background-color: #ed1d24;
}
.carparts_product_listlayout .product_action_btns a:hover {
  transform: unset;
  background-color: #2b2b2b;
}

/* car parts product - end */
/* Interior carparts - start */
.Interior_carparts {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.Interior_carparts:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: 1;
  position: absolute;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
}
.Interior_carparts img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.Interior_carparts:hover img {
  transform: scale(1.07);
}
.Interior_carparts .item_content {
  top: 50%;
  left: 0px;
  z-index: 2;
  padding: 30px 40px;
  position: absolute;
  transform: translateY(-50%);
}
.Interior_carparts .sub_title {
  display: block;
  line-height: 1;
  font-size: 17px;
  font-weight: 600;
  color: #ed1d24;
  margin-bottom: 7px;
}
.Interior_carparts .item_title {
  line-height: 0.8;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}
.Interior_carparts .parts_category_list {
  margin: 20px 0px;
}
.Interior_carparts .parts_category_list li {
  width: 100%;
  display: table;
}
.Interior_carparts .parts_category_list li:not(:last-child) {
  margin-bottom: 8px;
}
.Interior_carparts .parts_category_list a {
  float: left;
  line-height: 1;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.Interior_carparts .parts_category_list a:hover {
  color: #ed1d24;
}

/* Interior carparts - end */
/* deals section - start */
.carparts_deals_grid {
  margin-top: 30px;
  position: relative;
  padding-bottom: 70px;
  background-color: #ffffff;
}
.carparts_deals_grid .discount_content {
  padding: 17.5px 30px;
}
.carparts_deals_grid .discount_text {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 0px;
}
.carparts_deals_grid .discount_text span {
  float: right;
  font-weight: 700;
}
.carparts_deals_grid .item_image {
  display: flex;
  overflow: hidden;
  min-height: 370px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.carparts_deals_grid .item_image > img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.carparts_deals_grid:hover .item_image > img {
  opacity: 0.2;
}
.carparts_deals_grid .product_action_btns {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.carparts_deals_grid .product_action_btns li {
  opacity: 0;
  transform: translateY(40px);
}
.carparts_deals_grid:hover .product_action_btns li {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.carparts_deals_grid:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.1s;
}
.carparts_deals_grid:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.carparts_deals_grid:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.3s;
}
.carparts_deals_grid .item_content {
  padding: 0px 30px;
}
.carparts_deals_grid .item_title {
  margin-bottom: 2px;
}
.carparts_deals_grid .item_title > a {
  font-size: 32px;
  font-weight: 700;
  color: #2e2e2e;
}
.carparts_deals_grid:hover .item_title > a {
  color: #ed1d24;
}
.carparts_deals_grid .price_text {
  display: block;
  line-height: 1;
  margin-bottom: 25px;
}
.carparts_deals_grid .price_text strong {
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
  color: #ed1d24;
}
.carparts_deals_grid .price_text del {
  font-size: 18px;
  font-weight: 500;
}

.carparts_dealsgrid_carousel {
  position: relative;
}
.carparts_dealsgrid_carousel .slick-dots {
  width: auto;
  left: unset;
  right: 30px;
  bottom: 30px;
  padding: 0px;
  transform: unset;
  position: absolute;
}

/* deals section - end */
/* new products section - start */
.new_carparts_images {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.new_carparts_images li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 15px;
}

.new_carparts_content {
  padding-left: 20px;
}
.new_carparts_content .item_title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.111;
  margin-bottom: 10px;
}
.new_carparts_content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 25px;
}

/* new products section - end */
/* carparts newsletter - start */
.carparts_newsletter .newsletter_title {
  line-height: 1;
  color: #2e2e2e;
  font-size: 50px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 115px;
}
.carparts_newsletter .newsletter_title i {
  top: 5px;
  left: 0px;
  color: #333e48;
  font-size: 86px;
  position: absolute;
}
.carparts_newsletter .form_item {
  margin-bottom: 0px;
}
.carparts_newsletter .form_item input {
  height: 85px;
  font-size: 20px;
  padding: 0px 40px;
}
.carparts_newsletter .form_item button {
  top: 50%;
  right: 0px;
  height: 85px;
  line-height: 87px;
  position: absolute;
  padding: 0px 50px;
  transform: translateY(-50%);
}

/* carparts newsletter - end */
/* home carparts - end
================================================== */
/* home classic ecommerce - start
==================================================================================================== */
/* classic ecommerce - start */
.home_classic_ecommerce {
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.home_classic_ecommerce h1, .home_classic_ecommerce h2, .home_classic_ecommerce h3, .home_classic_ecommerce h4, .home_classic_ecommerce h5, .home_classic_ecommerce h6 {
  font-family: "Jost", sans-serif;
}
.home_classic_ecommerce .custom_btn {
  font-size: 16px;
}
.home_classic_ecommerce .custom_btn.btn_sm {
  font-size: 14px;
}

/* classic ecommerce - end */
/* slider section - start */
.classic_ecommerce_slider .slick-progress {
  top: unset;
  bottom: 0px;
}
.classic_ecommerce_slider .item {
  min-height: 100vh;
}
.classic_ecommerce_slider .slider_content {
  max-width: 550px;
}
.classic_ecommerce_slider h3 {
  color: #262626;
  line-height: 1;
  font-size: 92px;
  font-weight: 700;
  margin-bottom: 15px;
}
.classic_ecommerce_slider p {
  color: #262626;
  font-size: 25px;
  margin-bottom: 43px;
}
.classic_ecommerce_slider .slick-dots {
  bottom: 50px;
  justify-content: flex-start;
}
.classic_ecommerce_slider .slick-dots:after {
  width: 50px;
  height: 1px;
  content: "";
  margin-left: 20px;
  display: inline-block;
  background-color: #000000;
}
.classic_ecommerce_slider .slick-dots li:not(:last-child) {
  margin-right: 40px;
}
.classic_ecommerce_slider .slick-dots a {
  opacity: 0.6;
  display: block;
  line-height: 1;
  color: #212121;
  font-size: 18px;
  font-weight: 700;
}
.classic_ecommerce_slider .slick-dots li:hover > a, .classic_ecommerce_slider .slick-dots li.slick-active > a {
  opacity: 1;
}

/* slider section - end */
/* classic ecommerce policy - start */
.classic_ecommerce_policy {
  padding: 50px 0px;
}

.ecommerce_policy_item {
  display: flex;
  max-width: 370px;
  align-items: center;
  margin: 50px auto 0px;
}
.ecommerce_policy_item .item_icon {
  width: 77px;
  float: left;
  height: 77px;
  display: flex;
  margin-right: 30px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fce3dd;
}
.ecommerce_policy_item .item_title {
  line-height: 1;
  color: #141414;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ecommerce_policy_item p {
  line-height: 1;
  color: #141414;
  font-size: 17px;
  margin-bottom: 0px;
}

/* classic ecommerce policy - end */
/* category section - start */
.ecommerce_category_masonry {
  margin: -6px;
}
.ecommerce_category_masonry .grid-item,
.ecommerce_category_masonry .grid-sizer {
  float: left;
  width: 33.333%;
  display: inline-block;
}
.ecommerce_category_masonry .grid-item {
  padding: 6px;
}
.ecommerce_category_masonry .w_66 {
  width: 66.666%;
}

.ce_offer_carousel .carousel_nav {
  z-index: 1;
  right: 15px;
  bottom: 15px;
  position: absolute;
}
.ce_offer_carousel .carousel_nav button {
  margin: 0px;
  border-radius: 0px;
  background-color: #ffffff;
}
.ce_offer_carousel .carousel_nav button:hover {
  color: #ffffff;
  background-color: #212121;
}
.ce_offer_carousel .carousel_nav button:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}

/* category section - end */
/* ecommerce category fullimage - start */
.ecommerce_category_fullimage {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.ecommerce_category_fullimage > img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.ecommerce_category_fullimage:hover > img {
  transform: scale(1.05);
}
.ecommerce_category_fullimage .item_title {
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px 30px;
  position: absolute;
  transform: translateY(-50%);
}
.ecommerce_category_fullimage .item_title > a {
  color: #000000;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  padding: 19px 25px;
  display: inline-block;
  background-color: #ffffff;
}
.ecommerce_category_fullimage .item_title > a:hover {
  color: #ffffff;
  background-color: #212121;
}

/* ecommerce category fullimage - end */
/* ecommerce product - start */
.ecommerce_product_grid {
  max-width: 370px;
  position: relative;
  margin: 30px auto 0px;
}
.ecommerce_product_grid .product_label {
  top: 15px;
  right: 15px;
  z-index: 1;
  position: absolute;
}
.ecommerce_product_grid .product_label li {
  line-height: 22px;
}
.ecommerce_product_grid .item_image {
  display: flex;
  min-height: 270px;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
}
.ecommerce_product_grid .tab-content {
  position: relative;
}
.ecommerce_product_grid .product_action_btns {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.ecommerce_product_grid .product_action_btns li {
  opacity: 0;
  transform: translateY(40px);
}
.ecommerce_product_grid .product_action_btns a {
  color: #000000;
  background-color: #ffffff;
}
.ecommerce_product_grid .product_action_btns a:hover {
  color: #ffffff;
  background-color: #212121;
}
.ecommerce_product_grid:hover .product_action_btns li {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.ecommerce_product_grid:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.1s;
}
.ecommerce_product_grid:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.ecommerce_product_grid:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.3s;
}
.ecommerce_product_grid .item_content {
  padding-top: 15px;
  position: relative;
  padding-right: 20px;
}
.ecommerce_product_grid .item_title {
  margin-bottom: 10px;
}
.ecommerce_product_grid .item_title > a {
  display: table;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.ecommerce_product_grid .product_color {
  margin-bottom: 15px;
}
.ecommerce_product_grid .product_color li:not(:last-child) {
  margin-right: 4px;
}
.ecommerce_product_grid .item_price {
  display: block;
  line-height: 1;
}
.ecommerce_product_grid .item_price strong {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.ecommerce_product_grid .item_price del {
  font-size: 16px;
}

/* ecommerce product - end */
/* newsletter section - start */
.ecommerce_newsletter .form_wrap {
  margin: auto;
  max-width: 890px;
}
.ecommerce_newsletter h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
.ecommerce_newsletter .form_item input {
  height: 75px;
  padding: 0px 35px;
  border: 1px solid #000000;
}
.ecommerce_newsletter .form_item button {
  top: 50%;
  right: 0px;
  height: 75px;
  color: #ffffff;
  font-size: 18px;
  line-height: 75px;
  padding: 0px 50px;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.ecommerce_newsletter p {
  font-size: 22px;
}

/* newsletter section - end */
/* home classic ecommerce - end
==================================================================================================== */
/* home fashion - start
==================================================================================================== */
/* home fashion reset - start */
.home_fashion {
  color: #525354;
  font-family: "Oswald", sans-serif;
}
.home_fashion p {
  font-family: "Roboto", sans-serif;
}
.home_fashion h1, .home_fashion h2, .home_fashion h3, .home_fashion h4, .home_fashion h5, .home_fashion h6 {
  color: #040404;
  font-family: "Oswald", sans-serif;
}
.home_fashion .custom_btn {
  padding: 10px 40px;
  font-family: "Poppins", sans-serif;
}
.home_fashion .carousel_nav button {
  color: #999999;
  font-size: 16px;
  border-radius: 100%;
  background-color: #c7c7c7;
}
.home_fashion .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ff1d25;
}
.home_fashion .filters-button-group li:after {
  background-color: #bbbbbb;
}
.home_fashion .filters-button-group button {
  color: #bbbbbb;
}
.home_fashion .filters-button-group button:hover, .home_fashion .filters-button-group button.active {
  color: #ff1d25;
}

.fashion_pagination_nav li:not(:last-child) {
  margin-right: 5px;
}
.fashion_pagination_nav li:first-child {
  margin-right: 15px;
}
.fashion_pagination_nav li:last-child {
  margin-left: 15px;
}
.fashion_pagination_nav li:first-child a, .fashion_pagination_nav li:last-child a {
  padding: 10px 20px;
}
.fashion_pagination_nav a {
  height: 50px;
  padding: 10px;
  color: #555555;
  font-size: 16px;
  min-width: 50px;
  font-weight: 700;
  border-radius: 45px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.fashion_pagination_nav li:hover a, .fashion_pagination_nav li.active a {
  color: #ffffff;
  background-color: #ff1d25;
}

/* home fashion reset - end */
/* slider section - start */
.slider_section .btns_group li {
  line-height: 1;
}
.slider_section .btns_group li:not(:last-child) {
  margin-right: 30px;
}

.fashion_slider .item {
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}
.fashion_slider .carousel_nav button {
  top: 50%;
  z-index: 1;
  color: #ffffff;
  position: absolute;
  background-color: #0e283f;
  transform: translateY(-50%);
}
.fashion_slider .carousel_nav button:hover {
  background-color: #ff1d25;
}
.fashion_slider .carousel_nav button:nth-child(1) {
  left: 20px;
}
.fashion_slider .carousel_nav button:nth-child(2) {
  right: 20px;
}
.fashion_slider .slider_image {
  right: 250px;
  bottom: 0px;
  z-index: -1;
  max-width: 650px;
  position: absolute;
}
.fashion_slider .circle_shape {
  top: 24%;
  left: -8%;
  z-index: -1;
  position: absolute;
}
.fashion_slider .circle_shape span {
  width: 690px;
  height: 690px;
  border-radius: 100%;
  display: inline-block;
  background-color: #ffffff;
}
.fashion_slider .slider_content {
  max-width: 650px;
}
.fashion_slider h4 {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  color: #ff1d25;
  margin-bottom: 15px;
}
.fashion_slider h3 {
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 20px;
}
.fashion_slider h3 span {
  font-weight: 300;
}
.fashion_slider p {
  color: #1c1f23;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* slider section - end */
/* split section - start */
.split_section .fashion_product_wrap {
  margin: auto;
  max-width: 630px;
}

.fashion_deals_wrap {
  position: relative;
}
.fashion_deals_wrap .tabs_nav {
  top: 30px;
  z-index: 2;
  right: 30px;
  position: absolute;
}
.fashion_deals_wrap .tabs_nav li {
  line-height: 1;
}
.fashion_deals_wrap .tabs_nav li:not(:last-child) {
  margin-bottom: 10px;
}
.fashion_deals_wrap .tabs_nav a {
  padding: 15px;
  color: #1c1f23;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  background-color: #ffffff;
}
.fashion_deals_wrap .tabs_nav a:hover, .fashion_deals_wrap .tabs_nav a.active {
  color: #ffffff;
  background-color: #ff1d25;
}

.fashion_delas_item {
  position: relative;
}
.fashion_delas_item .item_content {
  top: 50%;
  left: 50%;
  position: absolute;
  padding: 60px 80px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
.fashion_delas_item h4 {
  line-height: 1;
  font-size: 38px;
  margin-bottom: 30px;
}
.fashion_delas_item .countdown_timer > li:not(:last-child) {
  margin-right: 35px;
}
.fashion_delas_item .countdown_timer strong {
  font-size: 36px;
  margin-bottom: 10px;
}
.fashion_delas_item .countdown_timer span {
  font-size: 18px;
  font-weight: 400;
}

/* split section - end */
/* feature section - start */
.fashion_feature_item .item_image {
  position: relative;
}
.fashion_feature_item .child_image {
  top: 50%;
  right: -160px;
  position: absolute;
  transform: translateY(-50%);
}
.fashion_feature_item .child_image li {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 100%;
}
.fashion_feature_item .child_image li:not(:last-child) {
  margin-bottom: 20px;
}
.fashion_feature_item .fashion_section_title .sub_title {
  font-size: 18px;
}
.fashion_feature_item .fashion_section_title .title_text {
  font-size: 80px;
}
.fashion_feature_item .fashion_section_title p {
  font-size: 20px;
}

/* feature section - end */
/* fashion category - start */
.fashion_category_circle {
  max-width: 300px;
  text-align: center;
  position: relative;
  margin: 50px auto 0px;
}
.fashion_category_circle .item_offer {
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 70px;
  height: 70px;
  line-height: 1;
  padding: 15px 0px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
}
.fashion_category_circle .item_offer span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.fashion_category_circle .item_image {
  width: 270px;
  height: 270px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  margin-bottom: 15px;
  display: inline-block;
  background-color: #000000;
}
.fashion_category_circle .item_image:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  content: "";
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: rgba(0, 0, 0, 0.7);
}
.fashion_category_circle .item_image .icon_btn {
  top: 50%;
  left: 25%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  font-size: 20px;
  line-height: 59px;
  position: absolute;
  transform: translate(-25%, -50%);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.fashion_category_circle:hover .item_image:before {
  opacity: 1;
}
.fashion_category_circle:hover .item_image .icon_btn {
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.fashion_category_circle .item_title {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
}
.fashion_category_circle .item_instock {
  display: block;
  line-height: 1;
  color: #040404;
  font-size: 20px;
}

/* fashion category - end */
/* fashion product - start */
.fashion_product_item {
  max-width: 400px;
  position: relative;
  margin: 30px auto 0px;
}
.fashion_product_item .product_label {
  top: 20px;
  right: 20px;
  z-index: 1;
  position: absolute;
}
.fashion_product_item .product_label li {
  line-height: 22px;
}
.fashion_product_item .item_image {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  background-color: #000000;
}
.fashion_product_item .item_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fashion_product_item:hover .item_image img {
  opacity: 0.7;
}
.fashion_product_item .product_action_btns {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.fashion_product_item .product_action_btns li {
  opacity: 0;
  transform: translateX(-50px);
}
.fashion_product_item .product_action_btns li:not(:last-child) {
  margin-right: 10px;
}
.fashion_product_item .product_action_btns a {
  color: #111111;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.fashion_product_item .product_action_btns a:hover {
  color: #ffffff;
  background-color: #ff1d25;
}
.fashion_product_item .product_action_btns .addtocart_btn {
  width: auto;
  min-width: 120px;
  padding: 0px 10px;
  border-radius: 45px;
}
.fashion_product_item .product_action_btns .addtocart_btn i {
  margin-right: 8px;
}
.fashion_product_item:hover .product_action_btns li {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fashion_product_item:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.3s;
}
.fashion_product_item:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.fashion_product_item:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.1s;
}
.fashion_product_item .item_category {
  color: #7b7d7f;
  display: block;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 10px;
}
.fashion_product_item .item_title {
  line-height: 1;
  margin-bottom: 15px;
}
.fashion_product_item .item_title a {
  color: #1c1f23;
  font-size: 28px;
  font-weight: 700;
}
.fashion_product_item:hover .item_title a {
  color: #ff1d25;
}
.fashion_product_item .item_price {
  line-height: 1;
  display: block;
  color: #ff1d25;
  font-size: 17px;
}

.fashion_filter_btns li:after {
  background-color: #b1b1b1;
}
.fashion_filter_btns button {
  color: #b1b1b1;
  font-size: 18px;
}
.fashion_filter_btns button:hover, .fashion_filter_btns button.active {
  color: #ff1d25;
}
.fashion_filter_btns button:before {
  display: none;
}

.column5_element_grid .fashion_product_item {
  max-width: 100%;
}

.fashion_insta_products_group {
  margin: -3px;
}
.fashion_insta_products_group > li {
  width: 25%;
  padding: 3px;
}
.fashion_insta_products_group img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fashion_insta_products_group .image_wrap {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.fashion_insta_products_group .image_wrap:hover img {
  transform: scale(1.05);
}
.fashion_insta_products_group .addtocart_btn {
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.fashion_insta_products_group .addtocart_btn:hover {
  color: #ffffff;
  background-color: #ff1d25;
}
.fashion_insta_products_group .image_wrap:hover .addtocart_btn {
  color: #ffffff;
  background-color: #ff1d25;
}

.fp_popular_tags {
  margin: -3px;
}
.fp_popular_tags li {
  padding: 3px;
  align-items: center;
  display: inline-flex;
}
.fp_popular_tags .tag_item {
  height: 30px;
  color: #555555;
  line-height: 1;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #e6e6e6;
}
.fp_popular_tags .tag_item:hover {
  color: #ffffff;
  background-color: #ff1d25;
}
.fp_popular_tags .remove_btn {
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  margin-left: 10px;
}
.fp_popular_tags .allclear_btn {
  color: #555555;
  font-size: 16px;
  margin-left: 10px;
  text-decoration: underline;
}
.fp_popular_tags .allclear_btn:hover {
  color: #ff1d25;
}

.fp_filter_bar {
  display: flex;
  color: #333333;
  align-items: center;
  border: 1px solid #ededed;
  justify-content: space-between;
}
.fp_filter_bar .option_select .nice-select {
  color: #333333;
  font-weight: 700;
  border-left: 1px solid #ededed;
}
.fp_filter_bar .option_select .nice-select .list {
  left: unset;
  right: 0px;
}
.fp_filter_bar .btns_group {
  padding: 0px 30px;
}
.fp_filter_bar .btns_group > li:not(:last-child) {
  margin-right: 30px;
}
.fp_filter_bar .btns_group > li > button {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.fp_filter_bar .btns_group > li > button:after {
  content: "";
  float: right;
  content: "";
  font-weight: 700;
  margin-top: 1px;
  margin-left: 10px;
  font-family: "Font Awesome 5 Pro";
}
.fp_filter_bar .btns_group > li > button[aria-expanded=true] {
  color: #ff1d25;
}
.fp_filter_bar .dropdown-menu {
  margin-top: 12px;
  min-width: 270px;
  padding: 20px 0px;
  border-radius: 0px;
  border: 1px solid #ff1d25;
  box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.2);
}
.fp_filter_bar .checkbox_item {
  padding: 10px 25px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fp_filter_bar .checkbox_item:hover {
  background-color: #f7f7f7;
}
.fp_filter_bar .checkbox_item span {
  margin-left: 20px;
  display: inline-block;
}

/* fashion product - end */
/* fashion newsletter - start */
.fashion_newsletter_wrap .form_item input {
  height: 75px;
  border-radius: 45px;
}
.fashion_newsletter_wrap .submit_btn {
  top: 50%;
  right: 0px;
  height: 75px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 50px;
  line-height: 75px;
  text-align: center;
  position: absolute;
  border-radius: 45px;
  background-color: #f66240;
  transform: translateY(-50%);
}

/* fashion newsletter - end */
/* fashion banner - start */
.fashion_banner {
  min-height: 750px;
  padding: 100px 0px;
}
.fashion_banner .banner_content {
  max-width: 660px;
}
.fashion_banner h1 {
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 30px;
}
.fashion_banner h1 span {
  font-weight: 300;
}

/* fashion banner - end */
/* home fashion - end
==================================================================================================== */
/* home furniture - start
==================================================================================================== */
/* home furniture reset - start */
.home_furniture {
  color: #040404;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.home_furniture h1, .home_furniture h2, .home_furniture h3, .home_furniture h4, .home_furniture h5, .home_furniture h6 {
  color: #040404;
  font-family: "Poppins", sans-serif;
}
.home_furniture .custom_btn {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 50px;
}
.home_furniture .custom_btn.btn_sm {
  padding: 10px 40px;
}

/* home furniture reset - end */
/* slider section - start */
.furniture_slider .item {
  min-height: 827px;
  padding: 100px 0px;
}
.furniture_slider .carousel_nav button {
  width: auto;
  height: auto;
  color: #8799a3;
  font-size: 60px;
  background: transparent;
}
.furniture_slider .carousel_nav button:nth-child(1) {
  left: 90px;
}
.furniture_slider .carousel_nav button:nth-child(2) {
  right: 90px;
}
.furniture_slider .slick-dots {
  bottom: 60px;
}
.furniture_slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.furniture_slider .slick-dots a {
  width: 20px;
  height: 6px;
  display: block;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2);
}
.furniture_slider .slick-dots li:hover a, .furniture_slider .slick-dots li.slick-active a {
  background-color: #8799a3;
}
.furniture_slider .slick-dots span {
  display: none;
}
.furniture_slider .slider_content {
  max-width: 650px;
}
.furniture_slider h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.furniture_slider h3 {
  font-size: 84px;
  font-weight: 700;
  margin-bottom: 10px;
}
.furniture_slider p {
  margin-bottom: 30px;
}

/* slider section - end */
/* furniture category fullimage - start */
.furniture_category_fullimage {
  overflow: hidden;
  position: relative;
}
.furniture_category_fullimage img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.furniture_category_fullimage:hover img {
  transform: scale(1.06);
}
.furniture_category_fullimage .item_content {
  top: 0px;
  left: 0px;
  padding-top: 50px;
  padding-left: 50px;
  position: absolute;
}
.furniture_category_fullimage .item_title {
  line-height: 1;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}
.furniture_category_fullimage p {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 25px;
}
.furniture_category_fullimage .item_content_bottom {
  left: 50%;
  bottom: 0px;
  min-width: 430px;
  position: absolute;
  padding-bottom: 50px;
  transform: translateX(-50%);
}
.furniture_category_fullimage .item_content_bottom .item_title {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
}
.furniture_category_fullimage .item_content_bottom .item_title strong {
  color: #cc9900;
}
.furniture_category_fullimage .item_content_bottom p {
  color: #666666;
  font-size: 15px;
  line-height: 1.55;
  font-family: "Roboto", sans-serif;
}

.furniture_masonry {
  padding: 5px;
}
.furniture_masonry .grid-item,
.furniture_masonry .grid-sizer {
  width: 33.333%;
}
.furniture_masonry .grid-item {
  padding: 5px;
}
.furniture_masonry .w_66 {
  width: 66.666%;
}

.furniture_category_carousel {
  position: relative;
}
.furniture_category_carousel .carousel_nav {
  top: 35px;
  right: 35px;
  position: absolute;
}
.furniture_category_carousel .carousel_nav button {
  width: 54px;
  height: 54px;
  color: #999999;
  border-radius: 0px;
  border: 1px solid #999999;
  background-color: transparent;
}
.furniture_category_carousel .carousel_nav button:hover {
  color: #ffffff;
  border-color: #bd896b;
  background-color: #bd896b;
}

/* furniture category fullimage - end */
/* furniture products - start */
.furniture_tab_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.furniture_tab_wrap .child_btn {
  margin-left: 35px;
}

.furniture_tab li:not(:last-child) {
  margin-right: 8px;
}
.furniture_tab a {
  padding: 20px;
  line-height: 1;
  display: block;
  min-width: 130px;
  text-align: center;
  border: 3px solid #efefef;
}
.furniture_tab a:hover, .furniture_tab a.active {
  border-color: #2e2e2e;
}
.furniture_tab a span, .furniture_tab a small {
  color: #000000;
  display: block;
}
.furniture_tab a small {
  display: flex;
  min-height: 60px;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.furniture_tab a span {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.furniture_product_group {
  margin: 0px;
  margin-bottom: 60px;
  border: 1px solid #ededed;
}

.furniture_product_grid {
  padding: 25px;
  overflow: hidden;
  max-width: 500px;
  position: relative;
  text-align: center;
  border: 1px solid #ededed;
}
.furniture_product_grid .product_label li {
  background-color: #ff5656;
}
.furniture_product_grid .item_image {
  display: flex;
  min-height: 350px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.furniture_product_grid .item_image > img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.furniture_product_grid:hover .item_image > img {
  opacity: 0.1;
}
.furniture_product_grid .product_action_btns {
  top: 50%;
  left: 0px;
  right: 0px;
  position: absolute;
  transform: translateY(-50%);
}
.furniture_product_grid .product_action_btns a {
  color: #1c1c1c;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.furniture_product_grid .product_action_btns a:hover {
  color: #ffffff;
  background-color: #bd896b;
}
.furniture_product_grid .product_action_btns .addtocart_btn {
  width: auto;
  min-width: 120px;
  text-align: center;
  border-radius: 45px;
}
.furniture_product_grid .product_action_btns .addtocart_btn i {
  margin-right: 6px;
}
.furniture_product_grid .product_action_btns li {
  opacity: 0;
  transform: translateX(50px);
}
.furniture_product_grid .product_action_btns li:not(:last-child) {
  margin-right: 10px;
}
.furniture_product_grid:hover .product_action_btns li {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.furniture_product_grid:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.1s;
}
.furniture_product_grid:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.furniture_product_grid:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.3s;
}
.furniture_product_grid .item_title {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 20px;
}
.furniture_product_grid .item_title a {
  color: #000000;
  font-weight: 600;
}
.furniture_product_grid:hover .item_title a {
  color: #bd896b;
}
.furniture_product_grid .item_price {
  display: block;
  line-height: 1;
}
.furniture_product_grid .item_price strong {
  color: #272727;
  font-size: 22px;
}
.furniture_product_grid .item_price del {
  font-size: 16px;
  display: inline-block;
}

.furniture_small_products {
  max-width: 270px;
  margin: 0px auto;
  text-align: center;
}
.furniture_small_products:not(:last-child) {
  margin-bottom: 20px;
}
.furniture_small_products .item_image {
  height: 225px;
  display: flex;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.furniture_small_products .item_image img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.furniture_small_products:hover .item_image img {
  opacity: 0.5;
}
.furniture_small_products .item_title {
  margin-bottom: 5px;
}
.furniture_small_products .item_title a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.furniture_small_products:hover .item_title a {
  color: #bd896b;
}
.furniture_small_products .item_price {
  line-height: 1;
  display: block;
  color: #272727;
  font-size: 15px;
  font-weight: 600;
}

.small_products_2col {
  margin: -8px;
}
.small_products_2col li {
  padding: 8px;
  flex: 0 0 50%;
  max-width: 50%;
}
.small_products_2col .furniture_small_products {
  margin: 0px auto;
}

.small_products_2col .title_text,
.small_products_wrap .title_text,
.furniture_hotproduct .title_text {
  font-size: 18px;
  margin-bottom: 15px;
}

.furniture_hotproduct .item_image {
  position: relative;
}
.furniture_hotproduct .item_content {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}
.furniture_hotproduct .title_wrap,
.furniture_hotproduct .hotproduct_tab {
  flex: 0 0 50%;
  max-width: 50%;
}
.furniture_hotproduct .hotproduct_tab {
  order: 13;
}
.furniture_hotproduct .hotproduct_tab li:not(:last-child) {
  margin-right: 5px;
}
.furniture_hotproduct .hotproduct_tab a {
  max-width: 85px;
}
.furniture_hotproduct .hotproduct_tab a:hover, .furniture_hotproduct .hotproduct_tab a.active {
  opacity: 0.3;
}
.furniture_hotproduct .item_title {
  margin-bottom: 5px;
}
.furniture_hotproduct .item_title a {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}
.furniture_hotproduct .item_title a:hover {
  color: #bd896b;
}
.furniture_hotproduct .item_price {
  color: #272727;
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
}

.f2_filter_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f2_filter_bar .filter_sidebar_btn {
  padding: 0px;
  font-size: 16px;
}
.f2_filter_bar .filter_sidebar_btn:hover {
  color: #bd896b;
}
.f2_filter_bar .f2p_results li {
  position: relative;
}
.f2_filter_bar .f2p_results li:after {
  top: 50%;
  width: 2px;
  content: "";
  right: -1px;
  height: 13px;
  position: absolute;
  background-color: #7d7d7d;
  transform: translateY(-50%);
}
.f2_filter_bar .f2p_results li:last-child:after {
  display: none;
}
.f2_filter_bar .f2p_results li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.f2_filter_bar .result_text {
  display: block;
  line-height: 1;
  color: #b3b3b3;
  font-size: 14px;
}
.f2_filter_bar .result_text strong {
  color: #272727;
}
.f2_filter_bar .option_select .nice-select {
  height: 55px;
  min-width: 250px;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  background-color: #f4f2f2;
}
.f2_filter_bar .option_select .nice-select:after {
  float: none;
  margin-left: 15px;
  display: inline-block;
}

/* furniture products - end */
/* furniture fullwidth advertisement - start */
.furniture_fullwidth_advertisement {
  min-height: 600px;
}
.furniture_fullwidth_advertisement .item_content {
  margin: auto;
  max-width: 730px;
}
.furniture_fullwidth_advertisement h2 {
  line-height: 1;
  font-size: 70px;
  margin-bottom: 20px;
}
.furniture_fullwidth_advertisement p {
  font-size: 20px;
  margin-bottom: 35px;
}

/* furniture fullwidth advertisement - end */
/* furniture feature section - start */
.child_furniture_feature {
  display: flex;
  max-width: 270px;
  align-items: center;
  justify-content: flex-end;
}
.child_furniture_feature:not(:last-child) {
  margin-bottom: 25px;
}
.child_furniture_feature .item_image {
  order: 13;
  min-width: 80px;
  margin-left: 20px;
}
.child_furniture_feature .item_title {
  margin: 0px;
}
.child_furniture_feature .item_title > a {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.child_furniture_feature:hover .item_title > a {
  color: #bd896b;
}

.furniture_feature_content .child_furniture_feature {
  float: right;
  text-align: right;
}

/* furniture feature section - end */
/* deals section - start */
.furniture_deals_container {
  display: flex;
  padding: 70px;
  align-items: center;
  justify-content: space-between;
}
.furniture_deals_container.bg_grey {
  background-color: #eef1f6;
}
.furniture_deals_container .item_image {
  order: 13;
  max-width: 940px;
  margin-bottom: -70px;
}
.furniture_deals_container .item_content {
  max-width: 570px;
}
.furniture_deals_container .discount_text {
  color: #ffffff;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  padding: 8.5px 20px;
  margin-bottom: 22px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #508b11;
}
.furniture_deals_container h2 {
  color: #232323;
  line-height: 1;
  font-size: 66px;
  font-weight: 400;
  margin-bottom: 50px;
}
.furniture_deals_container h2 strong {
  display: block;
  font-weight: 800;
}
.furniture_deals_container h4 {
  color: #232323;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.furniture_deals_container .countdown_timer strong, .furniture_deals_container .countdown_timer span {
  color: #232323;
  font-family: "Roboto", sans-serif;
}
.furniture_deals_container .countdown_timer.primary_counter li:not(:last-child) {
  margin-right: 35px;
  padding-right: 35px;
}
.furniture_deals_container .countdown_timer.primary_counter li strong {
  font-size: 66px;
  font-weight: 800;
  margin-bottom: 5px;
}
.furniture_deals_container .countdown_timer.primary_counter li strong:after {
  top: 40%;
  right: -35px;
  transform: translateY(-40%);
}
.furniture_deals_container .countdown_timer.primary_counter li span {
  font-size: 20px;
}

/* deals section - end */
/* home furniture - end
==================================================================================================== */
/* home gadget - start
==================================================================================================== */
/* home gadget reset - start */
.home_gadget {
  color: #362f2f;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.home_gadget h1, .home_gadget h2, .home_gadget h3, .home_gadget h4, .home_gadget h5, .home_gadget h6 {
  color: #0e0e0e;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.home_gadget ::selection {
  color: #ffffff;
  background-color: #ff0000;
}
.home_gadget ::-moz-selection {
  color: #ffffff;
  background-color: #ff0000;
}
.home_gadget .custom_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
}
.home_gadget .carousel_nav button {
  border-radius: 100%;
  color: #051133;
  background-color: #e8e8e8;
}
.home_gadget .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ff0000;
}

/* home gadget reset - end */
/* gadget banner - start */
.gadget_banner {
  min-height: 1180px;
  position: relative;
  padding-top: 330px;
  background-position: center bottom;
}
.gadget_banner .banner_image {
  right: 50px;
  bottom: -200px;
  position: absolute;
}
.gadget_banner h1 {
  font-size: 86px;
  margin-bottom: 15px;
}
.gadget_banner p {
  font-size: 20px;
  margin-bottom: 40px;
}
.gadget_banner .play_btn_1 {
  margin-left: 170px;
  background-color: rgba(255, 0, 0, 0.29);
}
.gadget_banner .play_btn_1 span {
  background-color: #ff0000;
}

/* gadget banner - end */
/* gadget feature section - start */
.gadget_feature_section {
  background-size: auto;
}

.gadget_feature_bordered {
  margin-top: 30px;
  padding: 40px 30px;
  padding-top: 45px;
  border-radius: 23px;
  border: 3px dashed #ff0000;
}
.gadget_feature_bordered .item_icon {
  width: 115px;
  height: 115px;
  border-radius: 15px;
  align-items: center;
  margin-bottom: 40px;
  display: inline-flex;
  justify-content: center;
}
.gadget_feature_bordered .item_title {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 15px;
}

.gadget_feature_product .item_title {
  font-size: 54px;
  margin-bottom: 20px;
}
.gadget_feature_product p {
  font-size: 20px;
  margin-bottom: 30px;
}

/* gadget feature section - end */
/* gadget gallery section - start */
.gadget_gallery_section {
  background-size: auto;
  background-position: right center;
}

.gadget_gallery_carousel_wrap {
  margin-left: -19px;
}
.gadget_gallery_carousel_wrap .item {
  padding: 0px 4px;
}
.gadget_gallery_carousel_wrap .carousel_nav {
  margin-top: 30px;
  justify-content: flex-end;
}

.gadget_gallery_fullimage {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.gadget_gallery_fullimage .play_btn_1 {
  right: 15px;
  bottom: 15px;
  width: 65px;
  height: 65px;
  color: #ffffff;
  position: absolute;
  border-radius: 0px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #ff0000;
}
.gadget_gallery_fullimage .play_btn_1 span {
  width: 50px;
  height: 50px;
  font-size: 16px;
  border-radius: 0px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #ff0000;
}

.gadget_gallery_content {
  padding-left: 30px;
  padding-right: 60px;
}
.gadget_gallery_content .item_title {
  font-size: 60px;
  margin-bottom: 20px;
}

/* gadget gallery section - end */
/* gadget feature 2 section - start */
.gadget_feature2_section {
  background-size: auto;
  background-position: right bottom;
}

.gadget_feature2_wrap {
  z-index: 1;
  position: relative;
}
.gadget_feature2_wrap .shape_image {
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 780px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.gadget_feature_listlayout {
  display: flex;
  max-width: 565px;
  border-radius: 6px;
  padding: 50px 70px;
  align-items: center;
  margin: 0px auto 20px;
  background-color: #ffffff;
  box-shadow: 0px 1px 49px 0px rgba(0, 0, 0, 0.19);
}
.gadget_feature_listlayout:last-child {
  margin-bottom: 0px;
}
.gadget_feature_listlayout .item_icon {
  width: 65px;
  height: 65px;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  border-radius: 6px;
  margin-right: 25px;
  align-items: center;
  justify-content: center;
}
.gadget_feature_listlayout .item_icon span {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
.gadget_feature_listlayout .item_title {
  font-size: 24px;
  margin-bottom: 5px;
}
.gadget_feature_listlayout p {
  font-size: 16px;
}

.gadget_feature2_content {
  padding-left: 30px;
}
.gadget_feature2_content h4 {
  font-size: 20px;
  font-weight: 400;
  color: #ff0000;
  margin-bottom: 10px;
  font-family: "Jost", sans-serif;
}
.gadget_feature2_content h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* gadget feature 2 section - end */
/* gadget best product - start */
.gadget_best_product {
  max-width: 730px;
  margin: 50px auto 0px;
  box-shadow: 0px 1px 32px 0px rgba(2, 3, 3, 0.2);
}
.gadget_best_product .item_image {
  z-index: 1;
  display: flex;
  min-height: 600px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.gadget_best_product .item_image:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  opacity: 0.85;
  position: absolute;
  background-color: #161616;
}
.gadget_best_product .item_image img {
  transform: scale(1.1);
}
.gadget_best_product .item_content {
  position: relative;
  padding: 20px 40px;
  padding-right: 300px;
}
.gadget_best_product .item_price {
  font-size: 22px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
.gadget_best_product .item_price strong {
  font-weight: 500;
}
.gadget_best_product .item_title a {
  font-size: 30px;
}
.gadget_best_product .action_btns {
  top: 50%;
  right: 40px;
  position: absolute;
  transform: translateY(-50%);
}
.gadget_best_product .action_btns li:not(:last-child) {
  margin-right: 10px;
}
.gadget_best_product .action_btns a {
  width: 50px;
  height: 50px;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
}

.best_drone_carousel .slideshow1_slider {
  margin-bottom: -100px;
}
.best_drone_carousel .carousel_nav .left_arrow,
.best_drone_carousel .carousel_nav .right_arrow {
  height: 2px;
  width: 200px;
  overflow: visible;
  color: #ff0000;
  border-radius: 0px;
  background-color: #ff0000;
}
.best_drone_carousel .carousel_nav .left_arrow:before,
.best_drone_carousel .carousel_nav .right_arrow:before {
  top: 50%;
  left: unset;
  right: unset;
  bottom: unset;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  color: #ff0000;
  transform: translateY(-50%);
  background-color: transparent;
  font-family: "Font Awesome 5 Pro";
}
.best_drone_carousel .carousel_nav .left_arrow:before {
  left: -2px;
  content: "";
}
.best_drone_carousel .carousel_nav .right_arrow:before {
  right: -2px;
  content: "";
}

/* gadget best product - end */
/* feature section - start */
.drone_info_feature_section {
  padding-top: 200px;
}

.drone_info_image {
  width: 835px;
  display: table;
  margin: 0px auto;
}

.drone_info_item {
  z-index: 1;
  max-width: 270px;
  position: relative;
  display: inline-block;
}
.drone_info_item:not(:last-child) {
  margin-bottom: 30px;
}
.drone_info_item .item_title {
  font-size: 25px;
  position: relative;
  margin-bottom: 6px;
}
.drone_info_item .serial_number {
  color: #ededed;
  font-size: 42px;
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
}
.drone_info_item .line {
  top: 32px;
  height: 2px;
  content: "";
  width: 150px;
  position: absolute;
  background-color: #ff0000;
}
.drone_info_item .line:before {
  top: 50%;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: #ff0000;
  box-shadow: 0px 0px 0px 4px rgba(255, 0, 0, 0.3);
}
.drone_info_item p {
  color: #666666;
  font-size: 18px;
}

.left_content_area .drone_info_item .line {
  right: -160px;
}
.left_content_area .drone_info_item:nth-child(2) {
  margin-right: 100px;
}
.left_content_area .drone_info_item:nth-child(2) .line {
  width: 470px;
  right: -480px;
}
.left_content_area .drone_info_item:nth-child(3) .line {
  width: 210px;
  right: -220px;
}

.right_content_area .drone_info_item .line {
  left: -160px;
}
.right_content_area .drone_info_item:nth-child(1) .line {
  width: 185px;
  left: -195px;
}
.right_content_area .drone_info_item:nth-child(2) {
  margin-left: 100px;
}
.right_content_area .drone_info_item:nth-child(2) .line {
  width: 230px;
  left: -240px;
}
.right_content_area .drone_info_item:nth-child(3) .line {
  width: 320px;
  left: -330px;
}

.gadget_feature_card {
  padding: 40px;
}
.gadget_feature_card .item_image {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
}
.gadget_feature_card .item_price {
  line-height: 1;
  font-size: 22px;
  color: #ff0000;
}
.gadget_feature_card .item_title a {
  color: #1a1a1a;
  font-size: 30px;
}
.gadget_feature_card:hover .item_title a {
  color: #ff0000;
}
.gadget_feature_card .action_btns li:not(:last-child) {
  margin-right: 10px;
}
.gadget_feature_card .action_btns a {
  width: 50px;
  height: 50px;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
}
.gadget_feature_card .action_btns a:hover {
  background-color: #ff0000;
}

.gadget_big_feature .item_content {
  margin: auto;
  max-width: 550px;
}
.gadget_big_feature .play_btn_1 {
  background-color: rgba(255, 255, 255, 0.2);
}
.gadget_big_feature .play_btn_1 span {
  width: 90px;
  height: 90px;
  color: #000000;
  font-size: 18px;
  line-height: 94px;
  background-color: #ffffff;
}
.gadget_big_feature h2 {
  font-size: 60px;
  margin-bottom: 40px;
}

.gadget_big_offer:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.gadget_big_offer .item_title {
  line-height: 1;
  color: #0e0e0e;
  font-size: 65px;
  margin-bottom: 20px;
}
.gadget_big_offer p {
  font-size: 20px;
}

/* feature section - end */
/* drone flat sale - start */
.drone_flat_sale .deco_image {
  top: 0px;
  right: 0px;
  max-width: 470px;
  position: absolute;
}
.drone_flat_sale h4 {
  line-height: 1;
  font-size: 28px;
  font-weight: 600;
  color: #ff0000;
}
.drone_flat_sale h2 {
  line-height: 1;
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* drone flat sale - end */
/* gadget testimonial - start */
.gadget_testimonial_item .border_wrap {
  padding: 10px;
  margin-bottom: 15px;
  padding-bottom: 25px;
  background-size: 100% 100%;
  background-position: center bottom;
}
.gadget_testimonial_item .content_wrap {
  padding: 25px;
  min-height: 190px;
}
.gadget_testimonial_item .hero_name {
  font-size: 23px;
  font-weight: 400;
}
.gadget_testimonial_item .hero_name span {
  font-size: 18px;
}
.gadget_testimonial_item .rating_star {
  margin-top: 15px;
  margin-bottom: 15px;
}
.gadget_testimonial_item .rating_star li {
  font-size: 16px;
  color: #ff0000;
}
.gadget_testimonial_item p {
  font-size: 17px;
  font-weight: 300;
}
.gadget_testimonial_item .hero_thumbnail {
  width: 85px;
  height: 85px;
  overflow: hidden;
  margin-left: 15px;
  border-radius: 100%;
  border: 3px solid #ffffff;
}

/* gadget testimonial - end */
/* gadget newsletter - start */
.gadget_newsletter .form_wrap {
  z-index: 1;
  position: relative;
  padding: 40px 80px;
  border-radius: 6px;
  margin-bottom: -50px;
}
.gadget_newsletter .form_title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0px;
}
.gadget_newsletter .form_item input {
  border-radius: 45px;
}
.gadget_newsletter .form_item .custom_btn {
  top: 50%;
  right: 0px;
  position: absolute;
  transform: translateY(-50%);
}

/* gadget newsletter - end */
/* home gadget - end
==================================================================================================== */
/* creative onelook - start
==================================================================================================== */
.home_creative_onelook {
  color: #5d5f66;
  font-family: "Roboto", sans-serif;
}
.home_creative_onelook h1, .home_creative_onelook h2, .home_creative_onelook h3, .home_creative_onelook h4, .home_creative_onelook h5, .home_creative_onelook h6 {
  color: #ffffff;
  font-family: "Jost", sans-serif;
}
.home_creative_onelook .custom_btn {
  font-size: 17px;
  font-weight: 700;
  padding: 10px 50px;
  font-family: "Jost", sans-serif;
}
.home_creative_onelook .custom_btn.btn_sm {
  font-size: 16px;
  padding: 10px 40px;
}
.home_creative_onelook .text_btn {
  color: #ffffff;
  font-family: "Jost", sans-serif;
}
.home_creative_onelook .text_btn span:before {
  background-color: #ff0b20;
}

/* home creative onelook reset - end */
.onelook_slider .slider-item {
  z-index: 1;
  height: 100vh;
  position: relative;
  overflow-y: scroll;
}
.onelook_slider .slider-item::-webkit-scrollbar {
  width: 0px;
}
.onelook_slider .slider-item::-moz-scrollbar {
  width: 0px;
}
.onelook_slider .slider-item:before {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: rgba(21, 28, 41, 0.5);
}
.onelook_slider .slick-dots {
  bottom: 30px;
}

.onelook_main_slider {
  position: relative;
}
.onelook_main_slider .item {
  height: 100vh;
  padding: 100px 0px;
}
.onelook_main_slider .carousel_nav {
  right: 40px;
  bottom: 35px;
  position: absolute;
}
.onelook_main_slider .carousel_nav button {
  width: auto;
  margin: 0px;
  height: auto;
  color: #ffffff;
  line-height: 1;
  font-size: 30px;
  display: inline-block;
  background: no-repeat;
  background-color: transparent;
}
.onelook_main_slider .carousel_nav button:not(:last-child) {
  margin-right: 15px;
}
.onelook_main_slider h3 {
  line-height: 1;
  font-size: 88px;
  font-weight: 700;
  margin-bottom: 35px;
}
.onelook_main_slider h4 {
  font-size: 26px;
  text-align: right;
}

.onelook_carousel_wrap3 .carousel_nav button {
  width: auto;
  height: auto;
  line-height: 1;
  color: #ffffff;
  font-size: 36px;
  background-color: transparent;
}
.onelook_carousel_wrap3 .carousel_nav button:hover {
  color: #ff0b20;
}

.home_creative_onelook .filter_sidebar .fs_widget_title {
  color: #000000;
}
.home_creative_onelook .filter_sidebar .fs_category_list a {
  font-size: 18px;
  font-weight: 700;
}
.home_creative_onelook .filter_sidebar .fs_category_list a:hover, .home_creative_onelook .filter_sidebar .fs_category_list a.active {
  color: #ff0b20;
}

.ol_product_carousel .carousel_nav button,
.onelook_carousel_wrap2 .carousel_nav button {
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.ol_product_carousel .carousel_nav button:hover,
.onelook_carousel_wrap2 .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ff0b20;
}

/* creative onelook - end
==================================================================================================== */
/* home modern - start
==================================================================================================== */
/* home modern reset - start */
.home_modern {
  color: #818181;
  padding-left: 400px;
  font-family: "Poppins", sans-serif;
}
.home_modern h1, .home_modern h2, .home_modern h3, .home_modern h4, .home_modern h5, .home_modern h6 {
  color: #212121;
  font-family: "Oswald", sans-serif;
}
.home_modern .custom_btn {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 50px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}
.home_modern .text_btn span {
  font-size: 16px;
  padding-bottom: 2px;
  font-family: "Oswald", sans-serif;
}
.home_modern :-moz-placeholder {
  font-family: "Oswald", sans-serif;
}
.home_modern ::-moz-placeholder {
  font-family: "Oswald", sans-serif;
}
.home_modern :-ms-input-placeholder {
  font-family: "Oswald", sans-serif;
}
.home_modern ::-webkit-input-placeholder {
  font-family: "Oswald", sans-serif;
}

.modern_container {
  padding-left: 100px;
  padding-right: 100px;
}

/* home modern reset - end */
/* modern mobile sidebar - start */
.modern_mobile_sidebar {
  left: 0px;
  right: unset;
  background-color: #fafafa;
}
.modern_mobile_sidebar.active {
  left: 0px;
}
.modern_mobile_sidebar .close_btn {
  display: none;
}
.modern_mobile_sidebar .form_item input[type=search] {
  border: none;
  border-bottom: 1px solid #eaeaea;
}

/* modern mobile sidebar - end */
/* modern slider - start */
.modern_slider .carousel_nav button {
  width: 60px;
  height: 60px;
  color: #999999;
  font-size: 30px;
  border-radius: 100%;
  background-color: #ffffff;
}
.modern_slider .carousel_nav button:hover {
  color: #212121;
  background-color: #baced5;
}
.modern_slider .carousel_nav button:nth-child(1) {
  left: 50px;
}
.modern_slider .carousel_nav button:nth-child(2) {
  right: 50px;
}
.modern_slider .item {
  min-height: 815px;
  padding: 80px 100px;
  padding-left: 200px;
}
.modern_slider .slider_content {
  max-width: 670px;
}
.modern_slider .item_label {
  margin-bottom: 15px;
}
.modern_slider .item_label li {
  line-height: 1;
}
.modern_slider .item_label li:not(:last-child) {
  margin-bottom: 1px;
}
.modern_slider .item_label li span {
  color: #ffffff;
  line-height: 1;
  font-size: 18px;
  padding: 2px 4px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #000000;
  font-family: "Oswald", sans-serif;
}
.modern_slider h4 {
  line-height: 1;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 0px;
}
.modern_slider h3 {
  line-height: 1;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 15px;
}
.modern_slider p {
  font-size: 15px;
  margin-bottom: 35px;
}

/* modern slider - end */
/* modern slider - start */
.modern_policy_item {
  max-width: 370px;
  margin: 50px auto 0px;
}
.modern_policy_item .item_icon {
  width: 125px;
  height: 125px;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 27px;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: #2a2a2a;
}
.modern_policy_item .item_title {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 20px;
}
.modern_policy_item p {
  color: #212121;
}

/* modern slider - end */
/* modern top product - start */
.modern_top_product {
  padding: 100px;
  padding-top: 140px;
  position: relative;
  background-color: #fcfaf3;
}
.modern_top_product .tab_menu {
  top: 35px;
  right: 35px;
  text-align: right;
  position: absolute;
  font-family: "Oswald", sans-serif;
}
.modern_top_product .tab_menu li:not(:last-child) {
  margin-bottom: 15px;
}
.modern_top_product .tab_menu a {
  color: #000000;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
}
.modern_top_product .tab_menu a:before {
  left: 0px;
  right: auto;
  height: 2px;
  background-color: #000000;
}
.modern_top_product .tab_menu a:hover:before, .modern_top_product .tab_menu a.active:before {
  right: 0px;
  left: auto;
  width: 100%;
}
.modern_top_product .modern_section_title .sub_title {
  font-size: 24px;
}
.modern_top_product .modern_section_title .title_text {
  font-size: 62px;
}

/* modern top product - end */
/* feature section - start */
.modern_feature_carousel .carousel_nav button {
  width: 60px;
  height: 60px;
  color: #ffffff;
  border-radius: 0px;
  background-color: #202020;
}
.modern_feature_carousel .carousel_nav button:hover {
  background-color: #da0a2c;
}
.modern_feature_carousel .carousel_nav button:nth-child(1) {
  left: -30px;
}
.modern_feature_carousel .carousel_nav button:nth-child(2) {
  right: -30px;
}

.modern_product_fullimage {
  overflow: hidden;
  position: relative;
}
.modern_product_fullimage:before {
  top: 0px;
  left: 50%;
  width: 0%;
  z-index: 1;
  bottom: 0px;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: rgba(37, 37, 37, 0.749);
}
.modern_product_fullimage:hover:before {
  width: 100%;
}
.modern_product_fullimage img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.modern_product_fullimage:hover img {
  transform: scale(1.07);
}
.modern_product_fullimage .item_title {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0;
  font-size: 24px;
  padding: 0px 30px;
  position: absolute;
  transform: translateY(15px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.modern_product_fullimage:hover .item_title {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translateY(0px);
}
.modern_product_fullimage .text_btn {
  opacity: 0;
  z-index: 2;
  right: 30px;
  bottom: 20px;
  position: absolute;
  transform: translateX(15px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.modern_product_fullimage:hover .text_btn {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(0px);
}

/* feature section - end */
/* home modern - end
==================================================================================================== */
/* home lookbook creative - start
==================================================================================================== */
/* home reset - start */
.home_lookbook_creative {
  color: #555555;
  font-family: "Oswald", sans-serif;
}
.home_lookbook_creative h1, .home_lookbook_creative h2, .home_lookbook_creative h3, .home_lookbook_creative h4, .home_lookbook_creative h5, .home_lookbook_creative h6 {
  color: #151515;
  font-family: "Oswald", sans-serif;
}
.home_lookbook_creative .custom_btn {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 50px;
}
.home_lookbook_creative .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 0px;
}
.home_lookbook_creative .slick-arrow:before {
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  background-color: #1a1a1c;
}
.home_lookbook_creative .slick-arrow:hover:before {
  color: #ffffff;
  background-color: #ff0000;
}
.home_lookbook_creative .carousel_nav button {
  font-size: 18px;
  background-color: #000000;
}
.home_lookbook_creative .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ff0000;
}

/* home reset - end */
/* slider section - start */
.lookbook_creative_slider .item {
  min-height: 100vh;
}
.lookbook_creative_slider .slick-progress {
  top: unset;
  bottom: 0px;
}
.lookbook_creative_slider .slick-progress span {
  background-color: rgba(255, 255, 255, 0.08);
}
.lookbook_creative_slider .carousel_nav button,
.lookbook_creative_slider .carousel_nav button {
  width: auto;
  height: auto;
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 25px;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
}
.lookbook_creative_slider .carousel_nav button:hover,
.lookbook_creative_slider .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ff0000;
}
.lookbook_creative_slider .carousel_nav button:nth-child(1),
.lookbook_creative_slider .carousel_nav button:nth-child(1) {
  left: 0px;
}
.lookbook_creative_slider .carousel_nav button:nth-child(2),
.lookbook_creative_slider .carousel_nav button:nth-child(2) {
  right: 0px;
}
.lookbook_creative_slider .carousel_nav button span,
.lookbook_creative_slider .carousel_nav button span {
  line-height: 1;
  display: block;
  letter-spacing: 3px;
}
.lookbook_creative_slider .carousel_nav button span:not(:last-child),
.lookbook_creative_slider .carousel_nav button span:not(:last-child) {
  margin-bottom: 5px;
}
.lookbook_creative_slider .slider_content {
  margin: auto;
  max-width: 600px;
  margin-right: 0px;
}
.lookbook_creative_slider h4 {
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 35px;
  letter-spacing: 8px;
  color: #ff0000;
  display: inline-block;
  background-image: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.2), transparent);
}
.lookbook_creative_slider h3 {
  line-height: 1;
  font-size: 120px;
  font-weight: 700;
  margin-bottom: 15px;
}
.lookbook_creative_slider p {
  color: #858585;
  font-size: 20px;
  margin-bottom: 30px;
}

/* slider section - end */
/* feature section - start */
.lookbook_feature_fullwidth {
  min-height: 800px;
}
.lookbook_feature_fullwidth p {
  max-width: 600px;
}

.lookbook_collection_content .lookbook_section_title {
  margin: auto;
  max-width: 430px;
}
.lookbook_collection_content .collection_list {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #151515;
}
.lookbook_collection_content .collection_list li {
  line-height: 1;
  position: relative;
  padding-left: 22px;
}
.lookbook_collection_content .collection_list li:not(:last-child) {
  margin-bottom: 17px;
}
.lookbook_collection_content .collection_list li:before {
  top: 6px;
  left: 0px;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  background-color: #ff0000;
}
.lookbook_collection_content .collection_list a {
  color: #848181;
  font-size: 20px;
  font-weight: 300;
}
.lookbook_collection_content .collection_list a:hover {
  color: #ff0000;
}

/* feature section - end */
/* home lookbook creative - end
==================================================================================================== */
/* lookbook slide - start
==================================================================================================== */
.lookbook_slide .item {
  height: 100vh;
}
.lookbook_slide .slick-dots {
  top: 50%;
  right: 40px;
  width: auto;
  left: unset;
  bottom: unset;
  max-width: unset;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
}
.lookbook_slide .slick-dots li {
  float: none;
  display: block;
  border: 7px solid transparent;
}
.lookbook_slide .slick-dots li:not(:last-child) {
  margin: 0px;
}
.lookbook_slide .slick-dots li button {
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 0px;
  background-color: #ffffff;
}
.lookbook_slide .slick-dots li.hover, .lookbook_slide .slick-dots li.slick-active {
  border: 7px solid #000000;
}
.lookbook_slide .slider_item {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}
.lookbook_slide .item_content {
  padding: 60px;
}
.lookbook_slide .title_text {
  line-height: 1;
  font-size: 72px;
  font-weight: 600;
}
.lookbook_slide .item_title {
  line-height: 1;
}
.lookbook_slide .item_title a {
  color: #ffffff;
  font-size: 160px;
  font-weight: 400;
  font-family: "Ranting Personal Use";
}
.lookbook_slide .item_title a:hover {
  color: #ff0000;
}
.lookbook_slide p {
  font-size: 20px;
}
.lookbook_slide .has_2items .slider_item {
  height: 50%;
}

/* lookbook slide - end
==================================================================================================== */
/* home pages - start
==================================================================================================== */
/* home electronic reset - start */
.home_electronic {
  color: #878787;
  background-color: #f8f8f8;
  font-family: "Rubik", sans-serif;
}
.home_electronic h1, .home_electronic h2, .home_electronic h3, .home_electronic h4, .home_electronic h5, .home_electronic h6 {
  color: #282828;
  font-family: "Rubik", sans-serif;
}
.home_electronic .custom_btn {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 6px;
}
.home_electronic .custom_btn:before {
  border-radius: 4px;
}
.home_electronic .custom_btn.btn_sm {
  padding: 10px 35px;
}
.home_electronic .text_btn span {
  font-size: 16px;
}

.electronic_content_container {
  padding: 50px;
  background-color: #ffffff;
}

/* home electronic reset - end */
/* electronic slider - start */
.electronic_slider .item {
  display: flex;
  min-height: 512px;
  padding: 30px 70px;
  align-items: center;
}
.electronic_slider .slider_image {
  max-width: 440px;
}
.electronic_slider .slider_content {
  max-width: 400px;
}
.electronic_slider h3 {
  line-height: 1;
  color: #282828;
  font-size: 46px;
  margin-bottom: 10px;
  font-family: "A Love of Thunder";
}
.electronic_slider p {
  color: #282828;
  font-size: 21px;
  margin-bottom: 25px;
}
.electronic_slider .slick-dots {
  bottom: 30px;
}
.electronic_slider .slick-dots li:not(:last-child) {
  margin-right: 8px;
}
.electronic_slider .slick-dots a {
  width: 8px;
  height: 8px;
  display: block;
  line-height: 1;
  border-radius: 100%;
  background-color: #ebbcbb;
}
.electronic_slider .slick-dots li:hover a, .electronic_slider .slick-dots li.slick-active a {
  background-color: #0063d1;
}
.electronic_slider .slick-dots span {
  display: none;
}

/* electronic slider - end */
/* deals section - start */
.electronic_deals_item .item_variations {
  margin-bottom: 30px;
}
.electronic_deals_item .item_variations li:not(:last-child) {
  margin-right: 8px;
}
.electronic_deals_item .item_variations button {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
}
.electronic_deals_item .item_variations button img {
  max-width: 50px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.electronic_deals_item .item_price {
  margin-bottom: 10px;
}
.electronic_deals_item .item_price strong {
  font-size: 500;
  font-size: 22px;
  color: #0063d1;
}
.electronic_deals_item .item_price del {
  font-size: 16px;
  margin-left: 8px;
  display: inline-block;
}
.electronic_deals_item .item_title {
  line-height: 1;
}
.electronic_deals_item .item_title a {
  color: #2f2f2f;
  font-size: 27px;
  font-weight: 500;
}
.electronic_deals_item .item_image {
  display: flex;
  min-height: 400px;
  align-items: center;
  justify-content: center;
}
.electronic_deals_item .item_image img {
  max-height: 320px;
}
.electronic_deals_item .countdown_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.electronic_deals_item .countdown_wrap h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
.electronic_deals_item .countdown_wrap p {
  margin: 0px;
  font-weight: 300;
}
.electronic_deals_item .countdown_timer li:not(:last-child) {
  margin-right: 8px;
}
.electronic_deals_item .countdown_timer strong {
  font-size: 18px;
}
.electronic_deals_item .countdown_timer span {
  font-size: 12px;
}

.electronic_deals_slider {
  margin-top: -50px;
  margin-left: -50px;
  overflow: hidden;
  margin-bottom: -50px;
  padding-right: 30px;
  border-left: 2px solid #ebebeb;
}
.electronic_deals_slider .item_header {
  margin-right: -23px;
  margin-left: -5px;
  display: flex;
  min-height: 80px;
  padding: 15px 48px;
  align-items: center;
  background-color: #1d1d1d;
  transform: skewX(-4deg);
}
.electronic_deals_slider .item_header .title_text {
  font-size: 28px;
  font-weight: 300;
  transform: skew(4deg);
}
.electronic_deals_slider .item_header .title_text strong {
  font-weight: 500;
}
.electronic_deals_slider .carousel_nav {
  padding: 20px 40px;
  border-top: 2px solid #ebebeb;
  justify-content: space-between;
}
.electronic_deals_slider .carousel_nav button {
  width: 50%;
  bottom: 0px;
  height: auto;
  color: #c3c3c3;
  line-height: 1;
  font-size: 16px;
  text-align: left;
  overflow: visible;
  border-radius: 0px;
  background-color: transparent;
  border-right: 2px solid #ebebeb;
}
.electronic_deals_slider .carousel_nav button:hover {
  color: #383838;
}
.electronic_deals_slider .carousel_nav button:not(:last-child) {
  margin: 0px;
}
.electronic_deals_slider .carousel_nav button:last-child {
  border: none;
  text-align: right;
}
.electronic_deals_slider .weekly_deals_carousel {
  transform: skewX(-3deg);
  border-right: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  overflow: hidden;
}
.electronic_deals_slider .slideshow1_slider {
  transform: skew(3deg);
  margin-left: -15px;
}
.electronic_deals_slider .electronic_deals_item {
  padding: 30px 40px;
}

.electronic_deals_grid .item_image {
  display: flex;
  min-height: 260px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.electronic_deals_grid .item_image img {
  max-height: 220px;
}
.electronic_deals_grid .item_price {
  top: 2px;
  right: 0px;
  display: block;
  line-height: 1;
  font-size: 20px;
  position: absolute;
}
.electronic_deals_grid .item_title {
  margin-bottom: 20px;
  padding-right: 160px;
}
.electronic_deals_grid .item_title a {
  color: #272727;
  font-size: 22px;
  font-weight: 700;
}
.electronic_deals_grid:hover .item_title a {
  color: #0063d1;
}
.electronic_deals_grid .item_info_list li {
  line-height: 1;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.electronic_deals_grid .item_info_list li:after {
  top: 0px;
  left: 0px;
  color: #62ab00;
  content: "";
  font-weight: 700;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.electronic_deals_grid .item_info_list li:not(:last-child) {
  margin-bottom: 12px;
}
.electronic_deals_grid .counter_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.electronic_deals_grid .countdown_timer {
  margin: 0px;
  padding: 0px;
}
.electronic_deals_grid .countdown_timer strong, .electronic_deals_grid .countdown_timer span {
  font-size: 14px;
}
.electronic_deals_grid .countdown_timer.timein_box li:not(:last-child) {
  margin-right: 6px;
}
.electronic_deals_grid .countdown_timer.timein_box strong {
  height: 45px;
  min-width: 45px;
  line-height: 45px;
  padding: 0px 5px;
  margin-bottom: 5px;
}

.electronic_feature_carousel2 {
  margin-left: -15px;
  margin-right: -15px;
}
.electronic_feature_carousel2 .item {
  padding-left: 15px;
  padding-right: 15px;
}
.electronic_feature_carousel2.arrow_ycenter .slick-arrow {
  top: 25%;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  transform: translateY(25%);
}
.electronic_feature_carousel2.arrow_ycenter .slick-arrow:before {
  line-height: 40px;
  color: #2e2e2e;
  background-color: #ffffff;
}
.electronic_feature_carousel2.arrow_ycenter .slick-arrow:hover:before {
  color: #ffffff;
  background-color: #0063d1;
}
.electronic_feature_carousel2.arrow_ycenter .slick-prev {
  left: 30px;
}
.electronic_feature_carousel2.arrow_ycenter .slick-next {
  right: 30px;
}

/* deals section - end */
/* consumer section - start */
.consumer_content_wrap {
  padding: 30px;
  position: relative;
  background-color: #f8f8f8;
}
.consumer_content_wrap .wrap_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.consumer_content_wrap .interested_text {
  display: block;
  line-height: 1;
  color: #9c8787;
  font-size: 14px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.consumer_content_wrap .wrap_label {
  top: 30px;
  right: 0px;
  height: 26px;
  color: #d2a16e;
  min-width: 135px;
  text-align: right;
  line-height: 28px;
  padding: 0px 15px;
  padding-left: 30px;
  position: absolute;
}
.consumer_content_wrap .items_columns {
  margin: -10px;
}
.consumer_content_wrap .items_columns > li {
  width: 50%;
  padding: 10px;
}
.consumer_content_wrap .electronic_product_item .item_image {
  background-color: #ffffff;
}
.consumer_content_wrap .electronic_product_item .item_title {
  line-height: 1;
  margin-bottom: 7px;
}
.consumer_content_wrap .electronic_product_item .item_title a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.consumer_content_wrap .electronic_product_item .item_price {
  font-size: 16px;
}
.consumer_content_wrap .abtn_wrap {
  margin-top: 30px;
}

.audiovisual_entertainment {
  height: 100%;
  padding: 80px 60px;
}
.audiovisual_entertainment .title_text {
  font-size: 30px;
  font-weight: 300;
}
.audiovisual_entertainment .title_text strong {
  font-weight: 500;
}
.audiovisual_entertainment .title_text span {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
}
.audiovisual_entertainment .alldepartments_menulist {
  padding: 0px;
}
.audiovisual_entertainment .alldepartments_menulist > li:not(:last-child) {
  border: none;
}
.audiovisual_entertainment .alldepartments_menulist > li > a {
  display: flex;
  color: #ffffff;
  position: relative;
  align-items: center;
}

/* consumer section - end */
/* category section - start */
.electronic_category_wrap {
  padding: 50px;
}
.electronic_category_wrap:not(:last-child) {
  margin-bottom: 1px;
}
.electronic_category_wrap .wrap_title {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}
.electronic_category_wrap .image_wrap {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.electronic_category_wrap .image_wrap img {
  max-height: 120px;
}
.electronic_category_wrap li {
  line-height: 1;
}
.electronic_category_wrap li:not(:last-child) {
  margin-bottom: 20px;
}
.electronic_category_wrap li a {
  color: #090909;
  display: block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.electronic_category_wrap li a:after {
  top: 50%;
  right: 0px;
  font-size: 14px;
  content: "";
  font-weight: 500;
  position: absolute;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.electronic_category_wrap li:hover > a {
  color: #0063d1;
}

/* category section - end */
/* feature section - start */
.electronic_feature_carousel {
  position: relative;
}
.electronic_feature_carousel .slick-list {
  padding-top: 60px;
  padding-bottom: 30px;
}
.electronic_feature_carousel .carousel_nav {
  top: 50%;
  right: 100px;
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
.electronic_feature_carousel .carousel_nav button {
  display: block;
  color: #ffffff;
  line-height: 50px;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.electronic_feature_carousel .carousel_nav button:not(:last-child) {
  margin: 0px;
  margin-bottom: 10px;
}
.electronic_feature_carousel .carousel_nav button:hover {
  color: #0063d1;
  background-color: #ffffff;
}
.electronic_feature_carousel .slick-dots {
  top: 50%;
  right: 100px;
  left: unset;
  width: auto;
  bottom: unset;
  padding: 0px;
  display: block;
  max-width: 100%;
  transform: translateY(-50%);
}
.electronic_feature_carousel .slick-dots li {
  float: none;
  display: block;
}
.electronic_feature_carousel .slick-dots li:not(:last-child) {
  margin: 0px;
  margin-bottom: 10px;
}
.electronic_feature_carousel .slick-dots li button {
  margin: 0px;
  background-color: #ffffff;
}
.electronic_feature_carousel .item_image {
  z-index: 1;
  margin: -60px 0px;
  position: relative;
}
.electronic_feature_carousel .item_content {
  padding: 0px 60px;
}
.electronic_feature_carousel .item_price,
.electronic_feature_carousel .item_type {
  color: #ffffff;
  display: inline-block;
}
.electronic_feature_carousel .item_price {
  margin-right: 25px;
}
.electronic_feature_carousel .item_price strong, .electronic_feature_carousel .item_price i {
  line-height: 1;
  display: block;
}
.electronic_feature_carousel .item_price strong {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(90deg, #fe7f00, #fed400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.electronic_feature_carousel .item_price i {
  font-size: 14px;
}
.electronic_feature_carousel .item_type span,
.electronic_feature_carousel .item_type strong {
  line-height: 1;
  display: inline-block;
}
.electronic_feature_carousel .item_type strong {
  font-size: 72px;
  font-weight: 300;
  margin-right: 10px;
  background: -webkit-linear-gradient(90deg, #fe7f00, #fed400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.electronic_feature_carousel .item_type i, .electronic_feature_carousel .item_type small {
  display: block;
}
.electronic_feature_carousel .item_type i {
  font-size: 18px;
}
.electronic_feature_carousel .item_type small {
  font-size: 30px;
  font-weight: 300;
}
.electronic_feature_carousel .item_title {
  font-size: 45px;
  margin: 20px 0px 30px;
}

/* feature section - end */
/* electronic newsletter - start */
.electronic_newsletter {
  padding: 50px 0px;
  background-color: #ededed;
}
.electronic_newsletter .title_wrap {
  position: relative;
  padding-left: 70px;
}
.electronic_newsletter .title_wrap i {
  top: 0px;
  left: 0px;
  color: #1e1e1e;
  font-size: 48px;
  position: absolute;
}
.electronic_newsletter .title_wrap h2 {
  color: #0d0d0d;
  font-size: 22px;
  margin-bottom: 6px;
}
.electronic_newsletter p {
  font-size: 15px;
}
.electronic_newsletter .form_item {
  margin-bottom: 0px;
}
.electronic_newsletter .form_item input {
  height: 65px;
  border-radius: 4px;
  border: 2px solid #e7e7e7;
}
.electronic_newsletter .form_item button {
  top: 50%;
  right: 0px;
  position: absolute;
  border-radius: 0px;
  transform: translateY(-50%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.electronic_newsletter .payment_mathoud p {
  color: #0d0d0d;
  font-weight: 500;
  margin-bottom: 10px;
}

/* electronic newsletter - end */
/* electronic trending product - start */
.electronic_trending_carousel .carousel_nav {
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.electronic_trending_carousel .carousel_nav button {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: #2e2e2e;
}
.electronic_trending_carousel .carousel_nav button:not(:last-child) {
  margin-right: 5px;
}

.electronic_trending_item {
  display: flex;
  padding: 90px 50px;
  align-items: center;
}
.electronic_trending_item .item_image {
  min-width: 430px;
  margin-right: 40px;
}
.electronic_trending_item .item_content {
  display: inline-block;
}
.electronic_trending_item .item_price strong {
  font-size: 20px;
  margin-right: 3px;
  display: inline-block;
  color: #0063d1;
}
.electronic_trending_item .item_price del {
  font-size: 16px;
  font-weight: 400;
}
.electronic_trending_item .item_title {
  font-size: 36px;
  font-weight: 700;
}

.trending_products_list {
  margin: -10px;
}
.trending_products_list li {
  width: 50%;
  padding: 10px;
}

.etp_small_item .item_image {
  width: 100%;
  height: 170px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
  border: 1px solid #ededed;
  background-color: #ffffff;
}
.etp_small_item .item_image img {
  max-height: 120px;
}
.etp_small_item:hover .item_image {
  border-color: #0063d1;
}
.etp_small_item .item_title {
  font-size: 16px;
}

/* electronic trending product - end */
/* electronic product - start */
.electronic_product_item {
  position: relative;
}
.electronic_product_item .product_label {
  top: 15px;
  right: 15px;
  z-index: 1;
  position: absolute;
}
.electronic_product_item .product_label li {
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  background-color: #62ab00;
}
.electronic_product_item .item_image {
  display: flex;
  min-height: 210px;
  align-items: center;
  margin-bottom: 13px;
  justify-content: center;
  background-color: #f2f2f2;
}
.electronic_product_item .item_image img {
  max-height: 135px;
}
.electronic_product_item .item_name {
  display: block;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 10px;
}
.electronic_product_item .item_title {
  margin-bottom: 5px;
}
.electronic_product_item .item_title a {
  color: #414141;
  font-size: 17px;
  font-weight: 500;
}
.electronic_product_item:hover .item_title a {
  color: #0063d1;
}
.electronic_product_item .item_price {
  line-height: 1;
  color: #343f49;
  display: block;
  font-size: 17px;
}

.progress_wrap {
  position: relative;
  padding-right: 65px;
  margin-bottom: 15px;
}
.progress_wrap .progress {
  width: 100%;
  height: 8px;
  margin-top: 15px;
  overflow: visible;
  border-radius: 5px;
  background-color: #f3f3f3;
}
.progress_wrap .progress_bar {
  height: 8px;
  position: relative;
  border-radius: 5px;
  background-image: linear-gradient(3deg, #ff7c66 0%, #fe3232 100%);
}
.progress_wrap span {
  top: -2px;
  right: 0px;
  z-index: 1;
  color: #afafaf;
  line-height: 1;
  font-size: 11px;
  position: absolute;
}

@keyframes Rx_width_20 {
  0% {
    width: 0%;
  }
  100% {
    width: 20%;
  }
}
.Rx_width_20 {
  animation-name: Rx_width_20;
  animation-fill-mode: forwards;
}

.electronic_product_columns {
  position: relative;
}
.electronic_product_columns:after {
  content: "";
  height: 1px;
  width: 100%;
  background: white;
  position: absolute;
  bottom: 0;
}
.electronic_product_columns:before {
  content: "";
  width: 1px;
  height: 100%;
  background: white;
  position: absolute;
  right: 0;
}
.electronic_product_columns > li {
  padding: 15px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.electronic_product_columns.has_3columns > li {
  width: 33.333%;
}
.electronic_product_columns.has_4columns > li {
  width: 25%;
}
.electronic_product_columns.has_5columns > li {
  width: 20%;
}

.electronic_tabs_nav {
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-bottom: 2px solid #ebebeb;
}
.electronic_tabs_nav li {
  line-height: 1;
  position: relative;
}
.electronic_tabs_nav li:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
}
.electronic_tabs_nav li:after {
  top: 50%;
  right: -3px;
  width: 6px;
  height: 1px;
  content: "";
  line-height: 1;
  position: absolute;
  background-color: #cfcfcf;
  transform: translateY(-50%);
}
.electronic_tabs_nav li:last-child:after {
  display: none;
}
.electronic_tabs_nav a {
  color: #8a8a8a;
  font-size: 20px;
  position: relative;
}
.electronic_tabs_nav a:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: -11px;
  height: 2px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background-color: #0063d1;
}
.electronic_tabs_nav a:hover, .electronic_tabs_nav a.active {
  color: #090909;
}
.electronic_tabs_nav a.active:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.electronic_tabs_nav2 li {
  line-height: 1;
  position: relative;
}
.electronic_tabs_nav2 li:not(:last-child) {
  margin-right: 25px;
  padding-right: 25px;
}
.electronic_tabs_nav2 li:after {
  top: 50%;
  right: 0px;
  content: "/";
  position: absolute;
  transform: translateY(-50%);
}
.electronic_tabs_nav2 li:last-child:after {
  display: none;
}
.electronic_tabs_nav2 a {
  color: #333e48;
}
.electronic_tabs_nav2 a:hover, .electronic_tabs_nav2 a.active {
  color: #0063d1;
}

.electronic_section_title .electronic_tabs_nav2 {
  padding: 15px 40px;
}
.electronic_section_title .deals_items_countdown {
  display: flex;
  min-height: 100px;
  padding: 15px 40px;
  padding-left: 60px;
  align-items: center;
  background-color: #201d1d;
  justify-content: space-between;
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
}
.electronic_section_title .deals_items_countdown h4 {
  color: #fece00;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.electronic_section_title .deals_items_countdown p {
  margin: 0px;
  color: #fece00;
  font-size: 13px;
  font-weight: 300;
}
.electronic_section_title .deals_items_countdown .countdown_timer {
  margin-left: 10px;
}
.electronic_section_title .deals_items_countdown .countdown_timer li:not(:last-child) {
  margin-right: 5px;
}
.electronic_section_title .deals_items_countdown .countdown_timer strong {
  height: 40px;
  min-width: 40px;
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 5px;
}
.electronic_section_title .deals_items_countdown .countdown_timer span {
  color: #ffffff;
  font-size: 10px;
}

.electronic_product_listlayout {
  display: flex;
  max-width: 400px;
  align-items: center;
}
.electronic_product_listlayout .item_image {
  height: 180px;
  display: flex;
  min-width: 180px;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
}
.electronic_product_listlayout .item_image img {
  max-height: 130px;
}
.electronic_product_listlayout .item_price {
  line-height: 1;
  margin-bottom: 10px;
}
.electronic_product_listlayout .item_price strong {
  font-size: 16px;
  font-weight: 500;
  color: #0063d1;
}
.electronic_product_listlayout .item_price del {
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
}
.electronic_product_listlayout .item_title a {
  color: #555353;
  font-size: 18px;
  font-weight: 500;
}
.electronic_product_listlayout:hover .item_title a {
  color: #0063d1;
}
.electronic_product_listlayout .product_label li:not(:last-child) {
  margin-right: 5px;
}

.electronic_product_biglistlayout {
  display: flex;
  max-width: 770px;
  align-items: center;
  margin: 0px auto 50px;
}
.electronic_product_biglistlayout .item_image {
  display: flex;
  min-width: 400px;
  min-height: 400px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #ececec;
}
.electronic_product_biglistlayout .item_image img {
  max-height: 180px;
}
.electronic_product_biglistlayout .child_items_nav {
  left: 0px;
  right: 0px;
  bottom: 10px;
  z-index: 2;
  position: absolute;
}
.electronic_product_biglistlayout .child_items_nav li:not(:last-child) {
  margin-right: 5px;
}
.electronic_product_biglistlayout .child_items_nav a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  background-color: #ffffff;
}
.electronic_product_biglistlayout .child_items_nav a:hover, .electronic_product_biglistlayout .child_items_nav a.active {
  border: 1px solid #0063d1;
}
.electronic_product_biglistlayout .child_items_nav img {
  max-height: 40px;
}
.electronic_product_biglistlayout .item_quality {
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 25px;
  color: #ffffff;
  min-width: 50px;
  padding: 0px 10px;
  position: absolute;
  padding-right: 15px;
  -webkit-clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 0% 50%);
  background-image: linear-gradient(90deg, #ff7c66 0%, #fe3232 100%);
}
.electronic_product_biglistlayout .product_label {
  top: 10px;
  right: 10px;
  z-index: 1;
  position: absolute;
}
.electronic_product_biglistlayout .item_content {
  padding: 0px 30px;
}
.electronic_product_biglistlayout .rating_star_wrap {
  margin-bottom: 5px;
}
.electronic_product_biglistlayout .item_price {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #0063d1;
}
.electronic_product_biglistlayout .item_title {
  margin-bottom: 20px;
}
.electronic_product_biglistlayout .item_title a {
  color: #555353;
  font-size: 22px;
  font-weight: 500;
}
.electronic_product_biglistlayout .item_info_list {
  margin-bottom: 30px;
}
.electronic_product_biglistlayout .item_info_list li {
  line-height: 1;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
}
.electronic_product_biglistlayout .item_info_list li:after {
  top: 0px;
  left: 0px;
  content: "";
  font-weight: 700;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.electronic_product_biglistlayout .item_info_list li:not(:last-child) {
  margin-bottom: 10px;
}
.electronic_product_biglistlayout .progress_wrap {
  margin-bottom: 30px;
}
.electronic_product_biglistlayout .progress_wrap span {
  top: -3px;
  font-size: 13px;
}

.featured_products_wrap .wrap_title {
  color: #333e48;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.featured_products_wrap .wrap_title:before {
  left: 0px;
  width: 25%;
  content: "";
  height: 3px;
  bottom: -2px;
  position: absolute;
  background-image: linear-gradient(90deg, #fb8774, #fe3232);
}

.electronic_product_small {
  display: flex;
  max-width: 450px;
  align-items: center;
}
.electronic_product_small:not(:last-child) {
  margin-bottom: 30px;
}
.electronic_product_small .item_image {
  height: 130px;
  display: flex;
  min-width: 130px;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #ececec;
}
.electronic_product_small .item_image img {
  max-height: 100px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.electronic_product_small:hover .item_image img {
  opacity: 0.6;
}
.electronic_product_small .item_title {
  margin-bottom: 10px;
}
.electronic_product_small .item_title a {
  color: #272727;
  font-size: 20px;
  font-weight: 500;
}
.electronic_product_small:hover .item_title a {
  color: #0063d1;
}
.electronic_product_small .item_price {
  display: block;
  line-height: 1;
  font-size: 20px;
}

/* electronic product - end */
/* electronic filter bar - start */
.electronic_filter_bar > li:not(:last-child) {
  margin-right: 30px;
}
.electronic_filter_bar .layout_btns li:not(:last-child) {
  margin-right: 10px;
}
.electronic_filter_bar .layout_btns a {
  color: #444444;
  font-size: 18px;
}
.electronic_filter_bar .layout_btns a:hover {
  color: #0063d1;
}
.electronic_filter_bar .option_select {
  margin-bottom: 0px;
}
.electronic_filter_bar .product_show {
  height: auto;
  line-height: 1;
  font-size: 18px;
}
.electronic_filter_bar .shortby_select .nice-select {
  border-radius: 6px;
  border: 1px solid #ebebeb;
}
.electronic_filter_bar .result_text .active_page {
  height: 60px;
  min-width: 60px;
  border-radius: 6px;
  margin-right: 15px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #ebebeb;
}
.electronic_filter_bar .result_text .next_btn {
  color: #a0a0a0;
  font-size: 24px;
  margin-left: 15px;
}
.electronic_filter_bar .result_text .next_btn:hover {
  color: #0063d1;
}

/* electronic filter bar - end */
/* home pages - end
==================================================================================================== */
/* home supermarket - start
==================================================================================================== */
/* home supermarket reset - start */
.home_supermarket {
  background-color: #f5f6f9;
  font-family: "Open Sans", sans-serif;
}
.home_supermarket h1, .home_supermarket h2, .home_supermarket h3, .home_supermarket h4, .home_supermarket h5, .home_supermarket h6 {
  font-family: "Oswald", sans-serif;
}
.home_supermarket .custom_btn {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 50px;
  text-transform: uppercase;
}
.home_supermarket .custom_btn.btn_sm {
  font-size: 16px;
  padding: 10px 40px;
}
.home_supermarket .carousel_nav button {
  width: 54px;
  height: 54px;
  color: #7b8186;
  font-size: 16px;
  line-height: 52px;
  border-radius: 100%;
  border: 3px solid #ededed;
  background-color: #ffffff;
}
.home_supermarket .carousel_nav button:hover {
  color: #ffffff;
  border-color: #cc1414;
  background-color: #cc1414;
}
.home_supermarket .carousel_nav button:not(:last-child) {
  margin-right: 5px;
}

/* home supermarket reset - end */
/* supermarket slider - start */
.supermarket_slider .alldepartments_dropdown {
  min-height: 620px;
  margin-top: -50px;
  background-color: #ffffff;
}
.supermarket_slider .alldepartments_dropdown .alldepartments_menulist > li > a {
  padding: 15px 0px;
}
.supermarket_slider .item {
  display: flex;
  padding: 30px;
  min-height: 570px;
  align-items: center;
  justify-content: space-between;
}
.supermarket_slider .slick-dots {
  bottom: 30px;
  padding-right: 30px;
  justify-content: flex-end;
}
.supermarket_slider .slick-dots li:not(:last-child) {
  margin-right: 8px;
}
.supermarket_slider .slick-dots a {
  width: 8px;
  height: 8px;
  display: block;
  line-height: 1;
  border-radius: 100%;
  background-color: #ffffff;
}
.supermarket_slider .slick-dots li:hover a, .supermarket_slider .slick-dots li.slick-active a {
  background-color: #cc1414;
}
.supermarket_slider .slick-dots span {
  display: none;
}
.supermarket_slider .slider_image {
  max-width: 370px;
}
.supermarket_slider .slider_content {
  max-width: 370px;
}
.supermarket_slider .slider_content h4 {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.supermarket_slider .slider_content h3 {
  color: #252525;
  font-size: 44px;
  margin-bottom: 15px;
}
.supermarket_slider .slider_content .item_price {
  line-height: 1;
  color: #252525;
  display: block;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}
.supermarket_slider .slider_content .item_price sup {
  line-height: 1;
  font-size: 30px;
}
.supermarket_slider .slider_content .item_price small {
  font-size: 16px;
  font-weight: 300;
}

/* supermarket slider - end */
/* super market policy - start */
.supermarket_policy {
  padding: 34.5px 50px;
  background-color: #ffffff;
}
.supermarket_policy > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.supermarket_policy > ul > li {
  flex: 0 0 20%;
  padding: 15px;
  max-width: 20%;
}

.supermarket_policy_item {
  display: flex;
  align-items: center;
}
.supermarket_policy_item .item_icon {
  margin-right: 12px;
}
.supermarket_policy_item h3 {
  color: #000000;
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}
.supermarket_policy_item p {
  line-height: 1;
  color: #72717b;
  font-size: 14px;
  margin-bottom: 0px;
}

/* super market policy - end */
/* supermarket deals - start */
.supermarket_deals_item {
  max-width: 270px;
  position: relative;
  margin: 30px auto 0px;
}
.supermarket_deals_item .offer_text {
  top: 10px;
  left: 15px;
  z-index: 1;
  color: #ff1d25;
  line-height: 1;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
}
.supermarket_deals_item .item_image {
  display: flex;
  overflow: hidden;
  min-height: 250px;
  border-radius: 6px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 21px 54px 0px rgba(61, 67, 79, 0.04);
}
.supermarket_deals_item .item_image img {
  max-height: 230px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.supermarket_deals_item:hover .item_image img {
  opacity: 0.6;
}
.supermarket_deals_item .item_title {
  line-height: 1;
  margin-bottom: 10px;
}
.supermarket_deals_item .item_title a {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
.supermarket_deals_item:hover .item_title a {
  color: #cc1414;
}
.supermarket_deals_item .item_instock {
  line-height: 1;
  display: block;
  color: #6e6e6e;
  font-size: 15px;
}

/* supermarket deals - end */
/* supermarket feature carousel - start */
.supermarket_feature_carousel .item {
  z-index: 1;
  position: relative;
}
.supermarket_feature_carousel .item:before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.supermarket_feature_carousel .item_price {
  display: block;
  line-height: 1;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(90deg, #fe7f00, #fed400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.supermarket_feature_carousel .sub_title {
  line-height: 1;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}
.supermarket_feature_carousel .item_title {
  font-size: 60px;
  font-weight: 600;
}
.supermarket_feature_carousel .slick-arrow:before {
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid transparent;
}
.supermarket_feature_carousel .slick-prev {
  left: 80px;
}
.supermarket_feature_carousel .slick-prev:before {
  color: #ffffff;
  border-color: #ffffff;
}
.supermarket_feature_carousel .slick-next {
  right: 80px;
}
.supermarket_feature_carousel .slick-next:before {
  color: #ee0000;
  border-color: #ee0000;
}

/* supermarket feature carousel - end */
/* home supermarket - end
==================================================================================================== */
/* home pages - start
==================================================================================================== */
/* home minimal reset - start */
.home_medical {
  color: #7f8793;
  font-family: "Jost", sans-serif;
}
.home_medical h1, .home_medical h2, .home_medical h3, .home_medical h4, .home_medical h5, .home_medical h6 {
  color: #030a0b;
  font-family: "Jost", sans-serif;
}
.home_medical .custom_btn {
  font-size: 14px;
  padding: 10px 50px;
  border-radius: 3px;
}
.home_medical .custom_btn:before {
  border-radius: 3px;
}
.home_medical .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 0%;
}
.home_medical .slick-arrow:before {
  color: #202020;
  line-height: 57px;
  background-color: #e6f0ff;
}
.home_medical .slick-arrow:hover:before {
  color: #ffffff;
  background-color: #4e97fd;
}
.home_medical .carousel_nav button {
  width: 50px;
  height: 50px;
  color: #202020;
  background-color: #e6f0ff;
}
.home_medical .carousel_nav button:hover {
  color: #ffffff;
  background-color: #4e97fd;
}
.home_medical .slick-dots li button {
  background: #000000;
}

/* home minimal reset - end */
/* slider section - start */
.medical_slider .item {
  padding: 80px 0px;
  min-height: 700px;
}
.medical_slider .slider_content {
  max-width: 480px;
}
.medical_slider h4 {
  line-height: 1;
  font-size: 82px;
  font-weight: 300;
}
.medical_slider h4 strong {
  font-weight: 800;
}
.medical_slider h3 {
  font-size: 52px;
  font-weight: 600;
}
.medical_slider p {
  color: #030a0b;
  font-size: 20px;
  margin-bottom: 30px;
}
.medical_slider .slider_image {
  float: left;
  width: 680px;
  text-align: center;
}
.medical_slider .slick-dots {
  bottom: 30px;
  justify-content: flex-end;
}
.medical_slider .slick-dots a {
  width: 12px;
  height: 12px;
  display: block;
  line-height: 1;
  border-radius: 100%;
  background-color: #a2c3b3;
}
.medical_slider .slick-dots .slick-active a {
  background-color: #000000;
}
.medical_slider .slick-dots span {
  display: none;
}

/* slider section - end */
/* medical policy - start */
.medical_policy_item {
  display: flex;
  max-width: 270px;
  margin-top: 50px;
  align-items: center;
}
.medical_policy_item .item_icon {
  height: 60px;
  color: #2d2d2d;
  min-width: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  border-radius: 3px;
  margin-right: 15px;
  background-color: #e6f0ff;
}
.medical_policy_item h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.medical_policy_item p {
  line-height: 1;
  margin-bottom: 0px;
}

/* medical policy - end */
/* consultation section - start */
.consultation_image img {
  width: 100%;
  display: block;
}

.consultation_content {
  margin: auto;
  max-width: 600px;
}
.consultation_content h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
.consultation_content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* consultation section - end */
/* consultation section - start */
.medical_offer_carousel .item {
  padding: 50px;
}
.medical_offer_carousel .offer_text {
  line-height: 1;
  color: #000000;
  display: block;
  font-size: 70px;
  font-weight: 600;
}
.medical_offer_carousel .item_title {
  line-height: 1;
  font-size: 50px;
}
.medical_offer_carousel p {
  color: #000000;
  font-size: 20px;
}
.medical_offer_carousel .slick-dots {
  left: 50px;
  bottom: 50px;
  padding: 0px;
  display: block;
  max-width: 100%;
  transform: unset;
  position: absolute;
}

/* consultation section - end */
/* home pages - end
==================================================================================================== */
/* home pages - start
==================================================================================================== */
/* home fashion minimal reset - start */
.home_fashion_minimal {
  color: #525252;
  font-family: "Jost", sans-serif;
}
.home_fashion_minimal h1, .home_fashion_minimal h2, .home_fashion_minimal h3, .home_fashion_minimal h4, .home_fashion_minimal h5, .home_fashion_minimal h6 {
  color: #232323;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.home_fashion_minimal .custom_btn {
  font-size: 15px;
  padding: 10px 50px;
  font-family: "Montserrat", sans-serif;
}
.home_fashion_minimal .custom_btn.btn_sm {
  font-size: 14px;
  padding: 10px 35px;
}
.home_fashion_minimal .custom_btn.bg_gray {
  background-color: #f8f8f8;
}
.home_fashion_minimal .text_btn span {
  font-size: 14px;
  font-weight: 600;
}
.home_fashion_minimal .text_btn:hover {
  color: #ff5656;
}
.home_fashion_minimal .primary_social_links a:hover {
  color: #ff5656;
}
.home_fashion_minimal .carousel_nav button {
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 64px;
  border-radius: 0px;
  background-color: #000000;
}
.home_fashion_minimal .carousel_nav button:hover {
  background-color: #ff5656;
}

/* home fashion minimal reset - end */
/* fashion minimal banner - start */
.fm_banner_item {
  overflow: hidden;
  position: relative;
}
.fm_banner_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fm_banner_item:hover img {
  transform: scale(1.05);
}
.fm_banner_item .item_content {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding: 0px 30px;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.fm_banner_item h4 {
  font-size: 30px;
}
.fm_banner_item h3 {
  font-size: 84px;
  font-weight: 800;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
}

/* fashion minimal banner - end */
/* fashion policy - start */
.fashion_policy_item {
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.fashion_policy_item .item_icon {
  height: 40px;
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
  align-items: center;
  border-right: 2px solid #000000;
}
.fashion_policy_item h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0px;
}
.fashion_policy_item p {
  font-size: 14px;
}

/* fashion policy - end */
/* fashion minimal feature - start */
.fm_feature_product:not(:last-child) {
  margin-bottom: 60px;
}
.fm_feature_product .carousel_nav button {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.fm_feature_product .carousel_nav button:nth-child(1) {
  left: 30px;
}
.fm_feature_product .carousel_nav button:nth-child(2) {
  right: 30px;
}
.fm_feature_product .item_title {
  line-height: 1;
  font-size: 68px;
  margin-bottom: 15px;
}
.fm_feature_product p {
  font-size: 25px;
  margin-bottom: 40px;
}

/* fashion minimal feature - end */
/* discount section - start */
.fm_discount_item {
  margin-top: 50px;
}
.fm_discount_item .item_image {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.fm_discount_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fm_discount_item:hover img {
  transform: scale(1.05);
}
.fm_discount_item .custom_btn {
  right: 20px;
  bottom: 20px;
  z-index: 1;
  position: absolute;
}
.fm_discount_item .item_title {
  line-height: 1;
  font-size: 42px;
  margin-bottom: 12px;
}
.fm_discount_item .discount_text {
  display: block;
  line-height: 1;
  font-size: 25px;
  font-weight: 500;
  color: #ff5656;
}

/* discount section - end */
/* fashion minimal newsletter - start */
.fm_newsletter .title_text {
  font-size: 50px;
}
.fm_newsletter p {
  color: #232323;
  font-size: 17px;
}
.fm_newsletter .form_item input {
  height: 80px;
  font-size: 20px;
  padding: 0px 45px;
}
.fm_newsletter .form_item button {
  top: 50%;
  right: 0px;
  height: 80px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  min-width: 300px;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ff5656;
}
.fm_newsletter .form_item button:hover {
  background-color: #232323;
}

/* fashion minimal newsletter - end */
/* home pages - end
==================================================================================================== */
/* home modern minimal - start
==================================================================================================== */
/* home minimal reset - start */
.home_minimal {
  color: #030a0b;
  font-family: "Poppins", sans-serif;
}
.home_minimal h1, .home_minimal h2, .home_minimal h3, .home_minimal h4, .home_minimal h5, .home_minimal h6 {
  color: #030a0b;
  font-family: "Jost", sans-serif;
}
.home_minimal .custom_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 45px;
  letter-spacing: 1px;
}

/* home minimal reset - end */
/* minimal slider - start */
.minimal_slider .carousel_nav button {
  border-radius: 100%;
}
.minimal_slider .carousel_nav button:nth-child(1) {
  left: 30px;
}
.minimal_slider .carousel_nav button:nth-child(2) {
  right: 30px;
}
.minimal_slider .item {
  min-height: 100vh;
}
.minimal_slider .slider_content {
  max-width: 680px;
}
.minimal_slider h4 {
  line-height: 1;
  font-size: 36px;
  font-weight: 600;
  color: #da0a2c;
  margin-bottom: 15px;
}
.minimal_slider h3 {
  line-height: 1;
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 25px;
}
.minimal_slider p {
  font-size: 20px;
  margin-bottom: 40px;
}

/* minimal slider - end */
/* home modern minimal - end
==================================================================================================== */
/* home motorcycle - start
==================================================================================================== */
/* home motorcycle reset - start */
.home_motorcycle {
  color: #202020;
  font-size: 18px;
  font-family: "Rajdhani";
}
.home_motorcycle h1, .home_motorcycle h2, .home_motorcycle h3, .home_motorcycle h4, .home_motorcycle h5, .home_motorcycle h6 {
  color: #202020;
  font-weight: 700;
  font-family: "Rajdhani";
}
.home_motorcycle ::selection {
  color: #ffffff;
  background-color: #ed1d24;
}
.home_motorcycle ::-moz-selection {
  color: #ffffff;
  background-color: #ed1d24;
}
.home_motorcycle .custom_btn {
  font-size: 18px;
  padding: 10px 50px;
}
.home_motorcycle .custom_btn.btn_sm {
  font-size: 16px;
  padding: 10px 35px;
}
.home_motorcycle .carousel_nav button {
  width: 45px;
  height: 45px;
  color: #262626;
  font-size: 15px;
  line-height: 47px;
  border-radius: 0px;
  background-color: #efefef;
}
.home_motorcycle .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ed1d24;
}

/* home motorcycle reset - end */
/* motorcycle slider - start */
.motorcycle_slider .item {
  z-index: 1;
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
  background-position: center bottom 100px;
}
.motorcycle_slider .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 100px;
  content: "";
  opacity: 0.9;
  z-index: -1;
  position: absolute;
}
.motorcycle_slider .slider_content {
  z-index: 1;
}
.motorcycle_slider h3 {
  line-height: 1;
  font-size: 100px;
  margin-bottom: 15px;
}
.motorcycle_slider h3 span {
  color: #ed1d24;
}
.motorcycle_slider p {
  margin-bottom: 40px;
}
.motorcycle_slider .slider_image {
  right: 70px;
  bottom: 0px;
  max-width: 900px;
  position: absolute;
}
.motorcycle_slider .carousel_nav {
  left: 50%;
  bottom: 78px;
  position: absolute;
  padding-right: 200px;
  transform: translateX(-50%);
}
.motorcycle_slider .carousel_nav button {
  color: #ffffff;
  background-color: #ed1d24;
}
.motorcycle_slider .carousel_nav button:hover {
  color: #ffffff;
  background-color: #000000;
}
.motorcycle_slider .slide_count_wrap {
  left: 0px;
  z-index: 1;
  bottom: 130px;
  color: #ffffff;
  font-size: 20px;
  margin-left: 45px;
  position: absolute;
  padding-left: 100px;
}
.motorcycle_slider .slide_count_wrap:before {
  top: 50%;
  left: 0px;
  width: 85px;
  height: 1px;
  content: "";
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ed1d24;
}

/* motorcycle slider - end */
/* motorcycle category - start */
.motorcycle_category_group {
  border: 1px solid #ededed;
}
.motorcycle_category_group li {
  width: 33.333%;
}

.motorcycle_category_item {
  padding: 30px;
  display: block;
  border: 1px solid #ededed;
}
.motorcycle_category_item .item_image {
  height: 270px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.motorcycle_category_item img {
  max-height: 250px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.motorcycle_category_item:hover img {
  transform: scale(1.05);
}
.motorcycle_category_item .item_type,
.motorcycle_category_item .item_title {
  display: block;
  line-height: 1;
}
.motorcycle_category_item .item_type {
  font-size: 24px;
  margin-bottom: 15px;
  color: #ed1d24;
}
.motorcycle_category_item .item_title {
  color: #161616;
  font-size: 32px;
  font-weight: 700;
}

/* motorcycle category - end */
/* motorcycle deals - start */
.motorcycle_deals_carousel .carousel_nav button {
  top: 50%;
  width: 140px;
  height: 140px;
  overflow: visible;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: #e6e6e6;
  transform: translateY(-50%);
}
.motorcycle_deals_carousel .carousel_nav button:first-child {
  left: 50px;
}
.motorcycle_deals_carousel .carousel_nav button:last-child {
  right: 50px;
}
.motorcycle_deals_carousel .carousel_nav img {
  max-height: 120px;
}
.motorcycle_deals_carousel .item_title {
  line-height: 1;
  font-size: 100px;
}
.motorcycle_deals_carousel .item_title span {
  color: #ed1d24;
}
.motorcycle_deals_carousel p {
  margin-bottom: 30px;
}
.motorcycle_deals_carousel .wrap_title {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-right: 15px;
  padding-right: 100px;
  display: inline-block;
}
.motorcycle_deals_carousel .wrap_title:after {
  top: 50%;
  right: 0px;
  height: 2px;
  content: "";
  width: 85px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ed1d24;
  box-shadow: 0px 2px 7px 0px rgba(237, 29, 36, 0.51);
}
.motorcycle_deals_carousel .countdown_wrap {
  display: flex;
  align-items: center;
}
.motorcycle_deals_carousel .countdown_timer.timein_box {
  text-align: center;
  text-transform: uppercase;
}
.motorcycle_deals_carousel .countdown_timer.timein_box li:not(:last-child) {
  margin-right: 15px;
}
.motorcycle_deals_carousel .countdown_timer.timein_box strong {
  height: 50px;
  color: #ffffff;
  min-width: 50px;
  line-height: 52px;
  padding: 0px 10px;
  margin-bottom: 10px;
  border-radius: 100%;
  background-color: #ed1d24;
}
.motorcycle_deals_carousel .countdown_timer.timein_box span {
  color: #888888;
  font-size: 14px;
}

.motorcycle_deals_carousel2 .item {
  padding: 80px 100px;
}
.motorcycle_deals_carousel2 .carousel_nav button {
  width: 90px;
  bottom: 25px;
  height: 90px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.motorcycle_deals_carousel2 .carousel_nav button:nth-child(1) {
  left: 25px;
}
.motorcycle_deals_carousel2 .carousel_nav button:nth-child(2) {
  right: 25px;
}
.motorcycle_deals_carousel2 .carousel_nav button img {
  margin: auto;
  max-height: 60px;
}
.motorcycle_deals_carousel2 .carousel_nav button:hover {
  background-color: #ffffff;
}
.motorcycle_deals_carousel2 .carousel_nav button:hover span {
  opacity: 1;
}
.motorcycle_deals_carousel2 .carousel_nav span {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  width: 35px;
  height: 35px;
  display: flex;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #ed1d24;
  transform: translate(-50%, -50%);
}
.motorcycle_deals_carousel2 .item_image {
  min-height: 500px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.motorcycle_deals_carousel2 .item_image img {
  max-height: 450px;
}
.motorcycle_deals_carousel2 .item_title {
  line-height: 1;
  font-size: 75px;
}
.motorcycle_deals_carousel2 p {
  font-size: 18px;
}
.motorcycle_deals_carousel2 .countdown_timer li {
  padding: 15px 25px;
  border: 1px solid #ed1d24;
}
.motorcycle_deals_carousel2 .countdown_timer li:not(:last-child) {
  margin-right: 10px;
}
.motorcycle_deals_carousel2 .countdown_timer strong, .motorcycle_deals_carousel2 .countdown_timer span {
  color: #ffffff;
}
.motorcycle_deals_carousel2 .countdown_timer strong {
  font-size: 36px;
}
.motorcycle_deals_carousel2 .countdown_timer span {
  font-size: 15px;
  font-weight: 400;
}

/* motorcycle deals - end */
/* home motorcycle - start */
.motorcycle_tabs_nav li {
  position: relative;
}
.motorcycle_tabs_nav li:after, .motorcycle_tabs_nav li:before {
  top: 50%;
  content: "";
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
}
.motorcycle_tabs_nav li:before {
  z-index: 1;
  width: 18px;
  height: 1px;
  right: -9px;
  background-color: #ed1d24;
}
.motorcycle_tabs_nav li:after {
  right: -5px;
  z-index: -1;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #d3d3d3;
}
.motorcycle_tabs_nav li:last-child:after, .motorcycle_tabs_nav li:last-child:before {
  display: none;
}
.motorcycle_tabs_nav li:not(:last-child) {
  margin-right: 25px;
  padding-right: 25px;
}
.motorcycle_tabs_nav a {
  display: block;
  color: #c1c1c1;
  font-size: 25px;
  font-weight: 700;
}
.motorcycle_tabs_nav a:hover, .motorcycle_tabs_nav a.active {
  color: #202020;
}

.motorcycle_product_grid {
  margin-top: 30px;
  position: relative;
}
.motorcycle_product_grid .product_label {
  top: 25px;
  z-index: 1;
  right: 25px;
  position: absolute;
}
.motorcycle_product_grid .item_image {
  display: flex;
  min-height: 460px;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
}
.motorcycle_product_grid img {
  max-height: 370px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.motorcycle_product_grid:hover img {
  opacity: 0.22;
}
.motorcycle_product_grid .product_action_btns {
  top: 50%;
  left: 0px;
  right: 0px;
  position: absolute;
  transform: translateY(-50%);
}
.motorcycle_product_grid .product_action_btns li {
  opacity: 0;
  display: flex;
  visibility: hidden;
  justify-content: center;
  transform: translateY(50px);
}
.motorcycle_product_grid .product_action_btns li:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 2px;
}
.motorcycle_product_grid .product_action_btns a {
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0px;
  display: inline-block;
  background-color: transparent;
}
.motorcycle_product_grid .product_action_btns a:hover {
  transform: unset;
}
.motorcycle_product_grid .product_action_btns a:hover span:nth-child(2) {
  background-color: #ed1d24;
}
.motorcycle_product_grid .product_action_btns span {
  float: left;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.motorcycle_product_grid .product_action_btns span:first-child {
  width: 45px;
  text-align: center;
  background-color: #ed1d24;
}
.motorcycle_product_grid .product_action_btns span:last-child {
  min-width: 115px;
  padding: 0px 15px;
  background-color: #323232;
}
.motorcycle_product_grid:hover .product_action_btns li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.motorcycle_product_grid:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.1s;
}
.motorcycle_product_grid:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.motorcycle_product_grid:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.3s;
}
.motorcycle_product_grid .item_content {
  padding-top: 35px;
  position: relative;
}
.motorcycle_product_grid .item_price {
  z-index: 1;
  top: -17px;
  left: 30px;
  height: 35px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  line-height: 37px;
  padding: 0px 16px;
  position: absolute;
  text-align: center;
  background-color: #202020;
}
.motorcycle_product_grid .item_title {
  line-height: 0.9;
  margin-bottom: 5px;
}
.motorcycle_product_grid .item_title a {
  color: #202020;
  font-size: 45px;
}
.motorcycle_product_grid:hover .item_title a {
  color: #ed1d24;
}
.motorcycle_product_grid .item_type {
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ed1d24;
}
.motorcycle_product_grid .rating_star {
  top: 15px;
  right: 0px;
  position: absolute;
}
.motorcycle_product_grid .rating_star li {
  color: #ed1d24;
}

.motorcycle_image_1 {
  top: 0px;
  left: -43%;
}

.motorcycle_product_list {
  display: flex;
  margin-top: 30px;
  align-items: center;
  border: 2px solid #f6f6f6;
}
.motorcycle_product_list .item_image {
  height: 450px;
  min-width: 450px;
  position: relative;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.motorcycle_product_list .item_image img {
  max-width: auto;
  max-height: 270px;
}
.motorcycle_product_list .product_label {
  top: 20px;
  right: 20px;
  z-index: 1;
  position: absolute;
}
.motorcycle_product_list .wishlist_btn {
  z-index: 1;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  font-size: 15px;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: #202020;
  background-color: #eaeaeb;
}
.motorcycle_product_list .wishlist_btn:hover {
  color: #ed1d24;
}
.motorcycle_product_list .item_content {
  padding: 20px 40px;
}
.motorcycle_product_list p {
  font-size: 18px;
  font-weight: 500;
}
.motorcycle_product_list .item_price {
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 16px;
  text-align: center;
  display: inline-block;
}
.motorcycle_product_list .item_title a {
  display: table;
  color: #202020;
  line-height: 0.8;
  font-size: 45px;
}
.motorcycle_product_list:hover .item_title a {
  color: #ed1d24;
}
.motorcycle_product_list .item_type {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.motorcycle_product_list .product_action_btns li {
  display: flex;
  justify-content: center;
}
.motorcycle_product_list .product_action_btns li:not(:last-child) {
  margin-right: 10px;
}
.motorcycle_product_list .product_action_btns a {
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0px;
  display: inline-block;
  background-color: transparent;
}
.motorcycle_product_list .product_action_btns a:hover {
  transform: unset;
}
.motorcycle_product_list .product_action_btns a:hover span:nth-child(2) {
  background-color: #ed1d24;
}
.motorcycle_product_list .product_action_btns span {
  float: left;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.motorcycle_product_list .product_action_btns span:first-child {
  width: 45px;
  text-align: center;
  background-color: #ed1d24;
}
.motorcycle_product_list .product_action_btns span:last-child {
  min-width: 115px;
  padding: 0px 15px;
  background-color: #323232;
}

/* home motorcycle - end */
/* motorcycle feature - start */
.motorcycle_big_feature .overlay {
  opacity: 0.95;
  background-color: #f7f7f7;
}
.motorcycle_big_feature .tabs_menu li {
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.motorcycle_big_feature .tabs_menu li:not(:last-child) {
  margin-bottom: 10px;
}
.motorcycle_big_feature .tabs_menu img {
  max-height: 150px;
}
.motorcycle_big_feature .item_title {
  line-height: 1;
  font-size: 76px;
}
.motorcycle_big_feature .info_list li {
  font-size: 20px;
  font-weight: 700;
}
.motorcycle_big_feature .info_list i {
  margin-right: 10px;
  color: #ed1d24;
}

.feature_fullimage {
  overflow: hidden;
  position: relative;
}
.feature_fullimage:before {
  top: 0px;
  left: 50%;
  width: 0%;
  z-index: 1;
  bottom: 0px;
  content: "";
  opacity: 0.8;
  position: absolute;
  background-color: #ed1d24;
  transform: translateX(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.feature_fullimage:hover:before {
  width: 100%;
}
.feature_fullimage img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.feature_fullimage:hover img {
  transform: scale(1.05);
}
.feature_fullimage .item_content {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 2;
  position: absolute;
}
.feature_fullimage .item_title {
  line-height: 1;
  font-size: 40px;
}
.feature_fullimage .item_title,
.feature_fullimage .custom_btn {
  opacity: 0;
  transform: translateY(50px);
}
.feature_fullimage:hover .item_title,
.feature_fullimage:hover .custom_btn {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.feature_fullimage:hover .item_title {
  transition-delay: 0.1s;
}
.feature_fullimage:hover .custom_btn {
  transition-delay: 0.2s;
}

/* motorcycle feature - end */
/* motorcycle testimonial - start */
.motorcycle_testimonial {
  z-index: 1;
  position: relative;
  padding-top: 220px;
  padding-bottom: 120px;
}
.motorcycle_testimonial .half_bg {
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  min-height: 700px;
  position: absolute;
}
.motorcycle_testimonial .half_bg:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  opacity: 0.7;
  position: absolute;
  background-color: #242424;
}
.motorcycle_testimonial .carousel_nav {
  top: 50%;
  right: 80px;
  position: absolute;
}

.motorcycle_testimonial_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.motorcycle_testimonial_item .item_image {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1f1f1f;
}
.motorcycle_testimonial_item .item_image img {
  max-height: 480px;
}
.motorcycle_testimonial_item .item_content {
  width: 45%;
  position: relative;
  padding: 70px 80px;
  border: 3px solid #eeeeee;
}
.motorcycle_testimonial_item .item_content:before {
  top: 164px;
  z-index: 2;
  left: -75px;
  content: "";
  height: 1px;
  width: 109px;
  position: absolute;
  background-color: #ed1d24;
  box-shadow: 0px 2px 7px 0px rgba(237, 29, 36, 0.51);
}
.motorcycle_testimonial_item .sub_title {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 20px;
}
.motorcycle_testimonial_item .title_text {
  line-height: 0.8;
  font-size: 80px;
  margin-bottom: 25px;
}
.motorcycle_testimonial_item .title_text span {
  display: block;
  color: #ed1d24;
}
.motorcycle_testimonial_item .quote_icon {
  line-height: 1;
  display: block;
  font-size: 32px;
  margin-bottom: 5px;
}
.motorcycle_testimonial_item .admin_image {
  padding-left: 30px;
}
.motorcycle_testimonial_item .admin_image li {
  width: 70px;
}
.motorcycle_testimonial_item .admin_image li:not(:last-child) {
  margin-right: 10px;
}
.motorcycle_testimonial_item .admin_name {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 15px;
  color: #ed1d24;
}
.motorcycle_testimonial_item p {
  color: #262626;
  font-size: 18px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

/* motorcycle testimonial - end */
/* motorcycle instagram - start */
.motorcycle_instagram_image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.motorcycle_instagram_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.motorcycle_instagram_image:hover img {
  opacity: 0.3;
  transform: scale(1.07);
}
/* motorcycle instagram - end */
/* home motorcycle - end
==================================================================================================== */
/* home parallax shop - start
==================================================================================================== */
/* home parallax shop reset - start */
.home_parallax_shop {
  color: #181818;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.home_parallax_shop h1, .home_parallax_shop h2, .home_parallax_shop h3, .home_parallax_shop h4, .home_parallax_shop h5, .home_parallax_shop h6 {
  color: #181818;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.home_parallax_shop ::selection {
  color: #ffffff;
  background-color: #b67c5a;
}
.home_parallax_shop ::-moz-selection {
  color: #ffffff;
  background-color: #b67c5a;
}
.home_parallax_shop .custom_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
}
.home_parallax_shop .carousel_nav button {
  width: 60px;
  height: 60px;
  color: #181818;
  font-size: 16px;
  line-height: 64px;
  border-radius: 100%;
  background-color: #e9efef;
}
.home_parallax_shop .carousel_nav button:hover {
  color: #ffffff;
  background-color: #b67c5a;
}

/* home parallax shop reset - end */
/* parallax shop deals - start */
.ps_explore_item {
  overflow: hidden;
  position: relative;
}
.ps_explore_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.ps_explore_item:hover img {
  transform: scale(1.07);
}
.ps_explore_item .item_content {
  top: 50%;
  right: 0px;
  z-index: 2;
  width: 55%;
  padding: 30px 40px;
  position: absolute;
  transform: translateY(-50%);
}
.ps_explore_item h3 {
  line-height: 1;
  font-size: 90px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ps_explore_item p {
  font-size: 20px;
  margin-bottom: 30px;
}

.ps_deals_item {
  overflow: hidden;
  position: relative;
}
.ps_deals_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.ps_deals_item:hover img {
  transform: scale(1.07);
}
.ps_deals_item .item_content {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 65%;
  padding: 30px 40px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.ps_deals_item h3 {
  line-height: 1;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ps_deals_item p {
  font-size: 20px;
  margin-bottom: 25px;
}
.ps_deals_item .countdown_timer.content_inbox li {
  width: 120px;
  height: 120px;
  padding: 42px 10px;
  border-radius: 100%;
  background-color: #efefef;
}
.ps_deals_item .countdown_timer strong {
  font-size: 25px;
  font-weight: 800;
}
.ps_deals_item .countdown_timer span {
  font-size: 15px;
  font-weight: 500;
}

/* parallax shop deals - end */
/* parallax shop slider - start */
.parallax_shop_slider .item {
  min-height: 100vh;
}
.parallax_shop_slider .carousel_nav {
  right: 90px;
  bottom: 80px;
  position: absolute;
}
.parallax_shop_slider .carousel_nav button {
  background-color: #ffffff;
}
.parallax_shop_slider h4 {
  line-height: 1;
  color: #7d7d7d;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.parallax_shop_slider h3 {
  line-height: 1;
  font-size: 84px;
  font-weight: 800;
  margin-bottom: 40px;
}

/* parallax shop slider - end */
/* parallax shop big feature - end */
.ps_big_feature {
  min-height: 810px;
}
.ps_big_feature h4 {
  line-height: 1;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px;
}
.ps_big_feature h3 {
  line-height: 1;
  font-size: 70px;
  margin-bottom: 40px;
}

/* parallax shop big feature - end */
/* home parallax shop - end
==================================================================================================== */
/* home simple shop - start
==================================================================================================== */
/* home simple shop reset - start */
.home_simple_shop {
  color: #6d6d6d;
  font-size: 18px;
  font-family: "Jost", sans-serif;
}
.home_simple_shop h1, .home_simple_shop h2, .home_simple_shop h3, .home_simple_shop h4, .home_simple_shop h5, .home_simple_shop h6 {
  color: #000000;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.home_simple_shop ::selection {
  color: #ffffff;
  background-color: #bf2626;
}
.home_simple_shop ::-moz-selection {
  color: #ffffff;
  background-color: #bf2626;
}
.home_simple_shop .custom_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
}
.home_simple_shop .custom_btn.btn_sm {
  padding: 10px 35px;
}
.home_simple_shop .slick-arrow {
  width: 60px;
  height: 60px;
  font-size: 18px;
  border-radius: 0px;
}
.home_simple_shop .slick-arrow:before {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  background-color: #e8e8e8;
  font-family: "Font Awesome 5 Pro";
}
.home_simple_shop .slick-arrow.slick-prev:before {
  content: "";
}
.home_simple_shop .slick-arrow.slick-next:before {
  content: "";
}
.home_simple_shop .slick-arrow:hover:before {
  color: #ffffff;
  background-color: #bf2626;
}

/* home simple shop reset - end */
/* slider section - start */
.simple_shop_slider .item {
  min-height: 822px;
}
.simple_shop_slider .slick-dots {
  bottom: 25px;
}
.simple_shop_slider .slick-dots span {
  display: none;
}
.simple_shop_slider .slick-dots a {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  border-radius: 100%;
  background-color: #bf2626;
}
.simple_shop_slider .slick-dots li:hover a, .simple_shop_slider .slick-dots li.slick-active a {
  opacity: 1;
}
.simple_shop_slider .slider_content {
  max-width: 600px;
  padding: 50px 70px;
}
.simple_shop_slider h3 {
  font-size: 75px;
  margin-bottom: 15px;
}
.simple_shop_slider p {
  color: #212121;
  font-size: 27px;
  margin-bottom: 25px;
}

/* slider section - end */
/* banner section - start */
.simple_shop_banner {
  min-height: 822px;
  position: relative;
}
.simple_shop_banner .item_content {
  left: 0px;
  z-index: 1;
  bottom: 0px;
  padding: 60px;
  position: absolute;
}
.simple_shop_banner .item_title {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 20px;
}
.simple_shop_banner li:not(:last-child) {
  margin-bottom: 5px;
}
.simple_shop_banner li a {
  color: #ffffff;
  position: relative;
}
.simple_shop_banner li a:before {
  top: 50%;
  left: 0px;
  height: 2px;
  width: 0px;
  content: "";
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.simple_shop_banner li a:hover {
  padding-left: 30px;
}
.simple_shop_banner li a:hover:before {
  width: 20px;
}

.ss_new_srrivals {
  overflow: hidden;
  position: relative;
}
.ss_new_srrivals img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.ss_new_srrivals:hover img {
  transform: scale(1.07);
}
.ss_new_srrivals .item_content {
  top: 50%;
  left: 50%;
  padding: 30px 50px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.ss_new_srrivals h3 {
  line-height: 1;
  font-size: 36px;
  margin-bottom: 5px;
}
.ss_new_srrivals p {
  font-size: 18px;
  font-weight: 500;
}

/* banner section - end */
/* feature section - start */
.ss_feature_item {
  margin-top: 30px;
}
.ss_feature_item .item_image {
  z-index: 1;
  height: 420px;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.ss_feature_item .item_image:before {
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 60%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #ffffff;
}
.ss_feature_item .item_image img {
  max-height: 330px;
}
.ss_feature_item .item_title {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 500;
}

.ss_big_feature {
  min-height: 780px;
}
.ss_big_feature .item_video {
  width: 135px;
  height: 135px;
  border-radius: 100%;
  align-items: center;
  margin-bottom: 30px;
  display: inline-flex;
  justify-content: center;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: conic-gradient(90deg, #7053b1, #7099b8);
}
.ss_big_feature .item_video span {
  width: 100px;
  height: 100px;
  color: #ffffff;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
}
.ss_big_feature h3 {
  font-size: 40px;
  letter-spacing: 4px;
}
.ss_big_feature p {
  font-size: 20px;
  letter-spacing: 4px;
}

/* feature section - end */
/* upcoming section - start */
.ss_upcoming_item {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.ss_upcoming_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.ss_upcoming_item:hover img {
  transform: scale(1.07);
}
.ss_upcoming_item .item_name {
  z-index: 2;
  left: 30px;
  bottom: 30px;
  padding: 16px;
  line-height: 1;
  font-size: 18px;
  min-width: 170px;
  font-weight: 700;
  text-align: center;
  position: absolute;
}

/* upcoming section - end */
/* simple shop newsletter - start */
.ss_newsletter_section .form_title {
  font-size: 48px;
}
.ss_newsletter_section p {
  font-size: 28px;
}
.ss_newsletter_section .form_item input {
  height: 70px;
  border-color: #ffffff;
}
.ss_newsletter_section .form_item .submit_btn {
  top: 50%;
  right: 0px;
  height: 70px;
  font-size: 20px;
  padding: 0px 40px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}

/* simple shop newsletter - end */
/* instagram section - start */
.ss_instagram_title {
  font-size: 45px;
}
.ss_instagram_title .instagram_icon {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.ss_instagram_images {
  z-index: 1;
  position: relative;
}
.ss_instagram_images li {
  width: 25%;
}
.ss_instagram_images a {
  display: block;
  overflow: hidden;
  position: relative;
}
.ss_instagram_images img {
  width: 100%;
  display: block;
}

/* instagram section - end */
/* home simple shop - end
==================================================================================================== */
/* home single story - start
==================================================================================================== */
/* home single story reset - start */
.home_single_story .slick-arrow {
  border-radius: 0px;
}
.home_single_story .slick-arrow:hover:before {
  color: #ffffff;
  background-color: #39b54a;
}
.home_single_story .slick-arrow.slick-prev {
  left: 0px;
}
.home_single_story .slick-arrow.slick-next {
  left: 0px;
}

/* home single story reset - end */
/* single story header - start */
.single_story_header .logo_area {
  top: 0px;
  left: 0px;
  width: 40%;
  z-index: 99;
  display: flex;
  position: absolute;
  padding: 30px 80px;
  align-items: center;
  justify-content: space-between;
}
.single_story_header .mobile_menu_btn {
  color: #ffffff;
  align-items: center;
  display: inline-flex;
}
.single_story_header .mobile_menu_btn span {
  line-height: 1;
  text-align: left;
  display: inline-block;
}
.single_story_header .mobile_menu_btn span:not(:last-child) {
  margin-right: 8px;
}
.single_story_header .mobile_menu_btn small, .single_story_header .mobile_menu_btn strong {
  line-height: 1;
  display: block;
}
.single_story_header .mobile_menu_btn small {
  font-size: 12px;
}
.single_story_header .mobile_menu_btn strong {
  font-size: 15px;
}
.single_story_header .mobile_menu_btn i {
  font-size: 24px;
}
.single_story_header .action_btns_group {
  top: 0px;
  right: 0px;
  width: 25%;
  z-index: 99;
  position: absolute;
  background-color: #ffffff;
}
.single_story_header .action_btns_group li {
  margin-right: 0px;
  border-left: 1px solid #f2f2f2;
}
.single_story_header .action_btns_group button {
  width: 75px;
  height: 75px;
  color: #444444;
  font-size: 20px;
  border-radius: 0px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
}
.single_story_header .action_btns_group button:hover {
  color: #ffffff;
  background-color: #39b54a;
}
.single_story_header .action_btns_group button .btn_badge {
  top: 5px;
  right: 5px;
}

/* single story header - end */
.single_story_slider .slick-arrow {
  top: unset;
  bottom: 100px;
  transform: unset;
  position: absolute;
  border-radius: 0px;
}
.single_story_slider .slick-arrow.slick-prev {
  left: 80px;
}
.single_story_slider .slick-arrow.slick-next {
  left: 140px;
  right: unset;
}
.single_story_slider .pd_slide_nav {
  left: 0px;
  width: 40%;
  z-index: 2;
  bottom: 0px;
  position: absolute;
}
.single_story_slider .pd_slide .item {
  display: flex;
}
.single_story_slider .pd_slide_nav .item {
  background-color: #000000;
}
.single_story_slider .pd_slide_nav .item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.single_story_slider .pd_slide_nav .item.slick-slide.slick-current.slick-active.slick-center img {
  opacity: 0.3;
}
.single_story_slider .slider_content_wrap {
  height: 100vh;
  position: relative;
}
.single_story_slider .slider_content_wrap:nth-child(1) {
  width: 40%;
}
.single_story_slider .slider_content_wrap:nth-child(2) {
  width: 35%;
}
.single_story_slider .slider_content_wrap:nth-child(3) {
  width: 25%;
}
.single_story_slider .degree_btn {
  top: 25px;
  right: 50px;
  width: 70px;
  height: 70px;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.15);
}
.single_story_slider .item_content {
  padding: 50px 80px;
}
.single_story_slider .item_content .item_title {
  line-height: 1;
  font-size: 88px;
  margin-bottom: 25px;
}
.single_story_slider .item_content p {
  font-size: 18px;
  margin-bottom: 50px;
}
.single_story_slider .item_image {
  height: 100%;
  display: flex;
}
.single_story_slider .item_image img {
  object-fit: cover;
}
.single_story_slider .details_image {
  display: block;
}
.single_story_slider .details_image img {
  width: 100%;
  display: block;
}
.single_story_slider .details_content {
  padding: 40px;
  height: 525px;
  overflow-y: scroll;
}
.single_story_slider .details_content::-webkit-scrollbar {
  width: 0px;
}
.single_story_slider .details_content .item_title {
  line-height: 1;
  font-size: 32px;
  margin-bottom: 5px;
}
.single_story_slider .item_price {
  display: block;
  line-height: 1;
  color: #39b54a;
  font-size: 20px;
  font-weight: 700;
}
.single_story_slider .item_info > li {
  display: flex;
  line-height: 1;
  font-size: 14px;
  justify-content: space-between;
}
.single_story_slider .item_info > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c5c5c5;
}
.single_story_slider .item_info strong {
  color: #111111;
}
.single_story_slider .item_info p {
  max-width: 180px;
  line-height: 1.5;
}
.single_story_slider .item_colors li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.single_story_slider .item_colors li:not(:last-child) {
  margin-right: 8px;
}

/* home single story - end
==================================================================================================== */
/* home sports - start
==================================================================================================== */
/* home sports reset - start */
.home_sports {
  color: #3b3b3b;
  font-size: 18px;
  font-family: "Jost", sans-serif;
}
.home_sports h1, .home_sports h2, .home_sports h3, .home_sports h4, .home_sports h5, .home_sports h6 {
  color: #000000;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.home_sports .custom_btn {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  letter-spacing: 0px;
  font-family: "Oswald", sans-serif;
}
.home_sports .custom_btn.btn_sm {
  font-size: 16px;
  padding: 10px 35px;
}
.home_sports .text_btn span {
  font-size: 19px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.home_sports .text_btn span:before {
  height: 2px;
  width: 100%;
  bottom: -2px;
  background-color: #3b3b3b;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.home_sports .text_btn:hover span {
  color: #ff3f3f;
  border-color: #ff3f3f;
}
.home_sports .text_btn:hover span:before {
  background-color: #ff3f3f;
}
.home_sports .carousel_nav button {
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  background-color: #000000;
}
.home_sports .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ff3f3f;
}

/* home sports reset - end */
/* sports slider - start */
.sports_slider .item {
  z-index: 1;
  min-height: 100vh;
  position: relative;
}
.sports_slider .slide_count_wrap {
  right: 100px;
  bottom: 60px;
  position: absolute;
}
.sports_slider .slide_count_wrap span {
  line-height: 1;
  font-size: 19px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.sports_slider .slide_count_wrap span:not(:last-child):after {
  content: "";
  height: 3px;
  width: 500px;
  line-height: 1;
  margin: 0px 30px;
  background-color: #ffffff;
  transform: translateY(-5px);
}
.sports_slider .carousel_nav button {
  margin: 0px;
  height: auto;
  line-height: 1;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  overflow: visible;
  position: absolute;
  margin-right: 0px;
  border-radius: 0px;
  display: inline-block;
  background: transparent;
  font-family: "Oswald", sans-serif;
}
.sports_slider .carousel_nav button:after {
  top: 60%;
  height: 2px;
  width: 90px;
  content: "";
  position: absolute;
  background-color: #ff3f3f;
  transform: translateY(-60%);
}
.sports_slider .carousel_nav button:nth-child(1) {
  left: 100px;
}
.sports_slider .carousel_nav button:nth-child(1):after {
  left: 110%;
}
.sports_slider .carousel_nav button:nth-child(2) {
  right: 100px;
}
.sports_slider .carousel_nav button:nth-child(2):after {
  right: 110%;
}
.sports_slider .item_image_1 {
  right: 0px;
  bottom: 0px;
  z-index: -1;
  max-width: 630px;
  position: absolute;
}
.sports_slider .item_image_2 {
  left: 0px;
  bottom: 0px;
  z-index: -1;
  max-width: 340px;
  position: absolute;
}
.sports_slider .small_image_1 {
  top: 55%;
  left: 0px;
  width: 230px;
  height: 240px;
  display: flex;
  position: absolute;
  align-items: center;
  background-size: 100%;
  justify-content: center;
}
.sports_slider .small_image_2 {
  top: 40%;
  right: 90px;
  width: 140px;
  height: 170px;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  position: absolute;
  justify-content: center;
  background-color: #ececec;
}
.sports_slider .small_image_2 img {
  margin-bottom: 0px;
}
.sports_slider .item_content {
  max-width: 730px;
  padding-left: 70px;
}
.sports_slider .item_title {
  line-height: 1;
  color: #363636;
  font-size: 142px;
  margin-bottom: 20px;
}
.sports_slider p {
  font-size: 20px;
  margin-bottom: 40px;
}

/* sports slider - end */
/* sports about section - start */
.sports_about_section .title_text {
  line-height: 1;
  font-size: 100px;
}
.sports_about_section p {
  font-size: 20px;
  margin-bottom: 20px;
}

/* sports about section - end */
/* sports feature section - start */
.sports_feature_split:nth-child(2n+0) {
  display: flex;
  flex-direction: column-reverse;
}
.sports_feature_split:before {
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 99;
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  background-color: #ff3f3f;
}
.sports_feature_split .item_image {
  height: 310px;
  display: flex;
  overflow: hidden;
  position: relative;
  background-color: #ff3f3f;
}
.sports_feature_split .item_image img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_feature_split:hover .item_image img {
  opacity: 0.3;
  transform: scale(1.07);
}
.sports_feature_split .details_btn {
  top: 50%;
  left: 35%;
  opacity: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 16px;
  color: #ff3f3f;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_feature_split:hover .details_btn {
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.sports_feature_split .item_content {
  padding: 50px;
  display: flex;
  min-height: 310px;
  align-items: center;
  justify-content: center;
}
.sports_feature_split .sub_title {
  line-height: 1;
  display: block;
  font-size: 26px;
  font-weight: 300;
  color: #ff3f3f;
  margin-bottom: 10px;
}
.sports_feature_split .item_title {
  line-height: 1;
  font-size: 45px;
}

/* sports feature section - end */
/* sports product section - start */
.sports_absolute_tabnav {
  top: 40px;
  left: -200px;
  width: 170px;
  position: absolute;
}
.sports_absolute_tabnav li:not(:last-child) {
  margin-bottom: 8px;
}
.sports_absolute_tabnav a {
  width: 100%;
  line-height: 1;
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  background-color: #e6e6e6;
  font-family: "Oswald", sans-serif;
}
.sports_absolute_tabnav a:after {
  top: 50%;
  right: -16px;
  height: 1px;
  width: 16px;
  content: "";
  opacity: 0;
  line-height: 1;
  position: absolute;
  background-color: #000000;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_absolute_tabnav a:hover, .sports_absolute_tabnav a.active {
  color: #ffffff;
  background-color: #ff3f3f;
}
.sports_absolute_tabnav a:hover:after, .sports_absolute_tabnav a.active:after {
  opacity: 1;
}

.sports_product_item {
  margin-top: 40px;
}
.sports_product_item .item_image {
  display: flex;
  height: 400px;
  border-radius: 4px;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_product_item .item_image img {
  margin: auto;
  max-width: 300px;
  max-height: 320px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_product_item:hover .item_image {
  border-color: #ff3f3f;
}
.sports_product_item:hover .item_image img {
  opacity: 0.25;
}
.sports_product_item .product_action_btns {
  top: 50%;
  left: 0px;
  right: 0px;
  position: absolute;
  transform: translateY(-50%);
}
.sports_product_item .product_action_btns li {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_product_item .product_action_btns li:nth-child(1) {
  transform: translateX(-30px);
}
.sports_product_item .product_action_btns li:nth-child(2) {
  transform: translateX(30px);
}
.sports_product_item .product_action_btns a {
  width: 55px;
  height: 55px;
  color: #ffffff;
  box-shadow: none;
  border-radius: 1px;
  background-color: #000000;
}
.sports_product_item .product_action_btns a:hover {
  color: #ffffff;
  background-color: #ff3f3f;
}
.sports_product_item:hover .product_action_btns li {
  opacity: 1;
  transform: translateX(0px);
}
.sports_product_item:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.1s;
}
.sports_product_item:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.sports_product_item .product_label {
  top: 13px;
  right: 13px;
  z-index: 2;
  line-height: 1;
  position: absolute;
}
.sports_product_item .product_label li {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
}
.sports_product_item .item_content {
  z-index: 2;
  padding: 0px 15px;
  margin-top: -40px;
  position: relative;
}
.sports_product_item .item_content .item_title {
  line-height: 1;
  font-size: 22px;
  padding: 19px 25px;
  border-radius: 4px;
}
.sports_product_item .item_content .item_price {
  z-index: 1;
  line-height: 1;
  font-size: 19px;
  margin-top: -10px;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
}

.sf_product_carousel .carousel_nav {
  top: 25px;
  right: 25px;
  z-index: 1;
  position: absolute;
}
.sf_product_carousel .carousel_nav button {
  width: 46px;
  height: 46px;
  border: 2px solid #ff3f3f;
}

.sports_product_fullimage {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.sports_product_fullimage img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_product_fullimage:hover img {
  transform: scale(1.07);
}
.sports_product_fullimage .item_content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 30px;
  position: absolute;
}
.sports_product_fullimage .text_btn {
  color: #ffffff;
}
.sports_product_fullimage .text_btn span:before {
  background-color: #ffffff;
}
.sports_product_fullimage .text_btn:hover {
  color: #ff3f3f;
}
.sports_product_fullimage .text_btn:hover span:before {
  background-color: #ff3f3f;
}
.sports_product_fullimage .item_title {
  line-height: 1;
  font-size: 22px;
  padding: 19px 25px;
  border-radius: 4px;
}
.sports_product_fullimage .item_price {
  z-index: 1;
  line-height: 1;
  font-size: 19px;
  margin-top: -10px;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: inline-block;
}

/* sports product section - end */
/* sports big feature - start */
.sports_big_feature .shape_1 {
  top: 0px;
  left: 0px;
}
.sports_big_feature .shape_2 {
  right: 0px;
  bottom: 0px;
}
.sports_big_feature .item_content {
  z-index: 1;
  padding-left: 30px;
  position: relative;
  padding-right: 100px;
}
.sports_big_feature .item_title {
  line-height: 1;
  font-size: 140px;
  margin-left: -230px;
}
.sports_big_feature p {
  font-size: 20px;
}
.sports_big_feature .text_btn {
  color: #ff3f3f;
}
.sports_big_feature .text_btn span:before {
  background-color: #ff3f3f;
}
.sports_big_feature .text_btn:hover {
  color: #ffffff;
}
.sports_big_feature .text_btn:hover span:before {
  background-color: #ffffff;
}

/* sports big feature - end */
/* sports feature fullimage - start */
.sports_feature_fullimage {
  overflow: hidden;
  position: relative;
}
.sports_feature_fullimage img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_feature_fullimage:hover img {
  transform: scale(1.07);
}
.sports_feature_fullimage .item_content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 40px;
  position: absolute;
}
.sports_feature_fullimage .sub_title {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 10px;
}
.sports_feature_fullimage .item_title {
  line-height: 1;
  font-size: 35px;
  margin-bottom: 20px;
}

/* sports feature fullimage - end */
/* sports newsletter - start */
.sports_newsletter {
  padding: 100px 0px;
}
.sports_newsletter .content_wrap {
  margin: auto;
  max-width: 630px;
}
.sports_newsletter p {
  color: #c7c7c7;
  font-size: 20px;
}
.sports_newsletter .sub_title {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.sports_newsletter .title_text {
  line-height: 1;
  font-size: 48px;
}
.sports_newsletter .form_item input {
  height: 80px;
  border: none;
  padding: 0px 30px;
}
.sports_newsletter .form_item .submit_btn {
  top: 50%;
  right: 0px;
  height: 80px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  padding: 10px 40px;
  align-items: center;
  letter-spacing: 1px;
  display: inline-flex;
  justify-content: center;
  transform: translateY(-50%);
}
.sports_newsletter .form_item .submit_btn:hover {
  background-color: #000000;
}

.sports_newsletter,
.sports_feature_video {
  min-height: 500px;
}

.sports_feature_video .play_btn_1 {
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.sports_feature_video .play_btn_1 span {
  width: 90px;
  height: 90px;
  color: #000000;
  font-size: 18px;
  line-height: 92px;
  background-color: #ffffff;
}

/* sports newsletter - end */
/* sports feature product - start */
.sports_feature_product {
  display: flex;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 30px;
}
.sports_feature_product .item_image {
  overflow: hidden;
  min-width: 245px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #c9c9c9;
}
.sports_feature_product .item_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sports_feature_product:hover .item_image img {
  transform: scale(1.07);
}
.sports_feature_product .item_content {
  padding: 30px;
  font-size: 16px;
}
.sports_feature_product .item_price {
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.sports_feature_product .item_title {
  line-height: 1;
  margin-bottom: 10px;
}
.sports_feature_product .item_title a {
  color: #000000;
  font-size: 24px;
}
.sports_feature_product:hover .item_title a {
  color: #ff3f3f;
}
.sports_feature_product .rating_star li {
  color: #ff3f3f;
}
.sports_feature_product .review_text {
  color: #ff3f3f;
}

/* sports feature product - end */
/* home sports - end
==================================================================================================== */
/* home watch - start
==================================================================================================== */
/* home watch reset - start */
.home_watch {
  color: #252525;
  font-size: 18px;
  font-family: "Karla", sans-serif;
}
.home_watch h1, .home_watch h2, .home_watch h3, .home_watch h4, .home_watch h5, .home_watch h6 {
  color: #252525;
  font-weight: 400;
  font-family: "Abril Fatface", cursive;
}
.home_watch .custom_btn {
  padding: 10px 45px;
}
.home_watch .custom_btn.btn_sm {
  padding: 10px 35px;
}
/* home sports reset - end */
/* slider section - start */
.watch_slider .item {
  display: flex;
  min-height: 900px;
  padding: 100px 0px;
  align-items: flex-end;
}
.watch_slider .carousel_nav button {
  color: #ffffff;
  font-size: 14px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}
.watch_slider .carousel_nav button:hover {
  color: #ffffff;
  background-color: #ff3800;
}
.watch_slider .carousel_nav button:nth-child(1) {
  left: 30px;
}
.watch_slider .carousel_nav button:nth-child(2) {
  right: 30px;
}
.watch_slider .item_content {
  padding-left: 100px;
}
.watch_slider .sub_title {
  line-height: 1;
  font-size: 30px;
  color: #ff3800;
}
.watch_slider .item_title {
  line-height: 1;
  font-size: 80px;
}
.watch_slider p {
  font-size: 20px;
}
.watch_slider .child_items_list {
  right: 50px;
  bottom: 50px;
  position: absolute;
}
.watch_slider .child_items_list li:not(:last-child) {
  margin-right: 20px;
}
.watch_slider .child_item {
  padding: 30px;
  min-width: 270px;
  border-radius: 5px;
  position: relative;
  padding-bottom: 40px;
  background-size: auto;
  background-color: #ffffff;
  background-position: right -70px bottom -10px;
}
.watch_slider .child_item .item_title {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 10px;
}
.watch_slider .child_item .item_price {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  color: #ff3800;
}
.watch_slider .child_item .item_price sub {
  bottom: 0px;
  font-size: 20px;
}
.watch_slider .child_item .details_btn {
  left: 30px;
  bottom: -20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ff3800;
}

/* slider section - end */
/* watch category section - start */
.watch_category_item {
  height: 710px;
  max-width: 540px;
  overflow: hidden;
  position: relative;
}
.watch_category_item .item_image {
  top: 50%;
  left: -70px;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.watch_category_item:hover .item_image {
  left: -50px;
}
.watch_category_item .item_content {
  right: 0px;
  z-index: 1;
  bottom: 0px;
  position: absolute;
  padding-right: 50px;
  padding-bottom: 50px;
}
.watch_category_item .item_title {
  line-height: 1;
  font-size: 56px;
  margin-bottom: 10px;
}
.watch_category_item .items_available {
  display: block;
  line-height: 1;
  color: #888888;
  font-size: 19px;
}

/* watch category section - end */
/* watch big deals - start */
.watch_big_deals .item_content {
  max-width: 580px;
}
.watch_big_deals .price_text {
  display: block;
  line-height: 1;
  font-size: 33px;
}
.watch_big_deals .item_title {
  font-size: 70px;
}
.watch_big_deals .countdown_timer li {
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #ff3800;
}
.watch_big_deals .countdown_timer li:not(:last-child) {
  margin-right: 15px;
}
.watch_big_deals .countdown_timer strong, .watch_big_deals .countdown_timer span {
  color: #ffffff;
  line-height: 1;
}
.watch_big_deals .countdown_timer strong {
  font-size: 52px;
  font-weight: 400;
  font-family: "Abril Fatface", cursive;
}
.watch_big_deals .countdown_timer span {
  font-size: 20px;
  font-weight: 400;
}

/* watch big deals - end */
/* watch product section - start */
.watch_product_item {
  padding: 40px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.watch_product_item .product_label {
  top: 20px;
  left: 20px;
  z-index: 1;
  position: absolute;
}
.watch_product_item .child_images {
  top: 20px;
  z-index: 1;
  right: 20px;
  position: absolute;
}
.watch_product_item .child_images li {
  width: 60px;
  height: 75px;
  display: flex;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}
.watch_product_item .child_images li:not(:last-child) {
  margin-bottom: 4px;
}
.watch_product_item .child_images img {
  margin: auto;
}
.watch_product_item .item_image {
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch_product_item .item_image img {
  margin: auto;
  max-height: 400px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.watch_product_item:hover .item_image img {
  opacity: 0.3;
}
.watch_product_item .item_colors li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.watch_product_item .item_colors li:not(:last-child) {
  margin-right: 4px;
}
.watch_product_item .item_title a {
  color: #292929;
  font-size: 25px;
}
.watch_product_item:hover .item_title a {
  color: #ff3800;
}
.watch_product_item .item_price {
  display: block;
  line-height: 1;
  font-size: 20px;
}
.watch_product_item .product_action_btns {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.watch_product_item .product_action_btns li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}
.watch_product_item .product_action_btns li:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}
.watch_product_item .product_action_btns a {
  height: 55px;
  display: flex;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  min-width: 180px;
  padding: 10px 25px;
  border-radius: 0px;
  align-items: center;
  background-color: #1a1a1a;
  justify-content: flex-start;
  box-shadow: 0px 1px 27px 0px rgba(2, 3, 3, 0.18);
}
.watch_product_item .product_action_btns a:hover {
  transform: unset;
  background-color: #ff3800;
}
.watch_product_item:hover {
  box-shadow: 0px 1px 30px 0px rgba(2, 3, 3, 0.1);
}
.watch_product_item:hover .child_images,
.watch_product_item:hover .item_content,
.watch_product_item:hover .product_label {
  opacity: 0;
  filter: blur(5px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.watch_product_item:hover .product_action_btns li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.watch_product_item:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.2s;
}
.watch_product_item:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.3s;
}
.watch_product_item:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.4s;
}

.watch_offer_carousel {
  margin-top: 30px;
}
.watch_offer_carousel .item {
  padding: 23px 80px;
}
.watch_offer_carousel .item_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.watch_offer_carousel .item_title {
  font-size: 40px;
  max-width: 340px;
}
.watch_offer_carousel .slick-dots {
  top: 50%;
  left: 30px;
  width: auto;
  right: unset;
  padding: 0px;
  bottom: unset;
  display: block;
  max-width: 100%;
  transform: translateY(-50%);
}
.watch_offer_carousel .slick-dots li {
  float: none;
  display: table;
}
.watch_offer_carousel .slick-dots li:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 6px;
}
.watch_offer_carousel .slick-dots button {
  background-color: #ffffff;
}

/* watch product section - end */
/* watch feature list layout - start */
.watch_feature_listlayout p {
  font-size: 25px;
  margin-bottom: 35px;
}
.watch_feature_listlayout .item_price {
  display: block;
  line-height: 1;
  font-size: 25px;
}
.watch_feature_listlayout .item_title {
  line-height: 1;
  font-size: 70px;
  margin-bottom: 25px;
}
.watch_feature_listlayout:not(:last-child) {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e4e4e4;
}
.watch_feature_listlayout:nth-child(even) {
  text-align: right;
}

/* watch feature list layout - end */
/* watch big feature - start */
.watch_big_feature .item_content {
  margin: auto;
  max-width: 600px;
}
.watch_big_feature .item_content .item_title {
  font-size: 70px;
}

/* watch big feature - end */
/* watch newsletter - start */
.watch_newsletter .content_wrap {
  margin: auto;
  max-width: 600px;
}
.watch_newsletter .form_title {
  line-height: 1;
  font-size: 65px;
}
.watch_newsletter p {
  color: #888888;
  font-size: 20px;
  max-width: 460px;
  margin: 0px auto 20px;
}
.watch_newsletter .form_item input {
  border: none;
  height: 60px;
  padding: 0px 30px;
}
.watch_newsletter .circle_social_links a {
  color: #888888;
  font-size: 14px;
  background-color: transparent;
}
.watch_newsletter .circle_social_links a:hover {
  color: #ffffff;
  background-color: #ff3800;
}
.watch_newsletter .watch_image {
  top: 0px;
  left: 100px;
}
.watch_newsletter .pattern_image {
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

/* watch newsletter - end */
/* watch instagram area - start */
.watch_instagram .title_text {
  top: 50%;
  left: 50%;
  z-index: 1;
  line-height: 1;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 28px;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
}
.watch_instagram li {
  width: 16.666%;
}
.watch_instagram .popup_image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.watch_instagram .popup_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.watch_instagram .popup_image:hover img {
  opacity: 0.3;
  transform: scale(1.07);
}

/* watch instagram area - end */
/* home sports - end
==================================================================================================== */
/* about page - start
==================================================================================================== */
/* about page - end
==================================================================================================== */
/* contact page - start
==================================================================================================== */
.main_contact_section .title_text {
  line-height: 1;
  font-size: 32px;
}
.main_contact_section p {
  font-size: 24px;
  line-height: 1.3;
  color: #2e2e2e;
}
.main_contact_section .form_item input, .main_contact_section .form_item textarea {
  background-color: #f3f4f6;
}
.main_contact_section .form_item textarea {
  min-height: 170px;
}

.main_contact_info li {
  display: flex;
  align-items: center;
}
.main_contact_info li:not(:last-child) {
  margin-bottom: 15px;
}
.main_contact_info .icon {
  height: 70px;
  min-width: 70px;
  font-size: 26px;
  margin-right: 30px;
  color: #ce0b2b;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: #f3f4f6;
}
.main_contact_info p {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}

#mapBox {
  height: 560px;
}

/* contact page - end
==================================================================================================== */
/* blog page - start
==================================================================================================== */
/* default blog - start */
.blog_grid {
  margin-bottom: 50px;
}
.blog_grid .blog_image {
  display: block;
  background-color: #000000;
}
.blog_grid .blog_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.blog_grid:hover .blog_image img {
  opacity: 0.6;
}
.blog_grid .blog_content {
  padding-top: 40px;
  position: relative;
}
.blog_grid .blog_post_time {
  left: 0px;
  top: -21px;
  z-index: 1;
  height: 42px;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 25px;
  position: absolute;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.blog_grid .blog_category > li {
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.blog_grid .blog_category > li:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px;
}
.blog_grid .blog_category > li:after {
  top: 50%;
  width: 4px;
  height: 4px;
  content: "";
  right: -2px;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: #ce0b2b;
}
.blog_grid .blog_category > li:last-child:after {
  display: none;
}
.blog_grid .blog_category a {
  color: #2e2e2e;
}
.blog_grid .blog_category a:hover {
  color: #ce0b2b;
}
.blog_grid .blog_title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.blog_grid .blog_title > a {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
}
.blog_grid:hover .blog_title > a {
  color: #ce0b2b;
}

/* default blog - end */
/* small blog - start */
.small_blog {
  display: flex;
  align-items: center;
}
.small_blog:not(:last-child) {
  margin-bottom: 20px;
}
.small_blog .item_image {
  min-width: 100px;
  margin-right: 15px;
  background-color: #000000;
}
.small_blog .item_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.small_blog:hover .item_image img {
  opacity: 0.4;
}
.small_blog .item_title {
  margin-bottom: 3px;
}
.small_blog .item_title > a {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}
.small_blog:hover .item_title > a {
  color: #ce0b2b;
}
.small_blog .post_date {
  display: block;
  line-height: 1;
  font-size: 14px;
}

/* small blog - end */
/* carparts blog list layout - start */
.carparts_blog_listlayout:not(:last-child) {
  margin-bottom: 50px;
}
.carparts_blog_listlayout .item_image img {
  width: 100%;
  display: block;
}
.carparts_blog_listlayout .post_date {
  line-height: 1;
  display: block;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.carparts_blog_listlayout .post_date strong {
  font-weight: 700;
  color: #ed1d24;
}
.carparts_blog_listlayout .item_title {
  color: #1e1e1e;
  line-height: 1;
  font-size: 60px;
  margin-bottom: 0px;
  margin-bottom: 15px;
}
.carparts_blog_listlayout p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.carparts_blog_listlayout:nth-child(odd) .item_content {
  padding-left: 30px;
}
.carparts_blog_listlayout:nth-child(even) .item_content {
  padding-right: 30px;
}

/* carparts blog list layout - end */
/* carparts blog list layout - start */
.carparts_small_blog {
  display: flex;
  align-items: center;
}
.carparts_small_blog:not(:last-child) {
  margin-bottom: 20px;
}
.carparts_small_blog .item_image {
  min-width: 95px;
  margin-right: 20px;
  display: inline-block;
  background-color: #000000;
}
.carparts_small_blog .item_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.carparts_small_blog:hover .item_image img {
  opacity: 0.7;
}
.carparts_small_blog .rating_star li {
  font-size: 10px;
}
.carparts_small_blog .item_title {
  margin-top: 5px;
  margin-bottom: 0px;
}
.carparts_small_blog .item_title a {
  display: block;
  color: #414141;
  font-size: 18px;
  font-weight: 700;
}
.carparts_small_blog:hover .item_title a {
  color: #ed1d24;
}

.furniture_blog_listlayout.bg_black {
  background-color: #1b1b1b;
}
.furniture_blog_listlayout .item_content {
  margin: auto;
  max-width: 670px;
}
.furniture_blog_listlayout .item_content {
  padding: 15px 15px;
}

/* carparts blog list layout - end */
/* modern blog list layout - start */
.modern_post_meta li {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 500;
}
.modern_post_meta li:not(:last-child) {
  margin-right: 5px;
}
.modern_post_meta li:first-child {
  margin-right: 40px;
}
.modern_post_meta li a {
  height: 30px;
  color: #5f5f5f;
  display: block;
  min-width: 50px;
  padding: 0px 8px;
  line-height: 34px;
  text-align: center;
  background-color: #f7f7f7;
}
.modern_post_meta li i {
  color: #b87f5e;
}

.modern_blog_listlayout:not(:last-child) {
  margin-bottom: 80px;
}
.modern_blog_listlayout .item_image img {
  width: 100%;
  display: block;
}
.modern_blog_listlayout .item_title {
  line-height: 1;
  font-size: 62px;
}
.modern_blog_listlayout p {
  font-size: 15px;
}
.modern_blog_listlayout.bg_gray {
  background-color: #f5f5f5;
}
.modern_blog_listlayout.bg_gray .item_content {
  padding: 50px;
}

/* modern blog list layout - end */
/* medical blog grid - start */
.medical_blog_grid {
  max-width: 370px;
  margin: 30px auto 0px;
}
.medical_blog_grid .item_image {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #4e97fd;
}
.medical_blog_grid .item_image img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.medical_blog_grid:hover .item_image img {
  opacity: 0.4;
  transform: scale(1.05);
}
.medical_blog_grid .item_content {
  padding-top: 30px;
  position: relative;
}
.medical_blog_grid .post_date {
  left: 20px;
  top: -18px;
  z-index: 2;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  position: absolute;
  display: inline-block;
}
.medical_blog_grid .item_title a {
  font-size: 26px;
  font-weight: 700;
}
.medical_blog_grid:hover .item_title a {
  text-decoration: underline;
}

/* medical blog grid - end */
/* electronic blog list layout - start */
.electronic_blog_listlayout {
  margin-bottom: 50px;
  background-color: #f5f5f5;
}
.electronic_blog_listlayout .item_image img {
  width: 100%;
  display: block;
}
.electronic_blog_listlayout .item_title {
  line-height: 1;
  color: #333131;
  font-size: 50px;
  font-weight: 500;
}
.electronic_blog_listlayout p {
  font-size: 16px;
}
.electronic_blog_listlayout .item_content {
  padding: 30px;
}

/* electronic blog list layout - end */
/* fashion minimal grid - start */
.fm_blog_grid {
  margin-top: 50px;
}
.fm_blog_grid .item_image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.fm_blog_grid img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fm_blog_grid:hover img {
  transform: scale(1.05);
}
.fm_blog_grid .item_title {
  margin-bottom: 10px;
}
.fm_blog_grid .item_title a {
  color: #232323;
  font-size: 30px;
  font-weight: 700;
}
.fm_blog_grid .post_date {
  display: block;
  line-height: 1;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ff5656;
}
.fm_blog_grid p {
  font-size: 20px;
}

/* fashion minimal grid - end */
/* parallax blog full image - start */
.ps_blog_fullimage {
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.ps_blog_fullimage img {
  width: 100%;
  opacity: 0.65;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.ps_blog_fullimage:hover img {
  opacity: 0.25;
  transform: scale(1.07);
}
.ps_blog_fullimage .item_content {
  left: 0px;
  bottom: 0px;
  width: 70%;
  position: absolute;
  padding: 30px 30px 60px 60px;
}
.ps_blog_fullimage .post_date {
  line-height: 1;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.ps_blog_fullimage .item_title {
  margin-bottom: 15px;
}
.ps_blog_fullimage .item_title a {
  color: #ffffff;
  font-size: 40px;
}
.ps_blog_fullimage:hover .item_title a {
  color: #ff3800;
}
.ps_blog_fullimage p {
  color: #bbbbbb;
  font-size: 16px;
  margin-bottom: 25px;
}

/* parallax blog full image - end */
/* gadget blog grid - start */
.gadget_blog_grid {
  margin-top: 50px;
  max-width: 370px;
}
.gadget_blog_grid .item_image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.gadget_blog_grid .item_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.gadget_blog_grid:hover .item_image img {
  opacity: 0.7;
  transform: scale(1.07);
}
.gadget_blog_grid .post_date {
  color: #555555;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}
.gadget_blog_grid .item_title a {
  color: #333333;
  font-size: 25px;
}
.gadget_blog_grid:hover .item_title a {
  color: #ff0000;
}
.gadget_blog_grid p {
  font-size: 17px;
}

/* gadget blog grid - end */
/* sports blog item - start */
.sports_blog_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sports_blog_item .item_image {
  width: 55%;
}
.sports_blog_item:nth-child(odd) .item_image {
  order: 13;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}
.sports_blog_item:nth-child(even) .item_image {
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
}
.sports_blog_item .item_content {
  width: 45%;
  height: 100%;
}
.sports_blog_item .content_wrap {
  max-width: 550px;
}
.sports_blog_item .item_title {
  line-height: 1;
  font-size: 90px;
}
.sports_blog_item .post_meta li {
  font-size: 20px;
  color: #ff3f3f;
}
.sports_blog_item .post_meta li:not(:last-child) {
  padding-right: 0px;
  margin-right: 30px;
}
.sports_blog_item .post_meta li:after {
  display: none;
}
.sports_blog_item p {
  color: #c7c7c7;
  font-size: 20px;
  margin-bottom: 25px;
}

/* sports blog item - end */
/* sports blog item - start */
.watch_blog_item {
  display: flex;
  overflow: hidden;
  margin-top: 30px;
  object-fit: cover;
  position: relative;
}
.watch_blog_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.watch_blog_item:hover img {
  transform: scale(1.08);
}
.watch_blog_item .overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  position: absolute;
  background-image: linear-gradient(0deg, #000000, transparent);
}
.watch_blog_item .item_content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 50px;
  position: absolute;
}
.watch_blog_item .post_date {
  color: #ff3800;
  font-size: 24px;
}
.watch_blog_item .item_title {
  font-size: 40px;
  margin-bottom: 5px;
}
.watch_blog_item p {
  margin-bottom: 30px;
}
.watch_blog_item .custom_btn {
  height: 50px;
  padding: 10px 40px;
}

/* sports blog item - end */
/* blog page - end
==================================================================================================== */
/* shop page - start
==================================================================================================== */
/* product section - start */
.column4_element_grid {
  margin-left: -15px;
  margin-right: -15px;
}
.column4_element_grid .element-item {
  width: 25%;
  float: left;
  padding: 0px 15px;
  display: inline-block;
}

.column5_element_grid {
  margin-left: -15px;
  margin-right: -15px;
}
.column5_element_grid .element-item {
  width: 20%;
  float: left;
  padding: 0px 15px;
  display: inline-block;
}

.product_color a {
  width: 16px;
  height: 16px;
  display: block;
  line-height: 1;
  border-radius: 100%;
}

/* product section - end */
/* product filter sidebar - start */
.filter_sidebar_btn {
  height: 40px;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  padding: 0px 20px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.filter_sidebar_btn i {
  margin-right: 5px;
}

.filter_sidebar {
  top: 0px;
  width: 370px;
  right: -400px;
  height: 100vh;
  z-index: 9999;
  padding: 30px;
  position: fixed;
  overflow-y: scroll;
  padding-bottom: 100px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.filter_sidebar.active {
  right: 0px;
}
.filter_sidebar .mCustomScrollBox {
  overflow: visible !important;
}
.filter_sidebar .close_btn {
  width: 55px;
  height: 55px;
  line-height: 1;
  color: #585757;
  position: static;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #f2f2f2;
}
.filter_sidebar .close_btn:hover {
  color: #ffffff;
  background-color: #ce0b2b;
}

.filter_sidebar::-webkit-scrollbar {
  width: 0px;
}

.fs_widget:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #f2f2f2;
}

.fs_widget_title {
  color: #585757;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 23px;
}

.fs_category_list li:not(:last-child) {
  margin-bottom: 7px;
}
.fs_category_list span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  align-items: center;
  display: inline-flex;
  color: #2e2e2e;
  justify-content: center;
}
.fs_category_list a {
  align-items: center;
  display: inline-flex;
  color: #6b6b6b;
}
.fs_category_list a:hover {
  color: #ce0b2b;
}
.fs_category_list a:hover span {
  color: #ce0b2b;
}

.fs_price_list li:not(:last-child) {
  margin-bottom: 10px;
}
.fs_price_list input {
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 4px solid #f0f1f5;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fs_price_list input:checked {
  border-color: #ce0b2b;
}
.fs_price_list label {
  margin: 0px;
  cursor: pointer;
}

.fs_color_list ul {
  margin: -5px;
}
.fs_color_list li {
  padding: 5px;
}
.fs_color_list input {
  width: 20px;
  height: 20px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  border-radius: 100%;
}
.fs_color_list input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #ffffff;
  font-size: 12px;
  content: "";
  font-weight: 400;
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
}
.fs_color_list input:checked:before {
  opacity: 1;
}

.fs_size_list li:not(:last-child) {
  margin-right: 10px;
}
.fs_size_list label {
  z-index: 1;
  margin: 0px;
  height: 40px;
  padding: 10px;
  display: flex;
  font-size: 15px;
  cursor: pointer;
  min-width: 40px;
  font-weight: 600;
  position: relative;
  align-items: center;
  justify-content: center;
}
.fs_size_list input {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  border: 2px solid #000000;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fs_size_list input:checked {
  border-color: #ce0b2b;
}

/* product filter sidebar - end */
/* product quick view - start */
.quickview_modal .modal-dialog {
  margin: auto;
  max-width: 1000px;
  position: relative;
}
.quickview_modal .modal-dialog .modal-content {
  border: none;
  display: block;
  border-radius: 0px;
  background-color: #ffffff;
}
.quickview_modal .close {
  top: 20px;
  right: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  position: absolute;
  display: inline-block;
  background: red;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  color: #fff;
}
.quickview_modal .item_image {
  float: left;
  width: 430px;
}
.quickview_modal .item_image > img {
  width: 100%;
  display: block;
}
.quickview_modal .item_content {
  padding: 35px;
  display: table;
}
.quickview_modal .item_title {
  font-size: 24px;
  font-weight: 400;
}
.quickview_modal .btns_group > li {
  margin-right: 20px;
}
.quickview_modal .btns_group > li:last-child {
  margin-right: 0px !important;
}
.quickview_modal .btns_group > li > a:not(.custom_btn) {
  width: 55px;
  height: 55px;
  font-size: 21px;
  line-height: 57px;
  text-align: center;
  border-radius: 2px;
  color: #6b6b6b;
  border: 1px solid #e5e7f5;
}
.quickview_modal .btns_group > li > a:not(.custom_btn):hover {
  color: #ffffff;
  border-color: #ce0b2b;
  background-color: #ce0b2b;
}
.quickview_modal .btns_group > li .custom_btn {
  height: 55px;
}
.quickview_modal .item_price {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #ce0b2b;
}
.quickview_modal .list_title {
  font-weight: 500;
  min-width: 110px;
  display: inline-block;
  color: #2e2e2e;
}
.quickview_modal .quantity_form .list_title {
  float: left;
  margin: 8.5px 0px;
}
.quickview_modal .info_list > li {
  margin-bottom: 10px;
}
.quickview_modal .info_list > li:last-child {
  margin-bottom: 0px !important;
}
.quickview_modal .info_list > li .list_title {
  float: left;
}
.quickview_modal .info_list > li > ul {
  display: inline-block;
}
.quickview_modal .info_list > li a {
  display: table;
  color: #6b6b6b;
}
.quickview_modal .info_list > li a:hover {
  color: #ce0b2b;
}
.quickview_modal .social_icon li:not(:last-child) {
  margin-right: 15px;
}

/* product quick view - end */
/* products tabs nav - start */
.filters-button-group > li {
  line-height: 1;
  position: relative;
}
.filters-button-group > li:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
}
.filters-button-group > li:after {
  top: 50%;
  right: -2px;
  width: 4px;
  height: 2px;
  content: "";
  line-height: 1;
  position: absolute;
  background-color: #000000;
  transform: translateY(-50%);
}
.filters-button-group > li:last-child:after {
  display: none;
}
.filters-button-group button {
  display: block;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
}
.filters-button-group button:before {
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  height: 2px;
  content: "";
  position: absolute;
  background: #000000;
  transition: width 0.3s linear;
}
.filters-button-group button:hover:before, .filters-button-group button.active:before {
  left: 0px;
  width: 100%;
  right: auto;
}

/* products tabs nav - start */
/* home modern - start */
.modern_tabs_nav li:not(:last-child) {
  margin-right: 30px;
}
.modern_tabs_nav a:not(.more_btn) {
  color: #212121;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  font-family: "Oswald", sans-serif;
}
.modern_tabs_nav a:not(.more_btn):before {
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  height: 2px;
  content: "";
  position: absolute;
  background: #212121;
  transition: width 0.3s linear;
}
.modern_tabs_nav a:not(.more_btn):hover:before, .modern_tabs_nav a:not(.more_btn).active:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.modern_tabs_nav .more_btn {
  line-height: 1;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 17px 25px;
  font-family: "Oswald", sans-serif;
}

.modern_product_item {
  padding: 30px;
  color: #000000;
  max-width: 480px;
  margin: 30px auto 0px;
  font-family: "Oswald", sans-serif;
}
.modern_product_item .product_label {
  margin-bottom: 20px;
}
.modern_product_item .product_label li {
  height: 22px;
  font-weight: 500;
  line-height: 22px;
}
.modern_product_item .item_image {
  display: flex;
  min-height: 300px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.modern_product_item .item_image img {
  max-height: 250px;
}
.modern_product_item .item_content {
  position: relative;
  padding-right: 100px;
}
.modern_product_item .rating_star {
  right: 0px;
  bottom: 11px;
  position: absolute;
}
.modern_product_item .item_category {
  color: 212121;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.modern_product_item .item_title a {
  color: #212121;
  font-size: 24px;
}
.modern_product_item .item_title a:before {
  background: #201212;
}
.modern_product_item:hover .item_title > a:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.modern_product_item .effect_wrap {
  overflow: hidden;
  position: relative;
}
.modern_product_item .item_price {
  top: 0%;
  left: 0px;
  display: flex;
  position: absolute;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.modern_product_item .item_price strong {
  height: 40px;
  color: #ffffff;
  padding: 0px 10px;
  line-height: 40px;
  margin-right: 20px;
  display: inline-block;
  background-color: #000000;
}
.modern_product_item .item_price del {
  font-size: 15px;
}
.modern_product_item:hover .item_price {
  top: -100%;
}
.modern_product_item .action_btns li {
  transform: translateY(41px);
  transition: all 0.3s ease-in-out;
}
.modern_product_item .action_btns li:not(:last-child) {
  margin-right: 5px;
}
.modern_product_item .action_btns a, .modern_product_item .action_btns button {
  height: 40px;
  display: block;
  font-size: 17px;
  min-width: 40px;
  font-weight: 500;
  padding: 0px 20px;
  line-height: 40px;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.modern_product_item .action_btns a.bg_black, .modern_product_item .action_btns button.bg_black {
  color: #ffffff;
}
.modern_product_item .action_btns a.bg_white, .modern_product_item .action_btns button.bg_white {
  color: #000000;
}
.modern_product_item:hover .action_btns li {
  transition-delay: 0.1s;
  transform: translateY(0px);
}

.modern_product_item.bg_lightyellow {
  background-color: #fff8e4;
}
.modern_product_item.bg_gray {
  background-color: #f3f3f3;
}
.modern_product_item.bg_sweet1 {
  background-color: #fdeae6;
}
.modern_product_item.bg_sweet2 {
  background-color: #f4e5dc;
}
.modern_product_item.bg_past {
  background-color: #eefaf9;
}
.modern_product_item.bg_pink {
  background-color: #feeff0;
}
.modern_product_item.bg_lightblue {
  background-color: #eaf6ff;
}
.modern_product_item.bg_light {
  background-color: #fcfaf3;
}

/* home modern - end */
/* home minimal - start */
.minimal_product_item {
  max-width: 370px;
  overflow: hidden;
  position: relative;
  margin: 30px auto 0px;
}
.minimal_product_item img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.minimal_product_item:hover img {
  opacity: 0.4;
}
.minimal_product_item .product_color {
  top: 20px;
  left: 20px;
  z-index: 1;
  position: absolute;
}
.minimal_product_item .product_color li:not(:last-child) {
  margin-bottom: 3px;
}
.minimal_product_item .item_content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 30px 40px;
  position: absolute;
}
.minimal_product_item .item_title {
  margin-bottom: 6px;
}
.minimal_product_item .item_title a {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.minimal_product_item:hover .item_title a {
  color: #da0a2c;
}
.minimal_product_item .item_category {
  display: block;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 15px;
}
.minimal_product_item .item_price {
  display: block;
  line-height: 1;
  font-size: 17px;
}
.minimal_product_item .product_label {
  top: 20px;
  z-index: 1;
  right: 20px;
  position: absolute;
}
.minimal_product_item .product_label li {
  font-size: 12px;
  font-weight: 600;
}
.minimal_product_item .product_action_btns {
  top: 45%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -45%);
}
.minimal_product_item .product_action_btns li {
  opacity: 0;
  transform: translateY(40px);
}
.minimal_product_item .product_action_btns li:not(:last-child) {
  margin: 0px;
  margin-bottom: 8px;
}
.minimal_product_item .product_action_btns a {
  color: #000000;
  line-height: 56px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.minimal_product_item:hover .product_action_btns li {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.minimal_product_item:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.1s;
}
.minimal_product_item:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.minimal_product_item:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.3s;
}

.product_list > ul > li:not(:last-child) {
  margin-bottom: 20px;
}

.small_product {
  display: flex;
  align-items: center;
}
.small_product .item_image {
  min-width: 60px;
  margin-right: 15px;
}
.small_product .item_title {
  margin-bottom: 8px;
}
.small_product .item_title a {
  font-size: 16px;
  font-weight: 500;
}
.small_product:hover .item_title a {
  text-decoration: underline;
}
.small_product .item_price {
  line-height: 1;
  display: block;
}

/* home minimal - end */
/* home medical - start */
.medical_tabs_nav li:not(:last-child) {
  margin-right: 5px;
}
.medical_tabs_nav a {
  display: block;
  line-height: 1;
  color: #030a0b;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
  padding: 11px 20px;
}
.medical_tabs_nav a:hover, .medical_tabs_nav a.active {
  color: #ffffff;
  background-color: #4e97fd;
}

.medical_product_group {
  border: 1px solid #f6f8fb;
}

.medical_product_item {
  padding: 30px;
  border: 1px solid #f6f8fb;
}
.medical_product_item .item_image {
  display: flex;
  min-height: 230px;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.medical_product_item .item_image img {
  max-height: 210px;
}
.medical_product_item .rating_star {
  margin-bottom: 10px;
}
.medical_product_item .item_title {
  margin-bottom: 10px;
}
.medical_product_item .item_title a {
  color: #2b57a2;
  font-size: 21px;
  font-weight: 400;
}
.medical_product_item:hover .item_title a {
  text-decoration: underline;
}
.medical_product_item .price_text {
  line-height: 1;
  display: block;
  color: #2b57a2;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.medical_product_item .addtocart_btn {
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 20px;
  border-radius: 3px;
  text-transform: uppercase;
}
.medical_product_item .addtocart_btn i {
  margin-right: 5px;
}
.medical_product_item .wishlist_btn {
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  color: #2d2d2d;
  line-height: 37px;
  text-align: center;
  position: absolute;
  background-color: #e6f0ff;
}
.medical_product_item .wishlist_btn:hover {
  color: #ffffff;
  background-color: #4e97fd;
}

/* home medical - end */
/* home lookbook - start */
.lookbook_product_item {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.lookbook_product_item:before {
  top: 0px;
  left: 50%;
  width: 0px;
  bottom: 0px;
  z-index: 1;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-color: rgba(16, 16, 16, 0.702);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.lookbook_product_item:hover:before {
  width: 100%;
  transition-delay: 0.1s;
}
.lookbook_product_item:after {
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  height: 50%;
  position: absolute;
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
}
.lookbook_product_item img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.lookbook_product_item:hover img {
  transform: scale(1.07);
}
.lookbook_product_item .item_content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 50px;
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.lookbook_product_item:hover .item_content {
  opacity: 0;
  filter: blur(10px);
  visibility: hidden;
}
.lookbook_product_item .item_price {
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 15px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #ff0000;
}
.lookbook_product_item .item_title {
  line-height: 1;
  color: #000000;
  font-size: 50px;
  font-weight: 700;
}
.lookbook_product_item .hover_content {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding: 30px;
  position: absolute;
  transform: translateY(-50%);
}
.lookbook_product_item .item_title2 {
  opacity: 0;
  line-height: 1;
  transform: translateY(20px);
}
.lookbook_product_item .item_title2 a {
  color: #ffffff;
  font-size: 45px;
}
.lookbook_product_item:hover .item_title2 {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
  transition: all 0.4s ease-in;
}
.lookbook_product_item .product_action_btns a {
  width: auto;
  height: 66px;
  color: #ffffff;
  min-width: 190px;
  text-align: center;
  padding: 15px 25px;
  border-radius: 45px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #262525;
}
.lookbook_product_item .product_action_btns a:hover {
  transform: unset;
  background-color: #ff0000;
}
.lookbook_product_item .product_action_btns a i {
  margin-right: 5px;
}
.lookbook_product_item .product_action_btns li {
  opacity: 0;
}
.lookbook_product_item .product_action_btns li:not(:last-child) {
  margin: 0px;
  margin-bottom: 5px;
}
.lookbook_product_item .product_action_btns li:nth-child(odd) {
  transform: translateX(-100px);
}
.lookbook_product_item .product_action_btns li:nth-child(even) {
  transform: translateX(100px);
}
.lookbook_product_item:hover .product_action_btns li {
  opacity: 1;
  transition-delay: 0.4s;
  transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.lookbook_product_item:hover .product_action_btns li:nth-child(odd) {
  transform: translateX(0px);
}
.lookbook_product_item:hover .product_action_btns li:nth-child(even) {
  transform: translateX(0px);
}

.lookbook_collection_carousel .carousel_nav button:nth-child(1) {
  left: 0px;
}
.lookbook_collection_carousel .carousel_nav button:nth-child(2) {
  right: 0px;
}

.lookbook_product_item2 {
  margin-top: 40px;
}
.lookbook_product_item2 .item_image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.lookbook_product_item2 .item_image img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.lookbook_product_item2:hover .item_image img {
  transform: scale(1.07);
}
.lookbook_product_item2 .item_price {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.lookbook_product_item2 .item_title a {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}
.lookbook_product_item2:hover .item_title a {
  color: #ff0000;
}

/* home lookbook - end */
/* home supermarket - start */
.supermarket_sidebar_tab {
  border-radius: 4px;
  background-color: #f8f8f8;
}
.supermarket_sidebar_tab .wrap_heade {
  border-radius: 4px;
  padding: 23px 35px;
}
.supermarket_sidebar_tab .wrap_heade h2 {
  color: #ffffff;
  line-height: 1;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
.supermarket_sidebar_tab .wrap_heade span {
  color: #ffffff;
  display: block;
  line-height: 1;
}
.supermarket_sidebar_tab ul {
  padding: 23px 0px;
}
.supermarket_sidebar_tab a {
  display: block;
  line-height: 1;
  color: #333e48;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
}
.supermarket_sidebar_tab a:after {
  top: 50%;
  right: -20px;
  width: 0px;
  height: 0px;
  content: "";
  opacity: 0;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border-top: 12px solid transparent;
  border-left: 12px solid #cc1414;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.supermarket_sidebar_tab a:hover:after, .supermarket_sidebar_tab a.active:after {
  opacity: 1;
  right: -24px;
}

.supermarket_product_columns {
  border: 0.5px solid #efefef;
}
.supermarket_product_columns > li {
  padding: 20px;
  border: 0.5px solid #efefef;
}
.supermarket_product_columns.has_4columns > li {
  width: 25%;
}
.supermarket_product_columns.has_3columns > li {
  width: 33.333%;
}

.supermarket_product_item {
  position: relative;
}
.supermarket_product_item .product_label {
  top: 10px;
  z-index: 2;
  right: 10px;
  position: absolute;
}
.supermarket_product_item .product_label li {
  height: 25px;
  font-size: 12px;
  min-width: 50px;
  padding: 0px 5px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
}
.supermarket_product_item .product_label li:not(:last-child) {
  margin: 0px;
  margin-bottom: 5px;
}
.supermarket_product_item .item_image {
  display: flex;
  min-height: 230px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  background-color: #f5f5f5;
}
.supermarket_product_item .item_image img {
  max-height: 200px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.supermarket_product_item:hover .item_image img {
  opacity: 0.6;
}
.supermarket_product_item .item_type {
  display: block;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 8px;
  color: #cc1414;
}
.supermarket_product_item .item_title {
  margin-bottom: 10px;
}
.supermarket_product_item .item_title a {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}
.supermarket_product_item:hover .item_title a {
  color: #cc1414;
}
.supermarket_product_item .item_price strong {
  color: #343f49;
  font-size: 20px;
  font-weight: 600;
}
.supermarket_product_item .item_price del {
  color: #bbbbbb;
  font-size: 13px;
  margin-left: 5px;
  display: inline-block;
}

.supermarket_tab_nav li:not(:last-child) {
  margin-right: 5px;
}
.supermarket_tab_nav a {
  color: #7b8186;
  display: block;
  line-height: 1;
  font-size: 15px;
  padding: 10px 20px;
  border: 2px solid transparent;
}
.supermarket_tab_nav a:hover, .supermarket_tab_nav a.active {
  color: #333e48;
  background-color: #ffffff;
  border-color: #cc1414;
}

.supermarket_product_listlayout {
  display: flex;
  align-items: center;
}
.supermarket_product_listlayout .item_image {
  width: 250px;
  position: relative;
  margin-right: 20px;
}
.supermarket_product_listlayout .item_image .item {
  width: 100%;
  display: flex;
  min-height: 335px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.supermarket_product_listlayout .item_image img {
  max-height: 280px;
}
.supermarket_product_listlayout .item_image .slick-dots {
  bottom: 15px;
}
.supermarket_product_listlayout .countdown_timer {
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 15px;
  position: absolute;
}
.supermarket_product_listlayout .countdown_timer strong, .supermarket_product_listlayout .countdown_timer span {
  color: 333333;
  font-size: 10px;
}
.supermarket_product_listlayout .countdown_timer.content_inbox li {
  width: 45px;
  height: 45px;
  padding: 12px 5px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.1);
}
.supermarket_product_listlayout .countdown_timer.content_inbox li:not(:last-child) {
  margin-right: 5px;
}
.supermarket_product_listlayout .item_type {
  height: 20px;
  color: #ffffff;
  font-size: 10px;
  min-width: 60px;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}
.supermarket_product_listlayout .item_title {
  margin-top: 5px;
  margin-bottom: 15px;
}
.supermarket_product_listlayout .item_title a {
  color: #333e48;
  font-size: 24px;
  font-weight: 500;
}
.supermarket_product_listlayout:hover .item_title a {
  color: #cc1414;
}
.supermarket_product_listlayout .product_action_btns {
  margin-bottom: 20px;
}
.supermarket_product_listlayout .product_action_btns li:not(:last-child) {
  margin-right: 8px;
}
.supermarket_product_listlayout .product_action_btns a {
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 44px;
  border-radius: 100%;
  background-color: #283138;
}
.supermarket_product_listlayout .product_action_btns a:hover {
  transform: unset;
  background-color: #cc1414;
}
.supermarket_product_listlayout .product_action_btns .addtocart_btn {
  width: auto;
  padding: 0px 20px;
  border-radius: 45px;
  background-color: #cc1414;
}
.supermarket_product_listlayout .product_action_btns .addtocart_btn:hover {
  background-color: #0062bd;
}
.supermarket_product_listlayout .info_list li {
  display: flex;
  align-items: center;
}
.supermarket_product_listlayout .info_list li:not(:last-child) {
  margin-bottom: 10px;
}
.supermarket_product_listlayout .info_list .item_icon {
  min-width: 30px;
  height: 30px;
  color: #2d2f30;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #f1faff;
}
.supermarket_product_listlayout .info_list p {
  font-size: 14px;
  line-height: 1.2;
}

.bestseller_wrap .supermarket_section_title .sub_title {
  font-size: 14px;
}
.bestseller_wrap .supermarket_section_title .title_text {
  font-size: 30px;
}

.supermarket_product_small {
  display: flex;
  align-items: center;
}
.supermarket_product_small:not(:last-child) {
  margin-bottom: 20px;
}
.supermarket_product_small .item_image {
  height: 160px;
  display: flex;
  min-width: 160px;
  margin-right: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #f1f2f4;
}
.supermarket_product_small .item_image img {
  max-height: 130px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.supermarket_product_small:hover .item_image img {
  opacity: 0.6;
}
.supermarket_product_small .product_label {
  top: 10px;
  z-index: 2;
  right: 10px;
  position: absolute;
}
.supermarket_product_small .product_label li {
  height: 25px;
  font-size: 12px;
  min-width: 50px;
  padding: 0px 5px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
}
.supermarket_product_small .product_label li:not(:last-child) {
  margin: 0px;
  margin-bottom: 5px;
}
.supermarket_product_small .item_type {
  line-height: 1;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.supermarket_product_small .item_title {
  margin-bottom: 10px;
}
.supermarket_product_small .item_title a {
  color: #0062bd;
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.supermarket_product_small:hover .item_title a {
  color: #cc1414;
}
.supermarket_product_small .item_price {
  display: block;
  line-height: 1;
  color: #333e48;
  font-size: 15px;
  margin-bottom: 10px;
}

/* home supermarket - end */
/* home creative onelook - start */
.onelook_carousel_wrap1 .slideshow3_slider .slick-list {
  padding: 50px 0px;
}

.onelook_product1 {
  z-index: 1;
  padding: 40px;
  position: relative;
}
.onelook_product1:before {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  height: 60%;
  position: absolute;
  border: 2px solid #20293a;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.onelook_product1:hover:before {
  height: 100%;
  background-color: #20293a;
  box-shadow: 0px 5px 73px 0px rgba(255, 11, 32, 0.21);
}
.onelook_product1 .item_image {
  display: flex;
  min-height: 370px;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.onelook_product1 .item_image img {
  max-height: 330px;
}
.onelook_product1 .item_title {
  margin-bottom: 15px;
}
.onelook_product1 .item_title a {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
.onelook_product1:hover .item_title a {
  color: #ff0b20;
}
.onelook_product1 span {
  display: block;
  line-height: 1;
  color: #a1a1a1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.onelook_product1 p {
  color: #9a9b9d;
  font-size: 15px;
}

.onelook_carousel_wrap1 .slick-arrow,
.onelook_carousel_wrap2 .slick-arrow {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.onelook_carousel_wrap1 .slick-arrow:before,
.onelook_carousel_wrap2 .slick-arrow:before {
  color: #ffffff;
  background-color: #20293a;
}
.onelook_carousel_wrap1 .slick-arrow:hover:before,
.onelook_carousel_wrap2 .slick-arrow:hover:before {
  color: #ffffff;
  background-color: #ff0b20;
}
.onelook_carousel_wrap1 .slick-prev,
.onelook_carousel_wrap2 .slick-prev {
  left: -120px;
}
.onelook_carousel_wrap1 .slick-next,
.onelook_carousel_wrap2 .slick-next {
  right: -120px;
}

.onelook_carousel_wrap2 .slideshow4_slider {
  border: 1px solid #20293a;
}
.onelook_carousel_wrap2 .slideshow4_slider .item {
  border: 1px solid #20293a;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.onelook_carousel_wrap2 .slideshow4_slider .item:hover {
  border-color: #ff0b20;
}

.onelook_product2 {
  padding: 30px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.onelook_product2 .item_image {
  display: flex;
  min-height: 260px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.onelook_product2 .item_image img {
  max-height: 250px;
}
.onelook_product2 .item_title {
  margin-bottom: 15px;
}
.onelook_product2 .item_title a {
  color: #ffffff;
  font-size: 26px;
}
.onelook_product2:hover .item_title a {
  color: #ff0b20;
}
.onelook_product2 .item_price {
  display: block;
  line-height: 1;
  font-size: 18px;
}

.onelook_carousel_wrap3 .slideshow1_slider {
  max-width: 660px;
  margin: 0px auto;
}
.onelook_carousel_wrap3 .slideshow1_slider .item {
  padding: 0px 15px;
}
.onelook_carousel_wrap3 .item_title {
  margin-bottom: 15px;
}
.onelook_carousel_wrap3 .item_title a {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
}
.onelook_carousel_wrap3 .carousel_nav button {
  top: 30%;
  position: absolute;
  transform: translateY(-30%);
}
.onelook_carousel_wrap3 .carousel_nav .left_arrow {
  left: 200px;
}
.onelook_carousel_wrap3 .carousel_nav .right_arrow {
  right: 200px;
}

.onelook_product3 .item_image {
  height: 360px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  display: inline-block;
  justify-content: center;
}
.onelook_product3 .item_image img {
  max-height: 350px;
}
.onelook_product3 .item_price {
  margin-bottom: 15px;
}
.onelook_product3 .item_price del {
  color: #cccccc;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
}
.onelook_product3 .item_price strong {
  font-size: 18px;
  font-weight: 700;
}
.onelook_product3 .item_title {
  margin-bottom: 15px;
}
.onelook_product3 .item_title a {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
}
.onelook_product3:hover .item_title a {
  color: #ff0b20;
}
.onelook_product3 .rating_value {
  color: #ff0b20;
}
.onelook_product3 p {
  font-size: 15px;
  margin-bottom: 25px;
}
.onelook_product3 .btns_group li:not(:last-child) {
  margin-right: 30px;
}
.onelook_product3 .quantity_input span, .onelook_product3 .quantity_input input {
  float: left;
  height: 55px;
  border: none;
  outline: none;
  color: #cfcfcf;
  text-align: center;
  border-radius: 0px;
  display: inline-block;
  background-color: #ffffff;
}
.onelook_product3 .quantity_input span {
  width: 55px;
  cursor: pointer;
  font-size: 20px;
  line-height: 55px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.onelook_product3 .quantity_input span:hover {
  color: #ffffff;
  background-color: #2f2c2c;
}
.onelook_product3 .quantity_input input {
  width: 80px;
  border-left: 1px solid #e3e9e9;
  border-right: 1px solid #e3e9e9;
}

/* home creative onelook - end */
/* home fashion minimal - start */
.fm_tabs_nav li:not(:last-child) {
  margin-right: 70px;
}
.fm_tabs_nav a {
  display: block;
  color: #949494;
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
}
.fm_tabs_nav a:hover, .fm_tabs_nav a.active {
  color: #ff5656;
}

.fashion_minimal_product {
  margin-top: 50px;
  position: relative;
}
.fashion_minimal_product .item_image {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.fashion_minimal_product .image_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.fashion_minimal_product img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fashion_minimal_product:hover img {
  transform: scale(1.05);
}
.fashion_minimal_product .product_label {
  top: 30px;
  left: 30px;
  z-index: 1;
  position: absolute;
}
.fashion_minimal_product .product_label li {
  height: 26px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.fashion_minimal_product .product_label li:not(:last-child) {
  margin-right: 8px;
}
.fashion_minimal_product .addto_wishlist {
  top: 28px;
  right: 30px;
  width: 30px;
  height: 30px;
  color: #232323;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  background-color: #ffffff;
}
.fashion_minimal_product .addto_wishlist:hover {
  color: #ffffff;
  background-color: #ff5656;
}
.fashion_minimal_product .coming_soon {
  left: 30px;
  bottom: 30px;
  height: 36px;
  color: #1c1f23;
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  padding: 0px 12px;
  position: absolute;
  text-align: center;
  background-color: #ffffff;
  transition: 0.3s ease;
}
.fashion_minimal_product .product_action_btns {
  left: 0px;
  right: 0px;
  z-index: 2;
  bottom: 30px;
  position: absolute;
}
.fashion_minimal_product .product_action_btns a {
  height: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 52px;
  text-align: center;
  border-radius: 0px;
  background-color: #252424;
}
.fashion_minimal_product .product_action_btns li {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
}
.fashion_minimal_product .product_action_btns li:nth-child(2) a {
  width: auto;
  font-size: 13px;
  min-width: 190px;
  font-weight: 700;
  background-color: #ff5656;
}
.fashion_minimal_product:hover .product_action_btns li {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.fashion_minimal_product:hover .product_action_btns li:nth-child(1) {
  transition-delay: 0.1s;
}
.fashion_minimal_product:hover .product_action_btns li:nth-child(2) {
  transition-delay: 0.2s;
}
.fashion_minimal_product:hover .product_action_btns li:nth-child(3) {
  transition-delay: 0.3s;
}
.fashion_minimal_product:hover .coming_soon {
  opacity: 0;
  transition: 0.3s ease;
  left: 0;
}
.fashion_minimal_product .item_title a {
  color: #232323;
  font-size: 24px;
  font-weight: 400;
}
.fashion_minimal_product:hover .item_title a {
  color: #ff5656;
}
.fashion_minimal_product .item_price {
  line-height: 1;
  display: inline-block;
}
.fashion_minimal_product .item_price strong {
  font-size: 700;
  color: #232323;
  font-size: 22px;
}
.fashion_minimal_product .item_price del {
  font-size: 18px;
  margin-left: 5px;
  display: inline-block;
}
.fashion_minimal_product .item_color li:not(:last-child) {
  margin-right: 6px;
}
.fashion_minimal_product .item_color a {
  width: 20px;
  height: 20px;
  display: block;
}

/* home fashion minimal - end */
/* home parallax shop - start */
.ps_tabs_menu li:not(:last-child) {
  margin-right: 35px;
}
.ps_tabs_menu a {
  color: #111111;
  display: block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.ps_tabs_menu a:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #111111;
  transition: width 0.2s linear;
}
.ps_tabs_menu a:hover:before, .ps_tabs_menu a.active:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.ps_proguct_item {
  margin-top: 40px;
  position: relative;
}
.ps_proguct_item .product_label {
  top: 20px;
  right: 20px;
  z-index: 1;
  position: absolute;
}
.ps_proguct_item .product_label li {
  height: 26px;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
}
.ps_proguct_item img {
  width: 100%;
  display: block;
}
.ps_proguct_item .item_image {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.ps_proguct_item .product_action_btns {
  left: 20px;
  z-index: 1;
  opacity: 0;
  bottom: 20px;
  position: absolute;
  visibility: hidden;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.ps_proguct_item .product_action_btns li:not(:last-child) {
  margin-right: 0px;
  border-right: 1px solid #3b3b3b;
}
.ps_proguct_item .product_action_btns a {
  width: auto;
  height: 60px;
  font-size: 14px;
  min-width: 60px;
  font-weight: 600;
  padding: 0px 18px;
  line-height: 62px;
  border-radius: 0px;
  text-align: center;
  background-color: transparent;
}
.ps_proguct_item .product_action_btns a:hover {
  color: #ffffff;
  background-color: #b67c5a;
}
.ps_proguct_item:hover .product_action_btns {
  opacity: 1;
  visibility: visible;
}
.ps_proguct_item:hover .product_action_btns a {
  color: #ffffff;
}
.ps_proguct_item:hover .product_action_btns a:hover {
  transform: unset;
}
.ps_proguct_item .item_title {
  line-height: 1;
  margin-bottom: 15px;
}
.ps_proguct_item .item_title a {
  color: #1c1f23;
  font-size: 24px;
}
.ps_proguct_item:hover .item_title a {
  color: #b67c5a;
}
.ps_proguct_item .item_price {
  line-height: 1;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #b67c5a;
}

/* home parallax shop - end */
/* home simple shop - start */
.ss_product_carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.ss_product_carousel .item {
  padding-left: 15px;
  padding-right: 15px;
}

.ss_product_item {
  margin-top: 50px;
}
.ss_product_item img {
  width: 100%;
  display: block;
}
.ss_product_item .item_title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.ss_product_item .item_title a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.ss_product_item:hover .item_title a {
  color: #bf2626;
}
.ss_product_item .rating_star li {
  color: #bf2626;
}
.ss_product_item .product_color li:not(:last-child) {
  margin-right: 5px;
}
.ss_product_item .item_price {
  display: block;
  line-height: 1;
  color: #000000;
  font-weight: 500;
}

/* home simple shop - end */
/* shop page - end
==================================================================================================== */
/* details pages - start
==================================================================================================== */
/* details section - start */
.details_section .list_title {
  display: block;
  line-height: 1;
  font-size: 18px;
}
.details_section .title_text {
  font-size: 20px;
}
.details_section .circle_social_links a {
  width: 40px;
  height: 40px;
  font-size: 14px;
}

.shop_details_image .scale_btn {
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #efefef;
}

.dotted_info_list li {
  position: relative;
  padding-left: 25px;
}
.dotted_info_list li:not(:last-child) {
  margin-bottom: 15px;
}
.dotted_info_list li:before {
  top: 10px;
  left: 0px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #666666;
}

.check_info_list li {
  font-weight: 600;
}
.check_info_list li:not(:last-child) {
  margin-bottom: 6px;
}

blockquote {
  padding-left: 40px;
  padding-bottom: 10px;
  border-left: 5px solid #e6e6e6;
}
blockquote .blockquote_title {
  font-size: 16px;
}

.item_tag_list {
  margin: -5px;
  margin-bottom: 45px;
}
.item_tag_list li {
  padding: 5px;
}
.item_tag_list a {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 15px;
  padding: 9px 15px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}
.item_tag_list a:hover {
  color: #ffffff;
  border-color: #ce0b2b;
  background-color: #ce0b2b;
}

.post_share_box {
  display: flex;
  padding: 30px 35px;
  border-radius: 3px;
  align-items: center;
  justify-content: space-between;
}
.post_share_box .wrap_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.other_post_wrap {
  display: flex;
  justify-content: space-between;
}
.other_post_wrap .other_post {
  padding: 15px;
  width: 40%;
  color: #333333;
}
.other_post_wrap .other_post:first-child {
  text-align: left;
}
.other_post_wrap .other_post:last-child {
  text-align: right;
}
.other_post_wrap .other_post span, .other_post_wrap .other_post small {
  display: block;
}
.other_post_wrap .other_post small {
  font-size: 14px;
  font-weight: 600;
  color: #ce0b2b;
  margin-bottom: 5px;
}
.other_post_wrap .other_post span {
  color: #333333;
  font-size: 17px;
  font-weight: 700;
}
.other_post_wrap .other_post:hover span {
  color: #ce0b2b;
}
.other_post_wrap .other_post i {
  font-size: 18px;
}

.post_author {
  padding: 30px;
  border-radius: 3px;
}
.post_author .author_image {
  float: left;
  width: 160px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}
.post_author .author_info_content {
  display: table;
}
.post_author .author_name {
  font-size: 24px;
  margin-bottom: 10px;
}
.post_author .author_name span {
  font-size: 20px;
}

.comment_form .form_item input, .comment_form .form_item textarea {
  background-color: #f3f4f6;
}
.comment_form .form_item textarea {
  min-height: 160px;
}

.product_info li {
  color: #3d3d3d;
  font-size: 17px;
}
.product_info li:not(:last-child) {
  margin-bottom: 5px;
}
.product_info strong {
  margin-right: 10px;
  display: inline-block;
}
.product_info a {
  color: #3d3d3d;
  position: relative;
}
.product_info a:hover {
  color: #ce0b2b;
}
.product_info a:not(:last-child) {
  margin-right: 5px;
}
.product_info a:after {
  content: ",";
  display: inline-block;
}
.product_info a:last-child:after {
  display: none;
}

.details_description_tab .nav {
  margin-bottom: 35px;
  border-bottom: 1px solid #cccccc;
}
.details_description_tab .nav li:not(:last-child) {
  margin-right: 50px;
}
.details_description_tab .nav a {
  color: #cccccc;
  line-height: 1;
  display: block;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  font-family: "Jost", sans-serif;
}
.details_description_tab .nav a:before {
  left: 0px;
  right: 0px;
  bottom: -1px;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  background-color: #000000;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.details_description_tab .nav a:hover, .details_description_tab .nav a.active {
  color: #333333;
}
.details_description_tab .nav a:hover:before, .details_description_tab .nav a.active:before {
  opacity: 1;
}

.shop_details .popular_products_area .title_text {
  font-size: 35px;
}

/* details section - end */
/* blog details - start */
.blog_details .post_meta {
  margin-bottom: 15px;
}
.blog_details .item_title {
  font-size: 30px;
}

.related_post_carousel .slideshow3_slider {
  margin-left: -10px;
  margin-right: -10px;
}
.related_post_carousel .item {
  padding-left: 10px;
  padding-right: 10px;
}
.related_post_carousel .carousel_nav {
  top: -8px;
  right: 0px;
  position: absolute;
}
.related_post_carousel .carousel_nav button {
  width: 40px;
  height: 40px;
}
.related_post_carousel .carousel_nav button:not(:last-child) {
  margin-right: 3px;
}
.related_post_carousel .blog_grid {
  margin: 0px;
}
.related_post_carousel .blog_grid .blog_content {
  padding-top: 15px;
}
.related_post_carousel .blog_grid .post_meta {
  margin-bottom: 8px;
}
.related_post_carousel .blog_grid .blog_title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.related_post_carousel .blog_grid .blog_title > a {
  font-size: 20px;
  font-weight: 600;
}
.related_post_carousel .blog_grid p {
  font-size: 14px;
}

/* blog details - end */
/* shop details - start */
.shop_details .list_title {
  font-weight: 700;
  color: #3d3d3d;
}

.shop_details_image img {
  width: 100%;
  display: block;
}
.shop_details_image .nav {
  margin: -10px;
  margin-top: 10px;
}
.shop_details_image .nav li {
  width: 25%;
  padding: 10px;
}
.shop_details_image .nav a {
  display: block;
  overflow: hidden;
}

.shop_details_content .mb_30 {
  margin-bottom: 25px;
}
.shop_details_content .item_title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.shop_details_content .item_price {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.shop_details_content .item_brand .brand_title {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  margin-right: 15px;
  font-family: "Jost", sans-serif;
}
.shop_details_content .item_brand .brand_image {
  width: 120px;
  height: 60px;
}
.shop_details_content .rating_review_wrap {
  color: #333333;
}
.shop_details_content .rating_review_wrap span {
  margin-left: 20px;
  position: relative;
}
.shop_details_content .rating_review_wrap span:after {
  width: 1px;
  content: "";
  height: 13px;
  margin: 0px 12px;
  display: inline-block;
  background-color: #333333;
}
.shop_details_content .rating_review_wrap button:hover {
  color: #ce0b2b;
}
.shop_details_content p {
  font-size: 20px;
  color: #2e2e2e;
}
.shop_details_content .item_color_list li:not(:last-child) {
  margin-right: 15px;
}
.shop_details_content .item_color_list button {
  display: flex;
  color: #838383;
  font-size: 17px;
  align-items: center;
  font-family: "Jost", sans-serif;
}
.shop_details_content .item_color_list span {
  width: 30px;
  height: 30px;
  display: flex;
  margin-right: 5px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  border: 1px solid #b6b8ba;
}
.shop_details_content .item_color_list small {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.shop_details_content .item_size_list li:not(:last-child) {
  margin-right: 10px;
}
.shop_details_content .item_size_list li:last-child {
  margin-left: 20px;
}
.shop_details_content .item_size_list button {
  width: 50px;
  height: 50px;
  color: #3d3d3d;
  font-weight: 700;
  border: 1px solid #030303;
}
.shop_details_content .item_size_list button:hover {
  color: #ffffff;
  border-color: #ce0b2b;
  background-color: #ce0b2b;
}
.shop_details_content .size_guide {
  color: #3d3d3d;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}
.shop_details_content .size_guide:hover {
  color: #ce0b2b;
}
.shop_details_content .btns_group_1 li:not(:last-child) {
  margin-right: 10px;
}
.shop_details_content .quantity_input {
  border-radius: 0px;
  border-color: #000000;
}
.shop_details_content .quantity_input span {
  width: 30px;
  margin: 0px;
  height: 30px;
  color: #000000;
  font-size: 24px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #e9e9e9;
}
.shop_details_content .quantity_input span:hover {
  color: #ce0b2b;
}
.shop_details_content .btns_group_2 li:not(:last-child) {
  margin-right: 30px;
}
.shop_details_content .btns_group_2 a {
  color: #3d3d3d;
  font-size: 18px;
  align-items: center;
  display: inline-flex;
}
.shop_details_content .btns_group_2 a span {
  width: 35px;
  height: 35px;
  display: flex;
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.shop_details_content .btns_group_2 a:hover {
  color: #ce0b2b;
}
.shop_details_content .btns_group_2 a:hover span {
  background-color: #ce0b2b;
}
.shop_details_content .option_select {
  margin-bottom: 20px;
}
.shop_details_content .option_select .nice-select {
  line-height: 56px;
  padding: 0px 15px;
  border: 2px solid #000000;
}
.shop_details_content .share_links .list_title {
  margin-right: 10px;
}
.shop_details_content .share_links .circle_social_links a {
  width: 50px;
  height: 50px;
  color: #333333;
  background: transparent;
  border: 2px solid #333333;
}
.shop_details_content .share_links .circle_social_links a:hover {
  color: #ffffff;
  background-color: #333333;
}

/* shop details - end */
/* carparts shop details - start */
.fd_price_list li {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
}
.fd_price_list strong {
  font-size: 24px;
  color: #040404;
}

.instuck_text {
  font-size: 18px;
  color: #040404;
}

.fashion_details .option_select .nice-select {
  height: 50px;
  line-height: 48px;
  border: 1px solid #e5e5e5;
}
.fashion_details .form_item input {
  height: 50px;
  border: 1px solid #e5e5e5;
}
.fashion_details .form_item input:focus {
  border-color: #ff1d25;
}

.fd_description_tab {
  font-size: 18px;
}
.fd_description_tab .nav {
  padding-left: 1px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.fd_description_tab .nav a {
  display: flex;
  line-height: 1;
  font-weight: 600;
  margin-left: -1px;
  padding: 15px 30px;
  margin-bottom: -1px;
  align-items: center;
  color: #040404;
  justify-content: center;
  border: 1px solid #eaeaea;
}
.fd_description_tab .nav a:hover, .fd_description_tab .nav a.active {
  color: #ffffff;
  border-color: #040404;
  background-color: #040404;
}
.fd_description_tab .list_title {
  font-size: 20px;
}

/* carparts shop details - end */
/* furniture details - start */
.furniture_details .shop_details_image {
  position: relative;
  padding-right: 155px;
}
.furniture_details .nav_wrap {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 125px;
  display: flex;
  position: absolute;
  align-items: center;
}
.furniture_details .nav_wrap .nav {
  margin: 0px;
}
.furniture_details .nav_wrap .nav li {
  width: 100%;
  padding: 0px;
}
.furniture_details .nav_wrap .nav li:not(:last-child) {
  margin-bottom: 15px;
}
.furniture_details .nav_wrap .nav a {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  background-color: #000000;
}
.furniture_details .nav_wrap .nav a:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  color: #ffffff;
  line-height: 1;
  font-size: 26px;
  font-weight: 400;
  content: "";
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
}
.furniture_details .nav_wrap .nav a img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.furniture_details .nav_wrap .nav a:hover:before, .furniture_details .nav_wrap .nav a.active:before {
  opacity: 1;
}
.furniture_details .nav_wrap .nav a:hover img, .furniture_details .nav_wrap .nav a.active img {
  opacity: 0.25;
}
.furniture_details .action_btn {
  width: 60px;
  height: 60px;
  color: #000000;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #e8e8e8;
}
.furniture_details .action_btn:hover {
  color: #ffffff;
  border-color: #bd896b;
  background-color: #bd896b;
}
.furniture_details .circle_social_links a {
  border: 1px solid #e8e8e8;
  background-color: transparent;
}
.furniture_details .circle_social_links a:hover {
  color: #ffffff;
  border-color: #bd896b;
  background-color: #bd896b;
}

.quantity_input.f2p_quantity {
  width: 77px;
  padding: 0px;
  display: block;
  border: 1px solid #e8e8e8;
}
.quantity_input.f2p_quantity input {
  width: 50%;
  float: left;
  height: 58px;
  border-right: 1px solid #e8e8e8;
}
.quantity_input.f2p_quantity .btns {
  width: 50%;
  float: right;
}
.quantity_input.f2p_quantity span {
  width: 100%;
  height: 28px;
  font-size: 20px;
  background-color: transparent;
}
.quantity_input.f2p_quantity span:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.f2d_description_tab {
  font-size: 16px;
}
.f2d_description_tab .title_text {
  font-size: 35px;
  font-weight: 700;
}
.f2d_description_tab .image_wrap img {
  width: 100%;
  display: block;
}
.f2d_description_tab .nav {
  padding: 31.5px 30px;
  border: 1px solid #eaeaea;
}
.f2d_description_tab .nav li:not(:last-child) {
  margin-right: 40px;
}
.f2d_description_tab .nav a {
  line-height: 1;
  display: block;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  padding: 0px 23px;
  position: relative;
}
.f2d_description_tab .nav a:after, .f2d_description_tab .nav a:before {
  top: 50%;
  opacity: 0;
  content: "";
  height: 2px;
  width: 17px;
  position: absolute;
  background-color: #f0653c;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.f2d_description_tab .nav a:before {
  left: -10px;
}
.f2d_description_tab .nav a:after {
  right: -10px;
}
.f2d_description_tab .nav a:hover, .f2d_description_tab .nav a.active {
  color: #f0653c;
}
.f2d_description_tab .nav a:hover:after, .f2d_description_tab .nav a:hover:before, .f2d_description_tab .nav a.active:after, .f2d_description_tab .nav a.active:before {
  opacity: 1;
}
.f2d_description_tab .nav a:hover:before, .f2d_description_tab .nav a.active:before {
  left: 0px;
}
.f2d_description_tab .nav a:hover:after, .f2d_description_tab .nav a.active:after {
  right: 0px;
}

/* furniture details - end */
/* gadget details - start */
.gadget_details_section .nav {
  margin: -5px;
}
.gadget_details_section .nav li {
  width: 20%;
  padding: 5px;
}
.gadget_details_section .nav a {
  height: 110px;
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  border: 2px solid #d9d9d9;
}
.gadget_details_section .nav a:hover, .gadget_details_section .nav a.active {
  border-color: #ff0000;
}
.gadget_details_section .nav a img {
  max-width: 70%;
}
.gadget_details_section .shop_details_content {
  padding-left: 30px;
}
.gadget_details_section .item_price {
  font-size: 45px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.gadget_details_section .sold_tile {
  font-size: 18px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.gadget_details_section .sold_tile small {
  font-size: 18px;
  font-weight: 400;
}
.gadget_details_section .item_title {
  color: #0e0e0e;
  line-height: 1;
  font-size: 60px;
  margin-bottom: 20px;
}
.gadget_details_section p {
  font-size: 18px;
  line-height: 1.5;
}
.gadget_details_section .instuck_text {
  font-size: 26px;
}
.gadget_details_section .btns_group_1 li:not(:last-child) {
  margin-right: 30px;
}
.gadget_details_section .quantity_input {
  border-radius: 45px;
}
.gadget_details_section .quantity_input span {
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: #ff0000;
}
.gadget_details_section .quantity_input span:hover {
  color: #ffffff;
}
.gadget_details_section .quantity_input span.input_number_decrement {
  margin-left: -33px;
}
.gadget_details_section .quantity_input span.input_number_increment {
  margin-right: -33px;
}

.gadget_product_info li {
  display: flex;
  line-height: 1;
  align-items: center;
  font-family: "Oswald", sans-serif;
}
.gadget_product_info li:not(:last-child) {
  margin-bottom: 15px;
}
.gadget_product_info span {
  color: #313131;
  font-size: 20px;
  min-width: 180px;
  font-weight: 500;
  position: relative;
  padding-right: 110px;
  display: inline-block;
}
.gadget_product_info span:after {
  top: 50%;
  right: 0px;
  height: 1px;
  content: "";
  width: 100px;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: #ff0000;
}
.gadget_product_info small {
  height: 40px;
  font-size: 16px;
  padding: 10px 20px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #efefef;
}

.gadget_product_description .deco_image_1 {
  top: -90px;
  right: 0px;
}
.gadget_product_description .deco_image_2 {
  right: 0px;
  bottom: -180px;
}
.gadget_product_description .info_video_wrap .play_btn {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
.gadget_product_description .info_video_wrap ul {
  color: #313131;
  font-size: 17px;
  font-weight: 700;
  padding-left: 20px;
  font-family: "Oswald", sans-serif;
}
.gadget_product_description .info_video_wrap ul i {
  color: #ff0000;
}

/* gadget details - end */
/* modern details - start */
.modern_details_section {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
.modern_details_section p {
  color: #acacac;
}
.modern_details_section .sub_title {
  font-size: 20px;
  font-weight: 300;
}
.modern_details_section .item_title {
  font-size: 50px;
}
.modern_details_section .item_price {
  display: flex;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  font-family: "Oswald", sans-serif;
}
.modern_details_section .item_price span {
  padding: 5px 8px;
  margin-right: 20px;
  display: inline-block;
}
.modern_details_section .rating_star li {
  font-size: 16px;
}
.modern_details_section .btns_group {
  margin: -5px;
}
.modern_details_section .btns_group li {
  width: 50%;
  padding: 5px;
}
.modern_details_section .btns_group li:last-child {
  width: 100%;
}
.modern_details_section .btns_group .custom_btn {
  width: 100%;
}
.modern_details_section .fd_description_tab a {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.modern_product_info li {
  display: flex;
  color: #464343;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  font-family: "Oswald", sans-serif;
}
.modern_product_info li:not(:last-child) {
  margin-bottom: 8px;
}
.modern_product_info span {
  color: #000000;
  min-width: 150px;
  padding-right: 15px;
  display: inline-block;
}
.modern_product_info .material_items a {
  height: 35px;
  color: #878787;
  line-height: 1;
  font-size: 15px;
  min-width: 70px;
  padding: 5px 8px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 3px solid #e4e4e4;
}
.modern_product_info .material_items a:hover {
  border-color: #fc4c4b;
}
.modern_product_info .material_items a:not(:last-child) {
  margin-right: 10px;
}

/* modern details - end */
/* lookbook creative details - start */
.lc_details_section .shop_details_content {
  color: #acacac;
  font-size: 20px;
  max-width: 860px;
  padding: 100px 130px;
  font-family: "Oswald", sans-serif;
}
.lc_details_section p {
  color: #acacac;
}
.lc_details_section .item_price {
  display: block;
  line-height: 1;
  font-size: 28px;
  color: #ff0000;
  font-family: "Oswald", sans-serif;
}
.lc_details_section .item_title {
  line-height: 1;
  font-size: 70px;
}
.lc_details_section .item_code {
  display: block;
  line-height: 1;
}
.lc_details_section .child_images li:not(:last-child) {
  margin-right: 15px;
}
.lc_details_section .list_title {
  color: #acacac;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.lc_details_section .size_list li:not(:last-child) {
  margin-right: 5px;
}
.lc_details_section .size_list button {
  width: 46px;
  height: 46px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #e7e7e7;
}
.lc_details_section .size_list button:hover {
  color: #ffffff;
  border-color: #ff0000;
  background-color: #ff0000;
}
.lc_details_section .size_help_btn {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.lc_details_section .size_help_btn:hover {
  color: #ff0000;
}
.lc_details_section .details_image img {
  width: 100%;
  display: block;
}

/* lookbook creative details - end */
/* electronic details - start */
.electronic_details .details_image .image_wrap {
  height: 670px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
}
.electronic_details .details_image .image_wrap img {
  max-height: 500px;
}
.electronic_details .details_image .nav {
  z-index: 1;
  left: 30px;
  bottom: 30px;
  position: absolute;
}
.electronic_details .details_image .nav li {
  width: 90px;
  height: 90px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}
.electronic_details .details_image .nav li:not(:last-child) {
  margin-right: 10px;
}
.electronic_details .details_image .nav li img {
  max-height: 60px;
}
.electronic_details .item_title {
  color: #333e48;
  font-size: 32px;
}
.electronic_details .add_review_btn {
  margin-left: 10px;
  text-decoration: underline;
}
.electronic_details .action_btns a {
  line-height: 1;
  color: #848484;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
}
.electronic_details .action_btns a:hover {
  color: #0063d1;
}
.electronic_details .action_btns a:not(:last-child) {
  margin-right: 30px;
}
.electronic_details .action_btns span {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #f0f0f0;
}
.electronic_details .product_info_list {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
}
.electronic_details .product_info_list li {
  padding-left: 20px;
  position: relative;
}
.electronic_details .product_info_list li:before {
  top: 12px;
  left: 0px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #0063d1;
}
.electronic_details .item_price strong {
  color: #333e48;
  font-size: 40px;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
}
.electronic_details .item_price del {
  font-size: 20px;
}
.electronic_details .btns_group > li:not(:last-child) {
  margin-right: 35px;
}
.electronic_details .quantity_input {
  border-radius: 6px;
  display: inline-flex;
}
.electronic_details .quantity_input input {
  text-align: left;
}
.electronic_details .quantity_input span {
  margin: 0px;
  width: 30px;
  height: 30px;
  color: #333e48;
  font-size: 20px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #ededed;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.electronic_details .quantity_input span:hover {
  color: #ffffff;
  background-color: #333e48;
}
.electronic_details .quantity_input span:not(:last-child) {
  margin-right: 5px;
}
.electronic_details .post_share li:not(:last-child) {
  margin-right: 20px;
}
.electronic_details .post_share a {
  line-height: 1;
  color: #64474e;
  align-items: center;
  display: inline-flex;
}
.electronic_details .post_share span {
  padding: 6px;
  border-radius: 3px;
  align-items: center;
  display: inline-flex;
  border: 1px solid #cccccc;
  background-image: linear-gradient(0deg, #e2e2e2, #ffffff);
}
.electronic_details .post_share small {
  padding: 6px;
  margin-left: 8px;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #cccccc;
}
.electronic_details .post_share small:before {
  top: 8px;
  left: -4px;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
.electronic_details .list_title {
  color: #333e48;
  font-size: 18px;
  font-weight: 700;
}
.electronic_details .product_tag_list,
.electronic_details .product_category_list {
  margin-top: 15px;
}
.electronic_details .product_tag_list .list_title,
.electronic_details .product_category_list .list_title {
  margin-right: 15px;
  margin-bottom: 0px;
}
.electronic_details .product_tag_list li,
.electronic_details .product_category_list li {
  position: relative;
}
.electronic_details .product_tag_list li:after,
.electronic_details .product_category_list li:after {
  right: 0px;
  bottom: 0px;
  content: ",";
  line-height: 1;
  position: absolute;
  display: inline-block;
}
.electronic_details .product_tag_list li:last-child:after,
.electronic_details .product_category_list li:last-child:after {
  display: none;
}
.electronic_details .product_tag_list li:not(:last-child),
.electronic_details .product_category_list li:not(:last-child) {
  margin-right: 5px;
  padding-right: 3px;
}
.electronic_details .product_tag_list a,
.electronic_details .product_category_list a {
  display: block;
  line-height: 1;
  color: #0063d1;
}
.electronic_details .product_tag_list a:hover,
.electronic_details .product_category_list a:hover {
  text-decoration: underline;
}

.electronic_details_description {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #f6f6f6;
}
.electronic_details_description .nav {
  padding: 22px 70px;
  border-radius: 4px;
}
.electronic_details_description .nav li:not(:last-child) {
  margin-right: 60px;
}
.electronic_details_description .nav a {
  line-height: 1;
  color: #ffffff;
  display: block;
  font-size: 23px;
  font-weight: 400;
  padding: 10px 0px;
  position: relative;
}
.electronic_details_description .nav a:before {
  left: 0px;
  right: 0px;
  opacity: 0;
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.electronic_details_description .nav a:hover:before, .electronic_details_description .nav a.active:before {
  opacity: 1;
}
.electronic_details_description .tab-content {
  padding: 70px;
}
.electronic_details_description .title_text {
  font-size: 30px;
}
.electronic_details_description p {
  font-size: 18px;
}
.electronic_details_description .description_image img {
  width: 100%;
  display: block;
}

.electronic_related_products .title_text {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.electronic_related_products .item {
  border-right: 1px solid #e0e0e0;
}
.electronic_related_products .carousel_nav {
  top: 0px;
  right: 0px;
  position: absolute;
}
.electronic_related_products .carousel_nav button {
  width: 35px;
  height: 35px;
  border-radius: 4px;
}
.electronic_related_products .carousel_nav button:hover {
  background-color: #0063d1;
}

.electronic_details .description_image {
  position: relative;
}
.electronic_details .description_image .play_btn {
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #0063d1;
  box-shadow: 0px 0px 0px 16px rgba(255, 255, 255, 0.6);
}

/* electronic details - end */
/* electronic details - start */
.quantity_input input {
  background-color: transparent;
}

.medical_details_section .details_image .nav {
  z-index: 1;
  margin-top: -50px;
  position: relative;
}
.medical_details_section .details_image .nav li {
  width: 100px;
}
.medical_details_section .details_image .nav li:not(:last-child) {
  margin-right: 5px;
}
.medical_details_section .item_price strong {
  font-size: 24px;
  margin-left: 10px;
  color: #4e97fd;
  display: inline-block;
}
.medical_details_section .item_title {
  font-size: 40px;
}
.medical_details_section p {
  font-size: 20px;
}
.medical_details_section .btns_group li:not(:last-child) {
  margin-right: 30px;
}
.medical_details_section .quantity_input {
  border: none;
  padding: 0px;
  border-radius: 4px;
  background-color: #f7f9f9;
}
.medical_details_section .quantity_input span {
  margin: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  display: inline-block;
  background-color: #f1f3f3;
}
.medical_details_section .quantity_input span:hover {
  color: #ffffff;
  background-color: #4e97fd;
}
.medical_details_section .quantity_input input {
  height: 54px;
  display: inline-block;
}
.medical_details_section .list_title {
  font-size: 18px;
}
.medical_details_section .item_tags a {
  color: #acacac;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.medical_details_section .item_tags a:hover {
  color: #4e97fd;
}
.medical_details_section .item_tags a:not(:last-child) {
  margin-right: 8px;
}
.medical_details_section .item_tags a:after {
  content: ",";
  display: inline-block;
}
.medical_details_section .item_tags a:last-child:after {
  display: none;
}
.medical_details_section .post_share a {
  color: #acacac;
}
.medical_details_section .post_share a:hover {
  color: #4e97fd;
}
.medical_details_section .post_share a:not(:last-child) {
  margin-right: 15px;
}

.medical_details_description .nav {
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.medical_details_description .nav li:not(:last-child) {
  border-right: 1px solid #e3e9e9;
}
.medical_details_description .nav a {
  line-height: 1;
  color: #2e2e2e;
  padding: 0px 40px;
}
.medical_details_description .nav a span {
  height: 60px;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  padding: 0px 10px;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}
.medical_details_description .nav a span:before {
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  content: "";
  opacity: 0;
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #4e97fd;
}
.medical_details_description .nav a:hover, .medical_details_description .nav a.active {
  color: #4e97fd;
  background-color: #f7f9f9;
}
.medical_details_description .nav a:hover span:before, .medical_details_description .nav a.active span:before {
  opacity: 1;
}
.medical_details_description .title_text {
  font-size: 40px;
}
.medical_details_description .info_list {
  max-width: 500px;
}
.medical_details_description .info_list li {
  position: relative;
  padding-left: 45px;
}
.medical_details_description .info_list li:not(:last-child) {
  margin-bottom: 8px;
}
.medical_details_description .info_list .fa-check {
  top: 7px;
  left: 0px;
  font-size: 22px;
  position: absolute;
  color: #4e97fd;
}

/* electronic details - end */
/* fashion minimal details - end */
.fm_details_section .di_tab_nav {
  margin: -5px;
}
.fm_details_section .di_tab_nav li {
  width: 50%;
  padding: 5px;
}
.fm_details_section .di_tab_nav img, .fm_details_section .di_tab_nav a {
  width: 100%;
  display: block;
}
.fm_details_section .action_btns_group {
  margin-top: 40px;
}
.fm_details_section .action_btns_group a {
  width: 50px;
  height: 50px;
  color: #b88060;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #f4f6f7;
}
.fm_details_section .action_btns_group a:hover {
  color: #ffffff;
  background-color: #b88060;
}
.fm_details_section .action_btns_group a:not(:last-child) {
  margin-right: 2px;
}
.fm_details_section .item_type {
  line-height: 1;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.fm_details_section .item_title {
  line-height: 1;
  font-size: 48px;
  font-weight: 700;
}
.fm_details_section .item_price {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
.fm_details_section .item_price strong {
  color: #ff5656;
  margin-right: 10px;
  display: inline-block;
}
.fm_details_section p {
  font-size: 18px;
}
.fm_details_section .list_title {
  font-size: 16px;
  min-width: 120px;
}
.fm_details_section .item_color_list li:not(:last-child) {
  margin-right: 10px;
}
.fm_details_section .item_color_list button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaeb;
}
.fm_details_section .item_color_list span {
  width: 22px;
  height: 22px;
}
.fm_details_section .btns_group li:not(:last-child) {
  margin-right: 30px;
}
.fm_details_section .item_size_list .option_select .nice-select {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  background-color: #f0f0f0;
}
.fm_details_section .quantity_input {
  height: auto;
  padding: 0px;
  border: none;
  border-radius: 0px;
}
.fm_details_section .quantity_input input {
  width: 60px;
}
.fm_details_section .quantity_input span {
  margin: 0px;
}

.fm_details_description .nav li:not(:last-child) {
  margin-right: 80px;
}
.fm_details_description .nav a {
  display: block;
  color: #7b7d7f;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.fm_details_description .nav a:before {
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  background-color: #b67c5a;
}
.fm_details_description .nav a:hover, .fm_details_description .nav a.active {
  color: #1c1f23;
}
.fm_details_description .nav a:hover:before, .fm_details_description .nav a.active:before {
  opacity: 1;
}
.fm_details_description .description_video .play_btn {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  color: #000000;
  line-height: 1;
  display: flex;
  font-size: 30px;
  position: absolute;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
  background-color: #fbd702;
  transform: translate(-50%, -50%);
}
.fm_details_description .table_wrap strong {
  color: #000000;
}

/* fashion minimal details - end */
/* motorcycle details - start */
.motorcycle_details .pd_slide .motorcycle_details_image {
  height: 600px;
  margin-bottom: 10px;
}
.motorcycle_details .pd_slide .motorcycle_details_image img {
  margin: auto;
  max-width: 470px;
  max-height: 470px;
}
.motorcycle_details .pd_slide_nav {
  margin: -5px;
}
.motorcycle_details .pd_slide_nav .item {
  padding: 5px;
}
.motorcycle_details .pd_slide_nav .motorcycle_details_image {
  height: 110px;
}
.motorcycle_details .pd_slide_nav .motorcycle_details_image img {
  margin: auto;
  max-width: 80px;
  max-height: 80px;
}
.motorcycle_details .item_price {
  color: #7b7b7b;
  line-height: 1;
  font-size: 19px;
  font-weight: 600;
}
.motorcycle_details .item_price span {
  font-weight: 600;
  padding: 8px 16px;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}
.motorcycle_details .item_title {
  line-height: 0.8;
  font-size: 75px;
}
.motorcycle_details .rating_star > li {
  font-size: 14px;
  color: #ed1d24;
}
.motorcycle_details .title_text {
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
}
.motorcycle_details p {
  font-size: 18px;
  font-weight: 500;
}
.motorcycle_details .quantity_input {
  padding: 0px;
  height: 45px;
  border: none;
  border-radius: 0px;
  background-color: #ffffff;
}
.motorcycle_details .quantity_input input {
  font-size: 20px;
}
.motorcycle_details .quantity_input span {
  width: 45px;
  margin: 0px;
  height: 45px;
  color: #ffffff;
  font-size: 18px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #4b4b4b;
}
.motorcycle_details .quantity_input span:hover {
  background-color: #ed1d24;
}
.motorcycle_details .btns_group li {
  display: flex;
  justify-content: center;
}
.motorcycle_details .btns_group li:not(:last-child) {
  margin-right: 10px;
}
.motorcycle_details .btns_group a {
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0px;
  display: inline-block;
  background-color: transparent;
}
.motorcycle_details .btns_group a:hover {
  transform: unset;
}
.motorcycle_details .btns_group a:hover span:nth-child(2) {
  background-color: #ed1d24;
}
.motorcycle_details .btns_group span {
  float: left;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.motorcycle_details .btns_group span:first-child {
  width: 45px;
  text-align: center;
  background-color: #ed1d24;
}
.motorcycle_details .btns_group span:last-child {
  min-width: 115px;
  padding: 0px 15px;
  background-color: #323232;
}
.motorcycle_details .item_info_list li {
  line-height: 1;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
}
.motorcycle_details .item_info_list li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.motorcycle_details .item_info_list li strong {
  color: #8f8f8f;
}

.pd_slide_nav .item {
  cursor: pointer;
}

.motorcycle_big_feature .item_content {
  margin: auto;
  max-width: 630px;
}
.motorcycle_big_feature .play_btn_2 {
  line-height: 1;
  font-size: 145px;
  margin-bottom: 40px;
}
.motorcycle_big_feature .item_title {
  font-size: 75px;
  line-height: 0.8;
}

/* motorcycle details - end */
/* sports details - start */
.sports_details .details_image_nav li:not(:last-child) {
  margin-right: 20px;
}
.sports_details .list_title {
  font-size: 18px;
  font-weight: 700;
}
.sports_details .item_type {
  color: #bccad1;
  line-height: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
.sports_details .item_title {
  line-height: 1;
  font-size: 50px;
  font-weight: 600;
}
.sports_details p {
  font-size: 20px;
  line-height: 1.5;
}
.sports_details .product_price {
  color: #bccad1;
  display: block;
  line-height: 1;
  font-size: 20px;
}
.sports_details .product_price strong {
  color: #39b54a;
  font-size: 28px;
  margin-left: 10px;
  display: inline-block;
}
.sports_details .item_size li:not(:last-child) {
  margin-right: 10px;
}
.sports_details .item_size li button {
  width: 40px;
  height: 40px;
  color: #bccad1;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(225, 225, 225, 0.8);
}
.sports_details .item_size li button:hover, .sports_details .item_size li button.active {
  color: #ffffff;
  background-color: #8799a3;
  box-shadow: 0px 10px 30px 0px rgba(135, 153, 163, 0.5);
}
.sports_details .btns_group li:not(:last-child) {
  margin-right: 30px;
}
.sports_details .quantity_input {
  width: 180px;
  border-radius: 2px;
  border: 2px solid #eceef2;
}
.sports_details .quantity_input input {
  width: 70px;
}
.sports_details .quantity_input span {
  margin: 0px;
}
.sports_details .custom_btn {
  border-radius: 2px;
}
.sports_details .custom_btn:before {
  border-radius: 2px;
}
.sports_details .custom_btn.bg_sports_red {
  box-shadow: 0px 10px 30px 0px rgba(255, 63, 63, 0.5);
}
.sports_details .item_tags li {
  position: relative;
  padding-right: 3px;
}
.sports_details .item_tags li:not(:last-child) {
  margin-right: 6px;
  padding-right: 3px;
}
.sports_details .item_tags li:after {
  right: 0px;
  bottom: 0px;
  content: ",";
  position: absolute;
}
.sports_details .item_tags li:last-child:after {
  display: none;
}
.sports_details .item_tags a {
  color: #8799a3;
}
.sports_details .item_tags a:hover {
  color: #ff3f3f;
}
.sports_details .primary_social_links a {
  color: #8799a3;
}
.sports_details .primary_social_links a:hover {
  color: #ff3f3f;
}

.sports_description_tab .nav li:not(:last-child) {
  margin-right: 3px;
}
.sports_description_tab .nav a {
  color: #ffffff;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 45px;
  background-color: #8799a3;
}
.sports_description_tab .nav a:hover, .sports_description_tab .nav a.active {
  color: #8799a3;
  background-color: #f9f9fb;
}
.sports_description_tab .nav li:first-child a {
  border-top-left-radius: 8px;
}
.sports_description_tab .nav li:last-child a {
  border-top-right-radius: 8px;
}
.sports_description_tab .tab-content {
  padding: 60px;
  border-radius: 8px;
  border: 2px solid #f9f9fb;
  border-top-right-radius: 0px;
}
.sports_description_tab .title_text {
  font-size: 30px;
}
.sports_description_tab .des_info_list {
  margin-top: 30px;
}
.sports_description_tab .des_info_list li {
  color: #636363;
  font-size: 18px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.sports_description_tab .des_info_list li:not(:last-child) {
  margin-bottom: 10px;
}
.sports_description_tab .des_info_list i {
  color: #ff3f3f;
  margin-right: 15px;
}

.sports_related_products .sports_section_title .title_text {
  font-size: 42px;
}
.sports_related_products .sports_product_item .item_image {
  height: 300px;
}
.sports_related_products .sports_product_item .item_image img {
  max-width: 180px;
}
.sports_related_products .sports_product_item .product_action_btns li a {
  width: 45px;
  height: 45px;
  font-size: 14px;
}
.sports_related_products .sports_product_item .item_title {
  font-size: 16px;
}
.sports_related_products .sports_product_item .item_price strong {
  margin: 0px;
  color: #ffffff;
  font-size: 20px;
}
.sports_related_products .sports_product_item .item_price del {
  color: #ffffff;
  font-size: 16px;
}

/* sports details - end */
/* details pages - end
==================================================================================================== */
/* error page - start
==================================================================================================== */
.error_content .error_text {
  line-height: 1;
  font-size: 200px;
  font-weight: 800;
  margin-bottom: 55px;
}
.error_content .error_text span {
  max-width: 270px;
  margin: 0px 65px;
}
.error_content h3 {
  font-size: 32px;
  margin-bottom: 15px;
  letter-spacing: 20px;
}
.error_content p {
  color: #cccccc;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
.error_content .goback_home {
  color: #000000;
  font-size: 13px;
  font-weight: 800;
}
.error_content .goback_home:hover {
  color: #ce0b2b;
}

/* error page - end
==================================================================================================== */
/* cart & checkout page - start
==================================================================================================== */
/* cart table - start */
.cart_table .table {
  margin: 0px;
  border: none;
  color: #6b6b6b;
}
.cart_table thead {
  border: none;
  padding-left: 80px;
  background-color: #f5f5f5;
}
.cart_table thead th {
  border: none;
}
.cart_table th {
  font-size: 18px;
  font-weight: 800;
  color: #2e2e2e;
  font-family: "Jost", sans-serif;
}
.cart_table tr th:first-child, .cart_table tr td:first-child {
  padding-left: 80px;
}
.cart_table td, .cart_table th {
  border: none;
  padding: 25px;
  vertical-align: middle;
}
.cart_table tbody tr {
  border-bottom: 2px solid #f9f9fb;
}
.cart_table .price_text,
.cart_table .total_price {
  font-size: 18px;
  font-weight: 800;
  display: inline-block;
}
.cart_table .price_text {
  color: #8799a3;
}
.cart_table .total_price {
  color: #39b54a;
}

.cart_product {
  display: flex;
  text-align: left;
  position: relative;
  align-items: center;
}
.cart_product .item_image {
  width: 160px;
  margin-right: 20px;
}
.cart_product .item_title {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 10px;
}
.cart_product .item_type {
  line-height: 1;
  color: #0684ff;
  display: block;
}
.cart_product .remove_btn {
  width: 45px;
  left: -80px;
  height: 45px;
  color: #8799a3;
  line-height: 47px;
  position: absolute;
  border-radius: 100%;
  background-color: #f5f5f5;
}
.cart_product .remove_btn:hover {
  color: #ffffff;
  background-color: #ce0b2b;
}

.coupon_wrap .form_item {
  width: 260px;
  margin-right: 30px;
  display: inline-block;
}
.coupon_wrap .form_item input {
  border-radius: 4px;
  background-color: #f3f4f6;
}
.coupon_wrap .custom_btn {
  border-radius: 4px;
}
.coupon_wrap .custom_btn:before {
  border-radius: 4px;
}
.coupon_wrap .cart_update_btn .custom_btn {
  float: right;
}

.cart_pricing_table {
  padding: 35px;
}
.cart_pricing_table .table_title {
  font-size: 25px;
  margin: 0px -35px;
  padding: 30px 15px;
}
.cart_pricing_table ul {
  padding: 35px 0px;
}
.cart_pricing_table li {
  display: flex;
  color: #252525;
  font-size: 15px;
  font-weight: 800;
  align-items: center;
  justify-content: space-between;
}
.cart_pricing_table li:not(:last-child) {
  margin-bottom: 15px;
}
.cart_pricing_table li span:last-child {
  color: #8799a3;
}
.cart_pricing_table li:last-child span:last-child {
  color: #39b54a;
  font-size: 18px;
}
.cart_pricing_table .shipping_calculate {
  color: #ce0b2b;
  text-decoration: underline;
}
.cart_pricing_table .custom_btn {
  width: 100%;
  border-radius: 4px;
}
.cart_pricing_table .custom_btn:before {
  border-radius: 4px;
}

/* cart table - end */
/* checkout content - start */
.checkout_step {
  margin: -5px;
  margin-bottom: 25px;
}
.checkout_step li {
  padding: 5px;
  width: 33.333%;
}
.checkout_step a {
  display: flex;
  line-height: 1;
  color: #999999;
  font-size: 20px;
  font-weight: 800;
  border-radius: 4px;
  padding: 16px 40px;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
}
.checkout_step a span {
  color: #d1d1d1;
  font-size: 26px;
  font-weight: 500;
  margin-right: 20px;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.checkout_step .active a {
  color: #ffffff;
  border-color: #ce0b2b;
  background-color: #ce0b2b;
}
.checkout_step .active a span {
  opacity: 0.39;
  color: #ffffff;
}
.checkout_step .activated a {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.checkout_step .activated a span {
  opacity: 0.39;
  color: #ffffff;
}

.checkout_collapse_content {
  margin-bottom: 50px;
  border: 2px solid #e6e6e6;
}
.checkout_collapse_content .wrap_heade {
  padding: 15px;
  display: flex;
  font-size: 18px;
  min-height: 100px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.checkout_collapse_content .wrap_heade a {
  font-weight: 800;
  color: #2e2e2e;
  font-family: "Jost", sans-serif;
}
.checkout_collapse_content .wrap_heade a:hover {
  color: #ce0b2b;
}
.checkout_collapse_content .card-body {
  border-top: 2px solid #e6e6e6;
}
.checkout_collapse_content .form_item {
  margin-bottom: 15px;
}
.checkout_collapse_content .login_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.billing_form .form_title {
  font-size: 24px;
}
.billing_form .form_wrap {
  padding: 60px;
  border: 2px solid #e6e6e6;
}
.billing_form .form_item,
.billing_form .option_select {
  padding-left: 180px;
}
.billing_form .form_item .input_title,
.billing_form .option_select .input_title {
  top: 6px;
  left: 0px;
  font-size: 18px;
  max-width: 170px;
  position: absolute;
  color: #2e2e2e;
}
.billing_form .form_item .input_title sup,
.billing_form .option_select .input_title sup {
  top: -2px;
  color: #ce0b2b;
}
.billing_form .form_item input {
  height: 40px;
  padding: 0px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
}
.billing_form .form_item input:focus {
  border-color: #ce0b2b;
}
.billing_form .form_item textarea {
  padding: 0px;
  border: none;
  min-height: 70px;
  border-bottom: 2px solid #e6e6e6;
}
.billing_form .option_select .nice-select {
  height: 40px;
  padding: 0px;
  line-height: 40px;
  border-bottom: 2px solid #e6e6e6;
}
.billing_form .checkbox_item {
  padding-left: 180px;
}
.billing_form hr {
  height: 2px;
}

.checkout_table .table thead th {
  border: none;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
.checkout_table .table th, .checkout_table .table td {
  vertical-align: middle;
}
.checkout_table .table td {
  border: none;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.checkout_table .item_image {
  width: 80px;
  margin-right: 20px;
}
.checkout_table .item_title {
  font-size: 18px;
  font-weight: 500;
}
.checkout_table span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.checkout_table .subtotal_text,
.checkout_table .total_price {
  font-weight: 700;
}

.billing_payment_mathod li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.billing_payment_mathod .checkbox_item .paypal_image {
  margin-top: -10px;
}
.billing_payment_mathod .custom_btn {
  width: 100%;
}

.order_complete_alart {
  display: flex;
  padding: 30px;
  min-height: 180px;
  align-items: center;
  justify-content: center;
  border: 2px solid #e6e6e6;
}
.order_complete_alart h2 {
  margin: 0px;
  color: #333333;
  font-size: 28px;
}
.order_complete_alart h2 strong {
  color: #ce0b2b;
}

/* checkout content - end */
/* cart & checkout page - end
==================================================================================================== */
/* compare page - start
==================================================================================================== */
.compare_content_wrap {
  padding: 80px 50px;
  background-color: #fcfcfc;
  border: 2px solid #ececec;
}

.compare_table .table thead th {
  border: none;
  padding: 15px;
  vertical-align: middle;
}
.compare_table .table td {
  padding: 15px;
  vertical-align: middle;
  border-top: 1px solid #ececec;
}
.compare_table .title_text {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0px;
}
.compare_table p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
}
.compare_table tbody p {
  font-weight: 600;
  color: #2e2e2e;
}
.compare_table tbody p i {
  margin-right: 5px;
}
.compare_table tbody p small {
  color: #a1a1a1;
  font-size: 15px;
  max-width: 400px;
  display: inline-block;
}
.compare_table tbody p a {
  color: #ce0b2b;
  text-decoration: underline;
}
.compare_table .custom_btn {
  height: 50px;
  font-weight: 600;
  padding: 10px 30px;
}
.compare_table .icon {
  width: 40px;
  height: 40px;
  color: #000000;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
}
.compare_table .price_wrap {
  color: #ffffff;
  min-width: 150px;
  position: relative;
  padding: 35px 15px;
}
.compare_table .price_wrap:before {
  top: 100%;
  left: 50%;
  bottom: 0px;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  transform: translateX(-50%);
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.compare_table .price_wrap.bg_default_red:before {
  border-top: 12px solid #ce0b2b;
}
.compare_table .price_wrap.bg_default_black:before {
  border-top: 12px solid #2e2e2e;
}
.compare_table .price_wrap .badge {
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.28);
}
.compare_table .price_wrap strong, .compare_table .price_wrap span {
  display: block;
  line-height: 1;
}
.compare_table .price_wrap strong {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}
.compare_table .price_wrap span {
  font-size: 14px;
  font-weight: 400;
}

.compare_content_wrap2 {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.compare_content_wrap2 .table thead th {
  border: none;
  vertical-align: middle;
  background-color: #f7f7f7;
}
.compare_content_wrap2 .table td, .compare_content_wrap2 .table th {
  padding: 15px;
  vertical-align: middle;
  border-top: 1px solid #e6e6e6;
}
.compare_content_wrap2 .table td:not(:last-child), .compare_content_wrap2 .table th:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.compare_content_wrap2 .reload_btn {
  width: 45px;
  height: 45px;
  color: #a8a8a8;
  align-items: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
}
.compare_content_wrap2 .reload_btn:hover {
  color: #ffffff;
  background-color: #ce0b2b;
}
.compare_content_wrap2 .form_item input {
  height: 55px;
  padding: 0px 20px;
}
.compare_content_wrap2 .add_banner {
  overflow: hidden;
  position: relative;
}
.compare_content_wrap2 .add_banner .item_content {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.compare_content_wrap2 .add_banner .video_btn {
  width: 80px;
  height: 80px;
  color: #000000;
  border-radius: 100%;
  align-items: center;
  margin-bottom: 25px;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.compare_content_wrap2 .item_title {
  line-height: 1;
  font-size: 17px;
}
.compare_content_wrap2 .equipment_title {
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  font-family: "Jost", sans-serif;
}
.compare_content_wrap2 .remove_btn {
  color: #cccccc;
  font-size: 22px;
  margin-bottom: 15px;
}
.compare_content_wrap2 .remove_btn:hover {
  color: #ce0b2b;
}
.compare_content_wrap2 span {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  color: #2e2e2e;
}
.compare_content_wrap2 .item_category {
  color: #dddddd;
  font-size: 12px;
}
.compare_content_wrap2 .review_text {
  color: #cccccc;
  font-size: 12px;
}
.compare_content_wrap2 .price_text {
  color: #2344e8;
  font-size: 18px;
}
.compare_content_wrap2 .color_list > li {
  width: 15px;
  height: 15px;
}
.compare_content_wrap2 .color_list > li:not(:last-child) {
  margin-right: 7px;
}
.compare_content_wrap2 .check_icon {
  color: #3a54d6;
}
.compare_content_wrap2 p {
  color: #acacac;
  font-size: 13px;
  max-width: 150px;
  margin-bottom: 0px;
  display: inline-block;
}

/* compare page - end
==================================================================================================== */
/* contact page - start
==================================================================================================== */
.reg_form_wrap {
  margin: auto;
  max-width: 800px;
  border-radius: 4px;
  padding: 80px 100px;
  background-size: 100%;
  background-color: #f0f2f1;
}
.reg_form_wrap.login_form {
  background-position: left 480px center;
}
.reg_form_wrap.signup_form {
  background-position: left 460px center;
}
.reg_form_wrap.signup_form .form_item input {
  padding: 0px;
}
.reg_form_wrap .reg_form {
  max-width: 400px;
}
.reg_form_wrap .form_title {
  color: #2e2e2e;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 60px;
}
.reg_form_wrap .small_title_text {
  color: #686c6e;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.reg_form_wrap .form_item input {
  border: none;
  padding: 0px;
  height: 45px;
  padding-left: 50px;
  background-color: transparent;
  border-bottom: 2px solid #cccecd;
}
.reg_form_wrap .form_item input:focus {
  border-color: #ce0b2b;
}
.reg_form_wrap .form_item label {
  top: 50%;
  left: 13px;
  margin: 0px;
  font-size: 22px;
  position: absolute;
  transform: translateY(-50%);
}
.reg_form_wrap .forget_pass {
  float: right;
  color: #808080;
  font-size: 13px;
  font-weight: 500;
}
.reg_form_wrap .forget_pass:hover {
  color: #ce0b2b;
}
.reg_form_wrap button[type=submit] {
  width: 100%;
  border-radius: 4px;
}
.reg_form_wrap button[type=submit]:before {
  border-radius: 4px;
}
.reg_form_wrap .circle_social_links a {
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 52px;
}
.reg_form_wrap .create_account_btn {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.reg_form_wrap .create_account_btn:hover {
  color: #ce0b2b;
}

/* contact page - end
==================================================================================================== */
/* ==================================================================================================== */
/* 
*	Project Name 	:  Neoncart
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Author 			:  jthemes (https://themeforest.net/user/jthemes)
*	css code for responsive layout To make Responsive

================================================== 

*	1 - media screen and (max-width: 1440px)
*	2 - media screen and (max-width: 1280px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 575px)
*	8 - media screen and (max-width: 480px)
*	9 - media screen and (max-width: 320px)
*/
/* ==================================================================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1440px) - start
==================================================================================================== */
@media screen and (max-width: 1630px) {
  /* home motorcycle - start */
  .motorcycle_header .action_items li:not(:last-child) {
    margin-right: 25px;
  }

  .motorcycle_header .main_menu > ul > li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }

  .motorcycle_header .prl_90 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .motorcycle_slider .slider_image {
    right: 15px;
    max-width: 730px;
  }

  .motorcycle_header .action_items .mobile_menu_btn {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 58px;
  }

  .motorcycle_image_1 {
    left: -25%;
    max-width: 700px;
  }

  /* home motorcycle - end */
  /* furniture shop - start */
  .furniture_breadcrumb .deco_image {
    right: 130px;
    max-width: 520px;
  }

  .f2_page_title {
    font-size: 60px;
  }

  /* furniture shop - end */
  .electronic_section_title .deals_items_countdown {
    display: flex;
    min-height: 100px;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 1460px) {
  /* global - start */
  .arrow_ycenter .carousel_nav button:nth-child(1) {
    left: -80px;
  }
  .arrow_ycenter .carousel_nav button:nth-child(2) {
    right: -80px;
  }

  .arrow_ycenter .slick-prev {
    left: -80px;
  }

  .arrow_ycenter .slick-next {
    right: -80px;
  }

  /* global - end */
  /* shop details - end */
  .ce_offer_fullimage .item_title {
    font-size: 42px;
  }

  /* shop details - end */
  /* home carparts - start */
  .carparts_banner {
    min-height: 900px;
  }

  .carparts_block_tabs {
    width: 100%;
    padding: 0px;
    display: flex;
    position: static;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
  }
  .carparts_block_tabs li {
    float: left;
    display: inline-block;
  }
  .carparts_block_tabs li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0px;
  }
  .carparts_block_tabs a {
    padding: 0px 25px;
  }

  /* home carparts - end */
  /* home creative onelook - start */
  .onelook_header {
    top: 0px;
    padding: 30px 15px;
  }

  .onelook_slider .slider-item:before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  .onelook_main_slider .slider_image {
    margin: auto;
    max-width: 470px;
  }

  .onelook_main_slider h3 {
    font-size: 76px;
  }

  /* home creative onelook - end */
  /* home electronic - start */
  .electronic_slider h3 {
    font-size: 36px;
  }

  .electronic_slider p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .electronic_product_item .item_title a {
    font-size: 15px;
  }

  .electronic_tabs_nav2 li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }

  .electronic_section_title .deals_items_countdown {
    padding: 15px 15px;
    padding-left: 50px;
  }

  .electronic_section_title .deals_items_countdown .countdown_timer {
    transform: scale(0.8);
    zoom: 0.9;
    -moz-transform: scale(0.8);
    width: -webkit-max-content;
    width: max-content;
  }

  .electronic_product_listlayout .item_image {
    min-width: 150px;
  }

  .electronic_product_listlayout .item_title a {
    font-size: 16px;
  }

  .electronic_section_title .title_text {
    font-size: 26px;
    padding: 15px 25px;
    padding-right: 80px;
  }

  .electronic_product_biglistlayout .item_title a {
    font-size: 18px;
  }

  .electronic_product_biglistlayout .item_image {
    min-width: 360px;
  }

  .electronic_blog_listlayout .item_title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .electronic_blog_listlayout .modern_post_meta {
    margin-bottom: 5px;
  }

  .electronic_blog_listlayout p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .countdown_timer.timein_box {
    zoom: 0.9;
    -moz-transform: scale(0.9);
    min-width: 270px;
    margin-left: 5px;
  }

  /* home electronic - end */
  /* home fashion - start */
  .fashion_slider .slider_image {
    right: 130px;
    max-width: 580px;
  }

  .fashion_slider .circle_shape span {
    width: 640px;
    height: 640px;
  }

  .fashion_slider h3 {
    font-size: 66px;
    margin-bottom: 15px;
  }

  .fashion_slider p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .fashion_slider .slider_content {
    padding-left: 90px;
  }

  .fashion_delas_item .item_content {
    width: 70%;
    padding: 60px 40px;
  }

  .prl_60 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fashion_product_item .item_title a {
    font-size: 22px;
  }

  .fashion_product_item .item_title a {
    font-size: 22px;
  }

  .fashion_feature_item .fashion_section_title .title_text {
    font-size: 66px;
  }

  .fashion_feature_item .fashion_section_title .title_text {
    font-size: 66px;
  }

  /* home fashion - end */
  /* home fashion minimal - start */
  .prl_100 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .fm_banner_item h3 {
    font-size: 66px;
    margin-bottom: 30px;
  }

  .fm_banner_item h4 {
    font-size: 24px;
  }

  .fm_section_title .title_text {
    font-size: 50px;
  }

  .fm_section_title p {
    font-size: 20px;
  }

  .fm_tabs_nav li:not(:last-child) {
    margin-right: 50px;
  }

  .fm_tabs_nav a {
    font-size: 24px;
  }

  .fm_feature_product .item_title {
    font-size: 54px;
  }

  .fm_feature_product p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .fm_blog_grid .item_title a {
    font-size: 26px;
  }

  /* home fashion minimal - end */
  /* home furniture - start */
  .prl_90 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .furniture_section_title .title_text {
    line-height: 1;
    font-size: 50px;
  }

  .furniture_blog_listlayout .item_content {
    padding: 15px;
  }
  .furniture_blog_listlayout .item_content p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .furniture_tab a {
    min-width: 120px;
  }

  .furniture_section_title .title_text {
    font-size: 38px;
  }

  .furniture_deals_container h2 {
    font-size: 46px;
    margin-bottom: 30px;
  }

  .furniture_deals_container .discount_text {
    font-size: 15px;
    padding: 8px 20px;
    margin-bottom: 15px;
  }

  .furniture_deals_container h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .furniture_deals_container .countdown_timer.primary_counter li {
    margin-top: 15px;
  }
  .furniture_deals_container .countdown_timer.primary_counter li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }
  .furniture_deals_container .countdown_timer.primary_counter li strong {
    font-size: 30px;
  }
  .furniture_deals_container .countdown_timer.primary_counter li strong:after {
    right: -30px;
  }
  .furniture_deals_container .countdown_timer.primary_counter li span {
    font-size: 20px;
  }

  /* home furniture - end */
  /* home gadget - start */
  .gadget_banner h1 {
    font-size: 66px;
  }

  .gadget_banner p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .gadget_header .order_btn {
    font-size: 15px;
    min-width: 145px;
    padding: 10px 25px;
  }

  .gadget_banner .banner_image {
    right: 0px;
    max-width: 1000px;
  }

  .gadget_banner {
    min-height: 1000px;
    padding-top: 300px;
  }

  /* home gadget - end */
  /* home lookbook creative - start */
  .home_lookbook_creative .arrow_ycenter .carousel_nav button:nth-child(1) {
    left: 0px;
  }

  .home_lookbook_creative .arrow_ycenter .carousel_nav button:nth-child(2) {
    right: 0px;
  }

  .lookbook_creative_slider h3 {
    font-size: 90px;
  }

  .lookbook_creative_slider h4 {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .lookbook_section_title .title_text {
    font-size: 90px;
  }

  .lookbook_section_title .sub_title {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .lookbook_product_item .item_title2 a {
    font-size: 40px;
  }

  .lookbook_product_item .item_title {
    font-size: 34px;
  }

  /* home lookbook creative - end */
  /* home lookbook slide - start */
  .lookbook_slide .title_text {
    font-size: 50px;
  }

  .lookbook_slide p {
    font-size: 16px;
  }

  .lookbook_slide .item_content {
    padding: 20px 35px;
  }

  .lookbook_slide .item_title a {
    font-size: 100px;
  }

  .lookbook_slide_header .header_content_wrap {
    min-height: 130px;
  }

  .lookbook_slide_footer {
    padding-bottom: 25px;
  }

  /* home lookbook slide - end */
  /* home modern - start */
  .modern_slider .item {
    padding: 60px;
    padding-left: 100px;
  }

  .modern_slider .carousel_nav button:nth-child(1) {
    left: 20px;
  }

  .modern_slider .carousel_nav button:nth-child(2) {
    right: 20px;
  }

  .modern_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modern_advertisement .item_content {
    margin: auto;
    padding: 30px;
  }

  .modern_advertisement h3 {
    font-size: 32px;
  }

  .modern_advertisement h4 {
    font-size: 20px;
  }

  .home_modern .text_btn span {
    font-size: 14px;
  }

  .modern_section_title .title_text {
    font-size: 30px;
  }

  .modern_section_title .sub_title {
    font-size: 20px;
  }

  .modern_tabs_nav a:not(.more_btn) {
    font-size: 15px;
  }

  .modern_tabs_nav li:not(:last-child) {
    margin-right: 20px;
  }

  .modern_tabs_nav .more_btn {
    font-size: 14px;
    padding: 15px 20px;
  }

  .modern_product_item .item_price strong {
    height: 35px;
    padding: 0px 8px;
    line-height: 35px;
    margin-right: 15px;
  }

  .modern_blog_listlayout .item_title {
    font-size: 42px;
  }

  /* home modern - end */
  /* home minimal - start */
  .minimal_slider .carousel_nav button:nth-child(1) {
    left: 30px;
  }

  .minimal_slider .carousel_nav button:nth-child(2) {
    right: 30px;
  }

  /* home minimal - end */
  /* home motorcycle - start */
  .motorcycle_header .prl_90 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .motorcycle_header .header_content_wrap {
    min-height: auto;
    padding: 15px 0px;
  }

  .motorcycle_slider .item {
    min-height: 850px;
  }

  .motorcycle_slider .slider_image {
    max-width: 650px;
  }

  .motorcycle_slider h3 {
    font-size: 84px;
  }

  .motorcycle_slider .slider_content {
    max-width: 550px;
  }

  .motorcycle_header .action_items .mobile_menu_btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 53px;
  }

  .motorcycle_header .form_item button {
    font-size: 13px;
  }

  /* home motorcycle - end */
  /* home parallax shop - start */
  .ps_offer_item .item_content {
    padding: 50px 30px;
  }

  .ps_offer_item h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .ps_offer_item h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .ps_offer_item span {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .ps_explore_item h3 {
    font-size: 60px;
  }

  .ps_explore_item p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .ps_deals_item h3 {
    font-size: 48px;
  }

  .ps_deals_item p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .ps_deals_item .countdown_timer.content_inbox li {
    width: 80px;
    height: 80px;
    padding: 24px 10px;
  }
  .ps_deals_item .countdown_timer strong {
    font-size: 20px;
  }
  .ps_deals_item .countdown_timer span {
    font-size: 12px;
  }

  .ps_blog_fullimage .item_content {
    padding: 30px;
  }

  /* home parallax shop - end */
  /* home simple shop - start */
  .main_menu > ul > li:not(:last-child) {
    margin-right: 25px;
  }

  /* home simple shop - end */
  /* home sports - start */
  .sports_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .sports_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .sports_slider .item_image_1 {
    max-width: 575px;
  }

  .sports_slider .item_image_2 {
    max-width: 290px;
  }

  .sports_slider .item_title {
    font-size: 120px;
  }

  .sports_slider p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sports_slider .small_image_1 {
    width: 200px;
    height: 220px;
  }
  .sports_slider .small_image_1 img {
    max-height: 140px;
  }

  .sports_slider .slide_count_wrap span:not(:last-child):after {
    width: 350px;
  }

  .sports_absolute_tabnav {
    z-index: 2;
    width: 100%;
    top: unset;
    bottom: unset;
    right: unset;
    left: unset;
    display: flex;
    position: relative;
    justify-content: center;
  }
  .sports_absolute_tabnav li {
    display: inline-block;
  }
  .sports_absolute_tabnav li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .sports_absolute_tabnav a:after {
    display: none;
  }

  .sports_big_feature .item_title {
    font-size: 100px;
    margin-left: -200px;
  }

  /* home sports - end */
  /* home supermarket - start */
  .supermarket_product_listlayout .item_image {
    width: 210px;
    margin-right: 15px;
  }

  .supermarket_product_listlayout .item_image img {
    max-height: 220px;
  }

  .supermarket_header .alldepartments_btn {
    width: 310px;
  }

  .sm_offer_item .item_price {
    margin-bottom: 6px;
  }

  .supermarket_slider .slider_content h3 {
    font-size: 38px;
  }

  .supermarket_slider .slider_content .item_price {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .supermarket_slider .slider_content .item_price sup {
    font-size: 22px;
  }

  .home_supermarket .custom_btn {
    font-size: 14px;
  }

  .supermarket_deals_item .item_image img {
    max-height: 150px;
  }

  .home_supermarket .custom_btn.btn_sm {
    font-size: 12px;
    padding: 10px 25px;
  }

  .supermarket_feature_carousel .item_title {
    font-size: 42px;
    margin-bottom: 10px;
  }

  .supermarket_feature_carousel .item_price {
    font-size: 34px;
    margin-bottom: 3px;
  }

  .supermarket_feature_carousel .sub_title {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .supermarket_feature_carousel .item_content {
    max-width: 470px;
    margin-left: 50px;
  }

  /* home supermarket - end */
  /* home watch - start */
  .watch_slider .item {
    min-height: 700px;
  }

  .watch_slider .item_content {
    padding-left: 50px;
  }

  .watch_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .watch_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .watch_category_item .item_image {
    left: -130px;
  }

  .watch_category_item .item_title {
    font-size: 42px;
    margin-bottom: 5px;
  }

  .watch_category_item .items_available {
    font-size: 16px;
  }

  .watch_product_item .item_title a {
    font-size: 20px;
  }

  .home_watch .custom_btn {
    padding: 10px 35px;
  }

  .watch_feature_listlayout p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
  }

  .watch_feature_listlayout .item_title {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .watch_feature_listlayout .item_price {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .watch_big_feature .item_content .item_title {
    font-size: 54px;
    margin-bottom: 20px;
  }

  .watch_product_item .product_action_btns a {
    height: 50px;
    font-size: 13px;
  }

  /* home watch - end */
  /* gadget shop details - start */
  .gadget_details_section .item_title {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .gadget_details_section .item_price {
    font-size: 32px;
  }

  /* gadget shop details - end */
  /* lookbook shop details - start */
  .lc_details_section .shop_details_content {
    padding: 30px;
    font-size: 18px;
  }
  .lc_details_section .shop_details_content .mb_50 {
    margin-bottom: 25px;
  }

  .lc_details_section .item_title {
    font-size: 54px;
  }

  /* lookbook shop details - end */
  /* motorcycle shop - start */
  .motorcycle_product_list .product_action_btns li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /* motorcycle shop - end */
}
@media screen and (max-width: 1360px) {
  /* global - start */
  .arrow_ycenter .carousel_nav button:nth-child(1) {
    left: -25px;
  }
  .arrow_ycenter .carousel_nav button:nth-child(2) {
    right: -25px;
  }

  .arrow_ycenter .slick-prev {
    left: -25px;
  }

  .arrow_ycenter .slick-next {
    right: -25px;
  }

  /* global - end */
  /* home electronic - start */
  .electronic_content_container {
    padding: 30px;
  }

  .electronic_deals_slider {
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
  }

  .weekly_deals_carousel .electronic_deals_item .countdown_timer strong {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
  }
  .weekly_deals_carousel .electronic_deals_item .countdown_timer span, .weekly_deals_carousel .electronic_deals_item .countdown_timer strong {
    font-size: 12px;
  }

  /* home electronic - end */
  /* home fashion - start */
  .fashion_slider .slider_image {
    right: 0px;
    max-width: 460px;
  }

  .fashion_delas_item .item_content .countdown_timer li:not(:last-child) {
    margin-right: 20px;
  }
  .fashion_delas_item .item_content .countdown_timer span {
    font-size: 14px;
  }
  .fashion_delas_item .item_content .countdown_timer strong {
    font-size: 18px;
  }

  .fashion_delas_item h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .fashion_deals_wrap .tabs_nav a {
    padding: 12px;
    font-size: 15px;
  }

  .fashion_product_item .product_action_btns .addtocart_btn {
    min-width: 100px;
    padding: 0px 5px;
  }

  .column5_element_grid .element-item {
    width: 25%;
  }

  /* home fashion - end */
  /* home fashion minimal - start */
  .fm_offer_item .item_content {
    padding: 25px;
  }

  .fm_offer_item .item_title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .fm_offer_item .item_price {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .fashion_minimal_product .product_action_btns li:nth-child(2) a {
    min-width: auto;
    padding: 10px 20px;
  }

  /* home fashion minimal - end */
  /* home furniture - start */
  .furniture_slider h3 {
    font-size: 60px;
    margin-bottom: 5px;
  }

  .furniture_slider h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .furniture_slider p {
    margin-bottom: 20px;
  }

  .furniture_slider .slider_content {
    max-width: 570px;
  }

  .furniture_slider .item {
    min-height: 700px;
  }

  .furniture_category_fullimage .item_content {
    padding-top: 30px;
    padding-left: 30px;
  }

  .furniture_category_fullimage .item_title {
    font-size: 38px;
    margin-bottom: 6px;
  }

  .furniture_category_fullimage p {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .furniture_category_fullimage .item_content_bottom {
    min-width: 380px;
    padding-bottom: 35px;
  }

  .furniture_category_fullimage .item_content_bottom .item_title {
    font-size: 32px;
  }

  .furniture_tab a {
    padding: 10px;
    min-width: 100px;
  }
  .furniture_tab a img {
    max-height: 30px;
  }

  .furniture_tab a small {
    min-height: 40px;
    margin-bottom: 5px;
  }

  .furniture_tab a span {
    font-size: 14px;
  }

  .furniture_tab_wrap .child_btn {
    margin-left: 15px;
  }

  .furniture_fullwidth_advertisement h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .furniture_fullwidth_advertisement {
    min-height: 500px;
  }

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

  .furniture_fullwidth_advertisement .item_content {
    max-width: 600px;
  }

  /* home furniture - end */
  /* home gadget - start */
  .gadget_header .order_btn {
    display: none;
  }

  .gadget_header .action_btns_group {
    margin: 0px;
  }

  .gadget_banner h1 {
    font-size: 54px;
  }

  .gadget_banner p {
    font-size: 16px;
  }

  .gadget_banner .banner_image {
    max-width: 870px;
  }

  .gadget_banner {
    min-height: 890px;
    padding-top: 260px;
  }

  .gadget_feature_product .item_title {
    font-size: 38px;
  }

  .gadget_feature_product p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .gadget_gallery_content .item_title {
    font-size: 38px;
  }

  .gadget_gallery_content {
    padding-left: 0px;
    padding-right: 30px;
  }
  .gadget_gallery_content p {
    font-size: 17px;
  }

  .gadget_feature2_content h2 {
    font-size: 38px;
  }

  .drone_flat_sale h2 {
    font-size: 38px;
  }

  .drone_flat_sale h4 {
    font-size: 22px;
  }

  .gadget_big_offer .item_title {
    font-size: 42px;
  }

  .gadget_big_offer p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .gadget_blog_grid .item_title a {
    font-size: 20px;
  }

  /* home gadget - end */
  /* home modern - start */
  .modern_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }

  .modern_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .modern_slider h3 {
    font-size: 66px;
  }

  .modern_slider h4 {
    font-size: 46px;
  }

  .modern_slider .item {
    min-height: 650px;
  }

  .modern_top_product .modern_section_title .title_text {
    font-size: 48px;
  }

  .modern_mobile_sidebar {
    width: 300px;
    padding: 60px 15px;
  }

  .modern_mobile_sidebar .mobile_menu_list > ul {
    margin: 0px -15px;
  }

  .modern_mobile_sidebar .mobile_menu_list > ul > li > a {
    padding: 15px;
    font-size: 20px;
  }

  .modern_mobile_sidebar .mobile_menu_list {
    margin-bottom: 100px;
  }

  .home_modern {
    padding-left: 300px;
  }

  /* home modern - end */
  /* home minimal - start */
  .minimal_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }

  .minimal_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  /* home minimal - end */
  /* home motorcycle - start */
  .motorcycle_header .form_item input {
    width: 180px;
    padding: 0px 15px;
  }

  .motorcycle_header .cart_btn {
    padding: 0px 15px;
  }

  /* home motorcycle - end */
  /* home parallax shop - start */
  .parallax_shop_header .header_content_wrap {
    min-height: 130px;
  }

  .parallax_shop_slider .carousel_nav {
    bottom: 15px;
  }

  .parallax_shop_slider h3 {
    font-size: 72px;
    margin-bottom: 25px;
  }

  .parallax_shop_slider h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  /* home parallax shop - end */
  /* home simple shop - start */
  .simple_shop_banner .item_content {
    padding: 30px;
  }

  .simple_shop_banner .item_title {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .simple_shop_banner ul {
    margin-bottom: 20px;
  }

  .simple_shop_slider h3 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .simple_shop_slider .slider_content {
    padding: 30px;
    max-width: 500px;
  }

  .simple_shop_slider p {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .simple_shop_slider .slider_content {
    padding: 30px;
    max-width: 500px;
  }

  .ss_featured_carousel.arrow_ycenter .carousel_nav button:nth-child(1) {
    left: 0px;
  }

  .ss_featured_carousel.arrow_ycenter .carousel_nav button:nth-child(2) {
    right: 0px;
  }

  .ss_big_feature {
    min-height: 600px;
  }

  .arrow_ycenter .slick-prev {
    left: 0px;
  }

  .arrow_ycenter .slick-next {
    right: 0px;
  }

  /* home simple shop - end */
  /* home sports - start */
  .sports_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .sports_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .sports_slider .item_title {
    font-size: 100px;
  }

  .sports_slider .item_content {
    max-width: 670px;
  }

  .sports_about_section .title_text {
    font-size: 80px;
  }

  .sports_about_section p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .sports_section_title .big_title {
    font-size: 150px;
  }

  .sports_section_title .title_text {
    font-size: 60px;
  }

  .sports_feature_split .item_content {
    padding: 30px;
  }

  .sports_feature_split .item_title {
    font-size: 36px;
  }

  .sports_feature_split .sub_title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .sec_ptb_140 {
    padding: 120px 0px;
  }

  .sports_feature_fullimage .item_content {
    padding: 25px;
  }

  .sports_feature_fullimage .item_title {
    font-size: 30px;
  }

  .sports_blog_item .item_title {
    font-size: 60px;
  }

  .sports_blog_item .post_meta li:not(:last-child) {
    padding-right: 0px;
    margin-right: 20px;
  }

  .sports_blog_item .post_meta li {
    font-size: 16px;
  }

  .sports_blog_item p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  /* home sports - end */
  /* home watch - start */
  .watch_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .watch_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  /* home watch - end */
  /* lookbook shop details - start */
  .lc_details_section .item_title {
    font-size: 38px;
  }

  .lc_details_section .item_price {
    font-size: 24px;
  }

  .lookbook_product_item2 .item_title a {
    font-size: 24px;
  }

  .lookbook_product_item2 .item_price {
    font-size: 12px;
  }

  .lookbook_creative_header .menu_item_has_child .submenu .menu_item_has_child .submenu {
    top: -20px;
    left: unset;
    right: 100%;
  }

  /* lookbook shop details - end */
}
/* ====================================================================================================
1 - media screen and (max-width: 1440px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */
@media screen and (max-width: 1280px) {
  /* global - start */
  .prl_100,
.prl_90,
.prl_60 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow_ycenter .carousel_nav button:nth-child(1) {
    left: -15px;
  }
  .arrow_ycenter .carousel_nav button:nth-child(2) {
    right: -15px;
  }

  .arrow_ycenter .slick-prev {
    left: -15px;
  }

  .arrow_ycenter .slick-next {
    right: -15px;
  }

  /* global - end */
  /* home electronic - start */
  .electronic_header .medical_search_bar .option_select .nice-select {
    font-size: 14px;
    padding: 0px 20px;
  }

  .electronic_header .main_menu > ul > li > a {
    font-size: 14px;
  }

  .electronic_header .main_menu > ul > li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .consumer_content_wrap {
    padding: 20px;
    padding-top: 40px;
  }

  .consumer_content_wrap .wrap_title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .consumer_content_wrap .wrap_label {
    top: 0px;
  }

  .audiovisual_entertainment {
    padding: 40px 30px;
  }

  .electronic_category_wrap {
    padding: 30px;
  }

  .electronic_category_wrap .wrap_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .electronic_category_wrap li a {
    font-size: 14px;
  }

  .electronic_feature_carousel .item_image {
    max-width: 600px;
  }

  .electronic_feature_carousel .item_title {
    font-size: 32px;
    margin: 10px 0px 20px;
  }

  .electronic_feature_carousel .item_price strong {
    font-size: 34px;
    margin-bottom: 6px;
  }

  .electronic_feature_carousel .item_price {
    margin-right: 15px;
  }

  .electronic_feature_carousel .item_type strong {
    font-size: 54px;
    margin-right: 6px;
  }

  .electronic_feature_carousel .item_type i {
    font-size: 16px;
  }

  .electronic_feature_carousel .item_type small {
    font-size: 24px;
  }

  .electronic_feature_carousel .slick-dots {
    right: 15px;
  }

  .electronic_product_biglistlayout .item_image {
    min-width: 320px;
  }

  .electronic_product_biglistlayout .child_items_nav a {
    width: 50px;
    height: 50px;
  }

  .electronic_product_biglistlayout .child_items_nav img {
    max-height: 25px;
  }

  .electronic_product_small .item_title a {
    font-size: 17px;
  }

  .electronic_deals_grid .item_title a {
    font-size: 17px;
  }

  .electronic_deals_grid .counter_wrap {
    display: block;
  }
  .electronic_deals_grid .counter_wrap .countdown_timer {
    margin-top: 10px;
  }

  .electronic_feature_carousel2.arrow_ycenter .slick-prev {
    left: 15px;
  }

  .electronic_feature_carousel2.arrow_ycenter .slick-next {
    right: 15px;
  }

  /* home electronic - end */
  /* home furniture - start */
  .furniture_slider.arrow_ycenter .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .furniture_slider.arrow_ycenter .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .furniture_tab_wrap .child_btn {
    font-size: 12px;
    margin-left: 10px;
  }

  .furniture_tab a {
    padding: 15px;
    min-width: auto;
  }

  .footer_widget_title {
    font-size: 18px;
  }

  .furniture_footer .footer_contact_info li {
    font-size: 16px;
  }

  /* home furniture - end */
  /* home lookbook creative - start */
  .lookbook_creative_slider .slider_content {
    margin: auto;
    padding-left: 70px;
  }

  .lookbook_creative_slider h3 {
    font-size: 70px;
  }

  .lookbook_section_title .title_text {
    font-size: 70px;
  }

  .lookbook_product_item .item_title {
    font-size: 28px;
  }

  .lookbook_product_item .item_price {
    font-size: 12px;
    padding: 8px 14px;
  }

  .lookbook_product_item .item_title2 a {
    font-size: 30px;
  }

  .lookbook_product_item .product_action_btns a {
    height: 50px;
    min-width: 150px;
  }

  .lookbook_feature_fullwidth {
    min-height: 670px;
  }

  /* home lookbook creative - end */
  /* home lookbook slide - start */
  .lookbook_slide .slick-dots {
    right: 0px;
  }

  .lookbook_slide_header .header_content_wrap {
    min-height: auto;
    padding: 15px 0px;
  }

  .lookbook_slide .title_text {
    font-size: 38px;
  }

  .lookbook_slide p {
    font-size: 14px;
  }

  /* home lookbook slide - end */
  /* home media - start */
  .medical_header .header_middle {
    min-height: auto;
    padding: 30px 0px;
  }

  .medical_header + main {
    margin-top: 214px;
  }

  .medical_slider h4 {
    font-size: 70px;
  }

  .medical_slider h3 {
    font-size: 42px;
  }

  .medical_product_item {
    padding: 20px;
  }

  .medical_product_item .item_title a {
    font-size: 18px;
  }

  .medical_blog_grid .item_title a {
    font-size: 24px;
  }

  .medical_tabs_nav a {
    font-size: 16px;
    padding: 10px 15px;
  }

  .consultation_content {
    padding: 15px;
    max-width: 500px;
  }

  .consultation_content h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .consultation_content p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .medical_header .header_hotline p {
    font-size: 18px;
  }

  /* home media - end */
  /* home modern - start */
  .modern_mobile_sidebar {
    left: -320px;
  }
  .modern_mobile_sidebar.active {
    left: 0px;
  }

  .modern_mobilemenu_btn {
    display: inline-block;
  }

  .home_modern {
    padding: 0px;
  }

  .modern_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }

  .modern_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .modern_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modern_footer {
    padding: 0px 15px;
  }

  /* home modern - end */
  /* home minimal - start */
  .minimal_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }

  .minimal_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  /* home minimal - end */
  /* home motorcycle - start */
  .motorcycle_deals_carousel .item_title {
    font-size: 80px;
  }

  .motorcycle_header .action_items .form_item input {
    width: 160px;
  }

  /* home motorcycle - end */
  /* home parallax shop - start */
  .parallax_shop_header .header_content_wrap {
    min-height: auto;
  }

  .parallax_shop_slider .carousel_nav {
    right: 15px;
  }

  .parallax_shop_slider .item {
    min-height: 700px;
  }
  .parallax_shop_slider .item .slider_content {
    padding: 0px 20px;
  }

  .ps_deals_item .item_content {
    width: 85%;
  }

  .ps_explore_item .item_content {
    width: 65%;
  }

  .ps_big_feature {
    min-height: 650px;
  }

  .ps_big_feature h3 {
    font-size: 54px;
    margin-bottom: 25px;
  }

  .ps_big_feature h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .ps_section_title.size_big .title_text {
    font-size: 110px;
  }

  .ps_section_title.size_big .sub_title {
    font-size: 30px;
  }

  .ps_blog_fullimage .item_title {
    margin-bottom: 8px;
  }
  .ps_blog_fullimage .item_title a {
    font-size: 30px;
  }

  .ps_blog_fullimage p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  /* home parallax shop - end */
  /* home simple shop - start */
  .main_menu > ul > li:not(:last-child) {
    margin-right: 20px;
  }
  .main_menu > ul > li > a {
    font-size: 14px;
  }

  /* home simple shop - end */
  /* home single story - start */
  .single_story_slider .details_content {
    height: 570px;
    padding: 30px 15px;
  }

  .single_story_header .logo_area {
    padding: 15px;
  }

  .single_story_slider .item_content {
    padding: 15px;
    padding-right: 30px;
  }

  .single_story_slider .item_content p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .single_story_slider .item_content .item_title {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .single_story_slider .details_content .item_title {
    font-size: 24px;
  }

  .single_story_slider .item_price {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .single_story_slider .item_info > li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  /* home single story - end */
  /* home sports - start */
  .sports_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .sports_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .sports_slider .item_image_2 {
    max-width: 250px;
  }

  .sports_slider .item_image_1 {
    max-width: 500px;
  }

  .sports_slider .item {
    min-height: 800px;
  }

  .sports_header {
    min-height: auto;
    padding: 15px 0px;
  }

  .sports_slider .item_title {
    font-size: 82px;
  }

  .sports_slider p {
    font-size: 16px;
  }

  .sports_slider .item_content {
    max-width: 580px;
    margin: auto;
    padding: 0px;
  }

  .sports_big_feature .item_content {
    padding: 0px;
  }

  .sports_big_feature p {
    font-size: 18px;
  }

  .sports_big_feature .item_title {
    font-size: 70px;
    margin-left: -105px;
  }

  /* home sports - end */
  /* home supermarket - start */
  .alldepartments_dropdown .alldepartments_menulist > li .icon {
    width: 30px;
    margin-right: 5px;
  }

  .supermarket_header .alldepartments_btn {
    width: 290px;
  }

  .alldepartments_dropdown .alldepartments_menulist > li > a {
    font-size: 13px;
  }

  .arrow_ycenter .slick-prev {
    left: 0px;
  }

  .arrow_ycenter .slick-next {
    right: 0px;
  }

  /* home supermarket - end */
  /* furniture shop - start */
  .furniture_breadcrumb .deco_image {
    right: 15px;
    bottom: -80px;
    max-width: 450px;
  }

  .f2_breadcrumb_nav_wrap {
    margin-top: 80px;
  }

  /* furniture shop - end */
}
/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1199px) {
  /* global - start */
  .arrow_ycenter .slick-prev {
    left: 0px;
  }

  .arrow_ycenter .slick-next {
    right: 0px;
  }

  .arrow_ycenter .carousel_nav button:nth-child(1) {
    left: 0px;
  }
  .arrow_ycenter .carousel_nav button:nth-child(2) {
    right: 0px;
  }

  /* global - end */
  /* header - start */
  .default_header .main_menu > ul > li:not(:last-child) {
    margin-right: 40px;
  }

  .default_header .main_menu > ul > li > a {
    font-size: 14px;
  }

  .menu_item_has_child > a:after {
    font-size: 12px;
  }

  /* header - end */
  /* blog details - start */
  .small_blog .item_title > a {
    font-size: 15px;
  }

  .small_blog .post_date {
    font-size: 13px;
  }

  /* blog details - end */
  /* compare - start */
  .compare_content_wrap {
    padding: 50px 15px;
  }
  .compare_content_wrap .compare_table {
    overflow-x: scroll;
  }
  .compare_content_wrap .compare_table table {
    width: 1100px;
  }

  .compare_content_wrap2 {
    overflow-x: scroll;
  }
  .compare_content_wrap2 table {
    width: 1100px;
  }

  /* compare - end */
  /* shop details - start */
  .shop_details_content p {
    font-size: 16px;
  }

  .ce_offer_fullimage .item_title {
    font-size: 32px;
  }

  /* shop details - end */
  /* shop cart - start */
  .cart_product .item_image {
    width: 100px;
    margin-right: 10px;
  }

  .cart_table th {
    font-size: 15px;
  }

  .cart_table td,
.cart_table th {
    padding: 15px;
  }

  .cart_product .remove_btn {
    width: 35px;
    left: -45px;
    height: 35px;
    line-height: 37px;
  }

  .cart_table tr th:first-child,
.cart_table tr td:first-child {
    padding-left: 50px;
  }

  .cart_product .item_title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .cart_product .item_type {
    font-size: 13px;
  }

  .quantity_input input {
    width: 70px;
  }

  /* shop cart - end */
  /* home carparts - start */
  .carparts_header {
    top: 15px;
  }

  .carparts_store_info .item_title {
    font-size: 22px;
  }

  .carparts_store_info ul a {
    font-size: 18px;
  }

  .carparts_store_info {
    padding: 50px 30px;
  }

  .carparts_deals_listlayout .item_title {
    font-size: 42px;
    margin-bottom: 10px;
  }

  .carparts_deals_listlayout .discount_text {
    font-size: 18px;
    letter-spacing: 8px;
  }

  .carparts_deals_listlayout .countdown_timer li:not(:last-child) {
    margin-right: 10px;
  }

  .carparts_deals_listlayout .price_text {
    font-size: 28px;
  }

  .carparts_inline_tabs li:not(:last-child) {
    margin-right: 25px;
  }
  .carparts_inline_tabs a {
    font-size: 16px;
  }

  .Interior_carparts .parts_category_list a {
    font-size: 16px;
  }

  .carparts_deals_grid .countdown_timer li span, .carparts_deals_grid .countdown_timer li strong {
    font-size: 15px;
  }
  .carparts_deals_grid .countdown_timer li:not(:last-child) {
    margin-right: 5px;
  }
  .carparts_deals_grid .countdown_timer.content_inbox li {
    padding: 8px;
  }

  .carparts_deals_grid .discount_text {
    font-size: 20px;
  }

  .carparts_deals_grid .discount_content {
    padding: 15px 20px;
  }

  .carparts_deals_grid .item_content {
    padding: 0px 20px;
  }

  .carparts_deals_grid .item_title > a {
    font-size: 28px;
  }

  .carparts_deals_grid .price_text {
    margin-bottom: 15px;
  }

  .carparts_deals_grid {
    padding-bottom: 50px;
  }

  .carparts_dealsgrid_carousel .slick-dots {
    bottom: 20px;
  }

  .carparts_deals_grid .item_image {
    min-height: 300px;
  }

  .carparts_deals_grid .item_image > img {
    max-width: 230px;
  }

  .carparts_blog_listlayout:nth-child(odd) .item_content,
.carparts_blog_listlayout:nth-child(even) .item_content {
    padding: 0px;
  }

  .carparts_blog_listlayout .item_title {
    font-size: 50px;
  }

  .carparts_blog_listlayout .post_date {
    font-size: 16px;
  }

  .carparts_blog_listlayout p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .carparts_newsletter .newsletter_title {
    font-size: 35px;
    padding-left: 90px;
  }

  .carparts_newsletter .newsletter_title i {
    top: 50%;
    font-size: 60px;
    transform: translateY(-50%);
  }

  .carparts_newsletter .form_item input {
    height: 65px;
    font-size: 16px;
    padding: 0px 25px;
  }

  .carparts_newsletter .form_item button {
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    padding: 0px 40px;
  }

  /* home carparts - end */
  /* home classic ecommerce - start */
  .main_menu > ul > li:not(:last-child) {
    margin-right: 30px;
  }

  .classic_ecommerce_header .main_menu > ul > li > a {
    font-size: 18px;
  }

  /* home classic ecommerce - end */
  /* home creative onelook - start */
  .onelook_main_slider .slider_image {
    max-width: 370px;
  }

  .onelook_main_slider h3 {
    font-size: 60px;
  }

  /* home creative onelook - end */
  /* home electronic - start */
  .electronic_section_title .deals_items_countdown {
    padding: 15px 15px;
    padding-left: 10px;
  }

  .electronic_section_title .deals_items_countdown {
    padding: 15px 10px;
    align-items: center;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    text-align: center;
  }

  .countdown_content {
    display: block;
    width: 100%;
    text-align: center;
  }

  .electronic_section_title .deals_items_countdown .countdown_timer {
    transform: scale(1);
    zoom: 1;
    -moz-transform: scale(1);
    width: -webkit-max-content;
    width: max-content;
  }

  .electronic_trending_item .item_image {
    min-width: 310px;
    margin-right: 30px;
  }

  .electronic_trending_item .item_title {
    font-size: 30px;
  }

  .electronic_sidebar {
    padding: 30px 20px;
  }

  .electronic_action_btns button,
.electronic_action_btns a {
    font-size: 12px;
    min-width: 70px;
  }

  .electronic_action_btns button i,
.electronic_action_btns a i {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .electronic_details_description .title_text {
    font-size: 24px;
  }

  .electronic_details_description p {
    font-size: 16px;
  }

  .electronic_details .product_info_list {
    font-size: 16px;
  }

  .electronic_details .post_share li {
    margin-top: 15px;
  }

  .electronic_details .btns_group > li:not(:last-child) {
    margin-right: 15px;
  }

  /* home electronic - end */
  /* home motorcycle - start */
  .motorcycle_header .form_item input {
    width: 130px;
  }

  .motorcycle_header .main_menu > ul > li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }

  .motorcycle_header .main_menu > ul > li > a {
    font-size: 16px;
  }

  .motorcycle_header .action_items li:not(:last-child) {
    margin-right: 20px;
  }

  /* home motorcycle - end */
  /* home parallax shop - start */
  .ps_offer_item .item_content {
    width: 100%;
    padding: 60px 30px;
  }

  /* home parallax shop - end */
  /* home single story - start */
  .single_story_slider .pd_slide .item {
    display: block;
  }

  .single_story_slider .slider_content_wrap {
    height: auto;
    display: block;
  }

  .single_story_slider .slider_content_wrap:nth-child(1) {
    width: 100%;
  }

  .single_story_slider .slider_content_wrap:nth-child(2),
.single_story_slider .slider_content_wrap:nth-child(3) {
    width: 50%;
    float: left;
    display: inline-block;
  }

  .single_story_slider .item_content {
    padding: 60px 15px;
  }

  .single_story_header .action_btns_group {
    width: auto;
  }

  .single_story_slider .details_content {
    height: auto;
    overflow-y: unset;
  }

  .single_story_slider .pd_slide_nav {
    width: 100%;
    position: static;
  }

  .single_story_header {
    display: flex;
    align-items: center;
    background-color: #000000;
    justify-content: space-between;
  }

  .single_story_header .logo_area {
    width: 50%;
    position: static;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
  }

  .single_story_header .action_btns_group {
    width: 50%;
    position: static;
    padding-right: 30px;
    background-color: transparent;
  }
  .single_story_header .action_btns_group li {
    border: none;
  }
  .single_story_header .action_btns_group li:not(:last-child) {
    margin-right: 20px;
  }

  .single_story_header .action_btns_group button {
    width: auto;
    height: auto;
    color: #ffffff;
    line-height: 1;
    font-size: 20px;
    display: inline-block;
    background-color: transparent;
  }

  .single_story_header .action_btns_group button .btn_badge {
    top: -15px;
    right: -15px;
  }

  .single_story_slider .slick-arrow {
    top: 10px;
    bottom: unset;
    width: 40px;
    height: 40px;
  }

  .single_story_slider .slick-arrow.slick-prev {
    left: unset;
    right: 60px;
  }

  .single_story_slider .slick-arrow.slick-next {
    right: 10px;
    left: unset;
  }

  /* home single story - end */
  /* fashion shop - start */
  .fashion_banner h1 {
    font-size: 54px;
    margin-bottom: 20px;
  }

  .fashion_banner {
    min-height: 590px;
  }
  .fashion_banner .banner_content {
    margin-top: 100px;
  }

  .fashion_header .header_content_wrap {
    min-height: auto;
    padding: 15px 0px;
  }

  .fp_filter_bar .btns_group > li > button {
    font-size: 13px;
  }

  .fp_filter_bar .btns_group > li:not(:last-child) {
    margin-right: 25px;
  }

  /* fashion shop - end */
  /* gadget shop details - start */
  .g_page_title {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .g_breadcrumb_nav li {
    font-size: 16px;
  }

  .gadget_details_section .item_title {
    font-size: 38px;
  }

  .gadget_details_section .instuck_text {
    font-size: 20px;
  }

  .gadget_section_title .title_text {
    font-size: 48px;
  }

  .gadget_big_feature h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }

  /* gadget shop details - end */
  /* medical shop - start */
  .medical_search_bar .form_item {
    width: 50%;
  }

  .medical_search_bar .option_select {
    width: 40%;
  }

  .medical_search_bar .option_select .nice-select {
    padding: 0px 10px;
  }

  .medical_header .header_hotline p {
    font-size: 14px;
  }

  .medical_header .header_hotline {
    padding: 15px 30px;
  }

  /* medical shop - end */
  /* modern minimal shop - start */
  .minimal_breadcrumb {
    min-height: 530px;
    padding-bottom: 120px;
  }

  .minimal_page_title {
    font-size: 72px;
  }

  /* modern minimal shop - end */
  /* motorcycle shop - start */
  .motorcycle_deals_carousel2 .item_title {
    font-size: 48px;
  }

  .motorcycle_deals_carousel2 .countdown_timer li {
    padding: 15px 20px;
  }
  .motorcycle_deals_carousel2 .countdown_timer li:not(:last-child) {
    margin-right: 5px;
  }
  .motorcycle_deals_carousel2 .countdown_timer strong {
    font-size: 28px;
  }
  .motorcycle_deals_carousel2 .countdown_timer span {
    font-size: 13px;
  }

  /* motorcycle shop - end */
}
@media screen and (max-width: 1024px) {
  /* furniture shop - start */
  .main_menu > ul > li:not(:last-child) {
    margin-right: 20px;
  }

  .furniture_breadcrumb .deco_image {
    max-width: 370px;
  }

  .f2_page_title {
    font-size: 48px;
    text-shadow: 6px 0px 1px #b6b5b5;
  }

  .breadcrumb_section {
    min-height: 320px;
  }

  /* furniture shop - end */
  /* sports shop - start */
  .breadcrumb_section.sports_breadcrumb {
    padding: 80px 0px;
    padding-bottom: 60px;
    min-height: 300px;
  }

  .sports_page_title {
    font-size: 66px;
  }

  .sports_breadcrumb_nav {
    padding: 15px 0px;
  }
  .sports_breadcrumb_nav li {
    padding: 0px;
    height: auto;
  }
  .sports_breadcrumb_nav li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }

  .sports_breadcrumb_nav li:first-child {
    border: none;
  }

  /* sports shop - end */
}
/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  /* global - start */
  .sec_ptb_140 {
    padding: 100px 0px;
  }

  .custom_btn {
    height: 50px;
    font-size: 12px;
    padding: 10px 25px;
  }

  .form_item input {
    height: 50px;
    padding: 0px 20px;
  }

  .form_item textarea {
    padding: 20px;
    min-height: 110px;
  }

  .order-last {
    order: 0;
  }

  hr {
    margin: 20px 0px;
  }

  /* global - end */
  /* header - start */
  .default_header .header_top {
    display: none;
  }

  .default_header + main {
    margin-top: 0px;
  }

  .main_menu,
.header_section .action_btns_group {
    display: none;
  }

  .mh_action_btns {
    display: block;
  }

  .header_section .brand_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .default_header .header_bottom {
    min-height: auto;
    padding: 15px 0px;
  }

  .search_body_collapse .search_body .prl_90 {
    padding: 0px 15px;
  }

  .search_body_collapse input {
    height: 50px;
    font-size: 16px;
  }

  .search_body_collapse button {
    font-size: 16px;
  }

  /* header - end */
  /* footer - start */
  .default_footer .footer_widget_area {
    padding: 50px 0px;
  }
  .default_footer .footer_widget {
    padding: 30px 0px;
  }

  /* footer - end */
  /* breadcrumb - start */
  .breadcrumb_section {
    min-height: 480px;
    padding-bottom: 130px;
  }

  .page_title {
    font-size: 70px;
    margin-bottom: 20px;
  }

  /* breadcrumb - end */
  /* sidebar - start */
  .sidebar_section {
    max-width: 370px;
    margin-top: 50px;
  }

  /* sidebar - end */
  /* blog - start */
  .blog_grid .blog_title {
    margin-bottom: 10px;
  }
  .blog_grid .blog_title > a {
    font-size: 32px;
    line-height: 1;
  }
  .blog_grid p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  /* blog - end */
  /* blog details - start */
  .details_section .details_image img {
    width: 100%;
    display: block;
  }

  /* blog details - end */
  /* contact - start */
  #mapBox {
    height: 400px;
  }

  .main_contact_content {
    margin-bottom: 50px;
  }
  .main_contact_content p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main_contact_content .main_contact_info {
    max-width: 370px;
  }
  .main_contact_content .main_contact_info li {
    display: flex;
    align-items: center;
  }

  .main_contact_section .form_item textarea {
    min-height: 130px;
  }

  /* contact - end */
  /* shop details - start */
  .shop_details_content .item_price {
    font-size: 20px;
  }

  .shop_details_content .item_title {
    font-size: 30px;
  }

  .quantity_input {
    height: 50px;
    padding: 0px 10px;
  }

  /* shop details - end */
  /* shop details - start */
  .details_description_tab .nav a {
    font-size: 16px;
  }

  .details_description_tab .nav li:not(:last-child) {
    margin-right: 40px;
  }

  /* shop details - end */
  /* shop cart - start */
  .cart_table {
    overflow-x: scroll;
  }
  .cart_table .table {
    width: 820px;
  }

  .coupon_wrap .cart_update_btn .custom_btn {
    float: none;
    margin-top: 15px;
  }

  .cart_pricing_table {
    max-width: 370px;
  }

  .coupon_wrap .form_item {
    margin: 0px;
    width: 100%;
    display: block;
  }

  .coupon_wrap .custom_btn {
    margin-top: 15px;
  }

  /* shop cart - end */
  /* shop checkout - start */
  .checkout_step a {
    font-size: 17px;
    padding: 16px 30px;
  }

  .checkout_step a span {
    font-size: 22px;
    margin-right: 12px;
  }

  .checkout_step li {
    width: 50%;
  }

  .checkout_collapse_content {
    margin-bottom: 30px;
  }

  .checkout_table {
    overflow-x: scroll;
  }
  .checkout_table .table {
    width: 1100px;
  }

  /* shop checkout - end */
  /* home carparts - start */
  .carparts_header .header_top,
.carparts_header .header_bottom {
    display: none;
  }

  .carparts_header .brand_logo {
    height: auto;
    border: none;
    padding: 15px 20px;
  }

  .carparts_header {
    position: fixed;
  }
  .carparts_header .content_wrap {
    border-radius: 6px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  }

  .carparts_banner {
    min-height: 770px;
  }

  .carparts_banner h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }

  .carparts_banner p {
    font-size: 20px;
  }

  .carparts_search .option_select .nice-select {
    height: 55px;
    padding: 0px 20px;
    line-height: 55px;
  }

  .carparts_search .form_item input {
    height: 55px;
    padding: 0px 20px;
  }

  .carparts_search .submit_btn {
    height: 55px;
    font-size: 15px;
    line-height: 55px;
  }

  .carparts_banner .banner_content,
.carparts_banner .carparts_search {
    margin: auto;
    max-width: 670px;
  }

  .carparts_search > ul {
    margin: -5px;
  }

  .carparts_search > ul > li,
.carparts_search > ul > li:last-child {
    flex: 50%;
    padding: 5px;
    max-width: 50%;
  }

  .primary_carparts_category .item_image {
    width: 170px;
    height: 170px;
  }

  .carparts_section_title .title_text {
    font-size: 50px;
  }

  .carparts_section_title .sub_title {
    font-size: 18px;
  }

  .home_carparts .custom_btn {
    font-size: 16px;
  }

  .home_carparts .custom_btn.btn_sm {
    font-size: 14px;
  }

  .carparts_product_grid .item_content {
    padding: 20px;
  }

  .carparts_product_grid .item_title > a {
    font-size: 20px;
  }

  .carparts_section_title {
    text-align: center;
  }

  .carparts_inline_tabs {
    margin-top: 30px;
    justify-content: center;
  }

  .Interior_carparts .item_content {
    padding: 25px;
  }

  .Interior_carparts .item_title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .Interior_carparts {
    display: flex;
    height: 300px;
  }
  .Interior_carparts img {
    object-fit: cover;
  }

  .new_carparts_content {
    padding: 0px;
    max-width: 370px;
    text-align: center;
    margin: 30px auto 0px;
  }

  .new_carparts_content .item_title {
    font-size: 36px;
  }

  .carparts_blog_listlayout .item_title {
    font-size: 40px;
  }

  .carparts_footer .footer_widget_area {
    padding: 60px 0px;
  }
  .carparts_footer .footer_widget {
    padding: 20px 0px;
  }
  .carparts_footer .footer_instagram ul {
    max-width: 370px;
  }
  .carparts_footer .footer_bottom {
    text-align: center;
  }
  .carparts_footer .payment_methods {
    margin-top: 10px;
  }

  .breadcrumb_section {
    min-height: 400px;
    padding-bottom: 100px;
  }

  .carparts_filetr_bar .option_title,
.carparts_filetr_bar .nice-select {
    font-size: 15px;
    margin-right: 10px;
  }

  .shop_details_content .option_select .nice-select {
    height: 50px;
    line-height: 48px;
  }

  .shop_details_content .share_links .circle_social_links a {
    width: 45px;
    height: 45px;
  }

  /* home carparts - end */
  /* home classic ecommerce - start */
  .classic_ecommerce_header .header_top {
    display: none;
  }

  .classic_ecommerce_header .header_bottom {
    min-height: auto;
    padding: 15px 0px;
  }

  .classic_ecommerce_slider h3 {
    font-size: 66px;
  }

  .classic_ecommerce_slider p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .home_classic_ecommerce .custom_btn {
    font-size: 14px;
  }

  .classic_ecommerce_slider .slider_content {
    max-width: 440px;
  }

  .classic_ecommerce_slider .item {
    min-height: 650px;
    padding: 100px 0px;
  }

  .ecommerce_policy_item .item_icon {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }

  .ecommerce_policy_item .item_title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .ecommerce_policy_item p {
    font-size: 15px;
  }

  .ecommerce_category_fullimage .item_title > a {
    font-size: 16px;
    padding: 16px 25px;
  }

  .ce_offer_fullimage2 .item_title {
    font-size: 42px;
  }

  .ce_offer_fullimage2 p {
    font-size: 18px;
    line-height: 1.2;
  }

  .ce_offer_fullimage2 .item_content {
    padding: 30px;
    max-width: 370px;
  }

  .column4_element_grid .element-item {
    width: 33.333%;
  }

  .ecommerce_newsletter .form_wrap {
    max-width: 670px;
  }

  .ecommerce_newsletter .form_item input {
    height: 65px;
    padding: 0px 20px;
  }

  .ecommerce_newsletter .form_item button {
    height: 65px;
    font-size: 15px;
    line-height: 65px;
    padding: 0px 45px;
  }

  .ecommerce_footer .footer_widget_area {
    padding: 60px 0px;
  }
  .ecommerce_footer .footer_widget_area .footer_widget {
    padding: 20px 0px;
  }

  .ce_page_title {
    font-size: 54px;
  }

  .classic_ecommerce_breadcrumb p {
    font-size: 22px;
    margin-bottom: 10px;
  }

  /* home classic ecommerce - end */
  /* home creative onelook - start */
  .onelook_main_slider .slider_image {
    max-width: 270px;
    margin-bottom: 30px;
  }
  .onelook_main_slider .slider_content {
    max-width: 370px;
    margin: 0px auto;
    text-align: center;
  }

  .onelook_main_slider h3 {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .onelook_main_slider h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }

  .home_creative_onelook .custom_btn {
    font-size: 15px;
    padding: 10px 30px;
  }

  .onelook_product1 {
    margin: auto;
    padding: 30px;
    max-width: 370px;
  }

  .onelook_product3 .quantity_input span,
.onelook_product3 .quantity_input input {
    width: 50px;
    margin: 0px;
    height: 50px;
    line-height: 50px;
  }

  /* home creative onelook - end */
  /* home electronic - end */
  .electronic_header .header_bottom,
.electronic_header .medical_search_bar,
.electronic_action_btns {
    display: none;
  }

  .electronic_header .header_top {
    min-height: auto;
    padding: 20px 0px;
  }

  .alldepartments_dropdown.show_lg {
    display: none;
  }

  .alldepartments_dropdown.show {
    display: block;
  }

  .electronic_slider {
    margin: 30px 0px;
  }

  .electronic_slider .slider_image {
    margin: auto;
    max-width: 370px;
    margin-right: 30px;
  }

  .electronic_deals_slider {
    margin: 0px;
    margin-bottom: 30px;
  }

  .electronic_section_title .title_text {
    padding: 25px;
    display: block;
    min-height: auto;
    -webkit-clip-path: unset;
            clip-path: unset;
  }

  .electronic_section_title .title_text span {
    margin-right: 6px;
    display: inline-block;
  }

  .electronic_section_title .deals_items_countdown {
    padding: 25px;
    min-height: auto;
    -webkit-clip-path: unset;
            clip-path: unset;
  }

  .electronic_section_title .electronic_tabs_nav2 {
    padding: 20px 15px;
    justify-content: center;
  }

  .electronic_product_columns.has_5columns > li {
    width: 33.333%;
  }

  .electronic_tabs_nav {
    justify-content: center;
  }

  .electronic_category_wrap ul {
    margin-top: 30px;
    max-width: 300px;
  }

  .electronic_feature_carousel .item_image {
    max-width: 570px;
    margin: 0px auto;
  }

  .electronic_feature_carousel .item_content {
    margin: 0px auto;
    max-width: 470px;
    padding: 40px 15px;
  }

  .electronic_product_biglistlayout {
    margin: 0px;
    margin-bottom: 40px;
  }

  .electronic_newsletter .title_wrap {
    padding: 0px;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
  }
  .electronic_newsletter .title_wrap i {
    display: block;
    margin-bottom: 20px;
    position: static;
  }

  .electronic_newsletter .form_item button {
    height: 65px;
  }

  .electronic_newsletter .payment_mathoud {
    margin-top: 25px;
    text-align: center;
  }

  .electronic_footer .footer_widget_area {
    padding: 60px 0px;
  }
  .electronic_footer .footer_widget {
    padding: 20px 0px;
  }

  .consumer_content_wrap {
    margin-bottom: 30px;
  }

  .trending_products_list {
    margin-top: 10px;
  }
  .trending_products_list li {
    width: 25%;
    padding: 10px;
  }

  .electronic_filter_bar > li:not(:last-child) {
    margin-right: 20px;
  }

  .electronic_details_description .nav {
    padding: 15px 30px;
  }

  .electronic_details_description .nav a {
    font-size: 18px;
    padding: 8px 0px;
  }

  .electronic_details_description .nav a:before {
    height: 2px;
  }

  .electronic_details_description .nav li:not(:last-child) {
    margin-right: 40px;
  }

  .electronic_details_description .tab-content {
    padding: 30px;
  }

  /* home electronic - end */
  /* home fashion - start */
  .fashion_slider .circle_shape span {
    width: 500px;
    height: 500px;
  }

  .fashion_slider .item {
    min-height: 700px;
    padding: 100px 0px;
  }

  .fashion_header .header_content_wrap {
    min-height: auto;
    padding: 15px 0px;
  }

  .fashion_header .action_btns_group {
    display: flex;
  }

  .play_btn_2 small {
    font-size: 14px;
  }

  .play_btn_2 span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
  }

  .fashion_category_circle .item_image {
    width: 250px;
    height: 250px;
  }

  .fashion_category_circle .item_title {
    font-size: 30px;
  }

  .fashion_category_circle .item_instock {
    font-size: 18px;
  }

  .fashion_delas_item img {
    width: 100%;
    display: block;
  }

  .column5_element_grid .element-item {
    width: 33.333%;
  }

  .fashion_feature_item .item_image {
    max-width: 470px;
    margin: 0px auto 30px;
  }

  .fashion_feature_item .child_image li {
    width: 100px;
    height: 100px;
  }
  .fashion_feature_item .child_image li:not(:last-child) {
    margin-bottom: 10px;
  }

  .fashion_feature_item .child_image {
    right: 0px;
  }

  .fashion_feature_item .item_content {
    margin: 0px auto;
    max-width: 470px;
    text-align: center;
  }
  .fashion_feature_item .item_content .mb_50 {
    margin-bottom: 20px;
  }

  .fashion_feature_item .fashion_section_title p {
    font-size: 16px;
  }

  .fashion_feature_item .fashion_section_title .title_text {
    font-size: 54px;
  }

  .fashion_insta_products_group .addtocart_btn {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }

  .fashion_newsletter_wrap {
    text-align: center;
  }
  .fashion_newsletter_wrap .fashion_section_title {
    margin-bottom: 20px;
  }

  .fashion_newsletter_wrap .form_item input {
    height: 60px;
  }

  .fashion_newsletter_wrap .submit_btn {
    height: 60px;
    font-size: 17px;
    padding: 0px 40px;
    line-height: 60px;
  }

  .fashion_instagram li {
    width: 33.333%;
  }

  .footer_contact_info .ul_li li:not(:last-child),
.footer_contact_info .ul_li_right li:not(:last-child),
.footer_contact_info .ul_li_center li:not(:last-child) {
    margin-right: 30px;
  }

  .fashion_footer .footer_bottom {
    padding: 40px 0px;
  }

  /* home fashion - end */
  /* home fashion minimal - start */
  .fashion_minimal_header .header_top,
.fashion_minimal_header .btns_group {
    display: none;
  }

  .fashion_minimal_header .header_bottom {
    min-height: auto;
    padding: 14px 0px;
  }

  .fashion_minimal_header + main {
    margin-top: 83px;
  }

  .home_fashion_minimal .custom_btn {
    font-size: 12px;
    padding: 10px 30px;
  }

  .fm_banner_item h3 {
    font-size: 54px;
    margin-bottom: 20px;
  }

  .fm_banner_item h4 {
    font-size: 18px;
  }

  .fm_section_title {
    text-align: center;
  }

  .fm_tabs_nav {
    margin-top: 30px;
    justify-content: center;
  }
  .fm_tabs_nav li:not(:last-child) {
    margin-right: 30px;
  }

  .fm_tabs_nav a {
    font-size: 20px;
  }

  .fm_feature_product .item_image {
    margin-bottom: 30px;
  }
  .fm_feature_product .item_image img {
    width: 100%;
    display: block;
  }

  .fm_newsletter .form_item button {
    height: 60px;
    font-size: 16px;
    min-width: auto;
    padding: 10px 30px;
  }

  .fm_newsletter .form_item input {
    height: 60px;
    font-size: 16px;
    padding: 0px 20px;
  }

  .fm_newsletter .title_text {
    font-size: 42px;
  }

  .fm_newsletter p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .fm_blog_grid p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .fashion_minimal_footer .footer_widget_area {
    padding: 40px 0px;
  }
  .fashion_minimal_footer .footer_widget {
    padding: 20px 0px;
  }

  /* home fashion minimal - end */
  /* home furniture - start */
  .furniture_slider .slider_content {
    margin: auto;
    text-align: center;
  }

  .furniture_slider .item {
    min-height: 600px;
  }

  .furniture_slider .slick-dots {
    bottom: 30px;
  }

  .furniture_header .header_content_wrap {
    padding: 15px 0px;
    min-height: auto;
  }

  .furniture_header + main {
    margin-top: 81px;
  }

  .furniture_masonry .w_66 {
    width: 100%;
  }

  .furniture_masonry .grid-item,
.furniture_masonry .grid-sizer {
    width: 50%;
  }

  .furniture_section_title {
    text-align: center;
  }

  .furniture_tab_wrap {
    display: block;
    text-align: center;
  }

  .furniture_tab {
    margin: 20px 0px;
    justify-content: center;
  }

  .furniture_blog_listlayout {
    margin-bottom: 40px;
  }
  .furniture_blog_listlayout .item_image img {
    width: 100%;
    display: block;
  }
  .furniture_blog_listlayout .item_content {
    max-width: 100%;
    padding: 30px 15px;
  }
  .furniture_blog_listlayout .furniture_section_title {
    text-align: left;
  }

  .feature_furniture .mb_50 {
    margin-bottom: 30px;
  }
  .feature_furniture .furniture_section_title {
    margin: auto;
    max-width: 470px;
    margin-bottom: 30px;
  }

  .furniture_feature_content .child_furniture_feature {
    float: none;
    text-align: left;
  }

  .child_furniture_feature .item_image {
    order: 0;
    min-width: 80px;
    margin-left: 0;
    margin-right: 15px;
  }

  .child_furniture_feature {
    max-width: 270px;
    justify-content: flex-start;
  }

  .furniture_deals_container {
    display: block;
    padding: 60px 15px;
  }

  .furniture_deals_container .item_image {
    order: 0;
    max-width: 470px;
    margin: 0px auto 40px;
  }

  .furniture_deals_container .item_content {
    margin: 0px auto;
    text-align: center;
  }
  .furniture_deals_container .item_content .countdown_timer {
    justify-content: center;
  }

  .small_products_2col {
    margin: 0px;
    margin-bottom: 35px;
  }

  .furniture_hotproduct {
    margin-bottom: 45px;
  }

  .furniture_small_products {
    max-width: 100%;
  }

  .furniture_footer .footer_widget_area {
    padding: 60px 0px;
  }
  .furniture_footer .footer_widget {
    padding: 20px 0px;
  }

  .home_furniture .custom_btn {
    padding: 10px 35px;
  }

  /* home furniture - end */
  /* home gadget - start */
  .gadget_banner {
    text-align: center;
  }
  .gadget_banner .play_btn_1 {
    margin: auto;
    margin-bottom: 30px;
  }
  .gadget_banner .banner_content {
    margin: auto;
    max-width: 470px;
  }

  .gadget_banner h1 {
    font-size: 42px;
  }

  .gadget_banner .banner_image {
    max-width: 600px;
  }

  .gadget_feature_product .item_content {
    margin-top: 40px;
    text-align: center;
  }

  .gadget_gallery_carousel_wrap {
    margin: 0px;
  }

  .gadget_gallery_carousel_wrap .carousel_nav {
    margin-bottom: 30px;
    justify-content: center;
  }

  .gadget_gallery_content {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

  .gadget_gallery_section {
    background-size: cover;
    background-position: center center;
  }

  .gadget_feature2_content {
    padding: 0px;
    max-width: 470px;
    text-align: center;
    margin: 40px auto 0px;
  }

  .best_drone_carousel .carousel_nav .left_arrow,
.best_drone_carousel .carousel_nav .right_arrow {
    width: 150px;
  }

  .drone_flat_sale .item_image {
    max-width: 470px;
    margin: 0px auto 40px;
  }
  .drone_flat_sale .item_content {
    max-width: 570px;
    margin: 0px auto;
    text-align: center;
  }

  .gadget_big_feature h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }

  .play_btn_1 {
    width: 120px;
    height: 120px;
  }

  .gadget_big_offer .item_image {
    max-width: 470px;
    margin: 0px auto 40px;
  }
  .gadget_big_offer .item_content {
    padding: 0px;
    max-width: 570px;
    margin: 0px auto;
    text-align: center;
  }

  .gadget_blog_grid {
    margin: 50px auto 0px;
  }

  .gadget_newsletter .form_title {
    text-align: center;
    margin-bottom: 30px;
  }

  .gadget_footer .footer_widget_area {
    padding: 60px 0px;
    padding-top: 100px;
  }
  .gadget_footer .footer_widget {
    padding: 20px 0px;
  }

  .gadget_header .header_content_wrap {
    min-height: auto;
    padding: 15px 0px;
  }

  /* home gadget - end */
  /* home lookbook creative - start */
  .lookbook_creative_header .header_content_wrap {
    min-height: auto;
  }

  .lookbook_creative_slider .item {
    min-height: 800px;
  }

  .lookbook_creative_slider .slider_content {
    margin: auto;
    padding: 0px;
    text-align: center;
  }

  .lookbook_feature_fullwidth {
    min-height: 600px;
  }

  .lookbook_collection_content .collection_list {
    margin-top: 30px;
    padding-top: 30px;
  }

  .lookbook_collection_content .lookbook_section_title {
    margin: 0px;
    padding: 0px 15px;
  }

  .lookbook_section_title .title_text {
    font-size: 60px;
  }

  .lookbook_section_title p {
    font-size: 18px;
  }

  .home_lookbook_creative .custom_btn {
    padding: 10px 35px;
  }

  /* home lookbook creative - end */
  /* home lookbook slide - start */
  .header_section .brand_logo {
    padding-right: 0px;
  }

  .mobile_menu_btn.d-lg-block.d-md-none.d-sm-none.d-xs-none {
    display: none;
  }

  /* home lookbook slide - end */
  /* home medical - start */
  .medical_header .header_top,
.medical_search_bar,
.header_register_btns,
.header_cartbtns_group,
.medical_header .header_hotline {
    display: none;
  }

  .medical_header .header_middle {
    min-height: auto;
    padding: 15px 0px;
  }

  .medical_header + main {
    margin-top: 84px;
  }

  .medical_slider .slider_image {
    float: none;
    width: auto;
    max-width: 570px;
    margin: 0px auto 30px;
  }

  .medical_slider .slider_content {
    margin: auto;
    text-align: center;
  }

  .home_medical .custom_btn {
    padding: 10px 40px;
  }

  .medical_section_title .title_text {
    font-size: 34px;
  }

  .consultation_content {
    padding: 30px 15px;
    text-align: center;
  }

  .medical_footer .footer_widget {
    padding: 20px 0px;
  }

  .medical_footer .footer_about {
    border: none;
    text-align: left;
    max-width: 470px;
  }
  .medical_footer .footer_about p {
    margin-bottom: 15px;
  }

  .medical_footer .footer_widget_area {
    border: none;
  }

  .order-first {
    order: 0;
  }

  .medical_footer {
    padding: 0px;
  }
  .medical_footer .footer_widget_area {
    padding: 60px 0px;
  }
  .medical_footer .footer_bottom {
    padding-top: 0px;
  }

  .medical_contact_info li:not(:last-child) {
    margin-bottom: 10px;
  }

  /* home medical - end */
  /* home modern - start */
  .modern_section_title {
    text-align: center;
  }

  .modern_tabs_nav {
    margin-top: 30px;
    justify-content: center;
  }

  .modern_top_product .item_image {
    margin-top: 40px;
    text-align: center;
  }

  .modern_top_product {
    padding: 80px 15px;
    padding-top: 140px;
  }

  .modern_blog_listlayout .item_title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .modern_post_meta {
    margin-bottom: 10px;
  }

  .modern_blog_listlayout p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .home_modern .custom_btn {
    font-size: 15px;
    padding: 10px 35px;
  }

  .modern_blog_listlayout .item_content {
    margin-top: 20px;
  }

  .modern_newsletter {
    text-align: center;
  }

  .modern_newsletter input {
    width: 100%;
    height: 60px;
    display: flex;
    max-width: 400px;
    padding: 0px 20px;
    margin: 20px auto;
  }

  .modern_footer .footer_widget_area {
    padding: 50px 0px;
  }
  .modern_footer .footer_widget_area .footer_widget {
    padding: 20px 0px;
  }

  /* home modern - end */
  /* home modern - start */
  .minimal_slider h3 {
    font-size: 52px;
    margin-bottom: 15px;
  }

  .minimal_slider p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .minimal_slider h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .home_minimal .custom_btn {
    font-size: 14px;
    padding: 10px 35px;
  }

  .minimal_slider .slider_content {
    margin: auto;
    max-width: 560px;
    text-align: center;
  }

  .minimal_slider .item {
    min-height: 750px;
  }

  .minimal_product_item .item_content {
    padding: 20px;
  }

  .minimal_advertisement .title_text {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .minimal_footer .footer_widget_area {
    padding: 60px 0px;
  }
  .minimal_footer .footer_widget {
    padding: 20px 0px;
  }

  /* home modern - end */
  /* home minimal - start */
  .minimal_header .header_content_wrap {
    min-height: auto;
    padding: 15px 0px;
  }

  /* home minimal - end */
  /* home motorcycle - start */
  .motorcycle_header .action_items {
    display: none;
  }

  .motorcycle_slider .slider_image {
    max-width: 460px;
  }

  .home_motorcycle .carousel_nav button {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }

  .home_motorcycle .custom_btn {
    font-size: 15px;
    padding: 10px 35px;
  }

  .motorcycle_slider p {
    margin-bottom: 20px;
  }

  .motorcycle_slider h3 {
    font-size: 70px;
  }

  .motorcycle_slider .item {
    min-height: 750px;
  }

  .motorcycle_category_item .item_title {
    font-size: 24px;
  }

  .motorcycle_category_item .item_type {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .motorcycle_category_item img {
    max-height: 190px;
  }

  .motorcycle_category_item .item_image {
    height: 210px;
    margin-bottom: 20px;
  }

  .motorcycle_deals_carousel .item_title {
    font-size: 60px;
  }

  .motorcycle_deals_carousel p {
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .motorcycle_deals_carousel .countdown_wrap {
    display: block;
  }

  .motorcycle_deals_carousel .wrap_title:after {
    display: none;
  }

  .motorcycle_deals_carousel .wrap_title {
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 15px;
  }

  .motorcycle_deals_carousel .carousel_nav button {
    width: 80px;
    height: 80px;
  }
  .motorcycle_deals_carousel .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .motorcycle_deals_carousel .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .motorcycle_deals_carousel .carousel_nav img {
    max-height: 65px;
  }

  .motorcycle_image_1 {
    max-width: 480px;
  }

  .motorcycle_tabs_nav a {
    font-size: 18px;
  }

  .motorcycle_product_grid img {
    max-width: 270px;
    max-height: 250px;
  }

  .motorcycle_product_grid .item_image {
    display: flex;
    min-height: 360px;
  }

  .motorcycle_product_grid .item_price {
    left: 15px;
    font-size: 16px;
  }

  .motorcycle_product_grid .item_title a {
    font-size: 36px;
  }

  .motorcycle_big_feature .tabs_menu li {
    width: 130px;
    height: 130px;
    display: inline-flex;
  }
  .motorcycle_big_feature .tabs_menu li:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }

  .motorcycle_big_feature .tabs_menu {
    display: flex;
    justify-content: center;
  }
  .motorcycle_big_feature .tabs_menu img {
    max-height: 90px;
  }

  .motorcycle_big_feature .item_image {
    max-width: 370px;
    margin: 0px auto 20px;
  }

  .motorcycle_big_feature .item_content {
    max-width: 450px;
    text-align: center;
  }

  .motorcycle_big_feature .item_title {
    font-size: 48px;
  }

  .motorcycle_big_feature .info_list {
    display: table;
    text-align: left;
    margin: 0px auto 20px;
  }
  .motorcycle_big_feature .info_list li {
    font-size: 18px;
  }

  .feature_fullimage .item_title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .motorcycle_testimonial {
    padding: 100px 0px;
  }

  .motorcycle_testimonial_item .item_content {
    padding: 40px;
  }

  .motorcycle_testimonial_item .title_text {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .motorcycle_testimonial_item .item_image img {
    max-height: 400px;
  }

  .motorcycle_testimonial_item .sub_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .motorcycle_testimonial_item .item_content:before {
    top: 70px;
    left: -25px;
    width: 50px;
  }

  .motorcycle_testimonial .carousel_nav {
    top: 6px;
    right: 6px;
  }
  .motorcycle_testimonial .carousel_nav button:not(:last-child) {
    margin-right: 3px;
  }

  .motorcycle_testimonial_item p {
    font-size: 15px;
  }

  .motorcycle_testimonial_item .admin_name {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .motorcycle_testimonial_item .admin_image {
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .motorcycle_testimonial_item .admin_image li:not(:last-child) {
    margin-right: 5px;
  }

  .motorcycle_testimonial_item .quote_icon {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .motorcycle_footer .mb_30 {
    margin-bottom: 20px;
  }
  .motorcycle_footer .footer_widget_area {
    padding: 40px 0px;
  }
  .motorcycle_footer .footer_widget {
    padding: 20px 0px;
  }

  .motorcycle_footer .footer_widget_title {
    margin-bottom: 15px;
  }

  /* home motorcycle - end */
  /* home parallax shop - start */
  .parallax_shop_header .action_btns_group {
    display: flex;
    justify-content: flex-end;
  }
  .parallax_shop_header .action_btns_group > li:not(:last-child) {
    margin-right: 5px;
  }
  .parallax_shop_header .action_btns_group button {
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }

  .parallax_shop_header .action_btns_group button.mobile_menu_btn {
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }

  .home_parallax_shop .custom_btn {
    padding: 10px 35px;
  }

  .ps_offer_item .item_content {
    width: 90%;
    padding: 45px 20px;
  }

  .ps_offer_item h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

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

  .ps_offer_item span {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .ps_big_feature {
    min-height: 500px;
  }

  .ps_proguct_item .product_action_btns a {
    height: 50px;
    font-size: 10px;
    min-width: 50px;
    padding: 0px 12px;
    line-height: 52px;
  }

  /* home parallax shop - end */
  /* home simple shop - start */
  .simple_shop_header .header_content_wrap {
    min-height: auto;
  }

  .simple_shop_header + main {
    margin-top: 83px;
  }

  .simple_shop_slider .item {
    min-height: 600px;
  }

  .simple_shop_banner {
    min-height: 600px;
  }

  .simple_shop_slider h3 {
    font-size: 42px;
  }

  .home_simple_shop .custom_btn {
    font-size: 14px;
    padding: 10px 35px;
  }

  .home_simple_shop .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .ss_section_title .title_text {
    font-size: 48px;
  }

  .ss_section_title p {
    font-size: 18px;
  }

  .ss_newsletter_section .form_title {
    font-size: 36px;
  }

  .ss_newsletter_section p {
    font-size: 24px;
  }

  .simple_shop_footer .footer_widget_area {
    padding: 40px 0px;
  }
  .simple_shop_footer .footer_widget {
    padding: 20px 0px;
  }
  .simple_shop_footer hr {
    margin: 20px 0px;
  }

  /* home simple shop - end */
  /* home single story - start */
  .single_story_header .action_btns_group {
    width: 40%;
    display: inline-flex;
  }
  .single_story_header .action_btns_group button:hover {
    background-color: transparent;
  }

  .single_story_header .logo_area {
    width: 60%;
  }

  /* home single story - end */
  /* home sports - start */
  .sports_slider .item_image_2 {
    left: -8%;
    max-width: 250px;
  }

  .sports_slider .item_image_1 {
    right: -10%;
    max-width: 450px;
  }

  .sports_slider .small_image_1 {
    width: 180px;
    height: 200px;
  }

  .sports_slider .small_image_1 img {
    max-height: 120px;
  }

  .sports_slider .slide_count_wrap span:not(:last-child):after {
    width: 200px;
  }

  .sports_about_section .title_text {
    font-size: 60px;
  }

  .sports_section_title.mb_100 {
    margin-bottom: 60px;
  }

  .sports_big_feature .item_content {
    margin-top: 25px;
  }
  .sports_big_feature .item_title {
    font-size: 60px;
    margin-left: 0px;
  }

  .sports_big_feature p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .home_sports .custom_btn.btn_sm {
    font-size: 14px;
    padding: 10px 30px;
  }

  .sf_product_carousel {
    margin-top: 40px;
  }

  .sports_blog_item {
    padding: 30px;
    display: block;
  }

  .sports_blog_item:nth-child(odd) .item_image {
    order: 0;
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }

  .sports_blog_item .content_wrap {
    margin-top: 30px;
  }

  .sports_blog_item:nth-child(even) .item_image {
    width: 100%;
    -webkit-clip-path: unset;
            clip-path: unset;
  }

  .sports_blog_item .item_title {
    font-size: 48px;
  }

  .home_sports .custom_btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  /* home sports - end */
  /* home supermarket - start */
  .supermarket_header .header_top,
.supermarket_header .alart_text {
    display: none;
  }

  .supermarket_header .header_middle {
    min-height: auto;
  }

  .supermarket_header {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    position: fixed;
    background-color: #ffffff;
  }
  .supermarket_header + main {
    margin-top: 70px;
  }

  .supermarket_slider .item {
    min-height: auto;
    padding: 80px 30px;
  }

  .supermarket_slider .slider_image {
    margin-right: 30px;
  }

  .supermarket_policy {
    padding: 20px;
  }

  .supermarket_policy > ul > li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .supermarket_sidebar_tab a:after {
    display: none;
  }

  .supermarket_sidebar_tab a:hover, .supermarket_sidebar_tab a.active {
    color: #ce0b2b;
  }

  .supermarket_product_columns.has_4columns > li {
    width: 33.333%;
  }

  .supermarket_tab_nav {
    margin-top: 20px;
    justify-content: flex-start;
  }

  .supermarket_product_columns.has_3columns > li {
    width: 50%;
  }

  .supermarket_feature_carousel .item_image {
    margin: auto;
    max-width: 470px;
  }

  .supermarket_feature_carousel .item:before {
    display: none;
  }

  .supermarket_feature_carousel .item_content {
    margin: auto;
    text-align: center;
  }

  .bestseller_section {
    padding: 60px 0px;
  }
  .bestseller_section .bestseller_wrap {
    max-width: 470px;
    padding: 20px 0px;
  }
  .bestseller_section .bestseller_wrap .supermarket_section_title {
    margin-bottom: 20px;
  }

  .supermarket_footer .footer_widget_area {
    padding: 40px 0px;
  }
  .supermarket_footer .footer_widget {
    padding: 20px 0px;
  }
  .supermarket_footer .footer_electronic_hotline {
    margin: 25px auto;
  }
  .supermarket_footer .circle_social_links {
    justify-content: center;
  }

  /* home supermarket - end */
  /* home watch - start */
  .watch_slider .item {
    align-items: center;
  }

  .watch_slider .item_content {
    margin: auto;
    max-width: 500px;
    padding: 0px 30px;
    text-align: center;
  }

  .watch_slider .item_title {
    font-size: 54px;
    margin-bottom: 10px;
  }

  .watch_slider p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .watch_slider .child_item .item_title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .watch_slider .child_item .item_price {
    font-size: 18px;
  }

  .watch_slider .child_item .item_price sub {
    font-size: 14px;
  }

  .watch_slider .child_item {
    padding: 25px;
    min-width: 240px;
    padding-bottom: 30px;
  }

  .watch_slider .child_item .details_btn {
    left: 25px;
    bottom: -15px;
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .watch_slider .carousel_nav button {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .watch_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .watch_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .watch_header .header_top,
.home_watch .custom_btn.btn_sm {
    display: none;
  }

  .watch_header .header_bottom {
    min-height: auto;
    padding: 15px 0px;
  }

  .watch_header + main {
    margin-top: 85px;
  }

  .watch_category_item {
    height: 570px;
    max-width: 470px;
    margin: 0px auto 30px;
  }

  .watch_category_item .item_image {
    left: -100px;
    max-height: 615px;
  }

  .watch_big_deals .item_title {
    font-size: 54px;
    margin-bottom: 15px;
  }

  .watch_big_deals .price_text {
    font-size: 25px;
  }

  .watch_big_deals .countdown_timer {
    margin-bottom: 20px;
  }
  .watch_big_deals .countdown_timer li {
    padding: 15px;
  }
  .watch_big_deals .countdown_timer li:not(:last-child) {
    margin-right: 10px;
  }
  .watch_big_deals .countdown_timer strong {
    font-size: 36px;
  }
  .watch_big_deals .countdown_timer span {
    font-size: 15px;
  }

  .watch_offer_carousel .item_image,
.watch_offer_carousel .item_content {
    margin: auto;
    max-width: 470px;
    text-align: center;
  }

  .watch_offer_carousel .item_content {
    display: block;
  }

  .watch_offer_carousel .item_title {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .watch_feature_listlayout .item_image,
.watch_feature_listlayout .item_content {
    margin: auto;
    max-width: 570px;
  }

  .watch_feature_listlayout:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .watch_instagram li {
    width: 33.333%;
  }

  .watch_footer .footer_widget_area {
    padding: 40px 0px;
  }
  .watch_footer .footer_widget {
    padding: 20px 0px;
  }

  /* home watch - end */
  /* fashion minimal shop details - start */
  .fm_details_section .di_tab_nav {
    margin-top: 15px;
  }
  .fm_details_section .di_tab_nav li {
    width: 100px;
    padding: 5px;
    display: inline-block;
  }

  .fm_details_section .action_btns_group {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .fm_details_description .nav li:not(:last-child) {
    margin-right: 40px;
  }

  .fm_details_description h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .fm_details_description .description_video .play_btn {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }

  /* fashion minimal shop details - end */
  /* fashion shop - start */
  .fashion_header .action_btns_group button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .fashion_banner {
    min-height: 480px;
  }

  .fashion_banner .banner_content {
    max-width: 400px;
  }

  /* fashion shop - end */
  /* fashion shop details - start */
  .fashion_details .shop_details_content {
    margin-top: 40px;
  }

  /* fashion shop details - end */
  /* furniture shop details - start */
  .furniture_details .shop_details_content {
    margin-top: 30px;
  }

  /* furniture shop details - end */
  /* gadgert shop details - start */
  .gadget_details_section .shop_details_content {
    padding: 0px;
    margin-top: 30px;
  }

  /* gadgert shop details - end */
  /* lookbook shop - start */
  .lookbook_product_section .carparts_filetr_bar .option_select,
.medical_product_section .carparts_filetr_bar .option_select {
    margin-top: 15px;
    justify-content: center;
  }
  .lookbook_product_section .carparts_filetr_bar .filter_sidebar_btn,
.medical_product_section .carparts_filetr_bar .filter_sidebar_btn {
    margin: auto;
    height: auto;
    line-height: 1;
    display: table;
    margin-top: 20px;
    padding: 15px 20px;
  }

  /* lookbook shop - end */
  /* medical shop - start */
  .breadcrumb_section.medical_breadcrumb {
    min-height: auto;
  }

  .medical_offer_carousel .item_title {
    font-size: 32px;
  }

  .medical_offer_carousel .offer_text {
    font-size: 48px;
  }

  /* medical shop - end */
  /* medical shop details - start */
  .medical_details_section .details_content {
    margin-top: 30px;
  }

  /* medical shop details - end */
  /* modern minimal shop details - start */
  .shop_details .shop_details_content {
    margin-top: 30px;
  }

  /* modern minimal shop details - end */
  /* modern shop details - start */
  .modern_details_section .shop_details_content {
    margin-top: 30px;
  }

  /* modern shop details - end */
  /* motorcycle shop - start */
  .motorcycle_deals_carousel2 .carousel_nav button {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .motorcycle_deals_carousel2 .item {
    padding: 100px 15px;
  }

  .motorcycle_deals_carousel2 .item_image {
    display: block;
    min-height: auto;
    margin-bottom: 20px;
  }

  .motorcycle_product_list {
    display: block;
  }

  .motorcycle_product_list .item_content {
    padding: 20px;
  }

  /* motorcycle shop - end */
  /* motorcycle shop - start */
  .motorcycle_details .motorcycle_details_content {
    margin-top: 30px;
  }

  .motorcycle_details .item_title {
    font-size: 60px;
  }

  /* motorcycle shop - end */
  /* motorcycle shop - start */
  .sports_details .details_content {
    margin-top: 30px;
  }

  .sports_details .details_image_nav {
    justify-content: flex-start;
  }
  .sports_details .details_image_nav li:not(:last-child) {
    margin-right: 10px;
  }

  /* motorcycle shop - end */
  /* quick view - start */
  .quickview_modal .modal-dialog .modal-content {
    max-width: 400px;
    margin: 0px auto;
  }

  .quickview_modal .item_image {
    float: none;
    width: 100%;
  }

  .quickview_modal .item_content {
    padding: 30px;
    display: block;
  }

  /* quick view - end */
}
/* max-width: 880px - start */
@media screen and (max-width: 880px) {
  /* home carparts - start */
  .carparts_product_grid.column_3 .item_image {
    height: 250px;
  }
  .carparts_product_grid.column_3 .item_image > img {
    max-width: 200px;
  }

  .carparts_product_listlayout p {
    font-size: 18px;
  }

  .carparts_product_listlayout .item_title {
    margin-top: 8px;
    margin-bottom: 6px;
  }

  .carparts_product_listlayout .action_btns_wrap {
    margin-top: 20px;
    padding-top: 20px;
  }

  .carparts_product_listlayout .item_content {
    padding: 30px;
  }

  /* home carparts - end */
  /* home electronic - start */
  .electronic_product_columns.has_3columns > li {
    width: 50%;
  }

  /* home electronic - end */
  /* home fashion - start */
  .fashion_header .action_btns_group button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .action_btns_group button .btn_badge {
    height: 20px;
    font-size: 10px;
    min-width: 20px;
    line-height: 21px;
  }

  .fashion_slider h3 {
    font-size: 54px;
  }

  .fashion_slider p {
    font-size: 14px;
  }

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

  .fashion_slider .slider_content {
    max-width: 500px;
  }

  .slider_section .btns_group li:not(:last-child) {
    margin-right: 15px;
  }

  .fashion_slider .slider_image {
    max-width: 380px;
  }

  .fashion_slider .circle_shape span {
    width: 400px;
    height: 400px;
  }

  /* home fashion - end */
  /* home motorcycle - start */
  .motorcycle_slider .slider_content {
    margin: auto;
    max-width: 530px;
    text-align: center;
  }

  .motorcycle_slider h3 {
    font-size: 54px;
  }

  .motorcycle_slider .slide_count_wrap {
    bottom: 120px;
    margin-left: 15px;
  }

  .motorcycle_slider .slider_image {
    max-width: 300px;
  }

  .motorcycle_slider .item {
    min-height: 650px;
  }

  .motorcycle_testimonial_item {
    display: block;
  }

  .motorcycle_testimonial_item .item_image,
.motorcycle_testimonial_item .item_content {
    width: 100%;
  }

  .motorcycle_testimonial_item .item_content:before {
    display: none;
  }

  /* home motorcycle - end */
  /* furniture shop - start */
  .breadcrumb_section.furniture_breadcrumb {
    min-height: auto;
    padding: 80px 0px;
  }

  .furniture_breadcrumb .deco_image {
    bottom: -55px;
    max-width: 250px;
  }

  .f2_breadcrumb_nav_wrap {
    margin-top: 55px;
  }

  /* furniture shop - end */
  /* motorcycle shop details - start */
  .motorcycle_details .btns_group li:not(:last-child) {
    margin-bottom: 10px;
  }

  .motorcycle_details .pd_slide .motorcycle_details_image {
    height: 430px;
  }

  .motorcycle_details .item_title {
    font-size: 48px;
  }

  .motorcycle_big_feature .play_btn_2 {
    line-height: 1;
    font-size: 115px;
    margin-bottom: 40px;
  }

  /* motorcycle shop details - end */
}
/* max-width: 880px - end */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 767px) {
  /* global - start */
  .sec_ptb_100 {
    padding: 80px 0px;
  }

  .sec_ptb_140 {
    padding: 100px 0px;
  }

  .mb_100 {
    margin-bottom: 80px;
  }

  .backtotop {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .order-last {
    order: 0;
  }

  /* global - end */
  /* footer - start */
  .default_footer .footer_widget {
    max-width: 370px;
  }
  .default_footer .footer_bottom {
    text-align: center;
  }
  .default_footer .circle_social_links {
    margin-top: 15px;
    justify-content: center;
  }

  /* footer - end */
  /* breadcrumb - start */
  .breadcrumb_section {
    min-height: 400px;
    padding: 100px 0px;
  }

  .breadcrumb_nav li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }

  .page_title {
    font-size: 60px;
    margin-bottom: 15px;
  }

  /* breadcrumb - end */
  /* 404 - start */
  .error_content .error_text {
    font-size: 140px;
    margin-bottom: 50px;
  }

  .error_content .error_text span {
    max-width: 220px;
    margin: 0px 30px;
  }

  .error_content h3 {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 14px;
  }

  .error_content p {
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }

  /* 404 - end */
  /* blog details - start */
  .details_section .post_meta.ul_li_right {
    justify-content: flex-start;
  }

  /* blog details - end */
  /* contact - start */
  #mapBox {
    height: 300px;
  }

  /* contact - end */
  /* register - start */
  .reg_form_wrap {
    padding: 60px;
    max-width: 100%;
  }

  .reg_form_wrap .social_wrap {
    margin-bottom: 40px;
  }

  .reg_form_wrap .form_title {
    margin-bottom: 40px;
  }

  /* register - end */
  /* shop details - start */
  .shop_details_content {
    margin-top: 40px;
  }

  .details_description_tab .image_wrap {
    margin-bottom: 30px;
  }

  /* shop details - end */
  /* shop checkout - start */
  .billing_form .form_item,
.billing_form .option_select,
.billing_form .checkbox_item {
    padding-left: 0px;
  }

  .billing_form .form_item .input_title,
.billing_form .option_select .input_title {
    max-width: 100%;
    position: static;
  }

  .billing_form .form_wrap {
    padding: 30px;
  }

  /* shop checkout - end */
  /* home carparts - start */
  .carparts_deals_listlayout .deals_image {
    float: none;
    width: auto;
    max-width: 370px;
    margin: 0px auto 30px;
  }

  .carparts_deals_listlayout .deals_content {
    margin: auto;
    max-width: 400px;
    text-align: center;
  }
  .carparts_deals_listlayout .deals_content .countdown_timer {
    justify-content: center;
  }

  .carparts_deals_carousel .carparts_deals_listlayout {
    padding: 60px 30px;
  }

  .carparts_block_tabs a {
    height: 45px;
    font-size: 18px;
    line-height: 47px;
  }

  .carparts_blog_listlayout .item_content {
    margin-top: 30px;
  }

  .carparts_newsletter .newsletter_title {
    padding: 0px;
    text-align: center;
    margin-bottom: 35px;
  }
  .carparts_newsletter .newsletter_title i {
    display: block;
    position: static;
    transform: unset;
    margin-bottom: 15px;
  }

  .carparts_breadcrumb .breadcrumb_nav li {
    font-size: 16px;
  }

  .carparts_layout_btns {
    justify-content: center;
  }

  .carparts_filetr_bar .option_select {
    justify-content: center;
  }

  .carparts_filetr_bar .result_text {
    font-size: 16px;
    margin: 15px 0px;
  }

  .carparts_pagination_wrap {
    text-align: center;
  }
  .carparts_pagination_wrap .carparts_pagination_nav {
    margin-top: 30px;
  }

  .carparts_pagination_nav {
    justify-content: center;
  }

  .carparts_product_listlayout p {
    font-size: 16px;
  }

  /* home carparts - end */
  /* home classic ecommerce - start */
  .classic_ecommerce_slider h3 {
    font-size: 54px;
  }

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

  .classic_ecommerce_slider .slider_content {
    max-width: 400px;
  }

  .ecommerce_category_masonry .grid-item,
.ecommerce_category_masonry .grid-sizer {
    width: 50%;
  }

  .ecommerce_category_masonry .w_66 {
    width: 100%;
  }

  .filters-button-group {
    justify-content: flex-start;
  }
  .filters-button-group > li {
    margin-top: 5px;
  }

  .column4_element_grid .element-item {
    width: 50%;
  }

  .ce_breadcrumb_nav_wrap .goback_btn {
    margin-top: 15px;
  }

  .ecommerce_section_title .title_text {
    text-align: center;
  }

  .carparts_filetr_bar {
    text-align: center;
  }
  .carparts_filetr_bar .filter_sidebar_btn {
    margin-top: 15px;
  }

  .filter_sidebar {
    width: 300px;
    right: -320px;
  }

  /* home classic ecommerce - end */
  /* home creative onelook - start */
  .onelook_section_title .title_text {
    font-size: 20px;
  }

  .onelook_product3 .item_image {
    height: 280px;
  }
  .onelook_product3 .item_image img {
    max-width: 260px;
  }

  .onelook_product3 .item_title a {
    font-size: 30px;
  }

  .onelook_product3 p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* home creative onelook - end */
  /* home electronic - start */
  .electronic_tabs_nav a {
    font-size: 18px;
  }

  .electronic_tabs_nav li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }

  .electronic_product_columns.has_4columns > li {
    width: 50%;
  }

  .electronic_product_columns.has_5columns > li {
    width: 50%;
  }

  .electronic_blog_listlayout .item_title {
    font-size: 30px;
  }

  .featured_products_wrap .wrap_title {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .electronic_feature_carousel2 {
    margin-bottom: 30px;
  }

  .featured_products_wrap {
    margin: 15px 0px;
  }
  .featured_products_wrap .mb_50 {
    margin-bottom: 30px;
  }

  /* home electronic - end */
  /* home fashion - start */
  .column5_element_grid .element-item {
    width: 50%;
  }

  .fashion_advertisement {
    min-height: 400px;
    padding: 60px 0px;
  }

  .play_btn {
    width: 100px;
    height: 100px;
    color: #000000;
    font-size: 18px;
    line-height: 102px;
  }

  .fashion_insta_products_group > li {
    width: 33.333%;
  }

  .fashion_footer .footer_bottom {
    text-align: center;
  }
  .fashion_footer .footer_bottom ul {
    justify-content: center;
  }

  /* home fashion - end */
  /* home fashion minimal - start */
  .fm_feature_product .item_title {
    font-size: 42px;
  }

  .fm_feature_product p {
    font-size: 20px;
  }

  /* home fashion minimal - end */
  /* home gadget - start */
  .gadget_section_title .title_text {
    font-size: 50px;
  }

  .gadget_section_title .sub_title {
    font-size: 16px;
  }

  .best_drone_carousel .carousel_nav .left_arrow,
.best_drone_carousel .carousel_nav .right_arrow {
    width: 80px;
  }

  .best_drone_carousel .slideshow1_slider {
    margin-bottom: 0;
  }

  .gadget_testimonial_item {
    margin: auto;
    max-width: 500px;
  }

  .best_drone_carousel.arrow_ycenter .carousel_nav button {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }

  .gadget_feature_carousel .carousel_nav {
    margin-bottom: 30px;
  }

  .gadget_feature_card {
    padding: 25px;
  }

  /* home gadget - end */
  /* home lookbook creative - start */
  .lookbook_creative_slider h3 {
    font-size: 54px;
  }

  .lookbook_creative_slider p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .lookbook_creative_slider .slider_content {
    max-width: 520px;
  }

  .lookbook_creative_slider .item {
    padding: 100px 0px;
    min-height: 700px;
  }

  .lookbook_creative_slider .carousel_nav button,
.lookbook_creative_slider .carousel_nav button {
    font-size: 10px;
    padding: 8px 15px;
  }

  .lookbook_creative_slider .carousel_nav button span:not(:last-child),
.lookbook_creative_slider .carousel_nav button span:not(:last-child) {
    margin-bottom: 2px;
  }

  .lookbook_feature_fullwidth {
    min-height: auto;
  }

  .lookbook_section_title .title_text {
    font-size: 42px;
  }

  .lookbook_section_title p {
    font-size: 17px;
  }

  .lookbook_feature_fullwidth .lookbook_section_title {
    margin: auto;
    max-width: 500px;
    text-align: center;
  }

  .lookbook_product_item {
    margin: auto;
    max-width: 400px;
  }

  .lookbook_collection_content .lookbook_section_title {
    margin: auto;
  }

  .fashion_section_title .title_text {
    font-size: 36px;
  }

  /* home lookbook creative - end */
  /* home medical - start */
  .medical_section_title {
    text-align: center;
  }

  .medical_tabs_nav {
    margin-top: 20px;
    justify-content: center;
  }

  .medical_slider h4 {
    font-size: 48px;
  }

  .medical_slider h3 {
    font-size: 32px;
  }

  /* home medical - end */
  /* home modern - start */
  .modern_slider h3 {
    font-size: 48px;
  }

  .modern_slider h4 {
    font-size: 30px;
  }

  .modern_slider p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .modern_slider .slider_content {
    margin: auto;
    max-width: 470px;
    text-align: center;
  }

  /* home modern - end */
  /* home minimal - start */
  .minimal_advertisement .item_image {
    max-width: 470px;
    text-align: center;
    margin: 0px auto 40px;
  }

  .minimal_advertisement .item_content {
    max-width: 470px;
    margin: 0px auto;
    text-align: center;
  }

  /* home minimal - end */
  /* home motorcycle - start */
  .motorcycle_slider .carousel_nav {
    padding: 0px;
  }

  .motorcycle_slider .slider_image {
    max-width: 180px;
  }

  .motorcycle_slider .item {
    background-position: center bottom 40px;
  }

  .motorcycle_slider .overlay {
    bottom: 40px;
  }

  .motorcycle_slider .slide_count_wrap {
    padding: 0px;
    bottom: 60px;
  }
  .motorcycle_slider .slide_count_wrap:before {
    display: none;
  }

  .motorcycle_slider .carousel_nav {
    bottom: 20px;
  }

  .motorcycle_category_group li {
    width: 50%;
  }

  .motorcycle_image_1 {
    left: -10%;
    max-width: 200px;
  }

  .motorcycle_deals_carousel .carousel_nav button {
    width: 50px;
    height: 50px;
    top: 33.333%;
  }

  .motorcycle_deals_carousel {
    text-align: center;
  }
  .motorcycle_deals_carousel .item_image,
.motorcycle_deals_carousel .item_content {
    margin: auto;
    max-width: 400px;
  }
  .motorcycle_deals_carousel .countdown_timer {
    justify-content: center;
  }

  .motorcycle_deals_carousel .item_title {
    font-size: 48px;
  }

  .motorcycle_deals_carousel .item_title {
    font-size: 48px;
  }

  .motorcycle_tabs_nav li {
    width: 100%;
    text-align: center;
  }
  .motorcycle_tabs_nav li:before, .motorcycle_tabs_nav li:after {
    display: none;
  }
  .motorcycle_tabs_nav li:not(:last-child) {
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
  }

  /* home motorcycle - end */
  /* home parallax shop - start */
  .home_parallax_shop .carousel_nav button {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .parallax_shop_slider h3 {
    font-size: 50px;
  }

  .ps_section_title.size_big .title_text {
    font-size: 80px;
  }

  .ps_section_title.size_big .sub_title {
    font-size: 24px;
  }

  .ps_tabs_menu li:not(:last-child) {
    margin-right: 25px;
  }

  .ps_section_title .sub_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ps_section_title .title_text {
    font-size: 60px;
  }

  .parallax_shop_header .action_btns_group button {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 42px;
  }

  .parallax_shop_header .action_btns_group button.mobile_menu_btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .parallax_shop_header .action_btns_group > li:not(:last-child) {
    margin-right: 3px;
  }

  .minimal_footer .footer_bottom {
    text-align: center;
  }
  .minimal_footer .footer_bottom .circle_social_links {
    margin-top: 10px;
    justify-content: center;
  }

  /* home parallax shop - end */
  /* home simple shop - start */
  .simple_shop_slider .item {
    min-height: 500px;
  }

  .simple_shop_banner {
    min-height: 500px;
  }

  .ss_feature_item .item_image img {
    max-height: 180px;
  }

  .ss_feature_item .item_image {
    height: 300px;
  }

  .ss_section_title .title_text {
    line-height: 1;
    font-size: 40px;
  }

  .ss_newsletter_section .form_title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .ss_newsletter_section p {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .simple_shop_footer .footer_bottom {
    text-align: center;
  }

  /* home simple shop - end */
  /* home single story - start */
  .single_story_slider .item_content .item_title {
    font-size: 50px;
    margin-bottom: 15px;
  }

  /* home single story - end */
  /* home sports - start */
  .sports_slider .carousel_nav button {
    padding: 5px;
    background-color: #ff3f3f;
    font-size: 12px;
  }
  .sports_slider .carousel_nav button:after {
    display: none;
  }

  .home_sports .text_btn span {
    font-size: 15px;
  }

  .sports_slider .item_image_2 {
    max-width: 200px;
  }

  .sports_slider .item_image_1 {
    max-width: 400px;
  }

  .sports_slider .small_image_1 {
    width: 140px;
    height: 160px;
  }

  .sports_slider .slide_count_wrap span:not(:last-child):after {
    width: 100px;
    margin: 0px 15px;
  }

  .sports_slider .slide_count_wrap {
    right: 15px;
    bottom: 30px;
  }

  .sports_slider .item_title {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .sports_slider p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sports_slider .item_content {
    max-width: 399px;
    margin-left: 80px;
  }

  .sports_slider .item {
    min-height: 680px;
  }

  .sports_about_section .about_content {
    margin-top: 30px;
  }

  .sports_section_title .title_text {
    font-size: 48px;
  }

  .sports_section_title .big_title {
    font-size: 100px;
  }

  .sports_section_title .sub_title {
    font-size: 16px;
  }

  .sports_feature_split .item_title {
    font-size: 26px;
  }

  .sports_feature_split .sub_title {
    font-size: 16px;
  }

  .sports_absolute_tabnav a {
    font-size: 14px;
    padding: 12px 16px;
  }

  .sports_product_item .item_content .item_title {
    font-size: 15px;
    padding: 15px 18px;
  }

  .sports_product_item .item_content .item_price {
    font-size: 15px;
    margin-top: 0px;
    padding: 8px 15px;
  }

  .sports_product_item .item_content .item_title {
    font-size: 15px;
    padding: 15px 18px;
  }

  .sports_product_item .item_content {
    margin-top: -25px;
  }

  .circle_social_links a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .circle_social_links li:not(:last-child) {
    margin-right: 5px;
  }

  .sports_header .header_btns_group > ul:not(:last-child) {
    margin-right: 20px;
  }

  .sports_big_feature .item_title {
    font-size: 48px;
  }

  .sports_newsletter .title_text {
    font-size: 36px;
  }

  .sports_newsletter .sub_title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .sports_newsletter p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .sports_newsletter .form_item input {
    height: 60px;
    padding: 0px 20px;
  }

  .sports_newsletter .form_item .submit_btn {
    position: static;
    width: 100%;
    margin-top: 10px;
    height: 60px;
    font-size: 15px;
    display: flex;
    transform: unset;
    padding: 10px 30px;
  }

  .sports_newsletter,
.sports_feature_video {
    min-height: 400px;
  }

  .sports_blog_item .item_title {
    font-size: 32px;
  }

  .sports_blog_item p {
    font-size: 14px;
  }

  .sports_blog_item .item_content {
    width: 100%;
    padding: 0px;
  }

  .sports_blog_item .content_wrap {
    max-width: 100%;
  }

  .fashion_minimal_footer .footer_bottom {
    padding: 25px 0px;
    text-align: center;
  }
  .fashion_minimal_footer .footer_bottom .payment_methods {
    margin-top: 10px;
  }

  /* home sports - end */
  /* home supermarket - start */
  .supermarket_product_columns.has_3columns > li {
    width: 100%;
  }

  .supermarket_deals_carousel .carousel_nav {
    margin-top: 40px;
    position: static;
  }

  .supermarket_product_columns.has_4columns > li {
    width: 50%;
  }

  .supermarket_tab_nav a {
    font-size: 14px;
    padding: 8px 12px;
  }

  .supermarket_slider .item {
    display: block;
  }

  .supermarket_slider .slider_image {
    margin: auto;
    margin-bottom: 20px;
  }

  .supermarket_slider .slider_content {
    margin: auto;
    text-align: center;
  }

  .supermarket_policy > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .supermarket_section_title {
    text-align: center;
  }

  .supermarket_tab_nav {
    justify-content: center;
  }

  .home_supermarket .custom_btn {
    padding: 10px 30px;
  }

  .bestseller_wrap .supermarket_section_title {
    text-align: left;
  }

  .supermarket_footer .footer_bottom {
    text-align: center;
  }
  .supermarket_footer .payment_methods {
    margin-top: 10px;
  }

  /* home supermarket - end */
  /* home watch - start */
  .watch_slider .item {
    min-height: 570px;
  }

  .watch_slider .child_items_list {
    right: 15px;
    bottom: 20px;
  }

  .watch_slider .child_item {
    padding: 20px;
    min-width: 220px;
    padding-bottom: 25px;
  }

  .watch_slider .child_item .details_btn {
    left: 20px;
    width: 30px;
    height: 30px;
    bottom: -13px;
    font-size: 10px;
  }

  .watch_big_deals .item_title {
    font-size: 42px;
  }

  .watch_section_title .title_text {
    font-size: 48px;
  }

  .watch_section_title .sub_title {
    font-size: 24px;
  }

  .watch_feature_listlayout .item_title {
    font-size: 48px;
  }

  .watch_feature_listlayout p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .watch_big_feature .item_content {
    max-width: 470px;
  }

  .watch_big_feature .item_content .item_title {
    font-size: 42px;
  }

  .watch_footer .footer_bottom {
    text-align: center;
  }
  .watch_footer .footer_bottom .payment_methods {
    margin-top: 10px;
  }

  /* home watch - end */
  /* fashion shop - start */
  .fp_filter_bar {
    display: block;
  }

  .fp_filter_bar .option_select {
    justify-content: center;
  }
  .fp_filter_bar .option_select .nice-select {
    border: none;
    height: 50px;
    line-height: 50px;
  }

  .fp_filter_bar .btns_group {
    padding: 0px 15px;
    justify-content: center;
  }

  /* fashion shop - end */
  /* furniture shop details - start */
  .furniture_details .nav_wrap {
    width: 100%;
    position: static;
    padding: 15px 0px;
  }

  .furniture_details .shop_details_image {
    padding: 0px;
  }

  .furniture_details .nav_wrap .nav {
    width: 100%;
  }
  .furniture_details .nav_wrap .nav li {
    float: left;
    width: 100px;
    display: inline-block;
  }
  .furniture_details .nav_wrap .nav li:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .furniture_details .shop_details_content {
    margin-top: 0px;
  }

  .quantity_input.f2p_quantity {
    height: 60px;
  }

  .f2d_description_tab .nav li:not(:last-child) {
    margin-right: 15px;
  }

  /* furniture shop details - end */
  /* gadget shop details - start */
  .gadget_product_description .info_video_wrap ul {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 0px;
  }

  /* gadget shop details - end */
  /* medical shop - start */
  .breadcrumb_section.medical_breadcrumb {
    padding: 80px 0px;
  }

  .medical_page_title {
    font-size: 48px;
  }

  .medical_breadcrumb_nav li:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px;
  }

  .medical_breadcrumb_nav li {
    font-size: 17px;
  }

  .medical_offer_carousel .item_content {
    margin: auto;
    max-width: 470px;
    text-align: center;
  }

  .medical_offer_carousel .slick-dots {
    left: 0px;
    right: 0px;
    bottom: 15px;
    display: flex;
    justify-content: center;
  }

  /* medical shop - end */
  /* medical shop details - start */
  .medical_details_description .nav a {
    padding: 0px 30px;
  }

  .medical_details_description .nav a span {
    height: 50px;
    font-size: 15px;
  }

  .medical_details_description .title_text {
    font-size: 32px;
  }

  .medical_details_section p {
    font-size: 16px;
  }

  .medical_details_section .item_title {
    font-size: 30px;
  }

  .medical_details_section .quantity_input span {
    width: 50px;
    height: 50px;
    line-height: 52px;
  }

  /* medical shop details - end */
  /* modern shop - start */
  .modern_feature_carousel .carousel_nav button {
    width: 45px;
    height: 45px;
  }

  /* modern shop - end */
  /* motorcycle shop - start */
  .motorcycle_page_title {
    font-size: 70px;
  }

  .motorcycle_breadcrumb_nav li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }

  .motorcycle_product_list .item_image {
    height: 300px;
    min-width: 100%;
  }

  .motorcycle_product_list .item_image img {
    max-height: 210px;
  }

  /* motorcycle shop - end */
}
/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 680px) {
  /* global - start */
  .carousel_nav button {
    width: 40px;
    height: 40px;
  }

  .arrow_ycenter .carousel_nav {
    margin-top: 50px;
  }
  .arrow_ycenter .carousel_nav button {
    position: static;
    transform: unset;
  }

  /* global - end */
  /* register - start */
  .reg_form_wrap.login_form {
    background-position: left 390px center;
  }

  /* register - end */
  /* shop details - start */
  .details_description_tab .nav li {
    width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .details_description_tab .nav a {
    font-size: 16px;
    padding-bottom: 0px;
    display: inline-block;
  }

  /* shop details - end */
  /* home carparts - start */
  .carparts_product_listlayout {
    display: block;
  }

  /* home carparts - end */
  /* home classic ecommerce - start */
  .ce_page_title {
    font-size: 42px;
  }

  /* home classic ecommerce - end */
  /* home creative onelook - start */
  .onelook_main_slider .slider_image {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .onelook_main_slider h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .onelook_main_slider h4 {
    font-size: 16px;
    font-weight: 500;
  }

  .onelook_main_slider p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .ol_product_carousel .carousel_nav {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .onelook_product1 .item_image {
    min-height: 60px;
  }
  .onelook_product1 .item_image img {
    max-height: 240px;
  }

  .onelook_product1 .item_title a {
    font-size: 26px;
  }

  .onelook_product1 span {
    font-size: 15px;
  }

  .onelook_carousel_wrap2 {
    margin-bottom: 20px;
  }

  .onelook_carousel_wrap3 .carousel_nav button:nth-child(1) {
    left: 20px;
  }
  .onelook_carousel_wrap3 .carousel_nav button:nth-child(2) {
    right: 20px;
  }

  /* home creative onelook - end */
  /* home electronic - start */
  .electronic_slider .item {
    display: block;
    min-height: auto;
    padding: 70px 15px;
  }

  .electronic_slider .slider_image {
    margin: auto;
    max-width: 370px;
  }

  .electronic_slider .slider_content {
    text-align: center;
    margin: 30px auto 0px;
  }

  .electronic_product_columns.has_3columns > li {
    width: 100%;
  }

  .electronic_content_container {
    padding: 15px;
  }

  .electronic_deals_grid .item_price {
    display: block;
    position: static;
    margin-bottom: 5px;
  }

  .electronic_footer .footer_widget_title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .electronic_trending_item {
    padding: 50px;
    display: block;
  }

  .electronic_trending_item .item_content {
    display: block;
    margin-top: 30px;
  }

  .trending_products_list li {
    width: 50%;
  }

  .electronic_details .details_image .image_wrap {
    height: 400px;
  }
  .electronic_details .details_image .image_wrap img {
    max-height: 370px;
  }

  .electronic_related_products .carousel_nav {
    position: static;
    margin-top: 40px;
  }

  /* home electronic - end */
  /* home fashion - start */
  .fashion_section_title .title_text {
    font-size: 38px;
  }

  /* home fashion - end */
  /* home furniture - start */
  .furniture_slider.arrow_ycenter .carousel_nav {
    margin-top: 0px;
  }
  .furniture_slider.arrow_ycenter .carousel_nav button {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .furniture_slider.arrow_ycenter .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .furniture_slider.arrow_ycenter .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .furniture_slider h3 {
    font-size: 46px;
  }

  .furniture_slider p {
    font-size: 15px;
  }

  .furniture_slider h4 {
    font-size: 16px;
  }

  .furniture_slider .slider_content {
    max-width: 500px;
  }

  .furniture_masonry .grid-item,
.furniture_masonry .grid-sizer {
    width: 100%;
  }

  .furniture_fullwidth_advertisement h2 {
    font-size: 40px;
  }

  .furniture_fullwidth_advertisement p {
    font-size: 16px;
  }

  .furniture_fullwidth_advertisement .item_content {
    max-width: 530px;
  }

  .furniture_fullwidth_advertisement {
    min-height: 400px;
  }

  /* home furniture - end */
  /* home lookbook creative - start */
  .home_lookbook_creative .arrow_ycenter .carousel_nav {
    margin-top: 0px;
  }
  .home_lookbook_creative .arrow_ycenter .carousel_nav button {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }

  /* home lookbook creative - end */
  /* home modern - start */
  .modern_slider .carousel_nav {
    margin: 0px;
  }
  .modern_slider .carousel_nav button {
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 15px;
    position: absolute;
    transform: translateY(-50%);
  }
  .modern_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .modern_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  /* home modern - end */
  /* home minimal - start */
  .minimal_slider .carousel_nav {
    margin: 0px;
  }
  .minimal_slider .carousel_nav button {
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 15px;
    position: absolute;
    transform: translateY(-50%);
  }
  .minimal_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .minimal_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .minimal_slider .slider_content {
    margin: auto;
    max-width: 500px;
  }

  .minimal_slider p {
    font-size: 16px;
  }

  .minimal_slider h3 {
    font-size: 44px;
  }

  .minimal_slider h4 {
    font-size: 20px;
  }

  /* home minimal - end */
  /* home parallax shop - start */
  .parallax_shop_slider .item {
    min-height: 600px;
  }

  .ps_explore_item h3 {
    font-size: 50px;
  }

  .ps_big_feature h3 {
    font-size: 42px;
  }

  .ps_big_feature h4 {
    font-size: 24px;
  }

  .ps_section_title.size_big .title_text {
    font-size: 66px;
  }

  .ps_proguct_item .item_title a {
    font-size: 20px;
  }

  /* home parallax shop - end */
  /* home single story - start */
  .single_story_header .mobile_menu_btn span:not(:last-child) {
    margin-right: 0px;
  }

  .single_story_header .mobile_menu_btn span:nth-child(2) {
    display: none;
  }

  .single_story_slider .item_content .item_title {
    font-size: 48px;
    margin-bottom: 15px;
  }

  /* home single story - end */
  /* home sports - start */
  .sports_slider .carousel_nav {
    margin-top: 0px;
  }
  .sports_slider .carousel_nav button {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .sports_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .sports_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .sports_slider .item_image_2 {
    max-width: 130px;
  }

  .sports_slider .item_image_1 {
    max-width: 310px;
  }

  .sports_slider .small_image_1 {
    width: 120px;
    height: 140px;
  }

  .sports_slider .small_image_1 img {
    max-height: 90px;
  }

  .sports_slider .item {
    min-height: 580px;
  }

  .sports_about_section .title_text {
    font-size: 48px;
  }

  .sports_big_feature .item_title {
    font-size: 38px;
  }

  .sports_feature_product {
    display: block;
    max-width: 300px;
    margin: 0px auto 30px;
  }

  .sports_feature_product .item_image {
    display: block;
    min-width: 100%;
  }

  .sports_feature_product .item_title a {
    font-size: 16px;
  }

  .sports_feature_product .item_price {
    font-size: 14px;
    margin-bottom: 0;
  }

  .sports_feature_product .rating_star li {
    font-size: 10px;
  }

  .sports_feature_product .review_text {
    font-size: 14px;
  }

  .sports_feature_product .item_content {
    padding: 20px;
  }

  .sfp_wrap .abtn_wrap {
    text-align: center;
  }

  .sports_product_fullimage .item_content {
    padding: 20px;
  }

  .sports_product_fullimage .item_title {
    padding: 15px;
    font-size: 15px;
  }

  .sports_product_fullimage .item_price {
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  .sports_blog_item {
    padding: 30px 15px;
  }

  .sports_newsletter .content_wrap {
    padding: 0px 15px;
  }

  /* home sports - end */
  /* home watch - start */
  .watch_slider .carousel_nav {
    margin-top: 0px;
  }
  .watch_slider .carousel_nav button {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .watch_slider .carousel_nav button:nth-child(1) {
    left: 15px;
  }
  .watch_slider .carousel_nav button:nth-child(2) {
    right: 15px;
  }

  .watch_newsletter .form_title {
    font-size: 54px;
  }

  /* home watch - end */
  /* furniture shop - start */
  .furniture_breadcrumb .deco_image {
    bottom: -30px;
    max-width: 150px;
  }

  .f2_breadcrumb_nav_wrap {
    margin-top: 30px;
  }

  .f2_filter_bar {
    display: block;
  }

  /* furniture shop - end */
  /* furniture shop details - start */
  .f2d_description_tab .nav li {
    width: 100%;
    display: block;
    text-align: center;
  }
  .f2d_description_tab .nav li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .f2d_description_tab .nav li a {
    display: inline-block;
  }

  .f2d_description_tab .title_text {
    font-size: 28px;
  }

  /* furniture shop details - end */
  /* modern minimal shop - start */
  .minimal_page_title {
    font-size: 60px;
  }

  /* modern minimal shop - end */
  /* sports shop details - start */
  .sports_details .item_title {
    font-size: 42px;
  }

  .sports_details .btns_group li:not(:last-child) {
    margin-right: 15px;
  }

  .sports_description_tab .tab-content {
    padding: 20px;
  }

  /* sports shop details - end */
}
/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 575px) - start
==================================================================================================== */
@media screen and (max-width: 575px) {
  /* global - start */
  .pagination_nav a {
    height: 40px;
    min-width: 40px;
    font-size: 14px;
  }

  /* global - end */
  /* header - start */
  .header_section .brand_logo .brand_link {
    max-width: 170px;
  }

  .mh_action_btns > li > button {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .mh_action_btns > li > button .btn_badge {
    top: -3px;
    right: -3px;
    width: 15px;
    height: 15px;
    font-size: 8px;
  }

  .search_body_collapse .search_body {
    padding: 10px 0px;
  }

  .search_body_collapse input {
    height: 40px;
    font-size: 14px;
  }

  .cart_sidebar {
    width: 300px;
    right: -320px;
  }

  .cart_sidebar .total_price span {
    font-size: 15px;
  }

  .sidebar_mobile_menu {
    width: 300px;
    right: -320px;
    padding: 70px 30px;
  }

  .sidebar_mobile_menu .mobile_menu_list > ul > li > a {
    font-size: 16px;
  }

  .sidebar_mobile_menu .title_text {
    font-size: 16px;
  }

  /* header - end */
  /* breadcrumb - start */
  .page_title {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .breadcrumb_nav li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }

  .breadcrumb_section {
    min-height: 340px;
    padding: 80px 0px;
  }

  /* breadcrumb - end */
  /* 404 - start */
  .error_content .error_text {
    font-size: 110px;
    margin-bottom: 35px;
  }

  .error_content .error_text span {
    max-width: 160px;
    margin: 0px 20px;
  }

  .error_content h3 {
    font-size: 22px;
    letter-spacing: 8px;
  }

  .error_content p {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  /* 404 - end */
  /* blog details - start */
  .post_share_box {
    padding: 20px;
    display: block;
  }
  .post_share_box .circle_social_links {
    margin-top: 10px;
  }

  .other_post_wrap {
    display: block;
  }

  .other_post_wrap .other_post {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
  }
  .other_post_wrap .other_post:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }

  .related_post_carousel .carousel_nav {
    margin-top: 30px;
    position: static;
  }

  /* blog details - end */
  /* register - start */
  .reg_form_wrap.login_form {
    background-position: left 330px center;
  }

  .reg_form_wrap {
    padding: 50px 30px;
  }

  /* register - end */
  /* shop details - start */
  .offer_fullimage {
    display: flex;
    height: 300px;
  }
  .offer_fullimage img {
    object-fit: cover;
  }

  .ce_offer_fullimage .item_title {
    font-size: 26px;
  }

  /* shop details - end */
  /* shop checkout - start */
  .checkout_step li {
    width: 100%;
  }

  /* shop checkout - end */
  /* home carparts - start */
  .carparts_banner h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .carparts_banner p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .carparts_banner {
    min-height: 670px;
    padding: 120px 0px;
  }

  .carparts_banner:after {
    width: 75%;
    height: 50px;
  }

  .carparts_block_tabs {
    margin: -2px;
    margin-top: 28px;
  }
  .carparts_block_tabs li {
    padding: 2px;
  }
  .carparts_block_tabs li:not(:last-child) {
    margin-right: 0px;
  }

  .carparts_section_title .title_text {
    font-size: 42px;
  }

  .carparts_section_title .sub_title {
    font-size: 16px;
  }

  .carparts_inline_tabs {
    margin: -10px;
    margin-top: 10px;
  }
  .carparts_inline_tabs li {
    padding: 10px;
  }
  .carparts_inline_tabs li:not(:last-child) {
    margin-right: 0px;
  }

  /* home carparts - end */
  /* home classic ecommerce - start */
  .home_classic_ecommerce .custom_btn {
    font-size: 12px;
  }

  .ecommerce_policy_item {
    margin: 0px;
    margin-top: 50px;
  }

  .classic_ecommerce_breadcrumb {
    padding-top: 150px;
  }

  /* home classic ecommerce - end */
  /* home electronic - start */
  .electronic_deals_slider .electronic_deals_item {
    padding: 20px;
  }

  .electronic_section_title .title_text {
    padding: 15px;
  }

  .electronic_section_title .deals_items_countdown {
    padding: 15px;
  }

  .electronic_product_biglistlayout {
    display: block;
  }

  .electronic_product_biglistlayout .item_content {
    padding: 0px;
    margin-top: 20px;
  }

  .electronic_product_biglistlayout .progress_wrap {
    margin-bottom: 15px;
  }

  .electronic_details .item_title {
    font-size: 26px;
  }

  .electronic_details .details_image .nav {
    left: 15px;
    bottom: 15px;
  }

  .electronic_details .details_image .nav li {
    width: 70px;
    height: 70px;
  }

  .electronic_details .details_image .nav li img {
    max-height: 50px;
  }

  /* home electronic - end */
  /* home fashion - start */
  .fashion_slider .slider_image {
    max-width: 280px;
  }

  .fashion_slider .circle_shape span {
    width: 300px;
    height: 300px;
  }

  .fashion_slider h3 {
    font-size: 42px;
  }

  .slider_section .btns_group li {
    width: 100%;
  }
  .slider_section .btns_group li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .fashion_slider .slider_content {
    max-width: 420px;
    padding-left: 70px;
  }

  .fashion_slider .item {
    min-height: 650px;
  }

  .fashion_header .action_btns_group button {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .fashion_deals_wrap .tabs_nav a {
    padding: 10px;
    font-size: 12px;
  }

  .fashion_deals_wrap .tabs_nav li:not(:last-child) {
    margin-bottom: 5px;
  }

  .fashion_deals_wrap .tabs_nav {
    top: 10px;
    right: 10px;
  }

  .fashion_delas_item .item_content {
    width: 60%;
    padding: 40px 30px;
  }

  .fashion_delas_item h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .column5_element_grid .element-item {
    width: 100%;
  }

  .fashion_filter_btns {
    justify-content: center;
  }

  .column5_element_grid .fashion_product_item {
    max-width: 370px;
    margin: 30px auto 0px;
  }

  .fashion_insta_products_group > li,
.fashion_instagram li {
    width: 50%;
  }

  .fashion_advertisement .item_content {
    right: 0px;
    left: unset;
    width: auto;
    max-width: 400px;
    padding: 0px 30px;
  }

  /* home fashion - end */
  /* home fashion minimal - start */
  .fm_section_title .title_text {
    font-size: 36px;
  }

  /* home fashion minimal - end */
  /* home gadget - start */
  .gadget_banner {
    min-height: 850px;
    padding-top: 200px;
  }

  .gadget_best_product .item_content {
    padding: 20px;
  }

  .gadget_best_product .action_btns {
    position: static;
    transform: unset;
  }

  .gadget_feature_card .item_title a {
    font-size: 24px;
  }

  .gadget_feature_card .action_btns a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .gadget_gallery_fullimage {
    margin: auto;
    max-width: 370px;
  }
  .gadget_gallery_fullimage img {
    width: 100%;
    display: block;
  }

  .gadget_feature_listlayout {
    padding: 30px;
  }

  .gadget_big_offer .item_title {
    font-size: 30px;
  }

  .gadget_newsletter .form_wrap {
    padding: 30px;
  }

  .gadget_newsletter .form_item .custom_btn {
    width: 100%;
    display: block;
    position: static;
    transform: unset;
    margin-top: 15px;
  }

  /* home gadget - end */
  /* home lookbook creative - start */
  .lookbook_creative_slider .carousel_nav button,
.lookbook_creative_slider .carousel_nav button {
    padding: 8px;
    font-size: 8px;
  }

  .lookbook_creative_slider .carousel_nav button span {
    letter-spacing: 0px;
  }

  .lookbook_creative_slider p {
    font-size: 17px;
  }

  .lookbook_creative_slider .slider_content {
    padding: 0px 30px;
  }

  .home_lookbook_creative .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  /* home lookbook creative - end */
  /* home lookbook slide - start */
  .lookbook_slide .item_content {
    padding: 15px;
  }

  .lookbook_slide .title_text {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .lookbook_slide p {
    margin-bottom: 15px;
  }

  /* home lookbook slide - end */
  /* home modern - start */
  .modern_slider .item {
    min-height: 550px;
  }

  /* home modern - end */
  /* home minimal - start */
  .minimal_slider .item {
    min-height: 600px;
  }

  .minimal_slider .slider_content {
    padding: 0px 30px;
  }

  .minimal_section_title .title_text {
    font-size: 42px;
  }

  /* home minimal - end */
  /* home simple shop - start */
  .ss_new_srrivals .item_content {
    width: 80%;
    padding: 30px;
  }

  .ss_big_feature h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .ss_big_feature p {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .ss_big_feature {
    min-height: 530px;
  }

  .ss_upcoming_item .item_name {
    left: 20px;
    bottom: 20px;
    font-size: 15px;
  }

  .ss_instagram_title .instagram_icon {
    margin-bottom: 0px;
  }

  .simple_shop_header + main {
    margin-top: 69px;
  }

  /* home simple shop - end */
  /* home supermarket - start */
  .home_supermarket .carousel_nav button {
    width: 45px;
    height: 45px;
    font-size: 14px;
    line-height: 47px;
    border: 2px solid #ededed;
  }

  .supermarket_feature_carousel .item_title {
    font-size: 28px;
  }

  /* home supermarket - end */
  /* home watch - start */
  .watch_slider .child_item {
    padding: 15px;
    min-width: 190px;
    padding-bottom: 20px;
    background-position: right -90px bottom -20px;
  }

  .watch_slider .child_item .item_title {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .watch_slider .child_item .item_price {
    font-size: 14px;
  }

  .watch_slider .child_item .item_price sub {
    font-size: 12px;
  }

  .watch_slider .child_item .details_btn {
    left: 15px;
    width: 25px;
    height: 25px;
    bottom: -11px;
    font-size: 9px;
  }

  .watch_header + main {
    margin-top: 73px;
  }

  /* home watch - end */
  /* fashion minimal shop details - start */
  .fashion_minimal_header + main {
    margin-top: 68px;
  }

  .medical_page_title {
    font-size: 48px;
  }

  .medical_breadcrumb_nav li {
    font-size: 16px;
  }

  .fm_details_description .nav li {
    width: 100%;
    text-align: center;
  }
  .fm_details_description .nav li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .fm_details_description .nav li a {
    display: inline-block;
  }

  /* fashion minimal shop details - end */
  /* fashion shop - start */
  .fashion_banner h1 {
    font-size: 42px;
  }

  .fashion_banner {
    min-height: 400px;
    padding: 80px 0px;
  }

  .fashion_banner .banner_content {
    max-width: 350px;
    margin-top: 100px;
  }

  /* fashion shop - end */
  /* furniture shop - start */
  .furniture_header + main {
    margin-top: 68px;
  }

  .f2_page_title {
    font-size: 42px;
    text-shadow: 4px 0px 1px #b6b5b5;
  }

  /* furniture shop - end */
  /* gadget shop details - start */
  .g_page_title {
    font-size: 36px;
  }

  .g_breadcrumb_nav li {
    font-size: 14px;
  }

  .gadget_section_title .title_text {
    font-size: 36px;
  }

  .gadget_big_feature h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .gadget_details_section .nav li {
    width: 25%;
  }

  .gadget_details_section .nav a {
    height: 80px;
  }

  /* gadget shop details - end */
  /* medical shop - start */
  .medical_header + main {
    margin-top: 67px;
  }

  /* medical shop - end */
  /* medical shop details - start */
  .medical_details_section .btns_group li {
    width: 100%;
  }
  .medical_details_section .btns_group li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  /* medical shop details - end */
  /* modern minimal shop - start */
  .minimal_page_title {
    font-size: 48px;
  }

  /* modern minimal shop - end */
  /* modern shop details - start */
  .modern_details_section .btns_group li {
    width: 100%;
  }

  /* modern shop details - end */
  /* motorcycle shop - start */
  .motorcycle_page_title {
    font-size: 58px;
  }

  .motorcycle_breadcrumb_nav li {
    font-size: 16px;
  }

  /* motorcycle shop - end */
  /* sports shop - start */
  .sports_page_title {
    font-size: 50px;
  }

  /* sports shop - end */
}
/* ====================================================================================================
7 - media screen and (max-width: 575px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  /* global - start */
  .custom_btn {
    height: 45px;
  }

  /* global - end */
  /* blog - start */
  .blog_grid .blog_title > a {
    font-size: 26px;
  }

  /* blog - end *

  /* blog details - start */
  .post_author .author_image {
    margin: 0px;
    float: none;
    width: 130px;
    margin-bottom: 25px;
  }

  .post_author .author_name {
    font-size: 20px;
  }

  .post_author .author_name span {
    font-size: 14px;
  }

  /* blog details - end */
  /* home carparts - start */
  .carparts_search > ul > li,
.carparts_search > ul > li:last-child {
    flex: 100%;
    max-width: 100%;
  }

  .carparts_deals_carousel .carousel_nav {
    top: 15px;
    right: 15px;
  }

  .carparts_deals_carousel .carparts_deals_listlayout {
    padding: 50px 20px;
  }

  .carparts_deals_listlayout .item_title {
    font-size: 30px;
  }

  .carparts_deals_listlayout .deals_content {
    max-width: 370px;
  }

  .brand_item {
    height: 110px;
  }
  .brand_item img {
    max-height: 90px;
  }

  .carparts_product_listlayout .item_image {
    height: 300px;
  }

  /* home carparts - end */
  /* home classic ecommerce - start */
  .classic_ecommerce_slider h3 {
    font-size: 44px;
  }

  .classic_ecommerce_slider .slider_content {
    max-width: 330px;
  }

  .ecommerce_category_masonry .grid-item,
.ecommerce_category_masonry .grid-sizer {
    width: 100%;
  }

  .column4_element_grid .element-item {
    width: 100%;
  }

  /* home classic ecommerce - end */
  /* home creative onelook - start */
  .onelook_product3 .item_image {
    height: 250px;
  }
  .onelook_product3 .item_image img {
    max-height: 230px;
  }

  /* home creative onelook - end */
  /* home electronic - start */
  .electronic_product_columns.has_4columns > li,
.electronic_product_columns.has_5columns > li,
.consumer_content_wrap .items_columns > li {
    width: 100%;
  }

  .electronic_trending_item {
    padding: 30px;
    padding-bottom: 60px;
  }

  .electronic_details .btns_group > li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .electronic_details .btns_group > li {
    width: 100%;
  }

  /* home electronic - end */
  /* home fashion minimal - start */
  .fm_tabs_nav li {
    width: 100%;
    text-align: center;
  }
  .fm_tabs_nav li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .fm_tabs_nav li a {
    display: inline-block;
  }

  .fm_feature_product .carousel_nav button {
    width: 40px;
    height: 40px;
  }
  .fm_feature_product .carousel_nav button:nth-child(1) {
    left: 0px;
  }
  .fm_feature_product .carousel_nav button:nth-child(2) {
    right: 0px;
  }

  .fm_footer_newsletter .form_item input {
    height: 50px;
    padding: 0px 20px;
  }

  .fm_footer_newsletter .submit_btn {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }

  .fashion_minimal_footer .circle_social_links a {
    width: 45px;
    height: 45px;
    line-height: 1;
    font-size: 15px;
  }

  /* home fashion minimal - end */
  /* home gadget - start */
  .gadget_banner .banner_image {
    bottom: -90px;
  }

  .gadget_feature_product .item_title {
    font-size: 26px;
  }

  .gadget_feature_listlayout {
    display: block;
  }

  .gadget_feature_listlayout .item_icon {
    margin: 0px;
    margin-bottom: 20px;
  }

  .gadget_best_product .item_image {
    min-height: 400px;
  }

  .gadget_best_product .item_title a {
    font-size: 24px;
  }

  .gadget_section_title .title_text {
    font-size: 40px;
  }

  .drone_flat_sale h2 {
    font-size: 24px;
  }

  .drone_flat_sale h2 {
    font-size: 24px;
  }

  .gadget_big_feature h2 {
    font-size: 34px;
  }

  /* home gadget - end */
  /* home lookbook creative - start */
  .lookbook_creative_slider h3 {
    font-size: 36px;
  }

  .lookbook_creative_slider p {
    font-size: 15px;
  }

  .lookbook_creative_slider h4 {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .lookbook_section_title .title_text {
    font-size: 30px;
  }

  .lookbook_section_title p {
    font-size: 15px;
  }

  .lookbook_section_title .sub_title {
    font-size: 14px;
    letter-spacing: 5px;
  }

  /* home lookbook creative - end */
  /* home lookbook slide - start */
  .lookbook_slide .item_content {
    max-width: 370px;
  }

  /* home lookbook slide - end */
  /* home modern - start */
  .modern_slider .carousel_nav button {
    width: 30px;
    height: 30px;
  }
  .modern_slider .carousel_nav button:nth-child(1) {
    left: 5px;
  }
  .modern_slider .carousel_nav button:nth-child(1) {
    right: 5px;
  }

  .modern_slider .item {
    padding: 60px 30px;
  }

  .modern_slider p {
    font-size: 14px;
  }

  .modern_slider h3 {
    font-size: 40px;
  }

  .modern_top_product .modern_section_title .title_text {
    font-size: 36px;
  }

  .modern_top_product .modern_section_title .sub_title {
    font-size: 20px;
  }

  .modern_blog_listlayout .item_title {
    font-size: 30px;
  }

  /* home modern - end */
  /* home motorcycle - start */
  .motorcycle_category_group li {
    width: 100%;
  }

  /* home motorcycle - end */
  /* home parallax shop - start */
  .parallax_shop_header .action_btns_group button {
    width: 35px;
    height: 35px;
    font-size: 10px;
    line-height: 37px;
  }

  .parallax_shop_header .action_btns_group button.mobile_menu_btn {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .ps_explore_item p {
    font-size: 14px;
  }

  .ps_explore_item h3 {
    font-size: 42px;
  }

  .ps_explore_item .item_content {
    width: 80%;
  }

  .ps_deals_item .countdown_timer {
    margin-bottom: 10px;
  }
  .ps_deals_item .countdown_timer.content_inbox li {
    width: 60px;
    height: 60px;
    padding: 16px 6px;
  }
  .ps_deals_item .countdown_timer strong {
    font-size: 16px;
  }
  .ps_deals_item .countdown_timer span {
    font-size: 10px;
  }

  .ps_deals_item p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .ps_deals_item h3 {
    font-size: 32px;
  }

  .ps_explore_item,
.ps_deals_item {
    display: flex;
    height: 430px;
  }
  .ps_explore_item img,
.ps_deals_item img {
    object-fit: cover;
  }

  .ps_big_feature h3 {
    font-size: 30px;
  }

  .ps_big_feature h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .home_parallax_shop .custom_btn {
    font-size: 12px;
    padding: 10px 30px;
  }

  .ps_blog_fullimage p {
    font-size: 12px;
  }

  .ps_blog_fullimage .item_content {
    width: 80%;
    padding: 20px;
  }

  .ps_blog_fullimage .post_date {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .ps_blog_fullimage .item_title a {
    font-size: 22px;
  }

  .ps_blog_fullimage {
    display: flex;
    height: 350px;
  }
  .ps_blog_fullimage > img {
    object-fit: cover;
  }

  /* home parallax shop - end */
  /* home simple shop - start */
  .ss_newsletter_section .form_item .submit_btn {
    width: 100%;
    display: block;
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    padding: 0px 30px;
    line-height: 50px;
    position: static;
    transform: unset;
  }

  .ss_newsletter_section .form_item input {
    height: 50px;
    font-size: 15px;
  }

  .ss_new_srrivals h3 {
    font-size: 24px;
  }

  .ss_new_srrivals p {
    font-size: 12px;
  }

  .ss_section_title .title_text {
    font-size: 36px;
  }

  .ss_section_title p {
    font-size: 16px;
  }

  .ss_newsletter_section .form_title {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .ss_newsletter_section p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .ss_instagram_images li {
    width: 50%;
  }

  /* home simple shop - end */
  /* home single story - start */
  .single_story_slider .degree_btn {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .single_story_slider .slider_content_wrap:nth-child(2),
.single_story_slider .slider_content_wrap:nth-child(3) {
    width: 100%;
    float: none;
    display: block;
  }

  /* home single story - end */
  /* home sports - start */
  .sports_slider .item_image_2 {
    max-width: 100px;
  }

  .sports_slider .item_image_1 {
    max-width: 220px;
  }

  .sports_slider .small_image_1 {
    width: 80px;
    height: 100px;
  }

  .sports_slider .small_image_1 img {
    max-height: 60px;
  }

  .sports_slider .slide_count_wrap span:not(:last-child):after {
    width: 30px;
    margin: 0px 10px;
  }

  .sports_slider .slide_count_wrap {
    bottom: 15px;
  }

  .sports_slider .carousel_nav button:nth-child(1) {
    left: 0px;
  }
  .sports_slider .carousel_nav button:nth-child(2) {
    right: 0px;
  }

  .sports_slider .item_content {
    margin: auto;
    max-width: 370px;
    padding: 0px 15px;
    text-align: center;
  }

  .sports_slider p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .sports_slider .item_image_1 {
    right: -28%;
  }

  /* home sports - end */
  /* home supermarket - start */
  .supermarket_product_columns.has_4columns > li {
    width: 100%;
  }

  .supermarket_section_title .title_text {
    font-size: 36px;
  }

  .supermarket_product_listlayout {
    display: block;
  }

  .supermarket_product_listlayout .item_image {
    margin: 0px;
    width: 300px;
    margin-bottom: 15px;
  }

  .sm_offer_item {
    min-height: 250px;
  }

  .supermarket_feature_carousel .slick-prev,
.supermarket_feature_carousel .slick-next {
    width: 40px;
    height: 40px;
  }

  /* home supermarket - end */
  /* home watch - start */
  .watch_big_deals .countdown_timer li {
    padding: 10px;
  }
  .watch_big_deals .countdown_timer li:not(:last-child) {
    margin-right: 5px;
  }
  .watch_big_deals .countdown_timer strong {
    font-size: 22px;
  }
  .watch_big_deals .countdown_timer span {
    font-size: 14px;
  }

  .watch_big_deals .item_title {
    font-size: 30px;
  }

  .watch_big_deals .price_text {
    font-size: 18px;
  }

  .watch_big_deals .item_content {
    max-width: 350px;
  }

  .watch_section_title .title_text {
    font-size: 34px;
  }

  .watch_section_title .sub_title {
    font-size: 18px;
  }

  .watch_offer_carousel .item_title {
    font-size: 30px;
  }

  .watch_offer_carousel .slick-dots {
    left: 15px;
  }

  /* home watch - end */
}
@media screen and (max-width: 414px) {
  /* shop details - start */
  .shop_details_content .item_size_list li:last-child {
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }

  .shop_details_content .btns_group_1 li {
    width: 100%;
    display: block;
  }
  .shop_details_content .btns_group_1 li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .shop_details_content .btns_group_2 a {
    font-size: 15px;
  }

  .shop_details_content .btns_group_2 li {
    width: 100%;
    display: block;
  }
  .shop_details_content .btns_group_2 li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  /* shop details - end */
  /* shop checkout - start */
  .cart_pricing_table .table_title {
    font-size: 18px;
    margin: 0px -20px;
    padding: 25px 15px;
  }

  .cart_pricing_table {
    padding: 20px;
  }

  .cart_pricing_table ul {
    padding: 20px 0px;
  }

  .cart_pricing_table li {
    font-size: 14px;
  }

  /* shop checkout - end */
  /* home carparts - start */
  .carparts_header .brand_logo {
    padding: 15px;
  }

  .carparts_product_listlayout .action_btns_wrap {
    display: block;
  }

  .carparts_product_listlayout .price_text {
    display: block;
    margin-bottom: 15px;
  }

  /* home carparts - end */
  /* home electronic - start */
  .electronic_slider h3 {
    font-size: 30px;
  }

  .electronic_deals_item .item_variations button {
    width: 50px;
    height: 50px;
  }
  .electronic_deals_item .item_variations button img {
    max-width: 30px;
  }

  .electronic_deals_item .item_variations {
    margin-bottom: 15px;
  }

  .electronic_deals_item .item_title a {
    font-size: 24px;
  }

  .electronic_deals_item .item_image {
    min-height: 300px;
  }
  .electronic_deals_item .item_image img {
    max-height: 250px;
  }

  .electronic_deals_item .countdown_wrap {
    display: block;
  }
  .electronic_deals_item .countdown_wrap .countdown_content {
    margin-bottom: 15px;
  }

  .electronic_deals_slider .carousel_nav {
    padding: 15px;
  }

  .electronic_deals_slider .carousel_nav button {
    font-size: 14px;
  }

  .electronic_deals_slider .item_header {
    margin: -2px;
    padding: 20px;
    min-height: auto;
  }

  .modern_post_meta li:first-child {
    margin-right: 30px;
  }

  .electronic_blog_listlayout .item_title {
    font-size: 26px;
  }

  .electronic_details .details_image .image_wrap img {
    max-height: 320px;
  }

  /* home electronic - end */
  /* home furniture - start */
  .furniture_slider h3 {
    font-size: 40px;
  }

  .furniture_section_title .title_text {
    font-size: 28px;
  }

  .furniture_section_title .sub_title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .furniture_deals_container h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  /* home furniture - end */
  /* home gadget - start */
  .gadget_testimonial_item .border_wrap {
    padding: 10px;
    border: 1px solid #ff0000;
    background-image: none !important;
  }

  /* home gadget - end */
  /* home parallax shop - start */
  .parallax_shop_header .action_btns_group button {
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 32px;
  }

  .parallax_shop_header .action_btns_group button.mobile_menu_btn {
    width: 30px;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
  }

  /* home parallax shop - end */
  /* home sports - start */
  .sports_section_title .title_text {
    font-size: 36px;
  }

  .sports_section_title .big_title {
    font-size: 72px;
  }

  .sports_big_feature .shape_1,
.sports_big_feature .shape_2 {
    max-width: 200px;
  }

  .sports_big_feature p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .sports_big_feature .item_title {
    font-size: 30px;
  }

  .sports_feature_fullimage .item_content {
    padding: 20px;
  }

  .sports_feature_fullimage .item_title {
    font-size: 22px;
  }

  .sports_feature_fullimage .sub_title {
    font-size: 14px;
  }

  .sports_header .header_btns_group .circle_social_links {
    display: none;
  }

  /* home sports - end */
  /* home watch - start */
  .watch_slider .child_items_list {
    margin: 0px;
    display: flex;
    position: static;
    padding: 40px 15px;
  }
  .watch_slider .child_items_list li {
    width: 100%;
    display: block;
  }
  .watch_slider .child_items_list li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .watch_slider .child_item {
    margin: auto;
    max-width: 200px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  }

  .watch_slider .item_title {
    font-size: 36px;
  }

  .watch_slider .sub_title {
    font-size: 24px;
  }

  .watch_slider .carousel_nav button {
    top: 30%;
    transform: translateY(-30%);
  }

  .watch_slider .item {
    min-height: 440px;
  }

  /* home watch - end */
  /* fashion shop - start */
  .fashion_header .action_btns_group button {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  /* fashion shop - end */
  /* gadget shop details - start */
  .gadget_product_info span {
    min-width: auto;
    font-size: 20px;
    padding-right: 0px;
    margin-right: 15px;
    display: inline-block;
  }
  .gadget_product_info span:after {
    display: none;
  }

  /* gadget shop details - end */
  /* medical shop details - start */
  .medical_details_description .nav a span {
    height: 45px;
    font-size: 12px;
  }

  .medical_details_description .nav a {
    padding: 0px 20px;
  }

  /* medical shop details - end */
}
/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
9 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 380px) {
  /* global - start */
  .sec_ptb_100 {
    padding: 60px 0px;
  }

  .sec_ptb_140 {
    padding: 80px 0px;
  }

  .mb_100 {
    margin-bottom: 60px;
  }

  /* global - end */
  /* header - start */
  .header_section .brand_logo .brand_link {
    max-width: 140px;
  }

  .mh_action_btns > li > button {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  /* header - end */
  /* breadcrumb - start */
  .breadcrumb_section {
    min-height: 300px;
    padding: 70px 0px;
  }

  .page_title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .breadcrumb_nav li {
    font-size: 12px;
  }
  .breadcrumb_nav li:not(:last-child) {
    margin-right: 16px;
    padding-right: 16px;
  }

  /* breadcrumb - end */
  /* 404 - start */
  .error_content .error_text {
    font-size: 90px;
    margin-bottom: 20px;
  }

  .error_content .error_text span {
    max-width: 120px;
    margin: 0px 10px;
  }

  .error_content h3 {
    font-size: 18px;
    letter-spacing: 4px;
  }

  .error_content p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  /* 404 - end */
  /* checkout - start */
  .order_complete_alart h2 {
    font-size: 24px;
  }

  /* checkout - end */
  /* home carparts - start */
  .carparts_banner h1 {
    font-size: 32px;
  }

  .carparts_search .option_select .nice-select {
    height: 50px;
    line-height: 50px;
  }

  .carparts_search .form_item input {
    height: 50px;
  }

  .carparts_search .submit_btn {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }

  /* home carparts - end */
  /* home classic ecommerce - start */
  .classic_ecommerce_breadcrumb {
    padding-top: 130px;
  }

  /* home classic ecommerce - end */
  /* home fashion minimal - start */
  .fashion_minimal_header + main {
    margin-top: 60px;
  }

  .fm_feature_product .item_title {
    font-size: 32px;
  }

  .fm_feature_product p {
    font-size: 18px;
  }

  .fm_discount_item .item_title {
    font-size: 36px;
  }

  .fm_discount_item .discount_text {
    font-size: 20px;
  }

  .home_fashion_minimal .custom_btn.btn_sm {
    font-size: 12px;
    padding: 10px 30px;
  }

  .medical_page_title {
    font-size: 38px;
  }

  .medical_breadcrumb_nav li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }

  /* home fashion minimal - end */
  /* home motorcycle - start */
  .motorcycle_slider h3 {
    font-size: 42px;
  }

  .motorcycle_slider p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .motorcycle_deals_carousel .item_title {
    font-size: 42px;
  }

  .motorcycle_deals_carousel p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .motorcycle_image_1 {
    left: -24%;
    max-width: 160px;
  }

  .motorcycle_section_title .title_text {
    font-size: 48px;
    line-height: 0.8;
  }

  .motorcycle_section_title p {
    font-size: 16px;
  }

  .motorcycle_big_feature .tabs_menu li {
    width: 100px;
    height: 100px;
  }
  .motorcycle_big_feature .tabs_menu li:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .motorcycle_big_feature .tabs_menu img {
    max-height: 75px;
  }

  .motorcycle_testimonial_item .item_content {
    padding: 20px;
  }

  /* home motorcycle - end */
  /* home simple shop - start */
  .simple_shop_header + main {
    margin-top: 62px;
  }

  /* home simple shop - end */
  /* home single story - start */
  .single_story_header .action_btns_group li:not(:last-child) {
    margin-right: 12px;
  }

  /* home single story - end */
  /* home watch - start */
  .watch_header + main {
    margin-top: 65px;
  }

  /* home watch - end */
  /* furniture shop - start */
  .furniture_header + main {
    margin-top: 62px;
  }

  /* furniture shop - end */
  /* medical shop - start */
  .medical_header + main {
    margin-top: 60px;
  }

  /* medical shop - end */
}
/* ====================================================================================================
9 - media screen and (max-width: 320px) - end
==================================================================================================== */
/*# sourceMappingURL=style.css.map */