.zco-btn-container {
    max-width: 500px;
    margin-top: 20px;
    
}

.zco-btn{
    display: inline-block;
    padding: 10px 10px;
	border-radius: 20px;
    text-decoration: none;
    color: #000000;
    font-size: 50px;
    font-color: red;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(360deg, #FFC107 0%, #ff8b5f 100%);
    transition: .1s;
    width: 320px;
    
}
.zco-btn-lineitems {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 20px;
    text-decoration: none;
    color: #000000;
    font-size: 25px;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(360deg, #FFC107 0%, #ff8b5f 100%);
    transition: .1s;
    width: 320px;
}

.zco-btn:hover {
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.rounded-floating-btn { 
position: fixed;
right: 20px;
width: 50px !important;
height: 75px !important;
bottom: 20px;
padding: 15px;
z-index: 5;
border-radius: 2px;
cursor: pointer;
background-color: #101010;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
color: #fff; font-size: 70%; font-weight: 400;
}
.floated-btn-svg-icon {
width: 20px;
fill: #fff;
margin: 0 auto;
margin-top: 3px;
}
.rounded-floating-btn .zptext { margin-top: 3px; } 
#zco-frame {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}
#zco-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(241,244,242,0.95);
}
#zco-frame #zco-overlay-frame {
    width: 100%;
    height: 96%;
    position: absolute;
    left: 0;
    top: 4%;
    bottom: 0;
    right: 0;
    margin: auto;
    border: none;
}
#zco-overlay-close {
    position: fixed;
    right: 35px;
    top: 35px;
    width: 45px;
    height: 45px;
    opacity: 0.7;
    border: 1px solid #975a23;
    z-index: 1060;
    border-radius: 50%;
    cursor: pointer;
}
#zco-overlay-close:hover {
    opacity: 1;
}
#zco-overlay-close:before, #zco-overlay-close:after {
    position: absolute;
    left: 21px;
    top: 6px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #975a23;
}
#zco-overlay-close:before {
    transform: rotate(45deg);
}
#zco-overlay-close:after {
    transform: rotate(-45deg);
}
@media (min-width: 992px){
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
        margin-left: 2px;
    }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li, .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li {
        margin: -20px 18px;
    }
}

/*logo larg size*/
@media all and (min-width:992px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
max-width: none !important;
max-height: none !important;
width: 60% !important;
height: auto !important;
display: block;
margin-left: auto;
margin-right: auto;
}
    
    /*Accordion*/
    .zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  letter-spacing: normal; }
    
    .zpaccordion-container.zpaccordion-style-01 .zpaccordion.zpaccordion {
    background: #93510B;
    color: #FFFBFA;
    border-block-end: 1px solid;
    border-block-end-color: #B28C00; }
  @media all and (min-width: 992px) {
    .zpaccordion-container.zpaccordion-style-01 .zpaccordion:hover {
      background: #FFFFFF;
      color: #13302E; } }
}