@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
body {
    background: #fff;
}
body, body p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding: 0;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}
a, 
.comment-reply-link,
.entry-title a:hover,
.entry-title a:focus,
.main-navigation li:hover > a, 
.main-navigation li.focus > a {
	color: #0fb7a4;
}
a:focus,
button {
	outline: 0!important;
}
.breadcrumb {
    margin-top: 130px;
}
.menu-toggle:hover, .menu-toggle:focus {
    background: #0fb7a4;
}
body:not(.home) .site-content {
    margin-bottom: 0 !important;
}

/*** Top Header  ***/
.top-head {
    padding: 15px 0;
    position: relative;
    z-index: 2;
    background: #ecf0f1;
}
.top-head .container {
    max-width: 1170px;
    margin: 0 auto;  
    line-height: 16px; 
}
.top-head ul li a {
    line-height: 10px;
}
.header-right-menu>.top-head-widget {
    padding-top: 0 !important;
}
.top-head .top-head-widget:nth-child(1) ul li,
.top-head .top-head-widget:nth-child(2) ul li a {
    font-family: FontAwesome;
}
.top-head .top-head-widget:nth-child(1) ul li a,
.top-head .top-head-widget:nth-child(2) ul li {
    font-family: 'Poppins', sans-serif;
    list-style-type: none;
}
.top-head .top-head-widget:nth-child(1) ul li a {
    padding-left: 10px;
    color: #333;
    font-size: 14px;
}
.top-head .top-head-widget:nth-child(1) ul li:before,
.top-head .top-head-widget:nth-child(2) ul li a {
    color: #0fb7a4;
    font-size: 18px;
}
.top-head .top-head-widget:nth-child(2) ul li {
    float: right;
    margin-left: 20px;
}
.top-head-widget:nth-child(1) ul li {
    float: left;
    margin-right: 20px;
}
.top-head-widget {
    width: 50%;
    display: inline-block;
}
.top-head-widget:nth-child(1) {
    float: left;
}
.top-left-text span {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.top-left-link:before {
    content: " ";
    display: inline-block;
    margin: 3px 22px;
    width: 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.top-left-sep {
    margin: 0 5px;
}
.top-bar-right {
    color: #fff;
    float: right;
    font-family: 'Poppins', sans-serif;
}
.top-bar-right-text,
.top-bar-right-social {
    display: inline;
}
.top-bar-right i {
    font-size: 14px;
    color: #cb1a2b;
    margin-left: 20px;
    margin-right: 7px;
}
.top-bar-right span {
    margin-left: 20px;
    color: #cb1a2b;
}
.site-header .site-header-main li {
    padding: 10px 20px;
    margin-top: 12px;
}
.site-inner .site-content {
    margin-top: 70px;
}
/*** Head Menu ***/
.site-header {
    position: fixed;
    width: 100%;
    padding: 0 25px;
    background-color: #0fb7a4;
    z-index: 999;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
}
.top-head .top-head-widget:nth-child(2) ul li a:hover {
    cursor: pointer;
}
.site-header.is-sticky {
    top: 0;
    max-width: 100% !important;
    position: fixed !important;
    width: 100%;
}
.site-header-main .site-description {
    display: none;
}
.site-branding {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

/*** Menu ***/
.site-header-main {
    max-width: 1170px;
    margin: 0 auto;
}
.main-navigation a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.site-header-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.header-right-menu {
    display: none;
}
.wpmenucartli.wpmenucart-display-standard a i {
    background: #0fb7a4;
}
.site-header-menu.is-sticky {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu .primary-menu > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 75px;
    height: 75px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.site-header .site-header-menu .primary-menu > li:hover > a,
.site-header .site-header-menu .primary-menu > li.current-menu-item > a {
    background: rgba(0, 0, 0, 0.15);
}
.site-header .site-header-menu .primary-menu > li.wpmenucartli:hover > a,
.site-header .site-header-menu .primary-menu > li.wpmenucartli.current-menu-item > a {
    background: none;
}

/*** Slider ***/
.ws-slider .elementor-element-populated {
    padding: 0 !important;
}
.ws-btn-slider a:hover {
    color: #fff !important;
}
.ws-slider-heading span {
    color: #0fb7a4;
}

/*** Title ***/
.lt-title-small span {
    color: #0fb7a4
}

/*** Button ***/
.ws-btn a {
    background: transparent !important;
}
.ws-btn a:hover {
    background: #0fb7a4 !important;
}

/*** Gallery ***/
.ws-gallery .gallery-size-thumbnail .gallery-item .gallery-icon {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.ws-gallery .gallery-size-thumbnail .gallery-item .gallery-icon:hover img {
    opacity: 0.6;
}

/*** privacy-policy ***/
body.privacy-policy .site-main {
    width: 100%!important;
}
body.privacy-policy #sidebar-right-blog {
    display: none;
}

/*** Terms ***/
.ws-terms-item {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 8px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.ws-terms-item:hover {
    border: 1px dashed #0fb7a4;
}
.ws-terms-item .elementor-icon i:before {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.ws-terms-item:hover .elementor-icon i:before {
    color: #0fb7a4;
}

/*** Banner ***/
.ws-banner-item .elementor-image-box-img,
.ws-product-left .elementor-image-box-img {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.ws-banner-item img,
.ws-product-left img {
    display: block;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 100% !important;
}
.ws-banner-item:hover img,
.ws-product-left:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.ws-banner-item .elementor-image-box-img::before, 
.ws-banner-item .elementor-image-box-img::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.ws-banner-item:hover .elementor-image-box-img::after {
    opacity: 1;
    left: 50%;
    right: 50%;
}
.ws-banner-item:hover .elementor-image-box-img::before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}
.ws-banner-item .elementor-image-box-content {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 50px;
}
.ws-banner-item p,
.ws-product-left p {
    text-shadow: 0 5px 10px rgba(0,0,0,0.6);
}

/*** Product Sale ***/
.woocommerce ul.products li.product {
    margin-bottom: 45px !important;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.05);
}
.woocommerce-loop-product__title {
    margin-top: 15px !important;
    font-size: 17px !important;
    color: #0fb7a4 !important;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    border: none;
}
.woocommerce ul.products li.product .price {
    font-size: 15px !important;
    color: #0fb7a4 !important;
    font-weight: 500;
    line-height: 20px !important;
}

.ws-product-countdown .owl-carousel .owl-wrapper {
    width: 100% !important;
}
.ws-product-countdown .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.countdownHolder {
    background-color: #0fb7a4;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    border-radius: 80px;
    padding: 20px 50px 10px;
    position: relative;
    margin: 0 auto !important;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);    
}
.countdownHolder span {
    font-size: 22px;
}
.scwf_latest_product_slider .woocommerce ins,
.scwf_latest_product_slider .woocommerce del {
    font-size: 18px;
}
.ws-product-countdown .scwf_dhm-time,
.ws-product-countdown .product-hover,
.heading-wooCommerce-product-carousel h3 {
    display: none;
}
.ws-product-countdown .scwf_latest_product_slider {
    border: none;
    width: 100% !important;
}
.ws-product-countdown img {
    border-radius: 5px !important;
}
.ws-product-countdown .scwf_latest_product_slider .scwf_product_item {
    text-align: center;
}
.ws-product-countdown .scwf_latest_product_slider .scwf_product_item a {
    display: none;
}
.ws-product-countdown .owl-item {
    width: 100% !important;
}
.ws-product-countdown-item > .elementor-column-wrap {
    max-width: 70%;
    margin: 0 auto;
}
.scwf_latest_product_slider .scwf_product_item h3 {
    font-size: 25px;
}
.ws-product-img .elementor-image {
    position: relative;
}
.ws-product-img .elementor-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

/*** About ***/
.ws-about-item:hover {
    cursor: pointer;
}
.ws-about-item .elementor-widget-container, 
.ws-about-item .elementor-widget-container .elementor-image {
    position: relative;
}
.ws-about-item .elementor-widget-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.ws-about-item .elementor-widget-container .elementor-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.ws-about-item .elementor-widget-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0;
    display: inline-block;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.ws-about-item .elementor-widget-container .elementor-image:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 0;
    width: 100%;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.ws-about-item:hover .elementor-widget-container:before,
.ws-about-item:hover .elementor-widget-container .elementor-image:after {
    height: 50%;
}
.ws-about-item:hover .elementor-widget-container:after,
.ws-about-item:hover .elementor-widget-container .elementor-image:before {
    width: 50%;
}
.ws-about img {
    width: 100%;
}

/*** Block ***/
.ws-block .ws-block-item1:hover {
    cursor: pointer;
}
.ws-block .ws-block-item1 .ws-block-item1-small {
    opacity: 0;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.ws-block .ws-block-item1:hover .ws-block-item1-small {
    opacity: 1;
} 
.ws-block .ws-block-text .elementor-image-box-img img {
    border-radius: 50%;
}

/*** Featured ***/
.ws-featured-item .elementor-column-wrap {
    position: relative;
}
.ws-featured-item .elementor-column-wrap:hover {
    cursor: pointer;
}
.ws-featured-item .elementor-column-wrap:before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;       
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
}
.ws-featured-item:hover .elementor-column-wrap:before {
    width: 100%;
}
.ws-featured-item .elementor-column-wrap:before,
.ws-featured-item .ws-featured-icon,
.ws-featured-item .ws-featured-small {
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.ws-featured-item:hover .ws-featured-icon,
.ws-featured-item:hover .ws-featured-small {
    opacity: 0;
}
.ws-featured-item .ws-featured-big {
    opacity: 0;
    transition: all .7s ease-out 0s;
    -webkit-transition: all .7s ease-out 0s;
}
.ws-featured-item:hover .ws-featured-big {
    opacity: 1;
}
.ws-featured-item .ws-featured-big span {
    font-size: 20px;
}

/*** Services ***/
.ws-services .ws-services-item:hover .elementor-icon-box-icon span {
    background: #32cf9d !important;
    color: #fff !important;
}
.ws-services .ws-services-item .elementor-icon-box-icon span {
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}

/*** Grid ***/
.ws-grid .ws-grid-item:hover {
    cursor: pointer;
}
.ws-grid .ws-grid-item img {
    border: 10px solid #f7f7f7;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}
.ws-grid .ws-grid-item:hover img {
     filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
}

/*** Team ***/
.ws-team .ws-team-item .elementor-image-box-img img {
    border-radius: 50%;
    width: 70%;
    box-shadow: 0 0 0 10px #e8ecf5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.ws-team .ws-team-item:hover .elementor-image-box-img img {
    width: 90%;
    box-shadow: 0 0 0 10px #0fb7a4;
}

/*** Testimonial ***/
.ws-testimonial-item .swiper-slide-inner img {
    width: 10%;
    border-radius: 50%;
}
.ws-testimonial-item .elementor-image-carousel-caption p {
    margin: 25px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-style: italic;
}
.ws-testimonial-item .elementor-image-carousel-caption h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.ws-testimonial-item .elementor-image-carousel-caption h5 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px
}

/*** Carousel ***/
.ws-carousel .ws-carousel-item:hover {
    cursor: pointer;
}
.ws-carousel .ws-carousel-item .elementor-image {
    position: relative;
}
.ws-carousel .ws-carousel-item .elementor-image:before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;       
    display: inline-block;
    background: #0fb7a4;
    opacity: 0.6;
    transform: scale(0);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.ws-carousel .ws-carousel-item:hover .elementor-image:before {
    transform: scale(1);
    opacity: 0.6s;
}
.ws-carousel .ws-carousel-item .ws-carousel-title {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.ws-carousel .ws-carousel-item:hover .ws-carousel-title {
    top: 30% !important;
}
.ws-carousel .ws-carousel-item .ws-carousel-btn {
    opacity: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transform: scale(0);
}
.ws-carousel .ws-carousel-item:hover .ws-carousel-btn {
    opacity: 1;
    transform: scale(1);
}
.ws-carousel .ws-carousel-item span {
    font-size: 16px;
    font-weight: 300;
}
.ws-carousel-item img {
    width: 100%;
}

/*** Blog ***/
.ws-blog .premium-blog-content-wrapper {
    top: 0;
    margin: 0 0 0 20px !important;
    padding-left: 0;
    padding-right: 0;
}
.ws-blog-item h2 {
    font-size: 18px;
}
.premium-blog-post-content {
    border-top: none !important;
}
.ws-blog-item.right .premium-blog-post-content {
    display: none;
}
.ws-blog-item.right .premium-blog-post-container:nth-child(1) ,
.ws-blog-item.right .premium-blog-post-container:nth-child(1) .premium-blog-content-wrapper {
    padding-bottom: 0;
}
.premium-blog-entry-meta {
    margin-top: 8px;
}
.ws-blog-item span {
    display: inline-block;
    height: 40px;
    line-height: 44px;
    padding: 0 15px;
    position: relative;
    margin-right: 0 !important;
    background-color: #cb1a2b;
}
.ws-accordion-item .elementor-accordion-item {
    margin-bottom: 20px !important;
    border-top: 1px solid #d4d4d4 !important;
}
.premium-blog-post-container.classic .premium-blog-content-wrapper {
    margin: 0;
    top: 0;
}
.premium-blog-post-content {
    padding: 0 !important;
}
.post-thumbnail img {
    width: 100%;
}
.post-title:hover, .nav-previous a .post-title:hover, .nav-links .nav-previous .post-title:hover,
.nav-links .nav-previous .post-title:focus, .nav-next .post-title:hover,
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title, 
.ws-title h2 span, .ws-title2 h3 span  {
    color: #0fb7a4 !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #0fb7a4 !important;
}

/*** woocommerce ***/
.woocommerce span.onsale, .mg-wsac-badge, .mg-wsac-btn {
    background-color: #0fb7a4;
} 
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar,
body .woocommerce a.button, body .woocommerce #respond input#submit, body  .woocommerce a.button:hover, 
body .woocommerce button.button, body .woocommerce input.button, 
body .woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
body .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
body .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar,
.sidebar .widget-title:before, .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.form-submit input:hover,
.button.compare:hover:after, .button.yith-wcqv-button:hover:after, 
.button.tinvwl_add_to_wishlist_button:hover:after,
ul.products li.product .button.add_to_cart_button:hover:after,
.price_slider div.ui-slider-range.ui-widget-header.ui-corner-all,
.woocommerce-product-search button:hover,
.price_slider span.ui-slider-handle.ui-state-default.ui-corner-all,
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus,
form#commentform .form-submit input#submit {
    background-color: #0fb7a4 !important;
}
body.woocommerce .sidebar-left-blog, body.woocommerce .sidebar-right-blog {
    display: block;
}
.right-border, .woocommerce-message {
    border-color: #0fb7a4;
}
.woocommerce-message:before {
    color: #0fb7a4;
}

/*** Contact ***/
.wpcf7-form textarea {
    height: 150px;
    background-color: transparent;
}
.ws-contact-form .wpcf7 {
    display: inline-block;
    width: 100%;
}
.ws-contact-form p:nth-child(4),
.ws-contact-form p:nth-child(5) {
    width: 48% !important;
    float: left;
    display: inline-block;
    margin-bottom: 25px;
}
.ws-contact-form p:nth-child(4) {
    margin-right: 4%;
}
.ws-contact-form p:nth-child(7) {
    text-align: center;
    margin-top: 25px;
}
input[type="number"],
input[type="date"] {
    height: 50px;
    background: #fff;
    border-color: #f2f2f2;
}

/*** Footer ***/
.main-footer {
    position: relative;
    z-index: 1;
    background: url('../images/background.jpg');
    background-size: cover;
}
.main-footer:before {
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    background: #000;
    opacity: 0.9;
}
.main-footer .container {
    padding: 50px 0 30px;
}
.main-footer .columns h2 {
    color: #0fb7a4;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.main-footer .columns:nth-child(1) {
    padding: 70px 30px !important;
    border-radius: 10px;
}
.main-footer .columns:nth-child(1) ul {
    margin-left: 0;
    margin-top: 30px;
}
.main-footer .columns:nth-child(1) ul li {
    float: left;
    margin-left: 20px;
    list-style-type: none;
}
.main-footer .columns:nth-child(1) ul li a {
    font-family: FontAwesome;
    height: 40px;
    width: 40px;
    border: 2px solid #0fb7a4;
    border-radius: 50%;
    padding: 4px 12px;
    color: #fff;
}
.main-footer .columns:nth-child(1) ul li a:hover {
    background: #0fb7a4;
}
.main-footer .columns:nth-child(1),
.main-footer .columns:nth-child(4) {
    width: 30% !important;
}
.main-footer .columns:nth-child(1) {
    background: #000;
    padding: 30px;
    height: 415px;
    margin-top: -75px;
}
.main-footer .columns:nth-child(2),
.main-footer .columns:nth-child(3) {
    width: 20% !important;
}
.main-footer .columns {
    padding: 20px;
    text-align: left !important;
}
.main-footer .columns ul li {
    margin: 5px 10px !important;
}
.main-footer .columns:nth-child(1) img.lazyloaded {
    margin-left: -20px;
    margin-top: -5px;
}
.main-footer .columns:nth-child(2) {
    padding-left: 30px;
}
.main-footer .columns:nth-child(2) ul li {
    position: relative;
    list-style-type: none;
}
.main-footer .columns:nth-child(2) ul li:before {
    position: absolute;
    content: '\f140';
    font-family: FontAwesome;
    left: -25px;
    bottom: -1px;
    display: inline-block;
    color: #f2f2f2;
    font-size: 12px;
}
.main-footer .columns:nth-child(2) ul li:hover:before {
    color: #0fb7a4;
}
.main-footer .columns:nth-child(3) ul li:before {
    margin-left: -10px;
}
.main-footer .columns:nth-child(3) ul {
    margin-left: 3px;
}
.main-footer .columns:nth-child(3) ul li a {
    padding-left: 15px;
}
.main-footer .columns p {
    color: #ffffffd1;
    font-size: 14px;
    margin-top: 20px;  
}
.main-footer .columns:nth-child(4) .gallery-item {
    margin-top: 20px;
    text-align: left;
    padding-left: 7px;
}
.main-footer .columns a {
    color: #ffffffd1;
    font-size: 14px; 
    line-height: 27px; 
    font-family: 'Poppins', sans-serif;
}
.footer-social {
    margin-top: 30px;
}
.footer-social a {
    color: #fff;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin: 0 5px;
    background-color: #171e2d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.main-footer .columns:nth-child(4) .search-form {
    margin-top: 10px;
}
.footer-social a:hover,
.main-footer .columns:nth-child(4) .search-submit {
    background-color: #0fb7a4;
}
.main-footer .columns:nth-child(4) .search-submit:hover {
    background: #000;
}
.footer-social a i {
    font-size: 20px;
}
.site-footer {
    background: #0fb7a4;
}
.site-footer p {
    font-size: 14px;
    color: #000 ;
}

/*** Responsive ***/
@media (max-width: 1550px) {
    .ws-product-sale .ws-product-left img {
        height: 600px;
        object-fit: cover;
    }
    .ws-carousel .ws-carousel-item:hover .ws-carousel-title {
        top: 10% !important;
    }
    .ws-btn {
        bottom: 20% !important;
    }
}
@media (max-width: 1380px) {
    .header-right-menu {
        display: none;
    }
    .main-navigation a {
        font-size: 14px !important;
    }
    .ws-carousel .ws-carousel-item {
        width: 50% !important;
    }
}
@media (max-width: 1350px) {
    .ws-banner .ws-banner-item img {
        height: 400px;
        object-fit: cover;
    }
    .main-navigation .menu-main-menu-container > ul .wpmenucart-display-standard {
        display: none;
    }
}
@media (max-width: 1024px) {
    .ws-banner .ws-banner-item p {
        font-size: 30px !important;
    }
    .ws-product-left p {
        font-size: 55px !important;
    }
	.top-bar-right span,
	.top-bar-right i {
		margin-left: 10px;
	}
    body ul.products li.product:hover .button.add_to_cart_button {
        top: 20%;
        margin: 0 auto !important;
    }
    .ws-about-small {
        width: 50% !important
    }
    .ws-about-big {
        width: 100% !important
    }
}
@media (max-width: 960px) {
	body.woocommerce #primary #main {
		width: 100% !important;
	    float: none;
		margin-right: 0 !important;
	}
	.breadcrumb {
    	margin-top: 30px;
	}
    .top-head {
        display: none;
    }
	.sidebar {
	    margin-left: 0%;
		width: 100%!important;
	}
	.site-header-menu .primary-menu > li > a {
		height: 45px;
		line-height: 45px;
	}
    .site-header-menu .primary-menu > li > a:before {
        content: none;
    }
    .ws-special-product .elementor-element {
        width: 100% !important;
    }
    .site-header {
        position: relative;
        border-radius: 0 !important;
    }
    .ws-blog-column {
        width: 100% !important;
    }
}
@media(max-width: 910px)  {
    .site-header-menu .primary-menu > li > a:after {
        content: none;
    }
	.main-navigation a {
        color: #fff;
    }
}
@media(max-width: 769px)  {
    .ws-client-column {
        width: 50% !important;
        margin-bottom: 20px;
    }
    .ws-feature-column .elementor-image-box-wrapper {
        text-align: center !important;
    }
    .ws-product-countdown {
        padding-bottom: 50px;
    }
    .ws-blog-item .premium-blog-entry-meta {
        top: -55px;
    }
    .ws-team .ws-team-item {
        width: 47% !important;
    }
    .ws-product-countdown-item>.elementor-column-wrap {
        max-width: 100% !important;
    }
	.ws-slider-text #n2-ss-2item3::after {
		content: none;
	}
	.countdownHolder {
		padding: 20px 45px 10px;
	}
	.ws-product-left .elementor-image-box-content {
		padding: 0 80px;
	}
    .main-footer .columns {
        width: 100% !important;
    }
    .main-footer .columns:nth-child(2) {
        padding-left: 10px;
    }
    article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 10px 30px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
    }
    .ws-blog .premium-blog-post-outer-container {
        position: relative !important;
        left: 0 !important;
        top: 0px !important;
        width: 100% !important;
    }
    .ws-blog .premium-blog-thumb-effect-wrapper {
        margin-bottom: 0;
    }
    .ws-blog .premium-blog-post-outer-container,
    .main-footer .columns:nth-child(1), 
    .main-footer .columns:nth-child(2),
    .main-footer .columns:nth-child(3), 
    .main-footer .columns:nth-child(4) {
        width: 100% !important;
    }
    .ws-feature-column {
        width: 100% !important;
    }
    body.woocommerce-page ul.products li.product {
        width: 46%!important;
        margin: 0 0 2.992em !important;
    }
    body.woocommerce-page .page-numbers.current {
        margin: 10px 30px;
        background: none !important;
        color: #000 !important;
    }
}
@media(max-width: 678px) {
    .ws-blog-item .premium-blog-post-container {
        width: 100% !important;
    }
	.ws-btn-slider a {
		font-size: 9px !important;
		padding: 10px 20px !important;
	}
    body.home .site-branding {
        width: 80%;
    }
}
@media (max-width: 480px) {
    body.woocommerce-page ul.products li.product {
        width: 100%!important;
        margin: 30px 0!important;
    }
    body.home .woocommerce ul.products li.product {
        margin-right: 0%!important;
        width: 100%!important;
    }
    .site-branding {
        width: 80%;
    }
    .ws-contact-form p:nth-child(5),
    .ws-contact-form p:nth-child(6),
    .ws-feature-column,
    .ws-client-column {
        width: 100% !important;
    }
    .ws-product-left p {
        font-size: 40px !important;
    }
    .ws-product-sale .ws-product-left img {
        height: 510px;
    }
    .ws-blog-item span {
        padding: 0 10px;
    }
	.ws-blog-item.left .premium-blog-post-comments {
		display: none;
	}
	.footer-social a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.footer-social i {
		font-size: 15px;
	}
    .ws-contact-item > .elementor-column-wrap {
        margin-right: 0 !important;
    }
    .ws-team .ws-team-item {
        width: 100% !important;
    }
    .ws-carousel .ws-carousel-item:hover .ws-carousel-title {
        top: 10% !important;
    }
    .ws-btn {
        bottom: 10% !important;
    }
}
@media  (min-width: 767px) and (max-width: 960px)   {
    .ws-testimonials-item figcaption {
        margin-left: 30%;
    }    
}
@media  (min-width: 767px) and (max-width: 769px) {
	.ws-product-item.featured-product .woocommerce ul.products li.product{
		width: 100% !important;
	}	
}
.footer-custom-code .widget.widget_text {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.footer-custom-code .widget.widget_text .textwidget {
  height: 0px !important;
}
.footer-custom-code .widget.widget_text {
    background: transparent;
}
.footer-custom-code .widget {
    padding: 0;
    margin: 0;
}
.site-footer p {
    margin: 0;
}
.site-footer > .footer-custom-code {
	height: 0 ;
}
.site-footer > .footer-custom-code > .widget.widget_text {
	margin-bottom: 0;
}
.site-footer > .footer-custom-code > .widget.widget_text p {
	display: none ;
}