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

	#ACCOUNT 
	
*******************************/


.account-wrapper {
	position: relative;
	margin: 130px auto 0px auto;
	max-width: 400px;
	text-align: center;
}

#account-title {
	font-size: 30px;
	text-shadow: 0px 1px 2px rgba(0,0,0, 0.4);
	margin: 0 0 30px 0;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	color:white;
}

#account-box {
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 0px;
	padding: 20px 20px 20px 20px;
	margin: 0 0 6px 0;
	border: 0px solid black;
	font-size: 16px;
}

#order-conf-box {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 0px;
}

#account-subtitle {
	z-index: 20;
	margin: 0 0 30px 0;
	color: white;
	font-size: 16px;
}

/*** INPUT ***/

form#account #first-name {
	vertical-align: top;
	margin: 0px 2px 6px 0px;
}

form#account #last-name {
	vertical-align: top;
	margin: 0px 0px 6px 0px;
}

form#account #email {
	vertical-align: top;
	margin: 0px 2px 6px 0px;
}

form#account #phone {
	vertical-align: top;
	margin: 0px 0px 6px 0px;
}

form#account #code {
	vertical-align: top;
	margin: 0px 2px 6px 0px;
}

/*** SELECT ***/

.pop-select-m#account-name-title {
	width: 74px;
	margin: 0px 2px 6px 0px;
}

.pop-select-m select#account-name-title {
	width: 130px;
}


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

	#ACCOUNT_RESPONSIVE

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


@media all and (max-width: 1200px)
{
    .account-wrapper {
        max-width: 400px;
    }
}

@media all and (max-width: 990px)
{
    .account-wrapper {
        max-width: 400px;
    }
}

@media all and (max-width: 767px)
{
    .account-wrapper {
        margin: 80px auto 0 auto;
        max-width: 300px;
        padding-bottom: 100px;
    }

    #account-title {
        font-size: 24px;
        margin: 0 0 30px 0;
        color:white;
    }

    account-subtitle {
        margin: 0 0 30px 0;
        color: white;
        font-size: 16px;
    }


    /*** SELECT ***/

    .pop-select-m#account-name-title {
        width: 70px;
        margin: 0px 2px 6px 0px;
    }

    .pop-select-m#account-phone-country-code {
        width: 100px;
    }

    .pop-select-m select#account-phone-country-code {
        width: 150px;
    }

}





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

	#ACC

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


a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.acc-wrapper {
    position: relative;
    margin: 130px auto 0 auto;
    max-width: 600px;
    padding: 40px 20px 40px 20px;
    background-color: rgba(255,255,255, 0.9);
    text-align: center;
}

#acc-goback {
    text-align: center;
    font-size: 25px;
    position: absolute;
    left: 23px;
    top: 44px;
    /*border: 2px solid #2c2c2c;*/
    height: 25px;
    width: 25px;
    line-height: 20px;
    padding-right: 2px;
    border-radius: 25px;
}

#acc-goback:hover {
    background-color: #2c2c2c;
    color: white;
}

.acc-menu {
    position: relative;
    top: -15px;
    font-size: 14px;
    margin: 0;
    padding: 10px 0 25px 0;
}

.acc-menu > a {
    margin: 0 10px 0 10px;
    text-decoration: none;
    color: black;
}

.acc-menu > a:hover {
    padding-bottom: 2px;
    border-bottom: 1px solid;
}

.acc-menu-underline{
    padding-bottom: 2px;
    border-bottom: 1px solid;
}

.acc-box {
    position: relative;
    width: 100%;
    background-color: rgba(210,210,210,0.4);
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    color: black;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
}

.acc-box-2-wrapper {
    line-height: 0;
    text-align: left;
}

.acc-box-2-separator {
    width: 1%;
    background-color: blue;
    display: inline-block;
    line-height: 0;
}

.acc-box-2 {
    display: inline-block;
    position: relative;
    width: 49.5%;
    background-color: rgba(210,210,210,0.4);
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    color: black;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 1%;
}

.box-animate:hover {
    background-color: rgba(190,190,190,0.4);
}

.box-animate:active {
    background-color: rgba(170,170,170,0.4);
}

.acc-box-card {
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    padding-left: 80px;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.acc-box-card-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-size: cover;
}

.acc-box-card-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 60px;
    padding-top: 17px;
    padding-left: 21px;
    font-size: 20px;
    color: black;
}

.acc-box-card-left {
    text-align: center;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    padding-top: 11px;
    padding-left: 0px;
    font-size: 30px;
    color: black;
    letter-spacing: 1px;
    /*background-color: red;*/
}

.acc-box-hello {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    padding: 10px 0px 0px 50px;
    font-size: 18px;
    font-weight: 300;
}

.acc-box-hello-avatar {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 30px;
    /* Animate */
    -webkit-animation: spin 20s infinite linear;
}

.acc-box-hello-initial {
    color: #2A2A2A;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    right: 5px;
    top: 13px;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    border: 1px solid #2A2A2A;
}

b {
    font-weight: 500;
    color: #999999;
}

/***** Start Custom Accordion *****/

#accordion {
    text-align: left;
}

.panel-group{
    margin-bottom: 0px !important;
}

.panel-default {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 0;
}

.panel-group .panel{
    margin-bottom: 0px !important;
}

.panel-default>.panel-heading {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    color: black;
}

.panel-group .panel-heading+.panel-collapse>.panel-body{
    border:0;
}

div.panel-title {
    font-size: 0;
}

div.panel-title>a {
    display: inline-block;
    width:100%;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    font-weight: 400;
}

div.panel-title>a>i {
    padding-left: 10px;
}


/* Panel headers */
.panel-heading>div.panel-title>a {
    color: black;
    font-size: 14px;
}

/* All panel bodies */
.panel-body {
    padding: 0;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: black;
}

/***** End Custom Accordion *****/



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

	#ACC_RESPONSIVE

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


@media all and (max-width: 767px)
{
    .acc-wrapper {
        margin: 75px auto 0 auto;
        max-width: 600px;
        padding: 0px 0px 100px 0px;
        background-color: transparent;
    }

    #acc-goback {
        display: none;
    }

    .acc-box {
        width: 100%;
        background-color: white;
        padding: 10px 15px 10px 15px;
    }

    .acc-box-2 {
        display: block;
        position: relative;
        width: 100%;
        background-color: white;
        padding: 10px 15px 10px 15px;
        margin-bottom: 0;
    }

    .acc-box-2-separator {
        display: none;
    }

    .box-animate:hover {
        background-color: #e9e9e9;
    }

    .box-animate:active {
        background-color: #e9e9e9;
    }

    .acc-menu {
        top: -20px;
        padding: 10px 0 10px 0;
    }

    .acc-menu > a:hover {
    }

    .acc-menu > a:active {
        color: rgba(0,0,0,0.2);
    }

    .acc-box-card {
        font-size: 16px;
    }

    /***** Start Custom Accordion *****/

    /* All panel bodies */
    .panel-body {
        background-color: white;
        font-weight: 400;
        color: black;
    }

    /***** End Custom Accordion *****/
}