.av-foot-bg {
    background-color: #edeeff;
    padding: 50px 0;
    clear: both;
}
.av-foot-wrap {
    display: flex;
    flex-wrap: wrap;
}
.av-footer-links {
    flex-basis: 20%;
}
.av-foot-title {
    font-weight: 600;
    color: #797979;
    margin-bottom: 1rem !important;
    font-size: 16px;
}
.avfoot-links {
    padding-left: 0;
    margin-bottom: 1rem;
    padding-top: 0;
}
.avfoot-links li {
    list-style-type: none;
    padding: 5px 0;
    margin-bottom: 0;
    line-height: 1.8;
}
.avfoot-links li a {
    color: #989898;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}
.highlight,
span#Label1 {
    font-weight: 600;
    color: #797979;
    font-size: 15px;
}
.av-logo-inner img {
    margin-right: 10px;
    margin-bottom: 10px;
}
.av-foot-logo {
    text-align: right;
}
.av-copyright-wrap {
    background-color: #6868f9;
    padding: 5px 0;
}
.av-foot-logo,
.av-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.av-logo-inner {
    display: flex;
}
.av-foot-logo li,
.av-icons li {
    display: inline-block;
    margin-bottom: 0px; vertical-align: middle;
}
.av-icons li img {
    vertical-align: middle;
}
.av-foot-logo li {
    padding: 0 20px;
}
.copy-txt {
    font-size: 16px;
}
.copy-txt,
.copy-txt a {
    color: #fff;
}
.down-txt {
    font-size: 16px;
    margin-bottom: 1rem !important;
    font-weight: 500;
}
.av-copyright {
    align-self: center;
}
.av-foot-iconwrap {
    align-self: center;
}
@media(min-width:768px){
   .av-copyright-wrap .flex-div {
        display: flex;
        justify-content: space-between;
    }
    .av-foot-logo-wrap .flex-div {
        display: flex;
        justify-content: space-between;
    }
}
@media(max-width:1200px){
    .av-foot-logo li {
        padding: 0 0px;
    }
}
@media (max-width: 992px) {
    .av-footer-links {
        flex-basis: 33.33%;
    }
    .av-foot-logo {
        text-align: left;
    }
    .av-foot-logo li {
        padding-right: 15px;
    }
    .av-foot-logo-wrap .flex-div{
        display:block;
    }
    .av-foot-iconwrap{
        margin-top:30px;
    }
}
@media (max-width: 767px) {
    .av-footer-links {
        flex-basis: 50%;
    }
    .av-logo-inner {
        margin-bottom: 20px;
    }
    .av-foot-logo img {
        margin-bottom: 15px;
    }
    .av-foot-bg {
        padding-bottom: 20px;
    }
    .avfoot-links li a {
        font-size: 14px;
    }
    .av-copyright {
        order: 2;
        text-align: center;
    }
    ul.av-icons {
        text-align: center;
        margin-bottom: 10px;
    }
    .av-copyright{
        margin: 10px 0px;
    }
    .av-logo-inner img{
        margin-right: 4px;
    }
    ul.av-foot-logo {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .av-foot-logo li {
        flex: 1 0 50%;
    }
}

.login-panel-login input[type="password"],
.login-panel-login input[type="text"] {
    width: 100%;
    background: #fff;
    padding: 12px 7px;
    border-radius: 3px;
    border: 1px solid #dedcdc !important;
}
.login-panel-login div.center {
    padding-bottom: 0;
}
div#signinp.panel {
    width: 50%;
    overflow: auto;
}
.login-panel td label {
    font-weight: 600;
    font-size: 16px;
    text-transform: initial;
    color: #555;
    line-height: 1.5;
    margin-bottom: 8px;
}
td.login-title {
    display: none !important;
    text-align: left !important;
}
.login-panel td td {
    min-width: 120px;
    padding: 3px;
    display: block;
    font-size: 16px;
}
.login-panel input[type="button"],
.login-panel input[type="submit"] {
    background: #6868f9;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #6868f9;
    text-transform: uppercase;
}
.login-panel input[type="button"] {
    margin-bottom: 20px;
}
.panel-bg {
    background: #000 0 0;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.overlaycart,
.overlayp {
    z-index: 100;
    position: fixed;
    right: 0;
    top: 0;
    left: inherit !important;
    margin-right: -60%;
    transition: margin-right 0.5s ease-in;
    -moz-transition: margin-right 0.5s ease-in;
    -webkit-transition: margin-right 0.5s ease-in;
    height: 100%;
}
.overlaycart.active,
.overlayp.active {
    margin-right: 0;
    box-shadow: 0 0 20px rgb(0 0 0/50%);
}
@media only screen and (device-width: 768px) {
    .overlayp.panel.active {
        width: 60% !important;
    }
}
@media only screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 3px;
    }
    .overlayp.panel.active {
        width: 90% !important;
    }
}
.login-panel-login {
    margin: 3%;
    max-width: 550px;
}
.overlaycart.panel,
.overlayp.panel {
    background: #fff !important;
    width: 50%;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0/5%);
    box-shadow: 0 1px 1px rgb(0 0 0/5%);
    border-radius: 0;
}
.overlayaccount.active {
    margin-right: 0;
    box-shadow: 0 0 20px rgb(0 0 0/50%);
}
.overlayp .close {
    float: left !important;
    margin: 5px 7px;
    padding-left: 0 !important;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: 400;
    line-height: 1;
    color: #9f9f9f;
    display: block;
    width: 30px;
    text-align: center;
    font-size: 22px;
    height: 30px;
    margin: 10px 0 0 10px;
    border-radius: 50px;
    opacity: 1;
    padding: 0 !important;
}
.close:hover {
    color: #797676;
}
#signinp .clear.height10,
i.fa.fa-user {
    display: none;
}
.login-panel {
    color: #555;
    margin-top: 10%;
    padding: 0;
    text-align: left;
    font-weight: 500;
}
.login-panel h2 {
    border-bottom: 1px solid #ddd;
    color: #777;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 25px;
    text-transform: initial;
    line-height: 1.2;
}
.login-panel-login {
    padding: 3% 7%;
}
.newuser-link {
    margin: 10px 0 0;
    font-size: 13px !important;
}
.login-panel img {
    vertical-align: middle;
}
table {
    background-color: transparent;
}
.login-panel-login table td {
    text-align: left;
    max-width: 100%;
    border: 0;
    padding: 3px !important;
    line-height: 1.5;
}
table th,
table tr {
    text-align: left;
    max-width: 100%;
    padding: 0.857em;
}
.login-panel-login table {
    width: 100%;
    border: 0;
    margin-bottom: 0;
}
input#MyAccountmarketplace_LoginView2_defaultLogin_LoginButton,
input[type="submit"] {
    background: #fe5e08;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    padding: 7px 14px;
}
.center,
.newuser-link {
    text-align: center;
}
a.forgetpwd {
    font-weight: 500;
    font-size: 13px;
    padding-left: 5px;
    color: #007bff;
}
.openidsign-fb:hover {
    background-position: -203px -50px;
}
.openidsign-google:hover {
    background-position: -1px -50px;
    width: 100px;
    height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .overlaycart.panel,
    .overlayp.panel {
        width: 60% !important;
    }
    .login-panel td td {
        padding: 7px 0;
    }
}
input[type="submit"] {
    width: auto;
}
#cart_lbltotal {
    color: #f78d07;
    display: none;
}
span#Label1 {
    background-color: #fff3e5;
    color: #f78d06;
    text-transform: none;
    font-size: 11px;
    padding: 8px 17px;
    border-radius: 9px;
    margin-right: 9px;
}
.openid-ctrol {
    text-align: center !important;
    margin-top: 30px !important;
    margin: 0 auto;
}
.openidsign-fb,
.openidsign-google {
    background: url(/images/openid/openid-av.jpg);
    background-position: -1px -6px;
    width: 100px;
    height: 40px;
    display: inline-block;
    margin: 0 auto;
}
.openidsign-fb {
    background-position: 102px -6px;
}
.carousel-fade .carousel-control {
    z-index: 0 !important;
}
.et_pb_row.et_pb_row_0_tb_header {
    padding-top: 5px;
    padding-bottom: 0;
}
.overlayp.panel .clear.height10,
span#memberShip {
    display: none;
}
.column {
    width: 53.33%;
}
a.avlogo.column {
    width: 13.33%;
}
.right-section.column {
    margin: 0 auto;
    padding: 15px 0;
}
.menu-section ::-webkit-scrollbar {
    width: 1px;
    background: #f1f1f1;
}
.myaccount-menu li.welcome_txt1 {
    background: 0 0;
    color: #f75358;
    padding: 9px 0 7px;
    font-size: 16px;
}
#details.myaccount-menu li {
    list-style: none;
}
#details.myaccount-menu ul {
    padding-left: 5px;
}
li.membership-txt {
    background: 0 0 !important;
    padding: 0 !important;
}
.myaccount-menu li {
    background: url(/app_themes/astroved/images/list-2.png) no-repeat 0 50%;
    padding: 9px 0 7px 18px;
    margin-bottom: 0;
}
.myaccount-menu li a {
    color: #454545;
    font-weight: 500;
    font-size: 15px;
}
li.log_off {
    padding-top: 10px;
    background: 0 0;
}
/*#MyAccountPhp_LoginView2_btnLogOff,*/
.logoff {
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
}
.logoff {
    background: #fff;
    padding: 7px 14px;
}
/*#MyAccountPhp_LoginView2_btnLogOff {
    background: #fe5e08;
    padding: 7px 20px;
    font-size: 14px;
}*/
#details.myaccount-menu li a {
    font-size: 15px;
}
.searchresult a.av-btn.add_cart {
    padding: 7px;
    background: #6868f9;
    border: 1px solid #6868f9;
    border-radius: 20px;
    color: #fff;
}
.myaccount-menu {
    padding: 10px 20px;
}
.page-template-horoscopes-template .right-section.column {
    padding-top: 25px;
}
@media screen and (min-width: 0) and (max-width: 991px) {
    .dsk-header-design a img {
        margin: 0 auto;
        display: initial !important;
    }
}
@media screen and (min-width: 1000px) {
    .menu-click-open-close .button {
        display: none;
    }
}
.login-table table tr:last-child td {
    text-align: center !important;
}
.login-panel span#MyAccountPhp_LoginView2_lblError {
    color: red;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
}
.login-panel .Red {
    padding: 0 !important;
}
.login-panel-login span#SigninProgress {
    text-align: center;
    display: block;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .login-panel-login input[type="password"],
    .login-panel-login input[type="text"] {
        padding: 10px;
    }
    .av-top-nav img {
        display: inline-block;
    }
    .et-pb-theme-tamil .login-panel td label {
        font-size: 14px;
        line-height: 1.6;
    }
}
.overlayp .listview-img {
    text-align: center !important;
    margin: 0 auto 10px;
}
.overlayp .listview-img .img-responsive {
    text-align: center;
    margin: 0 auto;
}
.login-panel input[type="password"],
.login-panel input[type="text"] {
    padding: 12px 7px !important;
    font-size: 15px;
    margin-top: 10px;
    color: #000;
    height: auto;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 0;
}
.login-panel input[type="submit"] {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1.4em;
    float: inherit;
    margin-top: 0 !important;
}
.login-panel-login div {
    font-size: 19.2px;
    font-weight: 600;
}
.login-panel input[type="submit"]:hover {
    background: #e45304;
    border: 1px solid #e45304;
}
.login-panel input[type="password"]:focus,
.login-panel input[type="text"]:focus {
    outline: 0;
}
.login-panel-login .av-show-pass {
    position: absolute;
    top: 188px;
    font-size: 14px;
    margin-left: 5px;
    background: url(/Images/hide-password.png) no-repeat 5px 2px;
    display: inline-block;
    padding: 0 0 2px 35px;
    right: 10px;
    height: 25px;
    width: 25px;
}
.login-panel-login .av-show-pass.add-icon {
    background: url(/Images/show-password.png) no-repeat 5px 2px;
}
.login-panel-login .LoginButton {
    margin-top: 30px !important;
}
.login-panel-login input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#ctl00_ctlheader_vaaak_MyCart_vaaak_MyAccount_LoginView2_lblError {
    color: red;
    display: block;
    text-align: center;
    font-size: 18px;
}
#login-wrap,
.login-panel-login #ctl00_ctl00_ctlheader_vaaak_MyCart_vaaak_MyAccount_LoginView2_UpdateCart,
.login-panel-login #ctl00_ctlheader_vaaak_MyCart_vaaak_MyAccount_LoginView2_UpdateCart,
.login-panel-login #ctl00_placeholderMain_vaaak_MyAccount_LoginView2_UpdateCart {
    position: relative;
}
.overlayp .clear.height10 {
    display: none;
}
footer .et_pb_section {
    padding: 0;
    background: #edeeff;
}
footer .et_pb_row.et_pb_row_0_tb_footer {
    padding-top: 0;
}
.et_pb_row.et_pb_row_0_tb_footer {
    width: 100%;
    max-width: 100%;
}
.et-l.et-l--footer .container {
    width: 100% !important;
}
footer .av-foot-bg .container:before {
    display: block;
    /*content: "a";*/
    color: #edeeff;
}
.av-content .moretext h3 {
    font-size: 18px;
    font-weight: 600;
    color: #5b5a5a;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*specials listing page--*/
.et_pb_row.et_pb_row_0_tb_footer{
    padding-bottom: 0;
}
#page-container .et_pb_row.et_pb_row_1_tb_footer {
    padding: 0;
}
/*pricing symbol --*/
.price-amount, .price, .save-price span, .special-price, .order-total span, .order-total, .total-txt, #creditpage *, .grand_tot_txt span, .service-price span
{font-family: Arial !important;}

/*pricing symbol code end--*/


@media (min-width: 1399px) {
    .av-horizontal-scroll ul li{ padding:5px 7px }
     .av-nav-active.av-main-menu {
        padding: 5px 9px;
    }
}
