@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Amber - Pet Care Bootstrap 5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS
    02. Header CSS
        2.1 Header Top CSS
        2.2 Header Bottom CSS
        2.3 Header Mobile CSS
    03. Component CSS
        3.01 Button CSS
        3.02 Hero CSS
        3.03 CTA CSS
        3.04 Products CSS
        3.05 Single Product CSS
        3.06 About CSS
        3.07 Team CSS
        3.08 Testimonial CSS
        3.09 Newsletter CSS
        3.10 Breadcrumb CSS
        3.11 Sidebar CSS
        3.12 Modal CSS
        3.13 Footer CSS
    04. Pages CSS
        4.01 Blog CSS
        4.02 Shop CSS
        4.03 Contact CSS
        4.04 My Account CSS
        4.05 Login Register CSS
        4.06 Wishlist CSS
        4.07 Cart CSS
        4.08 Checkout CSS
        4.09 Compare CSS
        4.1 FAQ CSS
        4.2 Error 404 CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("../fonts/roboto/Roboto-Light.ttf");
/*-- Common Style --*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  visibility: visible;
  color: "";
}
body[dir=rtl] {
  text-align: right;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea {
  transition: all 0.3s ease 0s;
  color: inherit;
  text-decoration: none;
  outline: 0;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", ui-sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

::selection {
  color: #ffffff;
  background: #00c5ff;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  transition: 0.3s;
}
input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #cccccc;
  content: "";
  transition: 0.3s;
}
input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  opacity: 0;
  width: 15px;
  text-align: center;
  transition: 0.3s;
  color: #00c5ff;
}

input[type=checkbox]:checked + label:before {
  border: 1px solid #00c5ff;
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.container {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}
@media only screen and (min-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 1500px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

/* Section Style */
.section,
.section-fluid {
  float: left;
  width: 100%;
}

.section-fluid {
  padding-right: 85px;
  padding-left: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Section Spacing */
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-margin-top {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}

.section-margin-bottom {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}

/* Section TItle */
.section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}

/* Ratings */
.rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.rating i {
  color: #00c5ff;
  margin: 0 2px;
}

/* swiper default styles */
.swiper-pagination {
  position: static;
  display: block;
  line-height: 1;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination {
    margin-top: 30px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #000000;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px;
  margin: 0 5px !important;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #00c5ff;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00c5ff;
}

.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet:hover:before {
  background: #00c5ff;
  transition: all 0.3s ease 0s;
}
.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #00c5ff;
  background: #00c5ff;
  transition: all 0.3s ease 0s;
}

.swiper-nav-button {
  background-image: none;
  text-align: center;
  user-select: none;
  outline: none;
  font-size: 70px;
  font-weight: 700;
  color: #d8d8d8;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
  margin: 0;
  top: 50%;
  transition: 0.3s;
}
.swiper-nav-button::after {
  display: none;
}

.swiper-nav-button:hover {
  color: #00c5ff;
  transition: 0.3s;
}

.swiper-container:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible;
}

.arrow-outside-container {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .arrow-outside-container {
    margin: 0;
    padding: 0;
  }
}
.arrow-outside-container .swiper-container {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .arrow-outside-container .swiper-container {
    margin: 0;
    padding: 0;
  }
}
.arrow-outside-container .swiper-container .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.arrow-outside-container .swiper-container .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}

/* Product Countdown */
.countdown-wrapper {
  margin-bottom: -5px;
}
.countdown-wrapper .single-countdown {
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #00c5ff;
  text-align: center;
}
.countdown-wrapper .single-countdown:last-child {
  margin-right: 0;
}
.countdown-wrapper .single-countdown:last-child:after {
  display: none;
}
.countdown-wrapper .single-countdown .single-countdown_time {
  padding: 0px 0 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.countdown-wrapper .single-countdown .single-countdown_text {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
}

.hover-style {
  display: block;
  overflow: hidden;
}
.hover-style img {
  transition: 0.3s;
}
.hover-style:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.thumb-effect {
  position: relative;
  overflow: hidden;
}
.thumb-effect .image {
  display: block;
  overflow: hidden;
  height: 240px;
}
.thumb-effect .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.thumb-effect:hover .image::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pagination .page-item .page-link {
  border-radius: 0;
  margin-right: 10px;
  border: 1px solid #00c5ff;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #00c5ff;
}
.pagination .page-item .page-link.active {
  background: #00c5ff;
  color: #ffffff;
}
.pagination .page-item .page-link:hover {
  background: #00c5ff;
  border: 1px solid #00c5ff;
  color: #ffffff;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}

/* Scroll Top style */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #6C757D;
  background-size: 200% auto;
  background-position: left center;
  transition: 0.3s;
  overflow: hidden;
}
.scroll-top:hover {
  background-color: #00c5ff;
}
.scroll-top:hover i {
  color: #ffffff;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .scroll-top {
    font-size: 20px;
  }
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: 0.3s;
}
.scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}
.scroll-top:hover {
  background-position: right center;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}

.title {
  color: #0C4DB4;
}

.sticky-date .post-date {
  background-color: #00c5ff;
  position: absolute;
  top: 204px;
  left: 30px;
  border-radius: 5px;
  box-sizing: border-box;
}
.sticky-date a {
  padding: 14px;
  display: inline-block;
  width: 65px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*=======================================
    2.1 Header Top CSS
=========================================*/
/* Message/Notification */
.header-top-msg-wrapper {
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-msg-wrapper {
    text-align: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-msg-wrapper {
    text-align: center;
  }
}
.header-top-msg-wrapper .header-top-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
  display: inline-block;
  text-transform: inherit;
}

/* Settings */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-settings {
    display: none;
  }
}
.header-top-settings > ul {
  align-items: center;
  justify-content: flex-end;
}
.header-top-settings > ul > li {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
}
.header-top-settings > ul > li > a {
  line-height: 40px;
}
.header-top-settings > ul > li i {
  margin-left: 5px;
}
.header-top-settings > ul > li .dropdown-list {
  top: 100%;
  right: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.4s;
  padding: 15px 15px 20px;
  width: 120px;
  z-index: 9;
  text-align: left;
  background-color: #ffffff;
  pointer-events: none;
  border: 1px solid #efefef;
}
@media only screen and (max-width: 575px) {
  .header-top-settings > ul > li .dropdown-list {
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-top-settings > ul > li .dropdown-list li {
  margin-left: 0;
  padding: 0;
}
.header-top-settings > ul > li .dropdown-list li a {
  color: #000000;
  font-size: 13px;
  display: block;
  padding: 5px 0 3px;
  text-transform: capitalize;
}
.header-top-settings > ul > li .dropdown-list li a:hover {
  color: #00c5ff;
}
.header-top-settings > ul > li .dropdown-list li a img {
  vertical-align: inherit;
}
.header-top-settings > ul > li .dropdown-list li:before {
  display: none;
}
.header-top-settings > ul > li:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 575px) {
  .header-top-settings > ul > li:hover .dropdown-list {
    top: 100%;
    transform: translateX(-50%);
  }
}

/* Language & Currency */
.header-top-lan-curr {
  display: flex;
  flex-wrap: wrap;
}
.header-top-lan-curr .dropdown .dropdown-toggle {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 26px;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background-color: transparent;
}
.header-top-lan-curr .dropdown .dropdown-toggle:hover {
  background-color: #4C5847;
}
.header-top-lan-curr .dropdown .dropdown-toggle i {
  font-size: 10px;
  margin-left: 6px;
}
.header-top-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}

/*=======================================
    2.2 Header Bottom CSS
=========================================*/
.header-bottom {
  background-color: transparent;
  min-height: 99px;
}
@media only screen and (min-width: 1600px) {
  .header-bottom.header-wide {
    padding: 0 85px;
  }
}

/* Logo */
.header-logo {
  max-width: 190px;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .header-logo {
    max-width: 160px;
  }
}
.header-logo a img {
  width: 70%;
}

/* Main Menu */
.main-menu {
  display: flex;
  justify-content: right;
}
.main-menu > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.main-menu > ul > li {
  padding-left: 14px;
  padding-right: 14px;
}
.main-menu > ul > li > a {
  font-size: 20px;
  line-height: 99px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}
.main-menu > ul > li:hover, .main-menu > ul > li:active {
  background-color: #29166f;
}
.main-menu > ul > li:hover a, .main-menu > ul > li:active a {
  color: #00c5ff;
}
.main-menu ul .has-children {
  position: relative;
}
.main-menu ul .has-children > .sub-menu {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 6px -3px;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  padding-left: 0;
  border-bottom: 3px solid #00c5ff;
  width: 300px;
}
.main-menu ul .has-children > .sub-menu > li {
  list-style: none;
}
.main-menu ul .has-children > .sub-menu > li > a {
  padding: 10px 25px;
  display: block;
  line-height: 1.7;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px dashed #efefef;
  color: #383838;
}
.main-menu ul .has-children > .sub-menu > li > a:hover {
  color: #00c5ff;
}
.main-menu ul .has-children > .sub-menu > li:last-child > a {
  border-bottom: 0px;
}
.main-menu ul .has-children:hover .sub-menu, .main-menu ul .has-children:hover .mega-menu {
  transform: scaleY(1);
}

/* Mega Menu */
.mega-menu {
  background: #ffffff;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  position: absolute;
  width: 1000px;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: 0 0 6px -3px;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  border-bottom: 3px solid #00c5ff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu {
    width: 960px;
  }
}
.mega-menu > li {
  list-style: none;
  width: 25%;
}
.mega-menu > li .mega-menu-title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.mega-menu > li > ul {
  padding-left: 0;
}
.mega-menu > li > ul a {
  line-height: 2.5;
  text-decoration: none;
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.mega-menu > li > ul a:hover {
  color: #00c5ff;
}

/* Actions */
.header-actions {
  display: flex;
  justify-content: flex-end;
  min-height: 80px;
}
.header-actions > * + * {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .header-actions > * + * {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header-actions > * + * {
    margin-left: 15px;
  }
}
.header-actions .header-action-btn {
  line-height: 80px;
  position: relative;
  color: #383838;
  display: flex;
  align-items: center;
}
.header-actions .header-action-btn:hover {
  color: #00c5ff;
}
.header-actions .header-action-btn-cart {
  padding-right: 10px;
}
.header-actions .header-action-btn i {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .header-actions .header-action-btn i {
    font-size: 24px;
  }
}
.header-actions .header-action-btn .header-action-num {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 25%;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #00c5ff;
}
@media only screen and (max-width: 479px) {
  .header-actions .header-action-btn .header-action-num {
    font-size: 10px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    top: 30%;
    right: 2px;
  }
}
.header-actions.header-actions-width {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.header-actions.header-actions-width .header-action-right {
  display: flex;
  justify-content: flex-end;
}
.header-actions.header-actions-width .header-action-right > * + * {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .header-actions.header-actions-width .header-action-right > * + * {
    margin-left: 20px;
  }
}

.header-action-btn-search {
  position: relative;
}
.header-action-btn-search .action-execute {
  display: flex;
  align-items: center;
}
.header-action-btn-search .action-execute.visible-execute .action-search-close {
  display: flex;
  align-items: center;
}
.header-action-btn-search .action-execute.visible-execute .action-search-open {
  display: none;
  align-items: center;
}
.header-action-btn-search .action-search-close {
  display: none;
}
.header-action-btn-search .action-search-open {
  display: flex;
  align-items: center;
}
.header-action-btn-search .header-search-form {
  position: absolute;
  display: flex;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  top: 50%;
  transform: translateY(-50%);
}
.header-action-btn-search .header-search-form.visible-execute {
  right: 30px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
}
.header-action-btn-search .header-search-form .header-search-input {
  background: #ffffff;
  border: 2px solid #ddd;
  border-right: 0px;
  border-radius: 3px 0px 0px 3px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding: 10px 20px;
  width: 300px;
  color: #383838;
}
.header-action-btn-search .header-search-form .header-search-button {
  display: flex;
  align-items: center;
  height: 45px;
  width: 40px;
  border: 2px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0px 3px 3px 0px;
  text-align: center;
  justify-content: center;
  color: #383838;
}
.header-action-btn-search .header-search-form .header-search-button .icons {
  font-size: 15px;
}
.header-action-btn-search .header-search-form .header-search-button:hover {
  color: #00c5ff;
}

.cursor-pointer {
  cursor: pointer;
}

.header-action-btn-cart {
  position: relative;
}
.header-action-btn-cart a {
  display: flex;
  align-items: center;
}

/*-- Offcanvas Cart Content --*/
.header-cart-content {
  padding: 30px 35px;
  width: 340px;
  position: absolute;
  top: 100%;
  right: 0%;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  display: none;
  z-index: 9;
}

.cart-product-wrapper {
  max-height: 300px;
  overflow-y: auto;
}

.cart-product-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-product-inner .single-cart-product {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 40px);
}
.cart-product-inner .single-cart-product .cart-product-thumb {
  width: 80px;
}
.cart-product-inner .single-cart-product .cart-product-thumb a {
  display: block;
}
.cart-product-inner .single-cart-product .cart-product-thumb a img {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .cart-product-inner .single-cart-product .cart-product-thumb {
    width: 60px;
  }
}
.cart-product-inner .single-cart-product .cart-product-content {
  width: calc(100% - 80px);
  text-align: start;
  padding-left: 10px;
}
@media only screen and (max-width: 575px) {
  .cart-product-inner .single-cart-product .cart-product-content {
    width: calc(100% - 60px);
  }
}
.cart-product-inner .single-cart-product .cart-product-content .title {
  font-size: 14px;
  font-weight: 600;
}
.cart-product-inner .single-cart-product .cart-product-content .title a {
  color: #000000;
}
.cart-product-inner .single-cart-product .cart-product-content .title a:hover {
  color: #00c5ff;
}
.cart-product-inner .single-cart-product .cart-product-content .product-quty-price {
  display: flex;
  flex-direction: column;
}
.cart-product-inner .single-cart-product .cart-product-content .product-quty-price .cart-quantity {
  line-height: 1;
  color: #000000;
  font-size: 13px;
  margin-bottom: 10px;
}
.cart-product-inner .single-cart-product .cart-product-content .product-quty-price .cart-quantity strong {
  color: #00c5ff;
}
.cart-product-inner .single-cart-product .cart-product-content .product-quty-price .price {
  color: #000000;
  font-size: 13px;
  line-height: 1;
}
.cart-product-inner .cart-product-remove a {
  color: #000000;
  line-height: 1;
}
.cart-product-inner .cart-product-remove a i {
  font-size: 16px;
}
.cart-product-inner .cart-product-remove a:hover {
  color: #00c5ff;
}

.cart-product-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
}
.cart-product-total .value, .cart-product-total .price {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.cart-product-btn .btn {
  border-radius: 40px;
  text-transform: uppercase;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
}

/* Sticky header */
.header-sticky {
  background: #29166f;
}
.header-sticky.sticky {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  animation: fadeInDown 0.5s ease-in-out;
}

/*=======================================
    2.3 Header Mobile CSS
=========================================*/
/*  Mobile Menu */
.offcanvas-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #383838;
  opacity: 0.6;
}

.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  transition-duration: 700ms;
  z-index: 9999;
}
.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper.open .mobile-menu-inner {
  transform: none;
}

.mobile-menu-inner {
  width: 100%;
  height: 100%;
  width: 300px;
  background-color: #ffffff;
  box-shadow: -1px 0px 20px -5px #aaa;
  position: relative;
  transform: translateX(calc(100% - 50px));
  transition: all 0.3s ease 0s;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 575px) {
  .mobile-menu-inner {
    width: 280px;
  }
}
.mobile-menu-inner .offcanvas-btn-close {
  display: flex;
  font-size: 24px;
  color: #383838;
  opacity: 1;
  position: absolute;
  right: 100%;
  background-color: #ffffff;
  height: 40px;
  width: 30px;
  align-items: center;
  justify-content: center;
}
.mobile-menu-inner .offcanvas-btn-close i {
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
}
.mobile-menu-inner .offcanvas-btn-close i:hover {
  transition: all 0.3s ease 0s;
  transform: rotate(90deg);
}
.mobile-menu-inner .widget-social {
  justify-content: flex-start;
  display: flex;
}

.mobile-menu-inner-wrapper {
  padding: 20px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-menu-inner-wrapper .search-box-offcanvas form {
  position: relative;
  width: 100%;
}
.mobile-menu-inner-wrapper .search-box-offcanvas form .search-input-offcanvas {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ebebeb;
  font-size: 13px;
  padding: 0 40px 0 15px;
  border: 0px;
}
.mobile-menu-inner-wrapper .search-box-offcanvas form .search-input-offcanvas:focus {
  outline: 0px;
  border: 0px;
}
.mobile-menu-inner-wrapper .search-box-offcanvas form .search-btn {
  background: transparent;
  border: 0px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
}

.mobile-menu {
  text-align: start;
  padding: 10px 0px 20px;
  margin-top: 30px;
  height: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.mobile-menu > .has-children > a i {
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
}
.mobile-menu > .has-children .dropdown a {
  padding-top: 5px;
  display: block;
  padding-left: 15px;
  font-size: 13px;
}
.mobile-menu > .has-children.active > a {
  color: #00c5ff;
}
.mobile-menu > .has-children.active > a i {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.mobile-menu > li {
  margin-bottom: 15px;
}
.mobile-menu > li > a {
  color: #000000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  line-height: 18px;
}
.mobile-menu > li > a:hover {
  color: #00c5ff;
}
.mobile-menu > li:last-child {
  margin-bottom: 0;
}

.contact-links {
  text-align: left;
  margin-bottom: 40px;
}
.contact-links li {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.contact-links li a {
  color: #000000;
}
.contact-links li a:hover {
  color: #00c5ff;
}
.contact-links li i {
  color: #000000;
  margin-right: 10px;
  font-size: 22px;
}
.contact-links li:last-child {
  margin-bottom: 0px;
}

.widget-social a {
  font-size: 18px;
  padding: 5px;
}
.widget-social a:hover {
  color: #00c5ff;
}

.offcanvas-lag-curr .header-top-lan-curr-link .dropdown {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.offcanvas-lag-curr .header-top-lan-curr-link .dropdown .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.offcanvas-lag-curr .header-top-lan-curr-link .dropdown .dropdown-toggle {
  border: 0px;
  background: transparent;
  line-height: 1;
  font-size: 13px;
}
.offcanvas-lag-curr .header-top-lan-curr-link .dropdown .dropdown-toggle::before {
  display: none;
}
.offcanvas-lag-curr .header-top-lan-curr-link .dropdown .dropdown-toggle::after {
  display: none;
}
.offcanvas-lag-curr .header-top-lan-curr-link .dropdown .dropdown-toggle:focus {
  outline: 0px;
  border: 0px;
}
.offcanvas-lag-curr .header-top-lan-curr-link .dropdown .dropdown-toggle:hover {
  color: #00c5ff;
}
.offcanvas-lag-curr .header-top-lan-curr-link .dropdown .dropdown-menu li a {
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
}

/*----------------------------------------*/
/*  03. Component CSS
/*----------------------------------------*/
/*=======================================
    3.01 Button CSS
=========================================*/
.btn {
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid transparent;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.btn:focus {
  box-shadow: none;
}
.btn:active:focus {
  box-shadow: none;
}

/* Button Color & Style (Solid) */
.btn-primary {
  border-color: #00c5ff;
  background-color: #00c5ff;
  color: #ffffff;
  background-color: #00c5ff;
  border: 1px solid transparent;
}

.btn-dark {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn-heading-dark {
  border-color: #383838;
  background-color: #383838;
  color: #ffffff;
}

.btn-light {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #000000;
}

.btn-bright {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  color: #ffffff;
}

.btn-splashy {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #ffffff;
}

.btn-gray-deep {
  border-color: #d8d8d8;
  background-color: #d8d8d8;
  color: #000000;
  border-radius: 50px;
  padding: 13px 30px;
}

.btn-danger {
  border-color: #DC3545;
  background-color: #DC3545;
  color: #ffffff;
}

.btn-hover-primary:hover {
  border-color: #00c5ff;
  background-color: #00c5ff;
  color: #ffffff;
}

.btn-hover-dark:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn-hover-heading-dark:hover {
  border-color: #383838;
  background-color: #383838;
  color: #ffffff;
}

.btn-hover-light:hover {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #ffffff;
  background-color: #383838;
  border: 1px solid transparent;
}

.btn-hover-bright:hover {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  color: #ffffff;
}

.btn-hover-splashy:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #ffffff;
}

.btn-hover-gray-deep:hover {
  border-color: #d8d8d8;
  background-color: #d8d8d8;
  color: #ffffff;
}

.btn-hover-danger:hover {
  border-color: #DC3545;
  background-color: #DC3545;
  color: #ffffff;
}

/* Button Color & Style (Outline) */
.btn-outline-primary {
  border-color: #00c5ff;
  background-color: #00c5ff;
  color: #ffffff;
  background-color: #00c5ff;
  border: 1px solid transparent;
}

.btn-outline-dark {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn-outline-heading-dark {
  border-color: #383838;
  background-color: #383838;
  color: #ffffff;
}

.btn-outline-light {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #000000;
  border: 2px solid #ebebeb;
  background-color: transparent;
}

.btn-outline-bright {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  color: #ffffff;
}

.btn-outline-splashy {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #ffffff;
}

.btn-outline-gray-deep {
  border-color: #d8d8d8;
  background-color: #d8d8d8;
  color: #ffffff;
}

.btn-outline-danger {
  border-color: #DC3545;
  background-color: #DC3545;
  color: #ffffff;
}

.btn-outline-hover-primary:hover {
  border-color: #00c5ff;
  background-color: #00c5ff;
  color: #ffffff;
}

.btn-outline-hover-dark:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn-outline-hover-heading-dark:hover {
  border-color: #383838;
  background-color: #383838;
  color: #ffffff;
}

.btn-outline-hover-light:hover {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #ffffff;
  background-color: #383838;
  border: 2px solid transparent;
}

.btn-outline-hover-bright:hover {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  color: #ffffff;
}

.btn-outline-hover-splashy:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #ffffff;
}

.btn-outline-hover-gray-deep:hover {
  border-color: #d8d8d8;
  background-color: #d8d8d8;
  color: #ffffff;
}

.btn-outline-hover-danger:hover {
  border-color: #DC3545;
  background-color: #DC3545;
  color: #ffffff;
}

/*=======================================
    3.02 Hero CSS
=========================================*/
.hero-slide-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 710px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-item {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-item {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-item {
    height: 350px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-item {
    height: 300px;
  }
}

.hero-slide-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
}
.hero-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide-content {
  position: relative;
  z-index: 9;
}
.hero-slide-content .sub-title {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .sub-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .sub-title {
    font-size: 18px;
  }
}
.hero-slide-content .title {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 50px;
  color: #0C4DB4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .title {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-content .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.hero-slide-content p {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .hero-slide-content p {
    font-size: 14px;
    line-height: 1.4;
    width: 270px;
    margin: 10px auto 0;
  }
}
.hero-slide-content .btn {
  margin-top: 40px;
  padding: 20px 45px;
  border-radius: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .btn {
    font-size: 14px;
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-content .btn {
    font-size: 12px;
    padding: 10px 18px;
    margin-top: 26px;
  }
}

.hero-slider .main-slider-nav {
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.hero-slider .main-slider-nav::after {
  display: none;
}
.hero-slider .main-slider-nav:hover {
  color: #ffffff;
  background: #00c5ff;
  transition: all 0.3s ease 0s;
}
.hero-slider .home-slider-prev {
  left: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .home-slider-prev {
    left: 5px;
  }
}
.hero-slider .home-slider-next {
  right: 15px;
}
.hero-slider .home-slider-next::after {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .home-slider-next {
    right: 5px;
  }
}
.hero-slider:hover .main-slider-nav, .hero-slider:hover .swiper-pagination {
  opacity: 1;
  visibility: visible;
}
.hero-slider .home-slider-prev, .hero-slider .home-slider-next {
  margin-top: 0;
  transform: translateY(-50%);
}
.hero-slider .home-slider-prev i, .hero-slider .home-slider-next i {
  transition: all 0.3s ease 0s;
}
.hero-slider .home-slider-prev:hover i, .hero-slider .home-slider-next:hover i {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.hero-slider .home-slider-prev::after, .hero-slider .home-slider-next::after {
  display: none;
}
.hero-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
}

.hero-slide-content > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}

.swiper-slide-active .hero-slide-content > * {
  animation-name: fadeInUp;
}
.swiper-slide-active .hero-slide-content > *:nth-child(1) {
  animation-delay: 0.5s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(2) {
  animation-delay: 1.2s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(3) {
  animation-delay: 1.5s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(4) {
  animation-delay: 2s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(5) {
  animation-delay: 2.5s;
}
.swiper-slide-active .hero-slide-content > *:nth-child(6) {
  animation-delay: 3s;
}

.mission {
  position: absolute;
  top: 0;
  width: 554px;
  height: 300px;
  padding: 34px 0 0px 35px;
  background-color: #fff;
  border-radius: 0 0 210px;
  z-index: 1;
}

/*=======================================
    3.03 CTA CSS
=========================================*/
.single-cta-wrapper {
  background: #f4f4f4;
  padding: 30px 28px 25px;
  text-align: center;
}
.single-cta-wrapper .cta-icon {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
}
.single-cta-wrapper .cta-content .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-cta-wrapper .cta-content p {
  font-size: 14px;
}

/*=======================================
    3.04 Products CSS
=========================================*/
/* Product Style */
.product {
  overflow: hidden;
}
.product .thumb {
  position: relative;
  overflow: hidden;
}
.product .thumb .action-wrapper {
  position: absolute;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  padding: 13px 0 11px;
  left: 0%;
  transform: translateY(-50%) translateX(100%);
  top: 50%;
  transition: all 0.9s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.product .thumb .action-wrapper .action {
  display: flex;
  font-size: 20px;
  line-height: 1;
  margin: 0 18px;
  position: relative;
}
.product .thumb .action-wrapper .action::before {
  background-color: #666666;
  content: "";
  height: 21px;
  position: absolute;
  right: -18px;
  top: 0px;
  width: 1px;
}
.product .thumb .action-wrapper .action:last-child::before {
  display: none;
}
.product .thumb .action-wrapper .action:hover {
  color: #00c5ff;
}
.product .thumb .countdown-area {
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 0;
  transition: 0.6s;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product .thumb .countdown-area .single-countdown {
    padding: 5px;
  }
  .product .thumb .countdown-area .single-countdown .single-countdown_time {
    padding: 0px 0 0px;
    font-size: 14px;
    line-height: 12px;
  }
  .product .thumb .countdown-area .single-countdown .single-countdown_text {
    font-size: 12px;
    line-height: 12px;
  }
}
.product .badges {
  position: absolute;
  z-index: 8;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
}
.product .badges span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 4px 12px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 3px;
}
.product .badges span + span {
  margin-top: 6px;
}
.product .badges span.new {
  background-color: #00c5ff;
}
.product .badges span.sale {
  background-color: #000000;
}
.product .content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 0;
  transition: all 0.3s ease 0s;
  text-align: center;
  background-color: #ffffff;
}
.product .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #383838;
}
.product .content .title a {
  text-decoration: none;
  color: #000000;
}
.product .content .title a:hover {
  color: #00c5ff;
}
.product .content .price {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .content .price:not(:last-child) {
  margin-bottom: 20px;
}
.product .content .price span.new {
  color: #000000;
}
.product .content .price span.old {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #DC3545;
  opacity: 0.5;
}
.product:hover .thumb .action-wrapper {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}
.product:hover .thumb .countdown-area {
  opacity: 0;
  visibility: hidden;
  transform: 0.6s;
}

/* Product Tab Nav Style */
.product-tab-nav > li > a {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000000;
  line-height: 25px;
  padding: 0px 16px;
}
@media only screen and (max-width: 767px) {
  .product-tab-nav > li > a {
    font-size: 20px;
  }
}
.product-tab-nav > li > a:hover {
  color: #00c5ff;
}
.product-tab-nav > li > a.active {
  color: #00c5ff;
}

.product-deal-content .title {
  font-size: 20px;
  color: #383838;
  line-height: 1;
}
.product-deal-content .title:hover {
  color: #00c5ff;
}
.product-deal-content .rating {
  justify-content: flex-start;
}
.product-deal-content .price {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-deal-content .price:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content .price:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content .price:not(:last-child) {
    margin-bottom: 15px;
  }
}
.product-deal-content .price span.new {
  color: #555;
}
.product-deal-content .price span.old {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #00c5ff;
  opacity: 0.5;
}
.product-deal-content p {
  color: #383838;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content p {
    margin-bottom: 20px;
  }
}
.product-deal-content .countdown-wrapper .single-countdown {
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .product-deal-content .countdown-wrapper .single-countdown {
    padding: 10px;
  }
}
.product-deal-content .countdown-wrapper .single-countdown .single-countdown_time {
  padding: 0px 0 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
.product-deal-content .countdown-wrapper .single-countdown .single-countdown_text {
  font-size: 12px;
}
.product-deal-content .btn {
  border-radius: 50px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content .btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .product-deal-content .btn {
    font-size: 12px;
    padding: 10px 18px;
  }
}

.product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  font-size: 17px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}
.product-deal-carousel .swiper-nav-button::after, .product-carousel .swiper-nav-button::after {
  display: none;
}
.product-deal-carousel .swiper-nav-button:hover, .product-carousel .swiper-nav-button:hover {
  color: #ffffff;
  background: #00c5ff;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
.product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-button-prev, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-button-prev {
  left: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-button-prev, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-button-prev {
    left: 0px;
  }
}
.product-deal-carousel .swiper-deal-button-next, .product-deal-carousel .swiper-button-next, .product-carousel .swiper-deal-button-next, .product-carousel .swiper-button-next {
  right: 0px;
}
.product-deal-carousel .swiper-deal-button-next::after, .product-deal-carousel .swiper-button-next::after, .product-carousel .swiper-deal-button-next::after, .product-carousel .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-deal-carousel .swiper-deal-button-next, .product-deal-carousel .swiper-button-next, .product-carousel .swiper-deal-button-next, .product-carousel .swiper-button-next {
    right: 0px;
  }
}
.product-deal-carousel:hover .main-slider-nav, .product-deal-carousel:hover .swiper-pagination, .product-carousel:hover .main-slider-nav, .product-carousel:hover .swiper-pagination {
  opacity: 1;
  visibility: visible;
}
.product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-deal-button-next, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-deal-button-next {
  margin-top: 0;
  transform: translateY(-50%);
}
.product-deal-carousel .swiper-deal-button-prev i, .product-deal-carousel .swiper-deal-button-next i, .product-carousel .swiper-deal-button-prev i, .product-carousel .swiper-deal-button-next i {
  transition: all 0.3s ease 0s;
}
.product-deal-carousel .swiper-deal-button-prev:hover i, .product-deal-carousel .swiper-deal-button-next:hover i, .product-carousel .swiper-deal-button-prev:hover i, .product-carousel .swiper-deal-button-next:hover i {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.product-deal-carousel .swiper-deal-button-prev::after, .product-deal-carousel .swiper-deal-button-next::after, .product-carousel .swiper-deal-button-prev::after, .product-carousel .swiper-deal-button-next::after {
  display: none;
}
.product-deal-carousel .swiper-pagination, .product-carousel .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}

/*=======================================
    3.06 About CSS
=========================================*/
.about-content .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-content .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content .title {
    font-size: 24px;
  }
}
.about-content p {
  font-size: 14px;
  line-height: 1.8;
}
.about-content .about-content-list li {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.about-content .about-content-list li span {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.about-content .btn {
  margin-top: 40px;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-content .btn {
    margin-top: 20px;
  }
}

/*=======================================
    3.07 Team CSS
=========================================*/
.single-team-wrapper {
  background-color: #f9f9f9;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
}
.single-team-wrapper .thumb {
  position: relative;
}
.single-team-wrapper .thumb .social-share {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.single-team-wrapper .thumb .social-share a {
  background-color: #ffffff;
  border-radius: 100%;
  color: #555555;
  display: inline-block;
  font-size: 13px;
  height: 28px;
  margin: 0 5px;
  width: 28px;
  visibility: hidden;
  opacity: 0;
  bottom: -10px;
  position: relative;
}
.single-team-wrapper .thumb .social-share a i {
  line-height: 28px;
}
.single-team-wrapper .thumb .social-share a:hover {
  background: #00c5ff;
  color: #ffffff;
}
.single-team-wrapper .thumb .social-share a:last-child {
  margin-right: 0px;
}
.single-team-wrapper .thumb .social-share a:nth-child(1) {
  transition-delay: 0.1s;
}
.single-team-wrapper .thumb .social-share a:nth-child(2) {
  transition-delay: 0.2s;
}
.single-team-wrapper .thumb .social-share a:nth-child(3) {
  transition-delay: 0.3s;
}
.single-team-wrapper .thumb .social-share a:nth-child(4) {
  transition-delay: 0.4s;
}
.single-team-wrapper:hover .thumb .social-share a {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.single-team-wrapper .content {
  text-align: center;
  padding: 25px 10px;
}
.single-team-wrapper .content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.single-team-wrapper .content .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

/*=======================================
    3.08 Testimonial CSS
=========================================*/
.testimonial-content {
  margin-top: -8px;
  margin-bottom: 35px;
}
.testimonial-content p {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  width: 750px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-content p {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-content p {
    width: 430px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-content p {
    width: 280px;
  }
}

.testimonial-thumb {
  margin-bottom: -10px;
}
.testimonial-thumb img {
  width: 100px;
  height: 100px;
  border: 1px solid #00c5ff;
  border-radius: 100%;
}
.testimonial-thumb .thumb-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 35px;
  line-height: 1;
}
.testimonial-thumb .thumb-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1;
}

/*=======================================
    3.09 Newsletter CSS
=========================================*/
.newsletter-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-content p {
    font-size: 14px;
  }
}

.newsletter-form-wrap.newsletter-inner .mc-form .form-control {
  padding-right: 130px;
  padding-left: 30px;
  height: 50px;
  font-size: 14px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-wrap.newsletter-inner .mc-form .form-control {
    padding-right: 120px;
    padding-left: 20px;
    font-size: 13px;
  }
}
.newsletter-form-wrap.newsletter-inner .mc-form .newsletter-btn {
  padding: 8px 15px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-wrap.newsletter-inner .mc-form .newsletter-btn {
    font-size: 14px;
  }
}

/*=======================================
    3.10 Breadcrumb CSS
=========================================*/
.breadcrumb-area {
  padding: 50px 0;
}

.breadcrumb-wrapper .breadcrumb-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px 0 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.breadcrumb-wrapper ul {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.breadcrumb-wrapper ul li {
  position: relative;
  margin-right: 20px;
}
.breadcrumb-wrapper ul li a {
  font-weight: 500;
}
.breadcrumb-wrapper ul li a:hover {
  color: #00c5ff;
}
.breadcrumb-wrapper ul li::after {
  position: absolute;
  content: "";
  background: #000000;
  width: 5px;
  height: 1px;
  top: 50%;
  transform: translateX(-50%);
  right: -15px;
}
.breadcrumb-wrapper ul li:last-child {
  margin-right: 0;
  font-size: 14px;
}
.breadcrumb-wrapper ul li:last-child::after {
  display: none;
}

/*=======================================
    3.12 Modal CSS
=========================================*/
.modalquickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 1200px;
}
@media only screen and (max-width: 575px) {
  .modalquickview .modal-dialog {
    width: calc(100% - 15px);
  }
}
.modalquickview .modal-dialog .modal-content {
  padding: 30px;
}
.modalquickview .modal-dialog .modal-content .close {
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  top: -5px;
  right: -6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .modalquickview .modal-dialog .modal-content .close {
    justify-content: center;
  }
}
.modalquickview .product-summery {
  position: absolute;
  right: 15px;
  left: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modalquickview .product-summery {
    position: relative;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modalquickview .product-summery {
    margin-top: 0;
  }
}

.modal-product-carousel img {
  border: 1px solid #ebebeb;
}
.modal-product-carousel .swiper-button-prev, .modal-product-carousel .swiper-button-next {
  display: flex;
  align-items: center;
}
.modal-product-carousel .swiper-button-prev:focus, .modal-product-carousel .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}
.modal-product-carousel .swiper-button-prev:after, .modal-product-carousel .swiper-button-next:after {
  display: none;
}
.modal-product-carousel .swiper-button-prev i, .modal-product-carousel .swiper-button-next i {
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  color: #000000;
  background: #ebebeb;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.modal-product-carousel .swiper-button-prev i:hover, .modal-product-carousel .swiper-button-next i:hover {
  color: #ffffff;
  background: #00c5ff !important;
  transition: 0.3s;
}

/*=======================================
    3.13 Footer CSS
=========================================*/
.single-footer-widget .widget-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-footer-widget .desc-content {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
.single-footer-widget .widget-social a {
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.single-footer-widget .widget-social a:hover {
  color: #00c5ff;
}
.single-footer-widget .widget-list li {
  margin-bottom: 10px;
}
.single-footer-widget .widget-list li a {
  color: #000000;
  font-size: 14px;
  line-height: 1;
}
.single-footer-widget .widget-list li a:hover {
  color: #00c5ff;
  padding-left: 5px;
}
.single-footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}

.newsletter-form-wrap .mc-form {
  position: relative;
}
.newsletter-form-wrap .mc-form .form-control {
  border: none;
  background: #ffffff;
  border-radius: 50px;
  font-size: 12px;
  color: #000000;
  height: 45px;
  padding: 0 100px 0 15px;
}
.newsletter-form-wrap .mc-form .form-control::placeholder {
  color: #000000;
}
.newsletter-form-wrap .mc-form .newsletter-btn {
  position: absolute;
  background: #00c5ff;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  right: 5px;
  line-height: 35px;
  border: none;
  padding: 0 15px;
  text-transform: uppercase;
}
.newsletter-form-wrap .mc-form .newsletter-btn:focus {
  border: 0px;
  outline: 0;
  box-shadow: 0px;
}
.newsletter-form-wrap .mc-form .newsletter-btn:focus:active {
  border: 0px;
  outline: 0;
}
.newsletter-form-wrap .mc-form .newsletter-btn:hover {
  color: #ffffff;
  background: #000000;
}

.copyright-content p {
  color: #000000;
  font-size: 15px;
}
.copyright-content p a:hover {
  color: #00c5ff;
}

.footer-bottom .payment a {
  width: 290px;
  margin: 0 0 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer-bottom .payment a {
    margin: 0 auto;
  }
}

.bg-name-black {
  background-color: #202942;
}

.bg-name-primary {
  background-color: #00c5ff;
}

.bg-name-dark {
  background-color: #000000;
}

.bg-name-heading-dark {
  background-color: #383838;
}

.bg-name-light {
  background-color: #ebebeb;
}

.bg-name-bright {
  background-color: #f4f4f4;
}

.bg-name-splashy {
  background-color: #f9f9f9;
}

.bg-name-gray-deep {
  background-color: #d8d8d8;
}

.bg-name-danger {
  background-color: #DC3545;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-n5 {
  margin-top: -5px;
}

.p-t-5 {
  padding-top: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-n5 {
  margin-bottom: -5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-n5 {
  margin-left: -5px;
}

.p-l-5 {
  padding-left: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-n5 {
  margin-right: -5px;
}

.p-r-5 {
  padding-right: 5px;
}

.m-5 {
  margin: 5px;
}

.p-5 {
  padding: 5px;
}

.m-n-5 {
  margin-negative: 5px;
}

.m-n-n5 {
  margin-negative: -5px;
}

.p-n-5 {
  padding-negative: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-n10 {
  margin-top: -10px;
}

.p-t-10 {
  padding-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-n10 {
  margin-bottom: -10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-n10 {
  margin-left: -10px;
}

.p-l-10 {
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-n10 {
  margin-right: -10px;
}

.p-r-10 {
  padding-right: 10px;
}

.m-10 {
  margin: 10px;
}

.p-10 {
  padding: 10px;
}

.m-n-10 {
  margin-negative: 10px;
}

.m-n-n10 {
  margin-negative: -10px;
}

.p-n-10 {
  padding-negative: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-n15 {
  margin-top: -15px;
}

.p-t-15 {
  padding-top: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-n15 {
  margin-bottom: -15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-n15 {
  margin-left: -15px;
}

.p-l-15 {
  padding-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-n15 {
  margin-right: -15px;
}

.p-r-15 {
  padding-right: 15px;
}

.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.m-n-15 {
  margin-negative: 15px;
}

.m-n-n15 {
  margin-negative: -15px;
}

.p-n-15 {
  padding-negative: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-n20 {
  margin-top: -20px;
}

.p-t-20 {
  padding-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-n20 {
  margin-bottom: -20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-n20 {
  margin-left: -20px;
}

.p-l-20 {
  padding-left: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-n20 {
  margin-right: -20px;
}

.p-r-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.p-20 {
  padding: 20px;
}

.m-n-20 {
  margin-negative: 20px;
}

.m-n-n20 {
  margin-negative: -20px;
}

.p-n-20 {
  padding-negative: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-n25 {
  margin-top: -25px;
}

.p-t-25 {
  padding-top: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-n25 {
  margin-bottom: -25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-n25 {
  margin-left: -25px;
}

.p-l-25 {
  padding-left: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-n25 {
  margin-right: -25px;
}

.p-r-25 {
  padding-right: 25px;
}

.m-25 {
  margin: 25px;
}

.p-25 {
  padding: 25px;
}

.m-n-25 {
  margin-negative: 25px;
}

.m-n-n25 {
  margin-negative: -25px;
}

.p-n-25 {
  padding-negative: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-n30 {
  margin-top: -30px;
}

.p-t-30 {
  padding-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-n30 {
  margin-bottom: -30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-n30 {
  margin-left: -30px;
}

.p-l-30 {
  padding-left: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-n30 {
  margin-right: -30px;
}

.p-r-30 {
  padding-right: 30px;
}

.m-30 {
  margin: 30px;
}

.p-30 {
  padding: 30px;
}

.m-n-30 {
  margin-negative: 30px;
}

.m-n-n30 {
  margin-negative: -30px;
}

.p-n-30 {
  padding-negative: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-n35 {
  margin-top: -35px;
}

.p-t-35 {
  padding-top: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-n35 {
  margin-bottom: -35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-n35 {
  margin-left: -35px;
}

.p-l-35 {
  padding-left: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-n35 {
  margin-right: -35px;
}

.p-r-35 {
  padding-right: 35px;
}

.m-35 {
  margin: 35px;
}

.p-35 {
  padding: 35px;
}

.m-n-35 {
  margin-negative: 35px;
}

.m-n-n35 {
  margin-negative: -35px;
}

.p-n-35 {
  padding-negative: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-n40 {
  margin-top: -40px;
}

.p-t-40 {
  padding-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-n40 {
  margin-bottom: -40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-n40 {
  margin-left: -40px;
}

.p-l-40 {
  padding-left: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-n40 {
  margin-right: -40px;
}

.p-r-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.p-40 {
  padding: 40px;
}

.m-n-40 {
  margin-negative: 40px;
}

.m-n-n40 {
  margin-negative: -40px;
}

.p-n-40 {
  padding-negative: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-n45 {
  margin-top: -45px;
}

.p-t-45 {
  padding-top: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-n45 {
  margin-bottom: -45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-n45 {
  margin-left: -45px;
}

.p-l-45 {
  padding-left: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-n45 {
  margin-right: -45px;
}

.p-r-45 {
  padding-right: 45px;
}

.m-45 {
  margin: 45px;
}

.p-45 {
  padding: 45px;
}

.m-n-45 {
  margin-negative: 45px;
}

.m-n-n45 {
  margin-negative: -45px;
}

.p-n-45 {
  padding-negative: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-n50 {
  margin-top: -50px;
}

.p-t-50 {
  padding-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-n50 {
  margin-bottom: -50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-n50 {
  margin-left: -50px;
}

.p-l-50 {
  padding-left: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-n50 {
  margin-right: -50px;
}

.p-r-50 {
  padding-right: 50px;
}

.m-50 {
  margin: 50px;
}

.p-50 {
  padding: 50px;
}

.m-n-50 {
  margin-negative: 50px;
}

.m-n-n50 {
  margin-negative: -50px;
}

.p-n-50 {
  padding-negative: 50px;
}

/*=======================================
    3.11 Sidebar CSS
=========================================*/
/*-- Shop Sidebar Area Start --*/
.sidebar_widget .widget_inner .widget-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.sidebar_widget .widget_inner .search-box {
  display: flex;
  flex-wrap: wrap;
}
.sidebar_widget .widget_inner .search-box .form-control {
  border: 1px solid #ebebeb;
  padding: 10px;
  transition: 0.3s;
  display: block;
  border-radius: 0;
  height: 50px;
  font-size: 12px;
  width: calc(100% - 50px);
}
.sidebar_widget .widget_inner .search-box .form-control:focus {
  box-shadow: none;
}
.sidebar_widget .widget_inner .search-box .search-icon {
  border-radius: 0;
  color: #000000;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 20px;
  border: 1px solid #ebebeb;
  border-left: 0px;
  background: transparent;
}
.sidebar_widget .widget_inner .search-box .search-icon:focus {
  box-shadow: none;
}
.sidebar_widget .widget_inner .search-box .search-icon:hover {
  background: #00c5ff;
  border-color: #00c5ff;
  color: #ffffff;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li {
  padding: 10px 0;
  line-height: 1;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li:last-child {
  padding-bottom: 0px;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-input {
  margin-right: 5px;
  cursor: pointer;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label {
  color: #555555;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 500;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label:hover {
  color: #00c5ff;
  transition: all 0.3s ease 0s;
}
.sidebar_widget .blog-list-wrapper .single-blog-list {
  display: flex;
  flex-wrap: wrap;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-thumb {
  width: 70px;
  border: 1px solid #00c5ff;
  height: 100%;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content {
  width: calc(100% - 70px);
  padding-left: 10px;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name {
  font-size: 14px;
  font-weight: 600;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name a {
  color: #555555;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name a:hover {
  color: #00c5ff;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-meta p {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-list > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  color: #555555;
  font-weight: 500;
  padding-bottom: 10px;
}
.sidebar-list > li > a:hover {
  color: #00c5ff;
}
.sidebar-list > li:last-child a {
  padding-bottom: 0;
}

.tags li {
  display: inline-block;
}
.tags li a {
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 13px;
  padding: 5px 10px;
}
.tags li a:hover {
  color: #ffffff;
  background: #00c5ff;
  border-color: #00c5ff;
}

.single-product-list {
  display: flex;
  flex-wrap: wrap;
}
.single-product-list .product {
  overflow: visible;
  width: 100px;
}
.single-product-list .product-list-content {
  padding-left: 10px;
  width: calc(100% - 100px);
}
.single-product-list .product-list-content .product-name {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
}
.single-product-list .product-list-content .product-name:hover a {
  text-decoration: underline;
  color: #00c5ff;
}
.single-product-list .product-list-content .price {
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000000;
}
.single-product-list .product-list-content .price:not(:last-child) {
  margin-bottom: 20px;
}
.single-product-list .product-list-content .price span.new {
  color: #00c5ff;
}
.single-product-list .product-list-content .price span.old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #DC3545;
  opacity: 0.5;
}

.sidebar-body-archive .title {
  font-size: 17px;
  font-weight: 700;
  color: #555555;
}
.sidebar-body-archive .archive-list li {
  line-height: 35px;
  color: #242424;
  font-size: 16px;
  transition: 0.3s;
}
.sidebar-body-archive .archive-list li span {
  margin-right: 5px;
}
.sidebar-body-archive .archive-list li a {
  text-decoration: none;
  color: #555555;
}
.sidebar-body-archive .archive-list li a:hover {
  color: #00c5ff;
  padding-left: 5px;
}

.lapdatmoi-step {
  --i: var(--wide, 1);
  --j: calc(1 - var(--i));
  --k: calc(1 - var(--narr, 0));
  height: 100%;
}
@media (max-width: 55.75rem) {
  .lapdatmoi-step {
    --wide: 0 ;
  }
}
@media (max-width: 550px) {
  .lapdatmoi-step {
    --narr: 1 ;
  }
}
@media (max-width: 340px) {
  .lapdatmoi-step {
    font-size: 0.75em;
  }
}
.lapdatmoi-step article {
  --p: var(--parity, 0);
  --q: calc(1 - var(--p));
  --s: calc(1 - 2*var(--p));
  display: grid;
  grid-template: calc(var(--i)*3.375rem + var(--j)*4.5rem) calc(var(--i)*6.5rem + var(--j)*3rem) minmax(0, auto)/calc(var(--i)*calc(var(--q)*29rem + var(--p)*14.375rem) + var(--j)*100%) calc(var(--i)*calc(var(--q)*14.375rem + var(--p)*29rem));
  grid-gap: 0 calc(var(--i)*2rem);
  grid-auto-flow: column dense;
  margin: calc(var(--i)*3.375rem + var(--j)*1em) auto;
  border: solid calc(var(--i)*0.1875rem) transparent;
  padding: calc(var(--i)*0.75rem + var(--j)*2vw) calc(var(--i)*4rem + var(--j)*2vw);
  width: calc(var(--i)*53.75rem + var(--j)*100%);
  border-radius: calc(var(--i)*9.125rem);
  box-shadow: calc(var(--i)*1em + var(--j)*0.375em) calc(var(--i)*1em + var(--j)*0.375em) calc(3*calc(var(--i)*1em + var(--j)*0.375em)) rgba(0, 0, 0, 0.5);
  background: linear-gradient(calc(var(--s)*90deg), #e6e6e6, #ececec) padding-box, linear-gradient(to right bottom, #fff, #c8c8c8) border-box;
  counter-increment: idx;
}
.lapdatmoi-step article:nth-child(2n) {
  --parity: 1 ;
}
.lapdatmoi-step h3 {
  grid-column: calc(1 + var(--i)*var(--q));
  grid-row: 1/span calc(1 + 2*var(--i));
  margin: calc(var(--i)*-2.25rem) 0;
  border: solid calc(var(--i)*0.1875rem) transparent;
  padding: calc(var(--i)*2.25rem) calc(var(--i)*2.25rem);
  border-radius: calc(var(--i)*calc(var(--q)*50%)) calc(var(--i)*calc(var(--p)*50%));
  box-shadow: inherit;
  background: linear-gradient(calc(var(--s)*45deg), #ee8c35, #ad4716) padding-box, linear-gradient(calc(var(--s)*-45deg), #ee8c35, #ad4716) border-box;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: calc(var(--i) + var(--j)*3);
  text-align: center;
}
.lapdatmoi-step h3:before {
  font-size: calc(calc(var(--i)*4 + var(--j)*1)*1em);
  font-weight: 900;
  text-shadow: -2px -1px #999;
  content: counter(idx, decimal-leading-zero) " ";
}
.lapdatmoi-step h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid calc(var(--i)*0.1875rem) #ee8c35;
  width: calc(100% - var(--k)*60%);
  border-radius: calc(var(--i)*1.265625rem + var(--j)*1.5rem);
  color: #ad4716;
  text-transform: capitalize;
  margin: -6px;
}
.lapdatmoi-step h4:before {
  margin-right: 0.25em;
  border: solid 2px currentcolor;
  width: 1em;
  height: 1em;
  font-size: 1.75em;
  line-height: 0.8125;
  border-radius: 50%;
  text-align: center;
  content: "+";
}
.lapdatmoi-step p {
  padding: 0.75rem 0;
  padding-left: calc(var(--k)*2.5em);
  text-indent: calc(var(--k)*2em);
}

.lapdatmoi-body-archive .archive-list li {
  line-height: 35px;
  color: #242424;
  font-size: 16px;
  transition: 0.3s;
}
.lapdatmoi-body-archive .archive-list li span {
  margin-right: 5px;
}
.lapdatmoi-body-archive .archive-list li a {
  text-decoration: none;
  color: #555555;
}
.lapdatmoi-body-archive .archive-list li a:hover {
  color: #00c5ff;
  padding-left: 5px;
}
.lapdatmoi-body-archive .btn-download {
  background-color: #198754;
}

.single-product-tab .nav-tabs {
  justify-content: center;
  border-bottom: 0px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .nav-tabs {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.single-product-tab .nav-tabs .nav-item {
  text-align: center;
}
.single-product-tab .nav-tabs .nav-item .nav-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0px;
  color: #000000;
  text-transform: uppercase;
  border: 0px;
  margin: 0 37px;
  padding: 0 0 13px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    padding: 0px 0px 8px 0px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}
.single-product-tab .nav-tabs .nav-item .nav-link:hover {
  color: #00c5ff;
  background-color: transparent;
}
.single-product-tab .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link.active {
  color: #00c5ff;
  background-color: transparent;
}
.single-product-tab .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 0;
  background-color: #00c5ff;
  opacity: 0;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #000000;
  right: -37px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .nav-tabs .nav-item .nav-link::before {
    right: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-tab .nav-tabs .nav-item .nav-link::before {
    display: none;
  }
}
.single-product-tab .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.single-product-tab .nav-tabs .nav-item:last-child .nav-link::before {
  display: none;
}
.single-product-tab .nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}
.single-product-tab .tab-content {
  border-top: 0px;
}
.single-product-tab .tab-content .desc-content {
  padding: 40px 30px 0;
}
.single-product-tab .tab-content .desc-content p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .tab-content .desc-content {
    padding-top: 30px;
  }
}
.single-product-tab .pro_review {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .pro_review {
    flex-direction: column;
  }
}
.single-product-tab .review_thumb {
  min-width: 80px;
}
.single-product-tab .review_thumb img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_thumb {
    min-width: 60px;
    margin-right: 10px;
  }
}
.single-product-tab .review_details {
  border: 1px solid #ddd;
  margin-left: 26px;
  padding: 10px 20px;
  position: relative;
  border-radius: 3px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details {
    margin-left: 0;
    padding: 10px 10px;
  }
}
.single-product-tab .review_details:before {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.single-product-tab .review_details .review-title-date .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details .review-title-date .title {
    font-size: 16px;
    font-weight: 600;
  }
}
.single-product-tab .review_details .review-title-date span {
  font-size: 14px;
  color: #555555;
  margin-left: 5px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details .review-title-date span {
    font-size: 12px;
    margin-left: 5px;
  }
}
.single-product-tab .review_details p {
  font-size: 14px;
  color: #000000;
}
.single-product-tab .rating_wrap .rating-title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.single-product-tab .rating_wrap p {
  font-size: 14px;
  color: #555555;
}
.single-product-tab .rating_wrap .rating-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.single-product-tab .comments-reply-area .comment-input input, .single-product-tab .comments-reply-area .comment-input textarea, .single-product-tab .comments-reply-area .comment-form-comment input, .single-product-tab .comments-reply-area .comment-form-comment textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 40px;
}
.single-product-tab .comments-reply-area .comment-input input:focus, .single-product-tab .comments-reply-area .comment-input textarea:focus, .single-product-tab .comments-reply-area .comment-form-comment input:focus, .single-product-tab .comments-reply-area .comment-form-comment textarea:focus {
  border-color: #00c5ff;
}
.single-product-tab .comments-reply-area .comment-input textarea, .single-product-tab .comments-reply-area .comment-form-comment textarea {
  height: 140px;
}
.single-product-tab .comments-reply-area label {
  display: block;
  margin-bottom: 3px;
}
.single-product-tab .shipping-policy .title {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .shipping-policy .title {
    font-size: 20px;
  }
}
.single-product-tab .shipping-policy .policy-list {
  padding-left: 20px;
}
.single-product-tab .shipping-policy .policy-list li {
  list-style: inside;
}
.single-product-tab .shipping-policy p {
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .product_tab_content .single-review {
    flex-direction: column;
  }
  .single-product-tab .product_tab_content .single-review .review_thumb {
    width: 80px;
    margin: 0 auto 20px;
  }
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
  padding: 10px 15px;
  background: #f8f8f8;
  border: 1px solid transparent;
  transition: 0.3s;
  font-size: 14px;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
  font-size: 14px;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}

/*----------------------------------------*/
/*  04. Pages CSS
/*----------------------------------------*/
/*=======================================
    4.01 Blog CSS
=========================================*/
.blog-content .blog-meta {
  margin-top: 30px;
}
@media only screen and (max-width: 479px) {
  .blog-content .blog-meta {
    margin-top: 20px;
  }
}
.blog-content .blog-meta ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog-content .blog-meta ul li {
  color: #000000;
  line-height: 1;
}
.blog-content .blog-meta ul li span {
  font-size: 14px;
  margin-right: 5px;
}
.blog-content .blog-meta ul li a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  position: relative;
}
.blog-content .blog-meta ul li a::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 1px;
  background: #383838;
  top: 50%;
  transform: translateX(-50%);
  left: 100%;
  margin-left: 10px;
}
.blog-content .blog-meta ul li a:hover {
  color: #00c5ff;
}
.blog-content .blog-title {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content .blog-title {
    font-size: 22px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-content .blog-title {
    font-size: 18px;
    margin-top: 15px;
  }
}
.blog-content .blog-title a {
  color: #0C4DB4;
}
.blog-content .blog-title a:hover {
  color: #00c5ff;
}
.blog-content .blog-title h5 {
  color: #0C4DB4;
}
.blog-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555555;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-content p {
    margin-top: 15px;
  }
}
.blog-content .more-link {
  margin-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-decoration: underline;
}
@media only screen and (max-width: 479px) {
  .blog-content .more-link {
    margin-top: 20px;
  }
}
.blog-content .more-link:hover {
  color: #00c5ff;
}

.blog-details-wrapper .blog-image {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-details-title-meta .title {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-title-meta .title {
    font-size: 24px;
  }
}
.blog-details-wrapper .blog-details-title-meta .blog-meta {
  display: flex;
  margin-bottom: 15px;
}
.blog-details-wrapper .blog-details-title-meta .blog-meta li {
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
  position: relative;
}
.blog-details-wrapper .blog-details-title-meta .blog-meta li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: -15px;
  width: 5px;
  height: 1px;
  background: #000000;
}
.blog-details-wrapper .blog-details-title-meta .blog-meta li:last-child {
  margin-right: 0;
}
.blog-details-wrapper .blog-details-title-meta .blog-meta li:last-child::before {
  display: none;
}
.blog-details-wrapper .blog-details-title-meta .blog-meta li a {
  font-weight: 600;
  color: #000000;
  margin-right: 5px;
}
.blog-details-wrapper .blog-details-title-meta .blog-meta li a:hover {
  color: #00c5ff;
}
.blog-details-wrapper p {
  font-size: 14px;
  line-height: 26px;
  color: #383838;
}
.blog-details-wrapper blockquote {
  margin: 30px 0;
  border: 0;
  padding: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
}
.blog-details-wrapper .blog-details-tag-social {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f6f6f6;
}
@media only screen and (max-width: 479px) {
  .blog-details-wrapper .blog-details-tag-social {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .blog-details-wrapper .blog-details-tag-social .blog-details-tag {
    flex-direction: column;
  }
}
.blog-details-wrapper .blog-details-tag-social .blog-details-tag ul li {
  display: inline-block;
  position: relative;
}
.blog-details-wrapper .blog-details-tag-social .blog-details-tag ul li::after {
  background-color: #6d6d6d;
  content: "";
  font-size: 8px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 6px;
  transform: rotate(20deg);
  width: 1.5px;
}
.blog-details-wrapper .blog-details-tag-social .blog-details-tag ul li:last-child::after {
  display: none;
}
.blog-details-wrapper .blog-details-tag-social .blog-details-tag ul li a {
  color: #444;
  font-size: 16px;
  margin-right: 18px;
  text-transform: capitalize;
}
.blog-details-wrapper .blog-details-tag-social .blog-details-tag ul li a:hover {
  color: #00c5ff;
}
.blog-details-wrapper .blog-details-tag-social .widget-social a {
  vertical-align: middle;
}
.blog-details-wrapper .blog-desc-title {
  font-size: 20px;
  font-weight: bold;
}
.blog-details-wrapper .blog-details-comment-area .blog-details-comment-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-comment-area .blog-details-comment-wrapper {
    flex-direction: column;
  }
}
.blog-details-wrapper .blog-details-comment-area .blog-details-comment-wrapper .thumb {
  margin-right: 30px;
  width: 110px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-comment-area .blog-details-comment-wrapper .thumb {
    margin: 0 auto 0 0;
  }
}
.blog-details-wrapper .blog-details-comment-area .blog-details-comment-wrapper .content {
  width: calc(100% - 110px);
}
@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-comment-area .blog-details-comment-wrapper .content {
    width: 100%;
    margin-top: 20px;
  }
}
.blog-details-wrapper .blog-details-comment-area .blog-details-comment-wrapper .content .title {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-details-wrapper .blog-details-comment-area .blog-details-comment-wrapper .content .meta li {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.blog-details-wrapper .comment-post-area .input-area {
  padding: 10px 15px;
  background: #f8f8f8;
  border: 1px solid transparent;
  transition: 0.3s;
  font-size: 15px;
}
.blog-details-wrapper .comment-post-area .input-area:focus {
  transition: 0.3s;
  outline: 0px;
  box-shadow: none;
}
.blog-details-wrapper .comment-post-area .btn {
  border-radius: 50px;
}

/*=======================================
    4.02 Shop CSS
=========================================*/
/*-- Shop Toolbar Area Start Here --*/
.shop_toolbar_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.shop_toolbar_wrapper .shop_toolbar_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop_toolbar_wrapper .shop_toolbar_btn button {
  border: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
  padding: 10px;
  color: #000000;
  background-color: #ebebeb;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:last-child {
  margin-right: 0px;
}
.shop_toolbar_wrapper .shop_toolbar_btn button.active {
  color: #ffffff;
  background: #00c5ff;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:focus {
  box-shadow: none;
  outline: none;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:hover {
  color: #ffffff;
  background: #00c5ff;
  border-color: #00c5ff;
}
.shop_toolbar_wrapper .shop-top-bar-right {
  display: flex;
  align-items: center;
}
.shop_toolbar_wrapper .shop-top-bar-right .title {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper .shop-top-bar-left {
    margin-bottom: 10px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-left .shop-top-show span {
  color: #000000;
  font-size: 14px;
}
.shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
  margin-right: 60px;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
    margin-right: 15px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by {
  margin-right: 0px;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select {
  border-radius: 0px;
  border-color: #ebebeb;
  height: 32px;
  line-height: 30px;
  cursor: pointer;
  width: 200px;
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select {
    width: 190px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .list, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .list {
  width: 200px;
  padding: 10px 0;
  border-radius: 0px;
  z-index: 99;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li {
  margin: 0 10px;
  padding: 10px 0;
  background: transparent;
  line-height: 1;
  min-height: 20px;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li:hover, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li:hover {
  padding-left: 5px;
  display: block;
  color: #00c5ff;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select:focus, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select:focus {
  border-color: #00c5ff;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .current, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .current {
  color: #000000;
  font-size: 14px;
}

/*-- Shop Toolbar Area End Here --*/
/* Shop Wrapper Start */
.shop_wrapper.grid_list {
  transition: 0.3s;
  animation-duration: 1s;
  animation-name: fadeIn;
}
.shop_wrapper.grid_list .product-inner {
  display: flex;
}
.shop_wrapper.grid_4, .shop_wrapper.grid_5, .shop_wrapper.grid_3 {
  transition: 0.6s;
  animation-duration: 2s;
  animation-name: fadeIn;
  margin-bottom: -40px;
}
.shop_wrapper.grid_4 .product, .shop_wrapper.grid_5 .product, .shop_wrapper.grid_3 .product {
  margin-bottom: 40px;
}
.shop_wrapper.grid_4 .product .thumb img, .shop_wrapper.grid_5 .product .thumb img, .shop_wrapper.grid_3 .product .thumb img {
  width: 100%;
}
.shop_wrapper.grid_4 .product .content .price, .shop_wrapper.grid_5 .product .content .price, .shop_wrapper.grid_3 .product .content .price {
  margin-bottom: 0;
}
.shop_wrapper.grid_4 .product .content .action-btn, .shop_wrapper.grid_5 .product .content .action-btn, .shop_wrapper.grid_3 .product .content .action-btn {
  display: none;
}
.shop_wrapper .content p {
  display: none;
}

.grid_list .product .product-inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .grid_list .product .product-inner {
    flex-direction: column;
  }
}
.grid_list .product:last-child .product-inner {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.grid_list .product .thumb {
  width: 270px;
}
.grid_list .product .thumb img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .grid_list .product .thumb {
    width: 220px;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .grid_list .product .thumb {
    width: 100%;
    height: 100%;
  }
}
.grid_list .product .thumb .action-wrapper {
  display: none;
}
.grid_list .product .content {
  width: calc(100% - 270px);
  text-align: start;
  padding-top: 10px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .grid_list .product .content {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 575px) {
  .grid_list .product .content {
    width: 100%;
    padding-left: 10px;
  }
}
.grid_list .product .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .grid_list .product .content .title {
    margin-top: 20px;
  }
}
.grid_list .product .content .rating {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.grid_list .product .content .price {
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.grid_list .product .content p {
  display: block;
  font-size: 14px;
}
.grid_list .product .content .action-btn.cart-btn .add-to_cart {
  width: 130px;
  margin-right: 15px;
}
.grid_list .product .content .action-btn.cart-btn .add-to_cart .btn {
  width: 100%;
  display: block;
  padding: 10px 14px;
}
.grid_list .product .content .action-btn .action {
  border: 1px solid #dcdcdc;
  color: #000000;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 40px;
  margin: 0 16px 0 0;
  text-align: center;
  width: 50px;
}
.grid_list .product .content .action-btn .action:hover {
  background: #00c5ff;
  color: #ffffff;
  border-color: #00c5ff;
}

/* Shop Wrapper End */
/*=======================================
    4.03 Contact CSS
=========================================*/
.contact-title .title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-content p {
  font-size: 14px;
  line-height: 2;
}
.contact-content .contact-block {
  margin: 30px 0;
}
.contact-content .contact-block ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-content .contact-block ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-content .contact-block ul li i {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.contact-content .contact-block ul li a:hover {
  color: #00c5ff;
}
.contact-content .working-time .title {
  font-weight: 600;
}
.contact-content .working-time p {
  font-size: 14px;
}

.contact-form-wrapper .input-area .input-item, .contact-form-wrapper .input-area .textarea-item {
  padding: 10px 15px;
  background: #f8f8f8;
  border: 1px solid transparent;
  transition: 0.3s;
  width: 100%;
  font-size: 14px;
}
.contact-form-wrapper .input-area .input-item:focus, .contact-form-wrapper .input-area .textarea-item:focus {
  border: 1px solid transparent;
  outline: 0px;
  box-shadow: none;
}
.contact-form-wrapper .btn {
  border-radius: 50px;
}

/* Contact Map */
.contact-map {
  height: 500px;
  width: 100%;
  display: block;
}

/*=======================================
    4.04 My Account CSS
=========================================*/
.myaccount-tab-menu {
  flex-direction: column;
}
.myaccount-tab-menu a {
  border: 1px solid #ebebeb;
  border-bottom: none;
  color: #000000;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
}
.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #ebebeb;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #00c5ff;
  border-color: #00c5ff;
  color: #ffffff;
}
.myaccount-tab-menu a i {
  text-align: center;
  width: 25px;
}

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}
.myaccount-content {
  border: 1px solid #ebebeb;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}
.myaccount-content form .single-input-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.myaccount-content form .single-input-item input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ebebeb;
  font-size: 14px;
}
.myaccount-content form .single-input-item input:focus {
  border: 1px solid #00c5ff;
}
.myaccount-content form .single-input-item .required {
  font-weight: 600;
  font-size: 14px;
}
.myaccount-content form .single-item-button {
  width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .myaccount-content form .single-item-button {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content form .single-item-button {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content form .single-item-button {
    width: 100%;
  }
}
.myaccount-content .title {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #000000;
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content .title {
    font-size: 18px;
  }
}
.myaccount-content .welcome a {
  color: #000000;
}
.myaccount-content .welcome a:hover {
  color: #00c5ff;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #00c5ff;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  color: #000000;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 30px;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th, .myaccount-table .table th {
  color: #000000;
  padding: 10px;
  font-weight: 500;
  background-color: #f8f8f8;
  border-color: #ebebeb;
  border-bottom: 0;
}
.myaccount-table table td, .myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ebebeb;
}

.saved-message {
  background-color: #ebebeb;
  border-top: 3px solid #00c5ff;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 15px;
  color: #666666;
  padding: 20px;
}

/*=======================================
    4.05 Login Register CSS
=========================================*/
.login-wrapper, .register-wrapper {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  padding: 80px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper, .register-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .login-wrapper, .register-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .login-wrapper, .register-wrapper {
    padding: 25px 10px;
  }
}
.login-wrapper .title, .register-wrapper .title {
  font-weight: 800;
  font-size: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper .title, .register-wrapper .title {
    font-size: 26px;
  }
}
.login-wrapper .desc-content, .register-wrapper .desc-content {
  font-size: 14px;
}
.login-wrapper .single-input-item input, .register-wrapper .single-input-item input {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  color: #000000;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #ebebeb;
}
.login-wrapper .single-input-item input:focus, .register-wrapper .single-input-item input:focus {
  border: 1px solid #ebebeb;
}
.login-wrapper .single-input-item .login-reg-form-meta, .register-wrapper .single-input-item .login-reg-form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrapper .single-input-item .login-reg-form-meta .btn, .register-wrapper .single-input-item .login-reg-form-meta .btn {
  font-weight: 600;
}
.login-wrapper .single-input-item .login-reg-form-meta .forget-pwd, .register-wrapper .single-input-item .login-reg-form-meta .forget-pwd {
  font-size: 14px;
}
.login-wrapper .single-input-item .login-reg-form-meta .forget-pwd:hover, .register-wrapper .single-input-item .login-reg-form-meta .forget-pwd:hover {
  color: #00c5ff;
}
.login-wrapper .lost-password a, .register-wrapper .lost-password a {
  font-size: 14px;
  transition: all 0.3s ease 0s;
}
.login-wrapper .lost-password a:hover, .register-wrapper .lost-password a:hover {
  color: #00c5ff;
  transition: all 0.3s ease 0s;
  text-decoration: underline;
}

/*=======================================
    4.06 Wishlist CSS
=========================================*/
.wishlist-table .table {
  margin: 0;
  white-space: nowrap;
}
.wishlist-table .table thead tr th {
  border-color: #ebebeb;
  border-bottom: 0 solid transparent;
  color: #000000;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.wishlist-table .table tr {
  border-color: #ebebeb;
}
.wishlist-table .table tr .pro-thumbnail, .wishlist-table .table tr .pro-price, .wishlist-table .table tr .pro-stock, .wishlist-table .table tr .pro-cart, .wishlist-table .table tr .pro-title, .wishlist-table .table tr .pro-remove {
  text-align: center;
  align-items: center;
}
.wishlist-table .table tr .pro-thumbnail {
  width: 120px;
}
.wishlist-table .table tr .pro-price {
  width: 130px;
}
.wishlist-table .table tr .pro-title {
  width: 270px;
}
.wishlist-table .table tr .pro-stock {
  width: 180px;
}
.wishlist-table .table tr .pro-cart {
  width: 150px;
}
.wishlist-table .table tr .pro-remove {
  width: 120px;
}
.wishlist-table .table tbody td {
  border-color: #ebebeb;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}
.wishlist-table .table tbody td a {
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
}
.wishlist-table .table tbody td a:hover {
  color: #00c5ff;
}
.wishlist-table .table tbody td a.btn {
  color: #ffffff;
}
.wishlist-table .table tbody td a.check-btn {
  color: #ffffff;
}
.wishlist-table .table tbody td.pro-title {
  font-size: 14px;
  font-weight: 600;
}
.wishlist-table .table tbody td.pro-remove a i {
  font-size: 18px;
  font-weight: 400;
}

/*=======================================
    4.07 Cart CSS
=========================================*/
.cart-table .table {
  margin: 0;
  white-space: nowrap;
}
.cart-table .table thead tr th {
  border-color: #ebebeb;
  border-bottom: 0 solid transparent;
  color: #000000;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.cart-table .table tr {
  border-color: #ebebeb;
}
.cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price, .cart-table .table tr .pro-quantity, .cart-table .table tr .pro-subtotal, .cart-table .table tr .pro-remove {
  text-align: center;
  align-items: center;
}
.cart-table .table tr .pro-thumbnail {
  width: 115px;
}
.cart-table .table tr .pro-price {
  width: 135px;
}
.cart-table .table tr .pro-title {
  width: 270px;
}
.cart-table .table tr .pro-quantity {
  width: 180px;
}
.cart-table .table tr .pro-quantity .quantity {
  margin-right: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus {
  width: 120px;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus .cart-plus-minus-box {
  width: 120px;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus .qtybutton {
  border: 0px;
}
.cart-table .table tr .pro-subtotal {
  width: 120px;
}
.cart-table .table tr .pro-remove {
  width: 150px;
}
.cart-table .table tbody td {
  border-color: #ebebeb;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}
.cart-table .table tbody td a {
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
}
.cart-table .table tbody td a:hover {
  color: #00c5ff;
}
.cart-table .table tbody td a.btn {
  color: #ffffff;
}
.cart-table .table tbody td a.check-btn {
  color: #ffffff;
}
.cart-table .table tbody td.pro-remove a i {
  font-size: 18px;
  font-weight: 400;
}
.cart-table .table tbody td.pro-title {
  font-size: 14px;
  font-weight: 600;
}

/*-- Cart Update Option Style --*/
.cart-button-section {
  display: flex;
  flex-direction: row;
  padding: 43px 20px 30px;
  border: 1px solid #ebebeb;
  border-top: 0px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cart-button-section {
    flex-direction: column;
  }
}
.cart-button-section .cart-btn-lef-side {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .cart-button-section .cart-btn-lef-side {
    flex-direction: column;
  }
}
.cart-button-section .btn {
  margin-right: 20px;
  border-radius: 5px;
}
.cart-button-section .btn:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 575px) {
  .cart-button-section .btn {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .cart-button-section .btn:last-child {
    margin-bottom: 0px;
  }
}

/*-- Cart Calculator / Cart Date style --*/
.cart-calculator-wrapper {
  border: 1px solid #ebebeb;
  padding: 20px;
}
.cart-calculator-wrapper .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-calculator-wrapper a {
  text-align: center;
}
.cart-calculator-wrapper .cart-calculate-items {
  font-weight: 500;
}
.cart-calculator-wrapper .cart-calculate-items .table {
  margin-bottom: 0;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td {
  color: #000000;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
  color: #000000;
  text-align: right;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
  color: #00c5ff;
  font-weight: 700;
}
.cart-calculator-wrapper .btn {
  border-radius: 5px;
}

/*=======================================
    4.08 Checkout CSS
=========================================*/
.coupon-accordion .title {
  background-color: #ebebeb;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 20px;
  position: relative;
  width: auto;
  text-transform: none;
}
@media only screen and (max-width: 479px) {
  .coupon-accordion .title {
    line-height: 24px;
    padding: 10px;
    font-size: 14px;
  }
}
.coupon-accordion .title span {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.coupon-accordion .title span:hover {
  color: #00c5ff;
}
.coupon-accordion span {
  transition: 0.3s;
  text-transform: none;
  font-weight: 600;
}
.coupon-accordion .coupon-content {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}
.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
  color: #000000;
  font-size: 15px;
  margin-bottom: 5px;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label span .required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span .required {
  color: #00c5ff;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #ebebeb;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 10px 0 10px;
  width: 370px;
  background-color: transparent;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input:focus, .coupon-accordion .coupon-content .coupon-info p.form-row-last input:focus {
  border: 1px solid #00c5ff;
}
.coupon-accordion .coupon-content .coupon-info p .form-row input[type=submit] {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: 0.3s;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p .form-row input[type=checkbox] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p .form-row label {
  margin-top: 7px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password {
  margin-top: 15px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password a {
  font-size: 14px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password a:hover {
  color: #00c5ff;
}
.coupon-accordion .coupon-content .coupon-info .coupon-text {
  font-size: 15px;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
    width: 140px;
  }
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text]:focus {
  border: 1px solid #00c5ff;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit] {
  margin-left: 6px;
}

.checkbox-form .title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  width: 100%;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .checkbox-form .title {
    font-size: 18px;
  }
}
.checkbox-form .country-select {
  margin-bottom: 25px;
}
.checkbox-form .country-select .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
}
.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}
.checkbox-form .checkout-form-list input[type=text],
.checkbox-form .checkout-form-list input[type=password],
.checkbox-form .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 10px 0 10px;
  font-size: 14px;
}
.checkbox-form .checkout-form-list input[type=text]:focus,
.checkbox-form .checkout-form-list input[type=password]:focus,
.checkbox-form .checkout-form-list input[type=email]:focus {
  border: 1px solid #00c5ff;
}
.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px;
}
.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}
.checkbox-form .checkout-form-list label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
  color: #000000;
  font-size: 15px;
}
.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.checkbox-label {
  color: #000000;
  font-weight: 500;
  cursor: pointer;
}
.checkbox-label:hover {
  color: #00c5ff;
  transition: 0.3s;
}

.create-account,
#ship-box-info {
  display: none;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .order-notes .checkout-form-list-2 {
    margin-bottom: 30px;
  }
}
.order-notes textarea {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 90px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
}
.order-notes textarea:focus {
  border: 1px solid #00c5ff;
}

.your-order-area {
  padding: 30px 40px 30px;
}
@media only screen and (max-width: 479px) {
  .your-order-area {
    padding: 30px 20px;
  }
}
.your-order-area .title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  width: 100%;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .your-order-area .title {
    font-size: 20px;
  }
}
.your-order-area .your-order-table .table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order-area .your-order-table .table thead tr th {
  border-top: medium none;
  font-weight: normal;
  vertical-align: middle;
  min-width: 140px;
  font-weight: 400;
}
.your-order-area .your-order-table .table thead tr th, .your-order-area .your-order-table .table thead tr td {
  border-bottom: 1px solid;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  font-weight: 400;
  color: #000000;
}
.your-order-area .your-order-table .table .order-total td {
  border-bottom: medium none;
  color: #000000;
}
.your-order-area .your-order-table .table .order-total td span {
  font-size: 20px;
}
.your-order-area .your-order-table .table .order-total th {
  border-bottom: medium none;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.your-order-area .your-order-table .table .cart-subtotal td {
  color: #000000;
}
.your-order-area .your-order-table .table .cart-subtotal th {
  color: #000000;
}
.your-order-area .your-order-table .table thead tr, .your-order-area .your-order-table .table tbody tr, .your-order-area .your-order-table .table tfoot tr {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.your-order-area .your-order-table .table thead tr th, .your-order-area .your-order-table .table thead tr td, .your-order-area .your-order-table .table tbody tr th, .your-order-area .your-order-table .table tbody tr td, .your-order-area .your-order-table .table tfoot tr th, .your-order-area .your-order-table .table tfoot tr td {
  border-color: #b0b0b0 !important;
  width: 50%;
  display: block;
  min-width: 200px;
}

.payment-accordion .single-payment .panel-title {
  display: block;
}
.payment-accordion .single-payment .panel-title .collapse-off {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #000000;
  background: #ebebeb;
}
.payment-accordion .single-payment .panel-title .collapse-off:hover {
  background: #00c5ff;
  color: #ffffff;
}
.payment-accordion .single-payment .card-body {
  margin-bottom: 30px;
}
.payment-accordion .single-payment .card-body p {
  font-size: 14px;
  line-height: 1.9;
}

/*=======================================
    4.09 Compare CSS
=========================================*/
.compare-table .table tbody tr {
  border-color: #ebebeb;
}
.compare-table .table tbody tr td {
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  border-color: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td {
    padding: 10px;
  }
}
.compare-table .table tbody tr td.first-column {
  min-width: 230px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 150px;
  }
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 313px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 260px;
  }
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #00c5ff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #00c5ff;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
  font-size: 14px;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 14px;
  font-weight: 400;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  transition: 0.4s;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #00c5ff;
}

/*=======================================
    4.1 FAQ CSS
=========================================*/
.faq_content_area .title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .faq_content_area .title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.accordion .card-header {
  background-color: #ffffff;
  padding: 0px;
  border: 0px;
}
.accordion .card-header .btn {
  padding: 0px;
  font-size: 14px;
  text-transform: inherit;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #000000;
  text-align: start;
  line-height: 1.4;
  width: 100%;
  padding-right: 30px;
}
.accordion .card-header .btn:hover {
  color: #00c5ff;
}
.accordion .card-body {
  padding-top: 0px;
}
.accordion .card-body p {
  font-size: 14px;
  line-height: 1.9;
  color: #000000;
}
.accordion .card_dipult {
  border: 0px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.accordion .card_dipult:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.accordion .card_dipult:last-child .card-body {
  padding-bottom: 0px;
}
.accordion .card_dipult:last-child .card-header .btn.collapsed {
  margin-bottom: 0px;
}

.card-header.card_accor {
  position: relative;
}
.card-header.card_accor .btn-link i {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-header.card_accor .btn-link i {
    right: 10px;
  }
}
.card-header.card_accor .btn-link i.ti-plus {
  display: none;
}
.card-header.card_accor .btn-link.collapsed i.ti-plus {
  display: block;
}
.card-header.card_accor .btn-link.collapsed i.ti-minus {
  display: none;
}

/*=======================================
    4.2 Error 404 CSS
=========================================*/
.error_form {
  text-align: center;
}
.error_form .title {
  font-size: 200px;
  font-weight: 700;
  color: #00c5ff;
  letter-spacing: 10px;
  line-height: 0.73;
  margin: 0 0 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error_form .title {
    font-size: 130px;
    letter-spacing: 4px;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 479px) {
  .error_form .title {
    font-size: 106px;
    letter-spacing: 4px;
    margin: 0 0 20px;
  }
}
.error_form .sub-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error_form .sub-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 14px;
  }
}
.error_form p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .error_form p {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.error_form .search-form-error {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .error_form .search-form-error {
    width: 100%;
  }
}
.error_form .search-form-error .input-text {
  padding: 0 45px 0 10px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #000000;
  height: 40px;
  width: 100%;
  border-radius: 3px;
}
.error_form .search-form-error .submit-btn {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}
.error_form .search-form-error .submit-btn:hover {
  color: #00c5ff;
}

.gioithieu_hinhthanhphattrien .flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gioithieu_hinhthanhphattrien .input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}
.gioithieu_hinhthanhphattrien .input {
  width: 25px;
  height: 25px;
  background-color: #2C3E50;
  position: relative;
  border-radius: 50%;
}
.gioithieu_hinhthanhphattrien .input:hover {
  cursor: pointer;
}
.gioithieu_hinhthanhphattrien .input::before, .gioithieu_hinhthanhphattrien .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2C3E50;
  width: 5vw;
  height: 5px;
  max-width: 5vw;
}
.gioithieu_hinhthanhphattrien .input::before {
  left: calc(-5vw + 12.5px);
}
.gioithieu_hinhthanhphattrien .input::after {
  right: calc(-5vw + 12.5px);
}
.gioithieu_hinhthanhphattrien .input.active {
  background-color: #2C3E50;
}
.gioithieu_hinhthanhphattrien .input.active::before {
  background-color: #2C3E50;
}
.gioithieu_hinhthanhphattrien .input.active::after {
  background-color: #AEB6BF;
}
.gioithieu_hinhthanhphattrien .input.active span {
  font-weight: 700;
}
.gioithieu_hinhthanhphattrien .input.active span::before {
  font-size: 13px;
}
.gioithieu_hinhthanhphattrien .input.active span::after {
  font-size: 15px;
}
.gioithieu_hinhthanhphattrien .input.active ~ .input, .gioithieu_hinhthanhphattrien .input.active ~ .input::before, .gioithieu_hinhthanhphattrien .input.active ~ .input::after {
  background-color: #AEB6BF;
}
.gioithieu_hinhthanhphattrien .input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.gioithieu_hinhthanhphattrien .input span::before, .gioithieu_hinhthanhphattrien .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.gioithieu_hinhthanhphattrien .input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
}
.gioithieu_hinhthanhphattrien .input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}
.gioithieu_hinhthanhphattrien .description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 18px;
  margin-top: 100px;
}
.gioithieu_hinhthanhphattrien .description-flex-container div {
  margin-top: 0;
  display: none;
}
.gioithieu_hinhthanhphattrien .description-flex-container div.active {
  display: block;
}
.gioithieu_hinhthanhphattrien .main-content {
  display: flex;
  width: 80vw;
  font-size: 18px;
  margin-top: 100px;
}
@media (min-width: 1250px) {
  .gioithieu_hinhthanhphattrien .input::before {
    left: -50px;
  }
  .gioithieu_hinhthanhphattrien .input::after {
    right: -50px;
  }
}
@media (max-width: 850px) {
  .gioithieu_hinhthanhphattrien .input {
    width: 17px;
    height: 17px;
  }
  .gioithieu_hinhthanhphattrien .input::before, .gioithieu_hinhthanhphattrien .input::after {
    height: 3px;
  }
  .gioithieu_hinhthanhphattrien .input::before {
    left: calc(-5vw + 8.5px);
  }
  .gioithieu_hinhthanhphattrien .input::after {
    right: calc(-5vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .gioithieu_hinhthanhphattrien .flex-parent {
    justify-content: initial;
  }
  .gioithieu_hinhthanhphattrien .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }
  .gioithieu_hinhthanhphattrien .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #AEB6BF;
  }
  .gioithieu_hinhthanhphattrien .input::before, .gioithieu_hinhthanhphattrien .input::after {
    content: none;
  }
  .gioithieu_hinhthanhphattrien .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .gioithieu_hinhthanhphattrien .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .gioithieu_hinhthanhphattrien .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ECF0F1;
  }
  .gioithieu_hinhthanhphattrien .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}

.gioithieu_nganhnghekinhdoanh .image_nganhnghekinhdoanh {
  max-width: 1000px;
  align-items: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blog {
  transition: all 0.3s ease;
}
.blog .content h4 {
  line-height: 1.2;
}
.blog .content .title {
  transition: all 0.5s ease;
}
.blog .content .title:hover {
  color: #00c5ff !important;
}
.blog .content .post-meta .like, .blog .content .post-meta .comments, .blog .content .post-meta .readmore {
  font-size: 15px;
  transition: all 0.5s ease;
}
.blog .content .post-meta .like:hover {
  color: #DC3545 !important;
}
.blog .content .post-meta .comments:hover {
  color: #2eca8b !important;
}
.blog .content .post-meta .readmore:hover {
  color: #00c5ff !important;
}
.blog .author,
.blog .teacher,
.blog .course-fee {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.blog .author {
  top: 5%;
  left: 5%;
}
.blog .teacher {
  bottom: 6%;
  left: 5%;
}
.blog .course-fee {
  bottom: -5%;
  right: 5%;
  width: 50px;
  height: 50px;
}
.blog .course-fee .fee {
  line-height: 50px;
}
.blog.blog-detail:hover {
  transform: translateY(0px) !important;
}
.blog:hover {
  transform: translateY(-10px);
}
.blog:hover .overlay {
  opacity: 0.4;
}
.blog:hover .author,
.blog:hover .teacher,
.blog:hover .course-fee {
  opacity: 1;
}
.blog:hover .blog-title {
  background-color: #00c5ff;
}
.blog .blog-list-meta {
  position: absolute;
  bottom: 24px;
}
.blog .blog-title {
  position: absolute;
  bottom: 104px;
  background-color: #ffffff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.blog .blog-title h5 {
  color: #0C4DB4;
}
.blog .blog-description {
  padding-top: 72px;
}

.main_session_dich_vu {
  background: #ffffff;
  margin: 0 1px;
  margin-bottom: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.main_session_dich_vu:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.main_session_dich_vu .detail {
  padding: 25px 25px 40px;
  display: inline-block;
}
.main_session_dich_vu .detail h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}
.main_session_dich_vu .detail p {
  margin-bottom: 4px;
}
.main_session_dich_vu .detail a {
  color: #00c5ff;
  font-weight: 400;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
}
.main_session_dich_vu .detail a:hover {
  color: #535353;
}
.main_session_dich_vu .detail .blog-footer {
  font-size: 15px;
}
.main_session_dich_vu .detail .blog-footer a {
  color: #00c5ff;
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.main_session_dich_vu .detail .blog-footer a:hover {
  color: #535353;
}

.h-200 {
  height: 200px;
}

.filter-box {
  display: none;
}
.filter-box.show {
  display: block;
}

.tobii-zoom {
  display: block !important;
}

.tobii-zoom__icon {
  display: none;
}

.work-container.work-classic .work-image {
  transition: all 0.5s ease;
}
.work-container.work-classic .work-image:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.work-container.work-classic .content .title, .work-container.work-grid .content .title, .work-container.work-modern .content .title {
  font-size: 18px;
  transition: all 0.5s ease;
}
.work-container.work-classic .content .title:hover, .work-container.work-grid .content .title:hover, .work-container.work-modern .content .title:hover {
  color: #00c5ff !important;
}
.work-container.work-classic .content .tag, .work-container.work-grid .content .tag, .work-container.work-modern .content .tag {
  font-size: 15px !important;
}
.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
  transition: all 0.5s ease;
}
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons {
  position: absolute;
}
.work-container.work-modern .overlay-work {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.work-container.work-modern .content {
  z-index: 1;
  bottom: 5%;
  left: 5%;
}
.work-container.work-modern .content,
.work-container.work-modern .client {
  opacity: 0;
}
.work-container.work-modern .client,
.work-container.work-modern .read_more {
  z-index: 1;
  right: 5%;
  top: 5%;
}
.work-container.work-modern .read_more {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.work-container.work-modern .icons {
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
.work-container.work-modern .icons .work-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.work-container.work-modern .icons .work-icon:hover {
  background: #00c5ff !important;
  color: #ffffff !important;
}
.work-container.work-modern:hover img {
  transform: scale(1.1) rotate(3deg);
}
.work-container.work-modern:hover .overlay-work {
  opacity: 0.65;
}
.work-container.work-modern:hover .icons {
  opacity: 1;
}
.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
  opacity: 1;
}
.work-container.work-grid {
  transition: all 0.5s ease;
}
.work-container.work-grid img, .work-container.work-grid .content, .work-container.work-grid .content .title {
  transition: all 0.5s ease;
}
.work-container.work-grid .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(150px);
  overflow: hidden;
}
.work-container.work-grid:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.work-container.work-grid:hover img {
  transform: translateY(-40px);
}
.work-container.work-grid:hover .content {
  transform: translateY(0);
}

.work-details ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.courses-desc img {
  transition: all 0.5s ease;
}
.courses-desc:hover img {
  transform: scale(1.1) rotate(3deg);
}

.courses-desc .overlay-work,
.popular-tour .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.courses-desc:hover .overlay-work,
.popular-tour:hover .overlay-work {
  opacity: 0.6;
}

.event-schedule {
  transition: all 0.5s ease;
}
.event-schedule .date .day {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(0, 197, 255, 0.1);
  line-height: 48px;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 2px 0.25px rgba(0, 197, 255, 0.5);
}
.event-schedule .date .month {
  font-size: 13px;
}
.event-schedule .content .title {
  font-size: 20px;
  transition: all 0.5s ease;
}
.event-schedule .content .title:hover {
  color: #00c5ff !important;
}
.event-schedule .content .location-time {
  font-size: 14px;
}
.event-schedule:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-color: #00c5ff !important;
  background: #ebebeb !important;
}

.courses-desc {
  transition: all 0.5s ease;
}
.courses-desc .content .title {
  transition: all 0.5s ease;
}
.courses-desc .content .title:hover {
  color: #00c5ff !important;
}
.courses-desc .collection, .courses-desc .preview {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.courses-desc .collection {
  top: 15px;
  left: 15px;
}
.courses-desc .collection i {
  -webkit-text-stroke: 2px #DC3545;
  -webkit-text-fill-color: transparent;
}
.courses-desc .collection i:active {
  -webkit-text-stroke: 0px #DC3545;
  -webkit-text-fill-color: #DC3545;
}
.courses-desc .preview {
  bottom: 15px;
  right: 15px;
}
.courses-desc:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}
.courses-desc:hover .collection, .courses-desc:hover .preview {
  opacity: 1;
}

.personal-port {
  opacity: 0;
  transition: all 0.5s ease;
}

.container-filter li {
  font-size: 13px;
  padding: 0px 15px;
  margin: 5px 3px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  transition: all 0.5s ease;
}
.container-filter li.active, .container-filter li:hover {
  color: #00c5ff !important;
  border-color: #00c5ff !important;
}

.spacing {
  padding: 7px;
}

.shop-features .category-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}
.shop-list .shop-image .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.shop-list .shop-image .overlay-work .out-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.shop-list .shop-image .shop-icons {
  top: 15px;
  right: 15px;
  z-index: 2;
}
.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
  opacity: 1;
}
.shop-list .content .product-name {
  transition: all 0.5s ease;
}
.shop-list .content .product-name:hover {
  color: #00c5ff !important;
}
.shop-list .label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.shop-list .qty-btn {
  pointer-events: none;
  width: 65px;
  padding-left: 12px;
}

.popular-tour .content {
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.main-icon {
  border: 2px solid #f4f4f4;
  height: 40px;
  width: 40px;
  line-height: 0;
  text-align: center;
}
.main-icon .fea {
  height: 20px;
}
@media (min-width: 768px) {
  .main-icon {
    margin: 0 auto;
  }
}

.timeline-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 95%;
  margin: auto;
  width: 2px;
  background-color: #f4f4f4 !important;
}
.timeline-page .timeline-item .date-label-left, .timeline-page .timeline-item .duration-right {
  margin-right: 15px;
}
.timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-color: #00c5ff;
  border-radius: 4px;
  transform: rotate(45deg);
}
.timeline-page .timeline-item .date-label-left {
  float: right;
  margin-right: 15px;
}
.timeline-page .timeline-item .date-label-left:after {
  right: -34px;
}
.timeline-page .timeline-item .duration-right {
  float: left;
  margin-left: 15px;
}
.timeline-page .timeline-item .duration-right:after {
  left: -34px;
}
.timeline-page .timeline-item .event {
  transition: all 0.2s ease;
}
.timeline-page .timeline-item .event.event-description-right {
  margin-left: 15px;
}
.timeline-page .timeline-item .event.event-description-left {
  margin-right: 15px;
  text-align: right;
}

@media (max-width: 767px) {
  .timeline-page {
    margin-left: 18px;
  }
  .timeline-page:after {
    margin: 0;
  }
  .timeline-page .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
  }
  .timeline-page .timeline-item .duration:after {
    left: -21px !important;
  }
  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }
  .timeline-page .timeline-item .event-description-left {
    text-align: left !important;
    margin: 0 0 0 15px;
  }
}

/*# sourceMappingURL=style.css.map */
