/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
5. Slider
6. Video Modal
7. Header
8. Footer
9. Hero
10. Banner
11. Iconbox
12. Posts
13. CTA
14. Card
15. Category
16. Product Card
17. Animation
18. Newsletter
--------------------------------------------------------------*/

/* Start Accordion */
.cs_accordians.cs_style_1 .cs_accordian_title {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_accordians.cs_style_1 .cs_accordian_body {
  padding: 0 70px 32px 42px;
  margin-top: -24px;
}
@media (max-width: 1400px) {
  .cs_accordians.cs_style_1 .cs_accordian_body {
    padding: 0 62px 25px 25px;
    margin-top: -15px;
  }
}
@media (max-width: 575px) {
  .cs_accordians.cs_style_1 .cs_accordian_body {
    padding: 0 20px 25px 20px;
  }
}
.cs_accordians.cs_style_1 .cs_accordian_body p {
  margin: 0;
}
.cs_accordians.cs_style_1 .cs_accordian_head {
  padding: 32px 70px 32px 42px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .cs_accordians.cs_style_1 .cs_accordian_head {
    padding: 25px 62px 25px 25px;
  }
}
@media (max-width: 575px) {
  .cs_accordians.cs_style_1 .cs_accordian_head {
    padding: 25px 57px 25px 20px;
  }
}
.cs_accordians.cs_style_1 .cs_accordian_head:hover .cs_accordian_title {
  color: var(--accent-color);
}
.cs_accordians.cs_style_1 .cs_accordian {
  background-color: var(--white-color);
  border-radius: 8px;
}
.cs_accordians.cs_style_1 .cs_accordian:not(:last-child) {
  margin-bottom: 20px;
}
.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_head {
  pointer-events: none;
}
.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle {
  background: var(--accent-color);
}
.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle::before, .cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle::after {
  background: var(--white-color);
}
.cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.cs_accordians.cs_style_1 .cs_accordian_toggle {
  position: absolute;
  right: 42px;
  top: 33px;
  height: 27px;
  width: 27px;
  display: inline-block;
  background-color: var(--accent-light);
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1400px) {
  .cs_accordians.cs_style_1 .cs_accordian_toggle {
    right: 25px;
    top: 28px;
  }
}
@media (max-width: 575px) {
  .cs_accordians.cs_style_1 .cs_accordian_toggle {
    right: 20px;
  }
}
.cs_accordians.cs_style_1 .cs_accordian_toggle::before, .cs_accordians.cs_style_1 .cs_accordian_toggle::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--accent-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_accordians.cs_style_1 .cs_accordian_toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian {
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  background-color: transparent;
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian > * {
  position: relative;
  z-index: 2;
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian:not(:last-child) {
  border-bottom: 1px solid rgba(99, 99, 99, 0.5);
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--accent-color);
  opacity: 0;
}
.cs_accordians.cs_style_1.cs_type_1 .cs_accordian.active::before {
  opacity: 0.06;
}

.cs_accordians_section_1 {
  padding: 0 90px;
}
@media (max-width: 1400px) {
  .cs_accordians_section_1 {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .cs_accordians_section_1 {
    padding: 0 25px;
  }
}
.cs_accordians_section_1 .cs_section_heading.cs_style_1 {
  padding-right: 90px;
}
@media (max-width: 1400px) {
  .cs_accordians_section_1 .cs_section_heading.cs_style_1 {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cs_accordians_section_1 .cs_section_heading.cs_style_1 {
    padding-right: 0px;
  }
}
.cs_faq_no_active.cs_accordians.cs_style_1.cs_type_1 .cs_accordian::before {
  display: none;
}
.cs_faq_no_active.cs_accordians.cs_style_1.cs_type_1 .cs_accordian .cs_accordian_toggle {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  right: 35px;
}
@media (max-width: 991px) {
  .cs_faq_no_active.cs_accordians.cs_style_1.cs_type_1 .cs_accordian .cs_accordian_toggle {
    right: 0px;
    top: 16px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cs_faq_no_active.cs_accordians.cs_style_1.cs_type_1 .cs_accordian.active .cs_accordian_toggle {
  background-color: transparent;
}
.cs_faq_no_active.cs_accordians.cs_style_1.cs_type_1 .cs_accordian.active .cs_accordian_toggle:before, .cs_faq_no_active.cs_accordians.cs_style_1.cs_type_1 .cs_accordian.active .cs_accordian_toggle:after {
  background-color: var(--accent-color);
}
@media (max-width: 991px) {
  .cs_faq_no_active.cs_accordians.cs_style_1.cs_type_1 .cs_accordian_head {
    padding: 15px 30px 15px 0px;
  }
  .cs_faq_no_active.cs_accordians.cs_style_1.cs_type_1 .cs_accordian_body {
    padding: 0 30px 25px 0px;
    margin-top: -5px;
  }
}

/* End Accordion */
.cs_half_white_bg {
  position: relative;
}
.cs_half_white_bg::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--white-color);
}
.cs_half_white_bg > * {
  position: relative;
  z-index: 2;
}

.cs_brand.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_moving_container .cs_moving_container_in {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cs_moving_container .cs_moving_container_in:hover.cs_slide_left, .cs_moving_container .cs_moving_container_in:hover.cs_slide_right {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.cs_moving_container .cs_moving_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_moving_container .cs_slide_left {
  -webkit-animation: slideLeft 40s linear infinite;
          animation: slideLeft 40s linear infinite;
}
.cs_moving_container .cs_slide_right {
  -webkit-animation: slideRight 40s linear infinite;
          animation: slideRight 40s linear infinite;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.cs_moving_container.cs_style_1 {
  padding: 5px 0;
}
.cs_moving_container.cs_style_1 .cs_moving_container_in {
  gap: 60px;
}

/* Start Section Heading */
.cs_section_heading.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 50px;
}
.cs_section_heading_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 17px;
  line-height: 1.5em;
}
.cs_section_heading.cs_style_1 .cs_section_heading_title svg {
  color: var(--accent-color);
}
.cs_section_heading.cs_style_1 .cs_countdown.cs_style_1 {
  margin-right: 64px;
}
@media (max-width: 1199px) {
  .cs_section_heading.cs_style_1 .cs_countdown.cs_style_1 {
    margin-right: 20px;
  }
}
.cs_heading_animation_1 {
	height: 690px;
	width: 690px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cs_heading_animation_1 {
    display: none;
  }
}
.cs_heading_animation_1 svg {
  position: absolute;
}
.cs_heading_animation_1 svg:first-child {
  right: 50px;
  top: 120px;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.cs_heading_animation_1 svg:last-child {
  right: 410px;
  bottom: -10px;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.cs_heading_animation_1_in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
}
.cs_section_heading.cs_style_1 .cs_section_heading_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 75px;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 .cs_section_heading_in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 40px;
  }
}
.cs_countdown_wrap_v2 .cs_countdown.cs_style_1 {
  gap: 16px;
}
.cs_countdown_wrap_v2 .cs_countdown.cs_style_1 .cs_countdown_box {
  height: 33px;
  min-width: initial;
  border-radius: 0px;
  padding: 0px;
}
.cs_countdown_wrap_v2 .cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child)::before {
  right: -11px;
  top: -2px;
}

/* End Section Heading */
/* Start Countdown Section */
.cs_countdown.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.cs_countdown.cs_style_1 .cs_countdown_box {
  height: 47px;
  min-width: 70px;
  border-radius: 6px;
  padding: 0px 3px;
  position: relative;
}
.cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child)::before {
  content: ":";
  color: var(--accent-color);
  position: absolute;
  right: -15px;
  top: -1px;
}

/* End Countdown Section */
/* Start Review */
.cs_rating {
  position: relative;
  color: rgba(99, 99, 99, 0.5);
  width: 93px;
  height: 16px;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1em;
  display: block;
}
.cs_rating .cs_rating_percentage {
  position: absolute;
  color: var(--accent-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.cs_rating::before,
.cs_rating .cs_rating_percentage::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "font awesome 6 free";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  width: 100%;
}

/* End Review */
/* Start ProgressBar */
.cs_progress {
  height: 10px;
  width: 100%;
  background-color: rgba(48, 48, 48, 0.15);
  border-radius: 25px;
}

.cs_progress_in {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#303030), to(rgba(88, 63, 168, 0.82)));
  background: linear-gradient(90deg, #303030 0%, rgba(88, 63, 168, 0.82) 100%);
  border-radius: inherit;
}

/* End ProgressBar */
.cs_video_block.cs_style_1 {
  height: 700px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .cs_video_block.cs_style_1 {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .cs_video_block.cs_style_1 {
    height: 400px;
  }
  .cs_video_block.cs_style_1 svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.cs_video_block.cs_style_1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_video_block.cs_style_1 svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.cs_video_block.cs_style_1:hover::before {
  opacity: 1;
}
.cs_video_block.cs_style_1:hover svg {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.cs_breadcamp_wrap.cs_style_1 {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .cs_breadcamp_wrap.cs_style_1 {
    min-height: 280px;
  }
}
.cs_breadcamp_wrap.cs_style_1 .cs_breadcamp_title {
  margin-bottom: 20px;
}
.cs_breadcamp_wrap.cs_style_1.cs_type_1 {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_breadcamp_wrap.cs_style_1.cs_type_1 .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container > .cs_breadcamp_wrap.cs_style_1 {
  padding: 40px 100px;
}
@media (max-width: 991px) {
  .container > .cs_breadcamp_wrap.cs_style_1 {
    padding: 40px 40px;
  }
}
@media (max-width: 400px) {
  .container > .cs_breadcamp_wrap.cs_style_1 {
    padding: 50px 25px;
  }
}

.cs_breadcamp_wrap.cs_style_2 {
  padding: 30px 0;
}
.cs_breadcamp_wrap.cs_style_2 .cs_breadcamp_title {
  margin-bottom: 0px;
}
.cs_breadcamp_wrap.cs_style_2 .cs_breadcamp_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs_breadcamp_wrap.cs_style_2 .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}
.cs_breadcamp_wrap.cs_style_2 .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

.cs_view_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 40px;
}

.cs_view_box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cs_view_box_in button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary);
  opacity: 0.5;
}
.cs_view_box_in button:hover {
  opacity: 1;
}
.cs_view_box_in button.active {
  opacity: 1;
  color: var(--accent-color);
}

.cs_filter_dropdown_btn {
  padding: 10px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--br-color);
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}

.cs_custom_checkbox {
  display: inline-block;
  position: relative;
  min-height: 24px;
}
.cs_custom_checkbox input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.cs_custom_checkbox input:checked + span {
  color: var(--accent-color);
}
.cs_custom_checkbox input:checked + span::before {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.cs_custom_checkbox input:checked + span::after {
  border-color: var(--white-color);
  opacity: 1;
}
.cs_custom_checkbox > span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_custom_checkbox > span::before, .cs_custom_checkbox > span::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_custom_checkbox > span::before {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: 2px solid var(--secondary);
  left: 0;
  top: 5px;
}
.cs_custom_checkbox > span::after {
  height: 8px;
  width: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-radius: 1px;
  left: 4px;
  top: 7px;
  opacity: 0;
}
.cs_custom_checkbox.cs_style_1 > span {
  padding-left: 31px;
}
.cs_custom_checkbox.cs_style_1 > span:before {
  height: 20px;
  width: 20px;
  top: 2px;
}
.cs_custom_checkbox.cs_style_1 > span:after {
  height: 12px;
  width: 7px;
  left: 7px;
  top: 4px;
  border-radius: 0;
}
.cs_custom_checkbox.cs_style_1.cs_type_1 > span {
  display: block;
  padding-left: 21px;
}

.cs_custom_select,.woocommerce .woocommerce-ordering select.cs_custom_select {
  padding: 10px 35px 10px 28px;
  border: 1px solid var(--br-color);
  border-radius: 4px;
  color: var(--secondary);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) calc(1em + 4px), calc(100% - 20px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .cs_custom_select {
    padding: 10px 30px 10px 20px;
    background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  }
}

.cs_custom_radio_btn {
  display: inline-block;
  position: relative;
}
.cs_custom_radio_btn span {
  display: inline-block;
  padding: 10px 28px;
  border: 1px solid var(--br-color);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_custom_radio_btn span:hover {
  background-color: var(--gray);
}
.cs_custom_radio_btn input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.cs_custom_radio_btn input[type=radio]:checked + span {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--white-color);
}

.cs_filter_dropdown {
  position: relative;
}

.cs_filter_dropdown_body {
  background-color: var(--white-color);
  width: 200px;
  border: 1px solid var(--br-color);
  border-radius: 4px;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 10;
  max-height: 300px;
  overflow: auto;
  padding: 5px 0;
}
.cs_filter_dropdown_body.active {
  margin-top: 6px;
}
.cs_filter_dropdown_body .cs_custom_checkbox {
  width: 100%;
  padding: 5px 15px;
}
.cs_filter_dropdown_body .cs_custom_checkbox::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 10px);
  left: 5px;
  top: 0;
  background-color: var(--accent-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.cs_filter_dropdown_body .cs_custom_checkbox:hover::before {
  opacity: 0.1;
}
.cs_filter_dropdown_body .cs_rating {
  top: 4px;
}

.cs_filter_dropdown_btn > svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_filter_dropdown_btn.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cs_filter_dropdown_btn:hover {
  background-color: var(--gray);
  color: var(--primary);
}

.cs_filter_heading.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .cs_filter_heading.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cs_filter_heading.cs_style_1 > * {
    width: 100%;
  }
  .cs_filter_heading.cs_style_1 .cs_view_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cs_filter_heading.cs_style_1 .cs_custom_select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cs_filter_heading.cs_style_1 .cs_filter_heading_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .cs_filter_heading.cs_style_1 .cs_filter_heading_left {
    gap: 7px;
  }
}
.cs_filter_heading.cs_style_1 h3 {
  margin-bottom: 0;
  font-weight: 400;
  margin-right: 20px;
  font-size: 16px;
  color: var(--secondary);
}
@media (max-width: 1199px) {
  .cs_filter_heading.cs_style_1 h3 {
    margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_dropdown_btn {
    padding: 10px 14px;
  }
}
@media (max-width: 1199px) {
  .cs_filter_heading.cs_style_1.cs_type_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_dropdown {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_heading_left {
    width: 100%;
    gap: 10px;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_dropdown_btn {
    width: 100%;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_heading_right {
    width: 100%;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_view_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_heading_left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_dropdown {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 767px) {
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_filter_heading_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cs_filter_heading.cs_style_1.cs_type_1 .cs_dropdown {
    width: 100%;
  }
}

.cs_price_range .cs_price_range_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cs_price_range .cs_price_range_in > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_price_range .cs_price_range_in span {
  display: block;
}
.cs_price_range input {
  display: block;
  border: 1px solid var(--br-color);
  border-radius: 4px;
  height: 45px;
  width: 100%;
  padding: 5px 15px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.cs_price_range input:focus {
  border-color: var(--primary);
}
.cs_price_range .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_filter_dropdown_body.cs_price_range {
  width: 250px;
  padding: 15px;
}

.cs_pagination_box {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .cs_pagination_box {
    gap: 15px;
  }
}
@media (max-width: 400px) {
  .cs_pagination_box {
    gap: 5px;
  }
}
.cs_pagination_box .cs_pagination_item {
  border-radius: 10px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
          box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  height: 45px;
  width: 45px;
  color: var(--primary);
  line-height: 1.5em;
}
@media (max-width: 400px) {
  .cs_pagination_box .cs_pagination_item {
    height: 40px;
    width: 40px;
  }
}
.cs_pagination_box .cs_pagination_item.active {
  background-color: var(--accent-color);
  color: var(--white-color);
  pointer-events: none;
}
.cs_pagination_box a.cs_pagination_item:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_pagination_box .cs_pagination_arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pagination_box .cs_pagination_arrow:hover {
  color: var(--primary);
}
.cs_pagination_box .cs_pagination_arrow_left {
  margin-right: 15px;
}
.cs_pagination_box .cs_pagination_arrow_right {
  margin-left: 15px;
}

.cs_filter_widgets {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 280px;
}
.cs_filter_widgets.cs_accent_light_bg {
  width: 380px;
  padding: 40px;
}
@media (max-width: 1400px) {
  .cs_filter_widgets.cs_accent_light_bg {
    width: 320px;
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cs_filter_widgets.cs_accent_light_bg {
    width: 280px;
    padding: 25px;
  }
}
.cs_filter_widgets.cs_accent_light_bg .cs_filter_widget {
  border: none;
  border-radius: 0;
  padding: 0;
}
.cs_filter_widgets.cs_accent_light_bg .cs_filter_widget:not(:last-child) {
  border-bottom: 1px solid var(--br-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .cs_products_with_sidebar .cs_filter_widgets {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 400px;
    top: 0;
    left: -400px;
    height: 100vh;
    overflow: auto;
    padding: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 420px) {
  .cs_products_with_sidebar .cs_filter_widgets {
    width: 300px;
    left: -300px;
  }
}

@media (max-width: 991px) {
  .cs_drawer_btn.cs_type_1.cs_accent_bg.active + .cs_products_with_sidebar .cs_filter_widgets {
    left: 0;
  }
}

.cs_filter_widget {
  border: 1px solid var(--br-color);
  border-radius: 6px;
  padding: 30px;
}
.cs_filter_widget:not(:last-child) {
  margin-bottom: 20px;
}

.cs_filter_widget_list li:not(:last-child) {
  padding-bottom: 8px;
}

.cs_filter_widget_title {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.cs_filter_widget_title > svg {
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_filter_widget_title.active > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cs_more_widget_btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.cs_more_widget_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 5px;
  left: 0;
  background-color: currentColor;
}
.cs_more_widget_btn:hover {
  color: var(--accent-color);
}

.cs_filter_widget_content {
  padding-top: 12px;
}
.cs_filter_widget_content .cs_rating {
  top: 4px;
}

.cs_products_with_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cs_products_with_sidebar .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb {
    width: 160px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cs_products_with_sidebar .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .cs_products_with_sidebar .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .cs_products_with_sidebar {
    gap: 50px 20px;
  }
}
.cs_products_with_sidebar .cs_products_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs_overlay_filter_widgets {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs_overlay_filter_widgets .cs_overlay_filter {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: rgba(48, 48, 48, 0.36);
}
.cs_overlay_filter_widgets .cs_filter_widgets {
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 100vh;
  overflow: auto;
  width: 400px;
  padding: 70px 60px;
  left: -400px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 420px) {
  .cs_overlay_filter_widgets .cs_filter_widgets {
    padding: 50px 25px;
    width: 300px;
  }
}
.cs_overlay_filter_widgets .cs_filter_widget {
  border: none;
  border: 0;
  padding: 0px 0px;
  max-width: 220px;
  margin-left: 40px;
}
.cs_overlay_filter_widgets .cs_filter_widget:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cs_overlay_filter_widgets .cs_filter_widget:not(:last-child) {
    margin-bottom: 20px;
  }
}
.cs_overlay_filter_widgets .cs_drower_logo {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cs_overlay_filter_widgets .cs_drower_logo {
    margin-bottom: 40px;
  }
}
.cs_overlay_filter_widgets .cs_filter_icon {
  position: absolute;
  left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 3px;
}
.cs_overlay_filter_widgets.active {
  opacity: 1;
  visibility: visible;
}
.cs_overlay_filter_widgets.active .cs_filter_widgets {
  left: 0;
}

.cs_drawer_btn {
  position: fixed;
  top: 238px;
  left: 0;
  z-index: 1002;
  width: 65px;
  height: 189px;
  border: none;
  outline: none;
  border-radius: 0 8px 8px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .cs_drawer_btn {
    width: 22px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
  }
  .cs_drawer_btn svg {
    width: 10px;
    height: 20px;
  }
}
.cs_drawer_btn svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_drawer_btn.active {
  left: 400px;
}
@media (max-width: 420px) {
  .cs_drawer_btn.active {
    left: 300px;
  }
}
.cs_drawer_btn.active svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.cs_drawer_btn.cs_type_1 {
  display: none;
}
@media (max-width: 991px) {
  .cs_drawer_btn.cs_type_1 {
    display: block;
  }
}

.cs_banner_list_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575px) {
  .cs_banner_list_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_banner_list_1 a {
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_banner_list_1 a:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.cs_banner_list_1 a img {
  border-radius: inherit;
}

.cs_highlight_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .cs_highlight_categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .cs_highlight_categories .cs_highlight_category_thumb {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cs_highlight_categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cs_highlight_category span {
  display: block;
  margin-top: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
}
.cs_highlight_category:hover span {
  color: var(--accent-color);
}

.cs_highlight_category_thumb {
  height: 177px;
  width: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .cs_highlight_category_thumb {
    height: 149px;
    width: 149px;
  }
}
@media (max-width: 1400px) {
  .cs_highlight_category_thumb {
    height: 125px;
    width: 125px;
  }
}
.cs_highlight_category_thumb img {
  max-height: 100%;
}

.cs_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 120px;
}
@media (max-width: 1400px) {
  .cs_about {
    gap: 40px 50px;
  }
}
@media (max-width: 1199px) {
  .cs_about {
    gap: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_about .cs_about_left {
  width: 49.2%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1199px) {
  .cs_about .cs_about_left {
    width: 100%;
  }
}
.cs_about h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .cs_about h2 {
    margin-bottom: 20px;
  }
}
.cs_about h3 {
  margin-bottom: 10px;
  font-weight: 600;
}
.cs_about .cs_about_right img {
  margin-top: 30px;
}

.cs_value_box {
  padding: 40px;
  border: 1px solid var(--br-color);
  min-height: 315px;
}
@media (max-width: 1600px) {
  .cs_value_box {
    padding: 30px;
    min-height: 290px;
  }
}
.cs_value_box .cs_value_box_icon {
  margin-bottom: 22px;
}
.cs_value_box .cs_value_box_title {
  margin-bottom: 15px;
}

.cs_roadmap_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 50%;
  gap: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .cs_roadmap_item {
    max-width: 100%;
  }
}
.cs_roadmap_item .cs_roadmap_year {
  min-width: 100px;
}
@media (max-width: 1199px) {
  .cs_roadmap_item .cs_roadmap_year {
    min-width: 80px;
  }
}
.cs_roadmap_item h3 {
  margin-bottom: 16px;
  padding-top: 7px;
}
@media (max-width: 1600px) {
  .cs_roadmap_item h3 {
    padding-top: 4px;
  }
}
@media (max-width: 1600px) {
  .cs_roadmap_item h3 {
    padding-top: 0px;
  }
}
.cs_roadmap_item .cs_roadmap_right {
  max-width: 325px;
  width: 100%;
}

.cs_roadmap_list .cs_shape_box {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--accent-light);
  border: 1px solid var(--accent-strong);
  padding: 2px;
  top: 14px;
}
@media (max-width: 1600px) {
  .cs_roadmap_list .cs_shape_box {
    top: 10px;
  }
}
@media (max-width: 1400px) {
  .cs_roadmap_list .cs_shape_box {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .cs_roadmap_list .cs_shape_box {
    display: none;
  }
}
.cs_roadmap_list .cs_shape_box::before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: var(--accent-strong);
  position: absolute;
  top: 50%;
}
.cs_roadmap_list .cs_shape_box::after {
  content: "";
  position: absolute;
  top: 6px;
  height: 7px;
  width: 7px;
  border: 1px solid var(--accent-strong);
  border-left: 0;
  border-top: 0;
}
.cs_roadmap_list .cs_shape_box span {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-color: var(--accent-strong);
}
.cs_roadmap_list li {
  position: relative;
}
@media (max-width: 767px) {
  .cs_roadmap_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cs_roadmap_list li:nth-child(even) .cs_roadmap_item {
    margin-left: auto;
    padding-left: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cs_roadmap_list li:nth-child(even) .cs_roadmap_item {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .cs_roadmap_list li:nth-child(even) .cs_shape_box {
    left: -10px;
  }
  .cs_roadmap_list li:nth-child(even) .cs_shape_box::before {
    left: 100%;
  }
  .cs_roadmap_list li:nth-child(even) .cs_shape_box::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -50px;
  }
  .cs_roadmap_list li:nth-child(odd) .cs_roadmap_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
    padding-right: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cs_roadmap_list li:nth-child(odd) .cs_roadmap_item {
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .cs_roadmap_list li:nth-child(odd) .cs_shape_box {
    right: -10px;
  }
  .cs_roadmap_list li:nth-child(odd) .cs_shape_box::before {
    right: 100%;
  }
  .cs_roadmap_list li:nth-child(odd) .cs_shape_box::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: -50px;
  }
}

.cs_roadmap_list_wrap {
  position: relative;
  padding: 0 20px;
}

.cs_roadmap_list_seperator {
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 767px) {
  .cs_roadmap_list_seperator {
    display: none;
  }
}
.cs_roadmap_list_seperator .cs_roadmap_list_seperator_in {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
}
.cs_roadmap_list_seperator .cs_roadmap_list_seperator_in::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 5px dashed var(--accent-strong);
  top: 0;
  right: 0;
}
.cs_roadmap_list_seperator::before, .cs_roadmap_list_seperator::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: -2px;
  background-color: var(--accent-strong);
}
.cs_roadmap_list_seperator::before {
  bottom: 0;
}
.cs_roadmap_list_seperator::after {
  top: 0;
}

/* Start Post Sidebar */
.cs_sidebar {
  padding: 40px;
}
@media (max-width: 1199px) {
  .cs_sidebar {
    padding: 40px 25px;
  }
}

.cs_sidebar_search {
  position: relative;
}
.cs_sidebar_search input {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  border: 1px solid var(--br-color);
  padding: 5px 15px;
}
.cs_sidebar_search .cs_sidebar_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--ternary);
}
.cs_sidebar_search .cs_sidebar_search_btn:hover {
  color: var(--accent-color);
}

.cs_sidebar_widget_title {
  margin-bottom: 25px;
}

.cs_widget_categories ul {
  list-style: none;
  padding: 0;
  margin: -7px 0 0;
  font-weight: 300;
}
.cs_widget_categories ul li:not(:last-child) {
  margin-bottom: 8px;
}

.cs_recent_posts li:not(:last-child) {
  margin-bottom: 28px;
}

.cs_recent_post .cs_recent_post_date {
  position: relative;
  padding-left: 28px;
}
.cs_recent_post .cs_recent_post_date i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--ternary);
}
.cs_recent_post .cs_recent_post_title {
  margin-bottom: 10px;
}

.cs_tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.cs_tagcloud a {
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid var(--accent-color);
	border-radius: 5px;
	color: var(--accent-color);
	font-weight: 300;
}
.cs_tagcloud a:hover {
  color: #fff;
  background-color: var(--accent-color);
}

.cs_sidebar_item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--br-color);
}
@media (max-width: 991px) {
  .cs_sidebar_item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.cs_right_sidebar {
  margin-right: 100px;
}
@media (max-width: 1600px) {
  .cs_right_sidebar {
    margin-right: 50px;
  }
}
@media (max-width: 1400px) {
  .cs_right_sidebar {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .cs_right_sidebar {
    margin-right: 0px;
  }
}

.cs_left_sidebar {
  margin-left: 100px;
}
@media (max-width: 1600px) {
  .cs_left_sidebar {
    margin-left: 50px;
  }
}
@media (max-width: 1400px) {
  .cs_left_sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .cs_left_sidebar {
    margin-left: 0px;
  }
}

/* End Post Sidebar */

hr {
  opacity: 1;
  border-color: var(--br-color);
}

.cs_contact_section {
  padding: 30px 30px 30px 60px;
}
@media (max-width: 1199px) {
  .cs_contact_section {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cs_contact_section {
    padding: 30px 15px;
  }
}

.cs_contact_info {
  padding: 50px 40px;
  min-height: 775px;
  position: relative;
}
@media (max-width: 575px) {
  .cs_contact_info {
    padding: 40px 20px;
    min-height: initial;
  }
}
.cs_contact_info .cs_contact_info_img {
  position: absolute;
  bottom: 0;
  right: 15%;
}
@media (max-width: 575px) {
  .cs_contact_info .cs_contact_info_img {
    display: none;
  }
}
.cs_contact_info > h2 {
  margin-bottom: 12px;
}
.cs_contact_info > p {
  margin-bottom: 48px;
}
.cs_contact_info .cs_contact_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 25px;
}
@media (max-width: 400px) {
  .cs_contact_info .cs_contact_info_item {
    gap: 15px;
  }
}
.cs_contact_info .cs_contact_info_item h4 {
  margin-bottom: 5px;
}
.cs_contact_info .cs_contact_info_item:not(:last-child) {
  margin-bottom: 28px;
}
.cs_contact_info .cs_contact_info_item a:hover {
  color: #fff;
  text-decoration: underline;
}
.cs_contact_info .cs_contact_info_icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_contact_info .cs_contact_info_icon img {
  width: 50px;
}

.cs_form_field {
  display: block;
  width: 100%;
  padding: 11px 15px;
  border: 1px solid var(--br-color);
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.cs_form_field:focus {
  border-color: var(--accent-color);
}

label {
  margin-bottom: 5px;
  display: inline-block;
}
label span {
  color: var(--accent-color);
}

.cs_password {
  position: relative;
}
.cs_password .cs_form_field {
  padding-right: 60px;
}
.cs_password .cs_eye_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs_password .cs_eye_btn svg {
  opacity: 0.4;
}
.cs_password .cs_eye_btn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: var(--accent-color);
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  top: 7px;
  left: 2px;
  opacity: 0.6;
  display: none;
}
.cs_password .cs_eye_btn.show::after {
  display: block;
}

.cs_contact_form_wrap h2 {
  margin-bottom: 15px;
}
.cs_contact_form_wrap p {
  margin-bottom: 40px;
}

.cs_map {
  height: 600px;
}
@media (max-width: 991px) {
  .cs_map {
    height: 400px;
  }
}
.cs_map iframe {
  height: 100%;
  width: 100%;
  border: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 10px;
}

.cs_login_card {
	padding: 30px;
}
@media (max-width: 575px) {
  .cs_login_card {
    padding: 30px 20px;
  }
}
.cs_login_card h2 {
  margin-bottom: 6px;
}

.cs_login_card_row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cs_signup_card_wrap {
  padding: 65px 0;
}
@media (max-width: 991px) {
  .cs_signup_card_wrap {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .cs_signup_card_wrap {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .cs_signup_card_wrap {
    padding: 5px;
  }
}

.cs_signup_card {
  max-width: 735px;
  background-color: #fff;
  padding: 100px 110px 120px;
}
@media (max-width: 991px) {
  .cs_signup_card {
    padding: 70px 40px;
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .cs_signup_card {
    padding: 50px 20px;
  }
}
.cs_signup_card h2 {
  margin-bottom: 6px;
}

.cs_store_locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 -10px;
}
.cs_store_locations .cs_store_location_col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .cs_store_locations .cs_store_location_col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cs_store_locations .cs_store_location_col {
    width: 100%;
  }
}
.cs_store_locations .cs_store_location {
  border: 1px solid var(--br-color);
  padding: 40px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .cs_store_locations .cs_store_location {
    padding: 25px;
  }
}
.cs_store_locations .cs_store_location:hover {
  border-color: var(--accent-color);
}
.cs_store_locations .cs_store_location b {
  font-weight: 600;
  color: var(--primary);
}
.cs_store_locations .cs_store_location h3 {
  margin-bottom: 14px;
  font-weight: 600;
}
.cs_store_locations .cs_store_location p {
  margin-bottom: 12px;
}
.cs_store_locations .cs_store_location p:last-child {
  margin-bottom: 0;
}

.cs_error img {
  margin-bottom: 40px;
  max-height: 450px;
}
.cs_error h1 {
  margin-bottom: 40px;
}

.cs_card_remove_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--br-color);
  background-color: transparent;
  padding: 12px 25px;
}
.cs_card_remove_btn:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.cs_product_card.cs_style_1 + .cs_card_remove_btn {
  margin-top: 20px;
}

.cs_order_card {
  padding: 40px;
}
@media (max-width: 575px) {
  .cs_order_card {
    padding: 25px;
  }
}
.cs_order_card .cs_order_card_title {
  margin-bottom: 25px;
}
.cs_order_card .cs_coupon_title {
  margin-bottom: 3px;
}
.cs_order_card .cs_coupon_subtitle {
  margin-bottom: 17px;
}

.cs_coupon_form {
  position: relative;
}
.cs_coupon_form .cs_coupon_input {
  height: 59px;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--br-color);
  padding: 5px 135px 5px 25px;
  outline: none;
}
@media (max-width: 1199px) {
  .cs_coupon_form .cs_coupon_input {
    height: 50px;
    padding: 5px 90px 5px 15px;
  }
}
.cs_coupon_form .cs_coupon_input:focus {
  border-color: var(--accent-color);
}
.cs_coupon_form .cs_btn.cs_style_1 {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 120px;
}
@media (max-width: 1199px) {
  .cs_coupon_form .cs_btn.cs_style_1 {
    min-width: 80px;
  }
}
.cs_coupon_form .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_card_price_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs_card_price_list li:not(:last-child) {
  margin-bottom: 10px;
}
.cs_card_price_list li.cs_total_price {
  padding-top: 20px;
  margin-top: 25px;
  position: relative;
}
.cs_card_price_list li.cs_total_price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--br-color)), color-stop(75%, var(--br-color)), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(90deg, var(--br-color), var(--br-color) 75%, transparent 75%, transparent 100%);
  background-size: 15px 2px;
  border: none;
}
.cs_card_price_list.cs_type_1 {
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
}
.cs_card_price_list.cs_type_1 li.cs_total_price {
  padding-top: 15px;
  margin-top: 18px;
}
.cs_card_price_list .cs_card_price_list_seperator_up {
  border-top: 1px solid var(--br-color);
  padding-top: 15px;
}
.cs_card_price_list .cs_card_price_list_seperator_head {
  border: 1px solid var(--br-color);
  border-width: 1px 0 1px 0;
  padding: 12px 0;
}

.cs_payment_method_list li:not(:last-child) {
  margin-bottom: 15px;
}

.cs_order_note {
  margin-bottom: 20px;
}

.cs_order_note_input {
  height: 120px;
  display: block;
  border: 1px solid var(--br-color);
  width: 100%;
  border-radius: 5px;
  padding: 15px 25px;
  outline: none;
  resize: none;
}
.cs_order_note_input:focus {
  border-color: var(--accent-color);
}

.cs_tooltip {
  position: relative;
  display: inline-block;
}

.cs_tooltip_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cs_tooltip_btn:hover + .cs_tooltip_body {
  display: block;
}

.cs_tooltip_body {
  position: absolute;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  margin: 0 0 8px 0;
  background-color: var(--primary);
  color: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  font-weight: 300;
  display: none;
  z-index: 10;
}
.cs_tooltip_body::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: var(--primary);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
}

.cs_btn_group_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .cs_btn_group_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.cs_btn_group_1 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575px) {
  .cs_btn_group_1 > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cs_btn_group_1 > *:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs_btn_group_1 > *:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cs_btn_group_1 .cs_like_btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 59px;
  height: 59px;
}
@media (max-width: 1199px) {
  .cs_btn_group_1 .cs_like_btn {
    width: 49px;
    height: 49px;
  }
}
.cs_btn_group_1 .cs_like_btn svg {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
@media (max-width: 1199px) {
  .cs_btn_group_1 .cs_like_btn svg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.cs_btn_group_1 .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_btn_group_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 16px;
}
@media (max-width: 400px) {
  .cs_btn_group_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_btn_group_2 .cs_btn.cs_style_1 {
  max-width: 220px;
  width: 100%;
}
.cs_btn_group_2 .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}
@media (max-width: 400px) {
  .cs_btn_group_2 .cs_btn.cs_style_1 {
    max-width: 100%;
  }
}
.cs_btn_group_2 .cs_quantity.cs_style_1 {
  height: 59px;
  max-width: 132px;
  width: 100%;
}
@media (max-width: 991px) {
  .cs_btn_group_2 .cs_quantity.cs_style_1 {
    height: 50px;
  }
}
@media (max-width: 400px) {
  .cs_btn_group_2 .cs_quantity.cs_style_1 {
    max-width: 100%;
  }
}

.cs_btn_group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.cs_btn_group_3 .cs_btn.cs_style_2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_btn_group_3 .cs_quantity.cs_style_1 {
  height: 59px;
  max-width: 200px;
  width: 100%;
}

.cs_wishlist_btn_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cs_wishlist_btn_1 .cs_like_btn {
  border: none;
  background-color: transparent;
  padding: 0;
}
.cs_wishlist_btn_1 .cs_like_btn:hover {
  background-color: transparent;
}
.cs_wishlist_btn_1 .cs_like_btn svg {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.cs_tab {
  display: none;
}
.cs_tab.active {
  display: block;
}
.cs_tab table {
  border-bottom: 1px solid var(--br-color);
}

.cs_tab_links.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cs_tab_links.cs_style_1 {
    font-size: 18px;
    padding: 10px 0;
  }
}
.cs_tab_links.cs_style_1 a {
  padding: 25px 30px;
  display: inline-block;
  color: rgba(99, 99, 99, 0.5);
}
@media (max-width: 991px) {
  .cs_tab_links.cs_style_1 a {
    padding: 15px 20px;
  }
}
@media (max-width: 450px) {
  .cs_tab_links.cs_style_1 a {
    padding: 7px 15px;
  }
}
.cs_tab_links.cs_style_1 a:hover {
  color: var(--secondary);
}
.cs_tab_links.cs_style_1 .active a {
  color: var(--accent-color);
}

.cs_tabs.cs_type_1 {
  border-radius: 10px;
}
.cs_tabs.cs_type_1 .cs_tab_links.cs_style_1 {
  border-bottom: 1px solid var(--br-color);
}
.cs_tabs.cs_type_1 .cs_tab {
  padding: 30px;
}

.cs_account_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 60px;
}
@media (max-width: 1400px) {
  .cs_account_wrap {
    gap: 40px 30px;
  }
}
@media (max-width: 991px) {
  .cs_account_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cs_account_nav {
	-webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
	padding: 20px 0;
}
@media (max-width: 1199px) {
  .cs_account_nav {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .cs_account_nav {
    max-width: 100%;
  }
}
.cs_account_nav h3 {
	font-size: 18px;
	margin: 0;
	line-height: 1.2em;
}
.cs_account_nav h3 span {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary);
}
.cs_account_nav .cs_account_avatar {
  padding: 5px 0px 15px 0px;
  margin: 0 25px 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_account_nav .cs_account_avatar img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 60px;
  width: 60px;
  border-radius: 5px;
}

.cs_account_nav_list li:not(:last-child) {
  margin-bottom: 1px;
}
.cs_account_nav_list a {
  display: block;
  padding: 13px 25px;
  position: relative;
}
.cs_account_nav_list a br{
  display: none;
}
.cs_account_nav_list a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--accent-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_account_nav_list a:hover::before {
  opacity: 0.1;
}
.cs_account_nav_list span {
  position: relative;
  z-index: 2;
}
.cs_account_nav_list .is-active a {
  color: var(--accent-color);
}
.cs_account_nav_list .is-active a::before {
  opacity: 0.1;
}

.cs_account_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs_account_body {
  padding: 25px;
}

.cs_account_card {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.cs_account_card .cs_card_price_list li:not(:last-child) {
  margin-bottom: 15px;
}
.cs_account_card .cs_card_price_list li:hover {
  color: var(--primary);
}
.cs_account_card .cs_delivery_address {
  padding: 20px 0;
  border-top: 1px solid var(--br-color);
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 50px;
}
.cs_account_card .cs_delivery_address b {
  color: var(--primary);
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}

.cs_account_card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid var(--br-color);
}
.cs_account_card_head.cs_type_1 {
  border-bottom: 0;
}

.cs_table_1 {
  min-width: 520px;
}
.cs_table_1 img {
  height: 50px;
}
.cs_table_1 td,
.cs_table_1 th {
  padding: 15px 10px;
}
.cs_table_1 th {
  color: var(--primary);
  font-weight: 500;
}
.cs_table_1 tbody tr:hover {
  background-color: var(--gray);
}

.cs_personal_info p {
  margin-bottom: 10px;
}
.cs_personal_info p:last-child {
  margin-bottom: 0;
}

.cs_table_1_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px;
  border-top: 1px solid var(--br-color);
}
.cs_table_1_footer .page-link {
  color: var(--secondary);
  border-color: var(--br-color);
  padding: 7px 5px;
  min-width: 40px;
  text-align: center;
}
.cs_table_1_footer .page-link i {
  font-size: 14px;
}
.cs_table_1_footer .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cs_table_1_footer a.page-link:hover {
  color: var(--accent-color);
}
.cs_table_1_footer .active > .page-link,
.cs_table_1_footer .page-link.active {
  background-color: var(--accent-color);
  color: #fff;
}
.cs_table_1_footer .active > .page-link:hover,
.cs_table_1_footer .page-link.active:hover {
  color: #fff;
}

.cs_address_card {
  border: 1px solid var(--br-color);
  padding: 20px 20px;
}
.cs_address_card h3 {
  margin-bottom: 10px;
}
.cs_address_card p {
  margin-bottom: 20px;
}

.cs_zoom img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs_zoom:hover .cs_zoom_in,
.cs_zoom:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/*--------------------------------------------------------------
  5. Slider
----------------------------------------------------------------*/
.cs_slider {
  position: relative;
}

.slick-arrow {
  cursor: pointer;
}

.draggable {
  cursor: url(../../assets/img/drag.png) 16 9, ew-resize !important;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_remove_overflow .slick-list {
  overflow: visible;
}
.cs_remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cs_remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.cs_slider_gap_20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.cs_slider_gap_20 .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.cs_slider_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.cs_slider_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.cs_slider_gap_90 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}
.cs_slider_gap_90 .slick-list {
  margin-left: -45px;
  margin-right: -45px;
}

.cs_shadow_slider .slick-list {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% + 60px);
  margin-left: -30px;
}

.cs_slider.cs_style_2 .cs_slider_2_in {
  padding-left: 95px;
  width: 70vw;
}

.cs_slider.cs_style_3 .cs_card.cs_style_1 {
  padding-bottom: 0;
}
.cs_slider.cs_style_3 .slick-slide {
  padding-left: 37px;
  padding-right: 37px;
}
.cs_slider.cs_style_3 .slick-list {
  margin-left: -37px;
}

.cs_slider_arrows.cs_style_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
  height: 40px;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,
.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
  border-color: var(--accent-color);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow {
  left: -20px;
}
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
  right: -20px;
}
.cs_slider_arrows.cs_style_1.cs_type_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_right_arrow {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
}

.cs_pagination.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px;
}
.cs_pagination.cs_style_1 li {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 2px solid var(--primary);
  border-radius: 3px;
  margin: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_1 li::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--primary);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_1 li.slick-active {
  background-color: transparent;
}
.cs_pagination.cs_style_1 li.slick-active::before {
  opacity: 1;
}
.cs_pagination.cs_style_1 button {
  display: none;
}
.cs_pagination.cs_style_1.cs_type_1 {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
}
.cs_pagination.cs_style_1.cs_type_1 ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_pagination.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_pagination.cs_style_2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 18px;
}
.cs_pagination.cs_style_2 li {
  margin: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--ternary);
}
.cs_pagination.cs_style_2 li.slick-active {
  background-color: var(--accent-color);
}
.cs_pagination.cs_style_2 button {
  display: none;
}
.cs_pagination.cs_style_2.cs_type_1 {
  position: absolute;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
}
.cs_pagination.cs_style_2.cs_type_1 ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cs_show_arrow_hover .cs_left_arrow,
.cs_show_arrow_hover .cs_right_arrow {
  opacity: 0;
}
.cs_show_arrow_hover:hover .cs_left_arrow,
.cs_show_arrow_hover:hover .cs_right_arrow {
  opacity: 1;
}

@media (max-width: 991px) {
  .cs_mobile_hide {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cs_mobile_show {
    display: none !important;
  }
}
[data-variable-width="1"] .cs_card.cs_style_2,
[data-variable-width="1"] .cs_post.cs_style_1.cs_type_1 {
  width: 424px;
}
[data-variable-width="1"] .cs_card.cs_style_1 {
  width: 390px;
}

.cs_single_product_slider_1 .cs_single_product_nav {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 410px) {
  .cs_single_product_slider_1 .cs_single_product_nav {
    max-width: 260px;
  }
}
.cs_single_product_slider_1 .cs_single_product_thumb_item {
  height: 452px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 25px 0;
}
@media (max-width: 575px) {
  .cs_single_product_slider_1 .cs_single_product_thumb_item {
    height: 350px;
  }
}
.cs_single_product_slider_1 .cs_single_product_thumb_item img {
	max-height: 100%;
	min-height: initial !important;
	object-fit: initial !important;
	background-position: initial !important;
	width: initial !important;
}
.cs_single_product_slider_1 .cs_single_product_thumb_mini {
  height: 98px;
  max-width: 98px !important;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid transparent;
  border-radius: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  cursor: pointer;
}
@media (max-width: 410px) {
  .cs_single_product_slider_1 .cs_single_product_thumb_mini {
    height: 87px;
  }
}
.cs_single_product_slider_1 .cs_single_product_thumb_mini img {
  max-height: 100%;
}
.cs_single_product_slider_1 .slick-current .cs_single_product_thumb_mini {
  border-color: var(--accent-color);
}
.cs_single_product_slider_1 .cs_single_left_arrow,
.cs_single_product_slider_1 .cs_single_right_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_single_product_slider_1 .cs_single_left_arrow:hover,
.cs_single_product_slider_1 .cs_single_right_arrow:hover {
  color: var(--accent-color);
}
.cs_single_product_slider_1 .cs_single_left_arrow {
  left: 0;
}
.cs_single_product_slider_1 .cs_single_right_arrow {
  right: 0;
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
  height: 710px;
  padding-bottom: 0;
}
@media (max-width: 1400px) {
  .cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
    height: 400px;
  }
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item:hover img {
  opacity: 0;
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_nav {
  max-width: 600px;
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_mini {
  height: 140px;
  max-width: 140px !important;
}
@media (max-width: 410px) {
  .cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_mini {
    height: 87px;
  }
}
.cs_single_product_slider_1 .cs_product_zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cs_single_product_slider_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cs_single_product_slider_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.cs_single_product_slider_2 .cs_single_product_thumb_item:hover img {
  opacity: 0;
}

.cs_single_product_nav_2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 140px;
  margin: -10px 0;
}
@media (max-width: 767px) {
  .cs_single_product_nav_2 {
    margin: 0;
    width: 100%;
  }
  .cs_single_product_nav_2 img {
    max-height: 100%;
  }
}
.cs_single_product_nav_2 .cs_single_product_thumb_mini {
  height: 140px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 420px) {
  .cs_single_product_nav_2 .cs_single_product_thumb_mini {
    height: 120px;
  }
}
.cs_single_product_nav_2 .cs_single_product_thumb_mini:hover {
  border-color: var(--br-color);
}
.cs_single_product_nav_2 .slick-slide {
  padding: 10px 0;
}
.cs_single_product_nav_2 .slick-slide.slick-current .cs_single_product_thumb_mini {
  border-color: var(--accent-color);
}

.cs_single_product_thumb_2 {
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  .cs_single_product_thumb_2 {
    width: 100%;
  }
}

.cs_slider_heading_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cs_slider_heading_1 {
    margin-bottom: 40px;
  }
}

.cs_product_slider_wrap_1 {
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .cs_product_slider_wrap_1 {
    padding-right: 0px;
  }
}

.cs_product_zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/*--------------------------------------------------------------
  6. Video Modal
----------------------------------------------------------------*/
.cs-sample-img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-sample-img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
}

.cs_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup_content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup_container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup_container .embed-responsive {
  width: 100%;
}

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

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

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

.cs_video_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:hover:before,
.cs_video_popup_close:hover:after {
  background: #000;
}

.cs_video_popup_layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup_align {
  overflow: hidden;
}

/*End Video Popup*/

/*--------------------------------------------------------------
  8. Footer
----------------------------------------------------------------*/
.cs_footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_footer_links li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  position: relative;
  top: -1px;
}

.cs_menu_widget li:not(:last-child) {
  margin-bottom: 5px;
}

.cs_contact_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_contact_widget li:not(:last-child) {
  margin-bottom: 9px;
}
.cs_contact_widget i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*--------------------------------------------------------------
  9. Hero
----------------------------------------------------------------*/
.cs_hero.cs_style_1,
.cs_hero.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.cs_hero.cs_style_1 .cs_hero_title,
.cs_hero.cs_style_2 .cs_hero_title {
  margin-bottom: 22px;
}
.cs_hero.cs_style_1 .cs_hero_subtitle,
.cs_hero.cs_style_2 .cs_hero_subtitle {
  margin-bottom: 35px;
}

.cs_hero.cs_style_1 {
  min-height: 680px;
  background-color: #efa9bb;
  padding: 70px 0px 80px 0px;
}
@media (max-width: 1600px) {
  .cs_hero.cs_style_1 {
    min-height: 570px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cs_hero.cs_style_1 .cs_hero_text {
  width: 100%;
  max-width: 670px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    max-width: 620px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    max-width: 570px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    padding: 0 30px;
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    padding: 0 20px;
  }
  .cs_hero.cs_style_1 .cs_hero_text .cs_fs_24 {
    font-size: 20px;
  }
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  color: rgba(255, 255, 255, 0.75);
}
.cs_hero.cs_style_1 .cs_hero_mini_img {
  position: absolute;
  bottom: -110px;
  right: 0;
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_mini_img {
    display: none;
  }
}
.cs_hero_mini_img {
  -webkit-animation: anim_y 10s alternate infinite;
          animation: anim_y 10s alternate infinite;
}

.cs_hero.cs_style_2 {
  min-height: 760px;
  background-color: #e3e5e4;
  padding: 70px 0 80px;
}
@media (max-width: 1600px) {
  .cs_hero.cs_style_2 {
    min-height: 600px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_2 {
    min-height: 550px;
  }
}
.cs_hero.cs_style_2 .cs_hero_text {
  max-width: 660px;
  position: relative;
  z-index: 2;
}
.cs_hero.cs_style_2 .cs_hero_subtitle {
  max-width: 640px;
}
.cs_hero.cs_style_2 .cs_hero_title {
  letter-spacing: 3px;
}
.cs_hero.cs_style_2 .cs_star_shape_1 {
  position: absolute;
  top: 18%;
  right: 8%;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.cs_star_shape_11{
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;

}
.cs_hero.cs_style_2 .cs_star_shape_2 {
  position: absolute;
  left: 46%;
  bottom: 15%;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  animation-direction: reverse;
}

.cs_hero.cs_style_3 {
  min-height: 975px;
  padding: 80px 0 290px 0;
}
@media (max-width: 1600px) {
  .cs_hero.cs_style_3 {
    min-height: 800px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 {
    min-height: 800px;
    padding: 80px 0 90px 0;
    min-height: 700px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 {
    min-height: 620px;
  }
}
.cs_hero.cs_style_3 .cs_hero_text {
  max-width: 610px;
}
.cs_hero.cs_style_3 .cs_hero_title {
  margin-bottom: 34px;
}
.cs_hero.cs_style_3 .cs_hero_subtitle {
  margin-bottom: 45px;
}

@-webkit-keyframes anim_y {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes anim_y {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
/*--------------------------------------------------------------
  10. Banner
----------------------------------------------------------------*/
.cs_banner.cs_style_1 {
  height: 760px;
  padding: 85px 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
@media (max-width: 1600px) {
  .cs_banner.cs_style_1 {
    height: 660px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_1 {
    height: 580px;
    padding: 60px 40px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_1 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .cs_banner.cs_style_1 {
    height: 400px;
    padding: 60px 25px;
  }
}
.cs_banner.cs_style_1:hover {
  -webkit-box-shadow: 0 0 0px 1px var(--accent-color);
          box-shadow: 0 0 0px 1px var(--accent-color);
}
.cs_banner.cs_style_1 .cs_banner_text {
  position: relative;
  z-index: 2;
}
.cs_banner.cs_style_1 .cs_banner_img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: calc(100% - 40px);
  z-index: 1;
}
.cs_banner.cs_style_1 .cs_banner_shape {
  position: absolute;
  bottom: 0;
  left: -2px;
}
.cs_banner_spin-shape {
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.cs_banner.cs_style_1 .cs_star_shape_2 {
  position: absolute;
  left: 50%;
  top: 9%;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  animation-direction: reverse;
}

.cs_banner.cs_style_2,
.cs_banner.cs_style_3 {
  height: 370px;
  padding: 44px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1600px) {
  .cs_banner.cs_style_2,
  .cs_banner.cs_style_3 {
    height: 320px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_2,
  .cs_banner.cs_style_3 {
    height: 280px;
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_2,
  .cs_banner.cs_style_3 {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .cs_banner.cs_style_2,
  .cs_banner.cs_style_3 {
    padding: 30px 25px;
  }
}
.cs_banner.cs_style_2:hover,
.cs_banner.cs_style_3:hover {
  -webkit-box-shadow: 0 0 0px 1px var(--accent-color);
          box-shadow: 0 0 0px 1px var(--accent-color);
}
.cs_banner.cs_style_2 .cs_banner_text,
.cs_banner.cs_style_3 .cs_banner_text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.cs_banner.cs_style_2 .cs_banner_img,
.cs_banner.cs_style_3 .cs_banner_img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-height: 100%;
}

.cs_banner.cs_style_2 .cs_banner_shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cs_banner.cs_style_2 .cs_banner_img {
  max-width: 53%;
}

@media (min-width: 1400px) {
  .cs_banner.cs_style_3 {
    padding-bottom: 80px;
  }
}
.cs_banner.cs_style_3 .cs_banner_shape {
  position: absolute;
  bottom: 0;
  right: -1px;
}

.cs_banner.cs_style_4 {
  height: 435px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 45px;
}
.cs_banner.cs_style_4 p {
  margin-bottom: 10px;
  position: relative;
}
.cs_banner.cs_style_4 p::before {
  content: "";
  height: 1px;
  width: 50vw;
  background-color: var(--white-color);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  margin-right: 15px;
}

.cs_banner.cs_style_5 {
  height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
.cs_banner.cs_style_5 .cs_banner_lavel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_banner.cs_style_5 p {
  margin-bottom: 2px;
}
.cs_banner.cs_style_5 h2 {
  margin-bottom: 20px;
}
.cs_banner.cs_style_5:hover .cs_banner_lavel {
  background-color: var(--accent-color);
}

.cs_banner.cs_style_6 {
  min-height: 654px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_6 {
    padding: 90px 50px;
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_6 {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 30px 0px 30px;
  }
}
.cs_banner.cs_style_6 h2 {
  position: relative;
  z-index: 3;
  max-width: 580px;
}
@media (max-width: 1600px) {
  .cs_banner.cs_style_6 h2 {
    max-width: 500px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_6 h2 {
    max-width: 450px;
  }
}
.cs_banner.cs_style_6 .cs_banner_shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 .cs_banner_shape {
    display: none;
  }
}
.cs_banner.cs_style_6 .cs_banner_img {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    width: 100%;
    position: initial;
    padding-top: 40px;
  }
}
.cs_banner.cs_style_6 .cs_banner_img img {
  max-height: 100%;
}
.cs_banner.cs_style_6 .cs_banner_shape {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 48%;
}
.cs_banner.cs_style_6 .cs_banner_line_shape {
  position: absolute;
  bottom: -10px;
  right: 40px;
  height: calc(100% + 20px);
}
.cs_banner.cs_style_6 .cs_star_shape_1 {
  position: absolute;
  left: 72px;
  top: 72px;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 .cs_star_shape_1 {
    display: none;
  }
}
.cs_banner.cs_style_6 .cs_star_shape_2 {
	position: absolute;
	left: 46%;
	top: 56%;
	-webkit-animation: spin infinite linear;
	animation: spin infinite linear;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	display: inline-block;
	right: initial;
	height: max-content;
}
/*--------------------------------------------------------------
  11. Iconbox
----------------------------------------------------------------*/
.cs_iconbox.cs_style_1 {
  min-height: 140px;
  border: 1px solid var(--br-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 10px;
}
.cs_iconbox.cs_style_1 img {
  height: 50px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cs_iconbox.cs_style_1:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 991px) {
  .cs_iconbox_style_1_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .cs_iconbox_style_1_wrap .cs_grid_col:nth-child(5) {
    grid-column: span 2;
  }
}
@media (max-width: 410px) {
  .cs_iconbox_style_1_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_iconbox_style_1_wrap .cs_grid_col:nth-child(5) {
    grid-column: initial;
  }
}

.cs_iconbox.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cs_iconbox.cs_style_2 {
    gap: 10px;
  }
  .cs_iconbox.cs_style_2 p {
    font-size: 15px;
    line-height: 1.4em;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_2 {
    max-width: 100%;
    padding-right: 0;
  }
}
.cs_iconbox.cs_style_2 img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-height: 50px;
  width: 50px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cs_iconbox.cs_style_2 img {
    width: 38px;
  }
}
.cs_iconbox.cs_style_2:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*--------------------------------------------------------------
  12. Posts
----------------------------------------------------------------*/
.cs_post.cs_style_1 {
  -webkit-box-shadow: 0 0 0 1px var(--br-color);
          box-shadow: 0 0 0 1px var(--br-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  overflow: hidden;
}
.cs_post.cs_style_1 .cs_post_thumb {
  display: block;
  width: 100%;
  height: 380px;
}
@media (max-width: 1600px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 320px;
  }
}
@media (max-width: 1400px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .cs_post.cs_style_1 .cs_post_thumb {
    height: 330px;
  }
}
.cs_post.cs_style_1 .cs_post_category {
  letter-spacing: 3.2px;
  padding: 17px 35px;
  letter-spacing: 2px;
  padding: 10px 15px;
}
.cs_post.cs_style_1 .cs_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8px;
}
.cs_post.cs_style_1 .cs_post_meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cs_post.cs_style_1 .cs_post_info {
  padding: 32px 35px;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_1 .cs_post_info {
    padding: 25px 25px;
  }
}
@media (max-width: 400px) {
  .cs_post.cs_style_1 .cs_post_info {
    padding: 20px 15px;
  }
}
.cs_post.cs_style_1 .cs_post_title {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cs_post.cs_style_1 .cs_post_thumb_wrap {
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cs_post.cs_style_1:hover {
  background-color: var(--accent-light);
}
.cs_post.cs_style_1:hover .cs_post_thumb_wrap {
  padding: 0 35px;
}
@media (max-width: 575px) {
  .cs_post.cs_style_1:hover .cs_post_thumb_wrap {
    padding: 0 20px;
  }
}
.cs_post.cs_style_1.cs_type_1 .cs_post_subtitle,
.cs_post.cs_style_1.cs_type_1 .cs_post_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_title {
  -webkit-line-clamp: 2;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_subtitle {
  -webkit-line-clamp: 5;
}
@media (max-width: 1199px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_subtitle {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1199px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_meta {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .cs_post.cs_style_1.cs_type_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cs_post.cs_style_1.cs_type_1 .cs_post_top {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 12px);
    border-right: 1px solid var(--br-color);
  }
  .cs_post.cs_style_1.cs_type_1 .cs_post_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }
}

.cs_blog_list_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .cs_blog_list_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .cs_blog_list_1 li:first-child {
    grid-column: auto/span 2;
  }
}
.cs_blog_list_1 .cs_post.cs_style_1 .cs_post_thumb {
  height: 280px;
}

.cs_blog_list_2 li:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .cs_blog_list_2 li:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
  13. CTA
----------------------------------------------------------------*/
.cs_cta.cs_style_1 {
  padding: 90px 0;
}
.cs_cta.cs_style_1:hover {
  color: var(--white-color);
}

.cs_cta.cs_style_2 .cs_cta_in {
  padding: 130px 0 150px;
  max-width: 820px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_2 .cs_cta_in {
    padding: 90px 0 100px;
  }
}
.cs_cta.cs_style_2 .cs_cta_title {
  margin-bottom: 48px;
}
.cs_cta.cs_style_2 .container {
  position: relative;
}
.cs_cta.cs_style_2 .cs_star_shape_1 {
  position: absolute;
  top: 75px;
  left: 60%;
}
.cs_cta.cs_style_2 .cs_star_shape_2 {
  position: absolute;
  top: 48%;
  left: 61.5%;
}
.cs_cta.cs_style_2 .cs_star_shape_3 {
  position: absolute;
  bottom: 45px;
  left: 21%;
}

.cs_cta.cs_style_3 {
  padding: 90px 120px;
}
@media (max-width: 1199px) {
  .cs_cta.cs_style_3 {
    padding: 90px 90px;
  }
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 {
    padding: 70px 40px 80px;
  }
}
@media (max-width: 575px) {
  .cs_cta.cs_style_3 {
    padding: 70px 25px 80px;
  }
}
.cs_cta.cs_style_3 .cs_cta_text {
  max-width: 570px;
  position: relative;
  z-index: 2;
}
.cs_cta.cs_style_3 .cs_cta_subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.cs_cta.cs_style_3 .cs_cta_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .cs_cta.cs_style_3 .cs_cta_img {
    max-width: 410px;
  }
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 .cs_cta_img {
    display: none;
  }
}
.cs_cta.cs_style_3 .cs_cta_title {
  margin-bottom: 18px;
}
.cs_cta.cs_style_3 .cs_cta_subtitle {
  margin-bottom: 50px;
}
.cs_cta.cs_style_3 .cs_star_shape_1 {
  position: absolute;
  right: 32%;
  top: 105px;
}
.animated_custom_shape1 {
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 .cs_star_shape_1 {
    display: none;
  }
}
.cs_cta.cs_style_3 .cs_star_shape_2 {
  position: absolute;
  bottom: 90px;
  left: 50%;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 .cs_star_shape_2 {
    display: none;
  }
}
.cs_cta.cs_style_3.cs_accent_bg .cs_btn.cs_style_1 {
  background-color: var(--accent-strong);
}

/*--------------------------------------------------------------
  14. Card
----------------------------------------------------------------*/
.cs_card.cs_style_1 {
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 0 30px 0 0;
}
@media (max-width: 1400px) {
  .cs_card.cs_style_1 {
    gap: 10px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 30px;
    margin-top: 80px;
    border: 1px solid var(--br-color);
  }
  .cs_card.cs_style_1 .cs_card_right {
    padding: 0 15px 40px 15px;
  }
}
.cs_card.cs_style_1 .cs_card_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 418px;
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
@media (max-width: 1600px) {
  .cs_card.cs_style_1 .cs_card_img {
    width: 620px;
  }
}
@media (max-width: 1199px) {
  .cs_card.cs_style_1 .cs_card_img {
    width: 430px;
    min-height: 380px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_1 .cs_card_img {
    width: 100%;
    padding: 10px 10px 0 10px;
  }
}
.cs_card.cs_style_1 .cs_card_img::before {
  content: "";
  position: absolute;
  height: 100%;
  right: 63px;
  bottom: 0;
  width: 100%;
  background-color: var(--accent-strong);
  opacity: 0.1;
  -webkit-transform: skewX(17deg);
          transform: skewX(17deg);
  border-radius: 0 16px 16px 0;
}
@media (max-width: 991px) {
  .cs_card.cs_style_1 .cs_card_img::before {
    -webkit-transform: initial;
            transform: initial;
    right: 0;
    border-radius: 0;
  }
}
.cs_card.cs_style_1 .cs_card_title {
  margin-bottom: 15px;
}
.cs_card.cs_style_1 .cs_card_subtitle {
  margin-bottom: 30px;
  letter-spacing: 2.4px;
}
.cs_card.cs_style_1 .cs_countdown.cs_style_1 {
  height: 154px;
  max-width: 520px;
  gap: 32px;
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 {
    gap: 22px;
  }
}
@media (max-width: 380px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 {
    gap: 12px;
  }
}
.cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box {
	height: initial;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 0px;
}
.cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child):before {
  color: var(--white-color);
  right: -20px;
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child):before {
    right: -15px;
  }
}
@media (max-width: 380px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box:not(:last-child):before {
    right: -9px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box {
    min-width: 60px;
  }
}
@media (max-width: 380px) {
  .cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_countdown_box {
    min-width: 50px;
  }
}
.cs_card.cs_style_1 .cs_countdown.cs_style_1 .cs_count_title {
  color: var(--white-color);
  font-weight: 300;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  15. Category
----------------------------------------------------------------*/
.cs_category.cs_style_1 {
  background-color: rgba(99, 99, 99, 0.1);
  border-radius: 18px;
  overflow: hidden;
  padding-bottom: 94%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .cs_category.cs_style_1 {
    padding-bottom: 100%;
  }
}
.cs_category.cs_style_1 .cs_category_img {
  height: 467px;
  background-size: cover;
}
.cs_category.cs_style_1 .cs_category_info {
  padding: 50px 30px 25px 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .cs_category.cs_style_1 .cs_category_info {
    padding: 30px 20px 25px 20px;
  }
}
.cs_category.cs_style_1 .cs_category_btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_category.cs_style_1 .cs_category_title {
  margin-bottom: 26px;
}
.cs_category.cs_style_1 .cs_category_subtitle {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_category.cs_style_1:hover .cs_category_subtitle {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.cs_category.cs_style_1:hover .cs_category_btn {
  bottom: 5px;
  opacity: 1;
}
@media (max-width: 1199px) {
  .cs_category.cs_style_1 .cs_fs_54 {
    font-size: 34px;
  }
}

/*--------------------------------------------------------------
16. Product Card
----------------------------------------------------------------*/
.cs_like_btn,
.cs_product_icon_btn {
  width: 45px;
  height: 45px;
  border: 1px solid var(--accent-color);
  border-radius: 4px;
  background-color: var(--white-color);
  position: relative;
  padding: 5px;
}
.cs_like_btn:hover,
.cs_product_icon_btn:hover {
  background-color: var(--gray);
}

.cs_like_btn svg:last-child {
  display: none;
}
.cs_like_btn.active svg:first-child {
  display: none;
}
.cs_like_btn.active svg:last-child {
  display: initial;
}

.cs_quantity.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  border: 1px solid var(--br-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  max-width: 200px;
}
@media (max-width: 575px) {
  .cs_quantity.cs_style_1 {
    max-width: 150px;
  }
}
.cs_quantity.cs_style_1 .cs_quantity_input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
	padding: 0;
}
.cs_quantity.cs_style_1 .cs_quantity_button {
  width: 45px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.cs_quantity.cs_style_1 .cs_quantity_button:hover {
  color: var(--accent-color);
}

.cs_product_card.cs_style_1,
.cs_product_card.cs_style_3,
.cs_product_card.cs_style_9 {
  position: relative;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_1,
  .cs_product_card.cs_style_3,
  .cs_product_card.cs_style_9 {
    text-align: center;
  }
}
.cs_product_card.cs_style_1::before,
.cs_product_card.cs_style_3::before,
.cs_product_card.cs_style_9::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: var(--accent-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_product_card.cs_style_1:hover::before,
.cs_product_card.cs_style_3:hover::before,
.cs_product_card.cs_style_9:hover::before {
  opacity: 0.05;
}
.cs_product_card.cs_style_1:hover .cs_product_title,
.cs_product_card.cs_style_3:hover .cs_product_title,
.cs_product_card.cs_style_9:hover .cs_product_title {
  text-decoration: underline;
  color: var(--accent-color);
}
.cs_product_card.cs_style_1:hover .cs_products_btns,
.cs_product_card.cs_style_3:hover .cs_products_btns,
.cs_product_card.cs_style_9:hover .cs_products_btns {
  bottom: 0;
}
.cs_product_card.cs_style_1 .cs_product_card_in,
.cs_product_card.cs_style_3 .cs_product_card_in,
.cs_product_card.cs_style_9 .cs_product_card_in {
  position: relative;
}
.cs_product_card.cs_style_1 .cs_product_thumb,
.cs_product_card.cs_style_3 .cs_product_thumb,
.cs_product_card.cs_style_9 .cs_product_thumb {
  height: 280px;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.cs_product_card.cs_style_1 .cs_product_thumb img,
.cs_product_card.cs_style_3 .cs_product_thumb img,
.cs_product_card.cs_style_9 .cs_product_thumb img {
  max-height: 100%;
}
.cs_product_card.cs_style_1 .cs_product_info,
.cs_product_card.cs_style_3 .cs_product_info,
.cs_product_card.cs_style_9 .cs_product_info {
  padding: 20px;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_1 .cs_product_info,
  .cs_product_card.cs_style_3 .cs_product_info,
  .cs_product_card.cs_style_9 .cs_product_info {
    padding: 15px;
  }
}
.cs_product_card.cs_style_1 .cs_product_category,
.cs_product_card.cs_style_3 .cs_product_category,
.cs_product_card.cs_style_9 .cs_product_category {
  letter-spacing: 0.7px;
  margin-bottom: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_1 .cs_product_category,
  .cs_product_card.cs_style_3 .cs_product_category,
  .cs_product_card.cs_style_9 .cs_product_category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cs_product_card.cs_style_1 .cs_product_price,
.cs_product_card.cs_style_3 .cs_product_price,
.cs_product_card.cs_style_9 .cs_product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_1 .cs_product_price,
  .cs_product_card.cs_style_3 .cs_product_price,
  .cs_product_card.cs_style_9 .cs_product_price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cs_product_card.cs_style_1 .cs_product_price small,
.cs_product_card.cs_style_3 .cs_product_price small,
.cs_product_card.cs_style_9 .cs_product_price small {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary);
  text-decoration: line-through;
}
.cs_product_card.cs_style_1 .cs_product_ratings,
.cs_product_card.cs_style_3 .cs_product_ratings,
.cs_product_card.cs_style_9 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_1 .cs_product_ratings,
  .cs_product_card.cs_style_3 .cs_product_ratings,
  .cs_product_card.cs_style_9 .cs_product_ratings {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cs_product_card.cs_style_1 .cs_product_title,
.cs_product_card.cs_style_3 .cs_product_title,
.cs_product_card.cs_style_9 .cs_product_title {
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_product_card.cs_style_1 .cs_product_price,
.cs_product_card.cs_style_3 .cs_product_price,
.cs_product_card.cs_style_9 .cs_product_price {
  margin-bottom: 0px;
}
.cs_product_card.cs_style_1 .cs_label,
.cs_product_card.cs_style_3 .cs_label,
.cs_product_card.cs_style_9 .cs_label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1em;
  border-radius: 0px 12px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  right: 0;
  top: 0;
  z-index: 1;
}
.cs_product_card.cs_style_1 .cs_product_stock,
.cs_product_card.cs_style_3 .cs_product_stock,
.cs_product_card.cs_style_9 .cs_product_stock {
  margin-top: 4px;
}
.cs_product_card.cs_style_1 .cs_progress,
.cs_product_card.cs_style_3 .cs_progress,
.cs_product_card.cs_style_9 .cs_progress {
  margin-top: 12px;
}
.cs_product_card.cs_style_1 .cs_product_link,
.cs_product_card.cs_style_3 .cs_product_link,
.cs_product_card.cs_style_9 .cs_product_link {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.cs_product_card.cs_style_1 .cs_products_btns,
.cs_product_card.cs_style_3 .cs_products_btns,
.cs_product_card.cs_style_9 .cs_products_btns {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_1 .cs_btn.cs_style_1,
.cs_product_card.cs_style_3 .cs_btn.cs_style_1,
.cs_product_card.cs_style_9 .cs_btn.cs_style_1 {
  padding: 10px 15px;
  min-width: 174px;
  letter-spacing: 0.8px;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_1 .cs_btn.cs_style_1,
  .cs_product_card.cs_style_3 .cs_btn.cs_style_1,
  .cs_product_card.cs_style_9 .cs_btn.cs_style_1 {
    min-width: 165px;
  }
}
.cs_product_card.cs_style_1 .cs_btn.cs_style_1:hover,
.cs_product_card.cs_style_3 .cs_btn.cs_style_1:hover,
.cs_product_card.cs_style_9 .cs_btn.cs_style_1:hover {
  -webkit-transform: initial;
          transform: initial;
}

.cs_product_card.cs_style_2 {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
  padding: 35px;
  height: 100%;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_2 {
    padding: 30px 20px;
  }
}
.cs_product_card.cs_style_2 .cs_product_info {
  padding-top: 32px;
}
.cs_product_card.cs_style_2 .cs_product_row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}
.cs_product_card.cs_style_2 .cs_product_row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.cs_product_card.cs_style_2 .cs_product_row_2 > *:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 550px) {
  .cs_product_card.cs_style_2 .cs_product_row_2 > *:last-child {
    max-width: 130px;
  }
}
.cs_product_card.cs_style_2 .cs_products_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 550px) {
  .cs_product_card.cs_style_2 .cs_products_btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.cs_product_card.cs_style_2 .cs_products_btns .cs_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_product_card.cs_style_2 .cs_products_btns .cs_btn:hover {
  -webkit-transform: initial;
          transform: initial;
}
@media (max-width: 550px) {
  .cs_product_card.cs_style_2 .cs_products_btns > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cs_product_card.cs_style_2 .cs_products_btns > *:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .cs_product_card.cs_style_2 .cs_products_btns > *:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cs_product_card.cs_style_2 .cs_product_category {
  margin-bottom: 5px;
}
.cs_product_card.cs_style_2 .cs_product_title {
  margin-bottom: 10px;
}
.cs_product_card.cs_style_2 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}

.cs_product_card.cs_style_3 .cs_product_info_in {
  position: relative;
  overflow: hidden;
}
.cs_product_card.cs_style_3 .cs_product_price,
.cs_product_card.cs_style_3 .cs_product_ratings {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_product_card.cs_style_3 .cs_btn.cs_style_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_product_card.cs_style_3 .cs_hover_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.cs_product_card.cs_style_3:hover {
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
}
.cs_product_card.cs_style_3:hover::before {
  display: none;
}
.cs_product_card.cs_style_3:hover .cs_products_btns {
  bottom: 10px;
}
.cs_product_card.cs_style_3:hover .cs_product_price,
.cs_product_card.cs_style_3:hover .cs_product_ratings {
  opacity: 0;
}
.cs_product_card.cs_style_3:hover .cs_product_title {
  color: var(--primary);
  text-decoration: none;
}
.cs_product_card.cs_style_3:hover .cs_hover_icon {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
}

.cs_product_card.cs_style_4,
.cs_product_card.cs_style_5,
.cs_product_card.cs_style_6 {
  height: 576px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .cs_product_card.cs_style_4,
  .cs_product_card.cs_style_5,
  .cs_product_card.cs_style_6 {
    height: 520px;
  }
}
.cs_product_card.cs_style_4 .cs_product_category,
.cs_product_card.cs_style_5 .cs_product_category,
.cs_product_card.cs_style_6 .cs_product_category {
  letter-spacing: 0.7px;
}
.cs_product_card.cs_style_4 .cs_product_thumb,
.cs_product_card.cs_style_5 .cs_product_thumb,
.cs_product_card.cs_style_6 .cs_product_thumb {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cs_product_card.cs_style_4 .cs_product_thumb img,
.cs_product_card.cs_style_5 .cs_product_thumb img,
.cs_product_card.cs_style_6 .cs_product_thumb img {
  max-height: 100%;
}
.cs_product_card.cs_style_4 .cs_product_info,
.cs_product_card.cs_style_5 .cs_product_info,
.cs_product_card.cs_style_6 .cs_product_info {
  position: absolute;
  bottom: 60px;
  width: 200px;
  z-index: 2;
}
.cs_product_card.cs_style_4 .cs_product_title,
.cs_product_card.cs_style_5 .cs_product_title,
.cs_product_card.cs_style_6 .cs_product_title {
  margin-bottom: 8px;
}
.cs_product_card.cs_style_4 .cs_product_shape_1,
.cs_product_card.cs_style_5 .cs_product_shape_1,
.cs_product_card.cs_style_6 .cs_product_shape_1 {
  position: absolute;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}
.cs_product_card.cs_style_4 .cs_product_shape_2,
.cs_product_card.cs_style_5 .cs_product_shape_2,
.cs_product_card.cs_style_6 .cs_product_shape_2 {
  position: absolute;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.cs_product_card.cs_style_4 .cs_product_link,
.cs_product_card.cs_style_5 .cs_product_link,
.cs_product_card.cs_style_6 .cs_product_link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.cs_product_card.cs_style_4::before {
  content: "";
  position: absolute;
  height: 380px;
  width: 380px;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
  top: -113px;
  right: -88px;
}
.cs_product_card.cs_style_4 .cs_product_shape_1 {
  right: 244px;
  top: 170px;
}
.cs_product_card.cs_style_4 .cs_product_shape_2 {
  right: 60px;
  top: 109px;
}
.cs_product_card.cs_style_4 .cs_product_thumb {
  left: 0;
  width: 65%;
  height: 360px;
}
.cs_product_card.cs_style_4 .cs_main_title {
  padding: 55px 20px 0 65px;
  max-width: 450px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_4 .cs_main_title {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .cs_product_card.cs_style_4 .cs_main_title {
    padding: 55px 20px 0 25px;
  }
}
.cs_product_card.cs_style_4 .cs_product_info {
  right: 55px;
}
@media (max-width: 991px) {
  .cs_product_card.cs_style_4 .cs_product_info {
    right: 25px;
  }
}

.cs_product_card.cs_style_5 .cs_main_title {
  padding: 48px 55px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cs_product_card.cs_style_5 .cs_product_thumb {
  right: 0;
  width: 67%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs_product_card.cs_style_5 .cs_product_info {
  left: 55px;
}
.cs_product_card.cs_style_5 .cs_product_shape_1 {
  left: 90px;
  top: 40%;
}
.cs_product_card.cs_style_5 .cs_product_shape_2 {
  right: 57px;
  top: 50px;
}

.cs_product_card.cs_style_6 {
  padding: 57px 20px 0;
}
.cs_product_card.cs_style_6 .cs_product_thumb {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 340px;
  padding: 0 15px;
  right: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cs_product_card.cs_style_6 .cs_product_thumb {
    height: 280px;
  }
}
.cs_product_card.cs_style_6 .cs_main_title {
  margin-bottom: 20px;
}

.cs_product_card.cs_style_7 {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.cs_product_card.cs_style_7:hover {
  -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.07);
}
.cs_product_card.cs_style_7:hover .cs_product_thumb img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.cs_product_card.cs_style_7 .cs_product_thumb {
  height: 300px;
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.cs_product_card.cs_style_7 .cs_product_thumb img {
  max-height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_7 .cs_label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1em;
  border-radius: 12px 0px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  left: 0;
  top: 0;
  z-index: 1;
}
.cs_product_card.cs_style_7 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.cs_product_card.cs_style_7 .cs_product_price {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.cs_product_card.cs_style_7 .cs_product_price small {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary);
  text-decoration: line-through;
}
.cs_product_card.cs_style_7 .cs_product_title {
  margin-bottom: 10px;
}
.cs_product_card.cs_style_7 .cs_product_category {
  letter-spacing: 0.7px;
  margin-bottom: -3px;
}
.cs_product_card.cs_style_7 .cs_product_info {
  padding: 20px 0 15px;
}
.cs_product_card.cs_style_7 .cs_product_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.cs_product_card.cs_style_7 .cs_btn.cs_style_1 {
  position: relative;
  z-index: 2;
}

.cs_product_card.cs_style_8 {
  padding: 54px 35px 42px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 735px;
  position: relative;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_8 {
    padding: 50px 30px 40px 30px;
    height: 625px;
  }
}
@media (max-width: 1400px) {
  .cs_product_card.cs_style_8 {
    padding: 50px 30px 40px 30px;
    height: 540px;
  }
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_8 {
    padding: 50px 30px 40px 30px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_8 {
    padding: 30px 25px 30px 25px;
  }
}
.cs_product_card.cs_style_8 .cs_product_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.cs_product_card.cs_style_8 .cs_product_price {
  margin-bottom: 20px;
}
.cs_product_card.cs_style_8 .cs_product_title {
  margin-bottom: 10px;
}
.cs_product_card.cs_style_8 .cs_product_category {
  margin-bottom: 7px;
  letter-spacing: 0.7px;
}
.cs_product_card.cs_style_8 .cs_product_heading {
  max-width: 350px;
}
.cs_product_card.cs_style_8 .cs_product_heading span{
  color:#fff;
}
.cs_product_card.cs_style_8 .cs_product_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.cs_product_card.cs_style_8 .cs_product_btn,
.cs_product_card.cs_style_8 .cs_product_category a,
.cs_product_card.cs_style_8 .cs_product_title a {
  position: relative;
  z-index: 3;
}
@media (min-width: 1400px) {
  .cs_product_card.cs_style_8.cs_type_1 .cs_product_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .cs_product_card.cs_style_8.cs_type_1 .cs_btn.cs_style_1 {
    white-space: nowrap;
  }
  .cs_product_card.cs_style_8.cs_type_1 .cs_product_price {
    margin-bottom: 0;
  }
}

.cs_product_card.cs_style_9 {
  overflow: hidden;
}
.cs_product_card.cs_style_9 .cs_label {
  height: 47px;
  min-width: 47px;
  border-radius: 4px;
  right: 12px;
  top: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_9 .cs_product_category,
.cs_product_card.cs_style_9 .cs_product_price,
.cs_product_card.cs_style_9 .cs_product_ratings {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_product_card.cs_style_9 .cs_product_category {
  margin-bottom: -2px;
}
.cs_product_card.cs_style_9 .cs_product_title,
.cs_product_card.cs_style_9 .cs_product_ratings {
  margin-bottom: 5px;
}
.cs_product_card.cs_style_9 .cs_progress {
  margin-top: 30px;
  height: 24px;
  color: var(--white-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_product_card.cs_style_9 .cs_progress_in {
  min-width: 100px;
}
.cs_product_card.cs_style_9 .cs_like_btn {
  border: none;
  width: 29px;
  height: 27px;
  padding: 0;
  background-color: transparent;
  z-index: 3;
  position: relative;
}
.cs_product_card.cs_style_9 .cs_like_btn svg {
  height: 100%;
  width: 100%;
}
.cs_product_card.cs_style_9 .cs_like_btn:hover svg {
  color: var(--accent-color);
}
.cs_product_card.cs_style_9 .cs_product_icon_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: absolute;
  right: 24px;
  top: 27px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_9:hover .cs_progress {
  bottom: -30px;
  opacity: 0;
}
.cs_product_card.cs_style_9:hover .cs_label {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.cs_product_card.cs_style_9:hover .cs_product_icon_btns {
  -webkit-transform: initial;
          transform: initial;
}
.cs_product_card.cs_style_9:hover .cs_product_title {
  color: var(--primary);
  text-decoration: none;
}
.cs_product_card.cs_style_9 .cs_btn.cs_style_1 {
  position: relative;
  z-index: 3;
}
.cs_product_card.cs_style_9 .cs_pack_title {
  display: block;
  position: relative;
  line-height: 1.5em;
  padding: 9px 10px;
}
.cs_product_card.cs_style_9 .cs_pack_title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  opacity: 0.05;
}
.cs_product_card.cs_style_9 .cs_pack_title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cs_product_card.cs_style_9 .cs_bundle_badge {
  padding: 7px 19px;
  display: inline-block;
  letter-spacing: 1.68px;
  position: relative;
}
.cs_product_card.cs_style_9:not(.cs_type_1) .cs_product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cs_product_card.cs_style_9.cs_type_1 {
  border-radius: 0 0 10px 10px;
}
.cs_product_card.cs_style_9.cs_type_1 .cs_btn.cs_style_1 {
  margin-top: 18px;
}
.cs_product_card.cs_style_9.cs_type_1 .cs_product_title {
  margin-bottom: 13px;
}

.cs_product_card.cs_style_10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  gap: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .cs_product_card.cs_style_10 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.cs_product_card.cs_style_10 .cs_product_thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 300px;
  height: 256px;
  position: relative;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_10 .cs_product_thumb {
    width: 220px;
  }
}
@media (max-width: 1400px) {
  .cs_product_card.cs_style_10 .cs_product_thumb {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_10 .cs_product_thumb {
    width: 100%;
  }
}
.cs_product_card.cs_style_10 .cs_product_thumb img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_product_card.cs_style_10 .cs_product_thumb:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.cs_product_card.cs_style_10 .cs_product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_10 .cs_product_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_product_card.cs_style_10 .cs_product_info_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 12%;
}
@media (max-width: 1600px) {
  .cs_product_card.cs_style_10 .cs_product_info_left {
    padding-right: 20px;
  }
}
.cs_product_card.cs_style_10 .cs_products_btns {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_product_card.cs_style_10 .cs_products_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_10 .cs_products_btns {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cs_product_card.cs_style_10 .cs_products_btns > * {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cs_product_card.cs_style_10 .cs_products_icon_btns > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cs_product_card.cs_style_10 .cs_product_title {
  margin-bottom: 12px;
}
.cs_product_card.cs_style_10 .cs_product_price {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cs_product_card.cs_style_10 .cs_product_price small {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary);
  text-decoration: line-through;
}
.cs_product_card.cs_style_10 .cs_product_desc {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_10 .cs_product_desc {
    -webkit-line-clamp: 2;
  }
}
.cs_product_card.cs_style_10 .cs_products_icon_btns {
  position: relative;
  right: -20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .cs_product_card.cs_style_10 .cs_products_icon_btns {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    right: 0;
  }
  .cs_product_card.cs_style_10 .cs_products_icon_btns > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cs_product_card.cs_style_10 .cs_label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1em;
  border-radius: 12px 0px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  left: 0;
  top: 0;
  z-index: 1;
}
.cs_product_card.cs_style_10 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_product_card.cs_style_10:hover {
  background-color: var(--accent-light);
}
.cs_product_card.cs_style_10:hover .cs_products_icon_btns {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1400px) {
  .cs_grid_5_column.cs_products_view.cs_style_1 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .cs_grid_5_column.cs_products_view.cs_style_1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_grid_5_column.cs_products_view.cs_style_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_grid_5_column.cs_products_view.cs_style_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1400px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1400px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .cs_grid_style_2.cs_products_view.cs_style_1.cs_type_1.active {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_products_view.cs_style_1.active {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .cs_products_view.cs_style_1.active {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 {
  border: 1px solid var(--br-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_card_in,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_card_in,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_card_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_card_in,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_card_in,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_card_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_thumb,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_thumb,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_thumb {
  width: 260px;
  height: 240px;
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1199px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_thumb,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_thumb,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_thumb {
    width: 240px;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_thumb,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_thumb,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_thumb {
    padding-bottom: 5px;
    width: 100%;
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_price,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_price,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price {
  font-size: 36px;
}
@media (max-width: 1600px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_price,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_price,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_price,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_price,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price {
    font-size: 28px;
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_price small,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_price small,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price small {
  font-size: 20px;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_info,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_info,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575px) {
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_1 .cs_product_info,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_3 .cs_product_info,
  .cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_info {
    width: 100%;
  }
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1:hover,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3:hover,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7:hover {
  border-color: transparent;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_1:hover .cs_products_btns,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_3:hover .cs_products_btns,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7:hover .cs_products_btns {
  bottom: 14px;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_info {
  text-align: left;
}
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_ratings,
.cs_products_view.cs_style_1.active .cs_product_card.cs_style_7 .cs_product_price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 {
  overflow: hidden;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb {
  width: 200px;
  height: 230px;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_card_in {
  position: relative;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_price,
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_ratings {
  opacity: 1;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_products_btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: initial;
  left: initial;
  bottom: initial;
  top: 100%;
  right: 20px;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_thumb,
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_product_info_in {
  position: initial;
  overflow: initial;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_hover_icon {
  width: 45px;
  height: 45px;
  border: 1px solid var(--accent-color);
  border-radius: 4px;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 40px;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_hover_icon svg {
  width: 20px;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3 .cs_products_btns {
  opacity: 0;
  top: 114px;
  visibility: hidden;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3:hover .cs_hover_icon {
  -webkit-transform: initial;
          transform: initial;
}
.cs_products_view.cs_style_1.cs_type_1.active .cs_product_card.cs_style_3:hover .cs_products_btns {
  top: 94px;
  opacity: 1;
  visibility: visible;
}

.cs_products_list_view.active .cs_product_card.cs_style_10 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_product_info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_product_info_left {
  padding-right: 0;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_products_btns {
  width: 100%;
  gap: 10px;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_products_icon_btns {
  opacity: 1;
  visibility: visible;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_products_icon_btns > * {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: initial;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_btn.cs_style_1 {
  width: 100%;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_product_desc {
  -webkit-line-clamp: 2;
}
.cs_products_list_view.active .cs_product_card.cs_style_10 .cs_product_thumb {
  width: 100%;
}

.cs_grid_1_column.cs_products_list_view.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1400px) {
  .cs_grid_1_column.cs_products_list_view.active {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cs_grid_1_column.cs_products_list_view.active {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_product_card.cs_style_11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--br-color);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 40px;
  position: relative;
  gap: 24px;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_11 {
    padding: 15px;
    gap: 12px;
  }
}
@media (max-width: 400px) {
  .cs_product_card.cs_style_11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_product_card.cs_style_11 .cs_product_thumb {
  width: 120px;
  text-align: center;
}
.cs_product_card.cs_style_11 .cs_product_thumb img {
  max-height: 150px;
}
.cs_product_card.cs_style_11 .cs_product_category {
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}
.cs_product_card.cs_style_11 .cs_product_title {
  margin-bottom: 3px;
}
.cs_product_card.cs_style_11 .cs_product_price {
  margin-top: 10px;
}
.cs_product_card.cs_style_11 .cs_quantity {
  margin-top: 13px;
}
.cs_product_card.cs_style_11 .cs_product_card_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cs_product_card.cs_style_11 .cs_like_btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: none;
  height: 20px;
  width: 20px;
  padding: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_11 .cs_like_btn {
    bottom: 15px;
    right: 15px;
  }
}
.cs_product_card.cs_style_11 .cs_product_card_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: transparent;
  border: oldlace;
  outline: none;
  right: 30px;
  top: 30px;
  padding: 0;
  color: var(--secondary);
  opacity: 0.5;
}
@media (max-width: 575px) {
  .cs_product_card.cs_style_11 .cs_product_card_close {
    right: 15px;
    top: 15px;
  }
}
.cs_product_card.cs_style_11 .cs_product_card_close:hover {
  color: var(--accent-color);
  opacity: 1;
}
.cs_product_card.cs_style_11 .cs_quantity.cs_style_1 {
  height: 50px;
  width: 140px;
}
.cs_product_card.cs_style_11 .cs_quantity.cs_style_1 .cs_decrement {
  border-right: 1px solid var(--br-color);
}
.cs_product_card.cs_style_11 .cs_quantity.cs_style_1 .cs_increment {
  border-left: 1px solid var(--br-color);
}

.cs_delete_btn {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: transparent;
  font-weight: 600;
}
.cs_delete_btn i {
  font-size: 18px;
}
.cs_delete_btn:hover {
  color: var(--accent-color);
}

.cs_cart_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.cs_cart_list li {
  position: relative;
  padding-left: 70px;
}
@media (max-width: 1400px) {
  .cs_cart_list li {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .cs_cart_list li {
    padding-left: 30px;
  }
}
.cs_cart_list li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_cart_list .cs_custom_checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.cs_order_summary li {
  padding: 20px 0;
  border-bottom: 1px solid var(--br-color);
}
.cs_order_summary li > * {
  margin-bottom: 5px;
}
.cs_order_summary li > *:last-child {
  margin-bottom: 0;
}
.cs_order_summary .cs_order_summary_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Start Product Details */
.cs_product_review_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 370px) {
  .cs_product_review_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cs_product_review_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .cs_product_review_media {
    gap: 12px;
  }
}
.cs_product_review_media img {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cs_product_review_media .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.cs_product_review_media h3 {
  margin-bottom: 2px;
}

.cs_product_review_text {
  max-width: 690px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cs_product_review_text {
    margin-top: 15px;
  }
}

.cs_product_review_list li:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cs_product_review_list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.cs_voucher_card_1 {
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.cs_voucher_card_1 .cs_voucher_text {
  padding: 12px 35px;
}
@media (max-width: 1400px) {
  .cs_voucher_card_1 .cs_voucher_text {
    padding: 12px 25px;
  }
}
.cs_voucher_card_1 .cs_voucher_text p {
  margin: -8px 0 0;
}
.cs_voucher_card_1 .cs_cupon_code_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
}
@media (max-width: 1400px) {
  .cs_voucher_card_1 .cs_cupon_code_wrap {
    padding: 0 25px;
  }
}
.cs_voucher_card_1 .cs_cupon_code_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--br-color)), color-stop(60%, var(--br-color)), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(90deg, var(--br-color), var(--br-color) 60%, transparent 75%, transparent 100%);
  background-size: 12px 2px;
  border: none;
}
.cs_voucher_card_1 .cs_cupon_code_shape_1,
.cs_voucher_card_1 .cs_cupon_code_shape_2 {
  background-color: #fff;
  height: 22px;
  width: 14px;
  position: absolute;
  bottom: 34px;
}
.cs_voucher_card_1 .cs_cupon_code_shape_1::before,
.cs_voucher_card_1 .cs_cupon_code_shape_2::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-color: rgba(217, 217, 217, 0.18);
}
.cs_voucher_card_1 .cs_cupon_code_shape_1 {
  left: 0;
  border-radius: 0 40px 40px 0;
}
.cs_voucher_card_1 .cs_cupon_code_shape_2 {
  right: 0;
  border-radius: 40px 0 0 40px;
}
.cs_voucher_card_1 .cs_voucher_btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
}
.cs_voucher_card_1 .cs_voucher_btn:hover {
  opacity: 0.8;
}
.cs_voucher_card_1 .cs_tooltip {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 19px;
  right: 28px;
  cursor: help;
}

.cs_voucher_card_2 {
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px 40px;
}
.cs_voucher_card_2 ul li {
  position: relative;
}
.cs_voucher_card_2 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.cs_voucher_card_2 .cs_voucher_btn {
  position: absolute;
  border: none;
  outline: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
}
.cs_voucher_card_2 .cs_voucher_btn:hover {
  color: var(--secondary);
}

.cs_voucher_card_3 {
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06);
  padding: 16px 18px;
  position: relative;
}
.cs_voucher_card_3 .cs_voucher_btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 21px;
  top: 24px;
}
.cs_voucher_card_3 .cs_voucher_btn:hover {
  opacity: 0.8;
}
.cs_voucher_card_3 .cs_voucher_text {
  padding-right: 25px;
  max-width: 250px;
}
.cs_voucher_card_3 .cs_voucher_text h3 {
  margin-bottom: 8px;
}

.cs_details_list_2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 575px) {
  .cs_details_list_2 li {
    display: block;
  }
}
.cs_details_list_2 li:not(:last-child) {
  margin-bottom: 18px;
}
.cs_details_list_2 li b {
  width: 165px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cs_discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cs_discount .cs_accent_strong_bg {
	line-height: 1.5em;
	padding: 3px 10px 2px 10px;
	border-radius: 0px 12px 0px 12px;
}
.cs_discount small {
  line-height: 1.5em;
  position: relative;
  color: rgba(99, 99, 99, 0.5);
}
.cs_discount small::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  background-color: var(--secondary);
}

.cs_voucher_heading_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.cs_voucher_heading_1 p {
  margin: -4px 0 0;
}

.cs_share_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  font-size: 20px;
}
.cs_share_links p {
  margin-bottom: 10px;
}
.cs_share_links a {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: var(--secondary);
  color: #fff;
}

.cs_details_list_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs_details_list_1 .cs_product_ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cs_details_list_1 li:not(:last-child) {
  border-right: 1px solid var(--br-color);
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .cs_details_list_1 li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.cs_averate_rating_wrap_1 .cs_rating {
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
  margin: 6px 0 14px 34px;
}
@media (max-width: 575px) {
  .cs_averate_rating_wrap_1 .cs_rating {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    margin: 4px 0 7px 23px;
  }
}
.cs_averate_rating_wrap_1 .cs_rating_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.cs_review_card_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 120px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cs_review_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.cs_review_list li:not(:last-child) {
  margin-bottom: 10px;
}
.cs_review_list li span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10px;
  text-align: center;
}
.cs_review_list .cs_progress_in {
  background: var(--accent-color);
}
.cs_review_list .cs_progress {
  height: 8px;
  width: 310px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 450px) {
  .cs_review_list .cs_progress {
    width: 260px;
  }
}
@media (max-width: 390px) {
  .cs_review_list .cs_progress {
    width: 210px;
  }
}
@media (max-width: 340px) {
  .cs_review_list .cs_progress {
    width: 180px;
  }
}

.cs_sort_by_wrap .cs_sort_by_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cs_sort_by_wrap select {
  border: none;
  outline: none;
  color: var(--secondary);
  height: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, var(--secondary) 0), linear-gradient(135deg, var(--secondary) 50%, rgba(0, 0, 0, 0) 0);
  background-position: calc(100% - 5px) calc(1em + 2px), calc(100% - 0px) calc(1em + 2px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding: 6px 20px 6px 0px;
}

.cs_product_desc_list b {
  display: inline-block;
  font-weight: 600;
  color: var(--primary);
}
.cs_product_desc_list li:not(:last-child) {
  margin-bottom: 15px;
}

.cs_product_reviews_wrap_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 120px;
}
@media (max-width: 1199px) {
  .cs_product_reviews_wrap_1 {
    gap: 40px 60px;
  }
}
@media (max-width: 991px) {
  .cs_product_reviews_wrap_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs_product_reviews_wrap_1 .cs_product_reviews_wrap_1_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cs_product_details_info_1 {
  padding-left: 30%;
}
@media (max-width: 1400px) {
  .cs_product_details_info_1 {
    padding-left: 0;
  }
}

.cs_details.cs_style_1 .cs_product_category {
  letter-spacing: 0.7px;
  margin-bottom: 8px;
}

.cs_details.cs_style_1 {
  padding-left: 120px;
}
@media (max-width: 1600px) {
  .cs_details.cs_style_1 {
    padding-left: 80px;
  }
}
@media (max-width: 1400px) {
  .cs_details.cs_style_1 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cs_details.cs_style_1 {
    padding-left: 0px;
  }
}
.cs_details.cs_style_1 .cs_quantity_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs_details.cs_style_1 .cs_quantity_wrap > *:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 200px;
}
.cs_details.cs_style_1 .cs_discount {
  margin-top: 13px;
}
.cs_details.cs_style_1 .cs_product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
.cs_details.cs_style_1 .cs_product_price > * {
  margin-bottom: 5px;
}
.cs_details.cs_style_1 .cs_product_price small {
  line-height: 1.5em;
  position: relative;
  color: var(--ternary);
  font-weight: 400;
}
.cs_details.cs_style_1 .cs_product_price small::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  background-color: var(--secondary);
}
.cs_details.cs_style_1 .cs_product_price small + span {
  position: relative;
  border-left: 1px solid var(--br-color);
  padding-left: 15px;
}

/* End Product Details */
.cs_new_item_list .cs_product_card.cs_style_1 .cs_product_title,
.cs_product_card.cs_style_3 .cs_product_title,
.cs_product_card.cs_style_7 .cs_product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
  17. Animation
----------------------------------------------------------------*/
@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
  18. Newsletter
----------------------------------------------------------------*/
.cs_subscribe_form,
.cs_subscribe_form,
 .cs_subscribe_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .cs_subscribe_form,
  .cs_subscribe_form,
  .cs_subscribe_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.cs_newsletter_title {
  margin-bottom: 15px;
}
.cs_newsletter_subtitle {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cs_newsletter_in {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 650px;
  }
}

.cs_newsletter_in {
  position: relative;
  z-index: 2;
}
.cs_subscribe_form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs_newsletter_title {
  margin-bottom: 40px;
}
.cs_star_shape_1 {
  position: absolute;
  left: 113px;
  top: 70px;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  animation-direction: reverse;
}
@media (max-width: 575px) {
  .cs_star_shape_1 {
    display: none;
  }
}
.cs_star_shape_2 {
  position: absolute;
  right: 142px;
  bottom: 90px;
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}
.cs_star_shape_21{
  -webkit-animation: rotateAnimation 6s linear infinite;
          animation: rotateAnimation 6s linear infinite;
}
@media (max-width: 575px) {
  .cs_star_shape_2 {
    display: none;
  }
}
.cs_star_shape_3 {
  position: absolute;
  right: 55px;
  bottom: 62px;
  -webkit-animation: spin infinite linear;
          animation: spin infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media (max-width: 575px) {
  .cs_star_shape_3 {
    display: none;
  }
}

.cs_subscribe_form {
  justify-content: start;
}
.cs_newsletter_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}/*# sourceMappingURL=style.css.map */

/* Fix Elementor */

.elementor-widget-text-editor p, .elementor-widget-text-editor ul li,.elementor-widget-text-editor  ol li,.elementor-widget-text-editor  a {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
}

.dialog-lightbox-container #elementor-lightbox-slideshow-single-img {
  display: none !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	justify-content: center;
	display: flex;
}

.single-contact-box:hover{
	border-color: var(--accent-color) !important;
}
.single-contact-box b {
	font-weight: 600;
	color: var(--primary);
}
.single-contact-box  a:hover span{
	color: var(--accent-color) !important;
}

.glf-contact-form p {
	margin-bottom: 15px !important;
}
.glf-contact-form textarea {
	min-height: 265px;
	margin-bottom: 15px !important;
}
.glf-contact-form button{
  margin-top:10px !important;
}

.glf-contact-form  .cs_form_btn p{
  margin-bottom: 0 !important;
}

.mg-top-default {
	margin-top: 24px !important;
}

.cs_heading_inside_svg svg{
  color: var(--accent-color);
}
.cs_countdown p {
	font-size: inherit;
}

.cs_subscribe_form input,.cs_subscribe_form button.cs_btn{
	border-radius: 5px;
	height: 60px;
}
.cs_btn.cs_style_1.cs_fs_18{
  font-size: 18px;
}

.cs_subscribe_formv2 button.cs_btn{
  background-color: var(--accent-strong);
}
@media (min-width: 768px) {
.cs_post.cs_style_2.cs_style_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  align-items: center;
}
.cs_post.cs_style_2.cs_style_v2 .cs_post_thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 237px;
  min-height: 180px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs_post.cs_style_2.cs_style_v2 .cs_post_thumb  img {
	min-height: 180px;
  max-height: 180px;
}

.cs_post.cs_style_2.cs_style_v2 .cs_post_info{
  padding:0;
}
}

.cs_product_card.cs_style_7  .cs_products_custom_btn a.button {
  max-width: 180px;
  padding: 10px 18px !important;
}
.cs_product_card.cs_style_7 .cs_products_custom_btn {
  display: flex;
  justify-content: center;
}

.cs_post.cs_style_1.cs_type_1 .cs_post_thumb.cs_bg_filed {
	height: 330px;
}
.cs_accordian_title {
	font-weight: 500;
}

.cs_post_category a {
  color: inherit !important;
}
.cs_post_category a:hover{
  opacity: 0.9 !important;
}
.cs_post_category {
  display: flex;
  gap: 5px;
}