.breadcrumb-section{
    padding: 30px 7%;
    background: whitesmoke;
}
.breadcrumb-section ul{
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}
.breadcrumb-section ul li{
    margin-right: 10px;
}
.breadcrumb-section ul li a{
    text-decoration: none;
    font-size: 14px;
}
.section-1{
    padding: 30px 7%;
}
.product-basic-details{
    display: flex;
}
.product-basic-details-left{
    width: 40%;
}
.product-basic-details-left img{
    width: 100%;
  padding: 25px;
  background: whitesmoke;
}
.product-basic-details-right{
    width: 60%;
    padding-left: 5%;
}
.product-images-row {
  display: flex;
}
.product-images-row-left, .product-images-row-right {
  width: 5%;
}
.product-images-row-middle {
    width: 90%;
    padding: 4px 0 0 0;
}
.product-images-row-middle img{
    cursor: pointer;
}
.product-images-row-middle .slick-slide {
  padding: 7px;
  margin: 0 2px;
}
.slick-prev::before, .slick-next::before {
  color: black !important;
}
.product-basic-details-right .product-title{
    font-family: "GothamMedium";
  font-size: 24px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 25px 0;
}
.product-short-desc p{
    font-size: 16px;
  margin: 0 0 10px 0;
}
.enquiry-btn, .enquiry-btn:hover, .enquiry-btn:focus, .enquiry-btn:active {
background: #e71e24;
  color: white;
  padding: 7px 15px;
  margin: 25px 0 0 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  }
.product-full-details {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-full-details ul, .product-full-details ol{
    padding-left: 15px;
}
.product-full-details ul li, .product-full-details ol li, .product-full-details p{
    font-size: 16px;
  margin: 0 0 20px 0;
}
.product-full-details table *{
    border: 0;
}
.product-full-details h2{
    font-family: "GothamMedium";
  font-size: 24px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 10px 0;
}
.product-full-details h3{
    font-family: "GothamMedium";
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 10px 0;
}
.product-full-details img{
    margin: 0 0 10px 0;
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 992px) {
    .product-basic-details-right .product-title {
        font-size: 22px;
    }
    .product-short-desc p {
        font-size: 14px;
    }
    .product-full-details h2 {
        font-size: 22px;
    }
    .product-full-details h3 {
        font-size: 16px;
    }
    .product-full-details ul li, .product-full-details ol li, .product-full-details p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .breadcrumb-section ul li a{
        font-size: 14px;
    }
    .product-basic-details {
        flex-wrap: wrap;
    }
    .product-basic-details-left {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .product-basic-details-right {
        width: 100%;
        padding-left: 0;
    }
    .product-basic-details-right .product-title {
        font-size: 18px;
    }
    .product-short-desc p {
        font-size: 14px;
    }
    .enquiry-btn, .enquiry-btn:hover, .enquiry-btn:focus, .enquiry-btn:active {
        margin: 15px 0 0 0;
        font-size: 12px;
    }
    .product-full-details h2 {
        font-size: 22px;
    }
    .product-full-details h3 {
        font-size: 16px;
    }
    .product-full-details ul li, .product-full-details ol li, .product-full-details p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .breadcrumb-section ul li a{
        font-size: 14px;
    }
    .product-basic-details {
        flex-wrap: wrap;
    }
    .product-basic-details-left {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .product-basic-details-right {
        width: 100%;
        padding-left: 0;
    }
    .product-basic-details-right .product-title {
        font-size: 18px;
    }
    .product-short-desc p {
        font-size: 14px;
    }
    .enquiry-btn, .enquiry-btn:hover, .enquiry-btn:focus, .enquiry-btn:active {
        margin: 15px 0 0 0;
        font-size: 12px;
    }
    .product-full-details h2 {
        font-size: 22px;
    }
    .product-full-details h3 {
        font-size: 16px;
    }
    .product-full-details ul li, .product-full-details ol li, .product-full-details p {
        font-size: 14px;
    }
}


.section-2{
    padding: 30px 7%;
    background: whitesmoke;
}
.title{
    font-family: "GothamMedium";
  font-size: 28px;
  color: rgb(231, 30, 36);
  margin: 0 0 30px 0;
}
.related-products-row{
    display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.related-product-card {
    width: 23%;
    margin: 0 1% 2% 1%;
    padding: 0;
    background: transparent;
}
.related-product-card a{
    display: block;
    text-decoration: none;
}
.related-product-card img{
    width: 100%;
    background: white;
}
.related-product-card .related-product-title{
    font-family: "GothamMedium";
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    margin: 15px 0 0 0;
}

.form-input, .form-input:hover, .form-input:focus, .form-input:active {
  width: 100%;
  padding: 10px;
  margin: 0 0 15px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: none;
  font-size: 14px;
}
.submit-btn, .submit-btn:hover, .submit-btn:focus, .submit-btn:active{
    width: 100%;
  padding: 10px;
  background: black;
  color: white;
  border: 0;
  outline: 0;
  box-shadow: none;
}
#productenquiryformMessage {
  text-align: center;
  padding: 7px;
  background: whitesmoke;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 992px) {
    .title {
        font-size: 24px;
    }
    .related-product-card .related-product-title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .title {
        font-size: 24px;
    }
    .related-product-card {
        width: 48%;
    }
    .related-product-card .related-product-title {
        font-size: 16px;
    }
    .related-product-card {
        width: 48%;
        margin: 0 1% 5% 1%;
    }
}
@media only screen and (max-width: 575px) {
    .title {
        font-size: 24px;
    }
    .related-product-card {
        width: 48%;
    }
    .related-product-card .related-product-title {
        font-size: 16px;
    }
    .related-product-card {
        width: 48%;
        margin: 0 1% 5% 1%;
    }
}