.dotbanner-image-hotspot {
    display: block;
    position: relative;
}

.dotbanner-hotspot-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.dotbanner-hotspot-wrapper:hover {
    /*fix visibility when popup open 2 for hotspots 100 for header in some themes*/
    z-index: 100;
}

.dotbanner-icon {
    background-color: #ffffff;
    padding: 0.4em;
    /*solition for not rounded set separatelly padding-bottom: 0.38em */
    display: flex;
    align-items: center;
    border-width: 2px;
    border: 3px solid;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #818a91;
    text-align: center;
}

.dotbanner-icon-nourl {
    cursor: default !important
}

.dotbanner-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.dotbanner-icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dotbanner-hotspot-content {
    /*visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(-50%, -110%, 0);
    transform: translate3d(-50%, -110%, 0);
    position: absolute;
    top: -8px;
    left: 50%;
    min-width: 240px;
    max-width: 100vw;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 2px 21px 0 rgb(0 0 0 / 7%);
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);*/


    position: absolute;
    visibility: hidden;
    top: 0;
    left: 50%;
    min-width: 240px;
    max-width: 100vw;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 7%);
    transform: translate3d(-50%, -100%, 0);
    transition: .7s cubic-bezier(0, 0, .2, 1);
}

.dotbanner-hotspot-title {
    color: #202020;
    font-family: sans-serif;
    font-weight: 600;
    margin: 0 0 7px 0;
}

.dotbanner-hotspot-description {
    color: #222222;
    font-family: sans-serif;
    font-weight: 500;
}

.dotbanner-image-hotspot .dotbanner-image-hotspot-description> :last-child {
    margin-bottom: 0;
}

.dotbanner-image-hotspot .dotbanner-image-hotspot-description> :first-child {
    margin-top: 0;
}

.dotbanner-accordion-content p,
.dotbanner-image-hotspot-description p,
.dotbanner-tab-content p,
.dotbanner-text-editor p,
.dotbanner-toggle-content p {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
}

/*product */
.s_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s_image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 0;
}

.s_pIm {
    max-width: 150px;
    width: auto;
    height: auto;
    pointer-events: none;
    max-height: 150px;
}

.s_Info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.s_title {
    font-size: 16px;
    line-height: 1.333;
    max-height: 2.666em;
    overflow: hidden;
    display: block;
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    word-break: break-word;
    margin: 0 0 2px 0;
    overflow-wrap: break-word;
    display: block;
}

.s_price {
    display: inline-block;
    vertical-align: baseline;
    color: inherit;
    font-weight: 400;
}

.s_add {
    font-size: 16px;
    line-height: 1.333;
    max-height: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 35px;
}

.s_btn {
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
    background: #f4d078;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7dfa5), to(#f0c14b));
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF7DFA5", endColorstr="#FFF0C14B", GradientType=0);
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #a88734 #9c7e31 #846a29;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.5em 0.75em;
    font-size: 13px;
    text-decoration: none;
    color: black;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 12.81em;
    padding: 6px 10px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: none;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Amazon Ember", Ember, amazon_ember, Arial, Helvetica, sans-serif;
}

.s_innerWrpr {
    color: #111;
    text-transform: none;
}

/************ hotspot style 2 ************/
.hs2-svg-icon {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: middle;
    fill: currentColor;
    transition-property: transform, fill;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
}

@media (prefers-reduced-motion) {
    .hs2-svg-icon {
        transition-property: none;
    }
}

.hs2-page-container *:focus {
    outline: none;
}

.hs2-h-s__title--small {
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    /*cut 4 lines*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hs2-h-s__container {
    display: flex;
    justify-content: space-between;
}

.hs2-h-s__container-text {
    flex-grow: 1;
}

.hs2-h-s__description {
    display: block;
    margin-bottom: 0.5rem;
    /* font-size: 0.875rem; */
    font-size: 13px;
    line-height: 1.571;
    font-weight: 400;
    letter-spacing: 0;
    -webkit-user-select: text;
    user-select: text;
    font-weight: lighter;

    /*cut 2 lines*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 37.5em) {
    .hs2-h-s__title--small {
        /* font-size: 0.875rem; */
        font-size: 14px;
        line-height: 1.571;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }
}

.hs2-price {
    display: inline-block;
    font-weight: bold;
    white-space: pre;
}

.hs2-temp-price--bti-price {
    display: inline-block;
    padding: 0.2em 0.3em;
    font-style: normal;
}

.hs2-price__integer {
    line-height: 1.1875;
    font-size: 1.375rem;
    vertical-align: inherit;
}

@media (max-width: 37.5em) {
    .hs2-price__integer {
        font-size: 1rem;
    }
}

.hs2-price__currency-symbol--trailing {
    unicode-bidi: bidi-override;
    /* font-size: 0.875rem; */
    font-size: 14px;
    -webkit-margin-start: 0.125rem;
    margin-inline-start: 0.125rem;
    -webkit-margin-end: 0.125rem;
    margin-inline-end: 0.125rem;
}

.hs2-price__currency-symbol--superscript {
    line-height: 0.9;
    font-size: 0.6875rem;
    vertical-align: text-top;
}

@media (max-width: 37.5em) {
    .hs2-price__currency-symbol--superscript {
        line-height: 1.6;
        font-size: 0.625rem;
    }
}

.hs2-price__decimals {
    line-height: 0.9;
    font-size: 0.6875rem;
    vertical-align: text-top;
    margin-left: 0.0625rem;
}

@media (max-width: 37.5em) {
    .hs2-price__decimals {
        line-height: 1.6;
        font-size: 0.625rem;
    }
}

.hs2-price--small {
    line-height: 0.9;
    font-size: 1rem;
}

.hs2-price--small .hs2-price__integer {
    font-size: 1rem;
}

.hs2-price--small .hs2-price__currency-symbol {
    font-size: 0.625rem;
}

.hs2-price--small .hs2-price__currency-symbol {
    line-height: 1.6;
}

.hs2-pr-pk__content {
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    padding: 0.625rem 0.375rem 0.625rem 0.9375rem;
    width: 100%;
    text-align: left;
}

.hs2-pr-pk__content:hover,
.hs2-pr-pk__content:active,
.hs2-pr-pk__content:focus {
    color: inherit;
    text-decoration: none;
}

.hs2-pr-pk__content:hover .hs2-h-s__title--small,
.hs2-pr-pk__content:active .hs2-h-s__title--small,
.hs2-pr-pk__content:focus .hs2-h-s__title--small {
    text-decoration: underline;
}

.hs2-pr-pk__content--wrapper {
    display: inline-flex;
    justify-content: space-between;
}

.hs2-pr-pk__content--left {
    display: inline-flex;
    flex-direction: column;
    margin-top: 0.25rem;
    /*max-width: 8.4375rem;*/
    max-width: 74%;
}

.hs2-pr-pk__content--right {
    width: 1.5rem;
}

.hs2-pr-pk__footer {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0 0 0.375rem 0;
    align-items: center;
}

.hs2-pr-pk__footer .hs2-price {
    white-space: nowrap;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.hs2-pr-pk__footer .hs2-price__decimals {
    vertical-align: super;
}

.hs2-pr-pk__spacer {
    flex-basis: 100%;
    margin-bottom: 0.5rem;
}

.hs2-pr-pk .hs2-h-s {
    margin-bottom: 0.5rem;
}

.hs2-pr-pk .hs2-h-s__container-text {
    width: 100%;
}

.hs2-pr-pk .hs2-h-s__description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

.hs2-pr-pk .hs2-h-s__title--small {
    margin-bottom: 0;
}

h3.hs2-h-s {
    margin: 0;
    padding: 0;
}

.hs2-pr-pk__content a {
    background-color: rgba(0, 0, 0, 0);
}

.hs2-pr-pk__content a:hover {
    text-decoration: underline;
}

h3.hs2-h-s {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.hs2-product-highlight__new {
    font-size: 0.75rem;
    line-height: 1.5;
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 700;
    text-transform: capitalize;
}

@media (min-width: 37.5em) {
    .hs2-product-highlight__new {
        /* font-size: 0.875rem; */
        font-size: 13px;
        line-height: 1.571;
    }
}

.hs2-h-s__title--small,
.hs2-h-s__description,
.hs2-product-highlight__new {
    font-family: 'Open Sans', system-ui, sans-serif;
}

/* hotspot style 2 end */

/********************************** multi ****************************/
/*type 2 style start*/
.dot_ratio_box {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    padding-bottom: 75%;
    box-sizing: border-box;
}

.dot_ratio_box[class*="--square"] {
    padding-bottom: 75%;
}

.dot_ratio_box[class*="--portrait"] {
    padding-bottom: 75%;
}

.dot_ratio_box .dotpb__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: transparent;
    padding: 0;
    /*fix not visible popup in banner 2 4 due 5th last z-index:-1;*/
    z-index:auto; 
}

@media (min-width: 37.5em) {
    .dot_ratio_box[class*="to-square-from-md"] {
        padding-bottom: 100%;
    }
}

@media (min-width: 701px) {
    .dot_ratio_box[class*="to-semiportrait-from-lg"] {
        padding-bottom: 116.6666666667%;
    }
}

.dotpb__image {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
}

.dot_shoppable-im {
    position: relative;
    width: 100%;
}

.dot_shoppable-im__product-list {
    list-style-type: none;
}

.dot_shoppable-im__area {
    position: absolute;
}

.dot_shoppable-im__category-link {
    position: relative;
    display: block;
    background: transparent;
}

.dot_shoppable-im__aspect-constraint {
    position: absolute;
    top: 0;
    pointer-events: none;
    background: none;
}

.dot_shoppable-im__aspect-constraint>* {
    pointer-events: initial;
}

.dotgridsec .dot_shoppable-im,
.dotgridsec .dot_shoppable-im__category-link,
.dotgridsec .dot_ratio_box {
    height: 100%;
}

.dotgrid .dotgridsub {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto repeat(7, 1fr);
    grid-gap: 0.75rem;
}

@media (min-width: 37.5em) {
    .dotgrid .dotgridsub {
        grid-gap: 1rem;
    }
}

@media (min-width: 701px) {
    .dotgrid .dotgridsub {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: repeat(7, minmax(0, 1fr));
        grid-gap: 1.25rem;
    }
}

/*type 2 sub-style start*/
.dotgrid>.dotgridsub-imagemap2>.dotgridsec:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
}

.dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/5;
}

.dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/6;
}

.dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(4) {
    grid-column: 1/2;
    grid-row: 5/9;
}

.dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(5) {
    grid-column: 2/3;
    grid-row: 6/9;
}

@media (min-width: 701px) {
    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:first-child {
        grid-row: 1/8;
    }

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(2) {
        grid-column: 3/4;
        grid-row: 1/4;
    }

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(3) {
        grid-column: 4/5;
        grid-row: 1/5;
    }

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(4) {
        grid-column: 3/4;
        grid-row: 4/8;
    }

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(5) {
        grid-column: 4/5;
        grid-row: 5/8;
    }
}

@media (max-width: 700px) {

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:first-child {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(2) {
        grid-column: 1/2;
        grid-row: 2/5;
    }

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(3) {
        grid-column: 2/3;
        grid-row: 2/6;
    }

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(4) {
        grid-column: 1/2;
        grid-row: 5/9;
    }

    .dotgrid>.dotgridsub-imagemap2>.dotgridsec:nth-child(5) {
        grid-column: 2/3;
        grid-row: 6/9;
    }
}

/*type 2 style end*/


/*type 4 sub-style start*/

.dotgrid .dotgridsub-imagemap4 {
    /*old mac fix lower resolution*/
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 701px) {
    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:first-child {
        grid-row: 1/4;
        grid-column: 1/2;
    }

    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:nth-child(2) {
        grid-row: 1/5;
        grid-column: 2/3;
    }

    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:nth-child(3) {
        grid-row: 4/8;
        grid-column: 1/2;
    }

    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:nth-child(4) {
        grid-row: 5/8;
        grid-column: 2/3;
    }

    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:nth-child(5) {
        grid-row: 1/8;
        grid-column: 3/5;
    }
}

@media (max-width: 700px) {
    .dotgrid .dotgridsub-imagemap4 { /*mobile fix*/
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:first-child {
        grid-column: 1/2;
        grid-row: 2/5;
    }

    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:nth-child(2) {
        grid-column: 2/3;
        grid-row: 2/6;
    }

    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:nth-child(3) {
        grid-column: 1/2;
        grid-row: 5/9;
    }

    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:nth-child(4) {
        grid-column: 2/3;
        grid-row: 6/9;
    }

    .dotgrid>.dotgridsub-imagemap4>.dotgridsec:nth-child(5) {
        grid-column: 1/3;
        grid-row: 1/2;
    }
}

/*type 4 style end*/



/*type 3 sub-style start*/
/*fix preview diff SF and admin*/
.dotgridsub-imagemap3 .dot_ratio_box[class*="--portrait"] {
    padding-bottom: 100%;
}

.dotgridsub.dotgridsub-imagemap3 {
    grid-template-columns: repeat(9, minmax(0, 30fr));
    grid-template-rows: none !important;
}


@media (min-width: 701px) {
    .dotgrid>.dotgridsub-imagemap3>.dotgridsec:first-child {
        grid-column: span 3;
        /* calc(33.33% - 1.25rem) */
    }

    .dotgrid>.dotgridsub-imagemap3>.dotgridsec:nth-child(2) {
        grid-column: span 3;
    }

    .dotgrid>.dotgridsub-imagemap3>.dotgridsec:nth-child(3) {
        grid-column: span 3;
    }

}

@media (max-width: 700px) {
    .dotgrid>.dotgridsub-imagemap3>.dotgridsec:first-child {
        grid-column: span 9;
    }

    .dotgrid>.dotgridsub-imagemap3>.dotgridsec:nth-child(2) {
        grid-column: span 9;
    }

    .dotgrid>.dotgridsub-imagemap3>.dotgridsec:nth-child(3) {
        grid-column: span 9;
    }
}

/*type 3 style end*/

/*type 5 sub-style start*/
.dotgridsub.dotgridsub-imagemap5 {
    grid-template-columns: repeat(10, minmax(0, 10fr));
    grid-template-rows: none !important;
}



@media (min-width: 701px) {
    .dotgrid>.dotgridsub-imagemap5>.dotgridsec:first-child {
        grid-column: span 5;
        /* calc(33.33% - 1.25rem) */
    }

    .dotgrid>.dotgridsub-imagemap5>.dotgridsec:nth-child(2) {
        grid-column: span 5;
    }

    .dotgrid>.dotgridsub-imagemap5>.dotgridsec:nth-child(3) {
        grid-column: span 5;
    }

}

@media (max-width: 700px) {
    .dotgrid>.dotgridsub-imagemap5>.dotgridsec:first-child {
        grid-column: span 10;
    }

    .dotgrid>.dotgridsub-imagemap5>.dotgridsec:nth-child(2) {
        grid-column: span 10;
    }

    .dotgrid>.dotgridsub-imagemap5>.dotgridsec:nth-child(3) {
        grid-column: span 10;
    }
}

/*type 5 style end*/


/*type 6 sub-style start*/
/*fix preview. The height was too large and not same with SF*/


.dotgridsub.dotgridsub-imagemap6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

@media (min-width: 701px) {
    .dotgrid>.dotgridsub-imagemap6>.dotgridsec:first-child {
        grid-column: 1/3;
        grid-row: 1/3;
    }

    .dotgrid>.dotgridsub-imagemap6>.dotgridsec:nth-child(2) {
        grid-column: 3/6;
        grid-row: 1/2;
    }

    .dotgrid>.dotgridsub-imagemap6>.dotgridsec:nth-child(3) {
        grid-column: 3/6;
        grid-row: 2/3;
    }

}

@media (max-width: 700px) {

    .dotgrid>.dotgridsub-imagemap6>.dotgridsec:first-child {
        grid-column: 1/4;
        grid-row: 1/2;
    }

    .dotgrid>.dotgridsub-imagemap6>.dotgridsec:nth-child(2) {
        grid-column: 1/4;
        grid-row: 2/3;
    }

    .dotgrid>.dotgridsub-imagemap6>.dotgridsec:nth-child(3) {
        grid-column: 1/4;
        grid-row: 3/5;
    }
}

/*type 6 style end*/



/*type 8 sub-style start*/
.dotgridsub-imagemap8 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    }
    
    
    @media (min-width: 701px) {
        .dotgrid>.dotgridsub-imagemap8>.dotgridsec:first-child {
            grid-column: 1/3;
            grid-row: 1/6;
        }
        
        .dotgrid>.dotgridsub-imagemap8>.dotgridsec:nth-child(2) {
            grid-column: 3/5;
            grid-row: 1/3;
        }
        
        .dotgrid>.dotgridsub-imagemap8>.dotgridsec:nth-child(3) {
            grid-column: 3/4;
            grid-row: 3/6;
        }
        
        .dotgrid>.dotgridsub-imagemap8>.dotgridsec:nth-child(4) {
            grid-column: 4/5;
            grid-row: 3/6;
        }
    }
    
    @media (max-width: 700px) {
    
        .dotgridsub-imagemap8 {
            grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
            grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
        }
    
        .dotgrid>.dotgridsub-imagemap8>.dotgridsec:first-child {
            grid-column: 1/5;
            grid-row: 1/3;
        }
        
        .dotgrid>.dotgridsub-imagemap8>.dotgridsec:nth-child(2) {
            grid-column: 1/5;
            grid-row: 3/4;
        }
        
        .dotgrid>.dotgridsub-imagemap8>.dotgridsec:nth-child(3) {
            grid-column: 1/3;
            grid-row: 4/5;
        }
        
        .dotgrid>.dotgridsub-imagemap8>.dotgridsec:nth-child(4) {
            grid-column: 3/5;
            grid-row: 4/5;
        }
    }
    
    /*type 8 style end*/

    /********************************** multi  end ****************************/