/*Framework*/


/*YEN� �R�N SAYFASI*/
.cm-visually-hidden {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 0.0625rem !important;
    margin: -0.0625rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 0.0625rem !important
}

.product-page-main-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .product-page-main-container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

#addnew {
    border: 1px solid #e5eaef;
    border-radius: 3px;
    padding: 15px 10px;
    margin-top: 8px;
    background-color: #f5f9fd;
    cursor:pointer;
}

    #addnew > p {
        font-weight: 600;
        font-family: Volte;
    }

#product-alert {
    border-radius: 3px;
    padding: 10px 15px;
    background-color: #fafafc;
}

    #product-alert p {
        font-family: Volte, 'CepteFont', Arial, sans-serif;
    }

    #product-alert a {
        color: #0099DF;
        font-weight: 600;
        font-family: Volte, 'CepteFont', Arial, sans-serif;
    }

.product-option-left-sticky .product-label {
    position: absolute;
    top: .8rem;
    left: .8rem;
    text-align: right;
    z-index: 5;
    right: unset
}

.mobile-none-first-view {
}

@media only screen and (max-width: 992px) {
    .mobile-none-first-view {
        display: none !important;
    }
}

.exclamation-mark-tooltip {
    cursor: pointer;
    color: #f0ad4e;
}
.exclamation-mark-tooltip img{
    height:22px;
    width:22px;
}

/*ORDER PROCESS*/

.order-process-img {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 60px;
}

.process-img-first {
    background-image: url(../../img/Product/homework.svg)
}

.process-img-second {
    background-image: url(../../img/Product/dimensions.svg)
}

.process-img-third {
    background-image: url(../../img/Product/print.svg)
}

.process-img-fourth {
    background-image: url(../../img/Product/delivery.svg)
}

#order-process {
    border-top: 1px solid #dfe3e7;
    border-bottom: 1px solid #dfe3e7;
    padding: 32px 0;
}

.order-process-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-process-items-column {
    text-align: center;
    padding: 0 12px;
    flex: 1;
    position: relative;
}

.order-process-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.1;
    font-family: 'CepteFont', 'Volte', Arial, sans-serif;
}

.order-process-description {
    font-size: 14px;
}

.order-process-items-column-top {
    display: flex;
    justify-content: center;
}

.order-process-items-column-bottom {
    padding: 12px 6px 0 6px;
}

.process-next-icon {
    position: absolute;
    top: 70px;
    right: -6px;
    background-repeat: no-repeat;
    background-position: 62%;
    background-size: contain;
    height: 17px;
    width: 17px;
    background-image: url(../../img/Product/next.svg);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 0.0625rem;
    display: none
}

    .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0.0625rem solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slide.slick-current .tile.-link:not(.-link-whole-tile) {
    cursor: default
}

.slick-track .order-process-items-column {
    opacity: 0.5
}

.slick-slide .tile.-link {
    cursor: pointer
}

.slick-slide.tile-rack__svg-icons-tile-wrap .tile__text-wrap-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.slick-slide.slick-current {
    opacity: 1 !important;
}

.order-process-items.slick-initialized .tile-rack__tile-wrap .tile {
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 640px) {
    .order-process-items:not(.slick-initialized) .order-process-items-column {
        display: block;
        max-width: 23.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

.order-process-items .slick-track {
    display: -ms-flexbox;
    display: flex
}

.order-process-items .slick-list {
    width: 100%
}

.order-process-items .slick-slide {
    height: auto
}

.order-process-items.slick-initialized {
    margin-top: 0
}

@media only screen and (max-width: 40.0525em) {
    .order-process-items.slick-initialized {
        margin-left: -1rem;
        width: calc(98% + 2rem)
    }
}

@media only screen and (min-width: 40.0625em) {
    .order-process-items.slick-initialized {
        margin-left: -1.5rem;
        width: calc(98% + 3rem)
    }
}

.order-process-items.slick-initialized .order-process-items-column {
    width: 240px !important;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex: unset;
    transition: opacity 200ms;
}

@media only screen and (max-width: 640px) {
    .order-process-items.slick-initialized .order-process-items-column {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .order-process-items.slick-initialized .order-process-items-column {
        padding-left: 9px;
        padding-right: 9px
    }
}

.dot-list-item {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

    .dot-list-item > li {
        display: inline-block
    }

    .dot-list-item .slick-active button:after {
        background: #69778a
    }

    .dot-list-item .slick-active button:hover:after,
    .dot-list-item .slick-active button:focus:after {
        background: #69778a
    }

    .dot-list-item button {
        display: inline-block;
        position: relative;
        width: 1.875rem;
        height: 1.875rem;
        font-size: 0;
        line-height: 0;
        color: transparent;
        background-color: #fff;
        border: none;
    }

        .dot-list-item button:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            margin-top: auto;
            margin-bottom: auto;
            left: 50%;
            margin-left: auto;
            margin-right: auto;
            transform: translate(-50%, -50%);
            width: 0.625rem;
            height: 0.625rem;
            border-radius: 100%;
            background: rgba(58, 70, 85, 0.25);
            transition: background-color 300ms
        }

        .dot-list-item button:hover:after,
        .dot-list-item button:focus:after {
            background: rgba(58, 70, 85, 0.35)
        }


@media (max-width: 767px) {
    .process-next-icon {
        display: none;
    }
}



/*Breadcrumb*/
.cm-breadcrumb {
    padding: 8px 0;
}

.breadcrumb-items ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    .breadcrumb-items ol li {
        margin: 2px 0;
    }

.breadcrumb-link {
    display: flex;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    white-space: nowrap;
    background-color: #e9ecef;
    color: #323c49;
    transition: background-color 300ms;
    line-height: 1.7;
    padding: 3px 10px 3px 12px;
}

    .breadcrumb-link:hover, .breadcrumb-link:focus, .breadcrumb-link:active {
        background-color: #f3f4f6;
        color: #323c49;
        text-decoration: none;
    }

        .breadcrumb-link:hover > .breadcrumb-seperator:before {
            background-color: #f3f4f6;
        }

.breadcrumb-items ol li:first-child {
    z-index: 19;
}

.breadcrumb-items ol li:nth-child(2) {
    z-index: 18;
}

.breadcrumb-items ol li:nth-child(3) {
    z-index: 17;
}

.breadcrumb-items ol li:nth-child(4) {
    z-index: 16;
}

.breadcrumb-items ol li:nth-child(5) {
    z-index: 15;
}

.breadcrumb-items ol li:first-child .breadcrumb-link {
    padding-left: 11px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.breadcrumb-items ol li:nth-child(2) .breadcrumb-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.breadcrumb-label {
    font-size: 12px;
}

.breadcrumb-seperator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 7px);
    width: 12px;
    overflow: hidden;
}

    .breadcrumb-seperator:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -15px;
        width: 100px;
        height: 100px;
        background-color: #e9ecef;
        border: 4px solid #fff;
        transform: translateY(-50%) scaleX(0.5) rotate(45deg);
        transition: background-color 300ms;
    }

.breadcrumb-current {
    color: #434f61;
    padding-left: 11px;
    padding-bottom: 0;
    font-size: 12px;
}

/*Product Option*/

.product-option-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-option-left {
    flex: 0.9;
    position: relative;
}

.product-option-left-sticky {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-summary-block {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%
}

.product-summary-container {
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
}

.product-option-image img {
    width: 100%;
    object-fit: cover;
}

.product-option-right {
    flex: 1.6;
    margin: 0 25px;
}

.design-download-doc-title {
    font-size:11px;
    font-weight: 600;
}

.product-option-header {
}

.product-option-header-title {
    margin-bottom: 36px
}

.product-name {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;
}

.product-short-desc {
    margin-bottom: 19px;
    font-size: 17px;
    font-weight: 500
}

.start-price {
    font-size: 16px;
    margin-bottom: 19px;
}

.product-desc-title {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600
}

.product-desc {
    color: #434f61
}

    .product-desc p {
        margin-bottom: 21px;
    }

.product-desc-list {
    margin-left: 18px;
    padding: 0;
    font-size: 15px;
}

.product-star {
    margin-bottom: 25px;
}

.product-star-item {
    font-size: 17px;
    display: inline-block;
    margin-right: 10px
}

.product-review-total {
    font-size: 15.5px;
    color: #0099e0;
    font-weight: 600;
    display: inline-block;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
}

.product-alert {
    background-color: #d9edf7;
    border-color: #bcdff1;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .product-alert p {
        color: #31708f;
    }



.product-option-selection-module {
    margin-bottom: 36px;
}

    .product-option-selection-module:last-child {
        margin-bottom: 36px;
    }

.option-selection-body {
    padding-top: 6px;
    flex: 1;
}

    .option-selection-body .option-label-title {
        text-align:center
    }

    .option-selection-body:not(:first-child) {
        padding-left: 6px;
    }

    .option-selection-body .option-label-title-desc {
        font-size: 14px;
        text-align: center;
        display: block;
    }

    .option-iconbox-body {
        padding-top: 9px;
        flex: 1;
    }

    .option-iconbox-body:not(:first-child) {
        padding-left: 6px;
    }

.option-container {
    border-radius: 3px;
    height: 100%;
    padding: 13px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: 1px solid #dfe3e7;
    transition: box-shadow 200ms, border-color 200ms;
    cursor: pointer;
    width: 100%
}

    .option-container:hover, .option-container:focus {
        box-shadow: 0 0 10px 0 rgba(75,89,109,0.25);
        border-color: transparent;
    }

.selection-items {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.product-option-select {
    width: 100%
}

.option-image img {
    max-width: 100%;
}

.option-image {
    padding-bottom: 12px;
    display: block
}

.option-label {
    display: block;
}

.option-label-title {
    word-break: break-word !important;
    transition: color 200ms;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: 1.3;
    display: block
}

.option-label-desc {
    font-size: 15px;
    word-break: break-word !important;
    transition: color 200ms;
    color: #434f61;
    display: block
}

.product-header-title {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative
}

.product-header-title small {
    display: inline-block;
    font-size: 60%;
    font-weight: 500;
    margin-left: auto;
}

.product-option-changed-warning small {
    color: #f0ad4e;
}

.product-header-title-tooltip {
    padding-left: 5px;
    display: flex;
    position: relative;
    justify-content: center;
}

    .product-header-title-tooltip img {
        width:17px;
        height:17px;
    }

.tooltipnew[x-placement^=top] {
    margin-top: 5px;
}

.tooltipnew[x-placement^=top] {
    padding-bottom: 20px;
    margin-bottom: -13px;
}

.tooltipnew {
    display: block;
    z-index: 10000;
    margin: 6px;
    bottom: 18px;
    width: max-content;
}



.tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 10px;
    border-color: #4a4a56;
    z-index: 1;
}

.tooltip-innernew {
    background: #4a4a56;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px 4px;
      width:  240px;
    font-size: 14px;
    max-width: 200px
}

.tooltipnew[x-placement^=top] .tooltip-arrow {
    border-width: 5px 5px 0;
    bottom: 5px !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 13px);
    margin-top: 0;
}

.product-price-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .product-price-header .product-desc span {
        color: #9fa3aa !important;
        font-weight: 500;
        margin-left: 7px;
        letter-spacing: 0.2px;
        cursor: pointer;
    }

    .product-price-header .product-desc label {
        color: #9fa3aa !important;
        font-weight: 500;
        margin-left: 7px;
        letter-spacing: 0.2px;
        cursor: pointer;
    }

.icon-option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.option-icon {
    margin-left: 12px;
}

    .option-icon img {
        width: 36px;
        height: 36px;
    }

.product-price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    outline: none;
    border: 1px solid #dfe3e7;
    border-bottom: none;
    border-radius: 3px;
}

    .product-price-table thead tr th {
        font-weight: 500;
    }

    .product-price-table thead tr th, .product-price-table tbody tr td {
        padding: 12px 18px;
        vertical-align: top;
        outline: none;
        text-align: left;
        border-bottom: 1px solid #dfe3e7;
    }

        .product-price-table tbody tr td s {
            font-size: 13px;
            color: #69778a !important;
            font-weight: 400;
            margin-left: 2px;
        }

    .product-price-table thead tr, .product-price-table tbody tr {
        border-bottom: 1px solid #dfe3e7;
    }

    .product-price-table tbody tr {
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        outline: 2px solid transparent;
        transition: outline 200ms, background-color 200ms;
    }

.list-selected {
    outline-color: #3cbaf5 !important;
}

.label-selected {
    box-shadow: 0 0 0 2px #3cbaf5;
    border-color: transparent;
}

    .label-selected:hover {
        box-shadow: 0 0 0 2px #3cbaf5 !important;
        border-color: transparent !important;
    }

.product-price-table tbody tr:hover, .product-price-table tbody tr:focus {
    background-color: #f9fafc;
}

.product-price-table thead tr th:first-child {
    border-top-left-radius: 3px;
    width: 30%;
}

.product-all-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .product-all-price span {
        font-size: 15px !important;
        font-weight: 400 !important;
        color: inherit !important
    }

    .product-all-price svg {
        height: 18px;
        width: 18px;
    }

.product-price-table tbody tr td span {
    font-size: 14px;
    color: #848484;
}

.product-price-table tfoot tr td {
    padding: 12px 18px;
    vertical-align: top;
    outline: none;
    text-align: left;
    border-bottom: 1px solid #dfe3e7;
}

.product-summary {
    margin-bottom: 5px;
    box-shadow: 0 1px 7px 0px rgba(233, 236, 241, 1);
    border-radius: 3px;
    padding: 15px 10px;
}

.product-summary-title {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 500;
}

.product-summary table {
    width: 100%;
    outline: none;
    border-bottom: none;
}

.product-summary tbody td:first-child {
    width: 45%;
    font-size: 16px;
    font-weight: 500;
}

.product-summary tbody tr:first-child {
    border-top: 1px solid #dfe3e7;
}

.product-summary tbody tr td {
    vertical-align: top;
    padding: 13px 4px;
    outline: none;
    border-bottom: 1px solid #dfe3e7;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

.product-summary tbody tr:last-child td {
    border-bottom: none;
    font-size: 19px;
    font-weight: 500;
    padding: 13px 4px 0 4px;
    vertical-align: inherit
}

    .product-summary tbody tr:last-child td:last-child {
        display: flex;
        flex-direction: row
    }

    .product-summary tbody tr:last-child td s {
        font-size: 15px;
        color: #69778a !important;
        font-weight: 400;
    }

.product-option-iconbox-left img {
    width: 48px;
    height: 48px;
}

.product-option-iconbox {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
}

.product-option-iconbox-item {
    display: flex;
    flex-direction: row;
}

.product-option-iconbox-left {
    margin-right: 12px;
}

.product-option-iconbox-title {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
}

.product-option-iconbox-right p {
    font-size: 14px;
}

.product-option-iconbox .product-option-iconbox-item:last-child {
    margin-left: 24px;
}

.product-datebox {
    background: #fff;
    width: 73px;
    height: 73px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .product-datebox .date-month {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
        background: #00965e;
        color: #fff;
        border: 0, 0, 6px, 6px;
    }

    .product-datebox .date-day-items {
        padding: 4px 0;
    }

    .product-datebox .date-day-number {
        background: #fff;
        line-height: 22px;
        font-size: 29px;
        text-align: center;
    }

    .product-datebox .date-day {
        font-size: 13px;
        text-align: center;
    }

.product-datebox-mobile {
    display: none;
}

    .product-datebox-mobile .date-day-items {
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }

        .product-datebox-mobile .date-day-items .date-day-number {
            margin-right: 5px;
            font-size: 19px;
            font-weight: 500;
        }

        .product-datebox-mobile .date-day-items .date-month {
            margin-right: 5px;
            font-size: 19px;
            font-weight: 500;
        }

        .product-datebox-mobile .date-day-items .date-day {
            font-weight: 500;
            font-size: 19px;
        }

        .product-datebox-mobile .date-day-items span {
            font-weight: 500;
            margin-left: 3px;
        }

    .product-datebox-mobile img {
        width: 23px;
        height: 24px;
        margin-right: 10px;
    }

.product-shipping-title {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 500;
}

.product-shipping table {
    border: 1px solid #dfe3e7;
    width: 100%;
    border-radius: 6px;
    border-collapse: separate;
}

    .product-shipping table tr td {
        padding: 13px 0 13px 10px;
    }

        .product-shipping table tr td:last-child {
            padding-left: 10px;
            font-size: 13px;
            padding-right: 10px;
        }

.product-add-button-wrap {
    height: 0;
    transition: none
}

.product-add-button-container {
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms 0ms, visibility 0ms 300ms;
    transition: none;
    display: flex;
    justify-content: space-between;
}

.add-button-sticky {
    position: relative;
}

.product-add-button-link {
    font-family: 'CepteFont','Volte',Arial,sans-serif;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 38px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: color 200ms, background-color 200ms, border-color 200ms;
    background-color: #03a267;
    color: #fff;
    width: 100%;
    font-weight: 500;
    padding-right: 16px;
    padding-left: 16px;
}

    .product-add-button-link:hover, .product-add-button-link:focus {
        background-color: #03a267;
        color: #fff;
        outline: 0;
    }

.is-disabled .product-add-button-link {
    background-color: rgba(169,177,188,0.1);
    color: #a9b1bc;
    cursor: default;
    outline-color: #f6f7f8;
}

.is-disabled .add-button {
    background-color: rgba(169,177,188,0.1) !important;
    color: #a9b1bc;
    cursor: default !important;
    outline-color: #f6f7f8;
}

.product-add-button-mask {
    display: none;
}

.button-hide {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility 0s 0.4s;
}

.product-mobile-quantity {
    font-size: 13px;
}

    .product-mobile-quantity span {
        font-size: 13px !important;
        color: #69778a !important;
        font-weight: 400;
    }

.product-mobile-quantity {
    font-size: 16px;
}

.product-mobile-price span {
    font-weight: 500;
    font-size: 22px;
}

.product-mobile-price s {
    font-size: 13px !important;
    color: #69778a !important
}

#product-option {
    margin-bottom: 72px
}

.product-summary-total-price {
    font-size: 19px !important;
    font-weight: 500 !important;
}

.product-summary-tax-detail {
    font-size: 12px;
    color: #999;
    padding-left: 4px;
    margin-bottom: 25px;
    display: flex;
}

@media (max-width: 992px) {
    .product-option-right {
        flex: 1.4;
        margin-left: 35px;
    }

    .product-option-iconbox {
        flex-direction: column;
    }

        .product-option-iconbox .product-option-iconbox-item:last-child {
            padding-top: 24px;
            margin-left: 0
        }

    .product-option-header {
        margin: 18px 0 25px 0;
    }
}

@media (max-width: 767px) {

    #product-option {
        margin-bottom: 0;
        z-index: 1;
        position: relative;
    }

    .product-image-slick .slick-list .slick-track {
        display: flex;
        width: 100% !important;
    }

    .product-option-image {
        max-width:100%!important ;
    }

    .product-summary-tax-detail {
        font-size: 14px;
    }

    .product-option-items {
        flex-direction: column;
    }

    .slick-slide.slick-current {
        background-color: #ffffff!important;
        box-shadow: none!important;
    }

    .product-option-left {
        margin-left: -16px !important;
        width: calc(100% + 2rem) !important;
    }

    .product-option-image img {
        margin-left: -16px !important;
        width: calc(100% + 1rem) !important;
    }

    .product-option-right {
        flex: 1;
        margin: 0;
        width: 100%
        
    }

    .product-name {
        font-size: 24px;
    }

    .product-short-desc {
        font-size: 16px;
    }

    .product-desc-title {
        font-size: 19px;
    }

    .product-desc p {
        font-size: 16px;
    }

    .product-desc-list {
        font-size: 16px;
    }

    .product-all-price span {
        font-size: 16px !important;
    }

    .product-price-table tfoot tr td {
        font-size: 16px;
    }

    .product-price-table thead tr th, .product-price-table tbody tr td {
        font-size: 16px !important;
    }

        .product-price-table tbody tr td:last-child {
            font-weight: 500;
        }

    .product-price-table tbody tr:last-child {
        font-weight: 400 !important;
    }

    .product-price-table thead tr th:first-child {
        width: 36%
    }

    .product-summary tbody tr:last-child td {
        font-size: 18px;
    }

    .product-summary tbody td:first-child {
        width: 40%;
    }

    .option-selection-body {
        min-width: 50%;
        max-width: 50%;
    }

        .option-selection-body:nth-child(3) {
            padding-left: 0;
        }

    .selection-items {
        flex-wrap: wrap;
    }

    .option-iconbox-body {
        padding-left: 0 !important;
        max-width: 100%;
        min-width: 100%
    }

        .product-add-button:not(.is-view):not(.is-disabled) .product-add-button-container.is-visible {
            visibility: inherit;
            opacity: 1;
            transition: opacity 300ms 0ms, visibility 0ms 0ms;
            margin-top: -6px;
        }


    .product-add-button-wrap {
        align-items: center;
        display: flex;
        margin-bottom: 16px;
    }

    .product-add-button-container {
        visibility: inherit;
        opacity: 1;
        display: flex;
        flex-direction: column;
    }

    .product-add-button {
        max-width: 1224px;
        margin: 0 auto;
        z-index: 1;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(75, 89, 109, 0.25);
        position: fixed;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 16px 16px env(safe-area-inset-bottom);
        align-items: center;
    }

    .product-add-button-mask {
        display: block;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .add-button-sticky {
        position: inherit;
        z-index: 999;
    }

    .is-disabled .product-add-button-link {
        background-color: rgba(169,177,188,0.1);
        color: #a9b1bc;
    }

    .product-shipping table tbody tr {
        display: flex;
        flex-direction: column
    }

    .product-shipping table tr td:first-child {
        padding-bottom: 3px !important;
    }

    .product-shipping table tr td:last-child {
        padding-top: 3px !important;
    }

    .product-datebox-mobile {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .product-datebox {
        display: none;
    }

    .product-summary {
        box-shadow: none;
        padding:0;
    }

    .product-option-selection-module {
        margin-bottom: 40px;
    }

    .product-shipping {
        margin-bottom: 25px;
    }

    .product-summary tbody tr:last-child td:last-child {
        flex-direction: row;
        align-items: center;
    }

    .product-add-button-link {
        width: calc(50vw - 8px);
        margin-bottom: 16px;
    }

}


/*Product Desing Guidelines*/

#product-design-guidelines {
    display: flex;
    flex-direction: column;
    background-color: #f3f4f6;
}

.product-design-download-card {
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    padding: 15px 10px;
    margin-top: 30px;
    height: 105px;
}

.design-download-row {
    display: flex;
}

.design-download-row-item {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

    .design-download-row-item a {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 5px;
        width: 42px;
        height: 42px;
        position: relative;
    }

.design-download-title p {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 500;
    margin-top: -28px;
    background: white;
    padding: 0px 8px;
    margin-left: -3px;
    width: fit-content;
    color: #999;
}

.file-program-icon {
    position: relative;
    width: 15px;
    height: 15px;
}

.download-psd {
    color: #1ba0e0;
    border: 1.9px solid #1ba0e0;
    transition: color 300ms;
}

    .download-psd:hover, .download-psd:focus {
        background-color: #1ba0e0;
        color: #fff
    }

.download-ai {
    color: #ed773e;
    border: 1.9px solid #ed773e;
    transition: color 300ms;
}

    .download-ai:hover, .download-ai:focus {
        background-color: #ed773e;
        color: #fff
    }

.download-cdr {
    color: #5ea206;
    border: 1.9px solid #5ea206;
    transition: color 300ms;
}

    .download-cdr:hover, .download-cdr:focus {
        background-color: #5ea206;
        color: #fff
    }

.download-pdf {
    color: #f82015;
    border: 1.9px solid #f82015;
    transition: color 300ms;
}

    .download-pdf:hover, .download-pdf:focus {
        background-color: #f82015;
        color: #fff
    }

.file-program-icon svg g path {
    transition: fill 300ms;
}

.download-psd:hover > .file-program-icon svg g path, .download-psd:focus > .file-program-icon svg g path, .download-ai:hover > .file-program-icon svg g path, .download-ai:focus > .file-program-icon svg g path, .download-cdr:hover > .file-program-icon svg g path, .download-cdr:focus > .file-program-icon svg g path, .download-pdf:hover > .file-program-icon svg g path, .download-pdf:focus > .file-program-icon svg g path {
    fill: #fff !important;
}

.download-program-name {
    position: absolute;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-50%);
    top: 100%;
    line-height: 1.5;
    font-size: 10px;
    font-weight: 500;
    color: #69778a;
    padding: 6px 0;
    transition: color 300ms;
}

.guideline-arrow {
    display: none;
}

.product-design-guidelines-left-title .selection-items .option-iconbox-body .icon-option {
    background-color: #fff
}

.product-design-guidelines-left-title .selection-items .option-iconbox-body .option-container .option-label .option-label-title {
    display: block;
    margin-bottom: 0;
}

.product-design-guidelines-left-title .selection-items {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product-design-download-card {
        border: none;
        padding: 0;
        margin: 0 0 35px 0;
        height: auto;
    }

    .design-download-row {
        border: 1px solid #dfe3e7;
        width: 100%;
        border-radius: 6px;
        border-collapse: separate;
        padding: 22px 10px;
        height: 110px;
    }

    .design-download-title p {
        margin: 0 0 12px 0;
        font-size: 21px;
        padding: 0;
        color: inherit;
    }

    .design-download-row-item a {
        width: 48px;
        height: 48px;
    }

    .design-download-doc-title {
        font-size: 13px;
    }

    .download-program-name {
        font-size: 13px;
    }
}

/*PRODUCT REV�EW SECT�ON*/

#product-review {
    padding-top: 64px;
    padding-bottom: 72px;
}

.product-rating-box {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.product-rating {
    flex: 3;
    padding: 0 25px;
}

.star-progressbar {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-webkit-radius: 10px;
    zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16px;
    background: #eee;
    padding: 0 5px;
    flex: 1;
    cursor: pointer;
}

    .star-progressbar span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 8px;
        background-color: #00a0e0;
        border-radius: 10px;
        width: 67%;
    }

.rating-filter-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.star-name-container {
    width: 125px;
    display: flex;
    justify-content: start;
}

    .star-name-container .selected, .star-name-container .selected:hover {
        background-color: #e0f5ff !important;
    }


.inactive .star-name-container .star-name, .inactive .star-progressbar, .inactive .star-total {
    cursor: default;
}

    .inactive .star-name-container .star-name:hover {
        background-color: #ffffff;
    }

.star-name {
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-webkit-radius: 30px;
    zoom: 1;
    padding: 7px 15px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

    .star-name:hover {
        background-color: #f1f1f1;
    }


    .star-name span:first-child {
        font-size: 15px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    }

    .star-name span:last-child {
        font-size: 13px;
        font-weight: 400;
        margin-left: 7px;
        color: #69778a !important;
    }

.star-total {
    display: flex;
    cursor: pointer;
    align-content: start;
    text-align: left;
    padding-left: 17px;
    width: 60px;
}

    .star-total span {
        font-size: 14px;
        color: #69778a;
        font-weight: 500;
    }

.rating-other-filter-item {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.other-filter-name {
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-webkit-radius: 30px;
    zoom: 1;
    padding: 7px 10px;
    margin-right: 12px;
    min-width: 135px;
}

    .other-filter-name span {
        font-size: 15px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    }

.product-rating-other {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.product-rating-average {
    flex: 1;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(75,89,109,0.25);
    border-radius: 3px;
    max-width: 190px;
    min-width: 135px;
}

.rating-average-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 23px;
}

.avarege-title {
    line-height: 1;
}

.avarege-point {
    font-size: 70px;
    font-weight: 600;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1;
    margin: 11px 0 16px 0;
}

.avarege-rating span {
    font-size: 18px;
}

.product-review-item {
    width: 100%
}

.product-review-buttons {
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
    align-items: baseline;
}

    .product-review-buttons .review-button {
        width: 200px;
        height: 48px;
        border-radius: 8px;
        color: #fff;
        border: none;
        display: inline-block;
        background-color: #3cbaf5;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .product-review-buttons .review-button:hover {
            background-color: #0099df;
        }

        .product-review-buttons .review-button span {
            font-size: 16px;
            font-weight: 500;
            font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        }

.review-button i img {
    width: 20px;
    height: 20px;
}

.product-review-buttons .add-button {
    width: 200px;
    height: 48px;
    border-radius: 8px;
    margin: 32px 0 32px 16px;
    display: inline-block;
    background-color: #d0f1ff;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product-review-buttons .add-button:hover {
        background-color: #b6e9ff;
    }

    .product-review-buttons .add-button span {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
        color: #4b4b57;
    }

.review-button i {
    margin-right: 10px;
    display: flex;
}

    .review-button i svg {
        width: 20px;
        height: 20px;
    }

.product-review-title {
    margin-bottom: 27px;
}

    .product-review-title h2 {
        font-weight: 600;
        font-size: 30px;
    }

.review-user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #eee;
    margin-right: 30px;
    font-weight: 600;
    font-size: 16px;
}

.approved-user {
    position: absolute;
    top: -1px;
    right: 1px;
    background-repeat: no-repeat;
    background-position: 62%;
    background-size: contain;
    background-image: url(/assets/img/Icon/confirm.svg);
    height: 20px;
    width: 20px;
}

.review-body-item {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 30px 25px;
}

.review-body-left {
    display: flex;
    flex-direction: row;
    flex: 6
}

.review-body-right {
    display: flex;
    flex-direction: row;
    flex: 2
}


.review-body-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    position: relative
}


    .review-body-comment p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .review-body-comment span {
        font-size: 14px;
    }

.review-body-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 15px;
}

    .review-body-header .product-star-item span {
        font-size: 16px;
    }

.review-date {
    font-size: 13px;
    color: #69778a !important;
}

.review-body-left-items {
    width: 100%
}

.review-body-img {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 75%;
    flex-wrap: wrap;
}

.review-img-item {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-top: 7px;
}


    .review-img-item img {
        max-width: 90px;
        max-height: 90px;
        object-fit: cover;
        border-radius: 4px;
    }

.vote-button {
    border-radius: 15px;
    border: 1px solid #eeeeee;
    padding: 4px 17px;
    display: inline-block;
    background-color: #eeeeee;
    color: #646464;
    margin-right: 6px;
}

    .vote-button:last-child:hover {
        color: red;
    }

    .vote-button span {
        font-size: 14px;
    }

.review-author {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
}

.review-product-option {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 38px 0 0 30px;
    border-left: 1px solid #dfe3e7;
}

    .review-product-option p span {
        display: inline-block;
        position: relative;
        font-weight: 400;
        width: 125px;
        font-weight: 400 !important;
    }

        .review-product-option p span:after {
            position: absolute;
            right: 0;
            content: ":";
            margin: 0 10px;
            font-weight: 400 !important;
        }

    .review-product-option p {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 2px;
    }

.review-body-image {
    margin: 18px 0;
    cursor:pointer;
}

    .review-body-image img {
        width: 20%;
        margin-right: 10px;
        height: 130px;
        object-fit: cover;
        border-radius: 7px;
    }

    .review-body-helpful .helpful-text {
    font-size: 14px;
    font-style: italic;
    margin-right: 10px;
}

.product-review-pagination {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.review-pagination-arrow {
    font-size: 11px;
    margin-right: 10px;
    font-weight: 700;
    min-width: 30px;
    height: 30px;
    color: #303030;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
}

    .review-pagination-arrow svg {
        height: 1em;
    }

.review-pagination-number {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.review-pagination-item {
    display: flex;
    align-items: center;
}

#select-comment {
    height: 32px !important;
    padding-left: 15px !important;
    border-color: #a3a4a7 !important;
    border-radius: 5px;
    width: 200px;
}

    #select-comment:focus-visible {
        border-color: #3cbaf5;
        outline: none;
    }

.review-page {
    font-weight: 600;
    font-family: 'Volte', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    min-width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

    .review-page:hover {
        background-color: #e0e0e1;
        color: #4b4b57
    }

.selected-page {
    background-color: #0099e0;
    color: #fff;
}

    .selected-page:hover {
        background-color: #0099e0 !important;
        color: #fff !important;
    }

.review-body-answer {
    margin-left: 20px;
    margin-top: 25px;
}

.review-answer-container {
    margin: 0 0 10px !important;
    padding: 20px;
    background: white;
    border-radius: 5px;
}

.review-answer-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fcbf01;
    font-size: 16px;
    position: absolute;
    left: -23px;
    bottom: 50px;
}

    .review-answer-photo img {
        width: 39px;
        height: 37px;
    }

.review-answer-description {
    font-size: 14px;
}

.approved-user-tooltip {
    display: block;
    position: relative;
    z-index: 1000000000;
    background-color: rgba(61, 61, 61, 0.95);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-transition: all .2s ease-in;
    padding: 8px 12px;
    font-size: 13px;
    text-align: left;
    top: -73px;
    left: -12px;
    font-weight: 400;
    color: #fff;
    max-width: 230px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

    .approved-user-tooltip:before {
        content: "";
        z-index: 10000000000000;
        position: absolute;
        display: inline-block;
        bottom: -8px;
        left: 12px;
        background-color: rgba(0,0,0,0);
        border-left: 10px solid rgba(0,0,0,0);
        border-right: 10px solid rgba(0,0,0,0);
        border-top: 8px solid rgba(61, 61, 61, 0.95);
    }

.tax-price {
    font-size: 13px !important;
    color: #69778a !important;
    font-weight: 400;
    margin-left: 2px;
    letter-spacing: 0.2px;
}

.product-review-filter-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.product-review-filter-list-title {
    margin-right: 12px
}

@media (max-width: 992px) {
    .review-product-option {
        padding: 20px 0 0 100px;
        border: none;
    }

    .review-body-item {
        flex-direction: column;
    }

    .avarege-title {
        font-size: 12px;
    }

    .avarege-rating span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .product-review-title h2 {
        font-size: 24px;
        text-align: center;
        line-height: 1.3;
    }

    #product-review {
        padding-top: 32px;
    }

    .product-review-title {
        margin-bottom: 32px;
    }

    .product-rating-box {
        flex-direction: column;
        align-items: center;
    }

    .product-rating-average {
        width: 177px;
        margin-bottom: 20px;
    }

    .avarege-rating span {
        font-size: 19px;
    }

    .avarege-title {
        font-size: 16px;
    }

    .product-rating {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .star-name:hover {
        background-color: #fff;
    }

    .product-rating-other {
        flex-direction: row;
        justify-content: space-around;
        background-color: #eee;
        width: calc(100% + 32px);
        padding: 10px 16px;
    }

    .rating-other-filter-item {
        flex-direction: column;
    }

    .other-filter-name {
        padding: 0 0 7px 0;
        min-width: unset;
        margin-right: 0;
    }

    .other-filter-star span {
        font-size: 14px;
    }

    .review-body-item {
        width: calc(100% + 32px);
        padding: 30px 16px 20px 16px;
        margin-left: -16px;
    }

    .review-user-profile {
        height: 48px;
        width: 48px;
        min-width: 48px;
        min-height: 48px;
        margin: 0 12px 16px 0;
    }

    .review-body-header {
        flex-direction: column;
    }

    .product-star-item {
        order: 2;
    }

    .review-author {
        order: 1;
    }

    .review-date {
        order: 3;
    }

    .review-body-comment {
        margin: 0;
        width: 100%;
    }

    .review-body-img {
        flex-wrap: wrap;
        width: 100%
    }

    .review-img-item {
        margin-top: 10px;
        width: 87px;
        height: 87px;
    }

        .review-img-item img {
            width: 87px;
            height: 87px;
        }

    .review-body-helpful .helpful-text {
        margin-bottom: 9px;
        display: block;
    }

    .review-product-option {
        padding: 20px 0 0 60px;
    }

    .approved-user {
        height: 16px;
        width: 16px;
        top: -2px;
        right: -2px;
    }
}

@media (max-width: 576px) {
    .product-review-pagination {
        margin: 60px 0 0;
    }

    .review-page {
        margin-right: 5px;
        font-size: 17px
    }

    .product-review-buttons {
        flex-direction: column;
        margin-bottom: 25px;
        margin-top: 25px;
    }

        .product-review-buttons .review-button {
            width: 100%;
            margin: 0 0 8px 0;
        }

        .product-review-buttons .add-button {
            width: 100%;
            margin: 0;
        }

    .review-body-image {
        margin-bottom: 0;
    }

        .review-body-image img {
            width: 45%;
            margin-bottom: 18px;
        }
}


/*FAQ*/

#product-faq {
    background-color: #f3f4f6;
}

.poduct-faq-item {
    padding: 64px 0 72px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-faq-header {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
}

    .product-faq-header h2 {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

.faq-description h3 {
    font-size: 21px;
    font-family: 'CepteFont', 'Volte', Arial, sans-serif;
    font-weight: 500;
}

.faq-title {
    margin-bottom: 10px;
}

.product-faq-body {
    max-width: 940px;
}

.faq-body-item:not(:first-child) {
    margin-top: 30px;
}

.faq-description p {
    font-size: 15px;
}

.faq-description ul {
    padding-left: 19px;
    margin-bottom: 0;
}

.faq-description > :not(:first-child) {
    margin-top: 10px;
}
.faq-description h3 {
    font-size:20px;
}

@media (max-width: 767px) {
    .product-faq-header h2 {
        font-size: 24px;
    }

    .faq-description p {
        font-size: 16px;
    }

    .faq-description ul {
        font-size: 16px;
    }

    .faq-title h3 {
        font-size: 20px;
    }
}








#catalogue-product-page .product-option-right {
    flex: 1 !important
}

#catalogue-product-page .product-option-left {
    flex: 0.4 !important
}

.catalogue-product-sec  {
    flex: 1 !important;
    display:flex
}

#catalogue-product-page .product-option-items {
    flex-wrap: nowrap;
}

#catalogue-product-page .product-summary-block:first-child {
    padding-right: 25px;
}

.catalogue-product-option-header-title {
    margin-bottom: 12px;
    display: flex;
    align-items: baseline;
}

    .catalogue-product-option-header-title .product-name {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .catalogue-product-option-header-title .product-star {
        margin-bottom: 0;
    }

#catalogue-product-page .product-option-header-title {
    margin-bottom: 25px;
}



#catalogue-product-page .product-summary tbody tr:last-child td {
    font-size: 16px;
}

#catalogue-product-page .product-summary tbody tr td {
    vertical-align:inherit;

}

#catalogue-product-page #product-outsource-parameter-area {
    display: flex;
    flex-direction: column;
}



#catalogue-product-page .product-option-select-input {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-top: 15px;
    align-items: center;
}

    #catalogue-product-page .product-option-select-input:focus {
        box-shadow: 0 0 10px 0 rgba(75,89,109,0.25);
    }


#catalogue-product-page .product-option-select-input-label {
    font-weight: 500;
    flex: 1;
    color: #717186
}

#catalogue-product-page .product-option-select-input-value {
    display: flex;
    align-items: center;
    width: 110px;
    height: 33px;
    padding-left: 10px;
    font-weight: 500;
    outline: none;
    border: 1px solid #26c281;
    line-height: 1.5;
    font-size: 16px;
    border-radius: 3px;
    -webkit-appearance: none;
    transition: box-shadow 200ms, background-color 200ms, border-color 200ms;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
}


#catalogue-product-page input:disabled {
    background: #ffffff !important;
}


#catalogue-product-page .product-summary tbody td:first-child {
    width: 41%;
}

.product-summary-total-price-button {
    background-color: #01a0df !important;
    border-radius: 5px !important;
    justify-content: center !important;
    text-align: center !important;
    padding-top: 0 !important;
    height: 43px !important;
    color: #ffffff !important;
    margin-top: 15px !important;
    flex-direction: column !important;
    font-size: 16px !important;
    cursor: pointer !important;
    box-shadow: 0 0 20px 0 rgba(64, 187, 244, 0.36) ;
}

    .product-summary-total-price-button:hover {
        box-shadow: none; 
    }



@media (max-width: 767px) {
    .catalogue-product-sec {
        flex-direction:column;
    }

    #catalogue-product-page #addnew {
        margin-left: -16px !important;
        width: calc(100% + 1rem) !important;
    }

    #catalogue-product-page .product-summary-block {
        margin-top: 15px;
    }

    #catalogue-product-page .product-summary tbody tr:last-child td {
        padding: 13px 4px;
        outline: none;
        border-bottom: 1px solid #dfe3e7;
    }

    .product-summary-total-price-button {
        height: 54px !important;
        margin-top: 0 !important;
        font-size: 20px !important;
        padding: 0 !important;
    }
    

}