
/* header */
.header-bottom {
    background-color: #56ba2c;
    color: #fff;
}

.header-left .menu li:hover a {
    color: #000;
}

.header-left .menu li>ul li {
    padding: 0 2rem;
    border-bottom: 1px solid #eee;
}

.header-left .menu .submenu li {
    padding: 3px 2rem;
}

.header-left .menu .submenu li:hover {
    background-color: #56ba2c;
}

.header-left .menu .submenu li:hover a {
    color: #fff;
}

/* for menu */
.category-list-menu .category-menu.menu-options {
    border: 1px solid #fef0e3;
}

.category-list-menu .category-menu {
    background-color: transparent;
}

.category-list-menu .vertical-menu .megamenu {
    min-width: auto;
    width: 100%;
    padding: 0;
}

.category-list-menu .category-menu .submenu .megamenu ul li {
    padding: 4px 15px;
}

.category-list-menu .vertical-menu li a {
    display: block;
}

.category-list-menu .vertical-menu>li:hover,
.category-list-menu .vertical-menu .megamenu ul li:hover {
    background: #56ba2c;
    /* background: #f6a800; */
    color: #fff;
}

.category-list-menu .vertical-menu li:hover>a:not(.menu-title) {
    color: #fff;
}

.header-left {
    justify-content: center;
}

.post-list-home .owl-item img {
    height: 220px;
    object-fit: cover;
}

.category-menu .submenu .megamenu ul {
    width: 100%;
}

.vertical-menu>li:last-child:hover .megamenu {
    top: -14rem;
}

/* slider */
.intro-slider .banner.banner-fixed.code-content img {
    height: 400px;
    object-fit: cover;
}

.intro-slider .owl-carousel .slide-animate.show-content,
.intro-slider h3,
.intro-slider p {
    color: #fff;
}


.intro-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 45%;
}

.intro-slider .c-banner img {
    min-height: auto;
    height: 210px;
    object-fit: cover;
}

.c-banner.category-badge .category-name {
    color: #fff;
}

.c-banner.category-absolute .category-content {
    height: 4.2rem;
    background: #56ba2c;
    border-radius: 0;
}

.c-banner .btn-shop {
    color: #56ba2c;
    background: #fff;
    line-height: 4.2rem;
    border: none;
}

/* end menu */

.scroll-top {
    background-color: #56ba2c;
    color: #fff;
}


/* banner */
.video-banner {
    position: relative;
    background-attachment: fixed;
}
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
}
.video-banner .banner-content {
    padding: 84px 0 85px;
    transform: translateY(36%);
}
.banner .banner-content {
    position: relative;
}
.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}

.blurIn {
    animation-name: blurIn;
}

.video-banner .banner-subtitle {
    font-size: 16px;
    letter-spacing: -0.025em;
}
.banner-subtitle {
    letter-spacing: -0.025em;
    line-height: 1;
}
.video-banner .banner-title {
    font-size: 3em;
    line-height: 1.4em;
    letter-spacing: 0.03em;
}

/* product */

.product-single .ratings-container .ratings:before {
    color: #fec348;
}

.product-single .product-price {
    color: red;
}

.related-product .product figure.product-media img {
    height: 210px;
    object-fit: cover;
}
.logo img {
    width: 68px;
}

.p-detail .owl-carousel .owl-item img {
    /* height: 426px; */
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #56ba2c;
}
.p-detail .product-thumb {
    border-radius: 8px;
}
.p-detail .owl-carousel .owl-item .product-thumb img {
    border-radius: 10px;
    border: 1px solid #56ba2c;
}

.product-thumb.active:before {
    border-radius: 10px;
}

.p-detail .product-gallery {
    margin-bottom: 0;
}

.product-cat {
    line-height: normal;
}

.category-detail.product-wrapper .product-media img,
.best-product .product-media img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.product-c {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    border-radius: 8px;
}


/* end product */

.bg-primary {
    background-color: #56ba2c!important;
    border: none;
}

.bg-warning {
    background-color: #fec348;
}

.product-form .btn-cart:hover:not(:disabled), .product-form .btn-external:hover:not(:disabled) {
    background-color: #fec348;
}

.b-shadow {
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 11px;
}

.b-shadow-s {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
}

.text-red {
    color: red!important;
}

.main-nav .menu .submenu li a {
    display: block;
}

.f-middle {
    border-bottom: 1px solid #333;
}

.f-middle label {
    font-weight: 500;
    color: #ccc;
}

.f-middle .widget-body {
    padding: 8px 0 0;
    color: #999;
}

.f-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 15px;
}

.f-middle .widget:not(.widget-about) {
    margin-top: 0.4rem;
}

.f-middle .widget {
    margin-bottom: 3rem;
}

.f-middle .widget-title {
    padding: 0.6rem 0;
    margin-bottom: 0.9rem;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #e1e1e1;
}

/* post */
.post-footer {
    display: flex;
    align-items: center;
}

.post-footer .social-icons {
    margin-left: auto;
}
.post-footer .social-icon {
    display: inline-block;
    margin: 0.3rem 2.8rem 0.3rem 0;
    font-size: 1.5rem;
    color: #999;
}
.post-footer .social-icon.social-pinterest {
    margin-right: 1rem;
}
.page-content.with-sidebar {
    padding-bottom: 4rem;
    overflow: hidden;
}

.ad-12 {
    animation-duration: 1.5s;
}

/* checkout */
.checkout .form .title.title-simple {
    margin-top: 0.3rem;
    font-size: 1.8rem;
}
.checkout .title.title-simple {
    font-weight: 700;
}
.title-simple {
    display: block;
}
.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 2.6rem;
    text-transform: capitalize;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.0125em;
    color: #222;
}
.checkout.main {
    border-top: 1px solid #e1e1e1;
}
.checkout {
    line-height: 1.54;
}
main {
    display: block;
    position: relative;
    background-color: #fff;
}
.checkout label {
    display: block;
    padding-left: 0.2rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 0.9;
}

.checkout .form-control:not(:focus) {
    background-color: #fff;
}

.checkout .form-control {
    margin-bottom: 2.1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    font-family: Poppins,sans-serif;
    transition: background-color 0.3s,border-color 0.3s;
    color: #999;
    min-height: 4.1rem;
    border-radius: 0.3rem;
}
.checkout .select-box, .checkout input.form-control, .shipping-address .select-box, .shipping-address input.form-control {
    background-color: #fff;
}
.select-box, .select-menu {
    position: relative;
}
.checkout .form-control:not(:focus) {
    background-color: #fff;
}
.checkout .select-box .form-control, .checkout input.form-control .form-control, .shipping-address .select-box .form-control, .shipping-address input.form-control .form-control {
    padding: 1rem 1.4rem 0.8rem;
    font-size: 1.4rem;
    color: #666;
}
.checkout .select-box select {
    max-width: 100%;
    width: 100%;
}
.checkout .select-box:before, .checkout input.form-control:before, .shipping-address .select-box:before, .shipping-address input.form-control:before {
    font-family: "riode";
    content: "";
    right: 1.5rem;
    font-size: 1.1rem;
    z-index: 2;
}
.summary {
    padding: 2.4rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}
.order-table {
    color: #222;
}
.checkout .payment.accordion {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2rem;
}
.order-table th {
    padding: 0 0 0.7rem 0;
    font-size: 1.6rem;
    font-weight: 600;
}
.summary th {
    text-align: left;
}
.checkout .product-name {
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: normal;
}
.order-table td {
    padding-bottom: 0.6rem;
    line-height: 2.2;
}
.product-name {
    margin-bottom: 0.3rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkout .product-quantity {
    margin-left: 0.4rem;
}
.summary .title {
    margin-bottom: 1.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #e1e1e1;
}
.summary-total {
    border-bottom: 1px solid #e1e1e1;
}
.checkout .btn-order {
    width: 100%;
    border-color: #56ba2c;
    background-color: #56ba2c;
    transition: opacity 0.3s;
}
.btn.btn-rounded {
    border-radius: 3px;
}

.text-bold {
    font-weight: bold;
}

.product-label-group {
    left: 0px;
    top: 0;
}

.sale-products .product-media img {
    height: 120px;
    object-fit: cover;
}

.columns {
    padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.box-title p {
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.item-warranty-info {
    /* display: flex; */
    /* font-size: inherit; */
    margin-bottom: 10px;
}

.description {
    font-size: 14px;
    margin-top: 2px;
    max-width: calc(100% - 40px);
}
.product-meta {
    margin-bottom: 1.8rem;
    color: #999;
    font-size: 1.2rem;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 8px 10px;
}

.btn-danger {
    background-color: #ff4444!important;
}

.product-form .btn-external {
    height: auto;
    line-height: initial;
    padding: 1.16em 2.68em;
}

.product-form .btn-external.btn-danger {
    display: inline-block;
    outline: 0;
    padding: 1.22em 0;
}

.p-detail .product-thumbs-wrap {
    flex-basis: auto;
    display: flex;
}

div#breadcrumbs {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    display: none;
}

.block-breadcrumbs.affix {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 30;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    display: flex;
    height: 35px;
    overflow-x: auto;
    width: 100%;
}

.cps-container {
    box-sizing: border-box;
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    width: 100%!important;
}

div#breadcrumbs ul {
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#breadcrumbs ul li {
    align-items: center;
    display: flex;
    /* margin-right: 7px; */
    width: auto;
}

div#breadcrumbs ul li a {
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 10px;
    -webkit-text-decoration: none;
    text-decoration: none;
    white-space: nowrap;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
  }

  .modal-header {
    flex-shrink: 0;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }

  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

  .modal-header .close {
    padding: 0.9rem 1.3rem;
    margin: -1rem -1rem -1rem auto;
}

  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  button.btn-modal {
    padding: 14px 40px;
    text-transform: capitalize;
    border: none;
    border-radius: 4px;
}

.modal-footer {
    display: flex;
    justify-content: end;
}

button.btn.btn-danger.btn-buy {
    color: #fff;
}

.customer-login-register {
    width: 50%;
    margin: auto;
    margin: 30px auto;
}

.login-submit {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.form-fild p {
    margin-bottom: 10px;
}

.page-detail-content {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

.page-detail-content p {
    font-size: 1.7rem;
}

.scroll-top {
    bottom: 222px;
    border-radius: 50%;
}

.header-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.variations {

}

.variation {
    border: 1px solid #eee;
    text-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    color: #444;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 3px;
    justify-content: center;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 4px;
    position: relative;
}

.variation.active {
    border: 1px solid #56ba2b;
}

.variation p {
    margin-bottom: 0;
    line-height: 20px;
}

p.v-name {
    font-weight: 600;
    font-size: 15px;
}

p.v-price {
    color: red;
    font-weight: 600;
}


.shopee img {
    width: 200px;
}

.shopee {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.modal .modal-xs .modal-content {
    width: 40%;
    border-radius: 10px;
}

p.link-shopee {
    font-size: 22px;
    font-weight: 400;
    color: #134985;
    text-align: center;
    padding: 20px 25px;
}

button.btn.btn-shopee {
    background: #ff8300;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    height: 55px;
    width: 230px;
    padding: 15px 0;
    border-radius: 55px;
    outline: 0 none;
    border: none;
}

.btn.btn-shopee i {
    vertical-align: baseline;
    font-size: inherit;
}

.btn-shopee {
    background: #ff8300!important;
}

button.btn.btn-shopee a:hover {
    color: #134985;
}

button.btn-link-shopee a:hover {
    color: #fff;
}

button.btn-shopee.btn-link-shopee {
    position: fixed;
    text-align: center;
    bottom: 60px;
    left: 20px;
    right: auto;
    width: 60px;
    height: 60px;
    font-size: 27px;
    transition: transform 0.3s,visibility 0.3s,opacity 0.3s;
    color: #222;
    transform: translateY(40px);
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    line-height: 60px;
    border-radius: 50%;
    border: none;
    color: #fff;
    z-index: 9;
}

button.close.btn-close {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #d0cbcb;
}

.product-form-group {
    justify-content: center;
}

.contact-info li a {
    line-height: 25px;
}

@media (max-width: 990px) {
    .header-middle  {
        background-color: #56ba2c;
        color: #fff;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .header-middle .icon-box-icon {
        color: #fff;
    }
    .p-detail .product.product-single  .owl-carousel .owl-item .product-thumb img {
        height: 60px;
    }

    .p-detail .product.product-single  .owl-carousel .owl-item .product-image img {
        height: auto;
    }

    .p-detail .product-details {
        margin-top: 20px;
    }

    .header-left {
        justify-content: flex-start;
    }

    .product-thumbs-wrap img {
        border-radius: 10px;
    }

    .logo img {
        width: 60px;
    }
    .p-detail .single-product .product-single .product-details {
        padding-bottom: 0;
    }

    .pb-sm-0 {
        padding-bottom: 0!important;
    }
    .p-detail .product-meta, .p-detail .columns {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    }
    .d-icon-bars2:before {
        color: #fff;
    }

    .icon-box.icon-box-side {
        display: none;
    }

    div#breadcrumbs {
        display: block;
    }

    .p-detail .product-navigation {
        display: none;
    }
    .single-product.p-detail {
        margin-top: 5rem!important;
    }
    .intro-slider .banner-title {
        font-size: 2em;
    }
    .intro-slider .banner-subtitle, .intro-slider p {
        font-size: 1em;
    }
    .video-banner .banner-content {
        padding: 49px 0 28px;
    }

    .modal .modal-xs .modal-content {
        width: 90%;
    }

    button.btn-shopee.btn-link-shopee {
        bottom: 263px;
        left: auto;
        right: 27px;
    }

}

@media (max-width: 479px) {
    .intro-slider .banner.banner-fixed.code-content img {
        height: auto;
    }
}
