/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.gc-top-stores .slick-prev {
  left: 90%;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.hc02__text {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #000;
  transform: translateY(-50%);
}
.hc02__text img {
  width: 100%;
}
#hc02 .carousel-item img {
  width: 100%;
}
.mh-550 {
  height: 550px !important;
  max-height: 550px !important;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.mpv12 {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  padding: 15px 15px 30px 15px;
  overflow: hidden;
}
.mpv12:hover {
  border: 1px solid #ddd;
}
.mpv12:hover .mpv12__img .gc-view__img--2 {
  opacity: 1;
}
.mpv12:hover .mpv12__img .gc-view__img--1 {
  opacity: 0;
}
.mpv12:hover .mpv12__actions {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
.mpv12__img {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  margin: auto;
}
.mpv12__img img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  object-fit: contain;
  height: 100%;
}
.mpv12__img .gc-view__img--2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
}
.mpv12__content {
  text-align: center;
}
.mpv12__content h3 a {
  color: #363f4d;
  display: block;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-decoration: none;
}
.mpv12 .star-ratings {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-bottom: 5px;
}
.mpv12 .star-ratings i {
  color: #f9ba48;
  font-size: 14px;
  line-height: 20px;
}
.mpv12 .star-ratings i:nth-child(n+4) {
  color: #444;
}
.mpv12__price {
  font-size: 14px;
}
.mpv12__actions {
  bottom: 0px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  padding: 10px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 99;
}
.mpv12 .gc-view-actions {
  width: 100%;
  background: #fff;
  padding: 10px;
}
.mpv12 .gc-view-actions a.mpv12__add-cart {
  /*width: 115px*/
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.mpv12 .gc-view-actions a {
  background: #eef0f1 none repeat scroll 0 0;
  border-radius: 5px;
  color: #555;
  margin-left: 5px;
  display: inline-block;
  font-size: 16px !important;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  width: 33px;
}
.mpv12 .gc-view-actions a:hover {
  background: #1e3d59;
  color: #ffffff;
}
.mpv12__price {
  background: #1e3d59;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 25px;
  height: 26px;
  width: 50px;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.mpvtabs01 .gc-price__mrp {
  color: #dc3545 !important;
  font-size: 80%;
  font-weight: 400;
}
.mpvtabs01 .gc-view-actions {
  display: flex;
  /*inline-block*/
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  border-radius: 3px;
}
.mpvtabs01 .gc-view-actions a {
  background-color: transparent;
  color: #333;
  display: block;
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
  text-align: right;
  height: 52px;
  position: relative;
  top: 2px;
}
.mpvtabs01 .gc-view-actions a:last-child {
  margin-right: 0;
  border: none;
}
.mpvtabs01 .gc-view-actions a i {
  line-height: 40px;
}
.mpvtabs01 .gc-view-actions a span {
  visibility: hidden;
  position: absolute;
  background: #ff5e14 !important;
  color: #ffffff !important;
  text-align: center;
  padding: 5px 12px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.6s, margin 0.3s;
  -o-transition: opacity 0.6s, margin 0.3s;
  transition: opacity 0.6s, margin 0.3s;
  font-size: 11px;
  right: 0;
  line-height: 14px;
  top: -12px;
  margin-top: -5px;
  margin-right: 0;
  display: inline-block;
  width: 120px;
  border-radius: 15px 0 0 15px;
}
.mpvtabs01 .gc-view-actions a span::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -12px;
  border: 6px solid #ff5e14;
  border-left: 0px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.mpvtabs01 .gc-view-actions a:hover {
  color: #ff5e14;
}
.mpvtabs01 .gc-view-actions a:hover span {
  visibility: visible;
  opacity: 1;
  color: #ffffff;
  background: #6d0019;
  margin-top: -12px;
}
.mpvtabs01__title {
  text-align: center;
}
.mpvtabs01__title h3 {
  font-size: 30px !important;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
  color: #2c2d3f;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.mpvtabs01__title h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #ff5e14;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
.mpvtabs01__item {
  margin-bottom: -1px;
  display: inline-block;
}
.mpvtabs01__tabs {
  text-align: center;
  display: inline-block;
  width: 100%;
  border: none;
}
.mpvtabs01__tabs li a {
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-weight: 500;
  background: #fff;
  color: #333;
  padding: 3px 14px;
  border-radius: 3px;
  font-size: 13px;
}
.mpvtabs01__tabs li a i {
  margin-right: 10px;
}
.mpvtabs01__tabs li:last-child a {
  border-color: transparent;
}
.mpvtabs01__tabs li a.active {
  background: #ff5e14;
  color: #ffffff;
  border-color: transparent;
}
.mpvtabs01__tabs li:hover a {
  background: #ff5e14;
  color: #ffffff;
  border-color: transparent;
}
.mpvtabs01 .gc-view__img--2 {
  opacity: 0;
}
.mpvtabs01__new {
  background-color: #1e3d59;
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  right: 20px;
  top: 20px;
  padding: 1px 16px;
  font-weight: 700;
  border-radius: 0;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  border-radius: 30px;
  height: 26px;
  line-height: 24px;
  z-index: 2;
}
.mpvtabs01__action-2 {
  position: relative;
  /*absolute*/
  left: 0;
  bottom: 0;
  text-align: left;
  display: flex;
  align-items: center;
  z-index: 99;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.mpvtabs01__action-2 a {
  display: block;
  background-color: transparent;
  color: #333;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
}
.mpvtabs01__action-2 a:hover {
  color: #ff5e14;
}
.mpvtabs01__head {
  background: #fff;
  display: flex;
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 9;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mpvtabs01__price {
  margin: 6px 0 0 0;
}
.mpvtabs01__price span {
  font-size: 15px;
  font-weight: 500;
}
.mpvtabs01__content {
  margin-top: 20px;
}
.mpvtabs01__content h3 {
  line-height: 22px;
}
.mpvtabs01__content h3 a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.mpvtabs01__content h3 a:hover {
  color: #ff5e14;
}
.mpvtabs01__proimg {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.mpvtabs01__proimg:hover .gc-view__img--2 {
  opacity: 1;
}
.mpvtabs01__proimg:hover .gc-view__img--1 {
  opacity: 0;
}
.mpvtabs01__product {
  margin-top: 50px;
}
.mpvtabs01__product:hover .mpvtabs01__head {
  bottom: 0;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.mpv10 {
  overflow: hidden;
}
.mpv10__img {
  float: left;
  width: 95px;
  margin-bottom: 0;
  margin-right: 8px;
}
.mpv10__product {
  overflow: hidden;
  padding: 25px 15px;
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  position: relative;
}
.mpv10__product:hover {
  border-left: none;
  border-right: none;
  border-top: none;
}
.mpv10__product:last-child {
  border-bottom: 0px solid #eee;
}
.mpv10__product .star-ratings i {
  color: #f9ba48;
  font-size: 14px;
  line-height: 20px;
}
.mpv10__product .star-ratings i.far.fa-star {
  color: #444;
}
.mpv10__content {
  overflow: hidden;
  text-align: left;
}
.mpv10__content h3 {
  font-weight: 400;
  text-transform: capitalize;
}
.mpv10__content h3 a {
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.mpv10__content h3 a:hover {
  color: #f1ac06;
  text-decoration: none;
}
.mpv10__offer-price {
  font-size: 14px;
}
.mpv10__price {
  color: #666;
  font-weight: normal;
  margin-left: 8px;
  font-size: 14px;
}
.mpv10__active .owl-nav div {
  background: #f1f1f1;
  border: 1px solid #ebebeb;
  color: #c2c4c3;
  height: 30px;
  width: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  background: transparent;
  top: -26px;
  right: 47px;
  left: auto;
}
.mpv10__active .owl-nav div:hover {
  border-color: #f1ac06;
  background: #f1ac06;
  color: #fff;
}
.mpv10__active .owl-nav div.owl-next {
  left: auto;
  right: 10px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.mpv11__img {
  float: left;
  width: 95px;
  margin-bottom: 0;
  margin-right: 8px;
  position: relative;
}
.mpv11__img a {
  outline: medium none;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 95px !important;
}
.mpv11__content {
  overflow: hidden;
  text-align: left;
}
.mpv11__content h3 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 22px;
}
.mpv11__content h3 a {
  margin-bottom: 4px;
  font-size: 14px;
  color: #363f4d;
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
}
.mpv11__product {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  padding: 25px 15px;
  width: 100%;
  display: flex;
  border-left: none;
  border-right: none;
  border-top: none;
  position: relative;
}
.mpv11__product:hover {
  border-left: none;
  border-right: none;
  border-top: none;
}
.mpv11__product:last-child {
  border-bottom: 0px solid #eee;
}
.mpv11__product .star-ratings i {
  color: #f9ba48;
  font-size: 14px;
  line-height: 20px;
}
.mpv11__product .star-ratings i:nth-child(n+4) {
  color: #444;
}
.mpv11__price {
  color: #666;
  font-weight: normal;
  margin-left: 8px;
  font-size: 14px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.ebzbrands01__banner {
  border: 1px solid #ddd;
}
.ebzbrands01__banner.owl-carousel .owl-item img {
  max-width: 100%;
}
.ebzbrands01__banner.owl-carousel .ebzbrands01__brand {
  text-align: center;
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 13px;
}
.ebzbrands01__banner.owl-carousel .ebzbrands01__brand img {
  display: block;
  width: auto;
  margin: 0 auto;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.ebzblgs02__content:hover .ebzblgs02__img a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.ebzblgs02__img {
  overflow: hidden;
}
.ebzblgs02__img a img {
  width: 100%;
  height: 200px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ebzblgs02__img img {
  width: 100%;
}
.ebzblgs02__box {
  padding-left: 25px;
  padding-top: 27px;
  margin-left: 34px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #fff;
  padding-bottom: 30px;
}
.ebzblgs02__date {
  display: table;
  float: left;
  margin-right: 30px;
}
.ebzblgs02__date span:first-child {
  color: #ff5e14;
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-top: -11px;
  margin-bottom: -4px;
  text-align: center;
}
.ebzblgs02__date span:last-child {
  font-size: 14px;
  color: #212121;
  font-weight: 600;
}
.ebzblgs02__card h4 {
  color: #212121;
}
.ebzblgs02__card h4 a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ebzblgs02__card h4 a:hover {
  color: #ff5e14;
}
.ebzblgs02__post {
  margin: 10px 0 13px;
}
.ebzblgs02__post span {
  color: #696969;
  font-size: 15px;
  position: relative;
  padding-right: 23px;
}
.ebzblgs02__post span a {
  color: #696969;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ebzblgs02__post span:after {
  position: absolute;
  content: "-";
  right: 4px;
}
.ebzblgs02__post span:last-child {
  padding-right: 0;
}
.ebzblgs02__post-author {
  margin-bottom: 60px;
}
.ebzblgs02:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ebzblgs02:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ebzblgs02__exerpt {
  line-height: 28px;
  color: #696969;
  margin-bottom: 37px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.ebzadb01 {
  background: #f9f9fb;
}
.ebzadb01__policy {
  display: flex;
  padding: 10px 0;
}
.ebzadb01__img {
  width: 23%;
}
.ebzadb01__img img {
  width: 100%;
}
.ebzadb01__desc {
  margin-left: 20px;
}
.ebzadb01__desc h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
  text-transform: uppercase;
}
.ebzadb01__desc p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.enwsltr01 {
  background: #fff;
}
.enwsltr01__heading h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0px;
  font-style: normal;
  margin: 0;
  color: #777777;
}
.enwsltr01__heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.enwsltr01__form {
  position: relative;
  max-width: 480px;
  margin: auto;
  margin-top: 25px;
}
.enwsltr01__form input.form-control {
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #666;
  height: 50px;
  line-height: 50px;
  padding: 0 130px 0 20px;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
}
.enwsltr01__submit {
  background: #1e3d59 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  outline: medium none;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.enwsltr01__submit:hover {
  background: #19334a;
  color: #818a8f;
}
