/*
@File: Olex 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.

*******************************************
*******************************************

** - Default Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Main Banner Area CSS Style
** - Inner Banner Area CSS Style
** - Product New Arrival Style
** - Featured Product Style
** - New Arrival Style
** - Team Area Style
** - Contact Area Style
** - Map Area Style
** - User Area Style
** - Offer Area Style
** - Trending Area Style
** - 404 Error Area Style
** - Coming Soon Area Style
** - Product Category Area Style
** - Other Product Area Style
** - Choose Area Style
** - Testimonials Area Style
** - Size Guides Area Style
** - Customer Services Area Style
** - Cart Wraps Area Style
** - Checkout Area Style
** - Account Area Style
** - Faq Area Style
** - Other Area Style

*******************************************

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap");
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Lato", sans-serif;
  color: #555555;
  font-weight: 400;
}

p {
  color: #555555;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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: 700;
  color: #10142D;
  line-height: 1.4;
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

.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;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.margin-auto {
  margin: 0 auto;
}

.section-bg {
  background-color: #F5F4F4;
}

.body-color {
  background-color: #F3F3F4;
}

/*================================
Default Btn Style 
===================================*/
.default-btn {
  display: inline-block;
  padding: 12px 42px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 0;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #10142D;
}

.btn-bg-one {
  background-color: #F26667;
}

.btn-bg-two {
  background-color: #E83F33;
}

.btn-bg-three {
  background-color: #E8B43F;
}

/*================================
Default Btn Style 
===================================*/
.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1;
  color: #10142D;
  margin-bottom: 0;
}

.section-title p {
  padding-top: 20px;
  margin-bottom: 0;
  max-width: 700px;
  color: #555555;
}

/*================================
Top Header 
===================================*/
.top-header {
  padding: 7px 0 10px;
}

.top-header-bg {
  background-color: #10142D;
}

.top-header-form {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #0162BD;
}

.top-header-form .form-group {
  margin-bottom: 0;
  position: relative;
}

.top-header-form .form-group .form-control {
  height: 50px;
  padding: 0 15px;
  border: none;
  color: #10142D;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
}

.top-header-form .form-group .form-control:first-child {
  border-right: 1px solid #0162BD;
  border-radius: 0 5px 5px 0;
}

.top-header-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.top-header-form .form-group button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 44px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #F26667;
  line-height: 51px;
  color: #ffffff;
  border-radius: 5px;
}

.top-header-form .form-group button i {
  color: #ffffff;
  font-size: 20px;
}

.top-header-form .form-group button:hover {
  background-color: #F26667;
}

.top-header-form .form-group button:hover i {
  color: #ffffff;
}

.top-header-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: #555555;
  border-right: 1px solid #0162BD;
  border-radius: 5px 0px 0px 5px;
  z-index: 5555;
}

.top-header-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;
}

.top-header-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #10142D;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.top-header-form .form-group .nice-select .list .option:hover {
  background-color: #F26667 !important;
  color: #ffffff;
}

.top-header-form .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.top-header-form .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  top: 45%;
  right: 30px;
}

.top-header-right {
  float: right;
}

.top-header-right .phone-btn {
  display: inline-block;
  margin-right: 25px;
}

.top-header-right .phone-btn span {
  color: #ffffff;
}

.top-header-right .phone-btn span i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.top-header-right .phone-btn span a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.top-header-right .phone-btn:hover {
  color: #F26667;
}

.top-header-right .phone-btn:hover i {
  color: #F26667;
}

.top-header-right .phone-btn:hover a {
  color: #F26667;
}

.other-option {
  display: inline-block;
}

.other-option .option-item {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}

.other-option .option-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  background-color: #ffffff;
  width: 1px;
  height: 25px;
  border-radius: 3px;
}

.other-option .option-item:last-child {
  margin-right: 0;
}

.other-option .option-item:last-child::before {
  display: none;
}

.other-option .option-item .language-list {
  top: -4px;
  z-index: 5555;
  position: relative;
}

.other-option .option-item .language-list .language-list-dropdown {
  display: inline-block;
}

.other-option .option-item .language-list .language-list-dropdown img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 3px;
}

.other-option .option-item .language-list .language-list-dropdown .btn {
  font-weight: 500;
  font-size: 17px;
  padding: 0;
  border: 0;
  color: #ffffff;
}

.other-option .option-item .language-list .language-list-dropdown .btn i {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.other-option .option-item .language-list .language-list-dropdown .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #F26667;
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 170%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  border-bottom: 1px dashed #ff79003d;
  color: #10142D;
  width: 100%;
  position: relative;
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #F26667;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a:hover {
  background-color: transparent;
  padding-left: 18px;
  color: #F26667;
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a:hover::before {
  width: 100%;
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 135%;
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-toggle::after {
  display: none;
}

.other-option .option-item .cart-btn-area .cart-btn {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  top: 3px;
}

.other-option .option-item .cart-btn-area span {
  position: absolute;
  top: 8px;
  width: 15px;
  height: 15px;
  right: -5px;
  line-height: 15px;
  background-color: #F26667;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 50px;
}

.other-option .option-item .cart-btn-area:hover .cart-btn {
  color: #F26667;
}

.other-option .option-item .cart-btn-area:hover span {
  background-color: #ffffff;
  color: #F26667;
}

.other-option .option-item-color::before {
  background-color: #10142D;
}

.other-option .option-item-color .language-list .language-list-dropdown .btn {
  color: #10142D;
}

.other-option .option-item-color .language-list .language-list-dropdown .btn:focus {
  color: #E83F33;
}

.other-option .option-item-color .language-list .language-list-dropdown .dropdown-menu a::before {
  background-color: #E83F33;
}

.other-option .option-item-color .language-list .language-list-dropdown .dropdown-menu a:hover {
  color: #E83F33;
}

.other-option .option-item-color .cart-btn-area .cart-btn {
  color: #10142D;
}

.other-option .option-item-color .cart-btn-area:hover .cart-btn {
  color: #E83F33;
}

.other-option .option-item-color .cart-btn-area:hover span {
  background-color: #E83F33;
  color: #ffffff;
}

.top-header-phone {
  float: left;
}

.top-header-phone .phone-btn-two {
  display: inline-block;
  margin-right: 25px;
}

.top-header-phone .phone-btn-two span {
  color: #10142D;
}

.top-header-phone .phone-btn-two span i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.top-header-phone .phone-btn-two span a {
  font-size: 16px;
  color: #10142D;
  font-weight: 500;
}

.top-header-phone .phone-btn-two:hover {
  color: #E83F33;
}

.top-header-phone .phone-btn-two:hover i {
  color: #E83F33;
}

.top-header-phone .phone-btn-two:hover a {
  color: #E83F33;
}

.top-header-logo {
  text-align: center;
}

.header-border {
  border-bottom: 1px solid #555555;
}

/*================================
Top Header End
===================================*/
/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: #0162BD;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.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: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #DEDEDE;
  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;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.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: #F6F6F6 !important;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e1e1e1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #10142D !important;
  position: relative;
  -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.active {
  border-radius: 0;
  color: #F26667 !important;
  padding-left: 35px;
}

.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: #F26667 !important;
  border-radius: 0;
  padding-left: 35px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #F26667 !important;
}

.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);
}

.nav-two {
  background-color: #ffffff;
}

.nav-two nav .navbar-nav .nav-item:hover a, .nav-two nav .navbar-nav .nav-item .active {
  color: #E83F33 !important;
}

.nav-two nav .navbar-nav .nav-item a {
  color: #10142D;
}

.nav-two nav .navbar-nav .nav-item a:hover, .nav-two nav .navbar-nav .nav-item a :focus {
  color: #E83F33 !important;
}

.nav-two nav .navbar-nav .nav-item a.active {
  color: #E83F33 !important;
}

.nav-two nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #E83F33 !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a:hover, .nav-two nav .navbar-nav .nav-item .dropdown-menu li a :focus, .nav-two nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #E83F33 !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #E83F33 !important;
}

.nav-three {
  background-color: transparent;
  position: absolute;
}

.nav-three nav .navbar-nav .nav-item:hover a, .nav-three nav .navbar-nav .nav-item .active {
  color: #E8B43F !important;
}

.nav-three nav .navbar-nav .nav-item a {
  color: #10142D;
}

.nav-three nav .navbar-nav .nav-item a:hover, .nav-three nav .navbar-nav .nav-item a :focus {
  color: #E8B43F !important;
}

.nav-three nav .navbar-nav .nav-item a.active {
  color: #E8B43F !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #E8B43F !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a:hover, .nav-three nav .navbar-nav .nav-item .dropdown-menu li a :focus, .nav-three nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #E8B43F !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #E8B43F !important;
}

.nav-btn {
  position: relative;
  margin-top: 5px;
  margin-left: 25px;
}

.nav-item-btn {
  display: none;
}

.navbar-category {
  float: left;
}

.navbar-category .navbar-nav .nav-item-link a {
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  padding-left: 0;
  padding-right: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #10142D;
}

.navbar-category .navbar-nav .nav-item-link a i {
  font-size: 24px;
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 5px;
}

.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 {
  color: #E83F33;
}

.navbar-category .navbar-nav .nav-item-link:hover a, .navbar-category .navbar-nav .nav-item-link.active a {
  color: #E83F33;
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu {
  border: none;
  top: 80px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 260px;
  display: block;
  border-radius: 0;
  padding: 0;
  margin-top: -15px;
  position: absolute;
  visibility: hidden;
  background: #F6F6F6;
  -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: #10142D;
  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: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: #E83F33;
}

.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.category-two .navbar-nav .nav-item .dropdown-menu {
  display: none;
}

.nav-other {
  display: inline-block;
}

.nav-other .nav-other-item {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}

.nav-other .nav-other-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  background-color: #10142D;
  width: 1px;
  height: 25px;
  border-radius: 3px;
}

.nav-other .nav-other-item:last-child {
  margin-right: 0;
}

.nav-other .nav-other-item:last-child::before {
  display: none;
}

.nav-other .nav-other-item .language-list {
  top: -4px;
  z-index: 55555;
  position: relative;
}

.nav-other .nav-other-item .language-list .language-list-dropdown {
  display: inline-block;
}

.nav-other .nav-other-item .language-list .language-list-dropdown img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 3px;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .btn {
  font-weight: 500;
  font-size: 17px;
  padding: 0;
  border: 0;
  color: #10142D;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .btn i {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #E8B43F;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 170%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  border-bottom: 1px dashed #ff79003d;
  color: #10142D;
  width: 100%;
  position: relative;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #E8B43F;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:hover {
  background-color: transparent;
  padding-left: 18px;
  color: #E8B43F;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:hover::before {
  width: 100%;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 135%;
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-toggle::after {
  display: none;
}

.nav-other .nav-other-item .cart-btn-area .cart-btn {
  position: relative;
  font-size: 24px;
  color: #10142D;
  top: 3px;
}

.nav-other .nav-other-item .cart-btn-area span {
  position: absolute;
  top: 8px;
  width: 15px;
  height: 15px;
  right: -5px;
  line-height: 15px;
  background-color: #E8B43F;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 50px;
}

.nav-other .nav-other-item .cart-btn-area:hover .cart-btn {
  color: #E8B43F;
}

.nav-other .nav-other-item .cart-btn-area:hover span {
  background-color: #10142D;
  color: #ffffff;
}

.nav-other .option-item-color::before {
  background-color: #10142D;
}

.nav-other .option-item-color .language-list .language-list-dropdown .btn {
  color: #10142D;
}

.nav-other .option-item-color .language-list .language-list-dropdown .btn:focus {
  color: #E83F33;
}

.nav-other .option-item-color .language-list .language-list-dropdown .dropdown-menu a::before {
  background-color: #E83F33;
}

.nav-other .option-item-color .language-list .language-list-dropdown .dropdown-menu a:hover {
  color: #E83F33;
}

.nav-other .option-item-color .cart-btn-area .cart-btn {
  color: #10142D;
}

.nav-other .option-item-color .cart-btn-area:hover .cart-btn {
  color: #E83F33;
}

.nav-other .option-item-color .cart-btn-area:hover span {
  background-color: #E83F33;
  color: #ffffff;
}

.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;
}

.sticky-nav .main-nav {
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
}

.sticky-nav .nav-two {
  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);
}

.sticky-nav .nav-three {
  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-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: #ffffff;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #E8B43F;
}

.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: 320px;
  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: #E8B43F;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item {
  padding-right: 10px;
  position: relative;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item:last-child {
  padding-right: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list {
  top: -18px;
  z-index: 55555;
  position: relative;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown {
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 3px;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .btn {
  font-weight: 500;
  font-size: 15px;
  padding: 0;
  border: 0;
  color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .btn i {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #10142D;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 170%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  border-bottom: 1px dashed #ff79003d;
  color: #10142D;
  width: 100%;
  position: relative;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #F26667;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:hover {
  background-color: transparent;
  padding-left: 18px;
  color: #F26667;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:hover::before {
  width: 100%;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  top: 135%;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-toggle::after {
  display: none;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area {
  display: inline-block;
  margin-right: 10px;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area .cart-btn {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  top: -8px;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area span {
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  right: 10px;
  line-height: 15px;
  background-color: #10142D;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 50px;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area:hover .cart-btn {
  color: #E8B43F;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area:hover span {
  background-color: #10142D;
  color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .option-btn {
  position: relative;
  margin-top: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .option-btn .default-btn {
  background-color: #ffffff;
  color: #E8B43F;
  padding: 10px 15px;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Main Banner Area 
====================================*/
.banner-content-area {
  background-color: #ffffff96;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-right: -200px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}

.banner-content-area .banner-content {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 510px;
  margin-left: auto;
}

.banner-content-area .banner-content span {
  color: #F26667;
}

.banner-content-area .banner-content h1 {
  margin-top: 10px;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 450px;
}

.banner-content-area .banner-content p {
  max-width: 500px;
  margin-bottom: 30px;
  max-width: 450px;
}

.banner-img-area {
  background-color: #E7D8D6;
  border-radius: 15px;
}

.banner-img-area .banner-img {
  max-width: 670px;
  margin-right: auto;
  margin-left: 220px;
  position: relative;
}

.banner-img-area .banner-img .banner-offer-tag {
  position: absolute;
  top: 100px;
  left: 110px;
  padding: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
}

.banner-img-area .banner-img .banner-offer-tag h3 {
  font-size: 32px;
  color: #F26667;
  margin-bottom: 0;
  line-height: 1;
}

.banner-img-area .banner-img .banner-offer-tag span {
  color: #F26667;
  font-size: 16px;
}

.banner-slider-area {
  background-color: #F6F6F6;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.banner-slider-area .owl-nav {
  margin-top: 0;
}

.banner-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: 42%;
  left: 3%;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: transparent !important;
  color: #E83F33 !important;
  border: 1px solid #E83F33 !important;
}

.banner-slider-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #E83F33 !important;
}

.banner-slider-area .owl-nav .owl-next {
  position: absolute;
  top: 42%;
  right: 3%;
  color: #555555 !important;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: transparent !important;
  color: #E83F33 !important;
  border: 1px solid #E83F33 !important;
}

.banner-slider-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #E83F33 !important;
}

.banner-item-content h1 {
  margin-top: 10px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-item-content p {
  max-width: 500px;
  margin-bottom: 30px;
  max-width: 450px;
  font-size: 18px;
}

.banner-item-img {
  position: relative;
  z-index: 1;
}

.banner-item-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FDDFCE;
  border-radius: 50%;
}

.banner-bg {
  background-color: #F6F6F6;
  padding: 160px 0 100px;
  position: relative;
  z-index: 1;
}

.banner-bg::before {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #EAEDF2;
  right: 0;
  border-radius: 43% 0 0 43%;
}

.banner-content-two {
  max-width: 540px;
  margin-left: auto;
}

.banner-content-two span {
  color: #E8B43F;
}

.banner-content-two h1 {
  margin-top: 10px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-content-two p {
  max-width: 430px;
  margin-bottom: 30px;
  font-size: 18px;
}

.banner-img-two {
  max-width: 650px;
}

/*=================================
Main Banner Area End
====================================*/
/*=================================
Inner Banner Area 
====================================*/
.inner-banner-area {
  background-color: #F6F6F6;
  position: relative;
  z-index: 1;
}

.inner-banner-area::before {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #EAEDF2;
  right: 0;
  border-radius: 300px 0 0 300px;
}

.inner-banner-content h2 {
  font-size: 40px;
  color: #10142D;
  margin-bottom: 10px;
}

.inner-banner-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-banner-content ul li {
  display: inline-block;
  color: #10142D;
  font-size: 20px;
  margin: 0 3px;
}

.inner-banner-content ul li a {
  color: #10142D;
}

.inner-banner-content ul li a:hover {
  color: #E8B43F;
}

.inner-banner-content ul li i {
  font-size: 26px;
  position: relative;
  top: 5px;
}

.inner-banner-content ul li .active {
  color: #E8B43F;
}

.inner-banner-content ul li .active:hover {
  color: #10142D;
}

.inner-banner-img {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*=================================
Inner Banner Area End
====================================*/
.about-img {
  margin-bottom: 30px;
}

.about-content {
  margin-bottom: 30px;
}

.about-content .section-title h2 {
  line-height: 1.2;
}

/*=================================
Product New Arrival
====================================*/
.product-new-arrival .section-title {
  margin-bottom: 20px;
}

.product-new-arrival .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: right;
  margin: 0 0 20px;
  cursor: pointer;
}

.product-new-arrival .filter-menu li {
  display: inline-block;
  font-size: 16px;
  color: #10142D;
  margin-right: 30px;
  cursor: pointer;
}

.product-new-arrival .filter-menu li:last-child {
  margin-right: 0;
}

.product-new-arrival .filter-menu li:hover {
  color: #F26667;
}

.product-new-arrival .filter.active {
  color: #F26667;
}

.product-new-arrival #Container .mix {
  display: none;
}

hr.line-bottom {
  border-color: #55555580;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.arrival-product {
  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);
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.arrival-product:hover .content a {
  color: #F26667;
}

.arrival-product .arrival-img {
  position: relative;
  background-color: #E7D8D6;
  border-radius: 5px 5px 0 0;
}

.arrival-product .arrival-img img {
  display: inline-block;
  padding: 30px;
}

.arrival-product .arrival-img .new-tag {
  position: absolute;
  top: 10px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.arrival-product .arrival-img .new-tag h3 {
  background-color: #F26667;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px 5px 20px;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
}

.arrival-product .content {
  padding: 20px;
  position: relative;
}

.arrival-product .content h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.arrival-product .content h3 a {
  color: #10142D;
}

.arrival-product .content span {
  font-size: 15px;
  color: #555555;
  margin-bottom: 0;
}

.arrival-product .content .price-tag {
  margin-top: 10px;
  margin-bottom: 10px;
}

.arrival-product .content .price-tag h4 {
  font-size: 20px;
  color: #F26667;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

.arrival-product .content .price-tag h4 del {
  color: #555555;
  margin-left: 20px;
  font-size: 15px;
}

.arrival-product .content .add-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.arrival-product .content .add-btn .add-cart-btn {
  font-size: 15px;
  color: #ffffff;
  background-color: #F26667;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 15px;
}

.arrival-product .content .add-btn .add-cart-btn:hover {
  background-color: #10142D;
}

.arrival-product .content .products-action {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.arrival-product .content .products-action li {
  display: inline-block;
  margin: 0 3px;
}

.arrival-product .content .products-action li a {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 20px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  border: 1px solid #F26667;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #0162BD;
}

.arrival-product .content .products-action li a:hover {
  background-color: #F26667;
  color: #ffffff;
}

/*=================================
Product New Arrival End
====================================*/
/*=================================
Featured Product
====================================*/
.featured-product-area .section-title {
  margin-bottom: 40px;
}

.featured-product-area .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: right;
  max-width: 260px;
  background-color: #F7F7F7;
  margin-left: auto;
  margin-bottom: 40px;
  cursor: pointer;
}

.featured-product-area .filter-menu li {
  display: inline-block;
  font-size: 16px;
  color: #10142D;
  padding: 10px 16px;
}

.featured-product-area .filter-menu li:hover {
  background-color: #E8E8E8;
}

.featured-product-area .filter.active {
  background-color: #E8E8E8;
}

.featured-product-area #Container .mix {
  display: none;
}

.featured-product {
  margin-bottom: 30px;
}

.featured-product:hover .featured-img .products-action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.featured-product .featured-img {
  position: relative;
  background-color: #F6F6F6;
}

.featured-product .featured-img a {
  display: block;
}

.featured-product .featured-img a img {
  padding: 30px;
}

.featured-product .featured-img .featured-new-tag {
  position: absolute;
  top: 30px;
  right: 20px;
}

.featured-product .featured-img .featured-new-tag h3 {
  background-color: #E83F33;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
}

.featured-product .featured-img .products-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 20px;
  top: 20px;
  margin: auto;
  margin-bottom: 0;
}

.featured-product .featured-img .products-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
  display: block;
}

.featured-product .featured-img .products-action li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #10142D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.featured-product .featured-img .products-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.featured-product .featured-img .products-action li a:hover {
  color: #E83F33;
}

.featured-product .featured-img .products-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.featured-product .featured-img .products-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.featured-product .featured-img .products-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.featured-product .featured-img .products-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.featured-product .content {
  padding-top: 20px;
  position: relative;
}

.featured-product .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.featured-product .content h3 a {
  display: block;
  color: #10142D;
}

.featured-product .content .rating {
  color: #E8B43F;
  font-size: 16px;
}

.featured-product .content .rating i {
  display: inline-block;
}

.featured-product .content .price-tag {
  position: absolute;
  top: 25px;
  right: 0;
}

.featured-product .content .price-tag h4 {
  font-size: 18px;
  color: #E83F33;
}

/*=================================
Featured Product End
====================================*/
.brand-item img {
  width: unset !important;
  text-align: center;
  margin: 0 auto;
}

/*=================================
New Arrival 
====================================*/
.new-arrival-area {
  background-color: #F6F6F6;
}

.arrival-item {
  background-color: #CFDEE5;
  padding: 45px 20px;
  margin-bottom: 30px;
  text-align: center;
}

.arrival-item a {
  display: block;
  text-align: center;
}

.arrival-item a img {
  text-align: center;
}

.arrival-item .content {
  text-align: center;
}

.arrival-item .content h3 {
  font-size: 35px;
  margin-bottom: 0;
}

.arrival-item .content span {
  color: #E83F33;
  display: block;
  font-size: 16px;
}

.arrival-item .content .default-btn {
  display: inline-block;
  margin-top: 15px;
}

.arrival-slider-area {
  position: relative;
}

.arrival-slider-area .section-title {
  margin-bottom: 40px;
}

.arrival-slider-area .owl-nav {
  margin-top: 0;
}

.arrival-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: -90px;
  right: 70px;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: transparent !important;
  color: #E83F33 !important;
  border: 1px solid #E83F33 !important;
  border-radius: 0;
}

.arrival-slider-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #E83F33 !important;
}

.arrival-slider-area .owl-nav .owl-next {
  position: absolute;
  top: -90px;
  right: 0px;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: transparent !important;
  color: #E83F33 !important;
  border: 1px solid #E83F33 !important;
  border-radius: 0;
}

.arrival-slider-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #E83F33 !important;
}

.arrival-slider-item {
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.arrival-slider-item:hover {
  border: 1px solid #E83F33;
}

.arrival-slider-item:hover .arrival-item-img {
  background-color: #C1C1C1;
}

.arrival-slider-item:hover .arrival-item-img .products-action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.arrival-slider-item:hover .content {
  padding: 17px 20px;
}

.arrival-slider-item:hover .content .pricing-tag {
  opacity: 0;
}

.arrival-slider-item:hover .content .add-btn {
  opacity: 1;
  left: 20px;
}

.arrival-slider-item:hover .content .discount-tag {
  opacity: 0;
}

.arrival-slider-item:hover .content .top-price-tag {
  opacity: 1;
  right: 20px;
}

.arrival-slider-item .arrival-item-img {
  position: relative;
  background-color: #ffffff;
}

.arrival-slider-item .arrival-item-img a {
  display: block;
}

.arrival-slider-item .arrival-item-img a img {
  padding: 30px;
}

.arrival-slider-item .arrival-item-img .products-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  text-align: center;
}

.arrival-slider-item .arrival-item-img .products-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 5px;
}

.arrival-slider-item .arrival-item-img .products-action li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #10142D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrival-slider-item .arrival-item-img .products-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.arrival-slider-item .arrival-item-img .products-action li a:hover {
  color: #E83F33;
}

.arrival-slider-item .arrival-item-img .products-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.arrival-slider-item .arrival-item-img .products-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.arrival-slider-item .arrival-item-img .products-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.arrival-slider-item .arrival-item-img .products-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.arrival-slider-item .content {
  padding: 20px 20px 0;
  position: relative;
}

.arrival-slider-item .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.arrival-slider-item .content h3 a {
  color: #10142D;
}

.arrival-slider-item .content .pricing-tag h4 {
  font-size: 18px;
  color: #E83F33;
  font-weight: 500;
  margin-bottom: 0;
}

.arrival-slider-item .content .pricing-tag h4 del {
  color: #555555;
  margin-left: 20px;
  font-size: 17px;
}

.arrival-slider-item .content .pricing-tag .rating {
  color: #E8B43F;
}

.arrival-slider-item .content .pricing-tag .rating i {
  display: inline-block;
}

.arrival-slider-item .content .add-btn {
  position: absolute;
  bottom: 15px;
  left: -100%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.arrival-slider-item .content .add-btn .default-btn {
  padding: 8px 20px;
}

.arrival-slider-item .content .discount-tag {
  position: absolute;
  top: 20px;
  right: 20px;
}

.arrival-slider-item .content .discount-tag h4 {
  color: #ffffff;
  padding: 3px 5px;
  font-size: 14px;
  background-color: #E83F33;
  font-weight: 400;
  margin-bottom: 0;
}

.arrival-slider-item .content .top-price-tag {
  position: absolute;
  top: 20px;
  right: -100%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.arrival-slider-item .content .top-price-tag h4 {
  color: #E83F33;
  font-size: 18px;
  margin-bottom: 0;
}

.new-arrival-area-two .section-title {
  margin-bottom: 40px;
}

.arrival-cover-item {
  background-color: #FDF9F6;
  margin-bottom: 30px;
}

.arrival-cover-item .content {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
  padding-bottom: 30px;
}

.arrival-cover-item .content h2 {
  font-size: 35px;
  color: #10142D;
  margin-bottom: 20px;
}

.arrival-card {
  margin-bottom: 25px;
  text-align: center;
}

.arrival-card:hover .arrival-card-img .arrival-card-action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.arrival-card .arrival-card-img {
  position: relative;
  background-color: #EAEDF2;
}

.arrival-card .arrival-card-img a {
  display: block;
}

.arrival-card .arrival-card-img a img {
  padding: 20px;
}

.arrival-card .arrival-card-img .arrival-card-tag {
  position: absolute;
  top: 30px;
  right: 20px;
}

.arrival-card .arrival-card-img .arrival-card-tag h3 {
  background-color: #E8B43F;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
}

.arrival-card .arrival-card-img .arrival-card-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  margin-bottom: 0;
}

.arrival-card .arrival-card-img .arrival-card-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 5px;
}

.arrival-card .arrival-card-img .arrival-card-action li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #10142D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.arrival-card .arrival-card-img .arrival-card-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.arrival-card .arrival-card-img .arrival-card-action li a:hover {
  color: #E8B43F;
}

.arrival-card .arrival-card-img .arrival-card-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.arrival-card .arrival-card-img .arrival-card-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.arrival-card .arrival-card-img .arrival-card-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.arrival-card .arrival-card-img .arrival-card-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.arrival-card .content {
  padding-top: 20px;
  position: relative;
}

.arrival-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.arrival-card .content h3 a {
  display: block;
  color: #10142D;
}

.arrival-card .content span {
  font-size: 18px;
  color: #E8B43F;
}

/*=================================
New Arrival End
====================================*/
/*=================================
Team Area 
====================================*/
.team-area {
  background-color: #F6F6F6;
}

.team-area .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.team-area .owl-dots .owl-dot span {
  background-color: #E8B43F !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 10px !important;
  height: 10px !important;
}

.team-area .owl-dots .owl-dot.active span {
  background-color: #E8B43F !important;
  width: 30px !important;
}

.team-area .owl-dots .owl-dot:hover span {
  background-color: #E8B43F !important;
  width: 30px !important;
}

.team-item {
  margin-bottom: 30px;
  position: relative;
}

.team-item a {
  display: block;
}

.team-item:hover .content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.team-item .content {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E8B43F;
  padding: 15px 20px 20px;
  text-align: center;
}

.team-item .content.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #10142D;
}

.team-item .content.active:hover {
  background-color: #E8B43F;
}

.team-item .content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
}

.team-item .content h3 a {
  color: #ffffff;
}

.team-item .content span {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

.team-item .content .social-icon-link {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.team-item .content .social-icon-link li {
  display: inline-block;
  margin-right: 5px;
}

.team-item .content .social-icon-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.team-item .content .social-icon-link li:hover a {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50px;
  color: #F26667;
}

/*=================================
Team Area End
====================================*/
/*=================================
Contact Area 
====================================*/
.contact-card {
  margin-top: 35px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #E2E2E2;
  padding-bottom: 20px;
  position: relative;
}

.contact-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  font-size: 24px;
  color: #E8B43F;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  position: relative;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.contact-card h3 {
  font-size: 24px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.contact-card span {
  color: #10142D;
  font-weight: 500;
  font-size: 17px;
}

.contact-card span a {
  color: #10142D;
  display: block;
}

.contact-card span a:hover {
  color: #E8B43F;
}

.contact-form {
  padding: 40px 30px 30px;
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F6F6F6;
}

.contact-form h2 {
  color: #10142D;
  margin-bottom: 20px;
  font-weight: 400;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group label {
  color: #10142D;
  font-size: 16px;
  margin-bottom: 15px;
}

.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: #F26667;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #E83F33;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #10142D;
  border: 1px solid #E8B43F;
  background-color: #F1F1F1;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  font-weight: 500;
  border-radius: 0;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #10142D;
  -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: #10142D;
  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: #E8B43F;
}

.contact-form .agree-label label a:hover {
  color: #E83F33;
}

.contact-form .default-btn {
  width: 100%;
}

.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: #10142D;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #10142D;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #10142D;
}

.contact-form .form-group .form-control::placeholder {
  color: #10142D;
}

.contact-img {
  margin-bottom: 30px;
}

/*=================================
Contact Area End
====================================*/
/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/*=================================
Map Area End
====================================*/
/*=================================
User Area
====================================*/
.user-width {
  max-width: 870px;
  margin: 0 auto;
}

.user-content {
  background-image: url(../images/user-img.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 175px 0;
  margin-bottom: 30px;
}

.user-content h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}

.user-content p {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.user-content .user-btn {
  padding: 10px 26px;
  color: #E8B43F;
  background-color: #ffffff;
}

.user-content .user-btn:hover {
  background-color: #10142D;
  color: #ffffff;
}

.user-form {
  margin-bottom: 30px;
}

.user-form h2 {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.user-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.user-form .form-group i {
  font-size: 24px;
  position: absolute;
  top: 13px;
  left: 10px;
  color: #555555;
}

.user-form .form-group .form-control {
  height: 50px;
  color: #10142D;
  border: 1px solid #E8B43F;
  background-color: #F1F1F1;
  font-size: 14px;
  padding: 10px 40px;
  width: 100%;
  font-weight: 500;
  border-radius: 0;
}

.user-form .form-group .form-control:focus {
  outline: none;
  border-color: #10142D;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.user-form .agree-label #chb1 {
  position: absolute;
  top: 7px;
  left: 0;
}

.user-form .agree-label label {
  font-weight: 500;
  color: #10142D;
  margin-left: 25px;
}

.user-form .agree-label label a {
  color: #E8B43F;
  position: absolute;
  right: 0;
}

.user-form .agree-label label a:hover {
  color: #E83F33;
}

.user-form .default-btn {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.forget-form {
  max-width: 650px;
  margin: auto;
}

.forget-form .user-form .default-btn {
  width: 100%;
}

/*=================================
User Area End
====================================*/
/*=================================
Offer Area 
====================================*/
.offer-item {
  background-color: #FDDFCE;
  padding: 110px 40px 110px;
  position: relative;
  margin-bottom: 30px;
}

.offer-item h3 {
  font-size: 30px;
  color: #10142D;
  margin-bottom: 15px;
}

.offer-item img {
  position: absolute;
  top: 30px;
  right: -15px;
  max-width: 270px;
}

.offer-item-two {
  background-color: #FDDFCE;
  padding: 60px 30px;
  position: relative;
  margin-bottom: 30px;
}

.offer-item-two h3 {
  font-size: 30px;
  color: #10142D;
  margin-bottom: 15px;
  max-width: 205px;
}

.offer-item-two span {
  font-size: 25px;
  color: #E83F33;
  display: block;
}

.offer-item-two img {
  position: absolute;
  top: 15px;
  left: 215px;
  max-width: 380px;
}

.offer-item-two .default-btn {
  margin-top: 15px;
}

/*=================================
Offer Area End
====================================*/
.terms-conditions-img {
  margin-bottom: 30px;
}

.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 24px;
  color: #10142D;
  margin-bottom: 15px;
}

.single-content p {
  margin-bottom: 15px;
}

/*=================================
Trending Area 
====================================*/
.trending-card {
  margin-bottom: 20px;
}

.trending-card:hover .trending-img .products-action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.trending-card .trending-img {
  position: relative;
  background-color: #F6F6F6;
}

.trending-card .trending-img a {
  display: block;
}

.trending-card .trending-img a img {
  padding: 30px;
  text-align: center;
}

.trending-card .trending-img .products-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 20px;
  top: 50px;
  margin: auto;
  margin-bottom: 0;
}

.trending-card .trending-img .products-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
  display: block;
}

.trending-card .trending-img .products-action li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #10142D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.trending-card .trending-img .products-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.trending-card .trending-img .products-action li a:hover {
  color: #E83F33;
}

.trending-card .trending-img .products-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.trending-card .trending-img .products-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.trending-card .trending-img .products-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.trending-card .trending-img .products-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.trending-card .content {
  padding: 10px 20px 0;
  position: relative;
}

.trending-card .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.trending-card .content h3 a {
  display: block;
  color: #10142D;
}

.trending-card .content h4 {
  font-size: 18px;
  color: #E83F33;
}

.trending-card .content h4 del {
  color: #555555;
  margin-left: 20px;
}

.trending-card .content .rating {
  color: #E8B43F;
}

.trending-card .content .rating i {
  display: inline-block;
}

.trending-card .content .wish-list-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.trending-card .content .wish-list-btn a i {
  font-size: 24px;
  color: #555555;
}

.trending-card .content .wish-list-btn a i:hover {
  color: #E83F33;
}

/*=================================
Trending Area End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content img {
  max-width: 100%;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #10142D;
  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: #555555;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/inner-banner/coming-soon-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  border: 5px solid #aec5df;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 20px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}

.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: #ffffff57;
  padding-left: 15px;
  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: #10142D;
}

.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: #10142D;
  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: #E8B43F;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*=================================
Product Category Area
====================================*/
.section-max-bg {
  background-color: #ffffff;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.product-category-form {
  margin-bottom: 0;
  position: relative;
}

.product-category-form .form-control {
  height: 50px;
  padding: 0 15px;
  border: none;
  color: #10142D;
  background-color: #F8F8F9;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #F26667;
}

.product-category-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  z-index: 5;
}

.product-category-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 44px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #F26667;
  line-height: 45px;
  color: #ffffff;
  border-radius: 5px;
}

.product-category-form button i {
  color: #ffffff;
  font-size: 20px;
}

.product-category-form button:hover {
  background-color: #F26667;
}

.product-category-form button:hover i {
  color: #ffffff;
}

.product-category-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 52px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #F8F8F9;
  color: #555555;
}

.product-category-form .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;
}

.product-category-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #10142D;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.product-category-form .nice-select .list .option:hover {
  background-color: #F26667 !important;
  color: #ffffff;
}

.product-category-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.product-category-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #0162BD;
  top: 45%;
  right: 30px;
}

.product-category-bg-card {
  background-image: url(../images/products/product-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 30px;
}

.product-category-bg-card .content {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.product-category-bg-card .content span {
  font-size: 17px;
  font-weight: 500;
  color: #F26667;
}

.product-category-bg-card .content h3 {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.product-category-bg-card .content p {
  font-size: 17px;
  color: #F26667;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-category-card {
  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);
  border-radius: 10px;
  margin-bottom: 30px;
}

.product-category-card:hover .product-category-img .product-category-action {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-category-card .product-category-img {
  position: relative;
  background-color: #E7D8D6;
  border-radius: 10px 10px 0 0;
}

.product-category-card .product-category-img img {
  display: inline-block;
  padding: 30px;
}

.product-category-card .product-category-img .new-tag {
  position: absolute;
  top: 10px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-category-card .product-category-img .new-tag h3 {
  background-color: #F26667;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px 5px 20px;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
}

.product-category-card .product-category-img .product-category-action {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 15px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.product-category-card .product-category-img .product-category-action li {
  display: block;
  margin-bottom: 10px;
}

.product-category-card .product-category-img .product-category-action li:last-child {
  margin-bottom: 0;
}

.product-category-card .product-category-img .product-category-action li a {
  text-align: center;
  position: relative;
  font-size: 18px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0162BD;
}

.product-category-card .product-category-img .product-category-action li a:hover {
  background-color: #F26667;
  color: #ffffff;
}

.product-category-card .content {
  padding: 20px;
  position: relative;
  border-left: 1px solid #F26667;
  border-right: 1px solid #F26667;
  border-bottom: 1px solid #F26667;
  border-radius: 0 0  10px 10px;
}

.product-category-card .content h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.product-category-card .content h3 a {
  color: #10142D;
}

.product-category-card .content span {
  font-size: 15px;
  color: #555555;
  margin-bottom: 0;
}

.product-category-card .content .price-tag {
  margin-top: 10px;
  margin-bottom: 15px;
}

.product-category-card .content .price-tag h4 {
  font-size: 20px;
  color: #F26667;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

.product-category-card .content .price-tag h4 del {
  color: #555555;
  margin-left: 20px;
  font-size: 15px;
}

.product-category-card .content .add-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-category-card .content .add-btn .add-cart-btn {
  font-size: 15px;
  color: #ffffff;
  background-color: #F26667;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
}

.product-category-card .content .add-btn .add-cart-btn:hover {
  background-color: #10142D;
}

/*=================================
Product Category Area End
====================================*/
/*=================================
Other Product Area
====================================*/
.other-product-card {
  position: relative;
  background-color: #222222;
  z-index: 1;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 30px;
}

.other-product-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/products/bg-shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.other-product-card img {
  padding: 40px 90px 30px;
}

.other-product-card .content {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.other-product-card .content h3 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
}

.other-product-card .content h3 b {
  font-weight: 400;
  color: #F26667;
}

.other-product-card .content span {
  color: #ffffff;
  margin-bottom: 0;
  float: right;
}

.other-product-card .price-title {
  padding-bottom: 25px;
}

.other-product-card .price-title h2 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
}

.other-product-card .price-title h2 sup {
  font-size: 20px;
  font-weight: 400;
}

.other-product-card .price-title h2 .sup-text {
  color: #F26667;
}

.other-product-champaign {
  background-color: #dddcdc;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}

.other-product-champaign .content {
  padding: 40px 30px;
  max-width: 260px;
  display: inline-block;
}

.other-product-champaign .content span {
  color: #F26667;
  font-size: 17px;
  font-weight: 500;
}

.other-product-champaign .content h2 {
  font-size: 48px;
  color: #F26667;
  font-weight: 500;
  line-height: 1;
}

.other-product-champaign .content h3 {
  margin-top: 25px;
  font-size: 25px;
  color: #10142D;
  margin-bottom: 0;
  font-weight: 400;
}

.other-product-champaign .product-champaign-img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.other-product-champaign .product-champaign-img img {
  max-width: 250px;
}

.other-product-list {
  background-color: #F26667;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 30px;
}

.other-product-list i {
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  left: 30px;
  top: 30px;
}

.other-product-list h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

.other-product-list p {
  color: #ffffff;
  margin-bottom: 15px;
}

.other-product-list .default-btn {
  background-color: #ffffff;
  color: #10142D;
}

/*=================================
Other Product Area End
====================================*/
/*=================================
Choose Area 
====================================*/
.choose-card {
  background-color: #dddcdc6e;
  padding: 35px 30px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.choose-card:hover {
  background-color: #ffffff;
}

.choose-card i {
  font-size: 50px;
  color: #F26667;
  margin-bottom: 0;
  line-height: 1;
}

.choose-card h3 {
  margin-top: 15px;
  font-weight: 400;
  color: #10142D;
  margin-bottom: 10px;
}

.choose-card p {
  margin-bottom: 5px;
}

.choose-card .read-btn {
  color: #F26667;
  font-weight: 600;
  margin-bottom: 0;
}

.choose-card .read-btn:hover {
  color: #10142D;
  letter-spacing: 0.25px;
}

.choose-card-two {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 20px;
  margin-bottom: 30px;
  border: 1px solid #555555;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.choose-card-two:hover {
  background-color: #F6F6F6;
  border-color: #ffffff;
}

.choose-card-two i {
  font-size: 30px;
  color: #F26667;
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  left: 20px;
}

.choose-card-two h3 {
  font-weight: 400;
  color: #10142D;
  margin-bottom: 10px;
}

.choose-card-two p {
  margin-bottom: 10px;
}

.choose-card-three {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.choose-card-three::before {
  content: '';
  position: absolute;
  top: 35px;
  height: 135px;
  width: 1px;
  right: -70px;
  background-color: #10142D;
}

.choose-card-three i {
  font-size: 30px;
  color: #E8B43F;
  margin-bottom: 0;
}

.choose-card-three h3 {
  font-weight: 400;
  color: #10142D;
  margin-bottom: 10px;
}

.choose-card-three p {
  margin-bottom: 10px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.choose-area-three .col-lg-4:nth-child(3) .choose-card-three::before {
  display: none;
}

.choose-card-color i {
  color: #E8B43F;
}

.choose-card-color .read-btn {
  color: #E8B43F;
}

/*=================================
Choose Area End
====================================*/
/*=================================
Testimonials Area
====================================*/
.testimonials-area {
  position: relative;
}

.testimonials-area .section-title h2 {
  max-width: 650px;
  margin: 0 auto;
}

.testimonials-area .owl-nav {
  margin-top: 0;
}

.testimonials-area .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -5%;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #10142D !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.testimonials-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #E8B43F !important;
}

.testimonials-area .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -5%;
  color: #555555 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  list-style: 40px;
  background-color: #ffffff !important;
  color: #10142D !important;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.testimonials-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #E8B43F !important;
}

.testimonials-item {
  background-color: #F6F6F6;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.testimonials-item i {
  color: #E8B43F;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
}

.testimonials-item p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.testimonials-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonials-item ul li {
  display: inline-block;
  padding-left: 70px;
  position: relative;
}

.testimonials-item ul li img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: unset !important;
}

.testimonials-item ul li h3 {
  margin-bottom: 0;
}

.testimonials-item ul li span {
  margin-bottom: 0;
}

/*=================================
Testimonials Area End
====================================*/
/*=================================
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: #E8B43F;
  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: #10142D;
  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: #10142D;
}

/*=================================
Size Guides Area End
====================================*/
/*=================================
Customer Services Area 
====================================*/
.customer-services-content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.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: #E8B43F;
}

.customer-services-content .customer-services-contact h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.customer-services-content .customer-services-contact p {
  max-width: 900px;
  margin-bottom: 20px;
  display: block;
}

.customer-services-content .singel-customer-services {
  margin-bottom: 30px;
}

.customer-services-content .singel-customer-services h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.customer-services-content .singel-customer-services h2 i {
  color: #E8B43F;
  margin-right: 10px;
}

/*=================================
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: #10142D;
  border-bottom-width: 1px;
}

.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: #10142D;
  vertical-align: middle;
}

.compare-wraps .compare-table table tbody tr td.td-name {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #10142D;
}

/*=================================
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: 0 0 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: #555555;
  padding-left: 0;
  padding-right: 0;
  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: #F6F6F6;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #555555;
  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: #555555;
  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: #10142D;
}

.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: #555555;
  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: #10142D !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: #10142D !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: #10142D !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #555555;
  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;
}

.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: #555555;
  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: #555555;
  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: #555555;
  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 #10142D;
  background-color: #555555 !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: #555555 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 25px 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: #555555 !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #10142D !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: #555555 !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: #555555 !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #10142D;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #10142D;
}

.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #10142D;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #10142D;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #10142D;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #10142D;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #10142D;
}

.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 Area 
===================================*/
.checkout-area .section-title {
  margin-bottom: 35px;
}

.checkout-area .section-title h2 {
  max-width: 450px;
  margin: 0 auto;
  line-height: 1.2;
}

.checkout-tab {
  margin-top: 0;
}

.checkout-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.checkout-tab .tabs::before {
  content: '';
  position: absolute;
  bottom: 0;
  max-width: 275px;
  height: 1px;
  background-color: #E2E2E2;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.checkout-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 75px;
  padding-bottom: 20px;
  position: relative;
}

.checkout-tab .tabs li::before {
  content: '';
  position: absolute;
  bottom: -3px;
  max-width: 10px;
  height: 10px;
  background-color: #E2E2E2;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50px;
}

.checkout-tab .tabs li:last-child {
  margin-right: 0;
}

.checkout-tab .tabs li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #10142D;
}

.checkout-tab .tabs li a:focus {
  color: #E8B43F;
}

.checkout-tab .tabs li.active a {
  color: #E8B43F;
}

.checkout-tab .tabs li.active::before {
  background-color: #E8B43F;
}

.checkout-tab .tabs li.current::before {
  background-color: #E8B43F;
}

.checkout-tab .tabs li.current a {
  color: #E8B43F;
}

.checkout-img {
  margin-bottom: 30px;
}

.checkout-form {
  margin-bottom: 30px;
}

.checkout-form .contact-form {
  padding: 0;
  background-color: #ffffff;
}

.checkout-form .contact-form .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  background-color: #F6F6F6;
  color: #555555;
  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: #10142D;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.checkout-form .contact-form .form-group .nice-select .list .option:hover {
  background-color: #E8B43F !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;
}

.checkout-order h2 {
  font-size: 26px;
  margin-bottom: 25px;
}

.checkout-order .title-item {
  padding: 10px 0;
  font-size: 16px;
  color: #10142D;
  border-top: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}

.checkout-order .title-item span {
  float: right;
}

.checkout-order .checkout-product {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.checkout-order .checkout-product li {
  display: block;
  position: relative;
  padding: 30px;
  padding-left: 100px;
  margin-bottom: 0;
}

.checkout-order .checkout-product li img {
  width: 80px;
  height: 80px;
  background-color: #F6F6F6;
  position: absolute;
  left: 0;
  top: 20px;
}

.checkout-order .checkout-product li h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.checkout-order .checkout-product li span {
  color: #E8B43F;
  font-size: 16px;
}

.checkout-order .checkout-product li .price-tag {
  color: #E8B43F;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50px;
}

.checkout-order .total-amount {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 30px;
}

.checkout-order .total-amount .amount-title {
  font-size: 16px;
  color: #10142D;
  margin-bottom: 10px;
}

.checkout-order .total-amount .amount-title span {
  float: right;
  color: #E8B43F;
}

.checkout-order .total-amount .vat-title {
  font-size: 16px;
  color: #10142D;
  margin-bottom: 30px;
}

.checkout-order .total-amount .vat-title span {
  float: right;
  color: #E8B43F;
}

.checkout-order .total-amount .total-title {
  font-size: 16px;
  color: #10142D;
  margin-bottom: 0;
}

.checkout-order .total-amount .total-title span {
  float: right;
  color: #E8B43F;
}

.checkout-order .amount-btn {
  margin-bottom: 0;
}

.checkout-order .amount-btn .default-btn {
  width: 100%;
}

/*=================================
Checkout Area End
===================================*/
/*=================================
Account Area
===================================*/
.account-tab {
  margin-top: 0;
}

.account-tab .tabs {
  margin: 0 0 30px;
  padding: 20px;
  list-style: none;
  background-color: #F6F6F6;
}

.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: #10142D;
  padding: 14px 20px;
  background-color: #ffffff;
  width: 100%;
}

.account-tab .tabs li a:focus {
  background-color: #E8B43F;
  color: #ffffff;
}

.account-tab .tabs li.active a {
  background-color: #E8B43F;
  color: #ffffff;
}

.account-tab .tabs li.current a {
  background-color: #E8B43F;
  color: #ffffff;
}

.account-tab-item {
  background-color: #F6F6F6;
  padding: 30px;
}

.account-tab-item .account-details h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.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: #E8B43F;
  color: #ffffff;
}

.account-tab-item .account-details .account-profile ul li a:hover {
  background-color: #10142D;
}

.account-tab-item .account-details .account-form h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.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: #10142D;
  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: #F26667;
}

.account-tab-item .account-details .account-form .form-group.checkbox-option p a:hover {
  color: #E83F33;
}

.account-tab-item .account-details .account-form .form-group .form-control {
  height: 50px;
  color: #10142D;
  border: 1px solid #E8B43F;
  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: #10142D;
  -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 .title-item {
  border-color: #555555;
}

.account-tab-item .checkout-order .checkout-product li img {
  background-color: #ffffff;
}

.account-tab-item .checkout-order .total-amount {
  border-color: #555555;
}

.account-tab-item .address-details h2 {
  font-size: 26px;
  color: #10142D;
  margin-bottom: 20px;
}

.account-tab-item .address-details h2 .address-edit {
  font-size: 16px;
  float: right;
  color: #E8B43F;
}

.account-tab-item .address-details h2 .address-edit:hover {
  color: #F26667;
}

.account-tab-item .address-details p {
  font-size: 18px;
  margin-bottom: 0;
}

.account-tab-item .address-details span {
  font-size: 15px;
}

/*=================================
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 #E8B43F;
}

.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: #10142D;
  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;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #E8B43F;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\edc2";
}

.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-form .contact-form {
  padding: 0;
  background-color: #ffffff;
  max-width: 100%;
}

/*=================================
Faq Area End
===================================*/
/*=================================
Offer Area 
====================================*/
.offer-card {
  margin-bottom: 20px;
}

.offer-card h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}

.offer-card h3 {
  font-size: 22px;
  color: #F26667;
  font-weight: 500;
  margin-bottom: 10px;
}

.offer-card h3 del {
  color: #555555;
  margin-left: 10px;
  font-size: 16px;
}

.offer-card #timer {
  margin-top: 30px;
}

.offer-card #timer div {
  display: inline-block;
  color: #10142D;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 400;
  width: 80px;
  height: 80px;
  line-height: 60px;
  text-align: center;
  background-color: #F8F8F9;
  border-radius: 5px;
}

.offer-card #timer div:first-child {
  margin-left: 0;
}

.offer-card #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -35px;
  font-size: 16px;
  font-weight: normal;
}

.offer-card .default-btn {
  margin-top: 30px;
  width: 100%;
}

.offer-slider {
  position: relative;
}

.offer-slider .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

.offer-slider .owl-dots .owl-dot span {
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 15px !important;
  height: 15px !important;
  position: relative;
}

.offer-slider .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  top: 1.5px;
  width: 11px;
  height: 11px;
  left: 0;
  right: 0;
  background-color: #F26667;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
}

.offer-slider .owl-dots .owl-dot.active span {
  background-color: transparent !important;
  border: 1px solid #F26667;
}

.offer-slider .owl-dots .owl-dot:hover span {
  background-color: transparent !important;
  border: 1px solid #F26667;
}

.offer-img-item {
  position: relative;
  border-radius: 15px;
  margin-bottom: 30px;
}

.offer-img-item img {
  border-radius: 15px;
}

.offer-img-item .offer-tag {
  position: absolute;
  top: 40px;
  left: 50px;
  padding: 25px;
  border-radius: 50%;
  background-color: #F26667;
  text-align: center;
}

.offer-img-item .offer-tag h3 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}

.offer-img-item .offer-tag span {
  color: #ffffff;
  font-size: 16px;
}

.offer-slider-two {
  position: relative;
}

.offer-slider-two .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
}

.offer-slider-two .owl-dots .owl-dot span {
  background-color: #E8B43F !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 10px !important;
  height: 10px !important;
}

.offer-slider-two .owl-dots .owl-dot.active span {
  background-color: #E8B43F !important;
  width: 35px !important;
}

.offer-slider-two .owl-dots .owl-dot:hover span {
  background-color: #E8B43F !important;
  width: 35px !important;
}

.offer-area-two {
  background-color: #EAEDF2;
}

.offer-img-item-two {
  position: relative;
  margin-bottom: 30px;
  background-color: #F6F6F6;
  padding: 50px 30px 80px;
}

.offer-img-item-two .offer-tag {
  position: absolute;
  top: 40px;
  right: 50px;
  padding: 25px;
  border-radius: 50%;
  background-color: #E8B43F;
  text-align: center;
}

.offer-img-item-two .offer-tag h3 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}

.offer-img-item-two .offer-tag span {
  color: #ffffff;
  font-size: 16px;
}

.offer-package-content {
  margin-bottom: 25px;
}

.offer-package-content .section-title {
  margin-bottom: 30px;
}

.offer-package-content .content {
  border-left: 2px solid #E8B43F;
  padding-left: 20px;
  margin-bottom: 30px;
}

.offer-package-content .content span {
  font-size: 16px;
  color: #E8B43F;
  margin-bottom: 0;
}

.offer-package-content .content h3 {
  font-size: 26px;
  color: #10142D;
}

.offer-package-content .content h3 del {
  font-size: 18px;
  margin-left: 20px;
  color: #555555;
}

.offer-package-content #timer div {
  display: inline-block;
  color: #10142D;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 400;
  width: 80px;
  height: 80px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0;
}

.offer-package-content #timer div:first-child {
  margin-left: 0;
}

.offer-package-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -35px;
  font-size: 16px;
  font-weight: normal;
}

.offer-package-content .default-btn {
  margin-top: 30px;
}

/*=================================
Offer Area End
====================================*/
/*=================================
Daily Product Area 
====================================*/
.daily-product-area {
  padding-top: 85px;
}

.daily-product-toper {
  border-bottom: 1px solid #E8B43F;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.daily-product-area .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.daily-product-area .tabs li {
  display: inline-block;
  font-size: 16px;
  color: #555555;
  padding: 10px 16px;
  position: relative;
  margin-right: 20px;
}

.daily-product-area .tabs li:last-child {
  margin-right: 0;
}

.daily-product-area .tabs li::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #555555;
  border-radius: 50px;
}

.daily-product-area .tabs li:last-child {
  margin-right: 0;
}

.daily-product-area .tabs li a {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #10142D;
}

.daily-product-area .tabs li a:focus {
  color: #E8B43F;
}

.daily-product-area .tabs li a:focus::before {
  background-color: #E8B43F;
}

.daily-product-area .tabs li.active a {
  color: #E8B43F;
}

.daily-product-area .tabs li.active::before {
  background-color: #E8B43F;
}

.daily-product-area .tabs li.current::before {
  background-color: #E8B43F;
}

.daily-product-area .tabs li.current a {
  color: #E8B43F;
}

.daily-product-card {
  margin-bottom: 25px;
  text-align: center;
}

.daily-product-card:hover .daily-product-img .daily-product-action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.daily-product-card .daily-product-img {
  position: relative;
  background-color: #EAEDF2;
}

.daily-product-card .daily-product-img a {
  display: block;
}

.daily-product-card .daily-product-img a img {
  padding: 40px 20px;
}

.daily-product-card .daily-product-img .daily-product-tag {
  position: absolute;
  top: 30px;
  right: 20px;
}

.daily-product-card .daily-product-img .daily-product-tag h3 {
  background-color: #E8B43F;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
}

.daily-product-card .daily-product-img .daily-product-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  margin-bottom: 0;
}

.daily-product-card .daily-product-img .daily-product-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 5px;
}

.daily-product-card .daily-product-img .daily-product-action li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #10142D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.daily-product-card .daily-product-img .daily-product-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.daily-product-card .daily-product-img .daily-product-action li a:hover {
  color: #E8B43F;
}

.daily-product-card .daily-product-img .daily-product-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.daily-product-card .daily-product-img .daily-product-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.daily-product-card .daily-product-img .daily-product-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.daily-product-card .daily-product-img .daily-product-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.daily-product-card .content {
  padding-top: 20px;
  position: relative;
}

.daily-product-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.daily-product-card .content h3 a {
  display: block;
  color: #10142D;
}

.daily-product-card .content span {
  font-size: 18px;
  color: #E8B43F;
}

.daily-product-card .content span del {
  margin-left: 15px;
  color: #555555;
}

.daily-product-btn {
  margin-bottom: 20px;
}

/*=================================
Daily Product Area End
====================================*/
/*=================================
Popular Food Area 
====================================*/
.popular-food-item {
  background-color: #FDDFCE;
  position: relative;
  z-index: 1;
}

.popular-food-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/popular-food-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popular-food-item .content {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 85px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.popular-food-item .content h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

/*=================================
Popular Food Area End
====================================*/
.popular-product-area {
  background-color: #EAEDF2;
  position: relative;
}

.popular-product-area .section-title {
  margin-bottom: 40px;
}

.popular-product-area .owl-nav {
  margin-top: 0;
}

.popular-product-area .owl-nav .owl-prev {
  position: absolute;
  top: -90px;
  right: 70px;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: transparent !important;
  color: #E8B43F !important;
  border: 1px solid #E8B43F !important;
  border-radius: 0;
}

.popular-product-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #E8B43F !important;
}

.popular-product-area .owl-nav .owl-next {
  position: absolute;
  top: -90px;
  right: 0px;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: transparent !important;
  color: #E8B43F !important;
  border: 1px solid #E8B43F !important;
  border-radius: 0;
}

.popular-product-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #E8B43F !important;
}

.popular-slider-item {
  margin-bottom: 25px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border: 1px solid #ffffff;
}

.popular-slider-item:hover {
  background-color: #ffffff;
}

.popular-slider-item:hover .popular-slider-item-img .product-action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.popular-slider-item:hover .content {
  border-top: 1px solid #E8B43F;
}

.popular-slider-item .popular-slider-item-img {
  position: relative;
  background-color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.popular-slider-item .popular-slider-item-img a {
  display: block;
}

.popular-slider-item .popular-slider-item-img a img {
  padding: 40px 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.popular-slider-item .popular-slider-item-img .product-tag {
  position: absolute;
  top: 30px;
  right: 20px;
}

.popular-slider-item .popular-slider-item-img .product-tag h3 {
  background-color: #E8B43F;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
}

.popular-slider-item .popular-slider-item-img .product-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  margin-bottom: 0;
}

.popular-slider-item .popular-slider-item-img .product-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 5px;
}

.popular-slider-item .popular-slider-item-img .product-action li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #F6F6F6;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #10142D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popular-slider-item .popular-slider-item-img .product-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.popular-slider-item .popular-slider-item-img .product-action li a:hover {
  color: #E8B43F;
}

.popular-slider-item .popular-slider-item-img .product-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.popular-slider-item .popular-slider-item-img .product-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.popular-slider-item .popular-slider-item-img .product-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.popular-slider-item .popular-slider-item-img .product-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.popular-slider-item .content {
  padding: 20px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.popular-slider-item .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.popular-slider-item .content h3 a {
  display: block;
  color: #10142D;
}

.popular-slider-item .content span {
  font-size: 18px;
  color: #E8B43F;
}

.popular-slider-item .content span del {
  margin-left: 15px;
  color: #555555;
}

/*=================================
Best Sell Area 
====================================*/
.product-search-form {
  margin-bottom: 0;
  position: relative;
  border: 1px solid #F26667;
  border-radius: 5px;
}

.product-search-form .form-control {
  height: 50px;
  padding: 0 15px;
  border: none;
  color: #10142D;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
}

.product-search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  z-index: 5;
}

.product-search-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 44px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 45px;
  color: #0162BD;
  border-radius: 5px;
}

.product-search-form button i {
  color: #0162BD;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.product-search-form button:hover {
  background-color: #F26667;
}

.product-search-form button:hover i {
  color: #ffffff;
}

.best-sell-card {
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  background-color: #EAEDF2;
}

.best-sell-card:hover {
  background-color: #ffffff;
}

.best-sell-card:hover .best-sell-img {
  background-color: #EAEDF2;
}

.best-sell-card:hover .content {
  padding: 20px 20px;
}

.best-sell-card .best-sell-img {
  position: relative;
  background-color: #E7D8D6;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.best-sell-card .best-sell-img img {
  display: inline-block;
  padding: 40px 50px;
}

.best-sell-card .best-sell-img .new-tag {
  position: absolute;
  top: 10px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.best-sell-card .best-sell-img .new-tag h3 {
  background-color: #F26667;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px 5px 20px;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
}

.best-sell-card .content {
  padding: 20px 20px;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.best-sell-card .content h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.best-sell-card .content h3 a {
  color: #10142D;
}

.best-sell-card .content span {
  font-size: 15px;
  color: #555555;
  margin-bottom: 0;
}

.best-sell-card .content .price-tag {
  margin-top: 10px;
  margin-bottom: 15px;
}

.best-sell-card .content .price-tag h4 {
  font-size: 20px;
  color: #F26667;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

.best-sell-card .content .price-tag h4 del {
  color: #555555;
  margin-left: 20px;
  font-size: 15px;
}

.best-sell-card .content .add-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.best-sell-card .content .add-btn .add-cart-btn {
  font-size: 15px;
  color: #ffffff;
  background-color: #F26667;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 24px;
}

.best-sell-card .content .add-btn .add-cart-btn:hover {
  background-color: #10142D;
}

/*=================================
Best Sell Area End
====================================*/
.deal-border {
  border: 2px solid #EAEDF2;
}

.deal-item {
  background-color: #F6F6F6;
  padding: 30px 45px;
  margin-bottom: 0;
}

.deal-item #timer {
  margin-top: 30px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.deal-item #timer div {
  display: inline-block;
  color: #10142D;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
  width: 70px;
  height: 70px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #E83F33;
  border-radius: 0;
}

.deal-item #timer div:first-child {
  margin-left: 0;
}

.deal-item #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -25px;
  font-size: 16px;
  font-weight: normal;
}

.deal-content {
  margin-bottom: 30px;
  margin-left: 40px;
}

.deal-content .section-title {
  margin-bottom: 20px;
}

.deal-content h3 {
  color: #E83F33;
  margin-bottom: 10px;
}

.deal-content span {
  margin-bottom: 0;
  display: block;
}

.deal-content .default-btn {
  margin-top: 20px;
}

/*=================================
Newsletter Section
====================================*/
.newsletter-section {
  background-color: #F6F6F6;
}

.newsletter-area-max {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-area-max .newsletter-title h2 {
  font-size: 35px;
  margin-bottom: 0;
}

.newsletter-area-max .newsletter-area .newsletter-form {
  position: relative;
  max-width: 610px;
  margin: 0 auto;
  border-radius: 50px;
}

.newsletter-area-max .newsletter-area .newsletter-form .form-control {
  background: #F8F8F9;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #E83F33;
  padding: 0 25px;
  max-width: 450px;
}

.newsletter-area-max .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.newsletter-area-max .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #E83F33;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
}

.newsletter-area-max .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #10142D;
  color: #ffffff;
}

.newsletter-area-max .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

/*=================================
Newsletter Section  End
====================================*/
/*=================================
Blog  Area 
====================================*/
.blog-card {
  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);
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog-card:hover .blog-img .blog-date {
  padding: 7px 15px 7px 30px;
  background-color: #F26667;
  color: #ffffff;
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 18% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 18% 50%, 0% 0%);
}

.blog-card:hover .content .read-btn {
  color: #F26667;
}

.blog-card .blog-img {
  position: relative;
}

.blog-card .blog-img a {
  display: block;
}

.blog-card .blog-img a img {
  border-radius: 10px;
}

.blog-card .blog-img .blog-date {
  position: absolute;
  bottom: 40px;
  left: 0;
  font-size: 16px;
  color: #555555;
  padding: 7px 30px 7px 15px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(100% 0%, 83% 48%, 100% 100%, 0 100%, 0% 50%, 0 0);
          clip-path: polygon(100% 0%, 83% 48%, 100% 100%, 0 100%, 0% 50%, 0 0);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.blog-card .content {
  padding: 20px;
}

.blog-card .content h3 {
  margin-bottom: 10px;
}

.blog-card .content h3 a {
  color: #10142D;
}

.blog-card .content p {
  margin-bottom: 10px;
}

.blog-card .content .read-btn {
  color: #10142D;
  font-weight: 600;
}

.blog-card .content .read-btn:hover {
  color: #F26667;
}

.blog-card-bg {
  background-color: #F6F6F6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-card-bg:hover {
  background-color: #ffffff;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.blog-card-bg:hover .content .read-btn {
  color: #E83F33;
}

.blog-card-bg .blog-img .blog-date {
  color: #ffffff;
  background-color: #E83F33;
}

.blog-card-bg2 {
  background-color: #F6F6F6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-card-bg2:hover {
  background-color: #ffffff;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.blog-card-bg2:hover .content .read-btn {
  color: #E8B43F;
}

.blog-card-bg2:hover .blog-img .blog-date {
  background-color: #10142D;
}

.blog-card-bg2 .blog-img .blog-date {
  color: #ffffff;
  background-color: #E8B43F;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.search-widget .search-form {
  position: relative;
  border: 1px solid #E2E2E2;
}

.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  color: #10142D;
}

.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 55px;
}

.search-widget .search-form button i {
  color: #E8B43F;
  font-size: 24px;
  border-left: 1px solid #E2E2E2;
  padding-left: 10px;
}

.search-widget .search-form button:hover i {
  color: #E83F33;
}

.side-bar-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.side-bar-widget .title {
  font-size: 20px;
  color: #10142D;
  padding: 12px 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #EAEDF2;
  width: 100%;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}

.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;
}

.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: #F6F6F6;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-product1.png);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-product2.png);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-product3.png);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog/blog-product4.png);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 10px 0;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  max-width: 245px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #10142D;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #E8B43F;
}

.side-bar-widget .widget-popular-post .item .info p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 180px;
}

.side-bar-widget .widget-popular-post .item .info p i {
  color: #F26667;
  font-size: 17px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #EAEDF2;
}

.side-bar-widget .side-bar-categories ul li::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #555555;
}

.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: none;
}

.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #555555;
  font-weight: normal;
  padding: 10px 45px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.side-bar-widget .side-bar-categories ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #555555;
}

.side-bar-widget .side-bar-categories ul li a:hover {
  color: #E8B43F;
}

.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #E8B43F;
}

.side-bar-widget .side-bar-categories ul li a:hover::before {
  background-color: #E8B43F;
  border-color: #E8B43F;
}

.side-bar-widget .side-bar-categories ul li:hover::before {
  background-color: #E8B43F;
  border-color: #E8B43F;
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #10142D;
  font-size: 14px;
  font-weight: 600;
  background-color: #F6F6F6;
}

.side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #F26667;
}

.side-bar-widget .side-bar-widget-tag li a {
  color: #555555;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

.blog-article {
  margin-bottom: 30px;
}

.blog-article .blog-article-img {
  margin-bottom: 30px;
}

.blog-article .blog-article-title {
  margin-bottom: 20px;
}

.blog-article .blog-article-title h2 {
  margin-top: 0;
  font-size: 26px;
  max-width: 650px;
  margin-bottom: 20px;
}

.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: #E8B43F;
  margin-right: 30px;
}

.blog-article .blog-article-title ul li:last-child {
  margin-right: 0;
}

.blog-article .blog-article-title ul li i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.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: #F6F6F6;
  padding: 10px 20px;
}

.blog-article .article-content .blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #E8B43F;
}

.blog-article .article-content .blockquote p {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.blog-article .another-content p {
  margin-bottom: 20px;
}

.blog-article .another-content .content-img {
  margin-bottom: 20px;
}

.blog-article .comments-wrap .comment-title {
  position: relative;
  margin-bottom: 30px;
}

.blog-article .comments-wrap .comment-title .title {
  font-size: 26px;
  margin-bottom: 0;
  color: #10142D;
  font-weight: 500;
}

.blog-article .comments-wrap .comment-title .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-article .comments-wrap .comment-title .social-icon li {
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
}

.blog-article .comments-wrap .comment-title .social-icon li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #E8B43F;
  border: 1px solid #E8B43F;
}

.blog-article .comments-wrap .comment-title .social-icon li a:hover {
  background-color: #E8B43F;
  color: #ffffff;
}

.blog-article .comments-wrap .comment-form {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .comments-wrap .comment-form li {
  position: relative;
  padding: 30px;
  padding-left: 95px;
  margin-bottom: 30px;
  background-color: #F6F6F6;
}

.blog-article .comments-wrap .comment-form li:last-child {
  margin-bottom: 0;
}

.blog-article .comments-wrap .comment-form li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
}

.blog-article .comments-wrap .comment-form li h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.blog-article .comments-wrap .comment-form li span {
  position: absolute;
  top: 35px;
  right: 30px;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  color: #10142D;
}

.blog-article .comments-wrap .comment-form li span i {
  margin-right: 5px;
  color: #E8B43F;
}

.blog-article .comments-wrap .comment-form li p {
  margin-bottom: 10px;
}

.blog-article .comments-wrap .comment-form li .content h4 {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}

.blog-article .comments-wrap .comment-form li .content h4 a {
  color: #10142D;
}

.blog-article .comments-wrap .comment-form li .content h4 a:hover {
  color: #E8B43F;
}

.blog-article .comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-article .comments-form .title {
  font-size: 26px;
  margin-bottom: 20px;
  color: #10142D;
}

.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;
}

.blog-topper {
  margin-bottom: 40px;
}

.blog-topper .blog-topper-title h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.blog-topper .blog-category .form-group {
  margin-bottom: 0;
  position: relative;
}

.blog-topper .blog-category .form-group .form-control {
  height: 50px;
  padding: 0 15px;
  border: none;
  color: #10142D;
  background-color: #F6F6F6;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
}

.blog-topper .blog-category .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.blog-topper .blog-category .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 52px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  border-radius: 0;
  background-color: #F6F6F6;
  color: #555555;
  border-radius: 5px 0px 0px 5px;
  z-index: 99999;
}

.blog-topper .blog-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;
}

.blog-topper .blog-category .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #10142D;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.blog-topper .blog-category .form-group .nice-select .list .option:hover {
  background-color: #F26667 !important;
  color: #ffffff;
}

.blog-topper .blog-category .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.blog-topper .blog-category .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  top: 45%;
  right: 30px;
}

/*=================================
Blog  Area End
====================================*/
/*=================================
Product Area 
====================================*/
.product-side-bar-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.product-side-bar-widget .title {
  font-size: 20px;
  color: #10142D;
  padding: 12px 15px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #EAEDF2;
  width: 100%;
}

.product-side-bar-widget .product-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.product-side-bar-widget .product-popular-post .item {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}

.product-side-bar-widget .product-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.product-side-bar-widget .product-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.product-side-bar-widget .product-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: #F6F6F6;
}

.product-side-bar-widget .product-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/products/propular-style8.png);
}

.product-side-bar-widget .product-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/products/propular-style10.png);
}

.product-side-bar-widget .product-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/products/propular-style7.png);
}

.product-side-bar-widget .product-popular-post .item .info {
  overflow: hidden;
  padding: 10px 0;
}

.product-side-bar-widget .product-popular-post .item .info .title-text {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  max-width: 245px;
}

.product-side-bar-widget .product-popular-post .item .info .title-text a {
  display: inline-block;
  color: #10142D;
}

.product-side-bar-widget .product-popular-post .item .info .title-text a:hover {
  color: #E8B43F;
}

.product-side-bar-widget .product-popular-post .item .info p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  color: #E8B43F;
}

.product-side-bar-widget .product-popular-post .item .info p del {
  color: #555555;
  margin-left: 15px;
}

.product-side-bar-widget .product-side-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product-side-bar-widget .product-side-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #EAEDF2;
}

.product-side-bar-widget .product-side-categories ul li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #555555;
}

.product-side-bar-widget .product-side-categories ul li:last-child {
  border-bottom: none;
}

.product-side-bar-widget .product-side-categories ul li a {
  display: inline-block;
  color: #555555;
  font-weight: normal;
  padding: 10px 0 10px 35px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.product-side-bar-widget .product-side-categories ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #555555;
}

.product-side-bar-widget .product-side-categories ul li a:hover {
  color: #E8B43F;
  background-color: #F6F6F6;
}

.product-side-bar-widget .product-side-categories ul li a:hover span {
  color: #E8B43F;
}

.product-side-bar-widget .product-side-categories ul li a:hover::before {
  background-color: #E8B43F;
  border-color: #E8B43F;
}

.product-side-bar-widget .product-side-categories ul li:hover::before {
  background-color: #E8B43F;
  border-color: #E8B43F;
  z-index: 1;
}

.product-side-bar-widget .product-side-categories ul li.active a {
  color: #E8B43F;
  background-color: #F6F6F6;
}

.product-side-bar-widget .product-side-categories ul li.active a span {
  color: #E8B43F;
}

.product-side-bar-widget .product-side-categories ul li.active a::before {
  background-color: #E8B43F;
  border-color: #E8B43F;
}

.product-side-bar-widget .product-side-categories ul li.active::before {
  background-color: #E8B43F;
  border-color: #E8B43F;
  z-index: 1;
}

.product-side-bar-widget .product-widget-tag {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-side-bar-widget .product-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #10142D;
  font-size: 14px;
  font-weight: 600;
  background-color: #F6F6F6;
}

.product-side-bar-widget .product-widget-tag li:hover {
  background-color: #F26667;
}

.product-side-bar-widget .product-widget-tag li a {
  color: #555555;
}

.product-side-bar-widget .product-widget-tag li:hover a {
  color: #ffffff;
}

.product-topper {
  margin-bottom: 40px;
}

.product-topper .product-topper-title h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.product-topper .product-topper-title h3 span {
  font-size: 15px !important;
  color: #555555 !important;
}

.product-topper .product-category .form-group {
  margin-bottom: 0;
  position: relative;
}

.product-topper .product-category .form-group .form-control {
  height: 50px;
  padding: 0 15px;
  border: none;
  color: #10142D;
  background-color: #F6F6F6;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
}

.product-topper .product-category .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.product-topper .product-category .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 52px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  border-radius: 0;
  background-color: #F6F6F6;
  color: #555555;
  border-radius: 5px 0px 0px 5px;
  z-index: 1;
}

.product-topper .product-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;
}

.product-topper .product-category .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #10142D;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.product-topper .product-category .form-group .nice-select .list .option:hover {
  background-color: #F26667 !important;
  color: #ffffff;
}

.product-topper .product-category .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.product-topper .product-category .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  top: 45%;
  right: 30px;
}

.product-card {
  margin-bottom: 25px;
  text-align: center;
}

.product-card:hover .product-card-img .product-card-action li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.product-card .product-card-img {
  position: relative;
  background-color: #EAEDF2;
}

.product-card .product-card-img a {
  display: block;
}

.product-card .product-card-img a img {
  padding: 30px 10px;
}

.product-card .product-card-img .product-card-tag {
  position: absolute;
  top: 30px;
  right: 20px;
}

.product-card .product-card-img .product-card-tag h3 {
  background-color: #E8B43F;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
}

.product-card .product-card-img .product-card-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  margin-bottom: 0;
}

.product-card .product-card-img .product-card-action li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 5px;
}

.product-card .product-card-img .product-card-action li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #10142D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-card .product-card-img .product-card-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.product-card .product-card-img .product-card-action li a:hover {
  color: #E8B43F;
}

.product-card .product-card-img .product-card-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.product-card .product-card-img .product-card-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.product-card .product-card-img .product-card-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.product-card .product-card-img .product-card-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.product-card .content {
  padding-top: 20px;
  position: relative;
}

.product-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.product-card .content h3 a {
  display: block;
  color: #10142D;
}

.product-card .content span {
  font-size: 18px;
  color: #E8B43F;
  font-weight: 600;
}

.product-card .content span del {
  color: #555555;
  margin-left: 15px;
}

.product-detls-image {
  margin-bottom: 30px;
  background-color: #F6F6F6;
}

.product-desc {
  margin-bottom: 30px;
}

.product-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.product-desc .price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #10142D;
}

.product-desc .price .old-price {
  text-decoration: line-through;
  color: #555555;
  margin-left: 10px;
}

.product-desc .product-review {
  margin-bottom: 15px;
}

.product-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-desc .product-review .rating i {
  color: #E8B43F;
}

.product-desc .product-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: #555555;
  border-bottom: 1px solid #555555;
  line-height: initial;
}

.product-desc .product-review .rating-count:hover {
  color: #10142D;
  border-color: #10142D;
}

.product-desc p {
  margin-bottom: 0;
}

.product-desc .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
}

.product-desc .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.product-desc .input-count-area .input-counter span {
  position: absolute;
  top: 2px;
  background-color: transparent;
  cursor: pointer;
  color: #555555;
  width: 50px;
  height: 100%;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-desc .input-count-area .input-counter span:hover {
  color: #10142D;
}

.product-desc .input-count-area .input-counter .minus-btn {
  left: 0;
}

.product-desc .input-count-area .input-counter .plus-btn {
  right: 0;
}

.product-desc .input-count-area .input-counter input {
  height: 45px;
  color: #10142D;
  outline: 0;
  display: block;
  border: none;
  background-color: #F6F6F6;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.product-desc .product-add-btn {
  margin-top: 20px;
}

.product-desc .product-add-btn .default-btn {
  border: none;
  margin-right: 20px;
  border-radius: 0;
}

.product-desc .product-share {
  margin-top: 30px;
}

.product-desc .product-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-desc .product-share ul li {
  display: inline-block;
  margin: 0 3px;
}

.product-desc .product-share ul li span {
  color: #10142D;
  margin-right: 5px;
  font-size: 16px;
}

.product-desc .product-share ul li a {
  width: 35px;
  height: 35px;
  background-color: #E8B43F;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

.product-desc .product-share ul li a:hover {
  background-color: #F26667;
}

.product .input-count-area .input-counter input::-webkit-input-placeholder {
  color: #555555;
}

.product .input-count-area .input-counter input:-ms-input-placeholder {
  color: #555555;
}

.product .input-count-area .input-counter input::-ms-input-placeholder {
  color: #555555;
}

.product .input-count-area .input-counter input::placeholder {
  color: #555555;
}

.product-tab {
  background-color: #F6F6F6;
}

.products-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #555555;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 10px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #10142D;
  padding: 14px 26px;
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
}

.products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #E8B43F;
  border-color: #E8B43F;
}

.products-details-tab .tabs li.active a {
  color: #ffffff;
  background-color: #E8B43F;
  border-color: #E8B43F;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #E8B43F;
  border-color: #E8B43F;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.products-tabs-decs {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 840px;
  text-align: left;
}

.products-tabs-decs p {
  color: #555555;
  font-weight: 600;
  margin-bottom: 30px;
}

.products-tabs-reviews {
  margin-top: 35px;
}

.products-tabs-reviews .products-review-tab {
  margin-bottom: 30px;
}

.products-tabs-reviews .products-review-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-tabs-reviews .products-review-tab ul li {
  position: relative;
  padding: 30px;
  padding-left: 95px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.products-tabs-reviews .products-review-tab ul li:last-child {
  margin-bottom: 0;
}

.products-tabs-reviews .products-review-tab ul li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
}

.products-tabs-reviews .products-review-tab ul li h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.products-tabs-reviews .products-review-tab ul li span {
  position: absolute;
  top: 35px;
  right: 30px;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  color: #10142D;
}

.products-tabs-reviews .products-review-tab ul li span i {
  margin-right: 5px;
  color: #E8B43F;
}

.products-tabs-reviews .products-review-tab ul li p {
  margin-bottom: 10px;
}

.products-tabs-reviews .products-review-tab ul li .content h4 {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}

.products-tabs-reviews .products-review-tab ul li .content h4 a {
  color: #10142D;
}

.products-tabs-reviews .products-review-tab ul li .content h4 a:hover {
  color: #E8B43F;
}

.reviews-form {
  margin-bottom: 30px;
}

.reviews-form .contact-form {
  padding: 40px 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.reviews-form .contact-form h3 {
  text-align: center;
  font-size: 24px;
  color: #10142D;
  margin-bottom: 10px;
}

.reviews-form p {
  text-align: center;
  color: #555555;
  margin-bottom: 10px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-form .rating {
  text-align: center;
  color: #E8B43F;
  position: relative;
  margin-bottom: 30px;
}

.products-tabs-shipping {
  margin-top: 30px;
  margin-bottom: 30px;
}

.products-tabs-shipping ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-tabs-shipping ul li {
  display: block;
  font-size: 16px;
  color: #10142D;
  margin-bottom: 10px;
  font-weight: 600;
}

.products-tabs-shipping ul li:last-child {
  margin-bottom: 0;
}

.products-tabs-shipping ul li span {
  color: #555555;
}

.products-tabs-shipping ul li a {
  color: #555555;
}

.products-tabs-shipping ul li a:hover {
  color: #E8B43F;
}

.product-tab-view .products-review-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-tab-view .products-review-tab ul li {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.product-tab-view .reviews-form .contact-form {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

/*=================================
Product Area End
====================================*/
.tracking-order-img {
  margin-bottom: 30px;
}

.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;
}

/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #10142D;
  background-color: #F6F6F6;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 0;
}

.pagination-area .page-numbers:hover {
  background-color: #E8B43F;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color: #E8B43F;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
/*=================================
Footer Area End
====================================*/
.footer-bg {
  background-color: #10142D;
}

.footer-area {
  margin-top: 100px;
}

.footer-contact {
  position: relative;
  top: -100px;
}

.footer-contact .newsletter-area {
  padding: 90px 0 100px;
  text-align: center;
  border-radius: 15px;
  background-color: #ffffff;
}

.footer-contact .newsletter-area h2 {
  font-size: 35px;
  color: #10142D;
  margin-bottom: 30px;
}

.footer-contact .newsletter-form {
  position: relative;
  max-width: 610px;
  margin: 0 auto;
  border-radius: 50px;
}

.footer-contact .newsletter-form .form-control {
  background: #F8F8F9;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #F26667;
  padding: 0 25px;
  max-width: 450px;
}

.footer-contact .newsletter-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.footer-contact .newsletter-form .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F26667;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
}

.footer-contact .newsletter-form .subscribe-btn:hover {
  background: #10142D;
  color: #ffffff;
}

.footer-contact .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

.newsletter-shape .shape1 {
  position: absolute;
  top: 25px;
  left: 50px;
}

.newsletter-shape .shape2 {
  position: absolute;
  top: 120px;
  left: 195px;
}

.newsletter-shape .shape3 {
  position: absolute;
  bottom: 25px;
  left: 60px;
}

.newsletter-shape .shape4 {
  position: absolute;
  top: 25px;
  right: 50px;
}

.newsletter-shape .shape5 {
  position: absolute;
  top: 125px;
  right: 190px;
}

.newsletter-shape .shape6 {
  position: absolute;
  bottom: 25px;
  right: 50px;
}

.footer-newsletter {
  position: relative;
  top: -100px;
  background-color: #F6F6F6;
}

.newsletter-max-width {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-max-width .newsletter-title h2 {
  font-size: 35px;
  margin-bottom: 0;
}

.newsletter-max-width .newsletter-area .newsletter-form {
  position: relative;
  max-width: 630px;
  margin: 0 auto;
  border-radius: 0;
  border: 1px solid #E8B43F;
}

.newsletter-max-width .newsletter-area .newsletter-form .form-control {
  background: #F8F8F9;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 0;
  padding: 0 25px;
  max-width: 450px;
  border: none;
}

.newsletter-max-width .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.newsletter-max-width .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #E8B43F;
  color: #ffffff;
  height: 42px;
  line-height: 42px;
  padding: 0 40px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
}

.newsletter-max-width .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #10142D;
  color: #ffffff;
}

.newsletter-max-width .newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
  position: relative;
  top: -5px;
}

.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.2;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 290px;
}

.footer-widget .footer-list-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list-contact li {
  display: block;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.footer-widget .footer-list-contact li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list-contact li i {
  color: #ffffff;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
}

.footer-widget .footer-list-contact li a {
  color: #ffffff;
}

.footer-widget .footer-list-contact li:hover i {
  color: #F26667;
}

.footer-widget .footer-list-contact li:hover a {
  color: #F26667;
}

.footer-widget .social-link {
  margin: 30px 0 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: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #ffffff;
}

.footer-widget .social-link li:hover a {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50px;
  color: #F26667;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #ffffff;
  font-weight: 500;
}

.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-widget .footer-list li a:hover {
  color: #F26667;
}

.footer-widget .footer-work-hour-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-work-hour-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #ffffff;
}

.footer-widget .footer-work-hour-list li span {
  font-weight: 600;
}

.copy-right-area {
  padding: 15px 0;
  border-top: 1px solid #ffffff63;
}

.copy-right-text {
  text-align: center;
}

.copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.copy-right-text p a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.copy-right-text p a:hover {
  color: #F26667;
  border-color: #F26667;
}

/*=================================
Footer Area End
====================================*/
/*=================================
Modal CSS 
====================================*/
.productsQuickView .modal-dialog {
  max-width: 950px;
  margin: 0 auto;
}

.productsQuickView .modal-content {
  border: none;
  padding: 40px 25px;
  border-radius: 0;
}

.productsQuickView .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
}

.productsQuickView .modal-content .close:hover {
  background-color: #E8B43F;
  color: #ffffff;
}

.productsQuickView .products-image {
  background-color: #F6F6F6;
}

.productsQuickView .product-content h3 {
  font-size: 24px;
  color: #10142D;
  margin-bottom: 15px;
}

.productsQuickView .product-content .product-text p {
  margin-bottom: 20px;
}

.productsQuickView .product-content .price-status {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.productsQuickView .product-content .price-status .price {
  display: inline-block;
  max-width: 120px;
  position: relative;
  margin-right: 30px;
}

.productsQuickView .product-content .price-status .price::before {
  content: '';
  position: absolute;
  top: 8px;
  right: -15px;
  width: 1px;
  height: 50px;
  background-color: #E8B43F;
}

.productsQuickView .product-content .price-status .price .new-price {
  font-size: 20px;
  color: #E8B43F;
  margin-bottom: 0;
  display: block;
}

.productsQuickView .product-content .price-status .price .rating {
  display: block;
  color: #E8B43F;
}

.productsQuickView .product-content .price-status .price .rating i {
  display: inline-block;
}

.productsQuickView .product-content .price-status .availability-status {
  display: inline-block;
  position: relative;
  top: -3px;
}

.productsQuickView .product-content .price-status .availability-status ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.productsQuickView .product-content .price-status .availability-status ul li {
  display: block;
  font-size: 16px;
  color: #10142D;
  font-weight: 400;
}

.productsQuickView .product-content .price-status .availability-status ul li span {
  color: #E8B43F;
}

.productsQuickView .product-content .product-add-to-cart {
  margin-top: 20px;
}

.productsQuickView .product-content .product-add-to-cart .input-counter {
  max-width: 70px;
  min-width: 70px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.productsQuickView .product-content .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #10142D;
  width: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productsQuickView .product-content .product-add-to-cart .input-counter span.minus-btn {
  left: -10px;
}

.productsQuickView .product-content .product-add-to-cart .input-counter span.plus-btn {
  right: -10px;
}

.productsQuickView .product-content .product-add-to-cart .input-counter span:hover {
  color: #E8B43F;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input {
  height: 50px;
  color: #E8B43F;
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  border: 1px solid #E8B43F;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #E8B43F;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #E8B43F;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #E8B43F;
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::placeholder {
  color: #E8B43F;
}

.productsQuickView .product-content .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  margin-right: 15px;
}

.productsQuickView .product-content .product-add-to-cart .default-btn:last-child {
  margin-right: 0;
}

.productsQuickView .product-content .advantage-list {
  margin-top: 20px;
}

.productsQuickView .product-content .advantage-list h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.productsQuickView .product-content .advantage-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.productsQuickView .product-content .advantage-list ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.productsQuickView .product-content .advantage-list ul li:last-child {
  margin-bottom: 0;
}

.productsQuickView .product-content .advantage-list ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #E8B43F;
  border-radius: 50px;
}

.productsQuickView .product-content .products-share {
  margin-top: 20px;
}

.productsQuickView .product-content .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.productsQuickView .product-content .products-share .social li {
  display: inline-block;
}

.productsQuickView .product-content .products-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -2px;
}

.productsQuickView .product-content .products-share .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #E8B43F;
  color: #ffffff;
  border: 1px solid #E8B43F;
  text-align: center;
  font-size: 18px;
  margin-left: 2px;
}

.productsQuickView .product-content .products-share .social li a:hover, .productsQuickView .product-content .products-share .social li a:focus {
  color: #E8B43F;
  background-color: transparent;
}

.productsQuickView .product-content .products-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.productsQuickView .product-content .products-share .social li a.facebook:hover, .productsQuickView .product-content .products-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.productsQuickView .product-content .products-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.productsQuickView .product-content .products-share .social li a.twitter:hover, .productsQuickView .product-content .products-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.productsQuickView .product-content .products-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.productsQuickView .product-content .products-share .social li a.linkedin:hover, .productsQuickView .product-content .products-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.productsQuickView .product-content .products-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}

.productsQuickView .product-content .products-share .social li a.instagram:hover, .productsQuickView .product-content .products-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

/*=================================
Modal CSS End
====================================*/
.preloader {
  position: fixed;
  background: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.preloader .spinner {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -20px;
  top: 50%;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.preloader .dot1, .preloader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #623BCC;
  border-radius: 100%;
  -webkit-animation: sk-bounce 1.0s infinite ease-in-out;
  animation: sk-bounce 3.0s infinite ease-in-out;
}

.preloader .dot1 {
  background-color: #E8B43F;
}

.preloader .dot2 {
  top: auto;
  background-color: #F26667;
  bottom: 0;
  -webkit-animation-delay: -2.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%,
  50% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #F26667;
  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: #10142D;
}

.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
====================================*/
/*# sourceMappingURL=style.css.map */
