/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Set site background image */
blockquote { font-size: inherit !important; margin: 20px 0 25px;}
.stickymsg{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d52441;
    color: #fff;
    line-height: 20px;
    padding: 8px 0;
}
.stickymsg img {
    margin: 0 5px;
}
.stickymsg a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
.logo-block {
    display: flex;
    align-items: center;
}
body .logo-row .top-description {
    height: auto;
    min-width: 80px;
    margin-left: 10%;
}

body .fixed .logo-row .top-description {
    display: none !important;
}

.bottom-menu .item:hover .title {
    color: inherit !important;
}
.profile-select {
    display: none;
}
.delete-profile {
    display: block;
    width: 16px;
    height: 16px;
    top: 5px;
    right: 0;
    position: absolute;
    cursor: pointer;
    color: #d5dadc;
}
.delete-profile:hover {
    color: #ff0000;
}
.profile-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profile-block .selected {
    background-color: #f5f5f5;
}
.profile-box {
    display: block;
    position: relative;
    width: 49%;
    min-width: 250px;
    min-height: 100px;
    font-size: 0.85em;
    border-radius: 2px;
}
@media (min-width: 1240px){
    .profile-box {
        width: 33%;
    }
    .profile-block:has(> :last-child:nth-child(2)) { /* 2 elements */
        justify-content: flex-start;
    }
    .profile-block:has(> :last-child:nth-child(2)) label{
        margin-right: 10px;
    }
}
@media (max-width: 610px){
    .profile-box {
        width: 100%;
    }
}
.profile-box .profile-data {
    width: 100%;
    height: 100%;
    border: 1px solid #d5dadc;
    border-radius: 2px;
    padding: 10px 15px;
    cursor: pointer;
}
.profile-box .profile-data:hover {
    background-color: #f5f5f5;
}
.profile-box input[type=radio]:checked + .profile-data {
    border: 2px solid #1976d2;
    background-color: #f0f8ff;
}
.profile-box .city {
    color: initial;
}
.profile-box .location, .profile-box .contact, .profile-box .address {
    display: block;
    width: 100%;
    max-width: 250px;
    white-space:nowrap;
    overflow: hidden;
}
.profile-box .address {
    margin-top: 5px;
}
.profile-box .location {
    color: #999999;
    -webkit-mask-image: linear-gradient(90deg, #000 80%, transparent);
}
.zprofile-box:checked, .zprofile-box:active{
    border-color: #1976d2;
}
.profile-box input{
    display: none;
}
/*
.btn.btn-default.white:not(.grey) {
    border-color: #1976d2;
    background-color: #1976d2 !important;
    color: #FFF !important;
}

.btn.btn-default.white:not(.grey):hover {
    border-color: #2585e5 !important;
    background-color: #2585e5 !important;
}
*/
.logo-row .logo, #headerfixed .logo-row .logo, .logo-row .logo img {
    max-width: initial;
    width: auto;
}
#bx-soa-order.orderform--v1 .bx-soa-reference {
    margin: 0;
    padding: 0;
}
#bx-soa-region .bx-soa-section-title-container, #bx-soa-properties, #bx-soa-basket {
    zdisplay: none;
}
.creditBlock div, .creditBlock select{
    margin-top: 10px !important;
}
.creditStr {
    font-size: 18px;
}
.creditSum {
    font-weight: bold;
}
.dop_text span {
    cursor: pointer;
    color: #1976d2;
    border-bottom: 1px dotted #1976d2;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .menu-row .mega-menu table td.wide_menu_4column .dropdown-menu > li:nth-child(3n+1) {
        clear:unset;
    }
}

.wide_menu_4column .wrap > .dropdown-menu{
    padding-bottom: 25px !important;
    zdisplay: flex !important;
    zalign-items: stretch;
}
.wide_menu_4column li {
    min-height: 240px;
}
.wide_menu_4column li:after {
  position: absolute;
  content: '';
  border-right: 1px solid #f0f0f0;
  height: 100%;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.wide_menu_4column li:nth-child(n+4):after {
    content: none;
}
.wide_menu_4column .double_menu {
    width: 25% !important;
}
.wide_menu_4column .double_menu .items_wrap {
    width: auto !important;
}
.wide_menu_4column .dropdown-menu .items a, .wide_menu_4column .dropdown-menu .name a {
    width: 90%;
    padding: 0 !important;
}
.wide_menu_4column .dropdown-menu .items .printimg {
    text-align: center;
}
.wide_menu_4column .dropdown-menu .items img {
    margin-top: 15px;
}
.wide_menu_4column .dropdown-menu .items span {
    display: block;
    color: grey;
    font-size: 0.9em;
    line-height: 1.4em;
    padding-top: 15px;
}
.dropdown-menu ul.popular {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    max-height: 280px;
    overflow: hidden;
}
.dropdown-menu ul.popular li {
    width: auto !important;
    min-width: 170px;
    margin-bottom: 0 !important;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center;
    zmargin: 0 !important;
    padding: 0 10px 0 10px !important;
}
.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu .double_menu.right .title_wrap {
    margin: 0 0 16px;
}
.dropdown-menu li a span{
    display: block;
    min-height: 45px;
    white-space: pre-wrap;
    overflow: hidden;
}
.mega-menu table td .wrap > .dropdown-menu > li.menubg:before {
    display: block !important;
    position: absolute;
    content: '';
    width: 64px;
    height: 64px;
    top: auto;
    left: auto;
    right: 40px;
    bottom: 10px;
    zbackground-image: url(../images/menu_297.png);
    background-color: transparent !important;
    opacity: 0.3;
}
.menu_297:before, .menu_766:before, .menu_1748:before{
    background-image: url(../images/menu_297.png) !important;
}
.menu_298:before, .menu_767:before, .menu_1749:before {
    background-image: url(../images/menu_298.png) !important;
}
.menu_299:before, .menu_768:before, .menu_1750:before {
    background-image: url(../images/menu_299.png) !important;
}
.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li.menu_bottom {
    width: 100%;
    min-height: auto;
    clear: both;
    display: flex;
    margin: 5px 0 0 0;
}
.wide_menu_4column li.menu_bottom::after {
    content: none;
}
.menu_bottom span {
    display: block;
    padding: 2px 5px;
    border: 1px solid #d5d5d5;
    margin-right: 10px;
    opacity: 0.4;
}
.menu_bottom span:hover {
    opacity: 1;
}
.mega-menu table .dropdown-menu .menu_bottom span a{
    color: #d5d5d5;
    padding: 5px 5px 5px 5px !important;
    color: #000;
}
.contacts table td .fa.big-icon .svg{
    margin-left: 1px;
}
.section_info .desc_wrapp {
    margin-top: 10px;
    display: block;
    color: black;
}
.prices .price {
    width: 100%;
}
.offers_price, .price_matrix_wrapper .price {
    display: flex;
    justify-content: space-between;
}
.hint_wrapper {
    font-weight: 400;
    font-size: 0.9em;
    color: #999999;
}
.hint_wrapper .hint_currency {
    font-size: 0.8em;
}
@media (min-width: 992px)
{
    .logo-row .col-md-2:first-child {
        width: 22%;
    }
}
@media (min-width: 1250px)
{
    .right_block.wide_N .type_clothes .info_item .middle_info .middle_left_block {
        width: 50%;
    }
    .right_block.wide_N .type_clothes .info_item .middle_info .middle_right_block {
        display: block;
    }
}
.catalog_section_list .section_item li.sect a {
    display: inline-block;
    min-width: 100px;
    padding: 0px 8px 0px 0px;
    margin: 0px;
    border: 1px solid grey;
    border-radius: 3px;
    padding: 3px 5px 2px 5px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.product-about__block-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
}
.product-about__block-body {
    padding: 16px;
}
.product-about__block-body ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
}
.product-about__block-body ul li:before{
    content: none;
}
.product-delivery__separator{
    border-left: 1px solid #f0f0f0;
    width: 1px;
    padding: 0 !important;
}
.product-delivery {
    margin-bottom: 24px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.product-delivery__item {
    margin-top: 8px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 40px !important;
}
.product-delivery__icon {
    position: absolute;
    left: 0;
    top: -2px;
    fill: #797878;
}
.product-delivery__type {
    position: relative;
    width: 100%;
    margin-bottom: 4px;
    padding-right: 16px;
    font-size: 14px;
    box-sizing: border-box;
}
.product-delivery__caption {
    font-size: 12px;
    color: #797878;
}
.product-delivery__time {
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
    box-sizing: border-box;
}
.product-delivery__time time {
    color: #000;
    font-weight: 700;
}
.product-delivery__coast {
    width: 100%;
    font-size: 14px;
}
.not_available {
    opacity: 0.45;
}
.not_available:hover {
    opacity: 1;
}
.js_top_block{
    margin-bottom: 10px;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-coupon {
    padding: 25px 0 0 0;
    margin: 0;
    border: 0;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-coupon label {
    width: auto;
}

.list_model_items_wrapper.module_products_list tr td.item-name-cell {
    width: auto !important;
}
.list_model_items_wrapper.module_products_list tr.item:hover{
    background-color: #f9f9fa;
}
.list_model_items_wrapper.module_products_list tr.item td:nth-child(2) {
    padding-left: 10px;
}
.list_model_items_wrapper.module_products_list tr.item:hover td:first-child{
    background-color: white;
}
.table .module_products_list td.like_icons {
    text-align: center;
}
.list_model_items_wrapper.module_products_list .item-img-cell {
    padding: 0;
    max-width: 70px;;
}
.list_model_items_wrapper.module_products_list .item-img-cell img {
    max-width: 70px;
    max-height: 70px;
}
.verified_item i {
    display: block;
    margin: 5px 0 5px 3px;
}
body .fa.big-icon.green {
    background-color: #19d238;
    color: #fff;
}
body .fa.big-icon.red {
    background-color: #ff0000;
    color: #fff;
}
body .fa.big-icon.slategrey {
    background-color: lightslategrey;
    color: #fff;
}
.stickers .sticker_edit{
    background-color:#ffc438;
    color: #1d2029;
}
.page-top-main .stickers, .page-top-main .stickers [class*="sticker_"]{
    display: inline-block;
    top: 1px;
    left: auto;
    margin-left: 10px;
    font-size: 14px;
    line-height: 16px;
}
.stickers .sticker_edit{
    background-color:#ffc438;
    color: #1d2029;
}
.text_error{
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    font-size: 16px;
    
    background-color: rgba(252, 248, 227, 1);
    border-color: rgba(177, 161, 129, 1);
    color: rgba(138, 109, 59, 1);
}
.warehouse_error{
    border-color: #ff0000 !important;
}
.top-block .top-block-item .inline-language {
    border: none;
    padding-top: 10px;
}
.inline-language span {
    cursor: pointer;
}
.bx-soa-cart-total-after-payment {
    animation: blinker 2s linear infinite;
}
.bx-soa-cart-total-after-payment .bx-soa-cart-t{
    font-size: 13px;
    line-height: 18px;
}
@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}
.bonus-system-block, .bonus_item_cart, .lt_cart_bonus_all {
    font-size: 1.2rem;
    font-weight: normal;
    font-family: inherit;
    line-height: 1rem;
    position: relative;
    padding: 4px 0 0 14px;
    width: max-content;
}
.bonus-system-block:after, .bonus_item_cart:after, .lt_cart_bonus_all:after, #bonus_add_sum .bx-soa-cart-d:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    width: 11px;
    background: url(/local/templates/3dtrade/images/svg/bonus_icon.svg) center no-repeat;
}
#bonus_add_sum .bx-soa-cart-d:after {
    top: 0;
    left: -15px;
}
#bx-soa-order #bonus_add_sum .bx-soa-cart-t, #bx-soa-order #bonus_add_sum .bx-soa-cart-d {
    width: auto;
}
.item_main_info .bonus-system-block {
    margin: 5px 0;
}
.basket_wrapp .bonus-system-block {
    margin-top: 7px;
    font-size: 12px;
}
.basket_fly .prices {
    display: flex;
    flex-direction: column;
}
.bonustip{
    color: #1976d2;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.bonustip:hover{
    color: #1d2029;
    border-bottom: 1px dashed;
}
.cashbackBox{
    position: absolute;
    display:none;
    width: 230px;
    border: 1px solid #cccccc;
    background: #fff;
    z-index: 1065;
    top: 10px;
    left: -10px;
    font-size: 1.2rem;
    line-height: normal;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.cashbackClose{
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20fill%3D%22%23525C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.41%205.07l2.867-2.864-1.34-1.34L5.07%203.73%202.207.867l-1.34%201.34L3.73%205.07.867%207.938l1.34%201.34L5.07%206.41l2.867%202.867%201.34-1.34L6.41%205.07z%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
}
.cashbackArrow{
    bottom: -4px;
    left: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    border-color: #cccccc;
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}