/* Common Style **********/
* {
  box-sizing: border-box;
}
body {
  height: 100%;
  padding: 0 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
a {
  text-decoration: none !important;
}
p {
  font-size: 16px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

section {
  margin: 30px 0;
}

.section-header-title {
  font-size: 30px;
  color: #252525;
  border-bottom: 1px solid #ebebeb;
  line-height: 60px;
  position: relative;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-header-title:after {
  content: " ";
  border-bottom: 3px solid #7ac431;
  display: table-cell;
  width: 90px;
  bottom: -2px;
  position: absolute;
}

/*********** Header Area Begain ***********/
.header-top {
  border-bottom: 1px solid #dfdfdf;
}
.header-top-left a {
  color: #000;
  font-weight: 500;
}

.header-top-left a:hover,
.header-top-right a:hover {
  color: #7ac431;
}

.header-top-left {
  padding: 10px 0;
}

.header-top-left ul li {
  font-size: 14px;
  color: #1c1c1c;
  display: inline-block;
  margin-right: 45px;
  position: relative;
}

.header-top-left ul li:after {
  position: absolute;
  right: -25px;
  top: 1px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}

.header-top-left ul li:last-child {
  margin-right: 0;
}

.header-top-left ul li:last-child:after {
  display: none;
}

.header-top-left ul li i {
  color: #252525;
  margin-right: 5px;
}

.header-top-right {
  text-align: right;
  padding: 10px 0 13px;
}

.header-top-right-social {
  position: relative;
  display: inline-block;
  margin-right: 35px;
}

.header-top-right-social:after {
  position: absolute;
  right: -20px;
  top: 1px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}

.header-top-right-social a {
  font-size: 14px;
  display: inline-block;
  color: #1c1c1c;
  margin-right: 20px;
}

.header-top-right-social a:last-child {
  margin-right: 0;
}

.header-top-right-language {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}

.header-top-right-language:hover ul {
  top: 23px;
  opacity: 1;
  visibility: visible;
}

.header-top-right-language:after {
  position: absolute;
  right: -21px;
  top: 1px;
  height: 20px;
  width: 1px;
  background: #000000;
  opacity: 0.1;
  content: "";
}

.header-top-right-language img {
  margin-right: 6px;
}

.header-top-right-language div {
  font-size: 14px;
  color: #1c1c1c;
  display: inline-block;
  margin-right: 4px;
}

.header-top-right-language span {
  font-size: 14px;
  color: #1c1c1c;
  position: relative;
  top: 2px;
}

.header-top-right-language ul {
  background: #222222;
  width: 100px;
  text-align: left;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header-top-right-language ul li {
  list-style: none;
}

.header-top-right-language ul li a {
  font-size: 14px;
  color: #ffffff;
  padding: 5px 10px;
}

.header-top-right-auth {
  display: inline-block;
}

.header-top-right-auth a {
  display: block;
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 500;
}

.header-top-right-auth a i {
  margin-right: 6px;
}
/* Nab ber began */

.navbar a.nav-link.active {
  font-weight: 500;
  color: #7ac431 !important;
}

.nav .col-md-10 {
  padding-left: 0;
}
nav .navbar-brand img {
  width: 170px;
}

nav .btn-secondary {
  background: #fff;
  color: #000;
  border: none;
}
nav .btn-secondary:hover {
  background: #fff;
  color: #000;
}
nav .form-control {
  border: none;
}

nav form.form-inline {
  border: 1px solid #dfdfdf;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border: none;
}
.nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-right li.nav-item {
  padding: 0 5px;
}

.row.nav {
  display: flex;
  align-items: center;
}

nav .menu-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav .menu-bar li {
  float: left;
  padding: 10px;
}

nav .menu-bar li a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

nav .menu-bar li a:hover {
  color: #7ac431;
}
.nav-right a {
  margin: 0px;
  padding: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.nav-right a:hover {
  color: #7ac431;
}

.nav-right h4 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  padding-left: 10px;
}

.menu-bar .header-top-right-language {
  margin-right: 5px;
}

.menu-bar {
  margin-left: 1px;
  font-weight: 500;
  float: right !important;
}

.header-top-right-language:after {
  content: none;
  opacity: 1 !important;
}

nav.navbar {
  justify-content: space-between;
  padding: 15px 0;
}

nav .menu-bar .header-top-right-language ul {
  width: 70px;
}

nav .menu-bar .header-top-right-language ul li {
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

nav .menu-bar .header-top-right-language ul li a {
  font-size: 14px;
}
form.nav-search {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-left: 30px;
}
form.nav-search a#navbarDropdown {
  color: #000;
  font-weight: 500;
}
/* HEADER SECTION END  */
/************ Slider Area  Began*************/

.carousel {
  width: 100%;
  background: #fef1d0;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide .carousel-inner img {
  height: 500px;
  float: right;
  margin-right: 30px;
}

.carousel-caption {
  text-align: left !important;
  position: absolute;
  right: 15%;
  top: 50%;
  left: 5% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  transform: translateY(-50%);
}

.carousel-caption h3 {
  color: #7ac431;
  margin-bottom: 5px;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 400;
}
.carousel-caption h2 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.carousel-caption h4 {
  font-size: 30px;
  font-weight: bold;
  color: #7ac431;
  margin-bottom: 30px;
}

.carousel-caption a {
  color: #fff;
  background: #7ac431;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 0;
}
.carousel-caption a:hover {
  background: #fff;
  color: #7ac431;
  border: 2px solid #7ac431;
  font-weight: 500;
}

.carousel-caption .shop-link {
  margin-top: 50px;
}
/* ******************* Slider Area End ************/
/* *******************Offer Banner section Begain ************/

.offer-banner .container-fluid {
  background: #e0eafc;
}

.offer-banner .banner-img img {
  width: 500px;
  margin: 25px 20px 0 60px;
}

.offer-banner .right {
  float: left;
  padding-top: 25px;
}

.offer-banner .right h2 {
  font-size: 80px;
  font-weight: bolder;
  color: #fd5f5c;
  padding: 0;
  float: left;
  margin: 10px 10px 0 0;
}

.offer-banner .right .off {
  margin-top: 29px;
}

.offer-banner .right h3 {
  font-size: 30px;
  padding: 0px;
  line-height: 27px;
  font-weight: 700;
}

.offer-banner .right h3 span {
  color: #fd5f5c;
  padding: 0;
}

.offer-banner .right p {
  font-size: 20px;
  font-weight: 600;
  float: left;
  color: #636363;
  margin-bottom: 30px;
}

.offer-banner .right a {
  font-size: 20px;
  font-weight: 500;
  background: #fd5f5c;
  color: #fff;
  border-radius: 20px;
  padding: 12px 20px 15px 20px;
}

.full-banner-area {
  margin-bottom: 15px;
}

.full-bg {
  padding: 0;
}

/**************** Support Area Began ****************/
section.support-area {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

section.support-area .container-fluid .inner {
  border: 1px solid #dfdfdf;
  padding: 10px;
}

section.support-area i {
  font-size: 35px;
  color: #7ac431;
  padding: 5px;
}

section.support-area h4 {
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
}

/************* Support Area End ***********/
/* Deal Of The Week Began */

section.deal-week .col-md-2 {
  padding: 5px;
}
section.deal-week .deal-a {
  border: 2px solid #dfdfdf;
  text-align: center;
  display: flow-root;
  padding: 0 15px;
  cursor: pointer;
}
section.deal-week .deal-a:hover {
  border: 2px solid #7ac431;
  box-shadow: 3px 5px 5px #dadada;
}

section.deal-week img {
  width: 150px;
  min-height: 150px;
}

section.deal-week .percent p {
  text-align: left;
  padding: 2px 8px;
  background: #7ac431;
  color: #fff;
  display: table;
  margin-top: 15px;
}

section.deal-week .counter li {
  list-style: none;
  float: left;
  padding: 9px;
  background: #e9eef3;
  margin: 5px;
  border-radius: 7px;
}

section.deal-week .counter ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.deal-week .counter ul li h4 {
  font-size: 21px;
  font-weight: 500;
}

section.deal-week .counter ul li h6 {
  font-size: 12px;
}

section.deal-week .price-area {
  margin: 15px 0;
}

section.deal-week .price-area h6 {
  color: #7ac431;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

section.deal-week .price-area h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

section.deal-week .price-area h4 {
  font-weight: 500;
  font-size: 18px;
}

section.deal-week .price-area h4 span {
  color: #b7b7b7;
  text-decoration: line-through;
  font-size: 16px;
}

section.deal-week .like-area {
  display: inline-flex;
}
section.deal-week .like-area i {
  font-size: 16px;
  margin: 3px;
  color: #7ac431;
  background: #e9eef3;
  padding: 13px;
  border-radius: 50%;
}

section.deal-week .like-area i:hover {
  background: #7ac431;
  color: #fff;
}

section.deal-week .rateing ul li {
  list-style: none;
  float: left;
  color: #eeb023;
  padding: 2px;
}

section.deal-week .rateing ul li:last-child {
  float: right;
  padding-right: 10px;
}

section.deal-week .rateing ul li:last-child p {
  color: #000;
  font-weight: 500;
}

/* Deal Of The Week End */

/******************* Offer Banner section Began ***********/

section.banner-area .content {
  position: absolute;
  right: 20px;
  top: 0;
  text-align: left;
}

section.banner-area .bannar {
  position: relative;
}

section.banner-area .banner {
  position: relative;
}

section.banner-area .content h4 {
  font-weight: 500;
  font-size: 20px;
}

section.banner-area .content h3 {
  font-weight: 500;
  font-size: 26px;
}
section.banner-area .content .link {
  margin-top: 15px;
}
section.banner-area .content a {
  background: #7ac431;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
section.banner-area .content a:hover {
  color: #7ac431;
  border: 2px solid #7ac431;
  background: #fff;
}

/******************* Offer Banner section End ***********/
/*******************************************************/
/************ Featured Product Began *****************/

.featured-product .product {
  box-shadow: 3px 5px 5px #dadada;
  padding: 10px;
  text-align: center;
}

.products-menu {
  position: relative;
}

.products-menu .inner {
  position: absolute;
  right: 0;
  top: 10px;
}

.products-menu .inner ul li {
  float: left;
  list-style: none;
  padding-left: 20px;
}

.products-menu .inner li a {
  color: #999;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.products-menu .inner li a:hover {
  color: #7ac431;
}

div.products-menu .inner li a:hover::after {
  content: " ";
  border-bottom: 3px solid #7ac431;
  display: table-cell;
  width: -webkit-fill-available;
  bottom: -30px;
  position: absolute;
}

/************ Featured Product End *****************/
/************************************/

/******** Best Seller Section Begain ++++++++++++ Featured Product*********/
.featured-product .product h3,
.best-seller .product h3 {
  font-size: 21px;
  font-weight: 600;
}
.featured-product .product a,
.best-seller .product a {
  text-decoration: none;
}
.featured-product .product img,
.best-seller .product img {
  width: 120px;
  height: 100px;
  margin: auto;
  display: block;
}
.featured-product .product h6,
.best-seller .product h6 {
  text-align: center;
  color: #7ac431;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
}
.featured-product .product h5,
.best-seller .product h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.featured-product .product h4,
.best-seller .product h4 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.featured-product .product h4 span,
.best-seller .product h4 span {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
}

/** Brand Section Begain ********/
.brand img {
  min-width: 55px;
}
/*********** Brand Section End *********************/
/* Best Seller section */

.row.brand,
.best-seller .product {
  box-shadow: 3px 5px 5px #dadada;
  padding: 10px;
  text-align: center;
}
