body {
    background: #fff;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    line-height: 1.625;
    padding: 0;
    margin: 0;
}
a, 
.comment-reply-link,
.entry-title a:hover,
.entry-title a:focus,
.main-navigation li:hover > a, 
.main-navigation li.focus > a {
	color: #5fcac7;
}
a:focus,
button {
	outline: 0!important;
}
.menu-toggle:hover, .menu-toggle:focus {
    background: #5fcac7;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 50px;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
/*** Top Header  ***/
.top-head {
    padding: 15px 0;
    position: relative;
    z-index: 2;
    background: #fff;
}
.top-head .container {
    max-width: 1170px;
    margin: 0 auto;  
    line-height: 16px; 
}
.top-head ul li a {
    line-height: 10px;
}
.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 {
    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(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 .top-head-widget:nth-child(1) {
    float: left;
}

/*** Head Menu ***/
.site-header {
    position: fixed;
    width: 100%;
    padding: 0 25px;
    background-color: #fff;
    z-index: 999;
}
body:not(.home) .site-header {
    position: relative;
    background-color: #fff;
    box-shadow: 5px 8.66px 30px 0 rgba(31,35,37,.078);
}
.top-head .top-head-widget:nth-child(2) ul li a:hover {
    cursor: pointer;
}
.site-header.is-sticky {
    max-width: 100% !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.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: capitalize;
}
.site-header-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.site-header-menu.is-sticky {
    position: relative;
    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:after {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border: 3px solid #ff91a4;
    box-sizing: border-box;
    border-radius: 50%;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0);
}
.site-header .site-header-menu .primary-menu > li:hover:after,
.site-header .site-header-menu .primary-menu > li.current-menu-item:after {
    opacity: 1;
    transform: scale(1);
}
.site-header-menu .primary-menu > li > a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 90px;
    height: 90px;
    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 {
    color: #5fcac7;
}

/*** Title ***/
.ws-title-img {
    margin-bottom: 10px !important;
}

/*** Button ***/
.ws-button {
    text-align: center;
}
.btn {
    width: 270px;
    font-size: 26px;
    line-height: 55px;
    color: #4b4342 !important;
    background-color: #fff;
    border-color: #4b4342;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 0px 3px #fff;
    transition: all 0.5s;
    display: inline-block;
}
.btn:before, 
.btn:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid;
    border-color: inherit;
}
.btn:before {
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: transparent !important;
}
.btn:after {
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left-color: transparent !important;
}
.btn span{
    position: absolute;
    z-index: 1;
    left: 0;
    height: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-color: inherit;
}
.btn span:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    box-shadow: 0px 0px 0px 3px #fff;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 50%;
    border-color: inherit;
    transition: all 0.5s;
}
.btn span:first-child:before{
    top: 3px;
}
.btn span:last-child:before{
    bottom: 3px;
}
.btn span {
    height: 18px;
}
.btn span:first-child{
    top: -18px;
}
.btn span:last-child{
    bottom: -18px;
}
.btn span:before{
    margin-left: -40px;
    height: 80px;
    width: 80px;
}
.btn:hover {
    background: #4b4342;
}
.btn:hover span:before {
    background-color: #4b4342;
    border-color: #4b4342;
}
.btn:hover {
    color: #fff !important;
}
.btn-icon {
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 25px;
    white-space: normal;
    border-radius: 0;
    border: 2px solid;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-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;
}
.btn-icon:hover {
    background: #fff !important;
}

/*** Slider ***/
.ws-slider {
    position: relative;
}
.ws-slider:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    top: 34px;
    background: url(../images/down.png) repeat-x;
}

/*** Intro ***/
.ws-intro {
    position: relative;
}
.ws-intro:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 30px;
    top: -30px;
    background: url(../images/up.png) repeat-x;
}
.ws-intro-item .elementor-image {
    position: relative;
}
.ws-intro-item .elementor-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 2.5%;
    top: 2.5%;
    height: 95%;
    width: 95%;
    display: inline-block;
    border: 2px dashed #fff;
    border-radius: 50%;
}
.ws-intro-item .elementor-image:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 8%;
    top: 8%;
    height: 84%;
    width: 84%;
    display: inline-block;
    background-color: rgba(215,118,123, 0.9);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ws-intro-item:hover .elementor-image:after {
    opacity: 1;
}
.ws-intro-item:hover .rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
.ws-intro-big, .ws-intro-small {
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ws-intro-item:hover .ws-intro-big, .ws-intro-item:hover .ws-intro-small {
    opacity: 1;
}

/*** Deal ***/
.ws-deal-price .currency {
    color: #222;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.ws-deal-price .symbol {
    text-decoration: line-through;
}
.ws-deal-countdown .hoth-dash,
.ws-deal-countdown .hoth-tripdash {
    background-color: transparent;
    border-right: 1px solid #ddd;
}
.ws-deal-countdown .hoth-dashboard {
    text-align: left;
}
.ws-deal-countdown .hoth-dash_title {
    color: #666;
    top: 35px;
    font-size: 16px;   
}
.ws-deal-tabs .elementor-tab-title:hover,
.ws-deal-tabs .elementor-tab-title.elementor-active {
    border-color: #ff91a4 !important;
}
.ws-deal-tabs .elementor-tab-title {
    padding: 0 !important;
    margin-bottom: 20px;
    display: inline-block;
    border: 2px solid transparent !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.jedi-hours_dash {
    clear: initial !important;
}
.jedi-dashboard {
    width: 100% !important;
}

/*** Product ***/
.woocommerce ul.products li.product {
    margin-bottom: 40px;
    box-shadow: 0 0 10px 0 #eee;
}
.woocommerce ul.products li.product h2 {
    font-size: 16px !important;
    padding-bottom: 0 !important;
    font-weight: 400;
    margin-top: 20px !important;
}
body div.woocommerce ul.products li.product span.price {
    font-size: 13px !important;
}
.woocommerce ul.products li.product:hover:before {
    transform: scale(1) !important;
}
body.woocommerce .sidebar-left-blog, body.woocommerce .sidebar-right-blog {
    display: block;
}

/*** Testimonials ***/
.ws-testimonials-item .elementor-image-carousel-caption {
    background: #f5f7f8;
    padding: 35px;
    margin: 40px 0 0;
    margin-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    border-radius: 10px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.24);
}
.ws-testimonials-item .elementor-image-carousel-caption:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #f5f7f8;
    position: absolute;
    top: -20px;
    left: 40%;
}
.ws-testimonials-item h3 {
    color: #888888;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}
.ws-testimonials-item h4 {
    margin-bottom: 10px;
    color: #5fcac7;
    font-weight: 400;
    font-size: 13px;
}
.ws-testimonials-item p {
    font-weight: 400;
}

/*** Portfolio ***/
.ws-portfolio .premium-gallery-item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}
.ws-portfolio .pa-gallery-img-container {
    position: relative;
}
.ws-portfolio .pa-gallery-img.default .pa-gallery-icons-inner-container {
    top: 48%;
}
.ws-portfolio .pa-gallery-img-container:after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 25px;
    content: "";
    display: inline-block;
    left: 25px;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 25px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ws-portfolio .pa-gallery-img-container:before {
    background: #5fcac7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ws-portfolio .pa-gallery-img:hover .pa-gallery-img-container:after {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.ws-portfolio .pa-gallery-img:hover .pa-gallery-img-container:before {
    opacity: 0.8;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

/*** About ***/
.ws-about-item .elementor-tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*** Services ***/
.ws-services-item {
    position: relative;
}
.ws-services-item:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 0px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 30%;
}

/*** Blog ***/
.ws-blog .premium-blog-content-wrapper {
    top: 0 !important;
    margin: 0 !important;
}
.ws-blog .premium-blog-entry-meta {
    margin-bottom: 18px;
    margin-top: 8px;
}
.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: #5fcac7 !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #5fcac7 !important;
}

/*** Contact Map ***/
.ws-contact {
    position: relative;
}
.ws-contact-item {
    text-align: center;
}
.ws-contact-item > .elementor-column-wrap {
    position: absolute;
    z-index: 5;
} 
.ws-contact-item table, .ws-contact-item table tr, .ws-contact-item table td {
    border: 0;
}
.ws-contact-content {
    color: #fff;
    margin: 20px;
    padding: 20px;
    border: 1px solid;
}
.ws-contact-content h3.text-title {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.ws-contact-content h3.res-title {
    font-size: 20px;
    text-transform: uppercase;
}
.ws-contact-content p.res-number {
    font-size: 20px;
    font-weight: 700;
    color: #1d1b20;
    text-align: center;
}

/*** 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%;
}
.wpcf7-submit {
    text-align: center;
    margin-top: 25px;
}
.wpcf7-form p:nth-child(7) {
    text-align: center;
}

/*** Woocommerce ***/
.woocommerce span.onsale, .mg-wsac-badge, .mg-wsac-btn {
    background-color: #5fcac7   ;
} 
.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, .wpmenucartli.wpmenucart-display-standard a i {
    background-color: #5fcac7 !important;
}
.tinvwl-buttons-group.tinv-wishlist-clear button.button.tinvwl_button_view.tinvwl-btn-onclick,
.tinvwl-buttons-group.tinv-wishlist-clear button.button.tinvwl_button_close {
    background-color: #5fcac7 !important;
}
.right-border, .woocommerce-message,
.woocommerce div.product form.cart .button, .woocommerce #respond input#submit, 
.woocommerce button.button, .woocommerce input.button, .woocommerce-error, .woocommerce-info {
    border-color: #5fcac7;
}
.woocommerce-message:before,
.woocommerce-error:before, .woocommerce-info:before {
    color: #5fcac7;
}
ul.products li.pif-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}

/*** Footer ***/
.main-footer {
    position: relative;
    z-index: 1;
    background: url('../images/footer.jpg');
    background-size: cover;
    background-position: center; 
}
.main-footer .columns h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.main-footer .columns,
.main-footer .columns {
    width: 25% !important;
    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: -53px;
    margin-top: -3px;
}
.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: '\f00c';
    font-family: FontAwesome;
    left: -25px;
    bottom: 2px;
    display: inline-block;
    color: #000;
    font-size: 13px;
}
.main-footer .columns:nth-child(2) ul li:hover:before {
    color: #5fcac7;
}
.main-footer .columns:nth-child(3) ul li:before {
    margin-left: -10px;
    color: #000;
}
.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 {
    font-size: 16px;
    margin-top: 12px;  
}
.main-footer .columns:nth-child(4) .gallery {
    margin-top: 30px;
}
.main-footer .columns a {
    font-size: 16px; 
    line-height: 27px; 
    font-family: 'Merienda One', cursive;
}
.site-footer p {
    font-size: 16px;
}

/*** Responsive ***/
@media (max-width: 1550px) {
    .ws-product-sale .ws-product-left img {
        height: 600px;
        object-fit: cover;
    }
}
@media (max-width: 1350px) {
    .ws-banner .ws-banner-item img {
        height: 400px;
        object-fit: cover;
    }
}
@media (max-width: 1113px)  {
	.ws-feature {
		margin-top: -125px !important;
	}	
}

@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.woocommerce-page ul.products li.product:hover .button.add_to_cart_button {
        top: 20%;
        margin: 0 auto !important;
    }
}
@media (max-width: 960px) {
	body.woocommerce #primary #main {
		width: 100% !important;
	    float: none;
		margin-right: 0 !important;
	}	
	.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;
    }
	body .ws-slider:before {
        display: none !important;
	}
    .ws-feature {
        margin-top: 0 !important;
    }
    .ws-blog-column {
        width: 100% !important;
    }
	body .site-header-main .menu-toggle:before,
	body .dropdown-toggle:after {
		color: #000;
	}
	.menu-toggle.toggled-on:focus {
    	background-color: #fff;
	}
}

@media(max-width: 910px)  {
    .site-header-menu .primary-menu > li > a:after {
        content: none;
    }
}

@media(max-width: 769px)  {
    .ws-feature-column,
    .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;
    }
    .top-head {
        display: none;
    }
    .ws-featured-product {
        padding-bottom: 0 !important;
    }
    .ws-featured-product .ws-banner-item img {
        height: 600px !important;
        object-fit: cover;
    }
	.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;
    }
    .ws-about-item {
        width: 100% !important;
    }
    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-container,
    .ws-parallax-text, .ws-intro-big, .ws-client-big {
        width: 100% !important;
    }
    .ws-parallax-img {
        display: none;
    }
    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;
    }
	.ws-product-today-item {
		width: 100% !important;
	}
	.ws-product-today-item .darth-dash.darth-hours_dash {
		clear: initial !important;
	}
	.ws-product-today-item .darth-dashboard {
    	width: 100% !important;
		margin: 0 !important;
	}
	.ws-contact-item {
		width: 100% !important;
	}
	.ws-contact-item > .elementor-column-wrap {
		position: relative !important;
	}
}
@media(min-width: 481px) and (max-width: 736px) {
	.ws-deal-tabs .elementor-tab-content {
		width: 70% !important;
		float: right !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;
	}
}
@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;
    }
    .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;
	}
	.ws-testimonials-item figcaption {
		margin-left: 32%;
	}
	.footer-social a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.footer-social i {
		font-size: 15px;
	}
}
@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;
}
.footer-custom-code .widget.widget_text .textwidget p {
    display: none;
}
body.woocommerce #sidebar-right-blog {
	display: none !important;
}