    header#pq-header .pq-bottom-header .navbar .navbar-brand img {
        height: 80px;
    }

    footer#pq-footer .pq-footer-logo {
        height: 80px;
        width: auto;
    }

    @media screen and (min-width:767px) {
        .pq-breadcrumb {
            padding-bottom: 100px !important;
        }
    }

    @media screen and (max-width:576px) {

        .pq-counter-style-1 .pq-counter-info h5 {
            font-size: 40px;
            line-height: 40px;
        }

        .text-mobil-center {
            text-align: center;
            justify-content: center;
            display: flex;
        }

        header#pq-header .pq-bottom-header .navbar .navbar-brand img {
            height: 70px !important;
        }

        footer#pq-footer .pq-footer-logo {
            height: 70px !important;
            width: auto;
        }

        .text-mobile-center {
            text-align: center !important;
        }

        .pq-copyright {
            line-height: normal;
        }
    }

    .active-clr {
        color: #e6af5d !important;
    }

    footer#pq-footer .widget ul.pq-contact li i {
        display: inline;
    }

    .pq-service-img {
        height: 300px !important;
    }

    .pq-service-img img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .contact-us p {
        line-height: 26px;
    }

    #menu-product-menu li {
        margin-right: 10px !important;
    }

    textarea {
        height: 150px;
    }

    .shadow_card .pq-service-box {
        box-shadow: 1px 2px 3px grey;
    }

    .sub-menu li {
        margin-bottom: 0px !important;
    }

    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a {
        padding: 5px 10px;
    }

    .pq-breadcrumb.contact {
        background: url('../images/Breadcrumb/contact.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }


    .pq-breadcrumb.cat {
        background: url('../images/Breadcrumb/cat.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }


    .pq-breadcrumb.port {
        background: url('../images/Breadcrumb/port.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .pq-breadcrumb.pro {
        background: url('../images/Breadcrumb/pro.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

       .pq-breadcrumb.cat {
        background: url('../images/Breadcrumb/show.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .pq-breadcrumb.about {
        background: url('../images/Breadcrumb/about.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .pq-breadcrumb {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    @media screen and (min-width:991px) {
        .wood-icon{
            position: absolute;
            right: 65px;
        }
        .pq-section-main-title.h6 {
            font-size: 32px !important;
        }

        .slider li:before {
            transition: 0.5s;
            top: -250px !important;
        }

        li.current:before {
            transition-delay: 1s;
            transform: rotate(-90deg);
            top: -20px !important;
        }
    }

    .pq-portfolio-img img {
        height: 220px;
        object-fit: cover;
    }

    .pq-portfolio-info h5 a {
        font-size: 18px !important;
    }

    .pq-image-box-media {
        /* width: 170px;
        height: 170px; */
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

.pq-image-box.pq-style-1 .pq-image-box-media img{
    border-radius: 10%;
}
.pq-image-box.pq-style-1 .pq-image-box-media img:hover{
    border-radius: 50%;
    transition: all 0.3s linear;
}

    .flex,
    .fixed_flex {
        display: flex;
    }

    .flex_content {
        width: 100%;
        position: relative;
    }

    .padding_1x {
        padding: 1rem;
    }

    .padding_2x {
        padding: 2rem;
    }

    .padding_3x {
        padding: 3rem;
    }

    .padding_4x {
        padding: 4rem;
    }
    .padding_4x_new {
        padding: 4rem;
    }

    .big {
        font-size: 3.5em;
    }

    .medium {
        font-size: 2em;
    }

    .small {
        font-size: 1.3em;
    }

    .btn {
        padding: 1rem;
        border-radius: 5px;
        color: var(--white);
        position: relative;
        border: 0;
        text-align: center;

    }

    .btn_3 {
        /* display: block; */
        background-color: 0;
        color: var(--white);
        position: relative;
        font-family: var(--default_font);
        font-weight: 400;
        text-transform: uppercase;
    }

    .btn_3:before {
        content: "";
       background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 40px;
    transition: 0.5s;
    transform: translate(0%, -50%);
    }

    .btn_3:after {
        content: "\f178";
        font-family: "FontAwesome";
        margin-left: 5px;
    }

    .btn_3:hover:before {
        /* border-radius: 40px; */
        width: 100%;
    }

    @media (max-width:920px) {
        .flex {
            flex-wrap: wrap;
        }

        .padding_1x,
        .padding_2x,
        .padding_3x,
        .padding_4x {
            padding: 1rem;
        }

        .big {
            font-size: 1.8em;
        }

        .medium {
            font-size: 1.3em;
        }

        .small {
            font-size: 1.1em;
        }

        .btn {
            padding: 0.5rem 1rem;
        }

        a,
        p,
        .btn {
            font-size: 12px;
        }
    }

    .slider {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    ul {
        padding: 0;
        margin: 0;
    }

    .slider .title {
        font-weight: 400;
    }

    .slider li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        transition: clip .7s ease-in-out, z-index 0s .7s;
        clip: rect(0, 100vw, 100vh, 100vw);
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .slider li:nth-child(1) {
        background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.1) 51%, rgba(1, 1, 1, 0.1) 100%), url("../images/banner/3.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slider li:nth-child(2) {
        background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.1) 51%, rgba(1, 1, 1, 0.1) 100%), url('../images/banner/1.jpeg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slider li:nth-child(3) {
        background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.1) 51%, rgba(1, 1, 1, 0.1) 100%), url("../images/banner/2.jpeg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slider li:nth-child(4) {
        background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.1) 51%, rgba(1, 1, 1, 0.1) 100%), url("../images/banner/4.jpeg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slider li:nth-child(5) {
        background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.1) 51%, rgba(1, 1, 1, 0.1) 100%), url("../images/banner/5.jpeg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slider li:nth-child(6) {
        background: linear-gradient(to right, rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0.1) 51%, rgba(1, 1, 1, 0.1) 100%), url("../images/banner/6.jpeg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

    }

    .slider article {
        width: 60%;
        margin-top: 4rem;
        color: #fff;
        z-index: 11;
            display: flex
;
    align-items: flex-start;
    flex-direction: column;
    }

    .slider p {
        display: inline-block;
        color: var(--lite);
        color: #e6af5d;
        text-transform: capitalize;
        font-weight: 700;
        line-height: normal;
        font-size: 3rem;
    }

    .slider h3,
    .slider h3+p,
    .slider p+.btn,
    li:after {
        opacity: 0;
        transition: opacity .7s 0s, transform .5s .2s;
        transform: translate3d(0, 50%, 0);
    }

    li.current h3,
    li.current h3+p,
    li.current p+.btn,
    li.current:after {
        opacity: 1;
        transition-delay: 1s;
        transform: translate3d(0, 0, 0);
    }


    li.current {
        z-index: 1;
        clip: rect(0, 100vw, 100vh, 0);
    }

    li.prev {
        clip: rect(0, 0, 100vh, 0);
    }

    .slider aside {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        text-align: center;
        z-index: 10;
    }

    .slider aside a {
        display: inline-block;
        width: 8px;
        height: 8px;
        min-width: 8px;
        min-height: 8px;
        background-color: var(--white);
        margin: 0 0.2rem;
        transition: transform .3s;
    }

    .slider em {
        background: var(--primary);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    a.current_dot {
        transform: scale(1.4);
        background: var(--primary) !important;
    }

    /*
@media screen and (max-width: 920px) {
    header{
        height:70vh;
        position:relative;
    }

    .cs-down{
        display:none;
    }

    .slider{
        height:70vh;
    }

    .slider article{
        width:100%;
        margin-top:2rem;
    }

    .slider li:nth-child(2){
        background-position:top center;
    }

    .slider li:nth-child(3){
        background-position:top center;
    }

    li.current:before{
        top:-30px;
        right:-10px;
    }
} */
    .pq-icon-box-content a {
        color: unset;

        &:hover {
            color: #e6af5d;
        }
    }

    @media screen and (max-width:992px) {
        
        .card-shop h3{
            font-size: 26px;
            margin-bottom: 5px;
        }

         .card-shop p{
            line-height: normal !important;
        }
            a, p, .btn {
        font-size: 16px;
    }
        .owl-dots {
            display: none;
        }

        /* .pq-image-box-media {
            width: 150px;
            height: 150px;
        } */

        .slider p {
            font-size: 2rem !important;
        }
    }
    @media screen and (max-width:768px) {

     .slider article{
        width:100%;
        margin-top:2rem;
    }
    }
    .form-group.bordered {
        border: 1px solid #000;
    }

    .pq-service-img.product {
        height: 200px !important;
        object-fit: cover;
    }

    .pq-service-title.py-2 a {
        font-size: 18px;
    }

    .catalog .item img {
        height: 250px;
    }

    .pq-copyright{
        font-size: 14px;
    }
.pq-icon-box-description{
    line-height: unset !important;
}

.card-shop:hover{
    box-shadow: 1px 2px 3px #cacaca;
    transform: translateY(-3px);
    transition: all 0.3s linear;

}

 .protfolio-tabs-link:hover .portfolio-title{
    color:#e6af5d !important;
}
.filter-title{
    background: #e6af5d;
    font-size: 2rem;
    color: #fff;
    padding: 10px;
}

.sizes-container .item h5{
    padding-top: 10px;
}
.yellow-strip{
    background: #e6af5d;
    color:#fff;
}


.ctf-text{
    position: relative;
    top: -24px;
    font-size: 12px;
    color: red;
}

.slider-imgcstms{
    height: 250px;
    object-fit: cover;
}

.cstm-proimg{
    height: 350px; object-fit: cover;
}



.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background:transparent;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 10;
}

.nav-arrow.prev {
    left: 10px;
}

.nav-arrow.next {
    right: 10px;
}


.pq-image-box-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* backdrop-filter: blur(1px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
}


footer#pq-footer .widget ul li {
    margin: 0 0 7px 0;
}


.pq-image-box.pq-style-1 .pq-image-box-media img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}


.cstm-pgnt-style .active>.page-link, .page-link.active{
        background-color:#e6af5d !important;
        border-color: #e6af5d !important;
        color: #fff !important;
    }

.cstm-pgnt-style .page-link {
    color: #30373f !important;
    background-color: #f6f4f5 !important;
    position: relative;
    display: block;
    padding: 0px 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cstm-pgnt-style .page-link:focus{
    box-shadow: none !important;
    
}

.cat-card{  }
.cat-card-inside{  position: relative;}

.cat-card-title{position: absolute !important;
    top: 0px;
    width: 100%;
    height: 100%;}

.cat-card-title-inside{
    width: 100%;
    padding: 20px;
    color: var(--white-color);
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-card-title-inside div{
    text-align: center;
}
.pq-service-box.pq-style-3:hover .pq-service-info .pq-service-title.cat-card-title-inside{
    background-color: rgba(0, 0, 0, 0.5);
}

.cstm-owl .owl-stage-outer{
padding-bottom: 30px;
}
.cstm-owl .owl-dots{
margin-top: 0px;
}
.pq-image-box.pq-style-1 .pq-image-box-title.box-tt-cstm{
    color: #30373f;
}

header#pq-header .pq-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pq-submenu-icon{
top:8px;
margin-bottom: 0px;
}

.pq-service-box.pq-style-3 .pq-service-title {
	font-size: 20px;
	line-height: 25px;
}

.owl-carousel .pq-blog-post .pq-blog-contain .pq-blog-title {
	font-size: 20px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 24px;
	text-transform: capitalize;
}

.cust-filter-active {
    color: var(--primary-color);
}

.cust-filter-list {
}
.cust-filter-list:hover {
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1200px) {
  .pq-image-box.pq-style-1 .pq-image-box-media img {
    height: 188px;
  }
}

@media (max-width: 992px) {
  .pq-image-box.pq-style-1 .pq-image-box-media img {
    height: 179px;
  }
}

@media (max-width: 768px) {
  .pq-image-box.pq-style-1 .pq-image-box-media img {
    height: 184px;
  }
    .cstm-owl .owl-stage-outer{
        padding-bottom: 0px;
    }
    .cstm-pgnt-style .page-link {
        padding: 0px 15px;
        height: 40px;
        width: 32px;
        line-height: 38px;
        margin: 0 0px;
    }
}

@media (max-width: 576px) {
  .pq-image-box.pq-style-1 .pq-image-box-media img {
    height: 127px;
  }
}

@media (max-width: 480px) {
  .pq-image-box.pq-style-1 .pq-image-box-media img {
    height: 154px; /* same as 576px */
  }
}
