html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 0.8125rem;
    margin: 0px;
    padding: 0px;
}
body {
    margin: 0;
    font-family: "pt-sans-pro", "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.25rem;
    line-height: 20px;
    width: 100%;
    font-weight: 400;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}

ul {
    margin: 0px 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

header {
    margin: 0px 0px 10px;
    background-color: #fff;
    /*box-shadow: 0 0.01875rem 0.04375rem rgb(0 0 0 / 3%), 0 0.05rem 0.1125rem rgb(0 0 0 / 4%), 0 0.08125rem 0.2125rem rgb(0 0 0 / 5%), 0 0.11875rem 0.375rem rgb(0 0 0 / 6%), 0 0.175rem 0.70625rem rgb(0 0 0 / 7%), 0 0.3125rem 1.6875rem rgb(0 0 0 / 10%);*/
    transition: all ease-in-out var(--var-duration);
}

header .top {
    padding: 0.3125rem 0;
    font-size: 1rem;
    background-color: #f3f3f3;
}

header .top .top_menu {
    float: left;
    width: 75%;
}

header .top .top_menu ul {
    display: flex;
}

header .top .top_menu ul li {
    margin-left: 15px;
}

header .top .top_menu ul li:first-child {
    margin: 0px;
}

header .top .top_menu ul li span {
    display: flex;
    font-size: 1rem;
    align-items: center;
}

header .top .top_menu ul li span svg {
    width: 12px;
    height: 12px;
    margin: 0px 10px 0px 0px;
}

.top_phone {
    display: flex;
    margin-left: auto;
}
.top_phone ul {
    display: flex;
}
.top_phone li {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}
.top_phone li svg {
    width: 12px;
    height: 12px;
    margin: 0px 10px 0px 0px;
}

.top_phone li strong {
    margin: 0px 10px 0px 0px;
}

header .medium {
    padding: 5px 0px;
    color: #fff;
    background-color: #000;
}

header .container .wrapper {
    display: flex;
}

header .medium .search_section {
    width: 40%;
    float: left;
    margin: auto;
}

header .medium .search_section #search:focus,
header .medium .search_section #search:hover {
    opacity: 1;
}

header .medium .search_section #search input[type="text"] {
    background: transparent;
    border-radius: 6px 0px 0px 6px;
    opacity: 0.6;
    border: 1px solid #fff;
    border-right: 0px;
}

header .medium .search_section #search input[type="text"]::placeholder {
    color: #fff;
}

header .medium .search_section #search input[type="text"]:focus {
    transition: all ease-in-out var(--var-duration);
    color: #000;
    background-color: #fff;
    border-color: #f90;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    opacity: 1;
}

header .medium .search_section #search input[type="text"]:focus::placeholder {
    color: #000;
}

header .medium .search_section #search .btn-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    text-shadow: 0px 0px 0px;
    background: transparent;
    color: #fff;
    margin-left: 0px;
    outline: none;
    border-radius: 0px 6px 6px 0px;
    opacity: 0.6;
    border: 1px solid #fff;
    border-left: 0px;
}

header .medium .search_section #search .btn-lg i {
    font-size: 16px;
}

header .medium .search_section #search:hover input[type="text"],
header .medium .search_section #search:hover .btn-lg {
    opacity: 1;
}

header .medium .login_section {
    float: right;
    margin: auto 0 auto 0;
}

header .medium .login_section .dropdown-menu li > a:focus
header .medium .login_section .dropdown-menu li > a:hover {
    text-decoration: none;
    background-color: inherit;
    background-image: none;
    background-repeat: inherit;
    color: #f90;
}

header .medium .login_section .dropdown-menu ul {
    display: block;
}

header .medium .login_section ul {
    display: flex;
    font-size: 1rem;
    align-items: center;
}

header .medium .login_section .dropdown-menu .btn {
    width: 100%;
    padding: 6px 12px;
    color: black;
}

header .medium .login_section .dropdown-menu label,
header .medium .login_section .dropdown-menu a,
header .medium .login_section .dropdown-menu p,
header .medium .login_section .account_socnetauth2_bline_content{
    float: inherit;
    color: #000;
}

header .medium .login_section ul li a {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
}

header .medium .login_section ul li a svg {
    width: 24px;
    height: 18px;
}

header .medium .login_section ul li a span {
    float: left;
    width: 100%;
    font-size: 14px;
}

header .medium .login_section ul li a .wishlist_count {
    font-size: 10px;
    font-weight: 700;
    z-index: 1;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: 5px;
    background: #f90;
    color: #000;
}

@media (max-width: 768px) {
    header .medium .login_section ul li a .wishlist_count {
        display: block;
        right: -9px;
    }
}

header .medium .login_section .dropdown-menu.show {
    right: 0;
    left: inherit;
    list-style: none;
    padding: 1.25rem;
    max-height: 35rem;
    overflow-y: auto;
    text-align: left;
    min-width: 520px;
}
#checkout-checkout .table-responsive svg,
#checkout-cart .table-responsive svg{
    width: 150px;
    height: 150px;
}
header .medium .login_section .dropdown-menu svg {
    width: 80px;
    height: 80px;
}
header .medium .login_section .dropdown-menu > ul {
    display: block;
}

header .medium .login_section .dropdown-menu li {
    padding: 0.46875rem 0;
    font-size: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
}

header .medium .login_section .dropdown-menu li a,
header .medium .login_section .dropdown-menu li span {
    font-size: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}

header .medium .login_section .dropdown-menu li .name_item,
header .medium .login_section .dropdown-menu li .total_item {
    font-weight: 700;
    margin: 0px 0px 5px;
}

header .medium .login_section .dropdown-menu li .option_item {
    float: left;
    width: 100%;
    font-size: 0.75rem;
}

header .medium .login_section .dropdown-menu li .total_price {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px;
    justify-content: space-between;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.625rem 1.25rem;
    border-top: 0.0625rem solid #cfcfcf;
    border-bottom: 0.0625rem solid #cfcfcf;
}

header .medium .login_section .dropdown-menu li .total_price span {
    font-size: 1.25rem;
    font-weight: 700;
    width: 50%;
}

header .medium .login_section .dropdown-menu li .total_price span:last-child {
    text-align: right;
}

.btn_buy {
    color: #000;
    background-color: #f90;
    padding: 0.9375rem 1.875rem;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    border: 0.0625rem solid #f90;
    border-radius: .5rem;
}

.btn_buy:hover, .btn_buy:focus {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
    background-color: #eb8d00;
    border-color: #eb8d00;
    text-decoration: none;
}

header .medium .login_section .dropdown-menu li .btn_buy {
    text-align: center;
    font-weight: 700;
}

header .bottom {
    background-color: #fff;
}

main, footer {
    display: inline-block;
    width: 100%;
}

.main_section_block {
    float: left;
    width: 100%;
}

.main_section_block .left_block {
    width: 17%;
    float: left;
    margin: 0px 20px 0px 0px;
}

.main_section_block .left_block .left_menu {
    float: left;
    width: 100%;
    margin: 0px 0px 25px;
}

.main_section_block .left_menu .title_menu {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0px 0px 10px;
}

.main_section_block .left_menu ul li {
    margin: 0px 0px 15px;
}

.main_section_block .left_menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.main_section_block .left_menu ul li a:focus,
.main_section_block .left_menu ul li a:hover {
    text-decoration: underline;
}

.main_block .section_title {
    font-weight: 400;
    line-height: 42px;
    color: #000;
    font-size: 26px;
}
.main_block .section_title a {
    text-decoration-line: underline;
    text-underline-offset: 0.6rem;
}
.main_block .swiper-viewport {
    margin: 0px 0px 50px;
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
    border: 0px;
    position: relative;
    overflow: hidden;
}

.main_block .swiper-viewport #featured_categories {
    position: relative;
}

.main_block .swiper-viewport .swiper-pager {
    z-index: 10;
    height: 30px;
    position: absolute;
    width: 100%;
    top: 45%;
}

.swiper-viewport .product-thumb {
    margin-bottom: 0px;
    overflow: auto;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    width: calc(100% - 2px);
}

.swiper-viewport .product-thumb .image {
    height: 168px;
}

.swiper-viewport .product-thumb .caption {
    padding: 15px 15px 0px;
    min-height: 75px;
    height: 120px;
}

.swiper-viewport .product-thumb .caption h4 {
    margin: 0px 0px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.swiper-viewport .product-thumb .caption h4 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.swiper-viewport .product-thumb .caption p {
    text-align: left;
    height: auto;
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-size: 14px;
}
.catalog_product .swiper-viewport{
    margin: 0px 0px 0px;
    overflow: hidden;
}
.related-products{
    margin-top: 70px;
}
.related-products .product-thumb{
    border: none!important;
}
.related-products .product-thumb .caption p.value {
    position: absolute;
    right: 15px;
    bottom: 115px;
    font-weight: 600;
    font-size: 18px;
    color: #f90;
}
.related-products .product-thumb .caption h4,
.related-products .product-thumb .caption h4 a{
    max-height: 75px;
    overflow: hidden;
    font-size: 16px;
    color: #364657;
}
.related-products .product-thumb .image{
    border: 1px solid #cfcfcf;
    border-radius: 0.5rem;
    height: auto;
}
.related-products .product-thumb .caption{
    border-radius: 6px;
    margin-top: 5px;
    background-color: #fbfbfb;
}
.related-products .product-thumb .image img{
    border-radius: 0.5rem;
    width: 100%;
}
.catalog_product .swiper-pager{
    top: 35%!important;
}
.categories_home {
    margin: 0px 0px 50px;
}

.categories_home .row {
    display: flex;
    flex-wrap: wrap;
}

.categories_home .row article {
    width: 20%;
}

.categories_home .iconTile {
    padding: 1.875rem 1.25rem 1.25rem;
    border: 0.0625rem solid #cfcfcf;
    border-radius: .5rem;
    transition: all ease .3s;
    margin-bottom: 1.875rem;
    text-align: center;
}

.categories_home .iconTile:focus,
.categories_home .iconTile:hover {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
}

.categories_home .iconTile svg {
    height: 34px;
}

.categories_home .iconTile h5 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 10px 0px;
}

.categories_home .iconTile .iconTileCaption {
    height: 50px;
}

.banner_small {
    margin: 0px 0px 50px;
    float: left;
    width: 100%;
    position: relative;
}

.banner_small .content {
    width: 50%;
    padding: 50px 0.9375rem 50px 50px;
}

.banner_small .content h2 {
    margin: 0px 0px 10px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
}

.banner_small .content p {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
}

.banner_small .headlineModuleBG, .banner_small .headlineModuleBG2 {
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_small .headlineModuleBG {
    background-image: url('../image/sicherheitsprodukte.jpg');
}

.banner_small .headlineModuleBG2 {
    background-image: url('../image/buerobedarf.jpg');
}

.teaserIcons {
    padding: 1.1rem 3.75rem;
    border-radius: .5rem;
    background: #f3f3f3;
    float: left;
    width: 100%;
    margin: 0px 0px 50px;
}

.teaserIcons .justify-content-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teaserIcons .teaserIconsTeaser {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    text-align: center;
    align-items: center;
    word-break: break-word;
    font-size: 1.25rem;
    display: flex;
    text-align: left;
    color: #000;
}

.teaserIcons .teaserIconsTeaser .teaserIconsIcon {
    width: 35px;
    height: 40px;
}

.teaserIcons .teaserIconsTeaser .teaserIconsText {
    padding: 0px 0px 0px 10px;
    margin: auto 0;
    font-weight: 700;
}

.home_categories_block {
    margin: 0px 0px 50px;
    width: 100%;
    float: left;
}

.home_categories_block .category_items_block {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.home_categories_block .category_items_block .category_item {
    width: calc((100% - 75px) / 4);
    height: 100%;
    position: relative;
    margin: 0px 25px 0px 0px;
}

.home_categories_block .category_items_block .category_item:last-child {
    margin: 0px;
}

.home_categories_block .category_items_block .category_item .product-thumb {
    margin-bottom: 0px;
    overflow: auto;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

.home_categories_block .category_items_block .category_item .product-thumb .image {
    height: 235px;
}

.home_categories_block .category_items_block .category_item .product-thumb .image a {
    display: block;
}

.home_categories_block .category_items_block .category_item .product-thumb .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.home_categories_block .category_items_block .category_item .product-thumb .caption {
    padding: 15px 15px 0px;
    min-height: 75px;
    height: 120px;
}

.home_categories_block .category_items_block .category_item .product-thumb .caption h4 {
    margin: 0px 0px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.home_categories_block .category_items_block .category_item .product-thumb .caption h4 a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.home_categories_block .category_items_block .category_item .product-thumb .caption p {
    text-align: left;
    height: auto;
    margin: 0px;
    font-size: 14px;
    overflow: hidden;
}

.home_docs {
    margin: 0px 0px 50px;
    width: 100%;
    float: left;
}

.home_docs h2 {
    font-weight: 400;
    line-height: 42px;
    color: #000;
    margin: 0px 0px 30px;
    font-size: 32px;
}

.home_docs .home_docs_content {
    display: flex;
    justify-content: flex-start;
}

.home_docs .link_btn {
    border: 1px solid #cfcfcf;
    border-radius: .5rem;
    transition: all ease .3s;
    margin: 0px 25px 0px 0px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    padding: 19px;
}

.home_docs .link_btn:focus,
.home_docs .link_btn:hover {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
}

.home_news {
    float: left;
    width: 100%;
    margin: 0px 0px 50px;
}

.home_news .teaserNewsMain {
    padding-right: 1.875rem !important;
    margin-bottom: 1.875rem;
    position: relative;
}

.home_news .teaserNewsMain:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #dee2e6;
}

.home_news .teaserNewsImg {
    border-radius: .5rem;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1.875rem;
}

.home_news .teaserNewsImg img {
    width: 100%;
}

.home_news h3 {
    font-size: 21px;
    float: left;
    margin: 0px 0px 10px;
    line-height: 26px;
}

.home_news .teaserNewsText {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
}

@media (min-width: 768px) {
    .home_news .teaserNewsTeaser {
        padding-left: 1.875rem !important;
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 768px) {
    .home_news .teaserNewsTeaser {
        padding-right: 1.875rem !important;
        margin-bottom: 1.875rem;
        position: relative;
    }
}

.home_news .teaserNewsTeaser .teaserNewsArticle {
    padding-top: 1.875rem;
}

.home_news .teaserNewsTeaser .teaserNewsArticle:first-of-type {
    padding-top: 0;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #cfcfcf;
}

.home_news .teaserNewsTeaser .teaserNewsImg {
    float: right;
    max-width: 50%;
    margin-top: 0.3125rem;
    margin-left: 0.9375rem;
    margin-bottom: 0.9375rem;
    height: auto;
    display: inline;
    height: 83px;
}

.home_news .teaserNewsTeaser .teaserNewsImg img {
    height: 100%;
}

.home_news .teaserNewsTeaser .teaserNewsHeadline {
    font-size: 16px;
    float: none;
    line-height: normal;
    font-weight: 700;
    margin: 0px 0px 5px;
}

.home_news .teaserNewsTeaser .teaserNewsText {
    float: none;
}

.home_news .text-right {
    float: right;
    width: 100%;
    margin-right: 10px;
}

.home_news .text-right a {
    font-size: 14px;
    color: #000;
}

.home_news .text-right a:focus,
.home_news .text-right a:hover {
    text-decoration: none;
    color: #f90;
}

#rev_slider_1_1_wrapper {
    margin: 0 0 60px !important;
    background: #fff !important;
    z-index: 1;
    border: 4px solid #fff;
    border-radius: 4px;
    width: 100%;
    position: relative;
    overflow: visible;
}


/* catalog */
.catalog_products {
    float: left;
    width: 100%;
    padding: 0px;
}

.catalog_products .catalog_left {
    float: left;
    width: 15%;
    margin: 20px 0px;
}

@media (min-width: 768px) {
    .catalog_products .catalog_right {
        float: left;
        width: calc(100% - 15% - 20px);
        margin: 20px 0px 20px 20px;
    }
}

.catalog_products .catalog_left .sideMenuTitle {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.catalog_products .catalog_left .sideMenuCategories {
    list-style: none;
    padding-left: 1.25rem;
    margin-top: calc(1.875rem / 1.5 - .5rem);
    margin-bottom: 0;
}

.catalog_products .catalog_left .sideMenuCategories .sideMenuCategoriesEntry {
    margin: 15px 0px 0px;
}

.catalog_products .catalog_left .sideMenuCategories .sideMenuCategoriesEntry:first-child {
    margin: 0px;
}

.catalog_products .catalog_left .sideMenuCategories .sideMenuCategoriesEntry a {
    font-size: 15px;
}

.catalog_products .catalog_left .sideMenuCategories .sideMenuCategoriesEntry.active span {
    font-weight: 600;
    font-size: 15px;
}

#product-list .category_title,
.catalog_products .category_title {
    margin: 0px 0px 20px;
}

.catalog_products .categoryGroupTitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    padding-bottom: 1px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
    .catalog_products .categoryGroup_section {
        display: flex;
        flex-wrap: wrap;
    }
}

.catalog_products .categoryGroup_section article {
    margin: 0px;
}

.catalog_products .categoryGroup_section article figure {
    padding: 1.875rem 1.25rem 1.25rem;
    border: 0.0625rem solid #cfcfcf;
    border-radius: .5rem;
    transition: all ease .3s;
    margin-bottom: 1.875rem;
    height: calc(100% - 1.875rem);
}
.catalog_products .categoryGroup_section article a:focus,
.catalog_products .categoryGroup_section article a:hover {
    text-decoration: none;
    color: #000;
}
.catalog_products .categoryGroup_section article a:focus figure,
.catalog_products .categoryGroup_section article a:hover figure {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
}
.catalog_products .categoryDescription {
    float: left;
    font-family: 'Montserrat', sans-serif;

    line-height: 1.65;
    font-weight: normal;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
}
.catalog_products .categoryDescription .intro {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 4rem;
}
.catalog_products .categoryDescription h2,
.catalog_products .categoryDescription h3 {
    font-size: 23px;
    margin: 20px 0 18px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.catalog_products .categoryDescription a {
    text-decoration: underline;
}

.catalog_products .categoryDescription ul {
    list-style: square;
    padding: 0px 0px 0px 26px;
}

.catalog_products .categoryDescription ul li {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    padding-left: 3rem;
    list-style: none;
}

.catalog_products .categoryDescription ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    margin-top: 1rem;
    background: #f90;
    width: 2rem;
    height: 2px;
}

#product-search .productsGroup,
.catalog_products .productsGroup {
    display: flex;
    flex-wrap: wrap;
}

/*
.catalog_products .productsGroup article{
	margin: 0px 20px 0px 0px;
    padding: 0px;
}
*/

#product-search article figure,
.catalog_products .productsGroup article figure {
    padding: 1.875rem 1.25rem 1.25rem;
    border: 0.0625rem solid #cfcfcf;
    border-radius: .5rem;
    transition: all ease .3s;
    margin-bottom: 1.875rem;
    height: calc(100% - 1.875rem);
}

.catalog_products .productsGroup article a:focus,
.catalog_products .productsGroup article a:hover {
    text-decoration: none;
    color: #000;
}

.catalog_products .productsGroup article a:focus figure
.catalog_products .productsGroup article a:hover figure {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
}

#product-search article figure img,
.catalog_products .productsGroup article figure img {
    /*height: 12rem;*/
    width: 100%;
}

#product-search article .formatTileCaption,
.catalog_products .productsGroup article .formatTileCaption {
    text-align: center;
    margin-top: 1.25rem;
}

#product-search article .formatTileCaptionHeadline,
.catalog_products .productsGroup article .formatTileCaptionHeadline {
    font-weight: 700;
    font-size: 1.25rem;
}

/* product */
.catalog_product .productHeading {
    margin: 20px 0px 60px;
}

.catalog_product .productHeading .product_image_block {
    width: 33%;
    float: left;
}

.catalog_product .productHeading .product_image_block .thumbnails {
    margin: 0px;
}

.catalog_product .productHeading .product_image_block .thumbnails .image-additional {
    margin: 0px 7px 7px 0px;
    border: 1px solid #cfcfcf;
    border-radius: .5rem;
}

.catalog_product .productHeading .product_image_block .thumbnails .thumbnail {
    border: 0px;
    padding: 0px;
}

.catalog_product .productHeading .product_image_block .thumbnails .image-additional img {
    border-radius: .5rem;
}

.catalog_product .productHeading .product_image_block .thumbnails .image-additional:hover,
.catalog_product .productHeading .product_image_block .thumbnails .image-additional:focus {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
}

.catalog_product .productHeading .product_image_block .thumbnails .image-additional.active {
    border-color: #f90;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%), inset 0 0 0 0.0625rem #f90;
}

.catalog_product .productHeading .product_content_block {
    width: calc(100% - 33% - 20px);
    float: left;
    margin: 0px 0px 0px 20px;
}

.catalog_product .productHeading .product_content_block .product_title_top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0px 0px 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog_product .product_content_block .product_title_top h1 {
    margin: 0px 0px 5px;
    width: 65%;
}

.catalog_product .product_content_block .product_title_top h1 span {
    text-transform: lowercase;
}

.catalog_product .product_content_block .product_title_top .product_icons {
    /*display: flex;*/
    justify-content: flex-end;
    /*width: 35%;*/
}

.catalog_product .product_content_block .product_title_top .product_icons .productHeadingIcon {
    display: inline-flex;
    opacity: .4;
    cursor: pointer;
    transition: all ease .3s;
    border: 0px;
    padding: 0px;
    position: relative;
}

.catalog_product .product_content_block .product_title_top .product_icons .productHeadingIcon .addthis_counter {
    display: inline-block;
    position: absolute;
    height: 17px;
    width: 17px;
    opacity: 0;
}

.catalog_product .product_content_block .product_title_top .product_icons .productHeadingIcon:not(:last-child) {
    margin-right: 20px;
}

.catalog_product .product_content_block .product_title_top .product_icons .productHeadingIcon .icon {
    width: 1.375rem;
    height: 1.375rem;
}

.product_links {
    margin: 20px 0px 20px;
}

.product_links ul {
    display: flex;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-start;
    align-items: center;
}

.product_links ul li {
    margin-right: 0.625rem;
    font-size: 1rem;
    padding: .5rem 0.9375rem;
    border-radius: 3.125rem;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: all ease .3s;
}

.product_links ul li:hover,
.product_links ul li:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

.product_links ul li:hover a,
.product_links ul li:focus a {
    outline: none !important;
    text-decoration: none;
    color: #000;
}

.catalog_product .product_content_block .product_options {
    border-top: 0.0625rem solid #cfcfcf;
    display: inline-block;
    /*float: left;*/
    width: 100%;
}

.catalog_product .product_content_block .product_options .product_option {
    border-bottom: 0.0625rem solid #cfcfcf;
    transition: all ease .3s;
    padding-bottom: 0;
}

.catalog_product .product_content_block .product_options .product_option .product_option_head {
    padding: 15px 34px 15px 0px;
    position: relative;
    cursor: pointer;
}

.catalog_product .product_content_block .product_options .product_option .product_option_head.collapsed {
    box-shadow: 0 0 0;
}
.catalog_product .product_content_block .product_options .product_option .product_option_head:focus,
.catalog_product .product_content_block .product_options .product_option .product_option_head:hover {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
}

.catalog_product .product_content_block .product_options .product_option .product_option_head .option_head_content {
    font-size: 1.25rem;
}

.catalog_product .product_options .product_option .product_option_head .option_head_content dl {
    display: flex;
    align-items: center;
    margin: 0px;
}

.catalog_product .product_option .product_option_head .option_head_content .product_option_title_block {
    align-items: center;
    padding-left: 0.625rem;
    width: 100%;
    position: relative;
    font-weight: 700;
    display: flex;
    white-space: normal;
    vertical-align: middle;
}

.catalog_product .product_option .product_option_head .option_head_content .product_option_title_block span {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productConfigDesign .product_option_info,
.catalog_product .product_option .product_option_head .option_head_content .product_option_title_block .product_option_info {
    position: relative;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.75rem;
    border: none;
    background: none;
    pointer-events: all;
}

.productConfigDesign .product_option_info .iconInfo,
.catalog_product .product_option .product_option_head .option_head_content .product_option_title_block .product_option_info .iconInfo {
    color: #666;
    fill: #666;
    width: 1rem;
    height: 1rem;
    transition: all ease .3s;
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
}

.productConfigDesign .product_option_info {
    position: absolute;
    right: 0;
}

.catalog_product .product_option .product_option_head .option_head_content .product_option_value_block {
    width: 70%;
    display: flex;
}

.catalog_product .product_options .product_option .product_option_head .option_head_content .iconCollapse {
    color: rgba(0, 0, 0, 0.4);
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: 0;
    padding: 0.625rem;
    transition: all ease .3s;
    top: calc(50% - 1.25rem);
    transform: rotate(90deg);
}

.catalog_product .product_options .product_option .product_option_head:not(.collapsed) .iconCollapse {
    transform: rotate(-90deg);
    top: 1.0625rem;
}

.catalog_product .product_options .product_option .product_option_elems {
    padding-top: 0.5rem;
}

.catalog_product .product_options .product_option .product_option_elems .product_option_inputs {
    align-items: stretch;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    max-height: 30rem;
    position: relative;
    overflow: hidden;
}

.catalog_product .product_options .product_option .product_option_elems .productConfigTile {
    font-size: 1.125rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: block;
    justify-content: center;
    border: 0.0625rem solid #cfcfcf;
    border-radius: .5rem;
    transition: all ease .3s;
    align-items: center;
}

@media (max-width: 768px) {
    .catalog_product .product_options .product_option .product_option_elems .productConfigTile {
        margin: 0px 0px 0.625rem 4%;
        width: 44%;
    }
}

@media (min-width: 768px) {
    .catalog_product .product_options .product_option .product_option_elems .productConfigTile {
        margin: 0px 10px 0.625rem 0px;
        width: 30%;
    }
}

@media (min-width: 970px) {
    .catalog_product .product_options .product_option .product_option_elems .productConfigTile {
        margin: 0px 10px 0.625rem 0px;
        width: 23%;
    }
}

/*.catalog_product .product_options .product_option .product_option_elems .productConfigTile:nth-child(4n+4) {
	margin: 0px 0px 0.625rem 0px;
}*/
.catalog_product .product_options .product_option14 .product_option_elems .productConfigTile,
.catalog_product .product_options .product_option15 .product_option_elems .productConfigTile,
.catalog_product .product_options .product_option16 .product_option_elems .productConfigTile {
    display: block;
}

.catalog_product .product_options .product_option .product_option_elems .productConfigTile:hover,
.catalog_product .product_options .product_option .product_option_elems .productConfigTile:focus {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
}

.catalog_product .product_options .product_option .product_option_elems .productConfigTile.active {
    border-color: #f90;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%), inset 0 0 0 0.0625rem #f90;
}

.catalog_product .product_options .product_option .product_option_elems .productConfigTile input {
    width: 100%;
    position: absolute;
    height: 100%;
    background: transparent;
    border: 0px;
    opacity: 0;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

/*.catalog_product .product_options .product_option .product_option_elems .productConfigTile:first-child{*/
/*	margin: 0px 10px 0.625rem 0px;*/
/*}*/
.catalog_product .product_options .product_option .product_option_elems .productConfigTile .productConfigTileLabel {
    transition: all ease .3s;
    font-weight: normal;
    font-size: 1.25rem;
}

.catalog_product .product_options .product_option .product_option_elems .productConfigTile .productConfigPrice {
    color: rgba(0, 0, 0, 0.4);
    padding: 5px 0px 0px;
    float: left;
    width: 100%;
}

.catalog_product .product_options .price_option13 {
    position: absolute;
    opacity: 0;
}

.catalog_product .product_options .product_subtotal {
    display: flex;
    background-color: #f3f3f3;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    padding: 0.625rem 2.8125rem 0.625rem 1.875rem;
    justify-content: flex-end;
    font-size: 1.25rem;
}

.catalog_product .product_options .product_subtotal .opidProductConfigSubtotalAjax {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.catalog_product .product_options .product_subtotal .product_subtotal_title {
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0px 20px;
}

.catalog_product .product_options .product_subtotal .product_subtotal_price {
    font-weight: 400;
    font-size: 1.25rem;
}

.catalog_product .product_content_block .product_options_adition {
    margin-top: 3.75rem;
    display: flex;
    flex-direction: column;
    display: inline-block;
    /*float: left;*/
    width: 100%;
    border-top: 0px;
}

.catalog_product .product_content_block .product_options_adition h2 {
    font-size: 1.75rem;
    margin: 0px 0px 5px;
}

.productConfigDesign h2 {
    font-size: 1.75rem;
    margin-top: 3.75rem;
}

.catalog_product .product_content_block .product_options_adition .product_options_adition_title {
    border-bottom: 0.0625rem solid #cfcfcf;
    padding-left: 0.62rem;
}

.catalog_product .product_content_block .product_cart_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0px;
    background-color: white;
    border-top: 0.0625rem solid #cfcfcf;
}

.catalog_product .product_cart_block .product_delivery_block {
    width: calc(100% - 25% - 27% - 40px);
    margin: 0px 20px 0px 20px;
}

.catalog_product .product_cart_block .product_price_block {
    white-space: nowrap;
    margin: 0px 20px 0px 0px;
    text-align: right;
}

.catalog_product .product_cart_block .product_buy_block {
    width: 25%;
    margin: 0px;
}

.catalog_product .product_cart_block .product_delivery_block .selectes select {
    width: 47%;
    margin: 0px 10px 0px 0px;
    float: left;
}

.catalog_product .product_cart_block .product_delivery_block .selectes select:last-child {
    margin: 0px;
    float: right;
}

.catalog_product .product_cart_block .product_delivery_block .zip_section {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.catalog_product .product_cart_block .product_price_block span {
    font-weight: 700;
    font-size: 1.75rem;
}

.catalog_product .product_cart_block .btn_delivery {
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    border: 0px;
}

.catalog_product .product_cart_block .form {
    margin-bottom: 5px;
}

.catalog_product .product_cart_block .product_buy_block #input-quantity {
    height: 0px;
    padding: 0px;
    border: 0px;
}

.catalog_product .product_cart_block .product_buy_block .btn_buy {
    color: #000;
    background-color: #f90;
    padding: 0.9375rem 1.875rem;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    border: 0.0625rem solid #f90;
    border-radius: .5rem;
}

.catalog_product .product_cart_block .product_buy_block .btn_buy:hover,
.catalog_product .product_cart_block .product_buy_block .btn_buy:focus {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
    background-color: #eb8d00;
    border-color: #eb8d00;
    text-decoration: none;
}

.catalog_product .product_cart_block .product_price_block hr {
    margin-top: 5px !important;
    margin-bottom: 1px !important;
}

.catalog_product .product_cart_block .product_reward_block {
    color: red;
}

.catalog_product .product_cart_block .product_reward_block .autocalc-product-reward {
    font-size: inherit;
    font-weight: inherit;
}

.catalog_product .sticky {
    padding: 1rem !important;
    border-top-right-radius: 0.4375rem;
    border-top-left-radius: 0.4375rem;
    margin-left: -1rem;
}

.catalog_product .sticky {
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.29), inset 0 0 0 0 rgba(0, 0, 0, 0);
    z-index: 1020;
}

.catalog_product .product_info .product_info_content .title,
.product_shipping_block .title {
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    float: left;
    width: 100%;
}

.catalog_product .product_info .product_info_content .info ul,
.catalog_product .product_info_description .product_info_content .info ul {
    list-style: square;
    padding: 0px 0px 0px 16px;
}

.catalog_product .product_cart_block .product_delivery_block,
.catalog_product .product_info .product_info_content .info ul li,
.catalog_product .product_info_description .product_info_content .info ul li,
.catalog_product .product_info .product_info_content .info p,
.catalog_product .product_info_description .product_info_content .info p {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
}

.catalog_product .product_info .product_info_downloads .products_template {
    margin: 50px 0px 20px;
    float: left;
    width: 100%;
}

.catalog_product .product_info .product_info_downloads .title {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.catalog_product .product_info .product_info_downloads .products_template_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.catalog_product .product_info .product_info_downloads .item {
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    font-size: 1rem;
    width: 29%;
    margin: 0px 10px 20px 0px;
    border: 0.0625rem solid #cfcfcf;
    border-radius: .5rem;
    transition: all ease .3s;
    padding: 0.9375rem 0.625rem 0.625rem;
    text-align: center;
}

.catalog_product .product_info .product_info_downloads .item .dataTypeTileImage {
    height: 39px;
}

.catalog_product .product_info .product_info_downloads .item .dataTypeTileCaption {
    margin: 7px 0px 0px;
    height: 46px;
    text-align: center;
    word-break: break-word;
}

.catalog_product .product_info .product_info_downloads .item:focus,
.catalog_product .product_info .product_info_downloads .item:hover {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
}

.catalog_product .product_info .product_info_downloads .item:focus a,
.catalog_product .product_info .product_info_downloads .item:hover a {
    text-decoration: none;
}

.catalog_product .product_info_description {
    margin-top: 3rem;
}

.product_info_image img {
    width: 100%;
}

.catalog_product .product_info_description .product_info_content .title {
    font-size: 1.75rem;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    float: left;
    width: 100%;
}

/* modal */
@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 768px;
    }
}

@media (min-width: 1140px) {
    .modal .modal-dialog {
        width: 1140px;
    }
}

.modal .close {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
}

.modal .modal-dialog .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.0625rem solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal .modal-dialog .modal-content .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 3.75rem;
    border-top-left-radius: calc(.3rem - 0.0625rem);
    border-top-right-radius: calc(.3rem - 0.0625rem);
    border-bottom: none;
    min-height: 3.5rem;
}

@media (min-width: 768px) {
    .modal .modal-dialog .modal-content .modal-body {
        padding: 0 3.75rem 1.875rem 3.75rem;
        max-height: calc(100vh - 12.5rem);
        overflow-y: auto;
        margin-bottom: 0.3125rem;
    }
}

.modal .modal-dialog .modal-content .modal-body p {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
}

#modal-shipping.modal .modal-dialog .modal-content .modal-body p {
    margin-top: 1.25rem !important;
    margin-bottom: inherit !important;
}

/* для моб. */
@media (max-width: 767px) {
    .main_section_block .main_block {
        width: 100%;
    }

    header .top {
        display: none;
    }

    header .medium .logo_section {
        margin: 15px 10px 0px 0px;
    }

    header .medium .login_section {
        margin: auto 84px auto auto;
    }

    header .medium .login_section ul li a span {
        display: none;
    }

    header .medium .login_section ul li a {
        padding: 0px 5px;
    }

    .main_block .section_title {
        font-size: 20px;
        padding-left: 10px;
    }

    .categories_home .row article {
        width: 50%;
    }

    .categories_home .row {
        padding: 20px;
    }

    .banner_small .content {
        padding: 15px;
    }

    .banner_small .content h2 {
        font-size: 20px;
        font-weight: 500;
    }

    .banner_small .content {
        width: 100%;
    }

    .teaserIcons {
        flex-wrap: wrap;
    }

    .teaserIcons .justify-content-center {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: flex-start;
    }

    .teaserIcons .teaserIconsTeaser {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .teaserIcons {
        padding: 10px;
    }

    .catalog_products .catalog_left {
        display: none;
    }

    .catalog_product .productHeading .product_image_block {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .catalog_product .product_content_block .product_title_top h1 {
        margin-top: 30px;
        font-size: 25px;
        margin-top: 5px;
        width: 100%;
    }

    .catalog_product .product_content_block .product_title_top .product_icons {
        padding-top: 13px;
    }

    .catalog_product .productHeading .product_content_block {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .catalog_product .product_content_block .product_links ul li {
        text-align: center;
    }

    .catalog_product .product_content_block .product_cart_block {
        display: block;
        width: 100%;
    }

    .catalog_product .product_cart_block .product_delivery_block .selectes select {
        width: 100%;
    }

    .catalog_product .product_cart_block .product_delivery_block {
        width: 100%;
        padding-left: 10px;
    }

    .catalog_product .product_cart_block .product_buy_block {
        width: 100%;
    }

    .catalog_product .product_cart_block .product_delivery_block .zip_section {
        margin: 0px 0px 0px 0px;
    }

    .catalog_product .product_cart_block .btn_delivery {
        margin-bottom: 10px;
    }

    .catalog_product .product_info .product_info_image, .catalog_product .product_info_description .product_info_image {
        width: 100%;
        text-align: center;
    }

    .catalog_product .product_cart_block .product_price_block {
        width: 100%;
        text-align: center;
        margin: 0px 0px 20px 0px;
    }

    header .medium .login_section .dropdown-menu.show {
        min-width: 270px;
    }

    .teaserIcons .teaserIconsTeaser .teaserIconsText {
        font-size: 13px;
    }

    .home_docs h2 {
        font-size: 20px;
    }

    .home_docs .home_docs_content {
        display: flex;
        flex-wrap: wrap;
    }

    .home_docs .link_btn {
        margin: 0px 10px 10px 0px;
        width: 46%;
    }

    .home_docs {
        margin: 0px 10px 10px 10px;
    }

    .home_news {
        margin-left: 10px;
        margin-right: 10px;
    }

    .main_block .swiper-viewport {
        box-shadow: 0px 0px 0px;
        border: 0px;
        position: relative;
        overflow: hidden;
    }

    .main_block .swiper-viewport .swiper-pager {
        display: none;
    }
}

.iconDesign {
    width: 32px;
    height: 32px;
}

.z-btns {
    padding: 10px;
}

@media (min-width: 768px) {
    .z-btns .col-xs-12,
    .z-btns .col-sm-6 {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
}

.productConfigTileWrapper {
    position: relative;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #cfcfcf;
    border-radius: .5rem;
    margin: 15px 0;
    padding: 15px 0;
    transition: all ease .3s;
}

.productConfigTileWrapper.active {
    border-color: #f90;
}

.productConfigTileWrapper:focus,
.productConfigTileWrapper:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#account-order .img-design-file{
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
}
#account-order .img-design-file svg,
.productConfigTileWrapper .img-thumbnail svg{
    width: 100%;!important;
    height: 100%;!important;
}
.productConfigTileWrapper.opidBtnDesignOnline .col-sm-4{
    padding-right: 0;!important;
}
.productConfigTileLabel {
    transition: all ease .3s;
    font-weight: normal;
    font-size: 1.25rem;
}

.productConfigTilePrice {
    color: rgba(0, 0, 0, 0.4);
}

#icon-w2pIcon {
    width: 120px;
    height: 80px;
}

.productConfigInteractionTile {
    display: flex;
}

#w2pPlaceholderPicture {
    background: #9daab3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.productConfigInteractionTileContent {
    width: 75%;
    border-top-right-radius: .5rem;
    padding: 1.25rem;
    background-color: #f3f3f3;
    border-bottom-right-radius: .5rem;
}

.productConfigInteractionTileContentTitle {
    margin-bottom: .5rem;
    font-size: 1.75rem;
}

.productConfigInteractionTileContentSmall {
    margin-top: calc(1.875rem / 1.5 - .5rem);
    display: block;
    margin-bottom: 1.25rem;
}

.productsGroup h3 {
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #cfcfcf;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    margin-bottom: 1.875rem;
}

#widget1 {
    width: 300px;
    text-align: left;
}

.mts-cmn-error-message {
    color: white;
}

.mts-number-input {
    font-size: 15px;
    width: 207px;
    height: 34px;
    color: black;
}

input, button, select, textarea {
    padding: 0;
}

.mts-call-button {
    width: 138px;
    height: 36px;
    border-style: none;
    font-size: 15px;
    background-color: #e30611;
    border-radius: .5em;
    color: white;
}

.mts-cmn-text {
    color: #e30611;
}

.mts-cmn-opened-caption {
    /* margin-left: 18px; */
    font-size: 20px;
    color: #e30611;
}

.mts-closed-widget-button {
    width: 138px;
    height: 36px;
    border-style: none;
    font-size: 15px;
    background-color: #e30611;
    border-radius: .5em;
    color: white;
}

.mts-cmn > div:nth-child(2) > div {
    margin-top: 15px;
    width: 100%;
}

.mts-cmn > div:nth-child(2) > div {
    margin-top: 15px;
    width: 100%;
}

.mts-close-logo {
    background-image: url('https://vpbx.mts.ru//img/icon-cancel.png');
}

.mts-close-logo {
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
}

.tooltip-inner.image {
    max-width: 100%;
    height: 100%;
    background-color: #f5f0f0;
    padding: 1px 1px;
}

.tooltip.in {
    opacity: 1;
}

.tooltip img {
    background-color: white;
}

.product_option_value {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: auto;
}

.showMoreGradient {
    position: absolute;
    bottom: 0;
    height: 2.5rem;
    width: 100%;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, #fff 0%, rgba(255, 255, 255, 0.1) 100%);
}

.showMore {
    text-align: center;
    height: 4.0625rem;
    margin-bottom: 0.75rem;
}

.bonus {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.75.25A.75.75 0 0 0 3 1v3.75H.75a.75.75 0 0 0 0 1.5H3v1.5H.75a.75.75 0 1 0 0 1.5H3v3c0 .414.336.75.75.75h3.885C10.045 13 12 11.153 12 8.875S10.046 4.75 7.635 4.75H4.5v-3h5.95a.75.75 0 0 0 0-1.5h-6.7Zm6.65 8.625A2.622 2.622 0 0 1 7.781 11.5H4.5V9.25h1.15a.75.75 0 1 0 0-1.5H4.5v-1.5h3.281A2.622 2.622 0 0 1 10.4 8.875Z' fill='%238C8C8C'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
    .well-up {
        padding: 0 30px 0 30px;

    }
}

@media (min-width: 768px) {
    .well-up {
        padding: 0 50px 0 50px;
    }
}

#product-list .text-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-new {
    background-color: red;
    color: white;
    float: right;
    border-radius: 5px;
    padding: 2px 8px 2px 8px;
    font-size: x-small;
    font-weight: bold;
}

.message-new-head {
    background-color: red;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
}

.product_shipping_block {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.product_shipping_block .btn_delivery {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .product_shipping_block .btn_delivery {
        width: 100%;
    }
}

.product_shipping_block #address {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
}

.product_shipping_block .zip_section {
    margin-bottom: 0.5rem;
}

/* form-feedback */
#form-feedback .modal.fade {
    left: auto;
    padding-right: 0 !important;
}

#form-feedback .modal.fade .title {
    font-weight: bold;
    font-size: 2em;
    color: #333;
    line-height: 1.35em;
    padding: 60px 0 32px;
}

#form-feedback p {
    font-size: 1.35rem;
    margin-bottom: 25px;
}

#form-feedback .modal-body {
    padding-top: 1rem;
}

#form-feedback textarea,
#form-feedback input {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

#form-feedback .form-group .text-danger {
    position: absolute;
    right: 0rem;
    top: -0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10;
    color: #fff;
    font-size: 1rem;
    max-width: 80%;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

#form-feedback .form-group .text-danger::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 0 0;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    right: 1rem;
    bottom: -1rem;
}

#form-feedback .modal.fade .modal-dialog {
    margin: 0;
    width: 580px;
    height: 100%;
}

#form-feedback .modal.fade .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    height: 100%;
}

#form-feedback .feedback-content {
    padding-left: 300px;
    padding-top: 30px;
    height: 230px;
}

#form-feedback img {
    float: left;
}

#form-feedback h2 {
    margin-bottom: 30px;
}

#form-feedback .buttons button {
    margin-bottom: 15px;
    padding: 6px 12px;
}

#form-feedback .modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

#form-feedback .btn-default:focus, #form-feedback .btn-default:hover, #form-feedback .btn-default:active:focus, #form-feedback .btn-default:active:hover, #form-feedback .btn-default.disabled, #form-feedback .btn-default[disabled]:focus, #form-feedback .btn-default[disabled]:hover {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
    border: 1px solid #cfcfcf;
}

@media (max-width: 580px) {
    #form-feedback .modal.fade {
        width: 100%;
    }

    #form-feedback .modal.fade .modal-dialog {
        width: 100%;
    }

    #form-feedback img {
        float: none;
    }

    #form-feedback .feedback-content {
        padding-left: 0;
        padding-top: 0;
        height: 100%;
    }

    #form-feedback .buttons button {
        width: 49%;
    }
}

/* for WHO */
.container .why {
    margin: 0 0 30px;
}
.why .media {
    margin-top: 0;
    padding: 0 15px;
}
.why .media-object.pay:after {
    background-position: -98px -2px;
    width: 48px;
    height: 36px;
    margin-top: 6px;
}
.why .media-object.post:after {
    background-position: -150px -2px;
    width: 58px;
    height: 34px;
    margin-top: 6px;
}
.why .media-object.prot:after {
    background-position: -2px -2px;
    width: 40px;
    height: 46px;
}
.why .media-object.online:after {
    background-position: -46px -2px;
    width: 48px;
    height: 50px;
}
.why .media-object:after {
    content: '';
    display: block;
    background: url(/image/advantage_sprites.png) no-repeat;
}


@media (min-width: 992px) {
    header .logo_section {
        display: flex;
        min-width: 23%;
        align-items: center;
        text-align: left;
        float: left;
        background: linear-gradient(0deg, #131212 0%, #292827 100%);
        border-radius: 6px;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media (max-width: 1200px) {
    .top_phone span{
        display: none;
    }
}
header .catalog_section {
    position: relative;
    max-width: 300px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-right: 16px;
}

header .logo_section .logo {
    display: flex;
    width: auto;
    height: 64px;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}
header .logo_section .logo:hover {
    transition: .2s;
    background: rgba(255,255,255,.05);
}
header .logo_section .logo img{
    max-width: 130px !important;
}

header .header-bottom__catalog-spoiler {
    transition: opacity 300ms ease-in 300ms;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255,255,255,.12);
    box-shadow: 0 6px 8px rgba(89,16,0,.08);
    color: #fff;
    cursor: pointer;
    text-align: center;
    visibility: visible;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 16px 10px 20px;
}
header .catalog-button {
    transition: opacity 300ms ease-in 300ms;
    opacity: 1;
    border-radius: 6px;
    background: rgba(255,255,255,.12);
    box-shadow: 0 6px 8px rgba(89,16,0,.08);
    color: #fff;
    cursor: pointer;
    text-align: center;
    visibility: visible;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 14px;
    margin-left: 16px;
    padding: 10px 16px 10px 20px;
}
header .catalog-button:hover {
    background: rgba(255,255,255,.14);
    box-shadow: 0 6px 8px rgba(89,16,0,.08);
}
header .medium .dropdown-menu{
    top: calc(100% + 16px);
}

/*.po.col-sm-3{*/
/*    width: 27%;*/
/*}*/
/*.po.col-sm-9{*/
/*    width: 73%;*/
/*}*/

.catalog_section .modal{
    top: 64px;
    position: absolute;
    height: fit-content;
    overflow: inherit;
}
header .hello_section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 25%;
    height: 60px;
}
header .hello_section a{
    display: flex;
    align-items: center;
}
header .hello_section img{
    width: 200px;
}
header .hello_section h1{
    color: #4e4e4e;
    margin: 0;
    line-height: 1.1;
    font-size: 16px;
}
header .hello_section a:hover h1,
header .hello_section a:focus h1{
    color: #f90;
}
header .hello_section em{
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}
header .menu_section{
    display: flex;
    margin-left: 5%;
    height: 60px;
}
header .menu_section .top_menu {
    margin-bottom: auto;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    font-size: 16px;
}
header .menu_section .top_menu .top_menu_list{
    display: flex;
    flex-grow: 1;
    padding: 0;
    margin: 0 auto 0 0;
    list-style: none;
}
header .menu_section .top_menu .top_menu_item:not(:last-child) {
    margin-right: 22px;
}
header .menu_section .top_menu .top_menu_item {
    position: relative;
    display: flex;
    font-size: 16px;
}
header .menu_section .top_menu .top_menu-link {
    user-select: none;
    cursor: pointer;
    line-height: 21px;
    color: #4e4e4e;
    text-decoration: none;
    display: inline-block;
}
header .menu_section .top_menu .top_menu-link:hover,
header .menu_section .top_menu .top_menu-link:focus {
    text-decoration: none;
    outline: 0;
    color: #f90;
}

#catalog-menu{
    border: none;
    padding: 0;
    box-shadow: none;
}

/*#catalog-menu.dropdown-menu{*/
/*    background-color: #f3f3f3;*/
/*    !*box-shadow: 0 6px 12px rgba(0,0,0,.175);;*!*/
/*}*/
#catalog-menu .dropdown.show,
#catalog-menu .dropdown{
    position: static;
    display: flex!important;
}
/*#catalog-menu.menu-wrapper a,*/
/*#catalog-menu .dropdown a{*/
/*    display: flex!important;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    white-space: nowrap;*/
/*    min-height: 46px*/
/*}*/



.logo_section.open>#catalog-menu.menu-wrapper{
    display: block;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#catalog-menu .dropdown-menu{
    min-width: 100%;
    min-height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    left: 100%;
    top: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background-color: #f3f3f3;
}
#catalog-menu.dropdown-menu.show{
    display: flex!important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#catalog-menu li.menu-level-1 {
    display: flex;
    align-items: center;

}
#catalog-menu li.menu-level-1 svg {
    margin-left: auto;
    font-size: 16px;
    display: none;
}
#catalog-menu li.menu-level-1 a.maintainHover svg {
    display: block;
}
#catalog-menu.menu-wrapper>li>a,
#catalog-menu.dropdown-menu>li>a {
    display: flex;
    flex: 1 1 100%;
    height: 100%;
    align-items: center;
    padding: 8px 10px 8px 10px;
    font-weight: 500;
    border-radius: 6px;
}
#catalog-menu li{
    margin-right: 10px;
    margin-left: 4px;
}
#catalog-menu .dropdown:focus,
#catalog-menu .dropdown:hover{
    background: none;
}
#catalog-menu.menu-wrapper li>a:focus,
#catalog-menu.menu-wrapper li>a:hover,
#catalog-menu.dropdown-menu li > a:focus,
#catalog-menu.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #f90;
}
#catalog-menu .menu-level-2{
    background: white;
}
#catalog-menu .menu-level-2 .menu-level-2-img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
}
#catalog-menu .menu-level-2 .menu-level-2-ul{
    position: relative;
}
#catalog-menu .menu-level-2 .menu-level-2-ul.has-image {
    padding-left: 60px;
}
#catalog-menu .menu-level-2 .menu-level-2-a{
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 46px;
}
#catalog-menu .menu-level-2 .menu-level-3-ul {
    list-style: none;
    padding: 0;
}
#catalog-menu .menu-level-2 .menu-level-3-a{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
#catalog-menu .menu-level-2 .menu-level-2:before{
    display: block;
    content: '';
    border-top: dashed 1px rgba(0 0 0 / .1);
}
#catalog-menu .column-2,
#catalog-menu .column-3 {
    width: 915px;
}
#catalog-menu .column-1 {
    width: 500px;
}
#catalog-menu .maintainHover{
    border-radius: 6px;
    color: #f90;
    background-color: #f5f5f5;
}
#catalog-menu .maintainHover .menu-level-1-a{
    color: #f90;
}
.menu-header {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 12px;
    font-weight: 500;
    cursor: pointer;
    color: black;
}
.menu-level-1-img {
    width: 20px;
    height: 20px;
    margin: 0 14px 0 0
}
.all-products{
    font-weight: 700!important;
    font-size: 1.2rem;
}

#catalog-menu li.menu-level-1 .all-products svg {
    color: #6c6c6c;
    display: block;
    margin-left: 0;
    margin-right: 14px;
}
@media (min-width: 992px){
    .menu-header {
        display: none;
    }
    .menu-level-2 {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 100%;
        display: none;
        align-content: flex-start;
        flex-wrap: wrap;
        overflow-y: auto;
        padding: 0 10px;
        border-radius: 0 4px 4px 0;
        box-shadow: 0 4px 10px rgba(0 0 0 / .2);
        scrollbar-width: thin;
    }
    .menu-level-3 {
        padding: 0 0 15px;
    }
    .menu-level-3-li + li {
        margin: 7px 0 0;
    }
    #catalog-menu.menu-wrapper{
        display: none;
        position: absolute;
        z-index: 900;
        top:  calc(100% + 14px);
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        min-width: 100%;
        min-height: 100%;
        background-color: white;
    }
    .menu-level-2-ul.col-md-3:nth-child(n+5):before,
    .menu-level-2-ul.col-md-4:nth-child(n+4):before,
    .menu-level-2-ul.col-md-6:nth-child(1n+3):before,
    .menu-level-2-ul.col-md-12:nth-child(n+2):before {
        display: block;
        content: '';
        border-top: dashed 1px rgba(0 0 0 / .1);
    }
    .menu-level-2-ul {
        padding: 0 10px;
    }
    .menu-level-1.has-children:after {
        content: "";
        width: 30px;
        display: flex;
    }
    .menu-level-1.has-children.maintainHover:after {
        color: #f90;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        content: "\f107";
        font-size: 1em;
        display: flex;
        transform: rotate(-90deg);
    }
}
@media (max-width: 992px) {

    header .catalog-button {
        display: none;
    }

    .menu-level-1-li:after, .menu-level-1-pm {
        color: #f90;
    }
    .menu-wrapper {
        position: fixed;
        z-index: 1070;
        top: 0;
        left: -100%;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        transition: all ease-in-out .15s;
        background-color: #f5f5f5;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .menu-wrapper.show{
        left: 0;
    }
    .menu-header-icon.fa-times {
        display: flex !important;
        width: 44px;
        height: 100%;
        margin: 0 -12px 0 0;
        align-items: center;
        justify-content: center;
        background: rgba(0 0 0 / .05);
        color: white;
    }
    .menu-header-title {
        font-size: 1.25em;
        flex: 1 1 auto;
        color: white;
    }
    .menu-header {
        height: 54px;
        background: #f90;
    }
    .menu-level-1 {
        position: relative;
        border-top: solid 1px rgba(0 0 0 / .05);
        transition: all linear .15s;
    }
    .menu-level-2-ul{
        padding: 0;
    }
    .menu-pm {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        width: 44px;
        line-height: 46px;
        text-align: center;
        font-size: .85em;
        cursor: pointer;
    }
    .menu-pm.open .fa-plus {
        display: none;
    }
    .menu-pm:not(.open) .fa-minus {
        display: none;
    }
    .menu-pm.menu-level-2-pm .fa{
        color: #f90;
    }
    .menu-level-1-a {
        padding-right: 40px!important;
    }
    .menu-level-1-a {
        display: flex;
        flex: 1 1 100%;
        min-height: 46px;
        height: 100%;
        align-items: center;
        padding: 0 0 0 12px;
        font-weight: bold!important;
        color: #f90;
    }
    #catalog-menu li.menu-level-1 {
        display: block;
        align-items: center;
    }
    #catalog-menu .column-1,
    #catalog-menu .column-2,
    #catalog-menu .column-3,
    #catalog-menu .column-4
    {
        width: 100%;
    }
    .menu-level-2 {
        overflow: hidden;
    }
    .menu-level-3:not(.in),
    .menu-level-2:not(.in) {
        height: 0;
    }
    .menu-level-3 {
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    .menu-level-3-li {
        border-top: dashed 1px rgba(0 0 0 / .1);
    }
    .menu-level-3-a {
        min-height: 46px;
        padding: 0 32px 0 15px;
    }
    #catalog-menu li {
        margin-right: 0;
        margin-left: 0;
    }
    .menu-open {
        float: left;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 20px 0 0;
        height: 40px;
        padding: 0 15px;
        color: white;
        background: #f90;
        border-radius: 4px;
        cursor: pointer;
    }
    .menu-open-title {
        margin: 0 0 0 10px;
        font-weight: 500;
    }

    header .hello_section{
        display: none;
    }
    header .medium .login_section {
        margin: auto 0 auto auto;
    }
    header .logo_section .logo {
        height: 36px;
        padding-right: 0;
        padding-left: 0;
    }
    .menu-level-2-a {
        font-weight: 500!important;
        color: #f90;
        padding: 0 32px 0 15px;
        border-top: solid 1px rgba(0 0 0 / .1);
    }

}
@media (max-width: 575px){
    .menu-open-title {
        display: none;
    }

}



.spin {
    fill: currentColor;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    height: 1em;
    width: 1em;
}
#information-contact .help-address-block ul{
    margin-bottom: 14px;
}
#information-contact .help-address-block ul li, #information-contact .help-address-block ol li {
    position: relative;
    margin: 0.5rem 0 0.5rem 2rem;
    list-style: none;
    padding-left: 3rem;
    color: #1a1a1a;
    font-weight: 500;
    text-align: left;
}
#information-contact .help-address-block ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    margin-top: 1rem;
    background: #f90;
    width: 2rem;
    height: 2px;
}
.product-thumb-actions{

    grid-template-rows: 22px min-content min-content min-content auto 44px;
    display: grid;
    gap: 8px;
    padding: 28px 17px;
    position: relative;
    border: solid 1px #e3e3e3;
    box-sizing: border-box;
    overflow: hidden;
    height: 250px;
    background: white;
    border-radius: 6px;
    z-index: 0;
    margin-bottom: 20px;
}
.product-thumb-actions .end-time{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    white-space: pre-line;
}
.product-thumb-actions .action-image-block {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}
.product-thumb-actions .action-image{
    width: auto;
    height: 120px;
    max-width: 120px;
    object-fit: contain;
}
.product-thumb-actions .btn{
    grid-row: 6;
    height: 44px;
    background-color: white;
    width: fit-content;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    font-weight: 400;
}
.product-thumb-actions .btn:active:hover,
.product-thumb-actions .btn:active:focus,
.product-thumb-actions .btn:focus,
.product-thumb-actions .btn:hover{
    background-color: #f7f7f7;
    border-color: #d9d9d9;
    box-shadow: none;
}
.product-thumb-actions .product-minimum{
    font-size: 14px;
    line-height: 14px;
}
.product-thumb-actions .price{
    display: flex;
    height: fit-content;
    align-items: flex-end;
    width: max-content;
}
.product-thumb-actions .price-new{
    margin-left: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #f90;
}
.product-thumb-actions .price-old{
    margin-left: 5px;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
}
.product-thumb-actions span{
    color: #333;
}
.product-thumb-actions h4{
    font-weight: 500;
    margin: 0;
}
.product-thumb-actions h4{
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
}
.product-thumb-actions .plate{
    grid-template-rows: 22px min-content min-content min-content min-content;
    display: grid;
    gap: 4px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px;
    border-radius: 6px;
    width: 90%;
    background-color: white;
}
.product-list .product-thumb-actions .plate{
    margin-right: 15px;
    margin-top: 15px;
    width: calc(100% - 460px);
}
.product-list .product-thumb-actions{
    height: 240px;
}
.product-layout a:focus .product-thumb-actions, .product-layout a:hover .product-thumb-actions {
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
    border: none ;
}
.discount-label{
    background-color: #fff5e5;
}
span.product_option_price{
    white-space: nowrap;
}
.special-text-danger{
    background-color: #f90;
    color: #ffffff;
    border-radius: 6px;
    padding: 6px;
    margin: 6px;
    position: absolute;
}
.product-thumb-actions span.special-max-count {
    background-color: #f90;
    width: max-content;
    height: max-content;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border-radius: 6px;
    padding: 2px 6px 4px;
}
#information-information p{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.65;
    font-weight: normal;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
}
#information-information .intro {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 4rem;
    line-height: 2;
}
#information-information ul li {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    padding-left: 3rem;
    list-style: none;
}
#information-information h2,
#information-information h3 {
    font-size: 23px;
    margin: 20px 0 18px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 3px solid #eeeeee;
}
#information-information .style_1 h2,
#information-information .style_1 h3 {
    font-size: 16px;
    margin: 0!important;
    padding-bottom: 0!important;
    display: block;
    border-bottom: none!important;
}
#information-information .table>tbody>tr>td {
     padding-bottom: 8px;
}
#product-search #content{
    font-size: 1.25rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #191919;
    line-height: 1.65;
}
.account_socnetauth2_bline_content table{
    margin: inherit;
    width: inherit;
}

.breadcrumbs .checked{
    position: absolute;
    right: 15px;
    font-size: 1rem;
    color: #f90;
    font-family: initial;
}
.formFieldGroup {
    display: inline-block;
    width: 100%;
    margin-bottom: calc(1.5rem - 0.3rem);
    margin-top: 0.5rem;
}
.formFieldHelp {
    font-size: 0.85rem;
    color: grey;
    margin-top: 0.25rem;
    margin-left: 0.75rem;
}
.formFieldInput+.formFieldLabel{
    z-index: 4;
    background-color: #fff;
    padding: 0 0.4375rem;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: gray;
    cursor: text;
    max-width: calc(100% - 0.625rem);
    transition: all ease-in-out .3s;
}
.formFieldInput{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem;
    border: 0.0625rem solid #a5a5a5;
    border-radius: 0.4375rem;
    font-size: 1rem;
    box-shadow: none;
    transition: all ease .3s;
}

.formFieldInput:focus + .formFieldLabel{
    font-size: 0.75156rem;
    color: #f90;
    top: 0;
    cursor: pointer;
}
.formFieldInput:focus:not(:disabled), .formFieldInput:focus-within:not(:disabled){
    outline: 0;
    box-shadow: none;
    border-color: #f90;
}
.formFieldWrapper {
    position: relative;
}
.formFieldGroup .formFieldSuccess, .formFieldGroup .formFieldInfo, .formFieldGroup .formFieldError {
    margin-top: 0.25rem;
    margin-left: 0.75rem;
}
.formFieldError {
    font-size: 0.85rem;
    display: none;
    color: red;
}
.formFieldGroup.invalid .formFieldInput:focus+.formFieldLabel, .formFieldGroup.invalid .formFieldInput:focus-within+.formFieldLabel{
    color: red;
}
.formFieldGroup.invalid .formFieldInput, .formFieldGroup.invalid .selectric, .formFieldGroup.input_error .formFieldInput, .formFieldGroup.input_error .selectric {
    border-color: red;
}
.formFieldGroup.invalid .formFieldError, .formFieldGroup.input_error .formFieldError {
    margin-top: 0.25rem;
    margin-left: 0.75rem;
    display: block;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.tooltip >.tooltip-inner {
    background-color: #f90;
    color: black;
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 29%), inset 0 0 0 0 rgb(0 0 0 / 0%);
    font-weight: 300;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 5px;
}
.tooltip-arrow {
    border-style: solid!important;
    border-bottom-color: #f90 !important;
    border-top-color: #f90 !important;
}
.product_option .auto_hidden{
    display: none !important;
}
.form-control:focus {
    border-color: #f90;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(255, 153, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,153,0,.3);
}
/*#information-information ul li:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0%;*/
/*    margin-top: 0.85rem;*/
/*    background: #f90;*/
/*    width: 2rem;*/
/*    height: 2px;*/
/*}*/
