/*
@File: Tezno Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style

** - DEFAULT STYLE END - **

** - HOME PAGE ONE STYLE - **

** - Header Area Style
** - Tezno Nav Area Style
** - Tezno Slider Area Style
** - Service Area Style
** - Discover Products Area Style
** - Seasons Area Style
** - Partners Area Style
** - Best Week Area Style
** - Weekly Specials Area Style
** - Subscribe Area Style
** - Delivery Area Style
** - Jaeger Coulter Area Style
** - Featured Products Area Style
** - Articles Area Style
** - Collection Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Img MfpArea Style
** - product-view-one

** - ELECTRONICS DEMO STYLE - **

** - Electronics Header Style
** - Tezno Nav Style Electronics
** - Tezno Electronics Slider Area Style
** - Best Product Area Style
** - Delivery Wrap Style
** - Trendy Collection Area Style
** - Newsletter Area Style
** - Mac Book Area Style
** - All Product Area Style
** - Electronics News Area Style
** - Sales Area Style
** - Instagram Area Style
** - Address Area Style
** - Footer Top Electronics Area Style
** - Footer Bottom Electronics Area Style

** - JEWELRY DEMO STYLE - **

** - Jewelry Header Style
** - Tezno Nav Style Electronics
** - Jewelry Slider Area
** - Offer Product Area
** - Recent Product Area
** - Trending Collection Area
** - This Is Deal Of The Days
** - Precious Jewelry Area
** - Available All Jewelry Area
** - Diamond Area
** - jewelry-bg Area
** - Best Product Jewelry Area
** - Jewelry Around Area
** - Blog Area
** - Jewelry Subscribe Area
** - Jewelry-bg-1

** - INNER PAGE STYLE - **

** - Page Title Area Style
** - Sign In & Log In  Area Style
** - 404 Error Area Style
** - Coming Soon Area Style
** - Cart Area Style
** - Checkout Area Style 
** - Shop Details Style
** - Blog Details Area Style
** - Contact Info Area Style 
** - Main Contact Area Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=DM+Serif+Display:400,400i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i,800&amp;display=swap");
/*==========================
Demo Watch Color
============================*/
/*==========================
Demo Watch Color
============================*/
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Barlow";
  color: #333333;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #0160e7;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 700;
}

h3 {
  font-size: 25px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #6f6f6f;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
  height: 50px;
  color: #333333;
  border: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  border-radius: 10px;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #495057;
}

.form-control:-ms-input-placeholder {
  color: #495057;
}

.form-control::-ms-input-placeholder {
  color: #495057;
}

.form-control::placeholder {
  color: #495057;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #0160e7;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
  height: 250px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-minus-70 {
  margin-top: -70px;
}

.mb-minus-70 {
  margin-bottom: -70px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.fun-blue-bg {
  background-color: #24416b;
}

/*
Go Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  background-color: #333333;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0160e7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #0160e7;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}

.page-navigation-area .page-link {
  color: #0160e7;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px #d0d0d0;
          box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.page-navigation-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}

.page-navigation-area .page-link:hover {
  color: #ffffff;
  background-color: #0160e7;
  border: 1px solid #0160e7;
}

.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}

.page-navigation-area .page-item {
  padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #0160e7;
  border-color: #0160e7;
}

/*
Video wave Style
======================================================*/
.video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 69px;
  text-align: center;
  border-radius: 50%;
  color: #0160e7;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #ffffff;
}

.video-btn i {
  font-size: 20px;
  font-weight: 700;
  color: #cc8c18;
  position: absolute;
  top: 2px;
  left: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ffffff;
}

.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
  background-color: #0160e7;
}

.video-btn:hover i {
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
Default Btn Area Style
======================================================*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  text-transform: capitalize;
  background-color: #d98a0e;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
}

.default-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #e69a21;
  color: #ffffff;
  border-radius: 4px;
  position: relative;
  left: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn.electronics-btn {
  background-color: #ff6000;
  padding: 15px 25px;
  border-radius: 50px;
}

.default-btn.electronics-btn:hover {
  background-color: #0160e7;
  color: #ffffff;
}

.default-btn.jewelry-btn {
  padding: 15px 20px;
  border-radius: 0;
}

.default-btn.jewelry-btn:hover {
  background-color: #333333;
  color: #ffffff;
}

.default-btn.page-btn {
  padding: 15px 30px;
}

.default-btn.page-btn:hover {
  background-color: #0160e7;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover i {
  background-color: #f5ddb3;
  color: #0160e7;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

/*
Read More Area Style
======================================================*/
.read-more {
  line-height: 1;
  color: #0160e7;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 14px;
}

.read-more i {
  position: relative;
  top: 2px;
  font-size: 16px;
  left: 8px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 600;
}

.read-more:hover {
  color: #0160e7;
}

.read-more:hover i {
  color: #0160e7;
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

/*
Section Title Area Style
======================================================*/
.section-title {
  max-width: 625px;
  margin: -8px auto 60px;
  text-align: center;
  position: relative;
}

.section-title span {
  color: #0160e7;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: #333333;
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-transform: capitalize;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.watch-section-title h2 {
  text-transform: uppercase;
}

.section-title.jewelry-title span {
  color: #999999;
}

.section-title.jewelry-title h2 {
  font-family: "DM Serif Display", serif;
}

/*
Preloader Area Style
======================================================*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #0160e7;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #ffffff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*
Keyframes Area Style
======================================================*/
@-webkit-keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLeftBounces {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*
Lines Area Style
======================================================*/
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #186ee9;
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #186ee9;
  overflow: hidden;
}

.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
          animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
  margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
  margin-left: 25%;
}

.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #186ee9;
  overflow: hidden;
}

.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
  margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(900px);
            transform: translateY(900px);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(900px);
            transform: translateY(900px);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveLeftBounces-three {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-three {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #0160e7;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  background-color: #333333;
  color: #0160e7;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Header Area Style
======================================================*/
.header-area .top-header-area {
  background-color: #ffffff;
  padding: 15px 0;
}

.header-area .top-header-area .header-content-left li {
  display: inline-block;
  padding-right: 15px;
}

.header-area .top-header-area .header-content-left li a {
  font-weight: 600;
  color: #333333;
}

.header-area .top-header-area .header-content-left li a i {
  color: #0160e7;
  line-height: 1;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.header-area .top-header-area .header-content-left li a i:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0160e7;
  opacity: 0.3;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.header-area .top-header-area .header-content-left li a:hover {
  color: #0160e7;
}

.header-area .top-header-area .header-content-right {
  float: right;
}

.header-area .top-header-area .header-content-right p {
  font-weight: 600;
  font-size: 14px;
  font-family: "Barlow";
}

/*
Tezno Nav Area Style
======================================================*/
.tezno-nav-style .navbar {
  padding: 0;
}

.tezno-nav-style .navbar-area .navbar-brand {
  padding: 0;
}

.tezno-nav-style .navbar-area .main-nav {
  position: unset;
  background-color: #017dee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
  opacity: 1;
  width: 100%;
  right: auto;
  left: 0;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
  right: auto;
  left: 0;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #333333;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0160e7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0160e7;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #0160e7;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::after {
  width: 80%;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0160e7;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 100%;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::after {
  width: 80%;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 102%;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: 35px;
  left: -11px;
  -webkit-transform: rotate(-86deg);
          transform: rotate(-86deg);
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.tezno-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-animation: fadeInUp 0.4s linear;
          animation: fadeInUp 0.4s linear;
}

.tezno-nav-style .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #313538;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.tezno-nav-style .dropdown-toggle::after {
  display: none;
}

.tezno-nav-style .others-option .flag-wrap {
  display: inline-block;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top {
  position: relative;
  top: -1px;
  padding: 15px 0;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-bar img {
  width: 25px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-bar span {
  position: relative;
  top: 2px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom {
  position: absolute;
  top: 100px;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 250px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
  margin-bottom: 10px;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
  margin-bottom: 0;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
  color: #0160e7;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
  width: 20px;
  margin-right: 5px;
  border-radius: 50%;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
  color: #0160e7;
}

.tezno-nav-style .others-option .flag-wrap .flag-item-top:hover .flag-item-bottom {
  visibility: visible;
  opacity: 1;
  top: 60px;
}

.tezno-nav-style .others-option .cart-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.tezno-nav-style .others-option .cart-wrap .cart-icon {
  position: relative;
  top: 5px;
}

.tezno-nav-style .others-option .cart-wrap .cart-icon i {
  color: #0160e7;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
}

.tezno-nav-style .others-option .cart-wrap .cart-icon span {
  position: absolute;
  top: -9px;
  right: -4px;
  background-color: #0160e7;
  text-align: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
}

.tezno-nav-style .others-option .cart-wrap .cart-icon:hover i {
  color: #0160e7;
}

.tezno-nav-style .others-option .search-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item {
  display: inline-block;
  position: relative;
  color: #333333;
  cursor: pointer;
  width: 15px;
  top: 7px;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item i {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 0;
  color: #0160e7;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form {
  position: relative;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #0160e7;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #102a82;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #0160e7;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-btn:hover {
  color: #0160e7;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay {
  display: none;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0160e7;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn:hover {
  color: #0160e7;
}

.tezno-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn.active {
  display: block;
}

.tezno-nav-style .others-option .menu-wrap {
  display: inline-block;
  margin-left: 15px;
}

.tezno-nav-style .others-option .menu-wrap .sidebar-menu {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  top: 2px;
  padding: 0;
}

.tezno-nav-style .others-option .menu-wrap .sidebar-menu span {
  border-bottom: 2px solid #333333;
  display: block;
  padding-bottom: 5px;
  width: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tezno-nav-style .others-option .menu-wrap .sidebar-menu:hover span {
  border-color: #0160e7;
}

/*
Tezno Slider Area Style
======================================================*/
.tezno-slider-area {
  background-color: #0160e7;
  height: 100%;
  position: relative;
}

.tezno-slider-area .tezno-slider-text .offer {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Comic Sans MS";
}

.tezno-slider-area .tezno-slider-text h1 {
  font-size: 90px;
  color: #ffffff;
  margin-bottom: 40px;
}

.tezno-slider-area .tezno-slider-text h1 span {
  color: #ffd797;
}

.tezno-slider-area .tezno-slider-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
}

.tezno-slider-area .tezno-slider-text .slider-btn .price {
  color: #ffffff;
  font-size: 25px;
  margin-right: 30px;
  display: inline-block;
}

.tezno-slider-area .slider-img {
  position: relative;
  background-color: #017dee;
  padding: 60px;
  border-radius: 50%;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
}

.tezno-slider-area .slider-img img {
  max-width: 300px;
  margin: auto;
}

.tezno-slider-area .tezno-slider-thumb {
  max-width: 1110px;
  margin: 0 auto -6px;
  position: relative;
  z-index: 1;
}

.tezno-slider-area .tezno-slider-thumb .owl-thumb-item {
  display: inline-block;
}

.tezno-slider-area .tezno-slider-thumb .owl-thumb-item span {
  color: #75aeff;
  font-size: 20px;
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
  cursor: pointer;
}

.tezno-slider-area .tezno-slider-thumb .owl-thumb-item.active span {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.tezno-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.tezno-slider-area .owl-next i {
  background-color: #d98a0e;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
  font-size: 25px;
  transition: all 0.5s;
}

.tezno-slider-area .owl-next:hover i {
  background-color: #ffffff !important;
  color: #0160e7 !important;
}

.tezno-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.tezno-slider-area .owl-prev i {
  background-color: #d98a0e !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  border-radius: 4px;
  transition: all 0.5s;
}

.tezno-slider-area .owl-prev:hover i {
  background-color: #ffffff !important;
  color: #0160e7;
}

.tezno-slider-area:hover .owl-prev {
  opacity: 1;
  left: 0;
}

.tezno-slider-area:hover .owl-next {
  opacity: 1;
  right: 0;
}

.tezno-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.tezno-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.overflow-hidden {
  overflow: hidden;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.one .offer {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.one h1 {
  -webkit-animation: 2s .2s fadeInUpBig both;
          animation: 2s .2s fadeInUpBig both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.one p {
  -webkit-animation: 3s .3s fadeInUpBig both;
          animation: 3s .3s fadeInUpBig both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.one .slider-btn {
  -webkit-animation: 4s .4s fadeInUpBig both;
          animation: 4s .4s fadeInUpBig both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.two .offer {
  -webkit-animation: 1s .1s fadeInDownBig both;
          animation: 1s .1s fadeInDownBig both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.two h1 {
  -webkit-animation: 2s .2s fadeInLeft both;
          animation: 2s .2s fadeInLeft both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.two p {
  -webkit-animation: 3s .3s fadeInLeft both;
          animation: 3s .3s fadeInLeft both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.two h3 {
  -webkit-animation: 4s .4s fadeInLeft both;
          animation: 4s .4s fadeInLeft both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.two .slider-btn {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.three .offer {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.three h1 {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.three p {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.three h3 {
  -webkit-animation: 2s .2s fadeInDown both;
          animation: 2s .2s fadeInDown both;
}

.tezno-slider-area .owl-item.active .tezno-slider-text.three .slider-btn {
  -webkit-animation: 2s .2s fadeInUp both;
          animation: 2s .2s fadeInUp both;
}

.tezno-slider-area .owl-item.active .slider-img img {
  -webkit-animation: 3s .3s fadeInLeft both;
          animation: 3s .3s fadeInLeft both;
}

.tezno-slider-area .slider-bottom-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
}

/*
Service Area Style
======================================================*/
.single-service {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.single-service i {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #0160e7;
}

.single-service i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 30px;
  height: 30px;
  background-color: #0160e7;
  opacity: 0.3;
  border-radius: 50%;
}

.single-service h3 {
  margin-bottom: 10px;
}

.single-service p {
  font-size: 17px;
  margin-bottom: 12px;
}

.single-service a {
  font-size: 16px;
  color: #0160e7;
}

/*
Discover Products Area Style
======================================================*/
.single-discover-products {
  text-align: center;
  background-color: #f4faff;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.single-discover-products .product-img {
  padding: 20px;
}

.single-discover-products .product-img .product-img-1 {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.single-discover-products .product-img .product-img-1 .product-img-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-discover-products .product-content {
  padding: 0 30px 30px 30px;
}

.single-discover-products .product-content .title {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 9px;
}

.single-discover-products .product-content .price {
  color: #0160e7;
  font-size: 20px;
}

.single-discover-products .purchase-bar {
  background-color: #f7f7f7;
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -175px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-discover-products .purchase-bar ul {
  line-height: 1;
  margin-bottom: 20px;
}

.single-discover-products .purchase-bar ul li {
  display: inline-block;
  padding: 0 5px;
}

.single-discover-products .purchase-bar ul li a i {
  font-size: 20px;
  color: #d98a0e;
  background-color: #f9eedb;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-discover-products .purchase-bar ul li a:hover i {
  background-color: #d98a0e;
  color: #ffffff;
}

.single-discover-products:hover .purchase-bar {
  bottom: 0;
}

.single-discover-products:hover .product-img .product-img-2 {
  opacity: 0;
}

.single-discover-products:hover .product-img .product-img-2 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
Seasons Area Style
======================================================*/
.seasons-area .seasons-wrap {
  background-image: url(../img/demo-watch/seasons-img-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 100px;
  z-index: 1;
  position: relative;
}

.seasons-area .seasons-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.seasons-area .seasons-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/demo-watch/shape/white-shape-top.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.seasons-area .seasons-wrap .price {
  color: #d98a0e;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 5px;
}

.seasons-area .seasons-wrap .pricing {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
}

.seasons-area .seasons-wrap h2 {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 28px;
}

.seasons-area .seasons-wrap.seasons-off-wrap {
  padding: 68px 50px;
  background-image: url(../img/demo-watch/seasons-img-2.png);
}

.seasons-area .seasons-wrap.seasons-off-wrap .seasons-off {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Comic Sans MS";
  font-style: italic;
  font-size: 20px;
  color: #d98a0e;
}

.seasons-area .seasons-wrap.seasons-off-wrap h2 {
  font-family: "Comic Sans MS";
  font-style: italic;
  color: #d98a0e;
  font-weight: normal;
}

.seasons-area .seasons-wrap.seasons-off-wrap .seasons-off-content {
  background-color: #ffffff;
  padding: 30px;
  padding-left: 220px;
  position: relative;
  max-width: 560px;
  margin: auto;
}

.seasons-area .seasons-wrap.seasons-off-wrap .seasons-off-content img {
  width: 200px;
  position: absolute;
  left: -30px;
  top: 40px;
}

/*
Partners Area Style
======================================================*/
.partners-area .partners-item {
  text-align: center;
}

.partners-area .owl-carousel .owl-item img {
  display: block;
  width: unset;
  margin: auto;
}

/*
Best Week Area Style
======================================================*/
.best-week-area .best-week-content {
  background-color: #0160e7;
  padding: 30px;
}

.best-week-area .best-week-content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.best-week-area .best-week-content .black-title {
  color: #ffffff;
  margin-bottom: 0;
}

.best-week-area .best-week-content .black-title span {
  color: #ffd797;
}

.best-week-area .best-week-content p {
  color: #ffffff;
  margin-bottom: 25px;
}

.best-week-area .best-week-content span {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-block;
}

.best-week-area .best-week-content .quantity {
  background-color: #2981ff;
  display: contents;
}

.best-week-area .best-week-content .quantity .minus-btn, .best-week-area .best-week-content .quantity .plus-btn {
  background-color: #2981ff;
  height: 47px;
  width: 40px;
  display: inline-block;
  position: relative;
  top: 0px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.best-week-area .best-week-content .quantity .minus-btn i, .best-week-area .best-week-content .quantity .plus-btn i {
  position: relative;
  top: 3px;
}

.best-week-area .best-week-content .quantity input {
  width: 9%;
  padding: 10px;
  background-color: #2981ff;
  border-radius: 4px;
  font-size: 15px;
  border: none;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  outline: none;
}

.best-week-area .best-week-content .quantity input::-webkit-input-placeholder {
  color: #ffffff;
}

.best-week-area .best-week-content .quantity input:-ms-input-placeholder {
  color: #ffffff;
}

.best-week-area .best-week-content .quantity input::-ms-input-placeholder {
  color: #ffffff;
}

.best-week-area .best-week-content .quantity input::placeholder {
  color: #ffffff;
}

.best-week-area .best-week-content .default-btn {
  margin-left: 30px;
}

.best-week-area .best-week-img {
  background-image: url(../img/demo-watch/best-week-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 100px;
  z-index: 1;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

/*
Weekly Specials Area Style
======================================================*/
.weekly-specials-area .single-discover-products {
  margin-bottom: 0;
}

.weekly-specials-area .weekly-specials-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
}

.weekly-specials-area .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.weekly-specials-area .tab .tabs {
  text-align: center;
  margin-bottom: 50px;
}

.weekly-specials-area .tab .tabs li {
  display: inline-block;
  padding: 0 10px;
}

.weekly-specials-area .tab .tabs li a {
  text-transform: uppercase;
  font-size: 18px;
  background-color: #0160e7;
  color: #ffffff;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.weekly-specials-area .tab .tabs li a:hover {
  background-color: #0160e7 !important;
  color: #ffffff !important;
}

.weekly-specials-area .tab .tabs li.current a {
  background-color: #0160e7 !important;
  color: #ffffff !important;
}

.weekly-specials-area .tab .tabs li:nth-child(1) a {
  background-color: #ccdffa;
  color: #0160e7;
}

.weekly-specials-area .tab .tabs li:nth-child(2) a {
  background-color: #f7e8cf;
  color: #d98a0e;
}

.weekly-specials-area .tab .tabs li:nth-child(3) a {
  background-color: #ccdffa;
  color: #0160e7;
}

.weekly-specials-area .tab .tabs li:nth-child(4) a {
  background-color: #f7e8cf;
  color: #d98a0e;
}

.weekly-specials-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
  line-height: 1 !important;
}

.weekly-specials-area .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.weekly-specials-area .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #0160e7;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.weekly-specials-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0160e7;
}

/*
Subscribe Area Style
======================================================*/
.subscribe-area {
  background-color: #0160e7;
  position: relative;
}

.subscribe-area .subscribe-content .form-control {
  width: 60%;
  display: inline-block;
  margin-right: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
}

.subscribe-area .subscribe-content h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.subscribe-area .subscribe-content h2 span {
  color: #ffd797;
}

.subscribe-area .subscribe-content p {
  color: #ffffff;
  margin-bottom: 25px;
}

.subscribe-area .subscribe-content p i {
  background-color: #ffffff;
  padding: 2px;
  color: #0160e7;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -2px;
}

.subscribe-area .subscribe-content p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.subscribe-area .subscribe-img {
  position: absolute;
  top: -81px;
  right: 0;
}

.subscribe-area .white-shape img {
  position: absolute;
}

.subscribe-area .white-shape img:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
}

.subscribe-area .white-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  right: 0;
}

.subscribe-area .default-btn.electronics-btn {
  position: relative;
  top: 3px;
}

#validator-newsletter {
  color: red;
  margin-top: 10px;
}

/*
Delivery Area Style
======================================================*/
.single-delivery {
  position: relative;
  padding-left: 75px;
  margin-bottom: 30px;
}

.single-delivery i {
  display: inline-block;
  background-color: #f7e8cf;
  color: #d98a0e;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-delivery h3 {
  margin-bottom: 10px;
}

.single-delivery:hover i {
  background-color: #0160e7;
  color: #ffffff;
}

/*
Jaeger Coulter Area Style
======================================================*/
.jaeger-coulter-wrap {
  background-image: url(../img/demo-watch/jaeger/Jaeger-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.jaeger-coulter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0160e7;
  opacity: 0.7;
}

.jaeger-coulter-wrap .jaeger-content {
  position: relative;
  padding: 50px;
  padding-left: 400px;
  text-align: center;
}

.jaeger-coulter-wrap .jaeger-content img {
  position: absolute;
  top: 60px;
  left: 50px;
}

.jaeger-coulter-wrap .jaeger-content .new {
  color: #ffffff;
  font-family: "Comic Sans MS";
  font-style: italic;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #d98a0e;
}

.jaeger-coulter-wrap .jaeger-content .offer {
  color: #ffffff;
  font-family: "Comic Sans MS";
  font-style: italic;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: #d98a0e;
}

.jaeger-coulter-wrap .jaeger-content h3 {
  color: #ffffff;
  font-family: "Comic Sans MS";
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 25px;
}

.collection-wrap {
  background-color: #d98a0e;
  padding: 30px;
  text-align: center;
  padding-bottom: 0;
}

.collection-wrap span {
  text-transform: uppercase;
  font-family: "Comic Sans MS";
  font-style: italic;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 6px;
}

.collection-wrap h3 {
  color: #ffffff;
  font-family: "Comic Sans MS";
  font-style: italic;
  font-weight: normal;
}

.collection-wrap .default-btn {
  padding: 0;
  display: block;
  margin-bottom: 10px;
}

.collection-wrap .default-btn i {
  background-color: transparent;
}

.collection-wrap .default-btn i:hover {
  background-color: transparent;
  color: #ffffff;
}

/*
Featured Products Area Style
======================================================*/
.featured-products-area .single-discover-products {
  margin-bottom: 0;
}

.featured-products-area .single-discover-products .product-img .product-img-2 {
  -webkit-transform: scale(6) !important;
          transform: scale(6) !important;
}

.featured-products-area .single-discover-products .purchase-bar {
  position: unset;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.featured-products-area .single-discover-products .purchase-bar h3 {
  color: #ffffff;
  margin-bottom: 21px;
}

.featured-products-area .single-discover-products .purchase-bar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0160e7;
  opacity: 0;
  -webkit-transform: scale(3) !important;
          transform: scale(3) !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.featured-products-area .single-discover-products .product-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.featured-products-area .single-discover-products:hover .product-img .product-img-2 {
  -webkit-transform: scale(3) !important;
          transform: scale(3) !important;
}

.featured-products-area .single-discover-products:hover .purchase-bar-wrap {
  opacity: 0.9;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.featured-products-area .single-discover-products:hover .product-content {
  opacity: 0;
}

.featured-products-area .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.featured-products-area .tab .tabs {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b7bad2;
  display: table;
  margin: 0 auto 60px;
}

.featured-products-area .tab .tabs li {
  display: inline-block;
  padding: 0 10px;
}

.featured-products-area .tab .tabs li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  padding: 0  15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.featured-products-area .tab .tabs li a:hover {
  color: #d98a0e !important;
}

.featured-products-area .tab .tabs li.current a {
  color: #d98a0e !important;
  position: relative;
}

.featured-products-area .tab .tabs li.current a::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d98a0e;
}

.featured-products-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
  line-height: 1 !important;
}

.featured-products-area .owl-theme .owl-dots .owl-dot {
  line-height: 1;
}

.featured-products-area .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.featured-products-area .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #0160e7;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.featured-products-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0160e7;
}

/*
Articles Area Style
======================================================*/
.our-articles-area {
  background-color: #fafafa;
}

.single-articles {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-articles .articles-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 30px;
  padding-top: 38px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-articles .articles-content .share {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 2px 10px;
  position: absolute;
  top: -15px;
  left: 30px;
}

.single-articles .articles-content .share i {
  position: relative;
  top: 1px;
}

.single-articles .articles-content h3 {
  margin-bottom: 20px;
}

.single-articles .articles-content h3 a {
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-articles .articles-content ul {
  line-height: 1;
}

.single-articles .articles-content ul li {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-articles .articles-content ul li img {
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}

.single-articles .articles-content ul li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-articles:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-articles:hover .articles-content {
  background-color: #0160e7;
}

.single-articles:hover h3 a {
  color: #ffffff;
}

.single-articles:hover ul li {
  color: #ffffff;
}

.single-articles:hover ul li a {
  color: #ffffff;
}

/*
Collection Area Style
======================================================*/
.collection-single .collection-content {
  text-align: center;
}

.collection-single .collection-content span {
  font-family: "Comic Sans MS";
  font-style: italic;
  color: #d98a0e;
  font-size: 18px;
}

.collection-single .collection-content h3 {
  color: #0160e7;
  font-weight: normal;
  font-family: "Comic Sans MS";
  font-style: italic;
  font-size: 40px;
  margin-bottom: 25px;
}

.collection-single .collection-content p {
  margin-bottom: 35px;
}

.collection-single .collection-img {
  position: relative;
}

.collection-single .collection-img .collection-shape {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: -1;
}

/*
Footer Top Area Style
======================================================*/
.footer-top-area {
  background-color: #060606;
}

.single-widget {
  margin-bottom: 30px;
}

.single-widget img {
  margin-bottom: 20px;
}

.single-widget h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.single-widget p {
  margin-bottom: 0;
  color: #ffffff;
}

.single-widget ul li {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
}

.single-widget ul li:last-child {
  margin-bottom: 0;
}

.single-widget ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-widget ul li a span {
  color: #d98a0e;
}

.single-widget ul li a i {
  display: inline-block;
  margin-right: 5px;
}

.single-widget ul li a:hover {
  color: #d98a0e;
  letter-spacing: 1px;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
  background-color: #000000;
  padding: 20px 0;
}

.footer-bottom-area .social-area ul {
  line-height: 1;
}

.footer-bottom-area .social-area ul li {
  display: inline-block;
}

.footer-bottom-area .social-area ul li a {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border: 1px dashed #eeeeee;
  border-radius: 50%;
  text-align: center;
}

.footer-bottom-area .social-area ul li a i {
  color: #eeeeee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-bottom-area .social-area ul li a:hover {
  border-color: #d98a0e;
}

.footer-bottom-area .social-area ul li a:hover i {
  color: #d98a0e;
}

.footer-bottom-area .copy-right {
  text-align: center;
}

.footer-bottom-area .copy-right p {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #eeeeee;
}

.footer-bottom-area .copy-right p a {
  color: #d98a0e;
}

.footer-bottom-area .payment-method {
  float: right;
  position: relative;
  top: 3px;
}

.footer-bottom-area .payment-method ul {
  line-height: 1;
}

.footer-bottom-area .payment-method ul li {
  display: inline-block;
}

.footer-bottom-area .payment-method ul li a img {
  width: 35px;
}

/*
Img MfpArea Style
======================================================*/
img.mfp-img {
  padding: 200px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  padding-right: 18px;
}

.mfp-counter {
  right: 15px;
}

/*
product-view-one
=================================================*/
.product-view-one.modal.show .modal-dialog {
  margin-top: 25px;
}

.product-view-one .product-view-one-image {
  background-color: #eeeeee;
  padding: 30px;
}

.product-view-one .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}

.product-view-one .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}

.product-view-one .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
}

.product-view-one .modal-content button.close:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.product-view-one .modal-content .product-content h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

.product-view-one .modal-content .product-content h3 a {
  color: #333333;
}

.product-view-one .modal-content .product-content h3 a:hover {
  color: #333333;
}

.product-view-one .modal-content .product-content .price {
  margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .price span {
  display: inline-block;
  font-size: 18px;
  color: #333333;
}

.product-view-one .modal-content .product-content .price del {
  display: inline-block;
  font-size: 18px;
  color: #c1c1c1;
  margin-left: 5px;
}

.product-view-one .modal-content .product-content .product-review {
  margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .product-review .rating {
  display: inline-block;
  padding-right: 5px;
}

.product-view-one .modal-content .product-content .product-review .rating i {
  color: #d98a0e;
}

.product-view-one .modal-content .product-content .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.product-view-one .modal-content .product-content .product-info {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.product-view-one .modal-content .product-content .product-info li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .product-info li:last-child {
  margin-bottom: 0;
}

.product-view-one .modal-content .product-content .product-info li span {
  color: #333333;
}

.product-view-one .modal-content .product-content .product-info li a {
  display: inline-block;
  font-weight: 500;
  color: #333333;
}

.product-view-one .modal-content .product-content .product-info li a:hover {
  color: #333333;
}

.product-view-one .modal-content .product-content .product-color-switch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .product-color-switch h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 6px;
}

.product-view-one .modal-content .product-content .product-color-switch ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -4px;
  padding-left: 0;
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  margin: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:hover {
  border-color: #333333;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a:focus {
  border-color: #333333;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-white::before {
  background: blue;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-black::before {
  background: #222222;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-green::before {
  background: green;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-yellowgreen::before {
  background: yellowgreen;
}

.product-view-one .modal-content .product-content .product-color-switch ul li a.color-teal::before {
  background: teal;
}

.product-view-one .modal-content .product-content .product-color-switch ul li.active a {
  border-color: #333333;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #333333;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
  color: #333333;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.minus-btn:hover {
  background-color: #d98a0e;
  color: #ffffff;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span.plus-btn:hover {
  background-color: #d98a0e;
  color: #ffffff;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
  height: 48px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.product-view-one .modal-content .product-content .share-this-product h3 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 10px;
}

.product-view-one .modal-content .product-content .share-this-product ul li {
  display: inline-block;
  margin-right: 3px;
}

.product-view-one .modal-content .product-content .share-this-product ul li a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #eeeeee;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
  background-color: #d98a0e;
  color: #ffffff;
}

.product-view-one .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.product-view-one #big .item {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.product-view-one .owl-item.active.current {
  background-color: #ffffff;
  padding: 5px;
}

.product-view-one.fade {
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

.product-view-one .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.product-view-one .owl-next i {
  background-color: #d98a0e;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
  font-size: 15px;
}

.product-view-one .owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.product-view-one .owl-prev i {
  background-color: #d98a0e !important;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  border-radius: 4px;
}

.product-view-one:hover .owl-prev {
  opacity: 1;
  left: 0;
}

.product-view-one:hover .owl-next {
  opacity: 1;
  right: 0;
}

.product-view-one .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

/*===============================================
ELECTRONICS DEMO STYLE
=================================================*/
/*
Electronics Header Style
=================================================*/
.electronics-header-area .top-header-area {
  padding: 15px 0;
}

.electronics-header-area .top-header-area .header-content-left .browse-categories {
  position: relative;
}

.electronics-header-area .top-header-area .header-content-left .browse-categories i {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 17px;
  z-index: 1;
  color: #ffffff;
}

.electronics-header-area .top-header-area .header-content-left .browse-categories .nice-select {
  background-color: #0160e7;
  border: none;
  text-align: center !important;
  color: #ffffff;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 50px;
  padding: 16px 0 !important;
  height: unset !important;
  line-height: 1;
  width: 200px;
}

.electronics-header-area .top-header-area .header-content-left .browse-categories .nice-select .option {
  color: #d98a0e;
}

.electronics-header-area .top-header-area .header-content-left .browse-categories .nice-select::after {
  width: 10px;
  height: 10px;
  right: 14px;
  border-color: #ffffff;
  margin-top: -7px;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap {
  display: inline-block;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top {
  position: relative;
  top: 0;
  padding: 0;
  margin-left: 20px;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-bar img {
  width: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-bar span {
  position: relative;
  top: 2px;
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-item-bottom {
  position: absolute;
  top: 0;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 250px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
  margin-bottom: 10px;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
  margin-bottom: 0;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
  color: #0160e7;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
  width: 20px;
  margin-right: 5px;
  border-radius: 50%;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
  color: #0160e7;
}

.electronics-header-area .top-header-area .header-content-left .flag-wrap .flag-item-top:hover .flag-item-bottom {
  visibility: visible;
  opacity: 1;
  top: 68px;
}

.electronics-header-area .top-header-area .header-content-right {
  float: right;
}

.electronics-header-area .top-header-area .header-content-right li {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.electronics-header-area .top-header-area .header-content-right li:last-child {
  margin-right: 0;
}

.electronics-header-area .top-header-area .header-content-right li a i {
  display: block;
}

.electronics-header-area .top-header-area .header-content-right .my-account a {
  color: #333333;
}

.electronics-header-area .top-header-area .header-content-right .my-account a i {
  font-size: 25px;
  color: #333333;
}

.electronics-header-area .top-header-area .header-content-right .cart-wrap {
  display: inline-block;
  position: relative;
  top: -1px;
}

.electronics-header-area .top-header-area .header-content-right .cart-wrap .cart-icon {
  position: relative;
  top: 5px;
}

.electronics-header-area .top-header-area .header-content-right .cart-wrap .cart-icon i {
  color: #333333;
  font-size: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
}

.electronics-header-area .top-header-area .header-content-right .cart-wrap .cart-icon span {
  position: absolute;
  top: -3px;
  right: 5px;
  background-color: #0160e7;
  text-align: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
}

.electronics-header-area .top-header-area .header-content-right .cart-wrap .cart-icon .my-cart {
  position: relative;
  font-size: unset;
  border-radius: unset;
  background-color: transparent;
  display: block;
  width: unset;
  height: unset;
  color: #333333;
  left: 3px;
}

.electronics-header-area .top-header-area .header-content-right .cart-wrap .cart-icon:hover i {
  color: #0160e7;
}

.electronics-header-area .top-header-area .header-content-right .contact-wrap a {
  position: relative;
  padding-left: 60px;
  color: #333333;
}

.electronics-header-area .top-header-area .header-content-right .contact-wrap a i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  background-color: #cce5fc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #0160e7;
}

.electronics-header-area .top-header-area .header-content-right .contact-wrap a span {
  display: block;
  color: #0160e7;
}

.electronics-header-area .middle-header-area {
  background-color: #f0f0f0;
  padding: 10px 0;
}

.electronics-header-area .middle-header-area .wishlist ul {
  line-height: 1;
}

.electronics-header-area .middle-header-area .wishlist ul li {
  display: inline-block;
  border-right: 1px solid #6c6c6c;
  padding-right: 8px;
  margin-right: 5px;
  line-height: 1;
}

.electronics-header-area .middle-header-area .wishlist ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.electronics-header-area .middle-header-area .wishlist ul li a {
  color: #333333;
}

.electronics-header-area .middle-header-area .wishlist ul li a:hover {
  color: #0160e7;
}

.electronics-header-area .middle-header-area .offer-for-online {
  text-align: center;
}

.electronics-header-area .middle-header-area .offer-for-online .item-1 p span {
  color: #ff6000;
}

.electronics-header-area .middle-header-area .policy-area {
  float: right;
}

.electronics-header-area .middle-header-area .policy-area ul {
  line-height: 1;
}

.electronics-header-area .middle-header-area .policy-area ul li {
  display: inline-block;
  border-right: 1px solid #6c6c6c;
  padding-right: 10px;
  margin-right: 5px;
  line-height: 1;
}

.electronics-header-area .middle-header-area .policy-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.electronics-header-area .middle-header-area .policy-area ul li a {
  color: #333333;
}

.electronics-header-area .middle-header-area .policy-area ul li a:hover {
  color: #0160e7;
}

/*
Tezno Nav Style Electronics
=================================================*/
.tezno-nav-style-electronics .others-option .search-wrap {
  top: 0;
}

.tezno-nav-style-electronics .others-option .search-wrap .search-form .search-input {
  height: 40px;
  border-radius: 50px;
  border: none;
  padding: 10px 15px;
  background-color: #1a47d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tezno-nav-style-electronics .others-option .search-wrap .search-form .search-input:focus {
  outline: none;
  background-color: #ffffff;
}

.tezno-nav-style-electronics .others-option .search-wrap .search-form .search-input::-webkit-input-placeholder {
  color: #ffffff;
  position: relative;
  top: -1px;
}

.tezno-nav-style-electronics .others-option .search-wrap .search-form .search-input:-ms-input-placeholder {
  color: #ffffff;
  position: relative;
  top: -1px;
}

.tezno-nav-style-electronics .others-option .search-wrap .search-form .search-input::-ms-input-placeholder {
  color: #ffffff;
  position: relative;
  top: -1px;
}

.tezno-nav-style-electronics .others-option .search-wrap .search-form .search-input::placeholder {
  color: #ffffff;
  position: relative;
  top: -1px;
}

.tezno-nav-style-electronics .others-option .search-wrap .search-form .search-button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.tezno-nav-style-electronics .others-option .search-wrap .search-form .search-button i {
  font-size: 15px;
}

.tezno-nav-style-electronics .navbar-area .main-nav {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #2356fd;
}

.tezno-nav-style-electronics .navbar-area .main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.tezno-nav-style-electronics .navbar-area .main-nav nav .navbar-nav .nav-item span {
  position: absolute;
  top: 6px;
  left: 30px;
  color: #fff;
  background-color: #06b12e;
  line-height: 1;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
  z-index: 1;
}

.tezno-nav-style-electronics .navbar-area .main-nav nav .navbar-nav .nav-item span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #06b12e;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tezno-nav-style-electronics .navbar-area .main-nav nav .navbar-nav .nav-item .hot {
  background-color: #ff6000;
}

.tezno-nav-style-electronics .navbar-area .main-nav nav .navbar-nav .nav-item .hot::before {
  background-color: #ff6000;
}

.tezno-nav-style-electronics .navbar-area .main-nav nav .navbar-nav .nav-item a {
  padding: 30px 10px;
  margin: 0;
  z-index: 1;
}

.tezno-nav-style-electronics .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  bottom: 0;
  height: 100%;
  background-color: #3464ff;
  z-index: -1;
  border-bottom: 1px solid #ffffff;
}

.tezno-nav-style-electronics .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  right: -5px;
}

/*
Tezno Electronics Slider Area Style
=================================================*/
.tezno-electronics-slider-area {
  position: relative;
  background-color: #022fc3;
}

.tezno-electronics-slider-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/demo-electronics/slider/slider-shape-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.tezno-electronics-slider-area .slider-img {
  background-color: transparent;
  padding: 0;
  -webkit-animation: unset;
          animation: unset;
  position: relative;
  z-index: 1;
}

.tezno-electronics-slider-area .slider-img img {
  max-width: unset;
}

.tezno-electronics-slider-area .slider-img .slider-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/demo-electronics/slider/slider-shape-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 100%;
  z-index: -1;
}

.tezno-electronics-slider-area .owl-item.active .slider-img .slider-bg-shape img {
  -webkit-animation: unset;
          animation: unset;
}

.tezno-electronics-slider-area .tezno-slider-text h1 {
  margin-bottom: 20px;
  font-weight: 500;
}

.tezno-electronics-slider-area .tezno-slider-text h1 span {
  font-weight: 700;
  color: #ffffff;
}

.tezno-electronics-slider-area .tezno-slider-text p {
  margin-bottom: 22px;
}

.tezno-electronics-slider-area .tezno-slider-text h3 {
  color: #ffffff;
  margin-bottom: 30px;
}

.tezno-electronics-slider-area .tezno-slider-text h3 span {
  color: #b0c2ff;
}

.tezno-electronics-slider-area .tezno-slider-text .slider-btn .active {
  background-color: #ffffff;
  color: #ff6000;
  margin-left: 20px;
}

.tezno-electronics-slider-area .tezno-slider-text .slider-btn .active:hover {
  background-color: #0160e7;
  color: #ffffff;
}

.tezno-electronics-slider-area .owl-prev i {
  border-radius: 50%;
  background-color: #315df1 !important;
  color: #7794f4;
}

.tezno-electronics-slider-area .owl-next i {
  border-radius: 50%;
  background-color: #315df1 !important;
  color: #7794f4;
}

.tezno-electronics-slider-area:hover .owl-prev {
  opacity: 1;
  left: 50px;
}

.tezno-electronics-slider-area:hover .owl-next {
  opacity: 1;
  right: 50px;
}

/*
Best Product Area Style
=================================================*/
.best-product-area .best-product-wrap {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.best-product-area .best-product-wrap .best-product-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.best-product-area .best-product-wrap .best-product-img.bg-1 {
  background-image: url(../img/demo-shoes/best-product/1.png);
}

.best-product-area .best-product-wrap .best-product-img.bg-2 {
  background-image: url(../img/demo-shoes/best-product/2.png);
}

.best-product-area .best-product-wrap .best-product-img.bg-3 {
  background-image: url(../img/demo-electronics/best-product/1.png);
}

.best-product-area .best-product-wrap .best-product-img.bg-4 {
  background-image: url(../img/demo-electronics/best-product/2.png);
}

.best-product-area .best-product-wrap .best-product-img img {
  display: none;
}

.best-product-area .best-product-wrap .best-product-content {
  padding: 25px 0;
}

.best-product-area .best-product-wrap .best-product-content .hp-offer {
  font-family: "Comic Sans MS";
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #0160e7;
}

.best-product-area .best-product-wrap .best-product-content h3 {
  margin-bottom: 12px;
}

.best-product-area .best-product-wrap .best-product-content p {
  font-size: 18px;
}

.best-product-area .best-product-wrap .best-product-content p span {
  color: #ff6000;
}

.best-product-area .best-product-wrap:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Delivery Wrap Style
=================================================*/
.delivery-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  padding-bottom: 0;
}

.delivery-wrap .single-delivery i {
  background-color: #dae0f6;
  color: #0160e7;
}

.delivery-wrap .single-delivery:hover i {
  background-color: #0160e7;
  color: #ffffff;
}

/*
Trendy Collection Area Style
======================================================*/
.trendy-collection-area .tab .tabs {
  text-align: center;
  margin-bottom: 50px;
}

.trendy-collection-area .tab .tabs li {
  display: inline-block;
  padding: 0 10px;
}

.trendy-collection-area .tab .tabs li a {
  text-transform: uppercase;
  font-size: 18px;
  background-color: #ccd4f1;
  color: #0160e7;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50px;
}

.trendy-collection-area .tab .tabs li a:hover {
  background-color: #0160e7 !important;
  color: #ffffff !important;
}

.trendy-collection-area .tab .tabs li.current a {
  background-color: #0160e7 !important;
  color: #ffffff !important;
}

.single-trendy-products {
  text-align: center;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.single-trendy-products .product-img {
  padding: 20px;
}

.single-trendy-products .product-img .trend {
  position: absolute;
  right: 0;
  font-size: 16px;
  background-color: #ff6000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
}

.single-trendy-products .product-img .product-img-1 {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.single-trendy-products .product-img .product-img-1 .product-img-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-trendy-products .product-content {
  padding: 0 15px 30px 15px;
}

.single-trendy-products .product-content .price {
  color: #0160e7;
  font-size: 15px;
}

.single-trendy-products .product-content .price del {
  margin-left: 10px;
  color: #8d9dda;
}

.single-trendy-products .product-content h3 {
  font-size: 20px;
}

.single-trendy-products .purchase-bar {
  background-color: #ffe7d9;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-trendy-products .purchase-bar ul {
  line-height: 1;
}

.single-trendy-products .purchase-bar ul li {
  display: inline-block;
  padding: 0 5px;
}

.single-trendy-products .purchase-bar ul li a i {
  font-size: 15px;
  color: #ffffff;
  background-color: #ffbb92;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-trendy-products .purchase-bar ul li a:hover i {
  background-color: #ff6000 !important;
  color: #ffffff !important;
}

.single-trendy-products:hover .product-img .product-img-2 {
  opacity: 0;
}

.single-trendy-products:hover .product-img .product-img-2 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-trendy-products:hover .purchase-bar {
  background-color: #062ab8;
}

.single-trendy-products:hover .purchase-bar ul li a i {
  background-color: #3253cf;
  color: #ffffff;
}

/*
Newsletter Area Style
======================================================*/
.newsletter-area {
  position: relative;
  z-index: 1;
  background-color: #0629b6;
}

.newsletter-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/demo-electronics/slider/slider-shape-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.newsletter-area .subscribe-content span {
  color: #ffffff;
}

.newsletter-area .subscribe-content h2 {
  text-transform: capitalize;
}

.newsletter-area .subscribe-content .form-control {
  background-color: transparent;
  border-bottom: 1px solid #5f7fff;
  border-left: 0;
  border-radius: 0;
  color: #96abff;
  padding-left: 0;
  padding-right: 0;
}

.newsletter-area .subscribe-content .form-control::-webkit-input-placeholder {
  color: #96abff;
}

.newsletter-area .subscribe-content .form-control:-ms-input-placeholder {
  color: #96abff;
}

.newsletter-area .subscribe-content .form-control::-ms-input-placeholder {
  color: #96abff;
}

.newsletter-area .subscribe-content .form-control::placeholder {
  color: #96abff;
}

.newsletter-area .subscribe-img {
  position: unset;
}

/*
Mac Book Area Style
======================================================*/
.mac-book-content {
  background-image: url(../img/demo-shoes/mac-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  z-index: -1;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.mac-book-content.mac-bg {
  background-image: url(../img/demo-electronics/mac-img.png);
}

.mac-book-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to right, white, rgba(0, 0, 0, 0.1));
  z-index: -1;
}

.mac-book-content .up-to {
  font-family: "Comic Sans MS";
  color: #ff6000;
  display: block;
  margin-bottom: 10px;
}

.mac-book-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.mac-book-content p {
  font-weight: 500;
  margin-bottom: 20px;
}

.mac-book-content p span {
  color: #ff6000;
  font-weight: 600;
}

.mac-book-content .offer {
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: #ff6000;
  line-height: 1.2;
  font-size: 30px;
  padding: 15px 20px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}

.offer-product-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}

.offer-product-wrap .single-trendy-products {
  border: 1px solid #eeeeee;
  background-color: transparent;
  margin: 30px;
  margin-right: 0;
}

.offer-product-wrap .single-trendy-products .purchase-bar {
  padding: 10px;
}

.offer-product-wrap .single-trendy-products .purchase-bar ul li a i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.offer-product-wrap .single-trendy-products .offers {
  line-height: 1.2;
  display: inline-block;
  background-color: #ff6000;
  color: #ffffff;
  border-radius: 50%;
  padding: 6px 10px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.deal-offer {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.deal-offer h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.deal-offer span {
  font-weight: 600;
  color: #0160e7;
  display: block;
  margin-bottom: 20px;
}

.deal-offer span del {
  color: #6f6f6f;
}

.deal-offer ul {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
  line-height: 1;
  padding: 10px;
  margin-bottom: 26px;
}

.deal-offer ul li {
  display: inline-block;
}

.deal-offer ul li i {
  color: #f4a708;
}

.deal-offer #timer div {
  display: inline-block;
  text-align: center;
  background-color: #ff6000;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-right: 5px;
  padding-top: 4px;
}

.deal-offer #timer div:last-child {
  margin-right: 0;
}

.deal-offer #timer div span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  display: block;
  color: #ffffff;
  margin-top: 5px;
}

/*
All Product Area Style
======================================================*/
.all-product-area .tab .tabs li.current a {
  color: #0160e7 !important;
  position: relative;
}

.all-product-area .tab .tabs li.current a::before {
  background-color: #0160e7;
}

.all-product-area .tab .tabs li a:hover {
  color: #0160e7 !important;
}

.all-product-area .rating {
  line-height: 1;
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
}

.all-product-area .rating li {
  display: inline-block;
  color: #f4a708;
}

.all-product-area .single-trendy-products {
  padding-bottom: 30px;
  position: relative;
}

.all-product-area .single-trendy-products .product-content {
  padding: 0 15px 12px 15px;
}

.all-product-area .single-trendy-products .purchase-bar {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 15px;
  max-width: 200px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.all-product-area .single-trendy-products .purchase-bar ul li a i {
  font-size: 15px;
  color: #0160e7;
  background-color: #b4c0ec;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.all-product-area .single-trendy-products:hover .purchase-bar {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.all-product-area .single-trendy-products .product-img .trend {
  top: 0;
}

/*
Electronics News Area Style
======================================================*/
.electronics-news-area .container-fluid {
  max-width: 1230px;
  margin-left: auto;
  margin-right: unset;
}

.electronics-news-area .electronics-news-title span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  color: #333333;
  text-transform: capitalize;
}

.electronics-news-area .electronics-news-title h2 {
  font-size: 40px;
  position: relative;
  display: block;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.electronics-news-area .electronics-news-title p {
  margin-bottom: 25px;
}

.electronics-news-area .single-electronics-news {
  position: relative;
}

.electronics-news-area .single-electronics-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

.electronics-news-area .single-electronics-news .single-electronics-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 359px;
  right: 30px;
}

.electronics-news-area .single-electronics-news .single-electronics-content span {
  font-size: 14px;
  display: block;
  color: #ffffff;
}

.electronics-news-area .single-electronics-news .single-electronics-content a h3 {
  font-size: 25px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.electronics-news-area .single-electronics-news:hover .single-electronics-content a h3 {
  color: #ff6000;
}

/*
Sales Area Style
======================================================*/
.sales-area {
  background-image: url(../img/demo-electronics/sales/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.sales-area .sales-title span {
  color: #0160e7;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  color: #333333;
  text-transform: capitalize;
}

.sales-area .sales-title h2 {
  font-size: 40px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.sales-area .browse-categories {
  position: relative;
  display: inline-block;
  top: 16px;
  margin-left: 15px;
}

.sales-area .browse-categories i {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 17px;
  z-index: 1;
  color: #ffffff;
}

.sales-area .browse-categories .nice-select {
  background-color: #0160e7;
  border: none;
  text-align: center !important;
  color: #ffffff;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 50px;
  padding: 16px 0 !important;
  height: unset !important;
  line-height: 1;
  width: 200px;
}

.sales-area .browse-categories .nice-select .option {
  color: #d98a0e;
}

.sales-area .browse-categories .nice-select::after {
  width: 10px;
  height: 10px;
  right: 14px;
  border-color: #ffffff;
  margin-top: -7px;
}

.sales-area .electronics-btn {
  display: inline-block;
}

.sales-area .all-product-wrap {
  float: right;
}

.sales-area .single-sales {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.sales-area .single-sales::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}

.sales-area .single-sales .sales-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

.sales-area .single-sales .sales-content-wrap .sales-content {
  max-width: 300px;
}

.sales-area .single-sales .sales-content-wrap .sales-content .title {
  font-family: "Comic Sans MS";
  font-size: 16px;
  color: #ff6000;
  display: block;
  margin-bottom: 10px;
}

.sales-area .single-sales .sales-content-wrap .sales-content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.sales-area .single-sales .sales-content-wrap .sales-content .price {
  color: #ffffff;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}

.sales-area .single-sales .sales-content-wrap .sales-content .price del {
  margin-left: 5px;
}

.sales-area .single-sales .sales-content-wrap .sales-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.sales-area .single-sales .sales-content-wrap .sales-content ul li a i {
  color: #0160e7;
  background-color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sales-area .single-sales .sales-content-wrap .sales-content ul li a:hover i {
  background-color: #ff6000;
  color: #ffffff;
}

.sales-area .single-sales:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.sales-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
  line-height: 1 !important;
}

.sales-area .owl-theme .owl-dots .owl-dot {
  line-height: 1;
}

.sales-area .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}

.sales-area .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #0160e7;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sales-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0160e7;
}

.sales-area .row.align-items-center.mb-30 {
  margin-top: -8px;
}

/*
Instagram Area Style
=================================================*/
.instagram-area .section-title h2 i {
  top: 4px;
  position: relative;
  color: #ff6000;
  display: inline-block;
  margin-right: 5px;
}

.single-instagram-gallery {
  position: relative;
}

.single-instagram-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ff6000;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-instagram-gallery .instagram-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-instagram-gallery .instagram-link i {
  color: #ffffff;
  font-size: 50px;
}

.single-instagram-gallery:hover .instagram-link {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-instagram-gallery:hover::before {
  height: 100%;
}

/*
Address Area Style
=================================================*/
.address-area {
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-address {
  position: relative;
  padding-left: 90px;
}

.single-address i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  font-size: 30px;
  color: #0160e7;
  position: absolute;
  top: 5px;
  left: 0;
}

.single-address .title {
  display: block;
  font-size: 18px;
  color: #0160e7;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-address a {
  display: block;
  color: #6f6f6f;
}

.single-address a:hover {
  color: #ff6000;
}

/*
Footer Top Electronics Area Style
=================================================*/
.footer-top-electronics-area .social-area {
  margin-top: 20px;
}

.footer-top-electronics-area .social-area ul {
  line-height: 1;
}

.footer-top-electronics-area .social-area ul li {
  display: inline-block;
}

.footer-top-electronics-area .social-area ul li a {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border: 1px dashed #eeeeee;
  border-radius: 50%;
  text-align: center;
}

.footer-top-electronics-area .social-area ul li a i {
  color: #eeeeee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0;
}

.footer-top-electronics-area .social-area ul li a:hover {
  border-color: #ff6000;
}

.footer-top-electronics-area .social-area ul li a:hover i {
  color: #ff6000;
}

.footer-top-electronics-area .single-widget ul li a span {
  color: #ff6000;
}

.footer-top-electronics-area .single-widget ul li a:hover {
  color: #ff6000;
}

/*
Footer Bottom Electronics Area Style
=================================================*/
.footer-bottom-electronics-area .copy-right {
  text-align: left;
}

.footer-bottom-electronics-area .copy-right p a {
  color: #ff6000;
}

/*===============================================
JEWELRY DEMO STYLE
=================================================*/
/*
Jewelry Header Style
=================================================*/
.jewelry-header-area .bottom-header-area {
  padding: 15px 0;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap {
  top: 0;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap .search-form .search-input {
  height: 50px;
  border: none;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap .search-form .search-input:focus {
  outline: none;
  background-color: #ffffff;
  border: 1px solid #d98a0e;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap .search-form .search-input::-webkit-input-placeholder {
  color: #141414;
  position: relative;
  top: -1px;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap .search-form .search-input:-ms-input-placeholder {
  color: #141414;
  position: relative;
  top: -1px;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap .search-form .search-input::-ms-input-placeholder {
  color: #141414;
  position: relative;
  top: -1px;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap .search-form .search-input::placeholder {
  color: #141414;
  position: relative;
  top: -1px;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap .search-form .search-button {
  position: relative;
  cursor: pointer;
  background-color: #d98a0e;
  height: 50px;
  width: 50px;
  top: 1px;
  left: 10px;
}

.jewelry-header-area .bottom-header-area .header-content-left .search-wrap .search-form .search-button i {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: 3px;
}

.jewelry-header-area .bottom-header-area .logo {
  text-align: center;
}

.jewelry-header-area .bottom-header-area .header-content-right {
  float: right;
}

.jewelry-header-area .bottom-header-area .header-content-right li {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.jewelry-header-area .bottom-header-area .header-content-right li:last-child {
  margin-right: 0;
}

.jewelry-header-area .bottom-header-area .header-content-right li a i {
  display: block;
}

.jewelry-header-area .bottom-header-area .header-content-right .my-account a {
  color: #333333;
}

.jewelry-header-area .bottom-header-area .header-content-right .my-account a i {
  font-size: 25px;
  color: #333333;
}

.jewelry-header-area .bottom-header-area .header-content-right .cart-wrap {
  display: inline-block;
  position: relative;
  top: -1px;
}

.jewelry-header-area .bottom-header-area .header-content-right .cart-wrap .cart-icon {
  position: relative;
  top: 5px;
}

.jewelry-header-area .bottom-header-area .header-content-right .cart-wrap .cart-icon i {
  color: #333333;
  font-size: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 27px;
  text-align: center;
}

.jewelry-header-area .bottom-header-area .header-content-right .cart-wrap .cart-icon span {
  position: absolute;
  top: -3px;
  right: 5px;
  background-color: #0160e7;
  text-align: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
}

.jewelry-header-area .bottom-header-area .header-content-right .cart-wrap .cart-icon .my-cart {
  position: relative;
  font-size: unset;
  border-radius: unset;
  background-color: transparent;
  display: block;
  width: unset;
  height: unset;
  color: #333333;
  left: 3px;
}

.jewelry-header-area .bottom-header-area .header-content-right .cart-wrap .cart-icon:hover i {
  color: #0160e7;
}

.jewelry-header-area .bottom-header-area .header-content-right .contact-wrap a {
  position: relative;
  padding-left: 60px;
  color: #333333;
}

.jewelry-header-area .bottom-header-area .header-content-right .contact-wrap a i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  background-color: #cce5fc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #0160e7;
}

.jewelry-header-area .bottom-header-area .header-content-right .contact-wrap a span {
  display: block;
  color: #0160e7;
}

.jewelry-header-area .top-header-area {
  background-color: #000000;
  padding: 10px 0;
}

.jewelry-header-area .top-header-area .wishlist ul {
  line-height: 1;
}

.jewelry-header-area .top-header-area .wishlist ul li {
  display: inline-block;
  border-right: 1px solid #6c6c6c;
  padding-right: 8px;
  margin-right: 5px;
  line-height: 1;
}

.jewelry-header-area .top-header-area .wishlist ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.jewelry-header-area .top-header-area .wishlist ul li a {
  color: #c1c1c1;
}

.jewelry-header-area .top-header-area .wishlist ul li a:hover {
  color: #0160e7;
}

.jewelry-header-area .top-header-area .offer-for-online {
  text-align: center;
}

.jewelry-header-area .top-header-area .offer-for-online .item-1 p {
  color: #c1c1c1;
}

.jewelry-header-area .top-header-area .offer-for-online .item-1 p span {
  color: #ff6000;
}

.jewelry-header-area .top-header-area .policy-area {
  float: right;
}

.jewelry-header-area .top-header-area .policy-area ul {
  line-height: 1;
}

.jewelry-header-area .top-header-area .policy-area ul li {
  display: inline-block;
  border-right: 1px solid #6c6c6c;
  padding-right: 10px;
  margin-right: 5px;
  line-height: 1;
}

.jewelry-header-area .top-header-area .policy-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.jewelry-header-area .top-header-area .policy-area ul li a {
  color: #c1c1c1;
}

.jewelry-header-area .top-header-area .policy-area ul li a:hover {
  color: #0160e7;
}

/*
Tezno Nav Style Electronics
=================================================*/
.tezno-nav-style-jewelry .navbar-area .navbar-brand {
  display: none;
}

.tezno-nav-style-jewelry .navbar-area .main-nav {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item span {
  position: absolute;
  top: 6px;
  left: 30px;
  color: #ffffff;
  background-color: #06b12e;
  line-height: 1;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px;
  z-index: 1;
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #06b12e;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item .hot {
  background-color: #ff6000;
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item .hot::before {
  background-color: #ff6000;
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item a {
  padding: 30px 10px;
  margin: 0;
  z-index: 1;
  color: #5c5c5c;
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  background-color: #ff6000;
  bottom: 0;
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #ff6000;
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #ff6000;
}

.tezno-nav-style-jewelry .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  right: -5px;
}

.tezno-nav-style-jewelry .navbar-area.is-sticky {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06) !important;
}

.tezno-nav-style-jewelry .navbar-area.is-sticky .main-nav {
  background-color: #ffffff;
}

/*
Jewelry Slider Area
=================================================*/
.jewelry-banner-area {
  background-color: #fef9f0;
  height: 100%;
  position: relative;
}

.jewelry-banner-area .container-fluid {
  max-width: 1220px;
  margin-left: auto;
  margin-right: unset;
}

.jewelry-banner-area .jewelry-banner-text .price {
  font-size: 20px;
  background-image: url(../img/demo-jewelry/banner-shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  padding: 30px;
  color: #ffffff;
  font-family: "Comic Sans MS";
}

.jewelry-banner-area .jewelry-banner-text .starting {
  font-size: 23px;
}

.jewelry-banner-area .jewelry-banner-text h1 {
  font-size: 70px;
  font-family: "DM Serif Display", serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

.jewelry-banner-area .jewelry-banner-text .offer {
  font-family: "Comic Sans MS";
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.jewelry-banner-area .jewelry-banner-text .banner-btn {
  margin-top: 35px;
}

.jewelry-banner-area .jewelry-banner-text .banner-btn .active {
  background-color: #333333;
  margin-right: 15px;
}

.jewelry-banner-area .jewelry-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 651px;
}

.jewelry-banner-area .jewelry-slider-item.bg-1 {
  background-image: url(../img/demo-jewelry/jewelry-slider/1.jpg);
}

.jewelry-banner-area .jewelry-slider-item.bg-2 {
  background-image: url(../img/demo-jewelry/jewelry-slider/2.jpg);
}

.jewelry-banner-area .jewelry-slider-item.bg-3 {
  background-image: url(../img/demo-jewelry/jewelry-slider/3.jpg);
}

.jewelry-banner-area .jewelry-slider-wrap.owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.jewelry-banner-area .jewelry-slider-wrap.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.jewelry-banner-area .jewelry-slider-wrap.owl-theme .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}

.jewelry-banner-area .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1;
  height: 100%;
}

.jewelry-banner-area .social li {
  padding: 35px 0;
  margin-top: 30px;
}

.jewelry-banner-area .social li a {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #b2b2b2;
  font-weight: 500;
  text-transform: capitalize;
}

.jewelry-banner-area .social li a:hover {
  color: #d98a0e;
}

/*
Offer Product Area
=================================================*/
.single-offer-product {
  background-color: #333333;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.single-offer-product .single-offer-content {
  max-width: 250px;
}

.single-offer-product .single-offer-content span {
  color: #ffffff;
  font-family: "Comic Sans MS";
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
}

.single-offer-product .single-offer-content h3 {
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
}

.single-offer-product .single-offer-content p {
  color: #ffffff;
}

.single-offer-product .single-offer-content p span {
  color: #d98a0e;
}

.single-offer-product .offer-product {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 210px;
}

.single-offer-product.two {
  background-color: #d98a0e;
}

.single-offer-product.two .single-offer-content p span {
  color: #ffffff;
}

.single-offer-product.two .single-offer-content .default-btn {
  background-color: #333333;
}

.single-offer-product.three {
  background-color: #f9d398;
}

.single-offer-product.three .single-offer-content span {
  color: #333333;
}

.single-offer-product.three .single-offer-content h3 {
  color: #333333;
}

.single-offer-product.three .single-offer-content p {
  color: #333333;
}

.single-offer-product.three .single-offer-content p span {
  color: #333333;
}

.single-offer-product.three .single-offer-content .default-btn {
  background-color: #333333;
}

.single-offer-product .single-offer-product .offer-product {
  max-width: 281px;
}

/*
Recent Product Area
=================================================*/
.recent-single-product {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.recent-single-product img {
  margin-bottom: 20px;
}

.recent-single-product .rating {
  line-height: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.recent-single-product .rating li {
  display: inline-block;
  margin: 0 3px;
}

.recent-single-product .rating li i {
  color: #f4a708;
}

.recent-single-product h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.recent-single-product span {
  color: #f4a708;
  font-size: 20px;
}

.recent-single-product span del {
  margin-left: 5px;
}

.recent-single-product .purchase-bar {
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #333333;
  opacity: 0;
}

.recent-single-product .purchase-bar .purchase-ul {
  line-height: 1;
  margin-bottom: 20px;
}

.recent-single-product .purchase-bar .purchase-ul li {
  display: inline-block;
  padding: 0 5px;
}

.recent-single-product .purchase-bar .purchase-ul li a i {
  font-size: 15px;
  color: #ffffff;
  background-color: #d98a0e;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-single-product .purchase-bar .purchase-ul li a:hover i {
  background-color: #d98a0e;
  color: #ffffff;
}

.recent-single-product:hover .purchase-bar {
  opacity: 0.9;
}

/*
Trending Collection Area
=================================================*/
.trending-collection-area {
  text-align: center;
  background-image: url(../img/demo-jewelry/collation-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trending-collection-area .trending-collection-content span {
  color: #ffffff;
  font-family: "Comic Sans MS";
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.trending-collection-area .trending-collection-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}

.trending-collection-area .trending-collection-content p {
  color: #ffffff;
  margin-bottom: 40px;
}

/*
This Is Deal Of The Days
=================================================*/
.this-is-deal-of-the-days .end-offer-bg {
  background-image: url(../img/demo-jewelry/end-offer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.this-is-deal-of-the-days .end-offer-bg .end-offer-wrap {
  background-color: #ffffff;
  max-width: 750px;
  margin-left: auto;
}

.this-is-deal-of-the-days .end-offer-bg .deal-offer {
  margin: 0;
}

.this-is-deal-of-the-days .product-view-one-image .tabs_item {
  text-align: center;
}

.this-is-deal-of-the-days .product-view-one-image .tabs_item img {
  background-color: #f8d399;
  width: 220px;
  margin-left: -10px;
  padding: 30px;
}

.this-is-deal-of-the-days .product-view-one-image ul {
  display: inline-block;
  float: right;
}

.this-is-deal-of-the-days .product-view-one-image ul li a img {
  max-width: 60px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #dfe0e3;
}

.this-is-deal-of-the-days .product-view-one-image ul li.current a img {
  border: 1px solid #d98a0e;
}

.this-is-deal-of-the-days .product-view-one-image ul li:last-child a img {
  margin-bottom: 0;
}

.this-is-deal-of-the-days .deal-offer #timer div {
  background-color: #d98a0e;
}

/*
Precious Jewelry Area
=================================================*/
.precious-jewelry-area .shorting-menu {
  margin: 0 auto 40px;
  text-align: center;
}

.precious-jewelry-area .shorting-menu .filter {
  background-color: #fdedd4;
  padding: 10px 30px;
  color: #d98a0e;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.precious-jewelry-area .shorting-menu .filter.active {
  background-color: #d98a0e;
  color: #ffffff;
}

.precious-jewelry-area .shorting-menu .filter:hover {
  background-color: #d98a0e;
  color: #ffffff;
}

.shorting .mix {
  display: none;
}

/*
Available All Jewelry Area
=================================================*/
.available-all-jewelry-wrap {
  background-image: url(../img/demo-jewelry/available-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 30px;
}

.available-all-jewelry-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}

.available-all-jewelry-wrap .available-all-jewelry-content {
  text-align: center;
}

.available-all-jewelry-wrap .available-all-jewelry-content .available {
  font-family: "Comic Sans MS";
  font-size: 16px;
  color: #d98a0e;
  margin-bottom: 15px;
  display: block;
}

.available-all-jewelry-wrap .available-all-jewelry-content h3 {
  color: #ffffff;
}

.available-all-jewelry-wrap .available-all-jewelry-content .price {
  display: block;
  color: #ffffff;
  font-family: "Comic Sans MS";
  font-size: 16px;
  margin-bottom: 25px;
}

.available-all-jewelry-wrap .available-all-jewelry-content.two {
  text-align: unset;
  position: relative;
  padding-left: 260px;
}

.available-all-jewelry-wrap .available-all-jewelry-content.two .available {
  color: #ffffff;
}

.available-all-jewelry-wrap .available-all-jewelry-content.two img {
  position: absolute;
  top: 25px;
  left: 0;
}

.available-all-jewelry-wrap .available-all-jewelry-content.two .default-btn {
  background-color: #333333;
}

.available-all-jewelry-wrap.two::before {
  opacity: 1;
}

.available-all-jewelry-wrap.two::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #d98a0e;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
  z-index: -1;
}

/*
Diamond Area
=================================================*/
.diamond-img {
  background-image: url(../img/demo-jewelry/diamond-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.diamond-wrap {
  background-color: #333333;
  padding-top: 100px;
  padding-bottom: 100px;
}

.diamond-wrap .diamond-content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.diamond-wrap .diamond-content h2 {
  color: #ffffff;
  font-size: 40px;
  font-family: "DM Serif Display", serif;
  margin-bottom: 30px;
}

.diamond-wrap .diamond-content p {
  color: #ffffff;
  margin-bottom: 35px;
}

.diamond-wrap .diamond-content .build {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 10px;
  display: inline-block;
  font-family: "DM Serif Display", serif;
}

/*
jewelry-bg Area
=================================================*/
.jewelry-bg {
  background-color: #f9d398;
}

.jewelry-bg .single-delivery i {
  background-color: #ffffff;
  color: #333333;
}

.jewelry-bg .single-delivery:hover i {
  background-color: #d98a0e;
  color: #ffffff;
}

/*
Best Product Jewelry Area
=================================================*/
.best-product-jewelry-area .best-product-wrap .best-product-img.bg-3 {
  background-image: url(../img/demo-jewelry/best-product/1.png);
}

.best-product-jewelry-area .best-product-wrap .best-product-img.bg-4 {
  background-image: url(../img/demo-jewelry/best-product/2.png);
}

.best-product-jewelry-area .best-product-wrap .best-product-img.bg-5 {
  background-image: url(../img/demo-jewelry/best-product/1.png);
}

.best-product-jewelry-area .best-product-wrap {
  background-color: #eeeeee;
}

.best-product-jewelry-area .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}

.best-product-jewelry-area .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #d98a0e;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.best-product-jewelry-area .owl-theme .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #d98a0e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}

/*
Jewelry Around Area
=================================================*/
.jewelry-around-area {
  background-image: url(../img/demo-jewelry/Jewelry-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jewelry-around-area .jewelry-around-content {
  text-align: center;
  max-width: 600px;
}

.jewelry-around-area .jewelry-around-content h2 {
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: -8px;
  font-size: 40px;
}

.jewelry-around-area .jewelry-around-content p {
  color: #ffffff;
}

.jewelry-around-area .jewelry-around-content span {
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
}

.jewelry-around-area .jewelry-around-discount {
  background-color: #d98a0e;
  padding: 50px;
  max-width: 350px;
  margin: auto;
}

.jewelry-around-area .jewelry-around-discount span {
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 25px;
}

.jewelry-around-area .jewelry-around-discount h2 {
  font-size: 80px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "DM Serif Display", serif;
  margin-bottom: 30px;
}

.jewelry-around-area .jewelry-around-discount h2 sub {
  text-transform: capitalize;
}

.jewelry-around-area .jewelry-around-discount .default-btn {
  background-color: #333333;
}

/*
Blog Area
=================================================*/
.single-blog {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-blog .date-wrap {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.single-blog .date-wrap::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 80%;
  background: #333333;
}

.single-blog .date-wrap .date {
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  margin-bottom: 5px;
}

.single-blog .date-wrap p {
  color: #333333;
  line-height: 1;
}

.single-blog .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.single-blog .blog-content a h3 {
  font-size: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-blog .blog-content .read-more {
  color: #d98a0e;
  font-size: 16px;
}

.single-blog:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog:hover .blog-content a h3 {
  color: #d98a0e;
}

/*
Jewelry Subscribe Area
=================================================*/
.jewelry-subscribe-area {
  background-color: #060606;
}

.jewelry-subscribe-area .subscribe-area-wrap {
  background-color: #252525;
  padding: 40px;
}

.jewelry-subscribe-area .subscribe-content h2 {
  font-size: 40px;
  color: #ffffff;
}

.jewelry-subscribe-area .subscribe-wrap .newsletter-form {
  position: relative;
}

.jewelry-subscribe-area .subscribe-wrap .newsletter-form .default-btn {
  position: absolute;
  right: 13px;
  top: 12px;
}

.jewelry-subscribe-area .subscribe-wrap .form-control {
  height: 70px;
  color: #333333;
  border-radius: 0;
  border: none;
}

.jewelry-subscribe-area .subscribe-wrap .form-control:focus {
  background-color: #ffffff;
}

/*
Jewelry-bg-1
=================================================*/
.jewelry-bg-1 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.jewelry-bg-1 .single-delivery i {
  top: 2px;
}

.jewelry-bg-1 .single-delivery h3 {
  font-size: 20px;
}

/*==================================================== 
INNER PAGE STYLE
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #04063c;
  text-align: center;
  background-image: url(../img/page-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
  color: #0160e7;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -3px;
  background-color: #0160e7;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #0160e7;
}

/*
Sign In & Log In  Area Style
=====================================================*/
.user-area-all-style {
  position: relative;
  z-index: 1;
}

.user-area-all-style .contact-form-action {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 40px;
  max-width: 570px;
  margin: auto;
}

.user-area-all-style .contact-form-action .form-heading {
  margin-bottom: 33px;
}

.user-area-all-style .contact-form-action .form-heading .form-title {
  font-size: 35px;
  color: #233d63;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.user-area-all-style .contact-form-action .form-heading .form-desc {
  font-size: 18px;
  color: #677286;
  font-weight: 500;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
  line-height: 30px;
  margin-top: 15px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
  color: #0160e7;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
  font-size: 16px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
  font-weight: 600;
}

.user-area-all-style .contact-form-action form .submit-btn {
  margin-top: 24px;
}

.user-area-all-style .contact-form-action form .default-btn {
  font-size: 14px;
  padding: 15px 40px;
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
  display: table;
  margin: 0 auto 0;
  padding: 15px 40px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
  background-color: #FF5733;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
  background-color: #3955bc;
  display: table;
  margin: 0 auto 30px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
  background-color: #0160e7;
  float: right;
}

.user-area-all-style .contact-form-action form .reset-btn {
  margin-top: 0;
}

.user-area-all-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
  color: #0160e7;
}

.user-area-all-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .account-desc {
  margin: 25px auto 0;
  display: table;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .account-desc a {
  color: #0160e7;
  margin-left: 10px;
  font-weight: 600;
}

.user-area-all-style .contact-form-action #chb1 {
  position: relative;
  top: 1px;
}

.user-area-all-style .contact-form-action #chb2 {
  position: relative;
  top: 1px;
}

.user-area-all-style .contact-form-action .forget {
  float: right;
  color: #0160e7;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .now-register {
  font-weight: 600;
  float: right;
  margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .now-register a {
  color: #0160e7;
}

.user-area-all-style .contact-form-action .now-log-in {
  color: #0160e7;
  font-weight: 600;
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
  font-weight: 600;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.error-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}

.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}

.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
}

.error-area .error-content-wrap h1 span {
  color: #0160e7;
}

.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  z-index: 1;
  background-color: #00095e;
  background-image: url(../img/page-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  background-color: #0160e7;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
  margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
  color: #f3f3f3;
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #0160e7;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #0160e7;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}

/* 
Cart Area Style
=====================================================*/
.cart-area .cart-table table {
  margin-bottom: 0;
}

.cart-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}

.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-area .cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
  color: #333333;
}

.cart-area .cart-table table tbody tr td.product-price span {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #666666;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #333333;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #0160e7;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333333;
}

.cart-area .cart-buttons {
  margin-top: 30px;
}

.cart-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-area .cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 700;
}

.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-area .cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}

.cart-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-area .cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}

.cart-area .cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}

.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap .nice-select .list {
  width: 100%;
}

.cart-area .coupon-wrap .nice-select .option {
  color: #333333 !important;
}

.cart-area .coupon-wrap .nice-select .option:hover {
  color: #ffffff !important;
  background-color: #1089d4 !important;
}

.cart-area .coupon-wrap select .option.focus, .cart-area .coupon-wrap .nice-select .option.selected.focus {
  background-color: #1089d4 !important;
  color: #ffffff !important;
}

.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}

.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}

.cart-area .coupon-wrap .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.cart-area .coupon-wrap .nice-select .current {
  position: relative;
  top: 4px;
}

/* 
Checkout Area Style 
=====================================================*/
.checkout-area .user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #0160e7;
  position: relative;
  color: #0160e7;
}

.checkout-area .user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.checkout-area .user-actions i {
  color: #0160e7;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.checkout-area .user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #333333;
}

.checkout-area .user-actions span a {
  display: inline-block;
  color: #0160e7;
  font-size: 15px;
}

.checkout-area .user-actions span a:hover {
  color: #0160e7;
}

.checkout-area .user-actions span a:focus {
  color: #0160e7;
}

.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.checkout-area .billing-details {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: #333333;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group label .required {
  color: red;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #333333;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #0160e7 !important;
  color: #ffffff;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #0160e7 !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: #333333;
}

.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .order-details .order-table table {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
}

.checkout-area .order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #333333;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #333333;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
  color: #333333;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #333333;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #333333;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: #333333;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.checkout-area .order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #0160e7;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0160e7;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #333333;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0160e7;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.checkout-area .order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
}

.checkout-area .order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}

/*
Shop Details Style
================================*/
.product-details-area .product-details-desc h3 {
  margin-bottom: 12px;
  font-weight: 700;
}

.product-details-area .product-details-desc p {
  margin-bottom: 0;
}

.product-details-area .product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
}

.product-details-area .product-details-desc .price span {
  padding: 0 5px;
}

.product-details-area .product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.product-details-area .product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-area .product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-area .product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-area .product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.product-details-area .product-details-desc .product-review .rating-count:hover {
  color: #0160e7;
  border-color: #0160e7;
}

.product-details-area .product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.product-details-area .product-details-desc .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  float: right;
}

.product-details-area .product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.product-details-area .product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}

.product-details-area .product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-area .product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}

.product-details-area .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-area .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-area .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-area .product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}

.product-details-area .product-details-desc .buy-checkbox-btn .default-btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.product-details-area .product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-area .product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 15px;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-area .product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
  margin-right: 5px;
}

.product-details-area .product-details-image {
  text-align: center;
}

.product-details-area .product-details-image .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.product-details-area .product-details-image #big {
  margin-bottom: 30px;
}

.product-details-area .product-details-image #big .item {
  padding: 30px;
  background-color: #eef8fa;
}

.product-details-area .product-details-image .owl-item .item {
  background-color: #eef8fa;
  padding: 15px;
  margin: 0 15px;
}

.product-details-area .product-details-image.fade {
  -webkit-animation: fadeInLeft 1s linear;
          animation: fadeInLeft 1s linear;
}

.product-details-area .product-details-image .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.product-details-area .product-details-image .owl-next i {
  background-color: #d98a0e;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
  font-size: 15px;
}

.product-details-area .product-details-image .owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.product-details-area .product-details-image .owl-prev i {
  background-color: #d98a0e !important;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  border-radius: 4px;
}

.product-details-area .product-details-image:hover .owl-prev {
  opacity: 1;
  left: 0;
}

.product-details-area .product-details-image:hover .owl-next {
  opacity: 1;
  right: 0;
}

.product-details-area .product-details-image .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.product-details-area .product-details-image .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.product-details-area .tab .tabs_item {
  display: none;
}

.product-details-area .tab .tabs_item:first-child {
  display: block;
}

.product-details-area .products-details-tab {
  margin-top: 50px;
}

.product-details-area .products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.product-details-area .products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.product-details-area .products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
}

.product-details-area .products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.product-details-area .products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-area .products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #0160e7;
  border-color: #0160e7;
}

.product-details-area .products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #0160e7;
  border-color: #0160e7;
}

.product-details-area .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}

.product-details-area .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.product-details-area .products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #0160e7;
  border-color: #0160e7;
}

.product-details-area .products-details-tab .tabs li.current a .dot {
  border: 1px solid #ffffff;
}

.product-details-area .products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.product-details-area .products-details-tab .tab_content {
  border: 1px solid #eeeeee;
  padding: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 4px;
  background-color: #333333;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff4800;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #444444;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}

/*
Blog Details Area Style
=====================================================*/
.news-details-area {
  /*
	Sidebar Widget Area Style
	================================*/
}

.news-details-area .blog-details-desc .article-image {
  position: relative;
  background-color: #333333;
}

.news-details-area .blog-details-desc .article-content {
  margin-top: 30px;
}

.news-details-area .blog-details-desc .article-content .entry-meta {
  margin-bottom: -10px;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #0160e7;
  margin-right: 21px;
  font-size: 14px;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #0160e7;
  font-weight: 500;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #666666;
  font-size: 13px;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #0160e7;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li i {
  color: #0160e7;
  margin-right: 2px;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #0160e7;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.news-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.news-details-area .blog-details-desc .article-content h3 {
  margin-bottom: 13px;
  margin-top: 25px;
}

.news-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.news-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.news-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.news-details-area .blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.news-details-area .blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.news-details-area .blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #0160e7;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.news-details-area .blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

.news-details-area .blog-details-desc .article-footer .article-tags a:hover {
  color: #0160e7;
}

.news-details-area .blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.news-details-area .blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.news-details-area .blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.news-details-area .blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.news-details-area .blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #0160e7;
  text-align: center;
  font-size: 14px;
}

.news-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
  -webkit-animation: rubberBand 1s linear;
          animation: rubberBand 1s linear;
}

.news-details-area .blog-details-desc .post-navigation {
  margin-top: 30px;
}

.news-details-area blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.news-details-area blockquote p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
}

.news-details-area blockquote cite {
  display: none;
}

.news-details-area blockquote::before {
  color: #0160e7;
  content: "\ed67";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: 'boxicons';
  font-size: 140px;
  font-weight: 900;
  opacity: 0.5;
}

.news-details-area blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0160e7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-details-area .post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-details-area .post-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-details-area .post-navigation .navigation-links .nav-previous {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.news-details-area .post-navigation .navigation-links .nav-previous a i {
  margin-right: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.news-details-area .post-navigation .navigation-links .nav-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.news-details-area .post-navigation .navigation-links .nav-next a i {
  margin-left: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.news-details-area .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #333333;
}

.news-details-area .post-navigation .navigation-links div a:hover {
  color: #0160e7;
}

.news-details-area .comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.news-details-area .comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
}

.news-details-area .comments-area .comments-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #0160e7;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-details-area .comments-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .comments-area .children {
  margin-left: 40px;
}

.news-details-area .comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news-details-area .comments-area .comment-body .reply {
  margin-top: 15px;
}

.news-details-area .comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #333333;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}

.news-details-area .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #0160e7;
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-meta {
  margin-bottom: .8em;
}

.news-details-area .comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.news-details-area .comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%;
}

.news-details-area .comments-area .comment-author .fn {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}

.news-details-area .comments-area .comment-author .says {
  display: none;
}

.news-details-area .comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.news-details-area .comments-area .comment-metadata a {
  color: #666666;
  font-size: 11px;
}

.news-details-area .comments-area .comment-metadata a:hover {
  color: #0160e7;
}

.news-details-area .comments-area .comment-content p {
  font-size: 14px;
}

.news-details-area .comments-area .comment-respond {
  margin-top: 30px;
}

.news-details-area .comments-area .comment-respond .comment-reply-title {
  margin-bottom: 15px;
  position: relative;
  font-size: 22px;
}

.news-details-area .comments-area .comment-respond .comment-reply-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #0160e7;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.news-details-area .comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.news-details-area .comments-area .comment-respond .comment-form-comment {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.news-details-area .comments-area .comment-respond label {
  display: block;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
}

.news-details-area .comments-area .comment-respond input[type="datetime-local"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="week"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="week"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="month"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="month"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="text"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="text"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="email"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="email"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="url"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="url"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="password"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="password"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="search"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="search"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="tel"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="tel"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond input[type="number"] {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond input[type="number"]:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .comments-area .comment-respond textarea:focus {
  border-color: #0160e7;
}

.news-details-area .comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.news-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}

.news-details-area .comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.news-details-area .comments-area .comment-respond .form-submit input {
  background: #0160e7;
  border: none;
  color: #ffffff;
  padding: 14px 30px 12px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
}

.news-details-area .comments-area .comment-respond .form-submit input:hover {
  color: #ffffff;
  background-color: #333333;
}

.news-details-area .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #0160e7;
}

.news-details-area .widget-area .widget {
  margin-top: 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.news-details-area .widget-area .widget .post-wrap {
  padding: 20px;
}

.news-details-area .widget-area .widget:first-child {
  margin-top: 0;
}

.news-details-area .widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  background-color: #f7f7f7;
  padding: 10px 20px;
  color: #333333;
  position: relative;
}

.news-details-area .widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #0160e7;
}

.news-details-area .widget-area .widget_search form {
  position: relative;
}

.news-details-area .widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.news-details-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}

.news-details-area .widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-details-area .widget-area .widget_search form .search-field:focus {
  border-color: #0160e7;
}

.news-details-area .widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #ffffff;
  background-color: #0160e7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.news-details-area .widget-area .widget_search form button:hover {
  background-color: #333333;
}

.news-details-area .widget-area .widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #333333;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/news-details/popular-posts-1.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/news-details/popular-posts-2.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/news-details/popular-posts-3.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
  background-image: url(../img/news-details/popular-posts-4.png);
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info {
  overflow: hidden;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
}

.news-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
  color: #0160e7;
}

.news-details-area .widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.news-details-area .widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.news-details-area .widget-area .widget_recent_entries ul li::before {
  background: #0160e7;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
}

.news-details-area .widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.news-details-area .widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.news-details-area .widget-area .widget_categories ul li::before {
  background: #0160e7;
  position: absolute;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.news-details-area .widget-area .widget_categories ul li a {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

.news-details-area .widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}

.news-details-area .widget-area .widget_categories ul li a:hover {
  color: #0160e7;
}

.news-details-area .widget-area .widget_categories ul li .post-count {
  float: right;
}

.news-details-area .widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news-details-area .widget-area .widget_meta ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}

.news-details-area .widget-area .widget_meta ul li a {
  color: #333333;
}

.news-details-area .widget-area .widget_meta ul li a:hover {
  color: #0160e7;
}

.news-details-area .widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.news-details-area .widget-area .widget_meta ul li::before {
  background: #0160e7;
  position: absolute;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.news-details-area .widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 0;
}

.news-details-area .widget-area .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px !important;
  padding: 7px 10px;
  border: 1px dashed #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
}

.news-details-area .widget-area .tagcloud a:hover {
  background-color: #0160e7;
  color: #ffffff;
}

.news-details-area .widget-area .tagcloud a:focus {
  background-color: #0160e7;
  color: #ffffff;
  border-color: #0160e7;
}

.news-details-area .widget-area .widget_services_list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.news-details-area .widget-area .widget_services_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.news-details-area .widget-area .widget_services_list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.news-details-area .widget-area .widget_services_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-details-area .widget-area .widget_services_list ul li a:hover {
  background-color: #0160e7;
  color: #ffffff;
  padding-left: 20px;
}

.news-details-area .widget-area .widget_services_list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.news-details-area .widget-area .widget_services_list ul li a.active {
  background-color: #0160e7;
  color: #ffffff;
  padding-left: 20px;
}

.news-details-area .widget-area .widget_services_list ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.news-details-area .widget-area .widget_services_list ul li:last-child a {
  border-bottom: none;
}

.news-details-area .widget-area .widget_download ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.news-details-area .widget-area .widget_download ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.news-details-area .widget-area .widget_download ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.news-details-area .widget-area .widget_download ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-details-area .widget-area .widget_download ul li a:hover {
  background-color: #0160e7;
  color: #ffffff;
  padding-left: 20px;
}

.news-details-area .widget-area .widget_download ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.news-details-area .widget-area .widget_download ul li a.active {
  background-color: #0160e7;
  color: #ffffff;
  padding-left: 20px;
}

.news-details-area .widget-area .widget_download ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.news-details-area .widget-area .widget_download ul li:last-child a {
  border-bottom: none;
}

.news-details-area .widget-area .info time {
  font-size: 13px;
  color: #929292;
  display: block;
  margin-bottom: 4px;
}

/*
Contact Info Area Style 
================================*/
.contact-info-area .single-contact-info {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-info-area .single-contact-info i {
  display: block;
  color: #0160e7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  line-height: 61px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.contact-info-area .single-contact-info h3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-info-area .single-contact-info a {
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.contact-info-area .single-contact-info:hover {
  background-color: #0160e7;
}

.contact-info-area .single-contact-info:hover i {
  color: #ffffff;
  border-color: #ffffff;
}

.contact-info-area .single-contact-info:hover h3 {
  color: #ffffff;
}

.contact-info-area .single-contact-info:hover a {
  color: #ffffff;
}

#map {
  height: 445px;
}

/*
Main Contact Area Style
=====================================================*/
.main-contact-area .contact-wrap {
  max-width: unset;
}

.main-contact-area .contact-wrap .section-title {
  text-align: center !important;
  max-width: 600px;
}

.main-contact-area .contact-wrap .section-title h2 {
  margin-bottom: 10px;
}

.main-contact-area .contact-wrap .form-group {
  margin-bottom: 30px;
}

.main-contact-area .contact-wrap .default-btn {
  margin: auto;
  display: table;
  cursor: pointer;
}

.main-contact-area .contact-wrap .contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
}

.main-contact-area .contact-wrap .contact-form #msgSubmit {
  position: unset;
  text-align: center;
  margin-top: 20px;
}

.main-contact-area .contact-wrap .contact-form .hidden {
  display: none;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
}

textarea.textarea-hight {
  height: unset !important;
}

.gallery-pages img {
  display: block;
  margin: 0 auto 20px;
}

.nike-title-2.ls-layer {
  margin-top: 8px !important;
}
/*# sourceMappingURL=style.css.map */