@charset "utf-8";

/*[Basic Layout Stylesheet of all website pages] | Project:IBM | Version:1.0 | Author:Nithin Scaria - Nilambur Furniture*/

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    -webkit-font-smoothing: antialiased;
}
 
p,
li {
    line-height: normal;
}

img {
    max-width: 100%;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
}

a,
a img,
input[type="button"] {
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #333;
}

a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    /* For IE8 and earlier */
}

h1,
h2,
h3,
h4,
h5 {
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.price {
    font-size: 18px;
    color: #0e8a31;
    display: inline-block;
    margin-right: 35px;
    margin-top: 10px;
    line-height: 32px;
}
.interiorpage span img{    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.interiorpage a:hover span{
    box-shadow: 0px 2px 5px rgb(0 0 0 / 35%);

}
.interiorpage a:hover h5{color: #000;}
.interiorpage h5{ 
    text-align: center;
    margin: 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #2f7923;
    font-weight: 500;
}
.interiorpage span{
    display: flex;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 23px;
    border-radius: 150px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 19%);
    /* margin-top: -50px; */
    /* z-index: 10000; */
    /* background: #fff; */
    /* position: relative; */
}
.enquirywidget {
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 220px;
    background: #fff;
    padding: 15px 20px;
    border: solid 2px #58ae39;
    border-right: 0;
    display: none;
    z-index: 101;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes slideInRight {
    0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    }
    @keyframes slideInRight {
    0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
    }
    100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    }   
.enquryright{
    right: 0;
    position: fixed;
    width: 60px;
    bottom: 30px;
    z-index: 100;
    cursor: pointer;
}
.enquirywidget .glyphicon {
    font-size: 25px;
    position: absolute;
    right: -1px;
    top: -14px;
    background: #fff;
    padding: 4px;
    width: 33px;
    height: 33px;
    border-radius: 150px;
    text-align: center;
    line-height: 26px;
    color: #58ae39;
    cursor: pointer;
}
.factorypage h6{    
margin-top: 0;
    font-size: 15px;
    margin-bottom: 15px;
}
.projectspage .projecttittle{
    background: #1fb94b;
    color: #fff;
    padding: 7px 8px;    text-align: center;
    height: 50px;
}
.projectbox:hover .projecttittle{
    background: #26d457;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
    .projectbox{margin-bottom: 20px;}
.projectspage h4{
margin-bottom: 4px;
font-size: 15px;
text-transform: uppercase;
}
.projectspage h5{
margin-bottom: 0;
font-size: 14px;
font-weight: 300;
}
.projectsingle hr{
   width: 100%;
    margin: 18px 5px;
    display: block;
    background: #1fb94b;
    border: none;
    height: 2px;
}

.flag {
    display: inline-block;
    padding: 0.3em;
    padding-right: 0.3em;
    margin-right: 0.8em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
    color: #fff;
    background: #1fb94b;
    margin-bottom:10px;
    text-transform: uppercase;
}
  .flag:before, .flag:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 0.8em solid transparent;
    right: -0.8em;
    position: absolute;
    top: 0;
    border-top: 0.8em solid #1fb94b;
  }
  .flag:after {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: 0.8em solid #1fb94b;
  }
.offerdetails{
  padding-left: 10px;
}
.offerpage h4{
font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
.offerpage h5{
margin-bottom: 16px;
font-size: 16px;
font-weight: 300;
line-height: 20px;
}
.offerpage h2 span{
text-decoration: line-through;
margin-right:15px;
}
.offerpage h2{
font-size: 30px;
color: red;
}
.offerhead{
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    background: #1fb94b;
    width: 90%;
    color: #fff;
    margin-left: 0;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    padding: 12px;
}
.pricetag{
   float: left;
    width: 62px;
    margin-right: 7px;
}
.packagpage p{
    padding-left: 21px;
    background: url(../images/check.png) no-repeat left top;
    background-size: 16px;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
    color: #5c5c5c;
    background-position: 0 4px;
}
.packagpage h2{
       background: #1fb94b;
color: #fff;
font-size: 26px;
font-weight: 500;
display: inline-block;
padding: 9px 14px;
}
body .packagpage h3{
    color: #f00000;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 14px;
    margin-top: 5px;
}
body .packagpage hr{
margin: 10px 0;
}
body .packagpage h5{
text-align: left;
margin: 10px 0;
background: #e7e7e7;
display: inline-block;
padding: 6px 9px;
}
.package-img img{
    position: relative;
}
.package-img {
    margin-right: 15px;
    position: relative;
    padding: 20px 0;
}
.package-img::before {
    content: "";
    position: absolute;
    background: #1fb94b;
    width: 80%;
    left: 10%;
    height: 100%;
    z-index: 0;
    top: 0;
    transform: skew(0deg, 7deg);
}
.btn-projects{
    background: #1fb94b;
    position: absolute;
    right: 0;
    top: 0;
    border: solid 1px #1fb94b;
    border-radius: 0;
    height: 36px;
    line-height: 24px;
    color: #fff;
}
.btn-projects:hover{
    background: #1aaa43;
    color: #fff;
}
.btn.btn-lite:hover{
    color: #000000}
.packagesingle .btn.btn-lite{
    margin-bottom: 70px;
}
.packagesingle h6{
font-size: 22px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
color: #1fb94b;
}
    
.btn.btn-lite{
    display: block;
    background:#f0f0f0;
    border-radius: 150px;
    box-shadow: 0px 1px 3px #00000075;
    padding: 6px 19px;
    line-height: 19px;
    color: #1fb94b;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}
.offerhead span{
font-size: 16px;
}
body .offerhead h3{
color: #fff;
font-size: 23px;
text-align: left;
line-height: 26px;
margin-bottom: 5px;
}
.offerpage .btn-new{
    margin-left: 0;
    margin-bottom: 25px;
    }
.projectsingle h3{
text-align: left !important;
    font-size: 19px;
    color: #1fb94b;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 8px 11px;
    border-left: solid 2px #1fb94b;
}
.projectsingle h4{
text-align: center;
    font-size: 19px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.btn-new{
background: #1fb94b;
    width: 160px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
}
.projectbox img{width:100%}
.factorypage img{
}

.factorypage a img {
    margin-bottom: 15px;
    padding: 5px;
    background: #f6f6f621;
    box-shadow: 0px 2px 3px #00000029;
}


.contentflex{
    display: flex;
}
.boxinfo{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.price strong {
    font-weight: bold;
    font-size: 30px;
    display: block;
}

.price.priceold {
    color: #bebdbd;
}

.fouricons {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 30px;
    color: #353535;
    line-height: 23px;
}

.fouricons img {
    display: block;
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 17px;
    margin-top: 20px;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}


/* Sprite
------------------------------------*/

.backToTop,
.truck-icon,
.phone-icon,
.email-icon,
.search-icon,
.heart-icon,
.idea-icon,
.rupee-icon,
.enquire-icon,
.breadcrumb .arrow,
.zoom-icon,
.tick-icon,
.refresh-icon,
.delete-icon,
.about-bottom-right h4 span,
.contact-right h3 span,
.fav-icon,
.comment-icon {
    background: url(../images/sprite.png) no-repeat -10px -10px;
}


/*Back to top Btn
------------------------------------*/

span.backToTop {
    width: 40px;
    height: 40px;
    float: left;
    background-position: -10px -10px;
    position: relative;
    z-index: 9999;
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

span.backToTop:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* product page start*/

.zoomContainer {
    border: solid 1px #d2d2d2;
    border-radius: 2px;
}

.productaccordian .panel-title img {
    border: solid 2px #FFF;
    border-radius: 150px;
    margin-right: 20px;
}

.productaccordian .panel-body img {
    border-radius: 2px;
    float: left;
    margin-right: 20px;
}

.productaccordian .panel-body {
    padding: 25px;
}

.productaccordian .panel-body iframe {}

.productaccordian .panel-default>.panel-heading h4 {
    color: #fff !important;
    text-decoration: none !important;
}

.productaccordian .panel-title {
    display: block;
    padding: 10px;
}

.productaccordian p,
.productaccordian .panel-heading a {
    font-weight: 500;
}

.fancybox-inner .productaccordian .panel-heading a:hover,
.productaccordian .panel-heading a {
    color: #fff !important;
    text-decoration: none !important;
}
.fancybox-skin { max-width: 30% !important }

.productaccordian .panel-heading {
    padding: 0 0;
}

.productaccordian .panel-default>.panel-heading {
    color: #fff !important;
    text-decoration: none !important;
    background-color: transparent;
    border-color: #fff;
    font-size: 18px;
}

.productaccordian .panel-title {
    background-color: #0c772b;
}

.p-0 {
    padding: 0 !important;
}

.productaccordian,
.pointslider {
    position: initial !important;
}

.pointslider {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.pointslider img {
    border-radius: 4px;
    width: 100%;
}

.pointslider .pointslider-item {
    padding: 0 15px;
}

.productaccordian .panel-title {
    position: relative;
}

.productaccordian .panel-title.collapsed::before {
    content: "\e259";
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 39px;
    right: 28px;
    font-size: 25px;
}

.productaccordian .panel-title::before {
    content: "\e260";
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 39px;
    right: 28px;
    font-size: 25px;
}

.productaccordian .panel-title.collapsed {
    background-color: #084c1b;
}

.productaccordian .panel-title img {
    border: solid 2px #FFF;
    border-radius: 150px;
    margin-right: 20px;
}

.cstm-drpdwn { background-image: url(../images/drop-arrow.png); background-repeat: no-repeat; background-position: 101% -1px; border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; cursor: pointer; padding-right: 50px;
-webkit-appearance: none;
-moz-appearance: none; }

.slick-next {
    background-position: 0 -43px;
    right: -5px;
}

.sharethis-inline-share-buttons {
    text-align: left !important;
    margin: 10px 0;
}

.slick-prev {
    left: -5px
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 42px;
    width: 42px;
    cursor: pointer;
    background: url(../images/slider-arrows.png) 0 0;
    color: transparent;
    top: 50%;
    margin-top: -15px;
    padding: 0;
    border: none;
    outline: none;
    opacity: 1;
}

.tagselect:hover {
    border: solid 1px #1fb94b;
    color: #1fb94b;
}

.rounded {
    border-radius: 100px;
}

input[type=number] {
    -moz-appearance: textfield;
}

a,
a img,
input[type="button"] {
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
}

.product-thumbnail img {
    width: 100%;
}

.product-thumbnail .product-single__thumbnail {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 20px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
}

.messageproduct .close {
    margin-left: 10px;
}

.reviewbox { border-bottom: 1px solid #d2d2d2; padding-bottom: 15px; padding-top: 15px; }

.reviewbox.row .col-sm-2 {
    text-align: center
}

.reviewbox .col-sm-8 p { margin: 10px 0px 12px 0px; }

.messageproduct {
    text-align: center
}

.messageproduct.alert-position {
    position: absolute;
    top: 11px;
    left: 30%;
}

.product-thumbnail {
    margin-bottom: 20px;
}

.shopify-section {
    padding-right: 30px;
}

#header .container {
    position: relative;
}

.productprofile {
    font-weight: 500;
}

.productprofile {
    margin-top: 30px;
    margin-bottom: 30px;
}

#content {
    width: 100%;
    float: left;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important;
}

p,
li {
    line-height: normal;
}

.productprofile h2 {
    color: #3a3a3a;
    margin-bottom: 15px;
}

.pl-0,
.px-0 {
    padding-left: 0!important;
}

.form-group {
    margin-bottom: 15px;
}

.productprofile .input-group-addon {
    color: #a2a2a2;
}

#typeName p,
.product-details-right h1.prod_right_head {
    font-size: 18px;
    color: #555555;
    line-height: 21px;
    font-family: 'DINPro-Medium';
    margin-bottom: 20px;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important;
}

.tagselect.active {
    border: solid 1px #1fb94b;
    color: #1fb94b;
}

.tagselect {
    display: inline-block;
    padding: 4px 9px;
    border: solid 1px #d2d2d2;
    margin: 0px 5px 9px 0;
    cursor: pointer;
    font-weight: 400;
}

a,
a img,
input[type="button"] {
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
}

.productprofile {
    font-weight: 500;
}

h4 {
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
}

.reviewtop {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    margin: 10px 0;
}

.productprofile .heart-icon {
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -220px;
    margin: 0 3px;
}

.feedbackindex {
    width: 142px;
    font-weight: bold;
    width: 128px;
    padding: 6px 11px 14px 12px!important;
    font-size: 11px;
    color: #ffae00;
    text-align: center;
}

.productprofile ul {
    padding-left: 15px;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important;
}

.productprofile ul li {
    padding: 4px 0;
}

.pl-0,
.px-0 {
    padding-left: 0!important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important;
}

.rounded {
    border-radius: 100px !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

.dblock {
    display: block;
}

.btnnewlong {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    border-radius: 3px;
    padding: 10px 40px;
    margin-top: 8px;
    background: #e4ac5b;
}

.btnsuccesslong {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    border-radius: 3px;
    padding: 10px 25px;
    margin-top: 8px;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btnsuccesslong img {
    width: 18px;
    margin-right: 5px;
}

.productprofile {
    margin-top: 30px;
    margin-bottom: 30px;
}

.small-box-container {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.small-box-container .slick-slider {
    margin-bottom: 30px;
}

.small-box-container .modal-header {
    border: none;
    background-color: #ab433c;
    color: white;
}


/* img {
    max-width: 100%;
} */

.cpatcha_img {
    background: #449d44;
    padding: 7px 0px 7px 6px;
    border-radius: 3px;
}

.producttab {
    margin-top: 20px;
    margin-bottom: 40px;
}

#header .container {
    position: relative;
}

.producttab .nav-tabs {
    border: solid 1px #d2d2d2;
    border-top-left-radius: 7px;
    overflow: hidden;
    border-top-right-radius: 7px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    margin-bottom: -1px;
    border-bottom: 0;
}

.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
    filter: none;
    border: none;
    padding: 0;
    margin: 0;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.producttab .nav-tabs>li.active>a,
.producttab .nav-tabs>li.active>a:hover,
.producttab .nav-tabs>li.active>a:focus {
    color: #0e8a31;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    border-top: solid 2px #0e8a31;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0 !important;
    margin-left: -1px;
}

.producttab .nav-tabs>li>a {
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0 !important;
    color: #333;
    padding: 16px 15px;
    border-top: solid 2px transparent;
}

.producttab .tab-content {
    border: solid 1px #d2d2d2;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 25px 20px;
}

.product-spec {
    padding: 7px 0;
}

.product-spec table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.product-spec table tr.gray-bg {
    background: #f9f9f9;
}

.product-spec table th {
    padding: 11px 25px 10px;
}

.product-spec table h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-spec table td:first-child {
    min-width: 130px;
    width: 32.5%;
    border-right: 1px solid #ececec;
}

.product-spec table td {
    width: 67%;
    padding: 8px 25px 7px;
}

.productaccordian,
.pointslider {
    position: initial !important;
}

.producttitle1 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: relative;
    color: #3c3c3c;
    z-index: 0;
}

.producttitle1::after {
    height: 2px;
    content: "";
    background: #ab433c;
    width: 100%;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: -2;
}

.producttitle1::before {
    height: 100%;
    content: "";
    background: #fff;
    width: 50%;
    left: 25%;
    position: absolute;
    z-index: -1;
}

.producttitle1 span {
    color: #0e8a31;
}

.reviewimg { width: 60px; height: 60px; border-radius: 100px; object-fit: cover }

.review-prod-tmb { width: 100px; height: 100px; object-fit: cover; margin-right: 3px }

.slick-slider {
    margin-bottom: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.pointslider {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.productaccordian,
.pointslider {
    position: initial !important;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pointslider .pointslider-item {
    padding: 0 15px;
}

.pointslider img {
    border-radius: 4px;
    width: 100%;
}


/* product page end*/


/*Header (logo and menu)
------------------------------------*/

#header {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
}

#header .container {
    position: relative;
}

.header-top-bar {
    width: 100%;
    float: left;
    color: #fff;
    background: #0e8a31;
}

.top-bar-left p {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: #dff5e5;
    padding: 7px 0 9px;
    margin-bottom: 0;
}

.top-bar-left .truck-icon {
    width: 21px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -60px;
    margin-right: 8px;
}

.top-bar-right {
    text-align: right;
}

.top-bar-right p {
    padding: 5px 0 6px;
    margin-bottom: 0;
}

.top-bar-right .email-icon {
    width: 16px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -80px;
    margin-right: 10px;
}

.top-bar-right .phone-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -100px;
    margin-right: 8px;
    margin-left: 20px;
}

.top-bar-right a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.header-logo {
    width: 100%;
    float: left;
    padding-top: 11px;
    padding-bottom: 8px;
}

#logo {
    padding: 10px 2px;
}

#logo img {}

#logo a {
    float: left;
}

#logo a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.loadpopup img {
    width: 100%;
}

.loadpopup button.close {
    opacity: 1;
    font-size: 28px;
    position: absolute;
    right: -6px;
    top: -16px;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 40px;
}

.modal.loadpopup {
    padding-top: 30px;
    overflow: hidden;
}

.modal.loadpopup .modal-dialog {
    margin-top: 15%;
}

.header-search-area {
    line-height: 1.6;
    text-align: right;
    padding-top: 4px;
}

.header-search-area a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: normal;
    text-align: center;
    color: #555;
    padding-bottom: 3px;
    margin-left: 5px;
    margin-top: 6px;
}

.header-search-area .search-icon {
    width: 26px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -120px;
    margin-right: 4px;
    margin-bottom: 2px;
}

.header-search-area .heart-icon {
    width: 26px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -148px;
}

.header-search-area .idea-icon {
    width: 26px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -180px;
    margin-bottom: 3px;
}

.franchise-form-box h2 {
    text-align: center
}


/* Search Box */

.sb-search {
    position: relative;
    width: 0%;
    min-width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

body .call_widget {
    position: fixed;
    width: 100%;
    z-index: 100;
    bottom: 0;
    background: #2a2a2a;
    min-height: 50px;
    display: none !important;
    text-align: center;
}

.call_widget .row {
    width: 100%;
    text-align: center;
}

.call_widget a {
    color: #fff;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 10px 50px 10px 15px;
    font-family: 'Roboto';
    font-size: 13px;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sb-search-input::-webkit-input-placeholder {
    color: #555;
}

.sb-search-input:-moz-placeholder {
    color: #555;
}

.sb-search-input::-moz-placeholder {
    color: #555;
}

.sb-search-input:-ms-input-placeholder {
    color: #555;
}

.sb-icon-search,
.sb-search-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 0 0;
    margin: 0;
    font-family: 'Roboto';
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.priceright h4 {
    font-size: 15px;
}

body form .alert-custom {
    position: fixed;
    width: 60%;
    top: 50px;
    right: auto;
    z-index: 9999;
    left: auto;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    float: none;
    left: 20%;
}

.franchise-left p {
    text-align: justify
}

.sb-search-submit {
    color: #555;
    background: url(../images/search-icon.png) no-repeat center 4px;
    /* IE needs this */
    border: none;
    outline: none;
}

.sb-search-submit:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.sb-icon-search {
    z-index: 90;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {}

.sb-search-open .sb-search-input {
    width: 230px;
    border-color: #aaa;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/*Menu*/

.header-menu {
    width: 100%;
    float: left;
    border-top: 1px solid #e9e9ea;
    padding-bottom: 10px;
}

.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
    filter: none;
    border: none;
    padding: 0;
    margin: 0;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav i.icon-sort-up {
    position: absolute;
    font-size: 13px;
    bottom: -6px;
}

.navbar-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar .nav {
    display: inline-block;
    float: left;
    padding: 9px 0 0;
    margin: 0;
    clear: both;
    border: none;
}

.navbar .nav>li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 30px 0 0;
}

.navbar .nav>li:last-child {
    background: none;
}

.navbar .nav>li>a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    display: block;
    line-height: 23px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar .nav>li>a .downArrow {
    display: none;
}

.navbar .nav>li:last-child a {
    border-right: none;
}

.navbar .nav>li:first-child a {
    border-left: none;
}

.navbar .nav>li:first-child a:hover {
    border-left: none;
}

.collapse.in ul {
    height: auto;
    margin-top: 38px !important;
    margin-bottom: 0 !important;
    border: none;
}

.collapse.in ul li {
    border: none;
}

.collapse.in li a {
    padding: 0 10px;
    border-top: 1px solid #999 !important;
    background: #777;
}

.collapse.in li a:hover,
.collapse.in li a.dropdown-toggle {
    border-top: solid 1px #777 !important;
    background: #999;
    border-radius: none!Important;
}

.collapse.in ul.dropdown-menu {
    margin: 0 0 5px !important;
    padding-bottom: 0;
}

.collapse.in ul.dropdown-menu li {
    padding: 0 10px;
}

.collapse.in ul.dropdown-menu a {
    padding: 12px;
}

.nav-collapse .nav>li>a,
.nav-collapse .dropdown-menu a {
    margin: 0 !important;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #0e8a31;
    background: none;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:focus {
    text-decoration: none;
    color: #0e8a31;
    background: none;
}

.navbar .nav>.active>a:hover {
    color: #0e8a31;
    background: none;
}


/*Arrow for menu*/

.navbar .nav>li>a .caret {
    margin: 9px 0 0 3px !important;
    border-top-color: #9b9b9b !important;
    border-bottom-color: #9b9b9b !important;
}


/*Dropdown Menu*/

.dropdown {
    display: inline-block;
}

.dropdown-menu {
    padding: 0;
    border: none;
    margin-top: -2px;
    border-radius: 0;
    z-index: 9999 !important;
    top: 32px;
    background-color: white;
}

.dropdown-menu li a {
    color: #7b7b7b;
    font-size: 14px;
    padding: 6px 10px;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    color: #fd4b2f;
    background: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: none !important;
}

.dropdown-menu .active>a {
    color: #fd4b2f !important;
    background: none !important;
    filter: none !important;
}

.navbar .btn-navbar {
    font-size: 20px;
    text-shadow: none;
    padding: 8px 10px 10px;
    margin: 18px 0 0;
    background: #000;
    border: none !important;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.navbar .btn-navbar:hover {
    background: #334478;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
}

.navbar .btn-navbar span,
.navbar .btn-navbar:hover span {
    box-shadow: none !important;
}

.navbar .nav>li>.dropdown-menu:after {
    left: 19px;
}

.navbar .nav>li>.dropdown-menu:before {
    left: 18px;
    border-bottom: none;
}

.navbar .nav>li>.dropdown-menu:after {
    left: 19px;
    border-top-color: #315694 !important;
    border-bottom-color: #315694 !important;
}


/*Serach*/

.navbar .search-open {
    right: 0;
    top: 44px;
    display: none;
    position: absolute;
    background: #fcfcfc;
    padding: 15px 15px 11px;
    border-top: solid 2px #eee;
}

.navbar .search-open form {
    margin: 0 !important;
}

.navbar a.search i.icon-remove {
    top: 2px;
    font-size: 17px;
    position: relative;
}

.navbar .nav>li>a.search {
    padding: 8px 12px 10px;
    background: #f7f7f7;
    color: #aaa;
    cursor: pointer;
    border-bottom-color: #aaa;
}

.navbar .nav>li>a.search:hover {
    color: #315694;
    border-bottom-color: #315694;
}


/*Arrow for menu*/

.navbar .nav>li>a .caret {
    margin: 4px 0 0 5px !important;
    border-top-color: #999;
    border-bottom-color: #999;
}


/* Banner style
------------------------------------*/

.header-banner {
    width: 100%;
    min-height: 367px;
    float: left;
    color: #fff;
    background: #555;
    position: relative;
}

.header-banner img {
    max-width: none;
}

.header-banner .banner-content {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.header-banner .home-banner-text {
    padding-top: 55px;
}

.header-banner .home-banner-text h1 {
    font-weight: 400;
    line-height: 42px;
    padding-top: 52px;
}

.header-banner .home-banner-text h1 span {
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
}

.header-banner .home-banner-text p a {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 98% center #1fb94b;
    border-radius: 3px;
    padding: 9px 25px 10px 15px;
    margin-top: 8px;
}

.header-banner .home-banner-text p a:hover {
    background-color: #1ca945;
}

.inner-banner {
    width: 100%;
    height: 334px;
    float: left;
    overflow: hidden;
    border-top: 1px solid #e0e0e1;
    position: relative;
}

.inner-banner .inner-banner-img {
    min-width: 100%;
    max-width: none;
}

.inner-banner-content {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 68px;
}

.inner-banner-text {
    padding-left: 3%;
}

.inner-banner-text h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 33px;
    text-transform: uppercase;
    color: #40a35c;
    padding: 8px 14px;
}

.inner-banner-text p {
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    color: #49463f;
    padding: 0 14px;
}

.still-confused-banner {
    height: 329px;
}

.still-confused-banner .inner-banner-content {
    top: 58px;
}

.still-confused-banner .inner-banner-text {
    padding-left: 2.2%;
}

.other-banner {
    width: 100%;
    height: 169px;
    float: left;
    overflow: hidden;
    border-top: 1px solid #e0e0e1;
    position: relative;
}

.other-banner .other-banner-img {
    min-width: 100%;
    max-width: none;
}

.other-banner-content {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 46px;
}

.other-banner-text {
    padding-left: 6px;
}

.other-banner-text h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 8px;
    margin-bottom: 2px;
}

.other-banner-text p {
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    color: #fff;
}

.contact-banner {
    height: 335px;
}


/* Common style
------------------------------------*/

.page-container {
    width: 100%;
    float: left;
    position: relative;
}

.container .row .main {
    margin-left: 0;
}

.row .row {
    margin-left: 0;
    margin-right: 0;
}

.right-padding {
    padding-right: 25px !important;
}

.left-padding {
    padding-left: 25px !important;
}

.bottom-padding {
    padding-bottom: 25px !important;
}

.breadcrumb {
    width: 100%;
    float: left;
    font-size: 13px;
    background: #f7f7f7;
    border-top: 1px solid #d9d9da;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0px;
}

.breadcrumb p {
    color: #0e8a31;
    line-height: 22px;
    padding-top: 4px;
    margin-bottom: 5px;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb a:hover {
    color: #0e8a31;
}

.breadcrumb .arrow {
    width: 5px;
    height: 8px;
    display: inline-block;
    background-position: -10px -430px;
    margin: 0 10px;
}


/* Content style
------------------------------------*/

#content {
    width: 100%;
    float: left;
}


/* Footer Area
------------------------------------*/

.footer-area {
    width: 100%;
    float: left;
    color: #fff;
    background: #494949;
    padding: 12px 0 0;
}

.footer-top {
    padding: 10px 0 34px;
}

.footer-top h4 {
    font-weight: 300;
    text-transform: uppercase;
    background: url(../images/white-line.png) no-repeat 0 bottom;
    background-size: 30px 1px;
    padding: 26px 0 14px;
    margin-bottom: 10px;
}

.footer-top p {
    line-height: 24px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.footer-top .phone-icon {
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -260px;
    margin-right: 6px;
}

.footer-top .email-icon {
    width: 15px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -280px;
    margin-right: 6px;
}

.footer-top ul {
    list-style: none;
    padding: 6px 0;
    margin: 0;
}

.footer-top li {
    padding: 0 0 6px;
}

.footer-top a {
    color: #fff;
}

.footer-top-right {
    padding-left: 4%;
}

.footer-top-right p {
    line-height: normal;
    padding-top: 0;
}

.footer-top-right h4 {
    background: none;
    padding-bottom: 4px;
}

.footer-bottom {
    width: 100%;
    float: left;
    background: #555454;
    padding: 10px 0
}

.footer-bottom p.copyRight {
    font-size: 12px;
    color: #aaa;
    padding: 6px 0 8px;
    margin-bottom: 0;
}


/* Home Page
------------------------------------*/

.home-top-area {
    width: 100%;
    display: inline-block;
    background: #f9f9f9;
    padding: 30px 0 40px;
}

.home-top-area h2 {
    font-weight: 400;
    padding-top: 22px;
    margin-bottom: 5px;
}

.home-top-area p {
    letter-spacing: 1px;
}

.home-box {
    color: #fff;
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    margin: 26px 8px 0;
    position: relative;
}

.home-box img {
    min-height: 350px;
    width: 100%;
}

.home-box .home-box-hover {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #0e9335;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-box:hover .home-box-hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.home-box .home-box-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0 15%;
    position: absolute;
    left: 0;
    top: 0;
}

.home-box.large-box .home-box-content {
    padding: 0 33.5%;
}

.home-box .home-box-text {
    width: 320px;
    max-width: 100%;
    height: 350px;
    display: table-cell;
    vertical-align: middle;
}

.home-box h3 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 0 0;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-box:hover h3 {
    background-image: url(../images/white-line.png);
    background-size: 60px 1px;
    padding-bottom: 24px;
    margin-bottom: 12px;
}

.home-box p {
    letter-spacing: 0;
    line-height: 25px;
}

.home-box p.home-box-link {
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.home-box:hover p.home-box-link {
    height: auto;
}

.home-box p.home-box-link a {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 15px;
    padding: 5px 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
}

.home-box:hover p.home-box-link a {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.home-box:hover p.home-box-link a:hover {
    background: rgba(14, 147, 53, 0.5);
}

.home-block-one {
    height: 245px;
    background: url(../images/block-bg01.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 0 2px 0 2px;
    margin-top: 32px;
}

.home-block-one .home-block-content {
    width: 235px;
    padding-top: 40px;
    margin-left: 65px;
}

.home-block-one h2 {
    font-size: 24px;
    font-weight: 700;
    color: #251b01;
    padding-top: 4px;
}

.home-block-one h2 span {
    font-weight: 300;
}

.home-block-one p {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #49463f;
}

.home-block-one a.link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 96% center #1fb94b;
    border-radius: 3px;
    padding: 9px 25px 10px 15px;
    margin-top: 10px;
}

.home-block-one a.link:hover {
    background-color: #1ca945;
}

.home-block-two {
    height: 244px;
    background: url(../images/block-bg02.jpg) no-repeat 0 0;
    background-size: cover;
    margin-top: 30px;
}

.home-block-two .home-block-content {
    width: 255px;
    font-family: 'Open Sans';
    color: #fff;
    padding-top: 30px;
    margin-left: 45px;
}

.home-block-two h2 {
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 4px;
    margin-bottom: 2px;
}

.home-block-two h2 span {
    font-size: 18px;
    font-weight: 300;
}

.home-block-two p {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ecd0c9;
}

.home-block-two a.link {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 99% center;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px 25px 10px 12px;
    margin-top: 8px;
}

.home-block-two a.link:hover {
    background-color: rgba(118, 59, 36, 0.3);
}

.home-block-three {
    height: 244px;
    background: url(../images/block-bg03.jpg) no-repeat 0 0;
    background-size: cover;
    margin-top: 28px;
}

.home-block-three .home-block-content {
    width: 275px;
    padding-top: 38px;
    margin-left: 58px;
}

.home-block-three h2 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    padding-top: 4px;
    margin-bottom: 12px;
}

.home-block-three h2 span {
    color: #19af44;
}

.home-block-three p {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #49463f;
    padding-right: 42px;
}

.home-block-three a.link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 98% center #1fb94b;
    border-radius: 3px;
    padding: 9px 24px 10px 14px;
    margin-top: 6px;
}

.home-block-three a.link:hover {
    background-color: #1ca945;
}

.home-header {
    padding-top: 25px;
}

.home-header h2 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}


/* Commen style
------------------------------------*/

.small-box-container {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.small-box {
    width: 96%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin: 10px 2% 4px;
    position: relative;
    min-height: 350px;
}

.small-box:hover {
    border-color: #b2f1c4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.small-box .on-fire-tag {
    width: 121px;
    height: 81px;
    display: inline-block;
    background: url(../images/on-fire-tag.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.small-box .img-box {
    position: relative;
}

.small-box img {
    width: 100%;
    min-height: 190px
}

.small-box .link-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0;
}

.small-box .link-area a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: rgba(37, 162, 73, 0.87);
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 4px 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
}

.small-box:hover .link-area a {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.small-box .link-area a:hover {
    background: rgba(37, 162, 73, 1);
}

.small-box-text {
    width: 100%;
    display: inline-block;
    padding: 2px 0;
}

.small-box-text h4 {
    font-size: 17px;
    color: #444;
    padding: 0 15px;
    margin-bottom: 0;
    min-height: 36px;
}

.small-box-text p {
    font-size: 14px;
    color: #888;
    padding: 0 15px;
    margin-bottom: 8px;
}

.small-box-text .old-rate {
    text-decoration: line-through;
    color: #8d8d8d;
    margin-right: 10px;
}

.small-box-text .new-rate {
    color: #2c2c2c;
}

.small-box-text .rupee-icon {
    width: 8px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -300px;
}

.small-box-text .new-rate .rupee-icon {
    background-position: -10px -320px;
}

.small-box-bottom {
    width: 100%;
    float: left;
    text-transform: uppercase;
    border-top: 1px solid #e8e8e8;
    position: absolute;
    bottom: 0;
}

.small-box-bottom a {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}

.small-box-bottom a .heart-icon {
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -220px;
    margin: 0 3px;
}

.small-box-bottom a .enquire-icon {
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: text-top;
    background-position: -10px -240px;
    margin-right: 1px;
}

.small-box-bottom a.wishlist-link {
    width: 53%;
    float: left;
    color: #8f9495;
    padding: 7px 2px 8px;
}

.small-box-bottom a.enquire-link {
    width: 47%;
    float: right;
    text-decoration: none;
    color: #fff;
    background: #25a249;
    padding: 8px 5px 9px;
    margin: -1px 0;
}

.small-box-bottom a.enquire-link:hover {
    background: #229543;
}

.dealers-area {
    background: #f9f9f9;
    border-top: 1px solid #ececec;
    padding: 30px 0 20px;
    margin-top: 40px;
}

.dealers-area h2 {
    font-size: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0 11px;
}

.dealers-area ul {
    list-style: none;
    text-align: justify;
    padding: 0;
    margin-bottom: 0;
}

.dealers-area ul:after {
    width: 100%;
    display: inline-block;
    content: "";
}

.dealers-area li {
    display: inline-block;
    padding-right: 10px;
    margin-top: 12px;
}

.sitemap ul {
    list-style: none;
}

.sitemap {
    float: left;
    width: 100%
}


/* Product List Page
------------------------------------*/

.product-list {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
}

.inner-header {
    padding-top: 25px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.inner-header h2,
.inner-header h1 {
    display: inline-block;
    min-width: 200px;
    max-width: 65%;
    font-size: 20px;
    padding-top: 9px;
    margin-bottom: 9px;
}

.inner-header h2 span,
.inner-header h1 span {
    font-size: 17px;
    font-weight: 300;
    color: #999;
}

.inner-header .sort-section {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.inner-header label {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    color: #444;
}

.inner-header .sort-select {
    max-width: 100px;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px 5px;
    margin-left: 5px;
}

.product-list .small-box {
    margin-top: 12px;
    margin-bottom: 12px;
}

.loading-box {
    text-align: center;
    padding-top: 40px;
}

.loading-box p {
    font-family: 'Open Sans';
    font-weight: normal;
    text-transform: uppercase;
    color: #8e8e8e;
}

.loading-box p img {
    margin-bottom: 2px;
}


/* Product Details Page
------------------------------------*/

.product-details {
    padding-bottom: 40px;
}

.product-details .home-header h2 {
    font-size: 18px;
}

.product-details-left {
    padding-right: 30px;
}

.product-img {
    position: relative;
    margin-top: 15px;
}


/*width:100%;*/

.product-img img {
    margin: 0px auto;
}

.product-img .zoom-icon {
    width: 69px;
    height: 67px;
    display: inline-block;
    background-position: -10px -450px;
    position: absolute;
    right: 0;
    top: 0;
}

.product-img-thumb ul {
    list-style: none;
    text-align: center;
    padding: 0 10%;
    margin-bottom: 0;
}

.product-img-thumb ul li {
    display: inline-block;
    padding: 5px;
    margin-top: 11px;
}

.product-img-thumb li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 5px;
}

.product-img-thumb li.current a,
.product-img-thumb li a:hover {
    border-color: #1cbe4a;
}

.product-details-left h4 {
    text-transform: uppercase;
    padding-top: 32px;
    margin-bottom: 7px;
}

.product-details-left p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
}

.product-spec {
    padding: 7px 0;
}

.product-spec table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.product-spec table tr.gray-bg {
    background: #f9f9f9;
}

.product-spec table th {
    padding: 11px 25px 10px;
}

.product-spec table td {
    width: 67%;
    padding: 8px 25px 7px;
}

.product-spec table td:first-child {
    min-width: 130px;
    width: 32.5%;
    border-right: 1px solid #ececec;
}

.product-spec table h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-price {
    padding: 7px 0;
}

.product-price table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.product-price table tr.gray-bg {
    background: #f9f9f9;
}

.product-price table th {
    padding: 11px 25px 10px;
}

.product-price table td {
    padding: 8px 25px 7px;
    border-right: 1px solid #ececec;
}

.product-price table td:first-child {
    min-width: 130px;
    border-right: 1px solid #ececec;
}

.product-price table h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-details-right {
    padding-top: 6px;
}

.product-details-right h1 {
    font-size: 22px;
    font-weight: 400;
    color: #444;
    padding-top: 5px;
    margin-bottom: 0;
}

.product-details-right h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #505050;
    margin-bottom: 3px;
}

.product-details-right .rate-area {
    padding-top: 6px;
}

.product-details-right .old-rate {
    font-size: 24px;
    text-decoration: line-through;
    color: #c2c2c2;
    margin-right: 14px;
}

.product-details-right .old-rate .rupee-icon {
    width: 13px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -340px;
    margin-right: 2px;
    margin-top: -4px;
}

.product-details-right .new-rate {
    font-size: 24px;
    color: #0e8a31;
}

.product-details-right .new-rate .rupee-icon {
    width: 13px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -370px;
    margin-right: 2px;
    margin-top: -4px;
}

.product-details-right .material-box {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}

.product-details-right .material-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.product-details-right .material-box li {
    display: inline-block;
}

.product-details-right .material-box li.current span,
.product-details-right .material-box li a {
    /*min-width:85px;*/
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    color: #999;
    border: 1px solid #ccc;
    padding: 4px 10px 6px;
    margin-right: 2px;
    margin-bottom: 5px;
}

.product-details-right .material-box li.current a,
.product-details-right .material-box li a:hover {
    color: #1fb94b;
    border-color: #1fb94b;
}

.product-details-right .material-box li a.active {
    color: #1fb94b;
    border-color: #1fb94b;
}

.product-details-right .fabric-box {
    width: 100%;
    display: inline-block;
    padding: 18px 0;
}

.product-details-right .fabric-box h5 {
    margin-bottom: 6px;
}

.product-details-right .fabric-box ul {
    display: inline-block;
    list-style: none;
    background: #f2f2f2;
    padding: 0 4px 0 0;
    margin-bottom: 0;
}

.product-details-right .fabric-box li {
    display: inline-block;
}

.product-details-right .fabric-box li.active {
    position: relative;
    padding-right: 0;
    margin-right: 3px;
}

.product-details-right .fabric-box li.active .tick-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -550px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}

.product-details-right .fabric-box li.current span,
.product-details-right .fabric-box li a {
    display: inline-block;
    border: 2px solid;
    border-color: transparent;
}

.product-details-right .fabric-box li.current span,
.product-details-right .fabric-box li a:hover {
    border-color: #1fb94b;
}

.product-details-right .select-quantity {
    min-width: 60px;
    color: #999;
    border: 1px solid #b9b9b9;
    padding: 3px 6px 4px;
    margin-top: 2px;
}

.product-details-right a.enquire-link {
    width: 77%;
    min-width: 200px;
    max-width: 250px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #1fb94b;
    border-radius: 3px;
    padding: 13px 20px;
    margin-top: 9px;
}

.product-details-right a.enquire-link .enquire-icon {
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: text-top;
    background-position: -10px -530px;
    margin-right: 4px;
}

.product-details-right a.enquire-link:hover {
    background: #1ba342;
}

.product-details-right a.wishlist-link {
    width: 77%;
    min-width: 200px;
    max-width: 250px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #777;
    background: #f6f6f0;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 12px 20px;
    margin-top: 6px
}

.product-details-right a.wishlist-link .heart-icon {
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: -10px -220px;
    margin: 0 3px;
}

.product-details-right a.wishlist-link:hover {
    background: #fafaf4;
}

.contact-box {
    width: 100%;
    display: inline-block;
    background: #f8f8f8;
    padding: 15px 20px;
    margin-top: 6px;
}

.contact-box h5 {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #777;
    padding-top: 5px;
    margin-bottom: 0;
}

.contact-box .phone-icon {
    width: 15px;
    height: 18px;
    display: inline-block;
    float: left;
    background-position: -10px -400px;
    margin-right: 2px;
    margin-bottom: 15px;
}

.contact-box p {
    font-size: 17px;
    font-weight: 400;
    color: #777;
    padding: 7px 16px 3px;
    margin-bottom: 0;
}

.contact-box p a {
    color: #777;
}

.shipping-warranty {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.shipping-warranty h4 {
    text-transform: uppercase;
    padding-top: 6px;
}

.shipping-warranty ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shipping-warranty li {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    padding-top: 4px;
}

.shipping-warranty li img {
    margin-bottom: 7px;
}

.right-block-five {
    width: 100%;
    display: inline-block;
    height: 357px;
    max-width: 400px;
    background: url(../images/small-block-bg01.jpg) no-repeat 0 0;
    background-size: cover;
    border: 1px solid #e4dccb;
    padding: 30px 22px;
    margin-top: 52px;
}

.right-block-five h4 {
    font-size: 22px;
    font-weight: 700;
    color: #251b01;
    padding-top: 4px;
}

.right-block-five h4 span {
    font-weight: 300;
}

.right-block-five p {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #49463f;
}

.right-block-five a.link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 96% center #1fb94b;
    border-radius: 3px;
    padding: 9px 25px 10px 15px;
    margin-top: 2px;
}

.right-block-five a.link:hover {
    background-color: #1ca945;
}

.block-four {
    height: 244px;
    background: url(../images/block-bg04.jpg) no-repeat 0 0;
    background-size: cover;
    margin-top: 34px;
}

.block-four .block-content {
    width: 400px;
    padding-top: 40px;
    margin-left: 160px;
}

.block-four h2 {
    font-size: 26px;
    font-weight: 700;
    color: #71786e;
    padding-top: 6px;
    margin-bottom: 7px;
}

.block-four p {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    line-height: 20px;
    color: #767f72;
}

.block-four a.link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 98.6% center #1fb94b;
    border-radius: 3px;
    padding: 9px 22px 9px 15px;
    margin-top: 9px;
}

.block-four a.link:hover {
    background-color: #1ca945;
}

.faq-warranty-area {
    padding: 50px 0 10px;
}

.faq-warranty-top {
    border-bottom: 1px solid #ddd;
}

.faq-warranty-box {
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0 5px;
}

.faq-warranty-content {
    background: url(https://www.nilamburfurniture.com/images/question-icon.png) no-repeat 0 0;
    padding: 0 3% 0 38px;
}

.faq-warranty-box h4 {
    font-size: 13px;
    letter-spacing: 0.4px;
    padding-top: 6px;
}

.faq-warranty-box p {
    font-size: 13px;
    line-height: 20px;
}


/* Franchise Page
------------------------------------*/

.franchise-page {
    background: #f1f1f1;
    padding: 16px 0 40px;
}

.franchise-left {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    padding: 15px 28px;
    margin: 15px 0;
}

.franchise-left h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

.franchise-left .number-list {
    list-style: decimal;
    padding-left: 16px;
    padding-top: 4px;
    margin-bottom: 4px;
}

.franchise-left .number-list li {
    font-size: 15px;
    line-height: 22px;
    padding: 11px 10px;
}

.franchise-right {
    padding-left: 12px;
}

.franchise-form-box {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    margin: 15px 0;
    float: left;
    width: 100%;
}

.franchise-form-box h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #13b841;
    padding: 14px 30px;
    margin-bottom: 20px;
}

.franchise-form {
    padding: 5px 10px;
}

.franchise-form-box p {
    margin-bottom: 0;
}

.franchise-form-box label {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #777;
    margin-bottom: 5px;
}

.franchise-form-box label .req {
    font-weight: 400;
    color: #ed4022;
}

.franchise-form-box .text-box {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #777;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 9px;
}

.franchise-form-box textarea.text-box {
    height: 108px;
}

.franchise-form-box .submit-btn {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 98% center #1fb94b;
    border: none;
    border-radius: 3px;
    padding: 9px 25px 9px 12px;
}

.franchise-form-box .submit-btn:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #1ca945;
}

.franchise-side-block {
    min-height: 226px;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    padding: 15px 22px;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#649676+0,73a585+100 */
    background: #649676;
    /* Old browsers */
    background: -moz-linear-gradient(top, #649676 0%, #73a585 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #649676), color-stop(100%, #73a585));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #649676 0%, #73a585 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #649676 0%, #73a585 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #649676 0%, #73a585 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #649676 0%, #73a585 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#649676', endColorstr='#73a585', GradientType=0);
    /* IE6-9 */
}

.franchise-side-block .block-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.franchise-side-block p {
    max-width: 190px;
    font-size: 18px;
    font-style: italic;
    line-height: 23px;
    padding-top: 24px;
    position: relative;
    z-index: 99;
}

.franchise-side-block h3 {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    padding: 6px 0;
    position: relative;
    z-index: 99;
}


/* Wishlist Page
------------------------------------*/

.wishlist-page {
    padding-top: 24px;
}

.wishlist-page h1 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #555;
    margin-bottom: 0;
}

.wishlist-page h1 span {
    font-size: 16px;
    font-weight: 400;
    color: #979797;
}

.wishlist-emty {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 400px;
}

.wishlist-emty h1 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #555;
    margin-bottom: 20px;
}

.wishlist-emty h1 span {
    font-size: 16px;
    font-weight: 400;
    color: #979797;
}

.wishlist-emty h3 {
    font-size: 18px;
    font-weight: 300;
}

.wishlist-emty a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #13b841;
    background: url(../images/green-right-arrow.png) no-repeat right center;
    padding-right: 15px;
    margin-top: 14px;
}

.wishlist-left {
    padding-top: 12px;
    padding-bottom: 50px;
}

.wishlist-title {
    width: 100%;
    display: inline-block;
    list-style: none;
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    padding: 0 25px;
    margin: 5px 0 0;
}

.wishlist-title li {
    float: left;
    padding: 6px;
}

.wishlist-title h3 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    color: #979797;
    padding: 10px 0 0;
}

.wishlist-item {
    width: 100%;
    display: inline-block;
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 0 25px 11px;
    margin: 5px 0 0;
}

.wishlist-item li {
    float: left;
    padding: 4px 6px;
}

.wishlist-left .product-detail {
    width: 49.5%;
}

.wishlist-left .product-detail img {
    max-width: 40%;
    float: left;
}

.wishlist-left .product-detail h4 {
    max-width: 60%;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #494848;
    padding: 8px 0 0 14px;
    margin-bottom: 0;
}

.wishlist-left .product-category {
    width: 23.5%;
}

.wishlist-left .product-category p {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    padding-top: 8px;
}

.wishlist-left .product-qty {
    width: 12.5%;
}

.wishlist-left .product-qty .select-qty {
    width: 48px;
    font-size: 11px;
    font-weight: 400;
    color: #444;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 6px;
    margin-top: 8px;
}

.wishlist-left .refresh-delete {
    width: 14.5%;
}

.wishlist-left .refresh-delete a {
    width: 31px;
    height: 21px;
    float: left;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    margin: 8px 0 0 8px;
}

.wishlist-left .refresh-delete .refresh-icon {
    width: 13px;
    height: 15px;
    display: inline-block;
    background-position: -10px -580px;
    margin-top: 2px;
}

.wishlist-left .refresh-delete .delete-icon {
    width: 11px;
    height: 12px;
    display: inline-block;
    background-position: -10px -600px;
    margin-top: 3px;
}

.wishlist-left .refresh-delete a:hover {
    border-color: #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.wishlist-left .link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #13b841;
    background: url(../images/green-right-arrow.png) no-repeat right center;
    padding-right: 15px;
    margin-top: 14px;
}

.wishlist-left .link:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.wishlist-right {
    padding-left: 12px;
    padding-bottom: 20px;
}

.wishlist-form-box {
    background: #f6f6f6;
    position: relative;
}

.wishlist-form-box h2 {
    font-size: 15px;
    color: #fff;
    background: #13b841;
    padding: 15px 24px 16px;
    margin-bottom: 20px;
}

.wishlist-form {
    padding: 5px 0;
}

.wishlist-form-box p {
    margin-bottom: 0;
}

.wishlist-form-box label {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #777;
    margin-bottom: 5px;
}

.wishlist-form-box label .req {
    font-weight: 400;
    color: #ed4022;
}

.wishlist-form-box .text-box {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 9px;
}

.wishlist-form-box .submit-btn {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 98% center #1fb94b;
    border: none;
    border-radius: 3px;
    padding: 9px 25px 9px 12px;
    margin: 0px 0px 10px 0px;
}

.wishlist-form-box .submit-btn:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #1ca945;
}


/* Wishlist Page
------------------------------------*/

.confused-page {
    background: #f1f1f1;
    padding: 16px 0 40px;
}

.confused-page .franchise-left {
    padding-bottom: 40px;
}

.confused-box {
    width: 100%;
    display: inline-block;
    padding: 24px 0 10px;
}

.confused-box img {
    max-width: 30%;
    display: inline-block;
}

.confused-box-text {
    width: 68%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 25px;
}

.confused-box-text h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    color: #444;
    padding: 0 13% 5px 0;
}

.confused-box-text p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 6px;
}

.confused-form-box h2 {
    font-size: 17px;
    letter-spacing: -0.2px;
}


/* About Us Page
------------------------------------*/

.about-page {
    padding: 20px 0;
}

.about-top {
    padding: 28px 0;
}

.about-top h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    text-align: center;
    color: #11a73b;
    padding-bottom: 12px;
}

.about-top p {
    line-height: 23px;
    padding-bottom: 7px;
}

.about-bottom {
    padding: 24px 0 14px;
}

.about-bottom h3 {
    font-size: 23px;
    font-weight: 300;
    color: #11a73b;
    padding: 15px 0 4px;
}

.about-bottom-left p {
    font-size: 15px;
    line-height: 22px;
    padding: 4px 0;
}

.about-bottom-right {
    padding-left: 36px;
}

.about-bottom-right h4 {
    line-height: 18px;
    font-weight: 500;
    color: #13c043;
    padding-top: 6px;
    margin-bottom: 6px;
}

.about-bottom-right h4 span {
    display: inline-block;
    vertical-align: middle;
}

.about-bottom-right h4 .address-icon {
    width: 11px;
    height: 15px;
    background-position: -10px -620px;
    margin-right: 12px;
}

.about-bottom-right h4 .phone-icon {
    width: 15px;
    height: 15px;
    background-position: -10px -640px;
    margin-right: 8px;
}

.about-bottom-right h4 .email-icon {
    width: 14px;
    height: 9px;
    background-position: -10px -660px;
    margin-right: 9px;
}

.about-bottom-right h4 .key-icon {
    width: 9px;
    height: 16px;
    background-position: -10px -680px;
    margin-right: 14px;
}

.about-bottom-right p {
    font-size: 15px;
    line-height: 18px;
    padding: 1px 22px;
}

.about-bottom-right p a {
    color: #666;
}


/* Our Clients Page
------------------------------------*/

.clients-page {
    background: #f9f9f8;
    padding: 65px 0 70px;
}

.clients-row {
    border-bottom: 1px solid #dfdfdf;
}

.clients-row:first-child {
    border-top: 1px solid #dfdfdf;
}

.client-box {
    height: 177px;
    line-height: 177px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #dfdfdf;
}

.client-box:first-child {
    border-left: none;
}

.client-box img {
    max-height: 100%;
    vertical-align: middle;
    padding: 5px 10px 15px;
}


/* Contact Page
------------------------------------*/

.contact-page {
    background: url(../images/contact-bg.png) repeat-y center 0;
    padding: 40px 0;
}

.contact-left {
    padding-top: 20px;
}

.contact-left h2 {
    font-size: 22px;
    color: #11a73b;
    padding: 8px 18% 20px 0;
}

.contact-left p {
    padding-right: 18%;
    margin-bottom: 0;
}

.contact-left label {
    font-size: 13px;
    font-weight: 300;
    color: #777;
    padding-top: 4px;
    margin-bottom: 4px;
}

.contact-left label .req {
    font-weight: 400;
    color: #ed4022;
}

.contact-left .text-box {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    color: #777;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 10px 10px;
    margin-bottom: 12px;
}

.contact-left textarea.text-box {
    min-height: 110px;
}

.contact-left .submit-btn {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 98% center #1fb94b;
    border: none;
    border-radius: 3px;
    padding: 9px 25px 9px 12px;
}

.contact-left .submit-btn:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #1ca945;
}

.contact-right {
    padding-top: 70px;
    padding-left: 18px;
}

.contact-right h3 {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    padding: 14px 0 2px;
}

.contact-right h3 span {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.contact-right .location-icon {
    width: 11px;
    height: 15px;
    background-position: -10px -710px;
    margin-right: 16px;
}

.contact-right .phone-icon {
    width: 15px;
    height: 15px;
    background-position: -10px -730px;
    margin-right: 12px;
}

.contact-right .email-icon {
    width: 18px;
    height: 11px;
    background-position: -10px -750px;
    margin-right: 10px;
}

.contact-right p {
    font-size: 15px;
    line-height: 19px;
    color: #777;
    padding-left: 26px;
    padding-bottom: 5px;
}

.contact-right p a {
    color: #777;
}


/* Blog Page
------------------------------------*/

.blog-page {
    background: #f5f5f5;
    padding: 15px 0 50px;
}

.blog-left {
    padding-top: 24px;
    padding-right: 12px;
}

.blog-list-box {
    width: 100%;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 16px;
}

.blog-list-box img {
    width: 39%;
    height: 259px;
    display: inline-block;
    float: left;
    object-fit: cover;
}

.blog-list-box .blog-text {
    width: 60%;
    display: inline-block;
    padding: 20px 10px 20px 3.7%;
}

.blog-list-box .blog-text p {
    font-size: 15px;
    line-height: 20px;
    padding-top: 5px;
    margin-bottom: 0;
}

.blog-list-box .blog-text p .date {
    font-size: 13px;
    font-style: italic;
    color: #999;
}

.blog-list-box .blog-text h2 {
    font-size: 22px;
    font-weight: 300;
    color: #333;
    padding: 4px 0 3px;
}

.blog-list-box .blog-text h2 a {
    color: #333;
}

.blog-list-box .blog-text .read-more {
    font-size: 14px;
    font-weight: 500;
    color: #1aac44;
}

.blog-left .fav-comment {
    display: inline-block;
    font-size: 13px;
    margin: 0 3px;
}

.blog-left .fav-comment span {
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 4px;
}

.blog-left .fav-icon {
    background-position: -10px -770px;
}

.blog-left .comment-icon {
    height: 16px;
    background-position: -10px -790px;
}

.blog-right {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    padding: 20px 0 40px;
    margin-top: 24px;
}

.blog-right-box {
    padding: 0 15px 22px;
}

.blog-right-box h3 {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.2px;
    color: #555;
    background: url(../images/gray-border-bg.png) repeat-x 0 center;
    padding: 10px 0 14px;
    margin-bottom: 4px;
}

.blog-right-box h3 span {
    background: #fff;
    padding: 0 12px;
}

.blog-small-box {
    width: 100%;
    display: inline-block;
    padding-bottom: 13px;
}

.blog-small-box img {
    max-width: 31%;
    float: left;
    height: 56px;
    object-fit: cover;
}

.blog-small-box .blog-text {
    max-width: 67%;
    display: inline-block;
    padding-left: 6px;
}

.blog-small-box .blog-text p {
    font-size: 14px;
    line-height: 16px;
    color: #777;
    margin-bottom: 5px;
}

.blog-small-box .blog-text p a {
    color: #777;
}

.blog-small-box .blog-text p .date {
    font-size: 11px;
    font-style: italic;
    color: #999;
}

.blog-right-box .archive-links {
    padding: 0 0 2px;
}

.blog-right-box .archive-links a {
    width: 100%;
    display: inline-block;
    color: #777;
    background: url(../images/gray-right-arrow.png) no-repeat 99.5% center;
    padding-right: 25px;
}

.blog-right-box .select-cat {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #777;
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 8px 12px 10px;
}

.blog-page .pagination-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}

.blog-page .pagination {
    border-radius: 0;
}

.blog-page .pagination li {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 0 4px;
}

.blog-page .pagination li a,
.blog-page .pagination li .current {
    min-width: 20px;
    line-height: 12px;
    color: #666;
    border: 1px solid #616161;
    border-radius: 0;
    padding: 3px 2px;
}

.blog-page .pagination li .current,
.blog-page .pagination li a:hover {
    color: #fff;
    background: #0f9c37;
    border-color: #0f9c37;
}

.blog-page .pagination li.next a,
.blog-page .pagination li.prev a {
    color: #666;
    background: none;
    border: none;
    padding: 0;
    margin: 4px 6px 5px;
}

.blog-main-box {
    width: 100%;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 16px;
}

.blog-main-box .blog-img {
    min-width: 100%;
}

.blog-main-box .blog-text {
    padding: 4px 3% 33px 3.8%;
}

.blog-main-box .blog-text p {
    font-size: 15px;
    line-height: 20px;
    padding-top: 20px;
    margin-bottom: 0;
}

.blog-main-box .blog-text p .date {
    font-size: 13px;
    font-style: italic;
    color: #999;
}

.blog-main-box .blog-text h2 {
    font-size: 25px;
    font-weight: 400;
    color: #333;
    padding: 2px 0 4px;
}

.blog-main-box .fav-comment {
    margin-top: 6px;
}

.blog-main-box .blog-img {
    min-width: 100%;
}

.blog-main-box .blog-form {
    padding: 20px 3.8% 6px;
}

.blog-main-box .blog-form h3 {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #555;
    padding-top: 16px;
    margin-bottom: 7px;
}

.blog-main-box .blog-form p {
    font-size: 15px;
    color: #929292;
    margin-bottom: 28px;
}

.blog-form .blog-column-area {
    width: 100%;
    display: inline-block;
}

.blog-form .blog-column-area .blog-column {
    width: 32%;
    float: left;
    margin-left: 2%;
}

.blog-form .blog-column-area .blog-column:first-child {
    margin-left: 0;
}

.blog-form label {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #888;
    margin-bottom: 4px;
}

.blog-form .req {
    font-size: 14px;
    font-weight: 400;
    color: #ed4022;
}

.blog-form .text-box {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #888;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 8px 10px;
}

.blog-form textarea.text-box {
    min-height: 148px;
}

.blog-form .post-btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/white-right-arrow.png) no-repeat 98% center #1fb94b;
    border: none;
    border-radius: 3px;
    padding: 9px 26px 10px 14px;
    margin: 2px 0 6px;
}

.blog-form .post-btn:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #1ca945;
}

label.error {
    color: red;
    position: absolute;
}

.popup .wishlist-form-box {
    padding-bottom: 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.popup .wishlist-form-box p {
    padding: 0 30px !important;
}

.popup .wishlist-form-box input {
    margin: 0 0 6px !important;
}

#cboxContent,
.cboxIframe {
    background: #f6f6f6 !important;
}

html {
    overflow-x: hidden !important;
}

#cboxOverlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

#cboxLoadedContent {
    overflow: hidden !important;
}

.wishlist-form-box .submit-btn {
    cursor: pointer;
}


/*
.wishlist-form-box .back_to_home {
    background:url(images/back-to-home.png) center 90% no-repeat #1fb94b;
    font-weight:500;
    text-transform:capitalize;
    color:#fff;
    border:none;
    border-radius:3px;
    padding:9px 25px 9px 12px;
    margin:23px 0 19px;
}
*/


/*
#cboxWrapper h4 {
    text-transform:uppercase;color:#1ba14a;font-size:23px;text-align:center;background:url(../images/success.png) center 45px no-repeat;min-height:50px;min-width:50px;padding-top:160px;
}
*/

.popup .wishlist-form-box p #cboxTitle {
    display: none !important;
}

.feedback {
    width: 142px;
    float: left;
    padding: 4px;
    font-weight: bold;
    width: 128px;
    padding: 7px 4px;
    font-size: 11px;
    color: #ffae00;
    text-align: center;
}

.yith-wcwl-wishlistaddedbrowse .feedback {
    width: 128px;
    padding: 8px 4px;
    font-size: 11px;
    color: #ffae00;
    text-align: center;
}

.error {
    border: 1px solid #f9c395 !important;
}

.small-box-container .modal-content {
    background-color: #f6f6f6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.small-box-container .modal-header {
    border: none;
    background-color: #13b841;
    color: white;
}

.small-box-container .modal-body input {
    display: block;
    width: 100%;
    padding: 5px;
    background-color: white;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.small-box-container .modal-footer {
    text-align: left;
    margin-top: 0px;
    border-top: none;
}

.small-box-container .modal-footer button {
    background-color: #13b841;
    color: white;
    border: none;
    text-transform: uppercase;
}

.small-box-container .modal-footer button:hover {
    background-color: #03a22f;
}

.cpatcha_img,
.cpatcha_field {
    display: inline-block;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete label {
    font-size: 12px;
}

.autocomplete input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    font-size: 12px;
    padding: 5px;
    outline-color: #1fb94b;
    width: 200px;
}

.autocomplete input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}

.autocomplete input[type=submit] {
    color: #fff;
    cursor: pointer;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 63px;
    right: 0;
    text-align: left;
    width: 200px;
}

.autocomplete-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.wsh-scs-msg {
    display: none;
    margin-top: 20px;
}

.comment-list {
    list-style: none;
    padding: 0px;
}

.comments-title {
    font-weight: normal;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.comment-author {
    padding-bottom: 10px;
    font-weight: bold;
}

.comment-meta {
    padding-bottom: 10px;
}

.loading-spinner {
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.lmp_products_loading {
    display: flex;
}