@charset "UTF-8";

:root {
    --primary-color: #5A8C46;
    --secondary-color: #2b5d10;
    --secondary-color2: #5A8C46;
    --yellow-color: #ffc107;
    --text-gray-color: #666666;
    --white-color: #ffffff;
    --ofwhite-color: #f2f2f2;
    --black-color: #000000;
    --light-color: #a5a5a5;
    --light-color2: #aaaaaa;
    --dark-color: #242424;
    --sky-color: #647589;
    --border-color: #c8c8c8;
    --border-color2: #e4e4e4;
    --border-color3: #dddddd;
    --border-dark: #383434;
    --bg-gray-color: #f7f8fc;
    --gray-color: #ebebeb;
    --gray-color2: #f5f5f5;
    --josefin-sans: "Josefin Sans", sans-serif;
    --open-sans: "Open Sans", sans-serif;
    --body-font-size: 1.6rem;
    --body-font-weight: 400;
    --body-line-height: 2.5rem;
    --headings-weight: 600;
    --transition: all 0.3s ease 0s;
    --container-fluid-offset: 19rem;
    --color-1: #822130;
    --color-2: #ae3847;
    --color-3: #590d19;
    --color-4: #363636;
    --color-5: #231f20;
    --color-6: #f7f8fc;
    --font-1: Helvetica, Arial, sans-serif;

}

.variant__color--value {
    width: 2.5rem;
    height: 2.5rem;
    padding: 2px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 1;
    cursor: pointer
}

.variant__color--value:last-child {
    margin-right: 0
}

.variant__color--value__img {
    border-radius: 50%
}

.variant__color--list input[type=radio]+label:hover {
    border: 2px solid var(--secondary-color)
}

.variant__color--list {
    margin-right: 10px;
    list-style: none;
}

.variant__color--list input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.variant__color--list input[type=radio]:checked+label {
    border: 2px solid var(--secondary-color)
}

.variant__color--list:last-child {
    margin-right: 0
}

.variant__input--fieldset {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border: none;
    margin: 0;
    padding: 0
}

.variant__size--list input[type=radio]+label {
    border: 2px solid var(--border-color2)
}

.variant__size--list input[type=radio]+label:hover {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color)
}

.variant__size--list {
    margin-right: 13px;
    list-style: none;
}

.variant__size--list:last-child {
    margin-right: 0
}

.variant__size--list input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.variant__size--list input[type=radio]:checked+label {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color)
}

.variant__size--value {
    width: 4.7rem;
    height: 3.2rem;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer
}

.variant__input--fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.variant__color--value__img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.variant__size--value {
    width: fit-content;
    height: auto;
    padding: 2px 8px;
    margin-bottom: 10px;
    background-color: var(--color-6)
}
.product__variant--title{
    margin-right: 1em;
}

ul.variant__size, div.variant__color {
    flex-wrap: wrap;
    margin-top: 1em;
}

.fpCartAlt.disabled{
    cursor: not-allowed;
}

.sico-price{
    font-size: 36px;
    color: #527b3b;
    margin: 27px 0 27px;
    font-weight: 600;
}

.hide_in_sico{
    display: none !important;
}