

/* Start:/local/components/dwstroy/form.order/templates/.default/style.css?17682378232119*/
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
#panel {
    position: fixed;
    z-index: 99;
    width: 100%;
}

#header {
    background-color: #0C0B0C;
    color: #ffffff;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
#content {
    position: relative;
}
.cf-shell-content {
    max-width: 100vw;
}
.option-widget {
    height: 100%;
    display: grid;
    grid-template: "main aside" 1fr / 9fr minmax(270px, 1fr);
    grid-gap: 0 35px;
    padding-inline-end: 35px;
    scroll-margin-top: 52px;
    scrollbar-width: none;
    transition: none;
}
.cf-asset-wrapper {
    height: 100vh;
    top: 0;
    grid-area: main;
    max-height: 100%;
    overflow: hidden;
    position: sticky;
}
.group-section {
    grid-area: aside;
    -webkit-overflow-scrolling: touch;
    overflow: visible !important;
}
.coin-reloaded.coin-order .group-container .aside-section:first-child {
    margin-block-start: 8vh;
}
.group-section .aside-section:not(:last-child), .inventory-group-section .aside-section:not(:last-child) {
    padding: 0;
}
.gallery {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.group-container, .aside-section.side-scroll--item {
    height: 100%;
}
#order_form .modal-trigger-container {
    position: fixed;
    padding: 0 35px;
    bottom: 0;
    right: 0;
    width: 344px;
    background-color: #000000;
    border-radius: 9px 9px 0 0;
    box-shadow: 0 -2px 8px 0 #545454;
}
.mob_img_order {
    display: none;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .cf-asset-wrapper {
        display: none;
    }
    .mob_img_order {
        display: block;
        margin-top: 65px;
    }
    .option-widget {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0;
        padding-inline-end: 0;
    }
    .orw_form {
        padding: 0 15px;
    }
    .orw_f_wrapper_info {
        display: none;
    }
    #order_form .modal-trigger-container {
        width: 100%;
    }
}
/* End */
/* /local/components/dwstroy/form.order/templates/.default/style.css?17682378232119 */
