﻿.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.col-centered {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.engoc-row-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.margin-bottom-15 {
  margin-bottom: 15px
}

.margin-bottom-20 {
  margin-bottom: 20px
}

.margin-bottom-30 {
  margin-bottom: 30px
}

.engoc-review-app h1, .engoc-review-app h2, .engoc-review-app h3, .engoc-review-app h4, .engoc-review-app h5, .engoc-review-app h6, .engoc-review-app label {
  font-weight: normal !important
}

.qtyminus i, .qtyplus i {
  font-size: 10px
}

.js-qty input, .ajaxcart__qty input {
  text-align: left;
  padding: 9px 30px 9px 15px
}

.js-qty__adjust {
  width: 30px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  right: 0;
  border-left: 1px solid #e5e5e5;
  padding: 0;
  color: #959595
}

.js-qty__adjust:hover, .js-qty__adjust:focus, .js-qty__adjust:active, .js-qty__adjust:active:hover, .js-qty__adjust:active:focus {
  background: transparent;
  color: #000;
  outline: none
}

.js-qty__adjust--minus {
  left: initial;
  top: initial
}

.js-qty, .ajaxcart__qty {
  display: inline-block
}

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important
}

.spr-badge .spr-icon, .spr-badge .spr-icon-star {
  margin-right: 1.6px
}

.maxus-product__item--list .maxus-product__content form.contact-form {
  display: inline-block
}

.maxus-product__item--list .maxus-product__content form.contact-form button {
  color: #bbb;
  background: transparent;
  border: none;
  font-size: 14px;
  padding: 0
}

.maxus-product__item--list .maxus-product__content form.contact-form button:hover {
  color: #000000
}

.maxus-product__item .maxus-product__wrap form.contact-form {
  display: inline-block
}

.maxus-product__item .maxus-product__wrap form.contact-form button {
  color: white;
  background: transparent;
  border: none;
  font-size: 20px;
  padding: 0
}

.maxus-product__item .maxus-product__wrap form.contact-form button:hover {
  color: #000000
}

.engoc-remove-item-wishlist {
  background: transparent;
  border: none;
  font-size: 20px;
  padding: 0
}

.engoc-remove-item-wishlist:hover, .engoc-remove-item-wishlist:focus, .engoc-remove-item-wishlist:active:hover, .engoc-remove-item-wishlist:active:focus {
  color: #000000;
  background-color: transparent;
  border-color: transparent
}

.engoc-addcart-item-wishlist {
  background: transparent;
  border: none;
  font-size: 20px;
  padding: 0
}

.engoc-addcart-item-wishlist:hover {
  color: #000000;
  background-color: transparent;
  border-color: transparent
}

.swatch {
  margin-bottom: 10px;
  width: 100%;
  margin: 1em 0
}

.swatch .engo-swatch-label {
  font-weight: normal;
  width: 100px;
  margin-bottom: 5px;
  margin-top: 0
}

.swatch .header {
  margin: 0.5em 0;
  font: 700 14px/20px Roboto Condensed;
  text-transform: uppercase
}

.swatch input {
  display: none
}

.swatch label {
  float: left;
  min-width: 30px !important;
  height: 30px !important;
  margin: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  text-transform: uppercase
}

.swatch-element label {
  padding: 0 10px
}

.color.swatch-element label {
  padding: 0
}

.swatch [class*="color"] input:checked + label {
  position: relative
}

.swatch [class*="color"] input:checked + label:before {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "\f00c";
  left: 0;
  top: 0;
  line-height: 30px;
  text-align: center;
  font-family: fontAwesome;
  font-size: 10px;
  z-index: 1;
  color: #555
}

.swatch input:checked + label {
  background: #000;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
  border-color: transparent
}

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  margin: 0px 5px 5px 0;
  position: relative
}

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.swatch .swatch-element .crossed-out {
  display: none
}

.swatch .swatch-element.soldout .crossed-out {
  display: block
}

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6
}

.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -33px;
  margin-bottom: 15px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
  -o-box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%
}

.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0
}

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px)
}

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px
}

.swatch.error p {
  margin: 0.7em 0
}

.swatch.error p:first-child {
  margin-top: 0
}

.swatch.error p:last-child {
  margin-bottom: 0
}

.swatch.error code {
  font-family: monospace
}

.engoc_sw_filter_tag .filter-tag ul li {
  margin-bottom: 10px
}

.engoc_sw_filter_tag .filter-tag ul li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -1
}

.engoc_sw_filter_tag .filter-tag ul li a.active {
  color: #e0545f;
  display: block;
  position: relative
}

.engoc_sw_filter_tag .filter-tag ul li a.active:before {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background: #e0545f;
  position: absolute;
  top: 13px;
  right: 0px;
  transform: rotateZ(45deg)
}

.engoc_sw_filter_tag .filter-tag ul li a.active:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #e0545f;
  position: absolute;
  top: 9px;
  right: 4px;
  transform: rotateZ(45deg)
}

.tshopify-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.tshopify-popup.wishlist-popup .btn-cart {
  display: none
}

.tshopify-popup.loading {
  z-index: 999
}

.tshopify-popup .overlay {
  background-color: rgba(0,0,0,0.3);
  color: rgba(0,0,0,0.4);
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0
}

.tshopify-popup .content {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background: #fff;
  min-width: 490px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

@media (max-width: 1500px) {
  .tshopify-popup .content {
    max-width: 700px
  }
}

@media (max-width: 1300px) {
  .tshopify-popup .content {
    max-width: 650px
  }
}

.tshopify-popup.active {
  visibility: visible;
  opacity: 1;
  top: 0;
  height: auto;
  width: auto
}

.tshopify-popup.active .content {
  max-height: 100%
}

.tshopify-popup.active .overlay {
  width: 100%;
  height: 100%
}

.tshopify-popup .close-window {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e95151;
  color: #ffffff;
  width: 24px;
  height: 24px;
  text-align: center
}

.tshopify-popup .close-window i {
  line-height: 24px
}

.tshopify-popup .success-message:hover:before {
  background: #ffb533;
  color: #fff
}

.tshopify-popup .success-message:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  margin-right: 10px;
  font-size: 12px
}

.tshopify-popup.loading .loader {
  left: 50%;
  position: fixed;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.tshopify-popup .product-name {
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 400
}

.tshopify-popup .prices span.price {
  color: #e95252;
  font-size: 16px;
  font-weight: 400
}

.tshopify-popup .total-price {
  margin-top: 15px;
  margin-bottom: 15px
}

.tshopify-popup .total-price span.sub_total_price {
  color: #e95252;
  font-size: 16px;
  font-weight: 400
}

.tshopify-popup .uno_product__description {
  padding-top: 14px;
  padding-bottom: 14px
}

.tshopify-popup .uno_product__description p {
  color: #979797;
  font-size: 12px;
  line-height: 25px
}

.tshopify-popup .engoc_hide_owl_control .owl-controls {
  display: none !important
}

.engo-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.engo-popup.wishlist-popup .btn-cart {
  display: none
}

.engo-popup.loading {
  z-index: 999
}

.engo-popup .overlay {
  background-color: rgba(0,0,0,0.3);
  color: rgba(0,0,0,0.4);
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0
}

.engo-popup .content {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background: #fff;
  min-width: 490px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

@media (max-width: 1500px) {
  .engo-popup .content {
    max-width: 700px
  }
}

@media (max-width: 1300px) {
  .engo-popup .content {
    max-width: 650px
  }
}

.engo-popup.active {
  visibility: visible;
  opacity: 1;
  top: 0;
  height: auto;
  width: auto
}

.engo-popup.active .content {
  max-height: 100%
}

.engo-popup.active .overlay {
  width: 100%;
  height: 100%
}

.engo-popup .close-window {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  background-color: #e95151;
  color: #ffffff;
  width: 24px;
  height: 24px;
  text-align: center
}

.engo-popup .close-window i {
  line-height: 24px
}

.engo-popup .success-message {
  color: #979797;
  font-size: 13px;
  line-height: 25px
}

.engo-popup .success-message:before {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  margin-right: 10px;
  font-size: 12px
}

.engo-popup.loading .loader {
  left: 50%;
  position: fixed;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.engo-popup .product-name {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 400
}

.engo-popup .actions {
  display: inline-block
}

.cart-popup .btn-wishlist {
  display: none
}

.f-left {
  float: left
}

.mt-24 {
  margin-top: 24px
}

.mr-10 {
  margin-right: 10px
}

@media screen and (max-width: 480px) {
  .engoc_hide_mobile {
    display: none !important
  }
}

.crossed-out {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0
}

.crossed-out svg {
  max-width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  margin: 50%
}

.crossed-out:hover {
  cursor: default
}

.placeholder-svg {
  display: block;
  fill: rgba(120,129,136,0.35);
  background-color: rgba(120,129,136,0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120,129,136,0.2)
}

.maxus-product__item .maxus-product__image .placeholder-svg {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute
}

a {
  color: #555
}

a:hover, a:focus {
  color: #000
}

.border {
  border: 1px solid #e5e5e5
}

.border-left {
  border-left: 1px solid #e5e5e5
}

.border-right {
  border-right: 1px solid #e5e5e5
}

.border-top {
  border-top: 1px solid #e5e5e5
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5
}

.desc {
  color: #555
}

.white {
  color: #fff
}

.black {
  color: #000
}

.dark {
  color: #000
}

.gray {
  color: #555
}

.silver {
  color: #999
}

.navi {
  color: #1b2b3a
}

.bg-navi {
  background: #1b2b3a
}

.blue {
  color: #43567e
}

.bg-blue {
  background: #43567e
}

.smoke {
  color: #ccc
}

.bg-white {
  background: #fff
}

.bg-dark {
  background: #000
}

.engoc-z-index-10003 {
  z-index: 10003
}

.product-thumb .product-label span.engoc-label-new {
  background: #000000;
  color: #ffffff;
  font-size: 12px
}

.product-thumb .product-label span.engoc-label-hot {
  background: #000000;
  color: #ffffff;
  font-size: 12px
}

.product-thumb .product-label span.engoc-label-sale {
  background: #000000;
  color: #ffffff;
  font-size: 12px
}

.product-thumb .product-label span.engoc-label-sold {
  background: #000000;
  color: #ffffff;
  font-size: 12px
}

.pagi-nav {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px
}

.pagi-nav span {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  border: 1px solid transparent;
  min-width: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700
}

.pagi-nav span.current {
  border-color: #999;
  background-color: #999;
  color: #fff
}

.pagi-nav span.next, .pagi-nav span.prev {
  border-color: #e5e5e5
}

.product-grid-view {
  margin-bottom: 15px
}

.engoc-collection-image {
  margin-bottom: 10px
}

.engoc-collection-des {
  margin-bottom: 20px
}

@media (max-width: 480px) {
  .product-grid-view .col-xs-6 {
    width: 50%
  }
}

.selector-wrapper {
  margin-top: 10px
}

.selector-wrapper label[for] {
  text-transform: uppercase;
  font-weight: 400
}

.header-h3 .header-bt-h3 .col-md-2 img {
  margin-top: 18px
}

.header-h3 .header-bt-h3 .icon-header-right {
  margin-top: 20px
}

.header .header-main .level1_h3 {
  margin-top: 6px;
  margin-bottom: 0
}
