.input:focus,
a:focus,
button:focus,
input:focus,
select,
select:focus,
textarea:focus {
  outline: 0;
}
.quick-view,
.rate h2 {
  vertical-align: middle;
}
body {
  font-family: Karla;
  font-size: 14px;
  color: #5d5d5d;
  overflow-x: hidden;
  font-weight: 400;
}
.padd-60 {
  padding: 60px 0;
}
.padd-80 {
  padding: 80px 0;
}
.padd-40 {
  padding: 40px 0;
}
.padd-30 {
  padding: 30px 0;
}
.pt-30 {
  padding-top: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.padd-100 {
  padding: 100px 0;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
  }
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
  }
.mt-50-important {
  margin-top: 50px !important;
}
.mt-20 {
  margin-top: 20px;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25bb2b;
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 52;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 8px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search input,
.search select {
  font-size: 15px;
  font-weight: 400;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.header.col-md-5,
.header.col-md-7,
.logo-name.col-md-3,
.shopping-cart.col-md-3 {
  padding: 0;
}
.shopping-cart.col-md-3 {
  text-align: right;
}
.nav > li > a {
  display: inline-block !important;
}
.logo-name img {
  padding-top: 30px;
}
.search {
  margin-top: 26px;
}
.search input {
  position: relative;
  width: 100%;
  border: 1px solid #25bb2b;
  border-radius: 30px;
  padding: 15px 20px;
  color: #333;
}
.search select,
.search-round {
  position: absolute;
}
.cart span,
.cart-item .cart-mail span {
  width: 17px;
  height: 17px;
  background-color: #25bb2b;
}
.cart span,
.search-round a {
  color: #fff;
  text-align: center;
}
.search select {
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
}
.search-round a {
  display: block;
  line-height: 40px;
}
.cart,
.cart span,
.cart-mail,
.icon-round {
  display: inline-block;
}
.icon-round a:first-child i {
  padding-left: 0;
}
.cart {
  position: relative;
}
.cart span {
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
.cart-item,
.cart-mail,
.header p,
.logo-bar {
  position: relative;
}
.cart i {
  padding-left: 20px !important;
}
.shopping-cart p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 5px;
}
.shopping-cart .cart-item p.cart-price {
  float: right;
  text-align: left;
}
.cart-mail {
  line-height: 46px;
}
.shopping-cart a i {
  transition: all 0.3s;
}
.shopping-cart a:hover i {
  color: #25bb2b;
}
.cart-item i {
  font-size: 28px !important;
  color: #25bb2b !important;
}
.shopping-cart p b {
  font-size: 20px;
  color: #313131;
  padding-left: 10px;
}
.shopping-cart p span {
  padding-left: 10px;
  padding-right: 5px;
  font-weight: 700;
}
.icon-round i {
  color: #313131;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 400;
}
.icon-round i:nth-child(5) {
  color: #25bb2b;
}
.icon-round a:last-child {
  position: relative;
  display: block;
  float: right;
}
.header-sec {
  padding: 0 0;
}
header {
  background-color: #05fd0e40;
}
.header p {
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
  color: #bababa;
  transition: all 0.4s;
}
.header p:hover {
  color: #25bb2b;
}
.header .phone i {
  padding-left: 0;
}
.header i {
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
}
.header-right .top-bar-list:nth-child(2) i {
  font-size: 20px !important;
}
.border {
  border-bottom: 1px solid #dedede;
}
.top-bar-list {
  float: left;
  border-right: 1px solid #e2e2e2;
  padding-right: 15px;
}
.header-left .top-bar-list:last-child,
.header-right .top-bar-list:last-child {
  border: none;
  padding: 0;
}
.header-right {
  float: right !important;
}
.header-right p a {
  color: #5d5d5d;
  text-decoration: none;
}
.cart-item {
  float: right;
  padding-left: 18px;
}
.cart-item .cart-mail span {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 6px;
  bottom: 15px;
}
.cart-item .cart-item-hover:before {
  position: relative;
}
.cart-item .cart-item-hover:after {
  position: absolute;
  top: -26px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 13px;
  right: 50%;
}
.cart-item:hover > .cart-item-hover {
  opacity: 1;
  visibility: visible;
}
.cart-item .cart-item-hover {
  position: absolute;
  background-color: #fff;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
  z-index: 99;
  width: 300px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
}
.cart-item .cart-item-hover .cart-item-list {
  position: relative;
  margin-bottom: 20px;
  padding-right: 15px;
  min-height: 73px;
}
.cart-item .cart-item-hover .cart-item-list b {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
.cart-item .cart-item-hover .cart-item-list b a {
  color: #212121;
}
.cart-item .cart-item-hover .cart-item-list img {
  float: left;
  margin-right: 10px;
}
.cart-item .cart-item-hover .cart-item-list h3 {
  color: #212121;
  font-size: 14px;
  margin-top: 0;
  line-height: 22px;
  margin-bottom: 7px;
  transition: all 0.4s;
}
.cart-item .cart-item-hover .cart-item-list h3:hover {
  color: #25bb2b;
}
.cart-item .cart-item-hover .cart-item-list p {
  color: #212121;
  font-weight: 800;
  font-size: 14px;
  padding-left: 0;
}
.cart-item .cart-item-hover .cart-item-list p del {
  color: #757575;
  font-weight: 400;
}
.cart-item .cart-item-hover .border {
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin-bottom: 15px;
  margin-top: 25px;
}
.cart-item .cart-item-hover .cart-total h6,
.cart-item .cart-item-hover .cart-total p {
  color: #212121;
  font-weight: 800;
  font-size: 14px;
}
.cart-item .cart-item-hover .cart-total h6 {
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.cart-item .cart-item-hover .cart-total p {
  float: right;
  font-size: 18px;
  color: #25bb2b;
  margin-top: 0;
}
.cart-item .cart-item-hover .cart-total a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 0 18px;
  height: 46px;
  line-height: 42px;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 26px;
}
.cart-item .cart-item-hover .cart-total a.cart-view {
  background-color: #212121;
  border: 2px solid #212121;
  float: left;
}
.cart-item .cart-item-hover .cart-total a.cart-view:hover {
  background-color: transparent;
  color: #212121;
}
.cart-item .cart-item-hover .cart-total a.cart-checkout {
  float: right;
}
@media (min-width: 320px) and (max-width: 480px) {
  .shopping-cart.col-md-3 {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shopping-cart .cart-item p.cart-price {
    text-align: left;
    padding-left: 0;
  }
}
.border .modal-img {
  position: absolute;
  transform: translateY(-50%);
  left: 4px;
  top: 50%;
}
.border .modal-img.col-sm-5,
.modal-text.col-md-7 {
  padding-left: 0;
  padding-right: 0;
}
.border .modal-img h2 {
  position: absolute;
  top: 30px;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  left: 35px;
}
.border .modal-img p {
  position: absolute;
  font-size: 16px;
  color: #f1f1f1;
  font-weight: 400;
  top: 102px;
  left: 35px;
  line-height: 1.5;
}
.modal-img-text img {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 40%;
  transform: translateX(-50%);
}
.register .modal-img-text img {
  top: 420px;
  transform: translateX(-40%);
}
.border .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
}
.register .modal-img h2 {
  top: 40px;
}
.register .modal-img p {
  top: 115px;
}
.border .modal-text {
  margin-left: 41.66666667%;
  background-color: #fff;
  padding: 35px;
  position: relative;
}
.border .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.border .modal-body button {
  position: absolute;
  right: 27px;
  z-index: 1;
  top: 20px;
  font-size: 30px;
}
.border .swiss-right p {
  font-size: 13px;
  color: #424242;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.border .swiss-right p a {
  color: #424242 !important;
}
.border .social-button .facebook {
  background-color: #3b5998;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 19px;
  transition: all 0.3s;
  border: 1px solid #3b5998;
  position: relative;
}
.border .social-button .facebook:hover a,
.border .social-button .facebook:hover a i {
  color: #3b5998 !important;
}
.border .social-button .facebook:hover {
  border-color: #3b5998 !important;
  background-color: transparent;
}
.border .social-button .facebook a {
  position: relative;
  display: block;
  padding-left: 30px;
}
.border .social-button .facebook a i {
  font-size: 20px;
  color: #fff;
  padding-right: 15px;
  transition: all 0.4s;
  position: absolute;
  left: 0;
}
.or,
.special-offer ul.nav-tabs li.active a {
  position: relative;
}
.border .social-button .facebook a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.border .social-button .google {
  background-color: #ea4335;
  margin-left: 10px;
  border: 1px solid #ea4335;
}
.border .social-button .google:hover a,
.border .social-button .google:hover a i {
  color: #ea4335 !important;
}
.border .social-button .google:hover {
  border-color: #ea4335 !important;
  background-color: transparent;
}
.border .social-button .twitter {
  background-color: #239ddc;
  display: block;
  margin-top: 15px;
  border: 1px solid #239ddc;
}
.border .button,
.border .button a,
.border .modal-acc {
  display: inline-block;
}
.border .social-button .twitter:hover a,
.border .social-button .twitter:hover a i {
  color: #239ddc !important;
}
.border .social-button .twitter:hover {
  border-color: #239ddc !important;
}
.border .input-row h5 {
  font-size: 14px;
  font-weight: 700;
  color: #c1c1c1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.border .navbar-brand {
  float: none;
}
.border .input-row input {
  border: none;
  border-bottom: 2px solid #f1f1f1;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 10px;
  padding-bottom: 12px;
}
.border .privacy-sec {
  margin-bottom: 10px;
  margin-top: 5px;
}
.border .privacy-sec label {
  font-size: 13px;
  color: #424242;
  font-weight: 300;
  margin-left: 10px;
}
.border .privacy-sec input[type="checkbox"] {
  color: #5bc200;
}
.border .button a:hover {
  border: 1px solid #7ed321;
  background-color: transparent;
  color: #7ed321;
}
.border .button a {
  padding: 15px 40px;
  background-color: #7ed321;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
  border-radius: 30px;
  border: 1px solid #7ed321;
}
.border .modal-acc {
  padding-left: 10px;
}
.border .modal-acc p {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
}
.border .modal-text p a {
  color: #7ed321;
}
.or span {
  font-size: 15px;
  color: #424242;
}
.or {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.or span:after,
.or span:before {
  content: "";
  position: absolute;
  width: 200px;
  background-color: #f1f1f1;
  display: block;
  top: 11px;
  height: 2px;
}
.or span:after {
  left: 0;
}
.or span:before {
  right: 0;
}
.input-row {
  position: relative;
}
.input-1:focus + .underline {
  transform: scale(1);
}
.underline {
  background-color: #25bb2b;
  display: inline-block;
  height: 2px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  bottom: 10px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 450px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 1.3em;
  line-height: 0.8;
  color: #7ed321;
  transition: all 0.2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
@media (min-width: 320px) and (max-width: 767px) {
  .border .modal-dialog {
    transform: translateY(0) !important;
    top: 0;
  }
  .border .social-button .facebook {
    text-align: center;
    display: block;
    margin-top: 15px;
  }
  .social-button {
    text-align: center;
  }
  .border .social-button .facebook a {
    font-size: 13px;
    padding-left: 30px;
  }
  .border .input-row h5,
  .border .modal-text p {
    font-size: 13px;
  }
  .border .modal-text {
    display: block;
    margin-left: 0;
    padding: 35px 15px;
  }
  .border .modal-img {
    display: none;
  }
  .border .button,
  .border .modal-acc {
    display: block;
    text-align: center;
  }
  .register .modal-img-text img {
    top: 310px;
  }
  .border .input-row input {
    font-size: 12px;
  }
  .underline {
    width: 100%;
  }
  .border .social-button .google {
    margin-left: 0;
  }
  .or span:after,
  .or span:before {
    width: 90px;
  }
  .border .modal-acc {
    margin-top: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .border .social-button .facebook a {
    font-size: 13px;
    padding-left: 30px;
  }
  .border .input-row h5,
  .border .modal-text p {
    font-size: 13px;
  }
  .border .modal-text {
    display: block;
    margin-left: 0;
  }
  .border .modal-img {
    display: none;
  }
  .border .button,
  .border .modal-acc {
    display: block;
    text-align: center;
  }
  .register .modal-img-text img {
    top: 310px;
  }
  .border .input-row input {
    font-size: 12px;
  }
  .border .social-button .facebook {
    margin-top: 15px;
    padding: 10px 16px;
  }
  .border .social-button .google {
    margin-left: 0;
  }
  .or span:after,
  .or span:before {
    width: 90px;
  }
  .border .modal-acc {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .border .social-button .facebook {
    display: block;
  }
  .border .social-button .facebook.google {
    margin-top: 15px;
    margin-left: 0;
  }
  .underline {
    width: 100%;
  }
  .border .modal-acc {
    text-align: center;
  }
}
.navbar-right li {
  background-color: #25bb2b;
}
select {
  background-image: url(../img/index.html);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 2px;
  border: none;
  color: #fff;
  padding: 10px 30px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.navbar-nav > li:hover .nav-mega-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar-nav > li .nav-mega-menu {
  box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
  top: 110%;
  position: absolute;
  width: 180px;
  background: #fff;
  padding: 10px 15px;
  z-index: 9999;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.navbar-nav > li .nav-mega-menu span a {
  display: block;
  background: 0 0;
  line-height: 40px;
  height: auto;
  transition: all 0.3s;
  border-bottom: 1px solid #f1f1f1;
}
.navbar-nav > li .nav-mega-menu span a:last-child {
  border: none;
}
.round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 20px;
}
.icon-round {
  margin-top: 25px;
}
.round-icon {
  display: inline-block;
  margin-top: 10px;
}
.cart-item .cart-item-hover {
  top: 66px;
  right: -70%;
  text-align: left;
}
.cart-item .cart-item-hover .cart-total a.cart-checkout {
  background-color: #25bb2b;
  border: 2px solid #25bb2b;
}
.cart-item .cart-item-hover .cart-total a.cart-checkout:hover {
  background-color: transparent;
  border: 2px solid #25bb2b;
  color: #25bb2b;
}
.cart-item .cart-item-hover:after {
  border-bottom-color: #25bb2b;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff !important;
  opacity: 1;
}
.main-nav .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header i,
.shopping-cart p span {
  color: #25bb2b;
}
.special-offer ul.nav-tabs li.active a:after {
  border-color: #25bb2b transparent transparent;
}
.search input {
  border-color: #25bb2b;
}
.round {
  background-color: #25bb2b;
  transition: all 0.4s;
}
.round:hover {
  background-color: #25bb2b;
}
.main-nav {
  background-color: #219d20;
  transform: skew(-21deg);
  text-align: center;
  margin-top: 25px;
  margin-bottom: -25px;
  z-index: 5;
}
.main-nav .navbar {
  transform: skew(21deg);
  border: none;
}
.main-nav ul.navbar-nav {
  margin-bottom: -5px;
  display: inline-block;
  float: none;
}
.main-nav ul.navbar-nav li a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.4s;
}
.navbar-nav > li .nav-mega-menu span a:hover {
  color: #25bb2b;
}
.navbar-nav > li .nav-mega-menu span a {
  font-size: 15px;
  font-weight: 400;
  color: #191919;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-nav .navbar-default .navbar-nav > .active > a,
.main-nav .navbar-default .navbar-nav > .active > a:focus,
.main-nav .navbar-default .navbar-nav > li > a:hover {
  background-color: #fbf7f7 !important;
  color: #258420 !important;
}
.top-sec {
  padding-bottom: 170px;
}
.main-nav h3 {
  display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .header-right,
  .shopping-cart {
    text-align: center;
  }
  .header-sec .col-md-5,
  .top-bar-list {
    display: none;
  }
  .header-right {
    float: none !important;
  }
  .top-bar-list:last-child {
    display: block;
    float: none;
  }
  .logo-name img {
    display: inline-block;
    padding-top: 20px;
  }
  .scroll a p,
  .search select {
    display: none;
  }
  .search {
    margin-top: 20px;
  }
  .cart-item .cart-item-hover {
    right: -6px;
    text-align: left;
  }
  .cart-item .cart-item-hover:after {
    right: 30%;
  }
  .shopping-cart p {
    font-size: 14px;
  }
  .shopping-cart .cart-item p.cart-price {
    text-align: left;
  }
  .main-nav,
  .main-nav .navbar {
    transform: none;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
  }
  .padd-80 {
    padding: 60px 0;
  }
  .shopping-cart p b,
  .shopping-cart p span {
    padding-left: 0;
  }
  .navbar-nav > li .nav-mega-menu {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .navbar-nav > li .nav-mega-menu {
    background-color: transparent;
  }
  .navbar-nav > li:hover .nav-mega-menu {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    margin-left: 10px;
    top: 0;
  }
  .navbar-nav > li .nav-mega-menu span a {
    border: none;
    color: #f2f2f2;
  }
  .main-nav ul.navbar-nav {
    width: 100%;
    overflow: hidden;
  }
  .main-nav ul.navbar-nav li a {
    width: 100%;
  }
  .shopping-cart.col-xs-12 {
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header-right,
  .shopping-cart.col-md-3 {
    text-align: center;
  }
  .header-sec .col-md-5,
  .top-bar-list {
    display: none;
  }
  .header-right {
    float: none !important;
  }
  .top-bar-list:last-child {
    display: block;
    float: none;
  }
  .logo-name img {
    display: inline-block;
    padding-top: 20px;
  }
  .search {
    margin-top: 20px;
  }
  .round {
    right: 8px;
  }
  .search.col-md-6 {
    padding: 0;
  }
  .shopping-cart p {
    font-size: 14px;
  }
  .main-nav,
  .main-nav .navbar {
    transform: none;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
  }
  .scroll {
    display: none;
  }
  .padd-100 {
    padding: 60px 0;
  }
  .cart-item .cart-item-hover {
    right: -5%;
  }
  .cart-item .cart-item-hover::after {
    right: 34%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .scroll p {
    color: #fff !important;
    font-weight: 600;
  }
  .main-nav ul.navbar-nav li a {
    padding: 15px 13px;
    font-size: 14px;
    line-height: 1;
  }
  .shopping-cart {
    position: absolute !important;
    top: 10px;
    right: 15px;
  }
  .header-left {
    display: none;
  }
  .header-right {
    float: none !important;
    display: table;
    margin: 0 auto;
  }
  .header {
    text-align: center;
  }
  .shopping-cart p {
    font-size: 16px;
    margin-top: 0;
    padding-left: 10px;
  }
  .cart-item .cart-item-hover {
    right: 12%;
  }
  .cart-item .cart-item-hover:after {
    right: 25%;
  }
  .shopping-cart p b,
  .shopping-cart p span {
    padding-left: 0;
  }
  .navbar {
    min-height: 45px !important;
  }
  .search.col-md-6 {
    padding: 0;
  }
  .round {
    right: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shopping-cart.col-md-3 {
    padding: 0;
  }
  .cart-item .cart-item-hover {
    right: -20%;
  }
  .cart-item .cart-item-hover:after {
    right: 25%;
  }
  .shopping-cart p b {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .cart-item .cart-item-hover {
    right: 0;
    text-align: left;
  }
  .cart-item .cart-item-hover::after {
    right: 30%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-nav h3 {
    display: inline-block;
    margin: 0;
    color: #fff;
    line-height: 50px;
    text-align: left;
  }
  .main-nav {
    text-align: inherit;
  }
  .main-nav .navbar-toggle {
    margin-right: 0 !important;
  }
}
.main-slider {
  position: relative;
}
.scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  text-align: center;
}
.scroll a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.scroll a p {
  color: #fff !important;
}
.scroll span {
  display: block;
  width: 5px;
  height: 50px;
  background-color: #25bb2b;
  margin: 0 auto;
}
.main-slider .carousel img {
  width: 100%;
}
.main-slider .carousel-indicators {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 5%;
  left: auto;
  right: 1%;
}
.main-slider .carousel-indicators li {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 0 0 15px;
  position: relative;
  border-color: #fff;
}
.heading h1,
.heading h2 {
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.main-slider .carousel-indicators li.active:after {
  content: "";
  border: 1px solid #25bb2b;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  left: -6px;
}
.main-slider .carousel-indicators li.active {
  background-color: #fff;
  border-color: #fff;
  width: 6px;
  height: 6px;
}
.main-sld .carousel-control {
  top: auto;
  width: auto;
  color: #262626;
  text-transform: uppercase;
  opacity: 1;
}
.add-cart-hover h6,
.heading h2 {
  top: 50%;
  text-transform: uppercase;
}
.main-slider .carousel-control i {
  color: #ff3349;
}
.main-sld .carousel-control.right,
.main-slider .carousel-control.left {
  right: 6%;
  left: auto;
  bottom: 60px;
}
.main-slider .carousel-control.right {
  bottom: 35px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .main-slider .carousel-indicators {
    display: none;
  }
}
.heading {
  position: relative;
}
.heading h1 {
  font-size: 120px;
  text-transform: uppercase;
  opacity: 0.1;
}
.heading.white h1,
.heading.white h2 {
  color: #fff;
}
.heading h2 {
  font-size: 40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: none;
}
.special-offer .nav-tabs > li {
  padding: 0 15px;
}
.product h4,
.tab-structure .col-sm-4 {
  padding-left: 0;
}
.special-offer ul.nav-tabs {
  position: relative;
  display: inline-block;
}
.special-offer ul.nav-tabs li a {
  font-size: 18px;
  color: #474747;
}
.special-offer .nav-tabs {
  margin-bottom: 24px;
  text-align: center;
  margin-top: 0;
  border: none;
}
.tab .nav-tabs li {
  background-color: #f7f6f6;
  float: left;
  line-height: 40px;
}
.tab ul.nav-tabs li {
  border-top: 5px solid #25bb2b;
  border-color: transparent;
  padding-bottom: 5px;
}
.tab ul.nav-tabs li.active {
  background-color: transparent;
  border-color: #25bb2b;
}
.tab-structure ul.nav-tabs {
  float: none;
  margin: 0 0 40px;
}
.tab-structure {
  border: none;
}
.tab-product {
  text-align: center;
}
.tab-role.tab-structure ul.nav-tabs li.active {
  border-color: #25bb2b;
}
.product {
  border: 1px solid #f2f2f2;
  position: relative;
  margin-bottom: 50px;
}
.product p {
  color: #5d5d5d;
  font-weight: 600;
  margin-bottom: 7px;
}
.product h4,
.product:hover p {
  color: #25bb2b;
}
.product h4 {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}
.product-hover {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -20px;
  text-align: right;
  padding-right: 15px;
}
.product:hover .add-cart-hover {
  width: 160px;
  border-radius: 40px;
  transition: all 1s;
  -webkit-transition: all 0.4s;
  background-color: #25bb2b;
  box-shadow: 0 0 20px rgba(97, 57, 96, 0.7);
}
.add-cart-hover {
  width: 40px;
  height: 40px;
  border: 2px solid #25bb2b;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-color: #fff;
  float: right;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  padding-right: 9px;
}
.add-cart-hover a {
  display: block;
}
.add-cart-hover i {
  line-height: 36px;
  color: #25bb2b;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: inline-block;
}
.product:hover .add-cart-hover i {
  color: #fff;
  font-size: 16px;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.add-cart-hover h6 {
  display: none;
  transition: all 1s;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 15px;
  transform: translateY(-50%);
}
.product:hover .add-cart-hover h6 {
  animation: product-h6 1s;
  display: block;
}
@keyframes product-h6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.quick-view {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  display: none;
  transition: all 0.4s;
}
.quick-view:hover {
  background-color: #25bb2b;
  box-shadow: 0 0 20px rgba(97, 57, 96, 0.7);
}
.quick-view:hover a {
  color: #fff;
}
.quick-view a {
  line-height: 40px;
  font-size: 20px;
  color: #5d5d5d;
  display: block;
  transition: all 0.4s;
}
.product:hover .quick-view {
  display: inline-block;
}
.offer-discount {
  width: 48px;
  position: absolute;
  text-align: center;
  float: right;
  margin-top: 10px;
  line-height: 23px;
  height: 23px;
  top: 0;
  right: 15px;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #ff734e;
  font-size: 11px;
  z-index: 5;
}
.product-img {
  position: relative;
  padding: 0;
}
.product-img .product-href {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.product-img img {
  position: relative;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.detail-left .carousel .item img,
.detail-left ul li img,
.icon-plus {
  display: inline-block;
}
.product-img .img-overlay {
  position: absolute;
  opacity: 1;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.product:hover .product-img .img-overlay {
  opacity: 0;
}
.sale-heart-hover {
  position: absolute;
  right: 15px;
  bottom: 5px;
  opacity: 0;
  transition: all 0.4s;
  z-index: 5;
}
.sale-heart-hover i {
  color: #d5d5d5;
  font-size: 22px;
}
.product:hover .sale-heart-hover {
  opacity: 1;
}
.product-body {
  position: relative;
  padding: 20px 15px;
}
.top-sec .col-md-12.text-center {
  margin-top: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  .product p {
    font-size: 16px;
  }
  .product h4 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heading h1 {
    font-size: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-structure.col-md-12 {
    padding: 0;
  }
}
.quick-modal .modal-lg {
  width: 1000px;
  max-height: 90%;
  overflow: auto;
}
.detail-left {
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 30px;
  padding-top: 50px;
}
.detail-left .carousel-control.right {
  background-image: none;
}
.detail-left .zoom-btn {
  position: absolute;
  display: inline-block;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #d5d5d5;
  line-height: 40px;
  text-align: center;
  bottom: 175px;
  z-index: 6;
}
.detail-left .carousel-indicators {
  left: 0;
  margin-left: 5px;
  width: 100%;
  position: relative;
  bottom: auto;
}
.detail-left .carousel-indicators li {
  border: none;
  border-radius: 0;
  float: left;
  height: 90px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 100px;
}
.detail-left .carousel-indicators img {
  border: 2px solid #fff;
  float: left;
}
.detail-left .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  height: inherit;
  bottom: auto;
}
.color-var,
.new-label {
  position: absolute;
  top: 20px;
}
.banner-sec .banner-left .row .img-hover:hover img,
.banner-sec .banner-right .img-hover:hover img {
  transform: scale(1.2);
}
.detail-left .carousel-control .fa {
  color: #000;
  font-size: 50px;
}
.detail-left .carousel-indicators .active img {
  border: 2px solid #428bca;
  opacity: 0.7;
}
.detail-left .lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
}
.detail-page .coupon {
  padding: 14px 35px;
  float: left;
}
.detail-page .menu ul.navbar-nav.navbar-left {
  margin-left: 0;
}
.detail-page .navbar-collapse {
  padding-left: 0;
}
.icon-plus {
  width: 20px;
  height: 20px;
  border: 2px solid #ababab;
  border-radius: 50%;
  float: right;
  text-align: center;
}
.icon-plus i {
  font-size: 10px;
  line-height: 16px;
  color: #ababab;
  display: block;
  font-weight: 700;
}
.color-var li a,
.rate h2,
.rate h2 del {
  display: inline-block;
}
.new-label {
  background-color: #25bb2b;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 5px 8px;
  border-radius: 30px;
  left: 20px;
}
.color-var {
  list-style: none;
  padding-left: 0;
  right: 20px;
  z-index: 50;
}
.color-var li a {
  width: 25px;
  height: 25px;
  border: 1px solid #ececec;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  margin-bottom: 8px;
}
.color-var li:nth-child(1) a {
  background-color: #222;
}
.color-var li:nth-child(2) a {
  background-color: #f7c6bf;
}
.color-var li:nth-child(3) a {
  background-color: #fff;
}
.color-var li:nth-child(4) a {
  background-color: #c6c6c6;
}
.color-var li:nth-child(5) a {
  background-color: #d03131;
}
.color-var li a.active i {
  opacity: 1;
}
.color-var li a i {
  line-height: 25px;
  color: #fff;
  opacity: 0;
}
.detail-top h1 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 7px;
}
.detail-top h6 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ababab;
}
.detail-top .rating {
  margin-top: 7px;
}
.detail-top .rating i {
  margin-right: 8px;
  font-size: 16px;
  color: #eec627;
}
.detail-top .rating a,
.detail-top .rating span {
  color: #ababab;
  font-size: 16px;
  font-weight: 400;
}
.detail-top .rating a {
  font-style: italic;
  float: right;
}
.rate {
  margin-top: 15px;
}
.rate h2 {
  font-size: 34px;
  font-weight: 700;
  color: #25bb2b;
  margin-top: 8px;
  margin-right: 15px;
}
.rate h2 del {
  font-size: 16px;
  font-weight: 400;
  color: #ababab;
  margin-left: 8px;
  vertical-align: inherit;
  margin-top: -3px;
}
label.offer-label {
  text-align: center;
  line-height: 24px;
  height: 26px;
  padding: 0 12px;
  border-radius: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #232f3e;
  font-size: 13px;
  z-index: 1;
}
.rate span {
  float: right;
  font-size: 16px;
  color: #49b72c;
  margin-top: 13px;
}
.rate span i {
  font-size: 18px;
}
.detail-right .detail {
  margin-top: 15px;
}
.detail-right .detail.feature {
  margin-top: 25px;
}
.detail-right .detail,
.detail-right ul {
  list-style: none;
  padding-left: 0;
}
.detail-right .detail p,
.detail-right .detail.feature ul li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #999;
}
.detail-right .detail .sub-menu a.main-a {
  font-weight: 700;
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  display: block;
  margin-bottom: 15px;
}
.detail-right .detail.feature .toggle-ul ul {
  width: 50%;
  float: left;
}
.detail-right .detail.feature ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}
.detail-right .detail.feature ul li i {
  position: absolute;
  left: 0;
  color: #25bb2b;
  font-size: 20px;
}
.detail-row p {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: #ababab;
}
.detail-row p span {
  color: #5d5d5d;
  font-weight: 900;
}
.action-icon a,
ul.size li a {
  font-weight: 400;
  display: inline-block;
}
.soc-icon a {
  display: inline-block;
  font-size: 20px;
  padding: 0 5px;
  transition: all 0.4s;
}
ul.size {
  margin-left: 30px;
}
ul.size,
ul.size li {
  display: inline-block;
}
ul.size li a:hover,
ul.size li.active a {
  background-color: #232f3e;
  color: #fff;
  border: 1px solid #232f3e;
}
ul.size li a {
  padding: 7px 10px;
  border: 1px solid #f2f2f2;
  color: #282828;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 15px;
  border-radius: 45px;
  transition: all 0.3s;
}
.detail-btm {
  margin-top: 20px;
}
.blog-detail .menu ul.navbar-nav.navbar-left {
  margin-left: 0;
}
.blog-detail .navbar-collapse {
  padding-left: 0;
}
.quantity-box {
  margin-top: 15px;
  margin-bottom: 22px;
}
.quantity-box #field1 {
  margin-top: 5px;
  float: left;
}
.quantity-box #field1 input {
  border: 1px solid #e7e7e7;
  width: 66px;
  text-align: center;
  height: 46px;
  float: left;
  color: #ababab;
}
.quantity-box #field1 button {
  border: 1px solid #e7e7e7;
  background-color: transparent;
  font-size: 14px;
  height: 46px;
  width: 42px;
  text-align: center;
}
.quantity-box #field1 button#sub {
  margin-right: -1px;
  float: left;
}
.quantity-box #field1 button#add:hover,
.quantity-box #field1 button#sub:hover {
  color: #25bb2b;
}
.action-icon a,
.action-icon a i {
  color: #dbdbdb;
  transition: all 0.3s;
}
.quantity-box #field1 button#add {
  margin-left: -1px;
  float: left;
}
.action-icon {
  display: inline-block;
  margin-top: 15px;
}
.action-icon a {
  font-size: 16px;
  margin-left: 15px;
}
.action-icon a i {
  font-size: 20px;
  margin-right: 7px;
  vertical-align: middle;
}
.action-icon a:hover,
.action-icon a:hover i {
  color: #25bb2b !important;
}
.quantity-box .sub {
  border-radius: 30px 0 0 30px;
}
.quantity-box .add {
  border-radius: 0 30px 30px 0;
}
.detail-row .soc-icon {
  display: inline-block;
}
.detail-row .soc-icon a i {
  color: #868686;
}
.quick-modal .coupon {
  padding: 13px 30px;
  display: inline-block;
  margin-top: 5px;
  background-color: #25bb2b;
  text-align: center;
  margin-left: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 30px;
  transition: all 0.3s;
  border: 1px solid #25bb2b;
}
.banner-sec .banner-left .img-hover,
.banner-sec .banner-left .img-hover img,
.banner-sec .banner-right .img-hover img,
.detail-row .soc-icon a i {
  transition: all 0.4s;
}
.quick-modal .coupon:hover {
  background-color: transparent;
  color: #25bb2b;
}
#thumbcarousel .thumb {
  width: 25%;
  float: left;
}
.quick-modal .detail-left {
  background-color: transparent;
  padding: 0;
}
.quick-modal .detail-left.col-md-5 {
  padding: 0;
}
#thumbcarousel {
  margin-top: 15px;
}
.quick-modal button.close {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 48px;
  z-index: 5;
}
.quick-modal .rate h2 {
  font-size: 28px;
}
.quick-modal .rate h2 del {
  font-size: 14px;
}
.quick-modal .detail-top h1 {
  font-size: 28px;
}
.quick-modal .detail-left .carousel-control .fa {
  font-size: 36px;
}
.quick-modal .carousel-control {
  left: -30px;
}
.quick-modal .carousel-control.right {
  right: -30px;
}
.quick-modal .detail-row .soc-icon a i:hover {
  color: #ff4001;
}
.quick-modal .carousel img {
  width: auto;
}
@media (min-width: 320px) and (max-width: 480px) {
  .quick-modal .modal-lg {
    width: auto;
  }
  .quick-modal button.close {
    font-size: 36px;
  }
  .quick-modal .detail-left .carousel .item img {
    width: 100%;
  }
  .quick-modal .detail-right.col-md-7 {
    margin-top: 30px;
    padding: 0;
  }
  .quick-modal .detail-top .rating a {
    float: none;
  }
  .quick-modal .rate h2 {
    font-size: 24px;
  }
  .quick-modal .coupon {
    margin-left: 0;
    margin-top: 10px;
  }
  .quick-modal .detail-top h1 {
    font-size: 20px;
  }
  .quick-modal .detail-left .carousel-control .fa {
    font-size: 24px;
  }
  .quick-modal .carousel-control {
    left: -14px;
  }
  .quick-modal .carousel-control.right {
    right: -14px;
  }
  .action-icon.pull-right {
    float: none !important;
  }
  ul.size li a {
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 4px;
  }
  ul.size {
    margin-left: 0;
  }
  .detail-right .detail.feature ul li {
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .quick-modal .modal-lg {
    width: auto;
  }
  .quick-modal button.close {
    font-size: 36px;
  }
  .quick-modal .detail-right.col-md-7 {
    margin-top: 40px;
    padding: 0;
  }
  .quick-modal .detail-top h1,
  .quick-modal .rate h2 {
    font-size: 24px;
  }
  .quick-modal .rate span {
    margin-top: 10px;
  }
  .quick-modal .action-icon.pull-right {
    float: none !important;
  }
  .quick-modal .carousel-control.right {
    right: -10px;
  }
  .quick-modal .carousel-control {
    left: -10px;
    width: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quick-modal .modal-lg {
    width: 700px;
  }
  .quick-modal button.close {
    z-index: 1;
  }
  .quick-modal .detail-right.col-md-7 {
    margin-top: 60px;
  }
  .quick-modal .color-var {
    right: 50px;
  }
  #thumbcarousel .thumb img {
    width: 75%;
  }
  .quick-modal .carousel-control.right {
    right: 0;
  }
  .quick-modal .carousel-control {
    width: 5%;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quick-modal button.close {
    right: 30px;
    font-size: 36px;
  }
  .quick-modal .detail-top h1 {
    font-size: 26px;
  }
  .quick-modal .modal-lg {
    margin: 0 auto;
    width: 900px;
  }
  .quantity-box #field1 input {
    width: 50px;
  }
  .quick-modal .coupon {
    padding: 13px 20px;
  }
  .action-icon a {
    font-size: 14px;
    margin-left: 8px;
  }
  .action-icon a i {
    font-size: 16px;
  }
}
.banner-link h2,
.img-info h5 {
  margin-top: 0;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 480px) {
  .heading h2 {
    font-size: 20px;
  }
  .heading h1 {
    font-size: 50px;
  }
  .top-sec {
    padding-bottom: 230px;
    padding-top: 60px;
  }
  .special-offer .nav-tabs > li {
    padding: 0 15px;
  }
  .special-offer ul.nav-tabs li a {
    font-size: 13px;
  }
  .top-sec .col-md-12,
  .top-sec .col-md-4 {
    padding: 0;
  }
  .padd-80 {
    padding: 60px 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .heading h2 {
    font-size: 30px;
  }
  .heading h1 {
    font-size: 78px;
  }
  .special-offer .nav-tabs > li {
    padding: 0 10px;
  }
  .special-offer ul.nav-tabs li a {
    font-size: 16px;
  }
  .product-img img {
    width: 100%;
  }
  .special-offer ul.nav-tabs li {
    padding: 0 9px;
  }
  .top-sec.padd-80 {
    padding: 60px 0 170px;
  }
  .tab-structure .col-sm-4 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-structure.tab-role.col-md-12 {
    padding: 0;
  }
  .special-offer .product p {
    font-size: 16px;
  }
  .product:hover .add-cart-hover {
    width: 140px;
  }
  .add-cart-hover h6 {
    font-size: 14px;
  }
  .top-sec.padd-80 {
    padding: 60px 0 150px;
  }
  .special-offer .tab-structure .col-sm-4 {
    padding: 0 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product:hover .product p {
    font-size: 16px;
  }
  .product:hover .add-cart-hover {
    width: 140px;
  }
  .add-cart-hover h6 {
    font-size: 14px;
  }
  .tab-structure .col-sm-4 {
    padding-left: 15px;
  }
}
.slider-sec {
  background-image: url(../img/index-2/slider-bg.jpg);
  background-size: cover;
  padding: 80px 0 350px;
}
.carousel-caption,
.slider-inner .carousel-caption {
  width: 100%;
  text-align: left;
  padding-bottom: 0;
  text-shadow: none;
}
.slider-sec .container {
  position: relative;
}
.slider-sec .banner-sec {
  position: absolute;
  z-index: 51;
}
.slider-inner .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
}
.banner-left.col-sm-6 {
  padding-left: 0;
}
.banner-sec img {
  width: 100%;
}
.banner-sec .banner-left .row .col-sm-6 {
  padding-right: 0;
  margin-bottom: 15px;
  position: relative;
}
.banner-sec .banner-left .img-hover {
  overflow: hidden;
  position: relative;
}
.banner-sec .banner-right .img-hover {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
}
.banner-link h2 a,
a.def-btn {
  color: #fff;
  transition: all 0.3s;
}
.banner-sec .banner-left .row .col-sm-12 {
  padding-right: 0;
  position: relative;
}
.banner-sec .banner-right.col-sm-6 {
  padding-right: 2px;
}
.banner-link {
  position: absolute;
  bottom: 20px;
  left: 35px;
  right: 35px;
}
.banner-link h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.banner-sec a.shop-btn:hover i {
  animation-name: red;
  animation-duration: 0.55s;
  position: relative;
}
a.shop-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.carousel-caption {
  position: relative;
  left: 0;
  right: 0;
}
.slider-inner .carousel-inner {
  overflow: visible;
}
.slider-inner {
  position: relative;
  margin-bottom: 50px;
}
.slider-inner .col-md-8 {
  position: absolute;
  top: -150px;
  right: 16px;
}
.slider-inner .img-info {
  position: relative;
  background-color: #25bb2b;
  color: #fff;
  padding: 30px 40px;
  z-index: 5;
  overflow: hidden;
}
.img-info span,
a.def-btn {
  background-color: #25bb2b;
}
.img-info h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.img-info span {
  display: block;
  width: 60px;
  height: 3px;
}
.img-info h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 5px;
}
.img-info h4,
.img-info p {
  font-size: 16px;
  font-weight: 400;
}
.img-info p {
  line-height: 1.6;
}
.img-info h4 {
  margin-bottom: 20px;
}
.img-info h4 b {
  font-size: 42px;
  font-weight: 700;
  margin: 15px 0;
}
.img-info img {
  position: absolute;
  right: -20px;
  bottom: 0;
}
a.def-btn {
  display: inline-block;
  border: 2px solid #25bb2b;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 50px;
  text-transform: uppercase;
}
a.def-btn.bor-btn {
  background-color: transparent;
  border-color: #313131;
  color: #313131;
}
a.def-btn.bor-btn:hover {
  background-color: #25bb2b;
  color: #fff;
  border-color: #25bb2b;
}
a.def-btn:hover {
  background-color: #fff;
  color: #25bb2b;
}
.slider-sec .carousel-control {
  top: auto;
  right: 155px;
  left: auto;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 12px 20px;
  background-color: transparent;
  border-color: #fff;
  background-image: none !important;
  opacity: 1;
  text-shadow: none;
  bottom: 20px;
  line-height: 18px;
}
.slider-sec .carousel-control:hover {
  background-color: #25bb2b;
  border-color: #25bb2b;
  color: #fff !important;
  opacity: 1 !important;
}
.slider-sec .carousel-control.right {
  right: 29px;
}
.slider-sec .carousel-control.left {
  right: 175px;
}
.slider-sec .owl-item .sale:hover > .icon-hover {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.carousel-caption div:first-child {
  animation-delay: 1s;
}
.carousel-caption div:nth-child(2) {
  animation-delay: 2s;
}
@media (min-width: 320px) and (max-width: 480px) {
  .img-info h2 {
    font-size: 20px;
  }
  .slider-inner .col-md-8 {
    right: 0;
  }
  .img-info p {
    font-size: 14px;
  }
  .slider-inner .img-info {
    padding: 20px;
  }
  .img-info h4 b {
    font-size: 26px;
  }
  .img-info img {
    display: none;
  }
  .slider-sec .slider-inner .carousel .carousel-control {
    position: initial;
  }
  .slider-sec .slider-inner .carousel {
    text-align: center;
  }
  .slider-sec .banner-sec {
    position: relative;
  }
  .banner-left .row {
    margin-right: 0;
  }
  .banner-link h2 {
    font-size: 16px;
  }
  .banner-right {
    margin-top: 15px;
  }
  .featured-sec,
  .slider-sec {
    padding: 60px 0;
  }
  .banner-left.col-sm-6,
  .banner-right.col-sm-6,
  .slider-sec .item .col-md-8,
  .slider-sec .item .col-sm-6 {
    padding: 0;
  }
  .banner-link {
    width: 93%;
    right: auto;
    left: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .slider-inner .img-info {
    padding: 15px;
  }
  .img-info h2 {
    font-size: 22px;
  }
  .slider-inner .col-md-6 {
    width: 100%;
  }
  .img-info img {
    display: none;
  }
  .img-info p {
    font-size: 14px;
  }
  .img-info h4 b {
    font-size: 30px;
  }
  .banner-sec .banner-left .row .col-sm-6 {
    width: 50%;
    float: left;
  }
  .slider-sec .banner-sec {
    position: relative;
    margin-top: 80px;
  }
  .banner-right {
    margin-top: 15px;
  }
  .slider-sec {
    padding: 60px 0;
  }
  .banner-link h2 {
    font-size: 16px;
  }
  .banner-left .row {
    margin-right: 0;
  }
  .slider-sec .carousel-control {
    bottom: -43px;
  }
  .banner-link {
    left: 29px;
  }
  .slider-inner .col-md-8 {
    right: 0;
  }
  .banner-left.col-sm-6,
  .banner-right.col-sm-6,
  .slider-sec .item .col-md-8,
  .slider-sec .item .col-sm-6 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-link {
    left: 16px;
    right: 0;
  }
  .banner-link h2 {
    font-size: 16px;
  }
  .banner-link a.shop-btn {
    font-size: 12px;
  }
  .img-info img {
    display: none;
  }
  .img-info h2 {
    font-size: 30px;
  }
  .slider-inner .col-md-8 {
    right: 0;
  }
  .slider-sec .item .col-sm-6 {
    padding-right: 0;
  }
  .slider-sec .item .col-md-8,
  .slider-sec .item .col-sm-6 {
    padding: 0;
  }
  .banner-sec .banner-right.col-sm-6 {
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-info img {
    width: 180px;
  }
  .banner-link h2 {
    font-size: 20px;
  }
  .banner-link {
    left: 25px;
  }
  .banner-sec .banner-right.col-sm-6 {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .banner-sec .banner-right.col-sm-6 {
    padding-right: 15px;
  }
}
.featured-sec {
  padding: 0 0 80px;
}
.featured-product-sec .col-md-8 {
  padding: 60px 0 0;
}
.featured-sec h5 {
  font-size: 28px;
}
.featured-sec .heading h2 {
  font-size: 40px;
  margin-top: 0;
}
.featured-sec h2 {
  font-size: 18px;
  font-weight: 700;
  max-width: 90%;
  line-height: 1.5; /*! margin-top: 10px; */
}
.featured-product-img.col-md-6 {
  padding-left: 0;
}
.featured-sec .product-detail h2 {
  margin-top: 0;
}
.featured-sec .featured-product-content.product-detail h2 {
  margin-top: 20px;
}
.featured-sec h3 {
  display: inline-block;
  font-size: 24px;
  color: #232f3e;
  font-weight: 700;
  margin-top: 10px;
}
.featured-sec p {
  color: #ababab;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0;
}
.featured-sec h4 {
  display: inline-block;
  text-decoration: line-through;
  font-size: 16px;
  color: #ababab;
  padding-left: 5px;
}
.featured-sec #timer-2 h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.featured-sec #timer-2 {
  margin-top: 25px;
}
.featured-sec #timer-2 p {
  font-size: 14px;
}
#days,
#dayss,
#hours,
#hourss,
#minutes,
#minutess,
#seconds,
#secondss {
  color: #707070;
  font-weight: 700;
}
#days,
#days1,
#dayss,
#hours,
#hours1,
#hourss,
#minutes,
#minutes1,
#minutess,
#seconds,
#seconds1,
#secondss {
  font-size: 24px;
  display: inline-block;
  padding: 10px 15px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.featured-sec .featured-product-content img {
  float: left;
  margin-right: 20px;
}
.featured-sec .featured-product-content.col-md-12 {
  padding: 0 0 20px;
  border-bottom: 1px solid #ededed;
  margin-top: 20px;
}
.featured-sec .featured-product-content.product-detail h2 {
  max-width: none;
  transition: all 0.4s;
  margin-bottom: 0;
}
.featured-sec .featured-product-content.product-detail h2:hover {
  color: #25bb2b;
}
.featured-sec .featured-product-content.col-md-12:last-child {
  border: none;
}
.featured-sec .featured-product-content.col-md-12:first-child {
  margin: 0;
}
.featured-sec .add-cart-hover {
  width: 160px;
  border-radius: 40px;
  transition: all 1s;
  -webkit-transition: all 0.4s;
  background-color: #25bb2b;
  box-shadow: 0 0 20px rgba(97, 57, 96, 0.7);
  float: none;
  margin-left: 15px;
}
.featured-sec .add-cart-hover h6,
.featured-sec .quick-view {
  display: inline-block;
  float: left;
}
.featured-sec .add-cart-hover i {
  color: #fff;
  text-align: right;
}
.featured-sec .add-cart-hover {
  text-align: right !important;
}
.featured-sec .heart {
  display: inline-block;
  margin-right: 10px;
}
.featured-sec .product-hover {
  position: relative;
  text-align: left;
}
.featured-product-body.col-md-4 {
  padding-right: 33px;
}
#timer-2 .col-sm-3 {
  padding: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  .featured-sec {
    padding: 60px 0;
  }
  .featured-sec .heading h2 {
    margin-top: 0;
    font-size: 20px !important;
  }
  .featured-sec .featured-product-content.col-md-12 {
    padding-bottom: 60px;
  }
  .featured-product-img.col-md-6 {
    padding: 0;
  }
  .featured-sec .col-md-8 {
    padding: 40px 0;
  }
  .featured-sec .featured-product-content.product-detail h2 {
    font-size: 14px;
    margin-top: 15px;
  }
  .featured-sec h3 {
    font-size: 16px;
  }
  .featured-sec h4 {
    font-size: 14px;
  }
  .featured-sec p {
    font-size: 13px;
    max-width: none;
    margin-top: 0;
  }
  .featured-sec #timer-2 #minutes,
  .featured-sec #timer-2 #seconds {
    margin-top: 20px;
  }
  .featured-sec .add-cart-hover {
    width: 139px;
  }
  .add-cart-hover h6 {
    font-size: 14px;
  }
  .featured-sec .product-hover {
    width: 101%;
    padding-right: 00;
    margin-top: 15px;
  }
  .featured-sec h2 {
    margin-bottom: 0;
  }
  .featured-sec .product-detail h2 {
    max-width: none;
  }
  .product-detail.col-md-6 {
    padding: 0;
    margin-top: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .featured-sec {
    padding: 60px 0;
  }
  .featured-sec h4 {
    font-size: 16px;
  }
  .featured-sec p {
    font-size: 14px;
    max-width: none;
    margin-top: 0;
  }
  .featured-sec h2 {
    margin-bottom: 0;
    font-size: 30px;
    margin-top: 0;
  }
  .featured-sec .featured-product-content.col-md-12 {
    padding-bottom: 70px;
  }
  .featured-product-sec .product-detail h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .featured-product-content.product-detail h2 {
    font-size: 16px;
  }
  .featured-sec .product-hover {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .featured-product-body.pt-60 {
    padding-top: 30px;
  }
  .featured-product-sec .col-xs-6 {
    width: 25%;
    float: left;
  }
  .featured-product-body.col-md-4 {
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-sec .featured-product-content.col-md-12 {
    padding-bottom: 68px;
  }
  .featured-sec {
    padding-top: 140px !important;
  }
  .featured-sec .product-hover {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .featured-sec p {
    font-size: 16px;
  }
  .featured-sec .product-detail h2 {
    max-width: none;
  }
  .featured-sec.featured-product-sec .col-md-8 {
    width: 100%;
    display: inline-block;
    padding: 60px 0 0;
  }
  .featured-sec.featured-product-sec .col-md-8 .col-md-6 {
    width: 50%;
    float: left;
  }
  .featured-sec .add-cart-hover {
    width: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-sec {
    padding: 300px 0 80px;
  }
  .featured-sec p {
    font-size: 14px;
  }
  .featured-sec .featured-product-content.product-detail h2 {
    font-size: 16px;
  }
  .featured-sec .add-cart-hover {
    width: 145px;
  }
}
.testimonial-sec {
  background-image: url(../img/index-2/testimonial-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.testimonial-sec .item {
  padding-bottom: 55px;
}
.testimonial-sec .item p {
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 400;
  max-width: 62%;
  display: inline-block;
  margin: 30px 0 20px;
  color: #fff;
}
.testimonial-sec .item h2 {
  font-size: 20px;
  margin-top: 10px;
}
.testimonial-sec .carousel-control {
  top: 35%;
  bottom: auto;
  width: auto;
  font-size: 40px;
}
.testimonial-sec .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  text-shadow: none;
  text-align: center;
  padding-bottom: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  .testimonial-sec .item,
  .testimonial-sec.padd-80 {
    padding-bottom: 50px;
  }
  .testimonial-sec .carousel-control {
    font-size: 15px;
  }
  .testimonial-sec .item p {
    font-size: 14px;
    max-width: 80%;
  }
  .testimonial-sec .carousel-indicators {
    bottom: 30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-sec .item p {
    font-size: 15px;
    max-width: 79%;
  }
  .testimonial-sec .carousel-control {
    font-size: 28px;
  }
  .testimonial-sec .item {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-sec .item p {
    max-width: 80%;
  }
  .testimonial-sec .item {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-sec .item {
    padding-bottom: 50px;
  }
}
.trendy-sec {
  position: relative;
}
.trendy-sec .category-col {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.1);
}
.trendy-sec p {
  font-size: 16px;
}
.trendy-sec .tranding .owl-next i,
.trendy-sec .tranding .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.4) !important;
}
.trendy-sec .tranding .owl-next,
.trendy-sec .tranding .owl-next:hover,
.trendy-sec .tranding .owl-prev,
.trendy-sec .tranding .owl-prev:hover {
  background-color: transparent;
}
.trendy-sec .category-col .navbar-default {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 220px;
}
.tranding {
  padding: 0 80px;
}
.category-col .navbar-header {
  float: none;
  font-size: 20px;
  letter-spacing: 3px;
}
.category-col .navbar-header h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.category-col .navbar-collapse {
  padding: 0;
}
.category-col .navbar-default .navbar-nav > li {
  float: none;
}
.category-col .navbar-default .navbar-nav > li > a {
  color: #313131;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}
.category-col .navbar-default .navbar-nav > li > a i {
  margin-left: -15px;
  opacity: 0;
  transition: all 0.3s;
  color: #25bb2b;
}
.category-col .navbar-default .navbar-nav > li:hover > a i {
  opacity: 1;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .trendy-sec .category-col {
    position: relative;
    height: 50px;
    padding: 0;
  }
  .trendy-sec .category-col .navbar-default {
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    position: relative;
  }
  .category-col .navbar-header h2 {
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 15px;
  }
  .trendy-sec .category-col .navbar-default .navbar-nav {
    padding: 0 15px;
    margin: 0;
  }
  .trendy-sec .navbar-default .navbar-toggle:focus,
  .trendy-sec .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .tranding {
    padding: 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .trendy-sec .tranding .owl-next i,
  .trendy-sec .tranding .owl-prev i {
    font-size: 36px;
  }
  .tranding {
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .add-cart-hover h6 {
    font-size: 14px;
  }
  .product:hover .add-cart-hover {
    width: 133px;
  }
  .trendy-sec .tranding {
    padding: 0;
  }
  .padd-80 {
    padding: 60px 0;
  }
  .trendy-sec .tranding .owl-next i,
  .trendy-sec .tranding .owl-prev i {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trendy-sec .category-col {
    position: relative;
    height: 50px;
    padding: 0;
  }
  .padd-80 {
    padding: 60px 0;
  }
  .trendy-sec .category-col .navbar-default {
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    position: relative;
  }
  .category-col .navbar-header h2 {
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 15px;
  }
  .trendy-sec .category-col .navbar-default .navbar-nav {
    padding: 0 15px;
    margin: 0;
  }
  .trendy-sec .navbar-default .navbar-toggle:focus,
  .trendy-sec .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .trendy-sec .category-col .navbar-default .navbar-toggle {
    display: block;
  }
  .trendy-sec .category-col .navbar-default .collapse {
    display: none !important;
  }
  .trendy-sec .category-col .navbar-default .navbar-collapse.in {
    display: block !important;
  }
  .trendy-sec .tranding {
    padding: 0 20px;
  }
  .trendy-sec p {
    max-width: 80%;
  }
  .trendy-sec .thumbnail {
    margin-bottom: 0;
  }
  .trendy-sec .product {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .trendy-sec .tranding {
    padding: 0 20px;
  }
  .trendy-sec p {
    max-width: 80%;
  }
  .trendy-sec .tranding .owl-next i,
  .trendy-sec .tranding .owl-prev i {
    font-size: 40px;
  }
  .trendy-sec .category-col {
    left: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .trendy-sec .tranding {
    padding: 0 10px !important;
  }
  .trendy-sec .tranding .owl-next {
    right: 0;
  }
  .trendy-sec .tranding .owl-prev {
    left: -14px;
  }
}
.call-action-sec {
  background-color: #25bb2b;
}
.call-action-sec h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .call-action-sec h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .call-action-sec h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-action-sec h2 {
    font-size: 32px;
  }
}
.blog-sec {
  position: relative;
}
.blog-sec .advertise-sec {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../img/index-2/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-sec .product a.shop-btn {
  color: #313131;
  display: inline-block;
}
.blog-sec .product a.shop-btn:hover i {
  animation-name: red;
  animation-duration: 0.55s;
  position: relative;
}
.blog-sec .product a.shop-btn i,
.footer-sec .contact-info ul li a:hover {
  color: #25bb2b;
}
@keyframes red {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 20px;
  }
}
.blog-sec .product h6 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 5px;
}
.blog-sec .product p {
  font-size: 15px;
}
.blog-sec .product span {
  font-size: 14px;
  color: #ababab;
}
.blog-sec .tranding .owl-next i,
.blog-sec .tranding .owl-prev i {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 600;
}
.blog-sec .tranding .owl-next,
.blog-sec .tranding .owl-next:hover,
.blog-sec .tranding .owl-prev,
.blog-sec .tranding .owl-prev:hover {
  background-color: transparent;
}
.blog-sec .thumbnail {
  margin: 0;
}
.blog-sec .thumbnail .product {
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .blog-sec .advertise-sec {
    position: relative;
    height: 300px;
  }
  .blog-sec .tranding .owl-next i,
  .blog-sec .tranding .owl-prev i {
    display: none;
  }
  .blog-sec .product,
  .blog-sec .thumbnail {
    margin-bottom: 30px;
  }
  .blog-sec .padd-80 {
    padding: 60px 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .blog-sec .product,
  .blog-sec .thumbnail {
    margin-bottom: 0;
  }
  .blog-sec .advertise-sec {
    position: relative;
    height: 300px;
  }
  .blog-sec .col-md-9 {
    padding: 60px 0;
  }
  .blog-sec .tranding .owl-controls {
    display: none;
  }
  .blog-sec .product p {
    font-size: 14px;
  }
  .blog-sec .product h6 {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-sec .advertise-sec {
    position: relative;
    height: 400px;
    margin-top: 40px;
  }
  .blog-sec .tranding {
    padding: 0 15px;
  }
  .blog-sec .product a.shop-btn {
    margin-bottom: 0;
  }
  .blog-sec .product p {
    font-size: 14px;
  }
  .blog-sec .tranding .owl-prev {
    left: -30px;
  }
  .blog-sec .tranding .owl-next {
    right: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sec .tranding {
    padding: 0 15px;
  }
  .blog-sec .product-body {
    padding: 20px 11px;
  }
  .blog-sec .product a.shop-btn {
    margin-bottom: 0;
  }
}
.letter h2,
.letter p {
  padding-left: 10px;
  color: #fff;
  float: left;
}
.news-letter {
  background-color: #25bb2b;
  margin-top: 0;
}
#map {
  width: 100%;
  height: 150px;
}
.letter i {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  float: left;
  padding-top: 5px;
}
.letter p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.letter h2 {
  font-size: 42px;
  margin-top: 0;
  font-weight: 700;
}
.sign-news p {
  font-size: 15px;
  color: #fff;
  max-width: 100%;
  font-weight: 400;
  margin-top: 18px;
  line-height: 1.5;
}
.email-address input {
  padding: 15px 20px;
  border-radius: 30px;
  border: none;
  width: 100%;
  position: relative;
  font-size: 19px;
  color: #b1b1b1;
  font-weight: 400;
  line-height: 1;
}
.email-address.col-md-5 {
  padding-right: 30px;
}
.email-address .round {
  right: 36px;
}
.email-address a {
  position: absolute;
  right: 10px;
  top: 0;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
}
.email-address {
  margin-top: 13px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .news-letter {
    margin: 0;
  }
  .letter h2 {
    font-size: 38px;
    margin-top: -15px;
  }
  .letter p {
    display: none;
  }
  .letter i {
    font-size: 34px;
  }
  .email-address input::placeholder {
    font-size: 16px;
  }
  .email-address.col-md-5 {
    padding: 0 15px;
  }
  .email-address .round {
    right: 22px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .sign-news p {
    margin-top: 40px;
  }
  .letter p {
    display: none;
  }
  .letter h2 {
    font-size: 40px;
    margin-top: -20px;
  }
  .letter i {
    font-size: 38px;
  }
  .email-address.col-sm-12,
  .letter.col-sm-6,
  .sign-news.col-sm-6 {
    padding: 0;
  }
  .email-address .round {
    right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sign-news p {
    margin-top: 15px;
  }
  .news-letter {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-letter {
    margin-top: 0;
  }
  .sign-news.col-md-3 {
    padding: 0;
  }
  .sign-news p {
    font-size: 14px;
  }
}
.footer-logo {
  text-align: center;
}
.footer-logo img,
.social {
  display: inline-block;
}
.footer-top-sec {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.call {
  margin-top: 35px;
}
.call h3 {
  font-size: 18px;
  color: #707070;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.contact-info h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.contact-info.top-rated-product span {
  top: 17%;
  height: 5px;
  width: 100px;
}
.contact-info p {
  font-size: 15px;
  font-weight: 400;
  color: #282828;
  line-height: 1.6;
}
p.phone-no {
  font-size: 20px;
  font-weight: 700;
}
.contact-info ul {
  list-style: none;
  padding-left: 0;
}
.contact-info ul li a {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  letter-spacing: 0.5px;
  padding-top: 7px;
  display: block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.contact i,
.contact-info ul li a:hover {
  color: #25bb2b;
}
.foot-a ul li a i {
  transition: all 0.3s;
  position: absolute;
  left: -15px;
  top: 10px;
  font-size: 18px;
  color: #25bb2b;
}
.foot-a ul li:hover a {
  padding-left: 20px;
}
.foot-a ul li:hover a i {
  left: 3px;
}
.contact-info .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.contact-info .col-md-4 img {
  overflow: hidden;
  transition: all 0.4s;
}
.contact-info .col-md-4 img:hover {
  transform: scale(1.2);
}
.contact-info h3:after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #25bb2b;
  display: block;
  position: absolute;
  bottom: -2px;
}
.instagram {
  border: 1px solid #f2f2f2;
}
.contact i {
  float: left;
  font-size: 25px;
  padding-right: 15px;
}
.contact p {
  padding-left: 20px;
  margin: 0;
}
.follow-us h2 {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
}
.follow a:first-child {
  padding-left: 0;
}
.follow a {
  padding-left: 15px;
  font-size: 26px;
  color: #c7c7c7;
  transition: all 0.4s;
}
.call-action p,
.copy-text p {
  font-size: 16px;
  font-weight: 400;
}
.follow a:hover {
  color: #25bb2b;
}
.copy-right {
  background-color: #e8e8e8;
  padding: 10px 0;
}
.footer-sec .contact-info h3:after,
.footer-sec .top-rated-product span {
  background-color: #25bb2b;
}
.copy-text p {
  color: #282828;
  margin: 0;
  line-height: 41px;
}
.copy-image a {
  display: inline-block;
  margin-top: 7px;
}
.contact {
  margin-top: 20px;
}
.footer-sec {
  padding: 40px 0 0;
}
.call-action {
  padding: 40px 0 30px;
}
.call-action .col-md-2 {
  padding-right: 25px;
}
.call-action img {
  float: left;
}
.call-action p {
  line-height: 1.6;
}
.call-action .call-left {
  position: relative;
  padding-left: 220px;
}
.call-left img {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-60%);
}
.call-action .call-right h2 {
  color: #25bb2b;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
}
.call-action .call-right p a:hover,
.copy-text a {
  color: #25bb2b;
}
.call-action .call-right p a {
  text-decoration: underline;
  transition: all 0.3s;
}
.call-action a.def-btn {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 16px;
}
.copy-image.col-sm-6 {
  padding-right: 25px;
}
.payment img {
  display: inline-block;
}
.social-sec .social-circle {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #bababa;
  text-align: center;
  margin-left: 15px;
}
.social-sec .social-circle a {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  display: block;
  transition: all 0.4s;
}
.social-sec .social-circle a:hover {
  color: #25bb2b;
}
@media (min-width: 320px) and (max-width: 480px) {
  .footer-sec .col-md-3,
  .map.col-md-12 {
    padding: 0;
  }
  .contact-info,
  .usefull-link {
    margin-top: 40px;
  }
  .contact-info:first-child {
    margin: 0;
  }
  .call-action .call-left,
  .call-action .call-right {
    padding-left: 0;
    padding-right: 0;
  }
  .call-left img {
    position: relative;
    transform: none;
    float: none;
    margin-bottom: 15px;
  }
  .call-action a.def-btn {
    display: table;
    margin: 0 auto;
    padding: 12px 40px;
  }
  .call-right .pull-right {
    float: none !important;
    margin-top: 15px;
  }
  .call-action .call-right h2 {
    font-size: 26px;
  }
  .copy-text p {
    font-size: 13px;
    text-align: center;
  }
  .col-md-6.copy-image {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    text-align: center;
  }
  .call-action .col-md-2 {
    padding-right: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .contact-info {
    width: 50%;
    float: left;
  }
  .call-left img {
    position: relative;
    transform: none;
    float: none;
    margin-bottom: 15px;
  }
  .call-action .call-left {
    padding-left: 15px;
  }
  .call-right .pull-right {
    float: none !important;
  }
  .call-right.col-md-4 {
    padding: 0 15px;
  }
  .call-action a.def-btn {
    display: inline-block;
    padding: 12px 40px;
    margin-top: 20px;
  }
  .call-action .col-md-2,
  .copy-text {
    text-align: center;
  }
  .copy-image.text-right {
    text-align: center !important;
  }
  .contact-info.col-md-offset-0.col-md-3 {
    padding-right: 15px;
  }
  .featured-sec .col-md-8,
  .tab-structure.tab-role {
    padding: 0;
  }
  .featured-product-img.col-md-6 {
    padding-right: 0;
  }
  .featured-product-img img {
    width: 100%;
  }
  .footer-sec.container {
    padding: 40px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-right .pull-right {
    float: left !important;
  }
  .call-right.col-md-4 {
    padding: 0 15px;
    margin-top: 15px;
  }
  .call-action .col-md-2 {
    margin-top: 15px;
  }
  .contact-info.col-md-offset-0.col-md-3 {
    padding: 0;
  }
  .footer-sec.container {
    padding: 40px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .call-action p {
    font-size: 14px;
  }
  .call-action .call-left {
    padding-left: 190px;
  }
  .footer-sec.container {
    padding: 40px 0 0;
  }
  .letter.col-sm-4 {
    padding-left: 0;
  }
  .email-address .round {
    right: 5px;
  }
  .email-address.col-md-5 {
    padding-right: 0;
  }
}
.round-icon a i[data-count]:after {
  position: absolute;
  margin-top: -10px;
  margin-left: -5px;
  content: attr(data-count);
  font-size: 60%;
  padding: 0.2em;
  border-radius: 30%;
  color: #fff;
  background: green;
  text-align: center;
  min-width: 1em;
}
.round-icon2 a i[data-count]:after {
  position: absolute;
  margin-top: -10px;
  margin-left: -5px;
  content: attr(data-count);
  font-size: 63%;
  padding: 0.4em;
  border-radius: 30%;
  color: #fff;
  background: red;
  text-align: center;
  min-width: 1em;
}
