/*
@File: Lomart HTML Template

* 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 Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Nav Bottom Area Style
** - Main Banner Area Style
** - Inner Banner Area Style
** - About Area Style
** - Page Inner Area Style
** - Team Area Style
** - Flash Sale Area Style
** - Category Area Style
** - Work Area Style
** - Product Banner Area Style
** - All Product Area Style
** - New Collections Area Style
** - Product Area Style
** - Size Guides Area Style
** - Other Area Style

*******************************************/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
body {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Rubik", sans-serif;
  color: #505050;
  font-weight: 400;
}

p {
  color: #505050;
  font-weight: 500;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4;
  color: #211e2f;
}

h3 {
  font-size: 24px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.margin-auto {
  margin: 0 auto;
}

.border-radius-50 {
  border-radius: 50px;
}

.border-radius-5 {
  border-radius: 5px;
}

/*================================
Section Title Style 
===================================*/
.section-title {
  position: relative;
  padding-bottom: 20px;
}

.section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #2596be;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1;
  color: #211e2f;
  margin-bottom: 0;
}

.section-title .view-btn {
  top: 0;
  right: 0;
  position: absolute;
  color: #2596be;
  font-weight: 600;
}

.section-title .view-btn:hover {
  color: #211e2f;
}

/*================================
Section Title Style End
===================================*/
/*================================
Default Btn Style 
===================================*/
.default-btn {
  display: inline-block;
  padding: 12px 42px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #2596be;
}

.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  width: 100%;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #211e2f;
}

/*================================
Top Header 
===================================*/
.top-header {
  padding: 10px 0 10px;
  background-color: #f0f2f9;
}

.top-header-social {
  display: inline-block;
}

.top-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header-social ul li {
  display: inline-block;
  top: 1px;
  position: relative;
  margin-right: 20px;
}

.top-header-social ul li:first-child {
  margin-right: 0;
}

.top-header-social ul li:last-child {
  margin-right: 0;
}

.top-header-social ul li .title {
  font-size: 16px;
  color: #211e2f;
  margin-right: 10px;
  font-weight: 400;
}

.top-header-social ul li a img {
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: transparent;
}

.top-header-social ul li a img:hover {
  color: #2596be;
}

.top-header-right {
  float: right;
}

.top-header-right .top-contact {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.top-header-right .top-contact::before {
  content: '';
  position: absolute;
  right: -25px;
  width: 1px;
  height: 20px;
  background-color: #211e2f;
  top: 1px;
  opacity: 0.5;
}

.top-header-right .top-contact h3 {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 0;
  font-weight: 400;
}

.top-header-right .currency-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: 0;
  z-index: 9999;
}

.top-header-right .currency-list::before {
  content: '';
  position: absolute;
  right: -24px;
  width: 1px;
  height: 20px;
  background-color: #211e2f;
  top: -9px;
  opacity: 0.5;
}

.top-header-right .currency-list .currency-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #211e2f;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.top-header-right .currency-list .currency-list-item:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.top-header-right .currency-list .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  border-radius: 0;
  background-color: transparent;
  color: #211e2f;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}

.top-header-right .currency-list .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: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.top-header-right .currency-list .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #211e2f;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}

.top-header-right .currency-list .nice-select .list .option:hover {
  background-color: transparent !important;
  color: #2596be;
}

.top-header-right .currency-list .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 400;
  color: #2596be !important;
}

.top-header-right .currency-list .nice-select::after {
  content: '\f0d7';
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  margin-bottom: 0;
  right: 10px;
  background-color: transparent;
  font-family: "Line Awesome Free" !important;
  color: #211e2f;
  font-size: 18px;
  -webkit-transform-origin: none;
          transform-origin: none;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  font-weight: 900;
}

.top-header-right .language-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: 0;
  z-index: 9999;
}

.top-header-right .language-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #211e2f;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.top-header-right .language-list .language-list-item:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.top-header-right .language-list .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  border-radius: 0;
  background-color: transparent;
  color: #211e2f;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}

.top-header-right .language-list .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: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.top-header-right .language-list .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #211e2f;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}

.top-header-right .language-list .nice-select .list .option:hover {
  background-color: transparent !important;
  color: #2596be;
}

.top-header-right .language-list .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 400;
  color: #2596be !important;
}

.top-header-right .language-list .nice-select::after {
  content: '\f0d7';
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  margin-bottom: 0;
  right: 10px;
  background-color: transparent;
  font-family: "Line Awesome Free" !important;
  color: #211e2f;
  font-size: 18px;
  -webkit-transform-origin: none;
          transform-origin: none;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  font-weight: 900;
}

/*================================
Top Header End
===================================*/
/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: #ffffff;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e1e1e1;
}

.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #2596be !important;
}

.main-nav nav .navbar-nav .nav-item:hover a::before, .main-nav nav .navbar-nav .nav-item .active::before {
  opacity: 1;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item:hover a i, .main-nav nav .navbar-nav .nav-item .active i {
  color: #2596be;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #211e2f;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #505050;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #2596be !important;
}

.main-nav nav .navbar-nav .nav-item a:hover i, .main-nav nav .navbar-nav .nav-item a :focus i {
  color: #2596be;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #2596be !important;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  color: #2596be;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #211e2f !important;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2596be;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  z-index: -1;
  opacity: 0.3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  height: 100%;
  opacity: 1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ffffff !important;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  height: 100%;
  opacity: 1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  height: 100%;
  opacity: 1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.main-nav .nav-side .nav-side-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .nav-side .nav-side-item li {
  display: inline-block;
  margin-right: 30px;
}

.main-nav .nav-side .nav-side-item li:last-child {
  margin-right: 0;
}

.main-nav .nav-side .nav-side-item li a {
  position: relative;
  font-size: 24px;
  color: #211e2f;
  top: 3px;
}

.main-nav .nav-side .nav-side-item li a span {
  position: absolute;
  top: 8px;
  width: 15px;
  height: 15px;
  right: -5px;
  line-height: 15px;
  background-color: #2596be;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 50px;
}

.main-nav .nav-side .nav-side-item li a:hover {
  color: #2596be;
}

.main-nav .nav-side .nav-side-item li a:hover span {
  background-color: #ffffff;
  color: #2596be;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
          animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sticky-nav .main-nav {
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.side-nav-responsive {
  display: none;
}

.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 12px;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #2596be;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #211e2f;
}

.side-nav-responsive .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side-nav-responsive .container .container {
  position: absolute;
  top: 55px;
  right: 0;
  max-width: 190px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.side-nav-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
  padding: 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #f7f7f7;
  padding: 10px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item {
  margin-right: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .nav-side-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .nav-side-item li {
  display: inline-block;
  margin-right: 15px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .nav-side-item li:last-child {
  margin-right: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .nav-side-item li a {
  position: relative;
  font-size: 22px;
  color: #211e2f;
  top: 3px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .nav-side-item li a span {
  position: absolute;
  top: 8px;
  width: 12px;
  height: 12px;
  right: -5px;
  line-height: 12px;
  background-color: #2596be;
  color: #ffffff;
  font-size: 8px;
  text-align: center;
  border-radius: 50px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .nav-side-item li a:hover {
  color: #2596be;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .nav-side-item li a:hover span {
  background-color: #ffffff;
  color: #2596be;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Nav Bottom Area 
====================================*/
.nav-bottom {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.navbar-category {
  float: left;
}

.navbar-category .navbar-nav .nav-item-link {
  position: relative;
}

.navbar-category .navbar-nav .nav-item-link a {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  background-color: #211e2f;
  border-radius: 5px;
}

.navbar-category .navbar-nav .nav-item-link a i {
  font-size: 24px;
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
}

.navbar-category .navbar-nav .nav-item-link a .la-angle-down {
  font-size: 20px;
  margin-left: 10px;
  top: 3px;
  margin-right: 0;
}

.navbar-category .navbar-nav .nav-item-link a:hover, .navbar-category .navbar-nav .nav-item-link a:focus, .navbar-category .navbar-nav .nav-item-link a.active {
  background-color: #2596be;
}

.navbar-category .navbar-nav .nav-item-link:hover a, .navbar-category .navbar-nav .nav-item-link.active a {
  background-color: #2596be;
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu {
  border: none;
  top: 50px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 260px;
  display: block;
  border-radius: 0;
  padding: 0;
  margin-top: -15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -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);
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li {
  margin: 0;
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a {
  padding: 12px 24px;
  display: block;
  color: #211e2f;
  font-size: 15px;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a i {
  color: #2596be;
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a:hover, .navbar-category .navbar-nav .nav-item-link .dropdown-menu li a:focus, .navbar-category .navbar-nav .nav-item-link .dropdown-menu li a.active {
  color: #2596be;
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a:hover::before, .navbar-category .navbar-nav .nav-item-link .dropdown-menu li a:focus::before, .navbar-category .navbar-nav .nav-item-link .dropdown-menu li a.active::before {
  opacity: 1;
  visibility: visible;
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar-category .navbar-nav .nav-item-link:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu-two {
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
  width: 230px;
}

.nav-bottom-form {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  position: relative;
}

.nav-bottom-form .form-group {
  margin-bottom: 0;
}

.nav-bottom-form .form-group.search-form {
  position: relative;
}

.nav-bottom-form .form-group.search-form::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 35px;
  background-color: #e1e1e1;
  top: 7px;
}

.nav-bottom-form .form-group .form-control {
  height: 50px;
  padding: 0 20px;
  border: none;
  color: #211e2f;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
}

.nav-bottom-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.nav-bottom-form .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  border-radius: 0;
  background-color: #ffffff;
  color: #505050;
  border-radius: 5px 0px 0px 5px;
}

.nav-bottom-form .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: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav-bottom-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #211e2f;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.nav-bottom-form .form-group .nice-select .list .option:hover {
  background-color: #2596be !important;
  color: #ffffff;
}

.nav-bottom-form .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.nav-bottom-form .form-group .nice-select::after {
  content: '\f0d7';
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  margin-bottom: 0;
  right: 35px;
  background-color: transparent;
  font-family: "Line Awesome Free" !important;
  color: #211e2f;
  font-size: 18px;
  -webkit-transform-origin: none;
          transform-origin: none;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  font-weight: 900;
}

.nav-bottom-form button {
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #2596be;
  line-height: 51px;
  color: #ffffff;
  border-radius: 5px;
}

.nav-bottom-form button i {
  color: #ffffff;
  font-size: 20px;
}

.nav-bottom-form button:hover {
  background-color: #211e2f;
}

.nav-user {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  background-color: #2596be;
  border-radius: 5px;
  padding: 8px 20px 8px;
  text-align: center;
  max-width: 210px;
  margin-left: auto;
}

.nav-user ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-user ul li {
  font-size: 15px;
  color: #ffffff;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}

.nav-user ul li.user-icon {
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}

.nav-user ul li.user-icon::before {
  display: none;
}

.nav-user ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  right: -17px;
  width: 2px;
  height: 15px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background-color: #ffffff;
}

.nav-user ul li:last-child {
  margin-right: 0;
}

.nav-user ul li:last-child::before {
  display: none;
}

.nav-user ul li a {
  color: #ffffff;
}

.nav-user ul li a:hover {
  color: #211e2f;
}

/*=================================
Nav Bottom Area End
====================================*/
/*=================================
Main Banner Area
====================================*/
.banner-area {
  background-color: #f2fcff;
  position: relative;
}

.banner-shape {
  position: absolute;
  top: 0;
  left: 250px;
  right: 0;
  text-align: center;
}

.banner-shape img {
  max-width: 800px;
  margin: 0 auto;
}

.banner-slider {
  position: relative;
}

.banner-slider .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
}

.banner-slider .owl-dots .owl-dot span {
  background-color: #2596be !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 10px !important;
  height: 10px !important;
}

.banner-slider .owl-dots .owl-dot.active span {
  background-color: #2596be !important;
  width: 30px !important;
}

.banner-slider .owl-dots .owl-dot:hover span {
  background-color: #2596be !important;
  width: 30px !important;
}

.banner-item {
  position: relative;
  z-index: 1;
}

.banner-item .content span {
  font-size: 18px;
  color: #2596be;
  margin-bottom: 0;
  font-weight: 500;
}

.banner-item .content h1 {
  font-size: 52px;
  font-weight: 600;
  color: #211e2f;
  margin-bottom: 10px;
}

.banner-item .content p {
  font-size: 18px;
  color: #505050;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner-item .banner-img {
  margin-bottom: 30px;
}

.banner-side {
  background-color: #ffffff;
  padding: 30px 20px 0;
  z-index: 1;
  position: relative;
}

.banner-side h2 {
  font-size: 30px;
  color: #211e2f;
  font-weight: 600;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.banner-side h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.banner-side h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #2596be;
}

.banner-side .banner-side-item {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.banner-side .banner-side-item .banner-side-img {
  background-color: #e1e1e1;
}

.banner-side .banner-side-item .banner-side-img img {
  padding: 10px;
}

.banner-side .banner-side-item .banner-side-content {
  padding: 3px 0 0 0;
}

.banner-side .banner-side-item .banner-side-content h3 {
  font-size: 18px;
  margin-bottom: 0;
  max-width: 130px;
}

.banner-side .banner-side-item .banner-side-content h3 a {
  color: #211e2f;
}

.banner-side .banner-side-item .banner-side-content h3 a:hover {
  color: #2596be;
}

.banner-side .banner-side-item .banner-side-content .rating {
  color: #ffbc2d;
  margin-bottom: 0;
}

.banner-side .banner-side-item .banner-side-content span {
  font-size: 16px;
  font-weight: 600;
  color: #2596be;
}

.banner-side .banner-side-item .banner-side-content span del {
  color: #505050;
  margin-right: 10px;
}

.banner-slider-area {
  background-color: #f2fcff;
  position: relative;
  overflow: hidden;
}

.banner-slider-area .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
}

.banner-slider-area .owl-dots .owl-dot span {
  background-color: #2596be !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 10px !important;
  height: 10px !important;
}

.banner-slider-area .owl-dots .owl-dot.active span {
  background-color: #2596be !important;
  width: 30px !important;
}

.banner-slider-area .owl-dots .owl-dot:hover span {
  background-color: #2596be !important;
  width: 30px !important;
}

.banner-slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0;
  z-index: 1;
  position: relative;
}

.banner-slider-item .content {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-slider-item .content span {
  font-size: 18px;
  color: #ffbc2d;
}

.banner-slider-item .content span b {
  color: #2596be;
}

.banner-slider-item .content h1 {
  margin-top: 10px;
  font-size: 65px;
  color: #211e2f;
  margin-bottom: 30px;
  line-height: 1.2;
}

.banner-slider-item .content p {
  margin-bottom: 30px;
}

.banner-item-bg1 {
  background-image: url(../images/home-three/home-three-banner1.png);
}

.banner-item-bg2 {
  background-image: url(../images/home-three/home-three-banner2.png);
}

.banner-item-bg3 {
  background-image: url(../images/home-three/home-three-banner3.png);
}

.banner-shape-area .shape-bg {
  position: absolute;
  bottom: -100px;
  right: 0;
}

.banner-shape-area .shape-bg img {
  max-width: 550px;
}

.banner-shape-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-shape-area .shape-2 {
  position: absolute;
  bottom: 30%;
  left: 2%;
}

.banner-shape-area .shape-3 {
  position: absolute;
  top: 5%;
  left: 0;
}

.banner-shape-area .shape-4 {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-animation: flash 5s infinite linear;
          animation: flash 5s infinite linear;
}

.banner-shape-area .shape-5 {
  position: absolute;
  top: 5%;
  left: 20%;
  -webkit-animation: rotaed360 6s infinite linear;
          animation: rotaed360 6s infinite linear;
}

.banner-shape-area .shape-6 {
  position: absolute;
  top: 70%;
  left: 35%;
  -webkit-animation: rotaed360 6s infinite linear;
          animation: rotaed360 6s infinite linear;
}

.banner-shape-area .shape-7 {
  position: absolute;
  top: 10%;
  left: 70%;
  -webkit-animation: rotaed360 6s infinite linear;
          animation: rotaed360 6s infinite linear;
}

.banner-shape-area .shape-8 {
  position: absolute;
  bottom: 20%;
  right: 30%;
  -webkit-animation: flash 5s infinite linear;
          animation: flash 5s infinite linear;
}

.banner-shape-area .shape-9 {
  position: absolute;
  top: 0%;
  right: 5%;
  -webkit-animation: flash 5s infinite linear;
          animation: flash 5s infinite linear;
}

.banner-shape-area .shape-10 {
  position: absolute;
  top: 5%;
  right: 0;
}

.banner-shape-area .shape-11 {
  position: absolute;
  top: 30%;
  right: 5%;
}

.banner-shape-area .shape-12 {
  position: absolute;
  top: 45%;
  right: 2%;
}

.banner-shape-area .shape-13 {
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.banner-style-area {
  background-color: #d6f07b;
  position: relative;
}

.banner-style-area .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  bottom: 40px;
  position: absolute;
  left: 28%;
}

.banner-style-area .owl-dots .owl-dot span {
  background-color: #2596be !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 10px !important;
  height: 10px !important;
}

.banner-style-area .owl-dots .owl-dot.active span {
  background-color: #2596be !important;
  width: 30px !important;
}

.banner-style-area .owl-dots .owl-dot:hover span {
  background-color: #2596be !important;
  width: 30px !important;
}

.banner-style-item {
  position: relative;
}

.banner-style-item .content {
  max-width: 480px;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner-style-item .content span {
  font-size: 18px;
  color: #2596be;
}

.banner-style-item .content h1 {
  font-size: 60px;
  color: #211e2f;
  margin-bottom: 15px;
  line-height: 1.2;
  max-width: 370px;
}

.banner-style-item .content p {
  margin-bottom: 30px;
  font-size: 18px;
}

.banner-style-item .banner-style-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-style-item .banner-style-img img {
  max-width: 640px;
}

/*=================================
Main Banner Area End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
}

.inner-banner .inner-title {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.inner-banner .inner-title h3 {
  font-size: 45px;
  color: #211e2f;
  font-weight: 600;
  position: relative;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #211e2f;
  display: inline-block;
}

.inner-banner .inner-title ul li i {
  position: relative;
  top: 3px;
  margin: 0 3px;
}

.inner-banner .inner-title ul li a {
  color: #2596be;
}

.inner-banner .inner-title ul li a:hover {
  color: #211e2f;
}

/*================================
Inner Banner End
==================================*/
/*=================================
About Area
====================================*/
.about-content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-content h2 {
  font-size: 35px;
  margin-bottom: 15px;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.about-content h2 b {
  color: #2596be;
}

.about-content p {
  margin-bottom: 0;
}

.about-img {
  margin-bottom: 30px;
}

.about-text-content {
  margin-bottom: 30px;
}

.about-text-content h2 {
  font-size: 35px;
  margin-bottom: 15px;
}

.about-text-content p {
  margin-bottom: 20px;
}

/*=================================
About Area End
====================================*/
/*=================================
Page Inner Area 
====================================*/
.page-inner-item {
  background-image: url(../images/page-inner-img/page-inner-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.page-inner-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  opacity: 0.8;
}

.page-inner-item .content h3 {
  margin-bottom: 10px;
}

.page-inner-item .content span {
  font-size: 16px;
  color: #211e2f;
  display: block;
  font-weight: 600;
}

.page-inner-item .content .default-btn {
  margin-top: 15px;
}

.page-inner-item .page-inner-img {
  margin-left: -30px;
}

.page-inner-item-2 {
  background-color: #211e2f;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.page-inner-item-2 .content {
  margin-left: 20px;
}

.page-inner-item-2 .content h3 {
  margin-bottom: 10px;
  color: #ffffff;
  max-width: 205px;
}

.page-inner-item-2 .content span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  font-weight: 600;
}

.page-inner-item-2 .content span del {
  color: #2596be;
  margin-right: 10px;
}

.page-inner-item-2 .content .default-btn {
  margin-top: 15px;
}

.page-inner-item-2 .content .default-btn:hover {
  background-color: #ffffff;
  color: #2596be !important;
}

.page-inner-item-2 .content .default-btn:hover::before {
  background-color: #ffffff;
}

.page-inner-item-2 .page-inner-img img {
  max-width: 180px;
}

/*=================================
Page Inner Area End
====================================*/
/*=================================
Team Area
====================================*/
.team-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0 0;
}

.team-item:hover .content::before {
  width: 2px;
  background-color: #2596be;
}

.team-item a {
  display: block;
}

.team-item a img {
  border-radius: 15px 15px 0 0;
}

.team-item .content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 20px;
}

.team-item .content::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-item .content h3 {
  margin-bottom: 0px;
  font-size: 24px;
}

.team-item .content h3 a {
  color: #211e2f;
}

.team-item .content span {
  color: #505050;
  margin-bottom: 0;
}

/*=================================
Team Area End
====================================*/
/*=================================
Best Deal Area
====================================*/
.best-deal-card {
  padding: 0 20px 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.best-deal-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.best-deal-card .best-deal-img {
  background-color: #e1e1e1;
  position: relative;
}

.best-deal-card .best-deal-img i {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 20px;
  color: #ffffff;
  background-color: #2596be;
  padding: 5px 10px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}

.best-deal-card .best-deal-img a {
  display: block;
}

.best-deal-card .best-deal-img a img {
  padding: 20px;
}

.best-deal-card .content {
  padding-top: 20px;
  position: relative;
}

.best-deal-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.best-deal-card .content h3 a {
  color: #211e2f;
  display: block;
}

.best-deal-card .content .rating-tag {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 16px;
  color: #505050;
}

.best-deal-card .content .rating-tag i {
  color: #ffbc2d;
}

.best-deal-card .content p {
  margin-bottom: 10px;
}

.best-deal-card .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.best-deal-card .content .add-card {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.best-deal-card .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

/*=================================
Best Deal Area End
====================================*/
/*=================================
Category Area
====================================*/
.category-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.category-list ul li {
  display: inline-block;
  margin: 0 7px 20px;
  text-align: center;
}

.category-list ul li:first-child {
  margin: 0 7px 0 0;
}

.category-list ul li:last-child {
  margin: 0 0 0 7px;
}

.category-list ul li a:hover i {
  background-color: #2596be;
  color: #ffffff;
}

.category-list ul li a i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #505050;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 60px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transform: 0.7s;
          transform: 0.7s;
}

.category-list ul li a h3 {
  font-size: 16px;
  font-weight: 500;
}

/*=================================
Category Area End
====================================*/
/*=================================
Flash Sale Area
====================================*/
.flash-sale-area {
  background-color: #2596be;
}

.flash-sale-area .section-title::after {
  background-color: #211e2f;
}

.flash-sale-area .section-title h2 {
  color: #ffffff;
}

.flash-sale-area .section-title .view-btn {
  color: #ffffff;
}

.flash-sale-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
}

.flash-sale-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.flash-sale-card .flash-sale-img {
  position: relative;
}

.flash-sale-card .flash-sale-img i {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  color: #ffffff;
  background-color: #2596be;
  padding: 5px 10px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}

.flash-sale-card .flash-sale-img .flash-tag {
  position: absolute;
  top: -5px;
  left: 10px;
  background-color: #211e2f;
  padding: 7px 15px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-clip-path: polygon(11% 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(11% 0, 100% 0%, 90% 100%, 0% 100%);
}

.flash-sale-card .flash-sale-img a {
  display: block;
}

.flash-sale-card .flash-sale-img a img {
  padding: 20px 20px 0;
}

.flash-sale-card .flash-sale-img #timer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 20px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #2596be;
  background-color: #f3f3f3;
}

.flash-sale-card .flash-sale-img #timer div {
  display: inline-block;
  color: #211e2f;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 35px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}

.flash-sale-card .flash-sale-img #timer div:first-child {
  margin-left: 0;
}

.flash-sale-card .flash-sale-img #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -20px;
  font-size: 13px;
  font-weight: normal;
  color: #505050;
}

.flash-sale-card .content {
  padding: 20px;
  position: relative;
}

.flash-sale-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.flash-sale-card .content h3 a {
  color: #211e2f;
  display: block;
}

.flash-sale-card .content .rating-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #505050;
}

.flash-sale-card .content .rating-tag i {
  color: #ffbc2d;
}

.flash-sale-card .content p {
  margin-bottom: 10px;
}

.flash-sale-card .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.flash-sale-card .content span del {
  color: #505050;
  margin-right: 10px;
  font-weight: 400;
}

.flash-sale-card .content .add-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.flash-sale-card .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

.flash-sale-area-two {
  background-color: #f7f7f7;
}

.flash-sale-area-two .section-title::after {
  background-color: #211e2f;
}

/*=================================
Flash Sale Area End
====================================*/
/*=================================
Work Area
====================================*/
.work-area .section-title::after {
  background-color: #211e2f;
}

.work-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 100px;
  position: relative;
  margin-bottom: 30px;
}

.work-card .number {
  font-size: 80px;
  color: #f4f4f4;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 30px;
  left: 30px;
}

.work-card .work-icon {
  margin-left: 40px;
  margin-bottom: 15px;
}

.work-card .work-icon i {
  font-size: 60px;
  color: #211e2f;
  line-height: 1;
}

.work-card .work-icon h3 {
  margin-left: 15px;
  font-size: 20px;
  color: #2596be;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: -10px;
}

.work-card p {
  margin-bottom: 0;
}

/*=================================
Work Area End
====================================*/
/*=================================
Product Banner Area
====================================*/
.product-banner-item {
  padding: 20px 30px;
  margin-bottom: 30px;
}

.product-banner-item .content h3 {
  margin-bottom: 10px;
  color: #211e2f;
  max-width: 205px;
}

.product-banner-item .content span {
  font-size: 16px;
  color: #211e2f;
  display: block;
  font-weight: 500;
}

.product-banner-item .content span b {
  color: #2596be;
  margin-left: 10px;
  font-weight: 500;
}

.product-banner-item .content .default-btn {
  margin-top: 20px;
}

.product-banner-item .content .default-btn-border {
  border: 1px solid #2596be;
  color: #2596be;
  background-color: transparent;
}

.product-banner-item .content .default-btn-border:hover {
  border-color: #211e2f;
}

.product-banner-item .product-banner-img {
  position: relative;
  margin-left: -70px;
}

.product-banner-item .product-banner-img .product-banner-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  background-color: #2596be;
  text-align: center;
  border-radius: 50px;
}

.product-banner-item .product-banner-img .product-banner-tag h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.product-banner-item .product-banner-img .product-banner-tag span {
  font-size: 18px;
  color: #ffffff;
  line-height: 0;
}

.product-banner-item-bg {
  background-color: #f7f7f7;
}

.product-banner-item-bg-1 {
  background-color: #fff6c6;
}

.product-banner-item-bg-2 {
  background-color: #ffc6c6;
}

.product-banner-card {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 20px 50px 185px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.product-banner-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}

.product-banner-card h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 35px;
}

.product-banner-bg1 {
  background-image: url(../images/product-banner/product-banner-img3.png);
}

.product-banner-bg2 {
  background-image: url(../images/product-banner/product-banner-img4.png);
}

.product-banner-bg3 {
  background-image: url(../images/product-banner/product-banner-img5.png);
}

.product-banner-card-two {
  padding: 40px 30px 90px;
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}

.product-banner-card-two h3 {
  color: #000000;
  margin-bottom: 15px;
  max-width: 250px;
}

.product-banner-card-two .product-banner-card-img {
  position: absolute;
  top: 70px;
  right: 0;
}

.product-banner-card-two .product-banner-card-img img {
  max-width: 226px;
}

/*=================================
Product Banner Area End
====================================*/
/*=================================
All Product Area
====================================*/
.all-product-area .all-product-title {
  position: relative;
  padding-bottom: 20px;
}

.all-product-area .all-product-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.all-product-area .all-product-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #2596be;
}

.all-product-area .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: right;
  margin: 0;
  cursor: pointer;
}

.all-product-area .filter-menu li {
  display: inline-block;
  font-size: 16px;
  color: #211e2f;
  margin-right: 30px;
  font-weight: 600;
  cursor: pointer;
}

.all-product-area .filter-menu li:last-child {
  margin-right: 0;
}

.all-product-area .filter-menu li:hover {
  color: #2596be;
}

.all-product-area .filter.active {
  color: #2596be;
}

.all-product-area #Container .mix {
  display: none;
}

.all-product-text h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.all-product-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.all-product-item .all-product-img {
  background-color: #f7f7f7;
  position: relative;
}

.all-product-item .all-product-img img {
  padding: 15px;
}

.all-product-item .all-product-img i {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #2596be;
  padding: 5px 10px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}

.all-product-item .all-product-content {
  padding: 15px 0;
  position: relative;
}

.all-product-item .all-product-content h3 {
  font-size: 20px;
  margin-bottom: 7px;
  max-width: 170px;
  font-weight: 500;
}

.all-product-item .all-product-content h3 a {
  color: #211e2f;
  font-weight: 500;
}

.all-product-item .all-product-content .rating {
  color: #505050;
  margin-bottom: 7px;
  font-size: 16px;
}

.all-product-item .all-product-content .rating i {
  color: #ffbc2d;
}

.all-product-item .all-product-content span {
  font-size: 17px;
  font-weight: 600;
  color: #2596be;
  margin-bottom: 0;
}

.all-product-item .all-product-content .add-cart-btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.all-product-item .all-product-content .add-cart-btn:hover {
  background-color: #2596be;
  color: #ffffff;
}

.all-product-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.all-product-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.all-product-card .all-product-img {
  background-color: #e1e1e1;
  position: relative;
}

.all-product-card .all-product-img i {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 20px;
  color: #ffffff;
  background-color: #2596be;
  padding: 5px 10px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}

.all-product-card .all-product-img a {
  display: block;
}

.all-product-card .all-product-img a img {
  padding: 20px;
}

.all-product-card .content {
  padding: 20px;
  position: relative;
}

.all-product-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.all-product-card .content h3 a {
  color: #211e2f;
  display: block;
}

.all-product-card .content .rating-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #505050;
}

.all-product-card .content .rating-tag i {
  color: #ffbc2d;
}

.all-product-card .content p {
  margin-bottom: 10px;
}

.all-product-card .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.all-product-card .content .add-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.all-product-card .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

/*=================================
All Product Area End
====================================*/
/*=================================
New Collections Area 
====================================*/
.new-collections-area .new-collections-title {
  position: relative;
  padding-bottom: 20px;
}

.new-collections-area .new-collections-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.new-collections-area .new-collections-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #2596be;
}

.new-collections-area .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: right;
  margin: 0;
  cursor: pointer;
}

.new-collections-area .filter-menu li {
  display: inline-block;
  font-size: 16px;
  color: #211e2f;
  margin-right: 30px;
  font-weight: 600;
  cursor: pointer;
}

.new-collections-area .filter-menu li:last-child {
  margin-right: 0;
}

.new-collections-area .filter-menu li:hover {
  color: #2596be;
}

.new-collections-area .filter.active {
  color: #2596be;
}

.new-collections-area #Container .mix {
  display: none;
}

.new-collections-text h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.new-collections-card {
  padding: 0 20px 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.new-collections-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.new-collections-card .new-collections-img {
  background-color: #f7f7f7;
  position: relative;
}

.new-collections-card .new-collections-img .rating-tag {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: #2596be;
  padding: 5px 10px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}

.new-collections-card .new-collections-img a {
  display: block;
}

.new-collections-card .new-collections-img a img {
  padding: 20px;
}

.new-collections-card .content {
  padding-top: 20px;
  position: relative;
}

.new-collections-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.new-collections-card .content h3 a {
  color: #211e2f;
  display: block;
}

.new-collections-card .content p {
  margin-bottom: 10px;
}

.new-collections-card .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.new-collections-card .content .add-card {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.new-collections-card .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

/*=================================
New Collections Area End
====================================*/
/*=================================
Product Area 
====================================*/
.product-card {
  padding: 0 20px 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.product-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.product-card .product-card-img {
  background-color: #e1e1e1;
  position: relative;
}

.product-card .product-card-img a {
  display: block;
}

.product-card .product-card-img a img {
  padding: 20px;
}

.product-card .content {
  padding-top: 20px;
  position: relative;
}

.product-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.product-card .content h3 a {
  color: #211e2f;
  display: block;
}

.product-card .content .rating-tag {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 16px;
  color: #505050;
}

.product-card .content .rating-tag i {
  color: #ffbc2d;
}

.product-card .content p {
  margin-bottom: 10px;
}

.product-card .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.product-card .content span del {
  color: #505050;
  margin-right: 10px;
}

.product-card .content .add-card {
  position: absolute;
  bottom: 4px;
  right: 0;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.product-card .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

.shop-categories {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.shop-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shop-categories ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #cfcfcf;
}

.shop-categories ul li:last-child {
  border-bottom: none;
}

.shop-categories ul li a {
  display: inline-block;
  color: #211e2f;
  font-weight: normal;
  padding: 10px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.shop-categories ul li a i {
  font-size: 20px;
  color: #2596be;
  margin-right: 15px;
}

.shop-categories ul li a:hover {
  color: #2596be;
}

.shop-page-banner {
  background-color: #bef8f9;
  position: relative;
  margin-bottom: 30px;
}

.shop-page-banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: #ffbc2d;
  border-top-left-radius: 70%;
}

.shop-page-banner .content {
  padding: 57px 30px;
}

.shop-page-banner .content h3 {
  font-size: 48px;
  color: #211e2f;
  max-width: 420px;
  margin-bottom: 20px;
}

.shop-page-banner .content p {
  font-size: 18px;
  margin-bottom: 0;
}

.shop-page-banner .content span {
  font-size: 40px;
  color: #2596be;
  display: block;
  font-weight: 600;
}

.shop-page-banner .content .default-btn {
  margin-top: 30px;
}

.shop-page-banner img {
  position: relative;
  margin-top: -240px;
}

.shop-side-item {
  background-color: #f7f7f7;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}

.shop-side-item h3 {
  margin-bottom: 10px;
  font-size: 16px;
  max-width: 180px;
}

.shop-side-item p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.shop-side-item span {
  font-size: 20px;
  color: #211e2f;
  display: block;
  font-weight: 600;
}

.shop-side-item .shop-btn {
  margin-top: 10px;
  color: #2596be;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 600;
}

.shop-side-item .shop-btn:hover {
  color: #211e2f;
}

.shop-side-item img {
  position: absolute;
  top: 35px;
  right: 0;
  max-width: 140px;
}

.shop-side-bar-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.shop-side-bar-widget .title {
  font-size: 20px;
  color: #211e2f;
  padding: 15px 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-color: transparent;
  width: 100%;
}

.shop-side-bar-widget .title.title-mb {
  margin-bottom: 10px;
}

.shop-side-bar-widget .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #2596be;
}

.shop-side-bar-widget .price-range-content {
  padding: 0 15px;
}

.shop-side-bar-widget .shop-side-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shop-side-bar-widget .shop-side-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #EAEDF2;
}

.shop-side-bar-widget .shop-side-categories ul li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #211e2f;
}

.shop-side-bar-widget .shop-side-categories ul li:last-child {
  border-bottom: none;
}

.shop-side-bar-widget .shop-side-categories ul li a {
  display: inline-block;
  color: #211e2f;
  font-weight: normal;
  padding: 10px 0 10px 45px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.shop-side-bar-widget .shop-side-categories ul li a:hover {
  color: #2596be;
}

.shop-side-bar-widget .shop-side-categories ul li:hover::before {
  background-color: #2596be;
  border-color: #2596be;
  z-index: 1;
}

.shop-side-bar-widget .price-range-bar {
  border: none;
  background: #2596be;
  height: 2px;
  width: 93%;
  margin-left: 0;
  margin-bottom: 15px;
  position: relative;
}

.shop-side-bar-widget .price-range-bar .ui-slider-range {
  background: #2596be;
}

.shop-side-bar-widget .price-range-bar .ui-slider-handle {
  border: none;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #2596be;
  height: 10px;
  width: 10px;
  top: -4px;
  cursor: pointer;
  background: #2596be;
  position: absolute;
}

.shop-side-bar-widget .price-range-bar .ui-slider-handle:focus {
  outline: 0;
}

.shop-side-bar-widget .price-range-filter-item h4 {
  font-size: 15px;
  color: #292929;
  margin-right: 10px;
  margin-bottom: 0;
}

.shop-side-bar-widget .price-range-filter-item input {
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #2596be;
  background-color: transparent;
}

.shop-side-bar-widget .price-range-filter-item inputinput {
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #2596be;
  background-color: transparent;
}

.shop-side-bar-widget .price-range-filter {
  padding-bottom: 15px;
}

.side-bar-offer {
  background-color: #bef8f9;
  padding: 50px 30px 30px;
  position: relative;
  margin-bottom: 30px;
}

.side-bar-offer h3 {
  font-size: 30px;
  color: #211e2f;
  margin-bottom: 20px;
}

.side-bar-offer .product-banner-tag {
  position: absolute;
  top: 50px;
  right: 30px;
  padding: 5px 20px;
  background-color: #2596be;
  text-align: center;
  border-radius: 50px;
}

.side-bar-offer .product-banner-tag h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
}

.side-bar-offer .product-banner-tag span {
  font-size: 15px;
  color: #ffffff;
  line-height: 0;
  font-weight: 400;
}

.side-bar-offer .shop-btn {
  color: #2596be;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
}

.side-bar-offer .shop-btn:hover {
  color: #211e2f;
}

.side-bar-offer img {
  display: block;
}

.side-bar-blog {
  margin-bottom: 30px;
}

.side-bar-blog h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1;
  color: #211e2f;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}

.side-bar-blog h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.side-bar-blog h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #2596be;
}

.side-bar-blog .side-bar-blog-post {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
}

.side-bar-blog .side-bar-blog-post .item {
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #E2E2E2;
}

.side-bar-blog .side-bar-blog-post .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.side-bar-blog .side-bar-blog-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.side-bar-blog .side-bar-blog-post .item .thumb .full-image {
  width: 110px;
  height: 120px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #f7f7f7;
  margin-bottom: -10px;
}

.side-bar-blog .side-bar-blog-post .item .thumb .full-image.bg1 {
  background-image: url(../images/products/product-img-1.png);
}

.side-bar-blog .side-bar-blog-post .item .thumb .full-image.bg2 {
  background-image: url(../images/products/product-img-3.png);
}

.side-bar-blog .side-bar-blog-post .item .thumb .full-image.bg3 {
  background-image: url(../images/products/product-img-4.png);
}

.side-bar-blog .side-bar-blog-post .item .thumb .full-image.bg4 {
  background-image: url(../images/products/product-img-10.png);
}

.side-bar-blog .side-bar-blog-post .item .info {
  overflow: hidden;
  padding: 10px 0 0;
}

.side-bar-blog .side-bar-blog-post .item .info .title-text {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  max-width: 150px;
}

.side-bar-blog .side-bar-blog-post .item .info .title-text a {
  display: inline-block;
  color: #211e2f;
}

.side-bar-blog .side-bar-blog-post .item .info .title-text a:hover {
  color: #2596be;
}

.side-bar-blog .side-bar-blog-post .item .info .rating {
  color: #ffbc2d;
  font-size: 14px;
}

.side-bar-blog .side-bar-blog-post .item .info p {
  font-size: 14px;
  margin-bottom: 0;
  color: #2596be;
}

.side-bar-blog .side-bar-blog-post .item .info p del {
  color: #505050;
  margin-right: 5px;
}

.shop-topper {
  margin-bottom: 40px;
}

.shop-topper .shop-topper-title h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #211e2f;
  margin-bottom: 0;
}

.shop-topper .shop-topper-title h3 span {
  font-size: 15px !important;
  color: #505050 !important;
}

.shop-topper .shop-topper-category .form-group {
  margin-bottom: 0;
}

.shop-topper .shop-topper-category .form-group .form-control {
  height: 50px;
  padding: 0 20px;
  border: none;
  color: #211e2f;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid #211e2f;
}

.shop-topper .shop-topper-category .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.shop-topper .shop-topper-category .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  border-radius: 0;
  background-color: #ffffff;
  color: #505050;
  border-radius: 50px;
}

.shop-topper .shop-topper-category .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: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.shop-topper .shop-topper-category .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #211e2f;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.shop-topper .shop-topper-category .form-group .nice-select .list .option:hover {
  background-color: #2596be !important;
  color: #ffffff;
}

.shop-topper .shop-topper-category .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.shop-topper .shop-topper-category .form-group .nice-select::after {
  content: '\f0d7';
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  margin-bottom: 0;
  right: 35px;
  background-color: transparent;
  font-family: "Line Awesome Free" !important;
  color: #211e2f;
  font-size: 18px;
  -webkit-transform-origin: none;
          transform-origin: none;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  font-weight: 900;
}

.shop-details-desc .shop-details-image {
  margin-bottom: 30px;
}

.shop-details-desc .shop-details-image img {
  width: 100%;
  background-color: #f0f2f9;
  padding: 20px;
}

.shop-details-desc .shop-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shop-details-desc .shop-details-image .slick-dots {
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
}

.shop-details-desc .shop-details-image .slick-dots li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.shop-details-desc .shop-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  display: block;
  border: none;
  margin: 0;
  cursor: pointer;
}

.shop-details-desc .shop-details-image .slick-dots li img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-details-desc .shop-details-image .slick-dots li:hover img, .shop-details-desc .shop-details-image .slick-dots li.slick-active img {
  opacity: .4;
}

.shop-details-desc .shop-details-image .slick-thumbs {
  display: none;
}

.shop-desc-content {
  margin-bottom: 30px;
}

.shop-desc-content span {
  color: #2596be;
  font-size: 18px;
}

.shop-desc-content h3 {
  font-size: 30px;
  color: #211e2f;
  margin-bottom: 20px;
  margin-top: 10px;
}

.shop-desc-content .shop-desc-list .shop-desc-review {
  margin-bottom: 15px;
  display: inline-block;
}

.shop-desc-content .shop-desc-list .shop-desc-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.shop-desc-content .shop-desc-list .shop-desc-review .rating i {
  color: #ffbc2d;
}

.shop-desc-content .shop-desc-list .shop-desc-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: #211e2f;
  border-bottom: 1px solid #505050;
  line-height: initial;
}

.shop-desc-content .shop-desc-list .shop-desc-review .rating-count:hover {
  color: #2596be;
  border-color: #2596be;
}

.shop-desc-content .shop-desc-list .shop-desc-share-list {
  display: inline-block;
  float: right;
}

.shop-desc-content .shop-desc-list .shop-desc-share-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.shop-desc-content .shop-desc-list .shop-desc-share-list ul li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
}

.shop-desc-content .shop-desc-list .shop-desc-share-list ul li:last-child {
  margin-right: 0;
}

.shop-desc-content .shop-desc-list .shop-desc-share-list ul li a {
  color: #505050;
}

.shop-desc-content .shop-desc-list .shop-desc-share-list ul li a i {
  color: #211e2f;
  margin-right: 5px;
}

.shop-desc-content .brand-name {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.shop-desc-content .brand-name .brand-text {
  font-size: 16px;
  color: #505050;
  display: block;
}

.shop-desc-content .brand-name .brand-text b {
  color: #211e2f;
  margin-left: 5px;
  font-weight: 500;
}

.shop-desc-content .shop-desc-content-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}

.shop-desc-content .shop-desc-content-list li {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.shop-desc-content .shop-desc-content-list li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0px;
  width: 7px;
  height: 7px;
  background-color: #211e2f;
  border-radius: 50px;
}

.shop-desc-content .shop-desc-content-list li:last-child {
  margin-bottom: 0;
}

.shop-desc-content h4 {
  font-size: 30px;
  color: #2596be;
  margin-bottom: 10px;
}

.shop-desc-content .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
}

.shop-desc-content .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 180px;
  min-width: 180px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.shop-desc-content .input-count-area .input-counter span {
  position: absolute;
  top: 5px;
  background-color: #f7f7f7;
  cursor: pointer;
  color: #211e2f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.shop-desc-content .input-count-area .input-counter span:hover {
  color: #ffffff;
  background-color: #2596be;
}

.shop-desc-content .input-count-area .input-counter .minus-btn {
  left: 5px;
}

.shop-desc-content .input-count-area .input-counter .plus-btn {
  right: 5px;
}

.shop-desc-content .input-count-area .input-counter input {
  height: 45px;
  color: #211e2f;
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #cbcaca;
}

.shop-desc-content .shop-add-btn {
  margin-top: 20px;
}

.shop-desc-content .shop-add-btn .default-btn {
  border: none;
  margin-right: 20px;
  border-radius: 0;
}

.shop-desc-content .shop-add-btn .default-bg-color {
  background-color: #f0f2f9;
  color: #211e2f;
}

.shop-desc-content .shop-add-btn .default-bg-color:hover {
  color: #ffffff;
}

.products-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 15px;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #211e2f;
  padding: 12px 30px;
  border-radius: 50px;
}

.products-details-tab .tabs li a:focus {
  color: #2596be;
  border: 1px solid #2596be;
}

.products-details-tab .tabs li.active a {
  color: #2596be;
  border: 1px solid #2596be;
}

.products-details-tab .tabs li.current a {
  color: #2596be;
  border: 1px solid #2596be;
}

.products-tabs-decs {
  border: 1px solid #e4e5ea;
  padding: 20px;
  text-align: center;
  border-radius: 30px;
}

.products-tabs-decs h3 {
  font-size: 35px;
  color: #211e2f;
  margin-bottom: 0;
}

.products-tabs-decs span {
  font-size: 18px;
  color: #505050;
}

.products-tabs-decs p {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #505050;
  font-weight: 400;
}

.products-tabs-decs .products-tabs-main-img {
  margin-bottom: 30px;
}

.products-tabs-decs .products-tabs-img {
  margin-bottom: 30px;
}

.products-tabs-decs .products-tabs-img img {
  background-color: #f7f7f7;
}

.products-tabs-decs .products-tabs-content {
  margin-bottom: 20px;
  text-align: left;
}

.products-tabs-decs .products-tabs-content h2 {
  font-size: 35px;
  color: #211e2f;
  margin-bottom: 0;
}

.products-tabs-decs .products-tabs-content p {
  margin-bottom: 0;
}

.product-tab-bottom {
  padding-top: 20px;
  border-top: 1px solid #e4e5ea;
  position: relative;
  text-align: left;
}

.product-tab-bottom .tittle {
  font-size: 17px;
  margin-bottom: 20px;
}

.product-tab-bottom span {
  color: #505050;
  display: block;
  font-size: 15px;
}

.product-tab-bottom span b {
  color: #211e2f;
  margin-left: 5px;
  font-weight: 500;
}

.product-tab-bottom .product-tag {
  color: #505050;
  display: block;
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.product-tab-bottom .product-tag b {
  color: #211e2f;
  margin-left: 5px;
  font-weight: 500;
}

.products-tabs-specifications {
  border: 1px solid #e4e5ea;
  padding: 20px;
  border-radius: 30px;
}

.products-tabs-specifications h2 {
  font-size: 35px;
  color: #211e2f;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e5ea;
}

.products-tabs-specifications .tabs-specifications-content {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  padding: 15px;
}

.products-tabs-specifications .tabs-specifications-content h3 {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}

.products-tabs-specifications .tabs-specifications-content h3 span {
  color: #505050 !important;
  left: 170px;
  position: absolute;
}

.products-tabs-specifications .tabs-specifications-content-2 {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  padding: 15px;
}

.products-tabs-specifications .tabs-specifications-content-2 h3 {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
}

.products-tabs-specifications .tabs-specifications-content-2 h3 span {
  color: #505050 !important;
  left: 170px;
  position: absolute;
}

.products-tabs-specifications .tabs-specifications-content-2 .sm-tab {
  margin-bottom: 45px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.tab-reviews {
  border: 1px solid #e4e5ea;
  padding: 20px;
  border-radius: 30px;
}

.product-tab {
  margin-bottom: 30px;
}

.products-reviews-content span {
  font-size: 16px;
  margin-bottom: 0;
}

.products-reviews-content h3 {
  font-size: 35px;
  color: #211e2f;
  margin-bottom: 0;
}

.products-reviews-content .rating {
  font-size: 30px;
  color: #ffbc2d;
  margin-bottom: 0;
}

.products-reviews-content p {
  font-size: 16px;
  margin-bottom: 0;
}

.products-reviews h3 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
}

.products-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.products-reviews .side {
  float: left;
  width: 16%;
  margin-top: 10px;
}

.products-reviews .side i {
  color: #ffbc2d;
}

.products-reviews .side div {
  font-weight: bold;
}

.products-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 65%;
}

.products-reviews .right {
  text-align: right;
}

.products-reviews .bar-container {
  width: 100%;
  background-color: #e4e5ea;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}

.products-reviews .bar-5 {
  width: 80%;
  height: 10px;
  background-color: #ffbc2d;
  border-radius: 5px;
}

.products-reviews .bar-4 {
  width: 60%;
  height: 10px;
  background-color: #ffbc2d;
  border-radius: 5px;
  border-radius: 5px;
}

.products-reviews .bar-3 {
  width: 30%;
  height: 10px;
  background-color: #ffbc2d;
  border-radius: 5px;
}

.products-reviews .bar-2 {
  width: 10%;
  height: 10px;
  background-color: #ffbc2d;
  border-radius: 5px;
}

.products-reviews .bar-1 {
  width: 0%;
  height: 10px;
  background-color: #ffbc2d;
  border-radius: 5px;
}

.customer-review {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 0 0;
  border-top: 1px solid #e4e5ea;
}

.customer-review h2 {
  font-size: 24px;
  color: #211e2f;
  margin-bottom: 0;
}

.customer-review .customer-review-item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e4e5ea;
}

.customer-review .customer-review-item h3 {
  font-size: 20px;
  color: #211e2f;
  margin-bottom: 0;
}

.customer-review .customer-review-item .rating {
  color: #ee8100;
  font-size: 16px;
  margin-bottom: 15px;
}

.customer-review .customer-review-item span {
  position: absolute;
  top: 20px;
  left: 175px;
}

.customer-review .customer-review-item p {
  margin-bottom: 0;
  font-weight: 400;
}

.reviews-form {
  margin-bottom: 0;
}

.reviews-form .contact-form {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  margin-bottom: 10px;
}

.reviews-form .contact-form h3 {
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 10px;
}

.reviews-form .contact-form p {
  margin-bottom: 15px;
  font-weight: 400;
}

.reviews-form .contact-form .rating {
  margin-bottom: 20px;
}

.reviews-form .contact-form .rating h4 {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
}

.reviews-form .contact-form .rating i {
  font-size: 17px;
  color: #ee8100;
  display: inline-block;
}

.reviews-form .contact-form .form-group .form-control {
  border-radius: 5px;
}

/*=================================
Product Area End
====================================*/
.tracking-order-form {
  margin-bottom: 30px;
}

.tracking-order-form .contact-form {
  padding: 0;
  background-color: #ffffff;
}

.tracking-order-form .contact-form p {
  margin-bottom: 20px;
}

/*=================================
Size Guides Area
====================================*/
.size-guides-title {
  margin-bottom: 30px;
}

.size-guides-wraps .size-guides-table table {
  margin-bottom: 0;
}

.size-guides-wraps .size-guides-table table thead tr th {
  border-width: 0px;
  vertical-align: middle;
  border: none;
  padding: 0.95rem;
}

.size-guides-wraps .size-guides-table table thead tr th.tr-head {
  background-color: #2596be;
  text-align: center;
  padding: 10px 40px;
  color: #ffffff;
}

.size-guides-wraps .size-guides-table table tbody tr td {
  padding: 10px 20px;
  font-size: 15px;
  border: none;
}

.size-guides-wraps .size-guides-table table tbody tr td.td-title {
  font-size: 16px;
  color: #211e2f;
  vertical-align: middle;
}

.size-guides-wraps .size-guides-table table tbody tr td.td-bg {
  background-color: #EAEDF2;
}

.size-guides-wraps .size-guides-table table tbody tr td.td-name {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #211e2f;
}

/*=================================
Size Guides Area End
====================================*/
/*=================================
Customer Services Area 
====================================*/
.customer-services-content .customer-services-img {
  margin-bottom: 30px;
}

.customer-services-content .customer-services-contact {
  margin-bottom: 30px;
}

.customer-services-content .customer-services-contact span {
  font-size: 15px;
  color: #2596be;
}

.customer-services-content .customer-services-contact h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #211e2f;
}

.customer-services-content .customer-services-contact p {
  max-width: 900px;
  margin-bottom: 20px;
  display: block;
}

.customer-services-content .single-customer-services {
  margin-bottom: 30px;
}

.customer-services-content .single-customer-services h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #211e2f;
}

.customer-services-content .single-customer-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.customer-services-content .single-customer-services ul li {
  display: block;
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
}

.customer-services-content .single-customer-services ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #2596be;
  border-radius: 50px;
}

/*=================================
Customer Services Area End
====================================*/
.compare-wraps .compare-table table {
  margin-bottom: 0;
}

.compare-wraps .compare-table table thead tr th {
  width: 300px;
  vertical-align: middle;
  padding: 0.95rem;
}

.compare-wraps .compare-table table thead tr th.tr-head {
  text-align: center;
  padding: 10px 20px;
  color: #211e2f;
}

.compare-wraps .compare-table table thead tr th.tr-head .product-table-view .product-card .content h3 {
  font-size: 18px;
}

.compare-wraps .compare-table table tbody tr td {
  padding: 10px 20px;
  font-size: 15px;
  border-top: none;
}

.compare-wraps .compare-table table tbody tr td.td-title {
  font-size: 16px;
  color: #211e2f;
  vertical-align: middle;
}

.compare-wraps .compare-table table tbody tr td.td-name {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #211e2f;
}

.compare-wraps .compare-table table tbody tr td.td-name .rating {
  color: #ee8100;
}

.compare-wraps .compare-table table tbody tr td.td-name .rating i {
  display: inline-block;
}

.compare-wraps .compare-table table tbody tr td.td-name .add-btn {
  padding: 9px 16px;
  color: #ffffff;
  background-color: #2596be;
}

.compare-wraps .compare-table table tbody tr td.td-name .add-btn:hover {
  background-color: #211e2f;
}

/*=================================
Cart Wraps Area
===================================*/
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #505050;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
  height: 80px;
  background-color: #f4f4f4;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #505050;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #da691f !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #505050;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: #211e2f;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-wraps-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-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #505050;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #211e2f !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  color: #211e2f !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  color: #211e2f !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #505050;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}

.cart-wraps-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-wraps-area .cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #211e2f;
}

.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-wraps-area .cart-totals ul li {
  border: 1px solid #b8b08c;
  padding: 10px 15px;
  color: #505050;
  overflow: hidden;
  font-weight: 500;
}

.cart-wraps-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #505050;
  font-weight: normal;
}

.cart-wraps-area .cart-calc {
  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-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #211e2f;
  padding-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid  #cfcfcf;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #211e2f;
  background-color: #505050 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #505050 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 12px 18px;
  font-weight: 400;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cfcfcf;
}

.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #b8b08c;
}

.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}

.cart-wraps-area .cart-calc .nice-select .option {
  color: #505050 !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #211e2f !important;
}

.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
  font-weight: 500;
  color: #6c777d;
}

.cart-wraps-area .nice-select .option.focus, .cart-wraps-area .nice-select .option.selected.focus, .cart-wraps-area .nice-select .option:hover {
  background-color: #505050 !important;
  color: #ffffff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus, .cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #505050 !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #211e2f;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #211e2f;
}

.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #211e2f;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #211e2f;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #211e2f;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #211e2f;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #211e2f;
}

.cart-wraps-area .cart-calc .cart-wraps-area form .form-control input::-webkit-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-calc .cart-wraps-area form .form-control input:-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-webkit-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input:-ms-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
  color: #495057;
}

/*=================================
Cart Wraps Area End
===================================*/
.checkout-form {
  margin-bottom: 30px;
}

.checkout-form .contact-form .form-group .form-control {
  background-color: #ffffff;
}

.checkout-form .contact-form .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #505050;
  border-radius: 0;
  z-index: 5555;
}

.checkout-form .contact-form .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: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.checkout-form .contact-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #505050;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.checkout-form .contact-form .form-group .nice-select .list .option:hover {
  background-color: #2596be !important;
  color: #ffffff;
}

.checkout-form .contact-form .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.checkout-form .contact-form .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  top: 47%;
  right: 20px;
}

.checkout-form .contact-form .default-btn {
  margin-top: 10px;
}

/*=================================
Account Area
===================================*/
.account-tab {
  margin-top: 0;
}

.account-tab .tabs {
  margin: 0 0 30px;
  padding: 20px;
  list-style: none;
  background-color: #f7f7f7;
}

.account-tab .tabs li {
  display: block;
  line-height: initial;
  position: relative;
  margin-bottom: 10px;
}

.account-tab .tabs li:last-child {
  margin-bottom: 0;
}

.account-tab .tabs li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #211e2f;
  padding: 14px 20px;
  background-color: #ffffff;
  width: 100%;
}

.account-tab .tabs li a:focus {
  background-color: #2596be;
  color: #ffffff;
}

.account-tab .tabs li.active a {
  background-color: #2596be;
  color: #ffffff;
}

.account-tab .tabs li.current a {
  background-color: #2596be;
  color: #ffffff;
}

.account-tab-item {
  background-color: #f7f7f7;
  padding: 30px;
}

.account-tab-item .account-details h2 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #211e2f;
}

.account-tab-item .account-details .account-profile {
  margin-bottom: 30px;
}

.account-tab-item .account-details .account-profile .account-profile-img {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
}

.account-tab-item .account-details .account-profile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.account-tab-item .account-details .account-profile ul li {
  display: inline-block;
  margin-right: 10px;
}

.account-tab-item .account-details .account-profile ul li:last-child {
  margin-right: 0;
}

.account-tab-item .account-details .account-profile ul li a {
  padding: 8px 24px;
  background-color: #2596be;
  color: #ffffff;
}

.account-tab-item .account-details .account-profile ul li a:hover {
  background-color: #211e2f;
}

.account-tab-item .account-details .account-form h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #211e2f;
}

.account-tab-item .account-details .account-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.account-tab-item .account-details .account-form .form-group label {
  color: #211e2f;
  font-size: 16px;
  margin-bottom: 15px;
}

.account-tab-item .account-details .account-form .form-group.checkbox-option {
  position: relative;
}

.account-tab-item .account-details .account-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.account-tab-item .account-details .account-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.account-tab-item .account-details .account-form .form-group.checkbox-option p a {
  color: #2596be;
}

.account-tab-item .account-details .account-form .form-group.checkbox-option p a:hover {
  color: #211e2f;
}

.account-tab-item .account-details .account-form .form-group .form-control {
  height: 50px;
  color: #211e2f;
  border: 1px solid #2596be;
  background-color: #F1F1F1;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  font-weight: 500;
  border-radius: 0;
}

.account-tab-item .account-details .account-form .form-group .form-control:focus {
  outline: none;
  border-color: #211e2f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.account-tab-item .account-details .account-form .default-btn {
  border: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.account-tab-item .checkout-order h2 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #211e2f;
}

.account-tab-item .checkout-order .title-item {
  padding: 10px 0;
  font-size: 16px;
  color: #211e2f;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
}

.account-tab-item .checkout-order .title-item span {
  float: right;
}

.account-tab-item .checkout-order .checkout-product {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.account-tab-item .checkout-order .checkout-product li {
  display: block;
  position: relative;
  padding: 30px;
  padding-left: 100px;
  margin-bottom: 0;
}

.account-tab-item .checkout-order .checkout-product li img {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 20px;
}

.account-tab-item .checkout-order .checkout-product li h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #211e2f;
}

.account-tab-item .checkout-order .checkout-product li span {
  color: #211e2f;
  font-size: 16px;
}

.account-tab-item .checkout-order .checkout-product li .price-tag {
  color: #211e2f;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 60px;
}

.account-tab-item .checkout-order .total-amount {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  margin-bottom: 30px;
}

.account-tab-item .checkout-order .total-amount .amount-title {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 10px;
}

.account-tab-item .checkout-order .total-amount .amount-title span {
  float: right;
  color: #211e2f;
}

.account-tab-item .checkout-order .total-amount .vat-title {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 30px;
}

.account-tab-item .checkout-order .total-amount .vat-title span {
  float: right;
  color: #211e2f;
}

.account-tab-item .checkout-order .total-amount .total-title {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 0;
}

.account-tab-item .checkout-order .total-amount .total-title span {
  float: right;
  color: #211e2f;
}

.account-tab-item .checkout-order .amount-btn {
  margin-bottom: 0;
}

.account-tab-item .checkout-order .amount-btn .default-btn {
  width: 100%;
}

.account-tab-item .address-details h2 {
  font-size: 26px;
  color: #211e2f;
  margin-bottom: 20px;
}

.account-tab-item .address-details h2 .address-edit {
  font-size: 16px;
  float: right;
  color: #211e2f;
}

.account-tab-item .address-details h2 .address-edit:hover {
  color: #2596be;
}

.account-tab-item .address-details p {
  font-size: 18px;
  margin-bottom: 0;
}

.account-tab-item .address-details span {
  font-size: 15px;
}

.account-tab-item .contact-form {
  padding: 0 !important;
  margin-bottom: 5px;
}

/*=================================
Account Area End
===================================*/
/*=================================
Faq Area 
===================================*/
.faq-content {
  margin-bottom: 30px;
}

.faq-content .section-title {
  margin-bottom: 30px;
}

.faq-content .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.faq-content .section-title p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #bebebed6;
}

.faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-title {
  padding: 10px 60px 10px 20px;
  color: #211e2f;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: #2596be;
  border-radius: 50px;
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
  margin-top: -5px;
}

.faq-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-content .faq-accordion .accordion .accordion-content p {
  margin-top: -6px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 3px;
}

.faq-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*=================================
Faq Area End
===================================*/
.user-img {
  margin-bottom: 30px;
}

.user-form .contact-form .agree-label .forget {
  position: absolute;
  right: 0;
}

.user-form .contact-form .default-btn {
  width: unset;
}

.user-form .contact-form .account-desc {
  margin-top: 15px;
  margin-bottom: 0;
  color: #211e2f;
}

.user-form .contact-form .account-desc a {
  color: #2596be;
}

.user-form .contact-form .account-desc a:hover {
  color: #211e2f;
}

/*=================================
Offer Area
====================================*/
.offer-area {
  background-color: #211e2f;
  position: relative;
  z-index: 1;
}

.offer-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/offer-img.jpg);
  background-size: cover;
  background-position: center center;
}

.offer-content-area {
  padding: 120px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.offer-content-area span {
  font-size: 18px;
  color: #ffbc2d;
}

.offer-content-area span b {
  color: #2596be;
}

.offer-content-area h2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 20px;
}

.offer-shape .shape-1 {
  position: absolute;
  left: 7%;
  bottom: 2%;
}

.offer-shape .shape-2 {
  position: absolute;
  left: 2%;
  top: 45%;
  -webkit-animation: rotaed360 6s infinite linear;
          animation: rotaed360 6s infinite linear;
}

.offer-shape .shape-3 {
  position: absolute;
  left: 10%;
  top: 5%;
  -webkit-animation: flash 5s infinite linear;
          animation: flash 5s infinite linear;
}

.offer-shape .shape-4 {
  position: absolute;
  left: 25%;
  top: 15%;
  -webkit-animation: rotaed360 6s infinite linear;
          animation: rotaed360 6s infinite linear;
}

.offer-shape .shape-5 {
  position: absolute;
  left: 45%;
  top: 5%;
  -webkit-animation: rotaed360 6s infinite linear;
          animation: rotaed360 6s infinite linear;
}

.offer-shape .shape-6 {
  position: absolute;
  left: 40%;
  bottom: 15%;
  -webkit-animation: flash 5s infinite linear;
          animation: flash 5s infinite linear;
}

.offer-shape .shape-7 {
  position: absolute;
  left: 30%;
  bottom: 2%;
  -webkit-animation: flash 5s infinite linear;
          animation: flash 5s infinite linear;
}

.offer-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
  padding: 0 20px 20px;
}

.offer-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.offer-card .offer-card-img {
  position: relative;
  background-color: #f7f7f7;
}

.offer-card .offer-card-img img {
  padding: 15px;
}

.offer-card .offer-card-img .offer-card-tag {
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #211e2f;
  padding: 7px 15px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-clip-path: polygon(11% 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(11% 0, 100% 0%, 90% 100%, 0% 100%);
}

.offer-card .offer-card-img a {
  display: block;
}

.offer-card .offer-card-img a img {
  padding: 20px 20px 0;
}

.offer-card .content {
  padding: 20px 0 0;
  position: relative;
}

.offer-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.offer-card .content h3 a {
  color: #211e2f;
  display: block;
}

.offer-card .content .rating-tag {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 16px;
  color: #505050;
}

.offer-card .content .rating-tag i {
  color: #ffbc2d;
}

.offer-card .content p {
  margin-bottom: 10px;
}

.offer-card .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.offer-card .content span del {
  color: #505050;
  margin-right: 10px;
  font-weight: 400;
}

.offer-card .content .add-card {
  position: absolute;
  bottom: 20px;
  right: 0;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.offer-card .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

/*=================================
Offer Area End
====================================*/
.top-rated-card {
  padding: 0 20px 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.top-rated-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-rated-card .top-rated-img {
  background-color: #e1e1e1;
  position: relative;
}

.top-rated-card .top-rated-img i {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 20px;
  color: #ffffff;
  background-color: #2596be;
  padding: 5px 10px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
}

.top-rated-card .top-rated-img a {
  display: block;
}

.top-rated-card .top-rated-img a img {
  padding: 20px;
}

.top-rated-card .content {
  padding-top: 20px;
  position: relative;
}

.top-rated-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.top-rated-card .content h3 a {
  color: #211e2f;
  display: block;
}

.top-rated-card .content .rating-tag {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 16px;
  color: #505050;
}

.top-rated-card .content .rating-tag i {
  color: #ffbc2d;
}

.top-rated-card .content p {
  margin-bottom: 10px;
}

.top-rated-card .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.top-rated-card .content .add-card {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.top-rated-card .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

.terms-conditions-img {
  margin-bottom: 30px;
}

.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 24px;
  color: #211e2f;
  margin-bottom: 15px;
}

.single-content p {
  margin-bottom: 15px;
}

/*=================================
Latest Product Area
====================================*/
.latest-product-area {
  position: relative;
  background-color: #211e2f;
  overflow: hidden;
}

.latest-product-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.latest-product-shape img {
  max-width: 800px;
}

.latest-product-slider {
  position: relative;
}

.latest-product-slider .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  bottom: 70px;
  position: absolute;
  left: 29%;
  right: 0;
}

.latest-product-slider .owl-dots .owl-dot span {
  background-color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 10px !important;
  height: 10px !important;
}

.latest-product-slider .owl-dots .owl-dot.active span {
  background-color: #2596be !important;
}

.latest-product-slider .owl-dots .owl-dot:hover span {
  background-color: #2596be !important;
}

.latest-product-img {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin-left: auto;
  overflow: hidden;
}

.latest-product-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 540px;
  height: 540px;
  background-color: transparent;
  border: 70px solid #2b2838a3;
  border-radius: 50%;
}

.latest-product-img img {
  max-width: 540px;
}

.latest-product-content {
  margin-left: 50px;
}

.latest-product-content span {
  font-size: 18px;
  color: #2596be;
  margin-bottom: 0;
}

.latest-product-content h2 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.2;
}

.latest-product-content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
}

/*=================================
Latest Product Area End
====================================*/
/*=================================
Choose Area
====================================*/
.choose-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 110px;
  position: relative;
  margin-bottom: 30px;
}

.choose-card i {
  font-size: 60px;
  color: #2596be;
  top: 30px;
  left: 30px;
  position: absolute;
  line-height: 1.2;
}

.choose-card h3 {
  font-size: 20px;
  font-weight: 500;
  max-width: 150px;
}

/*=================================
Choose Area End
====================================*/
/*=================================
New Product Area
====================================*/
.new-product-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.new-product-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.new-product-card .new-product-img {
  background-color: #f7f7f7;
}

.new-product-card .new-product-img a {
  display: block;
}

.new-product-card .new-product-img a img {
  padding: 20px;
}

.new-product-card .content {
  padding: 20px;
  position: relative;
}

.new-product-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.new-product-card .content h3 a {
  color: #211e2f;
  display: block;
}

.new-product-card .content p {
  margin-bottom: 10px;
}

.new-product-card .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.new-product-card .content .add-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.new-product-card .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

.new-product-side {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.new-product-side:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.new-product-side .new-product-side-img {
  background-color: #f7f7f7;
}

.new-product-side .new-product-side-img a {
  display: block;
}

.new-product-side .new-product-side-img a img {
  padding: 20px;
}

.new-product-side .content {
  padding: 20px;
  position: relative;
}

.new-product-side .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.new-product-side .content h3 a {
  color: #211e2f;
  display: block;
}

.new-product-side .content p {
  margin-bottom: 10px;
}

.new-product-side .content span {
  font-size: 18px;
  color: #2596be;
  font-weight: 600;
}

.new-product-side .content .add-card {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #ffbc2d;
  background-color: #211e2f;
}

.new-product-side .content .add-card:hover {
  background-color: #2596be;
  color: #ffffff;
}

/*=================================
New Product Area End
====================================*/
/*=================================
Client Area
====================================*/
.client-area {
  position: relative;
  background-color: #f2fcff;
  overflow: hidden;
}

.client-area .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.client-area .owl-dots .owl-dot span {
  background-color: #2596be9e !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 10px !important;
  height: 10px !important;
}

.client-area .owl-dots .owl-dot.active span {
  background-color: #2596be !important;
  width: 30px !important;
}

.client-area .owl-dots .owl-dot:hover span {
  background-color: #2596be !important;
  width: 30px !important;
}

.client-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.client-shape img {
  max-width: 1000px;
}

.client-item {
  padding: 30px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.client-item .quote-icon {
  position: absolute;
  top: 10%;
  left: 23%;
  font-size: 100px;
  color: #2596be;
  opacity: 0.2;
}

.client-item img {
  margin-bottom: 10px;
  border-radius: 3px;
  width: unset !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.client-item h3 {
  font-size: 20px;
}

.client-item .rating {
  font-size: 16px;
  color: #ffbc2d;
}

.client-item .rating i {
  display: inline-block;
}

.client-item p {
  margin-bottom: 0;
}

/*=================================
Client Area End
====================================*/
/*=================================
Blog Area
====================================*/
.blog-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
}

.blog-card:hover .content h3 a {
  color: #2596be;
}

.blog-card a {
  display: block;
}

.blog-card a img {
  border-radius: 5px;
}

.blog-card .content {
  padding: 40px 20px 20px;
  position: relative;
}

.blog-card .content .date-tag {
  position: absolute;
  top: -25px;
  left: 20px;
  display: inline-block;
  background-color: #2596be;
  padding: 7px 25px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-clip-path: polygon(11% 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(11% 0, 100% 0%, 90% 100%, 0% 100%);
}

.blog-card .content h3 {
  margin-bottom: 10px;
}

.blog-card .content h3 a {
  color: #211e2f;
}

.blog-card .content p {
  margin-bottom: 0;
}

.blog-card-text .content h3 {
  font-size: 20px;
}

.blog-article {
  margin-bottom: 30px;
}

.blog-article .blog-article-title {
  margin-bottom: 30px;
}

.blog-article .blog-article-title h2 {
  font-size: 30px;
  max-width: 650px;
  margin-bottom: 10px;
  color: #211e2f;
}

.blog-article .blog-article-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .blog-article-title ul li {
  display: inline-block;
  font-size: 15px;
  color: #211e2f;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}

.blog-article .blog-article-title ul li:last-child {
  margin-right: 0;
}

.blog-article .blog-article-title ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #2596be;
}

.blog-article .blog-article-img {
  margin-bottom: 30px;
  position: relative;
}

.blog-article .blog-article-img img {
  border-radius: 15px;
}

.blog-article .article-content {
  padding-bottom: 10px;
}

.blog-article .article-content p {
  margin-bottom: 20px;
}

.blog-article .article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 20px 30px 20px 50px;
  margin-left: 35px;
}

.blog-article .article-content .blockquote p {
  font-size: 15px;
  color: #505050;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.blog-article .article-content .blockquote span {
  font-size: 15px;
  color: #211e2f;
  font-weight: 600;
}

.blog-article .article-content .blockquote i {
  font-size: 35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  background-color: #2596be;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  top: 24%;
  left: -35px;
}

.blog-article .blog-article-share {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.blog-article .blog-article-share .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-article .blog-article-share .social-link li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.blog-article .blog-article-share .social-link li a {
  border-radius: 0;
  margin-right: 10px;
}

.blog-article .blog-article-share .social-link li a img {
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
}

.blog-article .comments-wrap {
  margin-bottom: 30px;
}

.blog-article .comments-wrap .comment-title .title {
  font-size: 26px;
  margin-bottom: 0;
  color: #211e2f;
  font-weight: 500;
}

.blog-article .comments-wrap .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .comments-wrap .comment-list li {
  position: relative;
  padding: 30px;
  padding-left: 85px;
  border-bottom: 1px solid #e1e1e1;
}

.blog-article .comments-wrap .comment-list li:last-child {
  margin-bottom: 0;
}

.blog-article .comments-wrap .comment-list li img {
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 50%;
}

.blog-article .comments-wrap .comment-list li h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #211e2f;
}

.blog-article .comments-wrap .comment-list li span {
  font-size: 15px;
  color: #211e2f;
}

.blog-article .comments-wrap .comment-list li p {
  margin-top: 10px;
  margin-bottom: 0;
}

.blog-article .comments-wrap .comment-list li a {
  color: #2596be;
  font-weight: 600;
  position: absolute;
  top: 60px;
  left: 360px;
}

.blog-article .comments-wrap .comment-list li a:hover {
  color: #211e2f;
}

.blog-article .comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-article .comments-form .title {
  font-size: 26px;
  margin-bottom: 20px;
  color: #211e2f;
}

.blog-article .comments-form .contact-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background-color: #ffffff;
}

.blog-article .comments-form .default-btn {
  width: unset;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.search-widget .search-form {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}

.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  color: #211e2f;
  border-radius: 5px;
}

.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 45px;
  width: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 45px;
  border-radius: 5px;
}

.search-widget .search-form button i {
  color: #211e2f;
  font-size: 24px;
}

.search-widget .search-form button:hover {
  background-color: #2596be;
}

.search-widget .search-form button:hover i {
  color: #ffffff;
}

.side-bar-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.side-bar-widget .title {
  font-size: 20px;
  color: #211e2f;
  padding: 15px 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-color: transparent;
  width: 100%;
}

.side-bar-widget .title.title-mb {
  margin-bottom: 10px;
}

.side-bar-widget .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #2596be;
}

.side-bar-widget .side-bar-categories {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #cfcfcf;
}

.side-bar-widget .side-bar-categories li:last-child {
  border-bottom: none;
}

.side-bar-widget .side-bar-categories li a {
  display: inline-block;
  color: #211e2f;
  font-weight: normal;
  padding: 10px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.side-bar-widget .side-bar-categories li a i {
  font-size: 20px;
  color: #2596be;
  margin-right: 15px;
}

.side-bar-widget .side-bar-categories li a:hover {
  color: #2596be;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
  padding-left: 20px;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  margin-bottom: -8px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 5px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-img6.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-img7.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-img5.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog/blog-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg5 {
  background-image: url(../images/blog/blog-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  max-width: 180px;
  margin-top: 10px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #211e2f;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #2596be;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Contact Area 
====================================*/
.contact-form-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-title h2 {
  font-size: 35px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.contact-form-title p {
  margin-bottom: 0;
}

.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
  padding: 50px 30px;
}

.contact-form h2 {
  color: #211e2f;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group label {
  color: #211e2f;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contact-form .error
{
  float: left;
  font-size: 14px !important;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00 !important;
  font-weight: 400;
  display: block;
}
.contact-form .form-group label span {
  color: #2596be;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color: #2596be;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #211e2f;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #211e2f;
  border: 1px solid color #211e2f;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #211e2f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 7px;
  left: 0;
}

.contact-form .agree-label label {
  font-weight: 500;
  color: #211e2f;
  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: #2596be;
}

.contact-form .agree-label label a:hover {
  color: #211e2f;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #505050;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #505050;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #505050;
}

.contact-form .form-group .form-control::placeholder {
  color: #505050;
}
#message1{display:none; }
#message2{display:none; }

/*=================================
Contact Area End
====================================*/
/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/*=================================
Map Area End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area .error-content {
  text-align: center;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.7;
  font-weight: 600;
  color: #211e2f;
}

.error-area .error-content h1 span {
  color: #2596be;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #211e2f;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #505050;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 100px 30px;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #211e2f;
  font-size: 60px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #505050;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 20px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #211e2f;
  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;
  color: #211e2f;
}

.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: #ffffff;
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #211e2f;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}

.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: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #211e2f;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #2596be;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #2596be;
  background-color: #f7f7f7;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 5px;
}

.pagination-area .page-numbers:hover {
  background-color: #2596be;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color: #2596be;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
/*=================================
Footer Area
====================================*/
.footer-bg {
  background-color: #f3f3f3;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-widget h3 {
  margin-top: 15px;
  font-size: 24px;
  margin-bottom: 30px;
  color: #211e2f;
  line-height: 1.2;
}

.footer-widget p {
  margin-bottom: 20px;
  max-width: 300px;
}

.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-widget .social-link li a {
  border-radius: 0;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  background-color: #ffffff;
  font-size: 20px;
}

.footer-widget .social-link li a:hover {
  background-color: #2596be;
}

.footer-widget .social-link li:nth-child(1) a {
  color: #3b5998;
}

.footer-widget .social-link li:nth-child(1) a:hover {
  color: #ffffff;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(2) a {
  color: #3f729b;
}

.footer-widget .social-link li:nth-child(2) a:hover {
  color: #ffffff;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(3) a {
  color: #c80000;
}

.footer-widget .social-link li:nth-child(3) a:hover {
  color: #ffffff;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(4) a {
  color: #ff0000;
}

.footer-widget .social-link li:nth-child(4) a:hover {
  color: #ffffff;
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  margin-left: 20px;
}

.footer-widget .footer-list li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: -20px;
  width: 7px;
  height: 7px;
  background-color: #2596be;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #211e2f;
  font-weight: 400;
}

.footer-widget .footer-list li a:hover {
  color: #2596be;
}

.footer-widget .footer-blog {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-blog li {
  display: block;
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
}

.footer-widget .footer-blog li:hover h3 a {
  color: #2596be;
}

.footer-widget .footer-blog li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-blog li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 70px;
}

.footer-widget .footer-blog li h3 {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 5px;
  max-width: 190px;
}

.footer-widget .footer-blog li h3 a {
  color: #211e2f;
}

.footer-widget .footer-blog li h3 a:hover {
  color: #2596be;
}

.footer-widget .footer-blog li span {
  font-size: 14px;
  color: #211e2f;
}

.footer-widget .footer-address {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-address li {
  display: block;
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}

.footer-widget .footer-address li:hover h3 a {
  color: #2596be;
}

.footer-widget .footer-address li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-address li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #2596be;
  background-color: #ffffff;
  border-radius: 50px;
}

.footer-widget .footer-address li h3 {
  font-size: 16px;
  color: #211e2f;
  margin-bottom: 5px;
}

.footer-widget .footer-address li h3 a {
  color: #211e2f;
}

.footer-widget .footer-address li h3 a:hover {
  color: #2596be;
}

.footer-widget .footer-address li span {
  font-size: 14px;
  color: #211e2f;
}

.copy-right-area {
  padding: 15px 0;
  border-top: 1px solid #211e2f5c;
}

.copy-right-text {
  text-align: center;
}

.copy-right-text p {
  color: #211e2f;
  margin-bottom: 0;
}

.copy-right-text p a {
  color: #2596be;
  border-bottom: 1px solid #2596be;
}

.copy-right-text p a:hover {
  color: #211e2f;
  border-color: #211e2f;
}

/*=================================
Footer Area End
====================================*/
/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #211e2f;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 35px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
}

.go-top:hover {
  background-color: #2596be;
}

.go-top:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  text-align: center;
}

.preloader img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 30px auto;
  -webkit-animation: moveBounce 1.2s infinite ease-in-out;
          animation: moveBounce 1.2s infinite ease-in-out;
}

.ajax-loader {
    position: absolute;
    //left: 100%;
    margin-left: 10px;
    //margin-top: -15px;
    width: 30px;
    height: 30px;
    background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgIGhlaWdodD0iMzBweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciIHN0eWxlPSJiYWNrZ3JvdW5kOiBub25lOyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmNvbG9yfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBuZy1hdHRyLXI9Int7Y29uZmlnLnJhZGl1c319IiBuZy1hdHRyLXN0cm9rZS1kYXNoYXJyYXk9Int7Y29uZmlnLmRhc2hhcnJheX19IiBzdHJva2U9IiNlOWNkNmUiIHN0cm9rZS13aWR0aD0iMTIiIHI9IjM1IiBzdHJva2UtZGFzaGFycmF5PSIxNjQuOTMzNjE0MzEzNDY0MTUgNTYuOTc3ODcxNDM3ODIxMzgiIHRyYW5zZm9ybT0icm90YXRlKDEzMS44MDggNTAgNTApIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvc3ZnPg==) no-repeat center center;
}

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

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

@-webkit-keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes rotaed360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
/*# sourceMappingURL=style.css.map */