*{
  font-family: 'Mulish', sans-serif;
}
.recent-view-list, .section_prd_feature {
    margin-left: -5px;
    margin-right: -5px;
}

.section_prd_feature .product-col, .recent-view-list .product-col {
    height: inherit;
    padding: 0 15px
}

.section_prd_feature:not(.slick-slider) .product-col, .recent-view-list:not(.slick-slider) .product-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.quick-view-product, .details-product .product-promo-tag {
    display: inline-block;
    clear: both;
}

.count_btn_style {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 150px 1fr;
}

.share-group__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: opacity .3s ease;
}

.share-group__item:hover {
    color: #fff;
    opacity: 0.6;
}

*+.share-group__item {
    margin-left: 8px;
}

.share-group__item.facebook {
    background-color: #4267B2;
}

.share-group__item.messenger {
    background-color: #006AFF;
}

.share-group__item.pinterest {
    background-color: #E60023;
}

.share-group__item.twitter {
    background-color: #1DA1F2;
}

#ega-modal-banner {
    text-align: center;
}

#ega-modal-banner.show {
    z-index: 9997;
}

#ega-modal-banner .btn-form-close {
    position: absolute;
    top: -15px;
    right: -5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

#ega-modal-banner .modal-content {
    background: transparent;
    text-align: center;
    box-shadow: none;
    border: none;
    align-items: center;
    justify-content: center;
}

#ega-modal-banner .modal-header {
    padding: 0;
    border-bottom: none;
    justify-content: center;
    position: relative;
}

#ega-modal-banner .modal-dialog {
    margin: auto;
    position: relative;
    display: inline-block;
}

@media (max-width: 991px) {
    #ega-modal-banner .modal-dialog {
        width: 85%;
    }
}

/** COMPARE PRODUCT **/
.compare-product__header-count {
    background: var(--secondary-color);
    font-size: 12px;
    color: var(--primary-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: -4px;
    right: -10px;
}

.compare-product__table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.compare-product__box {
    display: flex;
}

.compare-product__item {
    flex: 1;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    padding: 12px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.compare-product__main .compare-product__item {
    padding-top: 25px;
}

.compare-product__item .compare-price {
    display: block;
    margin: 0;
}

.compare-product__item ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.compare-product__item ul li:before {
    content: "â€¢";
    margin-right: 5px;
    color: #c4c4c4;
}

.compare-product__item td {
    border: 1px solid #e6e6e6;
    border-spacing: 0;
    width: calc(80% / 3);
    padding: 10px;
}

.compare-product__item td:first-child {
    width: 20%;
}

.compare-product__remove {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    display: block;
    border-radius: 999px;
    border: 1px solid #afafaf;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    color: #afafaf !important;
}

.compare-product__heading {
    display: block;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 6px 8px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .compare-product__item {
        font-size: 13px;
        overflow-x: auto;
        padding: 5px;
    }

    .compare-product__item td {
        padding: 5px;
    }

    .compare-product__specifications .compare-product__item {
        padding: 0;
    }

    .compare-product__specifications table, .compare-product__specifications tbody, .compare-product__specifications tr, .compare-product__specifications td, .compare-product__specifications td:first-child {
        display: block;
        width: 100%;
    }

    .compare-product__specifications tr {
        border-bottom: 1px solid #e6e6e6;
    }

    .compare-product__specifications tr:not(:first-child) {
        border-top: none;
    }

    .compare-product__specifications td {
        border: none;
    }

    .compare-product__specifications td:first-child {
        font-weight: 600;
    }
}

#bizweb-theme-previewer {
    display: none;
}

.compare-product__qv {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.compare-product__qv.is-show {
    display: block;
}

.compare-product__qv .container {
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -2px 10px rgb(0 0 0 / 12%);
    background-color: #fff;
    display: grid;
    grid-template-columns: 75% 25%;
    padding: 0;
}

.compare-product__qv-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.compare-product__qv-item, .compare-product__qv-show {
    padding: 15px;
}

.compare-product__qv-item {
    position: relative;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.compare-product__qv-item img {
    max-width: 60px;
}

.compare-product__qv-item h3 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.compare-product__qv-show {
    flex-direction: column;
    display: flex;
}

.compare-product__qv-remove {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.compare-product__qv-hide {
    position: absolute;
    right: 0;
    top: -42px;
    padding: 10px 30px 10px 10px;
    border-radius: 8px 8px 0 0;
    color: #000;
    background: #fff;
    box-shadow: 0 -2px 10px #0000001f;
}

.compare-product__qv-hide .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 12px;
    height: 12px;
}

/*** EGA Style ***/

.font-serif {
    font-family: 'Yeseva One', cursive
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 100%
    }

}

@media (min-width:768px) {
    .container, .container-sm, .container-md {
        max-width: 100%
    }

}

@media (min-width:992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%
    }

    .col-lg-60 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-80 {
        flex: 0 0 80%;
        max-width: 80%
    }

}

@media (min-width:1200px) {
    .col-xl-60 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-80 {
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-xl-15 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-30 {
        flex: 0 0 40%;
        max-width: 40%
    }

}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1230px;
    }
}

@media (min-width:1800px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1650px
    }

}

.container, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-lg-15, .col-lg-20, .col-lg-80, .col-lg-60 {
    padding-right: 15px;
    padding-left: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.card {
    border-radius: .25rem;
    padding: 15px;
    border: 1px solid rgb(0 0 0 / 8%)
}

.pos-relative.embed-responsive[class*=embed-responsive-] iframe, .pos-relative.embed-responsive[class*=embed-responsive-] img {
    --image-scale: 1;
    position: absolute;
    top: var(--img-top, 50%);
    left: var(--img-left, 50%);
    transform: translate(-50%, -50%) scale(var(--image-scale));
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px
}

.pos-relative.embed-responsive[class*=embed-responsive-] img {
    width: auto;
    height: auto
}

.pos-relative.embed-responsive[class*=embed-responsive-] iframe {
    z-index: 99
}

.btn {
    border-radius: 5px;
}

body {
    color: var(--text-color);
    background: #fff;
    overflow-x: hidden;
    max-width: 100%;
    font-family: 'Mulish', sans-serif;
}

.bi {
    fill: currentColor
}

/*.form-control:focus, a, button, .page-link:focus, .btn, .btn:focus {*/
/*    outline: none !important;*/
/*    box-shadow: none*/
/*}*/

.form-control:focus {
    border-color: #333;
}

a {
    color: var(--link-color)
}

a:focus {
    outline: none
}

a:hover {
    text-decoration: none;
    color: var(--link-color)
}

img, iframe {
    max-width: 100%
}

.hidden {
    display: none !important
}

.show:not(.hidden) {
    display: block
}

.object-contain {
    object-fit: contain
}

.align-vertical {
    top: 50% !important;
    transform: translateY(-50%) !important
}

.align-center {
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important
}

.close {
    color: #252525
}

.btn-action {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color)
}

.btn-action:hover {
    filter: brightness(1.1)
}

a.link {
    text-decoration: none;
    color: var(--text-color);
    cursor: pointer
}

a.link:hover {
    color: var(--link-color);
    text-decoration: none
}

.hover-primary:hover {
    color: var(--primary-color)
}

.title_page {
    font-size: 2rem;
    padding: 10px 0
}

.title_page, .title-head {
    font-weight: 400
}

.title-head {
    font-size: 1rem;
    margin-bottom: 14px;
    text-transform: uppercase
}

.row-grid {
    --col: 12;
    display: grid;
    grid-template-columns: repeat(var(--col), minmax(0, 1fr));
    grid-gap: 15px
}

.scroll::-webkit-scrollbar {
    width: 3px
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 1px solid var(--primary-color)
}

.lazyload:not(.loaded) {
    background: #ebebeb
}

.lazyload.loaded {
    background: transparent
}

.modal {
    top: 0 !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0 !important;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    --size: 44px;
    top: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: var(--size);
    height: var(--size);
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    line-height: var(--size);
    text-align: center;
    z-index: 1;
    overflow: hidden;
    opacity: .7;
    border-radius: 100%
}

.slick-arrow:hover, .slick-arrow:focus {
    outline: none
}

.slick-arrow.slick-disabled {
    cursor: default;
    display: none !important
}

.slick-arrow:not(.slick-disabled):hover {
    opacity: 1;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #333
}

.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    font-family: "Font Awesome\ 5 Free";
    background: transparent;
    font-weight: 900;
    height: var(--size);
    width: var(--size);
    font-size: 18px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:before {
    content: "\f104"
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:before {
    content: "\f105"
}

.slick-dots {
    text-align: center
}

.slick-dots li {
    display: inline-block
}

.slick-dots li button {
    border-radius: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0;
    font-size: 0
}

.slick-dots li.slick-active button {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding: 0;
    border-radius: 15px;
    height: 24px;
    align-items: center;
    display: flex !important;
    justify-content: center
}

.slick-dots li button {
    height: 2px;
    width: 16px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    margin: 0 3px;
    opacity: .5
}

.slick-dots li button:hover {
    opacity: 1
}

.slick-dots li.slick-active button {
    opacity: 1
}



.right-banner {
    display: grid;
    grid-row-gap: 10px;
    margin-left: 5px
}

.product-badge {
    max-height: 16px;
    margin-top: .5rem;
    margin-right: .5rem;
    display: block
}

.custom-input-group {
    overflow: hidden;
    position: relative
}

.custom-input-group .input-group-field {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
    background: transparent;
    color: #363636;
    outline: none;
    padding: 0 50px 0 15px;
    float: right;
    border: 1px solid #ebebeb;
    overflow: hidden;
    background: #fff;
    border-radius: 9999px !important;
    padding: 3px !important;
    padding-left: 15px !important;
    border: 1px solid;
}

.custom-input-group .input-group-btn {
    position: absolute;
    right: 0px;
    z-index: 4;
    height: calc(100% - 6px);
    border-radius: 999px;
    background: #292929;
    padding: 0;
    top: 3px;
    right: 3px;
}

.custom-input-group .input-group-btn, .custom-input-group .input-group-btn button {
    border: none;
    line-height: 1;
}

.custom-input-group .input-group-btn .icon {
    font-size: 24px
}

@media (max-width:767px) {
    .custom-input-group .input-group-btn .btn {
        padding: 4px 10px
    }

}

.price {
    font-weight: bold;
    color: var(--price-color)
}

.product-vendor {
    color: #969696 !important;
    letter-spacing: 1.8px
}

a.product-vendor:hover {
    color: var(--primary-color) !important
}

.item_product_main {
    margin-top: .5rem;
    margin-bottom: .5rem;
    background: #fff
}

.item_product_main .product-thumbnail {
    position: relative;
    overflow: hidden
}

.item_product_main .product-thumbnail .image_thumb {
    transition: transform .3s ease-out
}

.item_product_main .product-thumbnail .action-bar {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translate3d(-50%, 150%, 0);
    transition: all .3s ease
}

.item_product_main .product-thumbnail .action-bar .action-child {
    position: relative;
    border-radius: 0;
    border-right: 1px solid #eee;
    height: 45px;
    margin-bottom: 0 !important;
    width: 45px;
    padding: 0;
    font-size: 14px;
    transition: all .3s ease;
    border-radius: 5px 0 0 5px
}

.item_product_main .product-thumbnail .action-bar .action-child .action-name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    background: #333;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    width: auto;
    min-width: max-content
}

.item_product_main .product-thumbnail .action-bar .action-child .action-name:before {
    background: transparent;
    content: "";
    position: absolute;
    height: 8px;
    left: 0;
    top: 100%;
    width: 100%
}

.item_product_main .product-thumbnail .action-bar .action-child .action-name:after {
    background: #333333;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    left: calc(50% - 5px);
    bottom: -5px
}

.item_product_main .product-thumbnail .action-bar .action-child.quick-view,
.item_product_main .product-thumbnail .action-bar .action-child.js-compare-product-add {
    margin: 0
}

.item_product_main .product-thumbnail .action-bar .action-child+.action-child {
    border-radius: 0;
}

.item_product_main .product-thumbnail .action-bar .action-child:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 0
}

.item_product_main .product-thumbnail .action-bar .action-child:hover {
    background-color: #f5f5f5;
}

.item_product_main .product-thumbnail .action-bar .action-child:hover .action-name {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 8px)
}

.item_product_main .product-thumbnail .action-bar .action-child>.icon-option {
    max-width: 20px;
}

.item_product_main .video-icon {
    transform: none !important;
    position: absolute !important;
    z-index: 99;
    right: 5px;
    left: auto !important;
    bottom: 8px;
    top: auto !important;
    width: 32px !important
}

@media (min-width:1025px) {
    .item_product_main {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .item_product_main .product-thumbnail:hover {
        box-shadow: 0px 0px 6px 0px rgba(50, 50, 93, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.02)
    }

    .item_product_main .product-thumbnail:hover .product-name a {
        color: var(--primary-color)
    }

    .item_product_main .product-thumbnail:hover .image_thumb {
        transform: scale(0.95)
    }

    .item_product_main .product-thumbnail:hover .product-action .group_action {
        position: absolute;
        opacity: 1;
        transform: translateX(0);
        background: #fff;
        z-index: 99;
        visibility: visible;
        align-items: center;
        box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25)
    }

    .item_product_main .product-thumbnail:hover .action-bar {
        opacity: 1;
        transform: translate3d(-50%, 0, 0)
    }

}

.item_product_main a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: bold;
}

.item_product_main .btn-views {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    transition: all .22s ease-out
}

.item_product_main .btn-views:hover {
    opacity: 1;
    color: var(--primary-color)
}

.item_product_main .product-vendor {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial
}

.item_product_main .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    /*min-height: 35px*/
}

@media (max-width:767px) {
    .item_product_main .product-name {
        font-size: 15px;
        /*min-height: 38px*/
    }

}

.item_product_main .product-promo-tag {
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden
}

.item_product_main .product-promo-tag--1 {
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    left: 10px;
    top: 0px;
}

.product-promo-tag--text-1, .product-promo-tag--text-2 {
    padding: 3px 4px;
    display: inline-block;
    color: var(--color);
    border-radius: 3px;
    background-color: var(--background);
}

.item_product_main .product-promo-tag--text-1 {
    border: 1px solid var(--border-color);
    background-color: var(--background);
}

.product-promo-tag--text-2 {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .15);
    border-left: 4px solid var(--border-color);
}

.product-promo-tag--image {
    max-width: 125px;
    padding: 0;
    margin-top: 8px;
}

.item_product_main .product-info {
    padding: 3px 0px
}

@media (min-width:992px) {
    .item_product_main .product-info {
        padding: 10px 0 0;
    }

}

.item_product_main .price-contact, .item_product_main .price {
    display: block;
    color: var(--price-color)
}

@media (max-width:767px) {
    .item_product_main .price-contact, .item_product_main .price {
        font-size: 16px;
        display: block
    }

}

.item_product_main .compare-price {
    color: var(--text-secondary-color);
    text-decoration: line-through;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px
}

@media (max-width:767px) {
    .item_product_main .compare-price {
        font-size: 13px
    }

}

.item_product_main .group_action {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 10px;
    transform: translateX(100px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease-out;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    right: 10px
}

.item_product_main .image_thumb {
    display: block
}

.item_product_main .label_product {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--label-background);
    padding: 7px 2px;
    font-weight: 500;
    font-size: 12px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 14px
}

.item_product_main .label_product .label_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--label-color);
    font-weight: 400
}

/*@media (max-width:991px) {*/
.item_product_main .label_product:not(.product_gift_label) {
    top: 0;
    right: 0;
    display: none;
    position: inherit;
    min-width: 44px;
    width: auto;
    height: auto;
    padding: 2px 5px !important;
    font-size: 12px;
    border-radius: 9999px;
    zoom: 1 !important
}

/*}*/

@media (max-width:767px) {
    .item_product_main .sapo-product-reviews-badge .sapo-product-reviews-star i {
        font-size: 14px !important
    }

}

.item_product_main .product-item-cta {
    padding-right: 36px
}

.item_product_main button.product-item-btn, .item_product_main .label_soldout.product-item-btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    font-size: 18px;
    background: var(--addtocart-color);
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    margin-right: 5px;
    margin-left: auto;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0;
    top: 0px
}

.item_product_main button.product-item-btn.sold_out, .item_product_main .label_soldout.product-item-btn.sold_out {
    background: #eee;
    width: auto;
    height: auto;
    border-radius: initial;
    font-size: 12px;
    color: initial;
    box-shadow: none;
    border-radius: 3px;
    padding: 2px 5px
}

.item_product_main button.product-item-btn.add_to_cart, .item_product_main .label_soldout.product-item-btn.add_to_cart {
    font-size: 16px
}

.item_product_main button.product-item-btn .fas, .item_product_main .label_soldout.product-item-btn .fas {
    font-size: 12px
}

.item_product_main button.product-item-btn .icon, .item_product_main .label_soldout.product-item-btn .icon {
    width: 1em;
    height: 1em
}

.item_product_main button.product-item-btn:hover, .item_product_main .label_soldout.product-item-btn:hover {
    filter: brightness(1.2)
}

@media (max-width:767px) {
    .item_product_main button.product-item-btn, .item_product_main .label_soldout.product-item-btn {
        width: 28px;
        height: 28px;
        top: 0px
    }

}

.item_product_main .product-thumbnail__img--secondary {
    opacity: 0;
    z-index: -1
}

.item_product_main .product-thumbnail:hover .product-thumbnail__img--secondary {
    opacity: 1;
    z-index: 1
}

.item_product_main .item-color-chosen {
    display: flex;
    margin: 5px 0
}

.item_product_main .item-color-chosen .color-dot {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    box-shadow: 0 0 0 1px #eee;
    margin: 5px;
    cursor: pointer;
    transition: box-shadow .25s ease, transform .25s ease
}

.item_product_main .item-color-chosen .color-dot.selected {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 4px #fff
}

.item_product_main .item-color-chosen .color-dot .color-name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: blue;
    bottom: 100%;
    background: #333;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap
}

.item_product_main .item-color-chosen .color-dot .color-name:before {
    background: transparent;
    content: "";
    position: absolute;
    height: 8px;
    left: 0;
    top: 100%;
    width: 100%
}

.item_product_main .item-color-chosen .color-dot .color-name:after {
    background: #333333;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    left: calc(50% - 5px);
    bottom: -5px
}

.item_product_main .item-color-chosen .color-dot:hover {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 4px #fff;
    transform: scale(1.1)
}

.item_product_main .item-color-chosen .color-dot:hover .color-name {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 8px)
}

.item_product_main .item-color-chosen .color-more {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 5px;
    color: #888;
    cursor: pointer
}

.item_product_main .item-color-chosen .color-more span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    background: #333;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    width: auto;
    min-width: max-content
}

.item_product_main .item-color-chosen .color-more span:before {
    background: transparent;
    content: "";
    position: absolute;
    height: 8px;
    left: 0;
    top: 100%;
    width: 100%
}

.item_product_main .item-color-chosen .color-more span:after {
    background: #333333;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    left: calc(50% - 5px);
    bottom: -5px
}

.item_product_main .item-color-chosen .color-more:hover span {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 8px)
}

.item_product_main.product--media {
    margin-bottom: .75rem
}

.item_product_main.product--media form {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    align-items: center
}

.item_product_main.product--media .group_action {
    display: none !important
}

.item_product_main.product--media .product-name {
    -webkit-line-clamp: 2;
    font-weight: normal;
    font-size: 14px;
    min-height: auto
}

.item_product_main.product--media .label_product {
    zoom: .7
}

.item_product_main.product--media .product-info {
    padding: 0px 10px 5px
}

.product-frame {
    z-index: 1
}

.heading-bar {
    font-size: 18px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 5px
}

@media(max-width: 1600px) {
    .heading-bar {
        font-size: 16px;
    }
}

.heading-bar__title {
    color: var(--text-color);
    font-size: 2em;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
}

.heading-bar__title a:hover {
    color: var(--primary-color)
}

@media (max-width:991px) {
    .heading-bar__title {
        font-size: 1.7em
    }

    .item_product_main .item-color-chosen .color-dot {
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }
}

.heading-bar__action .link.more {
    color: var(--primary-color)
}

.heading-bar.heading-style1 {
    flex-direction: column;

}

.heading-bar.heading-style1 .heading-bar__title {
    margin-bottom: 15px;
}

.top-footer {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #f7f7f7
}

.newsletter-form .input-group-field {
    padding: 0px 90px 0px 15px
}

.title-menu {
    margin: 0px 0px 17px;
    font-weight: 500;
    font-stretch: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

@media (max-width:1024px) {
    .title-menu {
        margin-top: 1rem;
        margin-bottom: .5rem
    }

}

.footer {
    position: relative;
    overflow: hidden
}

.mailchimp-error {
    color: #F51B1B
}

.mailchimp-success {
    color: #2EB346
}

footer {
    background: #2e2e2e;
}

.mid-footer {
    color: #fff;
    font-size: 15px;
    padding-bottom: 40px;
}

@media (max-width:991px) {
    .mid-footer {
        padding-top: 30px
    }

}

.mid-footer .footer-click {
    padding-left: 15px;
    padding-right: 15px
}

.mid-footer .title-menu .fa {
    transition: transform .3s ease-out
}

.mid-footer .title-menu.open_ .fa {
    transform: rotate(180deg)
}

.mid-footer .link {
    color: var(--footer-color)
}

.mid-footer .link .fa {
    font-size: 10px
}

.mid-footer .link:hover {
    filter: brightness(1.2)
}

.mid-footer .list-menu {
    list-style: none;
    padding: 0px
}

.mid-footer .list-menu li+li {
    margin-top: 10px
}

.mid-footer .single-contact .fa, .mid-footer .single-contact .fas {
    color: var(--footer-color)
}

.mid-footer div[class*=col-] {
    border-top: none;
    border-bottom: none;
}

.mid-footer div[class*=col-]:last-child {
    border-right: none
}

.mid-footer .form_register .newsletter-form .input-group-field {
    padding-right: 95px !important;
}

@media (min-width:1200px) {
    .mid-footer .footer-block {
        padding: 80px 0;
        padding-bottom: 40px;
    }

    .mid-footer .form_register .newsletter-form .input-group-field {
        padding-right: 115px !important;
    }
}

.mid-footer .footer-block .footer-title {
    font-size: 16px;
    margin-bottom: 16px;
    color: inherit;
    font-weight: bold;
}

@media (max-width:767px) {
    .mid-footer .list-menu.toggle-mn {
        display: none
    }

}

.bot-footer {
    padding-top: 20px;
    padding-bottom: 32px;
    border-top: 1px solid #dedede;
    text-align: center;
    line-height: 52px
}

.bot-footer .follow_option {
    justify-content: flex-end
}

.follow_option a.link {
    display: flex;
    padding: 5px 3px;
    gap: 15px;
    height: 45px;
    line-height: 33px;
    border-radius: 6px;
    align-items: center;
}

.follow_option>li+li {
    margin-left: 15px;
}

@media (min-width:1200px) {
    .bot-footer .follow_option {
        padding-right: 65px
    }

}

@media (max-width:991px) {
    .bot-footer .follow_option {
        justify-content: center
    }

}

.bot-footer .follow_option li+* {
    margin-left: 1rem
}

.bot-footer .follow_option .link {
    font-size: 25px
}

@media (max-width:991px) {
    .bot-footer .product-trustbadge {
        justify-content: center
    }

}

.footer-1>* {
    position: relative;
    z-index: 1
}

@media (min-width:1200px) {
    .footer-1:before {
        content: "";
        position: absolute;
        right: 5px;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        background: var(--footer-overlay);
        z-index: 0
    }

}

.copyright {
    background: var(--footer-bg);
    color: var(--footer-color)
}

.copyright a {
    color: var(--footer-color)
}

.fot_copyright {
    font-size: 14px
}

@media (max-width:767px) {
    .fot_copyright {
        font-size: 12px
    }

}

.list-group-item.active {
    z-index: 2;
    color: initial;
    background-color: initial;
    border-color: initial
}

.list-group-item+.list-group-item.active {
    margin-top: 0;
    border-top-width: 0
}

.toogle-nav-wrapper {
    position: relative;
    margin-bottom: var(--subheader-padding);
    margin-top: var(--subheader-padding)
}

.toogle-nav-wrapper .navigation-wrapper {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 100%;
    margin-top: 7px
}

.toogle-nav-wrapper.visible .navigation-wrapper, .toogle-nav-wrapper:not(.nav-index):hover .navigation-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 90
}

@media (max-width:1024px) {
    .toogle-nav-wrapper:hover .navigation-wrapper {
        opacity: 1;
        visibility: visible;
        z-index: 90
    }

}

.toogle-nav-wrapper .navigation .submenu {
    left: calc(100% - 6px) !important;
    top: 0px !important;
    height: calc(100% + 2px)
}

.top-banner a {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}

@media (max-width:991px) {
    .top-banner {
        padding-right: 25px;
    }

    .top-banner .container {
        overflow: auto;
    }

    .top-banner a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        white-space: nowrap;
    }

}

.top-banner .close {
    z-index: 9;
    position: absolute;
    right: 8px;
    top: 5px;
    background: white;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .top-banner .close {
        zoom: 0.7
    }

}

.header_menu {
    top: 0
}

.header_menu.active {
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.4);
    z-index: 1000
}

.header_menu.active a.logo-wrapper {
    display: none
}

.header_menu.active .toogle-nav-wrapper {
    display: block
}

.header_menu.active .search-dropdow {
    display: none
}

@media (max-width:991px) {
    .header_menu.active .toogle-nav-wrapper {
        display: none
    }

    .header_menu.active #search-header {
        flex: 0 0 50%;
        margin-top: 0;
        padding: 0;
        order: 0
    }

    .header_menu.active .header-left {
        display: none
    }

}

.header_menu.active .mid-header {
    font-size: 14px;
    padding: 4px 0px
}

.header_menu.active .mid-header:after {
    content: none !important
}

.header_menu.active .toogle-nav-wrapper {
    margin: -5px 0px;
    z-index: 8
}

.header_menu.active .toogle-nav-wrapper:hover~.sticky-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 7;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0
}

.header_menu.active .toogle-nav-wrapper .navigation-wrapper {
    margin-top: -5px
}

.header_menu.active .navigation {
    --nav-height: 75vh
}

.header_menu.active #search-header {
    order: 0 !important;
    margin: 0 !important
}

@media (max-width:320px) {
    .header_menu.active .search-bar {
        visibility: hidden;
        opacity: 0
    }

}


.blogwp h3, .blogwp h3 a.link {
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.25rem
}

.blogwp .media {
    line-height: 1.4
}

.art-info {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.art-info span {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.art-info svg {
    font-size: 20px
}

.blogwp .button_custome_35.link {
    font-size: 14px;
    text-decoration: underline;
}

.blogwp .lead {
    font-size: 14px;
    margin-top: .3rem;
    margin-bottom: 0px;
    word-break: break-word
}

.blogwp.media .image-blog {
    width: 100px;
    flex: 0 0 100px
}

.blogwp.media+* {
    margin-top: 10px;
}

@media (max-width:991px) {
    .blogwp.media h3, .blogwp.media h3 a.link {
        font-size: 1rem
    }

}

.tabs-group {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
}

.tabs-group::-webkit-scrollbar {
    display: none
}

.tabs-group {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tabs li {
    position: relative;
    border-radius: 4px;
    white-space: nowrap;
    color: #9c9c9c;
    font-size: 18px;
    user-select: none;
    position: relative;
    padding-bottom: 5px;
    font-weight: bold;

}

.tabs li:after {
    content: '';
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: width .2s ease-in-out;
}

.tabs li:not(:last-of-type) {
    margin-right: .5rem
}

.tabs li:not(.current) {
    cursor: pointer
}

.tabs li.current {
    border-radius: 0;
    color: #000;
}

.tabs li.current:after {
    width: 100%
}

.tabs li.current:after {
    background: var(--primary-color)
}

.tabs li:hover {
    color: var(--primary-color)
}

.tab-content {
    display: none
}

.tab-content.current {
    display: block
}

#mobile-menu {
    position: fixed;
    left: -100%;
    top: 0 !important;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 45px
}

#mobile-menu .mobile-menu-body {
    max-height: calc(100% - 68px);
    overflow-y: auto
}

#mobile-menu .mobile-menu-body .list-group-item.active {
    z-index: 9
}

#mobile-menu .mobile-menu-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #f4f4f4
}

@media (max-width:991px) {
    #mobile-menu {
        left: 0;
        opacity: 1;
        transform: translateX(-100%);
        transition: transform 0.2s ease-out
    }

    #mobile-menu.active {
        z-index: 99999;
        transform: translateX(0);
        overflow-x: hidden
    }

    #mobile-menu.active+.menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9998;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    #mobile-menu .subheader {
        display: block
    }

}

#mobile-menu .user-menu {
    background: #cd6420;
    color: #fff;
    padding: 10px 15px;
    --text-color:
        var(--main-menu-color)
}

#mobile-menu .user-menu a {
    color: #fff;
}

#mobile-menu .user-menu .fas {
    font-size: 24px
}

#mobile-menu .shop-policises {
    flex-direction: column;
    align-items: start;
    align-items: flex-start !important
}

#mobile-menu .shop-policises li {
    padding: 10px 15px;
    --header-color: var(--text-color)
}

#mobile-menu .shop-policises li+* {
    margin: 0px
}

#mobile-menu [data-toggle-submenu] {
    float: right;
    width: 30px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease-out
}

#mobile-menu .navigation {
    min-height: auto;
    flex-direction: column
}

#mobile-menu .navigation .menu-item .submenu {
    display: none;
    position: fixed;
    right: 0;
    top: 0 !important;
    width: 300px;
    height: 100%;
    transform: translateX(100%);
    transition: transform .25s .05s ease-out;
    z-index: -1
}

#mobile-menu .navigation .menu-item.active [data-toggle-submenu] {
    transform: rotate(0deg)
}

#mobile-menu .navigation .menu-item.active .submenu {
    transform: translateX(0);
    z-index: 2;
    display: block
}

#mobile-menu .navigation .list-group-item>a {
    align-items: center;
    justify-content: space-between;
    background: #fff;
    color: var(--text-color) !important
}

#mobile-menu .toggle-submenu {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -15px;
    background: #eee;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: var(--text-color);
    font-size: 16px;
    text-transform: uppercase
}

#mobile-menu .navigation .submenu__list {
    --col-menu: 1
}

.navigation .list-group-item:not(:first-of-type) {
    box-shadow: inset 0px 1px 0px #f1f1f1;
}

@media(max-width: 991px) {
    #mobile-menu .navigation .list-group-item>a {
        padding: 8px 15px;
    }

    #mobile-menu .navigation .list-group-item .menu-item__link>img {
        order: 1;
    }

    #mobile-menu .navigation .list-group-item .menu-item__link>i {
        order: 2
    }
}

.bread-crumb, .bread-crumb .breadcrumb {
    background: #F6F6F6
}

.bread-crumb .breadcrumb, .bread-crumb .breadcrumb .breadcrumb {
    padding: .25rem 1rem
}

.bread-crumb, .bread-crumb .link {
    color: #999
}

.bread-crumb strong, .bread-crumb .link, .bread-crumb span {
    font-weight: normal;
    font-size: 14px
}

.bread-crumb strong {
    color: var(--text-color)
}

section {
    margin-bottom: 30px
}

section .container.card {
    border: none;
    border-radius: 8px
}

@media (max-width:991px) {
    section {
        margin-bottom: 25px
    }
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}

.page-item.disabled:not(.active) {
    display: none
}

.page-item .page-link, .page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: .875rem;
    color: #8898aa
}

.page-item .page-link:hover, .page-item span:hover {
    z-index: 2;
    color: #8898aa;
    text-decoration: none;
    background-color: #dee2e6;
    border-color: #dee2e6
}

@media (max-width:767px) {
    .page-item .page-link, .page-item span {
        width: 30px;
        height: 30px
    }

}

.page-item:first-child .page-link {
    margin-left: 0px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08)
}

.custom-checkbox {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.7rem
}

.custom-checkbox input {
    display: none
}

.custom-checkbox:not(.color) input:checked~.fa:after {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.custom-checkbox input:checked~.fa:before {
    z-index: 2;
    background: no-repeat 50%/50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .fa {
    display: inline
}

.custom-checkbox .fa:after, .custom-checkbox .fa:before {
    content: '';
    pointer-events: none;
    background: var(--filter-color, #fff);
    box-shadow: none;
    position: absolute;
    top: .125rem;
    left: 0rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #cad1d7;
}

.custom-checkbox .fa:after {
    border: 1px solid #cad1d7;
    transition: all .3s ease;
    border-radius: .2rem;
    background: var(--filter-color, #fff);
    /*border-color: var(--filter-color)*/
}

.custom-checkbox.color .fa {
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 999px;
}

.custom-checkbox.color input:checked~.fa {
    border-color: var(--primary-color);
}

.custom-checkbox.color .fa:before, .custom-checkbox.color .fa:after {
    width: 20px;
    height: 20px;
    left: 1px;
    top: 1px;
    border-radius: 999px;
}

.open_opacity {
    position: fixed;
    z-index: 9997;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%
}

.mini-cart {
    position: relative
}

@media (min-width:1024px) {
    .mini-cart:hover .top-cart-content {
        z-index: 199;
        visibility: visible;
        opacity: 1;
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07)
    }

}

.top-cart-content {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: 400px;
    right: 0%;
    top: calc(100% + 8px);
    color: var(--text-color);
    padding: 10px 15px;
    font-size: 14px
}

.top-cart-content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -9px;
    right: 15px
}

.top-cart-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -9px;
    z-index: 0
}

.top-cart-content .list-item-cart, .top-cart-content .mini-products-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    z-index: 1;
    position: relative
}

.top-cart-content .list-item-cart {
    max-height: 31ch;
    overflow: auto
}

.top-cart-content .list-item-cart::-webkit-scrollbar {
    width: 3px
}

.top-cart-content .list-item-cart::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 1px solid var(--primary-color)
}

.top-cart-content .detail-item, .top-cart-content .product-details {
    width: 100%;
    text-align: left;
}

.top-cart-content a {
    color: var(--text-color)
}

.top-cart-content .border_list {
    display: flex;
    align-items: start;
    width: 100%
}

.top-cart-content .image_drop {
    width: 90px;
    height: 90px;
    margin-right: 10px
}

.top-cart-content .product-details {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.top-cart-content .item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.top-cart-content .product-name {
    margin-right: 10px;
    margin-bottom: 0px
}

.top-cart-content .remove-item-cart {
    margin-right: 10px;
    cursor: pointer
}

.top-cart-content .top-subtotal {
    margin: 10px 0
}

.top-cart-content .top-subtotal .price_big {
    font-size: 16px;
    font-weight: 500
}

.top-cart-content .pd.right_ct .btn {
    display: block;
    background: var(--cta-color);
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px !important
}

.top-cart-content .pd.right_ct .btn:hover {
    filter: brightness(1.2)
}

.btn-main {
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-radius: 5px;
}

.btn-main:hover {
    color: #fff;
    background: var(--primary-color)
}

.btn-main--primary {
    color: #fff;
    background: var(--primary-color)
}

.btn-main--primary:hover {
    color: #fff;
    filter: brightness(1.2)
}

.addThis_listSharing {
    position: fixed;
    bottom: 85px;
    z-index: 999;
    top: auto !important;
    right: 12px;
    opacity: 0;
    display: none
}

.backtop {
    right: 12px;
    bottom: 196px;
    top: auto !important;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 44px;
    width: 44px;
    background-color: var(--primary-color);
    line-height: 36px;
    border-radius: 100%;
    font-size: 30px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff !important;
    margin-bottom: 5px
}

.backtop:hover {
    filter: brightness(1.3)
}

.backtop.show {
    z-index: 999;
    transition: transform 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible
}

@media (max-width:576px) {
    .backtop {
        bottom: 60px
    }

}

.mailchimp-error a {
    color: var(--primary)
}

.item_skeleton {
    position: relative
}

.item_skeleton::after {
    display: block;
    content: '';
    width: 100%;
    padding-top: calc(100% + 115px);
    background-color: #e2e2e2
}

@media (max-width:767px) {
    .item_skeleton::after {
        padding-top: calc(100% + 115px)
    }

}

.section_insta .item_skeleton::after {
    padding-top: 100%
}

.ega-cr-addon {
    z-index: 999 !important
}

.ega-cr-addon ul {
    min-height: 54px
}

.variant-title {
    font-size: .8rem;
    font-weight: 400;
    color: #898989
}

.single-contact {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    margin-bottom: 10px
}

.single-contact .fa, .single-contact .fas {
    color: var(--primary-color);
    margin-right: 5px;
    width: 20px;
    flex: 0 0 20px
}

#ega-modal-banner.show {
    z-index: 9997
}

#ega-modal-banner .btn-form-close {
    position: absolute;
    top: -15px;
    right: -5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center
}

#ega-modal-banner .modal-content {
    background: transparent;
    text-align: center;
    box-shadow: none;
    border: none
}

#ega-modal-banner .modal-header {
    padding: 0;
    border-bottom: none
}

#ega-modal-banner .modal-dialog {
    margin: auto;
    position: relative
}

@media (max-width:991px) {
    #ega-modal-banner .modal-dialog {
        width: 85%
    }

}

body.menu-is-hover:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 20
}

body.menu-is-hover .subheader {
    position: relative;
    z-index: 99
}

.sapo-product-reviews-module {
    padding-top: 15px;
    padding-bottom: 15px
}

.sapo-product-reviews-module .fa {
    font-family: FontAwesome !important
}

.sapo-product-reviews-badge {
    min-height: 18px
}

.sapo-product-reviews-module .bpr-products-module-heading .bpr-products-module-title {
    color: var(--text-color) !important;
    font-size: 1.4em !important;
    margin: 0px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important
}

.sapo-product-reviews-module .swiper-button-disabled {
    display: none
}

.btn {
    padding: 10px 20px;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.icon {
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

#ega-smartsearch-search-suggestion {
    border-radius: 8px !important
}

#ega-smartsearch-search-suggestion:after {
    border-color: transparent transparent #fff transparent !important
}

#ega-smartsearch-search-bottom a span, .ega-smartsearch-search-title span {
    color: var(--primary-color) !important
}

.ega-smartsearch-item__title {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.4
}

.ega-smartsearch-item__price ins {
    font-size: 16px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    margin-right: 5px
}

@media (max-width:1024px) {
    .ega-smartsearch-item__price ins {
        font-size: 14px !important
    }

}

.ega-smartsearch-item__price del {
    font-size: 14px !important;
    display: inline-block !important;
    margin-right: 5px
}

@media (max-width:1024px) {
    .ega-smartsearch-item__price del {
        font-size: 13px !important
    }

}

#ega-smartsearch-search-suggestion .ega-smartsearch-search-view-item.active {
    border-radius: 4px
}

#ega-smartsearch-search-bottom {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 14px !important;
    border-radius: 0 0 8px 8px
}

#ega-smartsearch-search-top::-webkit-scrollbar {
    width: 3px
}

#ega-smartsearch-search-top::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 1px solid var(--primary-color)
}

.ega-smartsearch-search-title {
    flex: 0 0 calc(100% - 70px);
    overflow: hidden;
    display: block;
    padding-right: 10px
}

.ega-smartsearch-search-title span {
    word-break: break-all
}

@media screen and (max-width:375px) {
    #ega-smartsearch-search-top {
        max-height: 45vh
    }

}

@media (max-width:767px) {
    .product-col.col-6:nth-child(2n+1) {
        padding-right: 10px
    }

    .product-col.col-6:nth-child(2n) {
        padding-left: 10px
    }

}

.banner {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.banner img {
    width: auto;
    transition: all .3s ease-in-out
}

.banner:hover img {
    transform: scale(0.95)
}

.aspect-ratio {
    aspect-ratio: var(--width)/var(--height)
}

@supports not (aspect-ratio:auto) {
    .aspect-ratio {
        padding-top: calc(var(--height) / var(--width) * 100%);
        height: 0;
        position: relative;
        overflow: hidden
    }

}

@supports not (aspect-ratio:auto) {
    .aspect-ratio img {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: auto;
        max-width: 100%;
        height: auto
    }

}

.embed-responsive-3by4::before {
    --aspect-ratio: 2/3;
    padding-top: clamp(100%, calc(100vh), calc(100% / (var(--aspect-ratio))));
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}




@media (max-width: 767px) {
    .product-list {
        padding: 1px;
    }

    .top-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-footer .follow_option, .top-footer .subscribe {
        justify-content: center;
    }

    .top-footer .subscribe {
        flex-wrap: wrap;
    }



    .item_product_main .product-item-cta {
        padding-right: 0;
    }

    .section_prd_feature:not(.slick-slider) .product-col, .recent-view-list:not(.slick-slider) .product-col {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

/** Rating **/
.item_product_main .starbap-prev-badgetext {
    display: none
}

.haravan-product-reviews-badge {
    font-size: 12px !important;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

.haravan-product-reviews-badge p {
    margin-bottom: 2px;
}

/** Product Gift **/
.label_product.product_gift_label {
    position: absolute;
    background: #eee;
    left: auto;
    right: 10px;
    text-align: center;
}

@media (max-width:991px) {
    .label_product.product_gift_label {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        padding: 0;
    }

}

.main-cart-page .label_product.product_gift_label {
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
}

@media (max-width:991px) {
    .main-cart-page .label_product.product_gift_label {
        width: 20px;
        height: 20px;
    }

}

.label_product.product_gift_label img {
    display: inline-block;
    max-width: 20px;
}

@media (max-width:991px) {
    .label_product.product_gift_label img {
        max-width: 18px;
    }
}

.search-main .searchform .search-bar.js-not-smartsearch .input-group-field {
    padding-right: 70px !important;
}

@media(max-width: 991px) {
    .search-main .searchform .search-bar.js-not-smartsearch .input-group-field {
        padding-right: 50px !important;
    }
}

/** Wishlist **/
.wish-list .product-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.product-info.has-wishlist {
    position: relative;
    padding-right: 30px;
}

.btn-wishlist {
    appearance: none;
    position: relative;
    border: 0;
    background-color: transparent;
}

.product-info.has-wishlist .btn-wishlist {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9;
}

.btn-wishlist i:first-child {
    display: none;
}

.btn-wishlist.js-inWishlist {
    color: #d84144;
}

.btn-wishlist.js-inWishlist i:first-child {
    display: inline;
}

.btn-wishlist.js-inWishlist i:nth-child(2) {
    display: none;
}

.btn-wishlist .wishlist-tooltip span:first-child {
    display: none;
}

.btn-wishlist.js-inWishlist .wishlist-tooltip span:first-child {
    display: inline;
}

.btn-wishlist.js-inWishlist .wishlist-tooltip span:last-child {
    display: none;
}

.wishlist-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    background: #333;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    width: auto;
    min-width: max-content;
}

.wishlist-tooltip:before {
    background: transparent;
    content: "";
    position: absolute;
    height: 8px;
    left: 0;
    top: 100%;
    width: 100%;
}

.wishlist-tooltip:after {
    background: #333333;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    left: calc(50% - 5px);
    bottom: -5px;
}

.btn-wishlist:hover .wishlist-tooltip {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 8px);
}

.btn-wishlist-detail {
    font-size: 22px;
}

.wishlist-link {
    position: relative;
}

.wishlist-link span {
    position: absolute;
    display: inline-block;
    background: #da3f3f;
    border-radius: 999px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    top: -5px;
    right: 0;
}

/** End Wishlist **/

.popcart {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.table td, .table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table-sm td, .table-sm th {
	padding: 0.3rem;
}
.table-bordered {
	border: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075);
}
.table-primary, .table-primary > td, .table-primary > th {
	background-color: #b8daff;
}
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff;
}
.table-hover .table-primary:hover {
	background-color: #9fcdff;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}
.table-secondary, .table-secondary > td, .table-secondary > th {
	background-color: #d6d8db;
}
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #c8cbcf;
}
.table-success, .table-success > td, .table-success > th {
	background-color: #c3e6cb;
}
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e;
}
.table-hover .table-success:hover {
	background-color: #b1dfbb;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #b1dfbb;
}
.table-info, .table-info > td, .table-info > th {
	background-color: #bee5eb;
}
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda;
}
.table-hover .table-info:hover {
	background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #abdde5;
}
.table-warning, .table-warning > td, .table-warning > th {
	background-color: #ffeeba;
}
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #ffe8a1;
}
.table-danger, .table-danger > td, .table-danger > th {
	background-color: #f5c6cb;
}
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e;
}
.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #f1b0b7;
}
.table-light, .table-light > td, .table-light > th {
	background-color: #fdfdfe;
}
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc;
}
.table-hover .table-light:hover {
	background-color: #ececf6;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color: #ececf6;
}
.table-dark, .table-dark > td, .table-dark > th {
	background-color: #c6c8ca;
}
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c;
}
.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}
.table-active, .table-active > td, .table-active > th {
	background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.table-dark {
	color: #fff;
	background-color: #343a40;
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55;
}
.table-dark.table-bordered {
	border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
 }
	.table-responsive-sm > .table-bordered {
		border: 0;
 }
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
 }
	.table-responsive-md > .table-bordered {
		border: 0;
 }
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
 }
	.table-responsive-lg > .table-bordered {
		border: 0;
 }
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
 }
	.table-responsive-xl > .table-bordered {
		border: 0;
 }
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
	border: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.5rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*============================================================================ #Variable ==============================================================================*/
/*============================================================================ 11. ACCOUNT,ORDER,ADDREDSS... ==============================================================================*/
.title-head {
	margin-bottom: 20px;
}
/* Account*/
.col-left-ac .block-account .title-account {
	font-size: 19px;
	font-weight: 400;
	color: #212b25;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.col-left-ac .block-account p {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 28px;
	color: #212b25;
	position: relative;
}
.col-left-ac .block-account ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.col-left-ac .block-account ul .title-info {
	font-weight: 400;
	font-size: 14px;
	color: #212b25;
	margin-bottom: 22px;
	display: block;
}
h1, .title-head {
	font-size: 19px;
	font-weight: 400;
	color: #212b25;
	text-transform: uppercase;
	margin-bottom: 16px;
}
button {
	height: 45px;
}
.page_customer_account {
	margin-bottom: 30px;
}
.page_customer_account .col-right-ac .name-account {
	margin-bottom: 40px;
}
.page_customer_account .col-right-ac .title-yorder {
	font-size: 19px;
	line-height: 22px;
	font-weight: 500;
	color: #212b25;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.page_customer_account .col-right-ac .my-account .table-responsive-block .table-cart thead th {
	border-bottom: 1px solid #dee2e6;
	color: var(--text-color);
	padding: 5px;
}
@media (max-width: 992px) {
	.page_customer_account .col-right-ac .my-account .table-responsive-block .table-cart thead th {
		display: none;
 }
}
@media (max-width: 992px) {
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first {
		border-top: 0 !important;
		border: 1px solid #e1e1e1;
		margin-bottom: 20px;
		display: block;
 }
}
.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td {
	width: 15%;
	padding: 20px 5px;
}
@media (max-width: 992px) {
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td {
		border: none;
		position: relative;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		width: 100% !important;
 }
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td:nth-child(1) {
		padding-left: 75px;
		border-top: #e1e1e1 1px solid;
 }
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td:nth-child(2) {
		padding-left: 48px;
 }
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td:nth-child(3) {
		padding-left: 58px;
 }
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td:nth-child(4) {
		padding-left: 115px;
 }
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td:nth-child(5) {
		padding-left: 106px;
 }
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td:nth-child(6) {
		padding-left: 107px;
 }
	.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td:before {
		position: absolute;
		top: 10px;
		font-size: 14px;
		left: 10px;
		padding-right: 10px;
		text-align: left;
		white-space: nowrap;
		font-weight: 400;
		display: block;
 }
}
.page_customer_account .col-right-ac .my-account .table-responsive-block tbody .first td:nth-child(3) {
	width: 25%;
}
/*order*/
.page_order {
	margin-bottom: 40px;
}
.page_order .head-title h1 {
	text-transform: none;
	float: left;
	display: inline-block;
}
.page_order .head-title .order_date {
	float: right;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	display: inline-block;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.page_order .head-title .order_date {
		display: block;
		width: 100%;
		margin: 0 0 20px;
 }
}
.page_order .shipping_status, .page_order .payment_status {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
}
.page_order .payment_status {
	margin-right: 35px;
}
.page_order .body_order {
	padding-left: 5px;
}
@media (max-width: 767px) {
	.page_order .body_order {
		padding-left: 15px;
 }
}
.page_order .body_order:first-child {
	padding-left: 15px;
}
.page_order .body_order .box-address {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.page_order .body_order .box-address {
		margin-top: 0px;
 }
}
.page_order .body_order .box-address .title-head {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 19px;
	font-weight: 400;
	margin-bottom: 6px;
}
@media (min-width: 768px) {
	.page_order .body_order .box-address .box-des {
		min-height: 110px;
		padding: 13px 25px 10px 20px;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
 }
}
.page_order .body_order .box-address .box-des strong {
	text-transform: uppercase;
}
.page_order .body_order .box-address .box-des p {
	color: #212b25;
	font-size: 14px;
	line-height: 16px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 8px;
}
.page_order .table-order {
	padding: 0 20px;
	border: 1px solid #e0e0e0;
	margin-top: 24px;
	border-radius: 5px;
}
@media (max-width: 992px) {
	.page_order .table-order {
		padding: 0;
		border: 0;
 }
}
.page_order .table-order .table-cart thead tr th {
	padding: 25px 0;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 16px;
	line-height: 19px;
	width: 15%;
	float: left;
	font-weight: 400;
}
@media (max-width: 992px) {
	.page_order .table-order .table-cart thead tr th {
		display: none;
 }
}
.page_order .table-order .table-cart thead tr th:first-child {
	text-align: left;
	width: 55%;
}
@media (max-width: 992px) {
	.page_order .table-order .table-cart tbody tr {
		border-top: 0 !important;
		display: block;
 }
	.page_order .table-order .table-cart tbody tr:last-child {
		border-bottom: 1px solid #e1e1e1;
 }
}
.page_order .table-order .table-cart tbody tr td {
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 0;
	width: 15%;
	float: left;
	font-size: 16px;
}
@media (min-width: 992px) {
	.page_order .table-order .table-cart tbody tr td {
		justify-content: center;
		align-items: center;
		display: flex;
		min-height: 130px;
 }
}
@media (max-width: 992px) {
	.page_order .table-order .table-cart tbody tr td {
		border-bottom: none;
		position: relative;
		padding-right: 10px;
		text-align: right;
		padding-top: 0;
		padding-bottom: 10px;
		display: inline-block;
		float: none;
		width: 100% !important;
 }
	.page_order .table-order .table-cart tbody tr td:first-child {
		border-top: #e1e1e1 1px solid;
		padding-top: 10px;
 }
	.page_order .table-order .table-cart tbody tr td:nth-child(2) {
		display: none;
 }
	.page_order .table-order .table-cart tbody tr td:nth-child(3) {
		display: none;
 }
	.page_order .table-order .table-cart tbody tr td:nth-child(4) {
		display: none;
 }
}
.page_order .table-order .table-cart tbody tr td:first-child {
	width: 55%;
}
.page_order .table-order .table-cart tbody tr td .image_order {
	float: left;
	width: 90px;
}
@media (max-width: 767px) {
	.page_order .table-order .table-cart tbody tr td .image_order {
		width: 50px;
 }
}
.page_order .table-order .table-cart tbody tr td .image_order a {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: center;
}
@media (max-width: 767px) {
	.page_order .table-order .table-cart tbody tr td .image_order a {
		height: 50px;
 }
}
.page_order .table-order .table-cart tbody tr td .image_order a img {
	max-height: 100%;
	max-width: 100%;
}
.page_order .table-order .table-cart tbody tr td .content_right {
	float: left;
	width: calc(100% - 90px);
	padding-left: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	align-self: normal;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
@media (max-width: 992px) {
	.page_order .table-order .table-cart tbody tr td .content_right {
		text-align: right;
		width: auto;
		float: none;
		text-align: left;
 }
}
.page_order .table-order .table-cart tbody tr td .content_right .title_order {
	display: block;
}
.page_order .table-order .table-cart tbody tr td .content_right p {
	margin: 10px 0 0;
}
@media (max-width: 767px) {
	.page_order .table-order .table-cart tbody tr td .content_right p {
		margin: 5px 0 0;
 }
}
.page_order .table-order .table-cart tbody tr td .content_right .bottom_mb {
	font-size: 16px;
	margin-top: 5px;
}
@media (min-width: 992px) {
	.page_order .table-order .table-cart tbody tr td .content_right .bottom_mb {
		display: none;
 }
}
.page_order .table-order .table-cart tbody tr td .content_right .bottom_mb .quantity_mb {
	float: left;
}
.page_order .table-order .table-cart tbody tr td .content_right .bottom_mb .sum_mb {
	float: right;
}
.page_order .table-order .totalorders tr td {
	border: 0;
	font-size: 16px;
	text-align: right;
}
@media (max-width: 767px) {
	.page_order .table-order .totalorders tr td {
		padding: 10px 5px;
 }
}
.page_order .table-order .totalorders tr td:first-child {
	width: 75%;
}
@media (max-width: 767px) {
	.page_order .table-order .totalorders tr td:first-child {
		width: 45%;
 }
}
/*Table*/
@media (max-width: 992px) {
	.table-responsive-block .table-order td:nth-of-type(1):before {
		content: "Đơn hàng:";
 }
	.table-responsive-block .table-order td:nth-of-type(2):before {
		content: "Ngày:";
 }
	.table-responsive-block .table-order td:nth-of-type(3):before {
		content: "Địa chỉ:";
 }
	.table-responsive-block .table-order td:nth-of-type(4):before {
		content: "Giá trị đơn hàng:";
 }
	.table-responsive-block .table-order td:nth-of-type(5):before {
		content: "TT Thanh toán:";
 }
	.table-responsive-block .table-order td:nth-of-type(6):before {
		content: "TT Vận chuyển:";
 }
	.table-responsive-block .totalorders td:nth-of-type(1):before {
		content: "Phí vận chuyển";
 }
	.table-responsive-block .totalorders td:nth-of-type(2):before {
		content: "Tổng tiền";
 }
	.table-responsive-block .totalorders td:nth-of-type(3):before {
		content: "Số lượng";
 }
	.table-responsive-block .totalorders td:nth-of-type(4):before {
		content: "Tổng";
 }
	.table-responsive-block .totalorders td:nth-of-type(5):before {
		content: "Tình trạng";
 }
}
.op_address.opened {
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px !important;
	left: 0px;
	z-index: 99999;
}
.btn-row {
	margin: 0;
}
.btn-row .btn-more, .btn-row .btn-submit {
	color: #fff !important;
	padding: 0 16px !important;
	border-radius: 3px !important;
	font-size: 14px;
}
.btn-row .btn-more:focus, .btn-row .btn-submit:focus {
	box-shadow: none !important;
	outline: none;
}
.btn-row .btn-more:hover, .btn-row .btn-submit:hover {
	opacity: 0.6;
}
.btn-row .btn-dark-address {
	background: #fff;
	border: solid 1px #ebebeb !important;
	color: #333 !important;
	font-size: 14px;
}
.btn-row .btn-dark-address:hover {
	background: #9e9e9e !important;
	border-color: #9e9e9e !important;
	color: #fff !important;
}
@media (max-width: 767px) {
	.btn-row .btn-more {
		margin-left: 0;
 }
}
.btn-row .btn-edit {
	font-size: 14px;
	background: transparent !important;
	border: 0 !important;
	color: #2d9cdb !important;
}
.btn-row .btn-edit:hover {
	color: #333 !important;
}
@media (max-width: 767px) {
	.btn-row .btn-edit {
		padding: 0px;
 }
}
.btn-row .btn-edit:focus {
	box-shadow: none !important;
	outline: none;
}
.btn-row .btn-delete {
	color: red !important;
	background: transparent !important;
	border: 0 !important;
}
.btn-row .btn-delete:hover {
	color: #eb5757 !important;
	background: transparent !important;
}
/*Adress*/
.address_info {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0px;
}
@media (max-width: 767px) {
	.address_info {
		flex-flow: column;
 }
}
.address_info .address-group {
	width: 75%;
}
@media (max-width: 767px) {
	.address_info .address-group {
		width: 100%;
 }
}
.address_info .address-group .address p:last-child {
	margin: 0;
}
.address_info .address-group .address-default {
	color: #27ae60;
	font-size: 10px;
	font-weight: 400;
	padding-left: 10px;
}
.address_info .address-group .address-default i {
	padding-right: 3px;
}
.address_info .btn-address {
	width: 25%;
	text-align: center;
}
@media (max-width: 767px) {
	.address_info .btn-address {
		width: 100%;
		text-align: left;
 }
}
.checkbox .c-checkbox input {
	opacity: 1;
	width: auto;
	height: 23px;
	left: 0;
	margin: 0;
}
.checkbox .check_h input {
	opacity: 1;
	width: auto;
	height: 23px;
	left: 0;
	margin: 0;
}
.no-scroll {
	overflow: hidden;
}
/*Popup*/
.modal_address {
	width: 710px;
	padding: 15px 0 20px;
	max-height: 580px;
	height: 545px;
	position: fixed;
	z-index: 99999;
	display: none;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	top: 50% !important;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-os-transform: translate(-50%, -50%);
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media (max-width: 767px) {
	.modal_address {
		width: 100%;
		top: 0 !important;
		left: 0;
		transform: translate(0);
		border-radius: 0;
		max-height: unset;
		height: 100%;
 }
}
.modal_address::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #e1e1e1;
	border-radius: 10px;
	opacity: 0.5;
}
.modal_address::-webkit-scrollbar {
	width: 5px;
	background-color: #e1e1e1;
	opacity: 0.5;
	border-radius: 10px;
}
.modal_address::-webkit-scrollbar-thumb {
	border: 5px solid #e1e1e1;
	opacity: 0.2;
	border-radius: 10px;
}
.modal_address .title_pop {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 19px;
	padding: 0 34px 15px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	margin-bottom: 8px;
}
@media (max-width: 767px) {
	.modal_address .title_pop {
		padding: 0 30px 12px 15px;
 }
}
.modal_address form {
	margin-bottom: 0;
}
.modal_address .pop_bottom {
	margin: 0 27px 0 27px;
}
@media (max-width: 767px) {
	.modal_address .pop_bottom {
		margin: 0 15px;
 }
}
.modal_address .pop_bottom .form_address {
	overflow-y: auto;
	margin-bottom: 0;
	padding: 10px 0;
}
.modal_address .pop_bottom .form_address::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #e1e1e1;
	border-radius: 10px;
	opacity: 0.5;
}
.modal_address .pop_bottom .form_address::-webkit-scrollbar {
	width: 5px;
	background-color: #e1e1e1;
	opacity: 0.5;
	border-radius: 10px;
}
.modal_address .pop_bottom .form_address::-webkit-scrollbar-thumb {
	border: 5px solid #e1e1e1;
	opacity: 0.2;
	border-radius: 10px;
}
.modal_address .pop_bottom .form_address .error-in .form-group {
	margin-bottom: 0;
}
.modal_address .pop_bottom .form_address .error-in .form-group input {
	border-color: red;
}
.modal_address .pop_bottom .form_address .error-in .error-msg {
	color: red;
	margin-bottom: 10px;
	margin-top: 3px;
}
.modal_address .pop_bottom .form_address .group-country {
	display: flex;
}
.modal_address .pop_bottom .form_address .group-country fieldset {
	width: calc(100% / 3);
	-webkit-width: calc(100% / 3);
	-moz-width: calc(100% / 3);
	-o-width: calc(100% / 3);
	-os-width: calc(100% / 3);
	margin-right: 10px;
}
.modal_address .pop_bottom .form_address .group-country fieldset:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
	.modal_address .pop_bottom .form_address .group-country {
		display: block;
 }
	.modal_address .pop_bottom .form_address .group-country fieldset {
		width: 100%;
		margin-right: 0px;
 }
}
.modal_address .pop_bottom .form_address .form-group {
	margin-bottom: 11px;
	position: relative;
	padding: 0;
	margin-right: 0px;
}
@media (max-width: 767px) {
	.modal_address .pop_bottom .form_address .form-group {
		margin-right: 0;
 }
}
.modal_address .pop_bottom .form_address .form-group label {
	font-size: 14px;
	color: #828282;
	margin: 0;
	transform-origin: left top;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	position: absolute;
	top: 8px;
	left: 20px;
	cursor: text;
	z-index: 20;
	font-weight: 400;
}
.modal_address .pop_bottom .form_address .form-group input::-webkit-outer-spin-button, .modal_address .pop_bottom .form_address .form-group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.modal_address .pop_bottom .form_address .form-group .form-control {
	border: 1px solid #c4cdd5;
	border-radius: 3px;
	padding: 18px 10px 0px 20px;
	margin: 0;
	position: relative;
	z-index: 10;
	background: transparent !important;
	min-height: 42px;
	font-size: 14px;
	padding-right: 30px;
	text-overflow: ellipsis;
}
.modal_address .pop_bottom .form_address .form-group .form-control:focus ~ label {
	top: 4px;
	font-size: 11px;
	box-shadow: none;
}
.modal_address .pop_bottom .form_address .form-group .form-control:focus {
	box-shadow: none;
	outline: none;
}
.modal_address .pop_bottom .form_address .form-group .form-control:focus input {
	box-shadow: none;
	outline: none;
}
.modal_address .pop_bottom .form_address .form-group.select-field:before {
	content: "";
	width: 2em;
	height: 26px;
	position: absolute;
	border-left: 1px rgba(179, 179, 179, 0.5) solid;
	right: 1px;
	top: 8px;
	z-index: 9;
}
.modal_address .pop_bottom .form_address .form-group.select-field:after {
	content: "";
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	right: 11px;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
	z-index: 9;
}
.modal_address .pop_bottom .form_address .form-group.select-field select[disabled] {
	background-color: #eee !important;
	cursor: default;
}
.modal_address .pop_bottom .form_address .form-group.select-field label {
	z-index: 20 !important;
}
.modal_address .pop_bottom .form_address .form-group.select-field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.modal_address .pop_bottom .form_address .form-group.has-error input {
	border-color: red !important;
}
.modal_address .pop_bottom .form_address .form-group.has-error .form-error {
	color: red;
	margin-bottom: 0;
}
.modal_address .pop_bottom .form_address .form-group .has-content ~ label {
	top: 4px;
	font-size: 11px;
}
.modal_address .pop_bottom .form_address .form-group.select-field select {
	background-position: right center;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
	text-indent: 0.01px;
	background-image: url('//mixcdn.egany.com/themes/assets/ico-select.png') !important;
	z-index: 10;
	position: relative;
	background: transparent !important;
	outline: none;
}
.modal_address .pop_bottom .form_address .form-group.select-field label {
	z-index: 1;
}
.modal_address .pop_bottom .checkbox {
	margin-bottom: 0;
	position: relative;
	display: flex;
	align-items: center;
}
.modal_address .pop_bottom .checkbox .c-checkbox {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal_address .pop_bottom .btn-row {
	text-align: right;
}
.modal_address .pop_bottom .btn-row .btn-dark-address {
	border-radius: 3px;
	padding: 0 15px;
}
@media (max-width: 767px) {
	.modal_address .pop_bottom .btn-row {
		text-align: left;
 }
}
.modal_address input[type="checkbox"], .modal_address input[type="radio"] {
	display: inline;
	margin: 0;
	padding: 0;
	height: 12px;
	position: absolute;
	background: transparent;
	outline: none;
	opacity: 1;
	left: 0;
	width: 12px;
	top: 5px;
	cursor: pointer;
}
.closed_pop {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	top: 10px;
	right: 10px;
	z-index: 999;
	cursor: pointer;
}
.closed_pop:hover {
	color: #2d9cdb;
}
/*POPUP LOGIN*/
div#social_login {
	width: 100% !important;
	text-align: center;
}
.embedContent ul.icon-only {
	margin-bottom: 10px;
	display: block;
	text-align: center !important;
	margin: 0 !important;
}
.checkbox.style input {
	margin: 0 !important;
	display: none;
}
.checkbox.style label {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	text-transform: none;
	position: relative;
	padding-left: 55px;
	line-height: 50px;
}
.checkbox.style label:before {
	display: block;
	width: 35px;
	height: 35px;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.checkbox.style input:checked + label:after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/* Reset password*/
#reset_password .form-group {
	margin-bottom: 15px;
}
#reset_password .form-group input {
	height: 45px;
	padding: 0 20px;
	color: #111;
	border-color: #ebebeb;
	border-radius: 0px;
	box-shadow: none;
}
#reset_password .form-group textarea {
	box-shadow: none;
}
#reset_password .form-group input::placeholder {
	font-size: 15px;
	color: #111;
}
.h_recover #recover-password span {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
}
.h_recover #recover-password .form-signup {
	width: calc(100% - 200px);
	float: left;
}
@media (max-width: 767px) {
	.h_recover #recover-password .form-signup {
		width: 100%;
 }
}
.h_recover #recover-password .action_bottom {
	width: 190px;
	float: left;
	margin-left: 10px;
}
@media (max-width: 767px) {
	.h_recover #recover-password .action_bottom {
		margin: 0;
 }
}
.h_recover #recover-password .action_bottom .btn-recover {
	height: 45px;
	padding: 0 20px;
	width: 100%;
	line-height: 45px;
	font-size: 16px;
}
.btn-radius {
	padding: 0 25px;
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.btn-radius:hover {
	color: #fff;
}
.title_head .title_center_page {
	font-size: 24px !important;
	font-weight: 700;
	text-transform: none;
	position: relative;
	display: block;
	margin: 0;
}
#pagelogin {
	margin-top: 5px;
}
.form-signup .form-group {
	margin-bottom: 0px;
}
.form-signup .form-group label {
	margin-top: 0px;
	font-weight: 700;
	font-size: 14px;
}
.form-signup .form-group label span {
	color: #f00;
}
.form-signup .form-group input {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	margin-bottom: 8px;
	border-radius: 3px !important;
	border-color: #e1e1e1;
	box-shadow: none;
}
.form-signup .form-group input::-webkit-input-placeholder {
	color: #acacac;
}
.form-signup .form-group input::-moz-placeholder {
	color: #acacac;
}
.form-signup .form-group input:-ms-input-placeholder {
	color: #acacac;
}
.form-signup .form-group textarea {
	box-shadow: none;
	border-color: #eaebf3;
}
.page_login .heading-bar .title_page {
	font-size: 25px;
	line-height: 1.2;
}
.page_login .btn_50 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	padding: 0 20px;
	border-radius: 0;
	height: 40px;
}
.page_login .btn_50:hover {
	color: #fff;
}
.page_login .title_heads {
	text-transform: none;
	position: relative;
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
}
.page_login .page-login h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 15px 0 20px 0;
}
.page_login .page-login .des {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 40px;
}
.page_login .page-login span.intr {
	font-size: 15px;
	line-height: 23px;
	color: #636363;
	text-align: center;
	display: block;
}
.page_login .page-login .form-signup .btn-lienhe {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
.page_login .page-login .form-signup .text-upper {
	width: 150px;
	height: 45px;
	font-size: 12px;
	font-weight: bold;
}
.page_login .page-login .form-signup .accept_submit {
	margin-left: 20px;
	margin-top: 10px;
}
.page_login .page-login .form-signup .accept_submit span {
	font-size: 15px;
	color: #111;
}
.page_login .page-login .form-signup .btn-link-style {
	color: #f00;
}
.page_login .page-login .form-signup .or {
	float: left;
	margin-right: 10px;
	line-height: 50px;
}
.page_login .page-login .form-signup .btn_register {
	position: relative;
}
.page_login .page-login .form-signup .btn-login {
	position: relative;
}
.page_login .page-login .form-signup .button_bottom {
	margin-bottom: 10px;
}
.page_login .page-login .form-signup .button_bottom span {
	line-height: 45px;
}
.page_login .page-login .form-signup .button_bottom .quenmk {
	font-size: 14px;
	color: #337ab7;
	line-height: 24px;
	padding-right: 10px;
	margin-right: 10px;
}
.page_login .page-login .form-signup .button_bottom .quenmk:hover {
	cursor: pointer;
}
.page_login .page-login .form-signup .button_bottom .dkm a {
	color: #337ab7;
}
.page_login .page-login .form-signup .have_ac {
	font-size: 15px;
	color: #111;
	margin-left: 15px;
}
.page_login .page-login .form-signup .have_ac a {
	text-decoration: underline;
}
@media (max-width: 991px) {
	.login-register-content {
		width: 100%;
		float: left;
		margin-top: 20px;
 }
}
.login-register-content p {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	color: #898989;
}
.login-recovery-content {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.login-width-social #social_login_widget #social_login {
	margin: 0 auto 50px;
}
.recv-text {
	font-size: 15px;
	display: block;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	margin: 0 15px;
}
.recv-text a {
	text-decoration: underline;
	cursor: pointer;
}
@media (max-width: 991px) {
	.form-signup .button-50 {
		width: 100% !important;
 }
	.form-signup .have_ac {
		display: block;
		text-align: center;
		margin-top: 15px;
 }
}
/*FixApp login*/
.embedContent .embedHeader {
	display: none !important;
}
.social-login--facebooks {
	text-align: center !important;
	margin-top: 20px !important;
	width: 100% !important;
	float: left !important;
}
.social-login--facebooks a {
	display: inline-block !important;
	height: 35px !important;
	margin: 0 auto !important;
	margin: 0 auto;
}
.alert-success, .alert-danger {
	padding: 10p;
	margin: 0;
}
.alert-success p, .alert-danger p {
	padding: 0;
	margin: 0;
}
.required {
	color: var(--danger);
}
.page-login label {
	margin-top: 0px;
	font-weight: 700;
	font-size: 14px;
}
.btn_register, .btn-recover, .btn-login {
	background: var(--primary-color);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0;
	/*border-radius: 999px;*/
}
.social-login--facebooks a {
	border-radius: 999px;
}
.form-control {
	font-size: 1rem;
}
.table {
	font-size: 14px;
}
.table a {
	color: var(--primary-color);
	filter: brightness(0.9);
}
.table a:hover {
	filter: brightness(1.2);
}
.table th, .table td {
	padding: 10px 5px;
}
.body_order, .col-right-account {
	font-size: 14px;
}
.body_order .fa, .col-right-account .fa, .body_order .fas, .col-right-account .fas {
	color: var(--primary-color);
}
@media (min-width: 768px) {
	.col-right-account {
		border-left: 1px solid #eee;
 }
}
.body_order {
	padding: 10px 10px !important;
}
@media (max-width: 767px) {
	.body_order + .body_order {
		border-left: 0px;
 }
}
.page_address {
	font-size: 14px;
}
.page_address strong {
	font-weight: 400;
	color: var(--secondary);
}
@media screen and (max-width: 767px) {
	.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
		white-space: nowrap;
 }
}
.btn-more, .btn-submit {
	color: #fff;
	background: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}
.btn-more:hover, .btn-submit:hover {
	color: #fff;
	filter: brightness(1.2);
}
.col-left-ac .block-account ul .title-info.active {
	color: var(--primary-color);
}
@media (min-width: 992px) {
	.col-left-ac .block-account {
		position: -webkit-sticky;
	 /* Safari */
		position: sticky;
		top: 16px;
		border-right: 2px solid #f4f4f4;
 }
}
@media (max-width: 991px) {
	.col-left-ac {
		margin-bottom: 15px;
 }
	.col-left-ac:after {
		content: '';
		width: calc(100% + 32px);
		height: 10px;
		background: #f4f4f4;
		display: block;
		margin-left: -16px;
 }
}
.no-padding {
	padding: 0px;
}
@media(max-width: 767px){
	.page_login .heading-bar .title_page {
		font-size: 22px;
	}
}
/* Delivery */
.ega-delivery__wrapper {
	margin-bottom: 5px !important;
}
.ega-delivery__title {
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
	border-bottom: none !important;
}
.ega-delivery.ega-form__group {
	max-width: none !important;
	width: 100%;
}
.ega-delivery label:first-child {
	margin-right: 15px !important;
}
.ega-delivery label {
	margin-right: 0 !important;
	width: 100%;
	font-weight: 400 !important;
}
.ega-delivery label:last-child:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	bottom: 13px;
	right: 5px;
	font-weight: 900;
}
.ega-delivery .ega-form__control {
	background-color: #fff !important;
	width: 100% !important;
	margin-right: 0;
	min-width: 0 !important;
}
.ega-delivery .ega-delivery__time {
	-webkit-appearance:none;
	line-height: 18px;
}
.qs-datepicker-container {
	width: 100% !important;
	max-width: 30em !important;
	min-width: 270px;
}
@media (max-width: 767px) {
	.qs-datepicker-container {
		width: calc(100vw - 30px) !important;
	}
}
@media (max-width: 1024px) and (min-width: 992px) {
	.ega-delivery.ega-form__group {
		flex-wrap: wrap;
	}
	.ega-delivery label:first-child {
		margin-right: 0 !important;
	}
}
/* VAT + Conditional Cart */
.cart-note label.note-label {
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	font-weight: normal;
}
@media (max-width: 768px) {
	.cart-note label.note-label {
		font-size: 14px;
		margin-bottom: 2px;
	}
}
.cart-note textarea {
	border-color: #e1e1e1;
	padding: 11px 10px;
	outline: none;
	border-radius: 3px;
	height: 53px;
	resize: none;
	width: 100%;
	background-clip: padding-box;
	font-size: 15px;
}
/* VAT Note */
.header-cart-footer {
	display: grid;
	grid-template-columns: 70% 1fr;
	grid-gap: 15px;
}
.r-bill .checkbox, .r-bill .checkbox label {
	margin: 0;
}
.r-bill .checkbox .regular-checkbox {
	display: none;
}
.r-bill .checkbox .regular-checkbox + .box {
	border: 2px solid #727272;
	padding: 7px;
	border-radius: 2px;
	display: inline-block;
	margin-top: 2px;
	position: relative;
}
.r-bill .checkbox .regular-checkbox:checked + .box {
	background: #ff2e2e;
	border: 2px solid #ff2e2e;
}
.r-bill .checkbox .regular-checkbox:checked + .box:after {
	content: '\2714\fe0e';
	font-size: 13px;
	position: absolute;
	top: -2px;
	left: 3px;
	color: #fff;
}
@media (max-width: 768px) {
	.r-bill .checkbox .regular-checkbox:checked + .box:after {
		top: -3px;
		left: 1px;
	}
}
.r-bill .checkbox > .title {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 5px;
	vertical-align: top;
	color: #000;
}
@media (max-width: 768px) {
	.r-bill .checkbox > .title {
		font-size: 14px;
	}
}
.r-bill .bill-field {
	display: none;
	margin-top: 5px;
}
.r-bill .bill-field label {
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 0;
}
.r-bill .bill-field .form-group {
	margin-bottom: 15px;
}
@media (max-width: 768px) {
	.r-bill .bill-field label {
		font-size: 14px;
		margin-bottom: 0.1rem;
	}
}
.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b4b4b4;
	opacity: 1;
	/* Firefox */
}
.r-bill .bill-field .form-control {
	box-shadow: none;
	background-clip: padding-box;
	border-radius: 3px;
	border-color: #e6e6e6;
	height: 34px;
	font-size: 14px;
}
.r-bill .bill-field textarea.form-control {
	height: auto;
}
.r-bill .bill-field span.text-danger {
	margin-top: 5px;
	display: block;
	font-size: 13px;
	color: red;
	margin-bottom: 15px;
}
.swal-title:first-child {
	margin-top: 0;
}
.swal-text, .swal-footer {
	text-align: center;
}
.swal-button--confirm {
	background: var(--cta-color) !important;
}
.cart-limit-modal {
	background-color: #fff;
}
.cart-limit-modal .swal-title {
	color: #0e1c22;
}
.cart-limit-modal .swal-text {
	color: #f00;
}
.cart-limit-modal .swal-button {
	background-color: #0e1c22;
	color: #fff;
}
.vat-checked-modal, .vat-unchecked-modal, .vat-checked-error-modal {
	background-color: #fff;
}
.vat-checked-modal .swal-title, .vat-unchecked-modal .swal-title, .vat-checked-error-modal .swal-title {
	color: #0e1c22;
}
.vat-checked-modal .swal-text, .vat-unchecked-modal .swal-text, .vat-checked-error-modal .swal-text {
	color: #0e1c22;
}
.vat-checked-modal .swal-button {
	background-color: #da2a52;
	color: #fff;
}
.vat-checked-modal .swal-button--cancel {
	background-color: #eee;
	color: #0e1c22;
}
.vat-unchecked-modal .swal-button {
	background-color: #246ae0;
	color: #fff;
}
.vat-unchecked-modal .swal-button--cancel {
	background-color: #eee;
	color: #0e1c22;
}
.vat-checked-error-modal .swal-button--confirm {
	background-color: #246ae0;
	color: #fff;
}
.cart-limit-alert {
	color: #f44336;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.header-cart-footer {
		display: block;
	}
}
.item-product {
	display: grid;
	grid-template-columns: 30px 100px 1fr;
	grid-gap: 10px;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-product + .item-product {
	border-top: 1px solid #eee;
}
.item-product a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	.item-product {
		grid-template-columns: 15px 60px 1fr;
		grid-gap: 10px;
		align-items: start;
	}
}
.product-cart-infor {
	display: grid;
	grid-template-columns: 1fr auto 120px;
	grid-gap: 10px;
	align-items: baseline;
}
@media (max-width: 767px) {
	.product-cart-infor {
		grid-template-columns: 1fr;
		grid-gap: 0px;
	}
}
@media(max-width: 767px){
	
}
.product-name, .product-name a {
	font-size: 14px;
	font-weight: normal;
}

.header-cart-content {
	display: grid;
	grid-template-columns: 70% 1fr;
	grid-column-gap: 15px;
}
@media (max-width: 992px) {
	.header-cart-content {
		grid-template-columns: 1fr;
	grid-column-gap: 5px;
	}
}
.header-cart-content > * {
	padding: 10px 15px;
}
@media (max-width: 992px) {
	.header-cart-content > * {
		padding: 5px 0px;
	}
}
a.remove-itemx.remove-item-cart {
	font-size: 14px;
	color: #c3c3c3;
}
a.remove-itemx.remove-item-cart:hover {
	color: var(--danger);
}
.product-price {
	font-weight: 500;
}
@media (min-width: 768px) {
	.select-item-qty-mobile {
		justify-self: end;
	}
}
.select-item-qty-mobile > div {
	border: none;
	display: flex !important;
	height: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
	align-items: center;
}
.select-item-qty-mobile .btn {
	padding: 4px;
	width: 30px;
	border: 1px solid #ced4da;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.select-item-qty-mobile .form-control {
	border: 0;
	width: 55px !important;
	text-align: center;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	height: 30px;
}
button.reduced.items-count.btn-minus.btn{
	border-radius: 4px 0 0 4px;
	border-right: none;
}
button.increase.items-count.btn-plus.btn{
	border-radius: 0 4px 4px 0;
	border-left: none;
}
.header-cart-price {
	margin-top: 10px;
	border-left: none;
}
@media (min-width: 992px) {
	.header-cart-price {
		border-top: none;
		background: #f7f7f7;
		border: 3px;
		padding: 20px;
		margin-top: 0;
	}
}
@media (max-width: 768px) {
	.header-cart-price {
		margin-top: 0;
	}
}
.header-cart-price .ega-delivery__wrapper {
	margin-top: 0;
}
.header-cart-price .title-cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-top: 15px;
	flex-wrap: wrap;
}
.header-cart-price .title-cart h3 {
	font-size: 1rem;
	margin: 0px;
	font-weight: 500;
}
.header-cart-price .title-cart .totals_price_mobile {
	font-size: 18px;
	font-weight: 600;
	color: var(--price-color);
}
.header-cart-price .btn-proceed-checkout-mobile {
	background: var(--cta-color);
	color: #fff;
	margin-bottom: 10px;
	border-raidus: 5px;
}
.header-cart-price .btn-proceed-checkout-mobile:hover {
	filter: brightness(1.2);
}
.header-cart-price .btn-buymore {
	color: #6c757d;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-cart-price .btn-buymore .fa {
	font-size: 10px;
	margin-right: 5px;
}
.header-cart-price .btn-buymore:hover .fa {
	transform: translateX(-4px);
	transition: all 0.3s ease-out;
}
.price_vat {
	text-align: right;
	flex: 0 0 100%;
	font-size: 14px;
	color: #828282;
}
.title_cart_mobile {
	padding: 0;
}
.title-cart h1 {
	font-weight: 500;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	.cart-mobile {
		border-radius: 0px;
	}
}
.cart-note {
	margin-top: 15px;
}
@media (max-width: 992px) {
	.product-cart-infor {
		grid-template-columns: 1fr auto;
		grid-gap: 5px;
		justify-content: space-between;
	}
	.product-cart-infor .product-price {
		font-size: 14px;
	}
	.title-product-cart-mobile {
		grid-column: 1/-1;
	}
	.title-product-cart-mobile .product-name, .title-product-cart-mobile .product-name a {
		font-size: 13px;
		line-height: 1.3;
		font-weight: normal;
		margin-bottom: 2px;
	}
	.title-product-cart-mobile .variant-title {
		font-size: 13px;
		line-height: 1.2;
		color: #8c9196;
	}
	.select-item-qty-mobile > div {
		margin: 0;
	}
}
@media(max-width: 375px){
	.product-cart-infor {
		grid-template-columns: 1fr;
	}
}
.cart-sticky-cta {
	display: none;
}
.cart-empty .title-cart {
	display: flex;
	flex-direction: column;
	margin: auto;
	align-items: center;
	min-height: 350px;
	justify-content: center;
}
.cart-empty img {
	margin-bottom: 20px;
}
.cart-empty h3 {
	font-size: 22px;
}
.cart-empty p {
	color: #727272;
}

#ega-sale-pop {
	display: none !important;
}
.modal {
	z-index: 99999;
}
.tab-header {
	display: none;
}
.ega-delivery .ega-delivery__date {
	padding-top: 9px!important;
	padding-bottom: 9px!important;
	line-height: 14px;
}
@media (max-width: 767px) {
	.header-cart-price .cart-limit-alert {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.bread-crumb {
		margin-bottom: 5px !important;
	}
	.timedeli-modal-content {
		position: relative;
	}
	.cart-sticky-cta {
		position: fixed;
		bottom: 0;
		z-index: 999;
		background: #fff;
		width: 100%;
		padding: 0 15px 10px;
		left: 0;
		box-shadow: inset 0px 1px 0px #e4e5e7;
		display: block;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05), 0px -1px 3px rgba(0, 0, 0, 0.15);
	}
	.cart-cta .btn-proceed-checkout-mobile {
		background: var(--cta-color);
		border-radius: 99999px;
		color: #fff;
		height: 32px;
		font-size: 14px;
		line-height: 1;
		padding: 2px 12px;
		box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.25);
	}
	.cart-cta .btn-proceed-checkout-mobile .totals_price_mobile {
		font-weight: 500;
	}
	.cart-cta {
		display: flex;
		justify-content: space-between;
		text-align: center;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		align-items: center;
	}
	.cart-limit-alert {
		font-size: 13px;
		line-height: 1.2;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.cart-limit-alert .fa-info-circle {
		font-size: 16px;
	}
	.price_vat {
		font-size: 12px;
	}
	.timedeli-modal {
		position: fixed;
		display: none;
		z-index: -1;
	}
	.timedeli-modal.active {
		position: fixed;
		z-index: 9999;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.timedeli-modal.active .timedeli-overaly {
		background: rgba(132, 132, 132, 0.6);
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.timedeli {
		background: #fff;
		padding: 16px;
		width: 300px;
		border-radius: 5px;
		position: relative;
		z-index: 2;
		padding-bottom: 61px;
	}
	.timedeli-modal .close {
		position: absolute;
		right: 7px;
		top: 2px;
	}
	.toggle-delivery {
		font-size: 12px;
	}
	.qs-datepicker-container {
		width: calc(300px - 30px) !important;
	}
	.timedeli-cta {
		position: absolute;
		z-index: 3;
		bottom: 20px;
		width: calc(100% - 30px);
		margin: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.timedeli-cta button {
		background: var(--cta-color);
		color: #fff;
		width: 100%;
	}
	.toggle-delivery img {
		margin-bottom: 5px;
	}
	
	.cart-available {
		padding-bottom: 120px;
	}
	.cart-available .addThis_listSharing {
		bottom: 125px !important;
	}
	.addThis_listSharing {
		bottom: 190px !important;
	}
	.cart-coupon-footer .btn {
		border-radius: 4px !important;
		border-color: var(--primary-color) !important;
		color: var(--primary-color) !important;
		background: #fff !important;
	}
	.item_product_main {
		margin-bottom: 0.75rem;
	}
	.item_product_main form {
		display: grid;
		grid-template-columns: 90px 1fr;
		grid-gap: 5px;
	}
	.item_product_main .group_action {
		display: none !important;
	}
	.item_product_main .product-name {
		-webkit-line-clamp: 2;
		font-weight: normal;
		font-size: 14px;
		min-height: 0;
	}
	.item_product_main .label_product {
		zoom: 0.7;
	}
	.item_product_main .product-info {
		padding: 0px 10px 5px;
	}
	.mobile-tab {
		display: none;
	}
	.mobile-tab.active {
		display: block;
	}
	.tab-header {
		display: flex;
		justify-content: space-between;
		padding: 10px 15px 0;
		border-bottom: 1px solid #e4e5e7;
	}
	.tab-header-item {
		flex: 0 0 calc(50% - 5px);
		height: 33px;
		font-size: 14px;
		line-height: 18px;
		color: #707070 !important;
		border: none;
		border-radius: 0 !important;
		padding: 7px 4px;
	}
	.tab-header-item {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.tab-header-item.active {
		color: var(--primary-color) !important;
		border: none;
		border-bottom: 2px solid var(--primary-color);
		border-radius: 0 !important;
		font-weight: 500;
		background: none !important;
	}
}
@media (max-width: 320px) {
	.toggle-delivery {
		font-size: 10px;
	}
}
.cart-upsell {
		padding: 8px;
		font-size: 14px;
		grid-column: 1;
        grid-row: 1;
	}
	.cart-upsell__empty {
		padding: 8px;
		border-radius: 2px;
		display: flex;
		gap: 8px;
		align-items: center;
		font-weight: bold
	}
	.cart-upsell__progress-wrapper {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.cart-upsell__progress {
		align-items: center;
		display: flex;
		margin-bottom: 4px;
		justify-content: space-between;
	}
	.cart-upsell__progress-bar {
		border-radius: 8px;
		width: 100%;
		height: 8px;
		margin-right: 8px;
		position: relative;
	}
	.cart-upsell__percent {
		width: 100%;
		border-radius: 8px;
		max-width: 100%;
		height: 100%;
		left: 0;
		position: absolute;
		transition: width .3s ease;
	}
	.cart-upsell__progress span {
		font-weight: 700;
		line-height: 1;
	}
	.cart-upsell__promotion-wrapper {
		margin-bottom: 8px;
	}
	.cart-upsell__promotion {
		padding: 8px;
		gap: 8px;
		align-items: center;
		display: flex;
		margin-bottom: 8px;
		border-radius: 2px;
	}
	.cart-upsell__promotion button {
		line-height: 1.2;
		padding: 4px 12px;
		min-height: initial;
		margin: 0 0 0 auto;
		box-sizing: border-box;
		text-align: center;
		margin-top: auto;
		cursor: pointer;
		border: 1px solid;
		transition: all 0.3s ease-in-out;
	}
	.cart-upsell__content.incomplete {
		color: var(--incomplete-color);
	}
	.cart-upsell__content.incomplete .cart-upsell__price {
		color: var(--incomplete-price);
	}
	.cart-upsell__content.complete {
		color: var(--complete-color);
	}
	.cart-upsell__empty-wrapper, .cart-upsell__progress-wrapper, .cart-upsell__promotion-wrapper, .cart-upsell__content {
		display: none;
	}
	@media (min-width: 992px) {
		.cart_page_mobile {
			grid-row: 2;
		}
		.header-cart-price {
			grid-row: 1/4;
		}
	}
.section_coupons .row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.coupon_item {
	position: relative;
	background: #fff;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
	display: flex;
	min-height: 120px;
	min-height: 100px;
	height: calc(100% - 8px);
}
.coupon_item .coupon_icon {
	width: 80px;
	flex: 0 0 80px;
	padding: 8px 4px 8px 8px;
	background-color: var(--coupon-code-background);
}
.coupon_icon.pos-relative.embed-responsive[class*=embed-responsive-] img {
	max-width: calc(100% - 12px);
}
/*.coupon_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -3px;
	height: 100%;
	width: 10px;
	color: var(--coupon-code-background);
	background-clip: padding-box;
	background: repeating-linear-gradient(#e5e5e5,#e5e5e5 5px,transparent 0,transparent 9px,#e5e5e5 0,#e5e5e5 10px) 0/1px 100% no-repeat,radial-gradient(circle at 0 7px,transparent,transparent 2px,#e5e5e5ee 0,#e5e5e5 3px,currentColor 0) 1px 0/100% 10px repeat-y;
}*/
.coupon_item.no-icon:before {
	color: #fff;
}
.coupon_item:after {
	bottom: -4px;
	top: auto;
}
.coupon_item .coupon_body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px 15px;
}
.coupon_item .coupon_body .coupon_title {
	font-size: 16px;
	color: var(--coupon-title-color);
	font-weight: bold;
	margin-bottom:10px;
}
.coupon_item .coupon_body .coupon_desc {
	font-size: 14px;
	line-height: 1.2;
	color: #727272;
	padding-bottom: 20px;
}
.coupon_item .coupon_body .coupon_head{
	text-align: center;
}
.coupon_copy  {
	background:var(--coupon-button-color);
	color: #fff;
}
.coupon_copy:hover {
	color: #fff;
	background: var(--coupon-button-color);
	filter: brightness(1.08) !important;
}
.coupon_item .coupon_copy {
	border: none;
	padding: 2px 8px 3px 8px;
	border-radius: 0;
	margin-bottom: 3px;
}
.coupon_item .coupon_body button span {
	display: block;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
}
.coupon_item.no-icon .coupon_body {
	width: 100%;
}
.coupon_info{
	display: none;
}
.coupon_info_toggle {
	font-size: 14px;
    color: #353945;
    cursor: pointer;
    margin-bottom: 3px;
    text-decoration: underline;
	margin-left: 10px
}
.coupon-modal .coupon_desc{
	display: none;
}
.coupon-modal .coupon_info{
	display: block
} 
.coupon-modal .modal-content{
	padding: 15px 20px;
}
.coupon-modal{
	z-index: 99999
}
.coupon-modal .window-close {
	z-index: 9;
	position: absolute;
	right: 8px;
	top: -1px;
}
.coupon-action{
	--primary-color: var(--coupon-button-color);
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	grid-gap: 15px;
}
.coupon-title {
	color: var(--coupon-title-color);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 32px;
	max-height: 32px;
	font-weight: 500;
	margin: 0px 16px 16px;
	text-align: center;
}
.coupon-row {
	display: grid;
	grid-template-columns: 33% 1fr;
	grid-gap: 5px;
	padding: 10px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.coupon-row:nth-child(2n) {
	background-color: #f3f3f3;
}
.coupon-row .coupon-info{
	grid-column: 1/-1;
	grid-row: 2;
}
.coupon-action{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #F0F1F2
}
.coupon-label{
	color: #4c4c4c
}
.product-coupons {
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	align-items: center;
	cursor: pointer;
	overflow-x: auto;
}
.product-coupons::-webkit-scrollbar {
	display: none;
}
.product-coupons .icon {
	    width: 15px;
    height: 15px;
    margin-left: 5px;
	color: var(--coupon-lite-border);
}
.coupon_item.lite {
	flex: 0 0 auto;
	border-radius: 0;
	filter: none;
	min-height: 0;
	overflow: hidden;
	padding: 0!important;
	margin-left: 5px;
	margin-right: 5px;
}
.coupon_item.lite:before {
	content: normal;
}
.coupon_item.lite .coupon_content {
	border: 1px solid var(--coupon-lite-border);
	color: var(--coupon-lite-border);
	border-radius: 5px;
	padding: 3px 12px;
	position: relative;
		font-size: 14px;

}
.coupon_item.lite .coupon_content:before, .coupon_item.lite .coupon_content:after {
	content: '';
	position: absolute;
	border-radius: 999px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid var(--coupon-lite-border);
	top: 50%;
	transform: translateY(-50%);
}
.coupon_item.lite .coupon_content:before {
	left: -5px;
}
.coupon_item.lite .coupon_content:after {
	right: -5px;	
}
.coupon-action .btn {
	padding: 10px;
}

#template-collection .section_coupons .container{
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1024px) {
	.section_coupons [class*=col-lg] {
    padding-right: 4px;
}
	.coupon_item {
		min-height: calc(100% - 18px);
		margin: 3px auto;
	}
	.section_coupons .row {
		overflow-x: auto;
		flex-wrap: wrap !important;
	}
	.section_coupons .col-lg {
		padding-right: 4px;
	}
	.section_coupons .row::-webkit-scrollbar {
		display: none;
	}
	.section_coupons .row {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
}
@media (max-width: 1024px) and (min-width: 992px){
	.section_coupons .col-lg {
		flex: 0 0 31%;
	}
}
@media(max-width: 767px){
	.coupon_item .coupon_body .coupon_desc{
		
	}
	.coupon_item .coupon_body{
		padding: 10px
	}
	.coupon-modal .modal-dialog {
		position: absolute;
		bottom: 0;
		margin: 0;
		width: 100%;
		top:auto!important;
		transform: none!important;
	}
	.coupon-modal .modal-content{
		border-radius: 5px 5px 0 0;
	}
}

@media (max-width: 320px) {
	.coupon_item .coupon_copy {
		margin-bottom: 7px;
	}
}

.cart-coupon {
	--width: 412px;
	position: fixed;
	width: 100vw;
	height: 100%;
	top: 0;
	right: 0;
	transform: translateX(var(--width));
	z-index: -1;
	background: #fff;
	margin: 0 !important;
	transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
	visibility: hidden;
	opacity: 0;
	max-width: var(--width);
}
@media (max-width: 767px) {
	.cart-coupon {
		--width: 100%;
	}
}
@media (min-width: 413px) {
	.cart-coupon .section_coupons {
		padding: 0 20px;
	}
}
.cart-coupon.active {
	z-index: 9999;
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
	border-left: 1px solid #eee;
}
.cart-coupon .section_coupons .col-lg {
	padding-right: 15px;
}
.cart-coupon .section_coupons .row {
	flex-wrap: wrap;
	overflow: auto;
	padding-bottom: 120px;
}
.cart-coupon-header {
	height: 40px;
	display: grid;
	grid-template-columns: 0 1fr;
	text-align: center;
	align-items: center;
	box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15);
	font-weight: 500;
}
.cart-coupon-header .coupon-toggle-btn {
	padding: 8px 12px;
	font-size: 20px;
	display: flex;
	color: #574141;
	align-items: center;
	z-index: 3;
}
.cart-coupon .section_coupons {
	margin-top: 10px;
	max-height: 100%;
	overflow: auto;
}
#coupon-modal.show ~ .modal-backdrop {
	z-index: 9999;
}
.cart-coupon-footer {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15);
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 3;
	background: #fff;
	max-width: calc(var(--width) - 15px);
}
.cart-coupon-footer .btn {
	border-radius: 4px !important;
}
.coupon-toggle {
	font-size: 14px;
	font-weight: 500;
	height: 44px;
	line-height: 1;
	border-bottom: solid 1px #e4e5e7;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.coupon-toggle {
		border-top: solid 1px #e4e5e7;
		margin-top: 15px;
	}
}
.coupon-toggle img {
	width: 20px;
	margin-right: 7px !important;
}
@media (max-width: 767px) {
	.coupon-toggle img {
		width: 16px;
	}
}
.coupon-toggle div {
	display: flex;
	align-items: center;
}
.coupon-toggle .coupon-toggle-btn {
	cursor: pointer;
	color: #2e72d2;
}
.cart-coupon.active + .cart-coupon-overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 1001;
}
@media (max-width: 767px) {
	
	.coupon_item.lite .coupon_content {
		font-size: 12px;
	}
}
.aside-filter ul {
	padding-left: 0;
	list-style: none;
	margin: 0px;
}
aside.aside-item {
	padding-top: 15px;
}
@media (max-width: 991px) {
	.aside-content {
		overflow: auto;
 }
	.aside-content::-webkit-scrollbar {
		width: 3px;
 }
	.aside-content::-webkit-scrollbar-thumb {
		background-color: var(--primary-color);
		outline: 1px solid var(--primary-color);
 }
}
aside.aside-item + .aside-item {
	border-top: 1px dashed #eee;
	margin-top: 15px;
}
.aside-content .filter-item {
	position: relative;
	clear: left;
	font-size: 14px;
	padding: 0;
}
.aside-content .filter-item:last-child {
	border-bottom: none;
}
.aside-content .filter-item a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	padding: 5px 20px 2px 0px;
}
.aside-content .filter-item .fa {
	cursor: pointer;
	display: inline;
}
.aside-content .filter-item .fa.fa-caret-right {
	right: auto;
	left: 0;
	top: 16px;
	text-align: left;
}
.aside-content .filter-item .dropdown-menu {
	width: 100%;
	border: 0;
	padding-left: 0px;
	box-shadow: none;
	margin-top: 0px;
	padding: 0px;
	position: static;
	background: none;
}
.aside-content .filter-item.active > .dropdown-menu {
	display: block;
}
.aside-content .filter-item:hover > a {
	color: #333;
	background-color: transparent;
}
.aside-content .filter-item ul > li:before {
	top: 17px;
	left: 15px;
}
.filter-container__selected-filter-item {
	background: transparent;
	padding: 6px 8px;
	margin-right: 4px;
	margin-top: 4px;
	border: 1px solid var(--primary-color);
	position: relative;
	overflow: hidden;
}
.filter-container__selected-filter-item a {
	color: #e85933;
	z-index: 1;
	position: relative;
	font-weight: 400;
}
.filter-container__selected-filter-item a:hover {
	text-decoration: none;
}
.filter-container__selected-filter-item a .fa {
	margin-left: 5px;
}
.filter-container__selected-filter-item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background: var(--primary-color);
	opacity: 0.1;
}
@media (max-width: 991px) {
	.sidebar {
		position: fixed;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
 }
}
.sort-cate ul {
	padding-left: 0;
	list-style: none;
	margin: 0px;
}
.section.wrap_background {
	margin-bottom: 5px;
}
@media (max-width: 1023px) {
	.sort-cate {
		--border-color: #eee;
		font-size: 12px;
	}
	.sort-cate li {
		margin: 0 auto;
		outline: none;
		position: relative;
		width: 120px;
		padding: 0 10px;
		color: var(--text-color);
		font-size: 12px;
		cursor: pointer;
		border: 1px solid var(--border-color);
		border-radius: 6px;
	}
	.sort-cate #sort-by {
		/*background: #fff;*/
		padding-bottom: 0;
		margin-right: 5px;
	}
	.sort-cate #sort-by > ul > li {
		line-height: 34px;
	}
	.sort-cate #sort-by > ul > li .fas {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.sort-cate #sort-by > ul > li:hover {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	}
	.sort-cate #sort-by > ul > li:hover > ul {
		visibility: visible;
	}
	.sort-cate #sort-by li > ul {
		position: absolute;
		visibility: hidden;
		width: 120px;
		left: -1px;
		top: 34px;
		z-index: 9999;
		border: 1px solid var(--border-color);
		border-radius: 0px 0px 6px 6px;
		overflow: hidden;
		background: #fff;
	}
	.sort-cate #sort-by li > ul li {
		border-top: none;
		border-right: none;
		border-left: none;
		border-radius: 0px;
	}
	.sort-cate #sort-by li > ul li:hover a {
		color: var(--primary-color);
	}
	#open-filters {
		font-size: 12px;
	}
	#open-filters .fa {
		font-size: 16px;
	}
}
@media (min-width: 1024px) {
	#recent-view-coll {
		margin-bottom: 112px;
	}
	.sort-cate .fas {
		display: none;
	}
	.sort-cate .content_ul li {
		display: inline-block;
	}
	.sort-cate .content_ul li a {
		font-weight: 400;
		color: #898989;
		padding: 9px 10px 11px;
		display: inline-block;
	}
	.sort-cate .content_ul li:hover, .sort-cate .content_ul li.active {
		border-bottom: 2px solid var(--primary-color);
		margin-bottom: -2px;
	}
	.sort-cate .content_ul li:hover a, .sort-cate .content_ul li.active a {
		color: var(--primary-color);
	}
}
.card {
	border-radius: 0px;
	border: none;
}
.sidebar.openf {
	top: 0 !important;
	right: 0;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	visibility: visible;
	opacity: 1;
	width: 300px;
}
.pagenav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.overflow-item:not(.show) {
	display: none;
}
.filter-item-toggle .fas {
	transitions: all 0.3s ease-out;
}
.filter-item-toggle.show {
	display: inline-block;
}
.filter-item-toggle.show .fas {
	transform: rotate(180deg);
}

.coll-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.content-col{
	margin-top: -5px;
}

.coll-sortby{
    padding: 10px 5px;
    align-items: center;
}
.coll-sortby select{
	-webkit-appearance: none;
    margin-left: 5px;
    height: 30px;
    padding: 0 5px;
	padding-right: 20px;
}

@media(min-width: 1200px){
	.coll-head{
		padding-right: 5px;
	}
}

@media(max-width: 767px){
	.coll-sortby{
		width: 100%;
	}
	.coll-sortby .sort-cate #sort-by{
		padding: 0;
	}
}


#sort-by{
    position: relative;
}

#sort-by:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 12px;
	right: 4px;
	border-top: 6px solid;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

/* Flash sale Collection */
.ega-badge-ctd {
	display: flex;
	align-items: center
}

.ega-badge-ctd__item {
	border-radius: 3px 3px 0 0;
	border-bottom: 0.5px solid #fff;
	margin: auto 6px;
	color: #fff;
	background-color: #000;
	text-align: center;
	display: flex;
	place-items: center;
	place-content: center;
	width: 44px;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px
}

.ega-badge-ctd__colon {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.ega-badge-ctd__s {
	margin-right: 0px
}
/*.details-product .flashsale__countdown-label {*/
/*    position: absolute;*/
/*}*/
.flashsale {
	--background-color: #f4ebc1;
	--countdown-background: #d3232a;
	--countdown-color: #fff;
	/*background: var(--background-color, transparent);*/
	/*padding: 10px;*/
	/*margin-bottom: 20px;*/
	/*border-radius: 10px*/
}

@media (max-width:575px) {
	.flashsale {
		padding: 0px
	}

}

.flashsale__title {
	display: flex;
	align-items: center
}

/*.flashsale__header {*/
/*	flex-direction: column;*/
/*	justify-content: center;*/
/*	margin: auto*/
/*}*/

.flashsale__countdown-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*margin: auto*/
}

.flashsale__countdown-label {
	color: var(--text-color);
	font-size: 1rem;
	margin-bottom: 10px
}

.promo-box-wrapper .slick-list {
	margin: auto
}

.promo-box-wrapper::-webkit-scrollbar {
	display: none
}

.promo-box-wrapper .slick-slide {
	margin: 0 10px
}

.promo-box-wrapper .slick-list {
	margin: 0 -10px
}

.promo-box-wrapper:not(.slick-slider) {
	overflow: auto;
	display: flex;
	flex-wrap: no-wrap
}

.flashsale-coupon {
	margin: 1rem auto;
	border-radius: 0.25rem !important;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin: 10px auto
}

.flashsale-coupon .coupon-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 16px;
	color: #000;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-bottom: 1px solid #eee
}

.flashsale-coupon .coupon-footer {
	border-top: 1px dashed #bbb;
	padding-top: 8px
}

.flashsale-coupon .coupon-content {
	line-height: 1.5;
	margin-bottom: .75rem
}

.flashsale-coupon .text-blue {
	color: #06748a
}

.flashsale-coupon .code {
	text-transform: uppercase;
	font-size: 1.7rem;
	margin-bottom: 0 !important;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 60%;
	color: #f44336
}

.flashsale-coupon .copy-btn {
	--primary-color: #ff5722;
	font-size: .68rem;
	border-radius: 1rem;
	display: inline-block;
	padding: .35rem .6rem;
	font-weight: 500;
	text-transform: capitalize
}

.flashsale-coupon .coupon-body {
	padding: .5rem
}

.flashsale-coupon .coupon-body p {
	line-height: 1.5;
	font-size: 14px;
	padding: 10px
}

@media (max-width:767px) {
	.flashsale-coupon {
		flex: 0 0 300px;
		max-width: 300px
	}

	.flashsale-coupon+.flashsale-coupon {
		margin-left: 10px
	}

}
/* End Flash sale Collection */
  .custom-notification-container{
  display:flex;
      align-items: center;
}
.custom-notification-content-wrapper{
  font-size: 13px;
    line-height: 1.5;
}
.custom-social-proof{
   position: fixed;
    bottom: 20px;
    /* left: 20px; */
    right: 20px;
    z-index: 9999999999999 !important;
    font-family: 'Open Sans', sans-serif;
    /* display: block !important; */
    width: 372px;
    background-color: rgba(250, 250, 250, 0.9);
    
}
@media (max-width:768px){
  .custom-social-proof{
    width:auto;
  }
  .custom-notification-content-wrapper{
    font-size:10px;
  }
}
.sales-pop {
	position: fixed;
	right:20px;
	bottom: 60px;
	top: auto!important;
	max-width: 400px;
	padding: 16px 20px 16px 16px;
	background: #fff;
	font-size: 14px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	color: #333;
	border-radius: 10px;
	/*opacity: 0;*/
	/*visibility: hidden;*/
	z-index: 12;
}
.sales-pop.salepop-show {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	animation: bounceBottomUp 1.1s linear both;
}
.sales-pop.salespop-close{
opacity: 1;
	visibility: visible;
	z-index: 999;
	animation: bounceBottomDown 3s linear both
}

.sale-pop-wrap {
	display: flex;
	justify-content: space-between;
}
.sales-pop b {
	font-weight: 700;
	font-size: 16px;
	color: var(--sale-pop-color);
}
.sale-pop-img {
	width: 64px;
}
.sale-pop-body {
	width: calc(100% - 74px);
}
.sale-pop-name {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.sale-pop-name a:hover {
	color: var(--sale-pop-color);
}
.sale-pop-cta {
	display: block;
	margin-top: 5px;
	color: var(--sale-pop-color);
}
.sale-pop-close {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ffffff;
    border-radius: 0px 0px 0px 6px;
    text-align: center;
    cursor: pointer;
}
.sale-pop-close i {
	position: relative;
	font-size: 14px;
	top: -1px;
}
.sales-pop:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
	.sales-pop {
		left: 5px;
		bottom: 80px;
		max-width: 90%;
		padding: 7px 10px;
		font-size: 12px;
	}
	.sales-pop b {
		font-size: 12px;
	}
}
.sale-pop-regis {
	display: none;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	font-weight: 300;
	width: 100%;
	border: 2px solid var(--sale-pop-color);
	font-size: 16px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 25px;
	transition: all 0.3s;
	left: 0;
	right: 0;
	position: absolute;
	background: #fff;
	bottom: 100%;
	top: auto;
}
.sale-pop-regis:after {
	content: '';
	display: block;
	background-image: none;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--sale-pop-color);
	filter: drop-shadow(0 1px 0 var(--sale-pop-color));
	bottom: -6px;
	right: 50%;
	margin-right: -3px;
	position: absolute;
}
.sale-pop-regis input:not([type=checkbox]) {
	outline: unset;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #000;
	cursor: text;
	margin-bottom: 10px;
}
.sale-pop-regis .regis-close {
	right: -12px;
	top: -14px;
	width: 24px;
	height: 24px;
	background: 0 0;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: var(--sale-pop-color);
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
.sale-pop-regis .regis-close i {
	position: relative;
	font-size: 10px;
	color: #fff;
	top: -1px;
}
.sale-pop-regis .regis-body {
	padding: 30px 30px 15px 30px;
	line-height: 18px;
	box-sizing: border-box;
	width: 100%;
	display: block;
}
.sale-pop-regis .regis-btn {
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	box-sizing: border-box;
	background: var(--sale-pop-color);
	color: #fff;
	transition: 0.3s all;
	border: 0;
	height: auto;
	font-size: 14px;
	font-weight: 700;
}
@keyframes bounceBottomUp {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 100);
    opacity: 0;
  }
  4.1% {
    transform: matrix(1, 0, 0, 1, 0, 41.971);
  }
  8.11% {
    transform: matrix(1, 0, 0, 1, 0, 10.549);
  }
  12.11% {
    transform: matrix(1, 0, 0, 1, 0, -1.843);
  }
  16.12% {
    transform: matrix(1, 0, 0, 1, 0, -4.336);
  }
  27.23% {
    transform: matrix(1, 0, 0, 1, 0, -0.784);
  }
  38.34% {
    transform: matrix(1, 0, 0, 1, 0, 0.104);
    opacity: 1;
  }
  60.56% {
    transform: matrix(1, 0, 0, 1, 0, -0.002);
  }
  82.78% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes bounceBottomUp {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 100);
    opacity: 0;
  }
  4.1% {
    transform: matrix(1, 0, 0, 1, 0, 41.971);
  }
  8.11% {
    transform: matrix(1, 0, 0, 1, 0, 10.549);
  }
  12.11% {
    transform: matrix(1, 0, 0, 1, 0, -1.843);
  }
  16.12% {
    transform: matrix(1, 0, 0, 1, 0, -4.336);
  }
  27.23% {
    transform: matrix(1, 0, 0, 1, 0, -0.784);
  }
  38.34% {
    transform: matrix(1, 0, 0, 1, 0, 0.104);
    opacity: 1;
  }
  60.56% {
    transform: matrix(1, 0, 0, 1, 0, -0.002);
  }
  82.78% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes bounceBottomDown {
  0% {
    opacity: 0.5;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  4.2% {
    opacity: 0.4;
    bottom: -5px;
    transform: matrix(1, 0, 0, 1, 0, 54.927);
  }
  8.31% {
    opacity: 0.3;
    bottom: -15px;
    transform: matrix(1, 0, 0, 1, 0, 88.411);
  }
  12.51% {
    opacity: 0.2;
    transform: matrix(1, 0, 0, 1, 0, 103.215);
  }
  16.62% {
    opacity: 0.1;
    transform: matrix(1, 0, 0, 1, 0, 106.331);
  }
  27.73% {
    transform: matrix(1, 0, 0, 1, 0, 101.285);
  }
  38.84% {
    transform: matrix(1, 0, 0, 1, 0, 99.747);
  }
  61.06% {
    transform: matrix(1, 0, 0, 1, 0, 100.01);
  }
  83.28% {
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
  to {
    bottom: -250px;
	  	z-index: -1;
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
}
@-webkit-keyframes bounceBottomDown {
  0% {
    opacity: 0.5;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  4.2% {
    opacity: 0.4;
    bottom: -5px;
    transform: matrix(1, 0, 0, 1, 0, 54.927);
  }
  8.31% {
    opacity: 0.3;
    bottom: -15px;
    transform: matrix(1, 0, 0, 1, 0, 88.411);
  }
  12.51% {
    opacity: 0.2;
    transform: matrix(1, 0, 0, 1, 0, 103.215);
  }
  16.62% {
    opacity: 0.1;
    transform: matrix(1, 0, 0, 1, 0, 106.331);
  }
  27.73% {
    transform: matrix(1, 0, 0, 1, 0, 101.285);
  }
  38.84% {
    transform: matrix(1, 0, 0, 1, 0, 99.747);
  }
  61.06% {
    transform: matrix(1, 0, 0, 1, 0, 100.01);
  }
  83.28% {
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
  to {
    bottom: -250px;
	z-index: -1;
    transform: matrix(1, 0, 0, 1, 0, 100);
  }
}
.scrolltop {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 92px;
    right: 7px;
    z-index: 9999;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:#06283d;
	padding: 12px 14px 7px 14px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
}
.scroll:hover {
	background:#06283d;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
/*css animation phone*/
div#phonering-alo-phoneIcon {
  z-index: 10000;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#06283d;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#06283d ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#06283d 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#06283d
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#00acd4;
    
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
/*End animation phone*/
@media (max-width:425px) {
    .phonering-alo-ph-circle-fill, .phonering-alo-ph-img-circle, .phonering-alo-ph-circle {
        display:none;
    }

}
   