/* COMMON CSS FOR SHOPIFY */

.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;
}

/* Common Style **********/
* {
  box-sizing: border-box;
}
body {
  height: 100%;
}

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;
}

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;
  margin: 0;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

section {
  margin: 30px 0;
}


/*********** Header Area Begain ***********/
.header-top {
  border-bottom: 1px solid #dfdfdf;
}
.header-top-left a {
  color: #000;
}

.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;
}

.header-top-right-auth a i {
  margin-right: 6px;
}

/* Nab ber began */

nav.navbar.navbar-expand-lg.navbar-light {
  padding-left: 0;
}

.nav .col-md-10 {
  padding-left: 0;
}
nav .navbar-brand img {
  width: 130px;
}

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;
}

.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: 21px;
}

.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 {
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
}

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;
}
/******** Header Area End *****************/
/******************************************/
/************ Slider Area  Began*************/

.carousel {
  width: 100%;
  background: #fef1d0;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide .carousel-inner img {
  width: 500px;
  float: right;
  margin-right: 30px;
}

.carousel-caption {
  text-align: left;
}

.carousel-caption h3 {
  color: #7ac431;
  margin-bottom: 5px;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 400;
}
.carousel-caption h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.carousel-caption h4 {
  font-size: 26px;
  font-weight: 500;
  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;
}
/* ******************* Slider Area End ************/

/* *******************Offer Banner section Begain ************/

.offer-banner .container {
  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 {
  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;
}
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;
}

section.deal-week .stock p {
  float: left;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

section.deal-week hr {
  border-bottom: 3px solid #7ac431;
  width: 110px;
  float: left;
  margin: 7px 0;
}

/* 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;
}


/**********************************************/

/*** Sale Procucts Area Begain *******/

.section-header-title {
  font-size: 30px;
  /* margin-top: 45px; */
  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;
}

.sale-products-img {
  float: left;
  box-shadow: 3px 5px 5px #dadada;
  max-width: 70px;
  margin-right: 20px;
}

.sale-products-text h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

/*************** Sale Procucts Area End ********/

/*****************************************/

/**** From The Blug Area Begain *******/

.blog-item-text ul {
  margin-bottom: 15px;
}

.blog-item-text ul li {
  font-size: 16px;
  color: #b2b2b2;
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.blog-item-text {
  padding-top: 25px;
}

.blog-item-text h5 a {
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 700;
}

.blog-item-text h5 {
  margin-bottom: 15px;
}

.blog-item-text a {
  font-size: 16px;
  color: #6f6f6f;
}

.blog-item-text a:hover {
  color: #7ac431;
}

.blog .single-blog img {
  margin-bottom: 20px;
}

.blog .section-header-title {
  line-height: 36px;
}

.blog .section-header-title:after {
  margin-bottom: -10px;
}

.blog .single-blog a {
  color: #7ac431;
  font-weight: 600;
}

.blog .single-blog a:hover {
  color: #000;
}

/**************** From The Blug Area End **************************/

/************************************************************/

/*** Top Stories: Brand Directory Section Begain ********/

.top-stories strong {
  color: #000000;
}

/****** Top Stories: Brand Directory Section Begain End *******/

/********************************************************/

/************ Footer Area Begain ******************/

.footer-about-logo img {
  width: 150px;
  margin-bottom: 10px;
}

.footer ul li {
  font-size: 16px;
  line-height: 30px;
  list-style: none;
}

.footer ul li a {
  color: #000000;
}

.footer ul li a:hover {
  color: #7fad39;
}

.footer h6 {
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer .social-area a {
  display: inline-block;
  height: 41px;
  width: 41px;
  font-size: 16px;
  color: #404040;
  border: 1px solid #ededed;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  background: #ffffff;
  margin-right: 10px;
}

.footer .social-area a:hover {
  background: #7fad39;
  color: #ffffff;
  border-color: #ffffff;
}

.footer .social-area {
  margin-top: 10px;
}

.footer form {
  position: relative;
  margin-bottom: 30px;
}

.footer form input {
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
  color: #1c1c1c;
  height: 46px;
  border: 1px solid #ededed;
  border-radius: 30px;
}

.footer form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 26px;
  /* height: 100%; */
  border-radius: 0 30px 30px 0;
}

.footer .site-btn {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 30px 12px;
  background: #7ac431;
  border: none;
}

.footer-copyright {
  padding: 15px 0;
}

.footer-copyright-text {
  float: left;
}

.footer-copyright-payment {
  float: right;
}

.footer .section {
  padding: 30px 0;
}

/************* Footer Area End ***********/

/**************************************************/

/*************** Contact-Us Page Begain ************/

/**************************************************/

.contact .green {
  background: #87c649;
  padding: 15px 0;
}

.contact .green i {
  color: #fff;
  font-size: 2.1rem;
  padding: 10px;
}

.contact .green h5 {
  font-size: 1.3rem;
  color: #fff;
  padding: 5px;
  font-weight: 400;
}

.contact .green h6 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 5px;
}

.contact h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

.contact .wrap i {
  float: left;
  font-size: 50px;
  height: 100px;
  padding-right: 15px;
}

.contact .wrap {
  float: right;
  text-align: left;
}

.contact .wrap a {
  color: #87c649;
  font-weight: 500;
  padding-left: 5px;
}

.contact .message input {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding: 10px;
}

.contact textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  padding: 10px;
}

.contact .message .site-btn {
  float: left;
  border-radius: 25px;
  background: #87c649;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
}

.contact .message .site-btn:hover {
  background: transparent;
  color: #87c649;
  border: 1px solid #87c649;
}

.contact .map iframe {
  width: 100%;
}

/*********** Contact-Us Page End **********/

/*********************************************/

/*************** Products Page ******************/

/**************************************************/

/* ************* Shop Grid Section *******************/

/****************** Side-Bar ************/

.section-title {
  margin-bottom: 50px;
  text-align: left;
}

.section-title h2 {
  color: #1c1c1c;
  font-weight: 700;
  position: relative;
  padding-bottom: 13px;
  border-bottom: 1px solid #cdcdcd;
}

.section-title h2:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  height: 4px;
  width: 45%;
  background: #7fad39;
  content: "";
  margin: 0;
}

.sideber-item ul li {
  list-style: none;
}

.sideber-item ul li a {
  font-size: 16px;
  color: rgb(63, 62, 62);
  line-height: 39px;
  display: block;
  font-weight: 600;
}

.price-range-wrap .range-slider {
  margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
  position: relative;
}

.price-range-wrap .range-slider .price-input:after {
  position: absolute;
  left: 38px;
  top: 13px;
  height: 1px;
  width: 5px;
  background: #7fad39;
  content: "";
}

.price-range-wrap .range-slider .price-input input {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  max-width: 20%;
  border: none;
  display: inline-block;
}

.price-range-wrap .price-range {
  border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #ebebeb;
  height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  cursor: pointer;
}

.price-range-wrap .price-range .ui-slider-range {
  background: #999;
  border-radius: 0;
}

.price-range-wrap
  .price-range
  .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
  background: #7fad39;
}

.product-item {
  margin-bottom: 50px;
}

.product-item:hover .product-item-pic .product-item-pic-hover {
  bottom: 20px;
}

.product-item-pic img {
  width: 185px;
  padding-bottom: 40px;
}

.product-item-pic {
  position: relative;
  overflow: hidden;
}

.product-item-pic-hover {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.product-item-pic-hover li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}

.product-item-pic-hover li:last-child {
  margin-right: 0;
}

.product-item-pic-hover li:hover a {
  background: #7fad39;
  border-color: #7fad39;
}

.product-item-pic-hover li:hover a i {
  color: #ffffff;
  transform: rotate(360deg);
}

.product-item-pic-hover li a {
  font-size: 16px;
  color: #1c1c1c;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.product-item-pic-hover li a i {
  position: relative;
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.product-item-text {
  text-align: center;
  padding-top: 15px;
}

.product-item-text h6 {
  margin-bottom: 10px;
}

.product-item-text h6 a {
  color: #252525;
}

.product-item-text h5 {
  color: #252525;
  font-weight: 700;
}

/*****************************************/

/************** About Page ***************/

/*****************************************/



.about .story-area .video {
  margin: auto;
}

.about .feature-area .feature {
  border: 1px solid #dfdfdf;
  padding: 20px;
}

.about .feature-area .feature .content {
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .feature-area .feature .content i,
.choose-area i {
  font-size: 50px;
  color: #7aca31;
  padding: 15px;
  float: left;
}

.about .feature-area .feature .content h2 {
  font-size: 60px;
  font-weight: bolder;
  float: left;
}

.about .feature-area .feature .content h5 {
  color: #999;
  font-weight: 500;
  font-size: 18px;
}

.about .choose-area .container-fluid {
  background: #f7f7f7;
}

.about .choose-area .container-fluid .container {
  padding-top: 30px;
}

.about .choose-area .container-fluid .container h4 {
  font-size: 24px;
  font-weight: 500;
}

.about .our-team .content {
  text-align: center;
}

.about .our-team h5 {
  font-size: 20px;
  font-weight: 500;
}

.about .our-team p {
  color: #7aca31;
}

.about .our-team .inner {
  margin: 10px;
}

/************ About Page End *****************/

/****************************************/

/* ********** Blog page Began ***********/

.blog h2 {
  font-size: 20px;
}

.blog-sidebar {
  padding-top: 50px;
}

.blog .blog-sidebar-search {
  margin-bottom: 10px;
}

.blog .blog-sidebar-search form {
  position: relative;
}

.blog .blog-sidebar-search form button {
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  color: #666;
  padding: 0 10px;
}

.blog .blog-sidebar-search form input {
  background: #eff1f8;
  border: none;
  padding: 10px;
  width: 100%;
}

.blog .blog-sidebar .section-header-title {
  font-size: 20px;
}

.blog-sidebar-item {
  margin-bottom: 30px;
}

.blog-sidebar-item ul {
  padding: 0;
  margin: 0;
}

.blog-sidebar-item li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.blog-sidebar-item li a {
  color: #666;
}

.blog-sidebar-recent-item-pic {
  float: left;
  margin-right: 20px;
}

.blog-sidebar-recent-item {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-sidebar-recent-item h6 {
  font-weight: 700;
  font-size: 15px;
}

.blog-sidebar-recent-item p span {
  color: #666;
}

.blog-sidebar-recent-item p span i {
  padding-right: 4px;
  font-size: 15px;
}

.blog-sidebar-item-tags a {
  display: inline-block;
  background: #dfdfdf;
  padding: 10px 15px;
  margin: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

/********** Blog Page End ************/

/************************************/

/********** Cart Page Begain ***********/

/* Top Short Link */

.shot-link {
  display: -webkit-box;
  margin-top: 15px;
}

.shot-link a {
  color: #000;
  font-weight: 500;
}

.shot-link i {
  color: #999;
  padding: 0 5px;
  font-size: 10px;
}

.shot-link i:first-child {
  color: #000;
  font-size: 15px;
  padding-right: 3px;
}

/* Top Short Link End */

.cart-process {
  background: #7fad39;
  padding: 15px;
  text-align: center;
}

.cart-process h4 {
  color: #fff;
  position: relative;
}

.cart-process h4 span {
  position: absolute;
  left: 0;
  right: -50px;
  font-size: 60px;
  top: -26px;
  color: #ffffff7d;
}

.cart-table {
  padding: 15px 0;
}

.cart table {
  width: 100%;
  text-align: center;
  border: 1px solid #dfdfdf;
}

.cart table img {
  box-shadow: 3px 5px 5px #dadada;
}

.cart table thead {
  border-bottom: 1px solid #dfdfdf;
}

.cart td {
  padding: 30px 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.cart table th {
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.cart table td span {
  color: #7fad39;
  font-weight: 700;
}

.cart .cart-quantity i {
  padding: 20px;
}

.cart table .fa-times {
  padding: 10px 20px;
}

.cart .cart-total,
.cart .user-information,
.cart .coupon {
  border: 1px solid #dfdfdf;
  margin-top: 15px;
  text-align: center;
}

.cart .cart-total h5,
.cart .user-information h5,
.cart .coupon h5 {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.cart .cart-total p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 10px;
  text-align: left;
}

.cart .cart-total span {
  color: #7fad39;
  margin-left: -10px;
}

.cart .cart-total a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  padding: 8px 18px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
}

.cart .cart-total a:hover {
  background: #7fad39;
  color: #fff;
}

.cart .cart-total .check-out {
  margin: 30px 0;
}

.cart .update-link {
  padding: 30px;
}

.cart .update-link .link a {
  color: #fff;
  background: #000;
  padding: 10px 30px;
  border-radius: 25px;
  float: left;
}

.cart .update-link .link:last-child a {
  float: right;
}

.cart .update-link .link a:hover {
  color: #fff;
  background: #7fad39;
}

.cart .user-information p {
  text-align: left;
  margin: 10px;
}

.cart .user-information .form-control {
  width: 40%;
  float: right;
  font-size: 1em;
  margin-right: 10px;
}

.cart .user-information .inner {
  padding: 0 20px;
}

.cart .user-information label {
  float: left;
  margin-left: 10px;
}

.cart .user-information .link a {
  color: #000;
  background: transparent;
  border: 1px solid #dfdfdf;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.cart .user-information .link a:hover {
  background: #7fad39;
  color: #fff;
}

.cart .user-information .link {
  margin: 20px 0 30px;
}

.cart .coupon form {
  position: relative;
}

.cart .coupon input {
  width: 90%;
  border: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0 40px;
}

.cart .coupon .subscribe {
  position: absolute;
  bottom: -30%;
  right: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
}

.cart .coupon .subscribe:hover {
  background: #7fad39;
  color: #fff;
}

.cart .coupon {
  padding-bottom: 40px;
}
