/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#category .category-description{
    padding-top: 10px !important
}

body.category-id-parent-2{
    #inner-wrapper{
        #left-column{
            display: none;
        }
    }
    #content-wrapper{
        width: 100% !important;
    }

    section#products{
        display: none !important;
    }

}

body#checkout{
    .payment-options {
        #payment-option-1-container{
            display: none;
            pointer-events: none;
        }
    }
}

#wrapper .block-links ul{
    text-align: center;
}


#wrapper .block-links ul > li{
	display: inline-block;
	margin: 0 10px;
	text-align: center;
    a{
        border: var(--primary-color) solid 1px;
        padding: 0.7rem 1rem !important;
        text-align: center;
    }
    a:hover{
        background-color: var(--primary-color);
        color: #fff !important;
    }
}



