.home_info{padding-top: 30px;}
.home_info h1{text-align: center;}

.header-menu > ul > li:hover > ul ul{display: block;}

.header .shop-container{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
}
.header .shop-mobile{
    display: none;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    padding: 15px;
    z-index: 99;
}
.shop-mobile .shop-link{
    text-decoration: none !important;
    color: #fff;
}
.shop-mobile .shop-link .fa{
    font-size: 24px;
}

.overflow{overflow: hidden;}
.mg-bt-20{margin-bottom: 20px;}
.mg-bt-30{margin-bottom: 30px;}
.text-right{text-align: right;}

.product-item-amount{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    padding: 0;
    height: 38px;
}
.product-item-amount input[type="number"]{
    margin: 0;
    height: 100%;
    font-weight: normal;
    font-size: inherit;
}
.h-100,.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus{
    height: 100%;
}

.popup-cookie {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 80px;
    background-color: #2e2e2e
}

.popup-cookie__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1170px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 15px
}

.popup-cookie__message {
    -ms-flex-preferred-size: 804px;
    flex-basis: 804px;
    max-width: 804px;
    padding-right: 27px;
    font-family: Helvetica Neue LT W10_55 Roman,sans-serif;
    font-size: 13px;
    line-height: 1.38;
    color: #fff
}

.popup-cookie__message p {
    margin: 0
}

.popup-cookie__btns {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-cookie__btns .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 161px;
    flex: 0 0 161px;
    width: 161px;
    margin-right: 14px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}

.popup-cookie__btns .btn:last-of-type {
    margin-right: 0
}

.popup-cookie .btn-more-info {
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.popup-cookie .btn-more-info:hover {
    color: #fff;
    border-color: #ef1526;
    background: #ef1526
}

.popup-cookie .btn-more-info:active {
    border-color: #ff3849;
    background: #ff3849
}

.popup-cookie .btn-next {
    color: #fff;
    background: #ec1b2e
}

.popup-cookie .btn-next:hover {
    color: #fff;
    background: #ff3849;
    -webkit-box-shadow: 0 6px 16px 0 rgba(255,99,113,.3);
    box-shadow: 0 6px 16px 0 rgba(255,99,113,.3)
}

.popup-cookie .btn-next:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

/*.subcat-desc .text{
    color: inherit;
    position: relative;
    width: auto;
    max-width: 100%;
}*/

.footer .footer-col-4 .footer-menu li:last-child a{font-weight: bold;color: #b11e29 !important;}

.sites-list{position: relative;}
.sites-list .dropdown__title{
    cursor: pointer;
    font-weight: bold;
    transition-duration: 0.3s;
}
.sites-list .dropdown__title::after{
    content: "\f107";
    font-family: 'FontAwesome';
    color: #b11e29;
    margin-left: 5px;
    display: inline-block;
    transition-duration: 0.3s;
}
.sites-list.open .dropdown__title{
    color: #b11e29;
}
.sites-list.open .dropdown__title::after{
    transform: rotate(-180deg);
}
.sites-list .dropdown__list{
    position: absolute;
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    z-index: 99;
    min-width: 220px;
    right: 0;
}
.sites-list .dropdown__list .dropdown__list-inner{
    display: flex;
    flex-direction: column;
}
.sites-list .dropdown__list .dropdown__item{
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
}
.sites-list .dropdown__list .dropdown__item:hover{
    color: #231f20;
    background: #f6f8fb;
}

.pagination{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.table-container{min-height: .01%;overflow-x: auto;display: block;width: 100%;}
table.table{display: table;width: 100%;border-collapse: collapse;}
table.stripe,.table.stripe{border: 1px solid #e4e4e4;}
table.stripe td,table.stripe th{padding: 10px;}
table.stripe > tbody > tr:nth-child(odd),.table.stripe > .table-row:nth-child(even){background-color: #f4f4f6;}

.form__control{
    width: 100%;
    margin-bottom: 20px;
}
.form__control .form__label{font-weight: bold;color: #8f97a3;}
.form__control .form__text-input {
    margin: 0;
    outline: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a3acba;
    background-color: #f6f8fb;
    color: #3a3d4b;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 11px 13px;
    position: relative;
}
.form__control input.error,
.form__control select.error,
.form__control textarea.error{border-color: #ed1b2f !important;}
.form__control--checkbox .form__label{
    display: flex;
    gap: 10px;
}
.form__control--checkbox input[type="checkbox"]{accent-color: #ec1b2e;}

.form__control .download {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}
.form__control .download__input {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    visibility: visible;
    opacity: 0;
    cursor: pointer;
}
.form__control .download__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #ec1b2e;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form__control .download__btn-icon{line-height: 1;}
.form__control .download__btn-icon svg .svg-stroke {stroke: #fff;}
.form__control .download__btn-label {display: none;}

@media (max-width: 767px){
    .header-top .buy_online{float: right;}
    .header-top .sites-list .dropdown__list{right: auto;}
    .header-menu > ul > li > a,
    .mobile-nav li a,
    .header-top .sites-list{font-size: 20px;}
    .mobile-nav {padding-top: 0;}
    .header-content{padding-bottom: 100px;}
    .header .shop-container{display: none;}
    .header .shop-mobile{display: flex;}
}