.ContentContainer > .ContentFrame {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom left, #fff1e6, #ffffff, #fff9ed);
    overflow: hidden;
}                    
    .ContentFrame > .ItemHeaderContainer {
        display: flex;
        position: relative;
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 0%;
        margin: 0%;
        margin-top: 32px;
    }
        .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer {
            display: flex;
            flex-direction: column;
            width: 100%;
            height: auto;
        }
            .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .BackButtonContainer {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                width: 100%;
                height: auto;
                margin: 0%;
                padding: 0%;
            }      
                .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .BackButtonContainer > a {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 150px;
                    height: 50px;
                    margin-left: 4%;
                    text-decoration: none;
                    background-color: #fffcdc;
                    border: 1px solid #aaa;
                    border-radius: 5px;
                    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
                    transition: 0.5s;                                                                                
                }
                .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .BackButtonContainer > a:hover {
                    background-color: #fdd5a2;                                        
                }                            
                    .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .BackButtonContainer > a > .BackButtonFrame {
                        display: block;
                        width: auto;
                        height: auto;
                        color: black;
                        font-size: 16px;
                    }
            .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer {
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                align-items: flex-start;
                width: 100%;
                height: 100%;
                margin-top: 50px;
            }
                .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer {
                    display: inline-block;
                    width: 100%;
                    height: auto;
                    margin-left: 4%;
                    transition: 0.5s;
                }                                
                    .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer > .ItemNumberFrame {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        width: 100%;
                        height: auto;
                    }      
                        .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer > .ItemNumberFrame > .ItemNumberText {
                            display: block;
                            width: auto;
                            height: auto;
                            margin-bottom: 20px;
                        }
                    .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer > .ItemProducerFrame {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        width: 100%;
                        height: auto;
                    }      
                        .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer > .ItemProducerFrame > .ItemProducerText {
                                display: block;
                                width: auto;
                                height: auto;
                                margin-bottom: 20px;
                        } 
                    .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer > .AlignMainPromoFrame {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        width: 100%;
                        height: auto;
                    }
                        .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer > .AlignMainPromoFrame > .MainPromoText {
                            display: block;
                            width: auto;
                            height: auto;
                            font-size: 25px;
                            margin-bottom: 5px;
                        }
                    .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer > .AlignSubPromoFrame {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        width: 100%;
                        height: auto;
                    }                                
                        .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer > .AlignSubPromoFrame > .SubPromoText {
                            display: block;
                            width: auto;
                            height: auto;
                        }                                                

        .ContentFrame > .ItemHeaderContainer > .AlignImageContainer {
            display: flex;
            justify-content: center;
            position: absolute;
            top: 0%;
            right: 4%;
            width: 240px;
            height: auto;
            padding: 0px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            box-sizing: border-box;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
            aspect-ratio: 1/0.75;
            overflow: hidden;
            transition: 0.5s;                                
        }
            .ContentFrame > .ItemHeaderContainer > .AlignImageContainer > img {
                width: 100%;
                height: auto;  
            }

    .ContentFrame > .ItemFeaturesContainer {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0%;
        margin: 0%;                        
    }
        .ContentFrame > .ItemFeaturesContainer > .ItemFeaturesText {
            display: block;
            width: auto;
            height: auto;  
            line-height: 22px;
            margin-top: 20px;
            margin-left: 4%;
            transition: 0.5s;
        }

    .ContentFrame > .ItemDescriptionContainer {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0%;
        margin: 0%;                        
    }
        .ContentFrame > .ItemDescriptionContainer > .ItemDescriptionText {
            display: block;
            text-align: justify;
            line-height: 22px;
            width: 100%;
            height: auto;   
            margin-top: 20px;
            margin-left: 4%;
            margin-right: 4%;
            transition: 0.5s;
        }    

    .ContentFrame > .ItemPriceContainer {
        display: flex;
        justify-content: flex-end;
        align-items: center;    
        width: 100%;
        height: auto;
    }      
        .ContentFrame > .ItemPriceContainer > .ItemPriceFrame {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: auto;
            height: auto;
            margin-top: 30px;
            margin-right: 4%;
            transition: 0.5s;

        }
            .ContentFrame > .ItemPriceContainer > .ItemPriceFrame > .PriceTeaserText {
                display: block;
                width: auto;
                height: auto;
                padding-top: 8px;
            }
            .ContentFrame > .ItemPriceContainer > .ItemPriceFrame > .PriceText {
                display: block;
                width: auto;
                height: auto;
                margin-left: 8px;
                color: #fe8500;
                font-size: 30px;
                font-weight: bold;
                text-shadow: 1px 1px 1px #000;                                                
            }   

    .ContentFrame > .SliderContainer {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: 40px;
        overflow: visible;    
        transition: 0.5s;
    }                                                    
    /* slider css rules - start */
        .ContentFrame > .SliderContainer > .jssor_1 {
            display: flex;
            justify-content: center;
            position: relative; 
            margin: 0%; 
            width: auto; 
            height: auto; 
            overflow: visible; 
            visibility: hidden; 
            border: 0px solid rgba(255, 150, 0, 0.5);
            box-sizing: content-box;  
        }
        .ContentFrame > .SliderContainer > .jssor_1 .BigImageFrame {
            cursor: default; 
            position: relative; 
            top: 0px; 
            left: 0px; 
            width: 600px; 
            height: 450px; 
            overflow: hidden; 
            border: 1px solid rgba(255, 150, 0, 0.1);
            margin-bottom: 55px;
        }
        .ContentFrame > .SliderContainer > .jssor_1 .ArrowLeft {
            width: 100px; 
            height: 100px; 
            top: 175px; 
            left: -5px;
        }
        .ContentFrame > .SliderContainer > .jssor_1 .ArrowRight {
            width: 100px; 
            height: 100px; 
            top: 175px; 
            right: -5px;
        }                                

        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
             from { transform: rotate(0deg); }
             to { transform: rotate(360deg); }
        }

            /*jssor slider arrow skin 106 css*/
        .jssora106 {display: block; position: absolute; cursor: pointer;}
        .jssora106 .c {fill: rgba(255, 255, 255, 0); opacity: 0.4; transition: 0.5s;}
        .jssora106 .a {fill: none; stroke: #ff9600; stroke-width: 350; stroke-miterlimit: 10; transition: 0.5s;}
        .jssora106:hover .c {fill: #ffdcab; opacity: 0.8; transition: 0.5s;}
        .jssora106:hover .a {stroke: #000; opacity: 0.8; transition: 0.5s;}
        .jssora106.jssora106dn .c {opacity: 0.2;}
        .jssora106.jssora106dn .a {opacity: 1.0;}
        .jssora106.jssora106ds {opacity: 0.3; pointer-events: none;}

            /*jssor slider thumbnail skin 101 css*/
        .jssort101 .p {position: absolute; top: 0px; left: 0px; border: none; box-sizing: border-box; background: #fff; transition: 0.5s;}
        .jssort101 .p .cv {position: relative; top: 0px; left: 0px; width: 100%; height: 100%; border: 2px solid #000; box-sizing: border-box; z-index:1;}
        .jssort101 .a {fill: none; stroke: #fff; stroke-width: 400; stroke-miterlimit: 10; visibility: hidden;}
        .jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
        .jssort101 .p:hover{padding:2px;}
        .jssort101 .p:hover .cv {background-color: rgba(0,0,0,6); opacity: 0.35; transition: 0.5s;}
        .jssort101 .p:hover.pdn{padding:0;}
        .jssort101 .p:hover.pdn .cv {border: 2px solid #fff; background: none; opacity:0.35; transition: 0.5s;}
        .jssort101 .pav .cv {border-color: #fff; opacity: 0.35; transition: 0.5s;}
        .jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
        .jssort101 .t {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 1px solid rgba(255, 150, 0, 1); border-radius: 5px; box-sizing: border-box; opacity: 0.35; transition: 0.5s;}
        .jssort101 .pav .t, .jssort101 .p:hover .t{opacity: 1.0; transition: 0.5s;}
    /*slider css rules - end */                                                            

    .ContentFrame {
/*                            overflow: hidden;*/
    }
    .ContentFrame > .OrderFeaturesContainer {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        margin-top: 60px;
        transition: 0.5s;
    }
        .ContentFrame > .OrderFeaturesContainer > .FeaturesHeaderFrame {
            display: flex;
            justify-content: flex-end;
            justify-items: flex-start;
            width: 20%;
            min-width: 160px;
            height: auto;
            transition: 0.5s;
        }
            .ContentFrame > .OrderFeaturesContainer > .FeaturesHeaderFrame > .FeaturesHeaderText {
                display: block;
                width: auto;
                height: auto;
                font-size: 20px;  
                margin-right: 10px;
                margin-top: 12px;
                transition: 0.5s;
            }
        .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            justify-items: flex-start;                                
            flex-basis: 100%;
            height: auto;
        }                        
            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame {
                display: flex;
                flex-direction: column;
                width: 99%;
                height: auto;
                margin-left: 5px;

/*                background-color: aqua;*/
            }
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame {
                    display: flex;
                    justify-content: flex-start;
                    flex-direction: row;
                    flex-wrap: wrap;
                    width: auto;
                    height: auto;
/*                    background-color: lightcoral;*/
                }                      
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .NoWrap {
                    flex-wrap: nowrap;
                }                      
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .FeatureButton {
                        display: block;
                        width: auto;
                        height: 50px;
                        margin: 0%;
                        margin-right: 10px;
                        margin-bottom: 20px;
                        padding: 0% 20px;
                        font-size: 22px;
                        background-color: beige;
                        border-radius: 5px;
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .FeatureButton_4 {
                        display: block;
                        width: auto;
                        height: 50px;
                        margin: 0%;
                        margin-right: 10px;
                        margin-bottom: 20px;
                        padding: 0% 20px;
                        font-size: 22px;
                        background-color: beige;
                        border-radius: 5px;
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .ButtonActive {
                        color: #000;
                        border: 1px solid #aaa;
                        background-color: #fdd5a2;
                        transition: 0.5s;
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .ButtonDisabled {
                        color: rgba(0, 0, 0, 0.5);
                        border: 1px solid rgba(0, 0, 0, 0.25);
                        background-color: #fffcf7;
                        cursor: default;                                    
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .ButtonDefault {
                        color: #000;
                        border: 1px solid #aaa;
                        background-color: #fff8e9;
                        cursor: pointer;   
                        transition: 0.5s;
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .ButtonDefault:hover {
                        background-color: #ffedc4;
                    }                                    
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .Border_1 {
                        border-bottom-width: 4px;
                        border-bottom-style: solid;
                        border-bottom-color: #0c0;
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .Border_2 {
                        border-bottom-width: 4px;
                        border-bottom-style: solid;
                        border-bottom-color: #ffce4c;
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .Border_3 {
                        border-bottom-width: 4px;
                        border-bottom-style: solid;
                        border-bottom-color: #f40;                                        
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .Border_4 {
                        border-bottom-width: 4px;
                        border-bottom-style: solid;
                        border-bottom-color: rgba(0, 0, 0, 0.25);
                    }                                
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer {
                    display: flex;
                    width: 100%;
                    height: auto;
                    margin-top: 30px;
                    margin-left: 5px;
                    transition: 0.5s;
                }        
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer {
                        display: block;
                        width: auto;
                        height: auto;
                    }
                        .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame {
                            display: flex;
                            flex-direction: column;
                            width: auto;
                            height: auto;
                            padding: 15px;
                            border: 1px solid #aaa;
                            border-radius: 5px;
                            box-sizing: border-box;
                            background-color: #fffbf4;
                        }
                            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame > .HintFrame {
                                display: flex;
                                flex-direction: row;
                                justify-content: center;
                                flex-wrap: nowrap;
                                width: 100%;
                                height: auto;
                                margin: 10px 0%;
                                transition: 0.5s;
                            }
                            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame > .HintFrame > div {
                                display: block;
                                width: auto;
                                height: auto;
                                margin-right: 20px;
                                transition: 0.5s;
                            }                                    
                            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame > .HintFrame > .HintBorder_1 {
                                border-bottom-width: 4px;
                                border-bottom-style: solid;
                                border-bottom-color: #0c0;
                            }
                            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame > .HintFrame > .HintBorder_2 {
                                border-bottom-width: 4px;
                                border-bottom-style: solid;
                                border-bottom-color: #ffce4c;
                            }
                            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame > .HintFrame > .HintBorder_3 {
                                border-bottom-width: 4px;
                                border-bottom-style: solid;
                                border-bottom-color: #f40;                                        
                            }
                            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame > .HintFrame > .HintBorder_4 {
                                border-bottom-width: 4px;
                                border-bottom-style: solid;
                                border-bottom-color: rgba(0, 0, 0, 0.25);
                            }                                    
                        .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame > .NoteText {
                            opacity: 0.5;
                        }

    .fs_HintText { font-size: 16px; }
    .fs_NoteText { font-size: 14px; }                        

            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .OrderQuantityFrame {
                display: flex;
                align-items: center;
                width: auto;
                height: auto;
                margin-left: 5px;
            }
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > div > svg {
                    width: 50px; 
                    height: 50px; 
                    cursor: pointer;                                      
                }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > div > svg > .bCircle {
                        stroke: #ff9600; 
                        stroke-width: 400px; 
                        fill: transparent;	
                        transition: 0.5s;
                    }
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > div > svg > .bLine {
                        stroke: #ff9600; 
                        stroke-width: 1000px;
                        transition: 0.5s;   
                    }
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > div > svg:hover .bCircle {
                    fill: #ffdcab;
                    stroke: #aaa;
                }
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > div > svg:hover .bLine {
                    fill: #ffdcab;
                    stroke: #000;                                
                }
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > div > input {
                    width: 70px; 
                    height: 50px; 
                    text-align: center; 
                    margin: 0px 10px; 
                    border: 1px solid #bbb;
                    border-radius: 5px;
                    outline: none;
                    transition: 0.5s;
                }          
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > div > input:focus {
                    border-color: #000;
                    outline: none;
                }
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > div > input:hover {
                    border-color: #000;
                    outline: none;
                }  

    .ContentFrame > .CartButtonContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        margin-top: 70px;
    }
        .ContentFrame > .CartButtonContainer > .CartButtonFrame {
            display: block;
            padding: 15px 25px;
            width: auto;
            height: auto;
            color: black;
            font-size: 20px;
            background-color: #fffcdc;
            border: 1px solid #aaa;
            border-radius: 5px;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
            transition: 0.5s;  
        }        
        .ContentFrame > .CartButtonContainer > .DisabledCartButtonFrame {
            display: block;
            padding: 15px 25px;
            width: auto;
            height: auto;
            color: black;
            font-size: 20px;
            background-color: #fffcdc;
            border: 1px solid #aaa;
            border-radius: 5px;
/*            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);*/
            opacity: 0.5;
            cursor: default;
            transition: 0.5s;  
        }
        .ContentFrame > .CartButtonContainer > .CartButtonFrame:hover {
            background-color: #fdd5a2;                                                                        
        }

    .ContentFrame > .GroupSliderContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 80px;
    }
        .ContentFrame > .GroupSliderContainer > .GroupSliderHeaderFrame {
            display: flex;
            justify-content: center;
            width: 100%;
            height: auto;
            font-size: 20px;
        }
        .ContentFrame > .GroupSliderContainer > .GroupSliderItems {
            width: 100%;
            margin-top: 10px;
        }
            .ContentFrame > .GroupSliderContainer > .GroupSliderItems > .jssor_1_groupitems {
                position: relative;
                margin: 0px;
                top: 0px;
                left: 0px;
                width: 699px;
                height: 235px;
                overflow: hidden;
                visibility: hidden;
            }
                .ContentFrame > .GroupSliderContainer > .GroupSliderItems > .jssor_1_groupitems .slides {
                    cursor: default; 
                    position: relative; 
                    top: 5px; 
                    left: 0px; 
                    width: 699px; 
                    height: 225px; 
                    overflow: visible;
                }
                .ContentFrame > .GroupSliderContainer > .GroupSliderItems > .jssor_1_groupitems img {
                    border: 1px solid rgba(255, 150, 0, 0.35);
                    box-sizing: border-box;                                        
                }
                .ContentFrame > .GroupSliderContainer > .GroupSliderItems > .jssor_1_groupitems .GroupArrowLeft {
                    width: 100px; 
                    height: 100px; 
                    top: 65px; 
                    left: -5px; 
                    visibility: visible;
                    transition: 0.5s;
                }
                .ContentFrame > .GroupSliderContainer > .GroupSliderItems > .jssor_1_groupitems .GroupArrowRight {
                    width: 100px; 
                    height: 100px; 
                    top: 65px; 
                    right: -5px; 
                    visibility: visible;
                    transition: 0.5s;
                }        

    /*jssor slider loading skin spin css*/
    .jssorl-009-spin img {
        animation-name: jssorl-009-spin;
        animation-duration: 1.6s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes jssorl-009-spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    /*jssor slider bullet skin 057 css*/
    .jssorb057 .i {position: absolute; cursor: pointer;}
    .jssorb057 .i .b {fill: none; stroke: #fff; stroke-width: 2000; stroke-miterlimit: 10; stroke-opacity: 0.4;}
    .jssorb057 .i:hover .b {stroke-opacity: 0.7;}
    .jssorb057 .iav .b {stroke-opacity: 1;}
    .jssorb057 .i.idn {opacity: 0.3;}

    /*jssor group_slider arrow skin 106 css*/
    .jssor_ga_106 {display: block; position: absolute; cursor: pointer;}
    .jssor_ga_106 .c {fill: rgba(255, 255, 255, 0.5); transition: 0.5s;}
    .jssor_ga_106 .a {fill: none; stroke: #ff9600; stroke-width: 350; stroke-miterlimit: 10; transition: 0.5s;}
    .jssor_ga_106:hover .c {fill: #ffdcab; opacity: 0.8; transition: 0.5s;}
    .jssor_ga_106:hover .a {stroke: #000; opacity: 0.8; transition: 0.5s;}
    .jssor_ga_106.jssora106dn .c {opacity: 0.2;}
    .jssor_ga_106.jssora106dn .a {opacity: 1.0;}
    .jssor_ga_106.jssora106ds {opacity: 0.3; pointer-events: none;}

    .remove-scrolling {
        height: 100%;
        overflow: hidden;
    }
            
@media screen and (max-width: 1000px) {

                .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .BackButtonContainer > a {
                    margin-left: 10%;
                }

                .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer {
                    margin-left: 10%;
                }

        .ContentFrame > .ItemHeaderContainer > .AlignImageContainer {
            right: 10%;
        }
        .ContentFrame > .ItemFeaturesContainer > .ItemFeaturesText {
            margin-left: 10%;                            
        }                    
        .ContentFrame > .ItemDescriptionContainer > .ItemDescriptionText {  
            margin-left: 10%;
            margin-right: 10%;
        }                                
        .ContentFrame > .ItemPriceContainer > .ItemPriceFrame {
            margin-right: 10%;
        }

}

@media screen and (max-width: 800px) {

                .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .BackButtonContainer > a {
                    margin-left: 5%;
                }

                .ContentFrame > .ItemHeaderContainer > .LeftItemHeaderContainer > .ItemDataContainer > .AlignItemDataContainer {
                    margin-left: 5%;
                }

        .ContentFrame > .ItemHeaderContainer > .AlignImageContainer {
            right: 5%;
            width: 30%
        }
        .ContentFrame > .ItemFeaturesContainer > .ItemFeaturesText {
            margin-left: 5%;                            
        }                    
        .ContentFrame > .ItemDescriptionContainer > .ItemDescriptionText {  
            margin-left: 5%;
            margin-right: 5%;
        }                                
        .ContentFrame > .ItemPriceContainer > .ItemPriceFrame {
            margin-right: 5%;
        }

}

@media screen and (max-width: 700px) {

    .ContentFrame > .OrderFeaturesContainer {
        flex-direction: column;
    }
        .ContentFrame > .OrderFeaturesContainer > .FeaturesHeaderFrame {
            display: flex;
            justify-content: center;
            justify-items: flex-start;
            width: 100%;
        }                        
            .ContentFrame > .OrderFeaturesContainer > .FeaturesHeaderFrame > .FeaturesHeaderText {  
                margin-right: 0%;
                margin-top: 0%;
                margin-bottom: 10px;
            }
        .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            justify-items: center;
        }             
            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame {
                justify-content: center;
                align-items: center;
                width: 100%;
                margin-left: 0%;
            }  
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame {
                    justify-content: center;
                    width: 100%;
                    max-width: 375px;
                }              
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .NoWrap {
                    justify-content: flex-start;
/*                    justify-content: space-evenly;*/
                    flex-wrap: nowrap;                    
                }                                     
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .FeatureButton {
                        margin: 0% 5px;                                    
                        margin-bottom: 10px;
                        font-size: 20px;
                    }                                
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .FeaturesAlignFrame > .FeatureButton_4 {
                        width: 23%;
                        max-width: 90px;
                        margin: 0% 4px;
                        margin-bottom: 20px;
                        padding: 0%;
                        font-size: 20px;
                        border-radius: 5px;
                    }                                    
                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer {
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    margin-left: 0%;                                        
                }      
                    .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame > div {
                        display: inline-block;
                        text-align: center;
                        width: auto;
                        height: auto;
                    }            

            .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .OrderQuantityFrame {
                margin-left: 0%;
            }

}

@media screen and (max-width: 480px) {

                        .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .KeyListContainer > .AlignKeyListContainer > .KeyListFrame {
                            margin: 0% 1%;

                        }

    .jssor_ga_106 .c {fill: rgba(255, 255, 255, 0.8); transition: 0.5s;}                                            

    .fs_HintText {
        font-size: 3.0vw;
    }
    .fs_NoteText {
        font-size: 2.6vw;
    }                        
}

@media screen and (max-width: 374px) {

                .ContentFrame > .OrderFeaturesContainer > .FeaturesRangeContainer > .FeaturesRangeFrame > .NoWrap {
                    justify-content: space-evenly;
                }          
                
}
