@import './font-face.css';


p {
    margin: 0 !important;
    font-size: 15px;
    line-height: 26px;
}
.text-overflow-250{
    max-width: 250px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.hidden {
    display: none;
}

.carousel-control-next, .carousel-control-prev {
    width: 15%;
}
small {
    font-size: 90%;
}

.ez-animate {
    opacity: 0;
}

.list-icon-0 a i:first-child {
    margin-left: 5px !important;
}
.ez-product-discount-dealer.have{
    opacity: .5;
    text-decoration: line-through;
    margin-right: 12px;
}
#ez-app {
    overflow-x: hidden;
}
.ez-search-block{
    padding-top: 20px;
    background: white;
}
.sidebar-mobile-logo {
    max-width: 80%;
}

.pagination .page-link {
    padding: 6px 12px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

.page-item:first-child .page-link {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}

.scrolling-wrapper{
    overflow-x: auto;
    overflow-y: hidden;
}

.ezy-zoom:hover {
    transform: scale(1.05);
}

.ezy-zoom {
    transition: .6s ease;
}
.arrow-right, .arrow-left{
    cursor: pointer;
}
.arrow-line{
    font-size: 20px;
}
.text-grey{
    opacity: 50%;
}
.page-link {
    color: #ffffff;
}

.page-link:focus {
    box-shadow: none;
}

.btn-load-more:hover {
    text-decoration: none !important;
}

.preload {
    position: fixed;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    width: 100%;
    z-index: 100000;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
}

.preload.loading {
    z-index: 99999;
    display: flex;
}

.preload.loading.checkout-loading {
    background: rgba(0, 0, 0, .3);
}

.btn, input {
    font-size: 13px;
}

.form-control {
    font-size: 13px;
    color: #333333;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: #e5e5e5;
    box-shadow: none;
}

.page-name {
    font-size: 14px;
    font-weight: bold;
}

.ez-row {
    padding-top: 1em;
    padding-bottom: 1em;
}

.ez-cols {
    padding-top: 1em;
    padding-bottom: 1em;
}

.ez-cols-px-0 {
    margin: 20px 0px;
}

.ez-col-h-feature {
    margin: 0px 0px;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.ez-screen-container {
    position: relative;
    min-height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #40454b;
    width: 100%;
}

.ez-topbar {
    padding: 8px;
    padding-left: 0;
}

.ez-topbar .ez-builder-logo {
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    background: #263238;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ez-footer {
    position: fixed;
    width: 100%;
}

.ez-footer .ez-builder-logo {
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    background: #263238;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ez-menu-group {
    width: 48px;
    height: calc(100vh - 90px);
    position: fixed;
    background: #343a40!important;
    z-index: 22;
}

.ez-menu-group-header .list-group-item {
    padding: 10px 8px;
    border-radius: 0;
    background: none;
    color: white;
    border: none;
    border-bottom: solid 1px #263238;
}

.ez-menu-group-header .list-group-item:hover {
    background-color: #263238;
    cursor: pointer;
}

.ez-menu {
    position: fixed;
    margin-left: 48px;
    z-index: -1;
    height: calc(100% - 90px);
    width: 250px;
    background: #263238;
    border: none;
    border-radius: 0 !important;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    transition: .5s;
    left: -250px;
    opacity: 0;
}

.ez-menu.show {
    left: 0;
    z-index: 20;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
}

.ez-menu.right {
    width: 350px;
    background: #263238;
    border: none;
    border-radius: 0 !important;
    right: -350px;
    left: initial;
    z-index: 2;
    opacity: 1;
    box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.2);
    height: calc(100% - 90px);
}

.ez-menu .nav-pills.custom-pills .nav-link {
    border-radius: 0px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.ez-menu .nav-pills.custom-pills .nav-link.active {
    border-radius: 0px;
    background: rgba(255, 255, 0255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border-bottom: solid 2px #007bff;
}

.custom-pills-2 .nav-link {
    border-radius: 0px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

.custom-pills-2 .nav-link.active {
    border-radius: 0px;
    font-size: 13px;
}

.ez-menu.right.show {
    left: initial;
    right: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ez-menu.ez-submenu.show {
    left: 0;
    z-index: 21;
}

.ez-menu .list-group-item {
    border-radius: 0 !important;
    color: white;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: solid 1px #323a3f;
}

.ez-menu .list-group-item:not(.ez-menu-header) {
    background: #263238;
    font-weight: normal;
}

.ez-menu .list-group-item:not(.ez-menu-header):hover {
    background-color: #323a3f;
    cursor: pointer;
}

.ez-menu.ez-submenu .list-group-item:not(.ez-menu-header) {
    padding: 0 8px;
    padding-top: 8px;
    text-align: center;
}

.ez-menu.ez-submenu .list-group-item:not(.ez-menu-header) img {
    width: 100%;
    border-radius: 5px;
}

.ez-menu.ez-submenu .list-group-item:not(.ez-menu-header) div.subname {
    padding: 8px 0;
}

.ez-menu-group-header .list-group-item i {
    padding: .25rem .5rem;
}

.nav-link.dropdown-toggle {
    cursor: pointer;
}

.ez-items {
    position: absolute;
    width: 15%;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #333;
    z-index: 1;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
}

.ez-items div {
    border-radius: 0 !important;
    background: none;
    color: white;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: white;
    background-color: #333;
    border-color: #d3d9df;
}

.btn-group, .btn-group-vertical {
    border-radius: 5px;
}

.tab-content label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    width: 50%
}

.tab-content .form-group input {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    border: none;
    max-width: 50%;
}

.tab-content .form-group input:focus {
    box-shadow: none;
}

.tab-content .form-group .btn-group .btn {
    width: 32px;
}

.tab-content .form-group .sp-replacer.sp-light {
    background: #6c757d;
    border-radius: 3px;
    color: #fff;
    border: none;
}

.btn-group-action .btn {
    font-size: 14px;
}

.sp-picker-container {
    border-left: none;
}

.sp-container {
    background: rgb(38, 50, 56);
    border: none;
    border-radius: 5px;
    box-shadow: rgb(16, 20, 22) 1px 1px 5px;
}

.sp-input {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    font-size: 11px !important;
    margin-bottom: 2.5px;
}

.sp-container button {
    background-color: #007bff;
    background-image: none;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-weight: normal !important;
    text-shadow: none;
    margin-left: 0px;
    font-family: Arial;
}

.sp-cancel {
    background-color: #fff;
    background-image: none;
    color: #333 !important;
    border: none;
    padding: 5px 10px;
    font-weight: normal !important;
    text-shadow: none;
    margin-left: 0px;
    border-radius: 3px;
    font-family: Arial;
    font-size: 14px;
}

.sp-clear-enabled .sp-clear {
    border: none;
}

.sp-button-container.sp-cf:before, .sp-button-container.sp-cf:after {
    content: unset;
}

.sp-palette-button-container, .sp-button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tab-content .form-group .sp-preview {
    width: 24px;
    border: none;
    margin-left: 3px;
}

.select2-container:focus {
    outline: none;
}

.select2-dropdown {
    background: #333;
    border: none;
}

.select2-container--open .select2-dropdown--below {
    border: none;
}

.select2-container--default .select2-results__option--selected, .select2-results__option--selectable {
    background: #333;
    color: rgba(255, 255, 255, 0.8);
    font-size: .875rem;
    padding-left: 20px;
}

.menu .select2-container--default .select2-results__option--selected, .select2-results__option--selectable {
    background: #fff;
    color: #333;
    border: solid .5px #ced4da;
    border-top: none;
}

.tab-content .select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: rgba(255, 255, 255, 0.8);
    height: calc(1.5em + .5rem + 2px);
}

.tab-content .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.tab-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .5rem + 2px);
    font-size: .875rem;
}

.tab-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.8);
    line-height: calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .5rem + 2px);
    font-size: .875rem;
    padding-left: 20px;
}

.tab-content .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.ez-image-group .ez-image-preview {
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
}

.ez-image-group .ez-image-preview .float-right {
    position: absolute;
    right: 0;
    top: 0;
}

.ez-image-group .ez-image-preview img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.ez-image-group input {
    border-radius: 0px 0px 5px 5px;
    max-width: 100% !important;
}

.ez-form-section {
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 1rem;
}

.media-modal .modal-header {
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}

.media-modal .modal-footer {
    border-top: solid 1px rgba(0, 0, 0, 0.4);
}

.media-lists {
    max-height: 333px;
    overflow: auto;
}

.media-lists .col {
    padding: 5px;
}

.media-img-thumbnail {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.media-thumbnail {
    position: relative;
    border-radius: 5px;
}

.media-thumbnail:hover {
    cursor: pointer;
}

.media-thumbnail:hover .media-bg-thumbnai {
    width: 100%;
    height: 100px;
    background: rgba( 0, 0, 0, 0.5);
    position: absolute;
    border-radius: 5px;
    transition: .4s;
}

.ez-contextmenu {
    position: absolute;
    width: auto;
    height: auto;
    background: #333;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    border-radius: 5px;
}

.ez-contextmenu li {
    background: #333;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    cursor: pointer;
}

.ez-contextmenu li:not(:last-child) {
    border-bottom: solid 1px rgba( 0, 0, 0, 0.3);
}

.ez-text-center {
    text-align: center;
}

.trumbowyg-box {
    margin: 0;
}

body.preview .ez-edit-style {
    outline: none !important;
}

body.preview .ez-toolbar {
    display: none !important;
}

body.preview .ez-contextmenu {
    display: none !important;
}

.form-sm input, .form-sm label {
    font-size: 14px;
}

.bg-dark label {
    color: #fff;
}

.bg-dark .modal-header {
    color: #fff;
    border-bottom: solid 1px rgba( 0, 0, 0, 0.3);
}

.bg-dark .modal-footer {
    color: #fff;
    border-top: solid 1px rgba( 0, 0, 0, 0.3);
}

.bg-dark .form-group input, .bg-dark .form-group textarea {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    border: none;
}

.bg-dark .form-group input:focus, .bg-dark .form-group textarea:focus {
    box-shadow: none;
}

.swal2-popup {
    width: 25em !important;
}

.swal2-content {
    font-size: .98em !important;
}

.swal2-title {
    font-size: 1.5em !important;
}

.swal2-styled {
    padding: .5em 1em !important;
    font-size: .9em !important;
}

.ez-more-menu {
    height: 0;
    width: 0;
    overflow: hidden;
}

.ez-toolbar.toggle {
    background: #007bff;
    z-index: 10;
}

.ez-toolbar.toggle .ez-more-menu {
    height: auto;
    width: 21px;
    text-align: center;
    overflow: visible;
}

.toolbar-backdrop.toggle {
    /* background:; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.ez-form-block .select2-container, .ez-form2-block .select2-container {
    width: 50% !important;
}

.ez-form-block .input-group .select2-container {
    width: calc(100% - 54px) !important;
}

/* elements */

.ez-social-menus {
    padding: 8px 0;
    background: #333;
}
.ez-social-menus.bg-trans {
    background: transparent;
}
.ez-ele-footer {
    padding: 20px 0;
}

.module-li {
    display: flex;
    text-decoration: none !important;
    margin: 0px 1px;
}

.module-li{
    display: flex;
    text-decoration: none !important;
    margin: 0px 1px;
}

.profile-li{
    margin-right: 0 !important;
}

.module-li .icon-bg i {
    position: absolute;
}

.module-li .icon-bg.icon-bg-lang {
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
}

.ez-social-menus .container {
    padding: 0;
}

.ez-social-menus .ez-social-text {
    color: #fff;
}

.ez-social-menus li {
    font-size: 12px;
}

.ez-social-menus .ez-social-text .nav-item {
    padding: 0 1em;
}

.ez-social-menus .ez-social-text.no-icon .nav-item {
    padding: 0;
}

.ez-social-menus .ez-social-text .nav-item:hover {
    text-decoration: none;
}

.ez-social-menus .ez-social-text .nav-item:first-child {
    padding-left: 0 !important;
}

.ez-social-menus .ez-social-text .nav-item:last-child {
    padding-right: 0 !important;
}

.ez-menus {
    background-color: #fff;
}
.ez-menus-2{
    position: fixed;
    width: 100%;
    z-index: 20;

}

.ez-menus.bg-trans{
    background: transparent;
}

.carousel-indicators.contents-img-slider{
    position: absolute !important;
    margin-bottom: 15px !important;
}

.ez-slider:not(.ez-testimonial):not(.ez-testimonial-2):not(.ez-content-slider):not(.ez-content-slider-2):not(.ez-gallery-slider):not(.ez-feature-slider) .carousel-indicators{
    top: 10px;
    right: calc(15% + 10px);
    height: fit-content;
    width: fit-content;
    left: initial;
    margin: 0;
}


.ez-menus-contents .ez-slider:not(.ez-testimonial):not(.ez-testimonial-2):not(.ez-content-slider):not(.ez-content-slider-2):not(.ez-gallery-slider):not(.ez-feature-slider) .carousel-indicators{
    top: 42%;
    display: flex;
    flex-direction: column;
    right: 15%;
}

.ez-menus-contents .ez-slider:not(.ez-testimonial):not(.ez-testimonial-2):not(.ez-content-slider):not(.ez-content-slider-2):not(.ez-gallery-slider):not(.ez-feature-slider) .carousel-indicators{
    top: 42%;
    display: flex;
    flex-direction: column;
    right: 15%;
    border-width: 5px;
    z-index: 1;
}



.ez-menus-contents .carousel-caption{
    position: absolute;
    height: fit-content;
    width: fit-content;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    text-align: left;
}

.ez-menus .container {
    padding: 0;
}

.ez-menus .navbar-brand img {
    height: 50px;
}

.ez-menus.navbar-light .navbar-nav .nav-link {
    color: inherit;
    font-size: inherit;
}

.ez-menus.navbar-light .navbar-nav .nav-link:hover {
    opacity: .8;
}

.ez-menus .dropdown .dropdown-menu {
    border: none;
    padding: 0;
}

.ez-menus li a.nav-link {
    font-size: 15px;
    font-weight: bold;
}

.ez-menus li a.nav-link i {
    font-size: 14px;
}

.ez-menus .dropdown[data-parent="0"]>.dropdown-menu {
    background: none;
    padding: 1.05em 0 !important;
    border: none;
}

.ez-menus .dropdown-menu li {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: none;
    position: relative;
    font-size: 14px;
    border-left: none;
    border-right: none;
}

.ez-menus .dropdown-menu li:first-child {
    border-right: none;
    border-left: none;
}

.ez-menus .dropdown-menu a.nav-link {
    padding-left: 12px;
    font-size: 13px;
    font-weight: normal;
}

.ez-menus .dropdown-menu a.nav-link>i {
    font-size: 12px;
}

.ez-menus .dropright .dropdown-toggle::after {
    position: absolute !important;
    right: 10px;
    top: calc(50% - 6px);
}

.ez-menu-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    height: 80%;
    top: 100px;
    z-index: 0;
    width: 100%;
    border: none;
}

.ez-menu-brand:hover {
    cursor: initial !important;
    background-color: transparent !important;
}

.ez-menu-brand span {
    white-space: nowrap;
    font-family: Anton;
    cursor: initial !important;
    letter-spacing: 4px;
    transform: rotate(-90deg);
}

.ez-menus .dropdown:hover>.dropdown-menu, .ez-menus .dropright:hover>.dropdown-menu, .ez-menus .dropleft:hover>.dropdown-menu {
    margin: 0;
    display: block;
}

.ez-menus .dropdown:hover>.dropdown-menu:not(.shopping-lists), .ez-menus .dropright:hover>.dropdown-menu:not(.shopping-lists), .ez-menus .dropleft:hover>.dropdown-menu:not(.shopping-lists) {
    width: 200px;
}

.ez-menus .dropdown:hover>.dropdown-menu.notification-lists {
    width: 225px;
}

.shopping-lists, #ezProfileDropdown, .notification-lists {
    padding: 1.09em 0px !important;
    background: none;
    right: -30px;
}

.menu#notificationMenu .notification-lists {
    padding: 0 !important;
}

.menu#notificationMenu .notification-lists li {
    padding-top: 14px;
    padding-bottom: 14px;
}

.menu#notificationMenu .notification-lists li:not(:last-child) {
    border-bottom: solid 1px #cccc;
}

.menu#notificationMenu .notification-lists a .pl-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.menu#notificationMenu .notification-lists a .pl-2 div {
    font-size: 13px;
}

#ezProfileDropdown {
    width: 180px;
}

#ezProfileDropdown li a {
    color: #333;
}

#ezProfileDropdown li:hover {
    background: #eee;
}

.ez-menus .dropdown[data-parent="0"]>.dropdown-menu .dropdown-menu {
    margin-top: -1px;
}

.ez-menus .ez-menus-lists>li.nav-item:last-of-type {
    margin-right: 30px;
}

.ez-product-action-download>div {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1;
}

.ez-product-action-download>div>.btn {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    font-size: 14px;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.ez-media {
    margin: 0em;
    padding: 1rem 1rem;
    position: relative;
}

.ez-contact {
    margin: 0em;
    padding: 0rem;
    position: relative;
}

.ez-screen .ez-media, .ez-screen .ez-media {
    text-align: center;
}

.media-body-left {
    padding-right: 2rem;
    text-align: center;
}

.media-body-right {
    padding: 0;
    padding-left: 1rem;
}

.ez-icon-circle {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    line-height: 0;
    width: 60px;
    height: 60px;
    background-color: #333;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.ez-icon-circle-appstyle {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    line-height: 0;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}
.ez-icon-square {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    line-height: 0;
    width: 60px;
    height: 60px;
    background-color: #333;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.ez-icon-square-content {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    line-height: 0;
    width: 68px;
    height: 68px;
    background-color: #333;
    color: #fff;
    font-size: 27px;
    line-height: 22px;
    margin-right: 5px;
    padding-top: 4px;
}
.span-inner{
    font-size:10px;
    padding-top: 3px;
}
.ez-icon-square-content.ez-icon-rate{
    font-size:27px;
    padding-top: 5px;
}
.ez-icon-circle.ez-icon-circle-sm {
    line-height: 0;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 14px;
}

.ez-icon-circle i {
    position: relative;
    top: 0px;
    max-width: 100%;
    /* left: 1px; */
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.ez-contents-container {
    background-color: #fff;
}

.ez-contents-container .container {
    width: 100% !important;
    max-width: 100% !important;
}

.ez-contents-container .ez-contents-image {
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    background-image: url(http://www.themezaa.com/html/leadgen/builder/elements/images/bg-image/infographic-5.jpg);
}

.ez-contents-container .ez-contents-body-full {
    padding-left: 30px;
    padding-top: 20px;
}

.ez-container {
    padding: 0px;
}

.ez-container.ez-light-container {
    background: #fff;
}

.ez-handle-control {
    position: relative;
}

.ez-content-img {
    width: 100%;
    height: auto;
    max-height: max-content;
    object-fit: cover;
}

.ez-img{
    max-width: 100%;
    height: auto;
    max-height: fit-content;
    /* object-fit: contain; */
    object-fit: cover;
}

.ez-product-card .ez-content-img {
    max-height: 350px;
    object-fit:contain !important;
}

.ez-inner-bg-content {
    /* padding: 1em; */
    padding: 10px;
}

.ez-media {
    padding-left: 0;
    padding-right: 0;
}

.ez-page-connect {
    position: relative;
}

.ez-page-connect img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
}

.ez-title-container {
    padding: 1em;
    position: relative;
}

.ez-title-container.dark {
    background-color: #333;
    color: #fff;
}

.ez-cols-title {
    padding: 1em 0;
}

.ez-content img {
    width: 100%;
}

.ez-btn {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
}

.ez-btn:hover {
    color: #fff;
    opacity: .6;
}

.ez-btn.disabled {
    pointer-events: none;
    background: #ccc !important;
    display:block !important;
}


.ez-btn-pagination{
    width: 40px;
    height: 40px;
    border: solid 0px;
    padding: 5px;
}
.btn-slider {
    background-color: rgba(255, 255, 255, 0.145);
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 10px 25px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.68);
    border-radius: 10px;
}

.ez-text-discount{
    text-decoration: line-through;
    color: #999
}

.ez-slider {
    height: 750px;
}

.ez-slider.ez-testimonial,
.ez-slider.ez-testimonial-2,
.ez-slider.ez-content-slider,
.ez-slider.ez-content-slider-2,
.ez-slider.ez-feature-slider,
.ez-slider.ez-gallery-slider {
    height: auto;
    padding-top: 1em;
}

.ez-carousel {
    height: 100%;
}

.ez-slider .carousel-inner {
    height: 100%;
}

.ez-slider .carousel-item {
    height: 100%;
    background-position: center;
}

.ez-slider .carousel-caption {
    position: absolute;
    height: fit-content;
    width: fit-content;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    text-align: left;
}


.ez-slider.ez-testimonial .carousel-indicators,
.ez-slider.ez-testimonial-2 .carousel-indicators,
.ez-slider.ez-content-slider .carousel-indicators,
.ez-slider.ez-content-slider-2 .carousel-indicators,
.ez-slider.ez-feature-slider .carousel-indicators,
.ez-slider.ez-gallery-slider .carousel-indicators {
    position: relative;
    margin: 0;
    margin-top: 7.5px;
    padding-bottom: 15px;
}

.ez-slider .carousel-indicators li {
    background-color: rgb(255, 255, 255);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ez-slider.ez-testimonial .carousel-indicators li,
.ez-slider.ez-testimonial-2 .carousel-indicators li,
.ez-slider.ez-content-slider .carousel-indicators li,
.ez-slider.ez-content-slider-2 .carousel-indicators li,
.ez-slider.ez-feature-slider .carousel-indicators li,
.ez-slider.ez-gallery-slider .carousel-indicators li {
    background-color: rgb(0, 0, 0);
    width: 13px;
    height: 13px;
}

.ez-testimonial .media img {
    width: 80px;
    object-fit: cover;
    border-radius: 100%;
}
.ez-testimonial-2 .media-single img {
    width: 90px;
    object-fit: cover;
    border-radius: 100%;
}
.carousel-control-icon {
    background: rgba( 0, 0, 0, 0.5);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.fixed {
    display: block !important;
    position: fixed !important;
    width: 100%;
    z-index: 30;
    top: 0%;
}

.ez-carousel-single .carousel-indicators, .ez-carousel-single .carousel-control-icon {
    display: none !important;
}

.menu-box-bottom.menu-box-detached {
    left: 0;
    right: 0;
    bottom: 0;
}

.menu {
    max-height: 100%;
}

.menu-hider {
    background-color: rgba(0, 0, 0, 0.8);
}

.menu-box-modal {
    width: 450px;
    border-radius: 10px;
}

.modal-content {
    border-radius: 10px;
}

#forgotPasswordModal {
    background-color: rgba(0, 0, 0, 0.7);
}

#menu-signup {
    width: 550px;
    border-radius: 10px;
}

#account-setting {
    width: 800px;
    border-radius: 10px;
}

#senddingMailWrongMobile, #stockOver {
    width: 260px;
    height: 260px !important;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 12px #da445330;
}

#senddingMailSuccessMobile, #senddingContactSuccessMobile, #regist-success, #menu-success-2, #menu-success-logout, #menu-success-account, #menu-success-password, #fn_forgot_change_password_success, #fn_forgot_wrong, #sendOrderSuccess, #sendOrderWrong {
    width: 260px;
    height: 260px !important;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 12px #8cc1521f;
}

#sm_preloading {
    width: 150px;
    height: 150px !important;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 12px #ffffff1a;
}
#addToCartModal {
    background: transparent;
}

#addToCartModal .align-items-stretch{
    background: white;
}

#addToCartModal.menu-box-bottom.menu-box-detached.menu-active {
    border-radius: 0 !important;
}

#checkOutModal.menu-box-bottom {
    border-radius: 0 !important;
}

#checkOutModal.menu-box-bottom .wizard>.content {
    height: calc(100vh - 200px);
}

#checkOutModal.menu-box-bottom .productSection {
    display: none;
}

#addToCartModal #producSliderCart {
    height: auto;
}

.ez-custom-modal {
    width: 950px;
}

#carouselProductCart.carousel, #carouselProductCart .carousel-item, #carouselProductCart .carousel-inner {
    height: 100%;
}

#carouselProductCart .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

#carouselProductCart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: contain; */
}

.form-control {
    height: auto;
}

#addToCartModal #producSliderCart {
    height: auto;
}

#producSliderCart .close {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 1000;
    display: none;
}

#producSliderCart .close i {
    font-size: 35px;
}

.shopping-cart .shopping-counter {
    position: absolute;
    left: -8px;
    top: calc(50% - 9px);
}

.shopping-lists img {
    width: 98px;
    height: 64px;
    object-fit: cover;
    border-radius: 5px;
}

.shopping-lists .shopping-lists-body {
    max-height: 300px;
    min-width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-details {
    width: calc(100% - 162px);
}

.cart-amount {
    width: 64px;
    text-align: right;
    font-weight: bold;
}

.cart-checkout .cart-total {
    width: calc(100% - 200px);
    padding-left: 5px;
    font-weight: bold;
}

.cart-checkout .text-right {
    width: 200px;
}

.ez-menus-lists>.dropdown-menu {
    padding: 1em 0px !important;
    background: transparent;
}

.cart-checkout, .cart-title {
    padding: 10px;
    font-size: 16px;
}

/* .cart-checkout {
    background: #f5f5f5 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */

.shopping-counter, .notification-counter {
    position: absolute !important;
    right: -5px;
    top: -4px;
    z-index: 1;
}

.cart-checkout, .cart-title {
    padding: 10px;
}

.cart-checkout {
    background: #f5f5f5 !important;
}

.cart-body {
    padding: 10px 15px;
}

.cart-details {
    padding: 0px 10px;
}

.cart-details i {
    font-size: 10px;
}

.cart-title, .cart-total-num {
    font-weight: bold;
}

.notificaation-li {
    cursor: pointer;
}

-menu .shopping-counter, -menu .notification-counter {
    top: 18px;
    padding: 0px;
    line-height: 21px;
    position: absolute !important;
    left: -5px;
    transform: translate(calc(10% - -5px), 10%);
}

.shopping-lists .shopping-lists-body {
    max-height: 250px;
    min-width: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

#shoppingCartMobile .shopping-lists .shopping-lists-body {
    min-width: auto;
    max-height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
}

#shoppingCartMobile .cart-mobile-title {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 15px 12px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

#shoppingCartMobile .cart-checkout {
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.06);
}

#shoppingCartMobile .cart-title {
    padding-bottom: 0;
}

.ez-step-content {
    display: none;
    ;
}

.ez-cate-lists {
    display: none;
}

.ez-step-content.active {
    display: block;
}

.ez-steps .nav-link {
    color: #abb2bd;
    background: #eee;
    margin: 0px 5px;
}

.ez-steps .nav-link:first-child {
    margin-left: 0px;
}

.ez-steps .nav-link:last-child {
    margin-right: 0px;
}

.nav-pills .nav-link {
    border-radius: 10px;
}

span {
    cursor: pointer;
}

.minus, .plus {
    width: 24px;
    height: 24px;
    background: #333;
    border-radius: 4px;
    border: 1px solid #333;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    color: #fff;
}

.number input {
    width: 50px;
    height: 24px !important;
    line-height: 0px !important;
    text-align: center;
    font-size: 14px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

#productOrderSummaryLists .content-container {
    width: 75%;
    padding: 10px;
}

#productOrderSummaryLists {
    max-height: 350px;
    overflow: auto;
    border-radius: 10px;
}

#formCustomerDetails {
    height: auto;
    overflow: auto;
    border-radius: 10px;
}

#productOrderSummaryLists li {
    border: none
}

#productOrderSummaryLists li:not(:last-child)>.row {
    border-bottom: dotted 1px rgba( 0, 0, 0, 0.2);
    border-top: dotted 1px rgba( 0, 0, 0, 0);
}

.account-block img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.account-block ul {
    margin-left: 21px;
}

.ez-checkout-action {
    display: none;
}

#tblSumaryDetails tr td:last-child, #tblDiscount tr td:last-child {
    font-weight: bold;
}

.shell {
    position: relative;
    line-height: 1;
}

.shell span {
    position: absolute;
    left: 15px;
    top: 20px;
    color: #ccc;
    pointer-events: none;
    z-index: -1;
}

.shell span i {
    font-style: normal;
    color: transparent;
    opacity: 0;
    visibility: hidden;
}

.menu .select2-container, .modal .select2-container, #modalAttach .select2-container {
    width: 100% !important;
    height: 50px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.menu .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.menu .select2-container .select2-selection--single:focus, #formAttachMent .select2-container .select2-selection--single:focus {
    outline: none;
}

.select2-results__options {
    max-height: 195px;
    overflow-y: auto;
}

.menu .select2-container .select2-selection--single, .modal .select2-container .select2-selection--single {
    width: 100% !important;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: .5rem!important;
}

#addToCartModal .select2-container, .modal .select2-container {
    border: solid 1px #ced4da;
    border-radius: 4px;
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border: none;
    background: none;
}

#addToCartModal .select2-container .select2-selection--single {
    height: 38px;
    padding-left: 10px;
}

#addToCartModal .select2-container .select2-selection--single:focus {
    outline: none;
}

.ez-custom-title-sm {
    display: none;
}

.custom-switch.ez-custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
}

.custom-switch.ez-custom-switch .custom-control-label {
    padding-left: 30px;
    padding-top: 5px;
}

.custom-switch.ez-custom-switch .custom-control-label::before {
    left: -2.25rem;
    border-radius: 50px;
    height: 32px;
    width: 50px;
}

.custom-switch.ez-custom-switch .custom-control-label::after {
    top: calc(.25rem + 3px);
    left: calc(-2.25rem + 3px);
    height: 26px;
    width: 26px;
    border-radius: 100%;
}

#historyModal .tab-controls a:last-child {
    border-right: solid 1px rgba(0, 0, 0, 0.07) !important;
}

#historyModal .datatable-header {
    display: flex;
    width: 100%;
    justify-content: space-between
}

#history-description {
    color: white;
}

#historyTabs a,
#couponsTab a {
    height: 40px;
    line-height: 40px;
}

#historyModal .page-item.active a {
    background: #333333 !important;
}

#historyModal .bg-highlight.activated,
#couponsMenu .bg-highlight.activated  {
    background: #333333 !important;
}

#cancelModal .modal-header, #cancelModal .modal-body, #cancelModal .modal-footer, #trackingModal .modal-header, #trackingModal .modal-body, #trackingModal .modal-footer {
    padding: 16px 32px;
}

#trackingModal .list-custom-small li {
    list-style: none;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

#trackingModal .list-custom-small li:last-child {
    border-bottom: none;
}

#trackingModal .list-custom-small li i:first-child {
    margin-left: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

#trackingModal .list-custom-small li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
    border-bottom: none !important;
}

.menu-box-modal, .menu-box-bottom {
    visibility: hidden;
    z-index: -999;
}

.menu-box-modal.menu-active, .menu-box-bottom.menu-active {
    z-index: 999;
    visibility: visible;
    overflow-x: hidden;
}

.trumbowyg-dropdown-fontsize button>span {
    font-size: 16px !important;
}

.ez-side-submenu {
    display: none;
    /* margin-left: 30px; */
}

.ez-side-submenu .ez-side-submenu .ez-side-submenu {
    margin-left: 0px;
}

.list-custom-small a i:last-child {
    margin-right: 10px;
}

.ez-side-submenu.active>a {
    height: 52px;
    padding-left: 30px;
}

.ez-side-submenu a {
    display: block;
}

#carouselProductCart.carousel, #carouselProductCart .carousel-item, #carouselProductCart .carousel-inner {
    height: 100%;
}

#carouselProductCart .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

.custom-switch .custom-control-label::after {
    background-color: #3c3b3d;
    border-radius: .5rem;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    border: 2px solid #333;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: none;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #333333;
    background-color: #333333;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.input-style-2 textarea {
    line-height: 24px;
    font-weight: 600;
    border-radius: 4px !important;
}
.input-style-2.has-icon input {
    font-weight: 600;
    color: #333333;
}
.input-style-2 > span:not(.shell) {
    color: #aeb5c0 !important;
    font-weight: 600;
}

.history-group .list-group-item,
.coupons-group .list-group-item {
    padding: 0.2rem 1.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.125);
}

.history-group .list-group-item:first-child,
.coupons-group .list-group-item:first-child  {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#couponsProducts li {
    border: none;
    border-radius: 0%;
    border-bottom: dotted 1px rgba(0, 0, 0, .15);
}

#couponsProducts li:last-child {
    border: none;
}
.list-border-none a {
    border-bottom: none;
}

.table-sm td, .table-sm th {
    padding: 0px 10px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.modal-header {
    border-bottom: 5px solid #dee2e6a1;
}

.modal-footer {
    border-top: 2px solid #dee2e652;
}

.modal-content {
    border: none;
}

#checkOutModal .ez-step-content {
    background: #fff;
    border-radius: 10px;
    margin: 1em 0;
    border: none;
}

.d-none-desktop {
    display: none;
}

#notificationPolite {
    position: fixed;
    bottom: 5px;
    right: 5px;
    min-height: auto;
}

#pd_img_preview_text {
    margin-left: 5px;
    margin-top: 7.5px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
}

.form-contact input {
    color: rgb(73, 80, 87);
    height: 40px;
    border-color: rgb(224, 225, 226);
    border-width: 2px;
    border-radius: 10px;
}

.form-contact textarea {
    color: rgb(73, 80, 87);
    height: 108px;
    border-color: rgb(224, 225, 226);
    border-width: 2px;
    border-radius: 10px;
}

.pt-ez-custom {
    padding-top: 5px;
}

.bg-light {
    background-color: #ffffff !important;
}

.favourite-text-wrap {
    text-overflow: ellipsis;
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
}

.padding-lr-favourite {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.border-dotted-bottom-checkout {
    border-bottom: 1px dotted  rgba( 0, 0, 0, 0.2);
    border-top: 1px dotted rgba(0, 0, 0, 0);
}

.border-0-deli{
    border-bottom: 1px dotted  rgba( 0, 0, 0, 0.2);
    border-top: 1px dotted #f000 !important;
    border-left: 1px dotted #f000 !important;
    border-right: 1px dotted #f000 !important;
}
.border-0-deli:last-child{
    border-bottom: 1px dotted #f000 !important;
    border-top: 1px dotted #f000 !important;
    border-left: 1px dotted #f000 !important;
    border-right: 1px dotted #f000 !important;
}

.checkout_custom-mx-4 {
    padding-left: 35px;
    padding-right: 35px;
}

.table td {
    border-top: 1px dotted #cccccc;
}

#gallerytModal .modal-content, #youtubeModal .modal-content {
    background: transparent;
    text-align: center;
}

#youtubeModal .modal-content {
    min-height: 300px;
}

#gallerytModal .close {
    position: absolute;
    right: 10px;
    top: 7.5px;
}

#gallerytModal .modal-content img {
    max-width: 100%;
}

.ez-col-h-feature .gallery-hover .fa-plus-circle:before {
    background: #ffffffcf;
    border-radius: 100%;
    border: 4px solid #ffffffb5;
}

.ez-col-h-feature:not(.youtube-toggle):not(.col-no-youtube_tab):hover .d-flex>.gallery-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.youtube-toggle .youtube-hover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-order tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-details {
    padding-top: 0;
    padding-bottom: 0;
}

.order-details:not(.order-title) .row:not(:last-child) {
    border-bottom: solid 1px #dee2e6;
}

.order-details .row .order-col {
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
}

.order-col-lg {
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#tblBankPreview th {
    border-top: none;
}

.d-sm-header {
    display: none;
}

.order-container {
    height: 100%;
    margin-bottom: 0;
}

.ez-slider .carousel-caption-slider-group {
    position: absolute;
    height: fit-content;
    width: 100%;
    top: calc(55%);
    transform: translateY(-55%);
    left: 0;
    text-align: center;
}

.ez-slider .carousel-caption-slider-02 {
    margin-top: 2em;
}

.col-border-area {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    overflow: hidden;
}
.col-border-area2 .ez-col-h-feature:not(:last-child){
    border-right: 1px dashed #8d8d8d63;
}
.col-border {
    display: list-item;
    position: relative;
    list-style: none;
}

.col-border::before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #8d8d8d63;
}

.col-border::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #8d8d8d63;
}

.bg-white-opcity-4-border{
    background: rgba( 255, 255, 255, 0.4);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}
.bg-white-opcity-7-border{
    background: rgba( 255, 255, 255, 0.7);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}
.text-white-opcity-4{
    color: #ffffff;
}
.ez-mobile-menu{
    display: none;
}

.text-lg-right{
    text-align: right;
}
.text-aling-coupon-mobile {
    text-align: right;
}
.border-dotted-bottom-desktop {
    border-bottom: 1px dotted #cccccc !important;
    border-radius: 0px !important;
}
.border-dotted-bottom-desktop:last-child {
    border-bottom: 0px dotted #cccccc !important;
}
.btn-warning:disabled {
    color: #333333;
    background-color: #ffc107;
    border-color: #ffc107;
    opacity: 1;
}
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    opacity: 1;
}
.btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
    opacity: 1;
}
.btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
    opacity: 1;
}
.bg-blue2-dark-custom {
    background-color: #284f91!important;
    color: #fff;
}
.bg-red2-dark-custom{
    background-color: #d02d20!important;
    color: #fff;
}
.ez-inner-bg-content.padding-appstyle{
    padding-top: 5px;
    padding-bottom: 5px;
}

.border-dotted-ele-light{
    border-bottom: 1px dashed #8d8d8d63;
}
.ribbin-vertical-left{
    position: absolute;
    text-align: center;
    left: 8%;
    top: 0;
    background: #333333;
    z-index: 1;
    padding: 10px;
    color: #ffffff;
    min-height: 110px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 80px;
    border-bottom: 4px solid #ffffff91;
}

#timer div {
    background-color: #333333;
    color: #ffffff;
    width: 70px;
    height: 65px;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
 }
 #timer div span {
    display: block;
    margin-top: 1px;
    font-size: 11px;
    font-weight: 500;
 }
 .ez-link-text{
    display: block;
}
.ez-link-text:hover{
    text-decoration: none;
}
.ez-link:hover{
    text-decoration: none;
}
a{
    color: #333333;
 }
 .ezy-divider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin: 0.5rem auto;
    color: #e5e5e5;
    width: 100%;
}

.ezy-divider.ezy-divider-center::before {
    display: block;
}

.ezy-divider::before {
    display: none;
    margin-right: .8rem;
}

.ezy-divider::after,
.ezy-divider::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 1px;
    background-color: #8d8d8d63;
}

.ezy-divider::after {
    margin-left: .8rem;
}

.ezy-divider::after,
.ezy-divider::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 1px;
    background-color: #8d8d8d63;
}
.ezy-divider.ez-icon-rate{
    font-size: 30px;
}

.ez-icon-rate.ez-content-rate-inner{
    color: #afafaf;
}
.ez-icon-rate.ez-content-rate-inner-white{
    color: #ffffff;
}
.ribbin-top {
    position: absolute;
    text-align: center;
    top: 0;
    background: #333;
    z-index: 1;
    color: #fff;
    min-width: 120px;
    padding: 4px;
}
.ez-col-h-feature .d-flex{
    position: relative;
}
.ez-inner-bg-content.ez-testimonial-background {
    background-color: #e4e4e4;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}
.ez-cols-title.ez-col-title-inner{
    background-color: rgb(209, 209, 209);
    padding: 16px 10px;
    border-radius: 10px;
}
.ez-cols-title.ez-col-title-inner-sub{
    background-color: rgba(0, 0, 0, 0);
    padding: 16px 20px;
    border-radius: 0px;
}
.is-invalid .select2-selection,
.needs-validation ~ span > .select2-dropdown{
    border: solid 1px red !important;
    border-radius: 4px;
}
.level-backdrop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1049;
    display: none;
  }
  .level-backdrop.toggle {
    display: block;
  }
  .level-box {
    position: absolute;
    z-index: 20001;
    width: calc(90%);
    display: none;
    margin-top: 0em;
    font-size: 14px;
  }
  .level-box .list-group:not(.list-sub-group) {
    border-radius: 0;
    max-height: 345px;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  #pdg_runno, #price_range {
      cursor: pointer;
  }
  #price_range{
      color: white;
  }
  .level-box.toggle {
    display: block;
  }
  .list-group li {
    list-style: none !important;
  }
  .list-root-group {
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .list-sub-group {
    padding: 0;
    border: none;
  }
  .list-sub-group li {
    padding: 0;
    border: none;
  }

  .ez-search .form-control {
    color: rgb(73, 80, 87);
    padding: 10px 15px;
    height: 40px;
    border-color: rgb(224, 225, 226);
    border-width: 2px;
    border-radius: 10px;
    font-size: .95em;
    height: 45px;
  }
  
  .ez-search .form-control::-webkit-input-placeholder { /* Edge */
    font-size: .95em;
  }
  
  .ez-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: .95em;
  }
  
  .ez-search .form-control::placeholder {
    font-size: .95em;
  }

  .dropdown-form:hover,
  .dropdown-form:active,
  .dropdown-form:focus {
    background: none;
  
  }
  .dropdown-form{
      min-height: 32px;
  }
  
  .multi-range{
      position: relative;
  }
  
  .multi-range input[type="range"].multirange.original{
      width: 100%;
  }
  
  .multi-range input[type="range"].multirange.ghost{
      width: 100%;
  }
  
  .ez-btn-text{
      color: rgb(73, 80, 87);
      background: white;
      border-color: rgb(224, 225, 226);
      font-size: 1em;
      height: 45px;
  }
  
  .ez-btn-text:hover{
      color: rgb(73, 80, 87);
      background: white !important;
      border-color: rgb(73, 80, 87);
  }

  .ez-cate-not-found.search-not-found{
    height: 60vh;
  }
  
.share-group-lg{
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 1;
}

.share-group-sm{
    display: none !important;
}
.dropdown-item {
    width: 97%;
    padding: 0px;
}
.icon-xs i {
    width: 30px;
    line-height: 30px;
    font-size: 14px;
}
/* .icon-share-facebook-twitter {
    font-size: 16px; 
    width: 28px; 
    height: 28px; 
    margin-top: 2px; 
    margin-right: 8px;
    color: white;
}
.icon-share-line {
    font-size: 32px; 
    line-height: 0.8 !important;
    width: 22px; 
    height: 22px; 
} */

.icon-share-line {
    font-size: 46px;
    width: 22px;
    height: 22px;
}
.icon-share-facebook-twitter {
    font-size: 20px;
    width: 42px;
    height: 42px;
    margin-top: 2px;
    margin-right: 8px;
    line-height: 38px;
    border-radius: 8px !important;
}
.pm-seting {
    padding-top: 25px;
    padding-right: 34px;
    padding-left: 5px;
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .ez-menus:not(.ez-mobile-menu) {
        display: none !important;
    }
    .ez-step-content {
        display: block !important;
    }
    .ez-step-title {
        display: none !important;
    }
    .ez-step-action {
        display: none !important;
    }
    #ez-app {
        margin-bottom: 60px;
    }
    .ez-menus .container {
        justify-content: center;
    }
    .ez-menus .navbar-collapse {
        display: none !important;
    }
    .ez-social-menus {
        display: none !important;
    }
    #checkOutModal #tab_delivery_contents li {
        background: none !important;
        padding: 0;
    }
    .ez-custom-title-sm {
        display: block;
        margin-top: 1em;
        margin-bottom: .75em;
        padding: 1em 22px;
        padding-bottom: 0;
        font-weight: 900;
    }
    #tab_payment_contents {
        padding-bottom: 10px;
    }
    #producSliderCart .close {
        display: block;
    }
    .ez-checkout-action {
        display: block;
    }
    .media-body.ml-3 {
        margin-left: 0 !important;
    }
    .ez-slider .carousel-caption-slider-02 {
        display: none !important;
    }
    .ez-feature-between .d-flex.ez-media, .ez-feature-between .d-flex.ez-media {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
    }
    .ez-feature-between h5, .ez-feature-between h5 {
        text-align: center!important;
    }
    .ez-feature-between p, .ez-feature-between p {
        text-align: center!important;
    }
    .pr-3.ez-feature-icon, .pr-3.ez-feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1em;
        padding: 0 !important
    }
    .pl-3.ez-feature-icon, .pl-3.ez-feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1em;
        padding: 0 !important
    }
    .text-sm-left{
        text-align: left !important;
    }
    .ez-img{
        width: 100% !important;
    }
}

@media (max-width: 768px) {

    .share-group-lg{
        display: none !important;
        position: absolute;
        right: 0;
        width: 50%;
        z-index: 1;
    }
    
    .share-group-sm{
        display: block !important;
    }

    .col-border-area2 .ez-col-h-feature:not(:last-child){
        border: none;
    }
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
    .pt-ez-custom {
        padding-top: 25px;
    }
    .border-dotted-bottom-mobile {
        border-bottom: 1px dotted #cccccc !important;
        border-radius: 0px !important;
    }
    .border-dotted-bottom-mobile:last-child {
        border-bottom: 0px dotted #cccccc !important;
    }
    .padding-lr-favourite {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .favourite-text-wrap {
        text-overflow: ellipsis;
        max-width: 210px;
        white-space: nowrap;
        overflow: hidden;
    }
    .checkout_custom-mx-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ez-media {
        text-align: center;
    }
    .ez-steps {
        padding: 2px;
    }
    .media-body .align-items-center {
        justify-content: center;
    }
    .media-body-left {
        text-align: center;
        padding-right: 0 !important;
    }
    .media-body-left>div {
        justify-content: center;
        display: flex;
    }
    .media-body-right, .media-body-right {
        padding-left: 0 !important;
    }
    .ez-slider .carousel-indicators {
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        top: 10px !important;
        flex-direction: row !important;
    }
    .ez-slider.ez-content-slider-2.inner-content .carousel-indicators{
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        top: auto!important;
        flex-direction: row !important;
    }
    .ez-slider .carousel-caption {
        left: 20px;
        width: calc(100% - 40px);
        text-align: center;
    }
    .carousel-control-next, .carousel-control-prev {
        display: none !important;
    }
    .ez-menus .container {
        justify-content: center;
    }
    .ez-menus .navbar-collapse {
        display: none !important;
    }
    .ez-social-menus {
        display: none !important;
    }
    .menu-box-modal {
        width: 50%;
    }
    .d-none-desktop:not(.d-none-tablet) {
        display: block;
    }
    .d-none-mobile:not(.d-none-tablet) {
        display: block;
    }
    .d-none-tablet {
        display: none !important;
    }
    #notificationPolite {
        position: fixed;
        bottom: initial;
        top: 5px;
        right: 0;
        left: 0;
        min-height: auto;
        width: 100%;
        z-index: 50;
        padding: 0 10px;
    }
    #notificationPolite .toast {
        width: 100%;
        max-width: 100%;
    }
    .media-body > .d-flex:not(.testimonial-mobile-inline) {
        flex-direction: column;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .col-md-1{
        /* flex: 0 0 8.333333%;
        max-width: 8.333333%; */
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (max-width: 576px) {
    .media-body > .d-flex:not(.testimonial-mobile-inline) {
        flex-direction: column;
    }
    .testimonial-mobile-inline.testimonial-1{
        flex-direction: column;
    }
    .testimonial-mobile-inline.testimonial-1 > .d-flex{
        justify-content: center;
    }
    .checkout-modal-content {
        padding-top: 15px;
    }
    .menu-box-modal {
        width: 100%;
        border: none;
    }
    #menu-signup, #account-setting {
        width: 100%;
        border-radius: 0px;
    }
    #senddingMailWrongMobile, #stockOver, #senddingMailSuccessMobile, #senddingContactSuccessMobile, #regist-success, #menu-success-2, #menu-success-logout, #menu-success-account, #menu-success-password, #fn_forgot_change_password_success, #fn_forgot_wrong, #sendOrderSuccess, #sendOrderWrong {
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
    }
    #sm_preloading {
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
    }
    
    .ez-menus .navbar-brand img {
        height: 40px !important;
    }
    .fixed .ez-menus {
        display: block;
    }
    .ez-page-connect:not(.img-square) img {
        width: 100% !important;
    }

    .ez-slider:not(.ez-testimonial):not(.ez-testimonial-2):not(.ez-content-slider):not(.ez-content-slider-2):not(.ez-gallery-slider):not(.ez-feature-slider){
     height: 500px;
    }
    .ez-menus .container {
        justify-content: center;
    }
    .ez-menu .navbar-collapse {
        display: none !important;
    }
    .ez-social-menus {
        display: none !important;
    }
    .menu.menu-box-modal.ez-custom-modal {
        height: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        overflow-y: auto !important;
        border-radius: 0px !important;
        transform: translate3d(0, 110%, 0) !important;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 0px !important;
    }
    .menu.menu-box-modal.ez-custom-modal.menu-active {
        transform: translate3d(0%, 0, 0) !important;
    }
    .menu.ez-custom-modal {
        height: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        overflow-y: auto !important;
        border-radius: 0px !important;
    }
    -padding {
        padding: 0px !important;
    }
    -padding-1 {
        padding: 5px !important;
    }
    .ez-ele-footer {
        display: none;
    }
    .d-none-desktop:not(.d-none-mobile), .d-none-tablet:not(.d-none-mobile) {
        display: block !important;
    }
    .d-none-mobile {
        display: none !important;
    }
    .order-container {
        margin-bottom: 70px;
    }
    .order-container.order-cancel {
        margin-bottom: 0;
    }
    .d-sm-header {
        display: block;
    }
    .ez-testimonial .media {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .text-aling-coupon-mobile {
        text-align: left;
    }
    .mobile-padding{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mobile-padding-header{
        padding-left: 5px !important;
    }
    .mobile-padding-bottom{
        padding-bottom: 15px !important;
    }
    .col-sm-12{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-12.slider-content{
        flex: 0 0 100%;
        max-width: 90%;
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-6.slider-content{
        flex: 0 0 100%;
        max-width: 45%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    #formCustomerDetails {
        height: auto;
        overflow: auto;
        border-radius: 10px;
    }
    .preload.loading:not(.checkout-loading){
        display: none !important;
    }
    .slider-px{
        padding-left: 0px !important;
        padding-right: 10px !important;
    }
    .navbar-brand {
        margin-right: 0rem;
    }
    .level-box {
        width: 383px;
    }
    .pm-seting {
        padding: 30px;
        margin-top: 0px;
    }
    .icon-share-facebook-twitter {
        font-size: 20px;
        width: 40px;
        height: 40px;
        margin-top: 1px;
        margin-right: 8px;
        line-height: 36px;
        border-radius: 7px !important;
    }
    .icon-share-line {
        font-size: 44px; 
        line-height: 0.8 !important;
        width: 22px; 
        height: 22px; 
    }
}