@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Outfit:wght@100..900&display=swap");

/* fonts */
@font-face {
 font-family: "Pink Blue";
 src: url("../assets_new/fonts/PinkBlue.eot");
 src: url("../assets_new/fonts/PinkBlue.eot?#iefix") format("embedded-opentype"),
  url("../assets_new/fonts/PinkBlue.woff2") format("woff2"),
  url("../assets_new/fonts/PinkBlue.woff") format("woff"),
  url("../assets_new/fonts/PinkBlue.ttf") format("truetype"),
  url("../assets_new/fonts/PinkBlue.svg#PinkBlue") format("svg");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
body {
 font-family: "Outfit", sans-serif;
 position: relative;
 scroll-behavior: smooth;
 overflow-x: hidden;
}
h1 {
	color: #132028;
	font-size: 40px;
	line-height: 46px;
	font-weight: 800;
}
h2 {
	color: #132028;
	font-size: 35px;
	line-height: 45px;
	font-weight: 800;
}
/* colors */
.txt-pink {
 color: #091731;
}
.bg-pink {
 background-color: #091731;
}
/* top menue */
.top-menue .icons a {
 color: #000;
 font-size: 16px;
 /*margin-right: 7px;*/
 padding: 0 5px;
}
.top-menue .icons a:hover {
 color: #091731;
}
.top-menue p {
 color: #090909;
 font-size: 16px;
}
.top-menue .right-sec {
 text-align: right;
}
.top-menue .right-sec p a {
 padding: 0 10px;
}
.top-menue .tel i {
 color: #091731;
 font-size: 16px;
 margin-right: 7px;
}
.top-menue .tel a {
 color: #000;
 font-size: 16px;
}
.top-menue .tel a:hover {
 color: #091731;
}
/* main menue */
nav .logos {
 background-color: #091731;
 padding: 10px 25px 10px 25px;
 border-radius: 20px;
 margin-right: 10px;
}

nav .logos img {
 width: 170px;
}

nav .icons a {
 color: #fff;
 font-size: 16px;
}

nav .menues {
 background-color: #091731;
 padding: 30px 10px 30px 10px;
 border-radius: 20px;
 margin-right: 10px;
}

nav ul {
 border: 1px solid#fff;
 padding: 0 !important;
 border-radius: 50px;
}
nav .navbar-nav{
 width: 100%;
}
nav ul li {
 padding-left: 10px;
}
nav ul li a {
 font-family: "Afacad Flux", sans-serif;
 color: #fff;
 font-size: 12px;
 position: relative;
}
/* nav ul li a::after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    background-color: #091731;
    right: 0;
    top: 50%;
} */
/* nav ul li:last-child a:after{
    display: none;
} */
nav ul li a:hover {
 color: #7ea1ae !important;
}
nav .icons {
 background-color: #091731;
 padding: 32px 35px 32px 35px;
 border-radius: 20px;
 display: flex;
}
nav .icons .icon1 {
 border: 1px solid #fff;
 width: auto;
 padding: 10px;
 height: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 100px;
 font-size: 14px;
}
nav .icons .icon1:hover {
 background-color: #091731;
 border: 1px solid #091731;
}
nav .icons .icon2 {
 border: 1px solid #fff;
 display: flex;
 border-radius: 100px;
 margin-right: 20px;
}
nav .icons .icon2 .icon {
  border: 1px solid transparent;
 width: 50px;
 height: 28px;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 100px;
 font-size: 14px;
 position: relative;
}
nav .icons .icon2 .icon .cart-count{
    position: absolute;
    right: 10px;
    top: -1px;
    font-size: 10px;
    background-color: #b80000;
    border-radius: 100px;
    width: 14px;
    line-height: 0;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav .icons .icon2 .icon:hover {
 background-color: #091731;
 border: 1px solid #091731;
}
.navs-top {
 position: fixed;
 background-color: #fff;
 width: 100%;
 top: 0;
 z-index: 99;
 padding-top: 0;
 padding-bottom: 0;
 animation: anim 0.5s;
}
@keyframes anim {
 from {
  top: -200px;
 }
 to {
  top: 0px;
 }
}
/* shome banner slider adding */
.owl-carousel .owl-nav button.owl-next {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 color: #ffffffd7 !important;
 font-size: 78px !important;
 right: 18px;
}
.owl-carousel .owl-nav button.owl-prev {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 color: #ffffffd7 !important;
 font-size: 78px !important;
 left: 18px;
}
.home-banner-carousel .owl-nav {
 visibility: hidden;
}
.home-banner-carousel:hover .owl-nav {
 visibility: visible;
}
/* sec2 */
.sec1 img {
 border-radius: 20px;
}
/* sec2 */
.sec2 {
 padding: 40px 0 0;
}
.sec2 img {
 width: 40px;
}
.sec2 .col-lg-3 {
 position: relative;
 padding-top: 10px;
}
.sec2 .col-lg-3::before {
 content: "";
 position: absolute;
 height: 60px;
 width: 3px;

 background-color: #b6b4b4;

 left: 0;

 top: 0;
}

.sec2 .col-lg-3:first-child:before {
 display: none;
}

.sec2 h5,.sec2 p strong {
 font-size: 18px;

 font-weight: 600;

 color: #090909;
}

.sec2 p {
 font-size: 14px;

 color: #8e8e8e;
}

/* sec3 */

.sec3 .top-heading {
 text-align: center;
}

.sec3 p {
 font-size: 14px;

 color: #8e8e8e;
}

.sec3 .cards {
 text-align: center;
}

.sec3 .cards h5,.sec3 .cards h3,.sec3 .cards p strong {
 font-size: 18px;

 color: #090909;

 font-weight: 600;

 /* margin-top: 15px; */
}

.sec3 .cards p {
 font-size: 14px;

 color: #5a5a5a;

 /* margin-top: 20px; */

 text-transform: uppercase;
}

.sec3 .cards .btn {
 border-radius: 100px;

 font-size: 14px;

 color: #090909;

 font-weight: 500;

 padding: 3px 15px 3px 35px;

 margin-top: auto;

 position: relative;
}

.sec3 .cards .btn::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #091731;

 left: 10px;

 top: 20%;
}

.sec3 .cards:hover .btn::before {
 background-color: #fff;
}

.sec3 .cards:hover .btn {
 border: 1px solid #091731;

 color: #fff;

 background-color: #091731;
}

.sec3 .btns {
 border-radius: 100px;

 border: 1px solid #091731;

 background-color: #091731;

 font-size: 14px;

 color: #fff !important;

 font-weight: 500;

 padding: 8px 30px 8px 45px;

 margin-top: 10px;

 position: relative;
}

.sec3 .btns::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #fff;

 left: 25px;

 top: 30%;
}

.sec3 .btns:hover::before {
 background-color: #fff;
}

.sec3 .cards .cards-body {
 padding: 10px 22px 22px 22px;

 display: flex;

 flex-direction: column;

 justify-content: space-between;

 min-height: 230px;
}

.sec3 .cards:hover .cards-body {
 background: radial-gradient(
    circle at 100% 100%,
    #ffffff 0,
    #ffffff 23px,
    transparent 23px
   )
   0% 0%/25px 25px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 23px, transparent 23px)
   100% 0%/25px 25px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 23px, transparent 23px)
   0% 100%/25px 25px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 23px, transparent 23px) 100%
   100%/25px 25px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 50px)
   no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 50px) calc(100% - 4px)
   no-repeat,
  linear-gradient(transparent 7%, #3333331f 100%);

 border-radius: 25px;

 box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot span {
 width: 6px !important;

 height: 6px !important;

 margin: 20px 2px 10px !important;

 background: #091731 !important;

 display: block;

 -webkit-backface-visibility: visible;

 transition: opacity 200ms ease;

 border-radius: 100px;
}

.owl-theme .owl-dots .owl-dot.active span {
 background: #091731 !important;

 width: 45px !important;
}

/* sec5 */

.sec5 img {
 border-radius: 20px;
}

/* sec7 */

.sec7 {
 background-image: url("../assets_new/images_new/Wholesale-BG.png");

 background-position: center;

 background-repeat: no-repeat;

 background-size: cover;

 padding: 15px 0 40px 0;

 border-radius: 25px;

 /*margin-top: 80px;*/
}

.sec7 .top-heading {
 text-align: center;
}
.sec7 h2 {
	color: #fff;
}

.sec7 .top-heading p {
 font-size: 14px;

 color: #fff;
}

.sec7 .cards {
 text-align: center;

 border: 8px solid #fff;

 background-color: #2e2d2d70;

 border-radius: 50px;

 padding: 25px 10px;
     min-height: 100%;
}

.sec7 .cards:hover {
	border: 8px solid #7ea1ae;
}

.sec7 .cards h5,.sec7 .cards h3 {
 	font-size: 27px;
 	color: #fff;
 	font-weight: 600;
 	text-transform: uppercase;
 	/*min-height: 105px;*/
}

.sec7 .cards p::after {
 content: "";

 width: 142px;

 height: 3px;

 border-radius: 100px;

 position: absolute;

 background-color: #fff;

 display: block;

 left: 50%;

 top: -10px;

 transform: translate(-50%, -50%);
}

.sec7 .cards p {
 font-size: 25px;

 color: #fff;

 font-weight: 300;

 margin-top: 40px;

 line-height: 34px;

 position: relative;
}

.sec7 .cards p span {
 font-size: 40px;

 color: #fff;

 font-weight: 700;

 text-transform: uppercase;
}

.sec7 .cards p strong {
 font-size: 33px;

 color: #fff;

 font-weight: 600;

 text-transform: uppercase;

 line-height: 33px;
}

.sec7 .cards .btn {
 border-radius: 100px;

 font-size: 14px;

 color: #fff;

 font-weight: 400;

 padding: 3px 20px 3px 45px;

 margin-top: 20px;

 position: relative;
}

.sec7 .cards .btn::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #091731;

 left: 20px;

 top: 20%;
}

.sec7 .cards:hover .btn::before {
 background-color: #fff;
}

.sec7 .cards:hover .btn {
 border: 1px solid #7ea1ae;

 color: #fff;

 background-color: #7ea1ae;
}

.sec7 .btns {
 border-radius: 100px;

 border: 1px solid #091731;

 background-color: #091731;

 font-size: 14px;

 color: #fff;

 font-weight: 500;

 padding: 8px 30px 8px 45px;

 margin-top: 10px;

 position: relative;
}

.sec7 .btns::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #fff;

 left: 25px;

 top: 30%;
}

.sec7 .btns:hover::before {
 background-color: #fff;
}

/* sec8 */

.sec8 img {
 border-radius: 20px;
}

.sec8 .top-heading {
 text-align: center;
}


.sec8 p {
 font-size: 14px;

 color: #8e8e8e;
}

/* sec9 */

.sec9 {
 background-image: url("../assets_new/images/bg2.jpg");

 background-position: center;

 background-repeat: no-repeat;

 background-size: cover;

 /*padding: 40px 0 40px 0;*/
}

/* .sec9 .item{

    width: 800px;

} */

.sec9 .cards {
 border: 1px solid #5a5a5a;

 padding: 30px 20px;

 border-radius: 25px;

 position: relative;
}

.sec9 .cards::after {
 content: "";

 width: 74px;

 height: 60px;

 position: absolute;

 background-image: url(../assets_new/images/icon5.jpg);

 background-repeat: no-repeat;

 background-position: center;

 right: 86px;

 top: -21px;
}

.sec9 .top-heading {
 text-align: center;
}


.sec9 .left-content img {
 width: 70% !important;

 margin-right: 10px;
}

.sec9 .left-content {
 border-right: 2px solid #000;

 display: flex;

 padding: 14px 20px 14px 0;
}

.sec9 .left-content h5 {
 font-size: 18px;

 font-weight: 600;

 color: #000000;
}

.sec9 p {
 font-size: 14px;

 color: #878787;
}

/* .jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {

    height: 100%;

    margin: 13px 0;

    padding: 25px !important; */

/* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */

/* border: 1px solid #000 !important;

    border-radius: 26px !important;

    width: 100%;

    position: relative;

} */

/* .jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper::after {

    content: "❠";

    width: 0;

    height: 0;

    font-size: 100px;

    background-color: #fcfcfc;

    color: red;

    position: absolute;

    background-image: url(../assets/images/icon5.jpg);

    background-repeat: no-repeat;

    background-position: center;

    right: 86px;

    top: -109px;

} */

/* sec10 */

.sec10 {
 background-image: url("../assets_new/images_new/Reviews-BG.png");

 background-position: center;

 background-repeat: no-repeat;

 background-size: cover;

 padding: 13px 0 13px 0;

 border-radius: 25px;
}

.sec10 .left-content img {
 width: 230px;

 border-right: 2px solid #fff;

 padding: 20px 30px 20px 0;

 margin-right: 40px;
}

.sec10 p strong {
 font-size: 33px;

 font-weight: 600;

 color: #fff;
}

.sec10 .left-content h3 {
 font-size: 33px;

 font-weight: 600;

 color: #fff;
}

.sec10 .left-content p {
 font-size: 14px;

 color: #fff;
}

.sec10 p strong {
 font-size: 50px;

 font-weight: 600;

 color: #fff;
}

.sec10 .stars {
 font-size: 18px;

 color: #fff;

 text-align: center;

 line-height: 12px;
}

.sec10 .btn {
 border-radius: 100px;

 font-size: 14px;

 color: #091731;

 background-color: #fff;

 font-weight: 500;

 padding: 3px 15px 3px 35px;

 margin-top: 10px;

 position: relative;
}

.sec10 .btn::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #090909;

 left: 10px;

 top: 20%;
}

/* sec3 */

.sec11 img {
 border-radius: 20px;
}

.sec11 .top-heading {
 text-align: center;
}


.sec11 p {
 font-size: 14px;

 color: #8e8e8e;
}

.sec11 .cards {
 text-align: center;

 width: 100%;
}

.sec11 .cards .cards-body {
 background: radial-gradient(
    circle at 100% 100%,
    #ffffff 0,
    #ffffff 23px,
    transparent 23px
   )
   0% 0%/25px 25px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 23px, transparent 23px)
   100% 0%/25px 25px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 23px, transparent 23px)
   0% 100%/25px 25px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 23px, transparent 23px) 100%
   100%/25px 25px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 50px)
   no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 50px) calc(100% - 4px)
   no-repeat,
  linear-gradient(transparent 7%, #3333331f 100%);

 border-radius: 25px;

 padding: 0 22px 22px 22px;

 box-sizing: border-box;

 display: flex;

 flex-direction: column;

 justify-content: space-between;

 min-height: 150px;
}

.sec11 .cards:hover .cards-body {
 /* border: 1px solid #b6b4b4; */

 /* border-image: linear-gradient(to bottom, #fff 0%, #b6b4b4 100%) 1; */
}

.sec11 .cards h5,.sec11 .cards h3 {
 font-size: 25px;

 color: #090909;

 font-weight: 700;

 margin-top: 15px;

 text-transform: uppercase;
}

.sec11 .cards p {
 font-size: 14px;

 color: #8e8e8e;

 visibility: hidden;
}

.sec11 .cards:hover p {
 visibility: visible;
}

/* Grow */

.hvr-grow {
 display: inline-block;

 vertical-align: middle;

 -webkit-transform: perspective(1px) translateZ(0);

 transform: perspective(1px) translateZ(0);

 box-shadow: 0 0 1px rgba(0, 0, 0, 0);

 -webkit-transition-duration: 0.3s;

 transition-duration: 0.3s;

 -webkit-transition-property: transform;

 transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
 -webkit-transform: scale(1.1);

 transform: scale(1.1);
}

.sec11 .cards .btn {
 border-radius: 100px;

 font-size: 14px;

 color: #090909;

 font-weight: 500;

 padding: 3px 15px 3px 35px;

 margin-top: auto;

 position: relative;
}

.sec11 .cards .btn::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #091731;

 left: 10px;

 top: 20%;
}

.sec11 .cards:hover .btn::before {
 background-color: #fff;
}

.sec11 .cards:hover .btn {
 border: 1px solid #091731;

 color: #fff;

 background-color: #091731;
}

.sec11 .btns {
 border-radius: 100px;

 border: 1px solid #091731;

 background-color: #091731;

 font-size: 14px;

 color: #fff;

 font-weight: 500;

 padding: 8px 30px 8px 45px;

 margin-top: 10px;

 position: relative;
}

.sec11 .btns::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #fff;

 left: 25px;

 top: 30%;
}

.sec11 .btns:hover::before {
 background-color: #fff;
}

/* sec12 */

.sec12 {
 background-image: url("../assets_new/images_new/Wholesale-BG.png");

 background-position: center;

 background-repeat: no-repeat;

 background-size: cover;

 padding: 20px 0 7px 0;

 border-radius: 25px;
}

.sec12 .btn-group input {
 box-shadow: none;

 padding: 33px 100px 33px 30px;

 border-radius: 100px;
}

.sec12 .btn-group button {
 background-color: #090909;

 box-shadow: none;

 border-radius: 100px;

 padding: 15px 50px;

 border: 1px solid #091731;

 font-size: 14px;
}

.sec12 .btn-group .input-group-append {
 background-color: #090909;

 padding: 5px;

 border-radius: 100px;

 margin-left: -50px;
}

.sec12 .left-content img {
 width: 110px;
}

.sec12 .left-content h3 {
 font-size: 30px;

 font-weight: 500;

 color: #fff;
}

.sec12 .left-content strong {
 color: #7ea1ae;

 font-size: 32px;
}

.sec12 .left-content p {
 font-size: 14px;

 color: #fff;
}

/* footer */

footer .middle-footer {
 background-image: none;

 background-position: center;

 background-repeat: no-repeat;

 background-size: contain;

 border-radius: 30px;

 padding: 40px 0 20px;

 position: relative;

 overflow: hidden;
}

footer ul li a {
 color: #303030;

 font-size: 14px;

 font-weight: 500;

 position: relative;

 text-decoration: none;

 text-transform: uppercase;
}

footer ul li a::after {
 content: "";

 width: 7px;

 height: 7px;

 border-radius: 100px;

 position: absolute;

 background-color: #091731;

 left: -15px;

 top: 40%;
}

footer ul li a:hover {
 color: #091731;
}

footer .logos {
 width: 300px;
}

footer p {
 font-size: 14px;
 margin-bottom: 0;
}

footer .icons .icon {
 background-color: #181818;

 color: #fff;

 width: 30px;

 height: 30px;

 display: flex;

 justify-content: center;

 align-items: center;

 border-radius: 100px;

 font-size: 18px;
}

footer .icons .icon:hover {
 background-color: #091731;
 border: 1px solid #091731;
}

footer .important-link {
 position: relative;
}

footer .important-link .links {
/* font-family: "Pink Blue";*/
 border: 1px solid #091731;
 background-color: #fff;
 width: 350px;
 border-radius: 100px;
 text-align: center;
 z-index: 2;
 position: relative;
/* text-shadow: -2px -2px 0px #d6d7d7;*/
}

footer .important-link .links p strong {
 margin-block-start: 0 !important;
 font-size: 30px;
}

footer .important-link .lines::after {
 content: "";

 position: absolute;

 z-index: 1;

 background-color: #091731;

 height: 2px;

 width: 2200px;

 top: 18px;

 right: -1400px;
}

footer .address .contacts {
 border: 1px solid #091731;

 background-color: #e2e1e1;

 display: flex;

 border-radius: 100px;

 width: 170px;

 z-index: 2;

 position: relative;
}

footer .address .bg-clrs {
 background-color: #091731;

 font-size: 14px;

 padding-left: 30px;

 margin-left: -10px;

 z-index: 1;

 position: relative;
}

footer .address .bg-clrs::after {
 content: "";

 position: absolute;

 background-color: #091731;

 height: 100%;

 width: 1400px;

 top: 0;

 right: -1400px;
}

footer .address .contacts .icon {
 background-color: #091731;

 color: #fff;

 width: 39px;

 height: 39px;

 display: flex;

 justify-content: center;

 align-items: center;

 border-radius: 100px;

 font-size: 16px;

 margin-right: 10px;
}

footer .address .contacts a {
 color: #303030;

 text-decoration: none;

 font-size: 16px;
}

footer .address .contacts .icon:hover {
 background-color: #091731;

 border: 1px solid #091731;
}

.scroll-top {
 position: fixed;

 bottom: 25px;

 right: 5px;

 background-color: #091731;

 border-radius: 100px;

 width: 35px;

 height: 35px;

 display: flex;

 justify-content: center;

 align-items: center;

 color: #fff;

 z-index: 99;
}

a {
 text-decoration: none !important;
}

.show-desktop {
 display: block;
}

.show-mobile {
 display: none;
}

/*.home-nav
 #mega-menu-wrap-menu-1
 #mega-menu-menu-1
 > li.mega-menu-megamenu
 > ul.mega-sub-menu {
 width: 140%;

 left: -20%;
}*/

body.modal-open {
 background: rgba(0, 0, 0, 0.9);

 scroll-behavior: unset;
}

#searchModal .modal-dialog {
 border-radius: 15px;

 width: 100%;

 max-width: 50%;

 top: 35%;
}

#searchModal .modal-dialog .modal-content {
 background: #000;

 border-radius: 15px;
}

#searchModal .modal-dialog .modal-content .modal-header {
 border: none;

 padding: 0;
}

#searchModal .modal-dialog .modal-content .modal-header .close {
 background: #9d2321 !important;

 opacity: 1;

 padding: 0px !important;

 height: 40px;

 width: 40px;

 font-size: 25px !important;

 border-radius: 50px;
 color: #fff;
}

#searchModal .modal-dialog .modal-content .form-group {
 position: relative;
}

#searchModal .modal-dialog .modal-content .form-group input[type="text"] {
 height: 50px;

 width: 100%;

 color: #000;

 font-size: 16px;

 line-height: 50px;

 padding: 0 50px 0 15px;
}

#searchModal .modal-dialog .modal-content .form-group button {
 height: 50px;

 width: 50px;

 font-size: 20px;

 line-height: 50px;

 position: absolute;

 z-index: 5;

 right: 0;

 top: 0;

 padding: 0px !important;

 margin: 0px !important;

 background: transparent;

 color: #000;

 border: none;

 font-weight: bold;
}

.brands-page .tab {
 text-align: center;
}

.brands-page .tab button {
 background-color: #505050;

 border: none;

 outline: none;

 cursor: pointer;

 padding: 14px 16px;

 transition: 0.3s;

 font-size: 17px;

 margin-right: 10px;

 margin-bottom: 20px;

 display: inline-block;

 float: none;

 color: #fff;

 font-weight: 600;
}

.brands-page .tab button:hover {
 background-color: #091731;
}

.brands-page .tab button.active {
 background-color: #091731;
}

/* Style the tab content */

.brands-page .tabcontent {
 display: none;

 padding: 6px 12px;

 border: none;

 border-top: none;
}

.banner header nav ul > li:nth-child(2) .sub-menu {
 width: 260px;

 right: 0;
}

/************************ New Version CSS Start ****************************/
.scroll-tops {
	background-color: #091731;
	color: #fff;
	width: 39px;
	height: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	font-size: 22px;
	font-weight: bold;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
.inner-pages .inner-banners {
 /* background-color: #09173154; */

 padding: 50px 0;

 text-align: center;

 border-radius: 0;
}

/*.inner-pages .inner-banners h1 {
 font-family: "Pink Blue";
 text-shadow: -3px -3px 0px #d6d7d7;
 font-size: 60px;
 color: #090909;
}*/


.inner-pages .inner-headings .top-headings h3 {
 /* font-family: "Pink Blue";

 text-shadow: -3px -3px 0px #d6d7d7; */

    font-size: 25px;
    color: #090909;
    font-weight: 400;
}

.inner-pages .inner-headings .top-headings h4 {
 /* font-family: "Pink Blue";

 text-shadow: -3px -3px 0px #d6d7d7; */
  font-size: 27px;
  color: #090909;
  /* font-weight: 300; */
}

.inner-pages .inner-headings p {
 font-size: 16px;

 font-weight: 400;

 color: #090909;
}

.inner-pages .inner-headings a {
 color: #091731;

 text-decoration: none;
}

.inner-pages .btns .btn {
 background-color: #091731;

 border-radius: 100px;

 font-size: 18px;

 color: #fff;

 font-weight: 500;

 padding: 8px 35px;

 margin-top: auto;

 position: relative;

 text-align: center;
}

.inner-pages .btns .btn:hover {
 border: 1px solid #091731;

 color: #fff;

 background-color: #091731;
}

.inner-pages .inner-headings .jumbotron {
 /* background-color: #09173154; */
 /* padding: 30px; */
 text-align: center;
 border-top: 4px solid #091731;
 box-shadow: 0 4px 106px rgb(0 0 0/9%);
 padding: 30px;
 border-radius: 10px;
}

.inner-pages .inner-headings .jumbotron h2 {
 font-size: 28px;

 font-weight: 300;
}

.inner-pages .inner-headings .jumbotron p {
 font-size: 20px;

 font-weight: 300;

 margin-top: 20px;
}

.inner-pages .jumbotron img {
 width: 30px;

 margin-right: 10px;
}

.inner-pages .cards {
 /* border-top: 4px solid #091731; */

 /* box-shadow: 0 4px 32px rgb(0 0 0 / 16%); */

 /* box-shadow: 0 4px 106px rgb(0 0 0 / 9%); */

 /* padding: 30px; */

 /* border-radius: 10px; */
}

.inner-pages .cards input {
 border-radius: 20px;

 padding: 22px 20px;

 /* border-color: black; */
}

.inner-pages .cards textarea {
 border-radius: 20px;

 /* border-color: black; */
}

.inner-pages .cards .btns {
 text-align: center;

 margin-top: 30px;
}

.inner-pages #accordion .card {
 margin-bottom: 15px;

 border: 0;
}

/*.inner-pages #accordion .card .card-header {
 background-color: rgb(239 178 178 / 43%);
 padding: 0;
 border-bottom: 0px solid rgba(0, 0, 0, 0.125);
 box-shadow: 0 2px 27px rgb(0 0 0 / 0.1);
}*/
.inner-pages #accordion .card .card-header {
	padding: 0;
	background: no-repeat;
	border: none;
}
.inner-pages #accordion .card .card-header button {
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding: 13px 40px 12px;
	width: 100%;
	color: #fff;
	font-size: 20px;
	box-shadow: none;
	text-decoration: none;
	background: #091731;
	text-align: left;
}
.inner-pages #accordion .card .card-header button.collapsed:hover{
	background: #091731;
}
.inner-pages #accordion .card .card-header button.collapsed{background: #000;}

.inner-pages .accordion-button::after {
 content: "+";
 float: left;
 position: absolute;
 left: 17px;
 font-size: 24px;
}

.inner-pages .accordion-button.collapsed::after {
 content: "+";
}

.inner-pages .accordion-button:not(.collapsed)::after {
 content: "−";

 /* minus sign */
}
/* 
.inner-pages .cards h3::after {
 top: -20px;
} */

.inner-pages .inner-headings .Canel-Anytime i {
 font-size: 50px;
}

.inner-pages .inner-headings .Canel-Anytime h4 {
 font-size: 25px;
}

/**** Spinning Wheels ****/

/*spinning-wheel*/

#counter {
 color: #36454f;

 text-align: center;

 margin-bottom: 2rem;
}

#winnings {
 color: #36454f;

 text-align: center;

 margin-top: 2rem;
}

/*WRAPPER*/

#wrapper {
 margin: 40px auto 0;

 width: 266px;

 position: relative;
}

#txt {
 color: #eaeaea;
}

/*WHEEL*/

#wheel {
 width: 250px;

 height: 250px;

 border-radius: 50%;

 position: relative;

 overflow: hidden;

 border: 8px solid #fff;

 box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px, rgba(0, 0, 0, 0.05) 0px 3px 0px;

 transform: rotate(0deg);
}

#wheel:before {
 content: "";

 position: absolute;

 border: 4px solid rgba(0, 0, 0, 0.1);

 width: 242px;

 height: 242px;

 border-radius: 50%;

 z-index: 1000;
}

#inner-wheel {
 width: 100%;

 height: 100%;

 -webkit-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);

 -moz-transition: all 6 cubic-bezier(0, 0.99, 0.44, 0.99);

 -o-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);

 -ms-transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);

 transition: all 6s cubic-bezier(0, 0.99, 0.44, 0.99);
}

#wheel div.sec {
 position: absolute;

 width: 0;

 height: 0;

 border-style: solid;

 border-width: 130px 75px 0;

 border-color: #19c transparent;

 transform-origin: 75px 129px;

 left: 50px;

 top: -4px;

 opacity: 1;
}

#wheel div.sec:nth-child(1) {
 transform: rotate(60deg);

 -webkit-transform: rotate(60deg);

 -moz-transform: rotate(60deg);

 -o-transform: rotate(60deg);

 -ms-transform: rotate(60deg);

 border-color: #16a085 transparent;
}

#wheel div.sec:nth-child(2) {
 transform: rotate(120deg);

 -webkit-transform: rotate(120deg);

 -moz-transform: rotate(120deg);

 -o-transform: rotate(120deg);

 -ms-transform: rotate(120deg);

 border-color: #2980b9 transparent;
}

#wheel div.sec:nth-child(3) {
 transform: rotate(180deg);

 -webkit-transform: rotate(180deg);

 -moz-transform: rotate(180deg);

 -o-transform: rotate(180deg);

 -ms-transform: rotate(180deg);

 border-color: #34495e transparent;
}

#wheel div.sec:nth-child(4) {
 transform: rotate(240deg);

 -webkit-transform: rotate(240deg);

 -moz-transform: rotate(240deg);

 -o-transform: rotate(240deg);

 -ms-transform: rotate(240deg);

 border-color: #f39c12 transparent;
}

#wheel div.sec:nth-child(5) {
 transform: rotate(300deg);

 -webkit-transform: rotate(300deg);

 -moz-transform: rotate(300deg);

 -o-transform: rotate(300deg);

 -ms-transform: rotate(300deg);

 border-color: #d35400 transparent;
}

#wheel div.sec:nth-child(6) {
 transform: rotate(360deg);

 -webkit-transform: rotate(360deg);

 -moz-transform: rotate(360deg);

 -o-transform: rotate(360deg);

 -ms-transform: rotate(360deg);

 border-color: #c0392b transparent;
}

#wheel div.sec .fa {
 margin-top: -100px;

 color: rgba(0, 0, 0, 0.2);

 position: relative;

 z-index: 10000000;

 display: block;

 text-align: center;

 font-size: 36px;

 margin-left: -15px;

 text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px,
  rgba(0, 0, 0, 0.2) 0px 1px 0px;
}

#spin {
 width: 68px;

 height: 68px;

 position: absolute;

 top: 50%;

 left: 50%;

 margin: -34px 0 0 -34px;

 border-radius: 50%;

 box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;

 z-index: 1000;

 background: #fff;

 cursor: pointer;

 font-family: "Exo 2", sans-serif;

 -webkit-user-select: none;

 -moz-user-select: none;

 -ms-user-select: none;

 -o-user-select: none;

 user-select: none;
}

#spin:after {
 content: "SPIN";

 text-align: center;

 line-height: 68px;

 color: #ccc;

 text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0, 0, 0, 0.3);

 position: relative;

 z-index: 100000;

 width: 68px;

 height: 68px;

 display: block;
}

#spin:before {
 content: "";

 position: absolute;

 width: 0;

 height: 0;

 border-style: solid;

 border-width: 0 20px 28px 20px;

 border-color: transparent transparent #ffffff transparent;

 top: -12px;

 left: 14px;
}

#inner-spin {
 width: 54px;

 height: 54px;

 position: absolute;

 top: 50%;

 left: 50%;

 margin: -27px 0 0 -27px;

 border-radius: 50%;

 background: red;

 z-index: 999;

 box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset,
  rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;

 background: rgb(255, 255, 255); /* Old browsers */

 background: -moz-radial-gradient(
  center,
  ellipse cover,
  rgba(255, 255, 255, 1) 0%,
  rgba(234, 234, 234, 1) 100%
 ); /* FF3.6+ */

 background: -webkit-gradient(
  radial,
  center center,
  0px,
  center center,
  100%,
  color-stop(0%, rgba(255, 255, 255, 1)),
  color-stop(100%, rgba(234, 234, 234, 1))
 ); /* Chrome,Safari4+ */

 background: -webkit-radial-gradient(
  center,
  ellipse cover,
  rgba(255, 255, 255, 1) 0%,
  rgba(234, 234, 234, 1) 100%
 ); /* Chrome10+,Safari5.1+ */

 background: -o-radial-gradient(
  center,
  ellipse cover,
  rgba(255, 255, 255, 1) 0%,
  rgba(234, 234, 234, 1) 100%
 ); /* Opera 12+ */

 background: -ms-radial-gradient(
  center,
  ellipse cover,
  rgba(255, 255, 255, 1) 0%,
  rgba(234, 234, 234, 1) 100%
 ); /* IE10+ */

 background: radial-gradient(
  ellipse at center,
  rgba(255, 255, 255, 1) 0%,
  rgba(234, 234, 234, 1) 100%
 ); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#spin:active #inner-spin {
 box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

#spin:active:after {
 font-size: 15px;
}

#shine {
 width: 250px;

 height: 250px;

 position: absolute;

 top: 0;

 left: 0;

 background: -moz-radial-gradient(
  center,
  ellipse cover,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0.99) 1%,
  rgba(255, 255, 255, 0.91) 9%,
  rgba(255, 255, 255, 0) 100%
 ); /* FF3.6+ */

 background: -webkit-gradient(
  radial,
  center center,
  0px,
  center center,
  100%,
  color-stop(0%, rgba(255, 255, 255, 1)),
  color-stop(1%, rgba(255, 255, 255, 0.99)),
  color-stop(9%, rgba(255, 255, 255, 0.91)),
  color-stop(100%, rgba(255, 255, 255, 0))
 ); /* Chrome,Safari4+ */

 background: -webkit-radial-gradient(
  center,
  ellipse cover,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0.99) 1%,
  rgba(255, 255, 255, 0.91) 9%,
  rgba(255, 255, 255, 0) 100%
 ); /* Chrome10+,Safari5.1+ */

 background: -o-radial-gradient(
  center,
  ellipse cover,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0.99) 1%,
  rgba(255, 255, 255, 0.91) 9%,
  rgba(255, 255, 255, 0) 100%
 ); /* Opera 12+ */

 background: -ms-radial-gradient(
  center,
  ellipse cover,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0.99) 1%,
  rgba(255, 255, 255, 0.91) 9%,
  rgba(255, 255, 255, 0) 100%
 ); /* IE10+ */

 background: radial-gradient(
  ellipse at center,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0.99) 1%,
  rgba(255, 255, 255, 0.91) 9%,
  rgba(255, 255, 255, 0) 100%
 ); /* W3C */

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

 opacity: 0.1;
}

/*ANIMATION*/

@-webkit-keyframes hh {
 0%,
 100% {
  transform: rotate(0deg);

  -webkit-transform: rotate(0deg);
 }

 50% {
  transform: rotate(7deg);

  -webkit-transform: rotate(7deg);
 }
}

@keyframes hh {
 0%,
 100% {
  transform: rotate(0deg);

  -webkit-transform: rotate(0deg);
 }

 50% {
  transform: rotate(7deg);

  -webkit-transform: rotate(7deg);
 }
}

.spin {
 -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */

 animation: hh 0.1s;
}

.inner-pages .inner-headings .text-decoration-line-through {
 text-decoration: line-through;
}

.inner-pages .inner-headings .txt-prizes i {
 font-size: 21px;

 margin-top: 8px;
}

.inner-pages .inner-headings .txt-prizes p {
 font-size: 16px !important;

 margin-top: 8px !important;

 color: #fff;
}

.inner-pages .inner-headings .cards .btn {
 font-size: 14px;

 padding: 5px 24px 5px 34px;
 margin-top: 20px;
 position: relative;
}

.inner-pages .inner-headings .cards .btn::before {
 left: 16px;
  width: 10px;
  height: 10px;
 top: 30%;
}
.woocommerce div.product form.cart .variations{
    width: 100%;
    overflow-x: auto;
    display: block;
}
h2.woocommerce-loop-product__title,
.woocommerce-Price-amount.amount {
 font-size: 18px !important;
 color: #090909;
 font-weight: 600;
 margin-top: 15px !important;
}

.woocommerce-products-header__title.page-title,
ul.products li {
 text-align: center;
}

/************************** New Version CSS End ***************************/

.membership_plans {
 margin-top: 30px;
}

.blogOutr .btns {
 border-radius: 0;
 border: none;
 background-color: transparent;
 text-align: center;
}

.blogContent {
 display: none;
}

.blogOutr .cards p {
 padding: 10px 0px 10px 0px;
}

.sidebar-block {
 background-color: #f5f5f5;
 box-shadow: 0 0 14px #c6c6c6;
 margin-bottom: 40px;
 border-radius: 15px;
}

.sidebar-block h3 {
 background-color: #000;
 font-size: 20px;
 line-height: 45px;
 color: #fff;
 padding: 0 15px;
 font-weight: 600;
 text-transform: uppercase;
 border-top-left-radius: 15px;
 border-top-right-radius: 15px;
 font-family: var(--font-heading);
}
.sidebar-block ul li {
 font-size: 18px;
 line-height: 24px;
 border-bottom: 1px solid #ccc;
 padding: 9px 10px;
}
.sidebar-block ul li a {
 color: #000 !important;
}
.blogWrapper {
 margin: 50px;
}
.blogDtlsOutr p {
 font-size: 17px;
 font-weight: 400;
 line-height: 24px;
 margin: 30px 0 0 0;
}
.blogDtlsOutr h1 {
 text-align: center;
 margin-top: 20px;
}

.vipForm h3 {
 font-family: "Pink Blue";
 text-shadow: -3px -3px 0px #d6d7d7;
 font-size: 30px !important;
 color: #090909;
}

.mtop40 {
	margin-top: 40px;
}

.location-page-top-content p {
	color: #212529;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	font-weight: 500;
}
.read-more-btn {
	border-radius: 100px;
	border: 1px solid #091731;
	background-color: #091731;
	font-size: 14px;
	color: #fff !important;
	font-weight: 500;
	padding: 8px 30px 8px 45px;
	margin: 30px auto 10px;
	position: relative;
	transition: all ease 0.3s;
	display: table;
}
.read-more-btn::before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 100px;
	position: absolute;
	background-color: #fff;
	left: 25px;
	top: 30%;
}
.read-more-btn:hover{
	border: 1px solid #090909;
	background-color: #090909;
}

.location-page-bottom-content{}
.location-page-bottom-content fieldset {
	/* display: block; */
	margin-bottom: 50px;
	box-shadow: 0 0 14px #d0d0d0;
	border-radius: 15px;
	padding: 15px 15px 20px;
}
.location-page-bottom-content fieldset p,.location-bottom-faq p {
	color: #212529;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
	font-weight: 500;
}

.location-bottom-faq{
	margin-bottom: 50px;
	box-shadow: 0 0 14px #d0d0d0;
	border-radius: 15px;
	padding: 15px 15px 20px;
}
.location-bottom-faq .accordion {
   background-color: #eee;
   color: #444;
   cursor: pointer;
   padding: 18px;
   width: 100%;
   border: none;
   text-align: left;
   outline: none;
   font-size: 18px;
   transition: 0.4s;
   font-family: var(--font-heading);
   margin-top: 20px;
   display: flex;
   justify-content: space-between;  /* Align the content to both ends */
   align-items: center;  /* Center the content vertically */
}
.location-bottom-faq .accordion.active, .location-bottom-faq .accordion:hover {
   background-color: #ccc;
}
/*.location-bottom-faq .accordion span {
   font-weight: bold;
   font-size: 24px;
   color: #777;
   content: "\02795"; 
}
.location-bottom-faq .accordion.active span {
   content: "\2796"; 
}*/
.location-bottom-faq .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.location-bottom-faq .accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.location-bottom-faq .panel {
   padding: 0 18px;
   background-color: white;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
}

#mega-menu-menu-1 li a {
	padding: 0 5px !important;
	font-weight: 500 !important;
	line-height: 34px !important;
}
#mega-menu-menu-1 > li.mega-menu-grid > .mega-sub-menu {  
  	width: 100vw !important;  
  	left: -34.3%!important;
	background: #fff !important;
	box-shadow: 0 0 14px #d3d3d3 !important;
	padding: 0 30px 0 30px !important;
	border-bottom-left-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
}
#mega-menu-menu-1 li.mega-menu-item {
  padding: 0 5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-303581 > a.mega-menu-link {
    font-size: 16px !important;
}
.mega-sub-menu li {
	padding: 0px 5px !important;
}
.mega-sub-menu h4{
	background-color: #091731;
	font-weight: 500;
  	font-size: 18px;
  	margin-bottom: 10px;
  	line-height: 34px;
  	color: #fff;
  	padding: 0 10px;
  	border-radius: 5px;
  	text-transform: uppercase;
}
.mega-sub-menu h4 {
	background-color: #091731;
	font-size: 18px !important;
	line-height: 34px;
	margin-bottom: 10px !important;
	color: #fff !important;
	padding: 0 10px !important;
	border-radius: 5px !important;
	text-transform: uppercase !important;
}

.tobacco-row {
  margin: 50px 0 50px 0;
  box-shadow: 0 0 14px #d0d0d0;
  border-radius: 15px;
  padding: 15px 15px 20px;
}
.feedback-container {
	box-shadow: 0 0 14px #c7c7c7;
	border-radius: 15px;
	padding: 20px;
	width: 60%;
	border-top: 4px solid #091731;
}
.feedback-container label{display: block;}
.feedback-container input[type="text"],.feedback-container input[type="email"]{
	height: 40px;
	width: 90%;
	display: block;
	padding: 0 15px;
}
.feedback-container textarea {
	height: 100px;
	width: 100%;
	padding: 15px;
}
.feedback-container button {
	background-color: #091731;
	border: none;
	color: #fff!important;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 50px;
	font-size: 18px;
}
span.copylnk a{
  color: #091731;
}

/*  inner pages css */

/* product */
.te_woo-addon-cat .woo-addon-cat-content {
 margin-top: 0;
}
.inner-banner-wrap {
 position: relative;
 height: auto !important;
}
.inner-banner-wrap img {
 width: 100%;
 height: auto !important;
 object-fit: unset !important;
}
.inner-banner-wrap .showDesktop {
 display: block;
 width: 100%;
}
.inner-banner-wrap .showMobile {
 display: none;
 width: 100%;
}
.inner-banner-wrap .inner-banner-content {
 position: absolute;
 left: auto !important;
 top: 50% !important;
 width: 100%;
 text-align: center;
 transform: translateY(-50%);
}
.inner-banner-wrap .inner-banner-content h1 {
 color: #fff;
}
.category-page-main .category-page-content {
 margin-top: 50px;
 padding: 40px;
 box-shadow: 0 0 14px #d0d0d0;
 border-radius: 15px;
 text-align: center;
}
.category-page-main .category-page-content h2 {
 font-size: 28px;
}
.category-page-main .category-page-content p {
 margin-top: 20px;
 margin-bottom: 35px;
}
.category-page-main .category-page-content a {
 background-color: #000;
 border-radius: 10px;
 padding: 14px 40px;
 font-size: 15px;
 color: #fff;
}
.te_woo-addon-cat .woo-addon-cat-content {
 margin-top: 50px;
 padding: 28px;
 box-shadow: 0 0 14px #d0d0d0;
 border-radius: 15px;
}
.te_woo-addon-cat .woo-addon-cat-content h2 {
 font-size: 28px;
}
.te_woo-addon-cat .woo-addon-cat-content h3 {
 font-size: 22px;
}
.category-page-main .category-page-content p {
 font-size: 15px;
}
.te_woo-addon-cat .woo-addon-cat-content ul {
 padding: 0 0 0 21px;
 margin: 0;
}
.te_woo-addon-cat .woo-addon-cat-content ul li {
 margin-top: 12px;
}
.te_woo-addon-cat .read-more-btn {
 background-color: #000;
 border-radius: 10px;
 padding: 14px 40px;
 font-size: 15px;
 color: #fff;
 width: auto;
 display: table;
 margin: 15px auto;
 margin-top: 40px;
}
.te_woo-addon-cat .read-more-btn:hover {
 background-color: #091731;
 border-color: #091731;
}
.catgory-page-faq {
 margin-top: 40px;
}
.coa-wrap .accordion {
 background-color: #eee;
 color: #444;
 cursor: pointer;
 padding: 18px;
 width: 100%;
 border: none;
 text-align: left;
 outline: none;
 font-size: 18px;
 transition: 0.4s;
 font-family: var(--font-heading);
 margin-top: 20px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.catgory-page-faq .accordion .panel {
 padding: 20px;
}
.catgory-page-faq .accordion span {
 font-size: 27px;
 color: #777;
}
.coa-wrap .panel {
 padding: 0 18px;
 background-color: #fff;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
}
.coa-wrap .accordion.active span {
 content: "\2212";
}
.coa-wrap .accordion.active,
.coa-wrap .accordion:hover {
 background-color: #ccc;
}

nav.woocommerce-pagination {
 text-align: center;
 width: 100%;
 margin-top: 30px;
}
nav.woocommerce-pagination ul {
 display: inline-block;
 white-space: nowrap;
 padding: 0;
 clear: both;
 border: 1px solid #cfc8d8;
 border-radius: 0;
 border-right: 0;
 margin: 1px;
}
nav.woocommerce-pagination ul li a {
 margin: 0;
 text-decoration: none;
 color: #000;
 padding: 0;
 line-height: 1;
 font-size: 1em;
 font-weight: 400;
 padding: 0.5em;
 min-width: 1em;
 display: block;
}
nav.woocommerce-pagination ul li a:hover {
 background: #091731 !important;
 color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
 background: #091731 !important;
 color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
 background: #091731 !important;
 color: #fff !important;
}
nav.woocommerce-pagination ul li {
 border-right: 1px solid #cfc8d8;
 padding: 0;
 margin: 0;
 float: left;
 display: inline;
 overflow: hidden;
}
nav.woocommerce-pagination ul li span {
 margin: 0;
 text-decoration: none;
 padding: 0;
 line-height: 1;
 font-size: 1em;
 font-weight: 400;
 padding: 0.5em;
 min-width: 1em;
 display: block;
}
nav.woocommerce-pagination ul li span.current {
 background: #091731;
 color: #fff;
}

/* product */
.products .product_card a img {
 margin: 0 !important;
}
.products .product_card {
 background-color: #fff !important;
 text-align: center;
 width: 100%;
 margin-bottom: 1.992em;
 min-height: 450px;
 position: relative;
 /* overflow: hidden; */
 border: 1px solid rgba(0, 0, 0, 0.125);
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 border-bottom-left-radius: 15px;
 border-bottom-right-radius: 15px;
}
.products .product_card span.onsale {
 min-height: 40px;
 min-width: 40px;
 padding: 6px 0 0 0;
 font-size: 1em;
 font-weight: 400;
 position: absolute;
 text-align: center;
 line-height: 2;
 top: -7px;
 right: -6px;
 margin: 0;
 border-radius: 100%;
 background-color: #091731 !important;
 color: #fff;
 font-size: 13px;
 z-index: 9;
}
.yith-wcwl-add-to-wishlist-button:not(
  .yith-wcwl-add-to-wishlist-button--themed-button
 ).yith-wcwl-add-to-wishlist-button--added
 svg.yith-wcwl-add-to-wishlist-button-icon {
 color: #091731 !important;
}
.products .product_card .card-body {
 padding-top: 0 !important;
}
.products .product_card .woocommerce-loop-product__title {
 font-family: "Nunito", sans-serif;
 font-size: 18px;
 color: #191919;
 font-weight: 800;
 padding-top: 0 !important;
}
.woocommerce-loop-product__title {
 line-height: 24px !important;
 min-height: 100px;
}
.products .product_card .button {
 background-color: #191919 !important;
 border-radius: 27px;
 padding: 10px 19px 12px;
 font-size: 14px;
 color: #fff;
 font-weight: 400;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 a.button {
 background-color: #191919;
 border-radius: 27px;
 padding: 10px 19px 12px;
 font-size: 14px;
 color: #fff;
 font-weight: 400;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 a.button:hover {
 background-color: #091731 !important;
 text-decoration: none;
 background-image: none;
 color: #fff !important;
}

.products .product_card .button {
 position: relative;
 background-color: #191919;
 color: #fff;
 display: flex;
 /* width: 110px; */
 padding: 8px 26px 10px;
 border-radius: 16px;
 font-size: 14px;
 line-height: 16px;
 -webkit-transform: perspective(1px) translateZ(0);
 transform: perspective(1px) translateZ(0);
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.products .product_card .button:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 border-radius: 16px;
 background: #191919;
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.products .product_card .button:hover,
.products .product_card .button:focus,
.products .product_card .button:active {
 background-color: #091731 !important;
 color: white !important;
}
.products .product_card .button:hover:before,
.products .product_card .button:focus:before,
.products .product_card .button:active:before {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}
.products .product_card .price {
 font-size: 14px;
 color: #acacac !important;
}
.woo-product-grid .page-title {
 font-size: 35px;
 margin-top: 37px;
}
.woo-sidebar {
 margin-top: 40px;
}
.woo-product-grid .woof_reset_button_2 {
 padding: 0px 11px;
 background-color: #191919 !important;
 border: 1px solid #191919 !important;
 color: #fff !important;
 border-radius: 5px !important;
 font-size: 14px !important;
}
.woo-product-grid .woof_reset_button_2:hover {
 background-color: #091731 !important;
 border: 1px solid #091731 !important;
 color: #fff !important;
}
.woocommerce ul.products {
 display: flex !important;
 flex-wrap: wrap !important;
 margin: 0 -20px 0 -20px !important;
 row-gap: 30px !important;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
 width: 29.75%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
 /* margin: auto !important; */
 float: inherit !important;
 position: relative;
 /* width: 33.333%; */
 /* width: 29.75%; */
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 button.button {
 background-color: #191919 !important;
 border: 1px solid #191919 !important;
 color: #fff !important;
}
.woof_products_top_panel_ul a {
 color: #091731 !important;
}
/* .woocommerce div.product form.cart .button {
    border: 1px solid red !important;
} */
.wc-memberships-products-grant-access a {
 color: #091731 !important;
}
.jdgm-widget-actions-wrapper a {
 background-color: #091731 !important;
 border-color: transparent !important;
}
.jdgm-rev-widg .jdgm-star {
 color: #eebc40 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 button.button:hover {
 background-color: #091731 !important;
 border: 1px solid #091731 !important;
 color: #fff !important;
}
.woocommerce .woocommerce-ordering {
 margin: 0 0 2em !important;
}
.woocommerce .woocommerce-result-count {
 margin: 13px 0 2em !important;
}
.woocommerce div.product form.cart .variations select {
 padding-left: 1em !important;
}
.woocommerce .quantity .qty {
  height: 2.31em !important;
  border: 1px solid #ccc;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 button.button.alt {
 background-color: #191919 !important;
 color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 button.button.alt:hover {
 background-color: #091731 !important;
 color: #fff !important;
}
/* .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #091731 !important;
} */
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
 div.product
 p.price {
 color: #091731 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
 div.product
 p.price del {
     color: #000000 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
 color: #091731 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
 border: 1px solid #191919 !important;
 background-color: #191919 !important;
 color: #fff !important;
 display: inline-block !important;
 position: relative !important;
 z-index: 0 !important;
 border-radius: 4px 4px 0 0 !important;
 margin: 0 -5px !important;
 padding: 0 1em !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border: 1px solid #091731 !important;
 	background-color: #091731 !important;
}
/* .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border: 1px solid #191919;
    background-color: #091731;
} */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
 font-weight: 400 !important;
 color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
 color: unset !important;
}
.woocommerce div.product {
 margin-top: 50px;
}
.woocommerce-tabs h1 {
 font-size: 33px !important;
 font-weight: 300 !important;
}
.woocommerce-tabs h2 {
 font-size: 26px !important;
 font-weight: 300 !important;
}
.woocommerce-tabs h3 {
 font-size: 24px !important;
 font-weight: 300 !important;
}
.related.products h2 {
 font-size: 26px;
 font-weight: 400;
 line-height: 24px !important;
 margin-bottom: 20px;
}
.woo-product-grid .woocommerce-ordering select {
 display: block;
 width: 100%;
 height: calc(1.5em + 0.75rem + 2px);
 padding: 0.375rem 0.75rem;
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
 color: #495057;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid #ced4da;
 border-radius: 0.25rem;
 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.woocommerce p.stars a {
 color: #eedd49;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 button.button.alt.disabled:hover {
 background-color: #091731 !important;
 border-color: #091731 !important;
 color: #fff !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 #respond
 input#submit {
 background-color: #191919 !important;
 color: #fff !important;
 font-weight: 400;
 border-radius: 10px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 #respond
 input#submit:hover {
 background-color: #091731 !important;
 color: #fff !important;
}
.woocommerce div.product .product_title {
 font-size: 33px;
}
.woocommerce span.onsale{
  font-size: 13px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-size: 12px !important;
    height: auto !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    margin: 0 0 0 0 !important;
}

/* sidebar */
.woo-sidebar .woof_container_inner h4 {
 margin-bottom: 9px;
 font-size: 16px;
 margin-top: 20px;
 background-color: #090909;
 line-height: 21px;
 color: #fff !important;
 padding: 12px 15px;
 font-weight: 600;
 text-transform: uppercase;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 position: relative;
}

.woo-sidebar .woof_container_inner {
 margin-top: 31px;
 box-shadow: 0 0 14px #d1d1d1a3;
 padding: 0px;
 border-radius: 10px;
}
.woo-sidebar .woof_container_inner .woof_block_html_items {
 padding: 10px;
}
/* price_slider */
.woof_price_search_container form .price_slider_wrapper {
 padding: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
 background-color: #091731;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
 background-color: #091731;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
 border: 1px solid #091731;
 background: #091731;
}
.woo-sidebar .woof_container_inner .woof_tooltip_header {
 vertical-align: baseline;
}

.widget_price_filter .price_slider_wrapper .price_slider {
 min-width: inherit;
 max-width: 100% !important;
 width: 100% !important;
}

/* blog */
.te_wo_inner h1 {
 font-size: 32px;
 margin-top: 30px;
 font-weight: 400;
}
.te_wo_inner h2 {
 font-size: 28px;
 margin-top: 30px;
 font-weight: 400;
}
.te_wo_inner h3 {
 font-size: 24px;
 margin-top: 30px;
 font-weight: 400;
}
.te_wo_inner h3 strong {
 font-size: 24px;
 font-weight: 400;
}
.te_wo_inner ul li {
 list-style-type: disclosure-closed;
}

/* guid pages */
.te_default_page h1 {
 font-size: 32px;
 margin-top: 30px;
 font-weight: 400;
}
.te_default_page h2 {
 font-size: 28px;
 margin-top: 30px;
 font-weight: 400;
}
.te_default_page h3 {
 font-size: 24px;
 margin-top: 30px;
 font-weight: 400;
}
.te_default_page h3 strong {
 font-size: 24px;
 font-weight: 400;
}
.te_default_page h4 {
 font-size: 20px;
 font-weight: 400;
}
.te_default_page h4 strong {
 font-size: 20px;
 font-weight: 400;
}
.te_default_page ul li {
 list-style-type: disclosure-closed;
}

.inner-banner-wrap h2 {
 font-size: 35px;
}

.yith-add-to-wishlist-button-block {
 display: flex;
 align-items: center;
 align-self: center;
 justify-content: center;
 position: absolute;
 top: 12px;
 padding-top: 3px;
 /* background-color: #fff; */
 border-radius: 100%;
 left: 20px;
 width: 35px;
 height: 35px;
 margin: 7px auto;
}
.yith-wcwl-add-to-wishlist-button__label {
 display: none;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor
 svg.yith-wcwl-icon-svg {
 width: 23px;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
 flex-direction: unset;
}
.woocommerce span.onsale {
 min-height: 40px !important;
 min-width: 48px !important;
 padding: 6px 0 0 0;
 font-size: 1em;
 font-weight: 400;
 position: absolute;
 text-align: center;
 line-height: 2;
 margin: 0;
 border-radius: 100%;
 background-color: #091731 !important;
 color: #fff;
 font-size: 13px;
 z-index: 9;
}
.wc-empty-cart-message {
 margin-top: 20px;
}
.woocommerce-info {
 border-top-color: #091731 !important;
}
.woocommerce-info::before {
 color: #091731 !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
  :not(.edit-post-visual-editor)
 )
 .woocommerce
 a.button {
 background-color: #191919;
 color: #fff !important;
 border-radius: 12px;
 font-weight: 500;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
  :not(.edit-post-visual-editor)
 )
 .woocommerce
 a.button:hover {
 background-color: #091731 !important;
 color: #fff !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
  :not(.edit-post-visual-editor)
 )
 .woocommerce
 button.button {
 background-color: #191919 !important;
 color: #fff !important;
 border-radius: 14px;
 padding: 9px 32px 12px;
 font-weight: 500;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
  :not(.edit-post-visual-editor)
 )
 .woocommerce
 button.button:hover {
 background-color: #091731 !important;
 color: #fff !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
  :not(.edit-post-visual-editor)
 )
 .woocommerce
 button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
  :not(.edit-post-visual-editor)
 )
 .woocommerce
 button.button:disabled[disabled] {
 color: #fff !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
  :not(.edit-post-visual-editor)
 )
 .woocommerce
 a.button.alt {
 background-color: #191919 !important;
 color: #fff !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
  :not(.edit-post-visual-editor)
 )

 .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #091731 !important;
 }
 .woocommerce
 a.button.alt:hover {
 background-color: #091731 !important;
 color: #fff !important;
}
.wishlist-items-wrapper a {
 color: #091731 !important;
}
.wishlist_table thead tr th {
 background-color: #091731 !important;
 color: #fff !important;
}
.woocommerce .wishlist-title {
 margin-bottom: 0;
}
.woocommerce table.shop_table {
 margin-top: 17px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
 float: left;
 max-width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
 float: right;
 max-width: 48%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
 display: inline-block;
 width: 100%;
}
.woocommerce form .form-row {
 display: block;
}
.woocommerce form .form-row label {
 line-height: 2;
 /* width: 100%; */
}
.woocommerce-page .col2-set header {
 background-image: unset;
}
.woocommerce-account .addresses .title .edit {
 float: left;
 color: #091731 !important;
}
.te_default_page h2 {
 font-size: 25px;
 margin-top: 0;
}
.contact-page-wrap {
 padding: 10px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
 color: #091731 !important;
}
.woocommerce-LostPassword a {
 color: #091731 !important;
}
.woocommerce-privacy-policy-text a {
 color: #091731 !important;
}
.woocommerce form.login {
 border: 1px solid #091731 !important;
 margin: 1em 0;
  min-height: 360px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100% !important;
}
.category-top-content .col-inner{
  text-align: left !important;
}
.category-top-content h2{
  text-align: left !important;
}
.category-top-content .cta-btn{
  color: #091731 !important;
}
.woocommerce form.register {
 border: 1px solid #091731 !important;
 margin: 1em 0;
  min-height: 360px;
}
.te_default_page {
 margin-top: 20px;
}
.te_default_page img {
 width: 100%;
 height: auto;
}
.posted_in a {
 color: #091731 !important;
}
.woocommerce div.product form.cart .variations .reset_variations {
 color: #091731 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
 right: -5px !important;
 border-bottom-left-radius: 4px !important;
 border-width: 0 0 0px 0px !important;
 box-shadow: 0px 4px 0 #e9e6ed !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
 left: -5px !important;
 border-bottom-right-radius: 4px !important;
 border-width: 0 0px 0px 0 !important;
 box-shadow: 0px 0px 0 #e9e6ed !important;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item__value a {
 color: #091731 !important;
}
.woocommerce table.shop_table {
 margin-top: 23px;
}
.woocommerce table.shop_table thead {
 background-color: #091731 !important;
 color: #fff !important;
}
/*.woocommerce-cart .cart-collaterals .shipping-calculator-button {
 color: #fff !important;
}*/
.woocommerce-cart-form .woocommerce-cart-form__cart-item a {
 color: #091731 !important;
}
#mega-menu-wrap-primary
 #mega-menu-primary
 > li.mega-menu-flyout
 ul.mega-sub-menu
 li.mega-menu-item
 a.mega-menu-link {
 background-color: #191919 !important;
 color: #fff !important;
}
#mega-menu-wrap-primary
 #mega-menu-primary
 > li.mega-menu-flyout
 ul.mega-sub-menu
 li.mega-menu-item
 a.mega-menu-link:hover {
 background-color: #091731 !important;
 color: #fff;
}
#mega-menu-wrap-primary
 #mega-menu-primary
 > li.mega-menu-flyout
 ul.mega-sub-menu
 li.mega-menu-item
 a.mega-menu-link {
 padding: 3px 18px;
 background: #191919 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 8px !important;
    width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    text-transform: unset !important;
}
.woocommerce ul.products li.product a img {
 border-radius: 20px;
}
.woocommerce div.product span.price ins {
 text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
 margin-top: 40px;
 float: left;
 width: 30%;
 box-shadow: 0 0px 17px #cccccc26 !important;
 background-color: #090909 !important;
 border-radius: 15px;
 overflow: hidden;
}
.woocommerce-MyAccount-content {
 margin-top: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 border-radius: 0;
 border: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
 list-style-type: none;
 border-bottom: 1px solid #353333 !important;
 text-align: left;
 padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
 border-bottom: 0px solid #ccc !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
 font-family: "Afacad Flux", sans-serif;
 color: #fff;
 font-size: 14px;
 position: relative;
 padding: 7px 17px;
 width: 100%;
 display: inline-block;
 font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
 background-color: #091731 !important;
 color: #fff !important;
}
.is-active {
 background-color: #091731 !important;
 color: #fff !important;
}

.sidebar-block {
 margin-top: 40px;
}
.sidebar-block h3 {
 background-color: #091731 !important;
 font-size: 16px !important;
}
.sidebar-block ul {
 padding: 0;
 margin: 0;
}
.sidebar-block ul li {
 font-size: 16px !important;
 line-height: 21px !important;
 font-weight: 400 !important;
 list-style-type: none !important;
 border-bottom: 1px solid #ccc;
 padding: 8px 15px !important;
}
.featured-title {
 margin-top: 40px;
 font-size: 24px;
 font-weight: 500 !important;
 margin-bottom: 0 !important;
 background-color: #fff !important;
 padding-bottom: 20px;
 color: #333;
}
.page-header .single-title {
 font-size: 28px;
 margin-top: 20px;
 font-weight: 400;
}
.wp-block-heading {
 font-size: 28px;
 font-weight: 400;
}
footer .edit-post {
 background-color: #091731 !important;
 color: #fff !important;
 border-color: #091731 !important;
}
footer .edit-post:hover {
 background-color: #091731 !important;
 border-color: #091731 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
 border: 2px solid transparent;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
 border: 2px solid #000;
}
.woocommerce div.product .woocommerce-tabs .panel {
 padding: 32px !important;
 border: 1px solid #ccc !important;
 border-bottom-left-radius: 10px !important;
 border-bottom-right-radius: 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
 padding: 0 0 0 0.4em !important;
 margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
 border-bottom: 0px solid #cfc8d8 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
 margin: 10px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.page-header {
 background-image: unset;
}
.call-to-action-wrap a {
 width: auto;
 text-align: center;
 padding: 7px 25px;
 font-size: 14px !important;
 font-weight: 400;
 color: #fff !important;
 background-color: #191919 !important;
}
.call-to-action-wrap a:hover {
 background-color: #091731 !important;
 border-color: #091731 !important;
}
.error-404.not-found {
 margin: 100px auto !important;
}
.error-404.not-found::before {
 content: "!" !important;
 /* font-family: var(--fa-style-family, "Font Awesome 6 Free"); */
}
.has-text-align-center {
 text-align: left;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
 font-size: 18px;
 min-height: 70px;
}
.irs--round .irs-handle {
 border: 4px solid #090909 !important;
 box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-bar {
 background-color: #090909 !important;
}
.irs--round .irs-from {
 background-color: #090909 !important;
}
.irs--round .irs-from:before {
 border-top-color: #090909 !important;
}
.irs--round .irs-to {
 background-color: #090909 !important;
}
.irs--round .irs-to:before {
 border-top-color: #090909 !important;
}
.woocommerce-products-header {
 margin: 30px 0 40px;
}
.woof_container_inner h4 {
 margin-bottom: 9px;
 font-size: 16px;
 margin-top: 20px;
 background-color: #090909;
 line-height: 21px;
 color: #fff !important;
 padding: 12px 15px;
 font-weight: 600;
 text-transform: uppercase;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 position: relative;
}
.woof_price3_search_container .woof_container_inner {
 padding: 10px;
}
.woof_checkbox_instock_container .woof_container_inner {
 padding: 10px;
}
.woof_checkbox_sales_container .woof_container_inner {
 padding: 10px;
}
.woof_text_search_container .woof_container_inner {
 padding: 10px;
}
.woof_container_inner {
 margin-top: 18px;
 box-shadow: 0 -1px 23px #d1d1d17d;
 border-radius: 10px;
}
.woof_container_inner .woof_block_html_items {
 padding: 10px;
}
/* .woo-sidebar .woof_container_inner .woof_block_html_items {
    padding: 10px;
} */
.irs--round .irs-grid {
 /* height: 25px; */
 /* margin-bottom: 13px; */
}
.irs--round.irs-with-grid {
 /* height: 65px;
    padding: 10px 0;
    margin: 0 10px; */
}
.icheckbox_square-blue {
 /* background: url(../../assets/images/blue.png) no-repeat; */
 width: 18px !important;
 height: 18px !important;
 background-size: 165px !important;
 background-position: 2px 0px !important;
}
.icheckbox_square-blue.hover {
 background-position: -15px 0 !important;
}
.icheckbox_square-blue.checked {
 background-position: -32px 0 !important;
}
.woof_list label {
 padding-top: 11px !important;
 font-size: 14px !important;
 padding-bottom: 0px !important;
}
.woof_checkbox_label_selected {
 font-weight: 600 !important;
}
.woof_products_top_panel_ul a {
 color: #091731;
}
.woof_reset_button_2 {
 background-color: #091731;
 border: 1px solid #091731;
 color: #fff;
 border-radius: 7px;
 font-size: 16px;
 padding: 1px 14px;
}
.woof_reset_button_2:hover {
 background-color: #091731;
 border: 1px solid #091731;
 color: #fff;
}
.woocommerce .woocommerce-ordering select {
 display: block;
 width: 100%;
 height: calc(1.5em + 0.75rem + 2px);
 padding: 0.375rem 0.75rem;
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
 color: #495057;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid #ced4da;
 border-radius: 0.25rem;
 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.woocommerce a.added_to_cart {
 display: block;
 color: #091731;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
 a.button.added::after {
 vertical-align: baseline;
 font-size: 13px;
}

.products {
 text-align: center;
}

.products h2 {
 font-size: 18px;
 color: #090909 !important;
 font-weight: 600 !important;
 margin-top: 15px !important;
}

.products p {
 font-size: 14px !important;
 color: #5a5a5a !important;
 margin-top: 20px !important;
 text-transform: uppercase !important;
}
.products .price {
 font-size: 18px !important;
 color: #090909 !important;
 font-weight: 600 !important;
 margin-top: 15px !important;
}

.products .add_to_cart_button, 
.products .button.product_type_variable {

 border-radius: 100px !important;
 font-size: 14px !important;
 color: #090909 !important;
 border: 1px solid #090909 !important;
 background-color: #fff !important;
 font-weight: 500 !important;
 padding: 7px 15px 7px 35px !important;
 margin-top: auto !important;
 position: relative;
}

.products .product .add_to_cart_button::before,
.products .button.product_type_variable::before {

 content: "";
 width: 15px;
 height: 15px;
 border-radius: 100px;
 position: absolute;
 background-color: #091731 !important;
 left: 10px;
 top: 24%;
}

.products .product:hover .add_to_cart_button::before {
 background-color: #fff !important;
}

.products .product:hover .add_to_cart_button {
 border: 1px solid #091731 !important;

 color: #fff !important;

 background-color: #091731 !important;
}

.products .product {
 padding: 10px 22px 22px 22px !important;

 display: flex !important;

 flex-direction: column !important;
 align-items: center !important;

 justify-content: space-between !important;

 min-height: 390px !important;
}

.products .product:hover {
 background: radial-gradient(
    circle at 100% 100%,
    #ffffff 0,
    #ffffff 23px,
    transparent 23px
   )
   0% 0%/25px 25px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 23px, transparent 23px)
   100% 0%/25px 25px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 23px, transparent 23px)
   0% 100%/25px 25px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 23px, transparent 23px) 100%
   100%/25px 25px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 50px)
   no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 50px) calc(100% - 4px)
   no-repeat,
  linear-gradient(transparent 7%, #3333331f 100%);

 border-radius: 25px;

 box-sizing: border-box;
}

.vendor-form-wrap button{
    border-radius: 100px;
    border: 1px solid #091731 !important;
    background-color: #091731 !important;
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
    padding: 8px 30px 8px 30px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
 border-radius: 100px !important;
 font-size: 14px !important;
 color: #090909 !important;
 border: 1px solid #090909 !important;
 background-color: #fff !important;
 font-weight: 500 !important;
 padding: 7px 15px 7px 35px !important;
 margin-top: auto !important;
 position: relative;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button::before {
 content: "";
 width: 15px;
 height: 15px;
 border-radius: 100px;
 position: absolute;
 background-color: #091731 !important;
 left: 10px;
 top: 20%;
}
.products .product:hover a.button::before {
 background-color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover::before {
 background-color: #fff !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
 border: 1px solid #091731 !important;

 color: #fff !important;

 background-color: #091731 !important;
}
.products .product:hover a.button {
 border: 1px solid #091731 !important;

 color: #fff !important;

 background-color: #091731 !important;
}

.woocommerce ul.products li.product .coming-soon {
    font-size: 18px;
    color: #090909 !important;
    font-weight: 600 !important;
}

.jdgm-prev-badge__text {
 visibility: hidden !important;
}
.jdgm-preview-badge .jdgm-star {
 color: #eebc40 !important;
 font-size: 12px;
}
/* .jdgm-widget * {
 display: block !important;
 line-height: 0 !important;
} */
 .related.products.jdgm-prev-badge__stars{
    display: flex;
    justify-content: center;
 }
.breadcrumb {
 background-color: #0917316e;
}
.breadcrumb a {
 color: #000;
}
.breadcrumb .breadcrumb_last strong {
 font-weight: 500;
}
.sezzle-shopify-info-button
 .sezzle-checkout-button-wrapper
 .sezzle-button-text.sezzle-left {
 text-align: left;
 margin: 0 0 20px !important;
}
.single-product-faq-tab #accordion .card .card-header button.collapsed {
	background: #a3a3a3;
}
form input[type="submit"] {
	padding: 5px 35px !important;
	text-align: center !important;
	margin: 15px auto !important;
	display: table;
}
.wc-block-cart__submit-button {
	background: #000;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
}
.wc-block-cart__submit-button:hover{
	background: #091731;
}
.wc-block-components-order-summary-item__description h3 {
	font-size: 18px !important;
	color: #090909 !important;
	font-weight: 600 !important;
	font-family: "Outfit",sans-serif !important;
	text-shadow: none !important;
}
.wc-block-components-checkout-place-order-button {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
}
.wc-block-components-checkout-place-order-button:hover{
	background: #091731;
}
 
a.woof_open_hidden_li_btn {
  color: #515151;
  font-weight: 700;
  border: 1px solid #090909 !important;
  padding: 5px;
  display: block;
  border-radius: 20px;
  font-size: 15px;
  transition: 0.5s;
}
li.woof_open_hidden_li {
  padding: 10px 0 10px 0;
}

a.woof_open_hidden_li_btn:hover{
    background-color: #090909;
    color: #fff;
    border: none;
}

.home-banner-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.home-banner-carousel .owl-dots .owl-dot {
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #fff !important;
	border-radius: 50%;
	margin: 0 2px;
}
.home-banner-carousel .owl-dots .owl-dot.active {
	background: #f50234 !important;
	width: 45px;
	border-radius: 10px;
}

.home-banner-carousel .owl-item img{/*height: 568px;*/height: 77.7vh;object-fit: inherit;}
/* .copyright-sec p{margin-bottom: 0px;} */

.cards h3{
  font-size: 18px;
  color: #090909;
  font-weight: 600;
}
.cards h3 a {
	color: #090909 !important; transition: all ease 0.3s;
}
.cards h3 a:hover{
	color: #7ea1ae !important; transition: all ease 0.3s;
}
.cards p.price{
  font-size: 18px;
  color: #090909;
  font-weight: 600;
}
.wapf select {
    height: 38px;
    padding: 0 8px;
}
.post_content h3 b{
  font-weight: 400;
}
.post_content h3{
  margin-top: 25px;
  font-size: 20px;
}

.woocommerce-account .woocommerce .woocommerce-Address-title.title h2{
	font-size: 40px;
}
#mega-menu-menu-1 {
	z-index: 100 !important;
}

.woo-addon-cat-content a{
  color: #091731;
}



/* wc-block-grid__products */
.wc-block-grid__products .wc-block-grid__product {
 text-align: center;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
 font-size: 18px;

 color: #090909;

 font-weight: 600;

 /* margin-top: 15px; */
}

.wc-block-grid__products .wc-block-grid__product .amount {
 font-size: 18px;

 color: #090909;

 font-weight: 600;

}

.wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link {
 border-radius: 100px;

 font-size: 14px;
    background-color: #fff;
    border: 1px solid #000;
 color: #090909;

 font-weight: 500;

 padding: 3px 15px 3px 35px;

 margin-top: auto;

 position: relative;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #091731;

 left: 10px;

 top: 20%;
}

.wc-block-grid__products .wc-block-grid__product:hover .wp-block-button .wp-block-button__link::before {
 background-color: #fff;
}

.wc-block-grid__products .wc-block-grid__product:hover .wp-block-button .wp-block-button__link {
 border: 1px solid #091731;

 color: #fff;

 background-color: #091731;
}

/* .sec3 .btns {
 border-radius: 100px;

 border: 1px solid #091731;

 background-color: #091731;

 font-size: 14px;

 color: #fff !important;

 font-weight: 500;

 padding: 8px 30px 8px 45px;

 margin-top: 10px;

 position: relative;
}

.sec3 .btns::before {
 content: "";

 width: 15px;

 height: 15px;

 border-radius: 100px;

 position: absolute;

 background-color: #fff;

 left: 25px;

 top: 30%;
}

.sec3 .btns:hover::before {
 background-color: #fff;
} */

.wc-block-grid__products .wc-block-grid__product {
 /* padding: 10px 22px 22px 22px; */
    border-bottom: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
 display: flex;
    padding: 0 10px;
 flex-direction: column;

 justify-content: space-between;

 min-height: 230px;
}

.wc-block-grid__products .wc-block-grid__product:hover {
 background: radial-gradient(
    circle at 100% 100%,
    #ffffff 0,
    #ffffff 23px,
    transparent 23px
   )
   0% 0%/25px 25px no-repeat,
  radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 23px, transparent 23px)
   100% 0%/25px 25px no-repeat,
  radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 23px, transparent 23px)
   0% 100%/25px 25px no-repeat,
  radial-gradient(circle at 0 0, #ffffff 0, #ffffff 23px, transparent 23px) 100%
   100%/25px 25px no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 4px) calc(100% - 50px)
   no-repeat,
  linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 50px) calc(100% - 4px)
   no-repeat,
  linear-gradient(transparent 7%, #3333331f 100%);

 border-radius: 25px;

 box-sizing: border-box;
}

.owl-theme .owl-dots .owl-dot span {
 width: 6px !important;

 height: 6px !important;

 margin: 20px 2px 10px !important;

 background: #091731 !important;

 display: block;

 -webkit-backface-visibility: visible;

 transition: opacity 200ms ease;

 border-radius: 100px;
}

.owl-theme .owl-dots .owl-dot.active span {
 background: #091731 !important;

 width: 45px !important;
}
img:is([sizes="auto" i], [sizes^="auto," i]){
  contain-intrinsic-size: 0 !important;
}
.tvw-about-mid-sec a{
  color: #091731;
}
.post_content h2{
  font-size: 24px;
}
.inner-headings{
  padding-top: 20px;
}
.woocommerce-Tabs-panel a{
  color: #091731;
}
.feedback-group .remove-product {
    font-size: 10px !important;
    right: -7px;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 5px !important;
}
.woocommerce div.product form.cart .variations label {
    margin-right: 10px !important;
}
.woocommerce ul.products li.product a img {
    width: revert-layer !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #091731 !important;
}
ins{
  text-decoration: none !important;
}
/*Error Page Css End*/
.thnku-page, .error-404.not-found {
	width: 60%;
	display: block;
	margin: 40px auto;
	text-align: center;
	box-shadow: 0 0 14px #eaeaea;
	padding: 95px 15px 55px;
	border-radius: 10px;
	position: relative;
}
.error-404.not-found::before {
	background-color: #f3f3f3;
	height: 50px;
	width: 50px;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
	color: #ff0000;
	content: '\f00d';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	top: 27px;
}
.call-to-action-wrap a{
	display: inline-block;
	margin-right: 5px;
}
/*Error Page Css End*/


.woocommerce-cart .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-cart ul.wc-block-components-product-details li{
  font-size: 15px;
}

/* 21-07-2025 */
.wcf-embed-checkout-form table.shop_table tbody tr.cart_item td.product-name {
       display: block !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow-x: scroll !important;
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: unset !important;
    float: unset !important;
}
.bogo-badge {
	font-size: 14px;
	background: #091731;
	padding: 5px 15px;
	display: table;
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin: 0 auto;
}
#select2-calc_shipping_state-container {
	height: 40px;
}
.woocommerce-cart-form #coupon_code {
	width: 170px !important;
}
th.product-price {
	color: #fff !important;
}

/*Responsive CSS Start*/
@media only screen and (min-width: 769px) {
 #mega-menu-wrap-menu-1 {
  background: transparent !important;
 }
 #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  background: transparent !important;
 }
}
@media (min-width: 1400px) {
 footer .middle-footer {
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  /*padding: 100px 0 70px;*/
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
 }
 .show-desktop {
  display: block;
 }
 .show-mobile {
  display: none;
 }
/* #mega-menu-menu-1 > li.mega-menu-grid > .mega-sub-menu{
    left: -63.5% !important;
 }*/
}
@media screen and (min-width: 1199px) {
 .container {
  max-width: 1200px;
 }
 #mega-menu-menu-1 > li.mega-menu-grid > .mega-sub-menu{
    left: 50% !important;
    transform: translateX(-50%) !important;
 }
 /* nav{
   overflow-x: hidden;
} */
}
@media (min-width: 1680px) and (max-width: 1730px){
.home-banner-carousel .owl-item img {
	height: 640px;
}
}
@media screen and (max-width: 1199px) {
 footer .middle-footer {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
 }
  #oopss #error-text span {
    font-size: unset !important;
  }
 nav ul {
  padding: 0 !important;
  border: 0px solid #fff;
 }
 nav ul li a::after {
  left: 90px;
 }
 nav .menues {
  padding: 10px;
 }
 nav .icons {
  padding: 0;
 }
 #mega-menu-menu-1 {
	position: absolute !important;
	z-index: 100 !important;
  top: 67px !important;
	right: 0 !important;
	width: 100vw !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
  padding: 0 20px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
  padding: 0 20px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  width: 100% !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
/* #mega-menu-wrap-menu-1 .mega-menu-toggle {
  background-color: transparent;
 }*/
}
@media screen and (max-width: 998px) {
 .sec2 .col-lg-3::before {
  width: 0px;
}
 .show-desktop {
  display: none;
}
 .show-mobile {
  display: block;
}
 .top-menue .right-sec {
  text-align: center;
}
 .top-menue .icons {
  text-align: center;
}
 .navbar {
  background: #090909;
}
 /* .top-menue {
  padding: 10px 0;
} */
 .desk_filter {
  display: none;
 }
  .inner-pages .inner-headings .cards .btn {
    width: 100%;
 }
  .prod-listings > .item {
    display: inline-block;
    width: 49%;
    margin: 5px auto;
  }
  .feedback-container {
    width: 100%;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1{
   width: 100vw !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu{
    padding: 0px!important;
  }
  .woocommerce-additional-fields #tip_fields > div {
    width: 46%;
  }
  .woocommerce-additional-fields #tip_fields > div#custom_tip_container {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
 nav .menues {
  background-color: #090909;
  padding: 0px;
  border-radius: 10px;
  width: 52px;
  position: relative;
  right: 8px;
 }
  #mega-menu-menu-1 > li.mega-menu-grid > .mega-sub-menu {
    width: 100% !important;
    left: 0 !important;
  }
 .sec12 .btn-group input {
  padding: 22px 100px 22px 30px;
 }

 .sec12 .btn-group button {
  padding: 8px 37px;
 }

 .sec12 .left-content h3 {
  font-size: 25px;
 }

 .sec11 .top-heading h2 {
  font-size: 30px;
 }

 .sec11 .cards h5,.sec11 .cards h3 {
  font-size: 12px;
 }

 .sec11 .cards p {
  font-size: 12px;
 }

 .sec11 .cards .btn {
  font-size: 10px;

  padding: 3px 11px 3px 25px;

  margin-top: auto;
 }
.cards .btn {
    padding: 3px 15px 3px 28px !important;
}
.cards .cards-body {
    padding: 10px 0px 22px 0px !important;
}
 .sec11 .cards .btn::before {
  width: 9px;

  height: 9px;

  left: 10px;

  top: 28%;
 }

 .sec11 .cards .cards-body {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  min-height: 120px;
 }

 .sec11 img {
  border-radius: 8px;
  height: 20vh !important;
  object-fit: cover;
 }

 .sec10 {
  padding: 13px 0 30px 0;
 }

 .sec10 .left-content img {
  border-right: 0px solid #fff;
 }

 .sec10 .btn {
  font-size: 11px;
 }

 .sec9 .left-content {
  border-right: 0px solid #000;
 }

 .sec9 .item {
  width: 100% !important;
 }

 .sec9 .top-heading h2 {
  font-size: 30px;
 }

 .sec9 {
  padding: 20px 0 20px 0;
 }

 .sec7 {
  margin-top: 40px;
 }

 .sec7 .cards h5,.sec7 .cards h3 {
  font-size: 14px;
  min-height: 0px;
 }

 .sec7 .cards p{
  font-size: 13px;
  line-height: 17px;
  margin-top: 20px;
 }

 .sec7 .cards p span {
  font-size: 15px;
 }

 .sec7 .cards h2,.sec7 .cards p strong {
  font-size: 15px;

  line-height: 19px;
 }

 .sec7 .cards {
  border: 1px solid #fff !important;

  border-radius: 18px;

  padding: 18px 8px;
 }

 .sec7 .cards .btn {
  font-size: 10px;

  padding: 3px 12px 3px 25px;
 }

 .sec7 .cards .btn::before {
  width: 10px;

  height: 10px;

  left: 10px;

  top: 27%;
 }

 .sec7 .cards:hover {
  border: 1px solid #091731;
 }

 .sec7 .cards p::after {
  width: 100%;

  height: 0.1px;
 }

 .sec8 img {
  border-radius: 8px;
 }

 .sec8 .top-heading h2 {
  font-size: 30px;
 }

 .sec5 img {
  border-radius: 8px;
 }

 .sec3 .cards .cards-body {
  min-height: 200px;
 }

 .sec3 .top-heading h2 {
  font-size: 30px;
 }

 .sec3 .cards h5,.sec3 .cards h3,.sec3 .cards p strong {
  font-size: 13px;

  margin-top: 5px;
 }

 .sec3 .cards p {
  font-size: 10px;

  margin-top: 5px;

  line-height: 11px;
 }

 .sec2 {
  padding: 10px 0;
 }

 .sec2 h5,.sec2 p strong {
  font-size: 18px;

  text-align: center;
 }

 .sec2 p {
  font-size: 11px;

  text-align: center;
 }

 .sec1 img {
  border-radius: 8px;
 }

 nav .logos {
  padding: 10px 6px;

  border-radius: 8px;
 }

 nav .logos img {
  width: 90px;
 }

 /* nav ul {

        border: 1px solid #fff;

        padding: 20px 30px 20px 10px !important;

        border-radius: 30px;

    } */

 nav ul li a::after {
  left: 90px;
 }

 nav .menues {
  /* padding: 20px; */

  margin-right: 0;
 }

 footer .logos {
  width: 100%;
 }

 footer .address .bg-clrs {
  font-size: 14px;

  padding-left: 15px;

  margin-left: -16px;

  padding: 12px 20px;
 }

 footer .middle-footer {
  padding: 50px 0 0px;
 }

 .sec2 img {
  width: auto;

  max-width: 100%;

  display: block;

  margin: 0 auto;
 }

 .show-desktop {
  display: none;
 }

 .show-mobile {
  display: block;
 }

 .prod-listings > .item {
  display: inline-block;

  width: 49%;

  margin: 5px auto;
 }

 .sec7 .top-heading h2 {
  font-size: 30px;
 }

 nav .logos .navbar-brand {
  margin: 0;

  width: 100%;
 }

 nav .logos img {
  width: auto;

  max-width: 100%;
 }

 .btn.btn-danger {
  color: #fff !important;
 }

 nav .icons .icon2 {
  margin-right: 10px;
 }

 nav .icons .icon2 .icon {
  width: 40px;
 }

 #searchModal .modal-dialog {
  border-radius: 15px;

  width: 100%;

  max-width: 90%;

  top: 25%;

  margin: 0 auto;
 }

 .navbar {
  background: #090909;
 }

 .sec1 {
  margin-top: 5px;
 }

 /*********************** 16-05-2025 Start *************************/

 .inner-pages .inner-banners h1 {
  font-size: 26px;
 }

 .inner-pages .inner-banners {
  padding: 30px 0;
 }

 .inner-pages .inner-headings .top-headings h2 {
  font-size: 24px;
  /* margin-top: 20px; */
 }

 .inner-pages .inner-headings .top-headings h3 {
  font-size: 22px;
 }

 .inner-pages .inner-headings .top-headings h4 {
  font-size: 18px;
 }

 .inner-pages .inner-headings .cards h3 span {
  font-size: 24px;
 }

 .inner-pages .inner-headings .cards h5 {
  font-size: 14px;
 }

 .inner-pages .inner-headings .cards .btn {
  font-size: 12px;

  padding: 5px 5px 5px 15px;
          width: 100%;
 }

 .inner-pages .inner-headings .cards .btn::before {
  left: 8px;
  top: 36%;
 }

 /************************* 16-05-2025 End *************************/
 
.feedback-container {	
	width: 95%;
}
.feedback-container input[type="text"], .feedback-container input[type="email"] {
	width: 100%;
  border: 1px solid #ccc;
}
.feedback-container textarea{
  border: 1px solid #ccc;
}
.feedback-container button[type="submit"]{
	margin-top: 20px;
}
.scroll-tops {
	bottom: 90px;
	right: 20px;
	box-shadow: 0 0 14px #bfbcbc;
}
.home-banner-carousel .owl-item img {
	height: auto;
	object-fit: cover;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: none;
	max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: none;
	max-width: 100%;
}
footer .important-link .links {
	width: 240px;
}
footer .important-link .links p strong {
	font-size: 20px;
}
 .inner-banner-wrap {
    height: auto !important;
 }
 .inner-banner-wrap img {
    height: auto !important;
 }
 footer .important-link .lines::after {
    top: 13px;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left !important;
    width: 100%;
  }
  .products .add_to_cart_button, .products .button.product_type_variable{
    padding: 7px 2px 7px 25px !important;
    font-size: 12px !important;
  }
  .woocommerce-products-header {
      margin: 18px 0 8px;
  }
  .woocommerce-products-header__title.page-title, ul.products li {
      text-align: center;
      font-size: 30px;
  }
  h2.woocommerce-loop-product__title, .woocommerce-Price-amount.amount {
      font-size: 15px !important;
  }
  .inner-headings .align-self-sm-center{
    width: auto !important;
    text-align: center;
  }
  .cards h3 {
    font-size: 14px;
  }
  .inner-pages #accordion .card .card-header button{
    font-size: 14px;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 12px !important;
  }
  .feedback-info{
    display: block !important;
    width: 100%;
  }
  /* .inner-banner-wrap .inner-banner-content {
    top: auto !important;
    bottom: 0;
  } */
  .inner-banner-wrap .inner-banner-content h1{
    font-size: 35px !important;
  }
  .woocommerce div.product form.cart .variations select {
    /* max-width: 60% !important; */
    display: block !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding: 0 15px !important;
  }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    font-size: 12px !important;
    font-weight: 700 !important;
  }
  
  .woocommerce div.product form.cart .variations select {
	max-width: 80% !important;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 10px !important;
}
  #tip_fields > div {
      margin-right: 8px !important;
  }
}
@media screen and (max-width: 420px) {
 .sec3 .cards .btn {
  font-size: 10px;
  padding: 3px 10px 3px 18px;
 }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    padding: 7px 10px 7px 24px !important;
  }
 .sec3 .cards .btn::before {
  width: 7px;

  height: 7px;

  left: 6px;

  top: 34%;
 }

 .sec3 .cards h5,.sec3 .cards h3,.sec3 .cards p strong {
  font-size: 13px;

  margin-top: 5px;
 }

 .sec3 .cards p {
  font-size: 10px;

  margin-top: 5px;

  line-height: 11px;
 }
  #mega-menu-menu-1 {
      position: absolute !important;
      top: 56px !important;
      right: 12px !important;
      width: 87vw;
  }
  .products .product .add_to_cart_button::before, .products .button.product_type_variable::before {
    width: 8px !important;
    height: 8px !important;
    top: 32% !important;
  }
  .products .add_to_cart_button, .products .button.product_type_variable {
    padding: 7px 10px 7px 24px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 10px !important;
  }
}
/*@media only screen and (max-width: 768px) {
 #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
  display: block;
  top: 63px;
 }

  .inner-pages .inner-headings .top-headings h2 {
    font-size: 30px;
  }
 .show-desktop {
  display: none;
 }

 .show-mobile {
  display: block;
 }

 .navbar {
  background: #090909;
 }

 .popup h2{
  font-size: 25px!important;
  margin: 30px!important;
 }
}*/
/*Responsive CSS End*/

/*:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button{
  background-color: #090909 !important;
}*/
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button{
  margin: 1px !important;
  font-weight: 400 !important;
}
.woocommerce table.shop_table {
  border-collapse: collapse !important;
}
.woocommerce-account .woocommerce .woocommerce-Address-title.title h2 {
  font-size: 20px !important;
  font-family: unset !important;
  text-shadow: unset !important;
}
.woocommerce-account .addresses .title .edit {
    float: left !important;
    margin-bottom: 15px;
}
.variation{
  display: flex;
  flex-wrap: wrap;
}
.variation dt {
    font-weight: 700;
    width: 18%;
    display: block;
}
.variation dd {
    margin-bottom: .5rem;
    margin-left: 0;
    width: 25%;
    display: block;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
  background: unset !important;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  margin: 0 0 5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
  background: unset !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
  background: unset !important;
}
.menues ul{
  margin-bottom: 0 !important;
}
.woocommerce div.product form.cart {
    margin-top: 20px;
}
.woocommerce .woocommerce-breadcrumb {
    text-align: center;
}
.bogo-badge {
    display: unset !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 24.05%;
}
.related.products .woocommerce-loop-product__title{
    font-family: unset !important;
    text-shadow: unset !important;
    font-size: 26px;
    line-height: 24px !important;
    margin-bottom: 20px;
}
.related.products h2 {
    font-family: "Pink Blue";
    text-shadow: -2px -2px 0px #d6d7d7;
    font-size: 30px;
    line-height: 30px !important;
    margin-bottom: 20px;
}
.woocommerce table.shop_table {
    margin-top: 0 !important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 32.75%;
}
.woocommerce span.onsale {
    min-height: 40px !important;
    min-width: 40px !important;
}
.inner-banner-wrap.woocommerce-inner-page {
	height: 220px !important;
}
.inner-banner-wrap.woocommerce-inner-page img {
	height: 220px !important;
	object-fit: cover !important;
}
.products .jdgm-prev-badge__text {
    color: #091731 !important;
}
.popup {
	background: #000 !important;
}
.popup p {
	color: #fff !important;
}
.popup h2 {
	color: #fff !important;
}
#popupOverlay button.yes-btn {
	background: #091731;
	margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
      display: block !important;
  }
  .wcf-embed-checkout-form.wcf-embed-checkout-form-instant-checkout .woocommerce form #payment input{
    border: 1px solid rgb(170, 170, 170) !important;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 50%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 15px;
    float: unset !important;
    width: 100% !important;
  }
  .middle-footer .bg-pink {
	color: #fff !important;
}
}
@media only screen and (max-width: 992px) {
  .variation dt {
    width: 24%;
  }
}
@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
}
.stamped-badge-caption {
	font-size: 13px;
}