@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Capriola&display=swap');

html,
body {
   
    font-size: 1rem;
    
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight:400;
    height: 100%;
    background-color: #FFFEEE;
    position: relative;
 
}
/*
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  
  //background:linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../images/bg_new.jpg) no-repeat center center;
  
  background:url(../images/bg2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a {
  color: #44997E;
}

a:hover,
a:active,
a:focus{
    
   color: #44997E;
   font-weight: bolder;
}

a,
a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus{
    text-decoration: none;
    outline: none !important;
    
}
/**
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
**/
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}
a{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}
.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 4.375rem;
    line-height: 5.5rem;
    font-family: "Capriola", sans-serif;
    font-weight: 700;
    color:#F5C16D;
}
h2 {
    font-size:20px;
    margin-bottom: 35px;
    font-family: "Capriola", sans-serif;
    line-height: 1.2;
    color:#F5C16D;
}
h3 {
    font-size:1.875rem;
    line-height: 2.5rem;
    font-family: "Capriola", sans-serif;
    font-weight: 700;
    margin-bottom:35px;
    color:#F5C16D;
   
}

.get_product .title h2 {
    
    font-size:2rem;
    line-height: 2.5rem;
    font-family: "Capriola", sans-serif;
    color: #F5C16D;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color:#F5C16D;
    
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color: #F5C16D;
}
p {
    line-height: 1.5rem;
    font-size: 0.875rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    
}
.text {
    color: #333333;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:85px;
    padding-bottom: 105px;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}

.overlay2 {
  
   
    background-color: rgba(0, 0, 0, 0.3);
    /**
    background: transparent;
    **/
    height: 750px;
}
.home-overlay {
    background-color: rgba(94, 154, 40, 0.7);
    width: 100%;
    height:auto;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 2px;
    width: 127px;
    margin: 20px auto;
   background: #fff;
}
.whiseparator {
    height: 10px;
    width: 127px;
    margin: 20px auto;
    background: url(../images/whiseparator.png) no-repeat;
}
.separator2 {
    height: 2px;
    width: 200px;
    margin:20px 0px;
    background: #AB987A;
}
.separator3 {
    height: 2px;
    width: 30px;
    margin:20px auto;
    background: #5e9a28;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: transparent;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {

  color:  #44997E;
  background-color:#FFFEEE;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #44997E;
    
}


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #3bd3ba;
}
input::-moz-placeholder {
    color: #3bd3ba;
}
input::-ms-input-placeholder {
    color: #3bd3ba;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(33, 33, 33, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}


.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#c1a17a;
    background-color:transparent;
}


.visible-plus, .visible-plus-s,.visible-plus-f{
    
    display: none !important;
}

@media (max-width: 767px) and (min-width: 620px){
    .visible-plus {
        
        display: block!important;
    }
}

@media (max-width: 619px) and (min-width: 410px){
    .visible-plus-s {
        
        display: block!important;
    }
}


@media (max-width: 409px){
    .visible-plus-f {
        
        display: block!important;
    }
}


.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #c1a17a;
    padding-bottom: 20px;
    background-color:transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#c1a17a;

}

.navbar-brand{
    padding: 5px;
}






.home .main_home{
    padding-top: 250px;
}

.home .align-center{
    padding-top: 200px;
    text-align: center;
   
}

.home .align-center p {
    

  color: #ECEFF1;
  font-size: 16px;

}

.home .align-center p a{
    
padding: 10px;
display: inline-block;
color: #ECEFF1;
font-weight: bolder;
}

.home .align-center p a:hover{
    

    color:#edcba1;
}


.home .align-center2{
    padding-top: 50px;
    text-align: center;
   
}

@media (max-width: 767px) {

    .home .align-center2{
    padding-top: 20px;
   
}   
}

/**
@media (max-width: 480px) {

   
}
**/

.home .align-center2 a{
    
padding: 10px;
display: inline-block;
/**    
margin: 0 8px !important;
**/    
border: 2px solid #ECEFF1;
color: #ECEFF1;
font-weight: bolder;
}

.home .align-center2 a:hover{
    
   background:#ECEFF1;
color: #777;

}


/*service section css*/

@media screen and (max-width: 1280px) {
   
    .service{
        
         min-height: 640px;
        
    }
}


/*footer section*/
.footer{
    background: #f5f5f5;
}

/**
.main_footer{
    border-top:1px solid rgba(255,255,255,0.4);
}
**/
.copyright_text p{
    color:#ffffff;
    font-size:0.8125rem;
    line-height: 25px;
    padding:40px;
    max-width: 100%;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:#5e9a28;
}

.footer_socail a i{
     max-width: 80%;
    line-height: 1.325rem;
    color:#fff;
    padding: 0px 10px;
}

/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #44997E;
    cursor: pointer;
    background-color: transparent;
    z-index: 1000;
    border: 2px solid #44997E;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    
    background: transparent;
      
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #44997E;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

/**sidebar**/

#sidebar {
    width: 360px;
    position: fixed;
    min-height: 100%;
    top: 0;
    bottom: 45px;
    right: -360px;
    z-index: 9999; 
    background: #424242;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#fff;
}
#dismiss:hover {
    color: #668;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

#sidebar .sidebar-header {
    
    text-align: center;
    margin-top: 35px;
    padding: 20px;
    color:#c1a17a;
}

#sidebar .sidebar-header .dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}

#sidebar .sidebar-body{
    
    margin: 30px 40px;
    text-align: center;
}

#sidebar .sidebar-body ul {
    border-bottom: 1px dotted rgba(187,171,148,0.4);
    padding: 20px 0;
    margin: 0;
    list-style: none;

}

#sidebar .sidebar-body ul li{
    
    line-height: 2.25rem;
}

#sidebar .sidebar-body ul li a{
    
    font-size: 1.25rem;
    
    line-height: 1.625rem;
    color:#fff;
}

.top-nav {
    padding: 0 15px;
	float: right !important;
    
}

.top-nav>li {
    display: inline-block;
    float: left;
    
}

.top-nav>li>a {
   
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #44997E;
	
	
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
     background-color:transparent; 
     color: #44997E;
     text-decoration: underline;
  
}

@media (max-width: 767px) {
   
/**    
    .navbar-header{
        width: 60px;
    }
**/    
    .top-nav {
        
        margin-top: -50px;
        padding: 0 10px;
        
    }

}


#detail_img{
    max-width: 300px;
}

.navbar-fixed-top {
    background-color: #FFFEEE;
    /**
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 40%);
    **/
    border-bottom: 5px dotted #44997E;
}


footer{
    
    background: #FFFEEE;
    border-top: 5px dotted #44997E;
}

#footer2{
        
        padding-top:40px;
        padding-bottom: 20px;
        color:#44997E;
    }
    #footer2 a{
        
        color:#44997E;
    }    
    #footer2 a:hover, #footer2 a:active, #footer2 a:focus{
        
      font-style: italic;
    }

@media (min-width: 1280px) and (max-width: 1440px) {
    
    
    .service{

          min-height: 760px;           
    }
    
}

/**
@media(max-width:768px) {

    
    footer .row{
        
       margin-left: 0;
       margin-right: 0;
    }    
   
}
**/

/**
   button style
**/

.btn{
   
   color: #FFFEEE;
   padding:5px 8px;
    background-color: #44997E;
   margin-left:5px;
   margin-right:5px;
   font-weight: bolder;    
   border-radius: 4px;
   border: 2px solid #44997E;
       
   
}
.btn:hover,.btn:focus,btn:active{
    
  
  color: #44997E;
  background-color:#FFFEEE;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #44997E;
 
}

.btn1{
   
   color: #FFFEEE;
   padding:5px 8px;
   background-color:#44997E;
   margin-left:5px;
   margin-right:5px;
    font-size: 14px;
   line-height: 1.4;
   font-weight: bolder;
   border-radius: 4px;
   border: 2px solid #44997E;
  

}

.btn-primary {
  color: #FFFEEE;
  background-color:#44997E;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #44997E;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  
  color: #44997E;
  background-color:#FFFEEE;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #44997E;
  
}

.pull-left .btn1{
   
    padding: 3px 6px;
    margin-left:5px;
    margin-right:5px; 
    display: inline-block;
}

.pull-right .btn1{
    
   display: inline-block;
   padding:3px 6px;
   margin-left:5px;
   margin-right:5px;
    font-size: 14px;
   line-height: 1.42857143;
   border-radius: 4px;
    
}

/**
   about element
**/ 

#pro{
    height:160px;    
     margin-bottom: 15px;
     /**
     cursor: pointer;
    **/
}

.item1{
    
    /**
    height: 100%;
    border: none;
    background: #ffffff;
    **/
    /**
    -webkit-box-shadow: 6px 6px 5px 0px rgba(230,227,230,1);
    -moz-box-shadow: 6px 6px 5px 0px rgba(230,227,230,1);
    box-shadow: 6px 6px 5px 0px rgba(230,227,230,1);
    **/
    border-radius: 15px;
    height: 100%;
    background: #FFFEEE;
    border:dotted 1px #44997E;
    /*
    color: #44997E;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;    
    **/
   
}

#pinfo,#pname,#pdes,#pprice{
    
    padding-left: 0px;
    padding-right: 0px;
    
}
#pname {
    font-size: 16px;
}
/** old version 
#pprice{
    
    text-align: right;
}
**/
/** new version **/
#pprice {
    text-align: right;
    font-size: 14px;
}
#pdes{
    
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;      
}
/** old version 
#pinfo{
    
    margin: auto;
    
}
**/

.item-img-box {
 
    height: 160px;
    position:absolute;
    /** old version
    right:0;
    **/
    left:0;
    /** old version **
    padding-left: 5px;
    padding-right: 5px;
    **/
    padding-left: 0px;
    padding-right: 0px;
    /*   
    display:flex;
    justify-content:center;
    align-items: center;
    */
   
}
/** old version
.item-img-box img{
  
 
    width: 110px; 
  
}
**/
/** new version**/

.item-img-box #ft2{
    
    width:100%;
    object-fit: cover;
}

.item-img-box img {
    height: 158px;
    /** can use*/
    border-radius: 15px;
}


.item-img-box #ft{
  
   
    border-radius: 6px;
    object-fit: cover;
    border-radius: 5px;
    width: 7em;
    height: 7em;
    
  
}

/** old version 
.item-info {
  
    margin-top: 5px;
    height: 100%;
    position:absolute;
    left:0;
}

.panel-body{
    padding: 10px 8px;
    
}
**/

/**new version**/

.item-info {
  
    margin-top: 5px;
    height: 100%;
    position:absolute;
    right:0;
    padding-left: 5px;
    padding-right: 5px;
}


.item-info .panel-body{
    padding: 5px 8px;
    
    
}
/** old version 
@media (max-width: 1199px) and (min-width: 992px){
    
   .item-img-box #ft{
  
    width: 6em;
    height: 6em;
  
   }
    
    
}
**/

@media (max-width: 767px) {
    
      .item-img-box #ft{
  
    width: 8em;
    height: 8em;
  
}

/** new version**/

#pro{
     margin-bottom: 20px;
     /**
     border-bottom: 1px solid #e6e3e6;
    **/
}
/** old version
.item1{
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100%;
    border-top: none;
    border-left: none;
    
} 
**/    
    
}

@media (max-width: 480px) {
    
    .item-info{
        
        padding-right: 0px;
        padding-left: 0px;
    }
   #pdes{

    text-align: left;
   } 
}
.panel-footer1 {
    
    position: absolute;
    bottom: 0;  
    left: 0;  
    right: 0; 
    padding: 10px 15px;
    margin-bottom: 10px;
    
}

.panel-body{
    
    
   font-size:14px;    
   font-family: 'Fira Sans', sans-serif;
   line-height: 1.42857143;
   text-align: left;

}

#logo{
    
    height: 70px;
}


@media(max-width:480px) {

/**
#logo{
    
    height: 48px;
}  
**/
    
    .item-img-box{
        
        padding-right: 5px;
    }
    
.panel-footer1 {
    
  
    padding: 5px 10px;    
} 

}
/**
@media(max-width:375px) {
    
#logo{
    
    height: 40px;
}      
    
}

@media(max-width:360px) {
    
#logo{
    
    height: 36px;
}      
    
}
**/

@media(max-width:320px) {
    
.pull-left .btn1{
    
    padding: 3px 5px;
    margin-left: 4px;
    margin-right: 4px;
}  

.pull-right .btn1{
    
    padding: 3px;
    margin-left: 4px;
    margin-right: 4px;
} 

.top-nav>li>a {
    
    padding-left: 10px;
    padding-right: 10px;
}    

}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    
    
    .item-info {
        
        padding-right: 5px;
        padding-left: 5px;
    }
    .item-img-box{
        
       margin-right: 8px;
    }
}


/**
   message color
**/

.error, .message, .dmsg, .cmsg, .pmsg, .emsg, #bezorgkost{
    
    color:#44997E;
}

.dmsg{
    
    font-size: 16px;
    font-weight: 700;
}

#alertMsg{
   
    padding:10px; 
    font-size: 18px;
    color:#44997E;
}

.box #email, .box span{
    
    color:#44997E;
}

table tr td a{
    
    padding:2px;
    color:#44997E;
}

table tr td a:hover{
    
    padding:2px;
    color:#44997E;
}

  .shopCart{
    position: fixed;
    left:0;
    bottom:0;
    height:50px;
    z-index:1050;
    width: 100%;
-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
    
  }
    .content{
    
      display:flex;
   justify-content: center;
     align-items: center;
     height: 100%;
    background: #44997E;
    color:#FFFEEE;
    border-radius: 40px;
      
    } 
    
    /**
    .content a{
        
        background: #c11b24;
        color:#fff;
        padding: 5px 25px;
    }
    **/
    
    .content a{
        
        color:#FFFEEE;
        
    }
    
     .content a:hover, .content a:active, .content a:focus{
        
        color: #FFFEEE;
        font-weight: bolder;
    }
    
    .hidden{
    
    display:none;
}

.hide{
    
    display:none;
}

#choose_modal .modal-body img{
    
    height: 288px;  
    margin-bottom: 20px;
   

}

#choose_modal .modal-body #ft2{
    
    width:100%;
    object-fit: cover;

}

#pname b{
    
    font-size: 14px;
}

.modal-content {
    border-radius: 0;
}

.cd-cart-items li #pro_qty{
    
    padding-right: 32px;
    width: 30px;
    text-align: left;

}

.cd-cart-items li #pro_name{
    
    display: inline-block;
    width: 220px;
    text-align: left;

}


#min_plus{
  
 text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction:column;
}

#end{
    
    margin-bottom: 40px;
}
/**
.cd-cart-items #cart_item_min_plus a{
    
    font-size: 16px;
}

.cd-cart-total p{
    
    font-size:  20px;
}

.sidebar-header h3{
    
    font-size: 30px;
}

.form-control {
    
    font-size: 16px;
}
**/
#cart2 table tbody tr td.cart_remove {

    text-align: right;

}
#choose_modal .modal-body{
    
  max-height: 75vh;   
  overflow-y: auto;
  padding: 0px 25px 25px; 
  flex:1;
}
#choose_modal .modal-body h4 {
    text-transform: uppercase;
}

.main_service_area #forum {
    background: #FFFEEE;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.sections{
    margin-top:35px;
}

.box {
  margin: 0 0 30px;
  padding: 30px;
  background: #FFFEEE;  
  border: dotted 4px #44997E;  
  border-radius: 40px;
  /**  
  border: solid 1px #fff;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  **/
  overflow:hidden;
  z-index: 1045;
 
}
label{
    font-weight: 500;
}

#box-footer .btn-primary {
    
  color: #FFFEEE; 
  background-color:#44997E;  
  height: 48px;
  text-align: center;
  border-radius: 4px;

 
}

#box-footer .pull-left .btn, #box-footer .pull-right .btn {

    margin-right: 5px;
    text-align: center;
   display: flex;
  align-items: center;
  justify-content: center;
}

#box-footer .pull-right .btn{
    
    min-width: 175px;
}


#box-footer .btn-primary:hover,
#box-footer .btn-primary:focus,
#box-footer .btn-primary:active,
#box-footer .btn-primary.active{
  
  color: #44997E;
  background-color:#FFFEEE;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #44997E;
      
}

select {
  
	/* Here's the code we need */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
    display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}

.select-wrapper {
	position: relative;	
}

.select-wrapper:after {
	font-family: FontAwesome;
  	content: '\f107';
  	font-size: 28px;
  	position: absolute;
  	top: -2px;
  	right: 20px;
  	color: #434B67;
  	pointer-events: none;
}

select::-ms-expand {
  display: none;
}

.table > tbody > tr > td{
    
    vertical-align: middle;
}

#choose_modal .modal-header{
    
    border-color: transparent;
    height:30px;
   
}

#choose_modal .modal-footer{
    
    border-color: transparent;
    padding: 20px 0;
    box-shadow: 0px -3px 6px -2px rgba(0,0,0,0.07);
    color:#44997E;
    
}

@media  (max-width: 768px) {   
    
#choose_modal .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
    
#choose_modal .modal-content, #info_modal .modal-content {
    
    min-height: 100%;
    /**
    height: auto;
    **/
    border-radius: 0;
    border: 0px; 

}
/**    
#choose_modal .modal-footer {
    
    padding-bottom: 0px;
    margin-bottom: 0px;
} 
**/    
}

#choose_modal .modal-footer #footer-total{
    
    display: flex;
    flex-direction:row;
	align-items: flex-start;
	justify-content: space-between;
    flex-wrap: nowrap;
}

#choose_modal .modal-footer #footer-img{
    
    margin-top: 10px;
}
/**
#choose_modal .modal-footer #footer-img img{
    
    height: 80px;
}
**/

#choose_modal .modal-body h4{
    
    font-weight: 700;
    margin-bottom: 10px;
}

#choose_modal .modal-body p{
    
    color:#999;
}


#rectangular {
    
  -webkit-clip-path: inset(40px 0px 40px 0px round 8px);
  clip-path: inset(40px 0px 40px 0px round 8px);
}


#choose_modal .modal-content{
 
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}

#choose_modal .modal-footer #footer-total > div:last-child{
    
    flex: 0 1 66%;
}

#choose_modal .modal-footer #footer-total > div:last-child .btn{
    
    width: 80%;
}

/**
  checkbox
**/
/**
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
**/
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
  color:#777;
      
}

.control-group label p{
    
    color:#777;
    /**
    font-size: 20px;
    margin-left: 10px;
    **/
    margin-left: 25px;
    margin-bottom: 0px;
    line-height: 1.5rem;
    font-size: 1.0rem;
    
}
.control-group label{
    
  font-weight: 400;
  display: flex;
  align-items: baseline;     
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #999;
  border-radius: 4px;    
  padding:10px;
     
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;     
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #BDBDBD;
  margin: 10px;
    
      
}
.control--radio .control__indicator {
  border-radius: 50%;
}
/**
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
**/
.control input:checked ~ .control__indicator {
  
  background: #fff;
     
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background:#fff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
     
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;    
  border: solid #44997E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

#special input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

#special label {
  color: #999;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 0px;
 
}

#special input[type=radio]:checked + label {
  color: #fff;
  background: #999;
  
}
/**)
#special label + input[type=radio] + label {
  border-left: solid 3px #777;
  
}
**/
#special .radio-group {
  border: solid 3px #999;
  display: inline-block;
  /**
  margin: 20px;
  **/
  border-radius: 8px;
  
  overflow: hidden;
}

#empty h1{
    color: #44997E;
}

.oplet{
    
    color:#FFFEEE;
    background: #44997E;
    padding: 10px;
}

.alert-danger {
    color: #FFFEEE;
    background-color: #44997E;
    border: #44997E solid 1px;
    border-radius: 0px;
}

.alert-danger p{
    
    font-weight: bolder;
    font-size: 18px;
}

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

#box-footer{
    display: flex;
    justify-content: space-between;
}

#box-footer .pull-left .btn, #box-footer .pull-right .btn {
        
   margin-bottom: 10px;
} 

@media (max-width: 414px){
    
    #box-footer{
    display: flex;
    flex-flow: column;
    text-align: center;
    }
    
    #box-footer .pull-left .btn, #box-footer .pull-right .btn {
        
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

}

.navbar-brand{
    display: flex;
    align-items: center;
}

.post1 .get_cate{
    
    max-height: 420px;
}

#pdes{
    
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}

#choose_modal .modal-body, #info_modal .modal-body{
    
  max-height: 75vh; /* max 80% of the viewport height */
  overflow-y: auto;
  padding: 0px 25px 25px; 
}

#choose_modal .modal-header, #info_modal .modal-header{
    
    border-color: transparent;
    height:30px;
   
}

#info_modal .modal-body h4{
    
    color: #44997E;
}

#hscroll{
    
   list-style-type: none;
   margin: 0;
   padding: 0;
   font-size: 14px;   
   max-width: 100%;
   white-space: nowrap;
   overflow: auto;
}

#hscroll div{
    
    display: inline-block;

    padding: 10px 20px;      
}

#hscroll div a {
  
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #44997E;
}

#hscroll div a:hover, #hscroll div a:focus{
    
  color: #FFFEEE;
  background: #44997E;
  border-radius: 20px;
   
}

#hscroll div a.active{
    
    color: #FFFEEE;
    background: #44997E;
    border-radius: 20px;
    
}

#forgetPasswordModal label{
    
    color: #44997E;
}


@media (max-width: 1199px){
    
    .alert-danger{
        
        margin-top: 15px;
    }
    
}


#sidebar2 {
    width: 360px;
    position: fixed;
    min-height: 100%;
    top: 0;
    bottom: 45px;
    right: -360px;
    z-index: 9997;
    /**
    background: url("../img/pbg.png") repeat scroll 0px 0px transparent;
    **/
    background: #FFFEEE;  
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

}

#sidebar2.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    color: #668;
}

#dismiss2 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss2:hover {
    color: #74716f;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9900;
    display: none;
}

#sidebar2 .sidebar-header {
    padding: 20px;
    color:#ffffff;
}


#sidebar2 ul p {
    color: #fff;
    padding: 10px;
}

.cd-cart-items {
  font-size: 14px;
  padding: 0;
}
.cd-cart-items li {
  /**
    position: relative;
  **/    
  padding: 1em;
  border-top: 1px solid #e0e6ef;
  min-height: 80px;  
  display: -webkit-flex; 
  -webkit-align-items: center; 
  display: flex;
  align-items: center;  
    
}
.cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
.cd-cart-items li .cd-qty{
    padding-right: 32px;
    width: 30px;
    text-align: left;
  
}
.cd-cart-items li .cd-name{
    
    display: inline-block;
    width: 140px;
    text-align: left;
}

.cd-cart-items .cd-button{
         
    width: 78px;
    text-align: center;
     
}
 .cd-button .btn-min,.cd-button .btn-plus{


  color: #44997E;
  
}

.cd-button .btn-min{
    margin-right: 8px;
}

.cd-cart-items li .cd-price {
  
    width: 60px;
    text-align: right;
}
.cd-cart-items li .cd-remove{
    
    width: 32px;
    text-align: right;
    
   
}

.cd-cart-items li .cd-remove a i{
    
    color: #44997E;
   
}

.cd-button .btn-min:hover,.cd-button .btn-plus:hover{
    
    color:#44997E;
  
}

/**
.cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch .cd-item-remove:hover {
  background-color: #e0e6ef;
}
**/
.cd-cart-total {
   padding: 1em;
  
}
 .cd-cart-total span {
  float: right;
}
.cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#sidebar2 .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #44997E;
  color: #FFFEEE;
  text-align: center;
  font-size:18px;
}
.no-touch .checkout-btn:hover,.checkout-btn:focus,.checkout-btn:active {

  background-color: #44997E;
  text-decoration: none;
  color: #FFFEEE;
}
/**
//** category 
.get_cate1{
    
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    padding-left: 0;
    font-size: 20px;
}

.get_cate1 li a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    line-height: 1;
    display: block;
    text-align: justify;
    cursor: pointer;
    padding: 10px;
}
.get_cate1 li a:hover, .get_cate1 li a:focus{
    
  color: #777;
  text-decoration: underline;   
}
.get_cate1 a.active{
    color:#ffffff;
    text-decoration: underline; 
    font-weight: 700;
}
.get_cate1{
    margin-bottom: 10px;
}
**/

/** categorty2 **/
.post1{
    
    position: fixed;
    width: 200px;
}
.get_cate{
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    /**
    /position: fixed;
    **/
}

.get_cate li a {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    line-height: 1.2;
    display: block;
    text-align: left;
    cursor: pointer;
    padding: 10px;
    font-family: 'Fira Sans', sans-serif;
    color: #44997E;
    
}
.get_cate li a:hover, .get_cate li a:focus{
    
  color: #44997E;
  font-weight: bolder;
  text-decoration: underline; 
   
}

.get_cate a.active{
    color:#44997E;
    font-weight: bolder;
    text-decoration: underline; 
}

#cate {
   
  color: #F5C16D;
  font-weight: bolder;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
    
}


@media (max-width: 640px) {
  
   #content #blog-homepage .item{
        
        height: 220px;
        padding: 10px;
    }
   .panel-primary > .panel-heading h4{
        
        font-size: 13px;
}
    .panel-primary >.panel-body p{
        
        font-size:11px;
    }
}


/** sidebar_left**/

#sidebar_left {
    position: fixed;
    width: 360px;
    min-height: 100%;
    top: 0;
    bottom: 45px;
    left: -360px;
    z-index: 9999;
    background: #fff;
    color: #74716f;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 45px;

}

#sidebar_left.active {
    left: 0;
}

#dismiss_left {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color:#74716f;
}
#dismiss_left:hover {
    color:#ffffff;
}

#sidebar_left .sidebar-header {
    padding: 20px;
    color:#44997E;
}


#sidebar_left ul p {
    color: #fff;
    padding: 10px;
}

/**
.modal.in .modal-dialog {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}
**/

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
  
}
.vertical-align-center {
    
    display: table-cell;
    vertical-align: middle;
   
}
.vertical-align-center .modal-content {
  
    width:inherit;
    height:inherit;
    margin: 0 auto;
    
}

/**
@media(max-width:767px) {
    
    .vertical-alignment-helper {
    display:table;
    height: 80%;
    width: 80%;
  
}
    
}
**/

/**
.modal-content{

    color:#ffffff;
}
**/

#map {
    width: 100%;
    height: 400px;
}

a.disabled {
   pointer-events: none;
   cursor: not-allowed !important;
}
#alert_modal{
    z-index: 2000;
}

/**detail modal**/


.portfolio-modal{
    
  text-align: left;    
  
}

.portfolio-modal .modal-content {
     
    padding: 150px 0 0;
    min-height: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

@media(max-width:480px) {

    .portfolio-modal .modal-content{
        
        padding: 100px 0;
    }

}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    
}

.portfolio-modal .close-modal:hover {
    opacity: .5;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #777;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color:  #777;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    
}

 .naam,
.gegeven, .bes{
    margin: 25px 0;
    min-height: 30px;
}

.bes{
   
     padding: 25px 0;
     border-top: 1px dotted #777;
        
 }
.bes p{
    color:#777;
}

.benaden{
   
     padding: 25px 0;
        
 }

.benaden .pull-left b{
    
    margin-left:10px;
    margin-right: 10px;
    
}

.benaden1 .pull-left b{
    
    margin-left:10px;
    margin-right: 10px;
    
}



.gegevens p b{
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.2rem;
  line-height: 1.8rem;
}


#choose_modal{
    
    z-index: 1502;
}

/** talen menu**/


#dm {
    min-width: 60px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: #44997E;
    color:#FFFEEE;
}
#dm > li > a{
    
    color:#FFFEEE;
    
}

#dm > li > a:hover, #dm > li > a:focus, #dm > li > a:active{
    
    color:#44997E;
    background: #FFFEEE;
}


/**
@media (max-width: 991px){
    
    .navbar-brand>img {
        
        max-width: 50%;
    } 
    
}
**/

@media (max-width: 400px) {
    
    
    .top-nav>li>a {

    font-size: 13px;
 
}
}

.modal-header{
    
    border-bottom: 1px solid #fff;
}

.modal a strong{
    
    color:#44997E;
}

.btn2{
   
   color:#FFFEEE;
   padding:5px 8px;
   border: none;
   background-color: #44997E;
   margin-left:5px;
   margin-right:5px;
       font-size: 14px;
line-height: 1.42857143;
font-weight: bolder;
border-radius: 4px;
border: 2px solid #44997E;
}

.btn2:hover,
.btn2:focus,
.btn2:active
 {
  
    color: #44997E;
  background-color:#FFFEEE;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #44997E;
      
}


#footer_bottom{
 
  position: absolute;
  bottom: 0;
  width: 100%;  
}
/**item2 **/


#single, #double{
    
    background: transparent;
    /**
    margin-bottom: 5px;
    **/
}

.item2{
    
    /**
    display: flex;
    flex-direction: column;
    **/
    height: 320px;
}

.item2 .panel-heading{
   
    height: 140px;
    
}

.item2 img{
    
    height: 140px;
}


.item2 #ft3{
    
    width:100%;
    object-fit: cover;
}


.item2 .panel-footer{
    
    height: 180px;
    display: flex;
    flex-direction: column;
    
    
}

.item2 .panel-footer .panel-footer-part-one{
    
    flex: 1 0 auto;
}

.item2 .panel-footer .item_part_one{
    
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /**
    flex-grow: 1;
    **/
    
}

.item2 .panel-footer #pname{
    
    background: #44997E;
    border-radius: 20px;
    color: #FFFEEE;
    font-weight:  bolder;
}


.item2 .panel-footer #pdes{
    
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    -webkit-line-clamp: 3;
    
}


.item2 .panel-footer .item_part_one{
    
    font-size: 14px;
    font-weight: bolder;
    color:#44997E;   
}

.item2 .panel-footer #pdes{
    
    color:#DA251C;
}



@media (max-width: 768px){
    

#single{
    background: rgba(78, 67, 51, 0.8);

}   

#single .item2 .panel-footer .item_part_one{
    
    color:#FFFEEE;
    
}


#double .item2 .panel-footer .item_part_one{
   
    color:#44997E;
}


#single .item2 .panel-footer #pname{
    
    background: #FFFEEE;
    border-radius: 20px;
    color: #44997E;
    font-weight:  bolder;
}

#single .item2 .panel-footer #pdes{
    
    color:#44997E;
}    
    
}




@media (max-width: 414px){
        
    
    .col-xs-6{
        
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .item2{
        
        height: 280px;
    }
    
    .item2 .panel-heading, .item2 .panel-footer{
        
        padding: 5px;
    }
    
    .item2 .panel-heading,.item2 img{

        height: 90px;
    }   
    
    #pname {
        font-size: 14px;
    }

    .item2 .panel-footer #pdes{
        
         -webkit-line-clamp: 2;
    }   
    
}

@media (max-width: 320px){
    
    
    .item2{
        
        height: 240px;
    }
    
    .item2 .panel-heading,.item2 img{

        height: 80px;
    } 
    
    .item2 .panel-footer{
        
        height: 150px;
    }
    
    
}

.item2 .panel-footer-part-two .btn-primary{
    
  color: #FFFEEE;
  background-color:#44997E;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #44997E;
    
}

.item2 .panel-footer-part-two .btn-primary:hover,
.item2 .panel-footer-part-two .btn-primary:focus,
.item2 .panel-footer-part-two .btn-primary:active {
    
  color: #44997E;
  background-color:#FFFEEE;
  font-weight: bolder;  
  border-radius: 4px;
  border: 2px solid #FFFEEE;  
    
}

/**
.get_product .col-sm-3,
.get_product .col-xs-6 {
    
    padding-left: 8px;
    padding-right: 8px;
}

.get_product .panel-heading,
.get_product .panel-footer {
    
    padding: 8px 5px;
}
**/

.table>thead>tr>th {
    
    border-bottom: none;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {

    border-top: 1px solid #44997E;
}

.modal-content{
    
    background: #FFFEEE;  
}

.modal-header {
    border-bottom: none;
}

.text-muted{
    
    color:#44997E;
}

@media(max-width:320px) {
    
.pull-left .btn1{
    font-size: 13px;

}  

.pull-right .btn1{

    font-size: 13px;
} 

#pname, #pname b{
    font-size: 13px;
}
#pprice{
    font-size:13px;
    
}
#des{
    font-size:11px;
}

.btn{
    
   font-size:13px;
}

#pro{
    padding-left: 5px;
    padding-right: 5px;
}
.item1{
    padding-left: 5px;
    padding-right: 5px;
}
}

@media(max-width:280px) {
    
#pname, #pname b{
    font-size: 12px;
}
#pprice{
    font-size:12px;
    
}
.pull-left .btn1{
    font-size: 12px;

}  

.pull-right .btn1{

    font-size: 12px;
} 

#footer-total{
    
    padding-left: 5px;
    padding-right: 5px;
}
.btn{
    
   font-size:12px;
   padding:5px;
}
/*
.panel-body #ptag{
    display: none;
}
*/    
}

.bill_msg{
    font-size:16px;
    color:#44997E;
    font-weight: bolder;
}

.loader { 
 
    display: none;    
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #44997E; 
    border-radius: 50%; 
    width: 25px; 
    height: 25px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
} 
  
@keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
} 
  
.loading { 
    background-color: #ccc; 
    pointer-events: none; 
}

.btn-primary[disabled]{
    border-color: #44997E;
    background-color: #FFFEEE;
}
.panel-body #ptag{
    padding-left: 0px;
}
.panel-body #ptag img{
    height: 20px;
}
.modal-body #ptag img{
    height: 30px;
}

.alert-danger img {
    height: 20px;
}