
body,html{height: 100%;}
body{
    font-size: 16px;
    color: #575756;
    line-height: 1.8;
    font-family: montserrat, sans-serif;
    font-style: normal;
    overflow-x: hidden; 
}

h1{
    font-size: 70px;
    font-weight: bold;
}
h2{
    font-size: 26px;
    font-weight: 400;
    color: #000000;
}
h3{
    font-size: 20px;
    font-weight: 600;

}
.bg-grey{
    background-color: #ececec;
}
.heading2{
    color: #6a1a7a;
}
.heading3{
    color: #a91bb0;
}
.btn-primary{
    background-color: #6a1a7a;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 14px;
    padding: 8px 15px;
}
.btn-secondary{
    background-color: #a91bb0;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 14px;
    padding: 6px 15px;
}
.navigation{
    border-bottom: 8px solid #cc66cc;
}
.navbar-bg{
    background-color: #3c3c3b;
}
.clearfix{
    clear: both;
}

.navbar-nav li a{
    color: #9c9b9b ;
    text-transform: uppercase;
}
.navbar-nav li .nav-link{
    padding: .5rem 1rem;
}
.navbar .menu-bar{
    font-size: 16px;
    font-weight: 500;
}
.menu-bar li .nav-link{
    padding: .5rem 1.2rem !important;
}

.medium-purple{
    background: rgba(90,31,102,0.5);
}
.dark-purple{
    background: rgba(142,36,147,0.8);
}
.light-purple{
    background: rgba(167,91,167,0.8);
}

.sidenav {
    height: 100%; /* 100% Full-height */
    position: absolute; /* Stay in place */
    z-index: 99; /* Stay on top */
    top: 0; /* Stay at the top */

    /* overflow-x: hidden;Disable horizontal scroll */
    padding-top: 10px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    background: url("images/sidenav.png") no-repeat;
    background-size: cover;

}


.sidenav a:hover {
    color: #f1f1f1;
}

.side-logo {
    padding: 15px;
}
.side-buttons .btn{
    border-radius: 5px;
    background-color:#1d1d1b;
    border: 4px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    width:200px;
    box-shadow: 1px 2px 6px 1px #1d1d1d;
}
.nav-main_i li:hover{
    background: #a91bb0;
}
.nav-main_i li a{
    color: #fff;
    padding-left: 30px;
}
.head-links {
    margin-bottom: 0;
}
.head-links li{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    position: relative;
}
.head-links li.call-link:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #d3d9df;
    top: 9px;
    right: -10px;
}
.head-links li.call-link a{
    font-size: 20px;
}
.head-links li a{
    color:#6a1a7a;
}

.header-section{
    background: #ececec;
    padding: 10px 15px;
}

#carousel-home .carousel-caption span{
    display: inline-block;
    padding: 5px 10px;
    background: #a91bb0;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 600;
}

#carousel-home .carousel-caption h3{
    font-size: 45px;
    font-weight: 400;
}
#carousel-home .carousel-indicators{
    left: inherit;
    margin-right: 20px;
}
#carousel-home .carousel-indicators li{
    width: 10px;
    height: 10px;
    background: #f5f5f5;
}
#carousel-home .carousel-indicators li.active{
    background: #a91bb0;
}
.footer-section{
    padding: 20px;
    background: #f5f5f5;
    font-size: 14px;
}
h6, h6 a{
    color: #a91bb0;
    font-weight:800;
    font-size: 10px;
}

.btn-dark{
    background: #b1b1b1;
    border-color:#b1b1b1;
    font-size: 14px;
}
.ft-links li{
    margin-bottom: 10px;
    line-height: 1.3;
}
.ft-links li a{
    color: #575756;
    font-size: 11px;
    text-transform: uppercase;
}
.ft-bottom{
    border-top: 1px solid #bfbebe;
    padding: 10px 0;
    padding-bottom: 0;
    font-size: 12px;
}
.ft-bottom a{
    color:#575756;
}

.left-share{
    margin: 20px 0;
    background: rgba(29,29,27,0.5);
    text-align: center;
}
.left-share ul li{
    display: inline-block;
    margin: 0 10px;
}
.left-share ul li a{
    color: #fff;
}
.list-group-item{
    background: #ececec;
}
.list-group-item h4{
    color: #3c3c3b;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.list-group-item a:hover{
    text-decoration: none;
}
.list-group-item:hover, .list-group-item.active
{
    background: #ffffff;
}
.caption-text{
    position: absolute;
    background: rgba(255,255,255,0.7);
    bottom: 20px;
    width: 80%;
    color: #3c3c3b;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.caption-text span{
    display: inline-block;
    padding: 10px;
    line-height: 1.4;
}
.dark-purple{
    background: #6a1a7a;
}
.product-name, .view-all{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    position: relative;
}
.view-all:after{
    content: ">";
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: -20px;
    top: 22%;
}
.middle-section{
    background: #f5f5f5;
}
.section-heading{
    font-size: 32px;
    font-weight: 400;
    color: #000;;
}
.section-heading span, .purple-text{

    color: #6a1a7a;;
}
.text-underline{
    text-decoration: underline;
}
.middle-section p{
    color:#6f6f6e;
}
.btn-purple{
    background: #a91bb0;
    border-color: #a91bb0;
}
.btn-primary:hover{
    background: #a91bb0;
    border-color: #a91bb0;
}

.searchbox{

    height:40px;
   /* float:left;*/
   /* overflow:hidden;*/
   position: relative;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 55px;
    font-size:20px;
    color:#a91bb0;
}
.gsc-input-box, .gsc-input{
    background:#dcddd8 !important;
}
.searchbox-input::-webkit-input-placeholder,  .gsc-input::-webkit-input-placeholder{
    color: #a91bb0;
}
.searchbox-input:-moz-placeholder,  .gsc-input:-moz-placeholder {
    color: #a91bb0;
}
.searchbox-input::-moz-placeholder,  .gsc-input::-moz-placeholder {
    color: #a91bb0;
}
.searchbox-input:-ms-input-placeholder,  .gsc-input:-ms-input-placeholder {
    color: #a91bb0;
}
.gsc-input-box{
    border: 0 !important;
}
/*#gsc-iw-id1{
    margin-left: 50px;
}*/
.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:40px;
    display:block;
    position:absolute;
    top:8px;

    left:25px;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:40px;
    text-align:center;
    cursor:pointer;

}
.searchbox-submit{
    display: none;
}
.searchbox-open{
    width:100%;
   /* position: absolute;*/
    left: 0;
    top: 10px;
    z-index: 999;
}
.searchbox-open .searchbox-icon, .searchbox-open .searchbox-submit{
    top: 0px;
}
/*.searchbox-open .searchbox-submit{
    display: inline-block;
}*/

.menu-icon{
    float: left;
    display: none;
}
#menu rect{
    fill: #fff;
}
#menu rect.cls-1{
    fill: #a91bb0;
}
.mb-menu{
    display: none;
}
@media (min-width: 1280px) {
    .container{
        max-width: 1170px;
    }
}
.button-3{

    border:2px solid #ff0010;
    display: inline-block;

    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    background: #ff0010;

}
.button-3 a, .button-3 button, .button-3 input{


    color:#fff;
    text-decoration:none;

    transition:all .5s ease;
    z-index:2;
    position:relative;
    font-weight: 600;
    text-transform: uppercase;
    background: none;
    border: 0;
}
.button-3.btn-primary{
    padding: 6px 12px;
}
.eff-3{
    width:100%;
    height:100%;
    top:100%;
    background:#1e1e1e;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
    left: 0;
}
.button-3:hover{
    border-color: #1e1e1e;
}
.button-3:hover .eff-3{
    top: 0;

}
.button-3:hover a{
    color:#fff;
}
.category-list{
    box-shadow: 4px 5px 8px #57576e;
}
.caption-text:hover{
    background: #521657;
    color: #fff;
    transition:all .5s ease;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.page-heading{
    font-size: 50px;
    color: #6a1a7a;
}
.bg-pink{
    background-color: #eed1ef;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg-pink .panel-heading{
    background-color: #c6c6c5;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 25px;
    color: #3c3c3b;
}
.panel-body{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}
.form-control{
    border: 3px solid #8f888e;
    border-radius: 10px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 0;


}
.panel{
    margin-bottom: 40px;
}
.panel-body{
    font-size: 13px;
}
.card-deck .card{
    border-radius: 0;
}
.btn-default{
    background: #b1b1b1;
}

.gallery-image .position-absolute{
    background-color: rgba(0,0,0,0.7);
}
.gallery-image .position-absolute .heading{
    font-size: 18px;
    color: #fff;

}
.gallery-image{
    display: block;
}
.gallery-image .position-absolute {
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
}
.h1heading{
    font-size: 26px;
    color: #a91bb0;
}
.gallery-image .hover-effect{
    top:0;
    left:0;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    display: none;
    color: #fff;
    padding: 10px;
}
.hover-effect p{
    font-size: 13px;
}
.gallery-image:hover .hover-effect{
    display: flex;
}
.gallery-image:hover .caption{
    display: none;
}
.gallery-image{
    margin-bottom: 30px;
}


#html5-watermark{
    display: none !important;
}
.banner-section.about-banner {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    height: 323px;
    background: url("images/about-banner.jpg")no-repeat;
    background-size: cover;
}
.order-table .table td, .order-table .table th, .order-table .table thead th{
    border: none;
    font-weight: normal;
    white-space: nowrap;
}
@media(max-width: 1366px){
    .product-name, .view-all{
        font-size: 24px;
    }
    .caption-text{
        font-size: 16px;
    }
    .section-heading{
        font-size: 30px;
    }
    #carousel-home .carousel-caption h3{
        font-size: 32px;
    }

}
@media(max-width: 1200px){
    body{
        font-size: 14px;
    }
    .product-name, .view-all{
        font-size: 20px;
    }
    .caption-text{
        font-size: 14px;
    }
    .section-heading{
        font-size: 28px;
    }
    .carousel-caption{
        padding-bottom: 0;
    }
    .list-group-item h4{
        font-size: 16px;
    }
}
@media(max-width: 992px)  {
    .btn-primary{
        padding: 10px 12px;
    }
    h1{
        font-size: 1rem;
    }
    .hover-effect p{
        font-size: 10px;
    }
    .gallery-image .position-absolute .heading {
        font-size: 14px;
        color: #fff;
    }
    .menu-icon{
        display: inline-block;
    }
    .sidenav  .menu-icon{
        float: none;
    }
    .searchbox{
        margin-left: 30px;
    }
    .searchbox-icon, .searchbox-submit{
        left: 55px;
    }
    .searchbox-open .searchbox-icon, .searchbox-open .searchbox-submit{
        left: 0;
    }
    .searchbox-open{
        left: 55px;
        width: 87%;
    }
    .mb-menu{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }
    .head-links li.call-link a{
        font-size: 17px;
    }
    .product-name, .view-all{
        font-size: 18px;
    }
    .sidenav{
        padding-top: 40px;
    }
    .main-right-container{
        padding-top: 30px;
    }
    .homepage{
        padding-top: 0;
    }

}
@media(max-width: 767px){
    .sidenav{
        overflow: hidden !important;
        position: fixed !important;
    }
    body{
        font-size: 12px;
    }
    .page-heading{
        font-size: 35px;
    }
    .footer-section{
        text-align: center;
    }
    .searchbox-open{

        width: 82%;
    }
    .product-list img{
        width: 100%;
    }
    .carousel-caption p{
        font-size: 12px;
        line-height: 1.4;
    }
    #carousel-home .carousel-caption h3{
        font-size: 25px;
    }
    .btn-primary{
        margin-bottom: 20px;
    }
.header-section .searchbox, .header-section .float-right{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
    .scrolled-fixed-top{
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        padding: 5px;
    }
.scrolled-fixed-top .header-section .searchbox, .scrolled-fixed-top  .header-section .float-right{
    height: 0;
    opacity: 0;
}
.scrolled-fixed-top .head-links{
    position: absolute;
    top: -43px;
    left: 62px;
}
body.scrolled-mobile-top{
    padding-top: 66px;
}
    .dropdown-menu{
        font-size: 12px !important;
    }
    .dropdown-item{
        white-space: normal !important;
    }
}
.dropdown-menu{
    left: inherit !important;
    right: auto !important;
    background: #5a165e;
    top:-0;

}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100% !important;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;

}
.sidenav li:hover, .dropdown-item:focus, .dropdown-item:hover{
    background: #a91bb0;
    color: #fff
}
.dropright a::after {
    margin-top: 10px !important;
    position: absolute;
    right: 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu >.dropdown-toggle:active {

    pointer-events: none;
}
.dropdown-submenu a span{
    position: absolute;
    right: 9px;
    top: 12px;
    font-size: 12px;
}
.dropdown-item{
    padding: .25rem 1.1rem;
}
#UnitList{
    font-size: 13px;
}
.contact-us-pad{
    padding-bottom: 35px;
}
.goog-logo-link {
    display:none !important;
}

.goog-te-gadget{
    color: transparent !important;
    height: 38px;
    overflow: hidden;
}

.goog-te-combo {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.goog-te-combo {
    border: 3px solid #8f888e  !important;
    border-radius: 10px  !important;
    font-size: 12px  !important;
    padding-left: 4px  !important;
    padding-right: 0  !important;

}

.fieldset_off_customer,  .fieldset_off_valley{
    background-color: #FCFCF6;

}

.order_div{
    height: 34px;
}

.gsc-search-button{
    display: none;
}

#fixed-social {
    position: fixed;
    top: 300px;
    right: 0;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
    font-size: 12px;
    background:#6a1a7a;
}
#fixed-social a img{
    max-height: 30px;
}
#fixed-social a:hover>span{
    visibility: visible;
    right: 41px;
    opacity: 1;
}
#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 130px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background: #6a1a7a;
}

.container {
    max-width: 100%;
    padding: 0px;
}
.form-control-search{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.form.gsc-search-box{
    margin-bottom: 0 !important;
}
.search-prepend{
height: 38px;
}
.menubar{
    position:fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.header-section{
    display: none;

}
#carousel-home .carousel-caption{
    display: flex;
    align-items: end;
    justify-content: center;
    bottom: 0;
    height: 100%;
    background: rgba(0,0,0,0.2);
    left: 0;
    right: 0;
}
#carousel-home .carousel-caption .clearfix{
    margin: 0 15%;
    }
.col-img-bg{
    height: 300px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.col-img-bg img{
    display: none;
}

form.gsc-search-box {

    margin-bottom: 0 !important;

}

#gs_id50{
    height: 38px !important;
}
.goog-te-combo{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(max-width: 767px){
#fixed-social{
    top:200px;
}
    .sidenav{
        overflow-y: scroll !important;
        left: 0;
    }
    .container{
        padding: 0 15px;
    }
    #gs_id50{
        height: 38px !important;
        overflow: hidden;
    }
    #gsc-iw-id1{
        padding-top: 0 !important;
        padding-bottom: 0!important;
    }
}

@media print {
	
	 .col-md-1,.col-md-2,.col-md-3,.col-md-4,
  .col-md-5,.col-md-6,.col-md-7,.col-md-8, 
  .col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    float: left;
  }
	.col-img-bg img{
		display:block;
	}
	
  .col-md-1 {
    width: 8%;
  }
  .col-md-2 {
    width: 16%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33%;
  }
  .col-md-5 {
    width: 42%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58%;
  }
  .col-md-8 {
    width: 66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83%;
  }
  .col-md-11 {
    width: 92%;
  }
  .col-md-12 {
    width: 100%;
  }
}

.parsley-errors-list li {
    color: #CB3C35;
    list-style-type: none;
    font-weight: bold;
}
.parsley-errors-list {
    padding-left: 0px;
}

#siteUrlPrint{
    display: none;
}
@media print {                
    #siteUrlPrint {display: block;}
}
#mySidenav{
    padding:0;
}

.sidenav{

   
    width: 100%;

}
.main-container>.container>.row>.col-lg-9{
    padding-left:0;
}
@media(max-width: 767px){
    .sidenav {
        width: 0;
    }
}

a.logo_link {
    color: #343a40!important;
}

a:hover .logo_link {
    color: #343a40!important;
}
