/* Add here all your css styles (customizations) */
.item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  background-color: #272727;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.ms-thumb-frame img{
	height:100% !important;
}
.product-description-brd{
  height: 75px;
}
.error{
  color:red;
  font-weight: bold;
}

.tnc-notchecked {
  color:red !important;
}

.content-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.item-image {
transition: transform .2s;
}



.product-img {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
overflow:hidden;
}

.il-footer .fa-instagram{
  font-size: 48px;
  color: #ca2686;
}

.il-footer .fa-facebook{
  font-size: 48px;
  color: #32539c;
}

@media (min-width: 750px) {
  .il-footer{
    position: relative;
    left: 50%;
  }
  .item-image:hover {
    -ms-transform: scale(1.25); /* IE 9 */
    -webkit-transform: scale(1.25); /* Safari 3-8 */
    transform: scale(1.25);
  }
}

@media (max-width: 749px) {
  .il-footer{
    position: relative;
    right: 40%;
  }
  .breadcrumbs-v4{
    height: 113px;
    margin-top: -34px;
    margin-bottom: -34px;
  }
  .breadcrumb-v4-in{
    padding-top: 10px!important;
  }
  .breadcrumbs-v4 .container{
    display: none;
  }
  .breadcrumb-v4-in li.active{
    color: white!important;
  }
  .product-description-brd{
    height: 75px;
  }
}

h3.line {
  overflow: hidden;
  text-align: center;
}

h3.line:before,
h3.line:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h3.line:before {
  right: 0.5em;
  margin-left: -50%;
}

h3.line:after {
  left: 0.5em;
  margin-right: -50%;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;

  border: 5px solid rgba(33, 150, 243, 1.0);
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;


}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navbar-brand{
  height: 100px;
  padding-top: 5px;
}

#logo-header{
  padding-top: 5px;
}

.header-fixed .header-v5.header-fixed-shrink{
  height: 120px;
}

.header-v5 .navbar-brand{
  padding-top: 0!important;
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: white!important;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
    background-color: white!important;
  }

  .navbar-nav .menu-item a{
    color: #687074!important;
  }
}
.mega-menu-area {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  z-index: 999;
}

.mega-menu-background {
  position:fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 117px;
  right: 0;
  left: 0;
  bottom: 0;
}

.mega-menu-content {
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0 5px 13px 0 rgba(0,0,0,.13);
}
.dropdown:hover .mega-menu-area {
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
  display: block;
}

.mega-menu-background:hover {
  display: none;
}

.mega-menu-content .item-image img{
  position: unset!important;
}

.mega-menu-content .item-image .img-responsive{
  max-width: 200px;
  max-height: 200px;
}

.mega-menu-content .menu-item *{
  color: black;
}

.mega-menu-content .menu-item *:hover{
  color: #ffc500;
}


@media (min-width: 750px) {
  .header-fixed .header-v5.header-fixed-shrink .navbar-brand{
    top: 0!important;
  }
  .item-image{
    height: 262.5px;
    width: 262.5px;
  }
}

.illustration-v2 a.product-review{
  font-size: 14px;
}

.mega-menu-content img{
  height: 160px!important;
  width: 160px!important;
}

@media (max-width: 750px) {
  .illustration-v2 a.product-review {
    font-size: 24px;
  }

  #logo-header {
    padding-top: 5px;
    margin-top: 10px;
  }

  .item-image{
    height: auto;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .item-image img {
    height: auto;
  }
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.banner_title {
  position: relative;
  top: 120px;
  width: 100%;
  height: 30px;
  background-color: #E3007e;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}

.banner_title_large {
  top: 290px;
}

.banner_title_mobile {
  position: relative;
  bottom: 30px;
  width: 100%;
  height: 30px;
  background-color: #E3007e;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}