/*
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
*/
.position {
  z-index: auto !important;
}
.ecomdetail__ecomdetaill__stars, .ecomdetail__review-no, .ecomdetail__vote, .ecomdetail__colors, .ecomdetail__price, .ecomdetail__sizes {
  font-size: 15px;
}
.ecomdetail .btn-theme-secondary > .cart-ajax {
  color: #ffffff !important;
}
.ecomdetail dt, .ecomdetail dd {
  font-size: 14px;
}
.ecomdetail__progress {
  height: 9px;
}
.ecomdetail__title {
  font-size: 18px;
  margin-bottom: 5px;
}
.ecomdetail h6 {
  margin-bottom: 3px;
}
.ecomdetail__pull-left {
  width: 35px;
  line-height: 1;
  font-size: 12px;
}
.ecomdetail__rating-star {
  height: 9px;
  margin: 5px 0;
}
.ecomdetail__desc li {
  font-weight: 400px;
  font-size: 15px;
}
.ecomdetail__desc p {
  font-size: 15px;
}
.ecomdetail__collapse {
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  margin-top: 13px;
}
.ecomdetail__h2 {
  font-size: 20px;
}
.ecomdetail__combo .card.mb-2 {
  width: 100%;
}
.ecomdetail__head {
  padding: 0.1rem 1.25rem;
  background: #dededeeb;
  position: relative;
  border: 1px solid #e0e0e0;
}
.ecomdetail__head::before, .ecomdetail__head::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 10px;
  width: 50%;
  top: 83%;
  max-width: 167px;
  background: #aaa;
  box-shadow: 0 9px 10px #aaa;
  transform: rotate(-3deg);
}
.ecomdetail__head::after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.ecomdetail__card {
  border: none;
}
.ecomdetail__modren {
  color: #333;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none !important;
}
.ecomdetail__modren[aria-expanded='true'] i {
  display: block;
  transform: rotate(180deg) !important;
  margin-top: 8px;
}
.ecomdetail__number {
  margin-left: 10px;
  font-size: 12px;
}
.ecomdetail__left {
  width: 180px;
}
.ecomdetail__left .progress {
  height: 9px;
  margin: 8px 0;
}
.ecomdetail__left .progress-bar {
  width: 1000%;
}
.ecomdetail__price {
  font-size: 15px;
}
.ecomdetail__price span {
  font-size: 24px;
}
.ecomdetail__ratings {
  border: 1px solid #f0f0f0;
}
.ecomdetail__ratings h1 {
  font-size: 25px;
}
.ecomdetail__highlight__heading h2 {
  font-size: 14px;
  font-weight: 600;
  color: #878787;
}
.ecomdetail__highlight__detail li {
  font-size: 14px;
  color: #8c8c8c;
  color: #212121;
  list-style: none;
}
.ecomdetail__specific {
  border: solid 1px #f0f0f0;
}
.ecomdetail__specification h1 {
  font-size: 24px;
  padding: 24px 30px 24px 24px;
}
.ecomdetail__specification__name {
  font-size: 14px;
  padding-bottom: 16px;
  color: #878787;
}
.ecomdetail__specification__type {
  font-size: 14px;
  padding-bottom: 16px;
}
.ecomdetail__specification__field {
  padding-bottom: 16px;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.4;
}
.ecomdetail__specification__field h2 {
  padding-bottom: 16px;
  font-size: 20px;
}
.ecomdetail__specification__hi {
  border-top: solid 1px #f0f0f0;
  padding: 24px 24px 34px 24px;
  font-size: 14px;
}
.ecomdetail__specification__fields h2 {
  font-size: 18px;
  font-weight: 600;
}
.ecomdetail__specification__fields ul li {
  font-size: 14px;
  color: #8c8c8c;
  color: #212121;
}
.ecomdetail__colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ecomdetail__title, .ecomdetail__price, .ecomdetail__sizes, .ecomdetail__colors {
  text-transform: UPPERCASE;
  font-weight: bold;
}
.ecomdetail__checked, .ecomdetail__price span {
  color: #ff9f1a;
}
.ecomdetail__rate, .ecomdetail__description, .ecomdetail__price, .ecomdetail__vote, .ecomdetail__sizes {
  margin-bottom: 10px;
}
.ecomdetail__title {
  margin-top: 0;
}
.ecomdetail__size {
  margin-right: 10px;
}
.ecomdetail:first-of-type {
  margin-left: 40px;
}
.ecomdetail__color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}
.ecomdetail__color:first-of-type {
  margin-left: 20px;
}
.ecomdetail__color--orange {
  background: #ff9f1a;
}
.ecomdetail__color--green {
  background: #85ad00;
}
.ecomdetail__color--blue {
  background: #0076ad;
}
.ecomdetail__add-to-cart, .ecomdetail__like {
  background: #ff9f1a;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ecomdetail__add-to-cart:hover, .ecomdetail__like:hover {
  background: #b36800;
  color: #fff;
}
.ecomdetail__rating-block {
  padding: 15px 15px 20px 15px;
  border-radius: 3px;
}
.ecomdetail__rating-block h2 {
  font-size: 20px;
}
.ecomdetail__rating-block h4 {
  font-size: 15px;
}
.ecomdetail__rating-block small {
  font-size: 13px;
}
.ecomdetail .btn-link:hover {
  color: #333;
}
/*
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
*/
.xzoom-gallery {
  max-height: 68px;
  height: 100%;
  width: 90% !important;
}
.xzoom-gallery a {
  margin-left: 2px;
}
.zoomer {
  border: none !important;
}
.zoom-thumb {
  position: relative;
  display: flex;
}
.zoom-thumb:hover .owl-nav div {
  opacity: 1;
  display: flex !important;
}
.zoom-thumb .owl-stage {
  display: flex;
  position: relative;
}
.zoom-thumb .owl-stage-outer {
  overflow: hidden;
}
.zoom-thumb .owl-nav .owl-prev, .zoom-thumb .owl-nav .owl-next {
  display: flex;
  align-items: center;
}
.zoom-thumb .owl-nav div {
  color: #fff;
  margin: 5px;
  top: 30px !important;
  width: 35px !important;
  border-radius: 100% !important;
  left: -6px;
  height: 35px !important;
  padding: 0px 11px;
  background: #d6d6d6;
  display: none !important;
  cursor: pointer;
  border-radius: 3px;
  font-size: 20px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 34%;
  background: transparent;
  border-color: #f1ac06;
  background: #f1ac06;
}
.zoom-thumb .owl-nav div.owl-next {
  left: auto;
  right: -14px;
  padding: 0px 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
*/
.buy-btn .btn {
  width: 100%;
  border-radius: 0 !important;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px;
}
.buy-btn .btn-primary {
  background: #222222;
  color: #ffffff;
  border: #222222;
}
.buy-btn .btn-primary:hover {
  background: #222222;
  color: #ffffff;
  border: #222222;
}
.buy-btn .btn-secondary {
  background: #090909;
  color: #ffffff;
  border: black;
}
.buy-btn .btn-secondary:hover {
  background: #090909;
  color: #ffffff;
  border: black;
}
/*
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
*/
.gocmb {
  border: none;
}
.gocmb_footer {
  background: #fff;
}
.gocmb_header {
  overflow: hidden;
  color: #3c74b9;
  font-size: 14px;
  font-weight: 700;
}
.gocmb_offer, .gocmb_combo {
  color: #e12e2e !important;
  border: 2px solid #e12e2e !important;
  background: #fff !important;
}
.gocmb_plus {
  font-size: 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
*/
.mpv03 {
  text-align: center;
  padding: 0 0 72px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mpv03:hover .gc-view__img--1 {
  opacity: 0;
}
.mpv03:hover .gc-view__img--2 {
  opacity: 1;
}
.mpv03:hover .gc-view-actions {
  opacity: 1;
  top: 50%;
}
.mpv03:hover .mpv03__content {
  bottom: 0;
}
.mpv03:hover .mpv03__title a {
  color: #ff5e14;
}
.mpv03__img {
  position: relative;
  transition: all 0.3s ease 0s;
}
.mpv03__img a {
  display: block;
}
.mpv03__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mpv03__img .gc-view__img--1 {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
.mpv03__img .gc-view__img--2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0s;
}
.mpv03 .gc-view-actions {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.mpv03 .gc-view-actions li {
  display: inline-block;
}
.mpv03 .gc-view-actions li a {
  color: #fff;
  background-color: #333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.mpv03 .gc-view-actions li a:hover {
  color: #ffffff;
  background-color: #ff5e14;
}
.mpv03 .gc-view-actions li a:hover:after {
  opacity: 1;
}
.mpv03 .gc-view-actions li a:hover:before {
  opacity: 1;
}
.mpv03 .gc-view-actions li a:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}
.mpv03 .gc-view-actions li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.mpv03 .gc-savings__discount {
  color: #ffffff;
  background-color: #ff5e14;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #333;
  left: auto;
  right: 0;
}
.mpv03 .gc-savings__label {
  color: #ffffff;
  background-color: #ff5e14;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.mpv03 .star-ratings {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  color: #ffd200;
  font-size: 12px;
  padding: 12px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: -1;
}
.mpv03 .star-ratings .caption {
  display: none;
}
.mpv03 .star-ratings li.disable {
  color: rgba(0, 0, 0, 0.2);
}
.mpv03__content {
  background-color: #fff;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 1;
  transition: all 0.3s;
}
.mpv03__title {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}
.mpv03__title a {
  color: #828282;
}
.mpv03__title a:hover {
  color: #ff5e14;
}
.mpv03__price {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.3s;
}
.mpv03__price .gc-price__mrp {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 3px;
  display: inline-block;
}
.mpv03 .cart-item {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.gc-list-view .mpv03 .star-ratings {
  display: none;
}
@media only screen and (max-width: 990px) {
  .mpv03 {
    margin-bottom: 30px;
  }
}
