html {
    scroll-behavior: smooth;
}
body {
 
   font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}
textarea,  p,  input,  div,  span,  li,  button {
    font-family: 'Roboto', sans-serif;
 }
 ul {
     margin: 0;
     padding: 0;
 }
 li {
     list-style: none;
 }
 p {
     line-height: 26px;
     font-size: 16px;
     font-weight: 400;
     color: #444;
     font-family: 'Roboto', sans-serif;
     margin-bottom: 15px;
 }
 img {
     max-width: 100%;
     border: 0;
 }
 .clear {
     clear: both;
     float: none;
     width: 100%;
 }
 .clearfix::after {
     display: block;
     content: "";
     clear: both;
 }
 a {
     text-decoration: none !important;
     transition: all 0.2s ease-in;
     color: #1f1f1f;
 }
 a:hover {
     color: #000;
 }
 a,  span {
     display: inline-block;
 }
 :focus {
     box-shadow: none !important;
     outline: none !important;
 }


.single-product .related-product-list {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper{
	    margin: 0 0 50px;
}

 @media (min-width: 1200px){
 .container, .container-lg, .container-md, .container-sm, .container-xl {
     max-width: 1250px;
 }
 }
 .whyul li {
    padding: 5px 0px !important;
}


.whyul {
    margin-bottom: 15px !important;
}
.why-center {
    text-align: center;
}
.hello-center {
    color: #720024;
    margin-top: 25px;
}

 .form-control {
     display: block;
     width: 100%;
     height: calc(1.5em + .75rem + 2px);
     padding: .375rem .75rem;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: .0rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     box-sizing: border-box;
 }


  /*------------------header css-------------------*/

  .navbar-light .navbar-nav .nav-link {
    color: #720024;
    padding: 8px 15px; font-size: 15px;
    transition: all 0.2s ease-in;
    text-transform: uppercase;
    outline: 1px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    font-family: 'Roboto', sans-serif;
}
 .top-bg-menu{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 22;
    
   
}

header{
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 25;
    background-color: rgba(255, 255, 255, 0.9);
    
}
.darkHeader {
    position: fixed !important;
    top: 0;
    animation: smoothScroll .5s forwards;
    box-shadow: rgb(0 0 0 / 20%) 0 2px 6px 0;
    background: #fff;
}

.top-cart-sec {
    margin-top: 52px;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 25%;
}
.top-menu{
 position: absolute;
    top: 0px;
    left: 0px;
    z-index: 22;
    width: 100%;
  
}
.header-btn a {
    color: #fff;
    background-color: #00aeef;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    margin-top: 43px;
    border-radius: 5px;
    transition: all 0.5s ease-in;
    margin-left: -23px;
}
.header-btn a:hover{
    background-color: #60b539;
    color: #fff;

}

.top-cart-sec li {
    font-size: 14px;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 8px 20px;
}
.cart-cou {
    position: absolute;
    top: -2px;
    right: -17px;
    width: 23px;
    height: 23px;
    background-color: #720024;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: solid 0px #720024;
    display: flex;
    justify-content: center;
    align-items: center;
}






  /*------------------ banner css-------------------*/

  .banner-content{
      position: absolute;
      top: 40%;
      left: 5%; 
  }

  .banner-content .banner-title{
      width: 500px;
      font-size: 38px;
      font-weight:bold;
      font-family: 'Playfair Display', serif;
      padding:0px 0px 30px 0px;
      color: #fff;
      transition: all 0.5s ease-in;
    
  }
  /*.banner-content .banner-title:hover{
      transform: scale(1.1);
  }*/

.shop-now-btn {
    background-color: #720024;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 40px;
    margin-bottom: 20px;
    border-radius: 50px;
    transition: all .5s ease-in;
    text-transform: uppercase;
}
.shop-now-btn:hover {
    background-color: #fff;
    color: #720024;
}

.clouds img{
    width: 450px!important;
}

.clouds2 img{
    width: 400px!important;
}
.clouds2 {
    position: absolute;
    top: 0%;
    left: 0;
    animation: walk 20s steps(200, end) infinite, walkopacity 5s ease-in infinite;
    text-align: center;
}
.clouds {
    position: absolute;
    top: 0%;
    right: 200px;
    animation: walk 20s steps(200, end) infinite, walkopacity 5s ease-in infinite;
    text-align: center;
    animation:;
}


/* Right Footprint */
.right {
    margin: 0rem;
    animation-delay: 150ms;
  }

/* Walking Animation */
@keyframes walk {
    to {
      transform: translateX(100vw);
    }
  }
/* Opacity During Walking */
  @keyframes walkopacity {
    0%,
    100% {
      opacity: 0.4;
    }
    50% {
      opacity: 0.4;
    }
  }
 
  #offerSlider1 .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}
#offerSlider1 .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align:left;
}
#offerSlider1 .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: left;
}
#offerSlider1 .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}
#offerSlider1 .owl-nav {
    display: none;
}
#offerSlider1 .owl-dot span {
    background-color: #d6e0e3;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
}
#offerSlider1 .owl-dot.active span {
    background-color: #720024;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
}
#offerSlider1 .owl-dots {
    display: flex;
    z-index: 20;
    position: relative;
    bottom: 32px;
    left: 5%;
}




/*-------------------------------inner-sec---------------------------*/

.inner-sec{
    padding: 30px 0px;
    margin: 0px;
    text-align: center;
    position: relative;
}
.inner-sec:before {
    content: '';
    position: absolute;
    bottom: 0%;
    background-image: url(../images/power-gun.png);
    background-repeat: no-repeat;
    width: 80%;
    height: 50%;
    left: 150px;
    right: 0px;
    /* top: 0; */
    background-size: 100%;
    bottom: 270px;
    background-position: left, bottom;
    z-index: 9;
}
.inner-sec h2{
    font-size: 40px;
    color: #202020;
    font-family: 'Playfair Display', serif;
}
.inner-sec p{
    font-size: 16px;
    color: #202020;
    margin-bottom: 30px;
}
.ab-box {
    box-shadow: 0 0 10px #fbeeee;
    background: #fbeeee;
    transition: all .5s ease-in;
    overflow: hidden;
}
.ab-box:hover{
    box-shadow: 0 0 10px #fbeeee;
    background: #cdb495;
}
.inner-sec-im{
    overflow: hidden;
}

.welcome-comm {
    text-align: center;
    padding: 110px 30px 50px 0px;
}
.welcome-title{
    font-size: 28px;
    color: #353535;
    text-align: center;
    font-family: 'Playfair Display', serif;
    line-height: 35px;
    margin-bottom: 15px;
}
.discover-lin {
    background-color: #720024;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 50px;
    transition: all .5s ease-in;
    text-transform: uppercase;
    border: 1px solid #720024;
}
.discover-lin:hover {
    background-color: #fff;
    color: #720024;
    border: 1px solid #720024;
}



/*-------------------------------find-out---------------------------*/

.find-out {
    position: relative;
    padding: 0px 0px 30px;
    margin: 30px 0px;
}
.find-text {
    position: absolute;
    top: 140px;
    text-align: center;
    right: 80px;
    border: 10px solid #cababa;
    width: 390px;
    justify-content: center;
    padding: 50px 30px 20px;
    transition: all .5s ease-in;
}
.find-text:hover {
    border: 10px solid #720024;
    background: #fff;
}
.finished{
    font-size: 44px;
    color:#000;
    font-family: 'Playfair Display', serif;
}

/*-------------------------------find-out---------------------------*/

.kits{ position: relative; padding: 0px; margin: 30px 0px !important; }
.kits-text {
    position: absolute;
    top: 80px;
    text-align: center;
    right: 0px;
    width: 390px;
    height: 390px;
    justify-content: center;
    padding: 120px 30px 20px;
    left: 0px;
    margin: auto;
    background: #fff;
    border-radius: 200px;
    border: 10px solid #fff;
    transition: all .5s ease-in;
}

.kits-text:hover {
    border: 10px solid #000;
    
}
.kits-finished{
    font-size: 47px;
    color:#000;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
}

/*-------------------------------salf-horns---------------------------*/


.salf-horns{
    padding: 30px 0px;
    margin: 0px;
}
.salf-horns .accoutrements{
    position: relative;
    overflow: hidden;
}
.column {
    float: left;
    width: 100%;
}



.hover14 {
    position: relative;
}

.hover14::before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(14,0,36, 0) 0%, rgba(14,0,36, .3) 100%);
    background: linear-gradient(to right, rgba(14,0,36, 0) 0%, rgba(14,0,36, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.salf-horns .salf-text{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.salf-horns .salf-text .horns{
    font-size: 33px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    margin: 0px;
}
.salf-horns .salf-text .shop-text {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 120px;
    margin: auto;
}

/*-------------------------------somr-our---------------------------*/

.somr-our{ padding:30px 0px; margin: 0px; }
.somr-our .item-relative{ overflow: hidden; }
.somr-our .top-selling{ text-align: center; font-size: 36px; color: #353535; font-family: 'Playfair Display', serif; margin-bottom: 20px;}
.somr-img{
    overflow: hidden;
    margin-bottom:15px;
}
.somr-our .owl-carousel .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 97% !important;
    font-size: 45px;
    bottom:0px;
    top: 35%;
}
.somr-our .owl-carousel .owl-prev span{
    display: inline-block;
    background: #720024;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
.somr-our .owl-carousel .owl-prev span i {
    font-size: 25px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    color: #fff;
    top: 12px;
}

.somr-our .owl-carousel .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 97% !important;
    font-size: 45px;
    bottom:0px;
    top: 35%;
}
.somr-our .owl-carousel .owl-next span{
    display: inline-block;
    background: #720024;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
.somr-our .owl-carousel .owl-next span i {
    font-size: 25px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    color: #fff;
    top: 12px;
}
.banner-slider p{
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
}



/*-------------------------------testimonials---------------------------*/

.testimonials {
   position: relative;
}
.testimonials .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
}
.testimonials .owl-dot span {
    background-color: #535252;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
}
.testimonials .owl-dot.active span {
    background-color: #720024;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
}
.testimonials .banner-slider{ background: #fff; position: absolute; top: 260px; width: 600px;  padding: 30px 20px 20px;
box-shadow: 2px 7px 30px #ccc; overflow: hidden; transition: all .5s ease-in; }
.test-img{
    position: relative;
}
.test-img img{
    width: 70px !important;
}
.test-img-text {
    position: absolute;
    top: 75%;
    left: 15%;
}
.testimonials .banner-slider p {
    text-align: left;
    font-size: 16px;
    color: #000;
    padding: 10px 0px;
}
.wrigh{
    font-size: 18px;
    color: #720024;
    margin: 0px;
        margin-top: 10px;
}
.manag {
    text-align: left;
    font-size: 16px;
    color: #000;
    padding:0px 0px !important;
}
.testimonials .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 70px;
}
.main-tet-box {
    position: absolute;
    top: 0;
}
.monials {
    margin-top: 170px;
    font-size: 56px;
    color: #720024;
    font-family: 'Playfair Display', serif;
    margin-left: 100px;
}
.quite {
    width: 70px;
    height: 65px;
    background: #720024;
    position: absolute;
    top: 230px;
    text-align: center;
    left: 500px;
    z-index: 9;
}
.quite img{
      padding: 20px;
}

.testimonials ul{
    margin: 0px;
    padding: 0px;
    text-align:left;
}
.testimonials ul li{
    display: inline-block;
    padding: 0px 2px;
}
.testimonials ul li i{
    font-size: 15px;
    color: #ffc821;
}


/*--------------------------------blogs-------------------------*/

.blogs {
    margin-top: 100px;
    margin-bottom: 60px;
}
.blog-im{
    overflow: hidden;
    margin-bottom: 15px;
}
.latest-blog {
    box-shadow: 2px 7px 30px #ccc; 
    overflow: hidden;
    background: #fff;
    transition: all 0.5s ease-in;
}
.latest-blog:hover {
    background: #720024;
}
.latest-blog:hover h3 {
    color: #fff;
}
.latest-blog:hover p {
    color: #fff;
}
.latest-blog:hover .discover-lin {
    border: 1px solid #fff;
}
.blogs h3{
  font-size: 22px;
  color: #000;
  padding: 20px 15px 0px;
 }  
.blogs p{
  font-size: 16px; 
  color: #000;
  padding: 0px 15px 0px;
}
.blogs .discover-lin {
    background-color: #720024;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 50px;
    transition: all .5s ease-in;
    text-transform: uppercase;
    margin-left: 15px;
    border: 1px solid #720024;
}
.blogs .discover-lin:hover {
    background-color: #fff;
    color: #720024;
    border: 1px solid #720024;
}

.blogs .top-selling {
    text-align: center;
    font-size: 36px;
    color: #353535;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.footer-box1{
    border-left: 1px solid #aa667c;
}
.footer-box2 {
    border-top: 1px solid #aa667c;
    padding-top: 20px;
}
.footer-box2 .footer-box{
    margin-top: 20px;
}
footer{
    background: #720024;
    margin:0px;
    padding: 30px 0px 0px;
}
footer h6{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align:center;
}
footer .footer-icon {
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}
footer .footer-icon li {
    display: inline-block;
    margin: 5px;
}
footer .footer-icon li a {
    width: 40px;
    height: 40px;
    background: #801a3a;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    transition: all .5s ease-in;
}
footer .footer-icon li a:hover {
    background: #fff;
    color: #801a3a;
}
footer .footer-icon li a i {
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 35px;
}
footer a{
    color: #fff;
    padding: 3px 0px;font-size: 15px;
    transition: all .5s ease-in;
}
footer a:hover{
    color: #000;
    padding: 3px 5px;
}
footer p{
    color: #fff; font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
}

footer .quick-footer{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}
footer ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
footer .quick-time{
    text-align: left;
}
.footer-box3{
    padding-left: 30px;
}


.news-lett li:nth-child(1) {
    padding: 0 5px;
    width: 520px;
}
.news-lett .form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #801a3a;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 5px;
}
.news-lett {
    border: 1px solid #aa667c;
    padding: 10px;
    width: 95%;
    margin: 30px 0px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.subscrib {
    margin-top: 41px;
}

.news-lett .form-control::placeholder {
   color: #fff;
}
.subscrib {
    padding: 9px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.subscrib:hover {
    padding: 9px 20px;
}
.footer-bottom{
    background: #4f0019;
    padding: 30px 0px; 
}
footer .end-footer {
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
footer .end-footer span {
    float: right;
}
footer .quick-time2 {
    text-align: left;
    margin-bottom: 50px;
}


.top-bg-menu-inner {
    position:relative;
    top: 0px;
    left: 0px;
    width: 100%; background-color:#fff;
    z-index: 22; box-shadow: 0 0 15px #ddd;
}


.inner-banner {position: relative}
.inner-banner img {width: 100%;}
.banner-inn-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;  width: 100%; text-align: center;
}



.inner-title {
    background-color:rgba(114, 0, 6, 0.7);
    display: inline-block;
    font-size: 28px;
    color: #fff;
    border-radius: 40px; text-transform: uppercase;
    padding: 12px 80px;
    text-align: center;    
	font-family: 'Playfair Display', serif;  
}


.common-sec{ margin: 60px 0 0px 0}
.about-title {font-size: 40px; color:#000; margin: 0 0 15px 0 ; font-family: 'Playfair Display', serif;  }

.ab-img {
    padding: 15px 0 15px 15px;
    position: relative;
    width: 52%;
    float: left;
    margin: 0 20px 6px 0; overflow: hidden;
}
.ab-img img{ border-radius: 5px}
.ab-img::after{ left: 0; top: 0; background-color:#720024; content: ""; z-index: -1; position: absolute; width: 80%; height: 100%;}


.common-sec-gray{ margin: 60px 0 60px 0; padding: 30px 0; position:relative; }
.ab-img2 {
    padding: 15px 0 15px 15px;
    position: relative;
    width: 80%;
    float: left;
    margin: 0 20px 6px 0;
	top: 80px;
}
.ab-img2::after {
    right: -15px;
    top: 0;
    background-color: #720024;
    content: "";
    z-index: -1;
    position: absolute;
    width: 80%;
    height: 100%;
}
.our-story-box{ padding: 4% 0 4% 0%}


.common-sec-last {
    margin: 60px 0 60px 0;
    position: relative;
    padding: 0px 0px 0px;
}





.product-category {
    border: 1px solid #ccc !important;
    transition: all 0.5s ease-in;
    margin: 10px !important;
    min-height: 285px;
}
.product-category:hover {
    box-shadow:0 0 15px #720024;
	transition: all 0.5s ease-in;
}
.product h2{
	padding:0px 5px !important;
	text-align:center;
	padding-bottom:15px !important;
}
/* .product img{
	height:200px !important;
} */
.footer-box ul li a{
	padding: 3px 0px;
	transition: all 0.5s ease-in;
	color:#fff;
}
.footer-box ul li a:hover{
	color: #000;
    padding: 3px 5px;
}
.menu-category2-2 li a{
	padding:0px;
	transition: all 0.5s ease-in;
	color:#720024;
}
.menu-category2-2 li a{
	padding:0px !important;
	transition: all 0.5s ease-in;
	color:#720024 !important;
}
.menu-category2-2 li{
	transition: all 0.5s ease-in;
	
}

.menu-category2-2 li:hover{
	background:#720024;
	transition: all 0.5s ease-in;
	border-radius:10px;
	padding:8px;
}
.menu-category2-2 li:hover a{
	color:#fff !important;
	padding:0px 5px !important;
}
.mark, mark {
    padding: 0.2em;
    background-color: #720024;
    color: #fff;
}
#tab-description{
	transition: all 0.5s ease-in;
/* 	text-align:center; */
}
.cart_totals th{
	color:#000;
}
.shipping th{
	color:#000 !important;
}
.footer-box {
    margin-bottom: 20px;
}
#tab-description:hover{
	background:#720024;
	transition: all 0.5s ease-in;     
	border-radius:20px;
}
#tab-description:hover h2{
	color:#fff;
}
#tab-description:hover p{
	color:#fff;
}
#tab-description:hover td{
	color:#fff;
}
.product-box .title a {
    padding: 0px 10px;
    font-size: 15px;
	display: block;
}
.product-left-box ul li {
    padding: 8px 8px 8px 8px !important;
    display: flex;
    font-size: 15px;
    border: 1px solid #ccc;
    margin-top: 9px;
}
.common-sec2-2 {
    margin: 60px 0 50px 0;
}
.common-sec2-2 h2{
	color:#720024;
}
.chech-out-box {
    border: 1px solid #720024;
    padding: 15px;
}
.chech-out-box:hover {
    transition: all 0.5s ease-in;
	box-shadow: 2px 7px 30px #720024;
}
.chech-out-box h3{
	color:#720024;
}
.chech-out-box2 h3{
	color:#720024;
}
.chech-out-box label {
    line-height: 2;
    width: 100%;
    color: #720024;
}
.chech-out-box2 span{
	color:#720024;
}
.chech-out-box2 label {
    line-height: 2;
    width: 100%;
    color: #720024;
}
.woocommerce-info {
    border-top-color: #720024;
}
.woocommerce-info::before {
    color: #720024;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #720024;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: #720024;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #9e6132;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #9e6132;
    color: #fff;
}
.search-field {
    border: 0px solid #f00 !important;
    /* padding: 2px 10px; */
}
.search-field:hover {
    border: 0px solid #f00 !important;
    /* padding: 2px 10px; */
}

/*********************** product page *******************/

.breadcrumb-sec{border-top: solid 0px #e5e5e5;}

.breadcrumb {
    font-size: 14px;
    padding: .75rem 0rem 0 0;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0rem;
}



.inner-section {
    margin: 40px 0 0 0;
    position: relative;
}



.product-left-box {
    background-color: #fff;
    box-shadow: 0 0 8px #ddd;
    padding: 0px 15px;
    margin-bottom: 25px;
	transition: all 0.5s ease-in;
	border:1px solid #fff;
}
.product-left-box:hover {
    border:1px solid #720024;
	transition: all 0.5s ease-in;
	box-shadow: 0px 0px 17px #720024;
}
.product-left-box .title {
    font-size: 18px;
    margin: 0px 0 15px 0;
    border-bottom: solid 1px #ddd;
    padding: 15px 0 15px 0;
    color: #fff;
    background: #720024;
}
h3.newss {
    font-size: 17px;
    font-weight: 500;
	color: #720024;
}
.product-left-box ul {
    border-bottom: solid 1px #ddd;
    margin: 0px 0 15px 0;
}
.product-left-box ul li a { color:#111;
    padding: 0 0 8px 0;
    display: flex; font-size: 15px;
}

.product-left-box ul li a:hover { color:#720024
  
}
.product-left-box ul li {
    padding: 0 0 8px 0;
    display: flex;
    font-size: 15px;
}



.product-left-box input.largerCheckbox {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.filter-sw select {
    width: 200px;
}
.flider-r {
    justify-content: flex-end;
}
.product-box {
    background-color: #fff;
    box-shadow: 2px 7px 30px #a7a7a7;
    padding:  0px 0px 20px;
}
.product-box .title { 
    font-size: 17px; font-weight: 500; 
  margin: 8px 0 10px 0; color:#3c3b3b;
}
.price {
    font-size: 16px;font-weight: 600; margin-bottom: 15px;  color:#720024;
 
}

.pagination-sm .page-link {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    background-color: #cccccc;
    color: #000;
    margin: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #720024;
    border-color: #720024;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.shopnow {
    background-color: #720024;
    padding: 8px 30px;
    border-radius: 30px;
    border: solid 0px #720024;
    font-size: 14px; font-weight: 600;
    color: #fff;
}

.shopnow:hover {
    background-color: #111;
    border: solid 0px #000;
    color: #fff;
}


.d-flex.filter-sw.align-items-baseline.flider-r { font-size: 13px;}
.product-ing{ overflow: hidden; margin-bottom: 20px;}
.product-ing a{ display:block;}

/*********************** FAQ page *******************/
.accordion-item {
    background-color: #fff;
	border: 0px solid }

button.accordion-button.collapsed { background-color:#fde8ef
}

.accordion-button:not(.collapsed) {
    color: #111;
    background-color: #fde8ef;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); margin-bottom: 10px;
}
.accordion-header {
    margin-bottom: 10px;
}

/***********************testimonials *******************/
.testimonials{ background-color:#fff; padding: 0px; transition: All,1s;  position: relative; border-radius: 8px; border: solid 1px #ddd; box-shadow: 5px 10px #6f0023; margin-bottom: 150px;}
.testimonials p{ text-align: center;}
.testimonials::after{ position: absolute; content: ""; 
width: 0; left: 15px; margin: auto; bottom: -41px;
height: 0;
border-style: solid;
border-width: 40px 1px 0 71px; transition: All,1s;
border-color: #6f0023 transparent transparent transparent;}

.testimonials-name {
 padding: 20px 0 0 0px;
    text-align: left;
    padding-left: 20%; display: flex; align-items: center;
}

.img-textmon{ width: 70px; height: 70px; border-radius: 50%;}
.qwner-sec{ padding-left: 20px}
.qwner-sec-na{ font-size: 20px; color:#700023 }
.testimonials:hover{ border: solid 1px #ddd; box-shadow: 5px 10px #111;}

.testimonials:hover::after{ border-color: #111 transparent transparent transparent;}


/***********************product-detail *******************/
.product-detail {
    margin: 80px 0px 0px;
}

.product-detail-text h5 {
    font-size: 30px;
    padding: 5px 0px;
    font-weight: bold;

}


.product-detail-text .number {



    font-size: 24px;
    font-weight: 600;
    color: #720024;

}

.cart h6 {
    font-size: 17px;
    padding: 20px 0px 3px 0px;
}

.cart-inc-dec input {
    width: 45px;
    border: none;
    text-align: center;
    border: 1px solid #ccc;
    height: 100%;
    padding: 11px 0px 8px 0px;
    margin-top: -9px;
    /* display: block; */
}

.cart-inc-dec .cart-btn {
    background-color: #5a5959;
    color: #fff;
    font-size: 21px;
    text-align: center;
    width: 52px;
    border: none;
    height: 39px;
}

.cart-button {
    background-color: #720024;
    color: #fff;
    /* width: 190px; */
    border: none;
    border-radius: 67px;
    font-size: 17px;
    padding: 15px 40px;
    margin-top: 20px;
    transition: all 0.5s ease-in;
    text-transform: uppercase;
    transition: all 0.5s ease-in;

}

.product-detail-image {
    overflow: hidden;
}

.cart-button:hover {
    background-color: #111;
    border: solid 0px #000;
    color: #fff;




}

.pentbase {
    font-size: 17px !important;
    padding: 5px 0px !important;
}

.form-select1 {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;

    text-align: right;
}






.product-information p {
    font-size: 17px;

}

.product-information h5 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
}

.product-information h6 {
    font-size: 17px;
    font-weight: bold;
}





.related-product-list {
    padding: 42px 0px 70px 0px;
}

.pentralt {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 35px;
}

.hexsubhed {
    font-size: 19px;
    text-align: center;
    padding: 20px 0px 5px 0px;

}

.pro-reatbox {
    text-align: center;
}

.pro-reatbox li {
    font-size: 18px;
    color: #720024;
    font-weight: 500;

}

.relprobtn {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #720024;
    padding: 10px 26px;
    border-radius: 20px;
    margin-top: 8px;
    transition: all 0.5s ease-in;

}

.relprobtn1 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #720024;
    padding: 10px 26px;
    border-radius: 20px;
    margin-top: 22px;
    transition: all 0.5s ease-in;

}

.relprobtn:hover,
.relprobtn1:hover {
    background-color: #111;
    border: solid 0px #000;
    color: #fff;

}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #000;
    border: 1px solid #af222200;
    /* border-top-left-radius: 0.25rem; */
    /* border-top-right-radius: 0.25rem; */
    margin: 5px 6px;
    color: #fff;
    padding: 15px 26px;
    border-radius: 27px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    justify-content: center;
}

#nav-tabContent {
    box-shadow: 0px 0px 10px #ddd;
    padding: 30px 20px;
    margin-top: 25px;
}


.nav-tabs .nav-link.active {
    margin-bottom: -1px;
    background: #720024;
    border: 1px solid #af222200;
    /* border-top-left-radius: 0.25rem; */
    /* border-top-right-radius: 0.25rem; */
    margin: 5px 9px;
    color: #fff;
    padding: 15px 26px;
    border-radius: 27px;
    position: relative;

}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 21px solid #720024;
    bottom: -18px;
    /* left: 25px; */
    margin: auto;
    text-align: center;
    left: 0px;
    right: 0px;
    transition: all 0.5s ease-in-out
}

.product-incont {
    overflow: hidden;
    margin-bottom: 14px;
}




/***********************blog-css *******************/

.recent-box-content,
.right-search {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 10px 20px 10px;
}

.recent-box-content .recent-blog-heading {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.recent-box-content ul li {

    border-bottom: 1px solid #ccc;

}

.recent-box-content ul li a {
    padding: 10px 0px;
    font-size: 15px;
    transition: all 0.5s ease-in;
}

/* 
.recent-blog-btn .link-blog a {
    background-color: #a381a5;
    color: #fff;
    margin: 5px 0px;

    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
} */

.recent-blog-btn ul li a:hover,
.recent-box-content ul li a:hover {
    transform: translateX(10px);
}

.blog-photo {
    overflow: hidden !important;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog-district {
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid transparent;
    transition: all 0.5s ease-in;
}

.blog-district:hover {
    border: 1px solid #720024;
}


.d-hexa {
    font-size: 18px;
    padding-top: 15px;
}

.blog-district h6,
.blog-district p,

.blog-district ul li {
    padding-left: 20px;
}

.blog-photo,
.blog-left-img {
    overflow: hidden;
}

.pagination .page-item .page-link.active {
    background-color: #000;
    color: #fff;

}

.pagination .page-item .page-link {
    background-color: #720024;
    color: #fff;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 15px;

}


.read-blog {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #720024;
    padding: 10px 26px;
    border-radius: 20px;
    margin: 0px 0px 20px 20px;
    transition: all 0.5s ease-in;

}

.read-blog:hover {
    background-color: #111;
    border: solid 0px #000;
    color: #fff;

}

.blog-district:hover {
    background: #720024;
    color: #fff;
}

.blog-district:hover p {
    color: #fff;
}

.blog-district:hover .read-blog {
    border: 1px solid #fff;
}


/***********************blog-detail *******************/


.detail-box-content .blog-content-hexa {
    font-size: 20px;

    padding-top: 15px;
    margin: 0px;

}

.detail-box-content {

    text-align: left;
    padding-bottom: 10px;


}

.create-space {
    padding: 0px 15px 5px;
    box-shadow: 0px 0px 10px #ccc;
}

.create-space1 {
    padding: 29px 19px 42px 20px;
    box-shadow: 0px 0px 10px #ccc;
}

.blog-detail-box ul li {
    font-size: 14px;
    padding: 5px 0px;
    color: rgb(95, 95, 95);
}

.blog-detail-box p {
    font-size: 17px;
    padding: 5px 0px;
    padding: 5px 0px;

    color: #000;
    font-weight: 400;

}


.blog-comment {
    background-color: rgb(218, 218, 218);
    padding: 30px 20px;
    border-radius: 5px;
    margin: 40px 0px 10px 0px;
}

.blog-comment h5 {
    font-size: 24px;
    padding: 5px 0px;
}

.blog-comment textarea {
    resize: none;
    margin: 5px 0px;
}

.post-btn {

    color: #000;
    border: none;
    padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 19px;
    margin: 10px 0px;
    transition: all 0.5s ease-in;
    border: 1px solid #000;
    background-color: #fff;
    transition: all 0.5s ease-in;
}

.post-btn:hover {
    background-color: #000;
    color: #fff;

}

.blog-comment .form-control {
    padding: 20px 15px;
    margin: 5px 0px;
    width: 100%;
}

.recent-box-content,
.right-search {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px 10px 20px 10px;
}

.recent-box-content .recent-blog-heading {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.recent-box-content ul li {

    border-bottom: 1px solid #ccc;

}

.recent-box-content ul li a {
    padding: 10px 0px;
    font-size: 16px;
}

.recent-blog-btn .link-blog a {
    background-color: #a381a5;
    color: #fff;
    margin: 5px 0px;

    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
}

.recent-blog-btn ul li a:hover,
.recent-box-content ul li a:hover {
    transform: translateX(10px);
}




.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
    border: 1px solid transparent;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.input-group {
    border: 1px solid #ccc;
}

.form-control.search-b {
    border: 1px solid transparent;
    border-radius: 5px;
}

/***********************contact *******************/
.open-days {
    margin: 90px 0px 70px 0px;
}

.day-shedule {
    background-color: #720024;
    padding: 40px 50px 40px 30px;
  
    color: #fff;
    transition: all 0.5s ease-in;

}

.day-shedule:hover {
    border-radius: 25px;
    background-color: #25282a;
 
}

.open-title {
    font-size: 30px;
  
    text-transform: uppercase;
    padding: 5px 0px 20px 0px;
    font-weight: 600;
}

table tr th {
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding: 7px 5px 4px 5px;
}
.day-shedule p {
    color: #fff;
    padding: 15px 0px;
}

.inner-day-box {
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    margin-top: 15px;
    margin-left: -60px;
    padding: 30px 10px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in;

}
.inner-day-box:hover{
    border: 1px solid #720024;
    border-radius: 5px;
}
.contact-icon {
    width: 50px;
    height: 50px;
    background-color: #720024;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    color: #fff;
    font-size: 25px;
}

.contact-penta {
    font-size: 22px;
    text-transform: uppercase;
}

.contact-form {
    background-color: #eef1f2;
    padding: 60px 0px;
    margin-bottom: 110px;
}

.contact-form-box {
    max-width: 750px;
    margin: auto;
    display: block;
    transition: all 0.5s ease-in;
    padding: 40px;
}

.contact-form-box:hover {
    box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;
    border-radius: 5px;
}

.contact-form .form-control {
    margin: 5px 0px;
    padding: 20px 10px;
    border-radius: 5px;

}

textarea {
    resize: none;
}

.form-contact-btn {
    background-color: #720024;
    color: #fff;
    padding: 10px 35px;
    margin: auto;
    display: block;
    border-radius: 5px;
    border: 1px solid transparent;
    margin-top: 15px;
    transition: all 0.5s ease-in;
    text-transform: uppercase;
}

.form-contact-btn:hover {
    background-color: #25282a;
}

th {
    text-align: left;
    color: #fff;
    font-weight: normal;
}


/************************* 404 ****************************/

.cercel-404{ width:600px;  padding: 0px 0 0px 0; border-radius:5%; margin: auto auto 60px auto;}
.cercel-404-box{ background-color:#fff;  padding: 30px; border-radius:5px; margin: auto; box-shadow: 0 0 0px #e9ecf4;}
.image404 { text-align: center}
.Page-not{ font-size:24px; font-weight: 500; text-align: center; padding-bottom: 10px;}
.go-back{background-color: #720024;padding: 8px 20px;border-radius: 5px;border: 0px;font-size: 17px;color: #fff;}
.go-back:hover{background-color: #111;color: #000;}
.arow-text{ font-size: 22px; padding-right: 5px;}
.image404 img {text-align: center;display: block;margin: auto;}

/************************* events ****************************/

.events-box{ background-color:#fff; box-shadow: 0 0 20px #ddd}

.events-box-conta{ padding: 15px;}
.events-box-title{ font-size:18px; margin:0px 0 15px 0; font-weight: 500}
.events-box-sm{ font-size:16px; margin:0px 0 10px 0; font-weight: 500}

.events-box-sm span{ font-size:14px; margin:0px 0 10px 0; font-weight: 500; border-left: solid 1px #ddd; padding: 0px 10px; margin-left: 10px}
/* .woocommerce {
    padding: 0px;
    border: 1px solid #85302e;
    box-shadow: 2px 7px 30px #a7a7a7;
    margin-bottom: 50px;
} */
.woocommerce table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    box-shadow: 2px 7px 30px #a7a7a7;
	padding-bottom: 20px;
	transition: all 0.5s ease-in;
}
.woocommerce table.shop_table:hover {
    transition: all 0.5s ease-in;
	box-shadow: 2px 7px 30px #720024;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0 0 -4px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}
.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 0em;
}
.details-lin {
    background-color: #720024;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all .5s ease-in;
    text-transform: uppercase;
    border: 1px solid #720024;
}

.details-lin:hover {
    background-color: #fff;
    color: #720024;
    border: 1px solid #720024;
}


.maing-a {column-width: 290px;column-gap: 5px;padding: 8px; position: relative}
.maing-a a{ display: block; position: relative}
.maing-a img {width: 100%;cursor: pointer;padding-bottom: 0px;  transition: all 0.5s ease-in; margin-bottom: 3px; border-radius: 5px; border: solid 3px #fff}
.maing-a img:hover{ border: solid 3px #2e5a0c; opacity: 0.6}
.pro-reatbox {
    border: 1px solid #720024;
    padding-bottom: 20px;
	transition: all 0.5s ease-in;
}
.pro-reatbox:hover {
	box-shadow: 0 0 15px #720024;
    transition: all 0.5s ease-in;
}

.lightbox {position: fixed;width: 100%;height: 100%;top: 0;display: none;background: #7f8c8d;perspective: 1000;}
.filter {position: absolute;width: 100%;height: 100%;filter: blur(20px);opacity: 0.5;background-position: center;background-size: cover;}
.lightbox img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotateY(0deg);max-height: 95vh;max-width: calc(95vw - 100px);transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);transform-style: preserve-3d;}
.product-detail-content h2 {
    font-size: 26px;
}


.img-text {
    position: absolute;
    z-index: 31; font-size: 15px; color:#fff; font-weight: 800;
    left: 10px;
    bottom: 15px;
}


body, html{ overflow-x: hidden}
.top-cart-sec {margin-top: 52px;position: relative;}
.woocommerce-product-search input {margin-top: 0!important;}
form.woocommerce-product-search.search-form {background-color: #fff;padding: 10px;box-shadow: 0 0 15px #ccc;}
.search.search-input {position: absolute;right: -58px;width: 295px!important;top: 40px;}
.woocommerce-product-search input {border: 1px solid #ddd!important;padding: 8px!important;}
.woocommerce-product-search submit{border: 1px solid #f00;background: #720024;color: #fff;}






@media all and (max-width: 1024px) {
.navbar-light .navbar-nav .nav-link {padding: 8px 12px;font-size: 13px;}
.banner-content .banner-title {width: 500px;font-size: 26px;padding: 0px 0px 16px 0px;}
.find-text { top: 60px; right: 50px;}
.kits-text {top: 12px;}	
.monials {margin-top: 100px;font-size: 43px;margin-left: 20px;}	
.testimonials .banner-slider {top: 168px; width: 600px;right: -115px;}
.blogs {margin-top: 100px;margin-bottom: 60px;}
.discover-lin { padding: 10px 10px;}	
.welcome-title { font-size: 22px;}	
.somr-our .owl-carousel .owl-next { top: 25%;}	
.somr-our .owl-carousel .owl-prev { top: 25%;}	
.contact-form { margin-bottom: 0px;}	
.product-category { min-height: 240px;}	
.product-left-box .title { font-size: 15px;}	
.news-lett { padding: 0px 20px;}	
.top-cart-sec { margin-top: 44px; position: relative;}	

}



@media all and (max-width: 840px) {
.top-cart-sec li {padding: 0px 0px 8px 12px;}
.top-cart-sec {margin-top: 37px;}
.navbar-collapse {background-color: #fff;}	
.navbar-light .navbar-nav .nav-link {padding: 11px 12px;font-size: 15px;}	
.finished {font-size: 30px;}	
.kits-text { width: 290px;height: 290px;     padding: 95px 30px 20px;}
.kits-finished {font-size: 24px;}	
.accoutrements.hover14.column {margin-bottom: 25px;}
.ab-box {margin-bottom: 25px;}	
.inner-sec:before { display: none}
.testimonials .banner-slider {top: 100px; width: 680px;right: 0;left: 50px;}
.quite {display: none;}	
.latest-blog { margin-bottom: 25px;}	
.latest-blog img {width: 100%;}	
.footer-box1 {border-left: 0px solid #aa667c;margin-top: 30px;}
.welcome-comm {text-align: center;padding: 20px;}
.somr-our .owl-carousel .owl-next { left: 95% !important;}	
.somr-our .owl-carousel .owl-prev { right: 95% !important;}	
.owl-carousel .owl-item .somr-img img { width: 370px !important;}
.testimonials { padding: 20px; margin: 0px 35px;}
.monials { margin-top: 30px; font-size: 43px; margin-left: 280px;}	
.testimonials { margin: 0px 0px 30px;}	
.news-lett { width: 100%; padding: 20px 20px;}	
.subscrib { margin: 0px;}	
.our-story-box {  padding: 4% 0 4% 4%;}	
.about-title { font-size: 30px;}	
.common-sec-gray { margin: 30px 0 60px 0;}	
.woocommerce {  padding: 0px;}	
h2.widget-title { font-size: 18px !important;  margin-top: 10px !important;}	
.woocommerce { margin-bottom: 20px;}
.wpfFilterWrapper {  margin-top: 0px;}	
.product-left-box ul { border-bottom: solid 0px #ddd;}	
.product-box .title { margin: 8px 0 0px 0;}	
.woocommerce div.product .product_title { font-size: 30px;}
.woocommerce div.product div.images .flex-control-thumbs li {  width: 33%;}
/* .product-list-box-text {   height: 420px;}	 */
.related-product-list { padding: 0px 0px 0px 0px;}	
.woocommerce table.shop_table td { padding: 9px 7px;}	
.cart_totals h2{ font-size:30px;}	
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: left; width: 100%;}	
.common-sec { margin: 30px 0 0px 0;}	
.contact-form { padding: 0px 0px; margin-bottom: 0px;}	
.open-days {  margin: 50px 0px 70px 0px;}	
.product-list-box-text { margin-bottom: 30px;}	
.product-detail {  margin: 30px 0px 0px;}	
.footer-box3 { padding-left: 0px;}	
.pro-reatbox { border: 1px solid #720024; padding-bottom: 20px; transition: all 0.5s ease-in; margin-bottom: 25px;}
.ms-auto { margin-left: auto!important; position: absolute; background: #fff; width: 100%;}		
.find-text { top: 35px; right: 22px; width: 330px;}
footer .quick-footer { font-size: 24px;}
footer h6 { font-size: 24px; color: #fff; text-transform: uppercase; text-align: center;}	
}

@media all and (max-width: 767px) {

.sec-bio-mobile { position: absolute;top: -12px;right: 87px;z-index: 1025;}
.banner-content .banner-title {width: 90%;font-size: 17px;padding: 0px 0px 0 0px;}	
.shop-now-btn {font-size: 13px;padding: 8px 30px;margin-bottom: 20px;}	
.inner-sec h2 {font-size: 22px;}	
.inner-sec p {font-size: 15px;margin-bottom: 18px;}	

.inner-sec {padding: 0px 0px;margin: 0px;}
.welcome-comm {text-align: center;padding: 10px 10px;}	
.discover-lin { margin-bottom: 10px}	
.welcome-title {font-size: 18px;}	
.find-text { border: 2px solid #cababa;  width: 247px; padding: 10px; right: 60px;  top: 18px;}
.finished {font-size: 20px;}	
.somr-our .top-selling {font-size: 23px;}	
.salf-horns {padding: 30px 0px 0 0;margin: 0px;}	
.testimonials {padding: 4px;box-shadow: 5px 10px #6f0023; margin: 0px 0px 15px;}	
.main-tet-box{position: relative; top: 0;}	
.monials {margin-top: 12px;font-size: 27px;margin-left: 20px;}	
.testimonials .banner-slider {top: 0;width: 100%;right: 0;left: 0;position: relative;}	
	
#client-success .owl-nav {position: absolute;text-align: center; width: 4%;left: 20%;}		
footer .quick-footer {text-align: center;}	
footer .quick-footer {font-size: 20px;}	
.footer-box {text-align: center;}	
.footer-box {text-align: center;}
footer .quick-time2 {text-align: center;margin-bottom: 33px;}	
.salf-horns .salf-text .horns {font-size: 25px;}
.monials {font-size: 24px;margin-left: 20px;}	
.blogs .top-selling {font-size: 24px;}	
.blogs {margin-top: 45px;margin-bottom: 20px;}
.kits-text { padding: 0 15px 0px;width: 290px;height: auto; border-radius: 10px;}	
.somr-our .owl-carousel .owl-next span {width: 30px;height: 30px;line-height: 40px;}	
	
 .somr-our .owl-carousel .owl-prev span {width: 30px;height: 30px; line-height: 40px;}  	
.somr-our .owl-carousel .owl-next span i {font-size: 15px;top: 25px;}	
.somr-our .owl-carousel .owl-prev span i {font-size: 15px;top: 25px;}	
.blogs h3 {font-size: 19px;}	
.footer-box3 {padding-left: 0;text-align: center;}	
footer a { padding: 1px 0px;font-size: 15px;}
.test-img-text { position: absolute; top: 84%; left: 25%;}	
.subscrib {  margin-top: 26px; padding: 9px 0px;}	
footer .quick-time { text-align: center;}	
footer .end-footer span {  float: left;}	
.wp-block-search__inside-wrapper { margin-bottom: 30px;}
h2.widget-title {  padding: 0px 10px;}
.inner-title { font-size: 14px;}	
.woocommerce div.product .product_title {  font-size: 24px;}	
#coupon_code {  width: 50%;     padding: 8px;}	
.maintitle.text-center { font-size: 26px;}	
#client-success .owl-nav { left: 50%;}	
.somr-our { padding: 30px 0px 0px;}	
.hover14::before {  left: -84%;}	
.about-title {  font-size: 20px;}	
.woocommerce div.product form.cart .button { margin-top: 10px;     margin-left: 20px;}	
div#comments { margin-top: 0px;}	
.pro-reatbox { border: 1px solid #720024; padding-bottom: 0px; margin-top: 30px;}	
.select2-container--default .select2-selection--single .select2-selection__rendered {  color: #444; line-height: 40px;    height: 40px;}	
.select2-container .select2-selection--single { height: 40px !important;}	
.woocommerce div.product .woocommerce-tabs ul.tabs li {  margin: 6px 6px !important;}	
.clouds img { width: 250px!important;}
.clouds2 img {  width: 200px!important;}	
.clouds {  right: 0px;}	
.product { margin: 0px !important; width: 100% !important; margin-left: 0;  border: 1px solid #ccc !important; text-align: center !important;  margin-bottom: 30px !important; padding-bottom: 15px !important;}	
.product img { height: auto !important;}	
.kits-text {  top: 20px;}	
.ms-auto { margin-left: auto!important; position: absolute; background: #fff; width: 100%;}	
}

.common-sec2-2 ul li { color: #444;}



.woocommerce-tabs.wc-tabs-wrapper h2 {
    text-align: left;
}
.woocommerce table.shop_attributes th {
    color: black;
}

