:root {
    --default: #61ab00;
    --primary: #ff7f0a;
    --secondary: #262626;
    --paragraph: #262626;
    --black: #000000;
    --white: #ffffff;
}
.loginpage .c-box-w {
    padding: 35px 30px;
    height: 100%;
}
.loginpage .loginbtx .theme-btn {
    min-width: 180px;
}
.loginpage .loginbtx {
    float: left;
    width: 100%;
    padding: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.loginpage .loginbtx .loginleft {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #834a5f;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}
.loginpage .loginbtx .loginleftinner {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 30px 60px 30px 30px;
}
.loginpage .loginbtx .loginleftinner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.loginpage .loginbtx .loginleftinner p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.loginpage .loginbtx .loginright {
    float: left;
    width: 100%;
    padding: 50px;
}
.loginpage .loginbtx .loginright .form-control {
    width: 100%;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #6e6e6e;
    font-size: 15px;
    padding-left: 15px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    height: 42px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.loginpage .loginbtx .loginright .form-control:focus {
    border-color: #834a5f;
}
.loginpage .loginbtx .loginleft .theme-btn {
    background: #3f3e3e;
}
.loginpage .loginbtx .loginleft .theme-btn:hover {
    background: #834a5f;
}
.loginpage .loginbtx .loginright h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.c-box-w {
    position: relative;
    height: 100%;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.c-box-w:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100px;
    border-right: 7px solid #834a5f;
}
.c-box-w {
    margin-bottom: 20px;
}
.loginpage {
    padding: 20px 0 30px 0;
}
.forgaton-link {
    text-align: left;
    display: block;
    margin-top: 10px;
    color: #834a5f;
}
.forgaton-link:hover {
    color: #834a5f;
}
.c-box-w .btn-primary {
    background: #834a5f;
    min-width: 140px;
    font-size: 14px;
    margin-top: 8px;
    padding: 9px 20px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    border: 1px solid #834a5f;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.c-box-w .btn-primary span {
    padding-right: 5px;
}
.c-box-w .btn-primary i {
    font-size: 80%;
    margin-top: -2px;
}
.c-box-w .btn-primary:focus {
    background: #3d1d29;
    border-color: #3d1d29;
}
.c-box-w .btn-primary:hover:focus {
    background: #3d1d29;
    border-color: #3d1d29;
}
.c-box-w .btn-primary:hover {
    background: #3d1d29;
    border-color: #3d1d29;
}
.c-box-w .btn-primary:active {
    background: #3d1d29;
    border-color: #3d1d29;
}
.c-box-w .btn-primary:hover:active {
    background: #3d1d29;
    border-color: #3d1d29;
}
.c-box-w .btn-default {
    background: #fff7cc;
    min-width: 140px;
    font-size: 14px;
    margin-top: 8px;
    padding: 9px 20px;
    text-transform: uppercase;
    color: #484536;
    outline: none;
    border: 1px solid #fff7cc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.c-box-w .btn-default span {
    padding-right: 5px;
}
.c-box-w .btn-default i {
    font-size: 80%;
    margin-top: -2px;
}
.c-box-w .btn-default:hover {
    background: #484536;
    color: #fff;
    border-color: #484536;
}
.c-box-w p a {
    color: #834a5f;
}
.c-box-w label a {
    color: #834a5f;
}
.columnrightbx {
    background: #fff;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.columnrightbx .columnrightheading {
    display: block;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    border-right: 7px solid #834a5f;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    margin: 0;
    padding: 15px 20px;
}
.columnrightbx .list-group {
    padding: 10px 20px 0 20px;
}
.columnrightbx .list-group-item {
    border: none;
    padding: 10px 15px 10px 0;
    position: relative;
    border: none;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.columnrightbx .list-group-item:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 10px;
}
.columnrightbx .list-group-item:hover {
    background: 0 0;
    color: #834a5f;
    border: none;
}
.columnrightbx .list-group-item:focus {
    background: 0 0;
    color: #834a5f;
    border: none;
}
.columnrightbx .list-group-item:hover:focus {
    background: 0 0;
    color: #834a5f;
    border: none;
}
.columnrightbx .list-group-item:active {
    background: 0 0;
    color: #834a5f;
}
.columnrightbx .list-group-item:first-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.columnrightbx .list-group-item:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.cboxaccountlistcolumn .list-unstyled{
    padding-right:0;
}
.alert {
    padding: 8px 14px 8px 14px;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0 0 15px 0;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.c-box-w-list {
    float: left;
    width: 100%;
}
.c-box-w-list h2 {
    margin: 13px 0 10px 0;
    text-align: left;
    color: #834a5f !important;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}
.c-box-w-list ul {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
}
.c-box-w-list ul li {
    display: block;
    margin: 0;
    padding: 3px 0;
    list-style: none;
    text-align: center;
}
.c-box-w-list ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.c-box-w-list ul li a:hover {
    color: #834a5f;
}
.c-box-w h2 {
    margin: 0px 0px 10px 0px;
}
.c-box-w p {
    margin: 0px 0px 15px 0px;
    font-size: 14px;
}
.c-box-w table tr td .btn-primary {
    padding: 6px 10px;
}
.c-box-w .table {
    border: 1px solid #ddd;
}
.c-box-w .table thead {
    background: #f7f7f7;
    border-radius: 2px;
}
.c-box-w .table thead tr td,
.c-box-w .table thead tr th {
    border-bottom-width: 1px;
    color: #333;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    border-color: #ddd;
    border-color: #ddd;
    border-top-color: #ddd;
    border-bottom-color: #ddd;
    padding: 12px 8px;
}
.c-box-w .table thead tr th:last-child {
    width: 180px;
}
.c-box-w .table tbody tr td {
    color: #333;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    border-color: #ddd;
    padding: 8px 8px;
}
.c-box-w .table tbody tr td a {
    color: #333;
}
.c-box-w .table > tbody > tr:nth-of-type(odd) {
    background: 0 0;
}
#information-contact h3 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.c-box-w .list-unstyled {
    display: block;
}
.c-box-w .list-unstyled li {
    list-style: none;
    display: block;
    margin: 0 0 15px 0;
}
.c-box-w .list-unstyled li a {
    display: block;
    color: #414141;
    text-decoration: none;
    position: relative;
    padding: 0 20px 0 0px;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.c-box-w .list-unstyled li a:before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
}
.c-box-w .list-unstyled li a:hover {
    color: #834a5f;
}
.cboxaccountlistrow h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0px 0px 16px 0px;
}
.cboxaccountlistrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cboxaccountlistrow .cboxaccountlistcolumn {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.breadcrumbafterlogin {
    padding: 49px 0 10px 0;
}
.c-box-w table tr td .input-group .form-control {
    height: 34px;
}
.c-box-w table tr td .input-group .input-group-btn .btn {
    padding: 6px 12px;
    height: 34px;
}
.c-box-w .panel-body .input-group .input-group-btn .btn {
    padding: 12px 28px 11px 28px;
}
.c-box-w .panel-default > .panel-heading {
    color: #b2b4bb;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
}
.c-box-w .panel-default {
    border-color: #454a5e;
}
.c-box-w .ctaddressbox {
    display: block;
    text-align: left;
    padding: 15px 0;
}
.c-box-w .ctaddressboxicon {
    display: table-cell;
    vertical-align: middle;
}
.c-box-w .ctaddressboxicon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #633546;
    float: left;
    color: #ffe3ed;
    font-size: 1.4em;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 0px #9f667b;
    box-shadow: 0px 3px 0px #9f667b;
}
.c-box-w .ctaddressboxcontent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
}
.c-box-w .ctaddressboxcontent h4 {
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 6px 0;
}
.c-box-w .ctaddressboxcontent p {
    text-align: left;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.c-box-w .ctaddressboxcontent p a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.c-box-w .ctaddressboxcontent p a:hover {
    color: #fe7601;
}
.loginpage .loginboxouter .c-box-w.loginbt .ctaddressboxcontent p {
    color: #da97af;
}
.loginpage .loginboxouter .c-box-w.loginbt .ctaddressboxcontent p a {
    color: #da97af;
}
.c-box-w .ctlogo {
    display: inline-block;
    max-width: 180px;
    margin: -20px 0 15px 0;
}
.c-box-w .ctlogo img {
    max-width: 100%;
    max-height: 100%;
}
.inner-page-w {
    padding: 30px 0 30px 0;
    background: #fff;
}
.c-box-w .form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}
.c-form-b {
    position: relative;
}
.c-form-i {
    border: 1px solid #f06e0d;
    padding: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: -3px;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.c-form-i span {
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    background: #f06e0d;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.c-form-i span i {
    font-size: 20px;
    color: #fff;
}
.c-form-b:hover .c-form-i {
    border: 1px solid #e6315c;
}
.c-form-b:hover .c-form-i span {
    background: #834a5f;
}
.c-box-w legend {
    border: none;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 10px;
}
.c-box-w h2,
.c-box-w h1,
.c-heading1 {
    border: none;
    color: #333;
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 0px;
    text-align: right;
}
.c-box-w .form-group label.radio-inline {
    display: inline-block;
}
.c-box-w h1 {
    margin-top: 0px;
    margin-bottom: 18px;
}
.c-box-w .form-group label,
.inner-page-w .well label {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
}
.required .control-label::before {
    content: "*";
    color: #a94442;
    display: inline-block;
    margin-right: 2px;
}
.c-box-w .form-control,
.c-box-w .form-select {
    border: 1px solid #a5a5a5;
    font-size: 14px;
    padding: 4px 20px;
    height: 44px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.c-box-w .form-control:focus,
.c-box-w .form-select:focus {
    border-color: #834a5f;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(131, 74, 95, 0.32);
    box-shadow: 0 0 0 0.25rem rgba(131, 74, 95, 0.32);
}
.c-box-w a:hover {
    text-decoration: none;
}
.c-box-w select.form-control,
.inner-page-w select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/drop-icon.png) right center no-repeat;
    background-color: #fff;
}
.no-if-w .accordion-cw .form-control,
.no-if-w .form-group .form-control,
.no-if-w .form-group select.form-control {
    padding-left: 20px;
}
.c-box-w .form-group textarea.form-control {
    height: 90px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.c-box-w .form-group label.radio-inline {
    display: inline-block;
}
.checkbox {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.checkbox + .checkbox {
    margin-top: 10px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    color: #101010;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #383838;
    border-radius: 1px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 2px;
    padding-top: 0;
    font-size: 10px;
    color: #383838;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: FontAwesome;
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.c-box-w .form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 400;
    padding-top: 0px;
}
.c-form-b {
    position: relative;
}
.c-form-i {
    border: 1px solid #f16531;
    padding: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: -3px;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.c-form-i span {
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    background: #834a5f;
    padding-top: 10px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.c-form-i span i {
    font-size: 20px;
    color: #fff;
}
.c-form-b:hover .c-form-i {
    border: 1px solid #834a5f;
}
.c-form-b:hover .c-form-i span {
    background: #834a5f;
}
.loginbreadcrumb .breadcrumb li {
    max-width: 200px;
}
.radio-inline {
    display: inline-block;
    margin-right: 10px;
}
.c-box-w .form-group .radio-inline label {
    margin: 0px;
    padding-top: 0px;
}
.c-box-w table tr td .input-group .form-control {
    width: auto;
    height: 38px;
    padding: 3px 5px;
}
.c-box-w .panel-default > .panel-heading .panel-title {
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    margin: 0px;
}
.c-box-w .panel-default > .panel-heading .panel-title a {
    color: #333;
    text-decoration: none;
}
.c-box-w .panel-default {
    margin-bottom: 10px;
}
.c-box-w .panel-default .panel-body {
    padding: 15px 0px;
}
.inputcartgroup {
    min-width: 140px;
}
.c-box-w .radio input[type="radio"] {
    margin-right: 4px;
}
.c-box-w .radio-inline input[type="radio"] {
    margin-right: 7px;
}
.loginpage .loginboxouter {
    background-color: #fff;
    border-top: none;
    padding: 0px;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.loginpage .loginboxouter .c-box-w {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.loginpage .loginboxouter .c-box-w:before {
    display: none;
}
.loginpage .loginboxouter .c-box-w.loginbt {
    padding: 35px 60px;
    background: #834a5f;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.loginpage .loginboxouter .c-box-w.loginbt h2 {
    color: #fff;
}
.loginpage .loginboxouter .c-box-w.loginbt p {
    color: #fff;
}
.loginpage .loginboxouter .c-box-w.loginbt .btn-primary {
    background: #834a5f;
    border: 1px solid #834a5f;
}
.loginpage .loginboxouter .c-box-w.loginbt .btn-primary:focus {
    background: transparent;
    border: 1px solid #834a5f;
}
.loginpage .loginboxouter .c-box-w.loginbt .btn-primary:hover:focus {
    background: transparent;
    border: 1px solid #834a5f;
}
.loginpage .loginboxouter .c-box-w.loginbt .btn-primary:hover {
    background: transparent;
    border: 1px solid #834a5f;
}
.loginpage .loginboxouter .c-box-w.loginbt .btn-primary:active {
    background: transparent;
    border: 1px solid #834a5f;
}
.loginpage .loginboxouter .c-box-w.loginbt .btn-primary:hover:active {
    background: transparent;
    border: 1px solid #834a5f;
}
.pricerange_box .filterbox .slider.slider-horizontal .slider-handle.min-slider-handle {
    margin-top: -7px;
}
.pricerange_box .filterbox .slider.slider-horizontal .slider-handle.max-slider-handle {
    margin-top: -17px;
}
.slider.slider-horizontal .slider-track {
    margin-top: -8px;
}
.c-box-w .table tbody tr td .btn-outline-primary {
    min-width: 34px;
    color: #fff;
    background-color: #834a5f;
    border-color: #834a5f;
    padding: 6px 6px;
    font-size: 15px;
    height: auto;
    line-height: initial;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-box-w .table tbody tr td .btn-outline-primary:hover {
    background: #3d1d29;
    border-color: #3d1d29;
}
.c-box-w .table tbody tr td .btn-danger {
    min-width: 34px;
    color: #fff;
    padding: 6px 6px;
    font-size: 15px;
    height: auto;
    line-height: initial;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.modal .modal-dialog .modal-header h4 {
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 24px;
}
.modal .modal-dialog .modal-header .close {
    position: absolute;
    padding: 0px;
    margin: 0px;
    right: -5px;
    top: -5px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f44336;
    color: #fff;
    opacity: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.c-box-w .table tbody tr td .inputcartgroup .btn-danger {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.c-box-w #shipping-existing {
    margin-bottom: 10px;
}
.cgroup {
    display: block;
}
.c-box-w .cgroup .radio {
    display: inline-block;
    margin: 0px 15px 10px 0px;
    position: relative;
}
.c-box-w .cgroup .radio label {
    padding: 0px 0px 0px 22px;
}
.c-box-w .cgroup .radio input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 4px;
}
#payment-existing {
    margin-bottom: 10px;
}
.staticpagecontainer {
    padding: 30px 0px;
    background: #fff;
}
.staticpagecontainer img {
    float: right;
    margin: 0px 0px 10px 20px;
    padding: 10px;
    max-width: 400px;
    max-height: 100%;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.staticpagecontainer h1 {
    font-family: "GT-Super-Display-Regular-Trial";
    text-align: right;
    color: #484536;
    font-size: 40px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.staticpagecontainer h2 {
    font-family: "GT-Super-Display-Regular-Trial";
    text-align: right;
    color: #484536;
    font-size: 35px;
    font-weight: 800;
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 0px;
    position: relative;
}
.staticpagecontainer h3 {
    font-family: "GT-Super-Display-Regular-Trial";
    text-align: right;
    color: #484536;
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 0px;
    position: relative;
}
.staticpagecontainer p {
    text-align: right;
    color: #484536;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
}
.staticpagecontainer p a {
    color: #484536;
    text-decoration: underline;
}
.staticpagecontainer p a:hover {
    text-decoration: underline;
}
.staticpagecontainer ul {
    display: block;
    margin: 0px 0px 20px 0px !important;
    padding: 0px 0px 0px 0px;
}
.staticpagecontainer ul li {
    padding: 0px 22px 0px 0;
    position: relative;
    list-style: none;
    margin: 0px 0px 10px 0px;
    font-weight: 300;
    color: #484536;
    font-size: 15px;
    list-style-position: outside;
}
.staticpagecontainer ul li:before {
    font-family: "FontAwesome";
    content: "\f058";
    color: #834a5f;
    position: absolute;
    right: 0px;
    top: 2px;
    line-height: 100%;
}
.staticpagecontainer ul li a {
    color: #484536;
    text-decoration: none;
}
.staticpagecontainer ul li a:hover {
    color: #834a5f;
    text-decoration: underline !important;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 1024px) {
}
@media (min-width: 992px) {
    .apProfileBtn {
        display: none;
    }
}
@media (max-width: 991px) {
    .loginpage .loginboxouter .c-box-w.loginbt {
        padding: 35px 30px;
    }
    .afterloginrightbar {
        position: fixed;
        top: 0;
        padding: 0;
        height: 100%;
        left: 0;
        margin-left: -320px;
        background: #fff;
        padding-top: 0px;
        max-height: 100%;
        overflow: auto;
        margin-right: 0;
        transition: all 0.3s;
        width: 320px;
        z-index: 99999;
    }
    .columnrightbx .columnrightheading {
        border: none;
        background: #834a5f;
        color: #fff;
    }
    .af-cbox {
        position: relative;
    }
    .apProfileBtn {
        right: -5px;
        top: -15px;
        position: absolute;
        width: 30px;
        height: 30px;
        background: #834a5f;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 1.1em;
        line-height: 30px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .apProfileBtn:focus {
        color: #fff;
    }
    .apProfileBtn:hover {
        color: #fff;
    }
    .layout-expanded-profile .afterloginrightbar {
        margin-left: 0px;
    }
    .layout-expanded-profile {
        overflow: hidden;
    }
    .layoutovarlay-profile {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        height: 100% !important;
        left: 0;
        display: none;
        background: #181c21;
        opacity: 0.5;
        cursor: pointer;
    }
    .layout-expanded-profile .layoutovarlay-profile {
        display: block;
    }
    .cart .apProfileBtn {
        display: none;
    }
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
    .loginpage .loginboxouter .c-box-w {
        padding: 20px;
    }
    .loginpage .loginboxouter .c-box-w.loginbt {
        padding: 20px;
    }
    .c-box-w .form-control,
    .c-box-w .form-select {
        height: 40px;
    }
    .c-box-w h2,
    .c-box-w h1,
    .c-heading1 {
        font-size: 20px;
        padding-top: 0px;
        margin-bottom: 10px;
    }
    .c-box-w legend {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
    .c-box-w .btn-default {
        font-size: 13px;
        padding: 8px 15px;
    }
    .c-box-w .btn-primary {
        font-size: 13px;
        padding: 8px 15px;
    }
    .c-box-w {
        padding: 20px;
    }
    .staticpagecontainer h1 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .inner-page-w {
        padding: 20px 0px;
    }
    .cboxaccountlistrow .cboxaccountlistcolumn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .staticpagecontainer h1 {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
}
@media (max-width: 400px) {
}
@media (max-width: 360px) {
}
