.service-box {
    /* margin: 15px 10px auto 15px; */
    text-align: center;
    transition: all 0.5s;
}
.service-box .icon img {
    height: auto;
    max-width: 100%;
}
.service-box .icon {
    width: 80px;
    margin: auto;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #1a516e;
    position: relative;
    top: 26px;
    z-index: 3;
    left: 35%;
}
.service-box .icon:before {
    transition: all 0.5s;
    content: " ";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #174f6fd6;
    opacity: .6;
    z-index: -1;
}

.service-box:hover .icon:before {
    width: 120px;
    height: 120px;
}
.service-box .img-in {
    position: relative;
    margin-top: -20px;
    border-radius: 10px;
}
.service-box .img-in img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.service-box:hover .img-in img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.img-icon-box-content {
  padding: 0 17px;
  margin-top: 16px;
}
.service-box a.title {
    font-size: 21px;
    font-weight: 700;
    margin: 10px auto 12px auto;
    display: block;
    position: relative;
    color: #393939;
    text-transform: uppercase;
}
.service-box a.title:before {
    transition: all 0.5s;
    content: " ";
    display: block;
    position: absolute;
    bottom: -15px;
    z-index: -1;
    height: 8px;
    border-radius: 15px;
    width: 0px;
    margin: auto;
    background-color: #e14c25;
    opacity: .7;
    left: 0;
    right: 0;
}
.service-box:hover a.title:before {
    width: 100px;
  
}
.service-box .wasf {
    font-size: 13px;
    font-weight: 500;
    color: #666363;
    margin-bottom: 10px;
}

.service-box a.more {
    color: #f00022;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.service-box a.title:hover {
    color: #026bb9!important;
    text-decoration: none;
}

.product-details.text-center {
    background-color: #0170b3;
    padding: 10px;
    color: white;
}

.rs-about .rs-animation-shape {
  position: relative;
  z-index: 1;
}
.rs-about .rs-animation-shape .pattern {
  position: absolute;
  top: 22px;
}
.rs-about .rs-animation-shape .middle {
  position: absolute;
  left: -165px;
  top: -56px;
  z-index: -1;
}
.rs-about .rs-animation-shape .bottom-shape {
  position: absolute;
  left: -165px;
  top: 395px;
  z-index: -1;
}
.rs-about .rs-animation-shape .middle-image2 {
  position: absolute;
  top: -80px;
  left: -25px;
  z-index: -1;
}
.rs-about .shape-image {
  position: relative;
}
.rs-about .shape-image .top {
  position: absolute;
  right: 59%;
  top: -125px;
}
.rs-about .shape-image .bottom {
  position: absolute;
  right: 0;
  top: 145px;
}


.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e2321;
  -webkit-transition: 0.4s;
  /* box-shadow: 2px 6px 25px #1e2321; */
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider1:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider1 {
  background-color: #bb162b;
}

input:focus + .slider1 {
  box-shadow: 0 0 1px #50bfe6;
}

input:checked + .slider1:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider1.round {
  border-radius: 34px;
}

.slider1.round:before {
  border-radius: 50%;
}



.product-card {
  transform: scale(1);
  position: relative;
  padding: 20px 30px 30px 30px;

  overflow: hidden;
}

.product-card .main-images {
  /* position: relative; */
  height: auto;
}
.product-card .main-images img {

  opacity: 0;
  transition: opacity 0.5s ease;
}
.product-card .main-images img.active {
  opacity: 1;
}
.product-card .shoe-details .shoe_name {
  font-size: 24px;
  font-weight: 500;
  color: #161616;
}
.product-card .shoe-details p {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: justify;
}
.product-card .shoe-details .stars i {
  margin: 0 -1px;
  color: #333;
}
.product-card .color-price .color-option {
  display: flex;
  align-items: center;
}
.color-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.color-price .color-option .color {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-right: 8px;
}
.color-option .circles {
  display: flex;
}
.color-option .circles .circle {
  height: 18px;
  width: 18px;
  background: #0071c7;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.color-option .circles .circle.blue.active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0071c7;
}
.color-option .circles .circle.pink {
  background: #ff00d4;
}
.color-option .circles .circle.pink.active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ff00d4;
}
.color-option .circles .circle.yellow {
  background: #eef200;
}
.color-option .circles .circle.yellow.active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #eef200;
}


.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 4%;
    margin-right: 1.2%;
    border-radius: 50%;
    }
    .preview-thumbnail.nav-tabs li img {
      /* max-width: 50px; */
      display: block;
      border-radius: 50%;
      border: 1px solid #aea7a7;
      /* width: 15px; */
      border-left: 0px;
      }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }



.trims .swiper-slide{background-color:#fff}
.trims .trim-card{padding-bottom:60px}
.trims .trim-header{padding:25px 30px 20px;background-color:#05141f;color:#fff}
.trims .trim-header .h4{font-size:2rem}
.trims .trim-header .info{margin:5px 0 0}
.trims .trim-header .price{margin-right:5px;font-size:.875rem;font-weight:bold;letter-spacing:.005em}
.trims .trim-header .desc{color:rgba(255,255,255,0.6);font-size:.625rem}
.trims .trim-body{padding:25px 30px}
.trims .trim-func{position:absolute;left:30px;right:30px;bottom:18px;padding-top:12px;border-top:1px solid rgba(0,0,0,0.2)}
.trims .trim-func .link{font-size:.875rem;font-weight:bold;letter-spacing:.005em}
.trims .trim-func .link:after{position:relative;top:-1px;font-weight:bold;line-height:1;vertical-align:middle}
.trims .trim-func .link+.link{margin-left:15px}
.trims .swatches{margin-bottom:20px}
.trims .features{margin-top:0;margin-bottom:1em;font-size:.875rem;font-weight:bold}
.trims .feature-item{margin-top:10px;font-size: 12px;}
@media only screen and (max-width:1023px){.trims .swatches{flex-wrap:wrap;!important}
.trims .swiper-button-prev,.trims .swiper-button-next{display:none}
}
@media only screen and (min-width:1024px){.trims .trim-card{padding-bottom:108px}
.trims .trim-header{padding: 25px 50px 25px;}
.trims .trim-header .h4{font-size:2.5rem}
.trims .trim-header .info{margin:10px 0 0}
.trims .trim-header .price{font-size:1.5rem;letter-spacing:-0.02em}
.trims .trim-header .desc{font-size:.875rem}
.trims .trim-body{padding:2rem 50px 0;overflow:hidden;!important}
.trims .trim-func{position:absolute;left:50px;right:50px;bottom:30px;border-top:1px solid rgba(0,0,0,0.2)}
.trims .swatches{-ms-flex-wrap:wrap;flex-wrap:wrap;height:60px;margin-right:-20px;margin-bottom:0}
.trims .swatch{margin-top:0;margin-bottom:6px}
.trims .feature-item{font-size:.875rem}
}

.colorimg img{
    border-radius: 50%;
    width: 25px !important;
    margin-right: 5px;
    border: 1px solid #c0c0c0;
}

.team-bottom-part {
    background-color: white;
	    
}

.material-tooltip {
  background-color: #ffee58;
  color: black;
} 
