.myaccount .header {
    top: 0px !important;
}

#orderWrapper {
    z-index: 101;
}

.btn {
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px;
    letter-spacing: 2px;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn {
    opacity: 0.80;
    transition: transform 0.5s;
}

.btn:hover {
    opacity: 1 !important;
    transform: scale(1.05);
}

.breadcrumb {
    background-color: transparent;
    text-align: center;
    z-index: 2;
    margin-bottom: 80px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.breadcrumb-bold {
    font-weight: bold;
}

.nav>li>a {
    padding: 10px;
}

#myaccountsetting ul.nav-tabs li.nav-item {
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 10px !important;
    flex-wrap: wrap;
}

.actionOverlay {
    background-color: #00000057;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: 5px !important;
}

.myaccount a {
    color: grey;
    cursor: pointer;
}

.myaccount .products div.product a.loop-product-link span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}

.myaccount ul.categories-list-nav li {
    width: auto;
    padding-bottom: 6px;
    display: table-cell;
}

.myaccount ul.categories-list-nav li:first-child {
    padding-left: 0px;
}

.myaccount ul.categories-list-nav li:last-child {
    padding-right: 0px;
}

.myaccount ul.categories-list-nav li.active-category>a {
    color: black;
    font-weight: bolder;
    text-decoration: underline;
}

.nav-header {
    color: black;
    margin: 0;
}

.product a {
    color: black;
}

.product-info a {
    font-size: 14px;
    color: #333 !important;
}

#myorder_tbl {
    margin: 0;
}

#myorder_tbl,
#myorder_tbl tr td,
#myorder_tbl tr {
    border: none;
    vertical-align: top;
    font-size: 14px;
    color: #333333;
    padding-bottom: 20px;
}

.custom-btn {
    padding: 3px 10px;
    background-color: grey;
    border-radius: 5px;
    font-size: 12px;
}

#tbl4address_wrapper #tbl4address td,
#tbl4address_wrapper #tbl4address th,
#tbl4address_wrapper #tbl4address {
    border-color: #f3f3f4;
    border-right: none;
    border-left: none;
}

.customtable tbody tr td {
    word-wrap: break-word;
    padding: 10px 0px;
    font-size: 14px;
    vertical-align: middle;
}

.customtable thead tr th {
    text-align: left;
}

.tab-content {
    padding: 15px 10px;
    display: inline-flex;
    border-left: none;
    min-height: 500px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form-control {
    height: 28px;
}

.default:hover {
    background-color: #f3f3f4;
    color: #155399;
}

.red {
    background-color: #e10237;
    color: white;
}

table#orderInfo {
    border: none;
}

body .myaccount {
    color: black;
    font-family: 'Lato' !important;
}

body .myaccount p,
.dataTables_info {
    font-weight: 350;
}

body.myaccount .product-thumbnail {
    max-width: 230px;
    min-width: 100px;
    min-height: 50px;
    padding: 0px 10px;
    border-radius: 5px;
}

body.myaccount .product-thumbnail {
    float: left;
    width: 10vw;
    margin-right: 12px;
}

body.myaccount .tab-pane#nav-order .product-info {
    width: calc(100% - 90px);
    display: inherit;
}

body.myaccount .tab-content .tab-pane h5 {
    font-size: 24px !important;
}

body.myaccount .form-row input {
    padding-top: 10px;
    height: 30px;
}

.myaccount .form-row label.input-head,
body.myaccount .overlay form .input-head,
body.myaccount .input-head,
.input-head {
    top: -9px;
    left: 6px;
    border-radius: 5px;
    padding: 0px 5px;
    color: #333333;
    font-size: 13px;
    position: absolute;
    background-color: white;
    z-index: 2;
}

body.myaccount .overlay form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.myaccount .overlay form>.overlay-form {
    background-color: white;
    width: 300px;
    padding: 20px 10px;
    border-radius: 5px !important;
}

body.myaccount .overlay form h5 {
    margin-bottom: 30px;
    text-align: center;
}

body.myaccount .form-section>div {
    border-bottom: 1px solid #e3e3e3;
}

body.myaccount #orderWrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    margin: 0;
    font-family: 'Nunito';
}

body.myaccount .myaccount-options {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    width: calc((100% / 3) - 20px);
    background-color: #dadadaeb;
    height: 170px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

body.myaccount .myaccount-options>div {
    height: 100%;
    padding: 10px;
    text-align: center;
}

body.myaccount .myaccount-options>div>a {
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: underline;
    font-weight: lighter;
}

body.myaccount .myaccount-options>div>p:first-child {
    font-weight: bold;
    text-transform: uppercase;
}

body.myaccount #myaccountsetting input {
    margin-bottom: 0px !important;
    padding: 5px 10px;
    border: 1px solid lightgrey !important;
}

body.myaccount #myaccountsetting .form-row>div {
    position: relative;
}

body.myaccount #myaccountsetting .form-row {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

body.myaccount #myaccountsetting .form-row .select-container select {
    border: none !important;
    box-shadow: none !important;
}

body.myaccount #myaccountsetting .form-row .select-container>div {
    width: 100%;
    border: 1px solid lightgrey;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px !important;
}

body.myaccount #myaccountsetting .nav-header {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0px;
    margin-bottom: 15px;
}

body.myaccount .wish-container .products .product {
    float: left;
    height: 200px;
    position: relative;
    width: calc(100% / 2) !important;
    height: 60vw !important;
    max-height: 330px;
}

body.myaccount .wish-container .products .product .wish-remove {
    position: absolute;
    top: 25px;
    width: 20px;
    right: 20px;
    z-index: 10;
    align-items: center;
    letter-spacing: 0px;
    padding: 0px;
    display: flex;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    justify-content: center;
    color: black;
    font-size: 14px;
    cursor: pointer;
}

body.myaccount .wish-container .products .loop-product-link {
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    position: relative;
}

body.myaccount .wish-container .products .loop-product-link>div {
    box-shadow: 0 0 3px #eaeaea;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.myaccount .wish-container .products .loop-product-link>div>img {
    max-width: 100%;
    max-height: 100%;
}

body.myaccount .wish-container .products .loop-product-link>p {
    position: absolute;
    bottom: 0;
    background-color: white;
    opacity: 0.8;
    width: 100%;
    color: black;
    font-weight: bold;
    margin-bottom: 0px;
}

body.myaccount #myaccountsetting .nav-header {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0px;
    margin-bottom: 15px;
}

body.myaccount #myaccountsetting .nav-tabs>li>a {
    padding: 0px;
    width: 100%;
    display: inline-block;
    border: none;
}

body.myaccount #myaccountsetting .nav-tabs>li>a:focus {
    background-color: transparent;
}

body.myaccount #myaccountsetting .nav-tabs>li>a:hover {
    font-weight: bold;
    color: black;
    background-color: transparent;
    border: none;
}

body.myaccount #tbl4address {
    text-align: left;
}

body.myaccount #tbl4address p {
    margin-bottom: 5px;
}

@media (min-width:451px) {
    #myorder_tbl tr td {
        padding: 10px 0px;
    }
}

@media (max-width:450px) {
    .container {
        padding: 0 !important;
    }

    .myaccount ul.categories-list-nav {
        height: 20px;
        padding: 0px !important;
    }

    #myaccountsetting #nav-tabs-wrapper,
    #myaccountsetting #nav-tabs-wrapper>ul,
    #myaccountsetting #nav-tabContent {
        width: 100% !important;
        padding: 0;
    }

    #myaccountsetting .tab-content {
        padding: 0px 15px;
    }

    #myaccountsetting #nav-tabs-wrapper>ul {
        text-align: center;
    }

    #myaccountsetting #nav-tabs-wrapper>ul>h5 {
        padding: 0px !important;
    }

    #myaccountsetting #nav-tabContent {
        width: 100% !important;
        padding: 0;
    }

    #myaccountsetting .tab-content {
        padding: 0px 15px;
    }

    #myaccountsetting ul.nav-tabs li.nav-item {
        height: 25px;
    }

    #myaccountsetting ul.nav-tabs li.nav-item>a {
        line-height: 10px;
        padding: 5px;
    }

    .custom-btn {
        padding: 1px 4px;
    }

    label {
        line-height: inherit;
    }

    .nav-header {
        margin-bottom: 12px;
    }

    #newletter-subs {
        margin-top: 0px !important;
    }

    .wish-remove {
        font-size: 14px !important;
    }

    .wish-remove>span {
        font-weight: 350;
    }

    .form-control {
        height: 20px !important;
    }
    .close {
        opacity: 0.8 !important;
        line-height: 22px;
    }
}

@media (max-width:479px) {
    .customtable tbody tr td {
        padding: 10px 5px !important;
    }
}

@media (max-width:550px) {
    .breadcrumb a,
    .breadcrumb span {
        font-size: 12px !important;
    }

    .breadcrumb {
        padding: 60px 0px !important;
        margin-bottom: 28px !important;
    }

    body.myaccount .breadcrumb {
        margin-bottom: 0px !important;
    }

    body.myaccount div.myaccount {
        padding: 10px;
    }

    body.myaccount div.myaccount #myaccountsetting .nav.nav-tabs {
        display: none !important;
    }

    body.myaccount .myaccount-options {
        width: 100%;
    }

    body.myaccount .myaccount-overview h5 {
        text-align: center;
        margin: 20px 0px 0px;
    }

    button[type="submit"] {
        opacity: 1;
    }

    body.myaccount .product-thumbnail {
        width: 28vw;
        max-width: 160px;
    }

    body.myaccount .tab-content .tab-pane label,
    body.myaccount .tab-content .tab-pane p {
        font-size: 14px !important;
    }

    body.myaccount .tab-content .tab-pane h5 {
        font-size: 24px !important;
    }

    body.myaccount ul.categories-list-nav {
        float: none !important;
    }

    body.myaccount .myaccount #alladdress>div {
        display: block !important;
    }
    body.myaccount #myaccountsetting .form-row:not(#newletter-subs) {
        display: block;
    }

    body.myaccount .form-row>div.select-container div {
        padding: 0px 10px !important;
    }

    body.myaccount .form-row>div,
    body.myaccount .overlay .form-row {
        width: 100% !important;
        padding-right: 0px !important;
        margin-bottom: 15px;
        display: flex !important;
    }

    body.myaccount .form-row>div input,
    body.myaccount .form-row>div select,
    body.myaccount .form-row>div span.form-control,
    body.myaccount .overlay .form-control {
        height: 40px !important;
    }

    body.myaccount .form-row>div .btn,
    body.myaccount form .btn {
        width: 100%;
    }

    body.myaccount .tbl4address-wrapper {
        margin-top: 0px !important;
    }

    body.myaccount #orderWrapper h5 {
        font-size: 18px !important;
    }

    body.myaccount #orderWrapper p {
        font-size: 12px !important;
    }
}

@media (max-width: 666px) {
    .myaccount #nav-tabs-wrapper {
        max-width: unset !important;
    }
}

@media (min-width: 667px) {
    .myaccount .tab-pane>div {
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .site-main {
        padding-top: 5%;
        padding-bottom: 0px;
    }

    body.myaccount .nav.nav-tabs {
        display: none !important;
    }
    .btn {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    .site-main {
        padding-bottom: 0px;
    }
}

@media (max-width: 1400px) {
    .site-main {
        padding-bottom: 160px;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
