html {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Antique-Olive-Bold';
  src: url('../fonts/Antique-Olive-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Antique-Olive-Bold.woff') format('woff'), url('../fonts/Antique-Olive-Bold.ttf')  format('truetype'), url('../fonts/Antique-Olive-Bold.svg#Antique-Olive-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MonotypeCorsiva';
  src: url('../fonts/MonotypeCorsiva.eot?#iefix') format('embedded-opentype'),  url('../fonts/MonotypeCorsiva.woff') format('woff'), url('../fonts/MonotypeCorsiva.ttf')  format('truetype'), url('../fonts/MonotypeCorsiva.svg#MonotypeCorsiva') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #f1f0ee;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  overflow-x: hidden;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: inherit;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
}
*, *:before, *:after {
  box-sizing: inherit;
}

header{
    background: #323c41;
    padding: 25px 0;
}
.header-search input, .header-search .search-btn{
    border-radius: 0;
    height: 34px;
    background: #fff;
    box-shadow: none;
    border: none;
}
header .navbar-brand{
    padding: 0;
    height: auto;
}
header .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header .header-search{
    width: 90%;
    margin: 0 auto;
}
#search-form i{
  top: -2px;
  right: 0;
}
.header-address a{
    color: #fff;
}
.menu-section .navbar{
    margin-bottom: 0;
    border: none;
}
.menu-section{
    background: #f66014;
}
.menu-section .navbar-nav li a{
    border-right: 1px solid #f99c6d;
    color: #fff;
  padding: 15px 30px;
}
.menu-section .navbar-nav li:first-child a{
    border-left: 1px solid #f99c6d;
}
a.basket-btn{
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  position: relative;
}
#cart-total {
  position: absolute;
  top: -8px;
  left: -8px;
  padding: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background: #323c41;
}
a.basket-btn .fa{
  margin-right: 5px;
  transform: rotate(360deg);
}
.banner-section .slider-one{
  background: url('../images/banner-1.jpg')no-repeat;
  background-size: cover !important;
  background-position: 60% center !important;
}
.banner-section .banner-detail{
  padding: 195px 0;
}
.banner-section .banner-detail h2, .banner-section .banner-detail h1{
  color: #fff;
}
.banner-section .banner-detail h2{
  font-size: 40px; 
  font-family: 'MonotypeCorsiva';
  text-shadow: 0px 0px 8.55px rgba(0, 0, 0, 0.004);
}
.banner-section .banner-detail h1{
  font-family: 'Antique-Olive-Bold';
  font-size: 45px;
}
.padd-common{
  padding-top: 90px;
}
.product-section{
  position: relative;
}
.product-section::before{
  position: absolute;
  content: "";
  background: #f66014;
  top: 90px;
  left: 0;
  height: 1px;
  width: 100%;
}
.product-container{
  padding-top: 90px;
  float: left;
  width: 100%;
}
.product-container .product-enclose, .information-container .product-enclose{
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.product-text h3{
  font-family: 'Antique-Olive-Bold';
  position: relative;
  font-size: 25px;
  padding-bottom: 10px;
}
.product-text h3::after{
  position: absolute;
  content: "";
  bottom: -10px;
  background: #f66014;
  height: 1px;
  width: 90%;
  left: 0;
}
.section-title h2 span{
  color: #000;
  font-size: 30px; 
  padding: 0 15px;
}
.testimonial .section-title h2{
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title h2{
  text-align: center;
  font-family: 'Antique-Olive-Bold';
  position: relative;
}
/*.section-title h2::after{
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}*/
.showroom-detail li a{
  font-weight: bold;
}
.showroom-detail li a .fa{
  margin-right: 5px;
}
/*.map-enclose{
  position: absolute;
  left: 40%;
  right: 0;
}*/
.map-container iframe{
  width: 100%;
}
.section-title{
  margin-bottom: 50px;
}
section.showroom{
  background: url('../images/point.png')no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  padding-top: 50px;
}
.showroom-text{
  padding-left: 44%;
  width: 98%;
}
section.testimonial {
    background: url(../images/testimonial-bg.jpg)no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    overflow: hidden;
    padding-top: 60px;
}
.map-enclose{
  padding-right: 0;
}
.testimonial .section-title span{
  color: #fff;
  background: transparent;
}

.testimonial-slider p{
  font-size: 35px;
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  position: relative;  
  padding-bottom: 10px;
  padding-top: 30px;
}
.testimonial .section-title h2{
  position: relative;
}
.section-title h2::after, .section-title h2::before{
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: rgba(241, 239, 238, 0.31);
}
.testimonial .section-title h2::after{
  z-index: 1;
  right: unset;
  left: unset;
  border: none;
}
.section-title h2::before{
  margin-left: -51%;
  text-align: right;
}
.testimonial-slider p::after{
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.testimonial-quote{
  max-width: 85%;
  margin: 0 auto;
  position: relative;
}
.testimonial-quote::after {
    position: absolute;
    content: "";
    background: url(../images/quote-left.png)no-repeat;
    display: inline-block;
    top: 0px;
    background-size: contain;
    left: -10px;
    width: 80px;
    height: 80px;
}
.testimonial-quote h5{
  font-size: 24px;
  font-family: 'MonotypeCorsiva';
  color: #fff;
}
.testimonial-quote::before{
  position: absolute;
  content: "";
  background: url(../images/quote-right.png)no-repeat;
  display: inline-block;
  bottom: 0;
  background-size: contain;
  right: 0px;
  width: 80px;
  height: 80px;
}
footer{
  padding-top: 70px;
  padding-bottom: 50px;
  background: #f66014;
  position: relative;
}
footer::before{
  position: absolute;
  content: "";
  background: #fbb08a;
  height: 1px;
  width: 100%;
  left: 0;
  top: 80px;
}
.footer-link h3{
  font-size: 20px;
  font-family: 'Antique-Olive-Bold';
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
}
.footer-link ul li a, .footer-link ul li{
  color: #fff;
}
.footer-link h3 span{
  background: #f66014;
  padding: 0 15px;
  margin: 0 -15px;
}
.footer-link.quick-links ul li:last-child{
  padding-top: 30px;
}
ul.footer-social, ul.footer-address{
  list-style: none;
}

ul.footer-address, ul.footer-social{
  padding-left: 20px;
}
ul.footer-address li .fa{
    margin-left: -20px;
    width: 20px;
    text-align: center;
}
ul.footer-social li{
  display: inline-block;
  margin-right: 10px;
}
.copy-rit p{
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
}
.header-address ul{
  margin-bottom: 0;
}
.basket-button{
  margin: 0;
}
.product-img img{
  width: 100%;
}
.testimonial-slider .owl-prev{
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
.testimonial-slider .owl-next{
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.testimonial-slider .owl-nav .fa{
  color: #fff;
  font-size: 50px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
  outline: none;
}
.menu-section .navbar-nav li a:hover, .menu-section .navbar-nav li a:focus, .menu-section .navbar-nav li a:active{
  color: #323c41;
  background: transparent;
}
a.basket-btn:hover{
  border: 1px solid #323c41;
}
.footer-link ul li a:hover{
  color: #323c41;
}
.footer-link ul li{
  padding-bottom: 5px;
}
.header-address a:hover{
  color: #f66014;
}
.banner-container .owl-dots{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-container .owl-theme .owl-dots .owl-dot.active span, .banner-container .owl-theme .owl-dots .owl-dot:hover span{
  background: #f66014;
  outline: none;
}
.showroom-detail li a:hover{
  color: #f66014;
}
.product-thumb .button-group button{
  width: 100% !important;
}
.product-thumb .button-group button{
  background-color: #f66014;
  color: #fff;
}
.product-thumb .button-group button:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background-color: #f66014 !important;
  color: #323c41 !important;
}
.btn-primary:hover{
  border: 1px solid transparent;
}
.tab-content .product-content p span{
  color: #000;
}
.tab-content .product-content{
  padding: 10px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.inner-pages #content{
  margin-bottom: 50px;
}
.btn-danger{
  border: 1px solid transparent;
}
.btn-primary {
  background-color: #f66014;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.breadcrumb li:last-child a{
  pointer-events: none;
}
.padd-50{
  padding: 50px 0;
}
.owl-theme .owl-dots .owl-dot{
  outline: none;
}
.inner-pages .contact-map{
  padding-bottom: 30px;
}
.contact-address address{
  padding-left: 20px;
}
.contact-address address .fa{
  margin-left: -20px;
  margin-right: 7px;
}
.footer-cont ul li .fa, .contact-address address .fa, .footer-cont ul li a:hover{
  color: #f66014;
}
.contact-page-form form, .request-quote-section form{
  padding: 20px 20px;
  background: #f3f3f3;
}
.contact-page-form legend{
  margin-bottom: 0;
  padding-bottom: 10px;
}
.product-enclose:hover img{
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}
h1.common-head{
  font-family: 'Antique-Olive-Bold';
  color: #f66014;
  margin-bottom: 30px;
}
.prog_container img{
  width: 100%;
}
/*=======================Responsive================*/
@media (min-width: 1600px) {
  .banner-section .owl-carousel .owl-stage-outer {
    height: 650px;
  }
  .banner-section .slider-one {
    background-size: cover !important;
    background-position: center !important;
  }
  .banner-section .banner-detail {
      padding: 195px 0;
  }
}
@media(max-width: 1366px){
  .showroom-text {
    padding-left: 25%;
  }
}
@media(max-width: 1200px){

}

@media(max-width: 991px){
  .testimonial-slider p{
      font-size: 24px;
      line-height: 35px;
  }
  
}

@media(max-width: 991px) and (min-width: 768px){
  .product-text h3{
    font-size: 18px;
  }
}

@media(max-width: 767px){
  section.showroom{
    background: none;
  }
  footer::before{
    display: none;
  }
  .showroom-text {
    padding-left: 0;
  }
  .padd-common {
    padding-top: 50px;
  }
  .banner-section .banner-detail h2{
    font-size: 30px;
  }
  .banner-section .banner-detail h1{
    font-size: 35px;
  }
  .banner-section .banner-detail {
    padding: 200px 0;
  }
  header .header-search{
    width: 100%;
  }
  header .header-address{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  .navbar-toggle .icon-bar{
    background: #fff;
  }
  .testimonial-slider p {
    font-size: 18px;
    line-height: 26px;
  }
  .menu-section .navbar .navbar-collapse{
  padding: 0px 15px;
}
.menu-section .basket-button li a{
  margin: 0px 15px;
}
.product-container .product-enclose{
  margin-bottom: 30px;
}
section.testimonial{
  padding-top: 30px;
}
.section-title {
    margin-bottom: 20px;
}
.testimonial .section-title h2{
  margin-bottom: 0;
}
}

@media(max-width: 575px){
  .banner-section .banner-detail h2 {
    font-size: 22px;
  }
  .banner-section .banner-detail h1 {
    font-size: 24px;
  }
  .banner-section .banner-detail {
    padding: 120px 0;
  }
}

@media(max-width: 420px){
  header .header-address{
    display: block;
    text-align: center;
  }
}
.inner-pages .product-content span{
  color: #000 !important;
}

/* 12-2-20 Design changes */
.pagination-details p{
  margin: 20px 0px;
}
.banner-section .owl-carousel .owl-stage-outer{
  height: 600px;
}
.product-layout.product-grid {
    height: 510px;
    float: left;
}
.product-detail-page h1.common-head{
  margin-top: -7px;
}
.inner-pages .padd-50{
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumb li a{
  transition: all 0.3s ease;
}
.breadcrumb li a:hover{
  color: #f66014;
}
@media(max-width: 1199px){
  .product-layout.product-grid {
    height: 500px;
    float: left;
    margin-bottom: 15px;
}
}
@media(max-width: 1024px){
  .padd-common {
    padding-top: 60px;
}
}

@media(max-width: 991px){
    .banner-section .owl-carousel .owl-stage-outer {
    height: auto;
}
.banner-section .banner-detail {
    padding: 80px 0;
}
.showroom-text{
  width: 100%;
} 
.cart-info-td { white-space: normal !important; font-size: 14px; }
.cart-qty-td { white-space: normal !important; font-size: 14px; }
.cart-qty-td input { height: 30px; text-align: center; }
.cart-qty-td .input-group-btn {
  white-space: normal;
  display: block;
  width: 100%;
  text-align: center;
}
.cart-qty-td .input-group-btn .btn {
  padding: 2px 5px;
  display: inline-block;
  margin-top: 5px;
}
.product-detail-page .button-group.row [class*="col-sm"]{
  width: 100%
}
#product_enquiry{
  margin-bottom: 10px;
}
}
@media(max-width: 767px){
  header .navbar-brand{
    margin-bottom: 15px;
  }
  .basket-button { margin-bottom: 25px; }
  .product-section::before{
    display: none;
  }
  .product-container{
    padding-top: 30px;
  }
  .map-enclose {
    padding-right: 15px;
}
.pagination-details{
  text-align: left;
}
.pagination-details p{
  text-align: left;
  margin-top: 0;
}
.product-layout.product-grid{
  height: 410px;
}
}
@media(max-width: 450px){
  .product-layout.product-grid{
  height: 450px;
}
}
.map-container{
  line-height: 0;
}
.navbar .navbar-collapse{
  padding: 0;
}