


.myButton {

    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);

    background-color:#599bb3;

    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;

    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:3px 10px;
    text-decoration:none;

    text-shadow:0px 1px 0px #3d768a;

}
.myButton:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
    background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);

    background-color:white; 
}
.myButton:active {
    position:relative;
    top:1px;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: black;
    font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc !important;
    font-style: italic;  
}

br { display: block; line-height: 2.2em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

#topbar {
    background: #4f4a41;
    padding: 10px 0 10px 0;
    text-align: center;
}

#topbar a {
    color: #fff;
    font-size:1.3em;
    line-height: 1.25em;
    text-decoration: none;
    opacity: 0.5;
    font-weight: bold;
}

#topbar a:hover {
    opacity: 1;
}

/** typography **/

.center { display: block; text-align: center; }


/** page structure **/
#w {
    display: block;
    width: 750px;
    margin: 0 auto;
    padding-top: 30px;
}

#content {
    display: block;
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


.flatbtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #f3faef;
    text-decoration: none;
    background-color: #6bb642;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 22px 12px 22px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
    -moz-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
    box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
}
.flatbtn:hover {
    color: #fff;
    background-color: #73c437;
}
.flatbtn:active {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

/** custom login button **/
.flatbtn-blu { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #edf4f9;
    text-decoration: none;
    background-color: #4f94cf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 1.3em;
    font-weight: bold;
    padding: 12px 26px 12px 26px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.flatbtn-blu:hover {
    color: #fff;
    background-color: #519dde;
}
.flatbtn-blu:active {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}


/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


#loginmodal {
    width: 300px;
    padding: 15px 20px;
    background: #f3f6fa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#loginform { /* no default styles */ }

#loginform label { display: block; font-size: 1.1em; font-weight: bold; color: #7c8291; margin-bottom: 3px; }

.xit {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #606060;
    font-weight: bold;
    padding: 3px 7px 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-decoration: none;
    top: 5px;
}
.txtfield { 
    display: block;
    width: 100%;
    padding: 6px 5px;
    margin-bottom: 15px;
    font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    color: #7988a3;
    font-size: 1.4em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f9), to(#fff));
    background-image: -webkit-linear-gradient(top, #edf3f9, #fff);
    background-image: -moz-linear-gradient(top, #edf3f9, #fff);
    background-image: -ms-linear-gradient(top, #edf3f9, #fff);
    background-image: -o-linear-gradient(top, #edf3f9, #fff);
    background-image: linear-gradient(top, #edf3f9, #fff);
    border: 1px solid;
    border-color: #abbce8 #c3cae0 #b9c8ef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.txtfield:focus {
    outline: none;
    color: #525864;
    border-color: #84c0ee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
}
#containt {
    background-color: red;
    border: 1px solid;
}

#signup table{
    background:transparent;
}


.main section:first-child{
    padding-bottom:10px;
}
#mc-embedded-subscribe-form [type="submit"]{
    background: rgb(255, 160, 64);
    padding: 0px;
    margin: 0px;
    position: relative;
    left: -10px;
}

#logo,header h1{
    padding-left:10px;
}
.from_field_price{
    float: left;
    display: inline-block;
}
.to_field_price{
    float: left;
    display: inline-block;
    margin: 0px;
}
.btwn_to_lbl{
    margin: 0px 16px;
    font-size: 16px;
    float: left;
    color: #2e2e2e;
    display: inline-block;
    line-height: 36px;
}
.make_signform{
    position:relative;
}
.user_acc_mobi{
    position: absolute;
    right: 20px;
    top: -20px;
    z-index:999;
}


.dropdown-section.my_account .tbar{
    /* text-align:center; */
}
.dropdown-section.my_account #modaltrigger {
/*    text-decoration: none;
    padding: 5px 29px;
    background: rgb(255, 160, 64);
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    position: relative;
    top: auto;
    display: inline-block;
    text-align: center;
    display:inline-block;
    line-height:20px;
    margin-bottom: 15px;*/
}
.dropdown-section.my_account #modaltrigger1{
    text-decoration: none;
    margin-left: 11px;
    padding: 5px 20px;
    background: rgb(255, 160, 64);
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    position: relative;
    top: 5px;
    display: inline-block;
    text-align: center;
    /* width: 100px !important; */
    display:inline-block;
    line-height:20px;
}

.dropdown-section.my_account.left_side{
    display:none;
}
.dropdown-section.my_account ul{
    padding-left:15px;
}
.dropdown-section.my_account ul li {
    /* border-bottom:solid 1px #cecece; */
    float:left;
    margin-left:10px;
}
.dropdown-section.my_account ul li:first-child a{
/* line-height:22px; */
}
.dropdown-section.my_account ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #717171;
    line-height: 24px;
    display: block;
    border-bottom: solid 1px rgba(232, 232, 232, 0.55);
    line-height: 16px;
}
.dropdown-section.my_account ul li a .usrname,
.dropdown-section.my_account ul li a .cart_count{
    color: rgb(255, 160, 64);
    font-weight: 700;
}
.dropdown-section.my_account ul li a:hover{
    /* text-decoration:underline; */
}

section#header-search a.hot_deal_alert{
    float:left;
}
.top_header_search_form{
    width: 65%;
    float: left;
    margin-left: 15px;/* 
    margin-top: -5px; */
}

header.tbf_header{}
header.tbf_header #social-links>div{
    top:-15px;
    bottom:auto;
}
#manage_acc.top_my_account {
    width: 100%;
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
    text-align: left;
}
#manage_acc.top_my_account ul.login_links {
    font-size: 14px;
    padding-left: 0px;
	width:100%;
    /*     left: 25px;
        top: -5px; */
}
#manage_acc.top_my_account ul li a{
    text-decoration:none;
    line-height: 27px;
}
#manage_acc.top_my_account ul li ul{
    z-index: 999;
    background: #fff;
    width: 110px;
    padding-left: 0px;
    border: solid 1px #D3D3D3;
    top: 7px;
    border-radius: 4px;
}
#manage_acc.top_my_account ul li ul li{
    padding: 0px 6px;
}
#manage_acc.top_my_account ul  li .usrname{
    color:#FFA040;
    font-weight:700;
}
#manage_acc.top_my_account ul  li  a:hover .welcom_txt{
    color:#2e2e2e;
}
img.top_drop_down{
    width: 12px;
    margin-left: 3px;
    opacity: .8;
    position: relative;
    top: 0px;
}
#manage_acc.top_my_account ul li ul li a{
    border-bottom: solid 1px #cecece;
    cursor:pointer;
    display: block;
    line-height: 27px;
    padding: 5px 3px;
}
#manage_acc.top_my_account ul li ul li a.last-item{
    border-bottom:none;
}
#manage_acc.top_my_account ul.login_links a.dropdown-toggle{}




.welcome_txt{

    width: 75px;
    display: inline-block;
    font-size:14px;

}
.span_mang_alert:first-child{
    width:55px !important;
}
.span_mang_alert{
    display:inline-block;
    width:108px;
}
.welcome_txt,
.span_mang_alert a,
.span_username,
.span_logout,
span.cart_count	 {
    font-size:14px;
    text-decoration: none;

}

.span_logout a img{
    margin-left: 4px;
    position: relative;
    top: -3px;
    margin-right: 4px;
}
.module_user_account{
    float: right;
    margin-right: 20px;
    margin-top: -16px;
}

.col-md-3.tbf_right_side section{
    /* margin-top:13px !important; */
    margin-top:18px !important;
    margin-bottom:15px;	
}
div.login-container-outer#login_or_signup_modal1{
    /* position:absolute !important; */
    top: -20px !important;
}
.login_divider{
    width: 100%;
    text-align: center;
    background: rgb(255, 160, 64);
    height: 1px;
    margin-top: 15px;
}
.login_divider .txt {
    font-size: 20px;
    position: relative;
    background: #fff;
    padding: 3px;
    top: -11px;
}

.fb_btn_container{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.login_divider.sign_up_area{
    margin-bottom: 15px;
}
.boot_col{
    padding:0px !important;
}

.manage_alert_new{
    overflow:hidden;
    padding: 10px;
}  
.manage_alert_new .mng_head{
    overflow: hidden;
    font-weight: bold;
    color: #4F4F4F;
}
.manage_alert_new .whole_set{
    padding-top: 10px !important;
    overflow: hidden;
}

.manage_alert_new .mng_alt_thead .txt,
.manage_alert_new .content_section .txt{
    text-align:left;
}  

.manage_alert_new .whole_set .content_section{
    overflow:hidden;
    border-bottom:dashed 1px #cecece;
    padding: 10px 0px !important;
}
.manage_alert_new .whole_set .content_section:last-child{
    border-bottom:none;
}

.manage_alert_new .content_section .keyword_txt{
    /* line-height: 47px; */
    font-size: 15px;
    color: #676767;
    text-transform: capitalize;
}

.dropdown-section.my_account ul.bef_login #modaltrigger{
margin-bottom:0px;
}
.shop_list_new .span_td{
    width:20%;
    float:left;
    text-align: center;
}
.shop_list_new .single_row{
    clear: both;
    overflow: hidden;
    margin: 12px 0px;
    border-bottom: dashed 1px #BBBBBB; 
    padding: 7px 3px;
}

.shop_list_new .single_row .prod_name{
    width:65%;
    display:inline-block;
    text-align:left;
}
.shop_list_new .single_row .prod_price font{
    color:#2e2e2e;
}
.shop_list_new .single_row .rem_btn{
    width: 20%;
    float: right;
    margin-top: 10px;
}






.top_my_account.dropdown-section.my_account{
    overflow:initial;
}

.top_my_account.dropdown-section.my_account .sec{
    margin-left:10px;
}
#social-links i.fa{
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding: 1px;
    /* text-shadow: 0px 1px 0px #B6B6B6; */
    margin-right: 3px;
    position: relative;
    top: 5px;
    background: rgb(155, 155, 155);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
#social-links a:hover i.fa{
    color: rgba(255, 160, 64, 0.87);
}

#manage_acc.top_my_account ul.login_links li {
    float: left;
    /* margin: 0px 7px; */
    position:relative;
}
#manage_acc.top_my_account ul.login_links li:first-child{
    margin-left:0px;
}
.log_divid{
    padding:0px 5px;
    float:left;
}

#manage_acc.top_my_account ul.login_links li i.fa{
    margin-left:4px;
    color:rgb(255, 160, 64);
    font-size:17px;
    /* color: rgb(118, 118, 118); */
    color:rgb(155, 155, 155);
}
#manage_acc.top_my_account ul.login_links li i.fa:hover{
  color: rgb(184, 180, 180);
}
#manage_acc.top_my_account ul li .usrname {
    color: #FFA040;
    font-weight: 700;
    font-size: 16px;
}
.cart_countt{
      background: rgb(255, 160, 64);
    color: #fff;
    font-size: 12px;
    padding: 4px;
    border-radius: 50%;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: -6px;
    right: -9px;
}



#logo{
    width:auto !important;
    height:auto !important;
}

#manage_acc.top_my_account ul li a{
    border-bottom:none !important;
}

#manage_acc.top_my_account.icons_only ul{
    position:relative;
    overflow:hidden;
    padding-left:0px;
    margin-bottom: 0px;
    padding: 8px 0px;

}

#social-links a:hover i.fa{
    color: rgb(255, 255, 255);
    background: #DBDBDB;
}
.web_margin_manager{
    margin:0px 15px;
}
.login-container-bottom #modaltrigger1.xit1 {
    margin-top: 10px;
    background-color: transparent;
    width: auto !important;
    line-height: normal;
    top: auto;
}

#manage_acc.top_my_account{
    margin-bottom:20px;
    padding: 3px 4px;
}
aside.col-sm-3 .text-center.border-grey i.fa {
    font-size: 15px;
    color: rgb(255,255,255);
    padding: 1px;
    margin-right: 3px;
    position: relative;
    top: 2px;
    background: rgb(155,155,155);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.header_user_area{
    display:none;
}

header i.fa-search{
    font-size: 26px;
    color: #9B9B9B;
    float: right;
    margin-right: 50px;
    position: relative;
    top: 8px;
    padding: 5px;
    display:none;
    cursor: pointer;
}

header form.col-xs-10{
    padding-left:0px;
}
div.col-md-3.clearfix{
    padding-left:0px;
    /* clear:both; */
}

.dropdown-section.my_account #modaltrigger3.xit1 {
  margin-left: 0px;
  margin-top: 10px;
  background: #3399cc;
  color: #FFF;
  border: 0px;
  font-size: 12px;
  text-shadow: none;
  margin-left: 10px;
  padding: 5px;
  /* color: #fff; */
  border-radius: 5px;
  font-weight: normal;
}
.dropdown-section.my_account #modaltrigger3.xit1  font{
cursor: pointer;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  }
  .social_section{
  padding:10px 0px;
  }
 section.new_doa section#deals-container {
 padding: 0px;
  border: none;
  padding-bottom: 10px;
 }
 section.new_doa section#deals-container>header	{
 padding-bottom: 10px;
 }
 
 section.new_doa section#deals-container .manage_alert_delete{
 float:left;
/* margin-top:10px; */
margin-bottom:10px;
border-radius: 4px;
background: #F1A34E;
box-shadow: none;
text-shadow: none;
color: #FFF;
font-size: 12px;
text-decoration: none;
font-family: arial;
padding: 5px 9px;
margin-right: 5px; 
 }
 section.new_doa section#deals-container .manage_alert_edit{
float:left;
/* margin-top:10px; */
margin-bottom:10px;
border-radius: 4px;
background: #F1A34E;
box-shadow: none;
text-shadow: none;
color: #FFF;
font-size: 12px;
text-decoration: none;
font-family: arial;
padding: 5px 13px;
margin-right: 5px; 
} 
 
section.show_deal_cape_chng{ 
/* background-color: #F0F0E0; */
background-color: #F7F7F7;
  border: solid 1px #DDDDDD;
  border-radius: 6px;
} 
section.show_deal_cape_chng a{ 
  color: rgb(255, 134, 11);
}  
section.show_deal_cape_chng a:hover{ 
color: rgba(255, 134, 11, 0.67);
}
section.show_deal_cape_chng .smalltext.font_si{
font-size:12px;
}
a.shop-now.btn_shop{
  background: rgb(255,160,64);
  padding: 3px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  background-image: none!important;
  height: auto;
  width: 100px;
  text-decoration:none;
}  
a.shop-now.btn_shop i.fa{
    color: #fff;
  padding-right: 5px;
}
.manage_alert_new .txt.col-md-7{
width:70%;
float:left;
}
.manage_alert_new .txt.col-md-5{
width:30%;
float:left;
}

.border-grey #mc-embedded-subscribe-form{
padding:5px 0px;
}
aside .social_section a:hover i.fa{
color: rgb(255,255,255) !important;
  background: #DBDBDB !important;
}  

   .menu>ul>li {
                background-color: rgba(221, 221, 221, 1);
        } 
.deal>section>section:nth-child(even) {
  background: #F7F7F7;
}  
/*******Media queries***********/



@media (max-width: 1200px){

    .dropdown-section.my_account #modaltrigger, .dropdown-section.my_account #modaltrigger1 {
        /*   width: 111px !important;
            line-height: 26px; */
        top:0px;
    }
    .dropdown-section.my_account #modaltrigger1{
        margin-left: 0px;
        margin-top: 10px;
    }

    #manage_acc.top_my_account {
        /* width: 39%;
        right:133px; */
    }
    section#header-search a.hot_deal_alert{
        display:none;
    }

}

@media (max-width: 992px){


    #social-links{
        /*  clear:both;
         margin-left:20px;  */
        /* float:right; */
    }
    .dropdown-section.my_account #modaltrigger, .dropdown-section.my_account #modaltrigger1 {
        margin-top:10px;
    }
    #manage_acc.top_my_account{
        /*  clear:both;
         margin-top:10px;
         width:200px; 
        right: 108px;*/
    }
    #manage_acc.top_my_account {
        /* width: 50%; */
    }
    #manage_acc.top_my_account.icons_only{
        /* margin-top:20px; */
    }
    .dropdown-section.my_account.left_side{
        display:block;
    }


    .dropdown-section.my_account.right_side{
        display:none;
    }


    .row.make_signform .col-md-3.first_occ{
        width:100%;
        padding-top: 20px;
    }
    .alert_section_div{
        margin:0px 18px;
    }
    #signup{
        /* position:absolute; */
        top:auto;
        left:25px;
        /* background:red; */
    }
    #signup table tr td{
        width:100px !important;
    }

    .GoogleActiveViewClass{
        display:none;
    }

}


@media (max-width: 991px){
    #manage_acc.top_my_account.icons_only{
        /* top:95px; */
		overflow:hidden;
    }
    #social-links {
        clear: both;
        margin-left: 10px;
        margin-bottom: 15px;

    }
    .margin_manager{
        margin: 0px 15px;
    }

    header form.col-xs-10{
        width:100%;
        margin-bottom:15px;
}
    header .col-md-3.clearfix form input[type="submit"] {
        margin-left: -10px;
        width: 15%;
        height: 35px;
    }
    input[name="search"] {
        width: 85%;
        height: 35px;
        border: solid 1px #9B9B9B;
    }
}
@media (max-width:982px){
    .dropdown-section.my_account ul li
    {
        float:none;
    }

    .dropdown-section.my_account ul li span.hyphen{
        visibility:hidden;
    }
}


@media (max-width:930px){
    aside.col-sm-3 .text-center.border-grey i.fa {
        font-size: 12px;
        color: rgb(255,255,255);
        padding: 1px;
        margin-right: 1px;
        position: relative;
        top: 2px;
        background: rgb(155,155,155);
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
    }

}
@media (max-width:865px){
    #manage_acc.top_my_account {
        /* width: 32%; */
    }
}
@media (max-width:768px){
.menu>ul>li>ul{
display:none !important;
} 
.menu>:first-child{
margin-top:15px;
}
.menu>ul>li:hover>ul{
display:block !important;
} 

    .margin_manager{
        margin: 0px 15px;
    }
    .user_acc_web{
        display:none;
    }
    .menu+div{
        margin-top:5px;
    }
    .user_acc_mobi{
        display:block;
    }
    #manage_acc.top_my_account.icons_only {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #manage_acc.top_my_account.icons_only ul{
        right:auto;
    }
    aside.col-sm-3 .text-center.border-grey.social_section {
        display:none;
    }
    .top_header_search_form{
        width: 70%;
        margin-left:0px;
    }
    #manage_acc.top_my_account {
        /* width: 62%; */
        clear: both;
        float: left;
        margin-bottom: 25px;
        top: -11px;
    }
    .row.make_signform .col-md-3.first_occ{
        width:100%;
        padding-top: 35px;
    }
    .manage_alert_new .mng_alt_thead .txt, .manage_alert_new .content_section .txt {
        text-align: left;
        width: 50%;
        float: left;
    }

    .header_user_area{
        display:block;
    }
    .right_user_area{
        display:none;
    }

    .dropdown-section.my_account ul li{
        float:left;
}
    .dropdown-section.my_account ul li span.hyphen{
        visibility:visible;
    }
    header{
        padding:0px !important;
    }

    header .col-md-3.clearfix form{
        width: 100%;
        margin: 0 auto;
        /* margin-top: 20px; */
    }
    .menu+.col-md-3{
        padding:0px;
    }
    div.col-md-3.clearfix{
        width:80%;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    header .col-md-3.clearfix form input[type="submit"] {
        margin-left: -10px;
        width: 15%;
        height: 35px;
    }
    input[name="search"] {
        width: 85%;
        height: 35px;
        border: solid 1px #9B9B9B;
    }

    aside {
        margin-top: 0px !important;
    }
	 section.new_doa section#deals-container>header	{
 display:block;
 border:none;
 }
 
 section.new_doa section#deals-container {
  border: 1px solid #CCC;
    padding-bottom: 10px;
  }

}

@media (max-width: 680px){

    #manage_acc.top_my_account {
        /* width: 37%; */
        /* right: 20px; */
    }
}

@media (max-width: 640px){

    #manage_acc.top_my_account {
        /* width: 280px;
        clear: both;
        float: left;
        margin-bottom: 105px;
        top: -11px; */
    }
    #manage_acc.top_my_account.icons_only {
        /*   margin-bottom: 40px;
        width: 48%;
        right: auto;
        margin-top: 125px;
          left: -15px; */
    }
    #manage_acc.top_my_account ul.login_links li{
        float:none;
    }
    hr{
        margin-top: 70px;
    }
    #manage_acc.top_my_account.icons_only ul.login_links li{
        float:left;
    }
}


@media (max-width:615px){
    #manage_acc.top_my_account.icons_only{
        /* margin-top: 145px; */
    }
}
@media (max-width:620px){
    div.login-container-outer.tbf-login{
        width: 95%;
        left: 53%;

    }
}

@media (max-width: 502px){
    #social-links,.hot_deal_alert
    {
        /* display:none; */
    }

    #manage_acc.top_my_account.icons_only{
        /* margin-bottom:40px; */
    }
    #manage_acc.top_my_account {
        /* width: 280px; */
        clear: both;
        float: left;
        margin-bottom: 105px;
        top: -11px;
    }
    #manage_acc.top_my_account ul.login_links li{
        float:none;
    }
}


@media (max-width: 480px){
    #manage_acc.top_my_account.icons_only {
        /* width: 94%; */
    }
    .top_header_search_form{
        width: 100%;
        margin-left:0px;
    }
}

@media (max-width: 350px){
    #manage_acc.top_my_account.icons_only {
        /* margin-top: 172px; */
    }
}
@media (max-width: 320px){
    #manage_acc.top_my_account.icons_only {
        /* margin-top: 166px; */
    }
    #social-links i.fa {
        font-size: 14px;
        color: rgb(255, 255, 255);
        padding: 1px;
        /* text-shadow: 0px 1px 0px #B6B6B6; */
        margin-right: 3px;
        position: relative;
        top: 5px;
        background: rgb(155, 155, 155);
        width: 27px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        border-radius: 50%;
    }
	.manage_alert_new .content_section .txt{
	padding-right:0px;
	}
	section.new_doa section#deals-container .manage_alert_edit,
	section.new_doa section#deals-container .manage_alert_delete{
	padding: 5px 11px;
	  font-size: 11px;
	}
	
	section.new_doa section#deals-container .manage_alert_edit b,
	section.new_doa section#deals-container .manage_alert_delete b{
	font-weight:normal;
	}
}