/* Basic Styling */
  .hero {
  display: none;
}
.pcontainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}

.r2CdBx {
  font-size: 12px;
  color: rgb(135, 135, 135);
  display: inline-block;
}

.r2CdBx2 {
  font-size: 14px;
  color: rgb(135, 135, 135);
  display: inline-block;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.hc1:hover {
  cursor: pointer;
  color: blue;
}

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

.left-column img {
  object-fit: contain;
  width: 100%;
  height: 350px;
  z-index: -1;
}

.left-column-down {
  width: 10%;
  position: relative;
}

.left-column ul {
  position: absolute;
  top: 0px;
  left: 320px;
  list-style: none;
  margin-left: 20px;
}

.left-column ul li:first-child {
  width: 35px;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  margin-bottom: 14px;
  box-shadow: -1px 1px 4px 1px rgb(224,224,224);
}

.left-column ul li {
  width: 35px;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  box-shadow: -1px 1px 4px 1px rgb(224,224,224);
}

/* .left-column ul {
  position: absolute;
  top: 340px;
  width: 350px;
  list-style: none;
  margin-left: 20px;
}

.left-column ul li:first-child {
  float: right;
}

.left-column ul li {
  width: 35px;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  box-shadow: -1px 1px 4px 1px rgb(224,224,224);
} */

/* .left-column-down img {
  width: 50%;
  position: relative;
  left: 20%;
  top: 0;  
  padding: 1.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px 1px medium;
    border-right-width: 1px;
  border-style: solid solid none;
    border-right-style: solid;
  border-color: rgb(224, 224, 224) rgb(224, 224, 224) currentcolor;
  border-image: none;
  cursor: pointer;
} */

.left-column-down {
  display: block;
  max-width:60px;
  max-height:80px;
  width: auto;
  height: auto;
}

.left-column-down img {
  object-fit: contain;
  width: 100%;
  height: 80px;
}

/* .left-column-down img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 20%;
  top: 0;  
  padding: 1.5px;
  cursor: pointer;
} */

.right-column {
  width: 60%;
  margin-left: 100px;
  margin-top: 0px;
}

/* Left Column */
.left-column img {
  width: 100%;
  position: absolute;
  left: 50px;
  top: 0;
  transition: all 0.3s ease;
}

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

.left-column-down span {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgb(224,224,224);
  border-radius: 1px;
}

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

.left-column-down span svg {
 transform: rotate(180deg);
  padding: 2px;
}

.img-to-rotate {  
 transform: rotate(0deg);
}

 .color-choose div {
  display: inline-block;
}
/*
.color-choose div img {
 // display: inline-block;
  width: 55px;
  padding: 1.5px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid rgb(224,224,224);
  border-radius: 2px;
} */

/* .color-choose div img:first-child {
   border: 2px solid #86939E;
  outline: none;
}

.color-choose div img:hover,
.color-choose div img:active,
.color-choose div img:focus {
  border: 2px solid #86939E;
  outline: none;
} */

/* Cable Configuration */
 .cable-choose {
  margin-bottom: 20px;
}
/*
.cable-choose button {
  border: 2px solid rgb(224,224,224);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  color: #5E6977;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
} */

.left-column img {
  object-fit: contain;
  width: 100%;
  height: 350px;
}

.option {
 border: 2px dashed rgb(224,224,224);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  color: #002f36;
  background-color: #fff;
  cursor: pointer;
  transition: all .5s;
  margin-right: 4px;
  margin-top: 4px;
}

.option-selected {
 border: 2px solid #86939E;
  outline: none;
}

.option-color {
  cursor: pointer;
  transition: all .5s;
  display: inline;
  object-fit: contain;
  max-width: 55px;
  max-height: 55px;
  padding: 1.5px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px dashed rgb(224,224,224);
  border-radius: 4px;
}

.option-selected-color {
 border: 2px solid #86939E;
 outline: none;
}

.option-slide {
  cursor: pointer;
  transition: all .5s;
  display: inline-block;
  width: 55px;
  padding: 1.5px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgb(224,224,224);
  border-radius: 1px;
}

.option-selected-slide {
/*  border: 2px solid #86939E;
 outline: none; */
/*   border-width: 1px 1px medium;
  border-right-width: 1px; */
/*   border-style: solid solid none;
  border-right-style: solid; */
  border-color: #007bff;
  border-image: none;
  border-radius: 1px;
  box-shadow: 0px 1px 6px -4px #007bff; 
}

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

/* .cable-choose button:first-child {
   border: 2px solid #86939E;
  outline: none;
} */

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

.cable-config span {
  font-weight: 600;
  color: #002f36;
}

.product-color span {
  font-weight: 600;
  color: #002f36;
}

/* .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;
  margin-top: 30px;
}

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

.product-delivery {
  display: flex;
  align-items: center;
}
.product-delivery span {
  font-size: 16px;  
  font-weight: 600;
  color: #002f36;
}

.product-delivery form {
  margin-left: 20px;
}

.product-delivery-sec {
  margin-left: 80px;
}

.product-delivery-sec p {
  font-size: 14px;
  font-weight: 700;
}

.product-delivery-sec .sec1 {
  font-size: 13px;
  font-weight: 400;
  margin-top: -20px;
}

/*Address Form*/
.right-column .addNewList {
  width: 50%;
}

.addcontainer {
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
}

.left-column1 {
  display: block;
  float: left;
  width: 40%;
}

.right-column1 .addlist-m {
  display: grid;
  grid-template-columns: auto;
}

#addcontent {
	width: 100%;
	height: auto;
	padding: 0px;
  border-radius: 10px;
  border: 0.5px solid #ccc;
  margin-top: 14px;
}

#addcontent h5 {
  width: 90%;
  padding: 14px 14px 0px 14px;
}

#addcontent p {
  padding: 2px 0px 0px 14px;
}

#addcontent h6 {
  padding: 2px 0px 14px 14px;
}

.add-ops2 label {
  cursor: pointer;
}

.add-ops2 label {
 text-align: center;
 display: block;
 width: 100%;
  color: #fff;
 background: #3498db;
 border-radius: 0px 0px 10px 10px;
    margin: auto;
    padding: 12px;
    margin-top: 14px;
}

.add-ops {
  display: block;
  float: right;
  width: auto;
  height: 100%;
}
.add-ops label:first-child {
  text-align: center;
  cursor: pointer;
  display: block;
  width: auto;
  align-content: center;
  height: 50%;
  margin: auto;
  border-radius: 0px 10px 0px 0px;
}

.add-ops label {
  text-align: center;
  cursor: pointer;
  display: block;
  width: 50px;
  align-content: center;
  height: 50%;
  margin: auto;
  border-radius: 0px 0px 10px 0px;
}

.option-add-selected2 {
  display: block;
  float: right;
  width: 100%;
  background: #f8f8f8;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 10px;
  border: 0.5px solid #ccc;
}

#addcontent2 h5 {
  padding: 14px;
}

#addcontent2 span {
  float: right;
  padding: 14px;
  
}

#addcontent2 p {
  padding-left: 14px;
}

#addcontent2 h6 {
  padding-left: 14px;
}

#addcontent2 .add-ops {
  display: grid;
  grid-template-columns: auto;
}

#addcontent2 .add-ops label {
  display: block;
  width: 100%;
  margin: auto;
  align-content: center;
  text-align: center;
  color: #fff;
  background: #3498db;
  padding: 8px;
  margin-top: 14px;
  border-radius: 0 0 10px 10px;
}

/* #addcontent2 .add-ops label {
  display: block;
  width: 100%;
  margin: auto;
  align-content: center;
  text-align: center;
  color: #fff;
  background: #c0392b;
  padding: 8px;
  margin-top: 14px;
  border-radius: 0px 0px 10px 0px;
} */

.right-column1 {
  display: block;
  float: right;
  width: 60%;
  margin-left: 100px;
}

.adddef span {
  font-size: 20px;
  font-weight: 600;
}

.adddef svg {
  width: 25px;
  margin-top: -5px;
}

.addNewList span {
  font-size: 20px;
  font-weight: 600;
}

#addnewAds {
  display: block;
  width: 100%;
  height: auto;
  align-content: center;
  cursor: pointer;
  color: blue;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
}

#addnewAds2 {
  display: block;
  width: 100%;
  margin: auto;
  height: auto;
  cursor: pointer;
  color: blue;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

#makedef {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  align-content: center;
  margin-left: -90px;
  margin-top: -35px;
}

.checkbox1 {
  display: inline-block;
  margin: auto;
  align-content: center;
  text-align: center;
  border: 1.5px solid black;
  border-radius: 2px;
  height: 15px;
  width: 15px;
  cursor:pointer;
}
.check {
  display: block;
  margin: auto;
  visibility: hidden;
  background: black;
  width: 90%;
  height: 90%;
}
.active {
  visibility: visible;
}

#makedef h4 {
  display: block;
  margin: auto;
  align-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-left: 200px;
  margin-top: -30px;
}

.add-mng {
  font-size: 20px;
  font-weight: 600;
}

.addNewList svg {
  width: 25px;
  margin-top: -5px;
}

.add-mng svg {
  width: 25px;
  margin-top: -5px;
}

.addNewList .addC1 {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.addCS {
  width: 100%;
  display: flex;
  margin: 8px 0;
}

.addCS input {
  width: 50%;
  display: flex;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.addCS input:first-child {
  width: 50%;
  display: flex;
  margin-right: 14px;
}

.addTyp {
  margin-top:10px;
}

.addTyp span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
  margin-top:14px;
}

.addTyp label {
  font-size: 14px;
  font-weight: 600;
}

.addTyp .rd2 {
  margin-left: 8px;
}

#btnAddAds {
  width: 100%;
  padding: 8px;
  font-weight: 600;
  color: #fff;
  background: #3474e7;
  border: none;
  border-radius:4px;
  margin-top:10px;
  margin-bottom: 50px;
}

.pbox {
  background-color: #f8f8f8;
  padding: 6px;
  border-radius: 10px;
  margin: 0px;
}

.pnbox-m {
  display: grid;
  grid-template-columns: auto auto auto;
  border-radius: 10px;
}

.pbox span {
  font-size: 16px;
  font-weight: 700;
  margin-left: 6px;
}

.pbox svg {
  width: 18px;
}

.pbox p {
  cursor: pointer;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  border: 1.5px solid #e6e6e6;
  border-radius: 6px;
  padding: 4px;
  margin: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lt4VIO {
  display: inline-block;
  line-height: 25px;
}

.lt4VIO .AFOXgu {
  font-weight: 500;
  font-size: 14px;
  border: medium;
  outline: none;
  width: auto;
  padding-left: 6px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 2px solid rgb(40, 116, 240);
  border-left: none;
  border-right: none;
}

.product-delivery .check {
  margin-left: 10px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  color: rgb(40, 116, 240);
  position: relative;
}

#myBtn {
  margin-left: 10px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  color: rgb(40, 116, 240);
  position: relative;
  background: transparent;
  border: 0px;
}

.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;
}

.In9uk2 {
  padding: 18px 8px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  width: 40%;
  border: medium;
  background: #ff9f00;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.In9uk2 svg {
  margin-right: 10px;
}

.In9uk22 {
  margin-left: 30px;
  background: #26a541;
}

.delivery-info {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.delivery-info #line-dl {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-top: 30px;
}

.delivery-info div {
  width: 100%;
  height: 0.5px;
  background-color: #e6e6e6;
  margin-top: 30px;
}

.delivery-info table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}

.delivery-info table td {
  text-align: center;
}

#Layer_1 {
  width: 50px;
}
#Layer_2 {
  width: 35px;
}

.h5offer {
  font-size: 14px;
  font-weight: 500;
  color: rgb(33, 33, 33);
  margin-top: 20px;
}

.ynXjOy {
  font-size: 14px;
  color: rgb(33, 33, 33);
  font-weight: 700;
  padding-right: 4px;
}

.ynXjOy2 {
  font-size: 14px;
  color: rgb(33, 33, 33);
  font-weight: 500;
  padding-right: 4px;
}

._4EqiSd {
  font-size: 10px;
  color: rgb(40, 116, 240);
  font-weight: 600;
  display: block;
  margin-left: 0px;
  padding-top: 4px;
  cursor: pointer;
}

.row {
  margin-top: 4px;
}

.row img {
  margin-left: 10px;
  margin-right: 5px;
}

.w-100 {
  padding: 10px;
}

.p-ops {
  margin-top: 30px;
}

.p-ops span {
  font-weight: 600;
  color: #002f36;
}

.line-p {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin-top: 30px;
}

.p-ops .p-ops2 {
  font-size: 14px;
  font-weight: 500;
  color: #172337;
  padding-left: 10px;
}

.p-high {
  margin-top: 20px;
}

.p-high span {
  font-weight: 600;
  color: #002f36;
}

.p-high p {
  font-size: 14px;
  font-weight: 500;
  color: #172337;
}

.p-ops img {
  width: 350px;
}

.box {
  width: 100px;
  border: 1px solid gray;
}

.active1 {
  width: 100px;
  border: 1px solid red;
}

.product-review {
  margin-top: 15px;
}

.product-review span {
 font-size: 18px;  
  font-weight: 600;
  margin-top: 30px;
}

.product-review button {
  background: transparent;
  border-radius: 50px;
  border: 1.5px solid black;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

/* .product-review div {
    cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #2874f0;
  background: white;
  box-shadow: 0px 2px 1px 0px rgb(224,224,224);
  padding-left: 0px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 14px;
} */

/* .option {
 border-color: black;
}
.option-selected {
 border-color: red;
} */


  .ch3 {
  width: 84%;
}

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

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

  .left-column img {
    width: 300px;
    right: 0;
    top: -65px;
    left: initial;
  }*/
}

@media (max-width: 535px) {
  
  .hero ul {
    position: absolute;
    top: 35%;
    width:100%;
  list-style: none;
    padding: 14px;
}

.hero ul li:first-child {
  float: right;
  width: 35px;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  margin-bottom: 14px;
  box-shadow: -1px 1px 4px 1px rgb(224,224,224);
}

.hero ul li {
  display: inline-block;
  width: 35px;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  box-shadow: -1px 1px 4px 1px rgb(224,224,224);
}
  .hero {
    display: block;
    margin: auto;
    height: 250px;
  }
  .hero__items {
    display: block;
    margin: auto;
    height: 250px;
    padding-top: 0px;
}

  .hero .hero__slider div img {
    display: block;
    margin: auto;
  width: 250px;
    height: 250px;
    object-fit: scale-down;
  }

.hero__slider.owl-carousel .owl-nav button {
 display: none;
}

  .left-column-down {
    display: none;
  }
  .left-column {
    display: none;
  }
  .right-column {
    width: 100%;
    margin: 0px;
  }
  .r2CdBx {
    display: none;
  }
  .product__item__text {
    margin-top: 0;
  }
  
.addcontainer {
  display: block;
    width: 100%;
    margin: auto;
    align-content: center;
}
  
.left-column1 {
  display: block;
  width: 100%;
}
  
.right-column1 {
  display: block;
  width: 100%;
  margin: auto;
  align-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}  
  
.right-column1 .addlist-m {
  display: grid;
  width: 100%;
  margin: auto;
  align-content: center;
}
  
/*   .right-column1 .addlist-m #addcontent {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
  
  .right-column1 .addlist-m #addcontent p {
    display: block;
    width: 100%;
    line-height: 1.3;
    white-space: pre-line;
  } */
  

#addcontent {
	width: 100%;
	height: auto;
	padding: 0px;
  border-radius: 10px;
  border: 0.5px solid #ccc;
  margin-top: 14px;
  margin-right: -30px;
}

#addcontent h5 {
  width: 85%;
}
  
  #addcontent p {
  white-space: pre-line;
}

.add-ops {
  margin-right: 0px;
  height: 100%;
}
  
.add-ops label:first-child {
  width: 60px;
  height: 50%;
}

.add-ops label {
  width: 60px;
  height: 50%;
}
  .In9uk2 {
  width: 50%;
}
  .ch3 {
  width: 100%;
}
  
  .delivery-info svg {
    padding: 4px;
  }
  .delivery-info table td {
  text-align: center;
    font-size: 12px;
    padding-top: 4px;
}
  .breadcrumb__links a {
    font-size: 14px;
  }
}





