header {
    max-width: 1024px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.col-sm-12 header {
    max-width: initial;
}

.nmobile {
    display: none;
}

.mobile {
    width: 314px;
}



#site_name,
h1.site-name {
    text-align: center;
    margin: 0;
    line-height: initial;
    font-size: initial;
}

.nmobile {
    padding-top: 1em;
}


@media (min-width: 600px) {

    .mobile {
        display: none;
    }

    .nmobile {
        display: initial;
        width: 390px;
    }
}


div.maphs {
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

div.maphs a {
    position: absolute;
    font-size: 74%;
    border: 2px dotted rgb(7 28 67 / 89%);
    border-radius: 4px;
    color: transparent;
    background: transparent;
    display: inline-flex;
    align-items: center;
}

div.maphs img {
    width: 100%;
}

div.maphs a:hover {
    background: rgb(7 28 67 / 45%);
    color: white;
}






.page-wrapper {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}


#site_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#site_nav span {
    white-space: nowrap;
}

/* 
* {
    font-family: "Architects Daughter", serif;
    color: #fff;
}

.tabcontainer  {
    color: #222 !important;
} */

h1.site-name {
    text-align: center;
}

.form-container input,
.form-container select {
    border-radius: 4.6px;
    outline: none
}

.contain_image img {
    display: block;
}


.menucon .content-link {
    display: block;
}

.xIcon {
    display: none;
}

.menucon {
    z-index: 999;
    line-height: 1.8em;
}

.menucon .ham {
    position: absolute;
    z-index: 9999;
    top: 1rem;
    width: 30px;
    height: 30px;
    border: black solid 1px;
    cursor: pointer;
    overflow: hidden;
    right: 1em !important;
}

.menucon .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: white;
    transform: translateY(-150%);
    transition: transform 0.2s;
    text-align: center;
    background: #364f71;
}


.menucon h4 {
    display: none;
}


@media (min-width: 760px) {
    .menucon .menu {
        width: 40%;
    }
}

.menucon .menu.showMenu {
    transform: translateY(0px);
    z-index: 998;
}

.menucon h3 {
    display: inline;
}


form[name=frmSale] label {
    display: block;
}







div.col2 .membership-thumb {
    border: 1px solid var(--sd-cg-bo);
    border-radius: 1em;
    width: 115px;
}


div.col2 .play-btn svg {
    width: 56px !important;
}

.thumb-container video {
    max-width: 800px;
}

textarea.comm_input {
    width: 100%;
    max-width: 483px;
}

.categories-wrapper .comm_input#final_category {
    margin: 19px 0;
    color: #cc9900;
    font-size: 1rem;
    font-weight: 700;
    background-color: #123867;
    border: none;
    appearance: none;
}

/* ~~~~~~~~~ */

footer summary {
    cursor: pointer;
}

@media (min-width: 1024px) {

    footer nav a,
    footer summary {
        text-decoration: none;
    }
}



/* ************* */

.membership-item span>input,
.membership-item select {
    display: inline-block;
    padding: 0.3em 0.6em;
    border-radius: 4px;
    font-size: larger;
    font-weight: 400;
    text-decoration: none !important;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 40%);
    border: 1px solid #9294f8;
}

#cartSmall {
    background: #071c43;
    border: 1px solid #103270;
    border-radius: 1em;
    padding: 1em;
}

@media (min-width: 576px) {
    #cartSmall {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        right: 1em;
    }

    .left_align_until_small {
        text-align: left;
    }
}

#cartSmall ul {
    list-style: none;
}



/* .btn {
    --bs-btn-border-radius: 0.4em;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    text-decoration: underline;
} */


input.isnd {
    outline: medium solid #cc9900 !important
}

/* ************* */

div#uuc {
    position: relative;
    text-align: center;
}

div#uuc h2 {
    height: 1em;
}

@media (min-width: 600px) {
    div#uuc span {
        position: absolute;
        right: 0;
        top: 0
    }
}

/* ************* */


.ssh {
    align-self: end;
    padding-right: 1em;
    display: flex;
    gap: 8px;
}

.ssh * {
    padding: 0;
    padding-inline: 1em;
    border-radius: 8px
}


/* ~~~~~~~~~ */

.section-title span>.gs {
    position: relative;
    white-space: nowrap;
    font-size: 1rem;
}

@media (min-width: 875px) {
    .section-title span>.gs {
        position: absolute;
        right: -7em;
        margin-top: 1em;
    }
}






#settings_nav {
    justify-content: center;
    box-sizing: border-box;

    order: 2;
}

#settings_nav .nav-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1 1 100%;
    margin: 0;
}

#settings_nav .nav-item.active,
#settings_nav .nav-item.current {

    background-color: #071c43;
}

#settings_nav .nav-item .svg-inline--fa {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    opacity: 0.3;
}

#settings_nav .nav-item:hover,
#settings_nav .nav-item:active,
#settings_nav .nav-item:focus,
#settings_nav .nav-itemnull {
    text-decoration: none;
}

#settings_nav .nav-item:hover .svg-inline--fa,
#settings_nav .nav-item:active .svg-inline--fa,
#settings_nav .nav-item:focus .svg-inline--fa,
#settings_nav .nav-itemnull .svg-inline--fa {
    opacity: 1;
}

@media (min-width: 1024px) {
    #settings_nav {
        justify-content: flex-start;
        padding-left: 7px;
        padding-top: 7px;
        border-bottom: 1px solid var(--sd-cg-bo);
    }

    #settings_nav .nav-item {
        flex-direction: column;
        flex: none;
        width: auto;
        max-width: 128px;
        margin: 0 7px;
        text-align: center;
        font-size: 0.75rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: min-content;
    }
}

#settings_nav.type2 .nav-item {

    background-color: #333333;
}

#settings_nav.type2 .nav-item.active,
#settings_nav.type2 .nav-item.current {

    background-color: white;
}

@media (min-width: 1024px) {
    #settings_nav {
        order: 1;
    }
}



/* *************** */

dt {
    font-weight: initial;
}

/* *************** */
.btn-link {
    border:none;
    background:none
}
/* *************** */



.shadetabs {
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    list-style-type: none;
    text-align: left;
    clear: both;
}


.shadetabs li a {
    text-decoration: none;
    z-index: 1;
    padding: 10px 10px 10px 10px;
    margin-right: 3px;

    border: 1px solid var(--sd-hdd1);
    color: var(--sd-hdd1);

    margin: 1px 5px;


    background: var(--sd-con-bgd);

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    display: block;
    
    text-align: center;



 }


.shadetabs li a:hover {
    text-decoration: none;
    color: var(--sd-hdd1);

    background-image: none;
}



.shadetabs li a.selected:hover {
    text-decoration: none;

}




.shadetabs {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    display: grid;
    width: 100%;
    padding: 0;
}


.shadetabs li.active a,
.shadetabs li a.selected {
    margin-bottom: -1px;


    height: 100%;

    position:relative
} 
.shadetabs li a:hover,.shadetabs li.active a,
.shadetabs li a.selected {
    border-color: var(--sd-hdd);
    color: var(--sd-hdd);
} 




/* *************** */

.ammount-slider span {
    text-wrap: nowrap;
}

.ammount-slider>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}
