body, footer, p, a, span, div, h1, h2, h3{
    font-family: Cormorant !important;
}

p{ color:black; }

.main-wrapper{ background: #fffcf7; }
.bg-gray{ background: #f6f1eb; } 
.service-wrap{ background-color: white; }

.single-service-wrap .service-content span { color:black; }
.social-btn {
    font-weight: 100;
    color: white;
    width: 190px;
    font-size: 0.9rem;
    margin-bottom:25px;
}

.facebook-btn {
    background-color: #3C589C;
}

.google-btn {
    background-color: #DF4B3B;
}

.pt-115 {
    padding-top: 60px;
}

.pt-120 {
    padding-top: 60px;
}
.def-static{
    padding-top:25px;
    padding-bottom:25px;
}

.main-menu > nav > ul > li a {
    font-weight: 500;
}

.service-wrap {
    padding: 51px 25px 25px;
}

.hero-slider-content-1-pt-1 {
    padding-top: 5px;
}

.footer-right-wrap {
    text-align: left;
}
.about-content-pb {
    padding-bottom: 20px;
}

.hero-slider-pt-1 {
    padding-top: 60px;
}

.hero-slider-content-1 p {
    width: 100%;
    margin: 0px 0 10px;
}


.brand-logo-wrap .single-brand-logo img {
    opacity: 1;
}
.footer-menu nav ul li a {
    font-size: 14px;
}

.banner-c-shadow {
    color:white;
    text-shadow: 1px 1px 2px black, 0 0 2px black;
}
.banner-content-2 h2{ 
    font-size: 30px !important;
}

.banner-c-p{
    font-size:18px;
}

.section-title h2 {
    font-size: 16px;
}

.about-us-content p {
    font-size: 16px;
}

.slider-line-height div{
    font-size: 16px;
}

.def-static div, p{
    font-size: 16px;
}

@media only screen and (min-width: 1000px) {
    .img-cover{
        object-fit:cover;
        height: 300px;
        width:100%;
    }
    .social-style-2 { 
        text-align:right; 
    }
}

@media only screen and (max-width: 800px) {
    .img-cover{
        object-fit:cover;
        height: 400px;
        width:100%;
    }
    
    .footer-menu li{
        width:100%;
        text-align:center;
        margin-top:5px;
    }
    .footer-logo { 
        text-align:center;
    }
    .about-us-content h3 {
        font-size: 17px;
        text-align:center;
    }
    .mtext-center{
        text-align:center;
    }
    .social-style-2 { 
        text-align:center; 
    }
    .product-details-content h2 {
        text-align:center;
    }
}

.about-us-content{
    font-size: 16px;
    text-align: justify;
}

.logo img{ margin-left: 5%; }
.about-us-logo img{ width: 100%;}
.about-us-logo { text-align:center; }
.main-menu{ text-align:center; }
.hideText{ display:none; }
.slick-arrow{ opacity: 0.65 !important;}
.header-offer-wrap{ padding-left:5%; }
.header-top-right{ padding-right:5%; }

.wishlist__remove{
    color: #c10814 !important;
    font-size: 30px !important;
    font-weight: bolder;
}

.product-dec-small-style2 span {
    font-size: 12px;
    border: 2px solid #979797;
}

.img-miniSlider{
    object-fit:cover;
    height: 150px;
    width: 100%;
}

.img-miniSlider-mobile{
    height: 100px;
    width: 100%;
    object-fit:cover;
}

.img-atelierMagazine{
    height: 300px;
    object-fit:cover;
    width: 100%;
}

.splide__arrow svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-width: 8px;
    height: 2.2rem;
    vertical-align: middle;
    width: 2.2rem;
}
.splide__pagination { bottom: -10px; }
.splide__pagination__page.is-active {background: red;}
.bg__creating_leather{
    padding-top: 40px;
}

.bg__creating_leather img { border-radius: 15px; }

.img-poster{
    height: 250px;
    object-fit:cover;
    width: 100%;
}

.banner1Shadow { text-shadow: 2px 2px 2px black, 0 0 2px black; }
.banner1Shadow h2{ color:white; }
.banner1Shadow p{
    color:white;
    font-size:21px;
}

.shop-list-wrap .shop-list-content .pro-list-price span.new-price {
    color: black;
    font-size:16px;
}

.product-details-content .pro-details-price span.new-price {
    color: black;
    font-size:20px;
}

.img-shortPost{
    height: 500px;
    object-fit:cover;
}



.pb-115 {
    padding-bottom: 50px;
}

.product-details-content .pro-details-price span.new-price, .single-product-wrap .product-content-wrap .product-content-left span {
    font-size:16px;
} 

.pdf {
    margin-top:5px;
}

.pdf a { 
    color:#ff2f2f; 
    text-decoration: underline;
}


/* video youtube */
.video-popup {
    height: 320px!important;
}

.video-popup a{
    width:100%;
}

.play-btn {
    width: 80px;
    height: 80px;
    background: radial-gradient( rgb(71 71 71 / 58%) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    box-shadow: 0px 0px 25px 3px rgb(38 38 39);
}
 .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    top: -30%;
    left: -30%;
}

@-webkit-keyframes pulsate1 {
     0% {
         -webkit-transform: scale(0.6);
         transform: scale(0.6);
         opacity: 1;
         box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
         opacity: 0;
         box-shadow: none;
    }
}
 @keyframes pulsate1 {
     0% {
         -webkit-transform: scale(0.6);
         transform: scale(0.6);
         opacity: 1;
         box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
     100% {
         -webkit-transform: scale(1, 1);
         transform: scale(1);
         opacity: 0;
         box-shadow: none;
    }
}
/* end video youtube */

.product-dec-small-style2 .product-dec-small {
    margin: 5px 0px 5px 0px !important;
}
.product-details-content p{
    line-height:1.6 !important;
}

.main-menu > nav > ul > li > ul.sub-menu-style {
    width: 200px;
}

/* Foote Drop Down */
.footer-menu  > nav > ul > li > ul.sub-menu-style {
    width: 230px;
    text-align: left;
}

.footer-menu nav ul li {
    margin-right: 30px;
}

.footer-menu > nav > ul > li:hover > ul {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
}

.footer-menu > nav > ul > li > ul {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  padding: 28px 25px 28px;
  position: absolute;
  top: 100%;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
      -ms-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 99;
}

.footer-menu > nav > ul > li > ul li {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}

.footer-menu > nav > ul > li > ul li a {
  display: block;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .2px;
  text-transform: capitalize;
}

/* Price color */
.product-price-2 span, .new-price{
    font-size:22px !important;
    font-weight: 800 !important;
    color:red !important;
}

/* Img border-radius */
.product-img {
    border-radius:10px;
}

.hero-slider-content-1 p{
    line-height: 27px;
}

.about-us-logo img{
    object-fit:cover;
    height: 500px;
    width:100%;
}
