/*@media(min-width: 1700px){
    body {    
        max-width: 90% !important;
    }
}*/

@media(min-width: 1700px){

}


@media(max-width: 1300px){

}


@media(min-width: 768px){

}


@media(max-width: 767px){
.search-wrapper input {
    border-radius: 4px;
    padding: 0.75rem 1rem 0.75rem 1.875rem;
    background-position: left 0.5rem center;
    background-size: 1.25rem auto;
    font-weight: 400;
    background-size: 16px;
}
.category-listing {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
}
.content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}
.sidebar-wrapper .wrapper, .content-single > .kt-inside-inner-col {
    padding: 1rem;
}
.content-single > .kt-inside-inner-col {
    min-height: 200px;
}
.content-wrapper .entry-content {
    min-height: 24.75rem;
    padding: 1rem;
}
.login-wrapper {
    padding: 1rem;
}
.site-branding a.brand img.svg-logo-image {
    max-height: 52px;
}
.search-download-wrapper .kt-inside-inner-col {
    max-width: 100%;
}
.search-wrapper {
    margin-right: 10px;
    max-width: 85%;
}
}


@media(max-width: 559px){
.col-md-4, .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (min-width: 560px) and (max-width: 991px){

.col-md-4, .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
}


@media (min-width: 768px) and (max-width: 991px) {

.search-wrapper {
    margin-right: 10px;
    max-width: 90%;
}
}
@media (max-width: 991px){
	.popup-drawer .drawer-header {
    position: absolute;
    right: 0;
    top: 34px;
    min-height: auto;
}
.popup-drawer .drawer-inner {
    width: 400px;
}
#mobile-drawer .drawer-header .drawer-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.mobile-drawer-content img.custom-logo {
    height: 60px;
}
.mobile-toggle-open-container .menu-toggle-open {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.popup-drawer .drawer-overlay {
    background-color: rgb(37, 40, 44, 0.70);
}
.mobile-navigation a {
    padding-left: 0;
    padding-right: 0;
}
.mobile-drawer-content .site-header-item-mobile-navigation {
    margin-top: 20px;
}
.mobile-drawer-content .brand {
    margin-top: 24px;
    display: block;
}
.category-wrapper .item .content .title {
    font-size: 1.15rem;
    line-height: 1.75rem;
}
.category-wrapper .item .content {
    padding: 1rem;
}
.category .content-area {
    margin-bottom: 3rem;
}
.ew-breadcrumb-wrapper {
    margin-bottom: 1rem;
}

}

@media (min-width: 992px) and (max-width: 1300px){
.col-md-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.category-listing {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.content-wrapper {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.content-single-wrapper > .kt-row-column-wrap {
    grid-template-columns: minmax(0, 31.33%) minmax(0, 69.66%) !important;
}

}
@media(min-width: 2900px){
/*    body {    
        max-width: 2900px !important;
    }*/
}

@media(min-width: 3400px){

}