.address_update {
  margin-top: 15px;
}

/**--Default Theme--**/
.page-heading {
    margin: 14px 0 20px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: none;
    text-align: left;
    padding: 10px 0;
}
.page-subheading {
    font-size: 23px;
    padding: 0 0 8px;
    margin: 0 0 10px;
    text-align: left;
    border-bottom: 1px solid #d6d4d4;
}
.box {
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 10px;
    background-color: #f5f5f5;
}
label {
    margin-bottom: 5px;
    font-weight: bold; 
    font-size: 14px;
    font-family: sans-serif; 
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-family: sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 14px;
}
.btn, div#header-blocks a.btn {
    outline: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 8px 15px;
    background-color: #0dbd21;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 18px !important;
}
.form-control {
    display: block;
    width: 100%;
    /*max-width: 280px;*/
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.icon-chevron-right:before {
    content: "";
}
.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    text-transform: capitalize;
}
.icon, [class^="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*11-02-2020 start*/
.custom-addresses {
    margin-top: 50px;
    margin-bottom: 50px;
}

.custom-addresses .page-heading {
    font-size: 30px;
    font-weight: 700 !important;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.custom-addresses .addresses {
    margin: 15px 0;
    background: #f3f3f3;
    padding: 20px;
}

.custom-addresses .addresses p.p-indent {
    margin-top: 5px;
}

.custom-addresses .addresses .bloc_adresses {
    margin-top: 15px;
}

.custom-addresses .addresses p strong{
    font-size: 18px;
}

.custom-addresses .addresses .bloc_adresses ul.box {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.custom-addresses .addresses .bloc_adresses ul.box .page-subheading {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

i.icon.icon-refresh:before {
    content: "\f021";
    font-family: fontAwesome;
    font-style: normal;
    margin-left: 5px;
}

i.icon.icon-remove:before {
    content: "\f1f8";
    margin-left: 5px;
}

.custom-addresses .addresses .bloc_adresses ul.box .address_update span {
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
}

.custom-addresses .clearfix a.btn.btn-success {
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 700;
} 

#addresses #page .pager .previous a {
    text-decoration: none;
    color: #444;
}

#addresses #page .pager .previous {
    display: inline-block;
    border: 1px solid #444;
    padding: 5px 10px;
    border-radius: 30px;
}
/**--Default Theme End--**/

/**--Groovtsy Theme--**/
/*.page-heading {
    margin: 14px 0 20px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: none;
    text-align: left;
    padding: 10px 0;
}
.page-subheading {
    font-size: 23px;
    padding: 0 0 8px;
    margin: 0 0 10px;
    text-align: left;
    border-bottom: 1px solid #d6d4d4;
}
.box {
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 10px;
    background-color: #f5f5f5;
}
label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif; 
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-family: sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 14px;
}
.btn-success {
    font-size: 18px !important;
    background-color: #FAA129 !important;
    border-color: #FAA129 !important;
    text-transform: capitalize;
    padding: 8px 15px 8px !important;
    border-radius: 0px !important;
}
.btn-success:hover {
    border-color: #e09024 !important;
    background-color: #e09024 !important;
}
.form-control {
    display: block;
    width: 100%;
    max-width: 280px;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.icon, [class^="icon-"] {
    font: normal normal normal 14px/1 FontAwesome;
}
.icon-chevron-right:before {
    content: "";
}*/
/**--Groovtsy Theme End--**/

/**--Groovezon Theme--**/
/*.page-heading {
    margin: 14px 0 20px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: none;
    text-align: left;
    padding: 10px 0;
}
.page-subheading {
    font-size: 23px;
    padding: 0 0 8px;
    margin: 0 0 10px;
    text-align: left;
    border-bottom: 1px solid #d6d4d4;
}
.box {
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 10px;
    background-color: #f5f5f5;
}
label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif; 
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-family: sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 14px;
}
.btn, div#header-blocks a.btn {
    outline: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 8px 15px;
    background-color: #0dbd21;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 18px !important;
}
.form-control {
    display: block;
    width: 100%;
    max-width: 280px;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.icon, [class^="icon-"] {
    font: normal normal normal 14px/1 FontAwesome;
}
.icon-chevron-right:before {
    content: "";
}*/
/**--Groovezon Theme End--**/

/**--GrooveBook Theme--**/
/*.page-heading {
    margin: 14px 0 20px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: none;
    text-align: left;
    padding: 10px 0;
    font-family: sans-serif;
}
.page-subheading {
    font-size: 23px;
    padding: 0 0 8px;
    margin: 0 0 10px;
    text-align: left;
    font-family: sans-serif;
    border-bottom: 1px solid #d6d4d4;
}
.box {
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 10px;
    background-color: #f5f5f5;
}
label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif; 
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-family: sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 14px;
}
.btn, div#header-blocks a.btn {
    outline: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 8px 15px;
    background-color: #0dbd21;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 18px !important;
}
.form-control {
    display: block;
    width: 100%;
    max-width: 280px;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.icon, [class^="icon-"] {
    font: normal normal normal 14px/1 FontAwesome;
}
.icon-chevron-right:before {
    content: "";
}*/
/**--GrooveBook Theme End--**/

/**--Awesome Theme Theme--**/
/*.page-heading {
    margin: 14px 0 20px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: none;
    text-align: left;
    padding: 10px 0;
}
.page-subheading {
    font-size: 23px;
    padding: 0 0 8px;
    margin: 0 0 10px;
    text-align: left;
    border-bottom: 1px solid #d6d4d4;
}
.box {
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 10px;
    background-color: #f5f5f5;
}
label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif; 
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-family: sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 14px;
}
.btn, div#header-blocks a.btn {
    outline: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 8px 15px;
    background-color: #0dbd21;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 18px !important;
}
.form-control {
    display: block;
    width: 100%;
    max-width: 280px;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.btn-success {
	text-transform: capitalize;
    background-color: #19c61f !important;
    border-color: #4cae4c !important;
    border-radius: 5px !important;
}
.btn-success:hover {
    background-color: #449d44 !important;
    border-color: #398439 !important;
}
.icon, [class^="icon-"] {
    font: normal normal normal 14px/1 FontAwesome;
}
.icon-chevron-right:before {
    content: "";
}*/
/**--Awesome Theme Theme End--**/


/**--DropShip Theme--**/
/*.page-heading {
    margin: 22px 0 8px;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: none;
    text-align: center;
    padding: 10px 0;
}
.page-subheading {
    padding: 0;
    border: none;
    text-align: center;
    margin: 30px 0;
    font-size: 29px;
    font-weight: 400;
}
label {
	font-family: Poppins;
    font-weight: 300;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-family: Poppins;
    font-weight: 300;
    letter-spacing: 1px;
}
.btn, div#header-blocks a.btn {
    outline: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px !important;
    padding: 8px 15px;
    background-color: #0dbd21 !important;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 13px !important;
}
.icon-chevron-right:before {
    content: "";
}
.icon, [class^="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-control {
    width: 100%;
    max-width: 280px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    color: #000;
    line-height: 1.5;
    border-radius: 0px !important;
    height: 44px !important;
    box-shadow: none;
}*/
/**--DropShip Theme End--**/
