/*------------------ Contact Page -----------------*/
.cont_head {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
}
.contact-box a:hover {
  color: var(--color-primary);
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form {
  position: relative;
  /* text-align: center; */
  /* margin: 0 auto; */
  /* max-width: 54%; */
}
.form_code {
  /* padding: 20px 30px 30px 30px; */
  border-radius: 10px;
  margin-top: 10px;
}
.contac_form h3 {
  font-weight: 600;
  font-size: 24px;
  padding-top: 10px;
}
.contact-details-wrapper {
    max-width: 80%;
}
.page-template-contact .title-box{
  margin-bottom: 0; 
}
.contac_form input[type='text'], .contac_form input[type='email'], .contac_form input[type='url'], .contac_form input[type='password'], .contac_form input[type='search'], .contac_form input[type='number'], .contac_form input[type='tel'], .contac_form input[type='range'], .contac_form input[type='date'], .contac_form input[type='month'], .contac_form input[type='week'], .contac_form input[type='time'], .contac_form input[type='datetime'], .contac_form input[type='datetime-local'], .contac_form input[type='color'], .contac_form select, .contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  width: 100%;
  color: #2f3357;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100% !important;
  font-size: 14px;
  margin: 0 12px 16px 0;
  padding: 12px 19px;
  border-radius: 10px;
}
.contact-box .wpcf7 input[type="text"]::placeholder, .contac_form input[type='text']::placeholder, .contac_form input[type='email']::placeholder, .contac_form input[type='url']::placeholder, .contac_form input[type='password']::placeholder, .contac_form input[type='search'], .contac_form input[type='number'], .contac_form input[type='tel'], .contac_form input[type='range'], .contac_form input[type='date']::placeholder, .contac_form input[type='month']::placeholder, .contac_form input[type='week']::placeholder, .contac_form input[type='time']::placeholder, .contac_form input[type='datetime']::placeholder, .contac_form input[type='datetime-local']::placeholder, .contac_form input[type='color']::placeholder, .contac_form select, .contac_form textarea::placeholder, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"]{
  color: #2f3357;
}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}
.inner-cont {
  margin-bottom: 30px;
}
.contact-email i, .contact-address i, .contact-phone i {
  font-size: 17px;
  background-color: #121212;
  color: white;
  width: 50px;
  height: 49px;
  border-radius: 50%;
  padding: 15px 9px;
  margin-right: 15px;
  text-align: center;
}
.contact-info .head{
  color:#000;
}
section#map embed {
    height: 400px;
}
.contact-box a, .contact-box p {
  color: #141B22;
  font-weight: 400;
  font-size: 14px;
}
.c_content span {
  font-size: 16px;
  color:#757575;
  font-weight: 600;
}
.c_content p{
  font-size: 15px;
  color:#757575;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
.contact-box .contac_form textarea{
  max-height: 150px;
  margin-bottom: 12px;
}
.contact-box p {
  color: #757575;
  margin-bottom: 0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  /* padding: 40px; */
  width: 100%;
  margin-top: 40px;
}
/* ----------------------- POST---------------------- */
.post-section {
  padding: 20px 0;
}
.post-template-default h1 {
  font-size: 30px;
}
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: var(--color-primary);
  color: #ffffff !important;
  border: 1px solid var(--color-primary);
}
.navigation span.page-numbers.current{
  background: #ffffff;
  border: 1px solid var(--color-primary);
  color: #757575 !important;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background-color: var(--color-primary);
  color: #fff;
  padding:5px 15px;
  margin-right:5px;
  font-weight: 600;
}
.bradcrumbs span{
  background:#fff;
  color: #000;
  padding:5px 15px;
  font-weight: 600;
}
/* --------- Blog Page ------- */
.postbox h3 {
  padding: 10px 0;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}

.metabox .entry-date {
  margin: 0 15px 0 0;
  color: #757575;
  text-transform: capitalize;
}
.widget_recent_entries li {
  margin: 20px 10px;
}
.metabox {
  color: #757575;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.metabox span.seperator:first-child {
  display: none;
}
.metabox span {
  margin-right: 10px;
  font-family: var(--primary-font);
}
.metabox span i {
  margin-right: 7px;
}
.metabox .entry-date{
  margin: 0 15px 0 0;
  color: #757575;
}
.metabox .entry-author{
  margin: 0 15px 0 0;
  color:#757575;
}
.metabox .entry-author a,
.metabox .entry-comments{
  color: #757575;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.post-featured img {
  width: 100%;
}
.feature-box{
  margin-bottom: 10px;
}
.single-post-block .single-content p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #90939c;
}
.authordetails .user-image {
  margin-right: 10px;
}
.authordetails {
  padding-top: 25px;
}
.authordetails .b-content{
  font-size: 14px;
}
.authordetails ul {
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a {
  background-color: var(--color-primary);
  padding: 9px 15px 9px 15px;
  color: white;
  text-align: center;
}
.inner-sbox h3 a{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #1a3643;
}
.inner-sbox p{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color:#90939c;
}
.inner-sbox .post-readmore{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #FF4848;
  display: inline-block;
}
.postbox.smallpostimage {
    border: 1px solid #A3A3A3;
    border-radius: 0 0 15px 15px;
}
.post-content-boxx {
    padding: 15px 40px 30px;
}
/*-------404 Pgae----------*/
.page-content h1 {
  font-size: 150px;
  color: var(--color-primary);
  text-shadow: 1px 1px 1px #1a3643, 2px 2px 1px #1a3643, 3px 3px 1px #1a3643, 4px 4px 1px #1a3643, 5px 5px 1px #1a3643, 6px 6px 1px #1a3643, 7px 7px 1px #1a3643, 8px 8px 1px #1a3643, 25px 25px 8px rgb(0 0 0 / 20%);
}
p.text-404 {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/*---- Related post css -----*/
.related-posts .postbox{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 10px;
}
.related-posts{
  padding: 2% 0;
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 28px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
}
/*------------- Page -----------------*/
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  background-color: transparent;
  padding: 10px 18px;
  border-radius: 0;
  font-weight: 600;
  border: 1px solid #686868;
  color: #686868;
}
.socila_share  b {
  color: #000;
  font-size: 18px;
}
.content_boxes {
  padding: 0;
  border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
  color: black;
  font-weight: 700;
  font-size: 18px;
}
.post_ctg{
  margin-bottom: 10px;
}
.author_details img {
    border-radius: 50%;
}
/*--- Share icon css ----*/
.share_icon i {
  padding: 8px;
  margin: 0 0;
  background-color: #ffffff;
  color: var(--color-primary);
  border: none;
  border-radius: 7px;
  width: 31px;
  margin: 5px 4px;
  text-align: center;
}
.share_icon i:hover {
  color: #ffffff;
  background-color: var(--color-primary);
}
#blog-right-sidebar #slider,#blog-left-sidebar #slider,#full-width-blog #slider{
  margin-bottom: 3%;
}
/* post comment button */
input#submit:hover{
  transition: 0.2s;
  border-left: none !important;
  border-right: none !important;
}
/* next button */
.nav-next .meta-nav, .nav-previous .meta-nav{
  transition: all 0.5s;
}
.nav-next .meta-nav, .nav-previous .meta-nav{
  position: relative;
  transition: 0.5s;
}
.nav-next .meta-nav:hover{
  padding: 8px 30px 8px 10px;
}
.nav-next .meta-nav:after{
  content: '»';
  position: absolute;
  opacity: 0;
  top: 2px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-next .meta-nav:hover:after {
  opacity: 1;
  right: 10px;
}
/* previous button */
.nav-previous .meta-nav:hover{
  padding: 8px 10px 8px 30px;
}
 .nav-previous .meta-nav:after {
  content: '«';
  position: absolute;
  opacity: 0;
  top: 2px;
  left: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.nav-previous .meta-nav:hover:after {
  opacity: 1;
  left: 10px;
}
.wpcf7 form .wpcf7-response-output{
  margin-left: 0;
  text-align: center;
}
/*------------- Page -----------------*/
.middle-content {
  padding-bottom: 20px;
}
.above_title {
  padding-top: 13em;
  text-align: center;
  padding-bottom: 80px;
}
.title-box {
  margin-bottom: 25px;
  color: #1a3643;
  background-size: cover;
  background-repeat: no-repeat;
}
.title-box img {
  width: 100%;
}
.title-box h1 {
  font-weight: 600;
  font-size: 40px;
  color: white;
}
.tp_breadcrumbs {
  color: white;
}
.authordetails {
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.authordetails .author_links {
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails ul li {
  display: inline;
}
.authordetails ul li a i {
  font-size: 14px;
}
.author_links a {
  text-transform: capitalize;
  font-size: 18px;
  color: #1a3643;
}
.socila_share{
  margin-bottom: 0;
}
.related-post-wrapper a {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  color: #1a3643;
  font-weight: 600;
}
.post-single-text {
  line-height: 26px;
}
#sidebar .widget_calendar {
    padding: 0;
}
.page-template-contact div#footer-widgets {
    margin-top: -8px;
}
.c_content span {
  font-size: 16px;
  color: #757575;
  font-weight: 600;
  font-family: var(--primary-font);
}
.contact_social a {
  background-color: #F6F5F2;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.contact_social a i {
  font-size: 14px;
  color: #6E7673;
}
.contact_social a:hover {
  background-color: var(--color-primary);
}
.contact_social a:hover i{
  color: white;
}
.testimonial_page_template .testimonial_outer {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
  max-width: 100%;
}
.title-banner-content {
    text-align: center;
    margin-top: 0em;
}
.tp_breadcrumbs a, .tp_breadcrumbs span {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 34px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    font-family: 'InstrumentSans';
}
.tp_breadcrumbs span a {
  margin-bottom: 0;
  padding: 0;
}
.testimonial_page_template  .testimonial-box {
    background-color: var(--color-primary);
    padding: 20px;
    border-radius: 15px;
}
.blog_inner_box .news-box .metabox{
  margin-top: 0;
}
.testimonial_page_template  .team_img img {
    margin-right: 0;
}
#single-testimonial .t-desig {
    color: black;
    margin: 0;
    font-size: 14px;
}
.contact-details-wrapper h3 {
  font-weight: 600;
  font-size: 24px;
}
/*------------------ About uS Page -------------------*/
#about-welcome .section_main_head h3 {
  color: #686868;
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 0;
}
#about-welcome .section-text {
  font-size: 14px;
  color: #212121;
  line-height: 21px;
}
.about-welcome-images img, .welcome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*------------------ About - records -------------------*/
.count-box-number.box-count {
  color: #212121;
  font-weight: 700;
  font-size: 24px;
}
.record_detail h6 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.about_tab_section-row .nav-tabs .nav-link {
  padding: 10px 29px;
  border-radius: 0;
}
/*------------------ About - Tab Section -------------------*/
.about_tab_section-row .nav-tabs .nav-link {
  padding: 10px 29px;
  border-radius: 0;
  font-weight: 600;
  color: white;
  letter-spacing: 2px;
  font-size: 14px;
}
.about_tab_section-row .nav-tabs .nav-link.active {
  color: #121212;
}
.about-tab-text {
  color: #F1EDE9;
  text-align: center;
  margin-bottom: 23px;
}
.about_tab_section-row .tab-item {
  max-width: 68%;
  margin: 3em auto 0 auto;
  text-align: center;
}
.about_tab_section-row .nav-tabs {
  border-bottom: none;
}

/*------------------ About - Tab Section -------------------*/
.key-highlights-box {
  flex: 1 1 0;
  text-align: center;
  display: flex;
}
.key-highlights-box-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.key-highlights-content h6 {
  color: #FFFFFF;
  font-weight: 600;
}
.key-highlights-content .services-box-text {
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.key-highlights-content {
  background-color: #212121;
  padding: 20px;
  position: relative;
  top: 4em;
}
#key-highlights {
  padding-bottom: 6em;
  background-color: #F1EDE9;
  margin-top: 15em;
}
/*------------------ Lookbook - Section 1 -------------------*/
#lookbook-section-1 .lookbook-box-head {
  max-width: 37%;
}
#lookbook-section-1 .look-section-image {
  margin-top: -12em;
}
.step-number {
  font-size: 41px;
  font-weight: 700;
  margin-right: 14px;
}
.lookbook-box-head .section-text {
  color: #686868;
  line-height: 20px;
}
.lookbook-box-head h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 5px;
}
.look-section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-author {
  text-transform: capitalize;
  color: #686868;
}
.entry-author {
  text-transform: capitalize;
  color: #686868;
  font-weight: 600;
}
.entry-author i {
  padding-right: 6px;
  font-size: 14px;
}
.post-date-cat {
  position: absolute;
  top: 0;
  left: 10px;
  top: 10px;
}
.post-date-cat ul.post-categories a, .newsdate {
  background-color: white;
}
.post-layout-3 .news-text {
  margin-bottom: 0;
  margin-top: 0;
}
.post-layout-3 a.read-more {
  margin-top: 9px;
}
.related.products >h2 {
  display: none;
}
.contact-color-bg {
  margin-bottom: 30px;
}
#blog-section-3 .post-meta-content {
  text-align: right;
}
#blog-section-3 .post-date-cat-flex {
  justify-content: end;
}
.counter-img-group {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ==========================================
   Highlighted Product Images Animation
========================================== */

.highlighted-product-image{
    position: relative;
    overflow: hidden;
    border-radius: unset;
    cursor: pointer;
}

.highlighted-product-image img{
    width:100%;
    display:block;
    border-radius:unset !important;
    transition:transform .7s ease, filter .7s ease, box-shadow .7s ease;
}

/* Image Zoom */
.highlighted-product-image:hover img{
    transform:scale(1.08);
    filter:brightness(1.05);
    box-shadow:0 20px 50px rgba(0,0,0,.18);
}

/* Shine Effect */
.highlighted-product-image::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );
    transform:skewX(-25deg);
    transition:0s;
    z-index:2;
}

.highlighted-product-image:hover::before{
    left:160%;
    transition:0.9s;
}

/* Floating Animation */
.highlighted-product-img1{
    animation:floatOne 5s ease-in-out infinite;
}

.highlighted-product-img2{
    animation:floatTwo 6s ease-in-out infinite;
}

.highlighted-product-img3{
    animation:floatThree 7s ease-in-out infinite;
}

.highlighted-product-img4{
    animation:floatTwo 5.5s ease-in-out infinite;
}

.highlighted-product-img5{
    animation:floatOne 6.5s ease-in-out infinite;
}

.highlighted-product-img6{
    animation:floatThree 7.5s ease-in-out infinite;
}

/* Floating Keyframes */

@keyframes floatOne{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
}

@keyframes floatTwo{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(12px);
    }
}

@keyframes floatThree{
    0%,100%{
        transform:translateY(0);
    }
    25%{
        transform:translateX(6px);
    }
    50%{
        transform:translateY(-10px);
    }
    75%{
        transform:translateX(-6px);
    }
}

/* Fade Up Animation on Page Load */

.highlighted-product-image{
    opacity:0;
    animation:fadeUp .8s ease forwards;
}

.highlighted-product-img1{animation-delay:.1s;}
.highlighted-product-img2{animation-delay:.25s;}
.highlighted-product-img3{animation-delay:.4s;}
.highlighted-product-img4{animation-delay:.55s;}
.highlighted-product-img5{animation-delay:.7s;}
.highlighted-product-img6{animation-delay:.85s;}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/*====================================
  Fashion Slider Infinite Animations
====================================*/

#slider{
    overflow:hidden;
}

.slide-carousel-image{
    position:relative;
    overflow:hidden;
}

/*-----------------------------
Background Image Slow Zoom
------------------------------*/

.zoom-imagedddd{
    overflow:hidden;
}

.zoom-image{
    width:100%;
    height:100%;
    object-fit:cover;
    animation:kenBurns 15s ease-in-out infinite alternate;
    transform-origin:center center;
}

@keyframes kenBurns{
    0%{
        transform:scale(1) rotate(0deg);
    }
    50%{
        transform:scale(1.08) rotate(.5deg);
    }
    100%{
        transform:scale(1.15) rotate(0deg);
    }
}

/*-----------------------------
Content Floating
------------------------------*/

.slider-content{
    position:absolute;
    z-index:10;
    animation:contentFloat 4s ease-in-out infinite;
      top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.section-text p {
    font-family: Instrument Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 148%;
    letter-spacing: 0%;
    color: #212121;
}

@keyframes contentFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
}
/* ===============================
   Fashion Video Section Animation
================================= */

#video-section{
    padding: 120px 0;
    overflow: hidden;
    height: 619px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

/* Main Play Button */

.video_icon{
    position:relative;
    width:90px;
    height:90px;
    background:#fff;
    color:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    text-decoration:none;
    z-index:10;
    transition:.4s ease;
    animation:floatButton 3s ease-in-out infinite;
}

.video_icon:hover{
    transform:scale(1.1);
}

/* Play Icon */

.video_icon i{
    animation:playScale 1.8s ease-in-out infinite;
}

@keyframes playScale{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.25);
    }
}

/* Floating Button */

@keyframes floatButton{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

/* First Ring */

.video_icon::before{
    content:"";
    position:absolute;
    inset:-12px;
    border:2px solid rgba(255,255,255,.5);
    animation:ring1 2.5s linear infinite;
}

/* Second Ring */

.video_icon::after{
    content:"";
    position:absolute;
    inset:-30px;
    border:2px solid rgba(255,255,255,.25);
   animation:ring2 2.5s linear infinite;
}

@keyframes ring1{
    0%{
        transform:scale(.8);
        opacity:1;
    }
    100%{
        transform:scale(1.3);
        opacity:0;
    }
}

@keyframes ring2{
    0%{
        transform:scale(.9);
        opacity:.8;
    }
    100%{
        transform:scale(1.6);
        opacity:0;
    }
}

/* Background Floating Circles */

#video-section::before,
#video-section::after{
    content:"";
    position:absolute;
    background:rgba(255,255,255,.08);
    animation:moveCircle 8s ease-in-out infinite;
}

#video-section::before{
    width:180px;
    height:180px;
    top:15%;
    left:20%;
}

#video-section::after{
    width:120px;
    height:120px;
    bottom:15%;
    right:20%;
    animation-delay:2s;
}

@keyframes moveCircle{
    0%,100%{
        transform:translateY(0) rotate(0deg);
    }
    50%{
        transform:translateY(-30px) rotate(180deg);
    }
}
/*-----------------------------
Heading Animation
------------------------------*/

.slide-heading{
    animation:textFloat 3s ease-in-out infinite;
}

@keyframes textFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-8px);
    }
}

/*-----------------------------
Button Pulse
------------------------------*/

.slide-btn{
    display:inline-flex;
    animation:buttonPulse 2.5s infinite;
}

@keyframes buttonPulse{

    0%{
        transform:scale(1);
        box-shadow:0 0 0 rgba(0,0,0,0);
    }

    50%{
        transform:scale(1.05);
        box-shadow:0 15px 35px rgba(0,0,0,.18);
    }

    100%{
        transform:scale(1);
        box-shadow:0 0 0 rgba(0,0,0,0);
    }

}

/*-----------------------------
Button Shine
------------------------------*/

.slide-btn{
    position:relative;
    overflow:hidden;
}

.slide-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.6),
        transparent
    );
    transform:skewX(-25deg);
    animation:buttonShine 3s linear infinite;
}

@keyframes buttonShine{

    0%{
        left:-120%;
    }

    100%{
        left:180%;
    }

}

/*-----------------------------
Image Overlay Animation
------------------------------*/

.slide-carousel-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.18);
    animation:overlayFade 5s ease-in-out infinite;
}

@keyframes overlayFade{

    0%,100%{
        opacity:.25;
    }

    50%{
        opacity:.05;
    }

}

/*-----------------------------
Optional Decorative Glow
------------------------------*/

.slider-box{
    animation:glowMove 5s ease-in-out infinite;
}

@keyframes glowMove{

    0%,100%{
        filter:drop-shadow(0 0 0 rgba(255,255,255,0));
    }

    50%{
        filter:drop-shadow(0 0 18px rgba(255,255,255,.35));
    }

}
#best-seller .single-product .woocommerce-product-gallery {
    height: 100%;
    overflow: hidden;
}
#best-seller  .single-product .woocommerce-product-gallery__image img {
    aspect-ratio: unset;
}
/* ==========================================
   Fashion Product Hover Animation
========================================== */

.wishlist-value i {
    color: #212121;
    font-size: 20px;
}
#wishlist-count {
    position: absolute;
    top: 0;
    right: 0;
}


/* Product Card */

.product-grid{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    /* background: #fff; */
    transition: all .45s ease;
}

.product-grid:hover{
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
}

/* Product Image */

.product-image{
    position: relative;
    overflow: hidden;
}

.product-image img{
    width: 100%;
    transition: transform .8s ease;
}

.product-grid:hover .product-image img{
    transform: scale(1.12);
}

/* Dark Overlay */

.product-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.12);
    opacity: 0;
    transition: .4s;
}

.product-grid:hover .product-image::after{
    opacity: 1;
}
.page-template-blog-with-left-right-sidebar .blog_inner_box {
    width: 50% !important;
}
/* Wishlist / Quick View Icons */

.product-links{
    position: absolute;
    top: 66px;
    right: -60px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    transition: .45s ease;
    z-index: 10;

}

.product-grid:hover .product-links{
    right: 20px;
}

.product-links li{
    list-style: none;
}

.product-links li a{
    width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.product-links li a:hover{
    background: #000;
    color: #fff;
    transform: rotate(360deg);
}

/* Product Content */

.product-content{
    transition: .4s;
    padding: 20px;
}

.product-grid:hover .product-content{
    transform: translateY(-5px);
}

/* Product Title */

.product-content .title a{
    transition: .35s;
}

.product-grid:hover .title a{
    color: #d4a017;
}

/* Price */

.price{
    transition: .35s;
}

.product-grid:hover .price{
    transform: scale(1.08);
}

/* Add to Cart Button */

.custom_product_meta .button,
.custom_product_meta a{
    transition: .35s ease;
}

.product-grid:hover .custom_product_meta .button,
.product-grid:hover .custom_product_meta a{
    background: #000;
    color: #fff;
    transform: translateY(-3px);
}

/* Product Card */
.product-grid{
    position: relative;
}

/* Product Image */
.product-grid .product-image{
    position: relative;
    z-index: 1;
}

/* Sale Badge */
.product-grid .product-sale{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    transition: all .35s ease;
}

.product-grid:hover .product-sale{
    transform: scale(1.12) rotate(0deg);
    top: 26px;
  }

/* Rating */
.product-grid .average-rating{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    transition: all .35s ease;
}

.product-grid:hover .average-rating{
    transform: scale(1.08);
    top: 28px;
  }

/* Keep image below badges */
.product-grid:hover .product-image{
    z-index: 1;
}
/* Button Hover */

.theme_button{
    position: relative;
    overflow: hidden;
}

.theme_button::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
    transform: skewX(-30deg);
    transition: .6s;
}

.theme_button:hover::before{
    left: 120%;
}

.theme_button:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,.18);
}

/*=============================
  CATEGORY SECTION ANIMATION
==============================*/

#all-category{
    overflow:hidden;
}

#all-category .cat_block{
    transition:all .45s ease;
}

#all-category .cat_img{
    position:relative;
    overflow:hidden;
    background:#fff;
    transition:.45s ease;
}

#all-category .box{
    overflow:hidden;
    border-radius:20px;
}

#all-category .box img{
    width:100%;
    transition:transform .7s ease;
}

#all-category .cat_block:hover .box img{
    transform:scale(1.08) rotate(2deg);
}

#all-category .category-media-body{
    transition:.35s ease;
}

#all-category .cat_block:hover .category-media-body{
    transform:translateY(-6px);
}

#all-category .category-media-body a i{
    transition:.35s ease;
    margin-left:8px;
}

#all-category .cat_block:hover .category-media-body a i{
    transform:translateX(8px);
}



#all-category .cat_block:hover .cat_img::before{
    left:130%;
}

#all-category .cat_block:hover{
    transform:translateY(-12px);
}

/* Our blog */

/*==================================
 BLOG CARD
===================================*/

.blog_inner_box{
    margin-bottom:30px;
}

.news-box{
    position:relative;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #ececec;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:all .4s ease;
    height:100%;
}

.news-box:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.16);
}

/*=========================
 Image
=========================*/

.post_img{
    position:relative;
    overflow:hidden;
}

.post_img img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
    transition:all .6s ease;
}

.news-box:hover .post_img img{
    transform:scale(1.08);
}

/* Overlay */

.post_img::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.5),transparent 60%);
    opacity:0;
    transition:.4s;
}

.news-box:hover .post_img::before{
    opacity:1;
}

/*=========================
 Category & Date
=========================*/

.post-date-cat{
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
    z-index:2;
}

.post-date-cat .d-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.post-category a{
    display:inline-block;
    background:var(--color-primary);
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
}

.news_date{
    background:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    color:#222;
}

/*=========================
 Content Box
=========================*/

.news_block{
    position:relative;
    margin:-40px 20px 20px;
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    z-index:5;
}

.posttitle{
    margin:0 0 15px;
}

.posttitle a{
    color:#222;
    text-decoration:none;
    font-size:24px;
    font-weight:700;
    line-height:1.4;
    transition:.3s;
}

.posttitle a:hover{
    color:var(--color-primary);
}

.news-text{
    margin:18px 0 25px;
}

.post-text{
    color:#666;
    line-height:1.9;
    font-size:15px;
}

/*=========================
 Read More Button
=========================*/

.read-more{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 26px;
    background:var(--color-primary);
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.35s;
}

.read-more:after{
    content:"→";
    transition:.3s;
}

.read-more:hover{
    background:#111;
    color:#fff;
}

.read-more:hover:after{
    transform:translateX(5px);
}

/*=========================
 Shine Effect
=========================*/

.post_img::before{
    content:"";
    position:absolute;
    top:-100%;
    left:-40%;
    width:60%;
    height:250%;
    background:rgba(255,255,255,.25);
    transform:rotate(25deg);
    transition:.8s;
    z-index:10;
}

.post_img:hover::before{
    left:140%;
}

/*=========================
 Responsive
=========================*/

@media(max-width:991px){

    .post_img img{
        height:260px;
    }

    .news_block{
        margin:-35px 15px 15px;
        padding:25px;
    }

    .posttitle a{
        font-size:22px;
    }

}

@media(max-width:767px){

    .post_img img{
        height:220px;
    }

    .news_block{
        margin:-30px 12px 12px;
        padding:20px;
    }

    .post-date-cat .d-flex{
        flex-direction:column;
        align-items:flex-start;
    }

    .posttitle a{
        font-size:20px;
    }

    .read-more{
        width:100%;
        justify-content:center;
    }

}


/*==========================================
    WooCommerce Quick View Popup
==========================================*/

.yith-wcqv-wrapper,
.yith-wcqv-main,
.quick-view-content,
.woocommerce div.product{
    height:100%;
        align-items: center !important;
    justify-content: space-between !important;
}

.yith-wcqv-main{
    max-width:950px;
    width:90%;
    border-radius:20px;
    overflow:hidden;
}

/* Two columns */

.yith-wcqv-main .product{
    display:flex;
    align-items:stretch;
}

/* Left Image */

.yith-wcqv-main .images{
    flex:0 0 50%;
    position:sticky;
    top:0;
    background:#f8f8f8;
}

.yith-wcqv-main .images img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Right Content */

.yith-wcqv-main .summary{
    flex:0 0 50%;
    padding:35px !important;
    max-height:80vh !important;
    overflow-y:auto !important;
    overflow-x:hidden;
}

/* Custom Scrollbar */

.yith-wcqv-main .summary::-webkit-scrollbar{
    width:6px;
}

.yith-wcqv-main .summary::-webkit-scrollbar-track{
    background:#f3f3f3;
    border-radius:20px;
}

.yith-wcqv-main .summary::-webkit-scrollbar-thumb{
    background:var(--color-primary);
    border-radius:20px;
}

/* Quantity */

.yith-wcqv-main .quantity{
    display:flex;
    align-items:center;
    gap:10px;
    margin:20px 0;
}

.yith-wcqv-main .quantity input.qty{
    width:60px;
    height:42px;
    text-align:center;
}

/* Add to Cart */

.yith-wcqv-main .single_add_to_cart_button{
    width:100%;
    border-radius:50px;
    height:50px;
}

/* Mobile */

@media(max-width:991px){

    .yith-wcqv-main .product{
        display:block;
    }

    .yith-wcqv-main .images{
        position:relative;
    }

    .yith-wcqv-main .summary{
        max-height:none;
        overflow:visible;
        padding:25px;
    }
.yith-wcqv-head svg {
    color: #fff !important;
}
}


/* Cart */

/*=================================================
    EMPTY CART PRODUCTS
==================================================*/

.wp-block-woocommerce-product-new{
    margin-top:60px;
}

.wc-block-grid.products{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:30px;
    padding:0;
    margin:0;
}
.wc-block-grid__products {
    gap: 10px;
}
.wc-block-grid__product{
    display:flex !important;
    flex-direction:column;
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    padding:18px;
    height:100%;
        flex: 1 0 22% !important;
    max-width: 25%;
}

.wc-block-grid__product:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

/*==========================
Image
==========================*/

.wc-block-grid__product-image{
    width:100%;
    height:320px;
    overflow:hidden;
    border-radius:14px;
    margin-bottom:18px;
}

.wc-block-grid__product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.wc-block-grid__product:hover img{
    transform:scale(1.08);
}

/*==========================
Title
==========================*/

.wc-block-grid__product-title{
    font-size:18px;
    font-weight:600;
    line-height:1.6;
    /* min-height:60px; */
    margin:0 0 12px;
    text-align:center;
}

/*==========================
Price
==========================*/

.wc-block-grid__product-price{
    text-align:center;
    margin-bottom:12px;
    font-size:18px;
    font-weight:700;
}

/*==========================
Rating
==========================*/

.wc-block-grid__product-rating{
    display:flex;
    justify-content:center;
    margin-bottom:18px;
}

/*==========================
Button
==========================*/

.wc-block-grid__product-add-to-cart{
    margin-top:auto;
}

.wc-block-grid__product-add-to-cart .wp-block-button,
.wc-block-grid__product-add-to-cart .wp-block-button__link{
    width:100%;
}

.wc-block-grid__product-add-to-cart .wp-block-button__link{
    display:flex;
    align-items:center;
    justify-content:center;
    height:48px;
    border-radius:50px;
    background:var(--color-primary);
    color:#fff;
    font-weight:600;
    text-decoration:none;
    transition: .3s;
    font-size: 14px !important;}

.wc-block-grid__product-add-to-cart .wp-block-button__link:hover{
    background:#111;
}
#footer-widgets .wpcf7 form .wpcf7-response-output {
    color: #fff !important;
    margin: 0;
}
/*==========================
Sale Badge
==========================*/

.wc-block-grid__product-onsale{
    top:15px;
    left:15px;
    border-radius:30px;
}

/*==========================
Responsive
==========================*/

@media(max-width:1199px){

.wc-block-grid.products{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:991px){

.wc-block-grid.products{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:575px){

.wc-block-grid.products{
grid-template-columns:1fr;
}

.wc-block-grid__product-image{
height:260px;
}

}

/*==========================
  OFFER SECTION
==========================*/

#offer{
    position:relative;
    overflow:hidden;
}

#offer img{
    width:100%;
    transition:transform 8s ease;
}

#offer:hover img{
    transform:scale(1.08);
}

/* Content */

.offer-head{
    position:relative;
    z-index:2;
}

/* Hidden State */

.animate-up,
.animate-left,
.animate-zoom{
    opacity:0;
}

/* Fade Up */

.animate-up{
    animation:offerFadeUp .9s ease forwards;
    animation-delay:.2s;
}

/* Zoom */

.animate-zoom{
    animation:offerZoom 1s ease forwards;
    animation-delay:.5s;
}

/* Slide Left */

.animate-left{
    animation:offerLeft .9s ease forwards;
    animation-delay:.8s;
}

/* Floating Discount */

.percentageOff{
    display:inline-block;
    animation:
        offerZoom 1s ease forwards .5s,
        offerFloat 3s ease-in-out infinite 1.5s;
}

/* Button */

.theme_button2{
    transition:.35s;
}

.theme_button2:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

/* Keyframes */

@keyframes offerFadeUp{

    from{
        opacity:0;
        transform:translateY(60px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes offerLeft{

    from{
        opacity:0;
        transform:translateX(-60px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

@keyframes offerZoom{

    from{
        opacity:0;
        transform:scale(.75);
    }

    to{
        opacity:1;
        transform:scale(1);
    }

}

@keyframes offerFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

}
.animate-up,
.animate-left,
.animate-zoom{
    opacity:0;
}

#offer.active .animate-up{
    animation:offerFadeUp .9s ease forwards;
    animation-delay:.2s;
}

#offer.active .animate-zoom{
    animation:offerZoom 1s ease forwards;
    animation-delay:.5s;
}

#offer.active .animate-left{
    animation:offerLeft .9s ease forwards;
    animation-delay:.8s;
}

#offer.active .percentageOff{
    animation:
        offerZoom 1s ease forwards .5s,
        offerFloat 3s ease-in-out infinite 1.5s;
}


/* Single Product Page Layout */
.single-product .woocommerce-product-gallery {
    width: 48% !important;
    max-width: 48%;
}

.single-product .summary {
    width: 48% !important;
    max-width: 48%;
    padding-left: 30px;
}

/* Main Product Image Size */
.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

/* Gallery Container */
.single-product .woocommerce-product-gallery {
    height: 650px;
    overflow: hidden;
}

/* Remove extra whitespace */
.single-product .product {
    /* display: flex; */
    gap: 30px;
    align-items: flex-start;
}

/* Product Title */
.single-product .product_title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
}

/* Price */
.single-product .price {
    font-size: 22px;
    margin-bottom: 20px;
}

/* Description */
.single-product .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 1.8;
}

/* Quantity + Button */
.single-product .cart {
    margin-top: 20px;
}

.single-product .quantity input {
    height: 40px;
}

.single-product .single_add_to_cart_button {
    width: 100%;
    height: 45px;
    margin-top: 15px;
}

/* Product Tabs */
.single-product .woocommerce-tabs {
    margin-top: 40px;
}

/* Related Products */
.single-product .related.products {
    margin-top: 50px;
}

.single-product .related.products ul.products li.product img {
    height: 300px;
    object-fit: cover;
}


/* Mobile Responsive */
@media(max-width:768px){

    .single-product .product {
        display:block;
    }

    .single-product .woocommerce-product-gallery,
    .single-product .summary {
        width:100% !important;
        max-width:100%;
    }

    .single-product .summary {
        padding-left:0;
        margin-top:30px;
    }

    .single-product .woocommerce-product-gallery__image img {
        height:450px;
    }

}
.single-product .woocommerce-product-gallery__image img{
    aspect-ratio: 4/5;
    object-fit: cover;
}