a{
	color: #000;
}

.account_pageHeading{
	font-size: 30px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: capitalize;
    line-height: 1.5;
    padding-bottom: 20px;
    padding-top: 0px;
}

.account_panel {
	width: 100%;
	border: 0px solid #000;
	display: inline-block;
}

.account_content_box {
	width: 100%;
	padding: 30px;
	display: inline-block;
	position: relative;
	text-align: left;
	height: auto;
}

.account_content {
	margin-top: 10px;
}

.account_contentbox_heading {
	font-size: 22px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

.account_contentbox_descp {
	color: #555555;
	font-size: 16px;
}

.account_address_box {
	border: 1px #dedede solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.account_heading_box {
	width: 100%;
	max-width: 650px;
}

.accountbox_heading_bg {
	border-bottom: 0px #dedede solid;
	padding: 15px 30px 10px 30px;
}

.account_order_box {
	border: 1px #dedede solid;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 650px;
}

.account_box_50 {
	width: calc(95% / 2);
	padding: 5px 0px;
	margin: 15px 1%;
	display: inline-block;
	/* float: left; */
	position: relative;
	border: 1px #dedede solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.account_content_page {
    padding: 0 60px;
}

.account_container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.account_list_panel {
	background-color: #F5F5F5;
    padding: 30px;
	border-radius: 5px;
}
.account_panel {
	/*background-color: #F5F5F5;*/
	background-color: #fff;
    padding: 0px;
	border:1px solid #dfdfdf;
	border-radius: 5px;
}

.account_list_panel {
    width: 30%;
}

.account_panel {
    width: 70%;
}

.account_inner_panel .Inner_fieldContent
{
	padding-bottom:15px;
	padding-top:2px;
}

#mobile_close_mode {
    float: right;
    right: 0px;
    top: 0px;
    position: absolute;
    display: none;
    padding: 10px;
}

.account_link_heading {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.account_link_box {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}

.account_link_box:last-child{
	margin-bottom: 0;
}

.account_list_bottom a {
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.account_list_bottom a, .account_list_bottom a:hover, .account_bottom_box a, .account_bottom_box a:hover {
    color: #000 !important;
}

.account_link_container {
    margin-bottom: 30px;
}

.account_list_top{
	font-size: 16px;
	color: #000;

	margin: 0 0 20px;
}

.account_list_top span{
	font-size: 18px;
	text-decoration: underline;
}

.account_top_box{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.account_top_box .account_action_btn{
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px 10px;
}

.account_contentbox_descp a{
	border-bottom: 1px solid #555555;
	color: #555555;
}

.account_panel INPUT[type="text"], 
.account_panel INPUT[type="password"], 
.account_panel INPUT[type="date"],
.account_panel TEXTAREA,
.account_panel SELECT.ddl_list{
	border-radius: 4px;
}

.account_panel .css_backBtn,
.account_panel .css_submitBtn{
    font-size: 9pt;
    letter-spacing: 0px;
    /* padding: 8px 24px 8px 24px; */
    padding: 8px 24px;

    text-transform: capitalize;
    border: 1px solid #333;
    line-height: 16px;
    margin: 1px 0px;
    display: inline-block;
    width: auto !important;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.account_panel .css_submitBtn:hover
{
	font-size: 9pt;
    letter-spacing: 0px;
    padding: 8px 24px 8px 24px;
    text-transform: capitalize;
	background: #666;
	border: 1px solid #666;
}

.account_panel .css_backBtn{
	background: #fff;
	color: #333;
}

.account_panel .css_submitBtn{
	background: #333;
	color: #fff;
}

.account_address_box {
    border: 1px #dedede solid;
    background-color: #fff;
}

.account_inner_panel{
	background-color: #fff;
	border-radius: 4px;
	height: 100%;
}

.account_inner_panel INPUT[type="submit"],
.account_inner_panel INPUT[type="file"]{
    border-radius: 4px;
}

.account_inner_panel .css_narrowBtn{
    font-size: 12px;
    margin-bottom: 10px;
}

.account_panel .smallText {
    font-size: 9pt;
    color: #343434;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.account_panel A.pageResults_selected,
.account_panel A.pageResults{
    padding: 0 5px;
    height: 100%;
}

.divider_box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.voucher_content_box .special_color_box{
    border-radius: 4px;
}

.voucher_content_box{
    width: 100%;
    max-width: 800px;
    margin: 15px 1%;
    position: relative;
    border: 1px #dedede solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
}

.account_inner_panel .box_spacing {
    padding: 0 10px;
}

.cssBtn_style .css_narrowBtn, .cssBtn_style .css_narrowBtn:hover {
    border-radius: 0;
    padding: 8px 24px;
}

@media screen and (max-width: 1060px) and (min-width: 850px) {
	.account_content_box {
		width: calc(94% / 2);

	}

	.account_content_box_address {
		width: calc(94% / 2);
	}

}

@media only screen and (max-width: 850px) {
	.account_content_box {
		width: calc(94% / 2);

	}

	.account_content_box_address {
		width: calc(94% / 2);
	}

	.account_box_50 {
		width: 100%;

	}
}

@media screen and (max-width: 650px) {

	.account_content_box,
	.account_content_box_address,
	.account_box_50 {
		width: 100%;

	}

	.account_content_box_address {
		width: 100%;
	}
}

@media screen and (max-width: 610px){
	.account_container {
        display: block;
    }
	
	.account_content_box {
		padding: 20px 15px;
	}

	#mobile_close_mode {
        display: block;
    }

	#mobile_account_menu {
        display: block !important;
        position: fixed;
        top: 50%;
        z-index: 10;
        left: 0;
        transition: all .3s linear;
    }

	#mobile_account_menu a, #mobile_account_menu a:hover {
        color: #fff !important;
        padding: 10px;
        background-color: var(--theme-color);
        position: relative;
        z-index: 10;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        display: flex;
        align-items: center;
    }

	#mobile_account_menu a i {
        font-size: 20px;
    }

	.account_list_top {
        margin: 30px 0;
    }

	.account_list_top, .account_list_bottom {
        padding: 0px;
    }

	.account_panel {
        width: 100%;
        padding: 0px;
		border:0px #fff solid;
		/* border-top:1px #dfdfdf solid; */
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
    }

	.account_list_panel {
        display: none;
        width: 80%;
        height: 100vh;
        background: #fff;
        float: left;
        border: 0px solid #000;
        padding: 20px;
        position: fixed;
        left: 0px;
        top: 0px;
        border-right: 1px solid #ddd;
        overflow-y: scroll;
        z-index: 10006;
    }

	.account_content_page {
        padding: 10px 20px;
    }

    .account_panel TD.pageHeading,
    .account_panel .contentBox_heading{
        padding: 5px;
    }

    .account_panel .contentBox_heading{
        font-size: 16px;
        text-align: left;
    }

    .account_panel .heading_description {
        padding: 10px;
    }

    .accountbox_heading_bg {
        padding: 0 0 10px;
    }

    .account_inner_panel .account_box_100{
        padding: 20px;
        overflow-x: auto
    }

    .account_inner_panel .fieldcontent {
        padding: 0;
    }

    .account_inner_panel TD.productListing-data{
        padding: 10px;
    }

    .scrollable {
        overflow-x: scroll;
        white-space: nowrap; /* Prevent line breaks inside */
        scrollbar-width: thin; /* For Firefox */
    }
    
    /* For WebKit browsers (Chrome, Safari, Edge) */
    .scrollable::-webkit-scrollbar {
        height: 12px; /* Adjust height for visibility */
    }
    
    .scrollable::-webkit-scrollbar-thumb {
        background-color: #888;
    }
    
    .scrollable::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

    .account_pageHeading {
        font-size: 20px;
    }

    .account_inner_panel SELECT.ddl_list {
        padding: 4px 6px 4px 10px;
        margin-bottom: 3px;
    }

    .contentBox_heading_bg {
        padding: 0;
    }

    .voucher_content_box {
        flex-direction: column;
        padding: 20px;
    }

    .voucher_content_box .coupon_btn{
        margin-top: 20px;
    }

    .css_termBtn{
        position: relative !important;
        display: block !important;
    }
	
	INPUT[type="text"],
	INPUT[type="password"],
	TEXTAREA,
	SELECT {
		width: 100% !important;
		padding: 4px 6px 4px 10px;
		height: 40px;
		background: #fff;
		color: #919191;
		font-size: 10pt;
		letter-spacing: 0.5px;
	}
	
	TEXTAREA
	{
		height:70px;
	}
	
	INPUT[type="submit"],
	INPUT[type="reset"],
	.coupon_btn {
		font-size: 10pt;
		height: 34px;
		line-height: 10px;
	}
}