.elementor-kit-5{--e-global-color-primary:#048000;--e-global-color-secondary:#101010;--e-global-color-text:#121212;--e-global-color-accent:#80002D;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Hind";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hind";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.shop_attributes {
    margin-bottom: 0;
    overflow: hidden;
    --wd-attr-v-gap: 30px;
    --wd-attr-h-gap: 30px;
    --wd-attr-col: 1;
    --wd-attr-brd-width: 1px;
    --wd-attr-brd-style: solid;
    --wd-attr-brd-color: var(--brdcolor-gray-300);
    --wd-attr-img-width: 24px
}

.shop_attributes tbody {
    display: grid;
    grid-template-columns: repeat(var(--wd-attr-col), 1fr);
    /*margin-bottom: calc(-1 * (var(--wd-attr-v-gap) + var(--wd-attr-brd-width)));*/
    column-gap: var(--wd-attr-h-gap)
}

.shop_attributes tr {
    display: flex
;
    align-items: center;
    gap: 10px 10px;
    justify-content: space-between;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: var(--wd-attr-brd-width) var(--wd-attr-brd-style) var(--wd-attr-brd-color);
}

.shop_attributes :is(th,td) {
    padding: 0;
    border: none
}

.shop_attributes th {
    display: flex;
    flex: 0 1 auto;
    font-family: var(--wd-text-font)
}

.shop_attributes td {
    text-align: end
}

.shop_attributes p {
    margin-bottom: 0
}

.shop_attributes :is(.wd-attr-name,.wd-attr-term) {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.shop_attributes .wd-attr-name-img {
    width: var(--wd-attr-img-width)
}

.shop_attributes .wd-hint {
    margin-inline-start:-6px}/* End custom CSS */