/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .add .lnk-btn-add-to-cart {
    background-color: #141619;
    border-color: #141619;
}
 #js-product-list-header #custom-text{
    display: inline-block !important;
    font-size: 18px;
    background-color: black !important;
    color: white !important;
    padding: 13px 35px !important;
    font-weight: 600 !important;
    line-height: 40px;
    text-align: justify;
    width: 100%;
}

#js-product-list-header #custom-text p {
    border: none !important;
    padding: 0px !important;
}


#js-product-list-header #custom-text span {
    border: 1px solid #fff !important;
    padding: 11px !important;
    margin-left: 10px;
}

@media (min-width: 768px){
    #js-product-list-header #custom-text{
        font-size: 18px;
    }
 }

.menu-horizontal table {
    width: 100%;
}

.menu-horizontal table td {
    width: calc(100% / 3);
    vertical-align: top;
}

.menu-horizontal table td .column_wrap_title {
    font-size: 120%;
    font-weight: 600;
}

#canvas-menu-mobile table, #canvas-menu-mobile table tbody, #canvas-menu-mobile table tr, #canvas-menu-mobile table td {
    display: block;
    width: 100%;
}

.carrier-extra-content{
    justify-content: center;
}

#checkout .menu-block{
    display: none;
}

#js-stripe-payment-form{
    margin-bottom: 20px;
}
@media (min-width: 768px){
   #category  .ax-img-loader,.p-ax-img-loader::before{
        position: relative;   
    }
  #category  .home_default{
        padding-top: 0px;
    }
  #category  .product-label-circle .label-flags{
        top: 13px;
    }
}

.lnk-size-selector{
    outline: none;
    padding-left: 5px;
    text-transform: uppercase !important;
    width: 50% !important;
    word-wrap: normal;
}
.w-50{
    width: 50%;
}
.product-miniature__actions {
    bottom: -40px;
    font-size: .95em;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90%;
    -webkit-transition: all 0.3s ease;
}
.product-type-3 .item-inner:hover .product-miniature__actions{
    -webkit-transition: all 0.3s ease;
    bottom: 30px;
}

.d-flex {
    display: flex !important;
}
.product-miniature__colors .lnk-color {
    cursor: pointer;
    height: 28px;
    padding: 2px;
    width: 28px;
    margin-right: 2px;
}
.lnk-color.lnk-active span{
    padding: 1px;
    border: 1px solid #2e1212;
}
.product-miniature__colors .lnk-color span{
        width: 28px;
    height: 28px;
    display: block;
    border-radius: 50%;
    background-position: center !important;
    background-size: cover !important;
    padding: 0;
}
.lnk-size-selector option:not(:disabled) {
    font-weight: bold;
}

.product-description .product-price-and-shipping .price {
    background-color: #000;
    color: #fff !important;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700 !important;
}

.product-description .info-product {
    margin-top: 10px;
}

.summary-container .product-prices .current-price .current-price-value {
    background-color: #000;
    color: #fff !important;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700 !important;
}

.summary-container .product-prices .current-price .product-discount {
    margin-left: 5px;
}