@charset "UTF-8";
@import url("common.css");
@import url("bootstrap.css");
body {
    color: #000 !important;
}
.bg-primary {
    background-color: #1d800e !important;
}
a {
    color: #000;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #0d0e0f;
    text-decoration: none;
}

.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
ol,
ul {
    list-style: none;
}
/* svg {
    vertical-align: baseline;
} */
.flex-1 {
    flex: 1;
}
@media (max-width: 600px) {
    .flex-sm-1 {
        flex: 1;
    }
}
input:focus {
    outline: 0;
}
.form-control:focus,
.btn:focus,
.btn.focus {
    box-shadow: none !important;
}
body {
    min-height: 100%;
    font-family: "Segoe UI", Helvetica, "Droid Sans", Arial, "lucida grande",
        tahoma, verdana, arial, sans-serif;
}
/* Header */


.mce-notification-inner{
    display:none!important;
}

.mce-notification {display: none !important;}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #8e1b1b;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #313537;
    --secondary: #304454;
    --success: #92cf5c;
    --info: #008bdc;
    --warning: #feaf02;
    --danger: #fb5154;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    font-size: 15px;
}

.border-bottom {
    /*border-bottom: 1px solid transparent;*/
    padding-bottom: 10px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
}

.desktop-header {
    display: flex;
    flex-direction: row;
    height: 65px;
}

.logo-col {
    min-width: 275px;
    max-width: 275px;
    padding: 0px;
    /*border-bottom: 1px solid #dfdfdf;*/
    /*border-right: 1px solid #dfdfdf;*/
}

@media only screen and (max-width: 998px) {
    .logo-col,
    .menu-col .more-info {
        display: none;
    }
}

.logo-col .logo {
    height: 100%;
    display: block;
    text-align: center;
}

.logo-col .logo img {
    height: auto;
    max-width: 100%;
    border-bottom: 1px solid #023f80 !important;
}

.menu-col {
    width: 100%;
}

.menu-col .menu-row {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.menu-col .search-row {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.menu-col .flex-row {
    height: 100%;
    border-bottom: 1px solid #1d800e;
}

@media (min-width: 999px) {
    .menu-col .menu-row .button.menu-button {
        display: none;
    }
}
@media (min-width: 545px) {
    .menu-col .menu-row .button {
        border-right: 1px solid #dfdfdf;
    }
}

.bottom-navigation {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1052;
    background: #fff;
    display: block;
}
.bottom-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    background-color:#1d800e;
}
.bottom-menu li {
    list-style: none;
    width: 100%;
    border-left: 1px solid #dfdfdf;
}
@media (max-width: 33.99em) {
    .bottom-menu li:first-child {
        border-left: 0;
    }
}
.menu-col .menu-row .button {
    padding: 0.7rem 1.5rem;
    display: block;
    height: 100%;
    float: left;
    font-size: 1.3rem;
}
.menu-col .menu-row .button.menu-button .menu-icon {
    display: block;
    width: 20px;
    height: 16px;
    margin-top: 5px;
    position: relative;
}

.menu-col .menu-row .button.menu-button .menu-icon span {
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menu-col .menu-row .button.menu-button .menu-icon span:first-child {
    width: 40%;
}

.menu-col .menu-row .button.menu-button .menu-icon span:nth-child(2) {
    top: 49.5%;
}

.menu-col .menu-row .button.menu-button .menu-icon span:nth-child(3) {
    top: 49.5%;
}

.menu-col .menu-row .button.menu-button .menu-icon span:last-child {
    width: 60%;
    bottom: 0;
    margin-bottom: 0;
}

.menu-col .menu-row .middle {
    text-align: center;
    padding: 5px;
}

@media only screen and (min-width: 999px) {
    .menu-col .logo {
        display: none;
    }
}

.menu-col .logo img {
    height: 100%;
    width: auto;
}
@media (max-width: 544px) {
    .menu-col .menu-row .button.home-button {
        display: none;
    }
    .menu-col .logo img {
        height: 90%;
        width: 100%;
    }
}
.menu-col .menu-row .right {
    display: flex;
}

.helpline {
    padding: 0.3rem 1rem;
    line-height: 1.2;
}

@media (min-width: 545px) {
    .menu-col .menu-row .right > div {
        border-left: 1px solid #dfdfdf;
    }
}

@media (max-width: 1100px) {
    .helpline {
        display: none;
    }
}

/*@media (min-width: 1920px){*/
/*        .logo-col {*/
/*        width: 318px !important;*/
/*        padding: 12px;*/
/*    }*/
/*}*/

.menu-col .menu-row .right .user-area {
    position: relative;
    text-align: center;
}

@media (min-width: 545px) {
    .menu-col .menu-row .right > div {
        border-left: 1px solid #dfdfdf;
    }
}
.user-login {
    padding: 0.9rem 1.6rem;
    display: block;
}

@media (max-width: 768px) {
    .user-login {
        padding: 0.7rem 1.6rem;
    }
}
.text {
    text-transform: capitalize;
}

.perfect__padding {
    padding: 5px 0 5px 0px;
    display: block;
    text-decoration: none;
    letter-spacing: 0.1px;
}
.perfect__list {
    padding: 5px 0 5px 0px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.perfect__list:hover {*/
/*    cursor: pointer;*/
/*    background: #e1e1e1;*/
/*    background: linear-gradient(to left,#fff 0,#023f8026 100%);*/
/*}*/


.perfect__list:hover {
    cursor: pointer;
    background: #e1e1e1;
    background: linear-gradient(to left,#f1a474 0,#F47424 100%);
    color: #FFF;
}

.perfect__list:hover .count-list{
    border: 1px solid #e1e1e1 !important;
}
.customer-menu {
    top: 100%;
    background: #844d2c;
    height: 0;
    width: 100%;
    transition: 0.3s;
    overflow: hidden;
    /* left: -1px; */
    z-index: 55;
    position: absolute;
}
.user-login + .customer-menu {
    white-space: nowrap;
}

.user-login:hover {
    text-decoration: none;
}

/* @media (min-width: 769px) {
    .user-login:hover {
        background: #5FC196;
    }
} */
.customer-menu a {
    border: 0;
    text-align: left;
    padding: 0.33rem 0.5rem;
    display: block;
    border-top: 0.5px solid #edf2f7;
}

.user-login:hover + .customer-menu {
    height: auto;
    transition: 0.3s;
    display: block;
    top: 102%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.user-login + .customer-menu:hover {
    height: auto;
    top: 102%;
}

.customer-menu a:hover {
    text-decoration: none;
    background: ##032b56;
}
@media screen and (max-width: 510px) {
    .customer-menu {
        left: auto;
        right: 0;
        width: 150px;
    }
}

@media screen and (max-width: 510px) {
    .customer-menu:hover {
        left: auto;
        right: 0;
        width: 150px;
    }
}

@media (max-width: 767px) {

    .user-login .text {
        display: none;
    }

    .cat {
        display: contents;
    }

    .newcon {
        margin-bottom: 20px;
    }

    .user-login .feather {
        display: block;
        width: 19.5px;
        height: 29px;
    }

}
.menu-col .search-row {
    display: flex;
    justify-content: space-between;
}

.main-search {
    position: relative;
    width: 100%;
    background: #844d2c;
}
.main-search .number{
    margin-left: 5px;
}
.main-search .number, .main-search a{
    color: #fff;
}


.main-search form {
    margin-right: 5px;
}

.menu-col .search-row .right {
    min-width: 275px;
}

@media only screen and (max-width: 34em) {
    .menu-col .search-row .right {
        display: none;
    }
}

.search-input {
    border: 0;
    display: block;
    width: 100%;
    margin-left: 5px;
    padding: 0.6rem 1rem;
    font-size: 1.1rem;
    height: 40px;
    /*border-radius: 3px;*/
    -webkit-transition: background-color 2s;
    transition: background-color 2s;
    /* color:yellow; */
}

/*.btn-light{*/
/*    border-radius: 0 !important;*/
/*}*/

.btn-light {
    border-top-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
   background: #f2f3f4;
    border: 0px;
    color: #3e3d3d;
}

/* .search-input::placeholder {
    color: #fffdfd;
    opacity: 1;
}

.search-input:-ms-input-placeholder {
    color:  #fffdfd;
}

.search-input::-ms-input-placeholder {
    color: #fffdfd;
}

.search-input:focus,
.search-input:hover {
    background-color: #025928;
    color: yellow;
} */

.main-search .search-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 1.4rem;
}

.menu-col .search-row .right {
    min-width: 275px;
    min-height: 50px;
}

.bottom-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.bottom-menu li {
    list-style: none;
    width: 100%;
    border-left: 1px solid #dfdfdf;
}

.bottom-menu li a {
    padding: 1rem 1rem;
    display: block;
    height: 100%;
    text-align: center;
    font-size: 0.4rem;
    position: relative;
}

.bottom-menu li a .cart-qt {
    color: #fff;
    padding: 1px 6px;
    font-size: 0.8rem;
    border-radius: 12px;
    position: absolute;
    top: 5px;
}

#svg-icon {
    vertical-align: top;
}

.icon-message {
    height: 100%;
    max-width: 26px;
}
/* Header */
.body-content {
    display: flex;
    height: 100%;
    margin-top: 65px;
}

.sidebar {
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sidebar {
    flex-basis: 275px;
    min-width: 275px;
}

.sidebar.left-sidebar {
    margin-left: -275px;
    transition: 0.3s;
    background: #fff;
}
.sidebar.left-sidebar.active {
    margin-left: 0;
    position: relative;
    transition: 0.3s;
}
@media(max-width:991px){
    .content-height{
        margin-top: 65px;
    }
}
.sidebar-menu {
    position: sticky;
    min-width: 275px;
    border-right: 1px solid #dfdfdf;
    top: 65px;
}

@media (max-width: 440px) {
    .sidebar.left-sidebar {
        width: 100%;
    }
}
@media (max-width: 998px) {
    .sidebar.left-sidebar {
        position: fixed;
        left: -100%;
        margin-left: auto;
        height: 100%;
        top: 65px;
        z-index: 1051;
    }
}
@media (max-width: 998px) {
    .sidebar.left-sidebar.active {
        position: fixed;
        left: 0;
    }
}

@media (max-width: 998px) {
    .sidebar-menu {
        top: 65px;
        position: sticky;
    }
}

.scroll-wrap {
    padding: 0 0 2.5rem;
    width: 274px;
}
.sidebar-section .title span {
    float: right;
}
@media (max-width: 440px) {
    .scroll-wrap {
        width: 100%;
        overflow: hidden scroll;
        height: 525px;
    }
}
.category-list {
    padding: 1rem 1.5rem;
}

/* .sidebar-section {
    margin-bottom: 1rem;
} */

.title {
    cursor: pointer;
    font-size: 1.1rem;
}

/* .title span {
    float: right;
} */

.category-menu {
    margin-bottom: 0.8rem;
}

.sidebar-menu .submenu {
    margin-left: 20px;
}

li {
    width: 100%;
}

.category-menu-wrap .category-menu li {
    list-style: none;
}

.category-menu-wrap .category-menu li a {
    text-transform: capitalize;
    font-size: 1rem;
}

.category-menu-wrap .category-menu li.active > a {
    color: #ffa500;
    font-weight: bold;
}

.category-menu-wrap .category-menu li a + ul {
    display: none;
}

.category-menu-wrap .category-menu li.active > ul {
    display: block;
    padding-left: 20px;
    border-left: 1px solid #eee;
}

.category-menu-wrap .category-menu li {
    list-style: none;
}

.sidebar-section .helpline {
    text-align: center;
}

.sidebar-section .helpline h6 {
    margin: 0;
}

.sidebar-section .helpline a {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -1px;
}
.sidebar-section .helpline svg {
    margin-right: 0.5rem;
}

.bkash_number p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -1px;
}
.bkash_number p img {
    margin-right: 0.5rem;
    width: 16%;
}

/* End of Side bar */
.main-content {
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main-content {
    width: 100%;
}

.content-height {
    /* min-height: 90vh; */
    /* margin-bottom: 2rem; */
    margin-bottom: 1rem;
}

.biggapon {
    text-align: center;
}

.all-product-section,
.brand-section,
.category-section,
.products-list,
.shop-list {
    border-bottom: 1px solid #dfdfdf;
}

.page-title2 {
    padding: 0.95rem 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    position: sticky;
    background: #fff;
    height: 50px;
    margin: 0;
    z-index: 49;
}
.page-title {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid #cfcfcf;
    font-size: 1rem;
    position: sticky;
    background: #fff;
    min-height: 65px;
    margin: 10px 0;
    z-index: 49;
}

.cat-list-wrap {
    padding: 1rem;
}

.cat-link-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    justify-content: start;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    width: 100%;
}

@media (min-width: 81.25em) {
    .cat-link-wrap .app-card {
        width: 20%;
    }
}

@media (max-width: 81.24em) {
    .cat-link-wrap .app-card {
        width: 25%;
    }
}

@media (max-width: 47.99em) {
    .cat-link-wrap .app-card {
        width: 25%;
    }
}

@media (max-width: 33.99em) {
    .cat-link-wrap .app-card {
        width: 50%;
    }
}

.card {
    float: left;
    margin-bottom: 2rem;
    border: 1px solid rgba(19, 19, 19, 0.125);
}

.card {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.cat-link-wrap .app-card .card {
    height: 100%;
    margin-bottom: 0;
    border-top: 0;
    border-left: 0;
}

.card .card-thumb,
.card .cat-thumb {
    overflow: hidden;
    position: relative;
}

.cat-thumb {
    width: 100%;
    padding-top: 59%;
}
/* .card-img-top,
.card:focus span,
.card:hover span {
    width: 100%;
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
} */
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
}

.card-img-top {
    position: relative;
    margin-top: -61%;
}

.card .card-thumb .card-img-top,
.card .cat-thumb .card-img-top,
.card:focus .card-thumb span,
.card:focus .cat-thumb span,
.card:hover .card-thumb span,
.card:hover .cat-thumb span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 100%;
    vertical-align: middle;
}

.card .card-body {
    border-top: 1px solid rgba(19, 19, 19, 0.125);
    padding: 1rem;
}

.card .card-body {
    padding: 0.8rem;
}

.card .card-body .card-title {
    text-align: center;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 400;

    position: relative;
    text-align: center;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    color: #212121;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;

    height: 3em;
    overflow: hidden;
    line-height: 1.5em;
}

.search-section {
    float: right;
    margin-top: -15px;
    line-height: 1;
    vertical-align: top;
}

.search-section .search-input {
    height: 30px;
    border: 0;
    vertical-align: top;
    padding: 7px 15px;
    font-size: 1rem;
    background: #ededed;
    border-radius: 20px;
    margin: 10px -8px;
}

.brand-list-wrap {
    padding: 1rem;
}

.see-more {
    float: right;
    margin-top: -5px;
}

[class*="btn-"] {
    padding: 0.2rem 0.6rem;
}

.product-row {
    display: flex;
    flex-flow: row wrap;
    padding: 0.5rem;
    width: 100%;
}

.product-row .item {
    padding: 0.5rem;
    flex-basis: 20%;
    max-width: 20%;
}


@media (max-width: 47.99em) {
    .product-row .item {
        width: 25%;
    }
}

@media (max-width: 33.99em) {
    .product-row .item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

.product-row .card {
    border: 0;
    box-shadow: 0 2px 4px 1px rgba(27, 27, 27, 0.1);
}
.product-row .card:hover {
    box-shadow: 0 2px 4px 1px rgba(2, 63, 128, 0.34);
}
.product-row .card .card-body {
    border-top: 0;
}
.border-top {
    border-top: 1px solid #cfcfcf;
}
/*.mini__badge{*/
/*    font-size: .75rem!important;*/
/*    padding-left: .5rem!important;*/
/*    padding-right: .5rem!important;*/
/*    padding-top: .25rem!important;*/
/*    padding-bottom: .25rem!important;*/
/*    font-weight: 700!important;*/
/*    border-radius: 9999px!important;*/
/*    background-color: #023f80!important;*/
/*    color: #fff;*/
/*    border: 0 solid #e2e8f0;*/
/*}*/

.mini__badge {
    font-size: .75rem!important;
    padding-left: .5rem!important;
    padding-right: .5rem!important;
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
    font-weight: 700!important;
    border-radius: 9999px!important;
    background-color: #844d2c!important;
    color: #fff;
    border: 0 solid #e2e8f0;
}


.price {
    font-weight: 500;
    line-height: 22px;
    height: 22px;
    font-size: 15px;
}

.align-left {
    float: left;
}

.price-second-line {
    margin-top: 4px;
    margin-right: 4px;
    line-height: 14px;
    height: 14px;
    color: #9e9e9e;
    font-size: 12px;
}

.price-text {
   text-decoration: line-through;
   text-decoration-color: red;
}

.discount-text {
    color: #212121;
    opacity: 0.8;
    margin-left: 4px;
}

.sidebar.right-sidebar {
    border-left: 1px solid #dfdfdf;
    background: #f9f9f9;
}

@media(min-width:769px){
    .sidebar.right-sidebar{
        display: none;
    }
    .sidebar.right-sidebar.toggle{
        display: block;
    }
}

@media (max-width: 768px) {
    .sidebar.right-sidebar {
        display: none;
    }
}

.ad {
    overflow: hidden;
    display: block;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
}

.biggapon-bar {
    padding: 10px;
    background: #f9f9f9;
    flex-basis: 275px;
    min-width: 275px;
    height: 100%;
}

.biggapon-bar img {
    width: 100%;
    margin-bottom: 10px;
}
.heading-1 {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.login-head-icon {
    border-radius: 50%;
    background: #fff;
    display: table;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0 auto;
}

.form-input {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0.6rem 1rem;
    border-radius: 50px;
    background: #f7f7f7;
}

.btn-rounded {
    border-radius: 50px;
    padding: 0.4rem 1rem;
}

/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: #023f80;*/
/*    border-color: #023f80;*/
/*}*/

/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: #ffa500;*/
/*    border-color: #ffa500;*/
/*}*/

.btn-primary {
    color: #fff;
    background-color: #844d2c;
    border-color: #844d2c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #08294c;
    border-color: #023f80;
}

.btn-secondary {
    color: #fff;
    background-color: #023f80;
    border-color: #023f80;
    cursor: pointer;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #042d58;
    border-color: #042d58;
}

.cart-menu {
    background: #fff;
}

.cart-menu .cart-menu-header {
    padding: 0.8rem;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    height: 50px;
}

.cart-menu .cart-menu-header .close-btn {
    cursor: pointer;
    border: 1px solid #62615f;
    padding: 3px 15px;
    color: #4f4f4f;
}

@media (min-width: 545px) {
    .mobile-only {
        display: none !important;
    }
}

.cart-menu .cart-menu-header .title {
    margin: 0;
}

.empty-bag {
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
}

[hidden] {
    display: none !important;
}

.empty-bag img {
    width: 200px;
    max-width: 100%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}
.empty-bag .empty-bag-text {
    position: absolute;
    top: 300px;
    left: 0;
    max-width: 100%;
    padding: 0 5px;
    margin-top: 5px;
}

.cart-menu .cart-menu-footer {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    box-shadow: 1px -1px 4px 0 rgba(0, 0, 0, 0.15);
}

.total-amount {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px 1rem;
    border-bottom: 1px solid #dfdfdf;
}

.total-amount span {
    font-weight: 500;
    width: 50%;
}

.total-amount span:nth-child(2n) {
    text-align: right;
}
.total-amount small {
    color: #4d4d4d;
}

.footer-button {
    padding: 1rem;
}

.order > button {
    display: block;
    width: 100%;
}
@media (max-width: 544px) {
    .b-55 {
        bottom: 55px !important;
    }
    .cart-menu .cart-menu-header .close-btn {
        float: left;
        background: #feaf02;
        padding: 0.1rem 0.4rem;
        border-radius: 1rem;
    }
    .cart-menu .cart-menu-header .title {
        float: right;
        margin: 0;
    }
    .sidebar.right-sidebar.toggle {
        display: block;
        position: fixed;
        background: #fff;
        width: 100%;
        top: 65px;
        height: calc(100% - 100px);
        z-index: 1051;
        margin-bottom: 50px;
        overflow-y: scroll;
    }
}
.shoppingCart__body a {
    color: #000;
}
.shoppingCart__body div.quantity {
    width: 30px;
    text-align: center;
    padding-top: 0;
    align-self: center;
}
.shoppingCart__body div.orderItem {
    position: relative;
    display: flex;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    transition: background-color 300ms linear;
    justify-content: space-evenly;
}

.shoppingCart__body div.caret:hover {
    opacity: 1;
}
.shoppingCart__body div.caret {
    display: block;
    width: 30px;
    height: 20px;
    color: #aaa;
    cursor: pointer;
    opacity: 0.35;
}
.shoppingCart__body div.caret svg {
    width: 20px;
    height: 20px;
}
.shoppingCart__body img.productPicture {
    max-width: 40px;
    max-height: 40px;
}

.shoppingCart__body div.orderItem > div.name {
    width: 130px;
    font-size: 12px;
}
.shoppingCart__body div.orderItem > div.amount {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.shoppingCart__body div.remove svg {
    fill: #999;
    cursor: pointer;
}
.shoppingCart__body div.remove svg:hover {
    fill: #db1e3d;
    stroke: #db1e3d;
}

.form-submit-button {
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
}

#imageSlider {
    margin-bottom: 0.8rem;
}

.product-gallery .zoomWrapper {
    position: relative;
}

.product-description p {
    font-size: 0.8rem;
}

.specifications {
    color: #000;
}
.sku {
    text-transform: uppercase;
}

.specifications p {
    margin: 0;
    white-space: pre-line;
}

.sb-button,
.sb-group {
    display: inline-flex;
    align-items: flex-start;
}

.sb-group {
    flex-wrap: wrap;
}

.sb-wrapper {
    font-size: inherit;
    cursor: pointer;
    position: relative;
    outline: 0;
    min-width: 4.125em;
    height: 2.5em;
    border: none;
    border-radius: 1px;
    padding: 0;
    line-height: 2.571em;
    background-color: transparent;
}

.sb-button {
    margin: 0.3125em;
}

.sb-default .sb-wrapper {
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    background-color: #4267b2;
}

.sb-wrapper .sb-inner {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
}

.sb-wrapper .sb-content {
    display: flex;
    height: 100%;
    width: 100%;
}

.sb-wrapper .sb-count,
.sb-wrapper .sb-icon,
.sb-wrapper .sb-text {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sb-wrapper .sb-icon {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    min-width: 2em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.tabcontent {
    display: none;
}

.cart-actions {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    clear: both;
}

.cart-actions .btn-cart,
.cart-actions .wishlist,
.cart-actions button {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    margin: 0 20px 0 0;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}

.incaps {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}

.bg-title {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fafafa;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
}

/* checkout */
.shoppingCart__body a {
    color: #000;
}
.shoppingCart__body div.quantity {
    width: 30px;
    text-align: center;
    padding-top: 0;
    align-self: center;
}
.shoppingCart__body div.orderItem {
    position: relative;
    display: flex;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ebebeb;
    padding-top: 5px;
    padding-bottom: 4px;
    align-items: center;
    transition: background-color 300ms linear;
    justify-content: space-evenly;
}

.shoppingCart__body div.caret:hover {
    opacity: 1;
}
.shoppingCart__body div.caret {
    display: block;
    width: 30px;
    height: 20px;
    color: #aaa;
    cursor: pointer;
    opacity: 0.35;
}
.shoppingCart__body div.caret svg {
    width: 20px;
    height: 20px;
}
.shoppingCart__body img.productPicture {
    max-width: 40px;
    max-height: 40px;
}

.shoppingCart__body div.orderItem > div.name {
    width: 145px;
    font-size: 12px;
    padding-left: 5px;
}
.shoppingCart__body div.orderItem > div.amount {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.shoppingCart__body div.orderItem > div.name .subText {
    color: #9a9999;
    font-size: 10px;
    font-weight: 700;
}
.shoppingCart__body div.remove svg {
    fill: #999;
    cursor: pointer;
}
.shoppingCart__body div.remove svg:hover {
    fill: #db1e3d;
    stroke: #db1e3d;
}
.shoppingCart__footer {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin-bottom: 10px;
}

.order-success {
    padding: 0 10px;
}
.order-success .order-succcess-title {
    padding: 0;
    margin: 0 0 10px;
}

.order-tracker {
    margin: 15px 0;
}

/* Order track */
.order-tracker-header {
    display: flex;
    flex-direction: column;
}
.order-tracker-header p {
    margin: 0;
}

.order-tracker-id {
    font-size: 16px;
    font-weight: 500;
}
.order-tracker-published-date {
    color: #7b7878;
}

.order-tracker-amount {
    font-size: 18px;
}

.product__price-wrapper {
    position: relative;
}

.product__price {
    display: inline-block;
    padding: 16px 0 17px;
}

.product__price .price {
    font-size: 30px;
}

.product__price .product__price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #9e9e9e;
}
.product__price .product__price-discount {
    font-size: 14px;
    color: #212121;
    margin-left: 6px;
}
@media (max-width: 600px) {
    footer {
        margin-bottom: 4rem;
    }
}
footer ul li.text,
footer ul li.icon {
    display: inline;
}
footer ul li.text {
    font-size: 15px;
    margin-right: 5px;
}

footer ul li.icon img {
    /* width: 50%; */
    /* height: 40px; */
    vertical-align: middle;
}
footer .contact-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .contact-section .number {
    font-size: 25px;
    font-weight: 700;
    margin-left: 13px;
}
footer .email-address {
    font-size: 16px;
}

footer .contact-section .email-address .pre-text {
    font-weight: 100;
    margin-right: 5px;
}

footer .contact-section .email-address .email {
    font-weight: 700;
}

footer .social-section {
    margin-bottom: 20px;
}

footer .social-section ul li a img {
    width: 40px;
    height: 40px;
}

footer, footer a, footer li, footer h1, footer h2, footer h5 {
    color:#b8b9d3 !important;
}

.catimagehome {
    height: 35px;
    width: 35px;
}
.categoryname{
    width: 80%;
    float: left;
    font-size: 15px;
    line-height: 31px;
}
.categoryimage {
    float: right;
}
.categoryname p{
    padding: 0;
    margin: 0;
}
.catheader h2 {
    text-align: center;
    padding: 25px;
    margin-bottom: 20px;
    font-weight: 300;
}
.cat {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 0px 10px 10px 0px;
}
.cat:hover {
    box-shadow: 0px 0px 3px 0px #023f80ba;
}
.count-list {
    border: 1px solid #023f80;
    padding: 0px 5px 0px 5px;
    margin: 5px;
    font-size: 12px;
    font-weight: 700;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.lanactive {
    color: white !important;
    font-weight: 700;
}

.normalBanner{
    min-height: 215px;
    max-height: 215px;
    text-align: center;
    overflow: hidden;
}

.categoryTopBanner {
    display: flex;
    justify-content: center;
}

.fade-carousel-container {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    overflow: hidden;
}

.normalBanner img {
    max-width: 100%;
    max-height: 215px;
}

.fade-carousel-container img {
    position: relative;
    max-height: 215px;
    z-index: 1;
    opacity: 1;
}

/*.btn-outline-danger {*/
/*    color: #ffffff;*/
/*    border-color: #023f80;*/
/*    background: #023f80;*/
/*}*/

.btn-outline-danger {
    color: #ffffff;
    border-color: #844d2c;
    background: #844d2c;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #e89806;
    border-color: #ffffff;
}

.number{
    
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    border-radius: 50%;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: red;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

/*.btn-outline-danger:hover {*/
/*    color: #fff;*/
/*    background-color: #032140;*/
/*    border-color: #023f80;*/
/*}*/


.border-bottom {
    border-bottom: 1px solid transparent !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #844d2c;
    border-color: #844d2c;
}


