.catalog-inner{


}

.catalog-inner #product-grid{

}

.catalog-inner #product-grid .grid__item{
    padding: 0 10px 20px;
    float: left;
    height: 390px;
}

.grid__item .card-wrapper{
    background: #ffffff;
    border-radius: 10px;
    height: 370px;
    padding: 10px 10px 10px 10px;
}

#portfolio-index-grid .card-wrapper{
    height: 420px!important;
}

.card-wrapper .card-image{
    width: 100%;
    height: 220px;
    text-align: center;
}
.card-wrapper .card-image img{
    margin: 0 auto;
    max-height: 220px;
}

.card-info{
    margin-top: 10px;
}
.card-info .product-title{
    height: 40px;
    overflow-y: hidden;
    margin-bottom: 10px;
}
.portfolio-anons{
    height: 80px;
    overflow-y: hidden;
}
.card-info a, .card-info a:hover{
    color: #000000;
}
.card-info .product-prop{
    height: 20px;
    margin: 10px 0px;
    text-align: center;
}
.product-grid-btns .btn-product-buy{
    width: 100%;
    justify-content: space-between!important;
    border-radius: 5px!important;
}
.product-grid-btns .btn-product-buy .btn-price{
    margin-left: 5px;
}
.product-grid-btns .btn-product-buy .buy-txt{
    margin-right: 5px;
}
.product-ribbon{
    left: -10px;
    background: #117a8b;
    font-size: 14px;
    height: 18px;
    padding: 2px 0 0 15px;
    line-height: 14px;
    width: 130px;
    text-align: left;
    margin-bottom: 20px;
    position: absolute;
    color: #fff;
    letter-spacing: .1em;
    font-weight: 500;
}
.product-ribbon:after{
    border-top: 10px solid #015a6b;
    content: '';
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
}
.product-ribbon-1{
    top: 10px;
}
.product-ribbon-2{
    top: 40px;
}
.product-ribbon-3{
    top: 70px;
}

.pagination{
    margin: 10px auto 40px;
    width: fit-content;
    display: flex; /* we will talk about this later ... */
    --s: 32px;  /* size  */
    --m: 0px;   /* margin */

}
.pagination .hexes{
    font-size: 0; /* disable white space between inline block element */
}
.pagination .hexes .hex{
    width: var(--s);
    margin: var(--m);
    height: calc(var(--s) * 1.1547);
    display: inline-block;
    font-size: initial; /* we reset the font-size if we want to add some content */
    clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
}
.hex{
    background: #e1e1e1;
    color:#1B336E;
}
.hex.active{
    background: #1B336E;
    color:#FFFFFF;
}
.hex.disabled{
    cursor: auto!important;
}
.hex.disabled:hover{
    background: #e1e1e1!important;
    color:#1B336E!important;
}
a .hex:hover{
    background: #1B336E;
    color:#FFFFFF;
}

.catalog-sort, .catalog-limit{
    display: inline-block;
}
.catalog-sort-limit{
    margin-bottom: 10px;
    text-align: right;
}
.catalog-sort-limit .catalog-limit{
    margin-right: 20px;
}
.mobcatalog-limit{
    margin-bottom: 10px;
}
.catalog-sort label{

}
.catalog-sort #products-sort{
    display: inline-block;
    width: fit-content;
    margin-left: 10px;
}
.catalog-limit #products-limit{
    display: inline-block;
    width: fit-content;
    margin-left: 10px;
}

.small-cart-total{
    display: none;
}
.btn-hide{
    display: none;
}

.btn-outline-success{
    border: solid 1px #198754;
}

.cart-notification-product__qty-price{
    margin: 6px 0!important;
}
.block-hide{
    display: none!important;
}
.bg-white{
    background: #ffffff;
    padding-bottom: 40px;
}
.ta-c{
    text-align: center;
}
.big-cart-btns{
    margin-top: 20px;
    text-align: right;
}
.big-cart-btns .btn-secondary{
    margin-right: 20px;
}
.cart-remove-js{
    cursor: pointer;
}


.loader{
    height: 40px;
    text-align: center;
}
.loader img{
    max-height: 40px;
}
#create_customer .loader{
    margin-top: 20px;
    margin-bottom: 15px;
}
.register-alert{
    margin: 10px 0;
    display: none;
}
.profile-btns{
    width: 100%;
    text-align: right;
}
.profile-btns .btn-warning{
    margin-left: 10px;
}
.profile-edit-btns{
    text-align: center;
    padding-bottom: 40px;
}
.profile-edit-btns .btn{
    margin:0 10px;
}
#header-customer-favorite{
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
}
#header-customer-favorite i{
    font-size: 30px;
    color: #ffffff;
    margin: 5px 20px 0px 0px;
}
#header-customer-favorite span{
    position: absolute;
    display: none;
    top: 2px;
    right: 14px;
    padding: 0;
}


.prod-fav, .prod-fav-no-auth{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #23b55c;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
}
.prod-fav i, .prod-fav-no-auth i{
    font-size: 20px;
    color: #ffffff;
}

.prod-fav-remove{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #23b55c;
    border-radius: 10px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}
.prod-fav-remove i{
    font-size: 25px;
    color: #ffffff;
}
.favorites-wipe{
    margin: 5px 0px 20px 0px;
}
.favorites-wipe a, .favorites-wipe:hover{
    color: #000000;
}


.prod-filters{
    margin-right: 10px;
    background: #ffffff;
    border-radius: 10px;
}
.filter-header{
    padding: 15px;
    text-align: left;
    margin-bottom: 0;
    display: block;
    background: #23b55c;
    color: #232323;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.prod-filters h2{
    font-size: 16px;
    width: fit-content;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.prod-filters .clear-all{
    width: fit-content;
    display: inline-block;
    color: #000000;
    float: right;
}
.prod-filters #prodsFilter{
    margin: 10px;
    padding-bottom: 20px;
}

.fil-prop{
    margin-bottom: 20px;
    margin-left: 10px;
}
.fil-prop-title{

}
.fil-prop-title span{
    font-size: 16px;
}
.fil-prop-vals-block{
    margin-top: 5px;
}
.fil-prop-vals-list{

}
.fil-prop-val-item{
    cursor: pointer;
    margin: 5px 0;
}
.fil-prop-val-item label{

}
.fil-prop-val-item input{
    cursor: pointer;
}
.fil-prop-val-item span{

}
#filter-stock{
    margin-top: 30px;
}

.product-prices{
    margin: 10px 0px 10px 0px;
}
.product-prices .prod-old-price{
    font-size: 16px;
}
.product-prices .prod-actual-price{
    font-size: 20px;
    font-weight: bold;
}

.prod-wishlist{
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}
.badge-success{
    color: #fff;
    background-color: #28a745;
}
/*
.badge-secondary{
    color: #fff;
    background-color: #6c757d;
}*/
.badge-warning{
    color: #212529;
    background-color: #ffc107;
}
.ishi-product-tab{
    margin-top: 40px;
}

.table-striped, .table-striped tr, .table-striped td{
    border: none;
}
.table-w-50 td{
    width: 50%;
}

.order-details{

}
.order-details .card-body{
    padding: 0;
}
.order-details th{
    font-size: 14px;
}
.order-details td{
    padding: 5px!important;
}
.order-details .td-img{
    width: 100px;
    text-align: center;
}
.order-details .td-total{
    text-align: right;
    width: 120px;
}
.order-details .checkout-prod-img{
    max-width: 100px;
    max-height: 80px;
}

.order-details .checkout-prod-title{
    font-size: 14px;
}
.order-details .checkout-prod-price{
    margin-top: 10px;
    font-size: 12px;
}

.order-details .checkout-prod-total{
    font-size: 14px;
}

.order-details .total-row td{
    font-size: 16px;
    font-weight: bold;
}
.order-details .ta-r{
    text-align: right!important;
}

.order-details .checkout-btns{
    margin: 0px 0px 20px 0px;
    text-align: right;
    padding: 0px 20px 0px 0px;
}

.btn-checkout-confirm.active{
    cursor: pointer;
}
.cabinet-orders{
    padding: 10px;
}
.cabinet-orders .list-group-item{
    padding: 10px;
}

.cabinet-orders .list-group-item .details{
    padding-left: 30px;
}
.cabinet-orders .list-group-item .summ{
    text-align: right;
}


.cabinet-orders .list-group-item .badge.new{
    background: #007bff;
    font-size: 12px!important;
    line-height: 12px!important;
    padding: 5px 10px 0px 10px!important;
}

.order-infos{
    margin: 0px 15px;
}
.order-infos .order-label{
    display: inline-block;
    width: 150px;
    padding-right: 10px;
}

.order-details-block{
    margin: 20px 15px 20px 15px;
}

.order-details-block .td-img{
    width: 120px;
}
.order-details-block .td-total{
    width: 150px;
}
.order-details-block .td-img img{
    max-width: 120px;
    max-height: 100px;
}
.order-details-block .total-row{
    font-size: 16px;
    font-weight: bold;
}
.np-cities-list li{
    cursor: pointer;
}

#novapost-block{
    margin: 20px 0;
    display: none;
}
.np-warehouses{
    display: none;
    margin-top: 10px;
}
.city-small{
    cursor: pointer;
    text-decoration: underline;
}
.li-np-city{
    cursor: pointer;
}
.promo-row{

}
.promo-row input{
    width: 300px;
    display: inline-block;
}
.promo-row .btn{
    display: inline-block;
}
.footer-menu{
    background: #03944c;
    padding: 5px 0;
}
.footer-menu .footer__copyright{
    color: #ffffff;
    margin: 0px 0px 0px 0px;
}
.footer-menu .list-payment{
    justify-content: flex-start;
}
.footer-menu .payment-icons{
    margin: 10px 0px 0px 0px;
}
.footer-menu .payment-icons .icon{
    width: 40px;
    height: 40px;
}

.footer-list{

}
.footer-list li{
    margin: 4px 0;
}
.footer-list li a,.footer-list li a:hover{
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

.header-contacts{

}
.header-contacts-phone{
    margin-bottom: 10px;
}
.header-contacts-phone a,.header-contacts-phone a:hover{
    color: #333333;
}
.header-contacts-time{

}

.breadcrumb li, .breadcrumb li a, .breadcrumb li a:hover{
    color: #999999;
}
.page-width{
    padding: 0 15px!important;
}

@media (max-width: 900px) {
    .breadcrumb {

    }
    .page-width h1{

    }
    .catalog-sort{
       text-align: center!important;
    }
    .catalog-sort #products-sort{
        width: 100%!important;
        margin: 0!important;
    }

    .mobile-facets__open{
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    .mob-hide{
        display: none!important;
    }


    .footer-logo{
        text-align: center;
    }
    .footer-menu-in{
        width: 50%;
    }
    .footer-socials{
        text-align: center;
    }
    .footer-menu .list-payment {
        justify-content: center;
    }
}
@media (min-width: 900px) {
    .desktop-hide {
        display: none !important;
    }
}

#mobprodsFilter{
    text-align: left;
    padding: 10px;
}
.mobcatalog-sort{
    margin-bottom: 20px;
}

#mobfilter-prices{

}
#mobfilter-prices .mobprices{
    width: 100px;
    display: inline-block;
}
#mobfilter-prices .mobprice-divider{
    margin: 0px 10px;
}
.mob-filter-reset{
    margin: 10px 0px 30px 0px;
    padding: 0 10px;
    font-size: 16px;
}

.mobile-facets__close {
    position: fixed;
    top: 6px!important;
    right: 10px!important;
    width: 40px!important;
    height: 40px!important;
}
.mobile-facets__heading{
    font-size: 16px!important;
}

.index-carousel, .index-carousel .owl-item{
    height: 400px;
}
@media (max-width: 900px) {
    .index-carousel, .index-carousel .owl-item{
        height: 200px;
    }
}

.footer-social-btns{
    margin:5px 0;
    text-align: center;
}
.footer-social-btns .btn-feedback{
    margin-top: 10px;
}

.footer-icon-link{
    max-height: 40px;
    margin: 0 5px;
}
.modal-dialog .close{
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.feedback-loading{
    max-height: 40px;
    max-width: 40px;
    display: none;
}
.feedback-error, .feedback-succes{
    display: none;
}

.prod-question-head{
    margin: 0px 0px 10px 0px;
    height: 40px;
}
.prod-question-head span{

    font-size: 16px;
    font-weight: bold;
}
.prod-question-head .btn-open-prod-question{
    float: right;
}
#questionModal{

}
#questionModal .question-error{
    display: none;
}
#questionModal .question-succes{
    display: none;
}
#questionModal .question-loading{
    display: none;
    max-height: 40px;
}
#questionModalReply .question-reply-error{
    display: none;
}
#questionModalReply .question-reply-succes{
    display: none;
}
#questionModalReply .question-reply-loading{
    display: none;
    max-height: 40px;
}
#prod-questions-more{
    margin: 20px 0px;
    width: 100%;
    text-align: center;
}
.btn-questions-load-more{
    display: none;
}
.prod-question-item{
    margin: 10px 0px;
}
.prod-question-item .question-time{
    float: right;
}
.btn-question-reply{
    float: right;
}

#commentModal{

}
#commentModal .comment-error{
    display: none;
}
#commentModal .comment-succes{
    display: none;
}
#commentModal .comment-loading{
    display: none;
    max-height: 40px;
}
#prod-comments-more{
    margin: 20px 0px;
    width: 100%;
    text-align: center;
}
.btn-comments-load-more{
    display: none;
}
.prod-comment-item{
    margin: 10px 0px;
}
.prod-comment-item .comment-time{
    float: right;
}



.price_old{
    color: #666666;
    font-size: 16px;
    text-decoration: line-through;
    padding: 0 10px;
}
.price_current{
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}

.btn-product-detail, .btn-product-detail:hover{
    width: 100%;
    border-radius: 5px !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none;
    color: #ffffff!important;
    background-color: #198754;
    text-align: center;
}
.prod-grid-btns .btn{
    width: 100%!important;
}

.product-max-qnt{
    display: none;
}
.prod-question-reply{
    margin: 10px 5px 10px 50px;
}

.product-selection{
    border: none;
}

.product-selection .btn{
    padding-top: 4px;
    padding-bottom: 4px;
}

.mainmenu-dropdown a{
    padding-left: 0!important;
}


.variant-space{

}
.variant-space .form__label{
    font-size: 16px;
}

.variant-space .sku-picker{
    margin-top: 10px;
    background: #e1e1e1;
    border: 1px solid #ffffff;
    /*border: 1px solid #232323;*/
    width: 38px;
    height: 38px;
    vertical-align: middle;
    transition: .2s ease;
    cursor: pointer;
    border-radius: 50%;
}

.variant-space .sku-picker.selected, .variant-space .sku-picker:hover{
    border: 1px solid #232323!important;
}

.variant-space .sku-picker .sku-picker-inner{
    margin: 4px auto;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    content: '';
}


.rate-star{
    cursor: pointer;
}
.rate-star .fa-solid{
    display: none;
}
.google-auth-btn{
    margin-top: 20px;
}
#order-form{
    padding: 15px;
}
.recover-alert, .recover-success{
    display: none;
}

.portfolio-card{
    margin: 10px 0px;
}
.mt-20{
    margin-top: 20px;
}
.mt-10{
    margin-top: 10px;
}
.ta-r{
    text-align: right;
}

.content-block img{
    height: auto !important;
    max-width: 100% !important;
}
.content-block ol{
    margin-left: 20px!important;
    margin-bottom: 20px!important;
    padding-left: 15px!important;
}
.content-block ol li{
    list-style: auto!important;
}
.content-block p{
    color: #000000!important;
}

#boardgames-grid{

}
#boardgames-grid .grid__item{
    margin: 10px 0;
}
#boardgames-grid .grid__item .card-wrapper {
    height: 250px!important;
}
@media (max-width: 900px) {
    #boardgames-grid .grid__item .card-wrapper {
        min-height: 300px!important;
        height: auto!important;
    }
    #boardgames-grid .grid__item .card-wrapper h2{
        font-size: 18px!important;
    }
}

#boardgames-grid .grid__item .card-wrapper .boardgame-title{
    height: 46px;
    overflow-y: hidden;
}

#boardgames-grid .grid__item .card-wrapper .boardgame-picture{
    text-align: center;
    height: 150px;
}
#boardgames-grid .grid__item .card-wrapper img{
    max-width: 150px;
    max-height: 150px;
}

#boardgames-grid .grid__item .card-wrapper .badge{
    color: #fff;
    background-color: #17a2b8;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
#boardgames-grid .grid__item .card-wrapper .tags{
    margin-top: 10px;
}
#boardgames-grid .grid__item .card-wrapper .btns{
    margin: 10px 0px 20px 0px;
}

.boardgames-search{
    position: relative;
}
.search-clear{
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    padding: 7px 14px;
    display: none;
}
.bg-detail-picture{
    max-width: 300px;
}
.bg-orgs-block{
    margin-bottom: 40px;
}
.bg-orgs-block-head{
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}
.bg-orgs-block-head .btn{
    position: absolute;
    top: 0px;
    right: 0px;
}
