/*#region Main panel*/
.sun-amateur-panel {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: auto;
    height: auto;
    margin-bottom: 5%;
}

.sun-amateur-wrap {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.sun-amateur-config-info {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-basis: 100%;
    max-width: 600px;
    /*width: 36vw; */
    height: 100%;
}

.sun-amateur-from-price {
    font-size: 17px;
    font-weight: 600;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.sun-amateur-prod-price {
    font-size: 25px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}

.sun-amateur-prod-configuration-title{
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #979797;
    padding-bottom: 3%;
}

.extra_price{
    margin-top:10px;
}
/*#endregion*/

/*#region Attributes panel*/
.sun-amateur-attr-wrap{
    margin-top: 20px;
}

.sun-amateur-attr-wrap + .sun-amateur-attr-wrap{
    margin-top: 30px;
}

.sun-amateur-attr-wrap-top{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    font-size: 15px;
    color: #545454;
}

.sun-amateur-attr-chosen{
    padding-left: 3%;
    color: #cacaca;
    font-size: 0.9em;
}

.sun-amateur-attr-wrap-bottom {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.sun-amateur-attr-display {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 10vw;
    height: 100%;
    max-width: 100px;
    min-width: 89px;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
}

.custom-select .sun-amateur-attr-display {
    flex-direction: row;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    border: 1px solid #efefef;
}

.custom-select .sun-amateur-attr-display .sun-amateur-attr-display-wrap {
    display: flex;
    flex-direction: row;
}

.custom-select .sun-amateur-attr-display .sun-amateur-attr-display-wrap .sun-amateur-attr-display-img {
    height: 100%;
    max-width: 30%;
    padding: 15px 20px;
}

.custom-select .sun-amateur-attr-display .sun-amateur-attr-display-wrap .sun-amateur-attr-display-name {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: left;
    -webkit-justify-content: flex-start;
    padding: 0;
}

.custom-select .sun-amateur-attr-display .sun-amateur-attr-display-wrap .sun-amateur-attr-selected {
    box-shadow: none !important;
}

.custom-select .sun-amateur-attr-display.selected {
    background-color: #f0f8ff;
}

.sun-amateur-attr-display-wrap{
    width: 100%;
    height: 100%;
}

.sun-amateur-attr-display-wrap:hover{
    cursor: pointer;
}

.sun-amateur-attr-display-wrap:hover .sun-amateur-attr-display-name{
    box-shadow: 0 3px 0 -1px #ddd;
}

.sun-amateur-attr-selected{
    box-shadow: 0 3px 0 -1px #000 !important;
}

.sun-amateur-attr-display-wrap:hover .sun-amateur-attr-selected{
    box-shadow: 0 3px 0 -1px #000;
}

.sun-amateur-attr-display-name {
    width: 100%;
    color: #000;
    display: flex;
    display: -webkit-flex;
    padding-bottom: 7%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    margin-top: 7%;
    height: 100%;
    font-size: 12px;
}

.sun-amateur-attr-display-img {
    height: 7vh;
    min-height: 79px;
    max-height: 79px;
    min-width: 79px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    object-fit: contain;
}

.sun-amateur-attr-display-img >img{
    height: 100% !important;
    object-fit: contain;
}

.sun-amateur-attr-texture-img >img{
    object-fit: cover;
}

.sun-amateur-attr-color{
    width: 100%;
    height: 100%;
    min-height: 70px;
    max-height: 70px;
    min-width: 70px;
    max-width: 70px;
    padding: 3%;
    border-radius: 50%;
}

.sun-amateur-simple-attr-wrap {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 4%;
}

.sun-default-image{
    content:url(../../assets/img/dashboard/Default.png);
}

.sun-amateur-simple-attr {
    width: 48.4%;
    height: 37px;
    background: #E6E6E6;
    color: #000;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 4%;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.sun-amateur-simple-attr-selected{
    border: 1px solid;
    cursor: default;
}

.sun-amateur-simple-attr:hover {
    border: 1px solid;
    cursor: pointer;
}

.sun-amateur-image-attr-price-wrap {
    width: 100%;
    margin-top: 10%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 17px;
}

.sun-amateur-disable-attr{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.7;
}

.sun-amateur-simple-attr-price-wrap {
    font-size: 1.2em;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
}

.sun-amateur-price-wrap {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    font-size: 20px;
}

.sun-amateur-remove-attr {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 1%;
    height: auto;
}

.sun-amateur-remove-attr > span {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 0.5%;
    height: auto;
}

.sun-amateur-remove-attr >span {
    font-size: 1.1em;
    line-height: normal;
    width: 100%;
    height: 100%;
    color: #999;
}

.sun-amateur-remove-attr >span:hover {
    cursor: pointer;
    color: #555;
}

.sun-amateur-attr-info-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.sun-amateur-attr-info-wrap >span{
    text-align: end;
    margin-top: -12px;
    font-size: 22px;
}

.sun-amateur-attr-info-wrap >span:hover ~ .sun-amateur-attr-info{
    display: block;
}

.sun-amateur-attr-display-wrap:hover .sun-amateur-attr-display-name{
    box-shadow: 0 3px 0 -1px #ddd;
}

.sun-amateur-attr-info{
    display: none;
    position: absolute;
    top: -11px;
    left: 56px;
    margin-left: 50%;
    width: auto;
    border-radius: 2px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 3px;
    flex-wrap: wrap;
    z-index: 999;
}

.sun-amateur-attr-info >p{
    margin: 0;
    text-align: center;
    font-size: 12px;
}
/*#endregion*/

/*#region Extra options*/
.single_variation_wrap, .sun-pages{
    margin: 20px 0;
}

.sunpics-calendar-fields >select,
.sunpics-project-name,
.sunpics-choose-add-holidays-wrap,
.sunpics-choose-add-holidays-wrap .sun-calendar-holidays-radios,
.sunpics-extra-pages,
.sunpics-countries-wrap,
.sunpics-countries-wrap > *{
    margin: 7px 0;
}

.sunpics-calendar-hebrew-component {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.sunpics-calendar-hebrew-component input[type="radio"] {
    display: none;
}

.sunpics-calendar-hebrew-days,
.sunpics-calendar-hebrew-shabbat {
    display: flex;
    margin-top: 6px;
}

.sunpics-calendar-hebrew-days label,
.sunpics-calendar-hebrew-shabbat label {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}

.sunpics-calendar-hebrew-days label:hover,
.sunpics-calendar-hebrew-shabbat label:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
}

.sunpics-calendar-hebrew-days input[type="radio"]:checked + label,
.sunpics-calendar-hebrew-shabbat input[type="radio"]:checked + label {
    background-color: #3a3a3a;
    color: #FFFFFF;
    border-color: #3a3a3a;
}
/*#endregion*/

/*#region Media*/
@media screen and (max-width: 400px) {
    .single_add_to_cart_button {
        width: 100%;
    }
}
/*#endregion*/

.sun-amateur-prod-configuration-prod .custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    min-width:100%;
}

.sun-amateur-prod-configuration-prod .custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sun-amateur-prod-configuration-prod .custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 27px;
    cursor: pointer;
    transition: all 0.5s;

    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    padding-right: 8px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.sun-amateur-prod-configuration-prod .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #707070;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.sun-amateur-prod-configuration-prod .custom-options .sun-amateur-simple-attr-wrap {
    display:flex;
    flex-direction: column;
    position: relative;
}

.sun-amateur-prod-configuration-prod .custom-select.open .custom-select__trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sun-amateur-prod-configuration-prod .custom-select.open .custom-options {
    display: block;
    opacity: 1;
    flex: 1;
    visibility: visible;
    pointer-events: all;
    overflow-y: auto;
    max-height: 320px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.sun-amateur-prod-configuration-prod .custom-option {
    position: relative;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.5s;
}

.sun-amateur-prod-configuration-prod .arrow {
    position: relative;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sun-amateur-prod-configuration-prod .arrow::before,
.sun-amateur-prod-configuration-prod .arrow::after {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700;
    color: #394a6d;
    position: absolute;
    bottom: 0px;
}

.sun-amateur-prod-configuration-prod .custom-select.open .arrow{
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}