﻿/*Animations*/
.ContentContainer {
    transition: ease-in-out, 0.3s;
}

.ContentSpacing {
    transition: ease-in-out, 0.3s;
}

.logo-hide {
    transition: ease-in-out, 0.3s;
}

.mainBodyContainer {
    transition: ease-in-out, 0.3s;
}

.Footer{
    margin-top:40px;
}


/*Fullscreen*/
@media only screen and (min-width: 1300px) {
    .ContentContainer {
        display: flex;
        width: 100%;
    }

    .ContentSpacing {
        height: 100%;
        width: 100%;
        min-width: 1200px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*Windowed*/
@media only screen and (max-width: 1299px) and (min-width:800px) {
    .ContentContainer {
        display: flex;
        width: 100%;
    }

    .ContentSpacing {
        min-width: 768px;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        width: 100%;
    }
}

/*Mobile*/
@media only screen and (max-width:799px) {
    .ContentContainer {
        display: flex;
        width: 100%;
    }

    .ContentSpacing {
        margin-left:30px;
        margin-right:30px;
        margin-top:20px;
        height: 100%;
        width: 100%;
    }

    .logo-hide {
        display: none;
    }

    .mainBodyContainer{
        margin-top:13px;
    }
}


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.Logo {
    /*height: 52px;
    position:absolute;
    left:50%;
    transform:translateX(-50%);*/
    margin-top:auto;
    margin-bottom:auto;
    margin-left:10px;
    margin-right:10px;
    height:85%;
    width:80%;
}

.Logo11{
    aspect-ratio:1/1;
}
.Logo2213{
    aspect-ratio:22/13;
}
.Logo83{
    aspect-ratio:8/3;
}
.Logo51{
    aspect-ratio:5/1;
}

h1 {
    font-size: 30px !important;
}


h4 {
    font-size: 18px !important;
}

h5 {
    font-size: 14px !important;
}

.p-semi-medium {
    font-size: 14px !important;
}   

.p-normal-medium {
    font-size: 14px !important;
}

.dooperbtn-wide {
    font-size: 14px !important;
}

.dooperbtn-half {
    font-size: 14px !important;
}

.var-btn-left {
    font-size: 12px !important;
}

.social-qs {
    font-size: 14px;
}

.form-animate > input {
    font-size: 14px;
}

.form-animate > input::placeholder {
    font-size: 14px;
}

.form-select {
    font-size: 14px;
}

textarea {
    font-size: 14px !important;
}

.p-norm {
    font-size: 14px !important;
}

/*.notif-link {
    text-decoration:none;
    color: #fff;
}*/



.product-price-text {
    font-size: 14px!important;
    margin-bottom: 5px;
}

.product-view-link {
    font-size: 14px !important;
    margin-bottom: 5px; 
}


/***************************************/
/***************************************/
/***************contact us**************/
/***************************************/
/***************************************/

.ContactText {
    border: 1px solid #D6D6D6;
    width: 100%;
    min-height: 80px;
    padding-left: 12px;
}

    .ContactText:focus {
        border: 1px solid #D6D6D6;
        outline: none;
    }

    .ContactText::placeholder {
        color: #969696;
    }

.ContactFormContainer {
    /*margin-top:15px;*/
}

.ContactUsTitleContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .ContactUsTitleContainer > * {
        margin-left: auto;
        margin-right: auto;
    }

.ContactContainerSplit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

    .ContactContainerSplit > .Left {
        width: calc(50% - 10px);
        margin-left: 0;
        margin-right: 20px;
        border-right: solid grey 2px;
    }

    .ContactContainerSplit > .Right {
        width: calc(50% - 10px);
        margin-right: auto;
        margin-left: auto;
    }

        .ContactContainerSplit > .Right.Snap {
            margin-right: 0;
            margin-left: auto;
        }


@media only screen and (max-width: 850px) {

    .ContactContainerSplit {
        flex-direction: column;
    }

        .ContactContainerSplit > .Left {
            width: 100%;
            border-right: none;
        }

        .ContactContainerSplit > .Right {
            margin-top: 20px;
            margin-left: 0;
            margin-right: auto;
            width: 100%;
            border-bottom: solid grey 2px;
        }

        .ContactContainerSplit.Invert {
            flex-direction: column-reverse;
        }

            .ContactContainerSplit.Invert > .Right {
                margin-top: 0px;
            }

            .ContactContainerSplit.Invert > .Left {
                margin-top: 20px;
            }


        .ContactContainerSplit > .Right.Snap {
            margin-left: 0;
            margin-right: auto;
            width: 100%;
        }
}

.ContactLine {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 30px;
    min-width: 400px;
}

    .ContactLine > * {
        margin-right: 10px;
        margin-top: auto;
        margin-bottom: auto;
    }

.ContactSocialsLine {
    display: flex;
    flex-direction: row;
}

    .ContactSocialsLine > .ContactSocialIcon {
        margin-left: 0;
        margin-right: 10px;
    }

    .ContactSocialsLine:has(> .ContactSocialIcon:nth-last-child(n+3)) > .ContactSocialIcon:first-child {
        margin-left: 0;
        margin-right: auto;
    }

    .ContactSocialsLine:has(> .ContactSocialIcon:nth-last-child(n+3)) > .ContactSocialIcon {
        margin-left: auto;
        margin-right: auto;
    }

        .ContactSocialsLine:has(> .ContactSocialIcon:nth-last-child(n+3)) > .ContactSocialIcon:last-child {
            margin-left: auto;
            margin-right: 20px;
        }

/* .ContactSocialsLine:has(> .ContactSocialIcon:nth-last-child(n+4)) > .ContactSocialIcon {
            margin-left: auto;
            margin-right: auto ;
        }*/

.ContactSocialIcon {
    background-color: black;
    border-radius: 50%;
    aspect-ratio: 1/1;
    height: 40px;
    display: flex;
    width: fit-content;
}

    .ContactSocialIcon > * {
        margin: auto;
        color: white;
    }

.ContactSection {
    margin-bottom: 15px;
}

.NormalNav {
    height: 95px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.BankInfo > .p-norm{
    margin-bottom:2px;
}

.CreditFormUploadSection {
    margin-bottom:10px;
}
.CreditFormUploadSection > p{
    margin:0;
}

    /*.CreditFormUploadSection.Inline :first-child{
        margin-right:5px;
    }*/
    
    .CreditFormUploadSection > .dooperbtn-fit {
        margin-top:0;
    }

.CreditSuccess{
    color:green;
}

