/*
Template Name: Farny
Template URI: 
Description: Multipurpose E-commerce HTML Template 
Author: IIDEA INFORMATICS 
Author URI: 
Version: 1.0
 */
/*--
    - Google Font Import 
-----------------------------------------*/
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #333;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 400;
  margin: 0;
  color: #333;
}

h1 {
  font-size: 90px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h3 span {
  color: #F85353;
  font-weight: 500;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #979797;
  margin: 0;
}

p.text-xl {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.text-xl {
    display: none;
  }
}
@media (max-width: 767px) {
  p.text-xl {
    display: none;
  }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #ddd;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 35px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 20px;
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px I !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title h1 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
  }
}

.section-title h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-title h6 {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

/*Button Style */
.main-btn, .white-btn, .dark-btn, .primary-btn, .bordered-btn {
  display: inline-block;
  background: #1b8cd2;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 150px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn, .white-btn, .dark-btn, .primary-btn, .bordered-btn {
    width: 140px;
    height: 45px;
  }
}

.main-btn:hover, .white-btn:hover, .dark-btn:hover, .primary-btn:hover, .bordered-btn:hover {
  background-color: #333;
  color: #FFF;
}

.bordered-btn {
  background: transparent;
  border: 1px solid #fff;
  margin-top: 40px;
}
.bordered-btn:hover {
  background: #000;
  color: #fff !important;
}

.primary-btn {
  background: #029FAE;
  border-radius: 8px;
}

.dark-btn {
  background: #1E2832;
  width: 223px;
  height: 72px;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .dark-btn {
    font-size: 20px;
    line-height: 40px;
    width: 200px;
    height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dark-btn {
    font-size: 20px;
    line-height: 40px;
    width: 160px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .dark-btn {
    font-size: 16px;
    line-height: 26px;
    width: 150px;
    height: 50px;
  }
}

.dark-btn i {
  margin-right: 10px;
}

.white-btn {
  background: #fff;
  color: #333;
  width: 245px;
  height: 72px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .white-btn {
    font-size: 25px;
    line-height: 35px;
    width: 180px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .white-btn {
    font-size: 20px;
    line-height: 30px;
    width: 150px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .white-btn {
    font-size: 16px;
    line-height: 26px;
    width: 150px;
    height: 50px;
  }
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  color: rgba(221, 221, 221, 0.8666666667);
}

textarea {
  height: 250px;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #1b8cd2;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #0D6EFD;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
}

.instragram-section input::placeholder,
.instragram-section textarea::placeholder {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
  color: #717171;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.navbar-toggler-icon {
  background-image: none;
}

.border-top {
  border-top: 1px solid #eee !important;
  padding: 0 2px;
}

/* Bacground Color & Overlay CSS 
============== */
.theme-bg {
  background: #1b8cd2;
}

.white-bg {
  background: #FFFFFF;
}

.gray-bg {
  background: #F6F6F6;
}

.gray-bg-2 {
  background: #F9F9F9;
}

.gray-bg-3 {
  background: #F0F2F3;
}

.gray-bg-4 {
  background: #F9F9F1;
}

.sky-bg {
  background: #F7FAFC;
}

.dark-bg {
  background: #121212;
}

.blue-bg {
  background: #0D6EFD;
}

.purple-bg {
  background: #272343;
}

.dark-bg-two {
  background: #1E2832;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-white {
  color: #FFF;
}

.text-black {
  color: #1D1730;
}

.text-blue {
  color: #272343;
}

/* Scroll Top 
============== */
.go-top {
  background-color: #1b8cd2;
  color: #FFF;
  width: 50px;
  height: 50px;
  bottom: 8em;
  right: 2em;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 1;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .go-top i:before {
    font-size: 14px;
  }
  .go-top {
    right: 1em;
    bottom: 6em;
    z-index: 1;
  }
}
.go-top:hover {
  background-color: #fff;
  color: #020E28;
}

/* Pre-Loader CSS 
============== */
#farny_preloader {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: #F8F8F8;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.farny_loader_logo {
  position: absolute;
}

.farny_loader_logo img {
  width: 80px;
}

#farny_circle_loader {
  width: 120px;
  height: 120px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #1b8cd2;
  border-right-color: #1b8cd2;
  border-bottom-color: #333;
  border-left-color: #333;
  border-radius: 50%;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Sticky CSS 
============== */
.is-sticky .sticky-area {
  background: #fff;
  width: 100%;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

.header-area.absolute-header .is-sticky .sticky-area {
  background: #eee;
}

.header-area .is-sticky .navigation {
  height: 90px;
  margin-top: 0;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 90px;
}

/* The container */
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-wrap input:checked ~ .checkmark {
  background-color: #1b8cd2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrap .checkmark:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Off Canvas Menu
--------------------------------------------------------------*/
.extra-info {
  background: #121212 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 350px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 25px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 15px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.header-top-area {
  padding: 15px 0;
}

.header-top-left p {
  font-size: 14px;
}

.header-top-right-inner .farny-help {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.gray-bg .header-top-right-inner .farny-help {
  color: #777;
}

.header-top-right-inner > div {
  padding-left: 20px;
}

.header-top-lan-curr {
  display: flex;
  flex-wrap: wrap;
}

.header-top-lan-curr.dropdown .dropdown-toggle {
  background: transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: none;
}

.gray-bg .header-top-lan-curr.dropdown .dropdown-toggle {
  color: #777;
}

.header-top-lan-curr.dropdown .dropdown-toggle i {
  font-size: 15px;
  margin-left: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gray-bg .header-top-lan-curr.dropdown .dropdown-toggle i {
  color: #777;
}

.header-top-lan-curr.dropdown .dropdown-menu {
  margin: 0;
  top: 34px !important;
  left: 16px;
  right: 0 !important;
  min-width: 100px;
  overflow: hidden;
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  visibility: hidden;
}

.header-top-lan:hover .dropdown-menu, .header-top-curr:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.header-top-lan-curr.dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.header-top-lan-curr.dropdown .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #4b5966;
  font-size: 14px;
  background: transparent;
}

.header-top-lan-curr.dropdown .dropdown-menu li.active .dropdown-item {
  color: #1b8cd2;
}

.header-top-lan-curr.dropdown .dropdown-toggle::after {
  display: none;
}

.header-right-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-area {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header-right-area {
    margin: 18px 0;
  }
}

.farny-acc-drop {
  position: relative;
}

.farny-dropdown-menu {
  min-width: 150px;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eee;
  display: block;
  border-radius: 5px;
}

.farny-dropdown-menu a {
  padding: 8px 20px;
  font-size: 14px;
  color: #777;
}

.farny-dropdown-menu a:hover {
  background: transparent;
  color: #1b8cd2;
}

.farny-acc-drop:hover .farny-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.header-icon {
  position: relative;
  z-index: 1;
  margin-left: 30px;
}

.header-icon i {
  font-size: 24px;
}
.header-icon i:hover {
  color: #1b8cd2;
}

.icon-notify {
  width: 20px;
  height: 20px;
  background: #1b8cd2;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -10px;
}

.header-three .icon-notify {
  display: none;
}

.category-wrap i {
  font-size: 24px;
}

.category-wrap a {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-left: 20px;
}

.category-wrap {
  display: flex;
  align-items: center;
}

.nav-search-bar .search-icon i {
  font-size: 20px;
  position: absolute;
  top: 11px;
  right: 14px;
  color: #777;
}

.nav-search-bar {
  position: relative;
  z-index: 1;
}

.nav-search-bar .search-form input {
  height: 40px;
}

.header-three .navigation {
  background: #eee;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-three .navigation {
    background: none;
  }
}
@media (max-width: 767px) {
  .header-three .navigation {
    background: none;
  }
}

.header-area-up {
  align-items: center;
  height: 84px;
}
@media (max-width: 767px) {
  .header-area-up {
    flex-direction: column;
    height: 150px;
    justify-content: flex-start;
  }
}

.header-three .search-form {
  background: white;
  width: 420px;
  border-radius: 6px;
}

.header-area-down .category-dropdown {
  border: 1px solid #eee;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area-down .category-dropdown {
    border: none;
  }
}

.header-area-down .dropdown.category-dropdown a.dropdown-toggle {
  padding: 10px;
}

.header-area-down {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area-down {
    padding: 10px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-down {
    display: block;
    padding: 10px 45px;
  }
}
@media (max-width: 767px) {
  .header-area-down {
    display: block;
    padding: 10px 45px;
    margin-top: 45px;
  }
}

.menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .menu-wrap {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu-wrap {
    display: block;
  }
}

.main-menu.menu-three {
  padding-left: 50px;
}

.header-three .nav-search-bar {
  flex-basis: 420px;
}

.contact-wrap {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-wrap {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-wrap {
    display: none;
  }
}

.contact-wrap p {
  font-size: 14px;
  color: #636270;
}

.contact-wrap p b {
  color: #272343;
}

.header-three .header-icon {
  background: #fff;
  padding: 10px;
  border-radius: 7px;
}

.cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 120px;
}

span.cart-count-num {
  background: #007580;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 50%;
}

.main-menu.menu-three .navbar {
  padding: 0;
}

.header-three .logo {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .header-three .logo {
    margin: 20px 0;
  }
}

.header-four .navigation {
  background: #F1F1F1;
}

.header-four .nav-search-bar .search-form input {
  border: none;
}
@media (max-width: 767px) {
  .header-four .nav-search-bar .search-form input {
    display: none;
  }
}

.header-four .header-area-up {
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-four .header-area-up {
    justify-content: start;
  }
}

.header-four .nav-search-bar .search-icon i {
  left: 0;
}
@media (max-width: 767px) {
  .header-four .nav-search-bar .search-icon i {
    display: none;
  }
}

.header-four .header-area-down {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-four .header-area-down {
    display: block;
  }
}

.main-menu.menu-four {
  border-top: 1px solid #E3E3E3;
}

.main-menu.menu-four li.nav-item {
  position: relative;
  margin-right: 0;
  padding-left: 17px;
  padding-right: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu.menu-four li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-menu.menu-four .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .main-menu.menu-four .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
  }
}

.header-area.header-five .navigation {
  background: #fff;
  margin-bottom: 20px;
  padding-top: 5px;
}

.header-five .search-form input {
  border: 2px solid #0D6EFD;
  width: 100%;
  height: 40px;
}

.header-five .search-form input[type=submit] {
  width: 120px;
  background: #0D6EFD;
  color: #fff;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 7px 7px 0;
}

.header-five .search-form .nice-select {
  position: absolute;
  top: 0;
  right: 125px;
  border: none;
  background: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-five .search-form .nice-select {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-five .search-form .nice-select {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-five .search-form .nice-select {
    display: none;
  }
}

.header-five .search-form .nice-select li {
  display: block;
}

.header-five .header-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-five .header-icon p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 5px;
}

.header-five-lan-curr.dropdown .dropdown-toggle {
  background: transparent;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease 0s;
  border: none;
  color: #000;
  font-weight: 500;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-five-lan-curr.dropdown .dropdown-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-five-lan-curr.dropdown .dropdown-toggle {
    display: none;
  }
}

form.search-form {
  position: relative;
  z-index: 1;
}

.dropdown.category-dropdown a.cat-title {
  margin-right: 0;
  padding: 27px 0;
  color: #333;
}

.header-two .dropdown.category-dropdown a.cat-title {
  margin-top: 5px;
}

.header-three .dropdown.category-dropdown a.cat-title {
  margin-right: 0;
  padding: 20px 0;
}

.header-five .dropdown.category-dropdown {
  justify-content: start;
}

.header-five-lan:hover .dropdown-menu, .header-five-curr:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.header-five .header-icon {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-five .header-icon {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-five .header-icon {
    margin-left: 20px;
  }
}

.header-left-wrap {
  text-align: left;
}
@media (max-width: 767px) {
  .header-left-wrap {
    margin-bottom: 20px;
  }
}

.header-right-area {
  text-align: right;
}
@media (max-width: 767px) {
  .header-right-area {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .header-area.header-four {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .header-three .mt-20.mb-20 {
    margin: 0 !important;
  }
}

/* Main Menu 
============== */
.main-menu li.nav-item {
  position: relative;
  margin-right: 45px;
}

.main-menu.menu-three li.nav-item {
  position: relative;
  margin-right: 30px;
}

.main-menu .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 25px 0;
  color: #1A2026;
}

.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #1b8cd2;
}

.main-menu.menu-three .navbar-nav .nav-item .nav-link.active {
  color: #029FAE;
}

.main-menu li.nav-item:hover > a {
  color: #1b8cd2;
}

.main-menu.menu-two .navbar-collapse {
  justify-content: flex-end !important;
}

/*Dropdown Menu */
.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 210px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 78px;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
  padding: 0 25px;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  display: block;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #777;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:hover > a {
  color: #1b8cd2;
}

.dropdown-toggle::after {
  display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

li.nav-item a.nav-link i {
  font-size: 14px;
  margin-left: 8px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  li.nav-item a.nav-link i {
    display: none;
  }
}
@media (max-width: 767px) {
  li.nav-item a.nav-link i {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  li.nav-item a.nav-link i {
    display: none;
  }
}

.contact-info span {
  font-size: 13px;
  letter-spacing: 0px;
}

.header-area .contact-info {
  font-size: 15px;
  color: #333;
  padding-right: 35px;
}

.header-area .contact-info i {
  font-size: 24px;
  color: #63BE61;
}

.header-area .contact-info {
  display: flex;
  align-items: center;
}

.dropdown.category-dropdown {
  width: 200px;
  max-width: 95%;
}

.category-dropdown .dropdown-menu {
  top: 75px;
  left: 0;
  width: 220px;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.dropdown.category-dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}

.dropdown.category-dropdown a.dropdown-toggle {
  display: inline-block;
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .dropdown.category-dropdown a.dropdown-toggle {
    padding: 15px 0;
  }
}

.side-nav {
  position: relative;
  margin: 0;
}

.menu-vertical {
  display: flex;
  align-items: center;
  position: static;
  line-height: 1.5;
  flex-direction: column;
}

.menu-vertical > li {
  width: 100%;
}

.menu-vertical > li > a {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #eee;
  border-top: none;
  padding: 0.9rem 1.9rem;
  width: 100%;
}

.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}

.category-dropdown:not(.is-on):hover .dropdown-menu {
  display: block;
}

.category-dropdown i {
  font-size: 24px;
}

.header-three .main-menu {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-three .main-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-three .main-menu {
    display: block;
  }
}

.hero-area {
  width: 100%;
  display: flex;
  align-items: center;
  height: 570px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    position: relative;
    z-index: 1;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-area {
    position: relative;
    z-index: 1;
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area {
    position: relative;
    z-index: 1;
    height: 400px;
  }
}

.hero-area.hero-area-three {
  background-image: url(../image/hero-bg-3.png);
  width: 100%;
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.hero-area-three {
    position: relative;
    z-index: 1;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-area.hero-area-three {
    position: relative;
    z-index: 1;
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area.hero-area-three {
    position: relative;
    z-index: 1;
    height: 400px;
  }
}

.hero-area-inner p {
  font-size: 16px;
  line-height: 50px;
}

.hero-rectangle-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .hero-rectangle-wrap {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-rectangle-wrap {
    display: none;
  }
}

.hero-area-three .section-title h1 {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.01px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-three .section-title h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .hero-area-three .section-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.hero-area-three .section-title p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.hero-area-four .hero-area-inner h1 {
  font-family: "Roboto", sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 55px;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-area-four .hero-area-inner h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-four .hero-area-inner h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-area-four .hero-area-inner h1 {
    font-size: 40px;
  }
}

.hero-area-four .hero-area-inner p {
  font-size: 30px;
  font-weight: 400;
  line-height: 55px;
  font-family: "Roboto";
  color: #000;
  margin: 60px 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-area-four .hero-area-inner p {
    font-size: 24px;
    line-height: 44px;
    margin: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-four .hero-area-inner p {
    font-size: 20px;
    line-height: 35px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .hero-area-four .hero-area-inner p {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
  }
}

.hero-area.hero-area-four {
  height: 570px;
}
@media (max-width: 767px) {
  .hero-area.hero-area-four {
    height: auto;
  }
}

.hero-area-four .hero-area-bg {
  margin-top: 0;
}
@media (max-width: 767px) {
  .hero-area-four .hero-area-bg {
    margin-top: 50px;
  }
}

#home-2 .single-slide-item {
  background-image: url(/html/devgalaxy/farny/assets/img/slider/slide-1.png);
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
}
#home-2 .hero-area-content {
  padding-left: 80px;
}
@media (max-width: 767px) {
  #home-2 .hero-area-content {
    padding-left: 0;
  }
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: #1b8cd2;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 0.3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #1b8cd2;
  color: #fff;
  border-color: #1b8cd2;
  opacity: 1;
}

.hero-area-img img {
  border-radius: 100px 165px 75px 165px;
}

.hero-area-right {
  padding-left: 40px;
}

#home-3 .hero-area-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-content {
    padding-right: 200px;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-area-content {
    padding-left: 0;
    padding-right: 0px;
  }
}
#home-3 .single-slide-item {
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #home-3 .single-slide-item {
    background: none;
  }
}

.client-area-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .client-area-inner {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
  }
}

.single-client-wrap {
  display: flex;
  justify-content: center;
}

.single-client-wrap img {
  width: inherit !important;
}
@media (max-width: 767px) {
  .single-client-wrap img {
    margin-bottom: 40px;
    width: 75%;
  }
}

.client-area-wrap {
  padding: 25px 0;
}

.client-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-client {
  width: 150px;
}

.client-section {
  border-top: 1px solid #eee;
}

.client-headline h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.client-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.single-prod-dis-wrap {
  background-size: cover;
  background-position: center;
  height: 400px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-prod-dis-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-prod-dis-wrap {
    margin-bottom: 30px;
  }
}

.single-prod-dis-wrap.one {
  background-image: url(../image/1.jpg);
}

.single-prod-dis-wrap.two {
  background-image: url(../image/2.jpg);
}

.single-prod-dis-wrap.three {
  background-image: url(../image/03.png);
}

.single-prod-dis-wrap.four {
  background-image: url(../image/04.png);
}

.single-prod-dis-wrap.wide {
  background-image: url(../image/05.png);
  height: 430px;
}

.single-prod-dis-wrap .pro-dis-des {
  padding: 30px;
}

.single-prod-dis-wrap .pro-dis-des h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-prod-dis-wrap .pro-dis-des h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.single-prod-dis-wrap.wide .pro-dis-des h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1px;
}

.pro-dis-des p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.single-prod-dis-wrap.wide .pro-dis-des p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.pro-dis-des .main-btn, .pro-dis-des .bordered-btn, .pro-dis-des .primary-btn, .pro-dis-des .dark-btn, .pro-dis-des .white-btn {
  height: 40px;
  width: 120px;
  margin-top: 30px;
  border-color: #333;
  color: #333;
}

.item-rating i {
  color: #FEB53E;
  margin: 15px 0;
}

.item-price p {
  font-size: 28px;
  line-height: 24px;
  color: #1b8cd2;
  font-weight: 600;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .item-price p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .item-price p {
    font-size: 30px;
  }
}

.item-price p span {
  font-size: 16px;
  font-weight: 500;
  color: #777;
  text-decoration: line-through;
  line-height: 24px;
  margin-top: 10px;
}

.countdown-inner h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-inner h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .countdown-inner h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.countdown-inner h4 span {
  color: #F85353;
}

.simply-countdown-one {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .simply-countdown-one {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .simply-countdown-one {
    font-size: 30px;
  }
}

.simply-countdown-one .simply-section {
  margin-right: 28px;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .simply-countdown-one .simply-section {
    margin-right: 10px;
  }
}

.simply-countdown-one .simply-section:last-child {
  margin-right: 0;
}

.simply-countdown-one .simply-section .simply-amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #1b8cd2;
  display: block;
}

.simply-countdown-one .simply-section .simply-word {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #777777;
}

.buy-now-btn .main-btn, .buy-now-btn .bordered-btn, .buy-now-btn .primary-btn, .buy-now-btn .dark-btn, .buy-now-btn .white-btn {
  width: 100%;
}

@media (max-width: 767px) {
  .countdown-img {
    margin-top: 30px;
  }
}

/* Service Slider  */
.service_slider_wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.slider_item {
  display: flex;
  align-items: center;
  height: 100px;
  gap: 80px;
}
@media (max-width: 767px) {
  .slider_item {
    height: 100px;
  }
}

.slider_item h5 {
  font-size: 24px;
  font-weight: 500;
}

.slider_item h5.stroke {
  -webkit-text-stroke: 0.8px #fff;
  -webkit-text-fill-color: #1b8cd2;
}

.slider_item img {
  display: inline-block;
  margin-right: 20px;
}

.slider_item h5 img {
  width: 30px;
}

.slider_item {
  animation: abotech-scroller 27s linear infinite;
  will-change: transform;
  white-space: nowrap;
}

@keyframes abotech-scroller {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes migency-scroller-reverse {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
.top-sell-prod-area .nav-pills .nav-link {
  background: none !important;
  border: 0;
  border-radius: 0;
  color: #777;
  font-size: 16px;
}

.top-sell-prod-area .nav-pills .nav-link.active {
  color: #1b8cd2;
}

.top-sell-prod-area .product-list {
  margin-top: 60px;
  margin-bottom: 45px;
}

.top-product-inner {
  background: #F2F2F2;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.top-product-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

span.flags {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #1b8cd2;
  color: #fff;
  width: 48px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-product-wrapper {
  position: relative;
  z-index: 1;
}

span.flags {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #1b8cd2;
  color: #fff;
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h5.top-product-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 15px 0 5px;
  color: #979797;
  text-align: center;
  font-weight: 700;
}

.product-rating {
  font-size: 16px;
  color: #FEB53E;
  margin: 5px 0;
}

.product-price p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}

.product-price p span {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 25px;
}

.top-prod-thumb-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.top-prod-thumb-icons .icon-list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 24px;
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
  transition: all 0.3s;
}
.top-prod-thumb-icons .icon-list .icon:hover {
  background: #1b8cd2;
  color: #fff;
}

.top-product-wrapper:hover .top-prod-thumb .top-prod-thumb-icons {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.top-sell-prod-area.style-two .nav-pills .nav-link {
  text-transform: uppercase;
}

.top-sell-prod-area.style-two ul.product-list {
  margin-top: 0;
  margin-bottom: 0;
}

.top-sell-prod-area.style-two .nav-pills .nav-link.active {
  color: #272343;
  font-weight: 500;
  border-bottom: 2px solid #038053;
}

.feat-prod-thumb img {
  width: 100%;
}

.product-wrap-slider .owl-nav button i {
  font-size: 25px;
  margin: 0 20px;
  line-height: 1;
}

.product-wrap-slider .owl-nav {
  width: 100%;
  text-align: center;
}

.product-wrap-slider .owl-nav button i {
  background: #ddd;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product-wrap-slider .owl-nav button i:hover {
  background: #1b8cd2;
  color: #fff;
}

.content-left-wrap h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  padding-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .content-left-wrap h3 {
    font-size: 35px;
    line-height: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-left-wrap h3 {
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .content-left-wrap h3 {
    font-size: 30px;
    line-height: 45px;
    padding-right: 45px;
  }
}

.content-left-wrap p {
  font-size: 16px;
  line-height: 28px;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-left-wrap p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .content-left-wrap p {
    margin: 20px 0;
  }
}

.autumn-deal-img-wrap {
  margin-top: 0;
}
@media (max-width: 767px) {
  .autumn-deal-img-wrap {
    margin-top: 50px;
  }
}

.new-arrival-wrap {
  height: 460px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.new-arrival-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF7F3;
  padding: 20px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-arrival-content {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .new-arrival-content {
    padding: 8px;
  }
}

.new-arrival-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.add-to-cart-btn a.main-btn, .add-to-cart-btn a.bordered-btn, .add-to-cart-btn a.primary-btn, .add-to-cart-btn a.dark-btn, .add-to-cart-btn a.white-btn {
  padding: 5px 10px;
  width: 100px;
  height: 34px;
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
}

.new-arrival-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  margin: 5px 0;
}

.new-arrival-wrap:hover .new-arrival-content {
  width: 100%;
}

.new-arrival-wrap:hover .add-to-cart-btn a.main-btn, .new-arrival-wrap:hover .add-to-cart-btn a.bordered-btn, .new-arrival-wrap:hover .add-to-cart-btn a.primary-btn, .new-arrival-wrap:hover .add-to-cart-btn a.dark-btn, .new-arrival-wrap:hover .add-to-cart-btn a.white-btn {
  visibility: visible;
  opacity: 1;
}

.trending-prod-wrap {
  height: 375px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.trending-prod-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF7F3;
  padding: 20px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trending-prod-content {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .trending-prod-content {
    padding: 8px;
  }
}

.trending-prod-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.add-to-cart-btn a.main-btn, .add-to-cart-btn a.bordered-btn, .add-to-cart-btn a.primary-btn, .add-to-cart-btn a.dark-btn, .add-to-cart-btn a.white-btn {
  padding: 5px 10px;
  width: 100px;
  height: 34px;
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
}

.trending-prod-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  margin: 5px 0;
}

.trending-prod-wrap:hover .trending-prod-content {
  width: 100%;
}

.trending-prod-wrap:hover .add-to-cart-btn a.main-btn, .trending-prod-wrap:hover .add-to-cart-btn a.bordered-btn, .trending-prod-wrap:hover .add-to-cart-btn a.primary-btn, .trending-prod-wrap:hover .add-to-cart-btn a.dark-btn, .trending-prod-wrap:hover .add-to-cart-btn a.white-btn {
  visibility: visible;
  opacity: 1;
}

.single-testimonial-item {
  border: 1px solid #E6E6E6;
  padding: 40px 35px;
}

.testimonial-section.gray-bg .single-testimonial-item {
  border: none;
}

.testimonial-rating i {
  font-size: 16px;
  color: #FFA500;
  margin-bottom: 25px;
}

.testimonial-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.testimonial-thumb img {
  width: 80px !important;
  height: auto;
}

.testimonial-title h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.testimonial-title {
  padding-left: 15px;
}

.testimonial-title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.single-testimonial-item:hover {
  border: none;
  box-shadow: 0 0 9px -2px #d0cece;
}

.testimonial-carousel .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.testimonial-carousel .owl-dots button.owl-dot span {
  width: 17px;
  height: 8px;
  background: #EAE9F2;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 20px;
  transition: 0.3s;
}

.testimonial-carousel .owl-dots button.owl-dot.active span {
  width: 45px;
  height: 8px;
  background: #1b8cd2;
  border-radius: 4px;
}

.testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

#testimonial-3 .single-testimonial-item p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #testimonial-3 .single-testimonial-item p {
    font-size: 16px;
  }
}
#testimonial-3 .testimonial-author h6 {
  font-size: 20px;
}
#testimonial-3 .testimonial-author h6 span {
  display: block;
  opacity: 0.5;
  font-size: 85%;
  margin-top: 5px;
}
#testimonial-3 .single-testimonial-item img {
  width: inherit !important;
}
#testimonial-3 .testimonial-author {
  margin-top: 30px;
  justify-content: center;
  gap: 20px;
  text-align: start;
}
#testimonial-3 .testimonial-author img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  display: inline-block !important;
}
#testimonial-3 .testimonial-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}
#testimonial-3 .testimonial-wrapper .owl-nav button.owl-prev,
#testimonial-3 .testimonial-wrapper .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: -150px;
  top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#testimonial-3 .testimonial-wrapper .owl-nav button.owl-next {
  left: auto;
  right: -150px;
}
#testimonial-3 .testimonial-wrapper .owl-nav button.owl-prev:hover,
#testimonial-3 .testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #1b8cd2;
  color: #fff;
  border-color: #1b8cd2;
}
#testimonial-3 .testimonial-wrapper .owl-nav i {
  font-size: 22px;
}

.instragram-inner {
  display: flex;
}

.instragram-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.instragram-inner-two .instragram-item a:before {
  background-image: url(../image/instagram-two.png);
}

.instragram-item a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../image/instagram-Icon.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.instragram-item a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.instragram-item a:hover::before {
  opacity: 1;
  visibility: visible;
}

.instragram-item a:hover::after {
  opacity: 0.6;
  visibility: visible;
}

.instragram-section h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .instragram-section h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instragram-section h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .instragram-section h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.instragram-section h2.newsletter {
  margin-bottom: 0;
  margin-top: 40px;
}

.feature-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin: 30px 0 20px;
}

.feature-inner-wrap {
  background: #fff;
  box-shadow: 0 0 9px -2px #d0cece;
  height: 150px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: -70px;
  position: relative;
  z-index: 9;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .feature-inner-wrap {
    flex-direction: column;
    align-items: flex-start;
    height: 420px;
  }
}

.single-feature-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature-wrap {
    flex-direction: column;
    text-align: center;
  }
}

.feature-desc {
  padding-left: 15px;
}

.feature-desc h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-desc h5 {
    font-size: 15px;
    margin: 10px 0;
  }
}

.feature-desc p {
  color: #9A9CAA;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

#feature-3 .single-feature-item {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #feature-3 .single-feature-item {
    margin-bottom: 30px;
  }
}
#feature-3 .single-feature-item .feature-icon {
  width: 90px;
}
#feature-3 .single-feature-item .feature-content h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}

.single-project-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-project-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-project-wrap img {
  width: 100%;
  object-fit: cover;
}
.single-project-wrap.big img {
  height: 700px;
}
@media (max-width: 767px) {
  .single-project-wrap.big img {
    height: 350px;
  }
}
.single-project-wrap.small img {
  height: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-project-wrap.small img {
    height: 250px;
  }
}
.single-project-wrap.wide img {
  height: 350px;
}

.single-project-wrap .details {
  background: #1b8cd2;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-project-wrap .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-project-wrap h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.single-project-wrap h6 {
  font-size: 18px;
  color: #fff;
}

.single-project-wrap:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.single-project-wrap:hover .details .info {
  opacity: 1;
  margin-top: 0;
}

.single-blog-item {
  background: #F9F9F9;
  padding: 15px;
  margin-top: 60px;
}

.blog-content {
  margin-bottom: 30px;
}

.blog-content p.blog-meta {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 15px 0;
}

.blog-content a h5.blog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}

.blog-content .blog-details a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1b8cd2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-details i {
  font-size: 20px;
  font-weight: 700;
  color: #1b8cd2;
  padding-left: 15px;
}

.blog-details {
  display: flex;
  justify-content: flex-start;
}

.blog-section .pagination {
  margin-top: 60px;
  justify-content: center;
}

.blog-section .page-link {
  border-radius: 0;
  margin-right: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
}

.blog-section .page-item:first-child .page-link {
  display: block;
  border: none;
  display: inline-flex;
}

.blog-section .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-section .active > .page-link, .page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b8cd2;
  border-color: #1b8cd2;
  color: #fff;
}

.single-blog-meta {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.blog-author {
  display: flex;
  align-items: center;
}

.author-title h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #777;
  padding-left: 15px;
}

.blog-date {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.blog-date {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.blog-date i {
  font-size: 25px;
  margin-right: 15px;
  color: #777;
}

.single-blog-meta {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.blog-author {
  display: flex;
  align-items: center;
}

.author-title h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #777;
  padding-left: 15px;
}

.blog-date {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.blog-date {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.blog-date i {
  font-size: 25px;
  margin-right: 15px;
  color: #777;
}

.single-blog-title h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .single-blog-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.single-blog-content p, .single-blog-more-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.single-blog-img {
  margin-top: 30px;
}

.single-blog-img img {
  margin-bottom: 30px;
}

.single-blog-share-tag {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-blog-share-tag {
    display: block;
  }
}

.social-share {
  display: flex;
  align-items: center;
}

.social-link {
  margin-left: 15px;
}

.social-link i {
  font-size: 18px;
  color: #777;
  margin-right: 5px;
}

.social-link i:hover {
  color: #1b8cd2;
}

.blog-tags {
  display: flex;
  align-items: center;
}

.blog-tags ul {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .blog-tags ul {
    margin-left: 5px;
    margin-top: 15px;
  }
}

.blog-tags ul li {
  background: #eee;
  padding: 6px 12px;
  margin-left: 10px;
}

.comments-section {
  padding: 60px 0;
}

.comments-title h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}

.single-comments-item {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-item {
    display: block;
  }
}

.comments-avatar {
  flex: 0 0 100px;
}

.comments-meta {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .comments-meta {
    margin-top: 20px;
  }
}

.comments-meta h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.comments-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.reply-btn i:before {
  font-size: 20px;
  font-weight: 700;
}

.reply-btn {
  font-size: 16px;
}

.reply-btn a {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  margin-left: 10px;
  line-height: 28px;
}

.comments-form {
  background: #f8f8f8;
  padding: 60px;
  padding-right: 200px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .comments-form {
    padding: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments-form {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .comments-form {
    padding: 20px;
  }
}

.comments-form h6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.comments-form form {
  margin-top: 30px;
}

.comments-form input, .comments-form textarea {
  border-radius: 0;
  background: #fff;
  margin-bottom: 30px;
}

.comments-form textarea {
  height: 150px;
}

.comments-form .main-btn, .comments-form .bordered-btn, .comments-form .primary-btn, .comments-form .dark-btn, .comments-form .white-btn {
  width: 200px;
}

.post-category-wrap {
  border: 1px solid #eee;
}

.post-category-wrap h5, .recent-post-wrap h5, .post-tag-wrap h5 {
  padding: 15px 25px;
  background: #F8F8F8;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
}

ul.category-item li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  ul.category-item li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  ul.category-item li {
    font-size: 16px;
  }
}

ul.category-item {
  padding: 25px 25px 0;
}

.recent-post-wrap {
  border: 1px solid #eee;
  margin-top: 30px;
}

.recent-post-inner {
  padding: 25px 15px 0 25px;
}

.single-recent-post {
  display: flex;
  margin-bottom: 20px;
}

.recent-post-thumbnail {
  flex: 0 0 55px;
}

.recent-post-title h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent-post-title h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent-post-title h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recent-post-title h6 {
    font-size: 16px;
  }
}

.recent-post-title p {
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent-post-title p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .recent-post-title p {
    font-size: 14px;
    line-height: 28px;
  }
}

.recent-post-title {
  padding-left: 15px;
}

.post-tag-inner {
  padding: 25px 0 25px 25px;
}

.post-tag-wrap {
  border: 1px solid #eee;
  margin-top: 30px;
}

.post-tag-wrap span {
  border: 1px solid #eee;
  padding: 8px 7px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 5px;
}

.feat-prod-bedge span {
  background: #01AD5A;
  color: #fff;
  width: 50px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
}

.single-feature-product {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.feat-prod-bedge {
  position: absolute;
  top: 20px;
  left: 20px;
}

.feature-prod-content h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #272343;
  margin: 10px 0;
}

p.feat-prod-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #272343;
}

p.feat-prod-price span {
  color: #9A9CAA;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: line-through;
}

.feat-prod-cart {
  background: #eee;
  display: inline-flex;
  border-radius: 7px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.feat-prod-cart i {
  font-size: 22px;
}

.feat-prod-wishlist {
  background: #eee;
  display: inline-flex;
  border-radius: 7px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.feat-prod-bedge span.sales {
  background: #F5813F;
}

.feat-prod-wishlist i {
  font-size: 22px;
}

.feature-prod-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.single-feature-product:hover .feat-prod-wishlist {
  visibility: visible;
  opacity: 1;
}

.single-feature-product:hover .feature-prod-content h6 {
  color: #029FAE;
}

.single-feature-product:hover .feat-prod-cart {
  background: #029FAE;
  color: #fff;
}

.feature-product-carousel .owl-nav button.owl-prev,
.feature-product-carousel .owl-nav button.owl-next {
  background: #eee;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.feature-product-carousel .owl-nav button.owl-prev:hover,
.feature-product-carousel .owl-nav button.owl-next:hover {
  background: #029FAE;
  color: #fff;
}

.feature-product-carousel .owl-nav i {
  font-size: 20px;
}

.feature-product-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
}

.feature-product {
  position: relative;
  z-index: 1;
}

.top-cat-bg {
  position: relative;
  z-index: 1;
}

.top-cat-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 0 0 7px 7px;
}

.top-cat-title h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 8px 0;
}

.top-cat-title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}

.top-category-carousel .owl-nav button.owl-prev,
.top-category-carousel .owl-nav button.owl-next {
  background: #eee;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.top-category-carousel .owl-nav button.owl-prev:hover,
.top-category-carousel .owl-nav button.owl-next:hover {
  background: #029FAE;
  color: #fff;
}

.top-category-carousel .owl-nav i {
  font-size: 20px;
}

.top-category-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
}

.top-cat-prod {
  position: relative;
  z-index: 1;
}

.top-cat-item {
  margin-top: 30px;
}

.popular-prod-img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.popular-prod-img img {
  display: block;
  width: 100%;
}

.popular-prod-details {
  background: rgba(30, 40, 50, 0.91);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
}

.popular-prod-img:hover .popular-prod-details {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.popular-prod-details .prod-title h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}

.popular-prod-details .prod-qty p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}

.popular-tag-title {
  position: absolute;
  top: 40%;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  left: -310px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: auto;
  letter-spacing: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .popular-tag-title {
    display: none;
  }
}

.new-prod-area .section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 53px;
  color: #000;
  letter-spacing: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .new-prod-area .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-prod-area .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .new-prod-area .section-title h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}

.new-prod-area .nav-pills .nav-link {
  background: none !important;
  border: 0;
  border-radius: 0;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 25px;
}

.new-prod-area .nav-pills .nav-link.active {
  color: #000;
}

.new-prod-area ul.product-list {
  margin-top: 60px;
  margin-bottom: 30px;
}

.new-product-inner {
  background: #F2F2F2;
  position: relative;
  overflow: hidden;
}

.new-product-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.new-product-wrapper {
  position: relative;
  z-index: 1;
}

.new-prod-hover-dtl {
  background: rgba(30, 40, 50, 0.91);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
}

.new-prod-thumb:hover .new-prod-hover-dtl {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.hover-dtl-left i, .hover-dtl-right i {
  color: #fff;
  font-size: 24px;
  margin: 10px;
}

.hover-dtl-right {
  color: #fff;
  display: flex;
  align-items: center;
}

.hover-dtl-right a {
  color: #fff;
  font-weight: 400;
}

.new-prod-content h5 {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 20px 0 10px;
}

.product-price span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}

.sale .product-price span {
  color: #FF6F61;
  margin-left: 10px;
}

.new-prod-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-meta p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.new-product-wrapper.sale span.flags, .new-product-wrapper.hot span.flags {
  position: absolute;
  top: 20px;
  left: 0;
  background: #000;
  color: #fff;
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-product-wrapper.hot span.flags {
  background: #1b8cd2;
}

.nav.nav-pills.product-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.best-sell-prod-area .section-title h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 53px;
  color: #000;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .best-sell-prod-area .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .best-sell-prod-area .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .best-sell-prod-area .section-title h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}

.best-sell-prod-area .nav-pills .nav-link {
  background: none !important;
  border: 0;
  border-radius: 0;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 25px;
}

.best-sell-prod-area .nav-pills .nav-link.active {
  color: #000;
}

.best-sell-prod-area ul.product-list {
  margin-top: 60px;
  margin-bottom: 30px;
}

.best-sell-product-inner {
  background: #F2F2F2;
  position: relative;
  overflow: hidden;
}

.best-sell-product-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.best-sell-product-wrapper {
  position: relative;
  z-index: 1;
}

.best-sell-prod-hover-dtl {
  background: rgba(30, 40, 50, 0.91);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
}

.best-sell-prod-thumb:hover .best-sell-prod-hover-dtl {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.hover-dtl-left i, .hover-dtl-right i {
  color: #fff;
  font-size: 24px;
  margin: 10px;
}

.hover-dtl-right {
  color: #fff;
  display: flex;
  align-items: center;
}

.best-sell-prod-content h5 {
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 20px 0 10px;
}

.product-price span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}

.sale .product-price span {
  color: #FF6F61;
  margin-left: 10px;
}

.best-sell-prod-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-meta p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.best-sell-product-wrapper.sale span.flags, .best-sell-product-wrapper.hot span.flags {
  position: absolute;
  top: 20px;
  left: 0;
  background: #000;
  color: #fff;
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-sell-product-wrapper.hot span.flags {
  background: #FF6F61;
}

.brand-section {
  background-image: url(../image/brand-banner.png);
  background-size: cover;
  background-position: center;
  height: 776px;
  position: relative;
  z-index: 1;
}

.brand-desc p {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
  color: #fff;
  margin: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .brand-desc p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-desc p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .brand-desc p {
    font-size: 16px;
    line-height: 26px;
  }
}

.brand-inner-wrap {
  margin-top: 260px;
}

.brand-water-mark-logo {
  position: absolute;
  right: -285px;
  top: 52px;
}

.banner-bg-wrap {
  background-image: url(../image/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 390px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-bg-wrap {
    height: 410px;
  }
}

.banner-inner-wrap {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
}

ul.category-list-inner li {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 4px 0;
  padding: 10px 0;
  color: #505050;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  ul.category-list-inner li {
    font-size: 15px;
  }
}

ul.category-list-inner li.active {
  color: #1c1c1c;
  background: #E5F1FF;
  padding: 10px;
  border-radius: 5px;
}

.banner-bg-inner {
  padding: 60px 45px;
}

.banner-title h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.banner-title h2 b {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.banner-btn .white-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 112px;
  height: 40px;
  margin-top: 20px;
  border-radius: 5px;
}

.user-login-wrap {
  background: #E3F0FF;
  padding: 10px;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user-login-wrap {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .user-login-wrap {
    margin-top: 30px;
    justify-content: center;
  }
}

.user-login-inner {
  flex-direction: row;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .user-login-inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .user-login-inner {
    flex-direction: column;
    text-align: center;
  }
}

.user-desc h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.user-desc {
  padding-left: 10px;
}

.user-login-wrap .main-btn, .user-login-wrap .bordered-btn, .user-login-wrap .primary-btn, .user-login-wrap .dark-btn, .user-login-wrap .white-btn {
  width: 100px;
  height: 40px;
  border-radius: 5px;
  margin-top: 15px;
  width: 100%;
}

.product-off-section {
  background: #F38332;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-off-section {
    padding: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-off-section {
    padding: 25px;
    text-align: center;
  }
}

.product-off-section h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-off-section h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .product-off-section h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

.quote-section {
  background: #55BDC3;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-section {
    padding: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .quote-section {
    padding: 25px;
    text-align: center;
  }
}

.quote-section h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-section h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .quote-section h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

.single-banner-wrap {
  position: relative;
  z-index: 1;
}

.banner-info-wrap {
  position: absolute;
  top: 50px;
  left: 50px;
}

.banner-sub-title span {
  text-transform: uppercase;
}

.banner-desc h5 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

@media md {
  .single-banner-wrap.mb-30 {
    margin-bottom: 23px;
  }
}
@media xs {
  .single-banner-wrap.mb-30 {
    margin-bottom: 23px;
  }
}

.deal-offer-countdown .simply-countdown-one .simply-section {
  margin-right: 12px;
  margin-bottom: 10px;
  text-align: center;
  background: #606060;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .deal-offer-countdown .simply-countdown-one .simply-section {
    width: 40px;
    height: 40px;
    margin-right: 7px;
  }
}

.deal-offer-countdown .simply-countdown-one .simply-section .simply-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #FFF;
  display: block;
}

.deal-offer-countdown .simply-countdown-one .simply-section .simply-word {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.deal-offer-countdown .simply-countdown-one {
  margin-top: 20px;
}

.deal-offer-countdown h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.deal-offer-product-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-offer-product-wrap {
    border-top: 1px solid #eee;
  }
}
@media (max-width: 767px) {
  .deal-offer-product-wrap {
    border-top: 1px solid #eee;
    flex-direction: column;
  }
}

.deal-offer-product-item {
  text-align: center;
  border-left: 1px solid #eee;
  width: 180px;
}
@media (max-width: 767px) {
  .deal-offer-product-item {
    border-left: none;
  }
}

.deal-offer-product-item img {
  padding: 20px 0 0;
}

.deal-offer-product-item h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}

.deal-offer-product-item p {
  font-size: 14px;
  font-weight: 500;
  color: #EB001B;
  line-height: 17px;
  background: #FFE3E3;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 13px;
  margin: 20px 0;
}

.deal-offer-inner {
  border-radius: 6px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 30px;
}

.deal-offer-countdown {
  padding: 20px 0 0 20px;
}
@media (max-width: 767px) {
  .deal-offer-countdown {
    text-align: center;
  }
}

.home_outdoor_product_banner {
  background-image: url(../image/banner1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 293px;
  height: 255px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_outdoor_product_banner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_outdoor_product_banner {
    width: 100%;
  }
}

.home_outdoor_product {
  margin-top: 30px;
}

.single_product_item {
  padding: 20px 20px 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.product-thumb {
  position: absolute;
  right: 8px;
  bottom: 5px;
}

.single_product_item h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.single_product_item p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #8B96A5;
  margin-top: 5px;
}

.home_outdoor_product_banner h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #1C1C1C;
}

.home_outdoor_product_banner {
  padding: 20px;
}

.home_outdoor_product_banner .white-btn {
  width: 130px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

.electronics_gadget_product_banner {
  background-image: url(../image/left-side.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 293px;
  height: 255px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .electronics_gadget_product_banner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .electronics_gadget_product_banner {
    width: 100%;
  }
}

.electronics_gadget_product {
  margin-top: 30px;
}

.single_product_item {
  padding: 20px 20px 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.product-thumb {
  position: absolute;
  right: 8px;
  bottom: 5px;
}

.single_product_item h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.single_product_item p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #8B96A5;
  margin-top: 5px;
}

.electronics_gadget_product_banner h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #1C1C1C;
}

.electronics_gadget_product_banner {
  padding: 20px;
}

.electronics_gadget_product_banner .white-btn {
  width: 130px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

.quotation-form-wrapper {
  background-image: url(../image/quotation_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.quotation-form-wrapper {
  padding: 50px;
}
@media (max-width: 767px) {
  .quotation-form-wrapper {
    padding: 25px;
  }
}

.form-content h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .form-content h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

.form-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-top: 30px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .form-content p {
    font-size: 15px;
    line-height: 24px;
    padding-right: 10px;
  }
}

.quotation-form {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .quotation-form {
    margin-top: 40px;
  }
}

.quotation-form h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

.quotation-form input, .quotation-form textarea {
  margin-bottom: 20px;
}

.quotation-form textarea {
  height: 75px;
}

.quotation-form .nice-select {
  width: 100%;
  height: 48px;
}

.quotation-form .nice-select .option {
  width: 100%;
}

.quotation-form .main-btn, .quotation-form .bordered-btn, .quotation-form .primary-btn, .quotation-form .dark-btn, .quotation-form .white-btn {
  border-radius: 6px;
}

.recommended-item-wrap h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .recommended-item-wrap h4 {
    text-align: center;
  }
}

.recommended-item-inner {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .recommended-item-inner {
    justify-content: center;
  }
}

.single-recommended-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  flex: 0 0 217px;
}
@media (max-width: 767px) {
  .single-recommended-item {
    flex: 0 0 270px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-recommended-item {
    flex: 0 0 217px;
  }
}

.item-desc {
  margin-top: 30px;
}

.item-desc h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.item-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8B96A5;
  margin-top: 5px;
}

.extra-service-section h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #1c1c1c;
  margin-bottom: 20px;
}

.extra-service-bg {
  position: relative;
  z-index: 1;
}

.extra-service-bg {
  background-image: url(../image/1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
}
@media (max-width: 767px) {
  .extra-service-bg {
    height: 200px;
  }
}

.service-two {
  background-image: url(../image/2.png);
}

.service-three {
  background-image: url(../image/3.png);
}

.service-four {
  background-image: url(../image/4.png);
}

.extra-service-icon {
  width: 55px;
  height: 55px;
  background: #D1E7FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  position: absolute;
  bottom: -25px;
  right: 20px;
}

.extra-service-content {
  background: #fff;
  padding: 25px;
  width: 100%;
}

.extra-service-content h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.single-extra-service {
  border: 1px solid #eee;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single-extra-service {
    margin-bottom: 30px;
  }
}

.supplier_region_section h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #1c1c1c;
  margin-bottom: 30px;
}

.supplier_region_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .supplier_region_inner {
    justify-content: flex-start;
    padding: 0 40px;
  }
}

.single_supplier_region {
  display: flex;
  flex: 0 0 220px;
  margin-bottom: 20px;
}

.region-content {
  padding-left: 15px;
}

.region-content h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.region-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.newsletter-inner h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.newsletter-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #606060;
}

.subscribed-form input {
  width: 275px;
  height: 47px;
  background: #fff;
}
@media (max-width: 767px) {
  .subscribed-form input {
    width: 265px;
  }
}

.subscribed-form {
  display: inline-flex;
  margin-top: 30px;
}

.subscribed-form .subscribed-btn a {
  width: 110px;
  height: 45px;
  border-radius: 5px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .subscribed-form .subscribed-btn a {
    width: 100px;
  }
}

/* Breadcrumb 
============== */
.breadcrumb-area {
  /* background-image: url(../images/bread-bg.png); */
  height: 120px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.breadcrumb-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  z-index: -1;
}

.breadcrumb-area .breadcrumb-title h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-top: 40px;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb-area .breadcrumb-title h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.breadcrumb-area h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
  color: #777;
}

.breadcrumb-area h6 a {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

.sidebar-wrapper {
  background: #F8F8F8;
}

.single-sidebar h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .single-sidebar h3 {
    margin: 15px 0;
  }
}
.farny-sidebar-block-item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.sidebar-box {
  padding: 25px;
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .filter-price-text {
    padding: 20px;
  }
}
.sidebar-box ul li {
  display: block;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .sidebar-box ul li {
    display: block;
    position: relative;
    padding: 5px 0;
  }
}
.showing-result-shorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.showing-result-shorting .showing p {
  margin: 0;
}

.shorting li {
  display: block;
}

.single-sidebar h6 {
  font-size: 20px;
  font-weight: 400;
}

.product-area .pagination {
  margin-top: 50px;
  justify-content: end;
}

.page-link {
  border-radius: 50%;
  margin-right: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
}

.page-item:first-child .page-link {
  display: none;
}

.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.active > .page-link, .page-link.active {
  border-radius: 50%;
  margin-right: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b8cd2;
  border-color: #1b8cd2;
}

.farny-sidebar-block-item {
  display: inline-flex;
}

.farny-sidebar-block-item input {
  margin-right: 15px;
}

.color-picker-wrap {
  display: flex;
  gap: 10px;
}

.filter-price {
  padding: 0 0px 0px 15px;
}

.filter-price-text {
  margin-top: 15px;
}

input[type=checkbox] {
  width: inherit;
}

.dot-square {
  background: #F8F8F8;
  padding: 15px;
}

.list-icon {
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #eee;
  padding: 12px;
}

.midle {
  background: #F8F8F8;
  padding: 11px;
  width: 445px;
}

.shorting select {
  width: 275px;
}

.product-details-wrap h4 {
  font-size: 26px;
    font-weight: 700;
    line-height: 46px;
    padding-top: 80px;
    color:#1b8cd2
}

.product-details-wrap span {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  color: #1b8cd2;
  margin-top: 10px;
}

.product-details-wrap del {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #707070;
  margin-left: 10px;
}

.product-review i {
  color: #FEB53E;
  font-size: 18px;
  margin: 10px 0;
}

.product-review {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.product-review span {
  padding-left: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #707070;
}

.product-summary p {
  font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    border-top: 2px solid #ddd;
    padding: 50px 0 15px;
}

.product-color h6 {
  margin: 10px 0;
}

.product-size {
  margin: 15px 0;
}

.product-size span {
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0px;
  margin-right: 8px;
}

/* Plus & Minus  */
.product-details-cart {
  display: flex;
}

.qty-plus-minus {
  width: 125px;
  height: 50px;
  border: 1px solid #eee;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 20px;
}

.qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4b5966;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 500;
}

.dec.farny-qtybtn {
  background: #fff;
  color: #333;
  padding: 8px 16px;
}

.inc.farny-qtybtn {
  background: #fff;
  color: #333;
  padding: 8px 16px;
}

.dec.gi-qtybtn, .inc.gi-qtybtn {
  cursor: pointer;
  border: 1px solid #eee;
  padding: 16px;
}

/* Product Tab  */
.nav-tabs .nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-right: 40px;
  
}

.nav-tabs {
  border-bottom: none;
}

#nav-tab .nav-link.active {
  border-bottom: 3px solid #1b8cd2;
}

#nav-tab .nav-link {
  border: none;
  padding: 15px;
  padding-left: 0;
  color: #1b8cd2;
}

@media (max-width: 768px) {
  #nav-tab .nav-link {
    padding-left: 0;
  }
}
/* Product Tab */
.review-list {
  margin-bottom: 50px;
}

.review-item {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding: 30px 20px;
  border-bottom: 1px solid #eee;
}

.reviewer-img {
  margin-right: 30px;
}

.reviewer-meta a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.reviewer-meta a span {
  color: #777;
  font-weight: 400;
  padding-left: 15px;
}

.reviewer-quote {
  margin-top: 5px;
}

.reviewer-meta p {
  font-size: 15px;
}

.reviewer-rating {
  display: flex;
  margin-bottom: 5px;
}

.reviewer-rating li {
  margin-right: 5px;
}

.reviewer-rating li i {
  font-size: 16px;
  color: #bbbbbb;
}

.reviewer-rating li .active {
  color: #FAA322;
}

.reviewer-descrip {
  width: 100%;
}

.review-form h3 {
  margin-bottom: 15px;
}

.review-form .btn {
  border: 2px solid;
}

.review-form .btn:hover {
  background: #D81324;
  color: #fff;
  border-color: #D81324;
}

.review-rating {
  margin: 0px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-rating li {
  margin-right: 15px;
}

.review-rating li i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #555555;
  font-size: 14px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.review-rating li i:hover {
  color: #ffffff;
  background: #FF4D24;
}

.star-rating input {
  display: none;
}

.star-rating input:checked ~ label::after {
  opacity: 1;
}

.star-rating label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.star-rating {
  margin-bottom: 15px;
}

.review-form p {
  margin: 10px 0px;
}

p.prod-rating {
  font-weight: 500;
}

.star-rating label:hover::after {
  opacity: 1;
}

.star-rating label:hover:hover ~ label::after {
  opacity: 1;
}

.star-rating label::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  color: #dfdfdf;
}

.star-rating label::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  color: #FF4D24;
  opacity: 0;
}

.pro-tab-addition-info h6 {
  font-size: 16px;
  color: #333;
  margin: 14px 0;
  line-height: 26px;
}

.pro-tab-addition-info h6 span {
  color: #777;
}

.pro-tab-addition-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.pro-tab-descrip {
  border: 1px solid #d3d3d3;
  padding: 25px;
}

.pro-tab-descrip p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.single-info {
  display: flex;
  align-items: center;
}

table, th, tr, td {
  border: none;
}

table.table.table-bordered {
  border: 1px solid #eee;
}

.table > :not(caption) > * > * {
  padding: 20px 35px 20px;
}

.pro-tab-review {
  border: 1px solid #eee;
}

.reviewer-quote p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 25px;
}

.review-item:nth-of-type(4) {
  border-bottom: none;
}

.bordered-btn.orange {
  background: transparent;
  border: 2px solid #1b8cd2;
  color: #1b8cd2;
  margin-left: 20px;
  margin-top: 0;
}

.left-arrow {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 99;
}

.right-arrow {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
}

.table-content table {
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  width: 100%;
  color: #444;
}

.table-content table th {
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
}

th {
  background: #eee;
}

.table-content table td {
  padding: 25px 10px;
  vertical-align: middle;
  font-size: 14px;
}

table, th, tr, td {
  border-bottom: 1px solid #eee;
}

.prod_thum {
  display: table-cell;
}

.prod_thum img {
  width: 60px;
  height: auto;
}

.prod_title {
  display: table-cell;
  padding-left: 20px;
}

.table-content table td.product-name a,
.product-stock-status span {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
  text-transform: capitalize;
  color: #000;
}

.product-stock-status span {
  color: #21b3fa;
  font-weight: 500;
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-remove a {
  display: inline-block;
  font-size: 18px;
  color: #444;
  text-align: center;
  transition: all 0.3s ease-in;
}

.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 600;
}

.table-content table td.product-remove i:hover,
.table-content table td.product-remove a:hover i {
  color: #FF6900;
}

.table-content table td.product-name a:hover {
  color: #444;
}

.table-content table td.product-quantity {
  width: 180px;
}

.table-content table td.product-remove {
  width: 150px;
}

.table-content table td.product-price {
  width: 130px;
}

td.product-quantity input {
  width: 75%;
  height: 40px;
}

.proceed-to-checkout {
  display: block;
  margin-top: 10px;
}

.proceed-to-checkout .main-btn, .proceed-to-checkout .bordered-btn, .proceed-to-checkout .primary-btn, .proceed-to-checkout .dark-btn, .proceed-to-checkout .white-btn {
  width: 100%;
}

.single-cart-item {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.single-cart-item h6 {
  color: green;
  position: relative;
}

.single-cart-item i {
  float: right;
  color: #444;
}

.single-cart-item p {
  margin: 0;
}

.single-cart-item p.price b {
  font-size: 17px;
  color: #444;
  margin-right: 30px;
}

.calculation-area span {
  float: right;
}

.calculation-area {
  padding: 20px;
}

@media (max-width: 767px) {
  .calculation-area {
    margin-top: 30px;
  }
}
.calculation-area b p {
  border-top: 1px solid #ddd;
  margin-top: 25px;
  color: #444;
  font-size: 16px;
}

.buttons-cart input {
  width: 170px;
  margin-right: 15px;
  height: 50px;
}

.shop-cart-wrap {
  background: #F8F8F8;
  padding: 15px;
  border: 1px dashed #ddd;
}

.shop-cart-wrap h6 {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.calculation-area p {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #777;
}

p.total_amount {
  color: #333;
  font-weight: 500;
}

.promo-code {
  padding: 0 20px;
}

.promo-code input {
  background: #fff;
  margin-bottom: 20px;
}

.buttons-cart .bordered-btn.orange {
  margin-left: 0;
  margin-top: 30px;
  width: 200px;
}

.mini_cart_wrap {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 350px;
  z-index: 9999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.mini_cart_wrap.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  font-size: 20px;
  color: #333;
}

.offcanvas-overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.close-icon.menu-close {
  padding: 30px;
  position: absolute;
  top: 20px;
  right: 0;
}

.mini_cart_wrap.active {
  overflow-y: auto;
}

.mini-cart .cart-count {
  line-height: 22px;
  font-size: 13px;
  color: #FF6900;
}

.mini-cart-content {
  padding: 15px;
}

.mini-cart-content .mini-cart-items {
  padding: 20px;
  padding-bottom: 0;
}

.mini-cart-content .mini-cart-item {
  border-bottom: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a {
  display: block;
  width: 46px;
  height: 46px;
}

.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.mini-cart-content .mini-cart-item-des a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333;
  margin-bottom: 4px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  color: #888;
  display: block;
  margin-top: 3px;
  float: left;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price b {
  color: #222;
  font-size: 15px;
  margin-right: 25px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 15px;
  line-height: 1;
  color: #777;
  margin-left: 20px;
}

.mini-cart-content .mini-cart-item-des .cart-cross-btn {
  font-size: 18px;
  color: #D81324;
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-weight: 400;
  cursor: pointer;
}

.mini-cart-content .mini-cart-item {
  margin-bottom: 25px;
}

.mini-cart-content .mini-cart-action {
  padding: 15px;
  text-align: center;
  padding-top: 0;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 15px;
  font-weight: 500;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.mini-checkout-price b {
  margin-right: 20px;
}

.cart-action-btn .main-btn, .cart-action-btn .bordered-btn, .cart-action-btn .primary-btn, .cart-action-btn .dark-btn, .cart-action-btn .white-btn {
  font-size: 15px;
  display: inline-flex;
  padding: 7px 20px;
  justify-content: center;
  margin: 16px 10px;
  align-items: center;
}

.mini-cart-header {
  background: #F9FAFB;
  padding: 20px 30px;
  margin-bottom: 10px;
  position: relative;
}

.close-icon.menu-close {
  position: absolute;
  top: 4px;
  right: 0;
}

.checkout-wrap {
  background: #F8F8F8;
  padding: 30px;
}

.checkout-wrap input {
  background: #fff;
  border-radius: 0;
  margin-bottom: 25px;
  border: none;
}

.checkout-wrap select {
  background: #fff;
  border: none;
}

.checkout-wrap h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.checkout-wrap span.checkmark {
  background: #fff !important;
}

.checkout-wrap .checkmark:after {
  border-color: #333;
}

.form-inner {
  background: rgb(255, 255, 255);
  width: 480px;
  height: auto;
  padding: 30px;
  padding-top: 0;
}

.form-header h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
}

.form-inner input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
  border-radius: 0;
  margin: 20px 0;
}

.form-group .main-btn, .form-group .bordered-btn, .form-group .primary-btn, .form-group .dark-btn, .form-group .white-btn {
  width: 100%;
}

.form-meta .checkbox-wrap {
  margin: 0;
}

.form-meta .text-link {
  font-weight: 400;
}

.form-inner a.form_link {
  color: #1b8cd2;
}

.modal-header {
  border-bottom: none;
}

.form-inner.sign-in .form-header h3 {
  margin-bottom: 15px;
}

.modal-content {
  border-radius: 0;
  width: 600px;
}

.form-header p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 50px;
}

.form-group p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.about-content-wrap h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 40px;
}

.about-content-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.about-content-wrap h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-img {
    margin-top: 30px;
  }
}

/* counter Section 
============== */
.counter-area {
  background-image: url(../image/counter.png);
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-top: 3px solid #FFB293;
}

.single-counter-box {
  text-align: center;
}

.single-counter-box .counter-number span {
  font-size: 50px;
  color: #333;
  margin: 30px 0 10px;
}

.single-counter-box p.counter-number {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  color: #333;
}

.single-counter-box h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #333;
}

.single-team-member {
  margin-top: 60px;
}

.team-img img {
  border-radius: 5px;
}

.team-desc h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 20px;
}

.team-desc p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.single-contact-info {
  text-align: center;
  border: 1px solid #eee;
  padding: 25px;
}

.single-contact-info .contact-info-icon {
  margin-bottom: 20px;
}

.single-contact-info h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}

.single-contact-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-form-wrapper {
  padding: 100px 0;
}

.contact-form-inner {
  background: #F8F8F8;
  padding: 60px;
}

.contact-form-inner h6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}

.contact-form-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.contact-form-inner select, .contact-form-inner input, .contact-form-inner textarea {
  background: #fff;
  border-radius: 0;
  margin-bottom: 25px;
}

.contact-form-inner form {
  margin-top: 30px;
}

.contact-form-inner textarea {
  height: 150px;
}

.footer-left {
  text-align: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-left {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer-left {
    text-align: center;
    margin-bottom: 50px;
  }
}

.footer-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 40px 0;
  display: none;
}

.social-area a {
  background: white;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  display: none;
}
.social-area a i {
  font-size: 20px;
  font-weight: 400;
  color: #777;
}
.social-area a:hover i {
  color: #1b8cd2;
}

.footer-widget {
  text-align: start;
  display: none;
}
@media (max-width: 767px) {
  .footer-widget {
    text-align: center;
  }
}

.footer-widget h5 {
  color: #1b8cd2;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.footer-widget ul li {
  display: block;
}

.footer-widget ul {
  margin-top: 50px;
}

.footer-widget ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 20px;
}

.contact-form-wrap {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .contact-form-wrap {
    margin-top: 5px;
  }
}

.contact-form input, .subscribted-btn input {
  border: none;
  border-radius: 0;
  padding: 15px 0;
  margin-bottom: 0;
}

.subscribted-btn input {
  border-bottom: none;
}

.subscribted-btn input[type=button] {
  background: #2A1B16;
  color: #1b8cd2;
  padding: 5px;
}

.payment-card-wrapper {
  margin-top: 50px;
}

.payment-card-wrapper img {
  margin-right: 25px;
}

.footer-bottom p {
  color: #fff;
  font-size: 14px;
}

.footer-bottom a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 45px;
}
@media (max-width: 767px) {
  .footer-bottom a {
    margin: 5px 5px auto;
  }
}

.footer-inner {
  padding: 20px 0;
  border-top: 1px solid #323232;
}
@media (max-width: 767px) {
  .footer-inner {
    text-align: center;
  }
}

.footer-bottomr-right {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-bottomr-right {
    text-align: center;
  }
}
.footer-area{
  display: none;
}
.footer-area.footer-three {
  border-top: 1px solid #eee;
  display: none;
}

.footer-three .footer-widget h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  color: #9A9CAA;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Inter";
}

.footer-four .footer-widget h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  color: #9A9CAA;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Inter";
}

.footer-three .footer-widget ul {
  margin-top: 25px;
}

.footer-four .footer-widget ul {
  margin-top: 25px;
}

.footer-three .footer-widget ul li a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  color: #272343;
}

.footer-four .footer-widget ul li a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  color: #272343;
}

.footer-three .footer-content {
  padding-right: 15px;
}

.footer-four .footer-content {
  padding-right: 55px;
}
@media (max-width: 767px) {
  .footer-four .footer-content {
    padding-right: 0;
  }
}

.footer-three .social-area a i:hover {
  color: #029FAE;
}

.footer-three .social-area a i {
  position: relative;
  z-index: 1;
}

.footer-three .social-area a i::after {
  position: absolute;
  content: "";
  border: 1px solid rgb(2, 159, 174);
  width: 100%;
  height: 100%;
  top: -8px;
  left: -8px;
  padding: 17px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}

.footer-three .social-area a i:hover::after {
  visibility: visible;
  opacity: 1;
}

.footer-three .subscribted-btn input[type=button] {
  background: #029FAE;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
}

.footer-four .social-area a i {
  color: #000;
}

.footer-four .social-area a {
  background: none;
  margin-right: 0;
}

.instragram-section .subscribted-btn input[type=button] {
  background: none;
  color: #000;
  padding: 8px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.instragram-section .contact-form-wrap {
  border-bottom: 2px solid #000;
}

.footer-bottom .go-top {
  background: none;
  width: inherit;
  height: inherit;
  bottom: 8px;
  right: 125px;
}

.footer-bottom .go-top a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom .go-top a i {
  color: #fff;
  margin-left: 10px;
}

.footer-five .footer-inner {
  display: flex;
  justify-content: space-around;
  border-top: none;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer-five .footer-inner {
    display: block;
  }
}

.footer-five .footer-widget h5 {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.footer-five .footer-content p {
  font-size: 16px;
  margin: 20px 0;
}

.footer-five .footer-widget ul {
  margin-top: 20px;
}

.footer-five .footer-widget ul li a {
  color: #8B96A5;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 10px;
}

.footer-five .footer-left {
  flex: 2;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .footer-five .footer-left {
    padding-right: 0;
  }
}

.footer-five .footer-widget {
  flex: 1;
}

.footer-five .footer-right {
  flex: 1;
}

.footer-five .footer-widget h5 {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.app-store-wrap img {
  margin: 15px 0 0;
}

.footer-five .social-area a {
  background: #BBBCBE;
  border-radius: 50%;
  margin-right: 10px;
}

.footer-five .social-area a i {
  color: #fff;
}

.footer-five .footer-bottom p {
  color: #1C1C1C;
}

.footer-five .copyright-area p {
  color: #333;
}
@media (max-width: 767px) {
  .footer-five .copyright-area p {
    text-align: center;
  }
}

.footer-bottom-right {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-bottom-right {
    text-align: center;
  }
}

.footer-five .footer-bottom-right a {
  color: #333;
}

/*








 */