.text-bold {
    font-family: 'Europe Bold', arial;
}

.product-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 1px;
    width: 100%;
}

.product-wrapper h1 {
    font-size: 2.25em;
    font-family: 'Europe Bold', sans-serif;
}

.product-wrapper h2 {
    font-size: 1.5em;
    font-family: 'Europe Bold', sans-serif;
}

.product-nutrition-table-wrap {
    width: calc(100% - 18px);
    margin-left: 18px;
    margin-top: 18px;
}
.product-nutrition-table-wrap table {
    width: 100%;
    border-spacing: 0;
    margin-top: 0.75em;
}
.product-nutrition-table-wrap td {
    min-width: 50%;
    padding-top: 4px;
    padding-bottom: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    line-height: 1em;
}
.product-nutrition-table-wrap td {
    text-align: end;
    padding-right: 1em;
}
.product-nutrition-table-wrap td:first-child {
    padding-left: 1em;
    padding-right: 0;
    text-align: start;
}
.product-nutrition-table-wrap tr:nth-child(2n+1) {
    background: #FF2A7C;
    color: #FFFFFF;
}
.product-nutrition-table-title {
    font-weight: bold;
    font-size: 0.75em;
    line-height: 0.75em;
}

.product-wrap {
    display: flex;
    flex-direction: row;
}

.product-right-block-wrap, .product-left-block-wrap {
    width: 50%;
}

.product-left-block-wrap {
    width: 50%;
}

.product-image {
    width: 100%;
}

.product-description-wrap p {
    font-size: 1.1em;
}
.product-description-wrap h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 10px;
}

.product-catalog-path {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.125em;
}

.product-description-wrap {
    margin-left: 35px;
}

.product-description-table {
	margin-bottom: 20px;
    margin-left: -18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-image-control_popup_wrapper {
    display: flex;
}

.product-image-control_popup_inner {
    padding-right: 25px;
}

.product-image-control_popup_inner:last-child {
    padding-right: 0;
}

.product-image-control_popup_inner_image {
    display: block;
    width: 270px;
    border-radius: 5px 5px 0 0;
}

.product-image-control_popup_inner_title {
    font-family: 'Europe Bold', sans-serif;
    font-size: 22px;
    color: #343434;
}

.product-image-control_popup_inner_title h2 {
    padding: 0;
    margin: 0;
}

.product-image-control_popup_inner_wight {
    font-size: 18px;
    margin: 10px 0 20px;
    color: #343434;
}

.product-image-control_popup_inner_description {
    font-size: 16px;
    line-height: 16px;
    color: #343434;
    max-height: 95px;
    overflow: hidden;
}

.product-image-control_popup_inner_more {
    font-family: 'Europe Bold', sans-serif;
    margin: 14px 0 20px;
}

.product-image-control_popup_inner_more_link {
    color: #343434;
    text-decoration: none;
    font-size: 0;
}

.product-image-control_popup_inner_more_link span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.product-image-control_popup_inner_more_link img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: auto;
}

.product-image-control_popup_inner_price {
    font-family: 'Europe Bold', sans-serif;
    font-size: 24px;
    color: #343434;
    margin-bottom: 30px;
}

.product-popup-close-wrapper {
    display: flex;
}

.product-popup-close {
    margin-bottom: 10px;
    margin-left: auto;
    cursor: pointer;
}

.product-popup-close img {
    width: 18px;
    height: 18px;
    display: block;
}

@media only screen and (max-width: 575px)  {
    .product-image-control_popup_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .product-image-control_popup_inner {
        padding-right: 0;
        padding-bottom: 25px;
        width: 100%;
    }

    .product-image-control_popup_inner:last-child {
        padding-bottom: 25px;
    }

    .product-image-control_popup_inner_image {
        width: 100%;
    }
}

@media only screen and (max-width: 1190px)  {
    .product-description-wrap {
        margin-left: 10px;
        margin-right: 10px;
    }
    .product-catalog-path {
        margin-left: 10px;
        margin-right: 10px;
    }
    .product-description-table {
        flex-direction: column;
        margin-left: 0;
    }
    .product-nutrition-table-wrap {
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 700px)  {
    .product-wrap {
        flex-direction: column;
    }
    .product-left-block-wrap, .product-right-block-wrap {
        width: 100%;
    }
    .product-image-control {
        margin-left: 0;
    }
}

.product-controls {
    height: 40px;
    display: flex;
    flex-direction: row;
}

#product-error-wrap {
    background: #E13434;
    color: #fff;
    padding: 8px;
    display: none;
}

.modal-box_inner_block{
    border-radius: 5px;
}

.product-controls .styled-select {
    width: 100%;
    overflow: visible;
}

.styled-select_full {
    width: 100% !important;
}

.product-controls .styled-select select {
    background: transparent;
    -webkit-appearance: none;
    width: 100%;
    max-width: 270px;
    border: 0;
    padding: 12px 40px 13px 14px;
}

.product-controls #btn-delete {
    width: 40px;
    padding-top: 13px;
    padding-bottom: 16px;
    cursor: pointer;
}

.product-controls #btn-delete img {
    margin-left: 14px;
}

.product-controls input {
    height: 45px;
    border-radius: 5px;
    margin-right: 15px;
    width: 50px;
    border: 1px solid #d0d0d0;
    padding: 10px;
    text-align: center;
}

.product-controls input::-webkit-outer-spin-button,
.product-controls input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.product-controls input[type=number] {
    -moz-appearance: textfield;
}

.product-left-block-wrap h2 {
    margin: 12px 16px;
    text-align: right;
}

.btn-product-buy {
    line-height: 0;
    height: 45px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    padding: 16px;
    border: none;
    background: #FF2A7C;
    border-radius: 5px;
    font-size: 1.05em;
}

.btn-product-buy-popup {
    width: calc(100% - 50px);
    font-size: 14px;
    color: #fff;
}

.product-catalog-path a {
    text-decoration: none;
}

.catalog-search-product-wrap {
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}

.catalog-search-product {
    position: relative;
    width: 350px;
    margin: 0 auto;
}

.catalog-search-product-items {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    border-top: 0;
    top: 50px;
}

.catalog-search-product-items a {
    text-decoration: none;
    font-size: 0.9em;
    color: #787878;
}
.catalog-search-product img {
    width: 30px;
}

.catalog-search-product-input {
    color: #343434;
    background: transparent;
    border: none;
    display:block;
    width: 100%;
    box-sizing: border-box;
}

.catalog-search-product-input:focus {
    outline-width: 0;
}

#gallery {
    display: flex;
    flex-direction: row;
    padding: 5px 0 20px;
}

#gallery-inner-wrap {
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    scroll-behavior: smooth;
    flex: 1;
}
#gallery-inner-wrap::-webkit-scrollbar {
    display: none;
}

.product-gallery-item {
    margin: 10px;
    max-width: 25%;
    min-width: 25%;
    flex: 1;
}

.product-gallery-item img {
    width: 100%;
    border-radius: 5px;
}

.gallery-arrow {
    padding: 4px;
    cursor: pointer;
}

.product-preview-wrapper {
    position: relative;
    font-size: 0;
}

.product-preview-wrapper .category-product2-watermark {
    width: 100%;
    left: 0;
    right: 0;
}

#preview-image {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 700px) {
    #gallery {
        margin-left: 10px;
        margin-right: 10px;
    }
}
