:root {
   --primary-color: #004990;
   --secondary-color: #344054;
   --secondary-light-color: #70768F;
   --tertiary-color: #EED253;
}


.show{
    width: 462px;
    height: 462px;
    margin: 0 auto;
}

#show-img { width: 400px; height: 400px; left:100px;}
.small-img{
	width: calc(100% - 100px);
    position: relative;
    margin: 20px 50px 0 50px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg);
  left:-50px;
}
.small-img .icon-right{
  right: -50px;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 105px;
    height: 105px;
    margin-right: 16px;
    cursor: pointer;
    float: left;
    box-shadow: 0 0 0 2px #EDF0F8;
    border-radius: 14px;
    padding: 5px !important;
}
.small-container .show-small-img.active{
	border: 2px solid var(--primary-color) !important;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}


/*vin's- start*/
.multiimages .show {
display:none;}

.multiimages .show:nth-child(1){
display:block;}


.multiimages_inner{
	border: 1px solid #EDF0F8;
border-radius: 17px;
    margin: 0 auto;
        padding: 40px 50px;
}

.multiimages_inner .icon-left, .multiimages_inner .icon-right{
	display:none !important;
}
.multiimages{
	position:relative;  
	margin-top:0px!important;
}
#prev-imge{
	position: absolute;
    top: 34%;
    transform: rotate(180deg);
    left: 5%;
}
#prev-imge:hover,#next-imge:hover{
cursor: pointer;
}
#next-imge{
	position: absolute;
    top: 34%;
    right: 5%;
}
.show>div{
z-index:4;
}


/* PDP page Stack css placing*/
.flexslider {
    margin-bottom: 0 !important;
  }

  .slider-for div img {
    width: 350px;
    height: 150px;
  }

  .slider-nav {
    margin-top: 10px;
  }
  .slider-nav div img {
    width: 80%;
    height: 50px;
  }

  .slick-slide {
    outline: 0;
  }
  .flex-direction-nav a:before {
    font-size: 30px;
  }

  .zoomLens {
    width: 43px !important;
    height: 36px !important;
    background-color: rgb(103, 101, 101) !important;
    z-index: 5 !important;
    display: none !important;
}
.zoomWindow {
    border: 0px solid rgb(136, 136, 136) !important;
    background-color: #ffffff !important; 
}
.navBase2 {
    z-index: 2;
}	

@media (max-width: 420px){
.show {
width: 300px!important;
    height: 300px!important;
    margin: 0 auto;
}


}
/*vin's- end*/
