@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

a:hover {
    color: #fff;
}
.box-key-ul ul li{
    cursor: pointer;
}
.box-key-ul ul .active {
    background: #000;
}
.videos__click {
    display: inline-block;
}

.content-more p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    margin-bottom: 20px;
}

/* line  */

.line-nsv {
    width: 100%;
    height: 1px;
    border: 1px dashed rgb(170, 170, 170);
    margin-top: 30px;
    margin-bottom: 30px;
}

/* end line  */
.nav-left-li:hover a {
    color: #fff;
}

.box-all-header {
    display: flex;
    position: relative;
    justify-content: right;
}

.header-left {
    width: 150px;
    height: 100vh;
    background: #000;
    position: fixed; 
    left: 0;
}

.header-top {
    width: calc(100% - 150px);
    /* position: absolute; */
    right: 0;
}

.nav-left {
    padding: 50px 0;
}

.nav-left-ul {}

.nav-left-li {
    letter-spacing: 0;
    line-height: 3.2;
    padding-left: 35px;
}

.nav-left-li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.boxed-searched {
    margin: 0px;
}

.boxed-searched {
    margin-inline: 0px !important;
}


.row.boxed-searched {
    background: #000;
}

.search-box form input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #fff;
    background: none;
    font-weight: 600;
    outline: none;
}

.search-box form {
    display: flex;
}

.search-box form button {
    background: none;
    color: #fff;
}

.row.boxed-searched {
    padding: 10px 0px;
}

.box-search-hd {
    border-bottom: 1px solid #fff;
}

.box-search-hd {
    margin-left: 15px;
}

.box-search-hd.clm {
    padding-inline: 0px !important;
}

.box-select {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 4px 4px 4px 10px;
    text-align: left;
    cursor: pointer;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    min-width: 160px;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.content-el-slect i {
    margin-right: 5px;
}

.div-fs-icWord i {
    transform: rotate(90deg);
    font-size: 12px;
    margin-right: 3px;
}

.select-hedered {
    display: flex;
    justify-content: end;
    padding-inline: 0px !important;
    height: 100%;
}

.withFrontIcon {
    padding-top: 5px;
    position: relative;
}



.box-all-iternet a span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-all-iternet a span:hover {
    opacity: 0.75;
}

.mxh_1 {
    background: #3B5998;
}

.mxh_2 {
    background: #3F729B;
}

.mxh_3 {
    background: #007FB1;
}

.mxh_4 {
    background: #00ACED;
}

.mxh_5 {
    background: #CD332D;
}

.mxh_6 {
    background: #F4933F;
}

.box-all-iternet a span svg {
    font-size: 14px;
}

.box-all-iternet a span svg path {
    fill: #fff;
}

.selecd-c2 {
    position: absolute;
    background: #fff;
    width: 100%;
    height: max-content;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0px 0px 5px 5px;
    display: none;
    z-index: 9;
}






.box-all-iternet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 70px;
}


.box-all-iternet a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 5px 0px 0px;
}


header.box-all-headeredbk {
    /* position: fixed; */
    z-index: 9;
    right: 0;
    width: calc(100% - 150px);
    float: right;
}



/* banner  */

.box-imges {
    position: relative;
}


.title-2-slider {
    font-size: 17px;
    display: inline-block;
    width: 90%;
}

.ls-slider {
    .box-imges:nth-child(3n+1) {
        .content-slide-left {
            top: 0;
            position: absolute;
            right: 0;
            top: 15%;

            & .title-1-slider {
                color: #fff;
                font-size: 31px;
            }

            & .title-2-slider {
                font-size: 17px;
                color: #fff;
                width: 70%;
            }
        }
    }
}

.ls-slider {
    .box-imges:nth-child(3n+2) {
        .content-slide-left {
            top: 15%;
            position: absolute;
            left: 10%;

            & .title-1-slider {
                color: #fff;
                font-size: 31px;
            }

            & .title-2-slider {
                font-size: 17px;
                color: #fff;
                width: 70%;
            }
        }
    }
}


.ls-slider {
    .box-imges:nth-child(3n+3) {
        .content-slide-left {
            top: 50%;
            position: absolute;
            left: 10%;

            & .title-1-slider {
                color: #fff;
                font-size: 31px;
            }

            & .title-2-slider {
                font-size: 17px;
                color: #fff;
                width: 70%;
            }
        }
    }
}







.ls-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex !important;
    transform: translate(-50%, -50%);
}

.ls-slider .slick-dots li button {
    background: none;
    padding: unset;
    display: none;
}

.ls-slider .slick-dots li {
    width: 10px;
    margin-left: 20px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    cursor: pointer;
}

.banner-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: unset;
}

.banner-right {
    position: absolute;
    top: 50%;
    right: 0;
    background: unset;
}


.banner-next i {
    font-size: 30px;
    color: #fff;
}

.banner-right i {
    font-size: 30px;
    color: #fff;
}






.box-left-hd .logo {
    height: 150px;
}

.box-all-headeredbked {
    width: calc(100% - 150px);
    float: right;
}













main {
    padding: 0px 60px;
}










.pd-title {
    padding-top: 57px;
    padding-bottom: 57px;
}

.box-titlel-alls {
    text-align: center;

    & h1 {
        font-size: 40px;
    }
}

.box-titlel-alls h1:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #000;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.box-titlel-alls h1 {
    position: relative;
    display: inline-block;
}

.images-fast {
    position: relative;
    overflow: hidden;
    height: 220px;
}

span.video_play_icon {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 14px;
    color: #fff;
    padding: 5px 10px;
    left: 10px;
    bottom: 20px;
    cursor: pointer;
    font-size: 12px;
}

span.video_play_icon i {
    margin-right: 5px;
}



.box-sell-images {
    position: absolute;
    right: 0;
    bottom: 11px;
    opacity: 0;
}

.box-left-con-fassredf:hover .box-sell-images {
    right: 5px;
    display: inline-block;
    transition: 1s ease;
    opacity: 1;
}

.temp1-fasted {
    /* position: relative; */
}

.box-left-con-fassredf {
    position: relative;
}

.box-sell-images a {
    background-color: #000;
    width: 35px;
    height: 35px;
    margin-bottom: 1px;
    margin-left: 0 !important;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.box-sell-images a i {
    color: #fff;
}

.box-sell-images a:hover {
    color: #fff;
}



.img-2-hvFast {
    display: none;
    position: absolute;
    top: 0;
    transition: 2s;
    display: inline-block;
}

.box-left-con-fassredf .images-fast:hover .img-2-hvFast {
    display: block;
    transform: scale(1.1);
    transition: 2s;
    width: 100%;
}

.img-1-hvFast {
    height: 100%;
    display: inline-block;
    width: 100%;
}

.name-fast a {
    padding: 5px 0 5px 0;
    font-size: 16px;
    display: inline-block;
    color: #333;
}


.name-fast {
    text-align: center;
    margin-bottom: 10px;
}

.box-fasted .row {
    margin-inline: unset;
}


.button-bf h1 {
    line-height: 57px;
    width: 208px;
    font-size: 14px;
    border: 1px solid black;
    background-color: #8cb813;
    color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-color: #8cb813;
    border-style: solid;
    border-width: 0;
    box-sizing: content-box;
}

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













/* sample  */

.Get-sample {
    padding-top: 40px;
    background: #F7FBF6;
    margin-top: 40px;
}

.Get-sample .box-titlel-alls h1 {
    color: #222;
    padding-bottom: 23px;
}

.box-item-samp {
    position: relative;
    text-align: center;
    height: auto;
    padding: 0px 25px;
}



.box-item-samp span {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    display: inline-block;
}

.box-item-samp span:hover {
    color: var(--color-second);
}

.Get-sample .box-titlel-alls h1:before {
    display: none;
}













.Get-sample ul {
    display: none !important;
}

.banner-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: unset;
}

.banner-right {
    position: absolute;
    top: 50%;
    right: 0;
    background: unset;
}


.banner-next i {
    font-size: 30px;
    color: #fff;
}

.banner-right i {
    font-size: 30px;
    color: #fff;
}

.box-item-samp img {
    height: 220px;
}
.sample-next {
    position: absolute;
    top: 42%;
    z-index: 9;
    border-radius: 100%;
    height: 37px;
    width: 35px;
    left: 5px;
    background: none;
    opacity: 0;
}

.sample-right {
    background: none;
    opacity: 0;
    position: absolute;
    top: 42%;
    right: 0px;
    height: 37px;
    width: 35px;
    border-radius: 100%;
}

.sample-right i {
    color: #fff;
}

.sample-next i {
    color: #fff;
}

.Get-sample .button-bf {
    padding-bottom: 0px;
}






.prodlist-pro-shareit {
    display: flex;
}

span.img-qr-code {
    position: relative;
    padding-left: 5px;
    display: inline-block;
}
.img-qr-code svg {
    width: 30px;
    height: 30px;
}
.prodlist-pro-shareit span {
    margin-right: 5px;
}
.prodDetailCode {
    display: none;
    bottom: 0;
    /* display: block; */
    left: auto;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 200px;
    height: 215px;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
    background: #fff;
}









/* febback  */


.box-footer {
    padding: 0px 35px;
}

.containered {
    padding: 40px 50px;
}


span.span-enjer-left {
    font-size: 28px;
    font-weight: 500;
    color: #383838;
}

.client_left_middle {
    width: 90px;
    height: 3px;
    margin: 20px 0 30px;
    background-color: #8cb813;
}

span.ctenj-btom-left {
    line-height: 1.4;
    display: inline-block;
    color: #383837;
}


.span-ej {
    display: flex;
    color: #888888;
}

.span-ej strong {
    color: #8cb813;
    font-size: 20px;
    line-height: 20px;
}

.span-ej span {
    text-align: center;
    display: inline-block;
    padding: 0px 5px;
}

.box-item-enj-right .enjoi-next {
    position: absolute;
    bottom: 0;
    right: 41px;
    background: none;
    color: #222;
}

.box-item-enj-right .enjoi-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    color: #222;
}

.box-item-enj-right .enjoi-next i {
    font-size: 25px;
}

.box-item-enj-right .enjoi-right i {
    font-size: 25px;
}




.client_right_ul_li_img {
    width: 100px;
    height: 100px;
}

.client_right_ul_li_img img {
    border-radius: 100%;
}

.client_right_ul_li_imgbox {
    display: flex;
    align-items: center;
    padding-top: 60px;
}

.banner-name {
    color: #8cb813;
    font-size: 24px;
    margin: 0px 0px 0px 20px;
    font-weight: 600;
}




a:hover {
    color: unset;
}

.footer {
    background: #000;
}

.footer-content-left span {
    color: #fff;
    display: block;
}

a.box-span-lh {
    padding-top: 20px;
    display: inline-block;
}

.logo-footer {
    width: 100%;
    max-width: 100%;
    height: 85px;
}

.logo-footer img {
    width: auto;
}

.footer-content-left {
    width: 95%;
    padding-top: 30px;
}

.footer-content-left span {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
	padding-bottom: 7px;
}


.content-title-footer h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.content-title-footer ul li {
    color: #aaa;
    list-style: disc;
    margin-left: 20px;
}

.content-title-footer ul li a {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2em;
    text-transform: uppercase;
}

.content-title-footer ul li a:hover {
    color: var(--color-second);
}

.form-right-footer h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.box-control-foter {
    margin-bottom: 16px;
    width: 50%;
    padding: 0px 10px;
    color: #fff;
}

.from_control_group {
    display: flex;
    flex-wrap: wrap;
}

.box-control-foter.textarea textarea {
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 10px 10px;
    color: #fff;
}

.box-control-foter.textarea {
    width: 100% !important;
}

.box-control-foter input {
    width: 100%;
    padding: 0px 10px;
    height: 30px;
    border: 1px solid #aaa;
    background: transparent;
    border-radius: 5px;
    color: #fff;
}

.box-form-contact-footer fieldset {
    border: none;
}

.box-control-foter.submit-footer button {
    border: 1px solid #8cb813;
    border-radius: 13px;
    background: #8cb813;
    color: #fff;
    font-size: 14px;
    width: 102px;
    height: 30px;
}

.Copyright-footer {
    color: #aaaaaa;
    padding-top: 30px;
    display: inline-block;
}

.box-copyright-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 1px;
    background: #aaa;
}

.box-copyright-footer {
    position: relative;
}

section.footer.containered {
    width: calc(100% - 150px);
    float: right;
    max-width: 100%;
}

.footer-content-left a {
    color: #aaaaaa;
}

.footer-content-left a:hover {
    color: var(--color-second);
}

.footer.containered a:hover {
    color: #fff !important;
}

.button-bf.pd-title h1 img {
    height: 10px;
    margin-left: 5px;
    transition: .3s all;
    width: 10px;
}

.button-bf.pd-title h1:hover img {
    transform: rotate(45deg);
    margin-left: 15px;
}
















.banner-product {
    position: relative;
}

.content_banner-product {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 35%;
    transform: translateY(-50%);
}

.content_banner-product .brackham {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.content_banner-product .brackham-bottom {
    color: #fff;
    font-size: 16px;
    padding-left: 50px;
}

.brackham a {
    color: #fff;
}

.brackham a:hover {
    color: var(--color-second);
}

.banner {
    height: 450px;
}

.banner-product .brackham {
    position: absolute;
    top: 10%;
    left: 3%;
    color: #fff;
    font-size: 16px;
}

.submenu-default-gray .prodli a {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.item_menudown a {
    font-size: 13px;
}


.submenu-default-gray .prodli a:hover {
    color: var(--color-second);
}

ul.submenu-default-gray .prodli:hover {
    background: #F0F0F0;
}


.inlineLabel a {
    color: #222222;
}

.inlineLabel a:hover {
    color: var(--color-second);
}

.inlineLabel {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.box-product-category-alled nav {
    width: 100%;
}

.pagination li {
    padding: 5px 15px;
    border: 1px solid #ddd;
}

.page-item.active {
    background: var(--color-second);
    color: #fff;
}

.page-item a {
    color: #888888;
}



.sitewidget-hd h2 {
    background: #8cb813;
    font-size: 20px;
    color: #fff;
    padding: 10px 0px 10px 12px;
    line-height: 5rem;
}

ul.submenu-default-gray .prodli {
    border: 1px solid #e7e7e7;
    line-height: 2em;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}


.sitewidget-right {
    background-color: #f0f0f0;
    border-right: 0 solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.box-category-all {
    padding-inline: 0px !important;
}



.prodlist-box-hover {
    width: 33.3333%;
    padding: 5px;
    margin-bottom: 65px;
}

.box-product-category-alled {
    display: flex;
    flex-wrap: wrap;
}

.prodlist-display {
    padding: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.prodlist-display:hover img {
    transform: translateY(-5px);
    transition: 1s ease;
}
.sliderTable {
    color: #333;
}

.box-all-headeredbked {
    width: 100%;
    float: right;
}

.box-left-hd .logo {
    height: 75px;
    width: 75px;
}

.nav-left {
    display: none;
}

.header-left {
    width: 100%;
    height: 75px;
    z-index: 999;
}

.header.box-all-headeredbk {
    width: 100%;
    display: none;
}

.row.boxed-searched {
    display: none;
}

section.footer.containered {
    width: 100%;
}

/* header mobile */
.box-left-hd {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.list__menu__mobile {
    padding: 20px;
}

.menu__mobile {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #222222;
    max-height: 0px;
    overflow-y: auto;
    transition: max-height 0.5s ease;
    z-index: 999;
    overflow-y: auto;
}

.icon__menu__mobile {
    fill: #fff;
    width: 50px;
    font-size: 20px;
    cursor: pointer;
}

.list__menu__mobile li a {
    font-size: 14px;
    color: #fff;
}


.list__menu__mobile li {
    padding: 10px 0px;
    border-bottom: 1px solid #333;
}

.containered {
    padding: 20px 10px;
}

.h2-title-feedback h2 {
    color: #222;
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
}

/* .ls-slider {
    margin-top: 70px;
} */

main {
    padding: 0;

}

.Get-sample .box-titlel-alls h1 {
    font-size: 24px;
}

.box-titlel-alls h1 {
    font-size: 24px;
}

.pd-title {
    padding-top: 25px;
    padding-bottom: 35px;
}

span.Copyright-footer {
    width: 100%;
    text-align: center;
}

.h2-title-feedback h2 {
    font-size: 24px;
}

span.span-enjer-left {
    font-size: 20px;
}

.client_left_middle {
    margin: 10px 0;
}

.client_right_ul_li_imgbox {
    padding-top: 20px;
}

.language__mobile {
    position: relative;
}

.language__mobile select {
    width: 100%;
    padding: 5px 20px;
}

.language__mobile svg {
    position: absolute;
    top: 7px;
    left: 5px;
}

.box__mobile {
    display: flex;
    gap: 20px;
}

.icon_search__mobile {
    fill: #fff;
}

.search__mobile {
    position: relative;
    display: flex;
    align-items: center;
}

.input__search__mobile {
    position: absolute;
    top: 0;
    right: 25px;
    border-radius: 5px;
    overflow: hidden;
}

.input__search__mobile input {
    width: 100px;
    padding: 5px 10px;
}
.input__search__mobile {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.input__search__mobile.active {
    display: block;
    opacity: 1;
}







.images-fast a img {
    height: 220px;
    width: 100%;
}


.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.prgoress_indicator {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 75px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    /* box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2); */
    z-index: 10000;
    /* opacity: 0; */
    /* visibility: hidden; */
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}
/* 
section.prgoress_indicator:before {
    position: absolute;
    content: "\f106";
    font-family: "FontAwesome";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

section.prgoress_indicator:after {
    position: absolute;
    content: "\f106";
    font-family: "FontAwesome";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #078586;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
} */

/* section.prgoress_indicator svg path {
    stroke: #078586;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
    fill: none;
} */

section.prgoress_indicator svg {
    height: 60px;
    width: 60px;
}



.box-product-category-alled .prodlist-inner1 {
    overflow: hidden;
    height: 120px;
}
.sitewidget-right h2 {
    color: #000;
}



.Fast-movers .box-titlel-alls {
    padding-bottom: 60px;
}


.box-category-all .prodlist-box-hover {
    margin-bottom: 0px;
}

.name-fast:hover a {
    color: #222 !important;
} 


.inlineLabel a:hover {
    color: #222 !important;
}






.breadcrumb .breadcrumbs-item a:hover {
    color: #222 !important;
  }
  
  .breadcrumb {
    display: flex;
    align-items: center;
  }

  .prodli a:hover {
    color: #8cb813 !important;
}
.sample-next i {
    font-size: 30px;
    color:  #9bcf0eff;
}

.sample-right i {
    font-size: 30px;
    color: #9bcf0eff;
}
  

.slider-panel-left:hover .sample-next {
    opacity: 1;
    transition:1s ease;
}

.slider-panel-left:hover .sample-right {
    opacity: 1;
    transition: 1s ease;
}
.box-sample-slide .sample-next {
    background: #00000061 !important;
    left: -25px;
    opacity: 1;
}

.box-sample-slide .sample-next i {
    font-size: 15px;
    color: #fff;
}

.box-sample-slide .sample-right {
    right: -10px;
    background: #00000061 !important;
    right: -25px;
    opacity: 1;
}


.box-sample-slide .sample-right i {
    font-size: 15px;
    color: #fff;
}








.box-fast-more {
    display: flex;
    text-align: center;
}




.images-fast:hover .img-1-hvFast {
    display: none;
}

.images-fast:hover .img-2-hvFast {
    display: block;
    display: block;
    transform: scale(1.1);
    transition: 2s;
    width: 100%;
}

.box-mores {
    position: relative;
}

.box-mores:hover .box-sell-images {
    opacity: 1;
    transform: translateX(-5px);
    transition: 1s ease;
}

.item-top-more .box-sell-images {
    transform: translateX(50px);
}

.item-top-more {
    overflow: hidden;
}


@media(max-width: 991px) {
    .ls-slider {
        margin-top: 0px;
    }
    .content-title-footer h2 {
        font-size: 16px;
    }

    .form-right-footer h2 {
        font-size: 16px;
    }

    .content-title-footer ul li a {
        font-size: 12px;
    }
}

@media(min-width:768px) {

    .sample-right {
        right: 5px;
    }


    .box-item-samp span {
        font-size: 14px;
        color: #333;
        padding-top: 0px;
        display: inline-block;
    }
    main {
        padding: 0 20px;
    }

    .containered {
        padding: 20px;
    }
}

@media(min-width: 900px) {
    .inlineLabel {
        min-height: 50px;
    }
    .box-product-category-alled .prodlist-inner1 {
        overflow: hidden;
        height: 270px;
    }
    .header-left {
        width: 150px;
        height: 100vh;
        background: #000;
        /* position: fixed; */
        left: 0;
    }

    .row.boxed-searched {
        display: flex;
    }

    .nav-left {
        display: block;
    }

    .box-all-headeredbked {
        width: calc(100% - 150px);
        float: right;
        /* padding-top: 50px; */
    }

    .box-left-hd .logo {
        height: 150px;
        width: auto;
    }

    .nav-left {
        display: block;
    }

    header.box-all-headeredbk {
        width: calc(100% - 150px);
        float: right;
        display: block;
    }

    section.footer.containered {
        width: calc(100% - 150px);
    }

    .menu__mobile {
        display: none;
    }

    .icon__menu__mobile {
        display: none;
    }

    .box-left-hd {
        display: block;
    }

    

    .pd-title {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .box-titlel-alls h1 {
        font-size: 40px;
    }

    .Get-sample .box-titlel-alls h1 {
        font-size: 36px;
    }

    .box__mobile {
        display: none;
    }

}

@media(min-width:1200px) {

  

    .containered {
            padding: 20px 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 1350px;
    }

    .h2-title-feedback h2 {
        font-size: 36px;

        padding-top: 57px;
        padding-bottom: 57px;
    }

    main {
        padding: 0 50px;
    }
}

@media(min-width: 1600px) {
    .box-imges img {
        height: 500px;
    }

    main {
        padding: 0 100px;
    }

}


@media(min-width: 2000px) {
   
   

    .containered {
        padding: 80px 275px;
        margin: 0 auto;
    }
}

