/*
Theme Name: Jewelry Blocks Pro
Theme URI: https://www.ovationthemes.com/products/solar-energy-wordpress-theme
Author: Ovationthemes
Author URI: https://www.ovationthemes.com/
Theme Description: 
Version: 0.0.1
Requires at least: 5.0
Requires PHP: 7.2.14
Tested up to: 5.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: jewelry-blocks-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Jewelry Blocks Pro WordPress Theme has been created by Ovationthemes(ovationthemes.com), 2024.
Jewelry Blocks Pro WordPress Theme is released under the terms of GNU GPL
*/

/*----------------all Pages-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {  font-family:'Georgia Regular';  src: url('./assets/fonts/georgia.ttf'); }
*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  background-color:#F4F0EF;
  font-size: 15px;
  color: #2a2a34;
  font-family: 'Nunito Sans', sans-serif;
  overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
label {
  margin-bottom: 0 !important;
}

// Cambiar "Read More" por "Leer"
function cambiar_read_more() {
    return 'Leer';
}
add_filter('excerpt_more', 'cambiar_read_more');
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,h2,h3{
  font-size: 36px;
  font-family: 'Nunito Sans';
  margin:0;
  padding:10px 0;
  color:#2a2a34;
  font-weight: 800;
}
h4,h5,h6{
  font-size: 22px;
  font-family: 'Nunito Sans';
  margin:0;
  padding:10px 0;
  color:#FF83A0;
  font-weight: 700;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:16px;
  font-weight:400;
  color: #707070;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none;
  color:#2a2a34;
  font-weight: 400;
}
a:hover{
  color: #FF83A0;
}
a:focus,a:hover{
  text-decoration:none !important;
}
/* SITE LOADER */
/*--------- Site Loader --------------*/
.preloader {
  background: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 9999999;
}
.load{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100px;
  height:100px;
}
.load hr{
  border:0;
  margin:0;
  width:40%;
  height:40%;
  position:absolute;
  border-radius:50%;
  animation:spin 2s ease infinite;
  opacity: 1;
}
.load :first-child{background:#FF83A0;animation-delay:-1.5s}
.load :nth-child(2){background:#FF83A0;animation-delay:-1s}
.load :nth-child(3){background:#FF83A0;animation-delay:-0.5s}
.load :last-child{background:#FF83A0}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

/* SEARCH POPUP */
.search-box i{
  cursor: pointer;
}
span.search-close-icon {
    display: none;
    transition: 3s;
}
.header-search {
    float: left;
}
div#search-box{
  padding: 4px 0;
}
.search-icon i,.search-close-icon i {
  padding: 16px 0;
  font-size: 26px;
  color: #292D32;
}
.search-slidein span.search-close-icon{
  display: block;
  transition: 3s;
}
.search-slidein .search-icon{
  display: none;
  transition: 3s;
}
.serach_outer {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #00000029;
    padding: 15px;
    top: 55px;
    right: 0;
    display: none;
    z-index: 99;
    width: max-content;
}
.closepop {
    position: absolute;
    right: 23px;
    top: 1px;
    font-size: 17px;
}
.serach_outer input[type=search] {
    border-radius: 10px;
    background: #f7f7f7;
    width: 95%;
    height: 43px;
    padding: 10px;
}
form.search-form.serach-page {
    display: flex;
}
.header-search .serach_outer .search-form.serach-page input[type=submit] {
  background: #FFD84C !important;
  color: #202636 !important;
  font: 600 16px/20px 'Nunito Sans';
  border-radius: 10px;
  padding: 11px 25px;
  height: 43px;
}
/*----------------------add to cart---------*/
#cart {
  background: #000;
  width: 400px;
  right: 0px;
  top: 50px;
  margin: 0px auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  display: none;
  -webkit-animation: bounceIn 2s ease-in-out;
  animation: bounceIn 2s ease-in-out;
}
.cart_box:hover #cart{
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
li.woocommerce-mini-cart-item.mini_cart_item a.remove {
    right: 0px;
    left: auto !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  float: left;
  margin-right: 24px;
}
.woocommerce a.remove{
  color: #fff !important;
  background-color: #FF83A0;
  width: 25px;
  height: 27px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
  padding-left: 0em;
}
.woocommerce.widget_shopping_cart .buttons a{
  width: 100%;
  text-align: center;
}
.woocommerce .widget_shopping_cart .total{
  padding: 4px 0 0;
  margin: 10px 0 !important;
}
.woocommerce-mini-cart__total.total strong {
    padding: 8px 0;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
}
.woocommerce .products li {
    width: 100% !important;
    margin: 10px 0 !important;
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px;
  font-weight:bold;
  margin: 10px 0;
}
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: #2a2a34;
  color:#ffffff;
  font-weight:normal;
}
.title-box{
  background:#dcedff ;
}
.main_title {
    background: #dcedff ;
}
/* MENU BAR */

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  display: block;
}
.main-navigation li{
  position: relative;
  display: inline-block;
}
.main-navigation ul.sub-menu li:after{
  display: none;
}
.main-navigation a{
  font: 700 16px 'Nunito Sans';
  padding: 16px 25px;
  color: #332467;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #2a2a34;
  min-width: 215px;
  z-index: 9999;
  margin-top: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding-left: 15px;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #e9eaea;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #000000;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}
ul#menu-ot_main_primary-menu {
    margin-bottom: 0;
    padding-left: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}*/
.comment-navigation .nav-next, .posts-navigation .nav-next{
  float: right;
  text-align: right;
  width: auto;
}
.main-navigation a:hover,.main-navigation li:hover .sf-with-ul:after{
  color: #FF83A0;
}
.main-navigation li.current-menu-item.current_page_item a{
  color: #FF83A0;
  position: relative;
}
.main-navigation li.current-menu-item.current_page_item a::before{
  content: '';
  background: #FF83A0;
  width: 57px;
  height: 3px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul.children li a {
    padding: 10px;
}
a.closebtn.mobile-menu:hover,.main-navigation ul ul li a:hover {
    background: unset;
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #92a8ac;
  position: relative;
  top: 13px;
  font-size: 19px;
  padding: 11px 3px;
  box-shadow:none;
  transition: all 0.40s ease;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
}
#return-to-top:hover {
  background: transparent;
  box-shadow: 0 0 10px 0 #FF83A0 inset, 0 0 10px 4px #FF83A0;
}
#return-to-top:hover i {
  top: 5px;
  color: #FF83A0 !important;
}
div#mySidenav {
    display: block;
}
/*--------sidebar------------*/
div#sidebar {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 14px;
}
div#sidebar .wp-block-group {
    margin: 20px 0px;
}
div#sidebar .wp-block-group__inner-container h2 {
    background: #dcedff ;
    font-size: 24px;
    text-align: center;
    font-style: italic;
}
#sidebar li.wp-block-latest-comments__comment {
  margin-top: 15px;
}
/*sidebar*/
#sidebar .postbox.smallpostimage{
  padding: 10px;
}
#sidebar td#prev a {
  color: #1fb125;
}
#sidebar caption {
  font-weight: bold;
  color: #FF83A0;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  text-align: center;
}
#sidebar td {
  padding: 7px;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #FF83A0;
}
#sidebar select {
  padding: 10px 5px;
  border: solid 1px #2c2c2c;
  color: #FF83A0;
  background: transparent;
  width: 100%;
}
#sidebar h3 {
  font-weight: bold;
  font-size: 22px;
  color: #2c2c2c;
  text-align: center;
  padding: 4% 0;
}
#sidebar input[type="search"],
input[type="search"] {
  padding: 17px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #666c6e;
  border: solid 1px #e5eaec;
  width: 100%;
}
#sidebar .search-form .search-submit{
    bottom: 4px;
    padding: 12px 10px !important;
    position: absolute;
    left: 20px;
    width: 40%;
    margin: 2% 0px
}
#sidebar label{
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"]{
  background:#1fb125;
  color:#fff;
  padding:10px 0;
  font-size:12px;
  width: 30%;
  font-weight: bold;
}
#sidebar .widget {
  margin-bottom: 25px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li {
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px;
    padding: 10px 20px 10px;
}
#sidebar aside#monster-widget-placeholder-9 ul li {
    box-shadow: 0.5px 0.866px 4px 0px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
}
aside#monster-widget-placeholder-10 ul li {
    box-shadow: 0.5px 0.866px 4px 0px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}
#sidebar ul li a:before{
  font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 10px;
    font-weight: 100;
    margin-left: -15px;
    margin-right: 10px;
    top: -1px;
    display: inline-block;
    position: relative;
}
#sidebar ul li:last-child{
  border: none;
}
#sidebar ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #2a2a34;
}
#sidebar .tagcloud a,
.site-footer .tagcloud a{
  background:#eeeeee;
  color:#2c2c2c;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#sidebar .tagcloud a:hover,
.site-footer .tagcloud a:hover{
  background:#1fb125;
  color: #fff;
}
.menu-ot_main_primary-menu-container {
    margin-bottom: 50px !important;
}
.textwidget img {
    border-radius: 10px;
}
span.rss-date {
    font-style: italic;
    font-weight: bold;
}
.rssSummary {
    margin: 10px 0px;
}
aside#monster-widget-placeholder-4 ul,aside#monster-widget-placeholder-6 ul,aside#monster-widget-placeholder-7 ul,.menu-ot_main_primary-menu-container ul{
    background: #dcedff ;
}
ul#menu-ot_main_primary-menu-1 {
    margin-bottom: 20% !important;
}
td#today a {
    background: #FF83A0;
    border-radius: 50px;
    padding: 8px 10px;
}
/*--------- Woocommerce Section--------- */

.woocommerce ul.products li.product a img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.woocommerce ul.products li.product .star-rating{
  margin: 0 auto .5em;
  color: #f4bc16;
}
.woocommerce .products li {
    text-align: center;
    border: solid 1px #e6e6e7;
    border-radius: 10px;
    padding: 10px 10px 10px 10px !important;
}
.woocommerce .products li:hover{
  box-shadow: 0px 0px 10px 2px #ededed;
}
.woocommerce #sidebar {
  margin-top: 2em;
}
a.showcoupon,
.woocommerce-message::before{
  color: #FF83A0;
}
.woocommerce-message {
  border-top-color: #FF83A0;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    background: #FF83A0;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    margin: 0 !important;
    min-height: 5px;
    line-height: 26px;
    min-width: 60px;
}
.woocommerce ul.products li.product .onsale{
    top: 10px !important;
    right: 10px !important;
}
h2.woocommerce-loop-product__title{
  font-size: 18px !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #2a2a34 !important;
    font-size: 22px;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    background: #213545;
    border-radius: 50px !important;
    position: relative;
    padding: 14px 20px;
    opacity: 1 !important;
    cursor: pointer !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #FF83A0 !important;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 8px 5px;
  border-radius: 0;
  border: solid 1px #2a2a34;
  color: #2a2a34;
}
.col-1,.col-2 {
  max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #FF83A0;
  padding: 12px!important;
  margin-bottom: 10px;
  border-radius: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff !important;
  font-weight: bold;
  font-style: none !important;
  text-decoration: none;
}
.posted_in {
  display: block;
}
.woocommerce .woocommerce-ordering select{
  padding: 10px;
}
span.woocommerce-input-wrapper{
 width: 100%;
}
.woocommerce-product-gallery__image{
  padding: 2px;
}
.woocommerce a.checkout-button.button.alt.wc-forward{
  color: #fff !important;
  font-style: none;
}
.woocommerce a.checkout-button.button.alt.wc-forward:hover{
  text-decoration: none !important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: auto;
    margin: auto;
}
.woocommerce-product-gallery__image img.wp-post-image {
    width: auto !important;
    margin: inherit;
}
nav.woocommerce-breadcrumb {
    margin: 17px 0px !important;
    font-size: 16px !important;
    color: #FF83A0 !important;
}
.summary.entry-summary form.cart .quantity {
    margin: 4px 15px 0px 0px !important;
}
button.single_add_to_cart_button.button.alt {
    padding: 15px 30px;
}
.comment-form-rating label, p.stars {
    padding: 10px 0px;
}
textarea#comment {
    width: auto !important;
}
input#coupon_code {
    width: 104px;
    margin: 6px 15px 0px 0px;
}
ul.woocommerce-error {
    border-top-color: #FF83A0;
}
.woocommerce-error::before {
    color: #FF83A0;
}
/*--------post------------*/
.single-post .post_share_icon a {
    padding: 10px 13px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 5px 3px;
}
.single-post a.post-facebook {
    background: #3b5998;
}
.single-post a.post-pinterest {
    background: #c92228;
}
.single-post a.post-linkedin {
    background: #0976b4;
}
.single-post a.post-twitter {
    background: #1B95E0;
}
.single-post b.share-txt {
    font-size: 18px;
}
p.comment-form-comment{
position: relative;
}
p.comment-form-comment label {
    position: absolute;
    bottom: 100%;
    font-weight: 700;
}
div#comments p.logged-in-as {
    margin-bottom: 35px;
}
.single-post .feature-box img {
    width: 50%;
}
.single-post-content p {
    margin-right: 10%;
    text-align: justify;
}
a.page-numbers{
  padding: 10px !important;
  background-color: #FF83A0;
  color: #ffffff !important;
  border: 1px solid #FF83A0;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #FF83A0;
  color: #000000 !important;
  padding: 10px !important;
}
p.form-submit input#submit {
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}
button.wp-block-search__button,form.search-form.serach-page input.search-submit {
    background: #FF83A0 !important;
    padding: 5px 20px !important;
    border-radius: 5px;
    border: none !important;
    color: #fff !important;
    font-weight: bold;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li{
  margin: 15px 0px;
}
div#single_post .news-box.my-4 {
    box-shadow: 0px 0px 40px 12px #ededed;
    border-radius: 15px;
}
.content_boxes .feature-box img {
    border-radius: 10px;
    width: 100%;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}
div#single_post .news-datebox {
    right: 35px;
    bottom: 29%;
  }
  div#blog-left-sidebar .news-datebox,div#blog-right-sidebar .news-datebox {
    bottom: 42%;
}
div#full-width-blog .lower-new-box,div#blog-left-sidebar .lower-new-box,div#blog-right-sidebar .lower-new-box{
    position: static;
    width: 100%;
  }
  .single-post .feature-box {
    width: 20%;
}
/*---------Contat Us--------------*/
input.contactp-name,input.contactp-email,input.contactp-call,input.contact-date {
    font-size: 15px;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #d8e5ee;
    width: 100%;
}
textarea.contactp-msg{
    height: 80px;
    border-radius: 10px;
    width: 100%;
    margin: 5px;
    padding: 10px;
    border: 1px solid #d8e5ee;
}
input.contactp-sumbit{
    padding: 10px 20px;
    border-radius: 10px;
    margin: 5px;
    border: 1px solid #d8e5ee;
    display: inline-block;
    font-weight: bold;
    background: #ffffff;
    cursor: pointer;
}
.contact-section-form {
    border-radius: 20px;
    background: #FF83A0;
}
.call0 h6 a,.contact-info h6 a{
  color: #3d3c3c ;
  font-weight: 600;
}
.phone-info a{
  display: block;
}
.contact-info span {
    padding-left: 40px;
}
div#contact-box i{
  color: #FF83A0;
}
textarea.contactp-msg::placeholder,input.contactp-name::placeholder,input.contactp-email::placeholder,input.contactp-call::placeholder,input.contact-date{
   color: #8899a6;
}
.contact-info h3{
  position: relative;
}
div#contact-box h6 {
    font-size: 16px;
}
/*.contact-info h3:after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    top: 50%;
    position: absolute;
    background: #FF83A0;
    left: 27%;
}*/
/*.contact-info hr.first {
    width: 10%;
    border: 1px solid #FF83A0;
}*/
/* STICKY HEADER */

.stickynavbar {
  /*background-color: #fff !important;*/
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  /*position: fixed!important;*/
  top: 0;
  width: 100%;
  padding-bottom: 0 !important;
}
/*-------------------------- Calendar widget --------------------------*/
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fec806;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating{
  color: #FFC107;
  margin: 0 auto;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 7em;
  font-family: star;
}
.star-rating:before{
 content: "\53\53\53\53\53";
 color: #CAC9C9;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 letter-spacing: 5px;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
 letter-spacing: 5px;
}
.woocommerce .loader::before{
  display: none;
}
/*---------------common css-------------*/
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.ft-email {
    width: 100%;
}
/*------------topbar-----------*/
#topbar_section {
  background: #773961;
  padding: 12px 35px;
  box-shadow: -75px 0px 0px 0px #773961;
}
.topbar-contact-box a,.topbar-contact-box{
  color: #FFFFFF99;
  font: 600 16px/21px 'Nunito Sans';
  letter-spacing: -0.01em;
}
.topbar-contact-box a:hover{
  color: #ff83a0;
}
.topbar-contact-box i {
    color: #FF83A0;
    font-size: 16px;
    margin-right: 5px;
}
.topbar-social-icon-box a{
  color: #FFFFFF99;
  font-size: 17px;
  margin: 0 15px 0 0;
}
.topbar-social-icon-box a:hover{
  color: #ff83a0;
}
/*-----------Header---------*/
.top-logo {
    clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
    background: #FF83A0;
    padding: 0px 6px 0 0;
    box-shadow: 0px 4px 24px 0px #0000000D;
    position: relative;
    z-index: 1;
}
.logo {
    clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
    background: #ffffff;
    padding: 25.5px 0;
}
.header-nav.align-self-center {
    padding: 0px 0;
    background: #ffffff;
    box-shadow: -120px 0px 0px 0px #ffffff;
}
.main-navigation ul ul li a{
  color: #ffffff;
  padding: 0;
}
.header-main-box {
    margin-top: -20px;
}
.cart-btn-box i,.user-icon i{
  color: #773961;
  font-size: 18px;
}
a.user-icon{
  position: relative;
}
a.user-icon::before{
  content: '';
  background: #77396126;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -4px;
}
/* -----Product Search------------ */
.widget_product_search button {
    background-color: transparent;
    padding: 23px 22px;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}
.widget_product_search input {
    width: 100%;
    background-color: #FF83A0;
    border: none;
    padding: 23px 10px 24px 60px;
}
.widget_product_search button i {
    color: #773961;
    margin: 0 !important;
    font-size: 20px;
}
.widget_product_search input::placeholder{
  color: #773961;
  font: 600 14px/20px 'Nunito Sans';
}
/*-------slide--------*/
#slider {
    margin-top: -20px;
}
#slider img{
  width: 100%;
}
.slider-box {
  transform: translateY(-85%);
  width: 48%;
  margin: 0 auto;
}
span.slide-small-head{
  color: #FF83A0;
  font: 400 24px/30px 'Marcellus';
}
h1.headtwo{
  color: #773961;
  font: 400 70px/75px 'Marcellus';
  letter-spacing: -0.02em;
}
.slider-box span.last_slide_head{
  color: #FF83A0;
}
.slider-box p{
  color: #773961;
  font: 600 18px/24px 'Nunito Sans';
  letter-spacing: -0.01em;
  padding-top: 15px;
}
.slider-button {
    justify-content: center;
}
.slide-button1 a{
  background: #773961;
  color: #FFFFFF;
}
.slide-button2 a{
  background: #FF83A0;
  color: #773961;
}
.slide-button1 a,.slide-button2 a{
  font: 700 16px/23px 'Nunito Sans';
  border-radius: 8px;
  padding: 20px 35px;
  margin: 0 8px;
  transition: .3s;
}
.slide-button1 a:hover{
  box-shadow: 8px 8px #773961cc;
  transition: .3s;
}
.slide-button2 a:hover{
  box-shadow: 8px 8px #ff83a0cc;
  transition: .3s;
 }
#slider .carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  background: #773961;
  border: 0;
  opacity: 1;
  margin: 55px 8px;
}
#slider .carousel-indicators .active{
  background: #FF83A0;
}
/* ---------Section Heading--------------- */
.section-heading-box span{
  color: #FF83A0;
  font: 700 18px/24px 'Nunito Sans';
}
.section-heading-box h2{
  color: #222222;
  font: 400 42px/52px 'Marcellus';
  display: block;
  width: max-content;
  position: relative;
  margin: 0 auto;
}
.section-heading-box h2::before,.section-heading-box h2::after{
    content: '';
    width: 78px;
    height: 17px;
    position: absolute;
    top: 30px;
}
.section-heading-box h2::before{
  background-image: url('./assets/images/heading_left.png');
  left: -90px;
}
.section-heading-box h2::after{
  background-image: url('./assets/images/heading_right.png');
  right: -90px;
}
.section-heading-box p{
  color: #55585B;
  font: 400 20px/36px 'Nunito Sans';
}
/* ---------Best Seller-------------- */
#best_seller .product-sale,#feature_product .product-sale{
    position: absolute;
    left: 10px;
    top: 10px;
    background: #FF83A0;
    width: 53px;
    height: 53px;
    border-radius: 50%;
}
#best_seller .product-sale span,#feature_product .product-sale span{
  color: #ffffff;
  font: 600 15px / 24px 'Georgia';
  letter-spacing: 0.05em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: block;
  width: max-content;
  margin: 14px auto;
}
.best_products-col img {
    width: 100%;
}
.custom_product_meta {
    position: absolute;
    bottom: 0;
    background: #FF83A0;
    text-align: center;
    width: 100%;
    display: none;
    transition: 0.5s;
}
.flash_product:hover .custom_product_meta{
  display: block;
  transition: 0.5s;
}
.custom_product_meta a{
  color: #ffffff;
  font: 700 16px/23px 'Nunito Sans';
}
.custom_product_meta i{
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
  padding: 17px 10px;
}
.product-content {
    background: #ffffff;
    box-shadow: 0px 0px 24px 3px #6A6A6A1A;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    margin-top: -3px;
}
.product-content h5{
  padding-top: 0;
}
.product-content h5 a{
  color: #131415;
  font: 600 14px/19px 'Nunito Sans';
  text-transform: uppercase;
}
.product-price bdi{
  color: #818181;
  font-size: 14px;
  font-family: 'Montserrat';
  margin: 0 5px;
}
.product-price ins {
    float: left;
    font-weight: 600;
    text-decoration: unset;
}
.product-price del{
  font-weight: 400;
}
.product-price {
    width: max-content;
    margin: 0 auto 10px;
}
.best-seller-btn a{
  color: #773961;
  font: 700 16px / 23px 'Nunito Sans';
  padding: 20px 50px;
  border: 2px solid #FF83A0;
  border-radius: 8px;
  display: inline-block;
  transition: .3s;
}
.best-seller-btn a:hover{
  box-shadow: 8px 8px #ff83a0cc;
  transition: .3s;
  background: #FF83A0;
}
/* -------------Feature Section------------ */
.feature-content{
  height: 220px;
  padding: 51px 0px;
}
.feature-back-box-1,.feature-back-box-3 {
    background: #FF7596;
}
.feature-back-box-2,.feature-back-box-4 {
    background: #FF83A0;
}
.feature-content h3{
  font: 400 20px/30px 'Marcellus';
  color: #ffffff;
}
.feature-content p{
  color: #FFFFFFCC;
  font: 600 14px/19px 'Nunito Sans';
}
/*-----------Adds Banner------------*/
.add-content {
  position: absolute;
  top: 46px;
  left: 30px;
  width: 48%;
}
p.abt-text{
  color: #FFFFFFCC;
  font: 700 16px/21px 'Nunito Sans';
}
h2.abt-main-head{
  color: #FFFFFF;
  font: 400 26px/30px 'Marcellus';
}
.add-btn a,.add-btn1 a{
  color: #FFFFFF;
  font: 700 13px/23px 'Nunito Sans';
  padding: 13px 40px;
  border-radius: 8px;
}
.add-btn a{
  background: #FF83A0;
  border: 2px solid #FF83A0;
  transition: .3s;
}
.add-btn1 a{
  border: 2px solid #FFFFFF;
  transition: .3s;
}
.add-btn1 a:hover{
  transition: .3s;
  background: #FF83A0;
  border-color: #FF83A0;
  box-shadow: 8px 8px #ff83a0cc;
}
.add-btn a:hover{
  transition: .3s;
  box-shadow: 8px 8px #ff83a0cc;
}
/*-------Banner Details Section--------*/
.banner-back-img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4em 0em;
}
.banner-details-box span{
  color: #222222CC;
  font: 700 16px/21px 'Nunito Sans';
}
.banner-details-box h2{
  color: #222222;
  font: 400 38px/40px 'Marcellus';
}
.banner-details-box p{
  color: #222222CC;
  font: 600 16px/21px 'Nunito Sans';
}
.banner-btn a{
  color: #FFFFFF;
  font: 700 13px/23px 'Nunito Sans';
  background: #FF83A0;
  border-radius: 8px;
  padding: 13px 30px;
}
.banner-btn a:hover{
  transition: .3s;
  box-shadow: 8px 8px #ff83a0cc;
}
.banner-details-box {
  width: 80%;
  padding-left: 76px;
}
/* -----Product Category--------------------- */
.category-title-box {
  background: #FF83A0;
  padding: 107px 85px;
  height: 380px;
}
#product_category .section-heading-box span{
  color: #ffffff;
}
#product_category .section-heading-box h2::before {
    background-image: url('./assets/images/testimonial-left-heading.png');
}
#product_category .section-heading-box h2::after {
    background-image: url('./assets/images/testimonial-right-heading.png');
}
#product_category .section-heading-box p{
  color: #FFFFFFCC;
  font: 600 18px/24px 'Nunito Sans';
  letter-spacing: -0.01em
}
.category-image1 img {
    height: 380px;
}
.category-image img {
    width: 100%;
    height: 380px;
}
.category-content-box {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
}
.category-content-box h3{
  color: #ffffff;
  font: 400 25px/31px 'Marcellus';
  padding-bottom: 35px;
}
.category-content-box a{
  color: #FF83A0;
  font: 600 18px/24px 'Nunito Sans';
  background: #FFFFFF;
  padding: 12px 25px;
  transition: .3s;
}
.category-content-box a:hover{
  transition: .3s;
  background: #FF83A0;
  color: #ffffff;
}
/* ---------Deal Of Days------------------- */
.countdown .numbers{
  border: 2px solid #FF83A0;
  display: inline-block;
  text-align: center;
  padding: 5px 2px;
  width: 62px;
  height: 62px;
  border-radius: 12px;
  margin-right: 3px;
}
.countdown span.timer_days{
  color: #131415;
  font: 400 26px/30px 'Marcellus';
  display: block;
}
.countdown .numbers .nofont{
  display: inline;
  color: #818181;
  font: 700 12px/17px 'Nunito Sans';
  position: relative;
  top: -5px;
  text-transform: uppercase;
}
.box {
  background: #ffffff;
  box-shadow: 0px 0px 24px 3px #6A6A6A0F;
  border-radius: 20px;
  padding: 25px;
}
.box h3 a,.deal-title-box h3 a{
  color: #131415;
  font: 700 18px/25px 'Nunito Sans';
  display: block;
}
.product-deal-price bdi {
  color: #818181;
  font-size: 17px;
  font-family: 'Montserrat';
  margin: 0 5px;
}
.product-deal-price del {
  font-weight: 400;
}
.product-deal-price ins {
  float: left;
  font-weight: 600;
  text-decoration: unset;
}
.box .star-rating{
  margin: 0;
}
.news-post-txt{
  color: #818181cc;
  font: 600 15px/23px 'Nunito Sans';
  padding-top: 30px;
  padding-bottom: 20px;
}
.deal-title-box .addto-cart{
  margin-top: 20px;
}
.addto-cart{
  background: #FF83A0;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
  margin-top: 40px;
}
.addto-cart:hover{
  transition: .3s;
  box-shadow: 8px 8px #ff83a0cc;
}
.addto-cart a{
  color: #FFFFFF;
  font: 700 16px/23px 'Nunito Sans';
}
.addto-cart i{
  color: #ffffff;
  font-size: 19px;
  margin-right: 10px;
}
.deal-title-box {
  position: absolute;
  top: 23px;
  left: 23px;
  right: 23px;
  display: none;
  transition: 0.5s;
}
.countbox {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.box-right .numbers{
  border-color: #FFFFFF;
  background: #FFFFFF;
  width: 58px;
  height: 58px;
}
.box-right span.timer_days{
  font-size: 22px;
}
.box-right .numbers .nofont{
  font-size: 10px;
}
.box-right:hover img {
    opacity: 0.2;
}
.box-right:hover .deal-title-box{
  display: block;
  transition: 0.3s;
}
/* ----Sponsor Section----------------- */
.sponsor-image img {
    filter: grayscale(100%);
    transition: 0.3s;
}
.sponsor-image img:hover {
    filter: grayscale(1%);
    transition: 0.3s;
}
#sponsor .owl-item img{
  width: auto !important;
  margin: 0 auto;
}
.sponsor-bg-img {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 75px 52px;
  margin: 0 15px;
}
#sponsor .owl-stage {
  align-items: center;
  display: flex;
}
/* ----Owl Dots------------- */
.owl-dots {
    text-align: center;
}
button.owl-dot.active {
    background: #FF83A0 !important;
    border-color: #FF83A0 !important;
}
button.owl-dot {
    border: 1px solid #773961 !important;
    width: 10px;
    height: 10px;
    background: #773961 !important;
    border-radius: 0px;
    opacity: 1;
    margin: 0 5px;
}
/* ----------Testimonial------------- */
#testimonials {
    background-size: contain;
    background-repeat: no-repeat;
}
#testimonials .section-heading-box h2,#testimonials .section-heading-box span{
  color: #ffffff;
}
#testimonials .section-heading-box h2::before {
    background-image: url('./assets/images/testimonial-left-heading.png');
}
#testimonials .section-heading-box h2::after {
    background-image: url('./assets/images/testimonial-right-heading.png');
}
.image-card img {
    margin: -10px auto 20px;
}
#testimonials  .owl-item.active.center .image-card img {
    margin: -55px auto 20px;
}
#testimonials .owl-item.active.center .quote-image img {
    display: block;
}
#testimonials .owl-item .quote-image img{
  width: auto !important;
  margin: 0 auto;
  display: none;
}
.testimonial-inner-box{
  background-image: url('./assets/images/testimonial-text-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 453px;
  width: 422px;
  padding: 26px 70px;
  margin-top: -30px;
}
#testimonials  .owl-item.active.center p.testimonial-text{
  padding-top: 0px;
}
#testimonials .owl-stage-outer {
    padding: 90px 0 15px;
}
#testimonials  .owl-item.active.center .testimonial-inner-box{
  background-image: url('./assets/images/testimonial-center-bg.png');
  transform: scale(1.15);
  margin-top: 0px;
}
#testimonials  .owl-item.active.center + .owl-item.active .testimonial-inner-box{
  background-image: url('./assets/images/testimonial-right-bg.png');
}
p.testimonial-text{
  color: #818181;
  font: 600 17px/24px 'Nunito Sans';
  letter-spacing: 0.01em;
  padding-top: 32px;
}
.testimonial-title a{
  color: #222222;
  font: 400 22px/27px 'Marcellus';
  display: block;
}
p.testimonial-text1{
  color: #818181;
  font: 600 14px/17px 'Montserrat';
}
.testimonial-image {
    margin-top: -66px;
}
#testimonials .image-card img {
    width: auto;
}
/* -----Latest Section-------------------------------- */
.news_head h3 a{
  color: #222222;
  font: 400 22px/30px 'Marcellus';
  display: block;
}
.read-more-btn a{
  color: #773961;
  font: 600 15px 'Montserrat';
}
.read-more-btn a i{
  font-size: 15px;
  color: #773961;
  margin-left: 15px;
}
.latest-meta span, .latest-meta span a{
  color: #818181;
  font: 400 15px/18px 'Marcellus';
}
.latest-meta span i{
  color: #818181;
  font-size: 15px;
}
.latest-data-box{
  box-shadow: 0px 0px 24px 3px #6A6A6A1A;
  background: #ffffff;
  /* padding: 40px 16px; */
  border-radius: 0px 0px 20px 20px;
}
.latest-meta {
    border-top: 1px solid #d9d9d9b3;
    padding: 20px 40px;
}
.news_head {
    padding: 12px 30px 5px;
}
.read-more-btn{
  padding: 10px 30px 30px;
}
span.entry-author {
    float: inline-end;
    position: relative;
}
span.entry-author::before {
    content: '';
    background: #d9d9d9b3;
    width: 1px;
    height: 63px;
    position: absolute;
    left: -15px;
    top: -20px;
}
span.latest-post-cate {
    position: absolute;
    background: #FF83A0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding: 12px 10px;
    left: 15px;
    top: 15px;
    display: none;
}
span.latest-post-cate a{
  color: #ffffff;
  font: 600 16px/24px 'Georgia';
  letter-spacing: 0.05em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
.news-content:hover .news_head h3 a,.news-content:hover .latest-meta span,.news-content:hover .latest-meta span a{
  color: #773961;
}
.news-content:hover .read-more-btn a,.news-content:hover .latest-meta span i,.news-content:hover .read-more-btn a i{
  color: #FF83A0;
}
.news-content:hover span.latest-post-cate{
  display: block;
}
/* ----Footer Contact---------------- */
.footer-contact {
    padding-top: 40px;
}
.footer-contact-box i {
    color: #FFC527;
    font-size: 24px;
    background: #192229;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 16px 17px;
}
p.footer-contact-text{
  color: #ffffff80;
  font: 400 16px/23px 'Nunito Sans';
}
.footer-contact-box {
    background: #FFC527;
    padding: 14px 15px;
}
.footer-contact-box p{
  color: #192229;
  font: 400 14px/23px  'Nunito Sans';
  margin-bottom: 0;
}
.footer-contact-box a{
  color: #192229;
  font: 700 20px 'Nunito Sans';
}
/* ------Newsletter---------------- */
.footer1 input[type="email"]{
  background: #FFFFFF;
  padding: 15px 10px;
  border: 1px solid #FFFFFF;
}
.footer1 input[type="email"]::placeholder{
  color: #00000080;
  font: 400 14px 'Nunito Sans';
}
.footer1 form p{
  position: relative;
}
.footer1 input[type="submit"] {
    background: #FFC527;
    padding: 11px 12px;
    color: #192229;
    letter-spacing: 2px;
    border: 1px solid #FFC527;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    right: 4px;
    top: 4px;
}
/*-------------FOOTER--------*/
.outer-footer {
    padding-top: 60px;
}
.footer-cols .footer1 h3,.footer-cols .footer3 h3 {
  color: #ffffff;
  font: 400 30px/37px 'Marcellus';
  position: relative;
  padding-top: 45px;
  padding-bottom: 25px;
  text-align: center;
}
.footer-cols .footer2 h3 {
  color: #ffffff;
  font: 400 30px/37px 'Marcellus';
  text-align: center;
}
.footer-cols ul{
  padding-left: 0;
  text-align: center;
}
.footer-cols ul li a {
    color: #DFDFDFB2;
    font: 600 17px/34px 'Nunito Sans';
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.footer-cols ul li a:hover,.footer-cols .footer2 ul li a:hover{
    color: #FF83A0;
}
.footer2{
  background: #2C2C2C;
  text-align: center;
  padding: 50px 70px;
}
.footer2 .textwidget p{
  color: #FFFFFFB2;
  font: 600 17px/24px 'Nunito Sans';
  letter-spacing: -0.01em;
  width: 70%;
  margin: 13px auto;
}
.footer2 .textwidget form p{
  width: 80%;
  margin: 13px auto;
}
.footer2 form input[type="email"]{
  background: #FFFFFF;
  border-radius: 10px;
  height: 60px;
  text-align: center;
}
.footer2 form input[type="email"]::placeholder{
  color: #818181;
  font: 600 14px/17px 'Montserrat';
}
.footer2 form input[type="submit"]{
  color: #773961;
  font: 700 16px / 23px 'Nunito Sans';
  background: #FF83A0;
  border: 1px solid #FF83A0;
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 23px;
  transition: .3s;
}
.footer2 form input[type="submit"]:hover{
  box-shadow: 8px 8px #ff83a0cc;
  transition: .3s;
}
.ft-details {
    border-top: 2px solid #ffffff26;
    border-bottom: 2px solid #ffffff26;
}
.recent-post-box {
    padding-left: 16px;
    margin-bottom: 15px;
}
p.post-date{
  color: #ffffff80;
  font: 400 14px 'Nunito Sans';
  margin-bottom: 5px;
}
.footer-cols .post-content a{
  color: #fefefecf;
}
.recent-post-box img {
    height: 80px;
}
.custom-social-icons a:hover i{
  color: #FF83A0;
}
.custom-social-icons a i{
  font-size: 17px;
  margin: 22px 23px;
  color: #FFFFFF99;
}
.footer-cols ul li{
  list-style: none;
}
.copy-text span{
  color: #FFFFFF;
  font: 400 18px 'Marcellus';
}
.copy-text span a{
  color: #FF83A0;
}
.footer-logo-box {
    text-align: center;
    padding: 30px 0;
}

/*ANIMATION*/

@keyframes zoomInDown {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomInRight {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomInUp {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadeInLeft {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.active.zoom-In-up {
  animation: zoom-In-up 1s ease-in-out both;
}
.active.slide-in-left {
  animation: slide-in-left 1s ease-in-out both;
}
.active.slide-in-right {
  animation: slide-in-right 1s ease-in-out both;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-up {
  animation: fade-up 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

{
    animation: zoomInDown 3s ease-out 1;
}
.call-head{
  animation: zoomInRight 3s ease-out 1;
}
.appoint-bg,.row.call-phone,.row.calus-email{
  animation: zoomInUp 3s ease-out 1;
}
.inner-plan-box{
   animation: fadeInLeft 3s ease-out 1;
   box-shadow: 0px 0px 10px 2px #ededed;
}
.serv-head{
    animation: zoomInLeft 3s ease-out 1;
  }
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
{
    animation: rotate 1s linear;
}
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.shrink {
transition: 1s ease;
}

.shrink :hover{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}
/*buton effects*/
.btn{
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    overflow: hidden;
    position: relative;
    transition: all .5s ease 0s;
}
.btn:focus{ color: #fff; }
.btn:hover{
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
    transform: rotate(-3deg) scale(1.1);
}
.btn:before,
.btn:after,
.btn span:before,
.btn span:after {
    content: "";
    background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    animation: animate1 2s linear infinite;
    animation-delay: 1s;
    transition: all 0.3s;
}
.btn:after{
    background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    animation: animate3 2s linear infinite;
    animation-delay: 3s;
}
.btn span:before{
    background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
    width: 3px;
    height: 100%;
    left: auto;
    right: 0;
    animation: animate2 2s linear infinite;
    animation-delay: 2s;
}
.btn span:after{
    background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
    width: 3px;
    height: 100%;
    animation: animate4 2s linear infinite;
    animation-delay: 4s;
}
.btn:hover:before,
.btn:hover:after,
.btn:hover span:before,
.btn:hover span:after{ animation-play-state: paused; }
@keyframes animate1{
    0%{ transform: translateX(-100%); }
    100%{ transform: translateX(100%); }
}
@keyframes animate2{
    0%{ transform: translateY(-100%); }
    100%{ transform: translateY(100%); }
}
@keyframes animate3{
    0%{ transform: translateX(100%); }
    100%{ transform: translateX(-100%); }
}
@keyframes animate4{
    0%{ transform: translateY(100%); }
    100%{ transform: translateY(-100%); }
}
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 30px; }
}
a.quote-btn:hover,a.plan-btn:hover {
    background: #fff !important;
}
input.appoin-button:hover {
    color: #fff !important;
}
/*----Image Effects*/
.shrink img {
transition: 1s ease;
}

.shrink img:hover{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}
.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}
.circle img {
transition: 1s ease;
}

.circle img:hover {
border-radius:50%;
transition: 1s ease;
}
.rotate img{
transition: 1s ease;
}

.rotate img:hover{
-webkit-transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
transition: 1s ease;
}
/* MEDIA SECTION */
@media screen and (max-width: 1800px) and (min-width: 1441px){
  .topbar-contact-box a{
    font: 600 12px 'Nunito Sans';
  }
  #topbar_section{
    padding: 15px 20px;
  }
  .topbar-contact-box i{
    font-size: 13px;
    margin-right: 5px;
  }
  .topbar-social-icon-box{
    padding-right: 15px;
  }
  .main-navigation a{
    padding: 16px 23px;
  }
  .slider-box{
    transform: translateY(-25%);
  }
  h1.headtwo,.slider-box span.last_slide_head{
    font: 400 49px / 50px 'Nunito Sans';
  }
  .main-navigation li.current-menu-item.current_page_item a::before{
    bottom: -4px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1300px){
  #topbar_section{
    padding: 15px 10px;
  }
  .topbar-contact-box a,.topbar-contact-box{
    font: 600 12px 'Nunito Sans';
  }
  .topbar-contact-box i{
    margin-right: 0px;
    font-size: 12px;
  }
  .topbar-contact-box {
    text-align: right;
  }
  .topbar-social-icon-box{
    padding-right: 0;
    text-align: left;
  }
  .topbar-social-icon-box a{
    font-size: 14px;
  }
  .main-navigation li.current-menu-item.current_page_item a::before{
    bottom: -6px;
  }
  .main-navigation a{
    font: 700 15px 'Nunito Sans';
    padding: 16px 14px;
  }
  .sf-arrows .sf-with-ul:after,.main-navigation li.current-menu-item.current_page_item a::after{
    right: 12px;
    margin-top: 0px;
    font-size: 12px;
  }
  .slider-content-box span{
    font: 600 17px / 21px 'Nunito Sans';
  }
  .slider-box{
    transform: translateY(-44%);
    width: 65%;
  }
  h1.headtwo{
    font: 400 51px / 60px 'Nunito Sans';
  }
  .product-content h5 a{
    font: 600 13px/19px 'Nunito Sans';
  }
  .add-content{
    top: 23px;
    width: 53%;
  }
  .banner-details-box {
    width: 85%;
    padding-left: 50px;
  }
  #product_category .section-heading-box h2{
    font: 400 32px / 36px 'Marcellus';
  }
  #product_category .section-heading-box h2::before,#product_category .section-heading-box h2::after{
    top: 22px;
  }
  .category-title-box{
    padding: 76px 30px;
    height: 335px;
  }
  #product_category .section-heading-box p{
    font: 600 15px / 24px 'Nunito Sans';
  }
  .category-image img,.category-image1 img{
    height: 335px;
  }
  .countdown .numbers{
    width: 52px;
    height: 52px;
  }
  .countdown span.timer_days{
    font: 400 17px/18px 'Marcellus';
  }
  .countdown .numbers .nofont{
    font: 700 11px/17px 'Nunito Sans';
  }
  .box-right .numbers{
    width: 48px;
    height: 48px;
  }
  .box-right span.timer_days{
    font-size: 13px;
  }
  .news-post-txt{
    padding-top: 25px;
    padding-bottom: 5px;
    font: 600 12px / 21px 'Nunito Sans';
  }
  .addto-cart{
    padding: 15px 10px;
    margin-top: 30px;
  }
  #deal_of_day .box .postpic img {
    width: 96%;
  }
  .testimonial-inner-box{
    height: 400px;
    width: 361px;
    padding: 26px 58px;
  }
  p.testimonial-text{
    padding-top: 20px;
    width: 87%;
    margin: 0 auto;
    font: 600 15px / 20px 'Nunito Sans';
  }
  .news_head {
    padding: 12px 20px 5px;
  }
  .read-more-btn {
    padding: 10px 20px 23px;
  }
  .latest-meta{
    padding: 20px 25px;
  }
  .latest-meta span, .latest-meta span a{
    font: 400 13px / 18px 'Marcellus';
  }
  .footer-contact-box a{
    font: 700 17px 'Nunito Sans';
  }
  p.footer-contact-text{
    font: 400 14px / 23px 'Nunito Sans';
  }
}
@media screen and (max-width: 1440px) and (min-width: 1390px){
    .sf-arrows .sf-with-ul:after,.main-navigation li.current-menu-item.current_page_item a::after{
      right: 9px;
      font-size: 10px;
      margin-top: 0px;
    }
}
@media screen and (max-width: 1299px) and (min-width: 1025px){
  .main-navigation a{
    font: 700 13px 'Nunito Sans';
    padding: 11px 5px !important;
  }
  .main-navigation li.current-menu-item.current_page_item a::before{
    width: 45px;
    bottom: -6px;
  }
  .topbar-contact-box.reveal.zoomIn.active {
    text-align: right;
  }
  .topbar-contact-box a, .topbar-contact-box {
    font: 600 10px 'Nunito Sans' !important;
  }
  .sf-arrows .sf-with-ul:after,.main-navigation li.current-menu-item.current_page_item a::after{
    right: 5px;
    font-size: 8px;
    margin-top: 2px;
  }
  .latest-data-box{
    padding: 26px 16px;
  }
  .latest-post-cate a{
    font: 400 12px 'Nunito Sans';
    padding: 5px 8px;
    margin-right: 6px;
  }
  .news_head h3 a{
    font: 600 20px / 30px 'Nunito Sans';
  }
  p.blog-text{
    font: 400 13px / 19px 'Nunito Sans';
    margin-bottom: 0;
  }
  .contact-info span {
    padding-left: 25px;
  }
  span.faq-title{
    font: 500 15px / 30px 'Nunito Sans';
  }
  .box{
    padding: 15px;
  }
  .news-post-txt{
    padding-top: 8px !important;
  }
  .box p#timer {
    margin-bottom: -9px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 992px){
  #topbar_section{
    padding: 15px 10px;
  }
  .topbar-contact-box a,.topbar-contact-box{
    font: 600 13px 'Nunito Sans';
  }
  .topbar-contact-box i{
    margin-right: 3px;
    font-size: 12px;
  }
  .top-logo img {
    width: 80%;
  }
  .topbar-social-icon-box a{
    font-size: 14px;
  }
  .slider-content-box span{
    font: 600 17px / 21px 'Nunito Sans';
  }
  #slider .carousel-caption{
    left: 14%;
  }
  h1.headtwo,.slider-box span.last_slide_head{
    font: 700 34px / 40px 'Nunito Sans';
  }
  span.slide-small-head{
    font: 500 19px / 13px 'Nunito Sans';
  }
  .slider-box p{
    font: 600 15px / 29px 'Nunito Sans';
    padding: 0px 0 2px;
  }
  .section-heading-box h2{
    font: 700 33px / 42px 'Nunito Sans';
  }
  #slider .carousel-indicators [data-bs-target]{
    margin: 18px 8px;
  }
  .slider-box{
    transform: translateY(-17%);
    width: 57%;
  }
  h2.abt-main-head{
    font: 400 19px / 20px 'Marcellus';
  }
  .add-btn a, .add-btn1 a{
    padding: 9px 23px;
  }
  .add-content{
    top: 22px;
  }
  .banner-details-box {
    width: 100%;
    padding-left: 30px;
  }
  .category-title-box{
    padding: 50px 30px;
    height: 290px;
  }
  #product_category .section-heading-box h2 {
    font: 700 23px / 25px 'Nunito Sans';
  }
  #product_category .section-heading-box h2::before,#product_category .section-heading-box h2::after{
    top: 14px;
  }
  #product_category .section-heading-box span{
    font: 700 14px / 20px 'Nunito Sans';
  }
  .category-image img,.category-image1 img{
    height: 290px;
  }
  .countdown .numbers{
    width: 41px;
    height: 42px;
  }
  .countdown span.timer_days{
    font: 400 14px/18px 'Marcellus';
  }
  .countdown .numbers .nofont{
    font: 700 9px/17px 'Nunito Sans';
  }
  .news-post-txt{
    padding-top: 12px;
    padding-bottom: 0px;
    font: 600 13px / 20px 'Nunito Sans'
  }
  .addto-cart{
    padding: 15px 10px;
    margin-top: 13px;
  }
  .box h3 a, .deal-title-box h3 a{
    font: 700 15px / 15px 'Nunito Sans';
  }
  .testimonial-inner-box{
    margin-top: -80px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px){
  .logo{
    padding: 35.5px 15px 35.5px 0;
  }
  .box{
    padding: 10px;
  }
  .addto-cart{
    padding: 11px 10px;
    margin-top: -3px;
  }
  .addto-cart i{
    font-size: 15px;
  }
  .product-deal-price bdi{
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .topbar-social-icon-box{
    padding-right: 0px;
  }
  .logo{
    padding: 48.5px 22px 48.5px 0;
  }
  .slider-content-box span{
    font: 600 17px / 21px 'Nunito Sans';
  }
  #topbar_section{
    padding: 12px 23px;
  }
  .slider-box{
    transform: translateY(-18%);
    width: 100%;
  }
  #slider .carousel-caption{
    left: 14%;
  }
  h1.headtwo,.slider-box span.last_slide_head{
    font: 700 34px / 40px 'Nunito Sans';
  }
  .slider-content-box{
    left: 2em;
  }
  span.slide-small-head{
    font: 500 19px / 13px 'Nunito Sans';
  }
  .slider-box p{
    font: 600 15px / 29px 'Nunito Sans';
    padding: 0px 0 2px;
  }
  #slider .carousel-indicators [data-bs-target]{
    margin: 15px 8px;
  }
  .section-heading-box span{
    padding: 15px 0px 4px 44px;
  }
  .banner-image img {
    width: 100%;
  }
  .banner-back-img{
    padding: 2em 0em;
  }
  .category-image.position-relative {
    width: 50%;
  }
  .category-boxx {
    display: flex;
  }
  .category-image img,.category-image1 img,.category-title-box{
    height: auto;
    width: 100%;
  }
  .category-title-box{
    padding: 67px 70px;
  }
  .box{
    margin-bottom: 20px;
  }
  .testimonial-inner-box{
    height: 370px;
    width: 327px;
    padding: 26px 48px;
    margin-top: -90px;
  }
  #testimonials .owl-stage-outer {
    padding: 90px 15px 15px;
  }
  p.testimonial-text{
    font: 600 14px / 20px 'Nunito Sans';
    padding-top: 15px;
  }
  .footer-contact-box a{
    font: 700 16px 'Nunito Sans';
  }
  .contact-info span {
    padding-left: 18px;
  }
  .card-header span.fa-solid.fa-plus{
    top: 30px;
  }
  .footer2{
    padding: 37px 30px;
  }
  .custom-social-icons a i{
    margin: 13px 17px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px){
  .topbar-social-icon-box a{
    margin: 0 8px 0 0;
  }
  #topbar_section{
    padding: 15px 25px;
  }
  #slider .carousel-indicators [data-bs-target]{
    margin: 0px 8px;
  }
  .slider-box {
    transform: translateY(-12%);
    width: 100%;
  }
  span.slide-small-head{
    font: 400 18px / 23px 'Marcellus';
  }
  h1.headtwo,h1.headtwo,.slider-box span.last_slide_head{
    font: 700 25px / 30px 'Nunito Sans';
  }
  .slider-box p{
    font: 600 14px / 26px 'Nunito Sans';
    padding-top: 0px;
  }
  .slide-button1 a, .slide-button2 a{
    padding: 13px 30px;
  }
  .product-content{
    padding: 14px;
  }
  .product-content h5 a{
    font: 600 12px / 19px 'Nunito Sans';
  }
  .add-content{
    top: 17px;
    left: 10px;
    width: 59%;
  }
  .banner-image {
    margin-bottom: 15px;
  }
  .banner-back-img{
    padding: 2em 0em;
  }
  .category-image.position-relative {
    width: 50%;
  }
  .category-boxx {
    display: flex;
  }
  .category-image img,.category-image1 img,.category-title-box{
    height: auto;
    width: 100%;
  }
  .category-title-box{
    padding: 67px 70px;
  }
  .countbox{
    left: 0px;
    right: 0;
  }
  .testimonial-inner-box{
    margin: 0 auto;
  }
  .footer2{
    padding: 20px 10px;
  }
  .footer2 .textwidget form p,.footer2 .textwidget p{
    width: 90%;
  }
  .custom-social-icons a i{
    margin: 10px 15px;
  }
}
@media screen and (max-width: 767px){
  .top-logo,.logo{
    clip-path: unset;
  }
  .top-logo{
    background: unset;
    padding: 0;
    box-shadow: unset;
  }
  .header-main-box,#slider {
    margin-top: 0;
  }
  .best-seller-btn a{
    padding: 13px 28px;
  }
  .box .star-rating {
    margin: 0 auto;
  }
  .product-deal-price {
    width: max-content;
    margin: 0 auto;
  }
  #deal_of_day .box{
    padding: 18px;
    margin-bottom: 20px;
  }
  .box-right {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 575px){
  .topbar-contact-box,.footer-contact{
    text-align: center;
  }
  .innermenubox {
      padding: 7px 20px;
  }
  #slider .carousel-caption{
    right: 8%;
    right: 8%;
  }
  .slide-button1 a, .slide-button2 a{
    font: 700 13px / 23px 'Nunito Sans';
    padding: 10px 12px;
    margin: 0 4px;
  }
  .slider-box{
    width: 100%;
    transform: translateY(0%);
  }
  .slider-box span{
    font: 600 12px / 20px 'Nunito Sans';
  }
  h1.headtwo,.slider-box span.last_slide_head{
    font: 700 15px / 22px 'Nunito Sans';
  }
  #slider .carousel-indicators [data-bs-target]{
    margin: -4px 8px;
  }
  .slider-box p{
    display: none;
  }
  .section-heading-box span{
    font: 700 13px / 20px 'Nunito Sans';
  }
  .section-heading-box h2{
    font: 600 22px / 15px 'Nunito Sans';
  }
  .section-heading-box h2::before, .section-heading-box h2::after{
    top: 8px;
  }
  .banner-image img {
    object-fit: cover;
    padding: 10px 0;
    height: 240px;
  }
  .add-content{
    left: 0;
    width: 100%;
  }
  h2.abt-main-head{
    font: 400 22px / 30px 'Marcellus';
  }
  .banner-details-box h2{
    font: 400 22px / 26px 'Marcellus';
  }
  .banner-details-box{
    width: 100%;
    padding-left: 0;
  }
  .banner-back-img{
    padding: 2em 0em;
  }
  .category-title-box{
    padding: 60px 45px;
    height: auto;
  }
  .category-image1 img,.category-image img{
    height: auto;
  }
  .countdown .numbers{
    width: 55px;
    height: 55px;
  }
  .countdown span.timer_days{
    font: 400 17px/20px 'Marcellus';
  }
  .countdown .numbers .nofont{
    font: 700 10px/15px 'Nunito Sans';
  }
  .testimonial-inner-box{
    background-color: #ffffff;
    background-image: unset;
    height: auto;
    width: auto;
    padding: 26px 30px;
  }
  .news_head {
    padding: 12px 15px 5px;
  }
  .read-more-btn {
    padding: 10px 30px 30px;
  }
  .latest-meta{
    padding: 20px 15px;
  }
  .footer2{
    padding: 30px 25px;
  }
  p.footer-contact-text{
    margin: 20px 0;
  }
  .footer-cols h2, .footer-cols h3{
    width: auto;
  }
  .footer-cols ul li{
    width: fit-content;
    margin: 0 auto;
  }
  .latest-meta span {
    display: block;
  }
  span.entry-author {
    float: unset;
    position: relative;
    margin-top: 10px;
  }
}
