a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: 0 0 } body {font-size: 10px; font-family: Arial, Helvetica, sans-serif } input, select, textarea {font-family: Helvetica, Arial, sans-serif; box-sizing: border-box } ol, ul {list-style: none } blockquote, q {quotes: none } ins {text-decoration: none } del {text-decoration: line-through } table {border-collapse: collapse; border-spacing: 0 } a {cursor: pointer; text-decoration: none } body {overflow-x: auto; overflow-y: scroll } .testStyles {overflow-y: hidden } .reset-button {background: 0 0; border: 0; outline: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; padding: 0; -webkit-appearance: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none } :focus {outline: 0 } 
/*Custom css*/
.container{
    max-width: 100% !important;
    padding: 0 0 !important;
}



.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.vert ol.carousel-indicators {
    position:absolute;
    top:50% !important;
    left: 90% !important;
    margin-right: unset;
    margin-left: unset;
    bottom:0;
    margin:0% !important;
    width: 10% !important;
    height:20px;
    right:10px; left:auto;
    width:auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vert ol.carousel-indicators li,
ol.carousel-indicators li.active {
     display:block; margin-bottom:5px; border: 1px solid #f1cc01;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50px;
    background-color: rgb(255 255 255 / 3%) !important; 
}

.vert ol.carousel-indicators li.active {
  margin-bottom:5px; background:#f1cc01 !important;
}


.horizontal .carousel-control-next, .carousel-control-prev{
    width: 22%;
    opacity: 1;
}

.horizontal .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../images/preview.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.horizontal .carousel-control-next .carousel-control-next-icon {
    background-image: url(../images/Next.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}


/*---------------   Header login section CSS    ----------------*/
.header-container .login-signup-cart-section{
    background-color: #1e1e1e;
    /*line-height: 2rem;*/
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-container .login-signup-cart-section .mob-list-icon{
    display: none;
    color: #fff;
    font-size: 22px;
    text-align: left;
    position: absolute;
    top: 25%;
    left: 8%;
    width: 10%;
}
.header-container .header-section-mobile .cross-icon {
    text-align: right;
    position: absolute;
    right: 5%;
    top: -0.75%;
    color: #fff;
    font-size: 25px;
  }
  .header-container .header-section-mobile .cross-icon i{
    color: #fff;
    font-size: 25px;
  }

.header-container a.login-dropdown-btn {
    font-size: 20px;
    padding: 25px 0px;
    color: #fff;
    text-decoration: none;
}
.header-container a.login-dropdown-btn img{
    margin: -5px 5px;
}
/* .header-container a.login-dropdown-btn:hover > .login-sign-navigation{
    display: block;
} */

.header-container .header-section-mobile{
    display: none;
    position: absolute;
    background: #1e1e1ef0;
    z-index: 1;
    height: 100%;
    /*top: 0;*/
}
.header-container .header-section-mobile .list-unstyled li{
    display: block;
    text-align: left;
}
.header-container .header-section-mobile .list-unstyled .sub-menu .collapse{
    padding-left: 5%;
}

.header-container .login-signup-section {
    margin: 8px 0;
    padding: 8px 0;
}
.login-signup-dropdown {
     position: relative;
     display: inline-block;
   }
.login-signup-dropdown span {
  color: #ffffff;
  font-size: 16px;
}
.login-signup-dropdown a {
  color: #ffffff;
  font-size: 16px;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-align: left;
  background-color: #1e1e1e;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown-content a{
  color: #ffffff;
  font-size: 16px;
}
.dropdown-content p{
  line-height: 2rem;
}

.login-signup-dropdown:hover .dropdown-content {
  display: block;
}
.header-container .login-signup-cart-section .desktop-search{
    display: block;
}

.header-container .login-signup-cart-section .mobile-search{
    display: none;
}
.header-container .search-section{
    /*padding: 0px 10px; */*/
    width: 57%;
    margin: 12px 17px;
    border-radius: 5px;
    display: flex;
    background: #fff;
    position: relative;
    left: 4%;
}
.header-container .search-section .search-input{
    width: 100%;
}
.header-container .search-section .search-btn-sec {
    display: flex;
    padding: 3px 0px;
}
.header-container .search-section img {
    margin: 0px 12px;
}
.header-container .search-section input[type="search"] {
    width: 100%;
    /* height: 40px; */
    padding: 6px 0px;
    border: none;
    font-size: 16px;
}
.header-container .search-section input[type="search"]::placeholder{
    color: #000;
}
.header-container .search-section i{
    font-size: 25px;
    margin: 3px 5px;
    font-weight: 400;   
}

.navigation-section-wrapper {
    background: #00000000;
}
.navigation-section-wrapper .container{
/*max-width: 1575px;*/
}

.navigation-section-wrapper .navigation-section ul li {
    display: inline-block;
}

.navigation-section-wrapper .navigation-section ul li.active a {
    color: #e7c029;
    text-decoration: none;
    border-bottom: 2px solid #e7c029;
}

.navigation-section-wrapper .navigation-section ul {
    text-align: center;
}
.navigation-section-wrapper .navigation-section ul li a {
    color: #ffffff;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 46px;
    display: block;
    padding: 0 20px;
    transition: color 0.4s ease 0s;
    font-weight: 300;
    text-decoration: none;
    font-family: system-ui;
}
.navigation-section-wrapper .navigation-section ul li a:hover{
    color: #e7c029;
    text-decoration: none;
    border-bottom: 2px solid #e7c029;
}
.navigation-section-wrapper .navigation-section ul li {
    display: inline-block;
    /* border-right: 1px solid rgba(189, 191, 55, 1); */
}
.navigation-section-wrapper .navigation-section ul li.sub-menu{
    position: relative;
}
.navigation-section-wrapper .navigation-section ul li.sub-menu .submenu-wrp{
    position: absolute;
    left: 0px;
    right: 0;
    top: 48px;
    padding: 0;
    margin: 0 auto;
    z-index: 50;
    width: 130px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    display: none; 
}
.navigation-section-wrapper .navigation-section ul li.sub-menu .submenu-wrp > li{
     border-right: 0px!important;
     border-bottom: 1px solid rgb(125 125 117 / 80%);
     display: block!important;
}
.navigation-section-wrapper .navigation-section ul li.sub-menu .submenu-wrp > li > a{
    display: block!important;
    line-height: normal;
    padding: 12px 0;
    background-color: #0000008f;
}
.navigation-section-wrapper .navigation-section ul li.sub-menu .submenu-wrp > li > a:hover{
    opacity: 0.95;
}
.navigation-section-wrapper .navigation-section ul li.sub-menu:hover .submenu-wrp{
    display: block!important;
}
/*---------------   Header login section End    ----------------*/

header .header-heading-section {
    background: url(../images/Home-banner-12.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}
.header-heading-section .title-section h1{
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.header-heading-section .carousel{
    height: 550px;
}
.header-heading-section .carousel-inner {
    top: 55px;
}
.header-heading-section .title-section a {
    text-decoration: none;
}
.header-heading-section .sub-title-section p {
    font-size: 40px;
    font-family: system-ui;
    color: #fff;
    /* letter-spacing: 0.1em; */
    font-weight: 200;
}
.login-signup-cart-section {
    display: flex;
}


.top-header-content-section .search-section input {
    min-width: 230px;
    background: #fff !important;
    border-radius: 5px;
    border: none;
    padding: 5px 13px 5px 25px;
    font-size: 15px;
}

.top-header-content-section .login-signup-cart-section button a {
    color: #303030;
    font-size: 25px;
    transition: color 0.4s ease 0s;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.top-header-content-section .login-signup-cart-section .cart-section span.cart-label {
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    color: #F9CD19;
    opacity: 0.8;
    font-weight: 300;
    position: relative;
    top: 10px;
    padding-right: 10px;
    cursor: pointer;
}
header .header-heading-section .top-header-content-section {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
}  
header .header-heading-section .header-content-section {
    position: relative;
    padding: 50px 0;
    background: #00000000;
}
header .header-heading-section .verticle-slider li {
    display: none;
}
header .header-heading-section .verticle-slider li.active{
    display: block !important;
}

header .header-heading-section .top-header-content-section .login-signup-cart-section {
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
}
header .header-heading-section .top-header-content-section {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: left;
}
/*Footer section*/

.top-footer-section {
    background: url(../images/img6-1.png) no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
    padding: 40px 0px;
}
.top-footer-section .container{
    width: 100%;
    height: auto !important;
    padding: 15px 10px;
    /*margin: 0px 165px;*/
    max-width: 100% !important;
}
.top-footer-section .footer-content-img {
    text-align: right;
}
.top-footer-section .top-footer-content-section {
    display: flex;
    /*padding: 10px 0 20px;*/
    padding: 10px 10%;
    width: 100%;
}
.top-footer-section .top-footer-content-section .footer-content-img img{
    width: 75%;
}
.top-footer-section .top-footer-content-section .footer-vendor-section{
    padding: 10px 10px;
    height: fit-content;
    /* margin: 0 54px; */
    line-height: 5rem;
    border: 1px solid #c9a61c;
}
.top-footer-section .top-footer-content-section .content-section p {
    font-size: 40px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 15px;
    line-height: 4rem;
    font-family: system-ui;
}
.top-footer-section .top-footer-content-section .content-section p a {
    color: #F9CD19;
    margin: 0px 15px;
    text-decoration: none;
    font-family: system-ui;
    font-weight: 300;
}
.top-footer-section .top-footer-content-section .content-section .call-now-section p {
    font-size: 30px;
    color: #F9CD19;
    margin: 0;
    font-family: system-ui;
    font-weight: 300;
}
.top-footer-section .top-footer-content-section .content-section .call-now-section p span {
    font-size: 30px;
    color: #FFFFFF;
    margin: 0;
    font-family: system-ui;
    font-weight: 300;
}
.top-footer-section .top-footer-content-section .content-section .call-now-section {
    display: inline-block;
    position: relative;
}
/* .top-footer-section .top-footer-content-section .content-section .call-now-section p::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 50%;
    background: rgba(191, 190, 190, 1);
    left: -54%;
    top: 12px;
} */
/* .top-footer-section .top-footer-content-section .content-section .call-now-section p::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 50%;
    background: rgba(191, 190, 190, 1);
    right: -54%;
    top: 12px;
} */
.top-footer-section .top-footer-content-section .footer-navigation{
    line-height: 2rem;
    margin: 20px 0px;
}
.top-footer-section .top-footer-content-section .footer-navigation .lr-border{
    border-left: 2px solid #f9cd19;
    border-right: 2px solid #f9cd19;
}

.top-footer-section .top-footer-content-section .footer-navigation ul {
    text-align: center;
    padding-top: 5px;
}
.top-footer-section .top-footer-content-section .footer-navigation ul li {
    display: inline-block;
}
.top-footer-section .top-footer-content-section .footer-navigation ul li a {
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
    padding: 0 30px;
    font-family: system-ui;
    font-weight: 300;
}
footer .bottom-footer-section {
    background-color: #000000;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20px 0;
    /*margin-bottom: 5px;*/
    text-align: center;
}
footer .bottom-footer-section .container{
    max-width: 1575px;
    display: flex;
}
footer .bottom-footer-section .footer-logo-section {
    margin: 0 10px;
    padding: 0 10px;
}
footer .bottom-footer-section .copright-mobile .title{
    display: none;    
}
footer .bottom-footer-section .copright-mobile .copyright-section{
    display: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
}
footer .bottom-footer-section .bottom-footer-content-section h1.title {
    font-size: 28px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
footer .bottom-footer-section .bottom-footer-content-section p.copyright-section {
    font-size: 18px;
    color: rgb(240,240,240);
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 3px 0 0;
}
footer .bottom-footer-section .bottom-footer-content-section {
    display: flex;
    text-align: left;
    /* padding-top: 40px; */
    position: relative;
    justify-content: end;
}
footer .bottom-footer-section .social-media-section {
    padding: 0 0;
    text-align: center;
}
footer .bottom-footer-section .social-media-section ul li {
    display: inline-block;
    padding: 0 4px;
}
/* footer .bottom-footer-section .bottom-footer-content-section .footer-logo-section {
    position: absolute;
    top: 8px;
    left: -60px;
} */
footer .bottom-footer-section .bottom-footer-content-section .footer-logo-section img {
    width: 40px;
}


/*End Footer section*/

/*Hardwood-section*/
div#hardwood-section {
    background: url(../images/HARDWOOD-bg.png) no-repeat;
    background-position: center;
    max-height: 630px;
    margin: 0px 0px;
    padding: 10px 0px;
    text-align: center;
}
div#hardwood-section .hardwood-title {
    margin: 10px 0;
    padding: 10px 0;
}
div#hardwood-section .hardwood-title h2.title {
    font-size: 45px;
    color: #f1cc01;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
}
div#hardwood-section .hardwood-image-section{
    position: relative;
    /* left: -1%; */
    /*right: 7.5%;*/
    margin-left: 7%;

}
div#hardwood-section .hardwood-image-section .hardwood-image-slider{
    display: flex;
}
div#hardwood-section .hardwood-image-section .hardwood-image-slider li{
    width: 100%
}
div#hardwood-section .hardwood-image-section .hardwood-image-inner {
    background-position: center;
    background-size: auto;
    display: flex;
    justify-content: center;
    height: 500px;
    padding: 3px 0 0 0;
}
div#hardwood-section .hardwood-image-section .hardwood-image-inner .image-section {
    width: 100%;
    height: 420px;
    margin: 28px 0px 0 0;
    padding: 40px;
    border: 3px solid #fff;
}
div#hardwood-section .hardwood-image-section .hardwood-image-inner .title-textover{
    width: 100%;
    height: 335px;
    /* margin: 0px 30px; */
    background: #00000061;
}
div#hardwood-section .hardwood-image-section .hardwood-image-inner .textover-section {
   position: relative;
    top: 75%;
}
div#hardwood-section .hardwood-image-section .hardwood-image-inner .col-sm-6 {
    display: flex;
    /* width: 100%; */
    padding: 0 50px;
}

div#hardwood-section .hardwood-image-section .arrow-left {
    position: absolute;
    left: 6.75%;
    z-index: 1;
    top: 50%;
}
div#hardwood-section .hardwood-image-section .arrow-right {
 position: absolute;
    right: 6.75%;
    top: 50%;
}

div#hardwood-section .hardwood-image-section .hardwood-image-inner .textover-section h2.textover-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

div#hardwood-section .hardwood-image-section .slider_wrapper{
/*display: flex;*/
}
div#hardwood-section .hardwood-image-section .slider_wrapper .slick-prev {
    left: 23%;
    z-index: 1;
    display: none !important;
}
div#hardwood-section .hardwood-image-section .slider_wrapper .slick-next {
    right: 26%;
    z-index: 1;
    display: none !important;
}
div#hardwood-section .hardwood-image-section .slider_wrapper .slick-next:before {
    font-size: 67px;
    line-height: 1;
    opacity: 1.75;
    color: #f1cc01;
}
div#hardwood-section .hardwood-image-section .slider_wrapper .slick-prev:before {
    font-size: 67px;
    line-height: 1;
    opacity: 1.75;
    color: #f1cc01;
}



/*End hardwood-section*/

/*Home page content section*/
div#floor-overstock-section {
    background: #ffffff;
    /* padding-bottom: 15px; */
    /* margin-bottom: 100px; */
    clear: both;
    padding: 1% 0;
    height: 700px;
}
div#floor-overstock-section .inner-content-section {
    display: block;
    width: 100%;
}
div#floor-overstock-section .inner-content-section ul{
    display: flex;
    height: 662px;
}

div#floor-overstock-section .inner-content-section li {
    display: inline-block;
}
div#floor-overstock-section .inner-content-section li.left-section {
    width: 350px;
    background-color: #f1cc01;
    text-align: right;
    padding: 80px 0px 80px 90px;
}
div#floor-overstock-section .inner-content-section li.left-section img{
    height: 510px;
    width: 600px;
    position: absolute;
    left: 5%;
}
div#floor-overstock-section .inner-content-section li.content-section {
    width: 40%;
    position: relative;
    padding-top: 5.5%;
    right: -27%;
}
div#floor-overstock-section .inner-content-section li.content-section h1.title {
    font-size: 55px;
    color: #000000;
    letter-spacing: normal;
    padding: 25px 0 0 10px;
    border-bottom: 3px solid rgba(249,205,25,1);
}
div#floor-overstock-section .inner-content-section li.content-section .main-content-section{
    padding: 26px 0;
}
div#floor-overstock-section .inner-content-section li.content-section .main-content-section p {
    font-size: 21px;
    color: #000000;
    font-weight: 500;
    margin: 30px 0;
    padding-left: 10px;
    line-height: 23px;
}
div#floor-overstock-section .inner-content-section li.content-section .main-content-section p.first {
    margin-top: 10px;
}
.home-page-wrapper .main-content-section {
    background: rgb(230,230,230);
}
div#notification-section {
   background: url(../images/tiles-b-1.png) no-repeat;
    width: 100%;
    display: block;
}
#notification-section .container{
    /*max-width: 1575px;*/
    /* background: #000000db; */
}
div#notification-section .notification-content-section {
    display: flex;
    width: 100%;
    background: #fff;
    line-height: 0;
    position:  relative;
    background: transparent;
    padding: 2% 10% 0% 10%;

}
div#notification-section .notification-content-section .left-section.form-section {
    display: inline-block;
    width: 100%;
    /* background: #000000db; */
    vertical-align: top;
}
div#notification-section .notification-content-section .right-section.image-section {
    display: inline-block;
    text-align: center;
    /* width: 58%; */
}
div#notification-section .notification-content-section .form-header {
    /*position: absolute;*/
    width: 500px;
    max-width: 660px;
    /* background: rgba(249,205,25,1); */
    padding: 10px;
    text-align: left;
}
div#notification-section .notification-content-section .image-section img {
    width: 100%;
    padding-top: 1%;
}
div#notification-section .notification-content-section .form-header h2.title {
    font-size: 40px;
    margin: 0px 0px 15px 0px;
    color: rgba(249,205,25,1);
    line-height: 54px;
    font-family: 'Roboto', sans-serif;
}
div#notification-section .notification-content-section .form-header p.subtitle {
    font-size: 25px;
    color: #fff;
    padding: 10px 10px 10px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
div#notification-section .notification-content-section .name-fields.form-fields input.name-input-field {
    display: inline-block;
    width: 49%;
    padding: 10px;
    border: 2px solid rgba(191,190,190,1);
    border-radius: 8px;
}
div#notification-section .notification-content-section .left-section.form-section .name-fields.form-fields {
    margin: 15px 3px;
}
div#notification-section .notification-content-section .left-section.form-section .email-fields.form-fields input{
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 2px solid rgba(191,190,190,1);
    border-radius: 8px;
}
div#notification-section .notification-content-section .left-section.form-section .form-fields-section {
    padding: 10px 38px 10px;
}
div#notification-section .left-section.form-section .form-fields-section .form-outline .form-control{
    height: 45px;
    line-height: 1.5;
    border-radius: 0px;
    color: #000000;
}
div#notification-section .left-section.form-section .form-fields-section .form-outline .form-control::placeholder{
    color: #000000;
}

div#notification-section .notification-content-section .left-section.form-section .form-fields-section .notify-section.form-fields label {
    font-size: 30px;
    color: rgba(249,205,25,1);
    font-weight: 300;
    opacity: 0.8;
    line-height: 22px;
    margin: 10px;
    margin: 15px 0;
    font-family: system-ui;
}
div#notification-section .notification-content-section .left-section.form-section .form-fields-section .notify-section .input-fields{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
div#notification-section .notification-content-section .left-section.form-section .form-fields-section .notify-section .input-fields .input-fields-label{
    width: 100%;
    padding: 0px 0px;
}
div#notification-section .notification-content-section .left-section.form-section .form-fields-section .notify-section .input-fields label {
    font-size: 22px;
    color: #fff;
    margin-left: 5px !important;
    font-weight: 300;
    opacity: 0.8;
    line-height: 22px;
    margin: 10px;
    margin: 15px 0;
    font-family: system-ui;
}
div#notification-section .notification-content-section .left-section.form-section .form-fields-section .input-fields .input-fields-label {
    display: flex;
    width: 49%;
    vertical-align: middle;
    align-items: center;
    line-height: normal;
    margin: 5px 0;
}
div#notification-section .notification-content-section .left-section.form-section .form-fields-section .input-fields .input-fields-label input[type="checkbox"] {
    display: inline-block;
    width: 50px;
    height: 45px;
}
div#notification-section .notification-content-section .left-section.form-section .form-fields-section .input-fields .input-fields-label label {
    display: inline-block;
    width: 100% !important;
    /*margin: 0 !important;*/
}
div#notification-section .submit-button.form-fields{
    text-align: center;
    padding-right: 10%;
}
div#notification-section .submit-button.form-fields input {
    background: rgba(249,205,25,1);
    width: 35%;
    border: none;
    padding: 23px 10px;
    font-size: 22px;
    color: rgb(60,60,60);
    /*font-weight: 600;*/
    margin-top: 0px;
}
div#notification-section .notification-content-section .left-section.form-section form {
    padding: 10px;
    background: transparent;
}
#home-page-product-section {
    padding: 50px 0;
}
#home-page-product-section .container{
    /*max-width: 1575px;*/
}
#home-page-product-section .new_arrival_Section {
    text-align: center;
}
#home-page-product-section .new_arrival_Section h3{
    font-size: 45px;
    font-weight: 600;
    font-family: sans-serif;
    text-align: center;
}
#home-page-product-section .product-grid-section .item {
   display: inline-block;
    width: 18.3333%;
    margin: 8px 10px;
    vertical-align: top;
}
#home-page-product-section .product-grid-section .item hr{
   display: none;
}

#home-page-product-section .product-grid-section .item img {
    max-width: 100%;
    width: 100%;
    height: 260px;
    max-height: 350px;
    min-height: 117px;
}
#home-page-product-section .product-grid-section .item h3.title {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
#home-page-product-section .product-grid-section .item hr {
    width: 10%;
    margin: 6px auto;
    background: #000;
    height: 1px;
}
#home-page-product-section .product-grid-section .item p.price {
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
    display: block;
}
/*div#home-page-product-section .product-grid-section .new_arrival_Section .image-section img {
    transform: rotate(20deg);
    width: 200px;
}
div#home-page-product-section .product-grid-section {
    position: relative;
}
div#home-page-product-section .product-grid-section .new_arrival_Section {
    position: absolute;
    top: -100px;
    right: -8%;
}
div#home-page-product-section .product-grid-section .new_arrival_Section .image-section h3 {
    position: absolute;
    top: 32%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #000;
}*/
/* div#notification-section .notification-content-section::after {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 6px dotted rgba(189, 191, 55, 1);
    width: 1%;
    top: 0;
    left: -26px;
} */
#home-page-product-section .product-grid-section .item .image-section {
    position: relative;
    height: 260px;
    width: 100%;
}
#home-page-product-section .product-grid-section .item .image-section span.save_price_section {
    position: absolute;
    top: 0;
    font-size: 15px;
    color: #fff;
    background: #FE8500;
    padding: 3px 10px 3px 10px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    left: 0;
}
.top-header-content-section .search-section i {
    position: absolute;
    left: 6px;
    font-size: 14px;
    top: 8px;
    color: rgb(160,160,160);
    font-weight: 400;
}
/*Banner section css*/
.home-banner-section {
    display: flex;
    padding: 0%;
    margin: 50px 0;
    background: url(../images/splash_bg.png) no-repeat;
    background-size: 100% 370px;
    background-position: bottom;
}
.home-banner-section .banner-container {
    /*max-width: 1300px;*/
    margin: 0 auto;
    /*padding-left: 17%;*/
}
.home-banner-section .banner-left{
    padding: 0; 
}
.home-banner-section .banner-left .banner-left-sec{
    position: relative;
    margin: 0 6% 0 13%;
    left: 15%;
}
.home-banner-section .banner-left img{
    width: 100%; 
}
.home-banner-section .deals-content-section {
    display: inline-block;
    position: relative;
    top: 45px; 
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.home-banner-section .deals-content-section p.content {
    padding: 25px 0px;
    font-size: 33px;
    /*position: absolute;
    top: 25px;
    left: 3px;*/
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-family: system-ui;
    letter-spacing: 1px;
    background: #f1cc018f;
}

.home-banner-section .steals-content-section {
    display: inline-block;
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
.home-banner-section .steals-content-section a{
    text-decoration: none;
}
.home-banner-section .steals-content-section p.content {
    font-size: 32px;
    position: relative;
    top: 25px;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    /* letter-spacing: 1px; */
    line-height: 5rem;
    background: #f1cc018f;
}
.home-banner-section .left-content-section {
    /*min-height: 250px;*/
    position: absolute;
    top: 28%;
    /* left: -26%; */
    background: #fff0;
    width: 100%;
    /* border: 5px solid rgba(241, 204, 1, 1); */
    padding-right: 0%;
    text-align: center;
}
.home-banner-section .left-content-section .content-description {
    line-height: 4rem;
}
.home-banner-section .left-content-section .content-contact-number{
    margin: 12px 0px;
}
.home-banner-section .left-content-section .content-description p {
    font-size: 35px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    /* line-height: 4rem;*/
}
.home-banner-section .left-content-section .content-contact-number p {
    font-size: 50px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    /* line-height: 4rem;*/
}
.home-banner-section .left-content-section .content-section {
    /*padding-top: 2.75%;*/
    margin-left: 1%;
}
.home-banner-section .banner-right {
  padding: 0 7%;
}
.home-banner-section .right-content-section {
        background: url(../images/img2.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 90px;
    /* top: 120px; */
    /* right: -65%; */
    height: 415px;
    border: 15px solid rgba(241, 204, 1, 1);
    width: 45%;
    display: flex;
    align-items: center;
}
.home-banner-section .right-content-section .content-section{
    width: 100%;
    position: absolute;
    top: 7%;
}
.home-banner-section .right-content-section p {
    color: #000000;
    font-size: 26px;
    padding: 12px 23px;
    line-height: 1.5rem;
    width: 100%;
    /* margin: 0 0; */
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    /* display: flex; */
    /* letter-spacing: 2px; */
    text-align: center;
}
.home-banner-section .right-content-section .right-content-small1{
    position: absolute;
    top: -18%;
    right: -18%;
    width: 105px;
    height: 100px;
    border: 5px solid #f1cc01;
    background: #fff;
    z-index: -1;
}
.home-banner-section .right-content-section .right-content-small2{
    position: absolute;
    top: -26%;
    right: -24%;
    width: 80px;
    height: 71px;
    border: 5px solid #f1cc01;
    background: #fff0;
    z-index: -1;
}
.home-banner-section .right-content-section .right-content-truck-section{
    position: absolute;
    bottom: -74%;
    left: 20%;
}
.home-banner-section .right-content-section .right-content-truck-section .truck-logo{
    position: absolute;
    top: 21.5%;
    right: 17.5%;
}
.home-banner-section .left-content-section:before {
    display: none;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.home-banner-section .left-content-section:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(241, 204, 1, 1);
    border-width: 2px;
    margin-left: -30px;
}
.home-banner-section .left-content-section:before {
    display: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: rgba(241, 204, 1, 1);
    border-width: 16px;
    margin-left: -91px;
}
.home-banner-section .right-content-section:before {
    display: none;
    left: -39px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.home-banner-section .right-content-section:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: rgba(241, 204, 1, 1);
    border-width: 12px;
    margin-top: -30px;
}
#home-page-product-section .product-grid-section .item .image-section .quick-view-section {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: inherit;
    text-align: center;
    background: hsl(0deg 0% 0% / 51%);
    /*padding: 10px;*/
    font-size: 18px;
    color: rgb(255 255 255);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /*display: none;*/
    border: 5px solid #f9cd20;
}
#home-page-product-section .product-grid-section .item .image-section .quick-view-section .quick-view-text-price {
    position: absolute;
    width: 100%;
    top: 50%;
    /* left: 30%; */
    padding: 5px 0;
}
#home-page-product-section .product-grid-section .item .image-section .quick-view-section .quick-view-btn{
    padding: 10px 0px;
    background-color: #f9cd20;
}
#home-page-product-section .product-grid-section .item .image-section .quick-view-section .quick-view-btn p{
    color: #000;
    font-weight: 600;
}
#home-page-product-section .product-grid-section .item .image-section .quick-view-section .quick-view-name-price {
    padding: 5px 0;
}
#home-page-product-section .product-grid-section .item .image-section .quick-view-section .quick-view-name-price a{
    text-decoration: none;
    color: #ffffff;
}
#home-page-product-section .product-grid-section .item .image-section .quick-view-section .quick-view-name-price h3{
    text-align: center;
}
#home-page-product-section .product-grid-section .item .image-section .quick-view-section .quick-view-name-price p{
    color: #f9cd20;
}
/* End Banner section css*/
/*End Home page content section*/
div#products-collection-page-wrapper .collection-page-content-section {
    display: block;
    width: 100%;
    padding-bottom: 100px;
    background: rgb(230,230,230);
}
.collection-page-content-section .breadcrumb-section img {
    max-width: 100%;
}
.collection-page-content-section .breadcrumb-section .single-path-section {
    position: relative;
}
.collection-page-content-section .breadcrumb-section .single-path-section p {
    font-size: 26px;
    /*position: absolute;*/
    top: 13px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    background: url(/assets/images/breadcrumb-image.png) no-repeat center;
}
.collection-page-content-section .breadcrumb-section .single-path-section.first p {
    text-align: center;
    /*left: 44px;*/ 
    background: url(/assets/images/breadcrumb-image.png) no-repeat top left;
    background-position: center center;
}
.collection-page-content-section .filter-section {
    text-align: right;
    padding: 20px 0 20px;
    margin-right: 9px;
}
.collection-page-content-section .filter-section select {
    min-width: 200px;
    padding: 5px 10px;
    font-size: 17px;
    color: #303030;
    background: transparent;
    border: 1px solid #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#collection-page-product-section .product-grid-section .item {
    display: inline-block;
    width: 23%;
    margin: 10px 0 10px 15px;
}
#collection-page-product-section .product-grid-section .item img {
    max-width: 100%;
}
#collection-page-product-section .product-grid-section .item h3.title {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}
#collection-page-product-section .product-grid-section .item hr {
    width: 10%;
    margin: 6px auto;
    background: #000;
    height: 1px;
}
#collection-page-product-section .product-grid-section .item p.price {
    text-align: center;
    font-size: 16px;
    padding-top: 8px;
    display: block;
}
div#collection-page-product-section .product-grid-section .new_arrival_Section .image-section img {
    transform: rotate(20deg);
    width: 200px;
}
div#collection-page-product-section .product-grid-section {
    position: relative;
}
div#collection-page-product-section .product-grid-section .new_arrival_Section {
    position: absolute;
    top: -31%;
    right: -6%;
}
div#collection-page-product-section .product-grid-section .new_arrival_Section .image-section h3 {
    position: absolute;
    top: 32%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #000;
}
#collection-page-product-section .product-grid-section .item .image-section {
    position: relative;
}
#collection-page-product-section .product-grid-section .item .image-section span.save_price_section {
    position: absolute;
    top: 0;
    font-size: 15px;
    color: #fff;
    background: #FE8500;
    padding: 3px 10px 3px 10px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}
#collection-page-product-section .product-grid-section .item .image-section .quick-view-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: hsla(0,0%,100%,.75);
    padding: 10px;
    font-size: 15px;
    color: rgb(60,60,60);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: none;
}
div#collection-page-product-section .container {
    padding: 0;
}
div#collection-page-product-section .product-grid-section .load-more-button {
    text-align: center;
    padding: 30px 0 20px;
}
div#collection-page-product-section .product-grid-section .load-more-button a {
    font-size: 17px;
    color: #F9CD19;
    border: 1px solid #F9CD19;
    width: 150px;
    padding: 9px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-decoration: none;
}
.collection-page-content-section .breadcrumb-section {
    padding: 40px 0px 0px 0px;
}
div#collection-page-product-section .container.collection-page-container-section .left-content-section {
    min-height: 230px;
    position: absolute;
    top: 0;
    left: -26%;
    background: #fff;
    width: 210px;
    border: 5px solid rgba(241, 204, 1, 1);
    padding: 5px;
    text-align: center;
}
div#collection-page-product-section .container.collection-page-container-section .left-content-section p {
    font-size: 24px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
}
div#collection-page-product-section .container.collection-page-container-section .left-content-section .content-section {
    padding-top: 15px;
}
div#collection-page-product-section .container.collection-page-container-section {
    position: relative;
}



div#collection-page-product-section .container.collection-page-container-section .left-content-section:after, div#collection-page-product-section .container.collection-page-container-section .left-content-section:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

div#collection-page-product-section .container.collection-page-container-section .left-content-section:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(241, 204, 1, 1);
    border-width: 2px;
    margin-left: -30px;
}
div#collection-page-product-section .container.collection-page-container-section .left-content-section:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: rgba(241, 204, 1, 1);
    border-width: 16px;
    margin-left: -91px;
}
#collection-page-product-section .product-grid-section .item h3.title a{
    color: #212529;
    text-decoration: none;
}
#home-page-product-section .product-grid-section .item h3.title a{
    color: #212529; 
    text-decoration: none;
}
/*LIve site css*/
div#collection-page-product-section h1.category_image-title {
    text-align: center;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 34px;
}
div#collection-page-product-section p.category-banner-image {
    text-align: center;
}
div#collection-page-product-section p.category-banner-image img {
    width: 100%;
}
div#collection-page-product-section h2{
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 0;
    color: #303030;
    opacity: 0.9;
}
div#collection-page-product-section .container .category-description p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
div#collection-page-product-section .container .category-description p font {
    color: #303030;
}
div#sub-category-section {
    height: 100%;
}
div#sub-category-section h4.cat_head a {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: lowercase;
}
div#sub-category-section .sub-category-items {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 20px 0 0 0;
}
div#sub-category-section h4.cat_head {
    text-align: center;
}
div#sub-category-section .sub-category-items img.prod-image {
    width: 150px;
    padding-bottom: 2px;
}
div#sub-category-section {
    padding-top: 15px;
}
div#sub-category-section .sub-category-items a {
    font-weight: 300;
    color: #303030;
}
div#manufactureres-section .manufactures-items div {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}
.filter_by_price .show_prices {
    padding: 10px 0 5px;
}
.filter_by_price .show_prices a {
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.filter_by_price .show_prices span {
    margin: 0 4px;
    border: 1px solid #303030;
    padding: 4px 10px;
}
div#collection-page-product-section div#manufactureres-section, .category_image-title, .category-description, #manufactureres-section, .filter_by_price, #manufactureres-heading, .collection-page-manufacturing-product, #sub-category-section {
    padding: 0 6.5%;
}
/*div#collection-page-product-section  {
    margin: 20px 0 30px;
}*/
div#collection-page-product-section div#manufactureres-section .manufactures-items {
    padding-top: 20px;
}   
.filter_by_price .show_prices {
    padding: 30px 0 10px;
}
h2#manufactureres-heading{
    text-align: center;
    color: #303030;
    font-weight: 600;
    border: none;
    padding: 5px 0;
    background: url('http://brandfloors.com/rahul-dev/assets/images/breadcrumb-image.png');
    background-size: cover;
    background-position: center center;
}
div#collection-page-product-section .item {
    display: inline-block;
    width: 12.3333%;
    margin: 10px 8px;
    vertical-align: top;
}
div#collection-page-product-section .item img {
    max-width: 100%;
    width: 100%;
    max-height: 117px;
    min-height: 117px;
}
div#collection-page-product-section .item h3.title {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}
div#collection-page-product-section .item hr {
    width: 10%;
    margin: 6px auto;
    background: #000;
    height: 1px;
}
div#collection-page-product-section .item p.price {
    text-align: center;
    font-size: 16px;
    padding-top: 8px;
    display: block;
}
div#collection-page-product-section .item .image-section {
    position: relative;
}
div#collection-page-product-section .item .image-section span.save_price_section {
    position: absolute;
    top: 0;
    font-size: 15px;
    color: #fff;
    background: #FE8500;
    padding: 3px 10px 3px 10px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    left: 0;
}
div#collection-page-product-section .item .image-section .quick-view-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: hsla(0,0%,100%,.75);
    padding: 10px;
    font-size: 15px;
    color: rgb(60,60,60);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: none;
}
div#collection-page-product-section .item p.title-section strong{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #212529;
    text-decoration: none;
    display: block;
    font-weight: 400;
}
div#collection-page-product-section .item .price-title-section span.price-section{
    text-align: center;
    font-size: 14px;
    padding-top: 2px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
div#collection-page-product-section .item .price-title-section .call_pricing {
    text-align: center;
    font-size: 15px;
}
.collection-page-content-section .breadcrumb-section .single-path-section p a {
    color: #000;
}
.manufacturer_product_details_section p.manufacturer-content {
    font-size: 14px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
}
.manufacturer_product_details_section a {
    display: inline-block;
    vertical-align: middle;
}
.manufacturer_product_details_section {
    padding-top: 10px;
    border-bottom: 2px solid rgba(241, 204, 1, 1);
    padding-bottom: 7px;
    margin-bottom: 10px;
}
div#collection-page-product-section .item .price-title-section span {
    text-align: center;
    display: block;
}
/*Collection page*/
/*Cart page css*/
.cart-page-content-section .cart-items-table{
    display: block;
    width: 100%;
    clear: both;
    padding-top: 25px;
}

.cart-page-content-section .breadcrumb-section a{
    font-size: 15px;
    color: #F9CD19;
}
.cart-page-content-section .breadcrumb-section {
    padding: 0px 0;
}
.cart-items-table tr.header-section td.headings {
    font-size: 16px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0 0 10px 0;
    opacity: 0.8;
}
.cart-items-table tr.header-section {
    border-bottom: 1px solid rgba(148,148,148,0.4);
}
.cart-items-table tr.header-section td.headings.product-details-section-head {
    font-size: 20px;
    opacity: 1;
}
.cart-page-content-section .cart-items-table table {
    width: 100%;
}
.cart-page-header-section .breadcrumb-section {
    float: left;
    margin-right: 10px;
}
.cart-page-header-section .checkout-button {
    float: right;
    padding: 30px 0;
}
.cart-page-header-section .checkout-button a {
    background: #F9CD19;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.cart-page-header-section .checkout-button a i.fa.fa-lock {
    padding-right: 3px;
}
.cart-page-content-section .cart-items-table td.product-details-section li {
    display: inline-block;
    vertical-align: middle;
}
.cart-page-content-section .cart-items-table td.product-details-section li img {
    max-width: 100%;
    width: 100px;
}
.cart-page-content-section .cart-items-table td.product-details-section li.product-image-section {
    padding: 36px 25px 36px 0;
}
div#cart-page-main-content-section{
    background-color: rgb(230,230,230);
    position: relative;
}
div#cart-page-main-content-section .cart-page-content-section{
    max-width: 1424px;
    margin: 0 12%;
}
div#cart-page-main-content-section .left-content-section{
    display: none;
}
.cart-page-content-section .cart-items-table td.product-details-section li.product-details-section p.title {
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 80%;
    line-height: 22px;
}
.cart-page-content-section .cart-items-table td.product-details-section li.product-details-section p.sku {
    padding: 14px 0;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}
.cart-page-content-section .cart-items-table td.product-details-section li.product-details-section p.remove-button a {
    font-size: 15px;
    color: #000;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}
.cart-items-table tr.header-section td.headings.product-details-section-head {
    width: 55%;
}
.cart-items-table tr.header-section td.headings.product-price-head {
    width: 15%;
}
.cart-items-table tr.header-section td.headings.product-qty-head {
    width: 15%;
    text-align: center;
}
.cart-items-table tr.header-section td.headings.product-total-price-head {
    text-align: right;
    width: 15%;
}
.cart-items-table tr.added-product-details {
    border-bottom: 1px solid rgba(148,148,148,0.4);
}
.cart-page-content-section h2.title {
    color: #F9CD19;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 7px;
    letter-spacing: 1px;
    cursor: pointer;
}
.promo-code-section form input[type="text"] {
    display: inline-block;
    width: 250px;
    padding: 9px 7px;
    font-size: 16px;
}
.promo-code-section form input[type="submit"] {
    display: inline-block;
    font-size: 19px;
    width: 90px;
    height: 47px;
    background: transparent;
    color: rgba(249, 205, 25, 0.8);
    border: 1px solid rgba(249, 205, 25, 0.8);
    margin-left: -2px;
}
.promo-code-section form input[type="text"] {
    display: inline-block;
    width: 250px;
    padding: 9px 7px;
    font-size: 16px;
    border: 1px solid rgba(48,48,48,0.2);
    height: 46px;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    border-right: none;
}
.customer-note-section textarea {
    width: 350px;
    min-height: 180px;
    background: transparent;
    font-size: 16px;
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    border: 1px solid rgba(48,48,48,0.2);
    margin-top: 20px;
    display: none;
}
.cart-page-content-section {
    padding-bottom: 20%;
}
.other-cart-details .subtotal-section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(48,48,48,0.2);
}
.other-cart-details .subtotal-section label.label {
    float: left;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: rgba(48,48,48,0.8);
    font-weight: 300;
}
.other-cart-details .subtotal-section p.subtotal_price {
    float: right;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: rgba(48,48,48,0.8);
    font-weight: 300;
}
.other-cart-details .estimated-shipping-option {
    clear: both;
    padding-top: 15px;
}
.other-cart-details .estimated-shipping-option a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}

.other-cart-details .total-section label.label{
      float: left;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: rgba(48,48,48,0.8);
    font-weight: 300;
}
.other-cart-details .total-section {
    padding: 10px 0 30px 0;
}
.other-cart-details .total-section p.price{
      float: right;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: rgba(48,48,48,0.8);
    font-weight: 300;   
}
.cart-items-table tr.added-product-details td.product-qty input[type="number"] {
    width: 67px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(48,48,48,0.2);
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}
.other-cart-details .checkout-button a{
    background: #F9CD19;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 80%;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}
.other-cart-details .checkout-button {
    margin-top: 30px;
    text-align: center;
}

div#cart-page-main-content-section .left-content-section {
       min-height: 230px;
    position: absolute;
    top: 6%;
    left: 5%;
    background: #fff;
    width: 210px;
    border: 5px solid rgba(241, 204, 1, 1);
    padding: 5px;
    text-align: center;
}
div#cart-page-main-content-section .left-content-section p {
    font-size: 24px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
}
div#cart-page-main-content-section .left-content-section .content-section {
    padding-top: 15px;
}
div#collection-page-product-section .container.collection-page-container-section {
    position: relative;
    margin-top: 40px;
}
div#cart-page-main-content-section .left-content-section:after, div#cart-page-main-content-section .left-content-section:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
div#cart-page-main-content-section .left-content-section:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(241, 204, 1, 1);
    border-width: 2px;
    margin-left: -30px;
}
div#cart-page-main-content-section .left-content-section:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: rgba(241, 204, 1, 1);
    border-width: 16px;
    margin-left: -91px;
}
.other-cart-details .promo-code-section form{
    display: none;
    padding: 15px 0;
}
.cart-page-content-section h2#enable-promocode-section{
    cursor: pointer;
}
.other-cart-details .promo-code-section {
    padding-top: 20px;
}
.cart-page-content-section .cart-page-header-section {
    padding-top: 20px;
}
/*Updated css on live*/
form#cart-product-details-wrapper table.listing_table {
    clear: both;
    width: 100%;
    max-width: 100%;
}
form#cart-product-details-wrapper th.headings {
    font-size: 16px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0 0 10px 0;
    opacity: 0.8;
    background-color: transparent;
}
form#cart-product-details-wrapper tr.heading-row th {
    border-bottom: 1px solid rgba(148,148,148,0.4);
    padding-bottom: 5px;
}
form#cart-product-details-wrapper tr.individual-product-details-row td.product_thumb img {
    width: 100px;
    border: none;
    margin: 10px;
    padding: 5px;
}
form#cart-product-details-wrapper tr.individual-product-details-row td {
    border-bottom: 1px solid rgba(148,148,148,0.4);
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-weight: 300;
}
form#cart-product-details-wrapper tr.individual-product-details-row td.product_thumb{
    text-align: left;
}
form#cart-product-details-wrapper tr.individual-product-details-row td.product_thumb span{
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 65%;
    line-height: 22px;
    display: inline-block;
}
form#cart-product-details-wrapper tr.individual-product-details-row td.quantity_field input {
    width: 67px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(48,48,48,0.2);
    font-size: 15px;
    line-height: 40px;
    color: #303030;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
form#cart-product-details-wrapper tr.individual-product-details-row td.quantity_field div {
    font-size: 10px;
    padding-top: 3px;
}
form#cart-product-details-wrapper tr.heading-row th.headings.items {
    width: 40%;
}
form#cart-product-details-wrapper tr.heading-row th.headings.price {
    width: 15%;
    text-align: center;
}
form#cart-product-details-wrapper tr.heading-row th.headings.quantity {
    width: 15%;
    text-align: center;
}
form#cart-product-details-wrapper tr.heading-row th.headings.total {
    width: 15%;
    text-align: center;
}
form#cart-product-details-wrapper tr.individual-product-details-row td.remove-items a {
    font-size: 15px;
    text-decoration: underline;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}
form#cart-product-details-wrapper .update-quantity-cart-section {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 15px;
}
form#cart-product-details-wrapper .update-quantity-cart-section .empty-cart-section {
    display: inline-block;
    vertical-align: middle;
}
form#cart-product-details-wrapper .update-quantity-cart-section .update-quantity-section {
    display: inline-block;
    vertical-align: middle;
}
ul.zipcode-block-section {
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 15px;
}
ul.zipcode-block-section li {
    display: block;
    width: 100%;
    text-align: right;
}
ul.zipcode-block-section li div#zipcode-block {
    display: block;
    width: 100%;
}
ul.zipcode-block-section li div#zipcode-block a#btn_zip {
    display: inline-block;
    vertical-align: middle;
}
ul.zipcode-block-section li div#zipcode-block input#cust_zipcode {
    display: inline-block;
    vertical-align: middle;
}
ul.zipcode-block-section li div#zipcode-block label {
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-right: 5px;
}
form#apply-coupan-section {
    width: 100%;
    text-align: right;
    display: block;
    padding-top: 10px;
}
form#apply-coupan-section ul li {
    display: inline-block;
}
form#apply-coupan-section ul li p {
    display: inline-block;
    vertical-align: middle;
}
form#apply-coupan-section ul li label {
    display: inline-block;
    vertical-align: middle;
}
form#apply-coupan-section ul li input {
    display: inline-block;
    vertical-align: middle;
}
ul.checkout-section {
    display: block;
    width: 100%;
    text-align: right;
}
div#cart_content div#cart_content_inner input[type="text"] {
    width: 100px;
    height: 38px;
    background: transparent;
    border: 1px solid rgba(48,48,48,0.2);
    font-size: 15px;
    color: #303030;
    padding-left: 5px;
    margin-right: 2px;
}
div#cart_content div#cart_content_inner .shipping-msg {
    font-size: 16px;
}
div#cart_content div#cart_content_inner ul h3{
    font-size: 2.5rem;
}
div#cart_content div#cart_content_inner ul li p{
    font-size: 16px;
}
div#cart_content div#cart_content_inner ul li p label{
    font-size: 18px;
}

ul.zipcode-block-section li div#zipcode-block input#cust_zipcode{
    width: 100px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(48,48,48,0.2);
    font-size: 15px;
    color: #303030;
    padding-left: 5px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}
form#apply-coupan-section ul li label{
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-right: 5px;
}
.prod_listing_frame {
    display: none;
}
form#cart-product-details-wrapper .update-quantity-cart-section .empty-cart-section a {
    width: 150px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #303030;
    line-height: 40px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
ul.zipcode-block-section li div#zipcode-block a#btn_zip{
    width: 150px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #303030;
    line-height: 40px;
    text-transform: capitalize;   
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
ul.checkout-section a.checkout_button {
    background: #F9CD19;
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 15px 0 0 auto;
    display: block;
    width: 350px;
    text-align: center;
}
/*End cart page css*/
/*Single Product page css*/
#single-product-page-wrapper{
    /*max-width: 1450px;*/
    margin: 0 5%;
}
#single-product-page-wrapper .spc-img-wrp img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
/*#single-product-page-wrapper .sp-content-area-wrp{
    max-width: 1424px;
    margin: 0 12.5%;
}*/
#single-product-page-wrapper .left-content-section{
    display: none !important;
}
#single-product-page-wrapper a:hover, #single-product-page-wrapper a:focus{
  text-decoration: none!important;
}
#single-product-page-wrapper{
  padding-bottom: 130px;
  background-color: #EFEFEF;
  position:relative;
}
#single-product-page-wrapper .container{
  background-color: #fff;
}
#single-product-page-wrapper .spc-titile-top{
  padding: 54px 0px 60px;
  color: #303030;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
#single-product-page-wrapper  .spc-titile-top a{
  color: #303030;
}
#single-product-page-wrapper  .spc-titile-top a:hover{
  color: #303030;   
}
#single-product-page-wrapper .spc-titile-top span{
  opacity: 0.5;
  margin-left: 10px;
}
.spc-srow{
  padding: 0px 34px;
}
#single-product-page-wrapper .spc-bottom-content{
  padding: 30px 0px 20px;
}
#single-product-page-wrapper .spc-bottom-wrp{
  margin: 0;
  padding: 0;
  display: flex;
  color: #303030;
}
#single-product-page-wrapper .spc-bottom-wrp li{
  float: left;
  width: 33.33%;
  display: inline-flex;
}
#single-product-page-wrapper .spc-bcol-title h3{
  color: #303030;
  margin-top: 0;
  margin-bottom: 15px;
  word-wrap: break-word;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
#single-product-page-wrapper .spc-bcol-des{
  word-wrap: break-word;
  line-height: 1.5!important;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
#single-product-page-wrapper .spc-bcol-btext{
  font-weight: 600;
}
#single-product-page-wrapper .spc-bcol-btext.spc-bcol-des{
  margin-top: 20px;
  font-weight: 500;
}
#single-product-page-wrapper .spc-bottom-col{
  padding: 10px 40px;
}
#single-product-page-wrapper .spc-bottom-col.spc-bottom-col2{
  border-right: 1px solid #BFBEBE;
  border-left: 1px solid #BFBEBE;
}
#single-product-page-wrapper  .spc-bottom-col2 .spc-bcol-btext{
  margin-top: 0px;
}
#single-product-page-wrapper .spc-bottom-col3 .spc-bcol-des{  
  font-style: italic;
}
#single-product-page-wrapper .spc-srow .spc-img-wrp{
  width: 40%;
  float: left;
}
#single-product-page-wrapper .spc-srow .spc-rdec-wrp{
  width: 55%;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #717070;
}
#single-product-page-wrapper .spc-rdec-title h2{
  font-size: 32px;
  line-height: 1.2em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
#single-product-page-wrapper .spc-rdec-title p{
  margin-top: 6px;
  font-size: 14px;
  color: #717070;
  opacity: 0.75;
}
#single-product-page-wrapper .spc-rdec-price{
  padding-top: 0;
  padding-bottom: 0;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 0;
}
#single-product-page-wrapper .spc-rdec-contnt{
  margin-top: 20px;
}
#single-product-page-wrapper .spc-rdec-contnt .spc-rdec-contnt-items{
  font-size: 15px;
  margin-top: 0;
  line-height: 1.5!important;
  font-weight: 500;
  color: #303030;
}
#single-product-page-wrapper .spc-rdec-contnt .spc-rdec-contnt-items span, .spc-rdec-contnt .spc-rdec-contnt-items a{
  font-weight: 300;
  text-decoration: underline;
}
#single-product-page-wrapper .spc-rdec-contnt .spc-rdec-contnt-items a{
  color: #303030;
  padding: 0px 10px;
}
#single-product-page-wrapper .spc-rdec-contnt .spc-rdec-contnt-items a:hover{
  text-decoration: underline!important;
}
#single-product-page-wrapper .spc-add-cart-inpt-wrp span{
  font-size: 15px;
  margin-bottom: 12px;
  display: block;
  line-height: 1;
  opacity: .75;
  margin-top: 20px;
}
#single-product-page-wrapper .spc-add-cart-inpt-wrp input{
  color: #575757;
  height: 43px;
  width: 90px;
  padding-left: 13px;
  font-size: 15px;
  font-weight: 300;
  background: #fff;
  border: 1px solid #c9c9c9;
  line-height: 43px;
}
#single-product-page-wrapper .spc-add-btn-wrp{
  margin: 30px 0 10px;
}
#single-product-page-wrapper #add2cart{
    padding: 15px 20px;
    margin: 10px 0px;
    background-color: #F9CD19;
    border-width: 0;
    border: 1px solid #F9CD19;
    color: #FFFFFF;
    max-width: 500px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    text-align: center;
}
#single-product-page-wrapper #viewcart{
    display: none;
    padding: 15px 20px;
    margin: 10px 0px;
    background-color: #F9CD19;
    border-width: 0;
    border: 1px solid #F9CD19;
    max-width: 500px;
    color: #FFFFFF;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
#single-product-page-wrapper div#other-product-details-section {
    clear: both;
    padding-top: 15px;
}
#single-product-page-wrapper .spc-social-icon {
    text-align: center;
    padding-top: 5px;
}
#single-product-page-wrapper .spc-add-btn:hover, .spc-add-btn:active .spc-add-btn:focus{
  background-color: #f9cd19ad;
  border-color: #f9cd19ad;
  color: #FFFFFF;
}
#single-product-page-wrapper .spc-social-wrp li a span{
  font-family: fontAwesome;
  font-size: 18px;
  text-decoration: none;
  margin-right: 13px; 
}
#single-product-page-wrapper .spc-social-wrp li{
  display: inline-block;
  vertical-align: middle;
}
#single-product-page-wrapper .spc-social-facebook{
  color: #3a5897
}
#single-product-page-wrapper .spc-social-facebook:hover{
  color: #5d7dc1;
}
#single-product-page-wrapper .spc-social-twitter{
  color: #2fc7f2;
}
#single-product-page-wrapper .spc-social-twitter:hover{
  color: #77daf7;
}
#single-product-page-wrapper .spc-social-pintrest{
  color: #f01951;
}
.spc-social-pintrest:hover{
  color: #f56187;
}
#single-product-page-wrapper .spc-social-google:hover, .spc-social-fancy:hover{
  opacity: 0.75;
}

#single-product-page-wrapper .content-section {
  position: relative;
  min-height: 230px;
  background: #fff;
  width: 210px;
  border: 5px solid rgba(241, 204, 1, 1);
  padding: 5px;
  text-align: center;
  padding-top: 20px;
}
#single-product-page-wrapper .left-content-section{
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 4.5%;
}
#single-product-page-wrapper  .content-section:after, #single-product-page-wrapper  .content-section:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#single-product-page-wrapper  .content-section p {
   font-size: 24px;
   color: #303030;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   line-height: 30px;
   font-family: 'Roboto', sans-serif;
}

#single-product-page-wrapper  .content-section:after {
   border-color: rgba(136, 183, 213, 0);
   border-top-color: rgba(241, 204, 1, 1);
   border-width: 2px;
   margin-left: -30px;
}
#single-product-page-wrapper  .content-section:before {
   border-color: rgba(194, 225, 245, 0);
   border-top-color: rgba(241, 204, 1, 1);
   border-width: 16px;
   margin-left: -91px;
}
#single-product-page-wrapper div#product_details .left-section {
    float: left;
    width: 50%;
    text-align: center;
}
#single-product-page-wrapper div#product_details .right-section {
    float: right;
    width: 50%;
    text-align: center;
}
#single-product-page-wrapper h2#other-variation-section {
    clear: both;
    margin-top: 0;
    display: block;
    position: relative;
    top: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: rgba(150, 150, 150, 1);
    border-color: rgba(150, 150, 150, 1);
    margin: 15px 0;
}
#single-product-page-wrapper div#species table td th{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#single-product-page-wrapper div#species table td td{
     font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 10px;
}
#single-product-page-wrapper div#species table td {
    margin: 0;
    padding: 0 5px;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
}
#single-product-page-wrapper div#other-product-details-section a {
    background-image: none;
    color: #fff;
    background: rgba(47, 46, 46, 1);
    padding: 5px 0;
    height: 36px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    margin: 0 7px 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#single-product-page-wrapper .spc-add-cart-inpt-wrp span.quantity_type {
    display: inline-block;
    color: #303030;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 10px;
    word-wrap: break-word;
}
#single-product-page-wrapper div#product_details {
    padding-top: 10px;
}
#single-product-page-wrapper div#species table {
    margin: 15px 0;
}
#single-product-page-wrapper div#species .desc_bdr01 {
    width: 100%;
    border: 1px solid rgba(150,150,150,0.3);
    margin: 10px 0;
}
#single-product-page-wrapper div#species .desc_bdr01 li {
    margin: 5px 0;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#single-product-page-wrapper div#species .desc_bdr01 li strong{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#single-product-page-wrapper div#species p strong{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;   
    color: #303030;
}
#single-product-page-wrapper div#other-product-details-section a.active {
    background: transparent;
    color: rgba(47, 46, 46, 1);
    border: 1px solid rgba(47, 46, 46, 1);
    height: 36px;
}
#single-product-page-wrapper div#species table td img {
    width: 100%;
}
#single-product-page-wrapper div#product_details .right-section th {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#single-product-page-wrapper div#product_details .right-section td {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 10px;
}
#single-product-page-wrapper div#installation h2{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    text-align: center;
    padding: 10px 0;
}
#single-product-page-wrapper div#species h2{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    text-align: center;
    padding: 10px 0;   
}
#single-product-page-wrapper div#installation div {
    text-align: center;
}
.single-product-page-wrapper {
  position: relative;
  background: #EFEFEF;
}
.sp-add-cart{
  height: 100%;
  width: 350px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #fff;
}
.sp-add-cart-section{
  position: relative;
  height: 100%;
}
.spac-header{
  background: #303030;
  width: 100%;
  height: 100px;
  padding: 20px 0 0;
  position: relative;
  z-index: 999;
}
.spac-header span{
  color: #FFFFFF;
  position: absolute;
  left:30px;
  top: 35px;
  color: #fff;
  font-family: fontAwesome;
  font-size: 18px;
  width: 18px;
  height: 30px;
  font-weight: 300;
  cursor: pointer;
}
.spac-header h2{
  display: block;
  margin: 15.41px 0;
  font-size: 23px;
  font-weight: lighter;
  line-height: 28px;
  text-align: center;
  padding: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.spac-items-list{
  padding: 34px 0px;
  max-height: 380px;
  overflow-y: auto;
}
.spac-items-list-wrp{
  padding: 0px 34px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.spac-items .spac-items-img{      
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.spac-items .spac-items-img img{ 
  max-width: 100%;
}
.spac-items .spac-items-info{
  display: inline-block;
  max-width: 60%;

}
.spac-items .spac-items-title{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  word-break: break-word;
  color: #717070;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.spac-items-dec p{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}
.spac-sbttotal{
  margin-top: 20px;
  font-size: 26px;
  font-weight: 12px;
  height: 76px;
  overflow: hidden;
  line-height: normal;
  color: #303030;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.spc-add-togglebtn-wrp{
  padding: 35px 0 0;
  margin-top:20px;
  border-top: 1px solid #ccc6;
}
.spc-add-togglebtn{
  padding: 10px 20px;
  background-color: #F9CD19;
  border-width: 0;
  border: 1px solid #F9CD19;
  color: #FFFFFF;
  font-size: 15px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  text-align: center;
}
.spc-add-togglebtn:hover{
  background-color: #f9cd19ad;
  border-color: #f9cd19ad;
  color: #FFFFFF;
  text-decoration: none;
}
.spac-footer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 0px 34px 34px;
}
.sp-toggle-overlay{
   position: fixed;
   bottom: 0; 
   top: 0;
   background: rgba(0,0,0,0.5);
   left: 0;
   right: 0;
   z-index: 1;
   display: none;
}
.sp-toggle-overlay.show{
  display: block;
}
#sp-add-cart-wrp{
  /*width: 350px;*/
  transform: translateX(350px);
  transition: all 0.4s;
}
#sp-add-cart-wrp.open {
  transform: translateX(0px);
}

#single-product-page-wrapper .additional-product-options div {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
#single-product-page-wrapper .additional-product-options div a#buy_sample span.samplebutton {
    display: block;
    /*float: none;*/
    width: 100%;
    background-position: center center;
}
#single-product-page-wrapper .additional-product-options div a#buy_sample {
    width: 100%;
    text-align: center;
    display: block;
}
div#single-product-page-variations .item {
    display: inline-block;
    width: 12%;
    margin: 20px 10px;
    vertical-align: top;
}
div#single-product-page-variations .item img {
    max-width: 100%;
    width: 100%;
    max-height: 100px;
    min-height: 100px;
}
div#single-product-page-variations .item h3.title {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}
div#single-product-page-variations .item hr {
    width: 10%;
    margin: 6px auto;
    background: #000;
    height: 1px;
}
div#single-product-page-variations .item p.price {
    text-align: center;
    font-size: 16px;
    padding-top: 8px;
    display: block;
}
div#single-product-page-variations .item .image-section {
    position: relative;
}
div#single-product-page-variations .item .image-section span.save_price_section {
    position: absolute;
    top: 0;
    font-size: 15px;
    color: #fff;
    background: #FE8500;
    padding: 3px 10px 3px 10px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    display: none;
}
div#single-product-page-variations .item .image-section .quick-view-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: hsla(0,0%,100%,.75);
    padding: 10px;
    font-size: 15px;
    color: rgb(60,60,60);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: none;
}
div#single-product-page-variations .item p.title-section strong{
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    color: #212529;
    text-decoration: none;
    display: block;
    font-weight: 400;
}
div#single-product-page-variations .item .price-title-section span.price-section{
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
div#single-product-page-variations .item .price-title-section .call_pricing {
    text-align: center;
    font-size: 13px;
}
div#single-product-page-variations {
    margin-left: 0 !important;
    text-align: center;
}
#single-product-page-wrapper div#installation h4{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
#single-product-page-wrapper div#installation h3{
    text-align: center;
}
#single-product-page-wrapper div#installation strong{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 5px 0;
}
#single-product-page-wrapper div#installation p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #303030;
}
#single-product-page-wrapper div#installation li{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #303030;
}
/*End single product page css*/

/*Login signup style*/
div#login-signup-form-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
}
div#login-signup-form-wrapper .login-signup-form-section {
    display: block;
    width: 100%;
    text-align: center;
}
div#login-signup-form-wrapper .signup-form-section .close-login-signup-form {
    position: absolute;
    top: 70px;
    right: 60px;
    cursor: pointer;
}
div#login-signup-form-wrapper .signup-form-section h1.title {
    font-size: 54px;
    font-weight: 600;
    color: #303030;
    padding-bottom: 70px;
    position: relative;
    padding-top: 150px;
    font-family: 'Roboto', sans-serif;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section {
    display: block;
    width: 100%;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section form {
    width: 350px;
    margin: 0 auto;
    max-width: 100%;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section form p.form-fields {
    width: 100%;
    margin: 20px 0;
} 
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section form p.form-fields input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 14px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
}
div#login-signup-form-wrapper .login-signup-form-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303030;
  font-weight: 400;
}
div#login-signup-form-wrapper .login-signup-form-section input::-moz-placeholder { /* Firefox 19+ */
  color: #303030;
  font-weight: 400;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section form p.form-fields.submit_button input[type="submit"] {
    width: 100%;
    height: 45px;
    background: rgba(182, 61, 50, 1);
    border: solid rgba(60, 29, 23, 1) 0px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    cursor: pointer;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section .already-signup-section p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #303030;
    line-height: 14px;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section .already-signup-section p a{
    font-weight: 600;
    color: #303030;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section .left-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 55px;
    height: 100%;
    background: rgba(148,148,148,0.8);
    width: 1px;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section ul {
    width: 100%;
    display: block;
    clear: both;
    text-align: left;
    position: relative;
    right: 50px;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section .left-section {
    position: relative;
    width: 62%;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section .right-section{
    width: 35%;
    vertical-align: top;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section ul li.right-section .sign-up-with-fb-and-google {
    max-width: 100%;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section ul li.right-section .sign-up-with-fb-and-google a {
    width: 320px;
    display: block;
    margin: 10px 0;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section ul li.right-section .sign-up-with-fb-and-google .fb_signup a {
    background: #3b5998;
}
div#login-signup-form-wrapper .login-signup-form-section .signup-form-section ul li.right-section .sign-up-with-fb-and-google .google_signup a {
    background: #e53935;
}
div#login-signup-form-wrapper .close-login-signup-form {
    position: absolute;
    top: 70px;
    right: 60px;
    cursor: pointer;
    z-index: 99;
}
div#login-signup-form-wrapper .login-form-section h1.title {
    font-size: 54px;
    font-weight: 600;
    color: #303030;
    padding-bottom: 70px;
    position: relative;
    padding-top: 150px;
    font-family: 'Roboto', sans-serif;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section {
    display: none;
    width: 100%;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section form {
    width: 350px;
    margin: 0 auto;
    max-width: 100%;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section form p.form-fields {
    width: 100%;
    margin: 20px 0;
} 
div#login-signup-form-wrapper .login-signup-form-section .login-form-section form p.form-fields input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 14px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
}
div#login-signup-form-wrapper .login-signup-form-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303030;
  font-weight: 400;
}
div#login-signup-form-wrapper .login-signup-form-section input::-moz-placeholder { /* Firefox 19+ */
  color: #303030;
  font-weight: 400;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section form p.form-fields.submit_button input[type="submit"] {
    width: 100%;
    height: 45px;
    background: rgba(182, 61, 50, 1);
    border: solid rgba(60, 29, 23, 1) 0px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    cursor: pointer;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .already-signup-section p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #303030;
    line-height: 14px;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .already-signup-section p a{
    font-weight: 600;
    color: #303030;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .left-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 55px;
    height: 100%;
    background: rgba(148,148,148,0.8);
    width: 1px;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section ul {
    width: 100%;
    display: block;
    clear: both;
    text-align: left;
    position: relative;
    right: 50px;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .left-section {
    position: relative;
    width: 62%;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .right-section{
    width: 35%;
    vertical-align: top;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section ul li.right-section .sign-up-with-fb-and-google {
    max-width: 100%;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section ul li.right-section .sign-up-with-fb-and-google a {
    width: 320px;
    display: block;
    margin: 10px 0;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section ul li.right-section .sign-up-with-fb-and-google .fb_signup a {
    background: #3b5998;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section ul li.right-section .sign-up-with-fb-and-google .google_signup a {
    background: #e53935;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .remember-and-forgot-section .remember-account{
    display: inline-block;
    text-align: left;
    width: 49%;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .remember-and-forgot-section .forgot-section{
    display: inline-block;
    text-align: right;
    width: 50%;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .remember-and-forgot-section .remember-account label {
    vertical-align: middle;
    padding-left: 5px;
    font-size: 15px;
    opacity: 0.9;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .remember-and-forgot-section .forgot-section a#inner_forgot_password {
    font-size: 14px;
    color: #303030;
    font-weight: 600;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .remember-and-forgot-section .remember-account input[type="checkbox"] {
    vertical-align: middle;
}

div#login-signup-form-wrapper .login-signup-form-section .login-form-section .dont-have-acccount p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #303030;
    line-height: 14px;
}
div#login-signup-form-wrapper .login-signup-form-section .login-form-section .dont-have-acccount p a{
    font-weight: 600;
    color: #303030;
}

div#login-signup-form-wrapper .forgot-password-form h1.title {
    font-size: 48px;
    font-weight: 600;
    color: #303030;
    position: relative;
    padding-top: 15%;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
}
div#login-signup-form-wrapper .forgot-password-form h2 {
    font-size: 16px;
    color: #303030;
    font-weight: 400;
}
div#login-signup-form-wrapper .login-signup-form-section .forgot-password-form form {
    width: 460px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 4%;
}

div#login-signup-form-wrapper .login-signup-form-section .forgot-password-form form p.form-fields {
    width: 100%;
    margin: 20px 0;
} 
div#login-signup-form-wrapper .login-signup-form-section .forgot-password-form form p.form-fields input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 14px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
}
div#login-signup-form-wrapper .login-signup-form-section .forgot-password-form form p.form-fields.submit_button input[type="submit"] {
    width: 100%;
    height: 45px;
    background: rgba(182, 61, 50, 1);
    border: solid rgba(60, 29, 23, 1) 0px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    cursor: pointer;
}
div#login-signup-form-wrapper .login-signup-form-section .forgot-password-form {
    width: 100%;
    display: none;
}
div#home-page-product-section{
    padding: 1% 5%;
}
/*End Login signup style*/
/*Live site registration page*/
div#customer-registration-form div ul.Controls input.text_input_field,div#customer-registration-form div ul.Controls select.text_input_field{
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    margin: 5px 0;
}
div#customer-registration-form .head {
    display: block;
    background: url(../../images/title_bg.jpg) no-repeat left top;
    height: auto;
    padding-left: 12px;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 10px 0 16px;
}
div#customer-registration-form {
    margin-top: 40px;
}
div#customer-registration-form .head h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
div#customer-registration-form ul.Controls.same-information-checkbox li {
    text-align: left;
    margin: 10px 0;
    font-size: 15px;
}
div#customer-registration-form ul.Controls.policies-section li{
    text-align: left;
    margin: 10px 0;
    font-size: 15px;
}
div#customer-registration-form ul.Controls.newsletter-section li{
    text-align: left;
    margin: 10px 0;
    font-size: 15px;   
}
div#customer-registration-form ul.Controls.policies-section li input[type=checkbox]{
    margin-right: 4px;
}
div#customer-registration-form ul.Controls.newsletter-section li input[type=checkbox]{
    margin-right: 4px;
}
div#customer-registration-form ul.Controls.enter-captcha-section input[type="text"] {
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
}
div#customer-registration-form h2.section-heading {
    clear: both;
    padding: 10px 0;
    display: block;
    font-size: 21px;
    font-weight: 600;
}
div#customer-registration-form ul.Bottom.form_buttons input{
    height: 45px;
    background: rgba(182, 61, 50, 1);
    border: solid rgba(60, 29, 23, 1) 0px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    cursor: pointer;
}
div#customer-registration-form ul.Bottom.form_buttons {
    text-align: center;
    margin: 20px 0;
}
div#customer-registration-form ul.Bottom.form_buttons li{
    text-align: center;
}
div#customer-registration-form .submit_form_status {
    clear: both;
    text-align: left;
    display: block;
    padding-left: 5px;
    position: relative;
    top: 7px;
}
div#customer-registration-form .submit_form_status p.message {
    font-size: 13px;
    font-weight: 600;
}
div#customer-login-form-section {
    padding-top: 40px;
}
div#customer-login-form-section .lg_header.corners{
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    background-color: transparent;
}
div#customer-login-form-section form {
    width: 400px;
    margin: 30px auto 0;
}
div#customer-login-form-section div#login_box input.login_field_section {
    width: 100%;
    height: 48px;
    padding: 0 6px;
    margin: 5px 0;
    line-height: 40px;
    padding: 10px;
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
}
div#customer-login-form-section div#login_box{
    width: 100%;
}
div#customer-login-form-section div#login_box .forgot_password a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    color: rgba(47, 46, 46, 1);
    margin: 5px 0;
    display: block;
    text-align: center;
}
p#submit_button_section {
    text-align: center;
    margin: 10px 0 10px;
    width: 100%;
}
div#customer-login-form-section div#login_error div#login_error_cont {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    height: auto;
    background: #ff0000;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}
div#customer-login-form-section div#login_error {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}
div#customer-forgot-password-form-section{
    text-align: center;
    padding-top: 100px;
}
div#customer-forgot-password-form-section form {
    width: 400px;
    margin: 0 auto;
}
div#customer-forgot-password-form-section form p.label {
    text-align: center;
    font-size: 15px;
    color: #303030;
    margin: 10px 0;
}
div#customer-forgot-password-form-section form input {
    width: 100%;
}
div#customer-forgot-password-form-section form p.email_field input {
    height: 40px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
}
div#customer-forgot-password-form-section .heading_section h1 {
    text-align: center;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
div#customer-forgot-password-form-section p.successfully-reset-section {
    font-size: 19px;
    color: #303030;
}
div#customer-forgot-password-form-section p.successfully-reset-section a{
    color: rgba(0,220,0,1);   
    text-decoration: underline;
}
div#customer-profile-page {
    text-align: left;
    width: 100%;
}
div#customer-profile-page h1{
    text-align: center;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 20px 0;
}
div#customer-profile-page form th {
    font-size: 16px;
    padding: 10px;
    background-color: rgba(47, 46, 46, 1);
}
div#customer-profile-page form td {
    font-size: 15px;
    padding: 10px 15px;
}
div#customer-profile-page tr.edit-profile-option th{
    font-size: 16px;
    padding: 10px !important;
    background-color: rgba(47, 46, 46, 1);   
}
div#customer-profile-page tr.edit-profile-option th a {
    font-size: 13px;
    text-decoration: none;
    background: rgba(246,246,246,1);
    color: #303030;
    padding: 6px 10px;
}
div#customer-profile-page form {
    margin-bottom: 30px;
}
div#customer-myaccount-page div#my_profile_fr a {
    font-size: 13px;
    width: 100%;
    display: block;
    color: #303030;
}
div#customer-myaccount-page div#my_profile_fr td {
    width: 25%;
}
div#customer-orders-page-wrapper h1{
    text-align: center;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 20px 0; 
}
div#customer-orders-page-wrapper table th {
    font-size: 16px;
    padding: 10px !important;
    background-color: rgba(47, 46, 46, 1);   
}
div#customer-orders-page-wrapper table td{
    font-size: 15px;
    padding: 10px;
}
div#customer_view_order_page_wrapper h1{
       text-align: center;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 20px 0; 
}
div#customer_view_order_page_wrapper table p, div#customer_view_order_page_wrapper table td {
    font-size: 15px;
    color: #303030;
}
div#customer_view_order_page_wrapper .container {
    padding: 50px 0;
}
div#customer-change-password-wrapper {
    width: 100%;
    text-align: center;
    display: block;
}
div#customer-change-password-wrapper h1{
    text-align: center;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 20px 0;   
}
div#customer-change-password-wrapper form p.text_input_fields input{
    width: 380px;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    margin: 7px 0;
}
div#customer-change-password-wrapper p.change_submit_button_section input {
    height: 48px;
    width: 380px;
    margin-top: 5px;
}
/*Vendor signup css*/
div#vendor_signup-page-wrapper {
    width: 100%;
    display: block;
    text-align: center;
    margin: 50px 0;
}
div#vendor_signup-page-wrapper form p.input-field input{
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding: 10px;
    font-size: 15px;
    color: #303030;
    font-family: 'Roboto', sans-serif;
    margin: 7px 5px;
}
div#vendor_signup-page-wrapper form p.input-field span{
    color: #ff0000;
    font-size: 20px;
}
div#vendor_signup-page-wrapper h1{
     text-align: center;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 20px 0; 
}
div#vendor_signup-page-wrapper .input-field-submit #submit{
    width: 400px;
    margin-top: 10px;
    height: 48px;
}
div#vendor_signup-page-wrapper .already_exist_user{
    text-align: center;
    font-size: 20px;
    color: red;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid red;
    display: inline-block;
    line-height: 24px;
    padding: 5px 25px;
}
div#collection-page-product-section .item .price-title-section p.product_vendor {
    text-align: center;
    color: #303030;
    text-transform: capitalize;
    font-size: 11px;
}
#single-product-page-wrapper .spc-rdec-title p.product_vendor{
    text-align: left;   
    color: #303030;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/*For Mobile resolution*/
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .header-heading-section .title-section h1 {
        font-size: 55px;
    }
    .header-heading-section .sub-title-section p {
        font-size: 30px;
        font-weight: 300;
    }
    .vert ol.carousel-indicators {
        height: 40px;
        top: 45% !important;
        left: 85% !important;
        width: 15% !important;
    }
    .vert ol.carousel-indicators li, ol.carousel-indicators li.active {
        width: 28px !important;
        height: 28px !important;
    }
    .header-container .login-signup-cart-section .desktop-search{
        display: none !important;
    }
    .header-container .login-signup-cart-section .mobile-search {
        display: block;
    }
     .header-container .header-section-desktop .navigation-section-wrapper {
       display: none;
    }
    .header-container .header-section-desktop .login-signup-section {
       display: none;  
    }
    .header-container .login-signup-cart-section .mob-list-icon{
       display: block;
    }
    .home-banner-section{
        display: block;
        height: 1500px;
        padding: 2% 2%;
        background-size: 100% 500px;
        margin-bottom: 100px;
    }
    .home-banner-section .banner-left {
      max-width: 100%;
      padding: 0 0%;
      text-align: center;
    }
    .home-banner-section .banner-left .banner-left-sec {
        position: relative;
        margin: 0 0% 0 0%;
        left: 0%;
    }
    .home-banner-section .banner-left .banner-left-sec img{
      width: 85%;
    }
    .home-banner-section .left-content-section {
        min-height: 250px;
        position: absolute;
        top: 24%;
        padding: 5% 8%;
    }
    .home-banner-section .left-content-section .content-section {
         padding-top: 0%; 
    }
    .home-banner-section .left-content-section .content-description p {
        font-size: 50px;
    }
    .home-banner-section .left-content-section .content-contact-number p {
        font-size: 50px;
    }
    .home-banner-section .banner-right {
      padding: 0% 15%;
      max-width: 95%;
    }
    .home-banner-section .right-content-section {
        height: 414px;
        width: 52%;
    }
    .home-banner-section .right-content-section p {
        font-size: 30px;
        line-height: 1.5rem;
    }
    .home-banner-section .right-content-section .right-content-truck-section {
        position: absolute;
        bottom: -74%;
        left: 20%;
    }
    .home-banner-section .right-content-section .right-content-truck-section .truck-img{
        width: 590px;
    }
    div#floor-overstock-section {
        height: 1500px;
    }
    div#floor-overstock-section .inner-content-section ul {
      display: grid;
    }
    div#floor-overstock-section .inner-content-section li.left-section {
        height: 690px;
    }
    div#floor-overstock-section .inner-content-section li.content-section {
      width: 100%;
      padding: 0% 10%;
      right: 0%;
    }
    div#floor-overstock-section .inner-content-section li.content-section .main-content-section p {
      font-size: 28px;
      line-height: 1.5em;
    }
    .header-container .search-section {
        margin: 20px 0px;
        left: 0%;
    }
    .header-container .search-section input[type="search"] {
        font-size: 25px;
    }
    .header-container .login-signup-cart-section .mob-list-icon {
        font-size: 35px;
    }
    .header-container .header-section-mobile .cross-icon i {
        font-size: 35px;
    }
    .header-container a.login-dropdown-btn {
        font-size: 35px;
    }
    .navigation-section-wrapper .navigation-section ul li a {
        font-size: 35px;
    }
    .header-container .header-section-mobile .list-unstyled li {
        margin: 5% 0px;
    }
    .header-container .header-section-mobile .mobile-submenu {
        padding-left: 4.5rem;
    }
    div#home-page-product-section {
      padding: 5% 5%;
    }
    #home-page-product-section .product-grid-section .item {
        width: 45%;
        margin: 8px 15px;
        line-height: 5em;
    }
    #home-page-product-section .product-grid-section .item .image-section {
        height: auto;
        width: 100%;
    }
    #home-page-product-section .product-grid-section .item img {
        width: 100%;
        height: 300px;
    }
    #home-page-product-section .product-grid-section .item h3.title {
        font-size: 35px;
        margin-top: 25px;
        line-height: 1.2em;
    }
    #home-page-product-section .product-grid-section .item p.price {
        font-size: 35px;
        padding-top: 15px;
    }
    #home-page-product-section .product-grid-section .item .image-section .quick-view-section {
        display: block;
        font-size: 25px;
        padding: 5% 0%;
    }

    div#hardwood-section {
        background-position: right;
    }
    div#hardwood-section .hardwood-image-section {
        position: relative;
        max-width: 90%;
        margin-left: 7%;
    }
    .horizontal .carousel-control-next, .carousel-control-prev {
      width: 12%;
    }

    div#notification-section {
      background-size: cover;
      width: 100%;
    }
    div#notification-section .notification-content-section {
        display: block;
        padding: 0% 0%;
    }
    div#notification-section .notification-content-section .right-section.image-section {
        text-align: center;
        width: 100%;
        padding: 1% 10%;
    }
    div#notification-section .notification-content-section .form-header {
        width: 100%;
        max-width: 100%;
        padding: 5% 5%;
        text-align: center;
    }
    div#notification-section .notification-content-section .form-header h2.title {
        font-size: 45px;
    }
    div#notification-section .notification-content-section .form-header p.subtitle {
        font-size: 35px;
    }
    div#notification-section .notification-content-section .image-section img {
        width: 100%;
    }
    div#notification-section .notification-content-section .left-section.form-section {
        width: 100%;
        padding: 5% 5%;
    }
    div#notification-section .notification-content-section .left-section.form-section form {
        padding: 10px;
    }
    div#notification-section .notification-content-section .left-section.form-section .form-fields-section {
        padding: 0 0;
    }
    div#notification-section .left-section.form-section .form-fields-section .form-outline .form-control {
        height: 75px;
        font-size: 28px;
    }
    div#notification-section .notification-content-section .left-section.form-section .form-fields-section .notify-section.form-fields label {
        font-size: 35px;
        line-height: 1em;
    }
    div#notification-section .submit-button.form-fields {
        padding-right: 0%; 
    }
    div#notification-section .submit-button.form-fields input {
        width: 50%;
        font-size: 30px;
        padding: 35px 10px;
        font-weight: 600;
    }
    .top-footer-section .top-footer-content-section {
        display: block;
        padding: 10px 5%;
    }
    .top-footer-section .footer-content-img {
        max-width: 100%;
        text-align: center;
    }
    .top-footer-section .top-footer-content-section .footer-content-img img {
        width: 100%;
        height: 40vh;
    }
    .top-footer-section .top-footer-content-section .footer-vendor-section {
        line-height: 5rem;
        max-width: 100%;
    }
    footer .bottom-footer-section .footer-logo-section .copyright-section{
        display: none;
    }
    footer .bottom-footer-section .copright-mobile .copyright-section{
        display: block;
        position: relative; 
        top: 28%;
    }
    footer .bottom-footer-section .bottom-footer-content-section {
        text-align: right;
    }
    footer .bottom-footer-section .footer-logo-section {
        width: 30%;
    }
    footer .bottom-footer-section .footer-logo-section h1.title{
        display: none;
    }
    footer .bottom-footer-section .bottom-footer-content-section .footer-logo-section img {
        width: 100%;
    }
    footer .bottom-footer-section .copright-mobile h1.title{
        font-size: 23px;
        color: #fff;
        font-weight: 600;
    }
}
/*-------------------*/
/*For ipad resolution*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1100px) {
    #container{
        /*width:  1750px;*/
    }

    /*Header CSS*/
    .header-container .header-section-desktop .navigation-section-wrapper {
       display: none;
    }
    .header-heading-section .carousel {
        height: 450px;
        background-position: center center;
    }
    .header-container .header-section-desktop .login-signup-section {
       display: none;  
    }
    .header-container .login-signup-cart-section .mob-list-icon{
       display: block;
    }
    .header-container .header-section-mobile {
        /*display: block;*/
    }
    .header-container .header-section-mobile .navigation-section-wrapper .navigation-section ul  a{
        font-size: 18px;
    }
    .header-container .header-section-mobile .login-signup-section{
      text-align: left;
    }
    .header-container .login-signup-cart-section {
        /*line-height: 5rem;*/
    }
    .header-container a.login-dropdown-btn {
        font-size: 20px;
        padding: 20px 0px;
    }
    .header-container a.login-dropdown-btn img {
        margin: -5px 5px;
        width: 20px;
    }
    .header-container .login-signup-cart-section .desktop-search{
        display: none;
    }
    .header-container .login-signup-cart-section .mobile-search {
        display: block;
    }
    .header-container .mobile-search .search-section {
        padding: 0px 10px;
        width: 85%;
        margin: 5px 0px;
        border-radius: 8px;
    }
    .header-container .mobile-search .search-section .search-input {
        width: 100%;
    }
    .header-container .mobile-search .search-section input[type="search"] {
        height: unset;
        width: 100%;
        font-size: 18px;
        padding: 3px 0px;
    }
    .header-container .mobile-search .search-section .search-btn-sec {
        display: flex;
        padding: 3px 0px;
    }
    .header-container .mobile-search .search-section img {
        height: 25px;
        /* width: 40px; */
        margin: 0px 10px;
    }
    .navigation-section-wrapper .navigation-section ul li a {
        font-size: 25px;
    }
    /*---------*/
    /*Header banner*/
    .vert ol.carousel-indicators li, ol.carousel-indicators li.active {
        width: 18px !important;
        height: 18px !important;
    }
    header .header-heading-section .header-content-section{
      padding: 25px 0;
    }
    .header-heading-section .title-section h1{
      font-size: 50px;
    }
    .header-heading-section .sub-title-section p{
      font-size: 25px;
    }
    .header-heading-section .carousel-inner .logo_section img{
      height: 135px;
    }
    /*-------------*/
    /*Home banner*/
    .home-banner-section{
        /*display: none;*/
        display: block;
        padding: 0;
        background-size: 100% 400px;
        height: 1400px;
        margin: 5% 0;
    }
    .home-banner-section .banner-container {
        padding-left: 8%;
    }
    .home-banner-section .banner-left {
           /*top: 34px;*/
        left: 0%;
        max-width: 100%;
    }
    .home-banner-section .banner-left .banner-left-sec{
        position: relative;
        margin: 0% 12%;
        left: 0%;
    }
    .home-banner-section .banner-left img{
      width: 100%;
    }
    .home-banner-section .banner-right {
        padding: 0% 4%;
    }
    .home-banner-section .left-content-section {
        top: 34.75%; 
        padding-right: 0%;
    }
    .home-banner-section .left-content-section .content-description {
        line-height: 2.75rem;
    }
    .home-banner-section .left-content-section .content-description p {
        /*font-size: 28px;*/
    }
    .home-banner-section .left-content-section .content-contact-number p {
        /*font-size: 28px;*/
    }
    .home-banner-section .deals-content-section p.content {
        padding: 20px 0px; 
        /* font-size: 33px; */
        top: 0px;
        left: 5px;
    }
    .home-banner-section .banner-right {
        padding: 0% 3% 0 25%;
        max-width: 100%;
    }
    .home-banner-section .right-content-section {
        height: 372px;
        width: 40%;
        border: 8px solid rgba(241, 204, 1, 1);
    }
    .home-banner-section .right-content-section .content-section {
        top: 8%;
    }
    .home-banner-section .right-content-section p {
        font-size: 30px;
        padding: 5px 5px;
        line-height: 2rem;
    }
    .home-banner-section .steals-content-section p.content {
        font-size: 25px;
        /* top: 10px; */
        line-height: 5rem;
    }
    .home-banner-section .steals-content-section {
        bottom: 100px;
    }
    .home-banner-section .right-content-section .right-content-small1 {
        top: -17%;
        right: -19%;
        width: 120px;
        height: 100px;
    }
    .home-banner-section .right-content-section .right-content-small2 {
        top: -25%;
        right: -30%;
        width: 90px;
        height: 70px;
    }
    .home-banner-section .right-content-section .right-content-truck-section {
        bottom: -62%;
        left: 20%;
    }
    .home-banner-section .right-content-section .right-content-truck-section .truck-img{
        width: 500px;
    }
    .home-banner-section .right-content-section .right-content-truck-section .truck-logo {
        width: 125px;
        top: 21.5%;
        right: 18%;
    }

    /*------------*/
    div#floor-overstock-section {
        /*display: none !important;*/
        padding: 2% 0;
        height: 590px;
    }
    div#floor-overstock-section .inner-content-section ul{
        height: 550px;
    }
    div#floor-overstock-section .inner-content-section li{
      height: 550px;
    }
    div#floor-overstock-section .inner-content-section li.left-section img {
        height: 385px;
        width: 470px;
        left: 8%;
    }
    div#floor-overstock-section .inner-content-section li.content-section {
        width: 33.5%;
        position: relative;
        padding-top: 1.5%;
        right: -27%;
    }
    div#floor-overstock-section .inner-content-section li.content-section h1.title {
        font-size: 25px;
    }
    div#floor-overstock-section .inner-content-section li.content-section .main-content-section p {
        font-size: 18px;
        margin: 8px 0;
    }
    
    /*New Arrival*/
    div#home-page-product-section{
      padding: 3% 5%;
    }
    div#home-page-product-section .new_arrival_Section h3 {
      font-size: 35px;
    }
    #home-page-product-section .product-grid-section .item {
      margin: 8px 15px;
      width: 21%;
    }
    #home-page-product-section .product-grid-section .item .image-section {
      height: 195px;
      width: 195px;
    }
    #home-page-product-section .product-grid-section .item img {
      width: 100%;
      height: 100%;
    }
    #home-page-product-section .product-grid-section .item .image-section .quick-view-section {
        display: block;
        font-size: 18px;
        padding: 5% 0%;
        height: auto;
    }
    /*-----------*/
    /*Notification section*/
    div#notification-section .notification-content-section {
      padding: 2% 2%;
    }
    div#notification-section .notification-content-section .form-header h2.title {
      font-size: 30px;
      line-height: 2rem;
      font-family: 'Roboto', sans-serif;
    }
    div#notification-section .notification-content-section .form-header p.subtitle {
      font-size: 20px;
    }
    div#notification-section .notification-content-section .left-section.form-section .form-fields-section {
        padding: 10px 10px 10px;
    }
    div#notification-section .left-section.form-section .form-fields-section .form-outline .form-control {
        height: 38px;
        line-height: 1;
    }
    div#notification-section .notification-content-section .left-section.form-section .form-fields-section .notify-section.form-fields label {
        font-size: 20px;
    }
    div#notification-section .notification-content-section .left-section.form-section .form-fields-section .notify-section .input-fields .input-fields-label {
        width: 100%;
        padding: 0px 0px;
    }
    div#notification-section .notification-content-section .left-section.form-section .form-fields-section .input-fields .input-fields-label input[type="checkbox"] {
        width: 30px;
        height: 30px;
    }
    div#notification-section .notification-content-section .left-section.form-section .form-fields-section .input-fields .input-fields-label label {
        width: 100% !important;
    }
    div#notification-section .notification-content-section .left-section.form-section .form-fields-section .notify-section .input-fields label {
        font-size: 18px;
    }
    div#notification-section .submit-button.form-fields input {
        font-size: 18px;
        width: 40%;
        padding: 18px 10px;
    }
    /*----------*/
    /*Hardwood section*/
    div#hardwood-section {
        padding: 20px 0px;
        background-position: right;
    }
    div#hardwood-section .hardwood-title {
        margin: 0px 0;
        padding: 10px 0;
    }
    div#hardwood-section .hardwood-title h2.title {
        font-size: 35px;
    }
    div#hardwood-section .hardwood-image-section .hardwood-image-inner {
        height: 370px;
        padding: 3px 0 0 0;
    }
    div#hardwood-section .hardwood-image-section .hardwood-image-inner .image-section {
        height: 300px;
        margin: 42px 0px 0px 0px;
        padding: 25px;
    }
    div#hardwood-section .hardwood-image-section .hardwood-image-inner .title-textover {
        height: 245px;
    }
    div#hardwood-section .hardwood-image-section .hardwood-image-inner .textover-section {
        top: 71%;
    }
    div#hardwood-section .hardwood-image-section .hardwood-image-inner .textover-section h2.textover-title {
        font-size: 28px;
    }
    div#hardwood-section .horizontal .carousel-control-next, .carousel-control-prev {
        width: 15%;
        opacity: 1;
    }
    /*----------------*/
    /*footer section*/
    .top-footer-section {
        padding: 2% 2%;
    }
    .top-footer-section .top-footer-content-section{
      padding: 10px 1%;
    }
    .top-footer-section .top-footer-content-section .footer-content-img img {
        width: 100%;
    }
    .top-footer-section .top-footer-content-section .footer-vendor-section {
        padding: 10px 10px;
        height: 250px;
    }
    .top-footer-section .top-footer-content-section .content-section p {
        font-size: 22px;
    }
    .top-footer-section .top-footer-content-section .content-section .call-now-section p span {
      font-size: 22px;
    }
    .top-footer-section .top-footer-content-section .content-section .call-now-section p {
      font-size: 22px;
    }
    .top-footer-section .top-footer-content-section .footer-navigation {
        line-height: 2rem;
        margin: 20px 0px;
    }
    .top-footer-section .top-footer-content-section .footer-navigation ul li a {
      font-size: 25px;
    }
    footer .bottom-footer-section {
      padding: 10px 0;
    }
    footer .bottom-footer-section .footer-logo-section .copyright-section{
        display: none;
    }
    footer .bottom-footer-section .copright-mobile .copyright-section{
        display: block;
        position: relative; 
        top: 28%;
    }
    footer .bottom-footer-section .bottom-footer-content-section {
      justify-content: center;
    }
    footer .bottom-footer-section .footer-logo-section {
        margin: 0 0px;
    }
    footer .bottom-footer-section .bottom-footer-content-section .footer-logo-section img {
        width: 35px;
    }
    footer .bottom-footer-section .bottom-footer-content-section h1.title {
        font-size: 17px;
        position: relative; 
        top: 28%;
    }
    footer .bottom-footer-section .bottom-footer-content-section p.copyright-section {
        font-size: 18px;
    }
    footer .bottom-footer-section .social-media-section ul li img{
        width: 35px;
    }
    /*--------------*/
}

@media only screen and (min-device-width : 1101px) and (max-device-width : 1300px) {
    .home-banner-section .banner-left {
      padding: 0;
      position: relative;
      left: 2%;
  }
  .home-banner-section .banner-left .banner-left-sec {
      position: unset; 
      margin: 0px 0% 0 0%;
      left: unset; 
  }
  .home-banner-section .left-content-section {
      top: 28%;
      padding-right: 0%;
  }
  .home-banner-section .left-content-section .content-description {
      line-height: 3rem;
  }
  .home-banner-section .left-content-section .content-description p {
    font-size: 30px;
  }
  .home-banner-section .left-content-section .content-contact-number p {
    font-size: 45px;
  }
  .home-banner-section .banner-right {
    padding: 0 5%;
  }
  .home-banner-section .right-content-section {
      top: 90px;
      height: 415px;
      border: 8px solid rgba(241, 204, 1, 1);
      width: 60%;
  }
  .home-banner-section .deals-content-section p.content {
      padding: 16px 0px;
      font-size: 25px;
  }
  .home-banner-section .steals-content-section p.content {
      font-size: 25px;
      position: relative;
      top: 0px;
      padding: 0;
  }
    .home-banner-section .right-content-section .right-content-truck-section {
      position: absolute;
      bottom: -38%;
      left: 8%;
  }
 .home-banner-section .right-content-section .right-content-truck-section .truck-img{
    width: 450px;
 }
 .home-banner-section .right-content-section .right-content-truck-section .truck-logo{
    width: 112px;
 }
}
@media only screen and (min-device-width : 1301px) and (max-device-width : 1600px) {
  .home-banner-section .banner-left {
      padding: 0;
      position: relative;
      left: 2%;
  }
  .home-banner-section .banner-left .banner-left-sec {
      position: relative;
      margin: 0px 0% 0 14%;
      left: unset;
  }
  .home-banner-section .left-content-section {
      top: 28%;
      padding-right: 0%;
  }
  .home-banner-section .left-content-section .content-description {
      line-height: 3rem;
  }
  .home-banner-section .left-content-section .content-description p {
    font-size: 30px;
  }
  .home-banner-section .left-content-section .content-contact-number p {
    font-size: 45px;
  }
  .home-banner-section .banner-right {
    padding: 0 0% 0 8%;
  }
  .home-banner-section .right-content-section {
      top: 13%;
      height: 400px;
      border: 8px solid rgba(241, 204, 1, 1);
      width: 60%;
  }
  .home-banner-section .deals-content-section p.content {
      padding: 16px 0px;
      font-size: 25px;
  }
  .home-banner-section .steals-content-section p.content {
      font-size: 25px;
      position: relative;
      top: 0px;
      padding: 0;
  }
    .home-banner-section .right-content-section .right-content-truck-section {
      position: absolute;
      bottom: -40%;
      left: 15%;
  }
 .home-banner-section .right-content-section .right-content-truck-section .truck-img{
    width: 440px;
 }
 .home-banner-section .right-content-section .right-content-truck-section .truck-logo{
    width: 112px;
 }

 .top-footer-section .top-footer-content-section .content-section p {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 3rem;
  }

  footer .bottom-footer-section .bottom-footer-content-section h1.title {
    font-size: 22px;
  }
}
@media only screen and (min-device-width : 1601px) and (max-device-width : 1900px){
  .home-banner-section .steals-content-section p.content{
    font-size: 26px;
  }
}
