.Product-list-form {
    position: relative;
    margin-bottom: 20px;
}

.Product-list-sear {
    font-size: 16px;
    font-family: ArialMT;
    color: #999999;
    padding: 12px 0 12px 36px;
}

.Product-list-img {
    position: absolute;
    top: 17px;
    left: 10px;
}

.crumbs {
    margin-top: 10px;
}

.crumbs-title {
    font-size: 16px;
    font-family: ArialMT;
    color: #666666;
}

.red {
    color: red;
}

.padding-2rem {
    background: #F2F2F2;
    border-radius: 4px;
    padding: 15px;
}

.title_class_2 {
    width: 100%;
    background: #E46713;
    border-radius: 4px 4px 0 0;
    padding: 15px 0 15px 10px;
    font-size: 20px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 0;
}

.Hot-Products-title {
    font-size: 16px;
    font-family: ArialMT;
    color: #333333;
}

.padding-2rem-img div {
    margin-bottom: 8px;
    text-align: left;
}

.All-Products-content {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    pointer-events: none;
}

.All-Products-title {
    font-size: 18px;
    font-family: ArialMT;
    color: #999999;
}

.All-Products-text {
    text-align: right;
    display: block;
}

.img-left {
    margin-left: 15px;
}

.products-left-50 {
    padding-left: 50px;
}

.All-Products {
    margin-bottom: 30px;
}


.products-title {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-text {
    font-size: 17px;
    font-family: ArialMT;
    color: #666666;
    display: flex;
    justify-content: space-between;
}

.product-content {
    width: 100%;
    font-size: 16px;
    font-family: ArialMT;
    color: #666666;
    margin-top: 10px;
}

.a-Basket {
    background: #333333;
    border-radius: 4px;
    padding: 14px;
    color: white;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -ms-user-select: none;
    user-select: none;
}

.a-Basket:hover {
    color: white;
    background-color: black;
}

.a-Contact {
    background: #E46713;
    border-radius: 4px;
    padding: 14px;
    color: white;
    margin-left: 15px;
}

.a-Contact:hover {
    color: white;
}

.products-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.hr {
    width: 100%;
    height: 1px;
    background: #EAEAEA;
}

.form {
    text-align: center;
}

.margin-20 {
    margin: 20px 0 40px;
}

.switch_page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0 60px;
}

.switch_page > a > img:hover{
    box-shadow: none!important;
    transform: none!important;
}

.switch_page > a {
    border: none;
    background: none;
    padding: 8px 14px;
    margin: 0 3px;
    font-size: 22px;
    font-family: ArialMT;
    color: #999999;
}

.switch_page > a > img {
    height: 18px;
}

.padding-2rem > li > a > img {
    margin-top: -6px;
}

.Counterform {
    margin-top: 88px;
    background: #FFFFFF;
}

.Counterform-1 {
    margin-top: 88px;
    background: #FFFFFF;
    margin-bottom: 150px;
}

.Counterform-title-box {
    width: 9px;
    height: 29px;
    background: #DD3333;
    position: absolute;
}

.Counterform-title {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
}

.Counterform-title-text {
    font-size: 24px;
    font-family: ArialMT;
    color: #666666;
    margin-bottom: 64px;
    text-align: center;
    margin-bottom: 38px
}

.Counterform-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.Counterform-box-2 {
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    height: 35%;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;

}

.Counterform-box:hover > .Counterform-box-2 {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.end-row-1 {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.Counterform-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin-top-10 div {
    margin-top: 10px;
}

.Counterform-3-title {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #DD3333;
    margin: 8px 0;
}

.disabled-block {
    display: block;
    padding: 0;
    margin: 0;
}

.products_selector_pc > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    font-family: ArialMT;
    color: #333333;
}

.products_selector_pc > ul > li > a {
    color: #333333;
}

.products_selector_pc > ul > li > a:hover {
    color: #F00F26;
}

.products_selector_pc > ul > li > a:focus {
    color: #F00F26;
}

.products_selector_pc > ul > li:nth-last-child(1) {
    border-bottom: 0;
}

.products_selector_pc > ul > li > div > ul > li {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #eaeaea;
}

.products_selector_pc > ul > li > div > ul > li > a {
    color: #333333;
}

.products_selector_pc > ul > li > div > ul > li > a:hover {
    color: #F00F26;
}

.products_selector_pc > ul > li > div > ul > li {
    padding: 20px 0 15px;
}

.products_selector_pc > ul > li > div > ul > li:nth-last-child(1) {
    border-bottom: 0;
    padding: 20px 0 4px;
}

.related_search {
    position: relative;
    margin-bottom: 20px;
}

.related_search > img {
    position: absolute;
    top: 41px;
    left: 7px;
    width: 20px;
}

.related_search > input {
    width: 100%;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px 14px 33px;
    font-size: 18px;
    font-family: ArialMT;
    color: #000;
    margin-top: 25px;
    background: #EEEEEE;
}

.switch_page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.switch_page > a {
    border: none;
    background: none;
    padding: 8px 14px;
    margin: 0 3px;
    font-size: 22px;
    font-family: ArialMT;
    color: #999999;
}

.switch_page > a > img {
    height: 18px;
}

.switch_page > a:nth-child(1), .switch_page > a:nth-last-child(1) {
    padding: 7px 14px 10px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    transition: all 0.5s ease;
}

.switch_page > a:nth-last-child(1):hover {
    border: 1px solid #E46713;
    transform: scale(1.02);
}

.related_search > input::-moz-placeholder {
    color: #999999;
}

.sidebar {
    border-top: 1px solid #EFEDF0;
    border-bottom: 1px solid #EFEDF0;
    height: 40px;
    font-size: 13px;
    font-family: ArialMT;
    color: #666666;
    display: flex;
    align-items: center;
}

.main_color {

    color: #DD3333;
}

.disabled-1 {
    display: none;
}

.form-2 {
    background: #FFFFFF !important;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: black !important;
}

.width-100 {
    width: 100%;
}

.margin-bottom-14 {
    margin-bottom: 10px;
}

.padding-2rem-img > div:hover > .Hot-Products-title {
    color: #E46713;
}

.view-box {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    transition: all 0.5s ease;
    cursor:pointer;
}
.view-box:hover{
    padding: 5px;
    border-radius: 4px;
    border: 1px solid;
    transform: scale(1.02);
}

.disabled-inherit {
    display: none;
}

.product-dpn {
    display: block;
    width: 100%;
}

.product-dpn:after {
    float: right;
    margin-top: 10px;
}

.lieb{
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
}

.lieb-img{
    margin: -70px -12px 0;
    padding-right: 20px;
    z-index: 999;
}

.lieb-box{
    padding: 10px 0 0;
}

@media (max-width: 1279px) {

    .disabled-inherit {
        display: inherit !important;;
    }

    .crumbs-title {
        font-size: 13px;
        font-family: ArialMT;
        color: #666666;
    }

    .Counterform {
        margin-top: 0;
    }

    .Counterform-1 {
        margin-bottom: 80px;
        margin-top: 25px;
    }


    .Counterform-title {
        text-align: left !important;
        font-size: 16px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #333333;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }

    .Counterform-title-text {
        font-size: 13px;
        font-family: ArialMT;
        color: #666666;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .col-margin-20 {
        margin-top: 20px;
    }

    .hide {
        display: none;
    }

    .disabled-1 {
        display: block;
    }

    .products-left-50 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .All-Products-text {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .All-Products-content {
        font-size: 16px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #333333;
        pointer-events: auto;
    }


    .products-title {
        font-size: 15px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 4px;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-text {
        font-size: 13px;
        font-family: ArialMT;
        color: #666666;
        display: block;
        margin-bottom: 20px;
    }

    .product-content {
        font-size: 14px;
        font-family: ArialMT;
        color: #666666;
        margin-top: 6px;
        display: none;
    }

    .a-Contact {
        background: #E46713;
        border-radius: 0 4px 4px 0;
        padding: 14px 15px;
        color: white;
    }

    .margin-20 {
        margin: 10px 0;
    }

    .PMC-box > a {

        font-size: 13px;
    }

    .PMC-a-1 {
        width: 80%;
        background: #333333;
        border-radius: 4px 0 0 4px;
        padding: 10px !important;
    }

    .PMC-b-1 {
        width: 20%;
        background: #E46713;
        border-radius: 0 4px 4px 0;
        padding: 10px !important;
    }

    .PMC-box {
        margin-bottom: 10px !important;
    }

    .switch_page {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 40px;
    }

    .All-Products-content-text {
        font-size: 12px;
    }

    .a-Basket {
        background: #333333;
        border-radius: 4px;
        padding: 14px 20px;
        color: white;
    }

    .a-Contact {

        padding: 14px 24px;
    }


}
