/*
Theme Name: Myssticc Truth
Theme URI: https://www.google.com/
Author: Myssticc Truth
Author URI: https://www.google.com
Description: Myssticc Truth WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: myssticc-wp
*/

body {
    font-family: "Marcellus", serif;
    background: #fff;
}

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

.iconRounded {
    border: 1px solid #0033a7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0033a7;
    padding: 6px;
    letter-spacing: normal;
    vertical-align: middle;
}


/* Main Css */

nav{
  position: relative;
  z-index: 99;
  width: 100%;
  padding: 20px 0 30px 0;
  }
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 100px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
  padding: 0 20px;
}
.nav-links li a{
 color: #6b17b7;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    display: block;
    font-weight: 500;
}
ul.drop-menu li{
    padding: 0 0px;
}
/*.nav-links li a:hover{
  background: #3A3B3C;
}*/
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fff;
  width: 180px;
  line-height: 45px;
  top: 45px;
  opacity: 0;
  visibility: hidden;
/*  box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  font-size: 16px;
  line-height: 30px;
}

.wrapper .btn{
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #fff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #6b17b7;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.logo img{
    width: auto;
    min-width: auto;
}

/*Header Section Css*/
.headercontainer{
    background:url(assets/images/homebg.jpg) center center no-repeat;
     background-size: cover;
     padding: 20px 0 100px 0;
}
.headercircle img{
        width: 40%;
    max-width: 100%;
    min-width: 30%;
}

.headercircle{
    text-align: center;
/*    margin-top: 150px;*/
}

.headertextsection h2{
 font-size: 55px;
 text-align: center;
 font-weight: 400;
 text-transform: uppercase;
 color: #fff;
}

 .headertextsection p{
    font-size: 30px;
    text-align: center;
    padding: 0 350px;
    color: #fff;
 }

 .productdetails ul li{
    display: inline-block;
    margin: 0px 5px;
    font-weight: bold;
    text-align: center;
 }
 .productcontent img{
    width: 100%;
    border-bottom: 2px solid #000;
 }
 .productdetails h3{
    text-align: center;
    font-size: 20px;
    margin: 15px 0 0 0;
    color: #6b17b7;
    height: 45px;
 }

 .productdetails ul{
    text-align: center;
    margin-bottom: 0px;
 }

  .productdetails ul li .cutprice{
    display: inline-block;
    text-align: right;
    font-size: 22px;
    color: #047a04;
    font-weight: 400;
    padding-left: 0px;
    text-decoration: line-through;
    font-family: "Poppins", sans-serif;
  }

   .productdetails ul li .regularprice{
     display: inline-block;
    text-align: right;
    font-size: 27px;
    color: #047a04;
    font-weight: 400;
    padding-left: 0px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
   }

.productaddtocart{
    text-align: center;
    margin: 30px 0 20px 0;
}
.productaddtocart a{
    color: #620cb0;
    padding: 10px 30px;
    font-size: 17px;
    border-radius: 5px;
    background: #fff;
}

.productaddtocart a:hover{
    color:#047a04;
    transition: all 0.3s ease;
    text-decoration: none;
}



.homebgsection{
    background: url(assets/images/aboutusbg.png) center top no-repeat;
    background-size: cover;
    padding: 50px 180px 30px 180px;
    margin: 0 50px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 15px 0px rgba(163,163,163,1);
-moz-box-shadow: 2px 4px 15px 0px rgba(163,163,163,1);
box-shadow: 2px 4px 15px 0px rgba(163,163,163,1);
}

.homebgsection h3{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.homebgsection p{
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.variableproductprice ul li{
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
    text-align: center;
}
.variableproductprice ul li .cutprice {
    display: inline-block;
    text-align: right;
    font-size: 24px;
    color: #047a04;
    font-weight: 400;
    padding-left: 10px;
    text-decoration: line-through;
    font-family: "Poppins", sans-serif;
}

.variableproductprice ul li .regularprice {
    display: inline-block;
    text-align: right;
    font-size: 24px;
    color: #047a04;
    font-weight: 700;
    padding-left: 10px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.variableproductdetails h3{
    font-size: 25px;
    color: #6b17b7;
}

.variableproductdetails h3 span{
    font-size: 18px;
    color: #047a04;
}

.variantvariable ul li{
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
    text-align: center;
}

.variantvariable ul li a{
    border: 1px solid #047a04;
    border-radius: 10px;
    color: #047a04;
    padding: 10px 20px;
}

.variantvariable ul li a:hover{
    background: #047a04;
    color: #fff;
    transition: 0.9s ease-out;
    text-decoration: none;
}
.productbodysec{
    background-color: #fff;
    padding-bottom: 15px;
}

.homeproductslider .owl-nav .owl-prev i {
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: 5px;
    width: 35px;
}

.homeproductslider .owl-nav .owl-prev {
    position: absolute;
    top: -14%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.homeproductslider .owl-nav .owl-next i {
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: 5px;
    width: 35px;
}

.homeproductslider .owl-nav .owl-next{
    position: absolute;
        right: -20px;
    top: -14%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.productbodysec:hover{
    transition: 0.9s ease-out;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(108,23,183,1);
-moz-box-shadow: 2px 2px 15px 5px rgba(108,23,183,1);
box-shadow: 2px 2px 15px 5px rgba(108,23,183,1);
}

.variableproductdetails h2{
    font-size: 33px;
    margin: 15px 0;
    color: #6b17b7;
    font-weight: 700;
}
.variableproductdetails h2 a{
    font-size: 33px;
    margin: 15px 0;
    color: #6b17b7;
    font-weight: 700;
}

.variableproductdetails p{
    font-size: 24px;
    color: #047a04;
    font-weight: 400;
}
.variantvariable{
    margin: 30px 0 0 0;
}
.addingbtn{
    margin: 30px 0 0 0;
}
.addingbtn ul li{
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
    text-align: center;
}

.addingbtn ul li a {
    background: #6b17b7;
    color: #fff;
    padding: 13px 25px;
    border-radius: 5px;
    border: 1px solid #6b17b7;
}

.addingbtn ul li a:hover{
    transition: 0.9s ease-out;
    background: #fff;
    color: #6b17b7;
    text-decoration: none;
    border: 1px solid #6b17b7;
}

.addingbtn p{
    font-size: 18px;
    color: #6b17b7;
    margin: 30px 0 0 0;
}

.variableproductimg img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/*.container:hover .image {
  opacity: 0.3;
}*/

.container:hover .bottonarrow {
  opacity: 1;
}

/*.bottonarrow a{
  background-color: #6b17b7;
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
}

.Testimonialscontainersec h2{

}*/

.shopbycategory{
    background: url(assets/images/landingbottom.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0px 20px 0;
    margin: 30px 0 0 0;
}

h2.shopbycategorytitle{
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}

.testimonialscontainersec h2 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0 0 0;
    margin-bottom: 0px;
}
.container-fluid{
    background: rgb(146,125,161);
background: linear-gradient(90deg, rgba(146,125,161,1) 0%, rgba(75,50,92,1) 0%, rgba(37,19,48,1) 100%);
}

.testides h5{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 30px 0 0 0;
}
.main-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  cursor: pointer;
}

.bottomoverlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  cursor: pointer;
  background-color: #fff;
  transition: height 0.4s ease;
}

.main-container:hover .bottomoverlay {
    height: 70%;
}


.bottomoverlay p {
    text-align: center;
    color: #6b17b7;
    font-size: 14px;
    padding: 10px 5px;
    line-height: 20px;
}

.aboutuscontaniersec h2{
        text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 0 0px 0;
}

.aboutuscontaniersec p{
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.footermenu ul li{
    display: inline-block;
    margin: 0px 20px;
    text-align: center;
}

.footermenu ul li a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.footermenu ul li a:hover{
    color: #047a04;
    font-weight: 600;
    text-decoration: none;
    transition: 0.9s ease-out;
}

.footermenu{
    text-align: center;
    padding: 35px 0 10px 0;
}
.copyright p{
    color: #6b17b7;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.copyright{
    padding: 15px 0 0 0;
}

.aboutshopnowbtn a{
    color: #620cb0;
    padding: 10px 30px;
    font-size: 17px;
    border-radius: 5px;
    background: #fff;
}

.aboutshopnowbtn a:hover{
    color: #047a04;
    transition: all 0.3sease;
    text-decoration: none;
}

.aboutshopnowbtn{
    margin: 70px 0 30px 0;
    text-align: center;
}

.testides h6{
        font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 5px 0 0 0;
}

.testimonialscontainer .owl-nav .owl-prev i {
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: 5px;
    width: 35px;
}

.testimonialscontainer .owl-nav .owl-next i {
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: 5px;
    width: 35px;
}

.testimonialscontainer .owl-nav .owl-prev {
    position: absolute;
    top: -18%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}


.testimonialscontainer .owl-nav .owl-next{
    position: absolute;
    right: -20px;
    top: -18%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.homecatsliderbox h2{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 30px 0 0 0;
}
.homecatboxes {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.homecatboxes img{
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  cursor: pointer;
}

.bottonarrow{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  cursor: pointer;
  background-color: #fff;
  transition: height 0.4s ease;
}

.homecatboxes:hover .bottonarrow{
  height: 10%;
  background-color: #6b17b7;
  text-align: center;
}

.bottomoverlay a{
  text-align: center;
  color: #6b17b7;
  font-size: 16px;
  line-height: 25px;
}

.bottonarrow i{
    color: #fff;
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 18px;
}

.aboutusbtnline {
    border: 1px solid #ffffff;
    width: 17%;
    text-align: center;
    margin: 0 auto;
}

.homeaboutustitle{
    margin-bottom: 30px;
}

.testimonialscontainer{
    margin: 30px 0 0 0;
}

.testimonialsbtnline{
     border: 1px solid #ffffff;
    width: 22%;
    text-align: center;
    margin: 0 auto;
}

.testimonialscontainersec {
    padding: 5px 0 20px 0;
    margin: 30px 0 35px 0;
}

.shopbycategorytitle h2{
        text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0 0 0;
    margin-bottom: 0px;
}

.shopbycategoryline{
    border: 1px solid #ffffff;
    width: 33%;
    text-align: center;
    margin: 0 auto;
}

.shopbycategorytitle{
    margin: 0 0 50px 0;
}

.homeproductcatslider .owl-nav .owl-prev i {
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: 5px;
    width: 35px;
}

.homeproductcatslider .owl-nav .owl-next i {
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin: 5px;
    width: 35px;
}

.homeproductcatslider .owl-nav .owl-prev {
    position: absolute;
    top: -15%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}


.homeproductcatslider .owl-nav .owl-next{
    position: absolute;
    right: -20px;
    top: -15%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.homevariableproduct{
    margin: 30px 0 50px 0;
}

.headertextsection{
    margin: 30px 0 20px 0;
}

.ourproducts h3{
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin: 30px 0 0 0;
}

.shopbycatbtnline{
    border: 1px solid #ffffff;
    width: 37%;
    text-align: center;
    margin: 0 auto;
}

.ourproducts{
    margin: 30px 0 50px 0;
}

.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: #fff;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
          color: #fff !important;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {
    border-radius: 4px;
    /* box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7); */
    background: #6b17b7;
    border: 1px solid #6b17b7;
    /* transform: scale(1.5); */
}

.quantity ul li{
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
}

.quantity{
    margin: 30px 0 0 0;
}

.variableproductdetails{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footerbgcontainer{
        background: url(assets/images/footerbg.jpg) center top no-repeat;
    background-size: cover;
    padding: 0px 0px 20px 0;
}

.contactuscontainer{
    background: url(assets/images/landingbottom.jpg) center top no-repeat;
    background-size: cover;
    padding: 0px 0px 20px 0;
}
.getintouch h2{
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding: 50px 0 0 0;
    margin-bottom: 0px;
}

.getintouch p{
    font-size: 27px;
    text-align: center;
    color: #fff;
}

.contactusform .contactformbgfield{
    width: 100%;
    height: 80px;
}

.contactusform .contactformsmfield {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 7px;
    outline: none;
    padding: 0 20px;
}
.contactusform .contactformbgfield {
    width: 100%;
    height: 90px;
    border-radius: 7px;
    outline: none;
    padding: 10px 20px;
}

.contactbtn{
        background: #6b17b7;
    color: #fff;
    padding: 10px 55px;
    border-radius: 5px;
    border: 1px solid #6b17b7;
}
.contactpageformbtn{
    text-align: center;
    margin: 20px 0 0 0;
}

.contactaddressbg{
        background: url(assets/images/aboutusbg.png) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 70px 70px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 15px 0px rgba(163, 163, 163, 1);
    -moz-box-shadow: 2px 4px 15px 0px rgba(163, 163, 163, 1);
    box-shadow: 2px 4px 15px 0px rgba(163, 163, 163, 1);
}

.contactemailid p a{
    font-size: 18px;
    color: #fff;
}

.contactemailid p{
    text-align: center;
    margin: 30px 0 0 0;
}

.contactphnno p a{
    font-size: 18px;
    color: #fff;
}

.contactphnno{
    text-align: center;
}
.contactaddress p{
    font-size: 18px;
    color: #fff;
    margin: 30px 0 0 0;
    padding: 0 50px;
}

.contactaddress{
    text-align: center;
}

.contacformicon i{
    color: #000000;
    font-size: 25px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
}

.contacformicon{
    position: relative;
    margin: -90px 0 0 0;
}

.contactphnno p{
    margin: 30px 0 0 0;
}

.contactemailid{
    text-align: center;
}

.contactusmapcontainer{
    padding: 0 250px;
}

.contacformicon .homeicon{
    padding: 30px 35px;
}

.contacformicon i:hover{
    background: #6b17b7;
    color: #fff;
    transition: all 0.3s ease;
}

.shoppagecontainer{
    background: url(assets/images/landingbottom.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.shoppagecontainer ul.products li{
    background: #fff;
    padding: 10px !important;
}

h2.woocommerce-loop-product__title{
    text-align: center;
    color: #620cb0;
    font-size: 27px;
}
.shoppagecontainer ul.products li .price{
    text-align: center;
}
.shoppagecontainer ul.products li .price del{
    font-size: 20px;
    font-weight: 400;
    color: #620cb0 !important;
    font-family: "Poppins", sans-serif;
}

.shoppagecontainer ul.products li .price ins{
    font-size: 33px;
    font-weight: 600;
    color: #620cb0;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

.shoppagecontainer .amount bdi{
    font-size:20px;
    font-weight: 600;
    color: #620cb0;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

.shoppagecontainer ul.products li .price small{
    font-size: 17px;
    color: #620cb0;
    text-align: center;
}

.shoppagecontainer ul.products li a.button{
    width: 100%;
    text-align: center;
    border: 1px solid #620cb0;
    background: #fff;
    color: #000;
}

.shoppagecontainer ul.products li a.button:hover{
    color: #047a04;
    transition: all 0.3s ease;
}

.woocommerce-breadcrumb{
    color: #fff;
    font-size: 25px;
}

.woocommerce-breadcrumb a{
    font-size: 25px;
    color: #fff;
}
p.woocommerce-result-count{
    font-size: 18px;
    color: #fff;
}
.woocommerce-ordering .orderby{
        height: 40px;
    background: #ffffff00;
    color: #fff;
    border: 1px solid #fff;
}

.woocommerce-ordering .orderby option{
    color: #000;
}

.onsale{
    background: #620cb0 !important;
}
.singleproductpage{
    background: url(assets/images/landingbottom.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.innerPageContainer{
     background: url(assets/images/landingbottom.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.productdetails del{ 
    display: inline-block;
    text-align: right;
    font-size: 22px;
    color: #047a04;
    font-weight: 400;
    padding-left: 0px;
    text-decoration: line-through;
    font-family: "Poppins", sans-serif;
}

.productdetails ins{
    display: inline-block;
    text-align: right;
    font-size: 27px;
    color: #047a04;
    font-weight: 400;
    padding-left: 0px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.productdetails{
    text-align: center;
}

.homeproductslider{
    margin-bottom: 50px;
}

button.variablebtn{
        background: #6b17b7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #6b17b7;
    font-size: 17px;
}

button.variablebtn:hover{
    transition: 0.9s ease-out;
    background: #fff;
    color: #6b17b7;
    text-decoration: none;
    border: 1px solid #6b17b7;
}

.quantity span{
    font-size: 25px;
    color: #6b17b7;
}

.quantity .qty-minus{
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    position: relative;
    border: none;
}

.quantity .qty-plus{
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    position: relative;
    border: none;
}

.varselectno{
    padding: 0 5px;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    position: relative;
    border: none;
    border: 1px solid #6b17b7;
    outline: none;
}

.variations label{
        cursor: pointer;
    border: 1px solid #047a04;
    border-radius: 10px;
    color: #047a04;
    padding: 10px 20px;
}

.variations label:hover {
    background: #047a04;
    color: #fff;
    transition: 0.9s ease-out;
    text-decoration: none;
}

.variations input{
    display: none;
}

.custom-add-to-cart h6 span{
    font-size: 18px;
    color: #6b17b7;
}

.innerpagecontainersec ul li{
    color: #fff;
    list-style: disc;
}

.innerpagecontainersec ul{
    margin: 0 20px;
    padding-bottom: 20px;
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    z-index: 9;
}