/*------------Font css----------*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');*/
/*font-family: 'Roboto', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*font-family: 'Open Sans', sans-serif;*/
/*--------------Start of global css-------------*/
.area {
  width: 100%;
  float: left;
}
a,button,input,textarea {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-container{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
/*--
body{
	font-family: 'Open Sans', sans-serif;
}
--*/
a:hover,
a:focus,
a:active,
a {
	text-decoration: none;
  outline: none;
}
/*--------------End of global css-------------*/
/*-- Header section start --*/
.header {
  padding: 18px 0 15px 0;
}
.navbar-brand{
  height: auto;
  padding: 0;
  max-width: 200px;
}
.header-top-menu {
  float: right;
  margin-top: 40px;
}
.header-top-menu li{
  position: relative;
  padding-left: 30px;
}
.header-top-menu li::before{
  content: "";
  width: 4px;
  height: 4px;
  background: #9C9C9C;
  position: absolute;
  top: 9px;
  left: 10px;
}
.header-top-menu li:first-child::before{
  display: none;
}
.header-top-menu li a {
  color: #9c9c9c;
  font-size: 10px;
  line-height: 10px;
  outline: none;
  text-decoration: none;
  text-transform: capitalize;
}
.header-top-menu li a:hover,
.header-top-menu li a:active,
.header-top-menu li a:focus {
  color: #B92032;
  text-decoration: none;
}
.header-bottom {
  margin-top: 10px;
  text-align: right;
}
.header-bottom-text {
  color: #b92133;
  display: inline-block;
  font-size: 10px;
  font-size-adjust: 0.5;
  line-height: 10px;
  margin: 10px 15px 0 0;
  text-align: right;
  text-transform: capitalize;
  word-spacing: 1px;
}
.header-search-bar {
  float: right;
  position: relative;
}
.header-search-bar-input {
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: -1px 1px 1px 1px #f0f0f0;
  color: #999999;
  font-size: 12px;
  height: 29px;
  line-height: 9px;
  max-width: 300px;
  padding: 5px 69px 5px 5px;
  text-transform: capitalize;
}
.header-search-btn {
  background: #b92032;
  border: 1px solid #923540;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  height: 28px;
  line-height: 9px;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-search-btn:hover,
.header-search-btn:active,
.header-search-btn:focus {
  color: #ffffff;
}
@media (max-width:1199px){
  .header-bottom-text {
    margin: 5px 0 0 -5px;
  }
  .header-search-bar-input {
    max-width: 210px;
  }
}
@media (max-width:991px){
  .header-top-menu {
    margin-bottom: 0;
  }
  .header-bottom {
    margin-top: 0;
  }
  .header-bottom-text {
    margin: 5px 10px 5px -5px;
    float: right;
  }
}
@media (max-width:767px){
  header {
    display: none;
  }
  .logo {
    display: block;
    float: none;
    margin: 10px auto;
  }
  .header-top-menu {
    float: none;
    margin-top: 5px;
    text-align: center;
  }
  .header-bottom-text {
    float: none;
    margin: 5px 10px 10px 21px;
    text-align: center;
  }
  .header-search-bar {
    float: left;
    left: 36%;
  }
}
@media (max-width:640px){
  .header-search-bar {
    left: 33%;
  }
}
@media (max-width:480px){
  .header-search-bar {
    left: 27%;
  }
}
@media (max-width:320px){
  .header-search-bar {
    left: 12%;
  }
}
/*------- Header section end ----------*/
.multiple-desktop-border {
    background: #cec2ab;
    height: 5px;
}
.menu-section .multiple-desktop-border {
  display: none;
}
/*-- Menu section start --*/
.navbar-header .logo{
  display: none;
}
.navbar-collapse {
  text-align: center;
}
.menu {
  display: inline-block;
  float: none;
}
.menu li{
  position: relative;
}
.menu li:before{
  content: "";
  width: 1px;
  height: 20px;
  background: #626262;
  position: absolute;
  top: 17px;
  left: 0;
}
.menu li:first-child:before{
  display: none;
}
.menu li a {
  color: #626262;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  margin-left: 1px;
  outline: medium none;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: capitalize;
}
.menu li a:hover,
.menu li a:active,
.menu li a:focus{
  background: #ffffff;
  color: #b92033;
}
.dropdown:hover > .dropdown-menu{
  display: block;
}

/*
.dropdown > a::after {
  color: #F1592A;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 14px;
  top: 16px;
  transition: all 0.4s;


}
*/
.menuArrow > a:after {
  color: #cec2ab;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  right: 14px;
  top: 16px;
  transition: all 0.4s;
}

/*.dropdown > a:hover::after {
  content: "\f0d7";
}
*/
.dropdown .dropdown > a::after{
  content: "\f0da";
  top: 8px;
  right: 24%;
}
.navbar-nav > li {
  display: inline-block;
  float: none;
}
.dropdown-menu > li > a {
  margin: 15px 0;
  color: #737373 !important;
}
/*.dropdown:hover > .dropdown-menu{
  display: block;
}*/
.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}
.dropdown-menu li::before {
  display: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #ffffff;
}
.dropdown-menu > li > a {
  box-shadow: 0px 1px 0px 0px #cccccc;
  margin: 0;
  padding: 15px 50px 15px 31px;
}
.dropdown .dropdown .dropdown-menu{
  margin-left: 158px;
  margin-top: -33px;
}
.dropdown-menu{
  border-radius: 0;
  padding: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #b92133 !important;
    background-color: #ffffff;
}

.menu>.active>a {
    color: blue;
}
/* bootstrap caret */
.caret {
  display: none;
}
@media (max-width:991px){
  .menu li a {
    padding: 20px 12px;
  }
  .dropdown > a::after {
    right: 3%;
  }
  .dropdown .dropdown > a::after {
    right: 24%;
    top: 9px;
  }
  .dropdown-menu li a {
    padding: 11px 16px;
  }
  .dropdown .dropdown .dropdown-menu{
    margin-left: 168px;
    margin-top: -38px;
  }
}
@media (max-width:767px){
  .navbar-header .logo{
    display: block;
  }
  .navbar-header .navbar-brand {
    float: left;
    margin: 10px 20px;
    max-width: 140px;
  }
  .navbar-toggle{
    border: 2px solid #b92032;
    margin-top: 25px !important;
  }
  .navbar-toggle .icon-bar {
    display: block;
    height: 4px;
    width: 38px;
  }
  .icon-bar{
    background: #b92032;
  }
  .menu-section {
    padding: 10px 0 20px;
  }
  .navbar-nav > li {
    display: block;
    float: none;
  }
  .menu {
    display: block;
  }
  .menu li::before {
    display: none;
  }
  .menu li a {
    border-top: 1px solid #dddddd;
    padding: 10px 0 10px 55px;
    text-align: left;
    position: relative;
  }
  .menu li a::after {
    color: #b92032;
    content: "\f0da";
    font-family: fontAwesome;
    left: 40px;
    position: absolute;
  }
  .dropdown > a::after {
    left: 11%;
    top: 4px;
  }
  .dropdown > a::after {
    content: "\f0d7" !important;
    left: 37px !important;
    top: 3px !important;
  }
  .dropdown-menu{
    display: block !important;
    position: static;
    float: none;
    text-align: left;
    box-shadow: none;
  }
  .dropdown-menu li a {
    color: #9a9a9a;
    padding: 5px 0 5px 80px;
  }
  .dropdown-menu > li > a::after {
    left: 65px;
  }
  .dropdown-menu .dropdown-menu li a {
    padding-left: 120px;
  }
  .dropdown .dropdown .dropdown-menu{
    position: static;
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  .navbar-nav .open .dropdown-menu {
    text-align: center;
  }
  .dropdown-menu > li > a {
    box-shadow: none;
  }
  .dropdown .dropdown > a::after {
    left: 18%;
    top: 3px;
  }
}
@media (max-width:640px){
  .menu li a:hover::after, .menu li a:active::after, .menu li a:focus::after {
    right: 38%;
  }
}
@media (max-width:480px){
  .menu li a:hover::after, .menu li a:active::after, .menu li a:focus::after {
    right: 35%;
  }
}
@media (max-width:320px){
  .menu li a:hover::after, .menu li a:active::after, .menu li a:focus::after {
    right: 25%;
  }
}
/*-- Menu section end --*/

/*-- Banner section start --*/
.banner-section{
  background: url("../img/banner.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
}
.banner-inner {
  background: rgba(240, 89, 42, 0.3);
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  padding: 13px 0;
}
.banner-content {
  text-align: center;
}
.banner-title {
  color: #ffffff;
  float: left;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 10px 30px 0 150px;
  word-spacing: 1px;
}
.banner-btn{
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  float: left;
  background: #B92032;
  padding: 10px 15px;
  text-transform: capitalize;
}
.banner-btn:hover,
.banner-btn:active,
.banner-btn:focus{
  color: #ffffff;
}
@media (max-width:1199px){
  .banner-title {
    margin: 10px 30px 0 0;
  }
}
@media (max-width:991px){
  .banner-title {
    font-size: 14px;
    letter-spacing: 0;
    margin: 10px 10px 0 0;
    word-spacing: 0;
  }
}
@media (max-width:767px){
  .banner-title {
    float: none;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    margin: 10px 10px 10px 0;
    word-spacing: 1px;
  }
  .banner-btn {
    float: none;
    padding: 10px 15px;
    margin-top: 5px;
  }
}
/*-- Banner section end --*/
/*-- Video section start --*/
.video-section {
  padding: 30px 0;
}
.video-section-left{}
.video-section-left iframe {
  height: 300px;
  width: 100%;
}
.video-section-right{
  padding: 0 15px;
}
.video-section-right-title{
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 15px 0;
}
.video-section-right-text {
  color: #000000;
  font-family: "Roboto",sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.video-section-button {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.video-section-button::after {
  background: #666666;
  bottom: -33px;
  content: "";
  height: 1px;
  left: 212px;
  position: absolute;
  width: 356px;
}
a.orange-bg,
.orange-bg a,
button.orange-bg,
.orange-bg button,
input.orange-bg,
.orange-bg input{
  background: #cec2ab !important;
}
a.gray-bg,
.gray-bg a,
button.gray-bg,
.gray-bg button,
input .gray-bg,
.gray-bg input{
  background: #C3C3C3 !important;
}
a.video-btn,
.video-btn a,
button.video-btn,
.video-btn button,
input.video-btn,
.video-btn input{
  border-radius: 3px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  outline: none !important;
  padding: 8px 40px !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
}

a.video-btn:hover,
a.video-btn:active,
a.video-btn:focus,
.video-btn a:hover,
.video-btn a:focus,
.video-btn a:active,
button.video-btn:hover,
button.video-btn:active,
button.video-btn:focus,
.video-btn button:hover,
.video-btn button:active,
.video-btn button:focus,
input.video-btn:hover,
input.video-btn:active,
input.video-btn:focus,
.video-btn input:active{}
.video-btn input:focus{}
.video-btn input:hover{
	color: #ffffff !important;
}

@media (max-width:1199px){
  .video-section-left iframe {
    height: 281px;
  }
  .video-section-right-title {
    font-size: 34px;
    line-height: 35px;
    margin: 0 0 8px;
  }
  .video-section-button::after {
    left: 32%;
  }
}
@media (max-width:991px){
  .video-section-left iframe {
    height: 214px;
  }
  .video-section-right-title {
    font-size: 24px;
    line-height: 25px;
  }
  .video-section-right-text {
    font-size: 14px;
    line-height: 16px;
  }
  .video-section-button::after {
    left: 27%;
  }
}
@media (max-width:767px){
  .video-section-left iframe {
    height: 457px;
  }
  .video-section-right-title {
    margin-top: 20px;
  }
}
@media (max-width:640px){
  .video-section-left iframe {
    height: 379px;
  }
  .video-section-button::after {
    left: 23%;
  }
}
@media (max-width:480px){
  .video-section-left iframe {
    height: 278px;
  }
  .video-section-button::after {
    left: 14%;
  }
}
@media (max-width:700px){
  .video-section-left iframe {
    height: 180px;
  }
  .video-section-right-title {
    font-size: 21px;
    line-height: 23px;
  }
  .video-btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .video-section-button::after {
    left: 8%;
    width: 270px;
  }
}
/*-- Video section end --*/
/*-- Blog section start --*/
.blog-section{
  padding: 30px 0;
}
.section-title{
  font-weight: 700;
  font-size: 33px;
  line-height: 35px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.blog-post {
  margin: 20px 0;
}
.blog-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 0 20px;
  padding: 0;
  text-transform: capitalize;
}
.blog-text {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin: 20px 0;
  padding: 0;
  text-align: left;
}
.blog-btn{
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #F0592A;
  text-decoration: none;
  text-transform: capitalize;
  outline: none;
  margin: 0;
  padding: 0;
}
.blog-btn:hover,
.blog-btn:active,
.blog-btn:focus{
  color: #b92033;
  text-decoration: none;
  outline: none;
}
.blog-post-sidebar {
  background: #f3f3f3 none repeat scroll 0 0;
  margin: 22px 0;
  padding: 0 50px 0;
}
.blog-post-sidebar ul{
  margin: 0;
  padding: 0;
}
.blog-post-sidebar ul li{
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}
.blog-post-sidebar ul li::before{
  content: "\f138";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 15px;
  color: #F0592A;
  position: absolute;
  left: -23px;
  top: 3px;
}
.blog-post-sidebar ul li a{
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #666666;
  text-decoration: none;
  outline: none;
  display: block;
}
.blog-post-sidebar-bottom{
  margin: 24px 0 0 0;
}
@media (max-width:1199px){
  .blog-title {
    font-size: 18px;
  }
  .blog-post-sidebar-bottom {
    margin: 0;
  }
}
@media (max-width:991px){
  .blog-title {
    font-size: 13px;
  }
  .blog-text {
    font-size: 12px;
    line-height: 12px;
  }
  .blog-post-sidebar ul li a {
    font-size: 12px;
    line-height: 15px;
  }
  .blog-post-sidebar {
    padding: 0 5px 0 33px;
  }
  .blog-post-sidebar-bottom p{
    margin-top: 5px;
  }
}
@media (max-width:767px){
  .section-title {
    text-align: center;
  }
  .blog-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
  .blog-text {
    font-size: 17px;
    line-height: 20px;
  }
  .blog-post-sidebar ul li a {
    font-size: 16px;
    line-height: 25px;
  }
}
/*-- Blog section end --*/
/*-- Customer Review section start --*/
.customer-review-section h2{
  margin-bottom: 30px;
}
.single-customer-comment {
	margin-bottom: 15px;
}
.client-img img{
  max-width: 60px;
  float: left;
}
.client-text{
  float: none;
  overflow: hidden;
  padding: 0 10px;
}
.client-text p{
  margin: 0 0 7px 0;
}
.client-text p:last-child{
  color: #2f2f2f;
}
/*-- Customer Review section end --*/
/*-- contact us section start --*/
.contact-section {
  padding: 30px 0 70px;
}
.contact-section h2{
  margin-bottom: 20px;
}
.contact-form{}
.custom-form {
  background: #eeeeee;
  max-width: 500px;
  min-height: 60px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 15px;
  color: #333333;
  border: none;
  border-radius: 0;
}
.custom-form:hover,
.custom-form:active,
.custom-form:focus {
  box-shadow: 1px 1px 4px -1px #333333;
}
textarea{
  min-height: 120px !important;
  color: #333333 !important;
}
.contact-btn {
  display: block;
  margin: 0 0 0 15px;
  padding: 15px 40px;
  border: none;
  border-radius: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 18px;
  background: #F0592A;
}
.contact-btn:hover,
.contact-btn:active,
.contact-btn:focus{
  box-shadow: 1px 1px 4px -1px #333333;
  color: #ffffff;
}
@media (max-width:767px){
  .custom-form {
    max-width: 100%;
  }
  .contact-btn {
    margin: 0 auto;
  }
}
@media (max-width:320px){
  .contact-section h2{
    font-size: 28px;
  }
}
/*-- contact us section end --*/
/*-- Footer section start --*/
.footer-section{
  background: #252525;
  padding: 20px 0;
  margin-top: 30px;
}
.footer-menu{
  padding: 0;
}
.footer-menu li{
  list-style: none;
}
.footer-menu li a{
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
}
.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus{
  color: #b92033;
}
.footer-middle-title{
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0
}
.reseller-img {
  max-width: 300px;
  margin: 10px 0 0;
}
address{
  color: #ffffff;
  margin-top: 10px;
}
.footer-bottom{
  background: #363636;
  padding: 15px 0;
}
.footer-text{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  margin: 0
}
@media (max-width:991px){
  .reseller-img {
    max-width: 200px;
  }
}
@media (max-width:991px){
  .footer-middle {
    margin: 30px 0;
  }
}
/*-- Footer section end --*/
/*-- Page header section start --*/
.page-header{
  background-image: url(../img/banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin: 0;
}
@media (max-width:768px) {
  .page-header{
  padding: 40px 0;
}
}
.page-header-content{}
.page-title{}
.page-bradcrumbs {
  float: right;
  margin: 0;
}
.page-bradcrumbs li{
  font-size: 8px;
  line-height: 8px;
  text-transform: capitalize;
  position: relative;
}
.page-bradcrumbs li:after{
  content: "/";
  width: 1px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
  color: #B3B3B3;
}
.page-bradcrumbs li:last-child:after{
  display: none;
}
.light-gray{
  color: #B3B3B3;
}
.dark-gray{
  color: #5C5C5C;
}
/*-- Page header section end --*/

/*-- Page Body section start --*/

.page-body-section{
  margin: 50px 0;
}
.sidebar-submenu-content {
  border: 1px solid #dddddd;
}
.sidebar-submenu-title {
  color: #8a8a8a;
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: 20px 0 4px 0;
  padding: 0 15px;
}
.sidebar-submenu {
  margin: 0;
  padding: 0;
}
.sidebar-submenu li {
  border-top: 1px solid #dddddd;
  list-style: outside none none;
  padding: 4px 0;
  position: relative;
  padding-left: 15px;
}
.sidebar-submenu li a {
	color: #696969;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	outline: none;
	padding: 0 0 0 0;
	font-weight: 500;
}
/*
.sidebar-submenu-hover {
  background: #eaeaea;
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  right: -224px;
  top: -1px;
  transition: all 0.4s ease 0s;
  z-index:1;
}*/
.sidebar-submenu li:hover {
  background: #EAEAEA;
}
/*
.sidebar-submenu li:hover .sidebar-submenu-hover{
  visibility: visible;
  opacity: 1;
}
*/
.sidebar-submenu-hover img {
  width: 100%;
}
.sidebar-submenu-hover-title {
  display: block;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}
.sidebar-submenu-address{
  margin: 30px 0;
}
.sidebar-submenu-address p {
  color: #8a8a8a;
  font-size: 18px;
  line-height: 20px;
  padding: 0 38px 0 15px;
  text-transform: capitalize;
}
.sidebar-blog-post {
  background: #f3f3f3;
  padding: 10px;
}
.sidebar-blog-post-title {
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 0 15px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.sidebar-blog-post-content {
  margin: 0;
  padding: 0 0 0 10px;
}
.sidebar-blog-post-content li{
  list-style: none;
}
.sidebar-blog-post-content li a {
  color: #8a8a8a;
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin: 15px 0;
  outline: medium none;
  text-decoration: none;
}

/*Product content css start*/
.single-product-content {
	border-right: 1px solid #ddd;
	margin: 15px 0;
}
.product-area .col-sm-6:nth-child(2n+2) .single-product-content {
  border-right: none;
}
.product-details {
	padding: 15px 15px 0 15px;
}
.product-name {
	color: #353535;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
  margin: 0;
}
.product-model {
	color: #BBBBBB;
	font-size: 14px;
	font-weight: 700;
  margin: 10px 0 15px;
}
.product-details p {
	color: #454545;
	font-size: 14px;
	line-height: 17px;
}
a.pro-btn,
.pro-btn a,
button.pro-btn,
.pro-btn button,
input.pro-btn,
.pro-btn input {
	color: #4b883b;
	border: 2px solid #4b883b;
	background: none;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 10px;
}
@media(max-width:767px){
  .single-product-content {
  	border-bottom: 1px solid #ddd;
  	margin: 15px 0;
  	border-right: none;
  	padding-bottom: 15px;
  }
}

@media(max-width:1199px){
.menu li a {
    font-size: 12px;

}
}
/*Product content css end*/

/*-- Page Body section end --*/

/*-- Custom CSS Alex Oct 5 --*/

a.orangeProductLink {
    color: #b92033; 
    font-weight: bold; 
    font-size: 1.4em;
}

a.orangeProductLink:hover {
    color: #b92033; 
}

a.greyProductLink {
    color: #a5a5a5; 
    font-weight: bold; 
    font-size: 1.4em;
}

a.greyProductLink:hover {
    color: grey; 
}

.paddingRight15 {
    padding-right: 15px;
    
}

.greyProductH2 {
    color: #a5a5a5;
    font-size: 20px;
}

.orangeMenu > a {
    color: #ce4117 !important; 
}


/*-- End - Custom CSS Alex Oct 5 --*/

/*-- Custom CSS Alex Dec 4 --*/

.dropdown-menu a:hover {
    color: #b92033 !important; 
}

/*-- --End-- Custom CSS Alex Dec 4 --*/