.swatch {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    cursor:pointer;
    border: 1px solid #fff;
    outline: 2px solid #fff;
    box-shadow: 0px 1px 3px #00000042;
    border-radius: 100%;
    margin-top: 5px;
}
.spacing {
    padding-left: 10px;
    padding-bottom: 10px;
}
.swatch.selected{
    outline: 2px solid #333 !important;
}

.quantity_fields {
    display: flex;
}
.quantity_hide {
    display: none;
}
.quantity_show_inner{
    display: block;
}
.quantity_show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
input.quantity_selector {
    width: 50px !important;
    padding: 5px 9px !important;
    margin: 0 !important;
}
label.quantity_label {
    display: block;
    text-align: center !important;
    margin: 5px 0 !important;
    font-size: 20px !important;
}
button.plus {
    display: block;
    margin: 5px 0 !important;
    width: 50px;
    height: 25px;
    background: #f7f7f7 !important;
}
button.minus {
    display: block;
    margin: 5px 0 !important;
    width: 50px;
    height: 25px;
    background: #f7f7f7 !important;
}
.quantity_field {
    margin: 0 2px;
}
.quantity_field:first-child {
    margin-left: 0;
}
.total_box.total_show {
    display: block;
    margin: 35px 0;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.final_total_heading {
    font-size: 30px;
    font-weight: 600;
    color: #fe841f;
    margin-bottom: 20px;
}

span.color_round {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
	box-shadow: 1px 1px 3px #000;
}
ul.cart_lists{
    margin: 0;
}
ul.cart_lists li {
    display: flex;
    align-items: end;
    padding-bottom: 10px;
}
ul.cart_lists li span{
    padding-bottom: 0;
    padding-top: 0;
	margin-right:5px;
}
.label.pa_sizes{
    display: none;
}
form.cart .variations tr:nth-child(2) {
    margin-top: 30px;
    display: inline-table;
    margin-bottom: 0;
    width: 100%;
}
.logo_customization{
    display: none;
}
.length_class{
    display: none;
}
form.cart .variations {
    margin-bottom: 0 !important;
}
.tc-totals-form.tc-show {
    display: none;
}
a.reset_variations {
    display: none !important;
    visibility: hidden !important;
}
ul.cart_lists p {
    margin: 0;
}
.woocommerce div.product form.cart .variations label {
    color: #666;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 1px;
    padding: 10px;
}
.variations tr {
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
}
.woocommerce div.product form.cart .variations label {
    padding-left: 0;
}
.row_variation.Colour {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 10px;
}
.quantity_fields{
    padding-left: 10px;
}
.row_variation.Sizes.row_variation_show {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 10px;
}
ul.cart_lists b {
    padding-left: 5px;
}
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-epo-text-wrapper {
    box-shadow: 1px 1px 10px 0 #fe841f33;
    border: 4px solid #fe841f;
}
.total_sum_value{
    display: none;
    margin-top: 20px;
}
.total_sum_value.total_qty_show{
    display: block;
    margin-bottom: 0;
}
span.total_quantity {
    padding: 0 5px;
}

.total_card{
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #fe841f;
}
.tiered-pricing--active {
    border: 2px solid #FE841F !important;
    border-color: #FE841F !important;
}
img.cart_item_logo_image {
    width: 75px !important;
}
.woocommerce #content table.cart img.epo-upload-image, .woocommerce table.cart img.epo-upload-image, .woocommerce-page #content table.cart img.epo-upload-image, .woocommerce-page table.cart img.epo-upload-image, .epo-upload-image {
    max-width: 75px !important;
    max-height: none !important;
}
@media only screen and (max-width: 768px) {

}

.tc-mode-startimages span.tc-price-wrap {
    justify-content: center;
    padding: 10px;
}
h4.custom_price_value{
    color: #fe841f;
    font-size: 30px !important;
    font-weight: 500 !important;
}
.logo_customization_selection.logo_customization_selection_show {
    display: block;
}
.logo_customization_selection {
    display: none;
}
ul.cart_lists p {
    line-height: inherit;
}
.quantity.buttons_added {
    display: none;
}




.category_thumbnail {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.child-categories-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 35px;
}

.child-category-block {
    width: 24%;
    margin-bottom: 20px;
    text-align: center;
}

.child-category-block img {
    max-width: 100%;
    height: auto;
}

.child-category-block h3 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background: #d3d3d3;
}
.child-categories-grid .child-category-block {
    border: 1px solid #dbdbdb;
}


