body,
html{
    margin:0px;
    padding:0px;
}

.clearfix{
    clear: both;
}
/* Custom Width
-------------------------------------------------------------- */
.w10{
    width:10%;
}
.w15{
    width:15%;
}
.w20{
    width:20%;
}
.w25{
    width:25%;
}
.w30{
    width:30%;
}
.w35{
    width:35%;
}
.w40{
    width:40%;
}
.w45{
    width:45%;
}
.w50{
    width:50%;
}
.w55{
    width:55%;
}
.w60{
    width:60%;
}
.w65{
    width:65%;
}
.w70{
    width:70%;
}
.w75{
    width:75%;
}
.w80{
    width:80%;
}
.w85{
    width:85%;
}
.w90{
    width:90%;
}
.w95{
    width:95%;
}
.w100{
    width:100%;
}
/* Display Custom
-------------------------------------------------------------- */
.d-inline-block {
    display: inline-block;
}
.d-block {
    display: block;
}
.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}
.d-none {
    display: none;
}

.flex-row {
    flex-direction: row;
}
.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}
.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

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

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: flex-start;
}
.align-items-end {
    align-items: flex-end;
}
.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-between {
    align-content: space-between;
}

.align-content-around {
    align-content: space-around;
}

.align-content-stretch {
    align-content: stretch;
}

.align-self-auto {
    align-self: auto;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
}

.align-self-center {
    align-self: center;
}

.align-self-baseline {
    align-self: baseline;
}

.align-self-stretch {
    align-self: stretch;
}
.start-0{
    left:0px;
}
.top-100{
    top:100%;
}
.end-0{
    right:0px;
}
.bottom-0{
    bottom: 0px;
}
.top-0{
    top:0px;
}
.h100{
    height:100%;
}
.h100vh{
    height: 100vh;
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}
.position-fixed{
    position: fixed;
}
.bg-white{
    background-color: #FFF;
}
.overflow-hidden{
    overflow: hidden;
}
.clear-both{
    clear:both;
}
/* Global Custom
-------------------------------------------------------------- */
a{
    text-decoration: none;
}
img{
    max-width:100%;
    height:auto;
}
iframe{
    max-width:100%;
}
.mejs-mediaelement iframe{
    height:100%;
}
.line1,
.line2,
.line3,
.line4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line1{
    -webkit-line-clamp: 1;
}
.line3{
    -webkit-line-clamp: 3;
}
.line2{
    -webkit-line-clamp: 2;
}
.line4{
    -webkit-line-clamp: 4;
}

.shadow{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 10px 0px 10px 0;
}
.alignleft,
.alignright,
.aligncenter{
    display: block;
    margin: 10px auto;
    text-align: center;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
@media (max-width:992px){
    .alignleft,
    .alignright,
    .aligncenter{
        float:none;
    }
}
.wp-caption {
    max-width: 96%;
    padding: 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;
    font-style: italic;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Social button
-------------------------------------------------------------- */
.client-btn-social{
    margin:0px 2px;
    width:32px;
    height:32px;
}
.client-btn-social-facebook {
    background: #3B5998;
}
.client-btn-social-twitter {
    background: #55ACEE;
}
.client-btn-social-mail {
    background: #dd4b39;
}
.client-btn-social-linkedin{
    background: #007bb5;
}
.client-btn-social-youtube {
    background: #bb0000;
}
.client-btn-social-instagram {
    background: #125688;
}
.client-btn-social-pinterest {
    background: #cb2027;
}
.client-btn-social-tumblr {
    background: #2c4762;
}
.client-btn-social-reddit {
    background: #ff5700;
}
.client-btn-social-telegram{
    background: #2AA5E0;
}
.client-btn-social-whatsapp{
    background: #3FE85E;
}

/* Support Video
-------------------------------------------------------------- */
.wp-video{
    margin:10px auto;
    width:100% !important;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{
    width:100% !important;
}
.select2-container--default .select2-selection--single{
    border:1px solid #DDD !important;
}

/* Support Content
-------------------------------------------------------------- */
.client-content table{
    margin: 15px 0px !important;
}
.client-content table tr,
.client-content table tbody,
.client-content table thead,
.client-content table{
    width: 100% !important;
    overflow: hidden;
}
.client-content table tr{
    overflow: hidden;
}
.client-content table tr td,
.client-content table tr th{
    padding: 10px 10px !important;
    height: auto !important;
}
.client-content table tr{
    border: 1px solid rgba(0,0,0,.1) !important;
}
.client-content table tr td,
.client-content table tr th{
    width: auto !important;
    border-right:1px solid rgba(0,0,0,.1) !important;
    background: none;
}
.client-content table tr:nth-child(2n){
    background: #00000005;
}
.client-content table tr.wc-block-cart-items__row{
    background: #FFF !important;
}
@media (max-width: 768px){
    .client-content table tr td,
    .client-content table tr th{
        display: block !important;
        width: auto !important;
        height: auto !important;
        border: 0px !important;
        border-bottom: 1px solid rgba(0,0,0,.1)  !important;
    }
    .client-content table tr{
        border-top: 0px !important;
        border-bottom: 0px !important;
    }
    .client-content table tr:first-child{
        border-top: 1px solid rgba(0,0,0,.1)  !important;
    }
}
.client-content .form-control li{
    padding:0px 15px;
}
.client-content .form-control li:before{
    display: none;
}
.client-content blockquote{
    margin:10px 0px 10px 35px;
    padding:10px 20px;
    background: #EEE;
}
.post-password-form input{
    border:1px solid #CCC;
    padding:10px 15px;
    outline: none !important;
    min-width: 220px;
}
.post-password-form input[type='submit']{
    background: var(--main-background-button-color);
    border-color: var(--main-background-button-color);
    color: #fff;
    padding:10px 20px;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width:768px){
    .post-password-form input{
        width:100%;
        margin:5px 0px;
    }
}
/*
Loading Default
 */
.client-loading-pagination {
    width: 38px;
    height: 38px;
    border: 3px solid #000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotationLoading 1s linear infinite;
}
.client-loading-pagination::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #FF3D00 transparent;
}

@keyframes rotationLoading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#loading-page{
    background: #00000080;
    z-index:99999;
}
.loader-animation {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotateLoading 1s linear infinite
}
.loader-animation::before , .loader-animation::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
}
.loader-animation::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
}

@keyframes rotateLoading {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}

/* client Share
-------------------------------------------------------------- */
.client-share-button{
    margin:15px 0px;
}
.client-share-button a{
    display: inline-flex;
    margin:2px;
    width:28px;
    height:28px;
    border-radius: 2px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.client-share-button svg{
    width:18px;
    height:18px;
    fill:#FFF;
}
/* Load More
-------------------------------------------------------------- */
.button-client-load-more{
    margin:40px 0px 30px 0px;
}
.button-client-load-more a{
    padding:10px 30px;
    border:1px solid #EEE;
    background-color: var(--main-primary-background-color);
    border-radius:5px;
    color:#FFF !important;
}
.button-client-load-more svg{
    margin-right:5px;
    fill: #FFF;
}
/* Support Plugins
-------------------------------------------------------------- */
.kk-star-ratings .kksr-legend{
    font-size:14px !important;
}
.swiper-slide-bg{
    height:100% !important;
}
.elementor-nav-menu img{
    max-width:20px !important;
}
.elementor-section .elementor-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.elementor-element table.eael-data-table{
    border-collapse: collapse !important;
}
.mega-menu-description{
    display:none !important;
}
.wpcf7-form{
    margin:30px 0px;
    position: relative;
}
.wpcf7-form label{
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.wpcf7-form br{
    display: none !important;
}
.wpcf7-form .wpcf7-form-control,
.wpcf7-form .wpcf7-form-control-wrap{
    width:100%;
    position: relative;
    display: block;
    text-align: left;
}
.wpcf7-form p{
    margin:0px;
}
.wpcf7-form .wpcf7-form-control{
    padding: 12px 18px;
    font-size: 14px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #0000008a;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 2px;
    height:42px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid{
    border:1px solid var(--main-background-button-color);
}
.wpcf7-form .wpcf7-form-control-wrap{
    margin-bottom:5px;
    margin-top:5px;
}
.wpcf7-form .wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-form .wpcf7-submit{
    transition: all 0.3s;
    color: #FFF !important;
    border-radius: 2px;
    background: var(--main-background-button-color);
    width:auto;
    display: inline-block;
    text-transform: uppercase;
    margin:15px;
    border:0px;
    min-width:200px;
    text-align: center;
}
.wpcf7-form .wpcf7-submit:hover{
    background: var(--main-background-button-color-hover);
}
.wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin:0px;
    opacity: 1;
}
ul.menu li.menu-item img{
    max-width:25px;
    margin-right:3px;
}

.wc-block-cart table.wc-block-cart-items,
.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th{
    display: table-cell !important;
}
.line-height0{
    line-height: 0px;
}
strong{
    font-weight: 600;
}