.docx {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 60px;
    background-image: url(../img/content/icons/idoc.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.cart-item-count {
    height: 40px;
}

.shop-card__to-cart-line-add .cart-item-count {
    height: 40px !important;
}

.clickable {
    cursor: pointer;
}

.allcontent {
    font-family: 'PT Sans', sans-serif !important;
}

.allcontent .h1, .allcontent .h2, .allcontent .h3, .allcontent .h4, .allcontent .h5, .allcontent .h6,
.allcontent h1, .allcontent h2, .allcontent h3, .allcontent h4, .allcontent h5, .allcontent h6 {
    font-size: 1.25rem !important;
    line-height: 1.5rem;
    text-transform: none;
    margin: 1.75rem 0;
}

.calc-panel span {
    display: inline-block;
    line-height: 1.3;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
}

.row.inner-section p {
    margin-bottom: 0.5rem !important;
}

.lftblock {
    padding-right: 128px;
}

.form-control {
    text-transform: none !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #b5272e;
    border-color: #b5272e;
}

.cart-table .cart-item-count .input-number__input {
    width: 3rem;
}

.txt-danger {
    color: #f00;
}

.calc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: absolute;
    z-index: 98;
    top: calc(100% + 1rem);
    right: -15px;
}

.inner-btns-menu_main .btns-item {
    flex: 1 1 auto;
}

.calc-panel {
    width: 95px;
    height: 90px;
    cursor: pointer;
    padding: .5rem;
    padding-right: 12px;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem !important;
    position: relative;
}

@media (max-width: 767.98px) {
    .inner-btns-menu_main .btns-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    /*.inner-btns-menu_main .btns-item__dropdown {
        right: 0;
    }*/
    .calc-list {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        flex-direction: row;
        max-width: 80%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto 1.5rem;
        bottom: inherit;
    }

    .calc-panel {
        width: auto;
        flex: 1 1 auto;
        max-width: 33.3%;
        margin: 0;
        height: 65px;
        cursor: pointer;
        padding: 1rem;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem !important;
        position: relative;
    }

    .calc-panel i {
        display: none;
    }

    .calc-panel span {
        margin: 0;
    }
}

@media (max-width: 525px) {
    .calc-list {
        max-width: 100%;
    }
}

.calc-panel i {
    flex: 0 0 22px;
}

@media screen and (min-width: 768px) {
    .calc-panel:hover {
        /*width: 128px;*/
        padding: .5rem;
        padding-right: 12px;
        background-color: #7f0802;
        border-color: #730801;
    }

    .calc-panel:hover:after {
        border-right: 15px solid #7f0802;
        transform: translateX(-98%);
        transition: all .3s;
    }

    .calc-panel.active {
        padding: .5rem;
        padding-right: 12px;
        background-color: #7f0802;
        border-color: #730801;
        z-index: 991;
    }

    .calc-panel.active:after {
        border-right: 15px solid #7f0802;
        transform: translateX(-98%);
        transition: all .3s;
    }

    .calc-panel:after {
        content: '';
        position: absolute;
        height: 0;
        width: 16px;
        left: 0;
        top: 0;
        border-right: 0 solid #7f0802;
        border-top: 45px solid transparent;
        border-bottom: 45px solid transparent;
    }
}

.shop-card__add-to-cart__text {
    font-size: 0.725rem !important;
}

.form-file-group label {
    display: flex !important;
    margin: .5rem 0 0 0;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    background: #ffffff;
    font-size: 0.825rem !important;
    border-radius: 0;
    border: 2px solid #ced4da;
    padding: .6rem 1rem;
}

.form-file-group input {
    /*display: none;*/
}

.ffiles-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: .5rem 0;
    border-radius: 0;
    border: 2px solid #ced4da;
    padding: .6rem 1rem;
    font-size: 0.825rem;

}

.ffiles-list-img {
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 80px;
    overflow: hidden;
}

.ffiles-list-img i {
    font-size: 40px;
    color: #383838;
    opacity: .7;
}

.ffiles-list-img img {
    max-width: 100%;
    max-height: 100%;
}

.output-list {
    display: block;
}

.shop-card__add-one-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
}

.cart-item-count {
    margin-right: 0.3rem;
}

.shop-card__add-to-cart {
    min-width: 40px;
    width: auto;
    min-height: 40px;
    padding: 0 4px;
}

.shop-card__to-cart-line .shop-card__add-one-to-cart {
    display: none;
}

.shop-card__to-cart-line-add .shop-card__add-to-cart {
    flex: 1 1 auto;
}

.shop-card__to-cart-line-add .cart-item-count {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 4.375rem;
}

.shop-card__to-cart-line .cart-item-count a {
    width: 34px;
}

.btn-loc-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    background-color: #000;
    border-color: #000;
    box-shadow: none !important;
    font-size: 0.7rem !important;
}

.btn-loc-cart:hover {
    color: #ffffff;
    background-color: #7f0802;
    border-color: #730801;
}

.btn-loc-cart:not(:disabled):not(.disabled):active, .btn-loc-cart:not(:disabled):not(.disabled).active, .show > .btn-loc-cart.dropdown-toggle {
    color: #ffffff;
    background-color: #7f0802;
    border-color: #730801;
}

.btn-loc-cart span {
    font-size: .8em;
}

.shop-card__to-cart-line-add .shop-card__add-one-to-cart {
    box-shadow: none !important;
}

.btn-loc-cart {
    box-shadow: none !important;
}

.shop-card__to-cart-line-add .shop-card__add-to-cart {
    box-shadow: none !important;
}

.shop-card__add-one {
    box-shadow: none !important;
}

.shop-card__add-to-cart {
    box-shadow: none !important;
}

.shop-card__add-one {
    min-height: 4.375rem;
    min-width: 4.375rem;
    box-shadow: none !important;
}

#add-cart-item {
    box-shadow: none !important;
}

@media (max-width: 767.98px) {
    .shop-card__add-one {
        min-height: 4rem;
        min-width: 4rem;
    }

    .cart-item-count a {
        text-align: center;
        font-size: 1.875rem !important;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        color: #495057;
        background-color: #dee2e6;
    }

    .cart-item-count .input-number__input {
        width: 4rem;
        height: 4rem;
        border: 1px solid #dee2e6;
        text-align: center;
        color: #6c757d;
        font-size: 1.875rem !important;
        font-weight: 600;
    }

    .cart-item-count {
        height: 4rem;
    }

    #add-cart-item {
        margin-bottom: 0.625rem;
    }

    #add-cart-one {
        margin-bottom: 0.625rem;
    }
}

.shop-item-add-to-cart .shop-card__add-one {
    display: none;
}

@media (max-width: 1100px) {
    .shop-item-add-to-cart {
        display: flex;
        align-items: flex-start;
    }
}

.shop-card__to-cart-line-add .shop-card__add-one-to-cart {
    display: none;
}

.shop-card__to-cart-line-add .shop-card__add-one {
    display: none;
}

.percent-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z' %3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
}

.size-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: no-repeat center center;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M502.71 368.14L379.88 245.31l56.01-56.01 57.36-57.37c24.99-24.99 24.99-65.52-.01-90.51l-22.68-22.68C458.07 6.25 441.69 0 425.31 0s-32.76 6.25-45.25 18.74L322.69 76.1l-.01-.01-56.02 56.01L230.57 96 143.86 9.29C137.66 3.1 129.55 0 121.43 0S105.2 3.1 99 9.29L9.29 99.01c-12.38 12.39-12.39 32.47 0 44.86l100.18 100.17 22.62 22.62-113.02 113L.32 487.1c-2.3 13.24 8.01 24.9 20.86 24.9 1.23 0 2.47-.11 3.74-.33l107.44-18.84 112.95-112.96L368.14 502.7c6.19 6.19 14.31 9.29 22.43 9.29s16.24-3.1 22.43-9.29l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86zM414 52.68c4.08-4.08 8.84-4.69 11.31-4.69 2.47 0 7.23.61 11.31 4.69l22.68 22.68c4.08 4.08 4.69 8.84 4.69 11.31s-.61 7.24-4.69 11.31l-51.69 51.69-45.31-45.31L414 52.68zM143.41 210.1l-88.66-88.66 66.69-66.69 38.95 38.94-22.03 22.03c-6.25 6.25-6.25 16.38 0 22.63l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l22.03-22.03 2.32 2.32 36.1 36.1-66.69 66.68-22.65-22.63zm-34.27 238.07l-54.97 9.64 9.59-54.94 264.62-264.56 45.31 45.31-264.55 264.55zm281.43 9.08L279.25 345.94l66.69-66.69 38.44 38.44-22.03 22.03c-6.25 6.25-6.25 16.38 0 22.63l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l22.03-22.03 38.94 38.94-66.69 66.68z' %3E%3C/path%3E%3C/svg%3E");
    */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M480 288H224V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V320c0-17.67-14.33-32-32-32zM48 48h128v48h-72c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h72v48h-72c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h72v48h-72c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h72v25.38l-128 128V48zm416 416H70.62l128-128H224v72c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-72h48v72c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-72h48v72c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-72h48v128z' %3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
}

.question-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: no-repeat center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z' %3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
}

.calc-list-modal__close {
    background: #383838;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -16px;
    transition: all .3s ease;
    transform: translateY(-50%);
}

.calc-list-modal__close:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -7px;
    border-top: 3px solid #f2f2f2;
    border-right: 3px solid #f2f2f2;
    transform: rotate(45deg);
}

.calc-list-modal {
    background: #f2f2f2;
    box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
    width: 60vw;
    max-height: 80vh;
    right: 0;
    top: calc(100% + 1rem);
    z-index: 90;
    position: absolute;
    padding: 0 1rem 0 .5rem;
    transition: all .3s ease;
    max-width: 800px;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    overflow: auto;
    text-align: left;
    display: block;
    left: auto;
    height: auto;
}

.calc-list-modal::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0;
}

.calc-list-modal::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

.calc-list-modal::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ced4da;
}

.calc-list-modal::-webkit-scrollbar-thumb:hover {
    background-color: #383838;
}

.calc-list-modal::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 5px;
    height: 0;
}

.calc-list-modal::-webkit-scrollbar {
    width: 4px;
}

.isStuck .calc-list-modal {
    top: 100%;
}

@media screen and (min-width: 1530px) {
    .calc-list {
        right: calc(-50vw + 1470px / 2);
    }

    .calc-list .calc-panel {
        right: 0;
    }

    .calc-list-modal {
        right: calc(-50vw + 1460px / 2);
    }
}

.calc-list-modal.show {
    transform: translate3d(-80px, 0, 0);
    opacity: 1;
}

.calc-list-modal .form-control {
    font-size: 0.725rem !important;
    border-radius: 0;
    border: 2px solid #ced4da;
    padding: .6rem 1rem;
    min-height: 46px;
}

.calc-list-modal .form-group {
    margin-bottom: .7rem;
}

.calc-list-modal label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: .825rem;
    line-height: 1;
}

.calc-list-modal .btn {
    min-height: 50px;
}

.calc-list-modal .modal-header {
    flex-direction: column;
}

.modal-subtitle {
    font-size: .825rem;
    line-height: 1.3;
    margin-top: .5rem;
    width: 100%;
}

@media screen and (max-width: 1500px) {
    .calc-list-modal .modal-body {
        padding: .5rem;
    }

    .calc-list-modal .modal-header {
        padding: .5rem;
    }

    .calc-list-modal .form-group {
        margin-bottom: .5rem;
    }

    .calc-list-modal .modal-footer {
        margin-bottom: .5rem;
    }

    .calc-list-modal {
        width: 80vw;
    }
}

@media screen and (max-width: 650px) {
    .modal {
        height: 97%;
        z-index: 111111;
    }
}

.icon-social {
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.icon-viber {
    background-image: url('../img/general/viber.svg');
}

.icon-whatsapp {
    background-image: url('../img/general/whatsapp.svg');
}

.icon-telegram {
    background-image: url('../img/general/telegram.svg');
}

/*
.navbar-toggler-icon {
    width: 1.625em;
    height: 1.625em;
}
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2030%2030'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20stroke='rgba(0,%200,%200,%201)'%20stroke-width='3'%20stroke-linecap='round'%20stroke-miterlimit='10'%20d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");
}*/

.common-shop-list .shop-cards-list__item {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    width: 23.5%;
}

@media (max-width: 1559px) {
    .common-shop-list .shop-cards-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        width: 32%;
    }
}

@media (max-width: 1199px) {
    .common-shop-list .shop-cards-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        width: 49%;
    }
}

@media (max-width: 991px) {
    .common-shop-list .shop-cards-list__item {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
    }
}

#accordion {
    width: 100%;
}

#accordion .card .card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#accordion .card .card-header {
    padding: 0;
}

#accordion .card .card-header h5 {
    margin-top: 0;
}

#accordion .card .card-body .price-list-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin-bottom: 40px;
    /* align-items: flex-start; */
}

#accordion .card .card-body .price-list-wrapper:last-child {
    margin-bottom: 0;
}

#accordion .card .card-body .price-list-wrapper .buttons-wrapper {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

#accordion .card .card-body .price-list-wrapper .buttons-wrapper .show-carousel {
    margin-right: 20px;
    margin-left: 20px;
}

#accordion .card .card-body .price-list-wrapper .wrapper-carousel {
    margin-top: 50px;
}

#accordion .card .card-body .price-list-wrapper .price-list-wrapper-elements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.input-number__plus.shop-card__add-one-to-cart {
    display: block;
}

.icon-arrow-down {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 16px 0 0;
    border-radius: 50%;
    border: 1px solid #b5272e;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23b5272e' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z' class=''%3E%3C/path%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-size: 12px auto;
    background-repeat: no-repeat;
}

.card-header .btn[aria-expanded="true"] .icon-arrow-down {
    transform: rotate(180deg);
}

.nav-tabs .nav-link {
    color: #ffffff;
    border-radius: 0;
    padding: 1.5rem 2rem;
    background: #6c6c6c;
    border: 0;
}

.nav-tabs .nav-link.active {
    border: 0;
    color: #ffffff;
    background: #b4272f;
}

.nav-tabs .nav-item {
    margin: 6px 6px 0 0;
}

.department {
    background: #f6f6f6;
    border-radius: 3rem;
    padding: 2rem;
    flex: 0 1 48.5%;
    margin-right: 1.5%;
}

@media (max-width: 991px) {
    .department {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}