@charset "UTF-8";
/* Using */
:root {
  --mainColor: #e96021;
  --secondColor: #213b85;
  --fontsColor: #253D4E;
  --englishFont: "Montserrat", sans-serif;
  --arabicFont: "Tajawal", sans-serif;
}

/*
  UI Color Variables
*/
.form-check {
  padding-left: 0em;
  padding-right: 1.5em;
}

.form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

/*
  =======================
    Start Global Styles
  =======================
*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body {
  font-size: 14px;
  font-family: var(--arabicFont);
}

* {
  letter-spacing: 0 !important;
}

.py_1rem {
  padding: 1rem 3px;
}

@media (max-width: 767.98px) {
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .d_sm_none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .col_xs_12 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .flex_xs_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.overlay-bg.showing {
  opacity: 1;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}

.dropdown-menu {
  text-align: right;
}

.badge {
  vertical-align: inherit;
}

.td-fixed_width {
  table-layout: fixed;
  min-width: 220px;
}

::-moz-selection {
  color: #fff;
  background-color: var(--mainColor);
}

::selection {
  color: #fff;
  background-color: var(--mainColor);
}

.scroll-y {
  overflow-y: scroll;
  max-height: 250px;
}
.scroll-y::-webkit-scrollbar {
  width: 4px;
}
.scroll-y::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.scroll-y::-webkit-scrollbar-thumb {
  background: var(--mainColorColor);
  border-radius: 30px;
}
.scroll-y::-webkit-scrollbar-thumb:hover {
  background: var(--mainColorColor);
}

/*
  =======================
    End Global Styles
  =======================
*/
.hover-effect {
  position: relative;
  overflow: hidden;
  display: block;
}
.hover-effect::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.hover-effect:hover::after {
  -webkit-animation: collection 1s;
  animation: collection 1s;
}

@-webkit-keyframes collection {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes collection {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/*
  =======================
        Start Buttons
  =======================
*/
.btn-style {
  border: 0;
  outline: none;
  padding: 10px 12px;
  background-color: #e67541;
  color: #fff;
  border-radius: 3px;
  opacity: 0.9;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-left: 1rem;
}
@media (max-width: 1200px) {
  .btn-style {
    padding: 10px 8px;
    font-size: 12px;
  }
}
@media (max-width: 380.98px) {
  .btn-style {
    padding: 10px 3px;
  }
}
.btn-style:hover {
  opacity: 1;
  background-color: var(--mainColor);
  color: #fff;
}
@media (max-width: 575.98px) {
  .btn-style {
    margin-left: 0.4rem;
  }
}
.btn-style:disabled {
  cursor: no-drop;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.6;
}

.btn-style2 {
  background-color: transparent;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  padding: 0.8rem 3.5rem;
  margin-top: 1rem;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.btn-style2:hover {
  color: #fff;
  background-color: var(--mainColor);
}
.btn-style2:disabled {
  cursor: no-drop;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.6;
}

/*
  =======================
        End Buttons
  =======================
*/
/*
  =======================
        Start lines
  =======================
*/
.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7,
.lines-8,
.lines-9,
.lines-10,
.lines-11,
.lines-12,
.lines-13,
.lines-14,
.lines-15 {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.lines-1 {
  -webkit-line-clamp: 1;
}

.lines-2 {
  -webkit-line-clamp: 2;
}

.lines-3 {
  -webkit-line-clamp: 3;
}

.lines-4 {
  -webkit-line-clamp: 4;
}

.lines-5 {
  -webkit-line-clamp: 5;
}

.lines-6 {
  -webkit-line-clamp: 6;
}

.lines-7 {
  -webkit-line-clamp: 7;
}

.lines-8 {
  -webkit-line-clamp: 8;
}

.lines-9 {
  -webkit-line-clamp: 9;
}

.lines-10 {
  -webkit-line-clamp: 10;
}

.lines-11 {
  -webkit-line-clamp: 11;
}

.lines-12 {
  -webkit-line-clamp: 12;
}

.lines-13 {
  -webkit-line-clamp: 13;
}

.lines-14 {
  -webkit-line-clamp: 14;
}

.lines-15 {
  -webkit-line-clamp: 15;
}

/*
  =======================
        End lines
  =======================
*/
/*
  =======================
        Start swiper
  =======================
*/
.swiper-navs {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.swiper-navs .next_btn,
.swiper-navs .prev_btn {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0 1rem;
  color: var(--fontsColor);
  cursor: pointer;
  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;
}
.swiper-navs .next_btn:hover,
.swiper-navs .prev_btn:hover {
  color: var(--mainColor);
}
.swiper-navs .next_btn::after,
.swiper-navs .prev_btn::after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.swiper-navs .next_btn.next_btn::after,
.swiper-navs .prev_btn.next_btn::after {
  content: "prev";
}
.swiper-navs .next_btn.prev_btn::after,
.swiper-navs .prev_btn.prev_btn::after {
  content: "next";
}

.swiper-categories_two .swiper-navs {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*
  =======================
        End swiper
  =======================
*/
/*
  =======================
        Start Header
  =======================
*/
header .top-header {
  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;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  header .top-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .top-header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .top-header_left .txt_off {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  border-left: 1px solid #ddd;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  header .top-header_left .txt_off {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  header .top-header_left a {
    display: none !important;
  }
}
header .top-header_left a i {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  header .top-header_left a span {
    display: none;
  }
}
header .top-header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  header .top-header_right {
    display: none !important;
  }
}
header .top-header_right div {
  padding: 0 15px;
  border-left: 1px solid #ddd;
  border-right: 0;
}
header .top-header_right div:last-child {
  border: 0;
  padding-left: 0;
}
@media (max-width: 1200px) {
  header .top-header_right div a span {
    display: none;
  }
}
header .top-header p {
  color: var(--fontsColor);
  font-weight: 500;
}
header .top-header a {
  color: var(--fontsColor);
  font-weight: 500;
  text-transform: capitalize;
}
header .top-header a:hover {
  color: var(--mainColor);
}
header .middle-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1200px) {
  header .middle-header {
    padding: 1rem 0;
  }
  header .middle-header .logo {
    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;
  }
  header .middle-header .logo > a {
    width: 100px;
  }
  header .middle-header .logo .toggle-menu {
    font-size: 20px;
    margin-right: 1rem;
  }
}
header .middle-header .logo-img a {
  display: block;
}
@media (max-width: 1200px) {
  header .middle-header nav {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    background-color: #fff;
    width: 250px;
    z-index: 99999;
    padding: 2rem 0;
    overflow-y: scroll;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
header .middle-header nav.showing {
  left: 0;
}
header .middle-header nav .logo-menu {
  display: none;
}
@media (max-width: 1200px) {
  header .middle-header nav .logo-menu {
    display: block;
    width: 150px;
    margin: auto;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1200px) {
  header .middle-header nav > ul {
    display: block !important;
  }
}
header .middle-header nav > ul > li {
  padding: 0 10px;
  position: relative;
  line-height: 70px;
}
@media (max-width: 1200px) {
  header .middle-header nav > ul > li {
    line-height: 20px;
    border-bottom: 1px dashed #ddd;
    padding: 14px 10px;
  }
}
header .middle-header nav > ul > li > a {
  color: var(--fontsColor);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  header .middle-header nav > ul > li > a {
    display: block;
  }
}
header .middle-header nav > ul > li > a > span {
  font-size: 9px;
  position: absolute;
  top: -15px;
  background-color: var(--mainColor);
  color: #fff;
  line-height: initial;
  padding: 2px 5px;
  border-radius: 6px;
  text-transform: uppercase;
  left: 0;
}
@media (max-width: 1200px) {
  header .middle-header nav > ul > li > a > span {
    position: static;
  }
}
header .middle-header nav > ul > li > a:hover {
  color: var(--mainColor);
}
header .middle-header nav > ul > li > a i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1200px) {
  header .middle-header nav > ul > li > a i {
    position: absolute;
    top: 10px;
    left: 0;
  }
}
header .middle-header nav > ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  min-width: 13rem;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 14px 7px;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  header .middle-header nav > ul > li > ul {
    padding: 0px 7px;
    margin: 0;
    height: 0;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    min-width: 100%;
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    z-index: initial;
  }
  header .middle-header nav > ul > li > ul::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 93%;
    width: 2px;
    background-color: #ddd;
  }
}
header .middle-header nav > ul > li > ul > li {
  line-height: initial;
  position: relative;
}
header .middle-header nav > ul > li > ul > li > a {
  display: block;
  padding: 8px 10px;
  color: var(--fontsColor);
  font-size: 13px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
header .middle-header nav > ul > li > ul > li > a span {
  font-size: 10px;
  color: var(--mainColor);
  position: absolute;
  top: 8px;
  text-transform: uppercase;
  left: 0;
}
header .middle-header nav > ul > li > ul > li > a > i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 14px;
  left: -3px;
}
header .middle-header nav > ul > li > ul > li > a:hover {
  color: var(--mainColor);
}
header .middle-header nav > ul > li:hover > ul {
  opacity: 1;
  pointer-events: initial;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
  margin-top: 0px;
  height: auto;
}
header .middle-header nav > ul > li:hover > a {
  border-bottom: 0;
}
header .middle-header nav > ul > li:hover > a > i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .middle-header .header-actions > div + div {
  margin-right: 2rem;
}
header .middle-header .header-actions > div > a {
  color: var(--fontsColor);
  font-size: 20px;
  position: relative;
}
header .middle-header .header-actions > div > a:hover {
  color: var(--mainColor);
}
header .middle-header .header-actions > div > a .count {
  position: absolute;
  top: -10px;
  right: -15px;
  background-color: var(--secondColor);
  color: #fff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  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;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
header .middle-header .header-actions > div > a:hover .count {
  background-color: var(--mainColor);
}
header .middle-header .header-actions .icon_mobile {
  display: none;
}
@media (max-width: 767.98px) {
  header .middle-header .header-actions .icon_mobile {
    display: block;
  }
  header .middle-header .header-actions .no_mobile {
    display: none;
  }
}
header .middle-header .header-actions .box-search {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-180px);
          transform: translateX(-50%) translateY(-180px);
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  padding: 2.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 180px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
header .middle-header .header-actions .box-search.showing {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
header .middle-header .header-actions .box-search strong {
  margin: 1rem auto;
  color: #444;
}
header .middle-header .header-actions .box-search .close_search {
  position: absolute;
  top: 20px;
  cursor: pointer;
  color: #f00;
  font-size: 1.2rem;
  left: 50px;
}
header .middle-header .header-actions .box-search form input {
  width: 100%;
  padding: 0.8rem 1rem;
  outline: none;
  background-color: transparent;
  color: #444;
  border: 1px solid #666;
  border-left: 0;
}
header .middle-header .header-actions .box-search form button {
  outline: none;
  width: 70px;
  padding: 1rem;
  border: 1px solid var(--mainColor);
  border-left: 0;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 0 5px 5px 0;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px 0 0 5px;
}
header .middle-header .header-actions .box-search form button:hover {
  opacity: 1;
  background-color: var(--mainColor);
}
@media (max-width: 767.98px) {
  header .middle-header .header-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    padding: 15px 3px 5px 3px;
    -webkit-box-shadow: 0 -2px 10px #ddd;
            box-shadow: 0 -2px 10px #ddd;
    border-radius: 30px 30px 0 0;
    background-color: var(--mainColor);
  }
  header .middle-header .header-actions > div + div {
    margin: 0;
  }
  header .middle-header .header-actions > div a {
    color: #fff;
  }
  header .middle-header .header-actions > div a:hover {
    color: var(--fontsColor);
  }
  header .middle-header .header-actions > div a:hover .count {
    background-color: var(--fontsColor);
  }
  header .middle-header .header-actions .icon_call a {
    font-size: 37px;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: var(--mainColor);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    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;
  }
}
@media (max-width: 767.98px) and (max-width: 380.98px) {
  header .middle-header .header-actions .icon_call a {
    font-size: 22px;
    top: -16px;
    width: 50px;
    height: 50px;
  }
}

.toggle-menu {
  display: none;
}
@media (max-width: 1200px) {
  .toggle-menu {
    display: block;
  }
}

.header-style2 .middle-header {
  background-color: var(--secondColor);
}
.header-style2 .middle-header .toggle-menu {
  color: #fff;
}
@media (max-width: 1200px) {
  .header-style2 .middle-header nav {
    background-color: var(--secondColor);
  }
}
.header-style2 .middle-header nav > ul > li > a {
  color: #fff;
}
@media (max-width: 1200px) {
  .header-style2 .middle-header nav > ul > li a {
    color: #fff;
  }
}
.header-style2 .middle-header .header-actions > div > a {
  color: #fff;
}
.header-style2 .middle-header .header-actions > div > a .count {
  background-color: var(--mainColor);
}

/*
  =======================
        End Header
  =======================
*/
/*
  Cart Sidebar
*/
.cart-sidebar {
  position: fixed;
  top: 0;
  left: -320px;
  background-color: #fff;
  width: 320px;
  height: 100%;
  z-index: 99999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 280.98px) {
  .cart-sidebar {
    width: 270px;
  }
}
.cart-sidebar.showing {
  left: 0;
}
.cart-sidebar_title {
  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;
  background-color: var(--secondColor);
  padding: 1rem;
}
.cart-sidebar_title .h5 {
  color: #fff;
  margin-bottom: 0;
}
.cart-sidebar_title .h5 sup {
  background-color: var(--mainColor);
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
}
.cart-sidebar_title i.fa-times {
  color: #fff;
  cursor: pointer;
}
.cart-sidebar_items {
  padding: 10px;
  height: 650px;
  overflow-y: scroll;
}
@media (max-width: 1200px) {
  .cart-sidebar_items {
    height: 500px;
  }
}
@media (max-height: 851.98px) and (min-height: 600px) {
  .cart-sidebar_items {
    height: 300px;
  }
}
.cart-sidebar_items::-webkit-scrollbar {
  width: 4px;
}
.cart-sidebar_items::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.cart-sidebar_items::-webkit-scrollbar-thumb {
  background: var(--mainColor);
  border-radius: 30px;
}
.cart-sidebar_items::-webkit-scrollbar-thumb:hover {
  background: var(--mainColor);
}
.cart-sidebar_items__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
}
.cart-sidebar_items__item_img {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  height: 80px;
  overflow: hidden;
  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;
}
.cart-sidebar_items__item_img img {
  max-height: 100%;
}
.cart-sidebar_items__item_info {
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.cart-sidebar_items__item_info .product-title {
  display: block;
  color: var(--fontsColor);
  font-weight: 600;
}
.cart-sidebar_items__item_info .product-title:hover {
  color: var(--mainColor);
}
.cart-sidebar_items__item_info .product-price {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: var(--mainColor);
  font-weight: 600;
}
.cart-sidebar_items__item_info .product-price del {
  color: #bbb;
}
.cart-sidebar_items__item .del_item {
  position: absolute;
  top: 10px;
  color: tomato;
  cursor: pointer;
  left: 10px;
}
.cart-sidebar_total {
  margin: 5px;
  margin-top: 1rem;
}
.cart-sidebar_total li {
  background-color: #f0f4ff;
  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;
  padding: 8px;
  font-weight: 500;
}
.cart-sidebar_total li.total {
  background-color: var(--mainColor);
  color: #fff;
}
.cart-sidebar_total li.total span {
  font-weight: 600;
  font-size: 16px;
}
.cart-sidebar_total li.cart_btns {
  background-color: transparent;
}
.cart-sidebar_total li.cart_btns a {
  background-color: var(--mainColor);
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
}
.cart-sidebar_total li.cart_btns a:nth-child(2) {
  background-color: var(--secondColor);
}
.cart-sidebar_total li.cart_btns a:nth-child(2):hover {
  background-color: var(--mainColor);
}
.cart-sidebar_total li.cart_btns a:hover {
  background-color: var(--secondColor);
}

.product_qty {
  margin-top: 7px;
  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;
}
.product_qty > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_qty > div input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 25px;
  width: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  outline: none;
  text-align: center;
  font-weight: 600;
}
.product_qty > div input[type=number]::-webkit-outer-spin-button, .product_qty > div input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product_qty > div span {
  border: 1px solid #ddd;
  width: 21px;
  height: 25px;
  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;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.product_qty > div span:nth-child(1) {
  border-left: 0;
}
.product_qty > div span:nth-child(3) {
  border-right: 0;
}
.product_qty .num_item {
  font-weight: 600;
  margin-left: 1rem;
}

.table_cart {
  border: 1px solid #eee;
  border-bottom: 0;
  border-top: 0;
}
.table_cart table {
  margin-bottom: 0;
}
.table_cart table .table-dark tr {
  border: 0;
}
.table_cart table .table-dark tr th {
  padding: 10px;
  background-color: var(--mainColor);
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .table_cart table .table-dark tr th {
    padding: 8px 4px;
    font-size: 10px;
    font-weight: 600;
  }
}
.table_cart table tbody:not(:first-child) {
  border-top: 0;
}
.table_cart table tbody td {
  font-weight: 500;
}
.table_cart table tbody td a {
  display: block;
  color: #333;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .table_cart table tbody td a {
    font-size: 12px;
  }
}
.table_cart table tbody td a:hover {
  color: var(--mainColor);
}
@media (max-width: 575.98px) {
  .table_cart table tbody td a i {
    font-size: 12px;
  }
}
.table_cart table tbody td img {
  max-height: 122px;
}
@media (max-width: 575.98px) {
  .table_cart table tbody td img {
    max-height: 50px;
  }
}
.table_cart table tbody td .product_qty input[type=number] {
  height: 40px;
  width: 40px;
}
.table_cart table tbody td .product_qty span {
  width: 30px;
  height: 40px;
}
@media (max-width: 575.98px) {
  .table_cart table .btn-style {
    width: 80px;
    font-size: 10px;
    padding: 4px 0px;
  }
}

.cart-total {
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .cart-total {
    margin-top: 1.5rem;
  }
}
.cart-total h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--fontsColor);
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .cart-total h2 {
    font-size: 18px;
  }
}
.cart-total ul li {
  border: 1px solid #ddd;
  padding: 1rem;
  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;
  font-weight: 500;
}
.cart-total ul li:first-child {
  border-bottom: 0;
}
.cart-total .btn-style {
  display: block;
  text-align: center;
  margin: 0;
  margin-top: 1rem;
}

.apply_coupon input {
  width: 65%;
  padding: 10px 5px;
  font-size: 12px;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  font-weight: 500;
}
.apply_coupon .btn-style2 {
  width: 35%;
  padding: 10px 7px;
  margin: 0;
  border-radius: 0 0.25rem 0.25rem 0;
  font-size: 12px;
  font-weight: 500;
}

/*
  end Cart Sidebar
*/
/* Breadcrumb */
.breadcrumb-pages {
  padding: 2rem 0 2rem 0;
  background-color: #f8f9fa;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.breadcrumb-pages .d-flex {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.breadcrumb-pages::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 32, 96, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .breadcrumb-pages {
    padding: 2rem 0 1rem;
  }
}
.breadcrumb-pages strong {
  color: var(--fontsColor);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.breadcrumb-pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-pages ul li {
  color: #333;
  margin: auto 0.2rem;
  font-weight: 600;
}
.breadcrumb-pages ul li a {
  color: #444;
}
.breadcrumb-pages ul li a:hover {
  color: var(--mainColor);
}

/* end Breadcrumb */
/* paginations */
.paginations li {
  margin: auto 5px;
  font-family: "Roboto", sans-serif;
}
.paginations li a {
  background-color: #fff;
  border: 1px solid #e3e5ee;
  color: #919090;
  padding: 8px 15px;
  display: block;
  border-radius: 4px;
}
.paginations li a.active, .paginations li a:hover, .paginations li a:focus {
  background-color: var(--mainColor);
  color: #fff;
}
@media (max-width: 575.98px) {
  .paginations li a {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.paginations li.disabled a {
  cursor: no-drop;
  pointer-events: none;
}

/* end paginations */
/* Title */
.title {
  position: relative;
  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: 1rem;
}
.title h4 {
  margin: 0;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .title h4 {
    font-size: 18px;
  }
}

/* end Title */
/* Title 2 */
.title2 {
  text-align: center;
}
.title2 h4 {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
}
.title2 h4::before, .title2 h4::after {
  width: 10%;
  height: 2px;
  content: "";
  background: #444444;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -30px;
}
.title2 h4::after {
  right: -30px;
  left: unset;
}
.title2 p {
  font-weight: 500;
}

/* end Title 2 */
/* preloader */
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  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;
  background-color: #fff;
}
.preloader img {
  width: 300px;
}

/* end preloader */
/*
  START => Slider Section
*/
.section-slider .swiper-pagination-progressbar {
  background-color: transparent;
  height: 1px;
}
.section-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e96021;
}
.section-slider .swiper-slide_caption {
  position: absolute;
  top: 60%;
  left: 60%;
  -webkit-transform: translate(-60%, -60%);
          transform: translate(-60%, -60%);
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-slider .swiper-slide_caption {
    width: 60%;
  }
}
.section-slider .swiper-slide_caption h2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000000;
  color: #fff;
  letter-spacing: 3px;
}
@media (max-width: 991.98px) {
  .section-slider .swiper-slide_caption h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-slider .swiper-slide_caption h2 {
    font-size: 1rem;
  }
}
.section-slider .swiper-slide_caption p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .section-slider .swiper-slide_caption p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .section-slider .swiper-slide_caption p {
    font-size: 0.8rem;
  }
}
.section-slider .swiper-slide_caption .btn-style {
  display: inline-block;
  margin: 0;
  margin-top: 1rem;
  padding: 10px 30px;
  background-color: #000000;
  color: #ffc829;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
}
@media (max-width: 991.98px) {
  .section-slider .swiper-slide_caption .btn-style {
    padding: 8px 10px;
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 575.98px) {
  .section-slider .swiper-slide_caption .btn-style {
    padding: 6px 8px;
    font-size: 10px;
  }
}
.section-slider .swiper-slide_caption .btn-style:hover {
  background-color: var(--mainColor);
  color: #000000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.section-slider .swiper-slide_caption.txt-1 {
  top: 70%;
  left: auto;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .section-slider .swiper-slide_caption.txt-1 {
    width: 80%;
    top: 60%;
    right: 24px;
  }
}
.section-slider .swiper-slide_caption.txt-1 h2 {
  margin-top: 0.5rem;
  color: #fff;
  text-shadow: 2px 1px 6px #000000;
  font-size: 2.2rem;
}
@media (max-width: 991.98px) {
  .section-slider .swiper-slide_caption.txt-1 h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section-slider .swiper-slide_caption.txt-1 h2 {
    font-size: 0.8rem;
  }
}
.section-slider .swiper-slide_caption.txt-1 p {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .section-slider .swiper-slide_caption.txt-1 p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .section-slider .swiper-slide_caption.txt-1 p {
    font-size: 0.8rem;
  }
}
.section-slider .swiper-slide_caption.txt-1 .btn-style {
  display: inline-block;
  margin: 0;
  margin-top: 1rem;
  padding: 10px 20px;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
@media (max-width: 991.98px) {
  .section-slider .swiper-slide_caption.txt-1 .btn-style {
    padding: 8px 10px;
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (max-width: 575.98px) {
  .section-slider .swiper-slide_caption.txt-1 .btn-style {
    padding: 6px 8px;
    font-size: 10px;
  }
}
.section-slider .swiper-slide_caption.txt-1 .btn-style:hover {
  background-color: var(--mainColor);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  .section-slider .right-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-slider .right-banner a {
  padding-right: 5px;
  display: block;
  position: relative;
}
.section-slider .right-banner a:nth-child(1) {
  padding-bottom: 8px;
}
@media (max-width: 767.98px) {
  .section-slider .right-banner a {
    padding-left: 0;
  }
  .section-slider .right-banner a:nth-child(2) {
    padding-right: 5px;
  }
}
.section-slider .right-banner a .caption {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.section-slider .right-banner a .caption h5 {
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .section-slider .right-banner a .caption h5 {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .section-slider .right-banner a .caption h5 {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .section-slider .right-banner a .caption p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .section-slider .right-banner a .caption p {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .section-slider .right-banner a .caption .btn-style {
    font-size: 14px;
    padding: 6px 8px;
  }
}
@media (max-width: 575.98px) {
  .section-slider .right-banner a .caption .btn-style {
    padding: 4px 6px;
    font-size: 10px;
  }
}

/* //END =>  Slider Section */
/* 
  START =>  Slider Style 2
*/
.home-style2 .swiper-home-two {
  height: 500px;
}
@media (max-width: 767.98px) {
  .home-style2 .swiper-home-two {
    height: 213px;
  }
}
.home-style2 .swiper-home-two .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-style2 .swiper-home-two .swiper-slide img {
  width: 100%;
}
.home-style2 .swiper-home-two .next_btn,
.home-style2 .swiper-home-two .prev_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: #fff;
  color: var(--fontsColor);
  height: 40px;
  width: 50px;
}
.home-style2 .swiper-home-two .next_btn:hover,
.home-style2 .swiper-home-two .prev_btn:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.home-style2 .swiper-home-two .next_btn::after,
.home-style2 .swiper-home-two .prev_btn::after {
  font-size: 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.home-style2 .swiper-home-two .next_btn {
  left: 0;
}
.home-style2 .swiper-home-two .prev_btn {
  right: 0;
}
.home-style2 .right-banner a {
  padding-left: 0;
}

/* //END =>  Slider Style 2 */
/*
  START => Category Section
*/
.category-item {
  display: block;
  text-align: center;
  color: var(--fontsColor);
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #ddd;
          box-shadow: 0 0 2px #ddd;
  padding: 16px 3px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.category-item:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.category-item .category-img {
  height: 140px;
  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;
}
@media (max-width: 767.98px) {
  .category-item .category-img {
    height: 90px;
  }
}
.category-item .category-img img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-item strong {
  display: block;
  margin-top: 1rem;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .category-item strong {
    font-size: 12px;
  }
}
.category-item:hover {
  color: var(--mainColor);
}

/* //END => Category Section */
/*
  START => Promotion Section
*/
.promotion-item {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .promotion-item {
    margin-bottom: 1rem;
  }
}
.promotion-item a {
  display: block;
  position: relative;
}
.promotion-item a .info {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.promotion-item a .info strong {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--mainColor);
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .promotion-item a .info strong {
    font-size: 0.8rem;
    margin-bottom: 3px;
  }
}
@media (max-width: 575.98px) {
  .promotion-item a .info strong {
    font-size: 18px;
  }
}
.promotion-item a .info h4 {
  font-weight: bold;
  color: var(--secondColor);
}
@media (max-width: 991.98px) {
  .promotion-item a .info h4 {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
@media (max-width: 575.98px) {
  .promotion-item a .info h4 {
    font-size: 18px;
  }
}
.promotion-item a .info .btn-shop {
  display: inline-block;
  color: var(--mainColor);
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.promotion-item a .info .btn-shop::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(233, 96, 33, 0.3);
  width: 100%;
  height: 8px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .promotion-item a .info .btn-shop {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .promotion-item a .info .btn-shop {
    font-size: 16px;
  }
}

/* //END => Promotion Section */
/*
  START => Product Item
*/
.product-item {
  position: relative;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.product-item_imgs {
  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;
  overflow: hidden;
  position: relative;
}
.product-item_imgs img {
  max-height: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.product-item_imgs img.back {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-item:hover .product-item_imgs img.front {
  opacity: 0;
}
.product-item:hover .product-item_imgs img.back {
  opacity: 1;
}
.product-item_actions {
  position: absolute;
  bottom: 100px;
  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;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .product-item_actions {
    position: static;
    opacity: 1;
  }
}
.product-item_actions a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin: auto 2px;
  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;
  color: #444;
  border: 1px solid #ddd;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .product-item_actions a {
    width: 40px;
    height: 25px;
    font-size: 13px;
  }
}
.product-item_actions a:hover {
  background-color: var(--mainColor);
  color: #fff;
  border-color: var(--mainColor);
}
.product-item:hover .product-item_actions {
  bottom: 120px;
  opacity: 1;
}
.product-item_info {
  padding: 1rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .product-item_info {
    padding: 0.5rem 0.2rem;
  }
}
.product-item_info .product-title {
  color: var(--fontsColor);
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .product-item_info .product-title {
    font-size: 11px;
  }
}
.product-item_info .product-title:hover {
  color: var(--mainColor);
}
.product-item_info .price {
  font-size: 20px;
  color: var(--mainColor);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .product-item_info .price {
    font-size: 16px;
  }
}
.product-item_info .price del {
  color: #bbb;
}

.rating {
  margin-bottom: 5px;
}
.rating i {
  color: #ffa534;
}
@media (max-width: 767.98px) {
  .rating i {
    font-size: 9px;
  }
}
.rating i.far {
  color: #bbb;
}

.list-view .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-view .product-item .product-item_imgs {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  height: 200px;
}
@media (max-width: 991.98px) {
  .list-view .product-item .product-item_imgs {
    max-width: 18%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    height: 161px;
  }
}
.list-view .product-item .product-item_info {
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  text-align: right;
}
.list-view .product-item .product-item_info .product-title {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .list-view .product-item .product-item_info .product-title {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .list-view .product-item .product-item_info {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
.list-view .product-item .product-item_actions {
  max-width: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  position: static;
  opacity: 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 991.98px) {
  .list-view .product-item .product-item_actions {
    max-width: 22%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
}
.list-view .product-item .product-item_actions a {
  width: 50px;
  margin-bottom: 10px;
}

/* //END => Product Item */
/*
  START => Offers Section
*/
.offers span {
  font-weight: 600;
  font-size: 10px;
  position: absolute;
  color: #fff;
  padding: 2px 8px;
}
@media (max-width: 767.98px) {
  .offers span {
    padding: 1px 5px;
    font-size: 9px;
  }
}
.offers_1 {
  top: 10px;
  left: 10px;
  background-color: var(--mainColor);
  padding: 2px 8px;
}
.offers_2 {
  top: 10px;
  right: 10px;
  background-color: var(--secondColor);
}
.offers_3 {
  bottom: 10px;
  left: 10px;
  background-color: #cf0209;
  padding: 0 !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px !important;
  -webkit-box-shadow: 0 0 10px #cf0209;
          box-shadow: 0 0 10px #cf0209;
}
@media (max-width: 767.98px) {
  .offers_3 {
    width: 30px;
    height: 30px;
    font-size: 9px !important;
  }
}
.offers_3 b {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .offers_3 b {
    font-size: 10px;
  }
}

/* //END => Offers Section */
/*
  START => Hotdeal Item
*/
.hotdeal-item {
  background-size: 100% 100%;
  background-position: center center;
  height: 500px;
  position: relative;
}
.hotdeal-item .img-product {
  width: 370px;
  position: absolute;
  top: 100px;
  left: 160px;
}

/* //END => Hotdeal Item */
/*
  START => Brand Item
*/
.brand-item {
  height: 80px;
  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: 6px;
}
.brand-item img {
  max-height: 100%;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.brand-item:hover img {
  opacity: 1;
}

/* //END => Brand Item */
/*
  START => Footer
*/
footer {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  padding: 60px 0 0 0;
}
@media (max-width: 767.98px) {
  footer {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 767.98px) {
  footer .wedget-footer {
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
  }
}
footer .wedget-footer .logo-footer {
  max-width: 220px;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  footer .wedget-footer .logo-footer {
    max-width: 120px;
  }
}
@media (max-width: 991.98px) {
  footer .wedget-footer .logo-footer {
    max-width: 120px;
  }
}
footer .wedget-footer .social-media {
  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;
}
footer .wedget-footer .social-media li a {
  display: inline-block;
  margin: auto 0.3rem;
}
@media (max-width: 991.98px) {
  footer .wedget-footer .social-media li a {
    margin: auto 0.2rem;
  }
}
footer .wedget-footer .social-media li a i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
}
@media (max-width: 991.98px) {
  footer .wedget-footer .social-media li a i {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
footer .wedget-footer .social-media li a i.fa-facebook-f {
  background-color: #3b5998;
}
footer .wedget-footer .social-media li a i.fa-twitter {
  background-color: #55acee;
}
footer .wedget-footer .social-media li a i.fa-instagram {
  background-color: #e95950;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
footer .wedget-footer .social-media li a i.fa-linkedin-in {
  background-color: #007bb5;
}
footer .wedget-footer .social-media li a i.fa-youtube {
  background-color: #e95950;
}
footer .wedget-footer .social-media li a i.fa-tiktok {
  background-color: #010101;
}
footer .wedget-footer .social-media li a i.fa-snapchat {
  background-color: #ffcd36;
}
footer .wedget-footer > p {
  font-size: 14px;
  font-weight: 500;
  color: var(--fontsColor);
}
@media (max-width: 991.98px) {
  footer .wedget-footer > p {
    font-size: 12px;
  }
}
footer .wedget-footer .title-footer {
  padding-bottom: 12px;
  font-weight: 600;
  color: var(--fontsColor);
  position: relative;
}
@media (max-width: 991.98px) {
  footer .wedget-footer .title-footer {
    font-size: 12px;
  }
}
footer .wedget-footer .title-footer::after {
  content: "";
  width: 70px;
  height: 8px;
  background-color: rgba(233, 96, 33, 0.1803921569);
  position: absolute;
  bottom: 10px;
  z-index: -1;
  right: 2px;
}
footer .wedget-footer .links-footer li {
  margin-bottom: 8px;
}
footer .wedget-footer .links-footer li a {
  color: var(--fontsColor);
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 991.98px) {
  footer .wedget-footer .links-footer li a {
    font-size: 12px;
  }
}
footer .wedget-footer .links-footer li a::after {
  content: "";
  width: 0%;
  height: 6px;
  background-color: rgba(233, 96, 33, 0.1803921569);
  position: absolute;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  right: 1px;
}
footer .wedget-footer .links-footer li a:hover::after {
  width: 70%;
}
footer .wedget-footer .contacts-footer p {
  color: var(--fontsColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  footer .wedget-footer .contacts-footer p {
    font-size: 12px;
  }
}
footer .wedget-footer .contacts-footer p i {
  font-size: 1rem;
  width: 40px;
  text-align: center;
}
@media (max-width: 991.98px) {
  footer .wedget-footer .contacts-footer p i {
    font-size: 12px;
    width: 30px;
  }
}
footer .copyright {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}

/* //END => Footer */
/*
  START => Sidebar Filter
*/
.sidebar-filter {
  border: 1px solid #ddd;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .sidebar-filter {
    position: fixed;
    top: 0;
    left: -290px;
    z-index: 99999;
    background-color: #fff;
    height: 100%;
    width: 290px;
    overflow-y: scroll;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .sidebar-filter.showing {
    left: 0;
  }
}
.sidebar-filter.filter_fixed {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  background-color: #fff;
  height: 100%;
  width: 280px;
  overflow-y: scroll;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-filter.filter_fixed.showing {
  left: 0;
}
.sidebar-filter .blocks .block-filtering > span {
  font-size: 12px;
  background-color: #dae4ff;
  font-weight: 500;
  padding: 3px 5px;
  border-radius: 10px;
  color: #e96021;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
}
.sidebar-filter .blocks .block-filtering > span:hover {
  background-color: #f44336;
  color: #ffffff;
}
.sidebar-filter .blocks .block-filtering > span:hover i {
  color: #000;
}
.sidebar-filter .blocks .block-title {
  margin: 14px 0;
}
.sidebar-filter .blocks .block-title h6 {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--fontsColor);
}
.sidebar-filter .blocks .form-check {
  padding-right: 2.5em;
}
.sidebar-filter .blocks .form-check .form-check-input {
  margin-left: -2em;
  width: 1.3em;
  height: 1.3em;
  margin-top: 0em;
}
.sidebar-filter .blocks .form-check label {
  color: var(--fontsColor);
  font-weight: 600;
}
.sidebar-filter .blocks .block-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.range-slider > div {
  margin-bottom: 10px;
}
.range-slider > div input[type=number] {
  font-size: 14px;
  background-color: transparent;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 2px;
  outline: 0;
  padding: 4px 4px;
  font-weight: 500;
  text-align: center;
}
.range-slider > div input[type=number]::-webkit-outer-spin-button, .range-slider > div input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.range-slider > div input[type=number]:invalid, .range-slider > div input[type=number]:out-of-range {
  border: 2px solid #f00;
  color: #f00;
}
.range-slider svg,
.range-slider input[type=range] {
  position: absolute;
  top: -20px;
  left: 0;
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
.range-slider input[type=range]:focus {
  outline: none;
  background: var(--mainColor);
}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--mainColor);
}
.range-slider input[type=range]:focus::-ms-fill-lower {
  background: var(--mainColor);
}
.range-slider input[type=range]:focus::-ms-fill-upper {
  background: var(--mainColor);
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: var(--mainColor);
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px #fff;
  border: 3px solid var(--mainColor);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: var(--mainColor);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px var(--mainColor);
  border: 1px solid var(--mainColor);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--mainColor);
  cursor: pointer;
}
.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider input[type=range]::-ms-fill-lower, .range-slider input[type=range]::-ms-fill-upper {
  background: var(--mainColor);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider input[type=range]:-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--mainColor);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--mainColor);
  cursor: pointer;
}

.filter-sorts {
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .filter-sorts {
    padding: 1rem 0rem;
  }
}
.filter-sorts .items_founded {
  font-weight: 600;
  color: var(--fontsColor);
}
.filter-sorts .items_founded span {
  color: var(--mainColor);
}
@media (max-width: 991.98px) {
  .filter-sorts .items_founded {
    margin-bottom: 1rem;
  }
}
.filter-sorts .dropdown:not(:last-child) {
  margin-left: 1rem;
}
@media (max-width: 575.98px) {
  .filter-sorts .dropdown:not(:last-child) {
    margin-left: 0.2rem;
  }
}
.filter-sorts .dropdown .dropdown-toggle {
  color: var(--fontsColor);
  font-weight: 600;
  border: 1px solid var(--fontsColor);
  padding: 6px 8px;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .filter-sorts .dropdown .dropdown-toggle {
    font-weight: 700;
    font-size: 10px;
  }
}
.filter-sorts .toggle_filter {
  display: none;
  font-weight: 700;
  cursor: pointer;
  color: var(--fontsColor);
  font-weight: 600;
  border: 1px solid var(--fontsColor);
  padding: 5px 8px;
  border-radius: 4px;
}
.filter-sorts .toggle_filter:hover {
  color: var(--mainColor);
}
.filter-sorts .toggle_filter i {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .filter-sorts .toggle_filter i {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .filter-sorts .toggle_filter {
    display: block;
    margin-right: auto;
  }
}
.filter-sorts .toggle_filter.d-block {
  margin-left: 1rem;
}

/* //END => Sidebar Filter */
/*
  UI Styles: Checkbox Core
*/
.box-check {
  /*
    UI Styles: Checkbox Colors
  */
}
.box-check input[type=radio],
.box-check input[type=radio]:active,
.box-check input[type=radio]:focus,
.box-check input[type=radio]:checked {
  display: none;
}
.box-check input[type=radio]:disabled,
.box-check input[type=radio]:disabled + label span {
  cursor: not-allowed;
}
.box-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontsColor);
  cursor: pointer;
}
.box-check label strong {
  font-weight: 600;
  margin-right: 0.5rem;
}
.box-check input[type=radio] + label span {
  width: 30px;
  height: 30px;
  background: #454545;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 5px;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: 0.075s;
  transition: 0.075s;
  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;
  color: #fff;
  border-radius: 50%;
}
.box-check input[type=radio]:checked + label span::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation-name: animatedCheck;
          animation-name: animatedCheck;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.box-check input[type=radio]:checked + label strong {
  color: var(--mainColor);
}
@-webkit-keyframes animatedCheck {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
  }
}
@keyframes animatedCheck {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
  }
}
.box-check input[type=radio].black + label span {
  background: #454545;
}
.box-check input[type=radio].black + label span:active {
  top: 2px;
}
.box-check input[type=radio].blue + label span {
  background: #2aa9e0;
}
.box-check input[type=radio].blue + label span:active {
  top: 2px;
}
.box-check input[type=radio].orange + label span {
  background: #eb8046;
}
.box-check input[type=radio].orange + label span:active {
  top: 2px;
}
.box-check input[type=radio].pink + label span {
  background: #db4286;
}
.box-check input[type=radio].pink + label span:active {
  top: 2px;
}
.box-check input[type=radio].red + label span {
  background: #d94134;
}
.box-check input[type=radio].red + label span:active {
  top: 2px;
}
.box-check input[type=radio].yellow + label span {
  background: #f2d54c;
}
.box-check input[type=radio].yellow + label span:active {
  top: 2px;
}

/*
  // UI Styles: Checkbox Core
*/
/*
  START => Product Details Style
*/
/* Categories Sidebar */
.categories-sidebar {
  border: 1px solid #ddd;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .categories-sidebar {
    margin-top: 2rem;
  }
}
.categories-sidebar .sidebar-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
}
.categories-sidebar .sidebar-title h6 {
  font-weight: 600;
  color: var(--secondColor);
}
.categories-sidebar .item {
  padding: 4px 8px;
  display: block;
  color: var(--fontsColor);
  font-weight: 500;
}
@media (max-width: 1200px) {
  .categories-sidebar .item {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 0px;
  }
}
@media (max-width: 991.98px) {
  .categories-sidebar .item {
    font-size: 14px;
    font-weight: 600;
  }
}
.categories-sidebar .item:hover {
  color: var(--mainColor);
}

/* Slides */
.slides-images .swiperImages {
  margin-bottom: 10px;
}
.slides-images .swiperImages .swiper-slide a {
  height: 400px;
  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;
}
@media (max-width: 991.98px) {
  .slides-images .swiperImages .swiper-slide a {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .slides-images .swiperImages .swiper-slide a {
    height: auto;
  }
}
.slides-images .swiperImages .swiper-slide a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.slides-images .swiperThumps {
  position: relative;
}
.slides-images .swiperThumps .swiper-slide {
  border: 1px solid #ddd;
  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: 10px;
  overflow: hidden;
  cursor: pointer;
}
.slides-images .swiperThumps .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--mainColor);
}
.slides-images .swiperThumps .swiper-button-prev, .slides-images .swiperThumps .swiper-button-next {
  position: absolute;
  bottom: auto;
  top: 50%;
  height: 40px;
  width: 40px;
  color: #e9e9e9;
  background: var(--mainColor);
  border-radius: 50%;
  display: none;
}
.slides-images .swiperThumps .swiper-button-prev::after, .slides-images .swiperThumps .swiper-button-next::after {
  font-size: 12px;
}
.slides-images .swiperThumps .swiper-button-next {
  right: auto;
  left: 0;
}
.slides-images .swiperThumps .swiper-button-prev {
  right: 0;
  left: auto;
}
.slides-images .swiperThumps:hover .swiper-button-prev, .slides-images .swiperThumps:hover .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Thumbnail Left */
.thumbnail-left .gallery-container {
  position: relative;
  overflow: hidden;
}
.thumbnail-left .gallery-main .swiper-slide {
  border: 1px solid #ddd;
}
.thumbnail-left .gallery-main .swiper-slide a {
  height: 400px;
  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;
}
@media (max-width: 991.98px) {
  .thumbnail-left .gallery-main .swiper-slide a {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .thumbnail-left .gallery-main .swiper-slide a {
    height: auto;
  }
}
.thumbnail-left .gallery-main .swiper-slide a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.thumbnail-left .gallery-thumbs {
  width: 80px;
  height: 430px;
}
@media (max-width: 991.98px) {
  .thumbnail-left .gallery-thumbs {
    height: 300px;
    width: 70px;
  }
}
@media (max-width: 575.98px) {
  .thumbnail-left .gallery-thumbs {
    height: 220px;
    width: 50px;
  }
}
.thumbnail-left .gallery-thumbs .swiper-slide {
  border: 1px solid #ddd;
  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: 10px;
  overflow: hidden;
  cursor: pointer;
}
.thumbnail-left .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--mainColor);
}
.thumbnail-left .swiper-button-prev, .thumbnail-left .swiper-button-next {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  height: 50px;
  width: 40px;
  color: #e9e9e9;
  background: var(--mainColor);
}
@media (max-width: 575.98px) {
  .thumbnail-left .swiper-button-prev, .thumbnail-left .swiper-button-next {
    height: 30px;
  }
}
.thumbnail-left .swiper-button-prev::after, .thumbnail-left .swiper-button-next::after {
  font-size: 12px;
}
.thumbnail-left .swiper-button-prev {
  border-right: 1px solid #e9e9e9;
  right: auto;
  left: 40px;
}

/* Product Info */
.product-info {
  padding: 0 1rem;
}
@media (max-width: 767.98px) {
  .product-info {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .product-info .product_title {
    font-size: 1rem;
  }
}
.product-info .product_price strong {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 20px;
  margin-left: 1rem;
}
.product-info .product_price strong del {
  font-size: 16px;
  color: #999;
}
.product-info .product_price span {
  color: var(--mainColor);
  font-weight: 600;
}
.product-info .rating span {
  font-weight: 500;
  margin-right: 0.5rem;
  color: #888;
}
.product-info .product_qty {
  margin-top: 0;
  margin-left: 1rem;
}
@media (max-width: 991.98px) {
  .product-info .product_qty {
    margin-left: 0.4rem;
  }
}
.product-info .product_qty > div {
  overflow: hidden;
}
.product-info .product_qty > div span {
  height: 41px;
  width: 30px;
}
.product-info .product_qty > div span:nth-child(1) {
  border-radius: 0 3px 3px;
}
.product-info .product_qty > div span:nth-child(3) {
  border-radius: 3px 0 0 3px;
}
@media (max-width: 1200px) {
  .product-info .product_qty > div span {
    height: 39px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product_qty > div span {
    width: 24px;
  }
}
.product-info .product_qty > div input[type=number] {
  height: 41px;
  width: 60px;
}
@media (max-width: 1200px) {
  .product-info .product_qty > div input[type=number] {
    width: 30px;
    height: 39px;
  }
}
@media (max-width: 575.98px) {
  .product-info .product_qty > div input[type=number] {
    width: 22px;
  }
}
.product-info .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info .product-actions a {
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #888;
  border-radius: 3px;
  font-size: 18px;
  margin-left: 1rem;
}
@media (max-width: 575.98px) {
  .product-info .product-actions a {
    margin-left: 0.4rem;
  }
}
@media (max-width: 1200px) {
  .product-info .product-actions a {
    padding: 9px 14px;
    font-size: 12px;
  }
}
.product-info .product-actions a:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}
@media (max-width: 991.98px) {
  .product-info .product-actions .btn-style {
    padding: 10px 3px;
    margin-left: 0.4rem;
  }
}

/* Product Descriptions */
.product-descriptions {
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .product-descriptions {
    padding: 1rem 0.5rem;
  }
}

/* Comments */
.comments .items__comment {
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  padding: 10px;
  margin-bottom: 2rem;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.comments .items__comment:hover {
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
}
.comments .items__comment .img__comment img {
  display: block;
  margin: auto;
  border-radius: 50%;
  width: 80px;
}
.comments .items__comment .info__comment {
  margin-top: 1rem;
}
.comments .items__comment .info__comment > p {
  color: #666;
}
.comments .items__comment .info__comment .user__name > p {
  color: #666;
  font-weight: bold;
}
.comments .items__comment .info__comment span.date {
  color: #666;
  font-weight: bold;
}

/* Add Comments Form */
.form-add-comments .title {
  font-size: 20px;
  color: #555;
}
.form-add-comments label {
  font-weight: 600;
}
.form-add-comments textarea {
  min-height: 150px;
  padding: 1rem;
}
.form-add-comments .starrating input {
  display: none;
}
.form-add-comments .starrating input:checked ~ label {
  color: #ffa534;
}
.form-add-comments .starrating input:hover ~ label {
  color: #ffa534;
}
.form-add-comments .starrating label {
  color: #222222;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-add-comments .starrating label:before {
  content: "\f005";
  /* Star */
  margin: 2px 5px;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: bold;
}

/* //END => Product Details Style */
/* START => Register Form */
.form-register {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
  border-radius: 16px;
  width: 600px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .form-register {
    width: 100%;
    padding: 2rem 1rem;
  }
  .form-register .form-title {
    margin-bottom: 2rem !important;
  }
  .form-register .form-title strong {
    font-size: 16px;
  }
}
.form-register .form-control {
  padding: 16px;
}
@media (max-width: 575.98px) {
  .form-register .form-control {
    padding: 12px;
    font-size: 12px;
  }
}
.form-register .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #444;
}
.form-register .sign-social-icon {
  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;
}
.form-register .sign-social-icon a {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 4px;
  margin: auto 10px;
  color: #444;
  font-weight: 600;
  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;
}
.form-register .sign-social-icon a:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.form-register .sign-social-icon a span {
  margin: auto 7px;
}
.form-register .sign-or {
  position: relative;
  z-index: 2;
  text-align: center;
}
.form-register .sign-or::after {
  position: absolute;
  height: 1px;
  background-color: #ddd;
  content: "";
  width: 100%;
  top: 15px;
  left: 0px;
  z-index: -1;
}
.form-register .sign-or span {
  background-color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0px 10px;
  color: var(--fontsColor);
}
.form-register .have-account a {
  color: var(--fontsColor);
  font-weight: 500;
}
.form-register .have-account a:hover {
  color: var(--mainColor);
}
.form-register .check_actions a {
  color: #f00;
  font-weight: 500;
}

/* //END => Register Form */
/* compare table */
.compare-table .table {
  text-transform: capitalize;
}
.compare-table .table thead {
  vertical-align: middle;
}
.compare-table .table h6 {
  font-size: 14px;
  font-weight: 700;
  color: var(--fontsColor);
}
.compare-table .table tbody {
  border-top: 2px solid var(--mainColor);
}
.compare-table .table tbody tr td {
  padding: 16px;
}
.compare-table .table tbody tr td p {
  font-weight: 500;
  font-size: 13px;
}
.compare-table .table .product-img {
  display: block;
  text-align: center;
}
.compare-table .table .product-img img {
  width: 40%;
}
.compare-table .table .product_name {
  color: var(--fontsColor);
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 575.98px) {
  .compare-table .table .product_name {
    font-size: 12px;
  }
}
.compare-table .table .btn-style {
  margin: 0;
}
.compare-table .table .del_compare {
  opacity: 0.6;
  color: #444;
  font-weight: 500;
  font-size: 13px;
  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;
}
.compare-table .table .del_compare i {
  color: #f00;
  margin: auto 5px;
}
.compare-table .table .del_compare:hover {
  opacity: 1;
  color: #f00;
}

/* // compare table */
/* START => Checkout Page */
@media (max-width: 767.98px) {
  .box-products {
    margin-bottom: 2rem;
  }
}
.box-products strong {
  background-color: var(--mainColor);
  color: #fff;
  margin: 0;
  padding: 1rem;
  border-radius: 30px;
}
.box-products .item {
  position: relative;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-products .item:last-child {
  border-bottom: 0;
}
.box-products .item .img {
  max-width: 16%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  text-align: center;
}
.box-products .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.box-products .item .txt {
  padding-right: 0.5rem;
}
.box-products .item .txt a {
  padding: 0;
  color: var(--mainColor);
  font-size: 16px;
}
.box-products .item .txt p {
  margin: 0;
}
.box-products .item .txt .qty {
  font-size: 14px;
}
.box-products .item .txt .price {
  font-size: 15px;
  color: var(--mainColor);
  font-weight: 500;
}
.box-products .scroll-y {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
.box-products .scroll-y::-webkit-scrollbar {
  width: 6px;
}
.box-products .scroll-y::-webkit-scrollbar-track {
  border-radius: 10px;
}
.box-products .scroll-y::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--mainColor);
}
.box-products .scroll-y::-webkit-scrollbar-thumb:window-inactive {
  background-color: var(--mainColor);
}
.box-products .total {
  padding: 1rem;
  background-color: var(--mainColor);
  border-radius: 30px;
}
.box-products .total strong {
  padding: 0;
  font-size: 1.1rem;
  color: #fff;
  background-color: transparent;
}

.li-promocode form {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.li-promocode input {
  width: 100%;
  padding: 20px;
  padding-right: 140px;
  border-radius: 30px;
  border: 1px solid #ddd;
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .li-promocode input {
    padding: 10px;
    padding-right: 140px;
    font-size: 13px;
  }
}
.li-promocode input:focus {
  border: 1px solid var(--mainColor);
}
.li-promocode button {
  position: absolute;
  right: 20px;
  top: 12px;
  margin: 0;
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 30px;
}
@media (max-width: 575.98px) {
  .li-promocode button {
    right: 5px;
    top: 6px;
    padding: 5px 20px;
    font-size: 12px;
  }
}

.payment-checkout {
  border: 1px solid #eee;
  padding: 2rem 3rem;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 767.98px) {
  .payment-checkout {
    padding: 2rem 0.5rem;
  }
}
.payment-checkout img {
  display: block;
  margin: auto;
  height: 25px;
}
.payment-checkout .form-control {
  padding: 16px;
}
@media (max-width: 767.98px) {
  .payment-checkout .form-control {
    padding: 8px;
    font-size: 12px;
  }
}
.payment-checkout .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #444;
}

.address-details {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 2rem;
}
.address-details > div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.address-details .title strong {
  color: #333;
  margin: auto 0.5rem;
}
.address-details a {
  color: #000;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
}
.address-details a:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.address-details p {
  color: #333;
  margin-bottom: 0;
  line-height: 1.8;
}

.checkout_options .form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  -webkit-box-shadow: 0 0 10px var(--mainColor);
          box-shadow: 0 0 10px var(--mainColor);
}
.checkout_options .labels {
  padding: 1rem;
  padding-right: 2rem;
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.checkout_options .custom-control-label {
  font-size: 1rem;
  display: block;
  cursor: pointer;
}
.checkout_options .form-check p {
  color: #333;
  border: 1px solid #eee;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.checkout_options .dis_shipping {
  display: none;
}
.checkout_options .free_shipping {
  display: none;
}

.selectric {
  background: transparent;
  border: 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.selectric .label {
  padding: 16px;
  font-size: 1rem;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  height: auto;
  color: #212529;
}
@media (max-width: 767.98px) {
  .selectric .label {
    padding: 8px;
    font-size: 12px;
  }
}
.selectric .button {
  background-color: transparent;
  height: 60px;
}
@media (max-width: 767.98px) {
  .selectric .button {
    height: 34px;
  }
}

.selectric-items li {
  font-weight: 600;
}
.selectric-items li.highlighted {
  background: #e96021;
  color: #fff;
}

/* //END => Checkout Page */
/*
  START => Success Page
*/
.page-success {
  text-align: center;
}
.page-success img {
  max-height: 300px;
  margin-bottom: 1rem;
}
.page-success strong {
  color: var(--mainColor);
  font-size: 2.2rem;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-success p {
  color: var(--black-darker);
  font-size: 1rem;
}
.page-success p span {
  color: var(--mainColor);
  font-weight: 500;
}

/* //END => Success Page */
/*
  START => Profile Page
*/
.sidebar-profile {
  height: 100%;
  border-left: 1px solid #eee;
}
.sidebar-profile .btn-toggle-menu {
  display: none;
}
@media (max-width: 991.98px) {
  .sidebar-profile {
    border: 0;
  }
  .sidebar-profile .title-profile {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
  }
  .sidebar-profile .btn-toggle-menu {
    display: block;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
  }
}
.sidebar-profile strong {
  color: #333;
  font-weight: bold;
}
.sidebar-profile ul {
  padding: 0 0.5rem;
}
@media (max-width: 991.98px) {
  .sidebar-profile ul {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 99999;
    padding-top: 2rem;
  }
  .sidebar-profile ul.show {
    left: 0;
  }
}
.sidebar-profile ul li {
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .sidebar-profile ul li {
    margin-bottom: 1rem;
  }
}
.sidebar-profile ul li a {
  padding: 0.8rem 0.5rem;
  display: block;
  color: #333;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.sidebar-profile ul li a i {
  width: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .sidebar-profile ul li a i {
    width: 24px;
  }
}
.sidebar-profile ul li a.active, .sidebar-profile ul li a:hover {
  background-color: var(--mainColor);
  color: #fff;
}
@media (max-width: 1200px) {
  .sidebar-profile ul li a {
    font-size: 14px;
  }
}

.box-profile .title-box-profile strong {
  color: #333;
}
.box-profile .title-box-profile span {
  color: #333;
}
.box-profile form label {
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.box-profile form .form-control {
  padding: 0.8rem 1rem;
  outline: none;
}
.box-profile form .form-control:focus {
  -webkit-box-shadow: 0 5px 10px #ddd;
          box-shadow: 0 5px 10px #ddd;
}
.box-profile .order-table .table a.title-product {
  font-weight: 500;
  color: var(--secondColor);
}
.box-profile .order-table .table a.title-product:hover {
  color: var(--mainColor);
}
.box-profile .order-table .table thead th {
  font-size: 14px;
  text-transform: capitalize;
}
.box-profile .order-table .table tbody td {
  min-width: auto;
  font-size: 14px;
}
.box-profile .order-table .table tbody td img {
  height: 70px;
}
.box-profile .order-table .table .btn-style {
  margin: 0;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
}
.box-profile .delete_item {
  cursor: pointer;
  color: #333;
  padding: 4px;
  border-radius: 2px;
  opacity: 0.5;
}
.box-profile .delete_item:hover {
  color: #f00;
  opacity: 1;
}

.order-delevary-times {
  text-align: center;
}
.order-delevary-times .item-time {
  position: relative;
}
@media (max-width: 991.98px) {
  .order-delevary-times .item-time {
    margin-bottom: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.order-delevary-times .item-time i {
  color: var(--mainColor);
}
@media (max-width: 991.98px) {
  .order-delevary-times .item-time i {
    font-size: 1.8em;
  }
}
.order-delevary-times .item-time.active * {
  color: #2ecc71;
}
.order-delevary-times .item-time.active-filed * {
  color: #f00;
}
.order-delevary-times .item-time.active + .s-status span {
  border-color: #2ecc71;
}
.order-delevary-times .item-time:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  border: 1px dashed var(--mainColor);
  left: 0;
}
@media (max-width: 991.98px) {
  .order-delevary-times .item-time:not(:last-child)::after {
    content: unset;
  }
}
.order-delevary-times .item-time.active::after {
  border-color: #2ecc71;
}
.order-delevary-times .s-status {
  position: relative;
}
.order-delevary-times .s-status span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  border: 1px dashed #2ecc71;
  display: inline-block;
}
.order-delevary-times .txt {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .order-delevary-times .txt {
    margin-top: 0.5rem;
  }
}
.order-delevary-times .txt strong {
  display: block;
}
@media (max-width: 991.98px) {
  .order-delevary-times .txt strong {
    font-size: 12px;
  }
}
.order-delevary-times .txt span {
  display: block;
}
@media (max-width: 991.98px) {
  .order-delevary-times .txt span {
    font-size: 12px;
  }
}

/* //END => Profile Page */
/* collection */
.collection-item {
  position: relative;
  background-color: #f3e7e7;
}
.collection-item_img {
  overflow: hidden;
}
.collection-item_img img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.collection-item:hover .collection-item_img img {
  -webkit-transform: scale(1.1) translateX(-20px);
          transform: scale(1.1) translateX(-20px);
}
.collection-item_info {
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
}
@media (max-width: 380.98px) {
  .collection-item_info {
    width: 58%;
  }
}
.collection-item_title {
  display: block;
  color: var(--fontsColor);
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 10px white;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .collection-item_title {
    font-size: 14px;
  }
}
@media (max-width: 380.98px) {
  .collection-item_title {
    font-size: 10px;
    margin-bottom: 0.1rem;
  }
}
.collection-item_title:hover {
  color: var(--mainColor);
}
.collection-item_qty {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--fontsColor);
}
@media (max-width: 575.98px) {
  .collection-item_qty {
    font-size: 11px;
  }
}
@media (max-width: 380.98px) {
  .collection-item_qty {
    font-size: 9px;
  }
}
.collection-item_btn {
  background-color: var(--mainColor);
  padding: 5px 10px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  margin-top: 1rem;
  opacity: 0.8;
}
@media (max-width: 380.98px) {
  .collection-item_btn {
    font-size: 9px;
    padding: 1px 2px;
  }
}
.collection-item_btn:hover {
  color: #fff;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .collection-item_btn {
    padding: 3px 4px;
    border-radius: 4px;
    margin-top: 0.5rem;
    font-size: 10px;
  }
}
@media (max-width: 380.98px) {
  .collection-item_btn {
    font-size: 8px;
    padding: 1px 4px;
  }
}

/* // collection */
/* blog */
.item-blog img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.item-blog:hover img {
  opacity: 0.8;
}
.item-blog a.h4 {
  color: var(--fontsColor);
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .item-blog a.h4 {
    font-size: calc(1rem + 0.3vw);
  }
}
.item-blog a.h4:hover {
  color: var(--mainColor);
}
@media (max-width: 575.98px) {
  .item-blog .date {
    font-size: 12px;
  }
}
.item-blog p {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .item-blog p {
    font-size: 12px;
    font-weight: 500;
  }
}

.title-news {
  padding: 0 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .title-news strong {
    font-size: 18px;
  }
}
.title-news > div span {
  border-left: 1px solid #ddd;
  margin-left: 1rem;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .title-news > div span {
    font-size: 13px;
  }
}
.title-news > div span:last-child {
  border: 0;
}

.news-post .img-post {
  position: relative;
}
.news-post .img-post::after, .news-post .img-post::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.news-post .img-post:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.news-post .img-post img {
  display: block;
  margin: auto;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0 -2px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 -2px 10px rgba(0, 0, 0, 0.3));
}
.news-post .desc {
  padding: 0 16px;
}
.news-post .desc p {
  font-size: 14px;
  font-weight: 500;
  color: var(--fontsColor);
}

blockquote {
  display: block;
  background: #fff;
  padding: 18px 40px 18px 40px;
  margin: 0 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 15px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
blockquote::before {
  content: "“";
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
blockquote::after {
  content: "";
}
blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: var(--mainColor);
}
blockquote a:hover {
  color: #666;
}
blockquote em {
  font-style: italic;
}

.share-block {
  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;
  padding: 40px 50px;
  border: 2px solid #f1f1f1;
}
@media (max-width: 767.98px) {
  .share-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .share-block .left-block {
    margin-bottom: 1rem;
  }
}
.share-block .left-block p {
  margin: 0;
  color: #012237;
  font-size: 16px;
  font-weight: 600;
}
.share-block .left-block a {
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5px;
  letter-spacing: 0;
}
.share-block .left-block a:hover {
  color: #012237;
}
.share-block .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #81868a;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.share-block .social-block a + a {
  margin-right: 38px;
}
.share-block .social-block a:hover {
  color: var(--mainColor);
}

/* // blog */
/* FAQ */
@media (max-width: 575.98px) {
  .sec-title strong {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 575.98px) {
  .sec-title p {
    font-size: 12px;
    font-weight: 500;
  }
}

.accordion-item {
  border: 0;
}
.accordion-item .accordion-button {
  padding: 0.8rem 1rem;
  background-color: #f7f9fe;
  color: #666;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.accordion-item .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .accordion-item .accordion-button {
    font-size: 11px;
    font-weight: 600;
    padding: 0.8rem 0.5rem;
    text-align: justify;
  }
}
.accordion-item .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .accordion-item .accordion-body {
    font-size: 12px;
    font-weight: 500;
    padding: 0.8rem 0.5rem;
  }
}

/* // FAQ */
/*
  About Page
*/
.about-text .sup_title {
  color: #bbb;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.about-text h1 {
  color: var(--fontsColor);
  font-weight: 700;
  margin-bottom: 10px;
}
.about-text p {
  font-weight: 500;
  color: #666;
}
.about-text p strong {
  display: block;
  color: #555;
  margin: 7px 0;
}

/* // About Page */
/*
  Contact Page
*/
.info-contact {
  margin-bottom: 30px;
}
.info-contact .item {
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
  height: 200px;
  margin-bottom: 1.5rem;
  border-radius: 16px;
}
.info-contact .item > i {
  color: var(--mainColor);
}
.info-contact p {
  font-weight: 500;
}

.map iframe {
  width: 100% !important;
  height: 350px !important;
}

.form-contact > strong {
  font-weight: 600;
  color: var(--fontsColor);
}
.form-contact form {
  padding: 1rem 6px;
}
.form-contact form .form-control {
  border-radius: 2px;
  height: auto;
  padding: 15px 10px;
}
.form-contact form .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: 0 0 10px 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0.2rem rgba(0, 0, 0, 0.1);
}
.form-contact form textarea {
  resize: none;
  min-height: 130px;
}
.form-contact .btn-style {
  padding: 1rem;
}

/* // Contact Page */
/*
  Not Found
*/
.notfound404 {
  position: relative;
  width: 60%;
  text-align: center;
  margin: auto;
}
.notfound404 img {
  width: 100%;
  display: block;
  margin: auto;
}

.page-notfound .btn-style {
  padding: 1rem 2rem;
}

/* // Not Found */
/*
  Terms
*/
.terms-details {
  line-height: 2;
}
.terms-details h1 {
  color: #111;
}
.terms-details strong {
  font-weight: 700;
  margin-top: 2rem;
  color: #111;
  line-height: 2;
}
.terms-details li,
.terms-details p {
  font-size: 15px;
  font-weight: 600;
  color: #444;
}
.terms-details ul {
  margin-bottom: 1.5rem;
}
.terms-details li {
  list-style: inside;
}

/* // Terms */
/*
  ===================================
            Shortcuts Code
  ===================================
*/
.title-one {
  text-align: center;
}

.title-three {
  text-align: center;
}
.title-three h4 {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
}
.title-three h4::before, .title-three h4::after {
  width: 10%;
  height: 2px;
  content: "";
  background: #444444;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -30px;
}
.title-three h4::after {
  right: -30px;
  left: unset;
}
.title-three p {
  font-weight: 500;
}

.title-three h4 {
  font-weight: 600;
}

.title-four {
  text-align: center;
}
.title-four h4 {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.title-four h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: var(--secondColor);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title-five {
  text-align: center;
}
.title-five h4 {
  display: inline-block;
}
.title-five p {
  font-weight: 500;
}

.collection-item_big .collection-item_title {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .collection-item_big .collection-item_title {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .collection-item_big .collection-item_title {
    font-size: 12px;
  }
}
.collection-item_big .collection-item_qty {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .collection-item_big .collection-item_qty {
    font-size: 11px;
  }
}
.collection-item_big .collection-item_btn {
  padding: 10px 16px;
}
@media (max-width: 767.98px) {
  .collection-item_big .collection-item_btn {
    padding: 3px 4px;
    border-radius: 4px;
    margin-top: 0.5rem;
    font-size: 12px;
  }
}
@media (max-width: 380.98px) {
  .collection-item_big .collection-item_btn {
    font-size: 8px;
    padding: 1px 4px;
  }
}

.collection-item_small .collection-item_title {
  font-size: 12px;
  letter-spacing: 0px;
}
.collection-item_small .collection-item_qty {
  font-size: 10px;
}
.collection-item_small .collection-item_btn {
  padding: 3px 8px;
  font-size: 10px;
}

.collection-item_center .collection-item_title {
  font-size: 26px;
  letter-spacing: 0px;
}
.collection-item_center .collection-item_qty {
  font-size: 16px;
}
.collection-item_center .collection-item_btn {
  padding: 8px 16px;
  font-size: 12px;
}
.collection-item_center .collection-item_info {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  width: 100%;
  text-align: center;
}

.item-service {
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0.5rem;
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.item-service:hover {
  color: var(--mainColor);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.item-service .img-service {
  padding: 5px;
}
.item-service .img-service i {
  font-size: 30px;
}
.item-service .short-desc {
  padding: 0 1rem;
}
.item-service .short-desc strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.item-service .short-desc p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--fontsColor);
}

.item-service-two {
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem 0.5rem;
  overflow: hidden;
  border-radius: 10px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.item-service-two:hover {
  color: var(--mainColor);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.item-service-two .img-service {
  padding: 5px;
  margin-bottom: 1rem;
}
.item-service-two .img-service i {
  font-size: 50px;
}
.item-service-two .short-desc {
  padding: 0 0.5rem;
}
.item-service-two .short-desc strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.item-service-two .short-desc p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--fontsColor);
}

.item-service-three {
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem 0.5rem;
  overflow: hidden;
  border-radius: 10px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.item-service-three:hover {
  color: var(--mainColor);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.item-service-three .img-service {
  padding: 5px;
  margin-bottom: 1rem;
}
.item-service-three .img-service i {
  font-size: 50px;
  color: var(--mainColor);
}
.item-service-three .short-desc {
  padding: 0 0.5rem;
}
.item-service-three .short-desc strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  color: var(--secondColor);
  position: relative;
}
.item-service-three .short-desc strong::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 4px;
  background-color: var(--secondColor);
  border-radius: 100px;
  right: 0;
}
.item-service-three .short-desc p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--fontsColor);
}

/* Tab One */
.tab-one .nav-tabs {
  border: 0;
}
.tab-one .nav-tabs .nav-item {
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .tab-one .nav-tabs .nav-item {
    margin-left: 0.3rem;
  }
}
.tab-one .nav-tabs .nav-item .nav-link {
  border: 1px solid #ececec;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #7e7e7e;
  border-radius: 30px;
  padding: 10px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .tab-one .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 575.98px) {
  .tab-one .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.tab-one .nav-tabs .nav-item .nav-link.active {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: var(--mainColor);
}
.tab-one .tab-content {
  padding: 2rem 1rem 1rem 1rem;
}
.tab-one .tab-content .overview-block strong {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tab-one .tab-content table th {
  color: #666;
  font-weight: 500;
}
.tab-one .tab-content table tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f7f7f7;
}

/* Tab Two */
.tab-two .nav-tabs {
  border: 0;
}
.tab-two .nav-tabs .nav-item .nav-link {
  border: 1px solid #ececec;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #7e7e7e;
  border-radius: 0;
  padding: 10px 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .tab-two .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 30px;
  }
}
@media (max-width: 380.98px) {
  .tab-two .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 8px 30px;
  }
}
.tab-two .nav-tabs .nav-item .nav-link.active {
  border: 1px solid var(--mainColor);
  color: #fff;
  background-color: var(--mainColor);
}
.tab-two .tab-content {
  padding: 2rem 1rem 1rem 1rem;
}
.tab-two .tab-content .overview-block strong {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tab-two .tab-content table th {
  color: #666;
  font-weight: 500;
}
.tab-two .tab-content table tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f7f7f7;
}

/* Tab Three */
.tab-three .nav-tabs {
  border: 0;
}
.tab-three .nav-tabs .nav-item {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.tab-three .nav-tabs .nav-item .nav-link {
  border: 1px solid #ececec;
  border-top-width: 3px;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #7e7e7e;
  border-radius: 0;
  padding: 10px 60px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .tab-three .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 30px;
  }
}
@media (max-width: 380.98px) {
  .tab-three .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.tab-three .nav-tabs .nav-item .nav-link.active {
  border-top: 3px solid var(--secondColor);
  color: #fff;
  background-color: var(--mainColor);
}
.tab-three .tab-content {
  padding: 2rem 1rem 1rem 1rem;
}
.tab-three .tab-content .overview-block strong {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tab-three .tab-content table th {
  color: #666;
  font-weight: 500;
}
.tab-three .tab-content table tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f7f7f7;
}

/* Tab Four */
.tab-four .nav-tabs {
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-four .nav-tabs .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
}
.tab-four .nav-tabs .nav-item .nav-link {
  display: inline-block;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #7e7e7e;
  border-radius: 0;
  padding: 16px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  position: relative;
}
.tab-four .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--mainColor);
  border-radius: 100px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.tab-four .nav-tabs .nav-item .nav-link.active {
  color: var(--mainColor);
  background-color: transparent;
}
.tab-four .nav-tabs .nav-item .nav-link.active::after {
  width: 60%;
}
.tab-four .nav-tabs .nav-item .nav-link i {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.tab-four .tab-content {
  padding: 2rem 1rem 1rem 1rem;
}
.tab-four .tab-content .overview-block strong {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tab-four .tab-content table th {
  color: #666;
  font-weight: 500;
}
.tab-four .tab-content table tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f7f7f7;
}

/* Tab Five */
.tab-five .nav-pills {
  border: 0;
}
.tab-five .nav-pills .nav-link {
  border: 1px solid #ececec;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: #7e7e7e;
  border-radius: 10px;
  padding: 10px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.tab-five .nav-pills .nav-link.active {
  background-color: var(--mainColor);
  color: #fff;
}
.tab-five .tab-content {
  padding: 2rem 1rem 1rem 1rem;
}
.tab-five .tab-content .overview-block strong {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tab-five .tab-content table th {
  color: #666;
  font-weight: 500;
}
.tab-five .tab-content table tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f7f7f7;
}

.counter-one {
  padding: 100px 0;
}
.counter-one .item-counter span {
  font-size: 40px;
  font-weight: bold;
}
.counter-one .item-counter strong {
  font-size: 14px;
  font-weight: 500;
}

.counter-two {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-two .item-counter {
  color: #fff;
}
.counter-two .item-counter span {
  font-size: 50px;
  font-weight: bold;
  display: block;
}
.counter-two .item-counter strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.counter-three {
  padding: 100px 0;
}
.counter-three .item-counter i {
  margin-bottom: 20px;
}
.counter-three .item-counter span {
  font-size: 40px;
  font-weight: bold;
  display: block;
}
.counter-three .item-counter strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.counter-four {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-four .item-counter {
  color: #fff;
}
.counter-four .item-counter i {
  margin-bottom: 20px;
}
.counter-four .item-counter span {
  font-size: 40px;
  font-weight: bold;
  display: block;
}
.counter-four .item-counter strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

/* Price Table One */
.item-price {
  position: relative;
  -webkit-box-shadow: 0 10px 15px #ddd;
          box-shadow: 0 10px 15px #ddd;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .item-price {
    margin-bottom: 5rem;
  }
}
.item-price .head-package {
  position: relative;
  height: 230px;
  text-align: center;
}
.item-price .head-package img {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  z-index: -1;
}
.item-price .head-package .package-price {
  display: block;
  width: 185px;
  height: 175px;
  line-height: 175px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  position: relative;
  top: -50px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
}
.item-price .head-package .package-price b {
  font-weight: 700;
}
.item-price .head-package .package-price sub {
  font-size: 1.5rem;
}
.item-price .head-package .package-name {
  display: inline-block;
  font-size: 1.8rem;
  color: #18273a;
  letter-spacing: 2px;
  position: relative;
  top: -30px;
}
.item-price .head-package .package-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background-color: #18273a;
}
.item-price ul {
  position: relative;
  padding: 0 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-radius: 0 0 0 10px;
}
.item-price ul::before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -190px;
  height: 280px;
  width: 300px;
  border-radius: 50%;
  z-index: -1;
}
.item-price ul li {
  padding: 0.5rem 0;
  font-size: 0.8rem;
  color: #272727;
  position: relative;
  padding-right: 2rem;
}
.item-price ul li i {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.item-price ul li::after {
  content: "\f058";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  padding-left: 1rem;
}

.package-one ul li::after {
  color: #e84571;
}
.package-one .head-package .package-price {
  background-color: #e84571;
}
.package-one .btn-buy {
  background-color: #e84571;
}
.package-one ul::before {
  background-color: #e84571;
}

.package-two ul li::after {
  color: #625ac2;
}
.package-two .head-package .package-price {
  background-color: #625ac2;
}
.package-two .btn-buy {
  background-color: #625ac2;
}
.package-two ul::before {
  background-color: #625ac2;
}

.package-three ul li::after {
  color: #fbc841;
}
.package-three .head-package .package-price {
  background-color: #fbc841;
}
.package-three .btn-buy {
  background-color: #fbc841;
}
.package-three ul::before {
  background-color: #fbc841;
}

/* Price Table Two */
.item-price-service {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  overflow: hidden;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .item-price-service {
    margin-bottom: 2rem;
  }
}
.item-price-service .package-title {
  font-weight: bold;
  color: #fff;
  padding: 3rem 0;
  margin-bottom: 1.5rem;
  position: relative;
}
.item-price-service .package-title::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 20px;
  border-style: solid;
  border-color: #f00 transparent transparent transparent;
}
.item-price-service ul {
  margin: 1rem auto;
}
.item-price-service ul li {
  padding: 0.8rem 0.2rem;
  font-size: 1rem;
  color: #272727;
  font-weight: 600;
}
.item-price-service ul li:nth-child(odd) {
  background-color: #fff;
}
.item-price-service ul li:nth-child(even) {
  background-color: #f5f5f5;
}
.item-price-service .price del {
  color: #272727;
  font-size: 20px;
}

.bg__green strong.package-title,
.bg__green .btn-started {
  background-color: #00bfa1;
}

.bg__green strong.package-title::after {
  border-color: #00bfa1 transparent transparent transparent;
}

.color__green .price {
  color: #00bfa1;
}

.bg__blue strong.package-title,
.bg__blue .btn-started {
  background-color: #2368ff;
}

.bg__blue strong.package-title::after {
  border-color: #2368ff transparent transparent transparent;
}

.color__blue .price {
  color: #2368ff;
}

.bg__orange strong.package-title,
.bg__orange .btn-started {
  background-color: #ff6515;
}

.bg__orange strong.package-title::after {
  border-color: #ff6515 transparent transparent transparent;
}

.color__orange .price {
  color: #ff6515;
}

.btn-started {
  background-color: var(--mainColor);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-top: 1rem;
  display: inline-block;
  border: 0;
  outline: unset;
  font-size: 1rem;
}
.btn-started:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.btn-buy {
  color: #fff;
  display: block;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  text-align: center;
  margin-top: 0.5rem;
  border: 0;
  outline: none;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn-buy:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.item-team {
  margin-bottom: 2rem;
  padding: 30px 0px 30px;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.item-team .img-team {
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.item-team .img-team::before {
  content: "";
  width: 100%;
  height: 0%;
  background-color: var(--mainColor);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 135%;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
  border-radius: 50%;
}
.item-team .img-team::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--mainColor);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.item-team .img-team img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.9s ease 0s;
  transition: 0.9s ease 0s;
}
.item-team:hover .img-team::before {
  height: 100%;
}
.item-team:hover .img-team img {
  -webkit-box-shadow: 0 0 0 14px #f7f5ec;
          box-shadow: 0 0 0 14px #f7f5ec;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.item-team .team-content {
  margin-bottom: 30px;
}
.item-team .team-content .title-team {
  font-size: 24px;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  margin-bottom: 0.5rem;
}
.item-team .team-content .post {
  display: block;
  font-size: 18px;
  color: var(--fontsColor);
  font-weight: 600;
}
.item-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--mainColor);
  position: absolute;
  bottom: -100px;
  left: 0;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.item-team .social a {
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 17px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.item-team .social a:hover {
  color: var(--mainColor);
  background-color: #f7f5ec;
}
.item-team:hover .social {
  bottom: 0;
}

.item-team-two {
  margin-bottom: 2rem;
  padding: 30px 0px 30px;
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.item-team-two .img-team {
  display: inline-block;
  width: 170px;
  height: 170px;
  margin-bottom: 50px;
}
.item-team-two .img-team img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.item-team-two:hover .img-team img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.item-team-two .team-content {
  margin-bottom: 30px;
}
.item-team-two .team-content .title-team {
  font-size: 24px;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  margin-bottom: 0.5rem;
}
.item-team-two .team-content .post {
  display: block;
  font-size: 18px;
  color: var(--fontsColor);
  font-weight: 600;
}
.item-team-two .social a {
  color: var(--fontsColor);
  display: block;
  padding: 10px;
  font-size: 17px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.item-team-two .social a:hover {
  color: var(--mainColor);
}

.item-team-three {
  position: relative;
  overflow: hidden;
}
.item-team-three img {
  height: 337px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.item-team-three:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.item-team-three .info-user {
  position: absolute;
  padding: 15px 20px 15px 20px;
  bottom: 0;
  left: 0;
  line-height: 1.7;
  color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.item-team-three .info-user:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), color-stop(27%, rgba(0, 0, 0, 0.16)), color-stop(50%, rgba(0, 0, 0, 0.31)), color-stop(92%, rgba(0, 0, 0, 0.48)), color-stop(99%, rgba(0, 0, 0, 0.49)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.16) 27%, rgba(0, 0, 0, 0.31) 50%, rgba(0, 0, 0, 0.48) 92%, rgba(0, 0, 0, 0.49) 99%);
  width: 100%;
  z-index: -1;
}
.item-team-three .info-user a {
  display: block;
  font-weight: 700;
  color: var(--mainColor);
  font-size: 20px;
}
.item-team-three .info-user span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
.item-team-three .social a {
  color: var(--mainColor);
  display: block;
  padding: 5px 8px;
  font-size: 17px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.swiper-testimonials-one {
  padding-bottom: 3rem;
}
.swiper-testimonials-one .item-testimonials-one {
  background-color: #fff;
  margin: auto 10px;
  border-radius: 20px;
  color: var(--fontsColor);
}
@media (max-width: 767.98px) {
  .swiper-testimonials-one .item-testimonials-one {
    text-align: center;
  }
}
.swiper-testimonials-one .item-testimonials-one img {
  width: 150px;
  border-radius: 20px;
}
.swiper-testimonials-one .item-testimonials-one .txt {
  padding: 0 1rem;
}
@media (max-width: 767.98px) {
  .swiper-testimonials-one .item-testimonials-one .txt {
    padding: 1rem;
  }
}
.swiper-testimonials-one .item-testimonials-one .txt p {
  font-weight: 500;
}
.swiper-testimonials-one .item-testimonials-one .txt strong {
  font-weight: 700;
  color: var(--mainColor);
}
.swiper-testimonials-one .swiper-navs {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonials-two {
  padding: 80px 0;
}
.testimonials-two .swiper-testimonials-two .item-testimonials-two {
  padding: 0 100px;
}
@media (max-width: 767.98px) {
  .testimonials-two .swiper-testimonials-two .item-testimonials-two {
    padding: 0 50px;
  }
}
.testimonials-two .swiper-testimonials-two .item-testimonials-two p {
  color: #fff;
  font-size: 16px;
}
.testimonials-two .swiper-testimonials-two .item-testimonials-two span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.testimonials-two .swiper-testimonials-two .swiper-navs .next_btn,
.testimonials-two .swiper-testimonials-two .swiper-navs .prev_btn {
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.testimonials-two .swiper-testimonials-two .swiper-navs .next_btn::after,
.testimonials-two .swiper-testimonials-two .swiper-navs .prev_btn::after {
  font-size: 30px;
}
.testimonials-two .swiper-testimonials-two .swiper-navs .next_btn:nth-child(1),
.testimonials-two .swiper-testimonials-two .swiper-navs .prev_btn:nth-child(1) {
  left: 0;
}
.testimonials-two .swiper-testimonials-two .swiper-navs .next_btn:nth-child(2),
.testimonials-two .swiper-testimonials-two .swiper-navs .prev_btn:nth-child(2) {
  right: 0;
}
.testimonials-two .swiper-testimonials-two .swiper-navs .next_btn:hover,
.testimonials-two .swiper-testimonials-two .swiper-navs .prev_btn:hover {
  color: var(--mainColor);
}

.swiper-testimonials-three {
  width: 300px;
  height: 380px;
}
.swiper-testimonials-three .swiper-slide {
  background-color: #fff;
  border-radius: 18px;
}
.swiper-testimonials-three .swiper-slide .item-testimonials-three {
  height: 100%;
  width: 100%;
  border-radius: 18px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ddd;
}
@media (max-width: 380.98px) {
  .swiper-testimonials-three .swiper-slide .item-testimonials-three {
    width: 90%;
    margin: auto;
  }
}
.swiper-testimonials-three .swiper-slide .item-testimonials-three img {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.swiper-testimonials-three .swiper-slide .item-testimonials-three .txt {
  padding: 0 1rem;
}
.swiper-testimonials-three .swiper-slide .item-testimonials-three .txt p {
  font-weight: 600;
  font-size: 14px;
  color: var(--fontsColor);
}
.swiper-testimonials-three .swiper-slide .item-testimonials-three .txt strong {
  font-weight: 700;
  color: var(--mainColor);
}
.swiper-testimonials-three .swiper-slide .swiper-slide-shadow {
  background-color: #fff;
  border: 2px solid var(--mainColor);
  border-radius: 18px;
}
@media (max-width: 380.98px) {
  .swiper-testimonials-three .swiper-slide .swiper-slide-shadow {
    width: 90%;
    margin: auto;
  }
}

/*
  ===================================
          // End Shortcuts Code
  ===================================
*/