.container {
    padding-left: 5px;
    padding-right: 5px;
}

#ctnHeaderContainer {
    height: auto;
}

#secHeaderContainer {
    position: fixed;
    border-bottom: 1px solid darkgrey;
    background-color: var(--c-1593747925171, rgba(255, 255, 255, 0));
    padding: 0;
}

#secHeaderContainer .container {
    padding-left: 5px;
}

.widget-search-button {
    width: 60px;
}

#secHeaderContainer .widget-search-button {
    height: 34px;
    top: 1px;
}

#secHeaderContainer .widget-search-box {
    padding: 10px;
    width: 100%;
}

#secHeaderContainer .widget-search-input input {
    width: 100%;
}

.main-container {
    margin-top: 90px;
}

.mobile-device {
    display: inline-flex;
}

.screen-device {
    display: none;
}

.column-search-box {
    display: block;
}

#secFooter {
    padding-bottom: 55px;
}

.widget-search-input {
    height: 36px;
}

.openList {
    display: flex !important;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.openList>div {
    width: 35px;
    height: 35px
}

.openList>span {
    display: none
}

.openList hr {
    -moz-transition: .5s all ease-in-out;
    background: #fff;
    border: 1px solid #fff;
    transition: .5s all ease-in-out;
    z-index: 98;
    margin-top: 7px;
    margin-bottom: 7px;
}

.openList.ac {
    position: relative;
    z-index: 21;
    background: var(--c-1602726730789, #ffe438);
}

.openList.ac>div {
    width: 40px;
}

.openList.ac>span {
    display: block;
    color: #fff;
    font-size: 11px
}

.openList.ac hr:nth-child(2) {
    opacity: 0
}

.openList.ac hr:nth-child(1) {
    -moz-transform: rotate(135deg) translateX(6px) translateY(-6px);
    background: #fff;
    border-color: #fff;
    transform: rotate(135deg) translateX(6px) translateY(-6px)
}

.openList.ac hr:nth-child(3) {
    -moz-transform: rotate(-135deg) translateX(6px) translateY(6px);
    background: #fff;
    border-color: #fff;
    transform: rotate(-135deg) translateX(6px) translateY(6px)
}

.openList.close {
    float: right;
    margin-right: 10px
}

#menuRes {
    display: flex !important;
    position: fixed;
    width: 100vw;
    top: 90px;
    height: calc(100% - 90px);
    background: #fff;
    z-index: 20;
    right: -100vw;
    padding: 15px 0 0 0;
    transition: .3s all ease-in-out;
    overflow-y: auto;
    flex-direction: column;
    justify-content: space-between;
}

#menuRes nav.menu {
    display: flex;
    flex-direction: column;
    padding: 0 20px 10px;
}

#commonHead.active #menuRes {
    right: 0
}

#menuRes .menu-link {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

#menuRes .menu-link .back-cate,
#menuRes .menu-link .all-cate {
    font-size: 25px;
    display: flex;
}

#menuRes .menu-link .all-cate {
    align-items: center;
}

#menuRes .menu-link .all-cate:focus .cate-name {
    color: #23527c;
}

#menuRes .menu-link .cate-name {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #337ab7;
    padding: 0 10px;
}

#menuRes ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

#menuRes .menuCate {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 5px;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: calc(100vh - 545px);
    min-height: 122px;
}

#menuRes .menuCate li a {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px;
}

#menuRes .menuCate li a img.show-hover {
    display: none;
}

#menuRes .menuCate li a:hover {
    background: var(--c-1593747964201, #222);
    color: white;
}

#menuRes .menuCate li a:hover img.hide-hover {
    display: none;
}

#menuRes .menuCate li a:hover img.show-hover {
    display: inline-block;
}

#menuRes .menuCate li a img {
    max-width: 50px;
}

#menuRes .contact-info {
    display: block;
    margin: 22px 0 15px 0;
    padding-left: 15px;
    width: 100%;
}

#menuRes .contact-info div {
    display: inline-block;
}

#menuRes .contact-info>div {
    padding-bottom: 7px;
}

#menuRes .contact-info .title {
    width: 80px;
    padding-right: 5px;
}

#menuRes .contact-info .icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #3498db;
    color: #fff;
    font-size: 9px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    position: relative;
    top: -2px;
    margin: 0 5px;
}

#menuRes .contact-info .icon i {
    transform: scaleX(-1)
}

#menuRes .count-cate {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}

#menuRes .count-cate .item {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ddd;
    padding: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 60px;
    font-size: 16px;
}

#menuRes .count-cate .item span:first-child {
    text-transform: uppercase;
}

#menuRes .count-cate .item span:nth-child(2) {
    margin: 7px 0
}

#menuRes .count-cate .item:last-child {
    border-right: none
}

#menuRes .count-cate.store-info {
    border-bottom: none;
}

#menuRes .lstProduct li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #cdcdcd;
    color: #3498db
}

#menuRes .lstProduct {
    border-top: 1px solid #cdcdcd
}

#supRes {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 12;
    background: var(--c-1593747925171, rgba(255, 255, 255, 0));
    color: #fff;
    display: flex;
    padding: 5px 0
}

#supRes .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(232, 232, 232, 0.7);
    color: white;
}

#supRes .item:last-child {
    border: none
}

#supRes .item .icon {
    height: 25px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

#supRes .item .icon>* {
    max-height: 100%;
    font-size: 15px
}

#supRes .item .icon .number {
    position: absolute;
    top: 0;
    right: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #a8741a;
    text-align: center;
    line-height: 15px;
    font-size: 12px
}

#supRes .item .text {
    font-size: 12px;
}

.fb_dialog_content>iframe {
    right: 0 !important;
    bottom: 65px !important;
}

#secHeaderContainer .logo img.mobile-device {
    max-height: 55px;
    padding-left: 5px;
}

.widget-body-product-grid .repeater-box {
    grid-gap: 5px 5px !important;
}

.sec-category {
    padding: 5px !important;
}

.sec-category>.container {
    padding-left: 5px;
    padding-right: 5px;
}

#menuRes .show-all-products {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #337ab7;
}

#menuRes .show-all-products:hover {
    background-color: whitesmoke;
}

#menuRes .menuCate .cate-item-name {
    padding-top: 10px;
}

#menuRes .check-order {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    color: #337ab7;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-product-box {
    height: 100%;
}

.swal2-popup.construction-alert {
    width: calc(100vw - 20px) !important;
}

.widget-product-category-grid .repeater-box {
    grid-gap: 5px !important;
}

.sec-body-banner .container {
    padding-right: 10px;
    padding-left: 10px;
}

.sec-body-banner .column {
    grid-gap: 5px !important;
}

.sec-body-banner .repeater-item {
    border: unset !important;
}

#secFooter {
    padding: 0px;
}

#secFooter .container {
    padding: 0px;
}

#secBodySlider .container {
    padding: 0px;
}

#secBodySlider {
    padding: 0px !important;
}

.column-body-category .sec-body-banner .column {
    padding: 0px;
}

.widget-product-box>.widget-childs {
    display: flex;
    flex-direction: column;
}

.widget-product-box-name {
    flex: 1;
}

.subcriber {
    padding-bottom: 70px;
}

.widget-scroll-top {
    bottom: 130px;
    right: 13px;
}

.download-app {
    --download-height: 50px;
    position: fixed;
    height: var(--download-height);
    z-index: 10;
    bottom: 0;
    display: block;
    width: 100%;
}

.download-app .background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.6;
}

.download-app .content {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 3px;
}

.download-app .content #btnDeepLink {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-left: 5px;
    height: var(--download-height);
    color: white;
    position: relative;
}

.download-app .content #btnDeepLink>img {
    border: 1px solid white;
    background-color: white;
    border-radius: 10px;
    padding: 4px;
    min-height: 35px;
    min-width: 35px;
}

.download-app .content #btnDeepLink>img.ios {
    border: none;
    background-color: transparent;
    padding: 0;
}

.download-app .content #btnDeepLink .description {
    height: var(--download-height);
    color: white;
    font-size: 10px;
    display: flex;
    align-items: center;
}

.download-app .content #btnDeepLink .loader {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 2000;
}

.download-app .content #btnDeepLink .loader-default:before {
    position: initial;
    height: 35px;
    width: 35px;
    border-radius: 10px;
}

.download-app .content #btnDeepLink .loader-default:after {
    position: absolute;
    top: auto;
    left: 3px;
    border-width: 1px;
    width: 30px;
    height: 30px;
}

.download-app .content .button-group {
    min-width: 184px;
}

.download-app .content .button-group .link-button {
    color: white;
    padding: 0 12px;
}
