body {
  	font-size: 16px;
  	line-height: 1.625;
  	margin: 0;
    font-weight: 400;
  	color: #212529;
}
a:focus,
button:focus,
button:hover { 
    outline: 0!important;
}
a, .comment-reply-link,
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title {
    color: #f76b6a;
}
.entry-title a:hover, 
.entry-title a:focus {
    color: #f76b6a;	
}
.widget_calendar tbody a,
button:hover, button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus,
button:hover { 
    background-color: #f76b6a !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.entry-title {
  font-size: 30px;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}}
.site-header-main .menu-toggle,
.dropdown-toggle {
    color: #000 !important;
}

/*** Top Head Menu ***/
.top-head {
    padding: 10px 0 0;
    background-color: #f76b6a;
}
.top-head .container {
  	max-width: 1200px;
  	padding-left: 30px;
  	padding-right: 30px;
  	margin: 0 auto;
}
.top-head .top-head-widget {
  	display: inline-block;
  	width: 50%;
}
.top-header-left {
    float: left;
}
.top-header-right {
    float: right;
}
.top-head a {
    color: #fff;
  	box-shadow: none !important;
}
.top-head ul {
  	margin-bottom: 0 !important;
  	margin-left: 0 !important;
}
.top-head li {
  	color: #fff;
  	margin: 0 7px;
   	font-size: 14px;
  	display: inline-block;
  	list-style-type: none;
}
.top-header-right span {
    margin-right: 5px;
}
/*** Head ***/
.site-header {
  	padding-top: 0;
  	padding-bottom: 0;
}
.site-header {
  	left: 0;
  	right: 0;
  	width: 100%;
  	z-index: 999;
    position: fixed;
    top: 0;
  	margin: 0 auto;
}
body:not(.home) .site-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    background-color: #fff;
	position: relative;
}
body:not(.home) header .site-header-main {
    padding-left: 0px;
    padding-right: 0px;
}
header .site-branding {
  	margin-top: 5px;
  	margin-bottom: 5px;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
  	max-width: 1140px;
  	margin: 0 auto;
}
.site-header {
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.site-header.is-sticky {
  	position: fixed !important;
  	top: 0;
  	left: 0;
  	right: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  	width: 100%;
  	z-index: 999!important;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

/*** Menu ***/
.site-header-menu {
    margin: 0 !important;
}
.main-navigation ul ul {
  	-webkit-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
  	opacity: 0;
  	visibility: hidden;
}
.main-navigation li:hover > ul {
  	opacity: 1;
  	visibility: initial;
}
.main-navigation a {
    font-weight: 800;
    font-size: 13px;
}
.site-header-menu .primary-menu > li > a {
    text-transform: uppercase;
    height: 80px;
    line-height: 65px;
    margin: 0 2px;
}
.main-navigation ul ul a {
  	width: 240px;
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.main-navigation li ul {
    opacity: 0;
    visibility: initial;
    transition: all 500ms ease;
    border-bottom: none !important;
    border-radius: 8px;
    padding: 10px 10px 10px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
.main-navigation ul ul li {
    border: 0;
    border-top: 1px solid #e9e9e9;
}
.main-navigation li ul li:first-child {
    border: 0;
}
.main-navigation ul ul li a {
    padding: 13px 12px 13px 0;
}
.main-navigation ul ul li a:hover {
    padding-left: 20px;
}
.main-navigation ul ul li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background: currentColor;
    border-radius: 50%;
    content: "";
    margin: 19px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.main-navigation ul ul li a:hover:before {
    transform: scale(1);
    left: 10px;
}
.main-navigation .menu-item-has-children > a:after {
    top: 30px;
}

/*** Tab Product ***/
.ws-tab-product .elementor-tabs-wrapper {
    text-align: center;
}
.ws-tab-product .elementor-tabs-wrapper .elementor-tab-title {
    display: inline-block !important;
    padding: 5px 25px !important;
    border-right: 1px dotted #000 !important;
}
.ws-tab-product .elementor-tabs-wrapper .elementor-tab-title:last-child {
    border-right: none !important;
}
.ws-tab-product .elementor-tabs-wrapper .elementor-tab-title a { 
    font-weight: 600;
    color: #000;   
    transition: color .3s ease,background-color .3s ease,border-color .3s ease,opacity .3s ease;
}
.ws-tab-product .elementor-tabs-wrapper .elementor-active a {
    color: #f76b6a !important;
    font-weight: 600;
}
.ws-tab-product .elementor-tabs-wrapper {
    margin-bottom: 30px;
}
.ws-tab-product .elementor-tabs-wrapper .elementor-tab-title a:hover {
    color: #f76b6a !important;
}
.ws-tab-product .woocommerce ul.products li.product {
    background: #fff;
    z-index: 1;
}
.ws-tab-product .woocommerce ul.products li.product:hover {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
}
.ws-tab-product .woocommerce ul.products li.product a img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.ws-tab-product ul.products li.product.pif-has-gallery .wp-post-image--secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transition: all 0.5s ease-out 0s;
}
.ws-tab-product .woocommerce ul.products li.product:hover a img {
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    opacity: 0;
}
.ws-tab-product ul.products li.product.pif-has-gallery:hover .wp-post-image--secondary {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    opacity: 1;
}
.ws-tab-product .woocommerce ul.products li.product h2 {
    position: relative;
    margin-top: 10px;
}
.ws-tab-product .woocommerce ul.products li.product:hover h2:before {
    width: 90px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*** Countdown ***/
.lt-countdown {
  position: relative;
  z-index: 1;
}
.lt-countdown:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 80%;
    width: 100%;
    z-index: -1;
    display: inline-block;
    background: url('../images/background.jpg');
}
.lt-countdown > .elementor-container > .elementor-row {
  margin-right: 10%;
  margin-left: 10%;
  box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
}

/*** Gallery ***/
.ws-gallery .premium-gallery-item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden;
}
.ws-gallery .ws-gallery-item .pa-gallery-img-container {
    position: relative;
}
.ws-gallery .ws-gallery-item .pa-gallery-img-container:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background: #f76b6a;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ws-gallery .ws-gallery-item .pa-gallery-img:hover .pa-gallery-img-container:before {
    opacity: 0.5;
}
.ws-gallery .ws-gallery-item .pa-gallery-img .premium-gallery-caption {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    bottom: -20% !important;
    z-index: 2;
}
.ws-gallery .ws-gallery-item .pa-gallery-img:hover .premium-gallery-caption {
    bottom: 30% !important;
}

/*** Banner ***/
.lt-banner-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
.lt-banner-item:before {
    position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); 
}
.lt-banner-item:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/*** Team ***/
.lt-team-item h6 {
    font-size: 12px;
    font-weight: normal;
    opacity: 0.7;
}
.lt-team-item .elementor-image-box-img {
    position: relative;
    display: inline-block;
}
.lt-team-item .elementor-image-box-img img {
  width: 100%;
    display: inline-block;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
.lt-team-item .elementor-image-box-img:after {
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 1px solid rgba(0,0,0,.1);
    pointer-events: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}
.lt-team-item:hover .elementor-image-box-img:after {
    border-color: #f68e13;
    background: rgba(255,255,255,.2);
}
.lt-team-item .elementor-image-box-content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 25px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    width: auto !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover .elementor-image-box-content {
    opacity: 1;
    background-color: #f76b6a;
}

/*** Testimonial ***/
.lt-testimonial-item:hover .elementor-testimonial-content,
.lt-testimonial-item:hover .elementor-testimonial-name,
.lt-testimonial-item:hover .elementor-testimonial-job {
    color: #fff !important;
}

/*** Blog ***/
.lt-blog .premium-blog-content-wrapper {
    margin: 10px !important;
    border-radius: 30px 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.lt-blog .premium-blog-post-outer-container:hover .premium-blog-content-wrapper {
    top: -80px !important;
}
.lt-blog .premium-blog-entry-title a {
    font-size: 20px !important;
}
.lt-blog .premium-blog-content-wrapper {
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.23);
}
.lt-blog .premium-blog-entry-meta {
    font-size: 13px !important;
}
.lt-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: #f76b6a !important;
}
nav.post-navigation a:hover .post-title, nav.post-navigation a:focus .post-title, .ws-title h2 span, .ws-title2 h3 span {
    color: #f76b6a !important;
}

/*** Contact ***/
.lt-contact-form label {
  	display: inline-block;
  	width: 100%;
}
.lt-contact-form p:nth-child(4),
.lt-contact-form p:nth-child(2),
.lt-contact-form p:nth-child(3) {
  	width: 30.8% !important;
  	margin-right: 3%;
  	display: inline-block;
}
.lt-contact-form p:nth-child(4) {
	  margin-right: 0 !important;
}
.lt-contact-form p:nth-child(5) {
  	margin-top: 20px;
  	width: 100% !important;
  	margin-right: 0 !important;
}
.lt-contact-form p:nth-child(6) {
	 margin-top: 20px;
   text-align: center;
}
/*** Woocommerce ***/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale,
.widget button, body ul.products li.product .button.add_to_cart_button,
.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button:hover,
.woocommerce button.button, .woocommerce #respond input#submit, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #f76b6a !important;
    border: none !important;
}
.wpmenucartli.wpmenucart-display-standard a i,
body ul.products li.product a.button.compare,
body ul.products li.product a.button.yith-wcqv-button,
body ul.products li.product a.button.tinvwl_add_to_wishlist_button,
.button.compare:hover:after,
.button.yith-wcqv-button:hover:after,
.button.tinvwl_add_to_wishlist_button:hover:after {
    background: #f76b6a;
}
body .woocommerce ul.products li.product .button:hover {
    background: #000 !important;
}
.woocommerce #respond input#submit {
    margin-bottom: 30px;
}
.woocommerce-message {
    border-top-color: #f76b6a;
}
.sku_wrapper, .sku, .posted_in, select#pa_select-color {
    font-size: 16px !important;
    font-weight: 500;
}
.woocommerce-message::before {
    color: #f76b6a;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.widget button {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #f76b6a;
	padding-bottom: 10px;
}
body.single-product .site-inner #content {
      float: left !important;
}
body.woocommerce .site-inner .sidebar .widget .widget-title {
      padding-top: 20px;
}

/*** Footer ***/
.main-footer {
    border-top: 1px solid #ececec;
    float: left;
    width: 100%;
    text-align: center;
}
.main-footer .container {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.main-footer .columns {
    text-align: left;
    padding: 20px;
}
.main-footer h2 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
}
.main-footer p,
.main-footer a,
.main-footer span {
    font-size: 14px;
}
.main-footer ul li {
    list-style-type: none;
}
.main-footer ul {
    margin: 0;
}
.main-footer .footer1 .address-list li {
    position: relative;
    margin-bottom: 22px;
}
.main-footer .footer1 .address-list li:last-child {
    margin-bottom: 0;
}
.main-footer .footer1 .address-list i {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    border: 1px solid #f76b6a;
    font-size: 20px;
    line-height: 35px;
    color: #f76b6a;
    text-align: center;
    padding-left: 2px;
}
.main-footer .footer1 .address-list p {
    width: 100%;
    padding-left: 48px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 0 3px 0;
}
.main-footer .footer1 .address-list,
.main-footer .footer3 ul {
    margin-top: 10px;
}
.main-footer .footer2 .opening-time {
    margin-top: 11px;
}
.main-footer .footer2 .opening-time p,
.main-footer .footer2 .opening-time small,
.main-footer .footer2 .opening-time strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.main-footer .footer2 .opening-time p {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.main-footer .footer2 .opening-time p:last-child {
    margin: 40px 0px 0px;
}
.main-footer .footer2 .opening-time small {
    width: 40%;
    float: left;
    text-align: right;
}
.main-footer .footer2 .opening-time strong {
    width: 60%;
    float: left;
    position: relative;
    overflow: hidden;
}
.main-footer .footer2 .opening-time strong:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 7px;
    background-color: #000;
    z-index: 1;
}
.main-footer .footer3 li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
    line-height: 25px;
    list-style-type: none;
}
.main-footer .footer3 li:before {
  position: absolute;
    content: '\f099';
    font-family: FontAwesome;
    left: 0;
    top: 2px;
    color: #f76b6a;
    display: inline-block;
    font-size: 25px;
}
.main-footer .footer3 li a {
    font-weight: 300;
    font-size: 12px;
    box-shadow: none;  
}
.site-footer {
    float: left;
    width: 100%;
    text-align: center;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info a {
	box-shadow: none;
}
.site-footer .site-info p {
  text-transform: uppercase;
}


/*** Responsive ***/
@media(max-width: 1110px) {
  .site-header-menu .primary-menu > li > a {
    font-size: 12px;
    padding-left: 7px;
  }
  .lt-category-item .lt-btn {
    display: none;
  }
}
@media(max-width: 1280px) {
	.site-header {
		padding: 0 10px!important;
	}
}
@media(max-width: 910px) {
  .site-header-menu .primary-menu > li > a {
    height: 50px;
    line-height: 35px;
  }
  .site-header-menu .primary-menu > li > a {
    font-size: 15px;
    padding-left: 7px;
  }
  .site-header {
      background-color: #fff;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  }
  .sidebar {
    padding-right: 15px;
  }
}
@media(max-width: 768px) {
  .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
  }
  .elementor-tabs .elementor-tabs-wrapper {
    display: block !important;
  }
  .lt-blog .premium-blog-thumb-effect-wrapper {
      margin-bottom: 0px !important;
  }
  .main-footer .columns {
    width: 100% !important;
  }
  body.woocommerce-page ul.products li.product {
        width: 48%!important;
        margin: 30px 0!important;
    }
  body.home .woocommerce ul.products li.product {
      margin-right: 0%!important;
      width: 48%!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;
  }
  .lt-content-big {
    width: 100% !important;
  }
  .lt-countdown > .elementor-container > .elementor-row {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media(max-width: 480px) {
  body.woocommerce-page ul.products li.product {
        width: 100%!important;
  }
  body.home .woocommerce ul.products li.product {
      width: 100%!important;
  }
}

.woocommerce .site-main ul.products {
	display: flex;
    flex-wrap: wrap;
}
@media (max-width: 910px) {
	body ul.products li.product .button.add_to_cart_button {
		margin-left: 0 !important;
		bottom: -10px !important;
	}
}


/*** Template null ***/
body.template-full .site-header-main .page_item a {
	 line-height: 50px;
}
body.template-full .site-header {
	 border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
	 margin-top: 7em;
}
body.page-id-5 .site-main {
    margin-bottom: 0px !important;
}
.sidebar {
    padding-right: 0px;
}
section {
  margin: 0 auto;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
} 