@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
    font-size: 16px;
}
div:where(.swal2-container){
    z-index: 99999999 !important;
}
:root{
    --main-cl: #000;
    --sub-cl: #000;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 8px;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
body{
    overflow-x: hidden;
    font-family: "Be Vietnam Pro", sans-serif;
}
img{
    height:auto;
}
@media (min-width: 1280px) {
    body, html {
        /*font-size: 1vw;*/
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.contact-info .media-list .pull-left{
    background-color: #ededed;
    border-radius: 50%;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 33px;
    margin: auto 15px auto auto;
    padding: 0;
    text-align: center;
    width: 35px;
}
.contact-info .media-list .pull-left img{
    width: 16px;
    height: auto;
}
.page-template-contact .blog-content textarea{
    height: 134px;
}
.page-template-contact .blog-content iframe{
    display: block;
    width: 100%;
}
#reviews{
    margin: 0 !important;
    max-width: unset !important;
    -webkit-border-radius: 0.78125rem;
    -moz-border-radius: 0.78125rem;
    border-radius: 0.78125rem;
    border: none !important;
}
#reviews .woocommerce-Reviews-title{
    display: none !important;
}
#reviews .star_box{
    border: 1px solid #C8D5DC;
    align-items: unset;
    padding: 0 !important;
}
#reviews .star_box .star_box_left{
    display: flex;
}
#reviews .star_box .star_box_left .woocommerce-product-rating{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 1.042rem;
    height: 100%;
    border-right: 1px solid #C8D5DC;
}
#reviews .star_box .star_box_left .woocommerce-product-rating > a{
    display: none !important;
}
#reviews .star_box .star_box_left .woocommerce-product-rating .star_average{
    font-size: 2.083rem;
    font-weight: 800;
    line-height: 2.54rem;
    gap: 0.3125rem;
    margin-bottom: 0.208rem;
    display: flex;
    align-items: center;
}
#reviews .star_box .star_box_left .reviews_bar{
    padding: 20px;
    flex-grow: 1;
}
#reviews .star_box .star_box_left .reviews_bar .devvn_stars_value{
    display: flex;
    align-items: center;
}
#reviews .star_box .star_box_left .reviews_bar .devvn_stars_value > span{
    display: block;
    width: 0.625rem;
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.302rem;
    color: #A9CDE1;
    margin-right: 0.521rem;
}
#reviews .star_box .star_box_left .reviews_bar .devvn_rating_bar{
    padding-left: 0.833rem;
    padding-right: 0.625rem;
    flex-grow: 1;
    display: flex;
}
#reviews .star_box .star_box_left .reviews_bar .devvn_num_reviews b{
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.302rem;
    color: var(--main-cl);
}
#reviews .star_box .star_box_left .reviews_bar .devvn_review_row{
    padding-bottom: 5px;
}
#reviews .star_box .star_box_left .reviews_bar .devvn_num_reviews{
    min-width: 2.396rem;
}
#reviews .star_box .star_box_right{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.042rem;
    width: max-content;
    border-left: 1px solid #C8D5DC;
}
#reviews .star_box .star_box_right > a{
    font-size: 0.729rem;
    font-weight: 800;
    line-height: 1.302rem;
    padding: 0.521rem 0.9375rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background-color: var(--main-cl);
    border: 1px solid var(--main-cl);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#reviews .commentlist{
    padding-right: 3.021rem;
}
#reviews .commentlist .devvn_review_top > p.meta{
    margin-bottom: 1.042rem !important;
}
#reviews .commentlist .woocommerce-review__author{
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.015625rem;
}
#reviews .reply{
    display: none !important;
}
#reviews .commentlist .devvn_review_mid{
    display: flex;
    padding-left: 5.625rem;
    flex-wrap: wrap;
    position: relative;
}
#reviews .commentlist .devvn_review_mid > .description{
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.042rem;
    margin-bottom: 0.521rem;
    width: 100%;
}
#reviews .commentlist .devvn_review_mid .star-rating{
    width: 4.375rem;
    min-width: 4.375rem;
    margin-right: 1.042rem;
    font-size: 0.885rem;
    position: absolute;
    left: 0;
    top: 0;
}
#reviews .commentlist .devvn_review_mid .star-rating:before{
    width: 100%;
}
#reviews .commentlist .devvn_review_bottom{
    padding-left: 5.417rem;
}
#reviews .commentlist ul.children{
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    margin: 1.25rem 0 0 5.417rem !important;
    padding: 0.833rem 1.25rem;
}
#reviews ul.cmt_attachment_img li{
    width: 80px;
}
body.woocommerce #reviews #comments ol.commentlist li ul.children .comment-text p.meta{
    margin-bottom: 0.521rem !important;
}
#reviews .commentlist li ul.children li{
    padding: 0 !important;
    border: none !important;
}
body.woocommerce #reviews #comments ol.commentlist li ul.children .devvn_review_bottom{
    padding-left: 0 !important;
}
body.woocommerce #reviews #comments ol.commentlist li ul.children .devvn_review_bottom > div,
body.woocommerce #reviews #comments ol.commentlist li ul.children .devvn_review_bottom > span{
    display: none !important;
}
#reviews .commentlist > li{
    margin-bottom: 0 !important;
}
#reviews .commentlist > li:has(ul.children) > .comment_container .devvn_review_bottom > div,
#reviews .commentlist > li:has(ul.children) > .comment_container .devvn_review_bottom > span{
    display: none !important;
}
#reviews .commentlist > li+li{
    margin-top: 1.5625rem !important;
    padding-top: 1.5625rem !important;
    border-top: 1px solid #dedede;
}
#reviews .commentlist .review_qtv{
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 0.762rem;
    padding: 0.208rem 0.625rem;
    background-color: var(--main-cl);
    color: #FFF;
}
#reviews .woocommerce-verification-required{
    font-size: 0.78125rem;
    text-align: center;
}
#myModalQuickBuy .ps-price,
#productDetailSticky .ps-price{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#productDetailSticky .product-price{
    display: flex;
    margin-bottom: 0;
    align-items: baseline;
}
.product-attr span{
    font-size: 16px;
}
#productDetailSticky .product-price > ins,
#productDetailSticky .product-price > ins span.amount,
#productDetailSticky .product-price > span.amount{
    text-decoration: unset;
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin: 0 0 10px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
#productDetailSticky .product-price > del,
#productDetailSticky .product-price > del span.amount{
    color: #aaa;
    font-weight: 400;
    font-size: 16px;
    text-decoration: line-through;
    margin-bottom: 0;
}
#myModalQuickBuy .product-price,
.side-widget .product-price,
.product-items .product-price{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 6px;
}
#myModalQuickBuy .product-price,
.side-widget .product-price{
    justify-content: flex-start;
}
#myModalQuickBuy .product-price > ins,
.side-widget .product-price > ins,
.product-items .product-price > ins{
    order: -1;
}
#myModalQuickBuy .product-price > ins,
#myModalQuickBuy .product-price > ins span.amount,
#myModalQuickBuy .product-price > span.amount,
.side-widget .product-price > ins,
.side-widget .product-price > ins span.amount,
.side-widget .product-price > span.amount,
.product-items .product-price > ins,
.product-items .product-price > ins span.amount,
.product-items .product-price > span.amount{
    font-size: 14px;
    color: #000;
    margin: 0px 0px 5px;
    display: block;
    text-decoration: unset;
}
#myModalQuickBuy .product-price,
#myModalQuickBuy .product-price > ins,
#myModalQuickBuy .product-price > ins span.amount,
#myModalQuickBuy .product-price > span.amount{
    margin-bottom: 0 !important;
}
#myModalQuickBuy .product-price > del,
#myModalQuickBuy .product-price > del span.amount,
.side-widget .product-price > del,
.side-widget .product-price > del span.amount,
.product-items .product-price > del,
.product-items .product-price > del span.amount{
    color: #666;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
}
#myModalQuickBuy .ps-price,
#myModalQuickBuy .ps-price *{
    text-transform: uppercase !important;
    font-size: 14px !important;
    text-decoration: none
}
#myModalQuickBuy .ps-price del{
    text-decoration: line-through;
}
#myModalQuickBuy .ps-stock{
    text-transform: uppercase;
}
#myModalQuickBuy .ps-stock #quickBuyStock{
    text-transform: capitalize;
}
.badge.offer{
    background-color: #999999;
    color: #fff;
    font-weight: 500;
}
.product-items.products-list .product-price{
    justify-content: flex-start;
}
.product-detail-accordion-wrap{
    margin-top: 30px;
}
.widget-footer-map iframe{
    aspect-ratio: 290/192;
    max-width: 100%;
    max-height: 192px;
}
.img-logo-footer{
    height: 136px;
    width: auto;
    filter: brightness(0) invert(1);
}
.load_home_page svg {
    width: 300px;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}

.page-template-home .product-items .product-item{
    float: unset;
}
.page-template-home .product-items{
    display: flex;
    flex-wrap: wrap;
}
#wpadminbar{
    z-index: 999999999;
}
#site-header #side-menu .side-menu-wrap span.toggle-sub-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#site-header #side-menu .side-menu-wrap span.toggle-sub-menu.active{
    transform: rotate(90deg);
}
#site-header #side-menu .side-menu-wrap ul.sub-menu{
    margin-left: 30px;
    display: none;
}
#site-header #side-menu .side-menu-wrap ul.sub-menu > li > a{
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
    font-weight: 700;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-content ul li{
    list-style: disc;
    margin-bottom: 8px;
}
.article-content ul{
    list-style: disc;
    margin-bottom: 15px;
    margin-left: 25px;
}
.product-info{
    text-align: left;
}
@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 20rem;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 15rem;
    }
}

.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #000;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #000
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #000;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.shop-detail-color-container > a{
    border: 2px solid transparent;
    position: relative;
}
.shop-detail-color-container > a:before{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACiSURBVHgB7ZG5DcJAEEX/LOR0MCJlSdwCMSRUgOiEEugAOuAyfThybLkPe60NLFm+j5HsYF84wXuaGcDhWBT/rfY+rG/FmYIQVp4YvNYK7+KcIEAuXxHOxygMRANt8smBLrml8gOf9xcIyWsDKdKDz/oBAbml9kRf3j0VyJzi8DpF3hhoigyVtwbKkTHyzkAeIaKNAbyh8t78WN/tBnA4ZiEDzTNcNMS6BC8AAAAASUVORK5CYII=');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    content: '';
    z-index: 3;
    opacity: 0;
}
.shop-detail-color-container > a.active{
    border-color: #000;
}
.shop-detail-color-container > a.active:before{
    opacity: 1;
}
footer .wpcf7-not-valid-tip{
    position: absolute;
}
.blog-description > *:last-child{
    margin-bottom: 0 !important;
}
.blog-description > p{
    margin-bottom: 1.5em;
}
.item-logo img{
    height: 40px;
    width: auto;
}
.shop-single h1.page-head-title{
    padding-right: 60px;
}
.header-search-icon{
    display: none;
}
header#site-header{
    z-index: 99999;
}
#site-header .header-wrapper .flex-box form.searchform{
    position: relative;
}
.live-search-results{
    position: absolute;
    z-index: 9;
    padding: 10px;
    width: 100%;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 1px solid rgb(225, 232, 237);
    min-width: 280px;
    display: none;
}
#site-header .header-wrapper .flex-box form.searchform:hover .live-search-results{
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
.search-item .img-wrap{
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
    margin-bottom: 0;
}
.search-item .cont-wrap h3{
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0;
    margin-bottom: 5px;
}
.search-item .cont-wrap .product-price{
    margin-bottom: 0;
    display: flex;
}
.search-item .cont-wrap .product-price > ins,
.search-item .cont-wrap .product-price > ins span.amount,
.search-item .cont-wrap .product-price > span.amount{
    font-size: 12px;
    line-height: 1.3;
    text-decoration: unset !important;
}
.search-item .cont-wrap .product-price > del{
    order: 3;
    margin-left: 30px;
}
.search-item .cont-wrap .product-price > del,
.search-item .cont-wrap .product-price > del span.amount{
    font-size: 10px;
    line-height: 1.3;
    color: #666
}
.search-item+.search-item{
    margin-top: 12px;
}
.loading{
    min-height: 120px;
}
.loading:before{
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    content: '';
    z-index: 50;
    border: 4px solid #c1c1c1;
    border-bottom-color: #07539d;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.swal2-container .swal2-actions button.swal2-styled{
    padding-left: 30px;
    padding-right: 30px;
    background-color: #000;
}
.product-items.row-items-desk-3 .thumb-img img, .product-items.row-items-desk-4 .thumb-img img{
    object-fit: cover;
}
#site-header #side-menu .side-menu-wrap ul.sub-menu{
    display: none;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.add-to-wishlist{
    display: flex;
    align-items: center;
    justify-content: start;
    width: max-content;
    gap: 0.625rem;
    cursor: pointer;
}
.add-to-wishlist path{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.add-to-wishlist.added path{
    stroke: red;
    fill: red;
}
.product-items.row-items-desk-3 .thumb-img, .product-items.row-items-desk-4 .thumb-img{
    background-color: #dedede;
}
.product-items.row-items-desk-3 .item-thumbs img, .product-items.row-items-desk-4 .item-thumbs img,
.product-items.row-items-desk-3 .thumb-img img, .product-items.row-items-desk-4 .thumb-img img{
    min-width: unset;
    min-height: unset;
    width: auto;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
body.single-product .body{
    overflow: unset;
}
body.single-product .shop-single > .container > .row > .col-md-7,
body.single-product .shop-single > .container > .row{
    display: flex;
}
body.single-product .shop-single > .container > .row .product-single{
    position: sticky;
    top: 80px;
}
body.single-product .shop-single #slickVerticalContainer{
    position: sticky;
    top: 80px;
}
.modal .ps-header{
    padding-right: 90px;
}
.modal .badge.offer{
    right: 45px;
    top: 0;
}
footer .container .row a:hover{
    color: #FFF !important;
    text-decoration: underline;
}
footer .wpcf7 form .wpcf7-response-output{
    text-align: center;
    font-size: 12px;
}

.star-rating {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-family: fl-icons!important;
    font-size: 16px;
    font-weight: 400!important;
    height: 1em;
    letter-spacing: 0;
    line-height: 1em;
    margin: .5em 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.06em
}

.star-rating:before,.woocommerce-page .star-rating:before {
    color: var(--fs-color-secondary);
    content: "";
    float: left;
    left: 0;
    position: absolute;
    top: 0
}

.star-rating span {
    float: left;
    font-family: fl-icons!important;
    font-weight: 400!important;
    height: 10px;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    width: 10px
}

.star-rating span:before {
    color: var(--fs-color-secondary);
    content: "";
    left: 0;
    position: absolute;
    top: 0
}

.star-rating--inline {
    display: inline-block;
    height: 18px;
    vertical-align: middle
}

.woocommerce-review-link {
    font-size: 90%
}

li.wc-layered-nav-rating {
    font-size: .8em
}

li.wc-layered-nav-rating .star-rating {
    display: inline-block;
    margin-bottom: 0
}

.stars a {
    color: transparent!important;
    display: inline-block;
    font-family: fl-icons;
    font-size: 16px;
    margin-left: -10px;
    overflow: hidden
}

.stars a+a {
    border-left: 1px solid #ececec;
    margin-left: .3em
}

.stars a.active:after,.stars a:hover:after {
    color: var(--fs-color-secondary)
}

.stars a:after {
    color: #ddd;
    content: ""
}

.stars a.star-2:after {
    content: ""
}

.stars a.star-3:after {
    content: ""
}

.stars a.star-4:after {
    content: ""
}

.stars a.star-5:after {
    content: ""
}
.space-20{
    padding-bottom: 20px;
}
.space-35{
    padding-bottom: 35px;
}
.rpn .col-xs-8 > a,
.product-title{
    text-transform: uppercase;
}
footer .wpcf7-form span.wpcf7-form-control-wrap{
    margin-top: 0.75em;
    display: flex;
}
.show-mobile{
    display: none !important;
}
.single-product .tab-content .tab-pane h3{
    font-size: 16px;
    font-weight: 400;
}
.product-items.row-items-desk-3 .item-thumbs img{
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
}
.text-upgrade{
    font-size: 14px;
    line-height: 1.6;
}
.product-attr span{
    text-transform: uppercase;
    text-decoration: unset;
}
#addToCart, #addToCartModal{
    text-transform: uppercase;
    font-size: 14px;
    color: #000 ;

}
.shop-content.related-products .item-thumbs img{
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1;
}
.shop-content.related-products .item-thumbs{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.heading-sub h5{
    font-weight: 400;
}
@media only screen and (max-width: 1199px){
    #site-header .header-menu > div > ul{
        gap: 40px
    }
    #site-header .header-menu > div > ul > li > a{
        padding: 10px 0;
        font-size: 18px;
        line-height: 26px;
    }
    #addToCart{
        margin-left: 0;
        font-size: 14px;
    }
    .hide-tablet{
        display: none !important;
    }
}
@media only screen and (max-width: 991px){
    #site-header .header-menu{
        display: none;
    }
    #site-header .header-wrapper .flex-box form.searchform{
        width: 200px;
        background-color: #FFF;
    }
    #site-header .header-wrapper > .flex-box > div.site-logo{
        width: 20%;
        min-width: 20%;
    }
    #site-header .header-wrapper .flex-box form.searchform input[type='search']{
        width: 100%;
    }
    #site-header-sticky-wrapper.is-sticky .header-wrapper{
        height: auto;
        padding: 10px 15px;
    }
    #slickVertical{
        display: none !important;
    }
    #site-header .header-wrapper .flex-box .left-header ul.header-socials > li > a{
        width: 30px;
        height: 30px;
    }
    #site-header .header-search-form-wrapper{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transform: translateY(-100%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        pointer-events: none;
    }
    #site-header .header-search-form-wrapper.show{
        transform: translateY(0);
        opacity: 1;
        pointer-events: unset;
    }
    #site-header .header-wrapper .flex-box form.searchform{
        width: 100%;
    }
    #site-header .header-search-icon{
        display: flex;
    }
}
@media only screen and (max-width: 767px){
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    #site-header .header-wrapper .flex-box .left-header ul.header-socials{
        display: none;
    }
    #site-header .header-wrapper{
        height: 80px;
        padding: 10px 15px;
    }
    #site-header .header-wrapper .flex-box .site-logo > a{
        max-height: 60px;
    }
    #site-header .header-wrapper > .flex-box > div.site-logo{
        width: 100%;
    }
    #site-header #side-menu{
        top: 80px;
        height: calc(100vh - 80px);
    }
    #site-header #side-menu .side-menu-header{
        padding: 15px 15px 0;
    }
    #site-header #side-menu .side-menu-wrap{
        padding: 15px 30px;
    }
    #site-header #side-menu .side-menu-wrap > ul > li > a{
        font-size: 18px;
    }
    h2, .blogpost h2{
        font-size: 22px;
    }
    h3, .blogpost h3{
        font-size: 20px;
    }
    h4, .blogpost h4{
        font-size: 18px;
    }
    .blogpost h2,
    .blogpost h3,
    .blogpost h4,
    .blogpost h5,
    .blogpost h6{
        line-height: 1.3;
    }
    header#site-header .right-header svg{
        width: 22px;
        height: 22px;
    }
    #page_right_column > div:last-child{
        margin-bottom: 0 !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
    .grid-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    body.single-product .shop-single > .container > .row{
        flex-wrap: wrap;
    }
    body.single-product .shop-single > .container > .row > .col-md-5{
        width: 100%;
    }
    body.single-product .shop-single > .container > .row > .col-md-7{
        display: block;
        width: 100%;
    }
    .modal .ps-header{
        padding-right: 40px;
    }
    .modal .badge.offer {
        right: 0px;
    }
    #reviews .star_box{
        flex-direction: column;
    }
    #reviews .star_box .star_box_right{
        width: 100%;
    }
    #reviews .star_box .star_box_left{
        flex-direction: column;
    }
    #reviews .star_box .star_box_left .woocommerce-product-rating{
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #C8D5DC;
    }
    #reviews .star_box .star_box_left .reviews_bar{
        border-bottom: 1px solid #C8D5DC;
    }
    #reviews{
        padding: 0;
        background-color: transparent;
    }
    #reviews .commentlist{
        padding: 0 !important;
    }
    #endProductDetail+.shop-single > .container > .row > .col-md-12{
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    #endProductDetail+.shop-single > .container > .row{
        margin: 0 !important;
        display: block !important
    }
    #reviews .commentlist .devvn_review_mid{
        padding-left: 0;
        padding-top: 30px;
    }
    .badge{
        font-size: 8px;
    }
    .select-wraps .col-md-6:only-child{
        padding-left: 15px;
    }
}
#ui-datepicker-div{
    display: none;
}
img.aligncenter,
figure.aligncenter{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media (max-width: 480px) {
    .badge {
        width: 45px;
        height: 45px;
        font-size: 10px;
        line-height: 40px;
    }
}
@media (max-width: 380px) {
    .swal2-container .swal2-title{
        font-size: 1.1rem !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    #addToCart, #addToCartModal{
        font-size: 13px !important;
    }
}