html {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
    overflow-x: hidden; 
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

textarea {
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

button:focus {
    outline: 0;
    outline: none !important;
}

button {
    border-style: solid;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4em;
}


ul {
    margin: 0;
}

a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

*:focus {
    outline: none !important
}

.tbtr {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.fullink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.purecntr {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ec-width5{
    display: inline-block;
    width: 5px;    
}
.raw-style {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ec-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
.pos-rel{
    position: relative;
}
.pos-abs{
    position: absolute;
}
.tpoverflow:after {
    content: " ";
    display: block;
    clear: both;
}
.ec-image-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.ec-post-item:hover .ec-thumbnail-wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ec-thumbnail-wrap{
  overflow:hidden;
}
.ec-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.ne-gutter {
    margin: -10px 0 0 -10px;
}
.ne-df-50 {
    flex: 0 0 50%;
    width: 50%;
    padding: 10px 0 0 10px;
}

.ec-m-flex.ne-gutter{
    flex-wrap: wrap;
}
.ec-no-wrap{
    flex-wrap: nowrap !important;
}
.ec-din-flex {
    display: inline-flex;
    align-items: center;
}

.ec-m-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.ec-justify {
    justify-content: space-between;
}
.ec-justify-center {
    justify-content: center;
}
.dir-column {
    flex-direction: column;
}

.ec-d-flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 768px) {
    .ec-d-flex {
        display: block;
    }
    .ec-height-10-mobile {
        height: 10px;
    }
    .meta-item.ec-d-flex {
        display: inline-flex;
    }
}
.ec-pop-overlay{
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #00000066;    
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='51px' height='51px' viewBox='0 0 51 51' enable-background='new 0 0 51 51' xml:space='preserve' style=' stroke-width: 2;%0A'%3E%3Cline fill='none' stroke='%23fff' stroke-miterlimit='10' x1='15.25' y1='35.75' x2='35.75' y2='15.25' style=' /* stroke-width: 2px; */%0A'%3E%3C/line%3E%3Cline fill='none' stroke='%23fff' stroke-miterlimit='10' x1='15.25' y1='15.25' x2='35.75' y2='35.75'%3E%3C/line%3E%3C/svg%3E")21 21, pointer; 
}
.ec-offsidebar{
    position: fixed;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: hidden;
}
.ec-offsidebar.right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.ec-offsidebar.right.ec-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgb(0 0 0 / 7%);
    visibility: visible;
}

.popup-on .ec-pop-overlay {
    visibility: visible;
    transform: translateX(0);
}
.ec-middle {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -0%);
  opacity:0;
  visibility:hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.36s ease;  
}

.ec-middle.ec-visible {
  transform: translate(-50%, -50%);
  opacity:1;
  z-index: 5;
  visibility:visible;
}
/*custom scrollbar*/
.ec-custom-scroll::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.ec-custom-scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.ec-custom-scroll::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
.ec-custom-scroll{
    overflow-y: auto;
}
/*Elementor iconlists*/
.elementor-icon-list-text:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.elementor-icon-list-text{
    position:relative;
}

/* .ec-pop-overlay{
    position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #1118279e;
    z-index: 1;
    display:none;
    cursor: pointer;
  } */
  .ec-show-pop .ec-pop-overlay{
    display: block;
  }
  .meta-category>span .ec-separator:last-of-type{
    display:none;
  }
.elementor-icon-box-content .elementor-icon-box-title{
    margin-top:0px;
}
/*Testimonial*/
.ec-marquee{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marquee_right .ec-marquee-item {
    display: inline-block;
    will-change: transform;
    animation: marquee_right 40s linear infinite;
}
.marquee_left .ec-marquee-item {
    display: inline-block;
    will-change: transform;
    animation: marquee_left 40s linear infinite;
}

.ec-testimonial:not(.swiper-wrapper) {
    display: flex;
    column-gap: 24px;
    margin-right: 24px;
}
.ec-testimonial .inner {
    white-space: normal;
    gap: 15px;
}

.ec-marquee:hover .ec-marquee-item{
    animation-play-state: paused;
}

.ec-marquee.wrap .author{
    display: flex;
    align-items: center;
    gap: 10px;
}

.ec-marquee.nowrap .author .name,.ec-marquee.wrap .quote-wrap .name,.ec-marquee .swiper .author .name{
    display: none !important;
}
/*star rating*/
.tscore {
    display: inline-flex;
    font-size: 18px;
    color: #ccc;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.tscore::before,
.tscore span::before {
    content: "\2605\2605\2605\2605\2605";
    display: block;
}

.tscore span {
    color: gold;
    position: absolute;
    top: 0;
    left: 0;
}
/*Spaces*/
.ec-height-10 {
    height: 10px;
}

.elementor .ec-hr{
    background: #00000017;
    margin: 14px 0px;  
}
/*Title*/
.elementor-heading-title i{
    position: relative;
}
.elementor-heading-title i::after {
    content: "";
    position: absolute;
    -webkit-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/*Preloader*/
.ec-load-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #ffffffb0;
}

.ec-loader,
.ec-loader:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 2;
    margin-left: -15px;
    margin-top: -15px;
}

.ec-loader {
    font-size: 10px;
    top: 50%;
    left: 50%;
    position: absolute;
    text-indent: -9999em;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Layout*/
.filter-layout,
.ec_thumb_cat {
    position: relative;
}

.ec_thumb_cat .meta {
    position: absolute;
}

/*Filter nav*/
.filter-cat li{
    display: inline-block;
    cursor: pointer;
}
.ec_entry_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;    
}
/*Layout 2*/
.meta.meta-item{
    display: flex;
    align-items: center;
    gap:6px;
}
.ec_thumb_cat .meta-price .ec-label {
    display: none;
}

.ec_thumb_cat .meta-price .ec-value {
    justify-content: center;
    align-items: center;
    display: flex;
}

/*Pagination*/
.ec-post-pagination >.page-numbers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ec-post-pagination .page-numbers li {
    display: inline-block;
}

.ec-post-pagination .page-numbers .dashicons {
    line-height: inherit;
    width: auto;
    height: auto;
    font-size: inherit;
}

.ec-post-pagination .page-numbers li a,
.ec-post-pagination .page-numbers li span {
    display: flex;
    width: 36px;
    height: 36px;
    border: 1px solid #DBDDDE;
    justify-content: center;
    align-items: center;
}

.xlpagi.prev_next .page-numbers{
    display: flex;
    height: 36px;
    border: 1px solid #DBDDDE;
    justify-content: center;
    align-items: center;
}
.xlpagi.prev_next,.xlpagi.loadmore{
    display: flex;  
}
.xlpagi.loadmore .page-numbers{
    display: flex;
    height: 36px;
    border: 1px solid #DBDDDE;
    justify-content: center;
    align-items: center;
}
.page-numbers:not(.current){
    cursor: pointer;
}


/*Swiper slider*/
.ec-swiper-slide .tp-arrow{
    display: flex;
    justify-content: space-between;
}
.ec-swiper-slide .khbprnx{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;  
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;      
}
.ec-swiper-slide .khbnxt {
    left: 10px;
    transform: translateX(10px);
}
.ec-swiper-slide .khbprev {
    right: 10px;
    transform: translateX(-10px);
}
.ec-swiper-slide:hover .khbprnx {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper.swiper-initialized{
    display: block !important;
    cursor: grab;
}

/*Animations*/
@-webkit-keyframes marquee_right{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes marquee_right{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes toRightFromLeft{49%{-webkit-transform:translateX(100%);transform:translateX(100%)}50%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}51%{opacity:1}}

@-webkit-keyframes marquee_left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes marquee_left{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}

@keyframes ecbounceSlide {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
}

@-webkit-keyframes ectoBottomFromTop{49%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}50%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}51%{opacity:1}}@keyframes ectoBottomFromTop{49%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}50%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}51%{opacity:1}}


/*Woocommerce*/
.blockUI.blockOverlay:after {
    background-color: rgba(255, 255, 255, 1);
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 4;
    opacity: 0.9;
    margin: 0 !important;
    background-image: none;
    position: absolute;
    display: inline-block;
    content: "" !important;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.blockUI.blockOverlay {
    z-index: 992 !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
    background: transparent !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1 !important;
}

.blockUI.blockOverlay:before {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-width: 3px;
    border-top-width: 3px;
    border-left-width: 3px;
    border-style: solid;
    border-top: 3px solid #161616;
    border-left: 3px solid #161616;
    border-right: 3px solid rgba(229, 229, 229, 1);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    -webkit-animation: load8 2s linear infinite;
    animation: load8 2s linear infinite;
    background: transparent !important;
    z-index: 9;
    display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce table.shop_table{
    border:0px;
}
.ec-buy-btn{
    justify-content: center;
}
.woocommerce div.product p.price del{
    text-decoration: none;    
}
.product-price ins{
    background:transparent;  
}