
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body, html{
    background: #ffffff;
	margin:5px auto; 
	padding:3px; 
	width:calc(100%-10px);
}


.product-description {
  margin-bottom: 20px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
	font-family: 'Times New Roman', Times, serif;
  font-weight: 600;
  font-size: 1.8vw;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
.product-description h1 {
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
}
.product-description p {
  font-size: 15px;
  font-weight: 300;
  color: #86939E;
  text-align: justify;
  text-transform:uppercase;
}
.product-description a {
color: green;
text-decoration: none;
}
.product-description a:hover {
font-weight: 600;
}

.product-color span,
.cable-config span {
  font-size: 14px;
  font-weight: 400;
  color: #86939E;
  margin-bottom: 20px;
  display: inline-block;
}

.product-color {
  margin-bottom: 30px;
}
.tooltip {
  position: relative;
  display: inline-block;

}

.tooltip .tooltiptext {
visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
    
}


.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.mySlides1 {
	margin:5px auto; 
	padding:3px; 
	width:calc(100%-10px);
	
}
.mySlides1 img{
width: 80%;
height: 30vw;
overflow: hidden;
margin:0 auto;
padding: 3px;
object-fit: contain;
  background-repeat: no-repeat;  

}

.slideshow-container {
	width:calc(100%-8px);
  position: relative;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: -22px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
}

.next {
  right: 13px;
  border-radius: 50%;
}
.prev {
  left: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
    .mySlides1 img{
width: 100%;
height: 400px;
overflow: hidden;
margin:0 auto;
padding: 3px;
object-fit: contain;
  background-repeat: no-repeat;  

}

.next {
  right: 3px;
  border-radius: 50%;
} 
.prev {
  left: 3px;
  border-radius: 50%;
}
}
.prev:hover, .next:hover {
  background-color: #000000;
  color: #ffffff;
}
.left_column {
  float: left;
  background-color: #ffffff;
  width: 60%;
  height: 100%;
  text-align: center;
	padding: 10px;
}
.left_column {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeftBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 

.left_column p{
text-transform:uppercase;
font-size:1.5vw;
text-align:justify;
padding:2vw;
letter-spacing:1px;
	  font-family: 'Crimson Text', Georgia, Times, serif;

}
.right_column {
  float: left;
  background-color: #ffffff;
  color: #000000;
  width: 38%;
  height: 100%;
  margin-top: 15px;
  	padding: 10px;

}
.right_column {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInRightBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInRightBig {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
.right_column p {
text-align: justify;
}
.row {
    font-family: Arial;
    background: #ffffff;
	margin:5px 5px 10px 5px; 
	padding:3px; 
	width:calc(100%-28px);
	
}
@media screen and (max-width: 1200px) {
  .row {
    float: none;
    text-align: center;
	width:calc(100%-4px);
	height: auto;
  }

@media screen and (max-width: 1200px) {
  .left_column, .right_column {
    float: none;
    text-align: center;
	width:100%;
	height: auto;
  }
.left_column img {
width: 90%;
height: 200px;
overflow: hidden;
margin:0 auto;
padding: 3px;
object-fit: cover;
  background-repeat: no-repeat;  
} 
 .right_column {
 width: 100%;
 text-align: justify;

}
.left_column p{
font-size:16px;
}
 }

.main1 {
	margin:5px auto; 
	padding:3px; 
	width:calc(100%-8px);
}
.ist9 {
text-align: center;
font-weight: bold;
font-size: 15px;
padding-right: 6px;
padding-left: 6px;
padding-top: 1px;
text-transform: uppercase;
}
.ist9 p{
    padding:0 3px 0 3px;
}

.ist9 a {
text-decoration: none;
}
.ist9 img {
width:40px;
height:40px;
}
.basket_container {
border: none;
width: 90%;
margin: 0 auto;
height: auto;
}
.basket_container a{
	text-decoration: none;
}
  
    .minimized {
  cursor: pointer;
}


#magnify {
  display: none;
border: 2px solid #000000;
  position: fixed;
  max-width: 850px;
  height: 550px;
  z-index: 9999;
}

#magnify img {
  width: 100%;
  height: 100%;
}

#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: 9990;
}

#close-popup {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

#close-popup i {
  width: 30px;
  height: 30px;
  background: url(../img/close_13.png) no-repeat center center;
  background-size: 30px 30px;
  display: block;
}



@media screen and (max-width: 1200px) {
    .minimized {
        pointer-events: none;
    }
}


.close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}






