/*
Theme Name: Storeone Child
Description: A child theme of the Storeone deafult wordpress Theme
Author: Imel
Template: storeone
Version: 1.0.0
*/

.product-options {
    position: relative;
    min-height: 350px;
    /* overflow-y: scroll; */
    overflow-x: hidden;
}

.product-option {
    /* opacity: 0;
    z-index: 0; */
    position: absolute;
    width: 100%;
    display: none;
}

.product-option .product-addon:nth-child(2) {
    margin-top: 30px !important;
}

.product-option-visible {
    /* opacity: 1;
    z-index: 1; */
    display: block;
}

.addon-has-image img {
    height: 44px;
    width: 44px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    padding: 1px;
    border-radius: 0;
    transition: .15s ease-in-out;
}

.addon-has-image img:hover {
    transform: translateX(-83px) translateY(-81px) scale(5);
}

.product-options-summary {
    position: absolute;
    /* opacity: 1;
    z-index: 1; */
    width: 100%;
    display: block;
    padding: 10px;
}

.product-options-summary-hidden {
    /* opacity: 0;
    z-index: 0; */
    display: none;
}

.addon-has-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #dcdcdc;
    padding: 5px 10px;
}

.product-addon {
    padding: 0 7px;
    margin: 0 !important;
}

.product-addon .form-row label {
    cursor: pointer;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
}

.product-addon > p {
    background: #ececec;
    padding: 5px 10px;
    /* min-height: 50px; */
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.product-addon h3.addon-name {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #6d6d6d;
    font-size: 18px;
    display: inline;
}

.product-options-wrapper {
    position: relative;
    padding: 7px 0 7px 7px;
    background: #f7f7f7;
    margin-bottom: 12px;
}

.product-back-btn {
    display: flex;
    justify-content: flex-end;
    padding: 8px;
    background: #fdfdfd;
    margin: 7px 7px 14px 7px;
}

.product-reset-btn {
    position: relative;
    bottom: 0;
    margin: 20px 0 5px 7px;
}

.product-reset-btn span {
    padding: 7px 14px;
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.product-reset-btn span:hover {
    background: #464646;
}

.dashicons-arrow-left-alt {
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid;
    border-radius: 3px;
}

.dashicons-yes {
    display: inline-flex;
    justify-content: center;
    border: 1px solid;
    color: #01c101;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 13px;
    border: 1px solid #bdbdbd;
    align-items: center;
    cursor: pointer;
    margin-right: 4px;
}

.summary-item:hover {
    background-color: #dad9d9;
}

.summary-item-child:nth-child(1) {
    display: flex;
    flex-direction: column;
}

.summary-item div:nth-child(2) {
    line-height: 1.2;
}

.summary-item-child:nth-child(1) h2 {
    color: #717171;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}

.summary-item-options {
    font-size: 17px;
    line-height: 1.2;
    text-transform: capitalize;
}

.addon-description {
    display: inline-block;
}

.addon-description p {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #6d6d6d;
    font-size: 18px;
    font-style: unset !important;
}

.addon-description-hidden,
.product-back-btn-hidden {
    display: none;
}

/* Hide sub total - single product */
.product-addon-totals dt:nth-child(3),
.product-addon-totals dt:nth-child(1),
.product-addon-totals dd:nth-child(4) {
    display: none;
}

.product-addon-totals dd:nth-child(2) {
    float: right;
    margin-right: 7px;
    font-size: 24px;
    margin-top: -5px;
}

/* Apply this style only for button where product-addon plugin is active */
.product-options-wrapper ~ .single_add_to_cart_button {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.entry-summary {
    margin-bottom: 86px !important;
}

.images .slick-slider {
    margin-bottom: 10px;
}


/* Scrollbar */
.product-options::-webkit-scrollbar,
.single-product .woocommerce-tabs::-webkit-scrollbar {
	width: 6px;
	background-color: #e2e2e2;
}

.product-options::-webkit-scrollbar-track,
.single-product .woocommerce-tabs::-webkit-scrollbar-track {
	background-color: #e2e2e2;
}

.product-options::-webkit-scrollbar-thumb,
.single-product .woocommerce-tabs::-webkit-scrollbar-thumb{
	background-color: #565656;
}


/* The most original way to hide GlobalAddon category from single product view */
/* .product-categories a['href="https://www.mybedbyfen.de/produkt-kategorie/globaladdons/"'] {
    display: none;
} */