/** Shopify CDN: Minification failed

Line 2006:11 Expected ":"

**/
:root {
    --navigationBGColor: rgb(59, 94, 82);
    --paginationBGColor: rgb(241, 241, 241);
    --navigationBorderColor: rgb(59, 94, 82);
    --navigationTextColor: rgb(255, 255, 255);
    --navigationHoverBGColor: rgb(137, 158, 151);
    --contentBGColor: rgb(255, 255, 255, 0);
    --contentTextColor: rgb(0, 0, 0);
    --primaryButtonBGColor: rgb(59, 94, 82);
    --primaryButtonHoverBGColor: rgb(137, 158, 151);
    --primaryButtonTextColor: rgb(255, 255, 255);
    --secondaryButtonBGColor: rgb(59, 94, 82);
    --secondaryButtonTextColor: rgb(59, 94, 82);
    --badgeBGColor: rgb(59, 94, 82);
    --badgeTextColor: rgb(255, 255, 255);
    --linkColor: rgb(59, 94, 82);
    --borderColor: rgb(219 219 219);
    --facebookBGColor: rgb(59, 89, 152);
    --facebookTextColor: rgb(255, 255, 255);
    --whatsappBGColor: rgb(18, 140, 126);
    --whatsappTextColor: rgb(255, 255, 255);
    --shareBGColor: rgb(42, 187, 188);
    --shareTextColor: rgb(255, 255, 255);
    --cardBGColor: rgb(255, 255, 255);
    --cardBoxShadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btlers-container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btlers-container:after,
.btlers-container:before {
    content: " ";
    display: table;
}

.btlers-container:after {
    clear: both;
}

@media (min-width: 768px) {
    .btlers-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .btlers-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .btlers-container {
        width: 1170px;
    }
}

.btlers-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btlers-container-fluid:after,
.btlers-container-fluid:before {
    content: " ";
    display: table;
}

.btlers-container-fluid:after {
    clear: both;
}

.btlers-row {
    margin-left: -15px;
    margin-right: -15px;
}

.btlers-row:after,
.btlers-row:before {
    content: " ";
    display: table;
}

.btlers-row:after {
    clear: both;
}

.btlers-col-lg-1,
.btlers-col-lg-10,
.btlers-col-lg-11,
.btlers-col-lg-12,
.btlers-col-lg-2,
.btlers-col-lg-3,
.btlers-col-lg-4,
.btlers-col-lg-5,
.btlers-col-lg-6,
.btlers-col-lg-7,
.btlers-col-lg-8,
.btlers-col-lg-9,
.btlers-col-md-1,
.btlers-col-md-10,
.btlers-col-md-11,
.btlers-col-md-12,
.btlers-col-md-2,
.btlers-col-md-3,
.btlers-col-md-4,
.btlers-col-md-5,
.btlers-col-md-6,
.btlers-col-md-7,
.btlers-col-md-8,
.btlers-col-md-9,
.btlers-col-sm-1,
.btlers-col-sm-10,
.btlers-col-sm-11,
.btlers-col-sm-12,
.btlers-col-sm-2,
.btlers-col-sm-3,
.btlers-col-sm-4,
.btlers-col-sm-5,
.btlers-col-sm-6,
.btlers-col-sm-7,
.btlers-col-sm-8,
.btlers-col-sm-9,
.btlers-col-xs-1,
.btlers-col-xs-10,
.btlers-col-xs-11,
.btlers-col-xs-12,
.btlers-col-xs-2,
.btlers-col-xs-3,
.btlers-col-xs-4,
.btlers-col-xs-5,
.btlers-col-xs-6,
.btlers-col-xs-7,
.btlers-col-xs-8,
.btlers-col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.btlers-col-xs-1,
.btlers-col-xs-10,
.btlers-col-xs-11,
.btlers-col-xs-12,
.btlers-col-xs-2,
.btlers-col-xs-3,
.btlers-col-xs-4,
.btlers-col-xs-5,
.btlers-col-xs-6,
.btlers-col-xs-7,
.btlers-col-xs-8,
.btlers-col-xs-9 {
    float: left;
}

.btlers-col-xs-1 {
    width: 8.3333333333%;
}

.btlers-col-xs-2 {
    width: 16.6666666667%;
}

.btlers-col-xs-3 {
    width: 25%;
}

.btlers-col-xs-4 {
    width: 33.3333333333%;
}

.btlers-col-xs-5 {
    width: 41.6666666667%;
}

.btlers-col-xs-6 {
    width: 50%;
}

.btlers-col-xs-7 {
    width: 58.3333333333%;
}

.btlers-col-xs-8 {
    width: 66.6666666667%;
}

.btlers-col-xs-9 {
    width: 75%;
}

.btlers-col-xs-10 {
    width: 83.3333333333%;
}

.btlers-col-xs-11 {
    width: 91.6666666667%;
}

.btlers-col-xs-12 {
    width: 100%;
}

.btlers-col-xs-pull-0 {
    right: auto;
}

.btlers-col-xs-pull-1 {
    right: 8.3333333333%;
}

.btlers-col-xs-pull-2 {
    right: 16.6666666667%;
}

.btlers-col-xs-pull-3 {
    right: 25%;
}

.btlers-col-xs-pull-4 {
    right: 33.3333333333%;
}

.btlers-col-xs-pull-5 {
    right: 41.6666666667%;
}

.btlers-col-xs-pull-6 {
    right: 50%;
}

.btlers-col-xs-pull-7 {
    right: 58.3333333333%;
}

.btlers-col-xs-pull-8 {
    right: 66.6666666667%;
}

.btlers-col-xs-pull-9 {
    right: 75%;
}

.btlers-col-xs-pull-10 {
    right: 83.3333333333%;
}

.btlers-col-xs-pull-11 {
    right: 91.6666666667%;
}

.btlers-col-xs-pull-12 {
    right: 100%;
}

.btlers-col-xs-push-0 {
    left: auto;
}

.btlers-col-xs-push-1 {
    left: 8.3333333333%;
}

.btlers-col-xs-push-2 {
    left: 16.6666666667%;
}

.btlers-col-xs-push-3 {
    left: 25%;
}

.btlers-col-xs-push-4 {
    left: 33.3333333333%;
}

.btlers-col-xs-push-5 {
    left: 41.6666666667%;
}

.btlers-col-xs-push-6 {
    left: 50%;
}

.btlers-col-xs-push-7 {
    left: 58.3333333333%;
}

.btlers-col-xs-push-8 {
    left: 66.6666666667%;
}

.btlers-col-xs-push-9 {
    left: 75%;
}

.btlers-col-xs-push-10 {
    left: 83.3333333333%;
}

.btlers-col-xs-push-11 {
    left: 91.6666666667%;
}

.btlers-col-xs-push-12 {
    left: 100%;
}

.btlers-col-xs-offset-0 {
    margin-left: 0;
}

.btlers-col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.btlers-col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.btlers-col-xs-offset-3 {
    margin-left: 25%;
}

.btlers-col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.btlers-col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.btlers-col-xs-offset-6 {
    margin-left: 50%;
}

.btlers-col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.btlers-col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.btlers-col-xs-offset-9 {
    margin-left: 75%;
}

.btlers-col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.btlers-col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.btlers-col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .btlers-col-sm-1,
    .btlers-col-sm-10,
    .btlers-col-sm-11,
    .btlers-col-sm-12,
    .btlers-col-sm-2,
    .btlers-col-sm-3,
    .btlers-col-sm-4,
    .btlers-col-sm-5,
    .btlers-col-sm-6,
    .btlers-col-sm-7,
    .btlers-col-sm-8,
    .btlers-col-sm-9 {
        float: left;
    }
    .btlers-col-sm-1 {
        width: 8.3333333333%;
    }
    .btlers-col-sm-2 {
        width: 16.6666666667%;
    }
    .btlers-col-sm-3 {
        width: 25%;
    }
    .btlers-col-sm-4 {
        width: 33.3333333333%;
    }
    .btlers-col-sm-5 {
        width: 41.6666666667%;
    }
    .btlers-col-sm-6 {
        width: 50%;
    }
    .btlers-col-sm-7 {
        width: 58.3333333333%;
    }
    .btlers-col-sm-8 {
        width: 66.6666666667%;
    }
    .btlers-col-sm-9 {
        width: 75%;
    }
    .btlers-col-sm-10 {
        width: 83.3333333333%;
    }
    .btlers-col-sm-11 {
        width: 91.6666666667%;
    }
    .btlers-col-sm-12 {
        width: 100%;
    }
    .btlers-col-sm-pull-0 {
        right: auto;
    }
    .btlers-col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .btlers-col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .btlers-col-sm-pull-3 {
        right: 25%;
    }
    .btlers-col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .btlers-col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .btlers-col-sm-pull-6 {
        right: 50%;
    }
    .btlers-col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .btlers-col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .btlers-col-sm-pull-9 {
        right: 75%;
    }
    .btlers-col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .btlers-col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .btlers-col-sm-pull-12 {
        right: 100%;
    }
    .btlers-col-sm-push-0 {
        left: auto;
    }
    .btlers-col-sm-push-1 {
        left: 8.3333333333%;
    }
    .btlers-col-sm-push-2 {
        left: 16.6666666667%;
    }
    .btlers-col-sm-push-3 {
        left: 25%;
    }
    .btlers-col-sm-push-4 {
        left: 33.3333333333%;
    }
    .btlers-col-sm-push-5 {
        left: 41.6666666667%;
    }
    .btlers-col-sm-push-6 {
        left: 50%;
    }
    .btlers-col-sm-push-7 {
        left: 58.3333333333%;
    }
    .btlers-col-sm-push-8 {
        left: 66.6666666667%;
    }
    .btlers-col-sm-push-9 {
        left: 75%;
    }
    .btlers-col-sm-push-10 {
        left: 83.3333333333%;
    }
    .btlers-col-sm-push-11 {
        left: 91.6666666667%;
    }
    .btlers-col-sm-push-12 {
        left: 100%;
    }
    .btlers-col-sm-offset-0 {
        margin-left: 0;
    }
    .btlers-col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .btlers-col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .btlers-col-sm-offset-3 {
        margin-left: 25%;
    }
    .btlers-col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .btlers-col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .btlers-col-sm-offset-6 {
        margin-left: 50%;
    }
    .btlers-col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .btlers-col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .btlers-col-sm-offset-9 {
        margin-left: 75%;
    }
    .btlers-col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .btlers-col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .btlers-col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .btlers-col-md-1,
    .btlers-col-md-10,
    .btlers-col-md-11,
    .btlers-col-md-12,
    .btlers-col-md-2,
    .btlers-col-md-3,
    .btlers-col-md-4,
    .btlers-col-md-5,
    .btlers-col-md-6,
    .btlers-col-md-7,
    .btlers-col-md-8,
    .btlers-col-md-9 {
        float: left;
    }
    .btlers-col-md-1 {
        width: 8.3333333333%;
    }
    .btlers-col-md-2 {
        width: 16.6666666667%;
    }
    .btlers-col-md-3 {
        width: 25%;
    }
    .btlers-col-md-4 {
        width: 33.3333333333%;
    }
    .btlers-col-md-5 {
        width: 41.6666666667%;
    }
    .btlers-col-md-6 {
        width: 65%;
    }
    .btlers-col-md-7 {
        width: 58.3333333333%;
    }
    .btlers-col-md-8 {
        width: 66.6666666667%;
    }
    .btlers-col-md-9 {
        width: 75%;
    }
    .btlers-col-md-10 {
        width: 83.3333333333%;
    }
    .btlers-col-md-11 {
        width: 91.6666666667%;
    }
    .btlers-col-md-12 {
        width: 100%;
    }
    .btlers-col-md-pull-0 {
        right: auto;
    }
    .btlers-col-md-pull-1 {
        right: 8.3333333333%;
    }
    .btlers-col-md-pull-2 {
        right: 16.6666666667%;
    }
    .btlers-col-md-pull-3 {
        right: 25%;
    }
    .btlers-col-md-pull-4 {
        right: 33.3333333333%;
    }
    .btlers-col-md-pull-5 {
        right: 41.6666666667%;
    }
    .btlers-col-md-pull-6 {
        right: 50%;
    }
    .btlers-col-md-pull-7 {
        right: 58.3333333333%;
    }
    .btlers-col-md-pull-8 {
        right: 66.6666666667%;
    }
    .btlers-col-md-pull-9 {
        right: 75%;
    }
    .btlers-col-md-pull-10 {
        right: 83.3333333333%;
    }
    .btlers-col-md-pull-11 {
        right: 91.6666666667%;
    }
    .btlers-col-md-pull-12 {
        right: 100%;
    }
    .btlers-col-md-push-0 {
        left: auto;
    }
    .btlers-col-md-push-1 {
        left: 8.3333333333%;
    }
    .btlers-col-md-push-2 {
        left: 16.6666666667%;
    }
    .btlers-col-md-push-3 {
        left: 25%;
    }
    .btlers-col-md-push-4 {
        left: 33.3333333333%;
    }
    .btlers-col-md-push-5 {
        left: 41.6666666667%;
    }
    .btlers-col-md-push-6 {
        left: 50%;
    }
    .btlers-col-md-push-7 {
        left: 58.3333333333%;
    }
    .btlers-col-md-push-8 {
        left: 66.6666666667%;
    }
    .btlers-col-md-push-9 {
        left: 75%;
    }
    .btlers-col-md-push-10 {
        left: 83.3333333333%;
    }
    .btlers-col-md-push-11 {
        left: 91.6666666667%;
    }
    .btlers-col-md-push-12 {
        left: 100%;
    }
    .btlers-col-md-offset-0 {
        margin-left: 0;
    }
    .btlers-col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .btlers-col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .btlers-col-md-offset-3 {
        margin-left: 25%;
    }
    .btlers-col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .btlers-col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .btlers-col-md-offset-6 {
        margin-left: 50%;
    }
    .btlers-col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .btlers-col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .btlers-col-md-offset-9 {
        margin-left: 75%;
    }
    .btlers-col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .btlers-col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .btlers-col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .btlers-col-lg-1,
    .btlers-col-lg-10,
    .btlers-col-lg-11,
    .btlers-col-lg-12,
    .btlers-col-lg-2,
    .btlers-col-lg-3,
    .btlers-col-lg-4,
    .btlers-col-lg-5,
    .btlers-col-lg-6,
    .btlers-col-lg-7,
    .btlers-col-lg-8,
    .btlers-col-lg-9 {
        float: left;
    }
    .btlers-col-lg-1 {
        width: 8.3333333333%;
    }
    .btlers-col-lg-2 {
        width: 16.6666666667%;
    }
    .btlers-col-lg-3 {
        width: 25%;
    }
    .btlers-col-lg-4 {
        width: 33.3333333333%;
    }
    .btlers-col-lg-5 {
        width: 41.6666666667%;
    }
    .btlers-col-lg-6 {
        width: 50%;
    }
    .btlers-col-lg-7 {
        width: 58.3333333333%;
    }
    .btlers-col-lg-8 {
        width: 66.6666666667%;
    }
    .btlers-col-lg-9 {
        width: 75%;
    }
    .btlers-col-lg-10 {
        width: 83.3333333333%;
    }
    .btlers-col-lg-11 {
        width: 91.6666666667%;
    }
    .btlers-col-lg-12 {
        width: 100%;
    }
    .btlers-col-lg-pull-0 {
        right: auto;
    }
    .btlers-col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .btlers-col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .btlers-col-lg-pull-3 {
        right: 25%;
    }
    .btlers-col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .btlers-col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .btlers-col-lg-pull-6 {
        right: 50%;
    }
    .btlers-col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .btlers-col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .btlers-col-lg-pull-9 {
        right: 75%;
    }
    .btlers-col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .btlers-col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .btlers-col-lg-pull-12 {
        right: 100%;
    }
    .btlers-col-lg-push-0 {
        left: auto;
    }
    .btlers-col-lg-push-1 {
        left: 8.3333333333%;
    }
    .btlers-col-lg-push-2 {
        left: 16.6666666667%;
    }
    .btlers-col-lg-push-3 {
        left: 25%;
    }
    .btlers-col-lg-push-4 {
        left: 33.3333333333%;
    }
    .btlers-col-lg-push-5 {
        left: 41.6666666667%;
    }
    .btlers-col-lg-push-6 {
        left: 50%;
    }
    .btlers-col-lg-push-7 {
        left: 58.3333333333%;
    }
    .btlers-col-lg-push-8 {
        left: 66.6666666667%;
    }
    .btlers-col-lg-push-9 {
        left: 75%;
    }
    .btlers-col-lg-push-10 {
        left: 83.3333333333%;
    }
    .btlers-col-lg-push-11 {
        left: 91.6666666667%;
    }
    .btlers-col-lg-push-12 {
        left: 100%;
    }
    .btlers-col-lg-offset-0 {
        margin-left: 0;
    }
    .btlers-col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .btlers-col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .btlers-col-lg-offset-3 {
        margin-left: 25%;
    }
    .btlers-col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .btlers-col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .btlers-col-lg-offset-6 {
        margin-left: 50%;
    }
    .btlers-col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .btlers-col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .btlers-col-lg-offset-9 {
        margin-left: 75%;
    }
    .btlers-col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .btlers-col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .btlers-col-lg-offset-12 {
        margin-left: 100%;
    }
}

.btlers-account-page-container {
    max-width: 100%;
    width: 1170px;
    margin: 30px auto;
    padding: 0 15px;
    font-size: 15px;
    font-family: inherit;
    line-height: 1.5;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.btlers-account-page-container .btlers-m-0 {
    margin: 0 !important;
}

.btlers-account-page-container .btlers-mt-0 {
    margin-top: 0 !important;
}

.btlers-account-page-container .btlers-mb-0 {
    margin-bottom: 0 !important;
}

.btlers-account-page-container .btlers-ml-0 {
    margin-left: 0 !important;
}

.btlers-account-page-container .btlers-mr-0 {
    margin-right: 0 !important;
}

.btlers-account-page-container .btlers-mx-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.btlers-account-page-container .btlers-my-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.btlers-account-page-container .btlers-m-5 {
    margin: 5px 5px 5px 5px !important;
}

.btlers-account-page-container .btlers-mt-5 {
    margin-top: 5px !important;
}

.btlers-account-page-container .btlers-mb-5 {
    margin-bottom: 5px !important;
}

.btlers-account-page-container .btlers-ml-5 {
    margin-left: 5px !important;
}

.btlers-account-page-container .btlers-mr-5 {
    margin-right: 5px !important;
}

.btlers-account-page-container .btlers-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.btlers-account-page-container .btlers-mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.btlers-account-page-container .btlers-m-10 {
    margin: 10px 10px 10px 10px !important;
}

.btlers-account-page-container .btlers-mt-10 {
    margin-top: 10px !important;
}

.btlers-account-page-container .btlers-mb-10 {
    margin-bottom: 10px !important;
}

.btlers-account-page-container .btlers-ml-10 {
    margin-left: 10px !important;
}

.btlers-account-page-container .btlers-mr-10 {
    margin-right: 10px !important;
}

.btlers-account-page-container .btlers-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.btlers-account-page-container .btlers-mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.btlers-account-page-container .btlers-m-15 {
    margin: 15px 15px 15px 15px !important;
}

.btlers-account-page-container .btlers-mt-15 {
    margin-top: 15px !important;
}

.btlers-account-page-container .btlers-mb-15 {
    margin-bottom: 15px !important;
}

.btlers-account-page-container .btlers-ml-15 {
    margin-left: 15px !important;
}

.btlers-account-page-container .btlers-mr-15 {
    margin-right: 15px !important;
}

.btlers-account-page-container .btlers-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.btlers-account-page-container .btlers-mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.btlers-account-page-container .btlers-m-20 {
    margin: 20px 20px 20px 20px !important;
}

.btlers-account-page-container .btlers-mt-20 {
    margin-top: 20px !important;
}

.btlers-account-page-container .btlers-mb-20 {
    margin-bottom: 20px !important;
}

.btlers-account-page-container .btlers-ml-20 {
    margin-left: 20px !important;
}

.btlers-account-page-container .btlers-mr-20 {
    margin-right: 20px !important;
}

.btlers-account-page-container .btlers-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.btlers-account-page-container .btlers-mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.btlers-account-page-container .btlers-mr-auto {
    margin-right: auto !important;
}

.btlers-account-page-container .btlers-ml-auto {
    margin-left: auto !important;
}

.btlers-account-page-container .btlers-d-none {
    display: none !important;
}

.btlers-account-page-container .btlers-p-relative {
    position: relative !important;
}

.btlers-account-page-container .w-100 {
    width: 100% !important;
}

.btlers-account-page-container .btlers-left {
    float: left;
}

.btlers-account-page-container .btlers-right {
    float: right;
}

.btlers-account-page-container .btlers-divider {
    margin: 0 3px;
}

.btlers-account-page-loader.btlers-loader-hide {
    animation: btlersFadeOut 0.8s;
    display: none;
}

.btlers-account-page-container * {
    letter-spacing: normal !important;
}

.btlers-account-page-container *,
.btlers-account-page-container ::after,
.btlers-account-page-container ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btlers-account-page-container h1,
.btlers-account-page-container h2,
.btlers-account-page-container h3,
.btlers-account-page-container h4,
.btlers-account-page-container h5,
.btlers-account-page-container h6,
.btlers-account-page-container p,
.btlers-account-page-container span {
    margin: 0;
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container ol,
.btlers-account-page-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btlers-account-page-container a {
    text-decoration: none;
}

.btlers-account-page-container a:focus,
.btlers-account-page-container a:hover {
    opacity: 1 !important;
}

.btlers-account-page-container .disclosure__toggle,
.btlers-account-page-container [role="button"],
.btlers-account-page-container a,
.btlers-account-page-container button,
.btlers-account-page-container input,
.btlers-account-page-container label,
.btlers-account-page-container select,
.btlers-account-page-container textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btlers-account-page-container .btlers-clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.btlers-account-page-container img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
}

.btlers-account-page-container .btlers-disabled {
    pointer-events: none !important;
    opacity: 0.45 !important;
    cursor: not-allowed !important;
}

.btlers-account-page-container .btlers-value {
    font-weight: 700;
}

.btlers-account-page-container [disabled] {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.btlers-account-page-container input[type="checkbox"][readonly] {
    pointer-events: none;
    opacity: 0.5;
}

.btlers-account-page-container .btlers-link {
    color: var(--linkColor) !important;
    pointer-events: none;
    cursor: default;
}

.btlers-account-page-container .btlers-order-card.btlers-active .btlers-link {
    pointer-events: auto;
    cursor: pointer;
}

.btlers-account-page-container .btlers-link:focus,
.btlers-account-page-container.btlers-has-hover .btlers-link:not([disabled]):hover {
    color: var(--linkColor);
}

.btlers-account-page-container .btlers-account-page-header {
    margin-top: 15px;
    margin-bottom: 30px;
}

.btlers-account-page-container .btlers-account-page-header .btlers-header-title h1 {
    font-size: 20px;
    color: var(--contentTextColor) !important;
    font-weight: 700;
    text-align: center;
    text-transform: none;
}

.btlers-account-page-container .btlers-empty-section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    max-width: 400px;
    width: 100%;
    height: 100%;
    animation: btlersFadeIn 0.7s;
}

.btlers-account-page-container .btlers-empty-section .btlers-empty-icon-box svg path {
    fill: var(--contentTextColor);
    opacity: 0.5;
}

.btlers-account-page-container .btlers-empty-section .btlers-empty-text-msg {
    margin: 0;
    font-size: 16px;
    color: var(--contentTextColor);
    text-align: center;
}

.btlers-account-page-container .btlers-history-credit-box,
.btlers-account-page-container .btlers-how-to-manage-container,
.btlers-account-page-container .btlers-order-list-container,
.btlers-account-page-container .btlers-recently-view-product-list-div,
.btlers-account-page-container .btlers-refer-credit-table-div,
.btlers-account-page-container .btlers-refer-friend-content,
.btlers-account-page-container .btlers-store-credit-table-div,
.btlers-account-page-container .btlers-top-order-list-div,
.btlers-account-page-container .btlers-wishlist-list-div {
    animation: btlersFadeIn 0.7s;
}

.btlers-account-page-container .btlers-account-page-nav {
    width: 242px;
    float: left;
    -webkit-transition: left 0.3s, opacity 0.3s;
    transition: left 0.3s, opacity 0.3s;
    position: -webkit-relative;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item {
    margin: 0 !important;
    cursor: pointer;
    padding: 10px 15px;
    transition: 0.3s all;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item:first-of-type {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item {
    border-bottom: 1px solid;
    border-color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item .btlers-nav-link {
    position: relative;
    display: block;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item .btlers-nav-link .flist-menu-title {
    font-size: 16px;
    /* text-transform: capitalize; */
}

.btlers-account-page-container.btlers-has-hover .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item:hover {
    opacity: 1 !important;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item.btlers-active .btlers-nav-link .flist-menu-title,
.btlers-account-page-container.btlers-has-hover .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item:hover .btlers-nav-link .flist-menu-title {
    font-weight: 500;
    color: var(--primaryButtonBGColor) !important;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item .btlers-nav-link .btlers-nav-caret-icon {
    display: none;
    width: 12px;
    height: 12px;
    float: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 6px;
    position: relative;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item .btlers-nav-link .btlers-nav-caret-icon path {
    fill: var(--navigationTextColor) !important;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item.btlers-active .btlers-nav-caret-icon path {
    fill: var(--navigationTextColor) !important;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item.btlers-active:last-child,
.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item:hover:last-child {
    border-radius: 0 0 5px 5px;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item .btlers-nav-link .btlers-badge-nav {
    margin-left: 10px;
    min-width: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    border-radius: 25px;
    height: 25px;
    color: var(--navigationTextColor) !important;
    background-color: var(--navigationBorderColor);
    font-weight: 800;
    font-size: 13px;
    position: relative;
    padding: 0 5px;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item .btlers-nav-link .btlers-badge-nav * {
    color: var(--navigationTextColor) !important;
    background-color: var(--navigationHoverBGColor);
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item .btlers-nav-link .btlers-badge-nav.btlers-menu-badge-hide {
    opacity: 0;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item.btlers-active .btlers-badge-nav,
.btlers-account-page-container.btlers-has-hover .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item:hover .btlers-badge-nav {
    background: var(--navigationBGColor);
    color: var(--navigationTextColor) !important;
}

.btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item.btlers-active .btlers-badge-nav *,
.btlers-account-page-container.btlers-has-hover .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item:hover .btlers-badge-nav * {
    background: var(--navigationBGColor);
    color: var(--navigationTextColor) !important;
}

.btlers-account-page-container .btlers-account-page-tabs {
    width: calc(100% - 242px);
    background-color: var(--contentBGColor);
    float: right;
    -webkit-transition: left 0.3s, opacity 0.3s;
    transition: left 0.3s, opacity 0.3s;
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

@media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0px 0px 40px 40px;
    }
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box {
    display: none;
    width: 100%;
    height: 100%;
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box.btlers-active {
    display: block;
    animation: btlersFadeIn 0.7s;
}

@-webkit-keyframes btlersFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes btlersFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes btlersFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes btlersFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-header {
    padding: 10px 0px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

@media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-header {
        padding: 10px;
        text-align: left;
        border-top: none;
        border-bottom: none;
    }
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-header .btlers-back-btn {
    float: left;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-header .btlers-back-btn {
        display: none;
    }
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-header .btlers-back-btn svg {
    width: 24px;
    height: 24px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-header .btlers-back-btn svg path {
    fill: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-header .btlers-tab-box-title {
    color: var(--navigationBGColor) !important;
    font-weight: 900 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-header .btlers-tab-box-title {
        position: relative;
        left: 0;
        transform: translateX(0px);
    }
}

.btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-body {
    padding: 0 10px;
    height: 100%;
}

.btlers-account-page-container .btlers-badge {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btlers-account-page-container .btlers-badge.btlers-badge-primary {
    background: var(--badgeBGColor);
    color: var(--badgeTextColor) !important;
}

.btlers-account-page-container .btlers-text-nowrap {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.btlers-account-page-container .btlers-text-bold {
    font-weight: 700;
}

.btlers-account-page-container .btlers-text-right {
    text-align: left;
}

.btlers-account-page-container .btlers-text-left {
    text-align: left;
}

.btlers-account-page-container .btlers-text-center {
    text-align: center;
}

.btlers-account-page-container .btlers-label {
    white-space: nowrap;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 400;
}

.btlers-account-page-container .btlers-text-muted {
    color: #6c757d !important;
}

.btlers-account-page-container input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container input:-webkit-autofill,
.btlers-account-page-container input:-webkit-autofill:focus,
.btlers-account-page-container select:-webkit-autofill,
.btlers-account-page-container select:-webkit-autofill:focus,
.btlers-account-page-container textarea:-webkit-autofill,
.btlers-account-page-container textarea:-webkit-autofill:focus,
.btlers-account-page-container.btlers-has-hover input:-webkit-autofill:hover,
.btlers-account-page-container.btlers-has-hover select:-webkit-autofill:hover,
.btlers-account-page-container.btlers-has-hover textarea:-webkit-autofill:hover {
    background-color: transparent !important;
    background-image: none !important;
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-loading-div {
    background: 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 350px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: none !important;
    transform: none !important;
}

.btlers-account-page-container .btlers-loading-div svg circle {
    stroke: var(--navigationBGColor);
}

.btlers-account-page-container .btlers-loading-div .btlers-spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #dee2e6;
    border-right: 5px solid #dee2e6;
    border-bottom: 5px solid #dee2e6;
    border-left: 5px solid var(--navigationBGColor);
    transform: translateZ(0);
    animation: btlersSpinnerAnimation 1.1s infinite linear;
}

@keyframes btlersSpinnerAnimation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btlers-account-page-container .btlers-loading-div .btlers-spinner,
.btlers-spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.btlers-account-page-container .btlers-loading-div .btlers-loading-message {
    margin-top: 10px;
}

.btlers-account-page-container .btlers-floating-label {
    position: relative;
    margin-top: 40px !important;
}

.btlers-account-page-container .btlers-floating-label label {
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    padding: 8px 30px 8px 8px;
    margin: 0 !important;
    color: var(--contentTextColor);
    line-height: 1.2;
    border-radius: 5px;
}

.btlers-account-page-container .btlers-floating-label.btlers-without-select {
    text-align: left;
    outline: 0;
    margin-top: 0px !important;
}

.btlers-account-page-container .btlers-floating-label.btlers-without-select .btlers-select-arrow {
    display: none;
}

.btlers-account-page-container .btlers-floating-label.btlers-without-select .btlers-floating-label label {
    padding: 8px 8px 8px 8px;
}

.btlers-account-page-container .btlers-floating-select:not([value=""]):valid~label {
    top: -28px;
    padding: 0 8px 0 8px;
    height: auto;
    cursor: pointer;
    pointer-events: all;
}

.btlers-account-page-container .floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

.btlers-account-page-container .btlers-highlight {
    height: 100%;
    width: 100%;
    display: block;
    pointer-events: none;
}

.btlers-account-page-container .btlers-floating-input:focus~.highlight,
.btlers-account-page-container .btlers-floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: 0 0;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264ae;
    }
    to {
        width: 0;
        background: 0 0;
    }
}

.btlers-account-page-container .btlers-recently-view-product-list,
.btlers-account-page-container .btlers-wishlist-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btlers-account-page-container .btlers-recently-view-product-list li,
.btlers-account-page-container .btlers-wishlist-product-list li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
}

@media screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-recently-view-product-list li {
        width: 50%;
        margin-right: 10px;
    }
}

.btlers-account-page-container .btlers-recently-view-product-list form,
.btlers-account-page-container .btlers-wishlist-product-list form {
    margin: 0 !important;
}

.btlers-account-page-container .btlers-button {
    cursor: pointer;
    display: inline-block;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    min-height: 40px;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    color: rgba(0, 0, 0, 0.6);
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0 0 0 3.5px;
    padding: 10px 25px;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    will-change: "";
    -webkit-tap-highlight-color: transparent;
    transition: 0.3s all;
}

.btlers-account-page-container .btlers-button:disabled {
    cursor: default;
    opacity: 0.45 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    pointer-events: none !important;
    outline-offset: 0 !important;
    outline: unset !important;
}

.btlers-account-page-container .btlers-button-icon-wrap {
    position: relative;
    padding: 10px 20px 10px 35px;
}

.btlers-account-page-container .btlers-button-icon-wrap .btlers-button-icon {
    width: 35px;
    height: 100%;
    top: 0;
    left: 0;
    padding: 8px;
    position: absolute;
    line-height: 1;
    border-radius: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    text-align: center;
}

.btlers-account-page-container .btlers-button-icon-wrap .btlers-button-icon svg {
    width: 100%;
    height: 100%;
}

.btlers-account-page-container .btlers-button.btlers-primary-btn,
.btlers-account-page-container .btlers-button.btlers-primary-btn:focus {
    background: var(--primaryButtonBGColor) !important;
    border: 1px solid var(--primaryButtonBGColor) !important;
    color: var(--primaryButtonTextColor) !important;
}


/* .btlers-account-page-container.btlers-has-hover .btlers-button.btlers-primary-btn:hover,
.btlers-account-page-container.btlers-has-hover .btlers-button.btlers-primary-btn:not([disabled]):hover {
  background: var(--primaryButtonHoverBGColor) !important;
  border: 1px solid var(--primaryButtonHoverBGColor) !important;
  color: var(--primaryButtonTextColor) !important;
} */

.btlers-account-page-container .btlers-button.btlers-secondary-btn,
.btlers-account-page-container .btlers-button.btlers-secondary-btn:focus {
    background: 0 0 !important;
    color: var(--secondaryButtonTextColor) !important;
    border: 1px solid var(--secondaryButtonBGColor) !important;
}


/* .btlers-account-page-container.btlers-has-hover .btlers-button.btlers-secondary-btn:hover,
.btlers-account-page-container.btlers-has-hover .btlers-button.btlers-secondary-btn:not([disabled]):hover {
  background: var(--secondaryButtonBGColor) !important;
  color: var(--primaryButtonTextColor) !important;
  border: 1px solid var(--secondaryButtonBGColor) !important;
} */

.btlers-account-page-container .btlers-button.btlers-facebook-button {
    color: var(--facebookTextColor) !important;
    background: var(--facebookBGColor) !important;
    border: 1px solid var(--facebookBGColor) !important;
}

.btlers-account-page-container .btlers-button.btlers-whatsapp-button {
    color: var(--whatsappTextColor) !important;
    background: var(--whatsappBGColor) !important;
    border: 1px solid var(--whatsappBGColor) !important;
}

.btlers-account-page-container .btlers-button.btlers-whatsapp-button svg path {
    fill: var(--whatsappTextColor) !important;
}

.btlers-account-page-container .btlers-button.btlers-navigator-button {
    color: var(--shareTextColor) !important;
    background: var(--shareBGColor) !important;
    border: 1px solid var(--shareBGColor) !important;
}

.btlers-account-page-container .btlers-pagination-div {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination-btn {
    margin: 0;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 1.3 !important;
    background: var(--navigationBGColor) !important;
    color: var(--navigationTextColor) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination-btn svg {
    width: 20px;
    height: 20px;
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination-btn:active,
.btlers-account-page-container .btlers-pagination-div .btlers-pagination-btn:focus {
    outline: 0;
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination-btn:disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination li {
    border-radius: 2px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 3px !important;
    padding: 0 !important;
    border: 1px solid var(--navigationBGColor);
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination li.active {
    background: var(--navigationBGColor);
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination li.active a {
    color: var(--navigationTextColor) !important;
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination li a {
    line-height: 1.375;
    font-size: 18px;
    color: var(--navigationBGColor) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.btlers-account-page-container .btlers-pagination-div .btlers-pagination li.disabled,
.btlers-account-page-container .btlers-pagination-div .btlers-pagination li.disabled a {
    cursor: not-allowed !important;
}

.btlers-account-page-container .btlers-product-card {
    display: flex;
    width: 100%;
    border-radius: 2px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 5px;
}

.btlers-account-page-container.btlers-has-hover .btlers-product-card:hover {
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-product-card:first-child {
    margin-left: 0 !important;
}

.btlers-account-page-container .btlers-product-card button[type="button"],
.btlers-account-page-container .btlers-product-card button[type="submit"] {
    width: 100%;
    display: block;
}

.btlers-account-page-container .btlers-product-card .btlers-product-image {
    width: 30%;
    height: auto;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding 5px
}

.btlers-account-page-container .btlers-product-card .btlers-product-item-count,
.btlers-account-page-container .btlers-product-card .btlers-product-name,
.btlers-account-page-container .btlers-product-card .btlers-product-price {
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.btlers-account-page-container .btlers-product-card a[type="button"].btlers-remove-product {
    display: none;
}

.btlers-account-page-container .btlers-wishlist-product-list .btlers-product-card .btlers-remove-product {
    display: none !important;
    position: absolute;
    top: -10px;
    right: -7px;
    width: 25px !important;
    height: 25px;
    padding: 0;
    border-radius: 50px;
    margin: 0 !important;
}

.btlers-account-page-container .btlers-wishlist-product-list .btlers-product-card:hover .btlers-remove-product {
    display: block !important;
}

.btlers-account-page-container .img-hl {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.btlers-account-page-container .img-vl {
    width: auto;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.btlers-account-page-container .btlers-variant-select {
    min-width: 150px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.btlers-account-page-container .btlers-product-quantity {
    position: relative;
}

.btlers-account-page-container .btlers-product-quantity input[name="product_quantity_input"] {
    text-align: center;
    padding: 8px 8px 8px 8px;
}

.btlers-account-page-container .btlers-product-quantity .btlers-quantity-btn {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 30px;
    line-height: 36px;
    text-align: center;
    font-size: 25px;
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-product-quantity .btlers-quantity-btn[data-btlers-qty-btn="plus"] {
    top: 0;
    right: 0;
    border-left: 1px solid;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-product-quantity .btlers-quantity-btn[data-btlers-qty-btn="minus"] {
    top: 0;
    left: 0;
    border-right: 1px solid;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-number-input {
    width: 100px;
    text-align: center;
    height: 40px;
    border-radius: 2px;
}

.btlers-account-page-container .btlers-order-card {
    display: block;
    width: 100%;
    padding: 0px 0px 15px;
    border-bottom: 1px solid;
    border-color: var(--borderColor);
    margin-right: 0px;
}

@media screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-order-card {
        margin-right: 10px;
    }
}

.btlers-account-page-container .btlers-order-card a {
    display: flex;
}

.btlers-account-page-container .btlers-order-card p {
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-order-card .btlers-badge {
    position: absolute;
    right: 0px;
    top: 5px;
}

.btlers-account-page-container .btlers-order-card .btlers-item-price,
.btlers-account-page-container .btlers-order-card .btlers-item-title {
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-order-card .btlers-item-title.btlers-link {
    color: var(--linkColor) !important;
}

.btlers-account-page-container .btlers-order-card .btlers-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.btlers-account-page-container .btlers-order-card .btlers-order-status-row {
    padding-bottom: 10px;
    border-color: var(--borderColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btlers-account-page-container .btlers-order-card .btlers-order-detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.btlers-account-page-container .btlers-order-card .btlers-order-item-row {
    margin-top: 10px;
    width: 100%;
}

.btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item {
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid;
    border-color: var(--borderColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.btlers-account-page-container .btlers-order-card .btlers-order-item-row.hide-details .btlers-order-item {
    display: none;
}

.btlers-account-page-container .btlers-order-card .btlers-order-item-row.hide-details .btlers-order-item:nth-child(1),
.btlers-account-page-container .btlers-order-card .btlers-order-item-row.hide-details .btlers-order-item:nth-child(2) {
    display: flex;
}

.btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item:last-child {
    margin-bottom: 0;
}

.btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item .btlers-item-img {
    padding: 10px;
    width: 70px;
    min-height: 100px;
    height: auto;
    text-align: center;
    border-right: 1px solid;
    border-color: var(--borderColor);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* @media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item .btlers-item-img {
        width: 100px;
    }
} */

.btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item .btlers-item-img a {
    cursor: auto;
    position: relative;
    height: 100%;
    width: 100%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item .btlers-item-deatils {
    width: calc(100% - 70px);
}

/* @media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item .btlers-item-deatils {
        width: calc(100% - 100px);
    }
} */

.btlers-account-page-container .btlers-order-card .btlers-order-details-summary {
    margin-top: 10px;
}

.btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-address-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
}

.btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-address-section .btlers-address-box {
    width: 50%;
    padding: 10px;
}

.btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-address-section .btlers-address-box:first-child {
    padding: 10px;
}

.btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-order-cost-breakup {
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

.btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-order-cost-breakup .btlers-order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-order-cost-breakup .btlers-order-grand-total {
    border-color: var(--borderColor);
    margin-top: 10px;
    padding-top: 10px;
}

.btlers-account-page-container .btlers-order-skeleton-loader {
    padding: 0 10px;
}

.btlers-account-page-container .btlers-order-card.btlers-skeleton-order-card .btlers-order-detail-row .btlers-skeleton-order-box,
.btlers-account-page-container .btlers-order-card.btlers-skeleton-order-card .btlers-order-status-row .btlers-skeleton-order-box {
    width: 70px;
    height: 25px;
}

.btlers-account-page-container .btlers-order-card.btlers-skeleton-order-card .btlers-line-items-row .btlers-order-item .btlers-item-img .btlers-skeleton-order-box {
    width: 80px;
    height: 100px;
}

.btlers-account-page-container .btlers-order-card.btlers-skeleton-order-card .btlers-line-items-row .btlers-order-item .btlers-skeleton-order-box {
    width: 70px;
    height: 25px;
}

.btlers-account-page-container .btlers-order-card.btlers-skeleton-order-card .btlers-order-action-row .btlers-skeleton-order-box {
    width: 85px;
    height: 30px;
    float: right;
}

.btlers-account-page-container .btlers-order-card.btlers-skeleton-order-card .btlers-skeleton-order-box {
    position: relative;
    margin: 5px 5px;
}

.btlers-account-page-container .btlers-order-card.btlers-skeleton-order-card .btlers-skeleton-order-box * {
    visibility: hidden !important;
}

.btlers-account-page-container .btlers-order-card.btlers-skeleton-order-card .btlers-skeleton-order-box:after {
    content: " " !important;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #dfe3e8;
    -webkit-animation: SkeletonShimmerAnimation 0.8s linear infinite alternate;
    animation: SkeletonShimmerAnimation 0.8s linear infinite alternate;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes SkeletonShimmerAnimation {
    0% {
        opacity: 0.45;
    }
    to {
        opacity: 0.9;
    }
}

@keyframes SkeletonShimmerAnimation {
    0% {
        opacity: 0.45;
    }
    to {
        opacity: 0.9;
    }
}

.btlers-account-page-container .btlers-top-order-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}

.btlers-account-page-container .btlers-top-order-card:first-child {
    margin: 0;
}

.btlers-account-page-container .btlers-top-order-card .btlers-top-product-left-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btlers-account-page-container .btlers-top-order-card .btlers-image-info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btlers-account-page-container .btlers-top-order-card .btlers-product-image {
    min-width: 100px;
    width: 100px;
    height: 100px;
    cursor: default;
}

.btlers-account-page-container .btlers-top-order-card .btlers-product-info {
    margin-left: 10px;
}

.btlers-account-page-container .btlers-top-order-card .btlers-product-info .btlers-product-item-count,
.btlers-account-page-container .btlers-top-order-card .btlers-product-info .btlers-product-name,
.btlers-account-page-container .btlers-top-order-card .btlers-product-info .btlers-product-price {
    text-align: left;
    white-space: inherit;
    overflow: visible !important;
}

.btlers-account-page-container .btlers-top-order-card .btlers-product-action {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
}

.btlers-account-page-container .btlers-top-order-card .btlers-product-action .btlers-product-variant-qty-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btlers-account-page-container .btlers-top-order-card .btlers-product-action .btlers-product-variant-qty-action .btlers-select-row {
    width: calc(100% - 100px);
    margin-right: 10px;
}

.btlers-account-page-container .btlers-top-order-card .btlers-product-action .btlers-product-variant-qty-action .btlers-product-quantity {
    width: 100px;
}

.btlers-account-page-container .btlers-dropdown {
    position: relative;
    margin-left: auto;
    margin-bottom: 10px;
}

.btlers-account-page-container .btlers-dropdown .btlers-filter-dropbtn {
    background: var(--navigationBGColor);
    color: var(--navigationTextColor);
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btlers-account-page-container .btlers-dropdown .btlers-filter-dropbtn .btlers-drop-down-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    color: var(--navigationTextColor) !important;
}

.btlers-account-page-container .btlers-dropdown .btlers-filter-dropbtn .btlers-filter-text {
    color: var(--navigationTextColor) !important;
}

.btlers-account-page-container .btlers-dropdown .btlers-dropdown-content {
    position: absolute;
    background-color: var(--navigationBGColor);
    min-width: 250px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 15%);
    z-index: 1;
    border-radius: 5px;
    display: none;
    top: 40px;
}

.btlers-account-page-container .btlers-dropdown.filter-right .btlers-dropdown-content {
    right: 0;
}

.btlers-account-page-container .btlers-dropdown.filter-left .btlers-dropdown-content {
    left: 0;
}

.btlers-account-page-container .btlers-dropdown .btlers-dropdown-content .btlers-drop-down-item.btlers-products-filter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: var(--navigationTextColor) !important;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
}

.btlers-account-page-container.btlers-has-hover .btlers-dropdown .btlers-dropdown-content .btlers-drop-down-item:hover {
    background-color: var(--navigationHoverBGColor);
    color: var(--navigationTextColor) !important;
}

.btlers-account-page-container .btlers-dropdown .btlers-dropdown-content .btlers-drop-down-item:first-child:hover {
    border-radius: 5px 5px 0 0;
}

.btlers-account-page-container .btlers-dropdown .btlers-dropdown-content .btlers-drop-down-item:last-child:hover {
    border-radius: 0 0 5px 5px;
}

.btlers-account-page-container .btlers-filter-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 10px 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

.btlers-account-page-container .btlers-filter-header .btlers-search-fillter {
    position: relative;
    color: var(--contentTextColor);
    width: 305px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.btlers-account-page-container .btlers-filter-header .btlers-search-fillter .btlers-search-icon-group {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btlers-account-page-container .btlers-filter-header .btlers-search-fillter .btlers-search-icon-group-right {
    right: 0;
}

.btlers-account-page-container .btlers-filter-header .btlers-search-fillter .btlers-search-icon-group-left {
    left: 0;
}

.btlers-account-page-container .btlers-search {
    padding: 8px 40px 8px 40px !important;
}

.btlers-account-page-container .btlers-address-form-title {
    font-weight: 700;
    font-size: 15px;
    font-family: var(--inherit) !important;
    margin-bottom: 15px !important;
    text-align: center;
    line-height: 1;
    padding: 10px;
}

.btlers-account-page-container .btlers-address-default .btlers-address-section {
    padding-top: 15px !important;
    height: calc(100% - 40px) !important;
}

.btlers-account-page-container .btlers-address-card.btlers-new-address {
    border-style: dashed !important;
    border-width: 2px !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.btlers-account-page-container .btlers-new-address.btlers-address-card::before {
    display: none;
}

.btlers-account-page-container .btlers-new-address .btlers-add-icon svg {
    width: 50px;
}

.btlers-account-page-container .btlers-new-address .btlers-add-icon svg path {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    fill: var(--contentTextColor);
}

.btlers-account-page-container .btlers-new-address:hover .btlers-add-icon svg path {
    fill: var(--contentTextColor);
}

.btlers-account-page-container .btlers-address-display-container,
.btlers-account-page-container .btlers-address-form {
    animation: btlersFadeIn 0.7s;
}

.btlers-account-page-container .btlers-address-form {
    width: 100%;
    max-width: 535px;
}

.btlers-address-pagination-loader {
    position: relative !important;
    height: 350px !important;
}

.btlers-address-display-container .btlers-address-list.btlers-address-list-pagination-row.btlers-hr {
    position: relative;
    padding-top: 15px;
}

.btlers-address-display-container .btlers-address-list.btlers-address-list-pagination-row.btlers-hr {
    margin-top: 5px;
}

.btlers-address-display-container .btlers-address-list.btlers-address-list-pagination-row.btlers-hr:before {
    position: absolute;
    content: "";
    width: calc(100% - 15px);
    height: 0;
    top: 0;
    border: 1px solid #e9ecef;
}

.btlers-account-page-container .btlers-address-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btlers-account-page-container .btlers-address-card {
    height: 235px;
    width: 100%;
    border-width: 1px;
    border-color: var(--contentTextColor);
    border-style: solid;
    position: relative;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-address-card {
        width: 280px;
    }
}

.btlers-address-card.btlers-default-hidden-card {
    display: none;
}

.btlers-account-page-container .btlers-address-card:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* opacity: 0;
  -webkit-transform: translate3d(50, 0, 0);
  transform: translate3d(50%, 0, 0); */
    display: block;
    pointer-events: none;
}


/* .btlers-account-page-container .btlers-address-card .btlers-address-card-action,
.btlers-account-page-container .btlers-address-card:before {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
} */


/* .btlers-account-page-container .btlers-address-card.btlers-address-card:hover:before,
.btlers-account-page-container .btlers-address-card:hover .btlers-address-card-action {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} */


/* .btlers-account-page-container .btlers-address-card:hover {
  border-color: var(--borderColor);
} */

.btlers-account-page-container .btlers-address-card .btlers-default-section {
    height: 42px;
    padding: 20px 50px;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}

.btlers-account-page-container .btlers-address-card.btlers-address-default .btlers-default-section {
    display: block;
}

.btlers-account-page-container .btlers-address-card .btlers-address-section {
    padding: 60px 50px;
    height: 100%;
}

.btlers-account-page-container .btlers-address-card .btlers-address-deatils-list .btlers-address-list-item {
    font-size: 13px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btlers-account-page-container .btlers-address-card .btlers-address-deatils-list .btlers-address-name {
    font-weight: 700;
}

.btlers-account-page-container .btlers-address-default .btlers-address-default-btn,
.btlers-account-page-container .btlers-address-default .btlers-address-remove-btn {
    display: none !important;
}

.btlers-account-page-container .btlers-address-card .btlers-address-card-action {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: translate3d(0, 10px, 0);
    /* transform: translate3d(20px, 0, 0); */
}

.btlers-account-page-container .btlers-address-card .btlers-address-card-action.btlers-disabled {
    opacity: 0 !important;
}

.btlers-account-page-container .btlers-address-card.btlers-address-card:hover:before,
.btlers-account-page-container .btlers-address-card:hover .btlers-address-card-action.btlers-disabled {
    opacity: 0.45 !important;
}

.btlers-account-page-container .btlers-address-card .btlers-address-card-action ul li.btlers-action-item {
    cursor: pointer;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    min-height: 35px;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btlers-account-page-container .btlers-address-card .btlers-address-card-action ul li.btlers-action-item span {
    display: none;
}

@media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-address-card .btlers-address-card-action ul li.btlers-action-item:hover::after {
        content: attr(data-tippy-content);
        position: absolute;
        right: -10px;
        font-size: 10px;
        bottom: 35px;
        overflow: hidden;
        white-space: nowrap;
        background: white;
        padding: 10px;
        box-shadow: 5px 2px 5px rgb(88 88 88);
    }
}

.btlers-account-page-container .btlers-address-card .btlers-address-card-action ul li.btlers-action-item:nth-child(2) {
    margin: 10px 0;
}

.btlers-account-page-container .btlers-address-card .btlers-address-card-action ul li.btlers-action-item svg {
    width: 18px;
    height: 18px;
    color: var(--contentTextColor);
    pointer-events: none;
}

.btlers-account-page-container.btlers-has-hover .btlers-address-card .btlers-address-card-action ul li.btlers-action-item:hover svg {
    fill: var(--contentTextColor);
}

.btlers-account-page-container .btlers-credit-box {
    padding: 15px;
    border: 1px solid;
    border-color: var(--borderColor);
    border-radius: 5px;
    position: relative;
}

.btlers-account-page-container .btlers-referral-box-group {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0 0;
}

.btlers-account-page-container .btlers-credit-right-border {
    border-right: 1px solid;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-credit-activity-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-color: var(--borderColor);
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.btlers-account-page-container .btlers-refer-credit-table-div,
.btlers-account-page-container .btlers-store-credit-table-div {
    height: 100%;
}

.btlers-account-page-container .btlers-credit-log-list {
    top: -1px;
    height: calc(100% - 80px);
}

.btlers-account-page-container .btlers-refer-credit-table-div .btlers-credit-log-list {
    height: calc(100% - 123px);
}

.btlers-account-page-container .btlers-credit-log-list.btlers-credit-log-header {
    overflow: hidden;
    top: unset;
    min-height: unset;
    height: auto;
    -webkit-box-shadow: 0 7px 5px -3px #cccccc52;
    box-shadow: 0 7px 5px -3px #cccccc52;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item {
    background: 0 0;
    border-bottom: 1px solid;
    border-color: var(--borderColor);
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item.btlers-credit-log-title {
    font-weight: 700;
    display: block;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item.btlers-credit-border {
    border: 1px solid;
    border-color: var(--borderColor);
    border-radius: 0;
    border-radius: 5px;
    margin-top: 10px;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-log-with-dropdown .btlers-credit-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
    transition: 0.5s all;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-row>div:first-child,
.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-row>div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-row>div:first-child {
    padding-left: 30px;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-row>div:last-child {
    padding-left: 22px;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-dropdown {
    border: 1px solid;
    border-color: var(--borderColor);
    border-radius: 50%;
    min-width: 18px;
    width: 18px;
    height: 18px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: 0.5s all;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-dropdown.btlers-active {
    transform: rotate(180deg);
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details {
    color: var(--contentTextColor) !important;
    font-weight: lighter;
    display: none;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-row {
    padding: 10px 15px 0;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-credit-details-row-template {
    display: none;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-value {
    word-break: break-all;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-product-tag,
.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-product-tag-credit,
.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-product-title {
    color: var(--contentTextColor) !important;
    font-weight: lighter;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details a {
    display: block !important;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-product-tag-svg {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-product-tag-svg svg {
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-credit-log-details div:first-child,
.btlers-refer-credit-log-list .btlers-credit-log-details div:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.btlers-account-page-container .btlers-credit-icon {
    line-height: 0;
}

.btlers-account-page-container .btlers-credit-icon svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.btlers-account-page-container .btlers-how-it-work-box img {
    width: 25%;
}

.btlers-account-page-container .btlers-rule-card {
    margin: 0 auto;
    max-width: 500px;
    font-size: 16px;
    color: var(--contentTextColor) !important;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
}

.btlers-account-page-container .btlers-rule-card .btlers-divider {
    margin: 0 3px;
}

.btlers-account-page-container .btlers-rule-card .btlers-rule-box {
    -webkit-box-shadow: 0 10px 25px 0 rgba(49, 49, 93, 0.1);
    box-shadow: 0 10px 25px 0 rgba(49, 49, 93, 0.1);
    border-radius: 5px;
    text-align: left;
    padding: 15px;
    width: 100%;
    background-color: rgb(255 255 255);
}

.btlers-account-page-container .btlers-rule-card .btlers-rule-box.btlers-z-dept-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btlers-account-page-container .btlers-rule-card .btlers-rule-box .btlers-rule-card-content {
    position: relative;
}

.btlers-account-page-container .btlers-rule-card .btlers-rule-box .btlers-rule-card-content .btlers-avatar {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 4px;
}

.btlers-account-page-container .btlers-rule-card .btlers-rule-box .btlers-rule-card-content .btlers-avatar img {
    position: relative;
    width: 100%;
    height: 100%;
}

.btlers-account-page-container .btlers-rule-card .btlers-rule-box .btlers-rule-card-content .btlers-rule-header {
    padding-left: 65px;
    min-height: auto;
}

.btlers-account-page-container .btlers-rule-card .btlers-rule-box .btlers-rule-card-content .btlers-rule-header .btlers-rule-details {
    font-weight: 700;
}

.btlers-account-page-container .btlers-earned-rule,
.btlers-account-page-container .btlers-not-eligible-rule {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.btlers-account-page-container .btlers-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.btlers-account-page-container .btlers-nav-item {
    margin: 0 5px;
}

.btlers-account-page-container .btlers-nav-item:first-child {
    margin-left: 0;
}

.btlers-account-page-container .btlers-nav-item:last-child {
    margin-left: 0;
}

.btlers-account-page-container .btlers-nav-pils .btlers-nav-pil-link {
    display: block;
    padding: 8px 16px;
    border-radius: 2px;
    background-color: var(--navigationBGColor);
    color: var(--navigationTextColor);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    border-radius: 5px;
    text-transform: uppercas;
}

.btlers-account-page-container.btlers-has-hover .btlers-nav-pils .btlers-nav-pil-link:hover {
    background: var(--navigationHoverBGColor);
    color: var(--navigationTextColor);
}

.btlers-account-page-container .btlers-nav-pils .btlers-nav-pil-link.btlers-nav-pil-link-active:after {
    border-bottom: 5px solid var(--navigationHoverBGColor);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 5px 5px;
}

.btlers-account-page-container .btlers-tab-content>.btlers-tab-pane {
    display: none;
    flex-direction: column;
}

.btlers-account-page-container .btlers-tab-content>.btlers-nav-tab-active {
    display: flex;
}

.btlers-account-page-container .btlers-refer-modal {
    position: relative;
    border: 2px solid;
    border-color: var(--borderColor);
    border-radius: 5px;
    padding: 20px;
}

.btlers-account-page-container .btlers-refer-modal .btlers-refer-header-title {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}

.btlers-account-page-container .btlers-refer-modal .btlers-refer-content {
    margin: 0 20%;
    font-weight: 500;
}

.btlers-account-page-container .btlers-input-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    position: relative;
}

.btlers-account-page-container .btlers-input-icon-wrap .btlers-input[type="date"],
.btlers-account-page-container .btlers-input-icon-wrap .btlers-input[type="email"],
.btlers-account-page-container .btlers-input-icon-wrap .btlers-input[type="number"],
.btlers-account-page-container .btlers-input-icon-wrap .btlers-input[type="password"],
.btlers-account-page-container .btlers-input-icon-wrap .btlers-input[type="tel"],
.btlers-account-page-container .btlers-input-icon-wrap .btlers-input[type="text"],
.btlers-order-contact-us-popup .btlers-input-icon-wrap .btlers-input[type="date"],
.btlers-order-contact-us-popup .btlers-input-icon-wrap .btlers-input[type="email"],
.btlers-order-contact-us-popup .btlers-input-icon-wrap .btlers-input[type="number"],
.btlers-order-contact-us-popup .btlers-input-icon-wrap .btlers-input[type="password"],
.btlers-order-contact-us-popup .btlers-input-icon-wrap .btlers-input[type="tel"],
.btlers-order-contact-us-popup .btlers-input-icon-wrap .btlers-input[type="text"] {
    padding: 8px 8px 8px 44px;
}

.btlers-account-page-container .btlers-input-icon-wrap .btlers-form-phone.btlers-input[type="tel"],
.btlers-order-contact-us-popup .btlers-input-icon-wrap .btlers-form-phone.btlers-input[type="tel"] {
    padding: 8px 72px 8px 8px;
}

.btlers-account-page-container .btlers-referral-link-input-wrap .btlers-input {
    padding: 8px 90px 8px 8px !important;
    height: 45px !important;
}

.btlers-account-page-container .btlers-referral-link-input-wrap .btlers-copy-btn {
    position: absolute;
    right: 3px;
    top: 5px;
    z-index: 1;
    color: #fff;
    background: #4d90fd;
}

.btlers-account-page-container .btlers-contact-us-phone-country-code-textbox {
    position: absolute !important;
    width: 34px;
    z-index: 1 !important;
    left: 37px;
    border-radius: 0 !important;
    padding: 8px 8px !important;
    border: 0 !important;
    height: 34px !important;
    bottom: 1px;
    border-color: var(--borderColor);
    box-shadow: none !important;
}

.btlers-account-page-container .btlers-input-icon,
.btlers-order-contact-us-popup .btlers-input-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--contentTextColor);
    height: 36px;
    width: 36px;
    border-right: 1px solid;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-input-label,
.btlers-order-contact-us-popup .btlers-input-label {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-size: 15px;
    color: var(--contentTextColor);
    font-weight: 400;
    text-transform: none;
    cursor: default;
}

.btlers-account-page-container .btlers-input-inline,
.btlers-order-contact-us-popup .btlers-input-inline {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    position: relative;
}

.btlers-account-page-container .btlers-input-wrap .btlers-input-label,
.btlers-order-contact-us-popup .btlers-input-wrap .btlers-input-label {
    margin-left: 0;
    margin-bottom: 3px;
    display: block;
    font-size: 15px;
    color: var(--contentTextColor);
    font-weight: 400;
    /* text-transform: capitalize; */
    cursor: auto;
}

.btlers-account-page-container .btlers-address-form-title .btlers-input-wrap .btlers-input-label {
    margin-right: 15px;
    margin-bottom: 3px;
    width: 30%;
    display: block;
    font-size: 14px;
    color: var(--contentTextColor);
    font-weight: 400;
    text-transform: capitalize;
    cursor: auto;
}

@media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-address-form-title .btlers-input-wrap .btlers-input-label {
        margin-left: 0;
        margin-bottom: 3px;
        display: block;
        font-size: 15px;
        color: var(--contentTextColor);
        font-weight: 400;
        text-transform: capitalize;
        cursor: auto;
    }
}

.btlers-account-page-container .btlers-input-wrap,
.btlers-order-contact-us-popup .btlers-input-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/* .btlers-address-form .btlers-input-wrap {
  display: flex;
  justify-content: space-between;
} */

.btlers-account-page-container .btlers-input-icon-group,
.btlers-order-contact-us-popup .btlers-input-icon-group {
    position: relative;
}

.btlers-account-page-container .btlers-input[type="checkbox"],
.btlers-order-contact-us-popup .btlers-input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    width: 21px;
    padding: 8px 8px 8px 8px;
    outline: 0;
    position: relative;
    margin: 0 !important;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--borderColor);
    background: 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.2 !important;
    font-size: 15px;
    color: var(--contentTextColor);
}

.btlers-account-page-container .btlers-input[type="checkbox"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="checkbox"]:hover {
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-input[type="checkbox"]:after,
.btlers-order-contact-us-popup .btlers-input[type="checkbox"]:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5px;
    height: 8px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    top: 5px;
    right: 7px;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.btlers-account-page-container .btlers-input[type="checkbox"]:checked,
.btlers-order-contact-us-popup .btlers-input[type="checkbox"]:checked {
    background: #8e8e8e;
    border: 1px solid;
    border-color: var(--borderColor);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btlers-account-page-container .btlers-input[type="checkbox"]:checked:after,
.btlers-order-contact-us-popup .btlers-input[type="checkbox"]:checked:after {
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
    opacity: 1;
}

.btlers-account-page-container .btlers-input[type="checkbox"]:focus,
.btlers-order-contact-us-popup .btlers-input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px rgb(142 142 142 / 0.3);
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-input[type="checkbox"]:disabled,
.btlers-order-contact-us-popup .btlers-input[type="checkbox"]:disabled {
    background: #f6f8ff;
    cursor: not-allowed;
    opacity: 0.9;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-input[type="radio"],
.btlers-order-contact-us-popup .btlers-input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    width: 21px;
    border-radius: 9999px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: unset;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--borderColor);
    background: 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btlers-account-page-container .btlers-input[type="radio"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="radio"]:hover {
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-input[type="radio"]:after,
.btlers-order-contact-us-popup .btlers-input[type="radio"]:hover {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    border-radius: 9999px;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btlers-account-page-container .btlers-input[type="radio"]:checked,
.btlers-order-contact-us-popup .btlers-input[type="radio"]:checked {
    background: #8e8e8e;
    border: 1px solid;
    border-color: var(--borderColor);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btlers-account-page-container .btlers-input[type="radio"]:checked:after,
.btlers-order-contact-us-popup .btlers-input[type="radio"]:checked:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
}

.btlers-account-page-container .btlers-input[type="radio"]:focus,
.btlers-order-contact-us-popup .btlers-input[type="radio"]:focus {
    box-shadow: 0 0 0 2px rgb(142 142 142 / 0.3);
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-input[type="radio"]:disabled,
.btlers-order-contact-us-popup .btlers-input[type="radio"]:disabled {
    background: #f6f8ff;
    cursor: not-allowed;
    opacity: 0.9;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-input[type="checkbox"]~label,
.btlers-account-page-container .btlers-input[type="radio"]~label,
.btlers-order-contact-us-popup .btlers-input[type="checkbox"]~label,
.btlers-order-contact-us-popup .btlers-input[type="radio"]~label {
    cursor: pointer;
}

.btlers-account-page-container .btlers-input[type="date"],
.btlers-account-page-container .btlers-input[type="email"],
.btlers-account-page-container .btlers-input[type="number"],
.btlers-account-page-container .btlers-input[type="password"],
.btlers-account-page-container .btlers-input[type="tel"],
.btlers-account-page-container .btlers-input[type="text"],
.btlers-account-page-container textarea.btlers-form-message,
.btlers-order-contact-us-popup .btlers-input[type="date"],
.btlers-order-contact-us-popup .btlers-input[type="email"],
.btlers-order-contact-us-popup .btlers-input[type="number"],
.btlers-order-contact-us-popup .btlers-input[type="password"],
.btlers-order-contact-us-popup .btlers-input[type="tel"],
.btlers-order-contact-us-popup .btlers-input[type="text"],
.btlers-order-contact-us-popup textarea.btlers-form-message {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* width: 100%; */
    padding: 8px 8px 8px 8px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: unset;
    position: relative;
    margin: 0 !important;
    cursor: text;
    border: 1px solid;
    border-color: var(--borderColor);
    background: 0 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.2 !important;
    height: 36px;
    font-size: 16px;
    color: var(--contentTextColor) !important;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.btlers-account-page-content .btlers-input {
    width: 65%;
}

@media screen and (min-width: 768px) {
    .btlers-account-page-content .btlers-input {
        max-width: 400px;
    }
}

.btlers-account-page-content #address_default_address_new {
    width: 21px;
    margin-right: 10px !important;
}

.btlers-account-page-container textarea.btlers-form-message,
.btlers-order-contact-us-popup textarea.btlers-form-message {
    height: auto;
}

.btlers-account-page-container .btlers-input[type="date"]:hover .btlers-account-page-container textarea.btlers-form-message:hover,
.btlers-account-page-container .btlers-input[type="email"]:hover,
.btlers-account-page-container .btlers-input[type="number"]:hover,
.btlers-account-page-container .btlers-input[type="password"]:hover,
.btlers-account-page-container .btlers-input[type="tel"]:hover,
.btlers-account-page-container .btlers-input[type="text"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="date"]:hover .btlers-order-contact-us-popup textarea.btlers-form-message:hover,
.btlers-order-contact-us-popup .btlers-input[type="email"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="number"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="password"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="tel"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="text"]:hover {
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-input[type="date"]:hover,
.btlers-account-page-container .btlers-input[type="email"]:focus,
.btlers-account-page-container .btlers-input[type="number"]:focus,
.btlers-account-page-container .btlers-input[type="password"]:hover,
.btlers-account-page-container .btlers-input[type="tel"]:focus,
.btlers-account-page-container .btlers-input[type="text"]:focus,
.btlers-order-contact-us-popup .btlers-input[type="date"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="email"]:focus,
.btlers-order-contact-us-popup .btlers-input[type="number"]:focus,
.btlers-order-contact-us-popup .btlers-input[type="password"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="tel"]:focus,
.btlers-order-contact-us-popup .btlers-input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(142 142 142 / 0.3);
}

.btlers-account-page-container .btlers-input[type="date"]:disabled,
.btlers-account-page-container .btlers-input[type="email"]:disabled,
.btlers-account-page-container .btlers-input[type="number"]:disabled,
.btlers-account-page-container .btlers-input[type="password"]:disabled,
.btlers-account-page-container .btlers-input[type="tel"]:disabled,
.btlers-account-page-container .btlers-input[type="text"]:disabled,
.btlers-account-page-container textarea.btlers-form-message:disabled,
.btlers-order-contact-us-popup .btlers-input[type="date"]:disabled,
.btlers-order-contact-us-popup .btlers-input[type="email"]:disabled,
.btlers-order-contact-us-popup .btlers-input[type="number"]:disabled,
.btlers-order-contact-us-popup .btlers-input[type="password"]:disabled,
.btlers-order-contact-us-popup .btlers-input[type="tel"]:disabled,
.btlers-order-contact-us-popup .btlers-input[type="text"]:disabled,
.btlers-order-contact-us-popup textarea.btlers-form-message:disabled {
    background: 0 0;
    cursor: not-allowed;
    opacity: 0.9;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-select-row,
.btlers-order-contact-us-popup .btlers-select-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


/* .btlers-account-page-container #address_form_new .btlers-select-row {
    height: 40px;
    display: flex;
    align-items: center;
    right: 0;
    bottom: 0;
    justify-content: center;
    position: absolute;
} */

.btlers-account-page-container .btlers-select-arrow,
.btlers-order-contact-us-popup .btlers-select-arrow {
    position: absolute;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    overflow: hidden;
    pointer-events: none;
    line-height: 2.4;
}

.btlers-account-page-container select.btlers-input,
.btlers-order-contact-us-popup select.btlers-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border-radius: 5px;
    padding: 8px 30px 8px 8px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: unset;
    position: relative;
    margin: 0;
    cursor: auto;
    border: 1px solid;
    border-color: var(--borderColor);
    background: 0 0;
    color: var(--contentTextColor);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.2 !important;
    font-size: 15px;
    height: 36px;
}

.btlers-account-page-container select.btlers-input:hover,
.btlers-order-contact-us-popup select.btlers-input:hover {
    border-color: none;
}

.btlers-account-page-container select.btlers-input:focus,
.btlers-order-contact-us-popup select.btlers-input:focus {
    box-shadow: none;
    border-color: none;
}

.btlers-account-page-container select.btlers-input:disabled,
.btlers-order-contact-us-popup select.btlers-input:disabled {
    background: 0 0;
    cursor: not-allowed;
    opacity: 0.9;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-read-input .btlers-input-wrap {
    display: flex;
    align-items: center;
}

.btlers-account-page-container .btlers-read-input .btlers-input-wrap .btlers-input-label {
    width: 145px;
    min-width: 145px;
    margin-bottom: 0;
}

.btlers-account-page-container .btlers-read-input .btlers-input {
    font-weight: 700;
    display: inline-block;
    border: 0;
    outline: 0;
    box-shadow: none !important;
    padding: 3px 0;
    height: auto;
}

.btlers-account-page-container .btlers-read-input select.btlers-input:disabled {
    opacity: 1 !important;
    border: 0 !important;
    cursor: auto !important;
}

.btlers-account-page-container .btlers-read-input .btlers-select-row .btlers-select-arrow {
    display: none;
}

.btlers-account-page-container .btlers-profile-phone-with-country-div.btlers-readonly-mode .btlers-country-code-textbox,
.btlers-account-page-container .btlers-profile-phone-with-country-div.btlers-readonly-mode .btlers-country-drpdown {
    display: none !important;
}

.btlers-account-page-container .btlers-profile-phone-with-country-div.btlers-readonly-mode input[type="tel"] {
    padding: 0 !important;
}

.btlers-account-page-container .btlers-phone-with-country-div .btlers-phone-wrapper .btlers-country-code-textbox,
.btlers-order-contact-us-popup .btlers-phone-with-country-div .btlers-phone-wrapper .btlers-country-code-textbox {
    width: 50px;
    bottom: 0;
    border: 0;
    border-radius: 0;
    display: inline-block;
    border-right: 1px solid;
    border-color: var(--borderColor);
}

.btlers-account-page-container .btlers-phone-with-country-div .btlers-phone-wrapper .btlers-country-code-textbox:disabled,
.btlers-order-contact-us-popup .btlers-phone-with-country-div .btlers-phone-wrapper .btlers-country-code-textbox:disabled {
    background: 0 0 !important;
    cursor: auto !important;
    opacity: 1 !important;
}

.btlers-account-page-container .btlers-phone-with-country-div input[type="tel"],
.btlers-order-contact-us-popup .btlers-phone-with-country-div input[type="tel"] {
    padding: 8px 8px 8px 8px;
}

.btlers-account-page-container .btlers-phone-with-country-div .btlers-country-drpdown,
.btlers-order-contact-us-popup .btlers-phone-with-country-div .btlers-country-drpdown {
    bottom: 0;
    left: 0;
    width: 32px;
    height: 36px;
    padding: 0 10px;
    display: inline-block;
}

.btlers-account-page-container .btlers-phone-with-country-div .btlers-country-drpdown .btlers-country-flag,
.btlers-order-contact-us-popup .btlers-phone-with-country-div .btlers-country-drpdown .btlers-country-flag {
    position: absolute;
    left: 10px;
    pointer-events: none;
    display: inline-flex;
}

.btlers-account-page-container .btlers-phone-with-country-div .btlers-country-drpdown .btlers-country-flag img,
.btlers-order-contact-us-popup .btlers-phone-with-country-div .btlers-country-drpdown .btlers-country-flag img {
    width: 27px;
    height: 27px;
}

.btlers-account-page-container .btlers-phone-with-country-div .btlers-country-drpdown .btlers-select-row,
.btlers-order-contact-us-popup .btlers-phone-with-country-div .btlers-country-drpdown .btlers-select-row {
    position: absolute;
}

.btlers-account-page-container .btlers-phone-with-country-div .btlers-country-drpdown select,
.btlers-order-contact-us-popup .btlers-phone-with-country-div .btlers-country-drpdown select {
    opacity: 0;
}

.btlers-account-page-container .btlers-hint {
    padding: 10px;
    position: absolute;
    border-radius: 5px;
    z-index: 10;
    color: #fff;
    bottom: -47px;
    background: #000;
    opacity: 0;
    transition: 0.5s opacity;
    display: none;
}

.btlers-account-page-container .btlers-hint:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    transform: rotate(90deg);
    display: block;
    width: 0;
    z-index: 1;
    left: 20px;
    top: -15px;
    border-color: transparent #000;
}

.btlers-account-page-container .btlers-not-find {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    margin: auto;
    width: 100%;
    min-height: 350px;
    height: calc(100% - 56px);
    left: 0;
    right: 0;
    bottom: 0;
    animation: btlersFadeIn 0.7s;
}

.btlers-account-page-container .btlers-not-find.btlers-active {
    display: flex;
    animation: btlersFadeIn 0.7s;
}

.btlers-account-page-container .btlers-earn-credit-icon-round svg {
    color: green;
}

.btlers-account-page-container .btlers-spent-credit-icon-round svg {
    color: red;
}

.btlers-account-page-container .btlers-ribbion-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: width 1s ease, height 1s ease;
    -webkit-transition: width 0.4s ease, height 0.4s ease;
    transition: width 0.4s ease, height 0.4s ease;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-ribbion {
    margin: 0;
    padding: 0;
    color: #fff !important;
    padding: 3px 6px;
    font-size: 10px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    background: #ed1b24;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-ribbion:after,
.btlers-account-page-container .btlers-ribbion-overlay .btlers-ribbion:before {
    content: "";
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-ribbion:before {
    right: 100%;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-ribbion:after {
    left: 100%;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-ribbion .btlers-red {
    background: #ed1b24;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-top-left {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-30%) translateY(0) rotate(-45deg);
    transform: translateX(-30%) translateY(0) rotate(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-top-right {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(30%) translateY(0) rotate(45deg);
    transform: translateX(30%) translateY(0) rotate(45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-30%) translateY(0) rotate(45deg);
    transform: translateX(-30%) translateY(0) rotate(45deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(30%) translateY(0) rotate(-45deg);
    transform: translateX(30%) translateY(0) rotate(-45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-top-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-middle-full {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(0) translateY(-50%) rotate(0);
    transform: translateX(0) translateY(-50%) rotate(0);
}

.btlers-account-page-container .btlers-ribbion-overlay .btlers-bottom-full {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.btlers-contact-us-btn-div {
    position: relative;
    display: inline-block;
}

.btlers-contact-us-tooltip,
.btlers-contact-us-tooltip .btlers-contact-us-tooltip-arrow:after {
    background: #cce5ff;
    border: 1px solid #5184b7;
}

.btlers-contact-us-tooltip {
    display: none;
    position: absolute;
    padding: 15px 25px;
    color: #125292;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 7px #cce5ff;
    bottom: 44px;
    width: 235px;
    left: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    cursor: default;
}

.btlers-contact-us-tooltip p.btlers-notify-msg {
    margin: 0;
    color: #125292 !important;
}

.btlers-contact-us-tooltip p.btlers-notify-close {
    position: absolute;
    right: 9px;
    top: 5px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer !important;
    font-weight: 700;
}

.btlers-contact-us-tooltip .btlers-contact-us-tooltip-arrow {
    width: 100%;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -15.9px;
}

.btlers-contact-us-tooltip .btlers-contact-us-tooltip-arrow:after {
    content: "";
    position: absolute;
    left: 45px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #cce5ff, 5px 6px 9px -9px #cce5ff;
    transform: rotate(45deg);
}

.btlers-contact-us-tooltip.btlers-tooltip-active {
    display: inline-block;
}

.btlers-contact-us-tooltip.out {
    opacity: 0;
    margin-top: -20px;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-popup-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    box-shadow: 0 0 8px 0 rgb(95 190 170 / 0.43);
    position: absolute;
    top: -35px;
}

.btlers-overlay.btlers-order-contact-us-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 1111;
    font-size: 15px;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.5;
}

.btlers-overlay.btlers-order-contact-us-popup *,
.btlers-overlay.btlers-order-contact-us-popup ::after,
.btlers-overlay.btlers-order-contact-us-popup ::before {
    box-sizing: border-box;
}

.btlers-overlay.btlers-order-contact-us-popup.active-popup {
    visibility: visible !important;
    opacity: 1;
    overflow: hidden;
    overflow-y: auto;
}

.btlers-order-contact-us-popup .btlers-contact-us-phone-country-code-textbox {
    position: absolute !important;
    width: 34px;
    z-index: 1 !important;
    left: 37px;
    border-radius: 0 !important;
    padding: 8px 8px !important;
    border: 0 !important;
    height: 34px !important;
    bottom: 1px;
    border-color: #bbc1e1 !important;
    box-shadow: none !important;
}

.btlers-order-contact-us-popup #btlers-contactus-submit,
.btlers-order-contact-us-popup .btlers-contactus-success-btn {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 120px;
    width: auto;
    border-radius: 50px;
    padding: 8px 10px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: unset;
    position: relative;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

.btlers-order-contact-us-popup #btlers-contactus-submit {
    border: 1px solid var(--primaryButtonBGColor) !important;
    background: var(--primaryButtonBGColor) !important;
    color: var(--primaryButtonTextColor) !important;
}

.btlers-order-contact-us-popup #btlers-contactus-submit:hover {
    border: 1px solid var(--primaryButtonHoverBGColor) !important;
    background: var(--primaryButtonHoverBGColor) !important;
    color: var(--primaryButtonTextColor) !important;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-popup-icon {
    background: var(--primaryButtonBGColor) !important;
}

.btlers-order-contact-us-popup .btlers-contactus-success-btn {
    color: #fff;
    border: 1px solid #009960 !important;
    background: #009960 !important;
    margin-top: 15px;
    padding: 8px 10px !important;
}

.btlers-order-contact-us-popup .btlers-contactus-success-btn:hover {
    color: #fff;
    border-color: #009960 !important;
}

.btlers-order-contact-us-popup .btlers-contactus-success-btn:focus {
    box-shadow: 0 0 0 3px rgb(82 155 97 / 0.3) !important;
}

.btlers-order-contact-us-popup .btlers-input[type="button"] img,
.btlers-order-contact-us-popup .btlers-input[type="submit"] img {
    width: 25px;
    margin-right: 4px;
    position: absolute;
    left: 9px;
    top: 7px;
}

.btlers-order-contact-us-popup .btlers-input[type="button"]:hover,
.btlers-order-contact-us-popup .btlers-input[type="submit"]:hover {
    border-color: none;
}

.btlers-order-contact-us-popup .btlers-input[type="button"]:focus,
.btlers-order-contact-us-popup .btlers-input[type="submit"]:focus {
    box-shadow: none;
    border-color: none;
}

.btlers-order-contact-us-popup .btlers-input[type="button"]:disabled,
.btlers-order-contact-us-popup .btlers-input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.btlers-order-contact-us-popup .btlers-popup {
    margin: 70px 15px 30px 15px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    position: relative;
    transition: all 5s ease-in-out;
    display: none;
}

.btlers-order-contact-us-popup.btlers-overlay.active-popup .btlers-popup {
    display: block;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-popup-icon-text {
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-popup-icon img,
.btlers-order-contact-us-popup .btlers-popup .btlers-popup-icon svg {
    width: 50px;
    height: 50px;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-popup-text {
    margin-top: 25px;
    text-align: center;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-popup-text h3.btlers-popup-header-title {
    color: var(--contentTextColor, #656565);
    margin: auto;
    font-size: 22px;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-popup-text p.btlers-popup-header-sub-text {
    color: var(--contentTextColor, #656565);
    margin: 10px 0 0 0;
}

.btlers-order-contact-us-popup .btlers-model-footer-text {
    color: var(--contentTextColor, #656565);
    margin-bottom: 10px;
    font-size: 13px;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-close-popup {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    line-height: 1;
    cursor: pointer;
}

.btlers-order-contact-us-popup .btlers-popup .btlers-content {
    max-height: 30%;
    overflow: auto;
}

.btlers-order-contact-us-popup .btlers-popup form {
    margin: 0 !important;
}

.btlers-order-contact-us-popup .btlers-requird-sign {
    color: red;
}

.btlers-order-contact-us-popup .btlers-popup-mb-15 {
    margin-bottom: 15px !important;
}

.btlers-order-contact-us-popup.btlers-order-contact-us-success-popup .btlers-form-success {
    position: relative;
}

.btlers-order-contact-us-popup.btlers-order-contact-us-success-popup .btlers-popup-success {
    background: #fff;
    overflow: hidden;
}

.btlers-order-contact-us-popup.btlers-order-contact-us-success-popup .btlers-popup-success .btlers-close-popup {
    color: #2d2626;
}

.btlers-order-contact-us-popup.btlers-order-contact-us-success-popup .btlers-popup-success .btlers-form-success-icon {
    display: block;
    text-align: center;
    margin-top: 30px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.btlers-order-contact-us-popup.btlers-order-contact-us-success-popup .btlers-popup-success .btlers-form-success-icon svg {
    width: 100px;
    height: 100px;
}

.btlers-order-contact-us-popup .btlers-popup-title {
    font-size: 25px;
    text-align: center;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: normal !important;
    margin-bottom: 10px;
}

.btlers-order-contact-us-popup .btlers-popup-message {
    font-size: 15px;
    color: #2d2626;
    text-align: center;
    letter-spacing: normal !important;
    margin: 0;
}

.btlers-order-contact-us-popup .btlers-popup-message-1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.btlers-order-contact-us-popup .btlers-input-error.disclosure__toggle,
.btlers-order-contact-us-popup .input--error.disclosure__toggle,
.btlers-order-contact-us-popup input.btlers-input-error,
.btlers-order-contact-us-popup input.input--error,
.btlers-order-contact-us-popup select.btlers-input-error,
.btlers-order-contact-us-popup select.input--error,
.btlers-order-contact-us-popup textarea.btlers-form-message.btlers-input-error,
.btlers-order-contact-us-popup textarea.btlers-form-message.input--error {
    border-color: #d20000 !important;
    background-color: #fff !important;
    color: #000;
}

.btlers-order-contact-us-popup .btlers-input-error.disclosure__toggle:focus,
.btlers-order-contact-us-popup .input--error.disclosure__toggle:focus,
.btlers-order-contact-us-popup input.btlers-input-error:focus,
.btlers-order-contact-us-popup input.input--error:focus,
.btlers-order-contact-us-popup select.btlers-input-error:focus,
.btlers-order-contact-us-popup select.input--error:focus,
.btlers-order-contact-us-popup textarea.btlers-form-message.btlers-input-error:focus,
.btlers-order-contact-us-popup textarea.btlers-form-message.input--error:focus {
    box-shadow: 0 0 0 2px rgb(210 0 0 / 0.3) !important;
}

.btlers-order-contact-us-popup .btlers-form-alert {
    color: #d20000;
    position: relative;
    font-size: 12px;
}

.btlers-form-alert .btlers-error-icon:before {
    content: "*";
}

.btlers-order-contact-us-popup .btlers-form-alert svg {
    position: relative;
    left: 4px;
    width: 17px;
    height: 17px;
    margin-right: 11px;
    top: 4px;
}

.btlers-order-contact-us-popup .btlers-success-icon.btlers-active {
    display: block;
    position: absolute;
    top: 37px;
    right: 21px;
    color: #36b154;
    border-radius: 30px;
    border: 1px solid #36b154;
    width: 17px;
    height: 17px;
    font-size: 12px;
    line-height: 1;
    padding: 2px 3.5px;
}

.btlers-order-contact-us-popup .btlers-input-success.disclosure__toggle,
.btlers-order-contact-us-popup input.btlers-input-success,
.btlers-order-contact-us-popup select.btlers-input-success,
.btlers-order-contact-us-popup textarea.btlers-form-message.btlers-input-success {
    border-color: #36b154 !important;
    background-color: #fff !important;
    color: #000;
}

.btlers-order-contact-us-popup .btlers-input-success.disclosure__toggle:focus,
.btlers-order-contact-us-popup input.btlers-input-success:focus,
.btlers-order-contact-us-popup select.btlers-input-success:focus,
.btlers-order-contact-us-popup textarea.btlers-form-message.btlers-input-success:focus {
    box-shadow: 0 0 0 2px rgb(54 177 84 / 0.3) !important;
}

.btlers-order-contact-us-popup .btlers-text-count {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #656565;
    bottom: -18px;
}

.btlers-order-contact-us-popup .btlers-contact-us-phone-number-country {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    color: #8e8e8e;
    height: 36px;
    width: 65px;
    padding: 0 10px;
    border-left: 1px solid #8e8e8e;
    font-size: 22px;
}

.btlers-order-contact-us-popup .btlers-contact-us-phone-number-country svg {
    margin-left: 3px;
    position: absolute;
    right: 8px;
}

.btlers-order-contact-us-popup .btlers-contact-us-phone-number-country .btlers-contact-us-phone-country-code-textbox {
    margin-left: 10px;
}

.btlers-order-contact-us-popup .btlers-contact-us-phone-number-country select {
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: default;
}

.btlers-order-contact-us-popup #contact-form {
    margin: 0 !important;
}

.btlers-order-contact-us-popup .btlers-bg-bubble {
    background: #c3c3c3;
    position: absolute;
    border-radius: 100%;
    opacity: 0.2;
}

.btlers-order-contact-us-popup .btlers-bg-bubble.btlers-bubble-1 {
    height: 50px;
    width: 50px;
    top: -10px;
    left: 20px;
}

.btlers-order-contact-us-popup .btlers-bg-bubble.btlers-bubble-2 {
    height: 100px;
    width: 100px;
    top: -49px;
    right: 47px;
}

.btlers-order-contact-us-popup .btlers-bg-bubble.btlers-bubble-3 {
    height: 100px;
    width: 100px;
    bottom: -63px;
    left: 29px;
}

.btlers-order-contact-us-popup .btlers-bg-bubble.btlers-bubble-4 {
    height: 80px;
    width: 80px;
    bottom: 8px;
    right: 60px;
}

.btlers-order-contact-us-popup .btlers-paper-plane svg {
    width: 100px;
    height: 100px;
    opacity: 0.3;
}

.btlers-order-contact-us-popup .btlers-paper-plane {
    position: absolute;
    opacity: 0.3;
}

.btlers-order-contact-us-popup .btlers-paper-plane.btlers-paper-plane-1 {
    top: 20px;
    right: 51px;
    transform: rotate(-20deg);
}

.btlers-order-contact-us-popup .btlers-paper-plane.btlers-paper-plane-2 {
    bottom: -21px;
    left: 12px;
    transform: rotate(-15deg);
}

@media only screen and (max-width: 450px) {
    .btlers-contact-us-tooltip {
        right: 0;
        left: -25px;
        width: auto;
        max-width: 245px;
        min-width: 150px;
    }
    .btlers-contact-us-tooltip .btlers-contact-us-tooltip-arrow:after {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    .btlers-contact-us-btn {
        margin-top: 10px !important;
    }
}

@media (min-width: 700px) {
    .btlers-order-contact-us-popup .btlers-popup {
        max-width: 680px;
        margin: 70px auto 0 auto;
    }
}

@media (min-width: 520px) {
    .btlers-order-contact-us-popup.btlers-order-contact-us-success-popup .btlers-popup {
        max-width: 500px;
        margin: 70px auto 0 auto;
    }
}

.btlers-contact-us-phone-number-country .btlers-contact-us-phone-number-country-flag {
    display: inline-flex;
}

.btlers-contact-us-phone-number-country .btlers-contact-us-phone-number-country-flag img {
    width: 27px;
    height: 27px;
}

@media screen and (max-width: 767px) {
    .btlers-overlay.btlers-order-contact-us-popup .btlers-input-wrap input,
    .btlers-overlay.btlers-order-contact-us-popup .btlers-input-wrap label,
    .btlers-overlay.btlers-order-contact-us-popup .btlers-input-wrap select,
    .btlers-overlay.btlers-order-contact-us-popup .btlers-input-wrap textarea {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 368px) {
    .btlers-account-page-container .btlers-read-input .btlers-input-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 468px) {
    .btlers-account-page-container .btlers-recently-view-product-list,
    .btlers-account-page-container .btlers-wishlist-product-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btlers-account-page-container .btlers-recently-view-product-list li,
    .btlers-account-page-container .btlers-wishlist-product-list li {
        margin: 0 !important;
        margin-top: 15px !important;
        min-width: 283px;
    }
    .btlers-account-page-container .btlers-order-card .btlers-order-status-row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start;
        align-items: flex-start !important;
    }
    .btlers-account-page-container .btlers-order-card .btlers-order-detail-row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: row !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .btlers-account-page-container .btlers-order-card .btlers-order-detail-row div:last-child {
        text-align: left !important;
    }
    .btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-address-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-address-section .btlers-address-box {
        width: 100%;
    }
    .btlers-account-page-container .btlers-order-card .btlers-order-details-summary .btlers-address-section .btlers-address-box:first-child {
        border-right: 0 !important;
    }
    .btlers-account-page-container .btlers-top-order-card .btlers-product-action .btlers-product-variant-qty-action {
        flex-wrap: wrap;
    }
    .btlers-account-page-container .btlers-top-order-card .btlers-product-action .btlers-product-variant-qty-action .btlers-select-row {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .btlers-account-page-container .btlers-top-order-card .btlers-product-action .btlers-product-variant-qty-action .btlers-product-quantity {
        width: 100%;
    }
}

/* @media only screen and (max-width: 408px) {
    .btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item {
        flex-direction: column;
    }
    .btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item .btlers-item-img {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid;
        border-color: var(--borderColor);
    }
    .btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item .btlers-item-deatils {
        width: 100%;
    }
    .btlers-account-page-container .btlers-top-order-card .btlers-top-product-left-info {
        flex-direction: column;
    }
    .btlers-account-page-container .btlers-top-order-card .btlers-product-image {
        width: 100%;
    }
    .btlers-account-page-container .btlers-top-order-card .btlers-product-info {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
} */

@media only screen and (max-width: 550px) {
    .btlers-account-page-container .btlers-discount-truncate {
        width: 140px;
        display: block;
        word-break: break-all;
    }
}

@media only screen and (max-width: 654px) {
    .btlers-account-page-container .btlers-address-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .btlers-account-page-container .btlers-nav-pils .btlers-nav-pil-link {
        font-size: 12px;
    }
    .btlers-account-page-container .btlers-top-order-card {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .btlers-account-page-container .btlers-top-order-card .btlers-top-product-left-info {
        width: 100% !important;
    }
    .btlers-account-page-container .btlers-top-order-card .btlers-product-action {
        margin-top: 10px;
        max-width: 100% !important;
    }
    .btlers-account-page-container .btlers-filter-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btlers-account-page-container .btlers-filter-header .btlers-search-fillter {
        width: 100%;
        margin-right: 0;
    }
    .btlers-account-page-container .btlers-dropdown {
        width: 100% !important;
        margin-left: auto !important;
        margin-bottom: 10px;
    }
    .btlers-account-page-container .btlers-dropdown .btlers-dropdown-content {
        width: 100% !important;
        right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .btlers-account-page-container .btlers-referral-box-group {
        flex-wrap: wrap;
    }
    .btlers-account-page-container .btlers-referral-link-input-wrap {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .btlers-account-page-container {
        width: 750px !important;
    }
}

@media only screen and (min-width: 992px) {
    .btlers-account-page-container {
        width: 970px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .btlers-account-page-container {
        width: 1170px !important;
    }
}

@media only screen and (max-width: 992px) {
    .btlers-account-page-container .btlers-tab-box-header {
        display: block !important;
    }
    .btlers-account-page-container .btlers-account-page-nav {
        width: 100% !important;
        display: block;
        opacity: 1;
        position: relative;
        left: 0;
        float: none !important;
    }
    .btlers-account-page-container .btlers-account-page-tabs {
        display: none;
        width: 0;
        opacity: 0;
        position: absolute;
        left: 100%;
    }
    .btlers-account-page-container.btlers-active .btlers-account-page-nav {
        opacity: 0;
        position: absolute;
        left: -100%;
        float: none !important;
    }
    .btlers-account-page-container.btlers-active .btlers-account-page-tabs {
        opacity: 1;
        position: relative;
        left: 0;
        float: none !important;
        width: 100% !important;
        display: block;
    }
    .btlers-account-page-container .btlers-credit-details .btlers-product-title,
    .btlers-account-page-container .btlers-credit-log-details .btlers-credit-comment {
        text-align: left !important;
    }
    .btlers-account-page-container .btlers-credit-right-border {
        border-right: 0 !important;
    }
    .btlers-account-page-container .btlers-empty-section {
        top: 0 !important;
        left: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        position: relative;
        height: 100%;
        width: 100%;
    }
    .btlers-account-page-container .btlers-not-find {
        position: relative;
    }
    .btlers-account-page-container .btlers-loading-div {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        -webkit-transform: none;
        transform: none;
    }
    .btlers-account-page-container .btlers-account-page-nav .btlers-nav-tabs .btlers-menu-item .btlers-nav-link svg {
        display: block !important;
    }
    .btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-body {
        padding: 10px 0px;
    }
    @media screen and (min-width: 768px) {
        .btlers-account-page-container .btlers-account-page-tabs .btlers-tabs-box .btlers-tab-box .btlers-tab-box-body {
            padding: 10px 10px;
        }
    }
    .btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details>div:first-child {
        padding-left: 15px;
    }
    .btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details>div:last-child {
        padding-left: 15px;
    }
    .btlers-account-page-container .btlers-recently-view-product-list,
    .btlers-account-page-container .btlers-wishlist-product-list {
        justify-content: center;
    }
    .btlers-account-page-container .btlers-address-list {
        justify-content: center;
    }
    .btlers-account-page-container .btlers-how-it-work-box img {
        width: 60px;
    }
    .btlers-account-page-container .btlers-address-card .btlers-address-card-action,
    .btlers-account-page-container .btlers-address-card:before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .btlers-account-page-container .btlers-wishlist-product-list .btlers-product-card .btlers-remove-product {
        display: block !important;
    }
    .btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-row>div:first-child {
        padding-left: 15px;
    }
    .btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-row>div:last-child {
        padding-left: 15px;
    }
    .btlers-account-page-container .btlers-credit-details .btlers-product-title,
    .btlers-account-page-container .btlers-credit-details .btlers-referral-customer-email,
    .btlers-account-page-container .btlers-credit-details .btlers-referral-customer-name,
    .btlers-account-page-container .btlers-credit-log-details .btlers-credit-comment,
    .btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-product-tag,
    .btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-product-tag-credit,
    .btlers-account-page-container .btlers-credit-log-list .btlers-credit-log-item .btlers-credit-details .btlers-product-title {
        white-space: pre-wrap;
    }
    .btlers-account-page-container .btlers-order-skeleton-loader {
        padding: 10px;
    }
}

.btlers-order-list.list .btlers-order-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* opacity: 0; */
    animation: fade 2s forwards;
}

.btlers-order-card.btlers-active {
    opacity: 0;
    animation: fade 1s forwards;
    border: none;
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media screen and (min-width: 768px) {
    .btlers-order-list.list .btlers-order-card {
        width: calc(50% - 20px);
    }
}

.btlers-order-list.list .btlers-order-card .btlers-order-row {
    display: flex;
    width: 100%;
    text-align: left;
}

.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-order-status-row,
.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-order-detail-row,
.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-line-items-row {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-line-items-row {
        height: 240px;
    }
    .btlers-order-list.list .btlers-order-card.btlers-active .btlers-order-row.btlers-line-items-row {
        height: auto;
    }
}

.btlers-order-card .btlers-order-row.btlers-order-detail-row .btlers-order-detail-column {
    width: 50%;
    text-align: left;
}

.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-line-items-row .btlers-order-item,
.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-line-items-row .btlers-order-item .btlers-item-img {
    border: none;
}

.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-line-items-row .btlers-order-item .btlers-item-img {
    border: none;
    padding: 10px 10px 10px 0px;
}

.btlers-account-page-container .btlers-order-card .btlers-item-deatils.btlers-left .btlers-badge {
    position: relative;
    margin: 10px 10px 10px 10px;
}

.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-line-items-row .btlers-order-item .btlers-item-deatils.btlers-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-line-items-row .btlers-order-item .btlers-item-deatils.btlers-left {
        justify-content: flex-start;
    }
}

.btlers-account-page-container .btlers-order-card .btlers-order-item-row .btlers-order-item .btlers-item-deatils .btlers-item-title {
    width: 160px;
    cursor: auto;
}

.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-line-items-row .btlers-order-item .btlers-item-deatils .btlers-item-price {
    font-weight: 700;
}

.btlers-order-list.list .btlers-order-card .btlers-order-row.btlers-order-action-row.btlers-text-right {
    width: 100%;
    /*height: 70px;*/
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*align-items: baseline;*/
}

.btlers-order-row.btlers-order-action-row.btlers-text-right .btlers-button {
    margin: 0px 5px 0px 0px;
}

.btlers-order-list.list .btlers-order-card .btlers-order-details-summary .btlers-order-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.btlers-order-list.list .btlers-order-card .btlers-order-details-summary .btlers-order-table .btlers-order-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.btlers-order-list.list .btlers-order-card .btlers-order-details-summary .btlers-order-table .btlers-order-row .btlers-label {
    width: 40%;
    display: inline-block;
}

.btlers-account-page-container .btlers-row input:focus::placeholder {
    color: transparent;
}

.btlers-account-page-container .btlers-row .btlers-input-label.required::after {
    content: "*";
}

.btlers-account-page-container .btlers-row .btlers-label-required {
    margin: 15px 0px;
    display: none;
}

.btlers-account-page-container .btlers-row .btlers-label-required.required {
    margin: 15px 0px;
    display: block;
}

.btlers-account-page-container .btlers-account-message {
    display: block;
    text-align: left;
    margin: 15px auto;
    height: 25px;
    position: relative;
    color: var(--contentTextColor) !important;
}

.btlers-account-page-container .btlers-account-message .success span {
    position: absolute;
    opacity: 0;
    color: green !important;
}

.btlers-account-page-container .btlers-account-message .error span {
    position: absolute;
    opacity: 0;
    color: red !important;
    ;
}

@keyframes showMessage {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0.9;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

.btlers-account-page-container .btlers-account-message .success.btlers-show span {
    animation: showMessage 5s ease 1 normal;
}

.btlers-account-page-container .btlers-account-message .error.btlers-show span {
    animation: showMessage 5s ease 1 normal;
}

.btlers-account-page-container .btlers-order-pagination {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px;
}

.btlers-account-page-container .btlers-order-pagination .btlers-order-pagination-item {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.btlers-account-page-container .btlers-order-pagination .btlers-order-pagination-item.btlers-active {
    background-color: var(--paginationBGColor);
}

.btlers-account-page-container .btlers-recently-view-product-list .btlers-control-container {
    width: 60%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.btlers-account-page-container .btlers-recently-view-product-list .btlers-qty-button-container {
    display: flex;
    flex-direction: row;
}

.btlers-account-page-container .btlers-recently-view-product-list .btlers-floating-price {
    padding: 15px 0px;
}

.btlers-account-page-container .btlers-floating-price {
    margin: 0px 0px 0px 20px;
}

.btlers-account-page-container .btlers-floating-price .btlers-current-price {
    font-weight: 600;
    display: block;
}

.btlers-account-page-container .btlers-floating-price .btlers-regular-price {
    display: block;
    text-decoration: line-through;
    color: var(--borderColor) !important;
}

.btlers-account-page-container .btlers-recently-view-product-list .btlers-floating-price .btlers-current-price {
    display: block;
    font-weight: 600;
}

.btlers-account-page-container .btlers-recently-view-product-list .btlers-floating-price .btlers-current-price.btlers-discount {
    display: block;
    color: red !important;
}

.btlers-account-page-container .btlers-recently-view-product-list .btlers-floating-price .btlers-regular-price {
    display: block;
    text-decoration: line-through;
    color: var(--borderColor) !important;
}

.btlers-account-page-container .btlers-order-pagination {
    display: block;
    width: 100%;
    text-align: center;
}

.btlers-account-page-container .btlers-order-pagination .btlers-order-pagination-item {
    display: inline-block;
    padding: 5px 10px;
}

.btlers-account-page-container .btlers-order-pagination .btlers-order-pagination-item.btlers-active {
    background-color: var(--paginationBGColor);
}

.btlers-account-page-container .btlers-password-hint {
    width: 65%;
    margin-top: 10px;
    text-align: left;
    float: right;
    font-size: 11px;
}

.btlers-account-page-container .btlers-address-form .btlers-readonly-mode .btlers-phone-wrapper,
.btlers-account-page-container .btlers-phone-wrapper,
.btlers-account-page-container .btlers-country-wrapper {
    width: 65%;
    border: 1px solid;
    border-color: var(--borderColor);
    display: flex;
    flex-direction: row;
}

.btlers-account-page-container .btlers-readonly-mode .btlers-phone-wrapper {
    border: none;
}

.btlers-account-page-content .btlers-country-wrapper .btlers-input,
.btlers-account-page-content .btlers-phone-wrapper .btlers-input {
    width: 100%;
    border: none;
}

.btlers-account-page-container .btlers-phone-wrapper .btlers-input[type="tel"] {
    display: inline-block;
}

.btlers-account-page-container #btlers-form-change-password .btlers-password-hint-wrapper {
    width: 100%;
    height: 15px;
}

.btlers-account-page-content .btlers-country-wrapper .btlers-select-row {
    bottom: 0;
    left: 0;
    width: 32px;
    height: 36px;
    padding: 0 10px;
    display: inline-block;
}

#btlers-confirmation-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00000054;
    overflow: scroll;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.btlers-confirmation-body {
    color: #000000;
    height: auto;
    padding: 30px;
    text-align: center;
    width: 90%;
    background-color: #ffffff;
    box-shadow: #666 0px 0px 10px;
    overflow: auto;
}

@media only screen and (min-width: 768px) {
    .btlers-confirmation-body {
        height: auto;
        width: 48%;
    }
}

.btlers-confirmation-body .btlers-confirmation-buttons .btlers-button.btlers-secondary-btn, 
.btlers-confirmation-body .btlers-confirmation-buttons .btlers-button.btlers-primary-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 15px 0px
}

@media only screen and (min-width: 768px) {
    .btlers-confirmation-body .btlers-confirmation-buttons .btlers-button.btlers-secondary-btn, 
    .btlers-confirmation-body .btlers-confirmation-buttons .btlers-button.btlers-primary-btn {
        display: inline-block;
        width: 100%;
        max-width: 150px;
        margin: 0px 0px 0px 0px
    }
}

.btlers-account-page-container .btlers-message {
    margin-bottom: 25px;
    display: block;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .btlers-account-page-container .btlers-message {
        font-size: 15px;
    }
}

.btlers-address-form .btlers-country-wrapper #AddressCountryNew {
    position: absolute;
    padding-left: 40px;
}

.btlers-order-list.list {
    display: flex;
    flex-wrap: wrap;
}