/* Basic Styling */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  opacity: 0;
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

.left-column img.active {
  opacity: 1;
}


/* Right Column */

/* Product Description */
.product-description {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color {
  margin-bottom: 30px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"].black + label span {
  background-color: #323232;
}
.color-choose input[type="radio"].blue + label span {
  background-color: #314780;
}
.color-choose input[type="radio"].green + label span {
  background-color: #0F6;
}
.color-choose input[type="radio"].red + label span {
  background-color: #C91524;
}
.color-choose input[type="radio"].white + label span {
  background-color:#CCC
}

.color-choose input[type="radio"]:checked + label span {
  /*background-image:url(../images/check-icn.svg);*/
  background-repeat: no-repeat;
  background-position: center;
}

/* Cable Configuration */
.cable-choose {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
}
/*------second image css start-----------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column-grid {
  width: 65%;
  position: relative;
}

.right-column-grid {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column-grid img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  /*opacity: 0;*/
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

/*.left-column-grid img.active {
  opacity: 1;
}*/


/* Right Column */

/* Product Description */
.product-description-1 {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description-1 span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description-1 h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color-box {
  margin-bottom: 30px;
}


/* Cable Configuration */
.cable-choose-box {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose-box button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}


.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config-grid {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config-grid a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config-grid a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
/*----------second image end the css style---------*/




@media (min-width: 1281px) {
	.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  opacity: 0;
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

.left-column img.active {
  opacity: 1;
}


/* Right Column */

/* Product Description */
.product-description {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color {
  margin-bottom: 30px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}
.color-choose input[type="radio"]#green + label span {
  background-color: #0F6;
}
.color-choose input[type="radio"]#red + label span {
  background-color: #C91524;
}
.color-choose input[type="radio"]#white + label span {
  background-color:#CCC
}

.color-choose input[type="radio"]:checked + label span {
 /* background-image:url(../images/check-icn.svg);*/
  background-repeat: no-repeat;
  background-position: center;
}

/* Cable Configuration */
.cable-choose {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config {
 /* border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
}
/*------second image css start-----------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column-grid {
  width: 65%;
  position: relative;
}

.right-column-grid {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column-grid img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  /*opacity: 0;*/
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

/*.left-column-grid img.active {
  opacity: 1;
}*/


/* Right Column */

/* Product Description */
.product-description-1 {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description-1 span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description-1 h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color-box {
  margin-bottom: 30px;
}


/* Cable Configuration */
.cable-choose-box {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose-box button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}


.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config-grid {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config-grid a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config-grid a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
/*----------second image end the css style---------*/
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  opacity: 0;
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

.left-column img.active {
  opacity: 1;
}


/* Right Column */

/* Product Description */
.product-description {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color {
  margin-bottom: 30px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}
.color-choose input[type="radio"]#green + label span {
  background-color: #0F6;
}
.color-choose input[type="radio"]#red + label span {
  background-color: #C91524;
}
.color-choose input[type="radio"]#white + label span {
  background-color:#CCC
}

.color-choose input[type="radio"]:checked + label span {
  /*background-image:url(../images/check-icn.svg);*/
  background-repeat: no-repeat;
  background-position: center;
}

/* Cable Configuration */
.cable-choose {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
}
/*------second image css start-----------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column-grid {
  width: 65%;
  position: relative;
}

.right-column-grid {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column-grid img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  /*opacity: 0;*/
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

/*.left-column-grid img.active {
  opacity: 1;
}*/


/* Right Column */

/* Product Description */
.product-description-1 {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description-1 span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description-1 h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color-box {
  margin-bottom: 30px;
}


/* Cable Configuration */
.cable-choose-box {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose-box button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}


.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config-grid {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config-grid a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config-grid a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
/*----------second image end the css style---------*/
}
@media (min-width: 768px) and (max-width: 1024px) {
	.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  opacity: 0;
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

.left-column img.active {
  opacity: 1;
}


/* Right Column */

/* Product Description */
.product-description {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color {
  margin-bottom: 30px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}
.color-choose input[type="radio"]#green + label span {
  background-color: #0F6;
}
.color-choose input[type="radio"]#red + label span {
  background-color: #C91524;
}
.color-choose input[type="radio"]#white + label span {
  background-color:#CCC
}

.color-choose input[type="radio"]:checked + label span {
  /*background-image:url(../images/check-icn.svg);*/
  background-repeat: no-repeat;
  background-position: center;
}

/* Cable Configuration */
.cable-choose {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
}
/*------second image css start-----------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column-grid {
  width: 65%;
  position: relative;
}

.right-column-grid {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column-grid img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  /*opacity: 0;*/
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

/*.left-column-grid img.active {
  opacity: 1;
}*/


/* Right Column */

/* Product Description */
.product-description-1 {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description-1 span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description-1 h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color-box {
  margin-bottom: 30px;
}


/* Cable Configuration */
.cable-choose-box {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose-box button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}


.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config-grid {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config-grid a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config-grid a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
/*----------second image end the css style---------*/
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  opacity: 0;
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

.left-column img.active {
  opacity: 1;
}


/* Right Column */

/* Product Description */
.product-description {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color {
  margin-bottom: 30px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}
.color-choose input[type="radio"]#green + label span {
  background-color: #0F6;
}
.color-choose input[type="radio"]#red + label span {
  background-color: #C91524;
}
.color-choose input[type="radio"]#white + label span {
  background-color:#CCC
}

.color-choose input[type="radio"]:checked + label span {
 /* background-image:url(../images/check-icn.svg);*/
  background-repeat: no-repeat;
  background-position: center;
}

/* Cable Configuration */
.cable-choose {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
}
/*------second image css start-----------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column-grid {
  width: 65%;
  position: relative;
}

.right-column-grid {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column-grid img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  /*opacity: 0;*/
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

/*.left-column-grid img.active {
  opacity: 1;
}*/


/* Right Column */

/* Product Description */
.product-description-1 {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description-1 span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description-1 h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color-box {
  margin-bottom: 30px;
}


/* Cable Configuration */
.cable-choose-box {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose-box button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}


.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config-grid {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config-grid a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config-grid a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
/*----------second image end the css style---------*/
}
@media (min-width: 481px) and (max-width: 767px) {
	.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  opacity: 0;
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

.left-column img.active {
  opacity: 1;
}


/* Right Column */

/* Product Description */
.product-description {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color {
  margin-bottom: 30px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}
.color-choose input[type="radio"]#green + label span {
  background-color: #0F6;
}
.color-choose input[type="radio"]#red + label span {
  background-color: #C91524;
}
.color-choose input[type="radio"]#white + label span {
  background-color:#CCC
}

.color-choose input[type="radio"]:checked + label span {
  /*background-image:url(../images/check-icn.svg);*/
  background-repeat: no-repeat;
  background-position: center;
}

/* Cable Configuration */
.cable-choose {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
}
/*------second image css start-----------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column-grid {
  width: 65%;
  position: relative;
}

.right-column-grid {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column-grid img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  /*opacity: 0;*/
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

/*.left-column-grid img.active {
  opacity: 1;
}*/


/* Right Column */

/* Product Description */
.product-description-1 {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description-1 span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description-1 h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color-box {
  margin-bottom: 30px;
}


/* Cable Configuration */
.cable-choose-box {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose-box button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}


.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config-grid {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config-grid a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config-grid a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
/*----------second image end the css style---------*/
}
@media (min-width: 320px) and (max-width: 480px) {
	.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column {
  width: 65%;
  position: relative;
}

.right-column {
  width: 35%;
  margin-top: 225px;
}


/* Left Column */
.left-column img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  opacity: 0;
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

.left-column img.active {
  opacity: 1;
}


/* Right Column */

/* Product Description */
.product-description {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color {
  margin-bottom: 30px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}

.color-choose input[type="radio"]#black + label span {
  background-color: #323232;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #314780;
}
.color-choose input[type="radio"]#green + label span {
  background-color: #0F6;
}
.color-choose input[type="radio"]#red + label span {
  background-color: #C91524;
}
.color-choose input[type="radio"]#white + label span {
  background-color:#CCC
}

.color-choose input[type="radio"]:checked + label span {
 /* background-image:url(../images/check-icn.svg);*/
  background-repeat: no-repeat;
  background-position: center;
}

/* Cable Configuration */
.cable-choose {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 118px;
}
.cable-choose button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose button:hover,
.cable-choose button:active,
.cable-choose button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}

/* Product Price */
.product-price {
  display: flex;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}

.cart-btn {
  display: inline-block;
  background-color: #7DC855;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .5s;
}
.cart-btn:hover {
  background-color: #64af3d;
}
/*------second image css start-----------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

/* Columns */
.left-column-grid {
  width: 65%;
  position: relative;
}

.right-column-grid {
  width: 35%;
  margin-top: 60px;
}


/* Left Column */
.left-column-grid img {
  /*width: 50%*/;
  position: absolute;
  left: 0;
  top: 29px;
  /*opacity: 0;*/
  transition: all 0.3s ease;
   right: 4px;
    margin: auto;
    bottom: 1px;

}

/*.left-column-grid img.active {
  opacity: 1;
}*/


/* Right Column */

/* Product Description */
.product-description-1 {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 50px;
}
.product-description-1 span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description-1 h1 {
  font-weight: 300;
  font-size: 52px;
  color: #43484D;
  letter-spacing: -2px;
}
.product-description-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
}

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

/* Product Color */
.product-color-box {
  margin-bottom: 30px;
}


/* Cable Configuration */
.cable-choose-box {
  margin-bottom: 20px;
  float:left;
}

.cable-choose2
{
	margin: 15px 0px 0px 30px;
    padding: 1px 0px 0px 132px;
}
.cable-choose-box button {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}


.cable-choose-box button:hover,
.cable-choose-box button:active,
.cable-choose-box button:focus {
  border: 2px solid #86939E;
  outline: none;
}

.cable-config-grid {
  /*border-bottom: 1px solid #E1E8EE;*/
  margin-bottom: 20px;
}

.cable-config-grid a {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.cable-config-grid a:before {
  content: "?";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid rgba(53, 142, 215, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 16px;
  opacity: 0.5;
  margin-right: 5px;
}
/*----------second image end the css style---------*/
}

/* Responsive */
@media (max-width: 940px) {
  .container {
    flex-direction: column;
    margin-top: 30px;
  }

  .left-column,
  .right-column {
    width: 100%;
  }

  .left-column img {
    width: 224px;
	right: 0;
	top: 100px;
	left: initial;
  }
}

@media (max-width: 535px) {
  .left-column img {
    width: 220px;
    top: 90px;
  }
}
