@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--primary: #111;
	 --secondary: #111;
	--white: #fff;
	--black: #000;
}
html {
  scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:var(--primary); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.cursor {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
	z-index:9999999;
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid gray;
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid var(--secondary);
}
body {
	margin:0;
	padding:0;
	font-family: "Inter", sans-serif;
	font-family: "Jost", sans-serif;
	overflow-x:hidden;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 10px 15px;
    width: 100%;
    outline: 0;
    border-radius: 6px;
    font-family: "Jost", sans-serif;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 8px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    font-family: "Jost", sans-serif;
    border-radius: 50px;
}
input[type="submit"]:hover {
	background: var(--secondary);
	color: var(--white);
	transition: 0.8s;
}
textarea {
	height: 125px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	color: var(--black);
	font-weight: 500;
	text-transform: inherit;
	line-height: inherit;
	letter-spacing: 0.5px;
	font-family: "Inter", sans-serif;
	font-family: "Jost", sans-serif;
}
h1 {
	font-size:30px
}
h2 {
	font-size:26px
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size:18px
}
h6 {
	font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Inter", sans-serif;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 24px;
}
ul, li, a {
	list-style-type: none;
    font-family: "Inter", sans-serif;
	color:#333;
    font-size: 14px;
    line-height: 24px;
}

a:hover {
	transition:0.8s;
	text-decoration:none;
}

.subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.heading .inline-heading .headingtitle {
    letter-spacing: 1px !important;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 35px;
    font-family: "Inter", sans-serif;
}
.heading .inline-heading .headingtitle span {
    display: inline-block;
    font-weight: 400;
}
.heading .inline-heading a {
    position: relative;
    padding: 6px 20px;
    text-decoration: none;
    color: inherit;
    background: #f5f5f5;
    border-radius: 50px;
    text-transform: capitalize;
}
.heading .inline-heading a:hover {
    background: #e3f1fc;
    color: var(--primary);
}
.heading .inline-heading a:hover i {
    background: var(--primary);
    color: var(--white);
}
.heading .inline-heading a i {
    margin-left: 12px;
    transform: rotate(37deg);
    background: #fff;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease-in-out .5s;
}
.heading .inline-heading {
    position: relative;
    padding: 15px 15px 0 0;
    border-top: 1px solid rgb(165 163 163 / 27%);
    margin-bottom: 20px;
    border-right: 1px solid rgb(165 163 163 / 27%);
}
.upper-btn {
    background: rgba(202,228,247,0.5);
}

/*
.heading .inline-heading:after {
    position: absolute;
    background-color: rgb(165 163 163 / 27%);
    width: 1px;
    height: 40px;
    content: "";
    right: 0;
    top: 0;
}
.heading .inline-heading a:after {
    content: '';
    position: absolute;
    right: 5px;
    top: -10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgb(112 111 111 / 5%);
    transition: all .4s;
}
.heading .inline-heading a:hover:after {
    width: 100%;
    right: 0;
}
*/
.heading span {
    color: var(--primary);
}
.subheading {
width: 60%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 17px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
	font-family: "Inter", sans-serif;
}
.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}


/* Loader */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
.pageloader .load {
    color: var(--white);
    letter-spacing: 6px;
    margin-top: 15px;
}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #111;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
  left: 0;
}
.overlay .overlayDoor:after {
  right: 0;
}
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
.overlay .overlayContent .skip {
  display: block;
  width: 130px;
  text-align: center;
  margin: 50px auto 0;
  cursor: pointer;
  color: #fff;
  font-family: "Nunito";
  font-weight: 700;
  padding: 12px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: 0.2s ease;
}
.overlay .overlayContent .skip:hover {
  background: #ddd;
  color: #444;
  border-color: #ddd;
}

.loader {
  width: 128px;
  height: 128px;
  border: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-radius: 50%;
  -webkit-animation: spinInner 1s linear infinite;
          animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}

/* Offer Modal */

.offermodal .modal-body {
    padding: 0;
}
.offermodal .modal-dialog {
    max-width: 600px;
}
.offermodal img {
    width: 100%;
    height: auto;
}
.offermodal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.offermodal .btn-close {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1111;
    background-color: var(--white);
    opacity: 1;
    padding: 5px;
    border-radius: 50%;
}

/* TOPBAR */

.topbar {
    background: var(--primary);
    padding: 5px 0;
}
.top-contact li, .topbar span {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.top-contact li a, .topbar p {
    color: var(--white);
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 300;
}

.topbar p {
    margin: 0;
}
.smoicons {
    column-gap: 5px;
}
.smoicons li {
    color: var(--white);
    font-size: 16px;
}
.smoicons li i, .top-contact li i {
    color: var(--white);
    font-size: 14px;
    background: #ffffff12;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all ease-in-out .5s;
}
.smoicons li i:hover, .top-contact li i:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-2px);
}
.top-contact {
    column-gap: 20px;
}

/* Notification */

.notification {
    background: var(--primary);
    padding: 2px 0;
}
.notification p {
    margin: 0;
    color: var(--white);
}

/* Header */

header {
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: all ease-in-out .5s;
}
header .row {
    align-items: center;
}
header img {
    width: 150px;
}
header button[type="submit"] {font-family: 'Font Awesome 5 Free';font-weight: 600;margin: 0;padding: 8px 14px;border: 1px solid #ddd;}
header input[type="search"] {
    border: 1px solid #ddd;
    border-right: 0;
    outline: none;
    padding: 8px 15px;
}
.hdrsocial img {
    width: auto;
}
.hdrsocial {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 20px;
}
.middlehdr .col-sm-2 {
    justify-content: end;
    display: flex;
}
.hdrcontact span {
display: block;
    color: var(--white);
    font-size: 20px;
}
.hdrcontact a {
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
}
.middlehdr .wp-block-search__inside-wrapper {
    position: relative;
    margin: 0 20px;
}
.middlehdr .wp-block-search__input {
    padding: 12px 20px;
    border-radius: 50px;
    border: none;
    position: relative;
}
.middlehdr button.wp-block-search__button.wp-element-button {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 9px 15px;
    border-radius: 50px;
    background: #d8232f;
    border: none;
    color: #fff;
}
.freeshiping p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
    letter-spacing: .5px;
}
.top-smo {
    border-left: 1px solid #ffffff21;
    border-right: 1px solid #ffffff21;
    padding: 6px 15px;
}
.top-smo li a i {
    color: var(--white);
    font-size: 13px;
}
.contactfaqs li {
    border-right: 1px solid #ffffff21;
    padding: 4px 10px 4px 0;
}
.contactfaqs li a {
    text-transform: uppercase;
    font-size: 13px;
    color: var(--white);
}



.topbar h1 span {
    COLOR: var(--primary);
}
.topbar h1 {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
}
.topbar a img {
    width: 200px;
    height: auto;
}
.topbar .row {
	align-items: center;
}


.topbar .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.search-form {
    width: 60%;
}
.search-form form {
    position: relative;
}
.topbar .search-form label {
    display: none;
}
.topbar .search-form input[type="search"] {
    font-size: 14px;
    padding: 9px 20px 8px !important;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 6px;
}
.topbar .search-form .wc-block-product-search .wc-block-product-search__button {
    width: 50px;
    margin: 0;
    border: none;
    background: url(../images/searchicon.png)no-repeat center center/contain;
    background-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 999999;
    padding: 11px;
}
.topbar .search-form .wc-block-product-search .wc-block-product-search__button svg{
	display:none;
}

.topbar ul {
    display: flex;
    column-gap: 12px;
    align-items: center;
    position: relative;
}
.topbar ul li img {
    width: 30px;
}
.topbar ul li {
    position: relative;
}
.topbar ul li .cartcount {
    position: absolute;
    top: -14px;
    background: var(--primary);
    color: #fff;
    padding: 1px 5px;
    line-height: normal;
    right: 3px;
    border-radius: 50%;
    font-size: 13px;
}
/* .menubar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    margin: 0;
    background: var(--white);
    box-shadow: 2px 2px 13px #0000001a;
    z-index: 999;
} */
.menubar .row {
    align-items: center;
}
.menubar .col-sm-9 {
    display: flex;
    justify-content: space-between;
}
.menubar img {
    width: 150px;
}
.menubar ul.hdrsocial {
    display: flex;
    justify-content: flex-end;
    column-gap: 16px;
    align-items: center;
}
.hdrsocial li a {
text-transform: uppercase;
    font-size: 14.5px;
    font-weight: 500;
}
.shpngcrt {
    position: relative;
}
.shpngcrt span {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #e71f1f;
    color: var(--white);
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 11px;
}
.hdrsocial li img {
    max-width: 20px !important;
    filter: invert(1);
}
.shpngcrt figure {
    margin: 0;
}



/* Main Slider */

.nivo-caption {
    background: none !important;
    bottom: inherit !important;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 70px !important;
    opacity: 1 !important;
	    overflow: visible !important;
}
.nivo-caption h2 {
    font-size: 40px !important;
    color: var(--white) !important;
    text-transform: uppercase;
    line-height: 55px;
    display: inline-block;
    opacity: 0;
    animation: .5s ease-in-out .7s forwards lts;
    margin: 0;
}
@keyframes lts{
	0% {
    transform: translateX(-150px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.nivo-caption p {
    color: var(--white);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    margin: 0 0 20px !important;
    opacity: 0;
    animation: .5s ease-in-out .9s forwards lts;
}
.metaslider .theme-default .nivoSlider strong img {
    position: relative !important;
}
.nivo-caption strong {
    display: block;
    padding-bottom: 25px;
    opacity: 0;
    animation: .5s ease-in-out .9s forwards lts;
    font-weight: normal;
    letter-spacing: .5px;
    font-family: "Inter", sans-serif;
}
.metaslider a.btn.btn-primary {
    background: var(--primary);
    color: var(--white) !important;
    padding: 11px 25px 10px !important;
    border-radius: 6px !important;
    border: none !important;
opacity: 0;
    animation: .5s ease-in-out .9s forwards lts;	
}
.bannercnt {
    width: 600px;
}
.metaslider a.btn.btn-primary:hover {
    background: var(--white);
    color: var(--primary) !important;
}
.metaslider .theme-default .nivoSlider img {
    filter: brightness(0.6);
}
.bannercnt h1 {
    margin: 0;
}
.bannercnt h1 span {
    font-size: 45px !important;
    color: var(--white) !important;
    line-height: 65px;
    opacity: 0;
    transform: translate(-150px, 0) scale(.3);
    animation: leftRight .5s forwards 1.05s;
    display: inline-block;
    text-transform: uppercase;
}
@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: var(--green);
	}

	60% {
		color: #0f40ba;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}
.mainslider {
    position: relative;
}
.mainslider img {
    width: 100%;
}
.carousel-item {
    position: relative;
}
.mainslider .carousel-caption {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
}
.mainslider .carousel-caption span {
    color: var(--white);
    letter-spacing: 1px;
}
.mainslider .carousel-caption span ul {
    column-gap: 2px;
    padding-right: 10px;
}
.carousel-caption li i {
    color: #fcd53f;
    font-size: 13px;
}
.mainslider .carousel-caption h1 {
    font-size: 60px;
    color: var(--white);
    margin: 20px 0 15px;
    line-height: 65px;
	padding-right:80px;
}

.mainslider .carousel-caption p {
	opacity: 0;
    color: var(--white);
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 25px;
    animation: totop 1.2s ease-in-out 2s forwards;
}

.mainslider .carousel-caption .btn-primary {
    opacity: 0;
    animation: totop 1.2s ease-in-out 2.7s forwards;
    background: var(--white);
    color: var(--black);
    padding: 9px 25px 8px;
}
.mainslider .carousel-caption .btn-primary:hover {
    background: var(--primary);
    color: var(--white);
}
@keyframes totop{
	from{
		transform:translateY(60px);
		opacity:0;
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}
.mainslider .carousel-item figure img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.mainslider button.carousel-control-prev i, .mainslider button.carousel-control-next i {
    background: #00000038;
    border: solid 1px #e9e9e94d;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 6px;
    outline-offset: 1px;
    opacity: .5;
}
.mainslider .carousel-caption h1 span{
    font-size: 60px !important;
    color: var(--white) !important;
    line-height: 65px;
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards 1.05s;
	display: inline-block;
	
}
@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: var(--green);
	}

	60% {
		color: #0f40ba;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}


/* ABOUT SECTION CSS */

.about {
    background: linear-gradient(91deg, #ffffff80, #eeeeee5e), url(../images/welcomebg.webp) center / cover;
    padding: 60px 0;
}
.about img {
    width: 100%;
    height: auto;
}
.about-content h2 {
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: var(--black);
}
.about-content .subtitle {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--primary);
}
.aboutbtn {
    box-shadow: 0 0 14px #0066b036;
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 50px;
    background: var(--white);
}
.aboutbtn img {
    width: 22px;
    height: 22px;
    filter: brightness(0);
}




/* Scrolling Promotions */

.enable-animation {
    background: #619c4012;
    padding: 12px 0;
}
.enable-animation ul li {
    display: inline-flex;
    font-weight: 500;
    align-items: center;
    margin: 0;
    font-size: 17px;
    text-transform: capitalize;
	    color: var(--primary);
}
.enable-animation ul li img {
    width: 25px;
    margin-right: 10px;
	filter:invert(1);
}
section.enable-animation ul li img {
    filter: brightness(0.5);
}
/*
section.enable-animation ul li {
    border-right: solid 1px var(--white);
    color: var(--white);
    padding-right: 50px;
}
*/
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}

.enable-animation .marquee__content {
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  -webkit-animation-name: scroll-abs;
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }

  to {
    transform: translateX(0);
  }
}


/* SUMMER COLLECTION PRODUCT */

.summercollec {
    padding: 55px 0;
}
.summercollec .row {
    row-gap: 22px;
}
.summercollec .col-sm-3 {
    padding: 0 5px;
}

/* BEST SELLER PRODUCTS CSS */

.bestseller {
    padding: 50px 0 40px;
}

/* PRODUCT BANNER CSS */

.productbanner {
    background: linear-gradient(45deg, #555657a8, #000000a8), url(https://a.storyblok.com/f/165154/1500x700/bac5ce8007/6_t-shirts-for-special-occasions.jpg/m/);
    padding: 200px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.productbanner h2 {
    color: var(--white);
    font-size: 45px;
    font-weight: 600;
}
.productbanner p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.productbanner .btn-primary {
    border: 2px solid var(--white);
    padding: 7px 25px;
    background: var(--white);
    font-size: 16px;
    color: var(--black);
}
.productsldr img {
    width: 100% !important;
}
/* FEATURED PRODUCT */

.featuredprdct{
	padding:60px 0;
}
.featuredprdct-item img{
	width:100% !important;
	height:auto;
	transition:0.5s ease-in-out;
	scale:0.9!important;
	
}
.featuredprdct-item h4 a {
    font-size: 18px !important;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	letter-spacing:1px
}
/* Home About */

.homeabout{
	padding:60px 0;
background:url(../images/aboutbg.jpg);	
	background-attachment:fixed;
	background-size:cover;
}
.homeabout h2 span {
    font-size: 18px;
    display: block;
    color: var(--primary);
    padding-bottom: 7px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Collecton */

.collection {
    padding: 40px 0;
    background: linear-gradient(#4aa7d1b3, #0515528c), url(../images/catbg.webp);
    background-size: cover;
}
.collection-item {
    text-align: center;
    display: flex !important;
    justify-content: center;
    margin: 15px 0;
    border-radius: 10px;
    border: solid 1px var(--primary);
    padding: 20px;
    transition: all ease-in-out .5s;
    background: var(--white);
}
.collection-item:hover {
    transform: translateY(-5px);
}
.collection-item:hover h3 {
    color: var(--primary);
    letter-spacing: 0px;
}
.collection-item figure {
    width: 180px !important;
    height: 180px !important;
    margin: 0 auto;
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.collection-item img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.5s ease-in-out;
	border-radius:10px;
}
.collection-item:hover img {
    scale: .9;
    rotate: 3deg;
}
.collection-item h3 {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
	transition:0.5s ease-in-out;
}

.collection-item strong {
    display: block;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 3px;
}
.collection-item i {
    color: var(--white);
    font-size: 23px;
    background: var(--primary);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -6px -6px 0px #f8000061;
}
.collection-item p {
    margin: 0;
}


/* Home Categories */

.category {
    padding: 40px 0 60px;
}
.category .heading .inline-heading a {
    background: rgba(202,228,247,0.5);
    transition: 1s ease-in-out;
}

.category-item {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.category-item figure {
    height: 320px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.category-item img {
    height: auto;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    width: 100%;
}
.category-item:hover img{
	rotate:3deg;
	scale:1.1;	
	filter:contrast(0.5)
}
.categoryinfo {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    transform: translateY(0);
    text-align: center;
    z-index: 1;
    font-weight: 400;
}
.category-info span {
    color: var(--white);
    margin-bottom: 15px !important;
}
.category-info h3 {
    color: var(--white);
    font-size: 26px;
    margin: 5px 0 10px;
	transition:0.5s ease-in-out;
}
.category-item:hover h3{
	letter-spacing:3px;
}
.category-item figure:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #001626e8, #00162687, transparent);
    content: '';
    z-index: 1;
}
.homecat-caption {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px;
}
.homecat-item h3 {
    margin-bottom: 40px;
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 10px;
    font-size: 25px;
}
.category-info {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
}

/* Leading */

.leading {
    padding: 130px 0;
    background: url(../images/leadingbg.jpg);
}

/* Home Products */

.homeprdct {
    padding: 55px 0 75px;
}
.homeprdct .col-sm-4 {
    width: 25%;
}
.productlist:hover{
	transform:translateY(-8px);
	border: 1px solid var(--primary);
}
.homeprdct a.button.wp-element-button {
    display: none !important;
}
.productlist img {
width: 100%;
    height: 230px !important;
    object-fit: cover;
}
.productlist-box h4 {
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 6px;
}
.productlist-box h4 a {
    font-size: 17px !important;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.productlist-box p {
    color: var(--primary) !important;
    margin: 15px 0;
    font-size: 17px;
    font-weight: 600;
}



/* WHY CHOOSE US SECTION CSS */

.whychoose {
    background: #f8f8f8;
    padding: 70px 0;
    background-attachment: fixed;
    background-size: cover;
}
.whychoose-item img {
    width: 80px;
    filter: invert(1) brightness(100);
	transition:0.5s ease-in-out;
}
.whychoose-item:hover img {
    transform: scale(-1) rotate(180deg);
}
.whychoose-item svg{
    stroke: var(--primary);
}
.whychoose-item h3 {
    margin-bottom: 5px;
}
.whychoose-item {
    background: #fff;
    padding: 35px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ffffff17;
    backdrop-filter: blur(5px);
    transition: 0.5s ease-in-out;
}
.whychoose-item:hover{
	transform: translateY(-5px);
}
.whychoose-item h3 {
    margin: 15px 0 5px;
    font-size: 20px;
}
.whychoose-item svg {
    width: 70px;
    height: 70px;
}
.whychoose-item p {
    margin: 0;
}
.whychoose-thumb {
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
	position:relative;
	overflow:hidden;
}
.whychoose-thumb img {
    height: 100%;
	width:100%;
    object-fit: cover;
	border-radius: 6px;
}


/* TESTIMONIAL SECTION CSS */

.testimonial {
    padding: 50px 0 40px;
}
.testimonial .row {
    row-gap: 22px;
}
.testimonial span {
    text-align: center !important;
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 0.5px;
}
.testimonial .heading {
    text-transform: uppercase;
}
.testimonial-item {
    box-shadow: 0 0 14px #e9e9e9;
    border: 1px solid #cccccc4a;
    text-align: center;
	border-radius: 0 0 6px 6px;
	overflow:hidden;
}
.testimonial-cnt {
    padding: 15px;
}
.testimonial-cnt h3 svg path {
    fill: #000;
}
.testimonial-item img {
    aspect-ratio: 2/1.5;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.testimonial-item h3 {
    margin: 8px 0 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
.testimonial .rating{
	column-gap: 7px;	
}
.testimonial .rating i {
    color: #ef932c !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
}
.testimonial-item i {
    color: var(--primary);
    font-size: 25px;
    margin-bottom: 15px;
}
.testimonial .heading .subheading {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 0;

    border-left:unset;
}
.testimonial figure{
	position:relative;
}
/* Home Blog */

.homeblog {
    padding: 35px 0 55px;
    background: #eef5fa;
}
.homebloglist {
    background: #0066b01c;
    border-radius: 6px;
    transition: .5s;
    overflow: hidden;
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px !important;
	margin-top:15px;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.homebloglist img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    object-position: right;
    transition: .5s;
    border-radius: 6px;
}
.homeblogbox {
    padding: 30px;
    position: relative;
}
.homebloglist p {
    margin: 10px 0 20px;
}
.homebloglist ul {
    display: flex;
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 10px 0 20px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}

.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}

.homebloglist figure:before, .testimonial-item figure:before, .whychoose-thumb:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
	z-index:-3;
}
.homebloglist:hover figure:before, .testimonial-item:hover figure:before, .whychoose-thumb:hover:before {
    animation: shine 1s;
	z-index: 1;

}

@keyframes shine{
	100% {
    left: 125%;
}
}
.homeblog .blogcategory {
    padding: 8px 20px 6px;
    background: #ffffffc9;
    border-radius: 30px;
    transition: all .4s;
    color: var(--primary);
    content: "";
    width: fit-content;
    height: fit-content;
    top: -20px;
    left: 10px;
    opacity: 0;
    font-weight: 600;
}
.homebloglist:hover .blogcategory{
	top:10px;
	opacity:1;
}
.blogpage .row {
    row-gap: 25px;
}


/* FASTNESS SECTION CSS */

.fastness {
    padding: 60px 0;
}
.fastness-item {
    box-shadow: 0 0 12px #d9d9d9;
    padding: 20px;
    border-radius: 6px;
}
.fastness-item img {
    width: 80px;
}
.fastness-item h3 {
    margin: 20px 0 5px;
    font-size: 20px;
}


/* Footer */

footer {
    background: var(--black);
}
.footerabout img {
    width: 150px;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 55px 30px 50px;
}
.footerabout .footer-logo {
    background: var(--white);
    padding: 10px 20px;
    width: fit-content;
    border-radius: 6px;
}
footer p {
    line-height: 22px;
    margin-bottom: 15px;
}
/*
footer .col-lg-3:first-child, footer .col-lg-3:last-child {
    background: #eeeeee94;
}
*/
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
footer .col-lg-3:last-child {
    border: none;
}
footer ul li.menu-item a {
    margin-bottom: 5px;
    display: block;
}
footer ul li:last-child a {
    margin-bottom: 0;
}
footer ul li.menu-item a:hover {
  color: var(--white);
}
.footersmo li i {
    color: #4d4a4f;
    font-size: 18px;
}
footer h4 {
    margin-bottom: 18px;
    letter-spacing: .5px;
    font-size: 22px;
    color: var(--white);
}
footer a, footer p, .footerabout a {
    color: var(--white);
}
.footer-details a {
    text-decoration: none;
    font-size: 15px;
}
footer ul.footer-details li:last-child {
    margin-bottom: 0;
}
footer ul.socialicon {
  display: flex;
    column-gap: 6px;
	justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #212222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}
footer .readbtn {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 15px;
    display: block;
}
footer ul.footer-details li {
    margin-bottom: 10px;
    color: var(--white);
}
footer ul.footer-details li i {
    color: var(--white);
    padding-right: 5px;
}
footer form {
    position: relative;
}
footer input[type="email"] {
    background: none;
    font-size: 14px;
    border-radius: 50px;
    border: solid 1px #ddd;
}
footer input[type="email"]::placeholder{
	color:var(--white);
}
footer input[type="submit"] {
    margin-bottom: 0;
    background: var(--primary);
    width: auto;
    color: var(--white);
    padding: 9px 30px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    line-height: normal;
}
.copyright {
    padding: 15px 0;
    background: #000;
    border-top: 1px solid #ffffff38;
}
.copyright .col-sm-4 {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.copyright .row {
  align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
}
.copyright p a {
    color: var(--primary);
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.copyright ul li {
    border-right: solid 1px #dddddd40;
    padding: 0 15px;
}
.copyright ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.copyright img {
    width: 280px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 18px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
    width: 26px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    border-radius: 5px;
    z-index: 99999999;
    padding: 0;
    border: solid 1px var(--primary);
    background: var(--white);
    width: 45px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: var(--primary);
    text-decoration: none;
    padding-top: 10px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
.breadcrumb {
    padding: 30px 0 !important;
    margin: 0 !important;
    background: #f5f5f5;
}
.breadbox h2 {
    margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 80px !important;
}
.woocommerce .breadbox {
    display: none;
}
.breadbox a:after, .woocommerce .woocommerce-breadcrumb a:after {
    content: '\f101' !important;
    font-size: 12px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    padding: 0 10px;
}
div#yith-ywraq-message {
    font-size: 25px;
    text-align: center;
}
.woocommerce .secondary-container {
    padding-top: 0 !important;
}
.breadbox span.breadcrumb_last, .woocommerce-breadcrumb {
    color: var(--primary)!important;
}
.page-id-41887 .breadcrumb{
 background: linear-gradient(45deg, #000000c7, #00000099), url(../images/myaccount-banner.jpg) no-repeat center center / cover;	
}
.logged-in div#user-registration {
    background: #f8f8f8;
    padding: 15px 20px;
}
.page-id-41887.logged-in .secondary-container .col-lg-6.col-12:last-child {
    display: none !important;
}
.page-id-41887.logged-in .secondary-container .col-lg-6.col-12 {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
.page-id-41887.logged-in .secondary-container .col-lg-6.col-12 h2 {
    display: none;
}
.page-id-41887.page-id-41887 .secondary-container .btn-primary{
	display:none;
}
.page-id-41887.logged-in .secondary-container .btn-primary{
	display:block !important;
}
.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
    margin: 0;
    position: relative;
    padding-left: 15px;
}
.breadcrumb h1:before {
    content: '';
    background: #0066b0;
    width: 3px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*
p#breadcrumbs {
    position: relative;
    padding: 4px 25px;
    text-decoration: none;
    color: inherit;
    background: rgb(202 228 247 / 11%);
    border-radius: 50px;
}
*/
p#breadcrumbs {
    position: relative;
    text-decoration: none;
    color: inherit;
    background: rgb(202 228 247 / 11%);
    border-radius: 50px;
    margin: 0;
    padding: 0;
}
.breadcrumb h1 p#breadcrumbs {
    background: none;
    padding: 0;
}
p#breadcrumbs a {
    background: none;
    padding-left: 0;
}
.breadcrumb p {
  text-align: left;
  margin:0;
}
.breadcrumb h1 p {
    text-align: left;
}
.breadcrumb p a{
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}
.breadcrumb h1 span {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--white);
    text-transform: uppercase;
    line-height: normal;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 p{
  float:left;
}
.breadcrumb h1 span a {
  display: none;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    right: -9px;
}
.errorpage h1 {
    font-size: 35px;
    margin-bottom: 0;
}
.secondary-container {
    padding: 70px 0 70px;
}
.secondary-container.product-page {
    padding: 80px 0;
}

/* CONTACT US PAGE */

.contact-list {
    background: var(--primary);
    padding: 25px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}
.contact-list:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: url(../images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
	z-index: -1;
}
.contact-info span, .contact-info a {
    color: var(--white);
}
.contact-list .contact-item:last-child {
    margin: 0;
}
.contact-item {
    background: #ffffff1c;
    padding: 24px;
    border: 1px solid #ffffff33;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    transition: .5s;
}
.contact-item:hover {
    background: var(--white);
}
.contact-item:hover .contact-info span, .contact-item:hover .contact-info a {
    color: #000;
}
.contact-item i {
    background: #ffffff1a;
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 20px;
    position: inherit !important;
}
.contact-info span {
    display: block;
    font-weight: 500;
    font-size: 22px;
}
.contact-form {
    padding: 25px 25px 22px;
    border: 1px solid #0066b01c;
    border-radius: 6px;
    box-shadow: 0 0 14px #e9e9e9f5;
    background: #0066b008;
}
.contact-form input, .contact-form textarea {
    border: solid 1px #0066b030;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.contactus h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.contact-form input[type="submit"] {
    margin: 0;
    padding: 7px 35px;
    border: none;
    letter-spacing: 2px;
}
.contact-form textarea {
    height: 105px;
	margin:0;
}
.googlemap {
    padding: 50px 0;
}
.googlemap iframe {
    filter: grayscale(1);
}
.contactaddr {
    margin-top: 60px;
}
.contactaddr-item {
    border: solid 1px #ddd;
    padding: 25px;
    text-align: center;
    border-radius: 6px;
}
.contactaddr-item i {
    font-size: 25px;
    border: solid 2px var(--primary);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    color: var(--primary);
}
.contactaddr-item p {
    margin-bottom: 0;
    font-size: 18px;
}
.contactaddr-item h4 {
    margin: 18px 0 6px;
}
.secondary-container.reviews {
    margin: 0;
}
.secondary-container.blogpage.latestnews .newslist {
    margin: 12px 0;
}
.blogpage.latestnews {
    background: none;
}
article.singlepost img {
    width: 100%;
    object-fit: cover;
}
.sidebar {
    border: 1px solid #3ab5d2;
    background: #fafaff;
    padding: 20px;
}
article.singlepost h2 {
    font-weight: 600;
    font-size: 24px;
}
.page-id-32253 .secondary-container ul, .page-id-32251 .secondary-container ul{
    margin: 15px 0;
}
.page-id-32253 .secondary-container strong, .page-id-32251 .secondary-container strong{
    font-size: 17px;
    text-transform: capitalize;
}
.page-id-32253 .secondary-container ul li, .page-id-32251 .secondary-container ul li{
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}
.page-id-32253 .secondary-container ul li:before, .page-id-32251 .secondary-container ul li:before{
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    font-size: 12px;
}

/* WOOCOMMERCE */


.row.products {
    row-gap: 0;
    clear: both;
}
.wsatc-container .woocommerce .star-rating {
    float: none;
}
.wsatc-price {
    font-size: 20px;
    color: var(--primary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
}
.woocommerce div.product form.cart .variations label, h3.custom-variation-title {
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 7px;
    color: #666;
}
.woocommerce ul.products li.product-category.product {
    border: solid 1px #eee;
    margin: 15px 7px !important;
    width: 24% !important;
    display: flex;
}
.woocommerce ul.products li.product-category.product img {
    margin: 0 !important;
}
.woocommerce .products .star-rating {
    margin: 0 auto 12px !important;
}
.woocommerce .star-rating span {
    color: #ff9109;
}
h3.wc-block-price-filter__title {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{
	font-size: 16px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 15px !important;
}
.woocommerce ul.products li.product-category.product.first {
    margin-left: 0 !important;
}
.woocommerce ul.products li.product-category.product.last {
    margin-right: 0 !important;
}
section.related.products h2 {
    text-transform: capitalize;
}
.wp-block-button__link {
    background-color: var(--primary) !important;
    font-size: 15px !important;
    padding: 5px 17px 7px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-family: 'Noto Sans', sans-serif !important;
    text-transform: capitalize;
}
.wc-block-grid__product-price {
    font-size: 15px;
}
.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 16px;
    line-height: 23px;
    margin: 15px 0 18px;
}
.wc-block-grid__product-onsale {
    position: absolute !important;
    top: -10px !important;
    left: 0 !important;
    padding: 1px 15px !important;
    background: var(--primary) !important;
    color: var(--white) !important;
    border: none !important;
}
.woocommerce ul.products li.product .price {
    color: var(--primary) !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}
.woocommerce ul.products li.product .price ins {
    margin-left: 8px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce div.product div.summary .yith_ywraq_add_item_browse_message a {
    color: var(--white) !important;
    border: none !important;
    padding: 11px 20px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: .3px !important;
    display: inline-block !important;
    margin-top: 12px !important;
    background: var(--primary) !important;
    border-radius: 6px !important;
    line-height: normal;
}
.yith_ywraq_add_item_response_message {
    font-weight: 500;
    color: var(--secondary);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 16px !important;
    letter-spacing: 0 !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    display: table;
    flex-direction: row-reverse;
}
.woocommerce-product-gallery .flex-viewport {
    width: 100%;
    margin-bottom: 15px;
}
.wc-block-components-price-slider {
    margin-bottom: 0;
}


.page-id-11 .row.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.page-id-11 .row.products .col-sm-3:first-child {
    grid-area: span 2 / span 2;
}
.page-id-11 .row.products .col-sm-3:first-child img {
    height: 493px !important;
}
.page-id-11 .row.products .col-sm-3 {
    width: 100%;
    padding: 5px;
}
.page-id-11 .row.products.columns-4 {
    clear: both;
}
.page-id-11 .row.products.columns {
    row-gap: 0;
}
.prdctlst h2 {
    position: absolute;
}
.row.products.columns {
    row-gap: 10px;
}
.prdctlst span.price {
    display: none !important;
}
.prdctlst {
    text-align: center;
    position: relative;
    z-index: 1;
    background: var(--white);
    height: 100%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 14px #e9e9e9;
}
.prdctlst img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    border-radius: 6px;
    transition: all ease-in-out .5s;
    margin-bottom: 20px;
}
.prdctlst:hover img {
    transform: scale(1.1);
    filter: hue-rotate(45deg);
}
.prdctlst a.button {
    display: none !important;
}
.prdctlst h2 {
    font-size: 17px;
    line-height: 27px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 70px;
    position: absolute;
    bottom: 0;
    color: var(--white);
    letter-spacing: .5px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
    background: var(--primary);
    width: 90%;
    padding: 4px 0;
    border-radius: 10px 10px 0 0;
}
.prdctlst span.price {
    display: block;
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
}
.prdctlst span.price ins {
    margin-left: 10px;
}
.woocommerce span.onsale{
display:none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--primary) !important;
    font-size: 20px !important;
    font-weight: 500;
}
.product_meta {
    border-top: solid 1px #d7d4d4;
    padding-top: 10px;
	display:none;
}
.termdesc sup {
    color: red;
    font-size: 14px;
    top: -3px;
}
.termdesc {
    margin-top: 10px;
    color: #777;
}
.wpb_wrps_price {
    color: var(--primary);
    font-size: 20px;
}
.wrps_related_products.wrps_theme_box .wpb_wrps_title a {
    color: var(--black) !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
}
.woocommerce div.product p.price {
    margin: 0 0 10px;
    padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    column-gap: 6px;
    width: 100%;
    justify-content: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 70px !important;
    float: none !important;
    border: solid 1px #eee !important;
    border-radius: 6px;
}
.woocommerce .quantity .qty {
    border: none;
    width: 2.4em !important;
}
.product_meta {
    margin-top: 20px;
}
.woocommerce span.onsale {
    min-height: 45px !important;
    min-width: 45px !important;
    background-color: var(--primary) !important;
}
.single-product div.product form.cart .quantity {
    margin: 0 !important;
    padding-left: 12px;
}

/*
.summary.entry-summary li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}
.summary.entry-summary li:before {
    position: absolute;
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: var(--black);
    left: 0;
}
*/

.bestslr-prdct {
    padding: 60px 0;
}
.bestslr-prdct .container-fluid {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
}
.bestslr-prdct .col {
    padding: 0 8px;
}
.bestslr-prdct h3 {
padding: 25px 0 10px;
    margin: 0;
    color: var(--primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}
.bestslrprdct-box {
    box-shadow: 0 1px 13px 0 rgb(0 0 0 / 22%);
    padding: 0 20px 20px;
    text-align: center;
    position: relative;
    border-radius: 21px;
}
.productlist-box {
    padding: 15px 0;
    text-align: left;
}
.bestslrprdct-box::before{
content: '';
    background-color: #fff0f8;
    position: absolute;
    width: 100%;
    display: block;
    height: 28%;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 21px 21px 0 0;
}	
.bestslrprdct-box .dtlsbtn {
margin-top: 15px;
    display: block;
    color: #111;
    font-weight: 600;
}
.bestslrprdct-item {
    text-align: center;
    position: relative;
    z-index: 99;
    height: 100%;
    transition: .5s;
}
.bestslrprdct-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 1s;
}
.product-page .col-sm-9 .row .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 5px;
}
.woocommerce a.added_to_cart {
    position: relative;
}
.woosidebar {
    padding: 18px;
    border: 1px solid #efefef;
    border-radius: 6px;
    box-shadow: 0 0 15px #e9e9e9;
}
.woosidebar li.col-sm-4 {
    width: 100%;
}
.woosidebar h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--primary);
}
.woosidebar aside#block-25 {
    margin-top: 35px;
}
.woosidebar .wc-block-product-categories {
    margin-bottom: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #35363a !important;
}
.woosidebar ul li {
    line-height: 30px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
    width: 32px !important;
    height: 32px !important;
    border-radius: 4px !important;
    border: solid 1px #000;
    padding: 0 !important;
}
.promotions {
    clear: both;
    margin-bottom: 40px;
}
.promotions-box {
    border: solid 1px var(--primary);
    text-align: center;
    padding: 15px;
}
.promotions-box h3 {
    font-weight: 600;
    letter-spacing: 0;
    margin: 12px 0 0;
}
.promotions-box h3 span {
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    color: #555;
    padding-top: 10px;
    font-weight: normal;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 18px 0 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 80px !important;
    padding: 15px !important;
}
.woocommerce nav.woocommerce-pagination ul {
    margin: 30px 0 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #111 !important;
    color: var(--white) !important;
    font-weight: 500 !important;
}



/* Shipping */

.shipping {
    padding: 60px 0;
    border-top: solid 1px #eee;
}
.shipping .col-lg-3 {
    border-right: solid 1px #d4e5f2;
}
.shipping .col-lg-3:last-child {border-right: none;}
.shipping-item img {
    max-width: 45px;
	transition:0.5s ease-in-out;
}
.shipping-item:hover img{
	scale:0.9;
}
.shipping-item strong {
    display: block;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 3px;
}
.shipping-item i {
    color: var(--white);
    font-size: 23px;
    background: var(--primary);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -6px -6px 0px #f8000061;
}
.shipping-item figure {
    box-shadow: 0 0 14px #ddd;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
    background: var(--white);
}
.shipping-item h3 {
    margin: 16px 0 0;
    font-size: 20px;
}
.shipping-item p {
    margin: 0;
}



/* FAQS */

#sp-ea-40768.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #444;
    background: #fff;
    font-size: 17px;
	border-radius:0;
}
#sp-ea-40768.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    float: right;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 12px 20px !important;
    background: #fff !important;
    font-size: 18px;
    font-weight: normal !important;
    color: var(--black) !important;
}
.faqs .accordion-item {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 6px !important;
    background: none;
    border: none;
}
.faqs .accordion-body {
    background: var(--white);
    margin-top: 10px;
    border-radius: 6px;
    border: solid 1px #ddd;
}
.faqs .accordion-item .accordion-button {
    border-radius: 6px !important;
    font-size: 18px;
    color: var(--primary);
    padding: 9px 15px;
    background: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    letter-spacing: 0.5px;
    font-weight: 500;
    border: solid 1px #ddd;
    text-transform: capitalize;
}
.faqs .accordion-button:focus {
    box-shadow: unset;
}
.faqs .accordion-button::after {
    width: 1rem;
    height: auto;
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    background-image: none !important;
	font-weight:600;
}
.faqs .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(44deg) !important;
}
.faqs .accordion-item p {
    font-size: 14.5px;
    line-height: 25px;
}
.faqs .accordion-item p:last-child {
    margin-bottom: 0;
}
.faqs .accordion-button:not(.collapsed)::after{
	transform:unset !important;
}
.faqs .accordion-button:not(.collapsed) {
    background: var(--primary) !important;
    color: var(--white) !important;
    border-radius: 6px !important;
}
.stillhaveqn-cnt h2 {
    margin-bottom: 17px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 8px;
}
.stillhaveqn-cnt h2:before {
    content: '';
    border-bottom: solid 3px var(--primary);
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.stillhaveqn-cnt p {
    margin: 8px 0 15px;
}
/* About Us */

.aboutus .row {
    align-items: center;
}
.aboutus .row:nth-child(even) {
    flex-direction: row-reverse;
}
.aboutus figure{
	margin:0;
	overflow:hidden;
}
.aboutus figure img {
    width: 100%;
	transition:all ease-in-out .5s;
}
.aboutus figure img:hover{
	transform:scale(1.1) rotate(3deg);
}
.aboutus-content {
    padding: 50px;
}
.aboutus h3 {
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.aboutus h3:after {
    content: '';
    position: absolute;
    border-bottom: solid 1px var(--black);
    bottom: 0;
    width: 100px;
    left: 0;
}
.aboutus h3 span {
    display: block;
    font-size: 20px;
    color: var(--primary);
}



/* PRODUCT PAGE CSS */

li.product-category.product a {
    display: flex;
    align-items: center;
    background: #efefef;
    padding: 12px;
    border-radius: 5px;
}

li.product-category.product a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 12px;
}
li.product-category.product a h2.woocommerce-loop-category__title {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}

li.product-category.product a h2.woocommerce-loop-category__title mark.count {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    font-weight: 400;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.row.products.columns {
    row-gap: 22px;
}
.row.products .col-sm-4 {
    border-collapse: collapse;
}
.product-categories .col-sm-4 {
    padding: 0 7px !important;
    border: none !important;
}
.wpf_item {
    padding: .8em 0 0 !important;
}
section.related.products {
    clear: both;
    width: 100%;
}
form.cart button.single_add_to_cart_button {
    margin: 0 !important;
}
h2.wrps_related_products_area_title span:after {
    content: 'You May Also Like';
    left: 0;
    position: absolute;
    background: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 40px;
    display: none;
}
.wrps_related_products_area .owl-theme .owl-dots{
	display: none !important;
}
.wrps_related_products .wpb_wrps_cart_btn {
    display: none;
}
.bestslrprdct-item a img {
    height: 350px;
    width: 100%;
}
.bestslrprdct-item h2 {
    font-size: 20px !important;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 0;
}




/* STICKY ADD TO CART BAR CSS */

.wsatc-add-to-cart {
    padding: 10px 24px !important;
}
.wsatc-qty-wrapper .wsatc-qty-field {
    width: 60px !important;
    padding: 8px 4px !important;
    font-size: 13px !important;
}
.wsatc-qty-wrapper .wsatc-qty-minus, .wsatc-qty-wrapper .wsatc-qty-plus {
    width: 36px !important;
    padding: 5px 0 !important;
    font-size: 18px !important;
}



/* SINGLE PRODUCT PAGE CSS */

/*
.summary.entry-summary .price, form.cart {
    display: block;
    padding: 30px;
    background: #f1f1f1;
    margin: 0 !important;
}
.summary.entry-summary {
    background: #f9f9f9;
    padding: 0;
}
*/
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 70px !important;
    float: none !important;
    border: solid 1px #ddd !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery {
    width: 32% !important;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-right: 10px;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery+.summary {
    max-width: inherit !important;
    width: 60% !important;
}
.gallery-navigation-carousel .wcgs-thumb {
    width: 70px !important;
}
#wpgs-gallery .wcgs-thumb.swiper-slide img {
    border: 1px solid #dddddd !important;
    border-radius: 6px !important;
}
.wcgs-slider-image {
    border: solid 1px #ddd;
    border-radius: 6px !important;
}
.wcgs-swiper-arrow, .wcgs-lightbox.top_right{
    display: none !important;
}
#wpgs-gallery * {
    justify-content: center;
    margin-top: 6px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 5px !important;
}
.woocommerce div.product .product_title {
    line-height: 33px !important;
    font-size: 27px !important;
    margin-bottom: 15px !important;
}
/*
.summary.entry-summary form.cart {
    padding-top: 0;
    margin-bottom: 20px !important;
}
*/
.summary.entry-summary .price {
    padding-bottom: 16px;
}
.woocommerce-variation-add-to-cart.variations_button, .woocommerce .product-type-simple form.cart {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    border: solid 1px #ddd;
    border-radius: 6px;
    background: var(--white);
    padding: 6px;
}
.woocommerce-variation-add-to-cart.variations_button button, .woocommerce .product-type-simple form.cart button{
    background: none;
    border: none;
    font-size: 11px;
}
.woocommerce .product-type-simple .custom-variation-title{
display:block !important;	
}

/* Our Clients */

.ourclients {
    padding: 60px 0;
    background: #f5f5f5;
}
.ourclients-item {
    border: solid 1px #eee;
    padding: 15px;
    text-align: center;
	background: var(--white);
}


/* Get Inspired */

.getinspired img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.getinspired-form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 15px 20px;
    border-radius: 6px;
}
.getinspired-form h3 {
    margin-bottom: 0;
}
.getinspired-form p {
    margin: 5px 0 10px;
}
.getinspired-form textarea {
    height: 100px;
}
.getinspired-form input[type="submit"] {
    margin-top: 10px;
}

/* Help Center */
.helpcenter .row {
    row-gap: 40px;
}
.helpcenterdtls h2 {
    font-weight: 600;
}
.helpcenter-item ul li {
    line-height: 30px;
}
.helpcenter-item h3 {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 5px;
}
.helpcenter-item .moreless-button, .helpcenter-item .moreless-button-one, .helpcenter-item .moreless-button-two, .helpcenter-item .moreless-button-three, .helpcenter-item .moreless-button-four {
    text-decoration: underline;
    font-size: 16px;
    color: var(--black);
    display: block;
    margin-top: 6px;
    cursor: pointer;
}
.helpcenterdtls-content h3 {
    font-size: 20px;
    margin: 18px 0 5px;
}
.helpcenterdtls-sidebar ul li {
    margin-bottom: 15px;
}
.helpcenterdtls-sidebar ul li a {
    font-size: 16px;
}
.helpcenterdtls-sidebar ul li a:hover {
    text-decoration: underline;
}
.helpcenterdtls-sidebar ul .current-menu-item a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.helpcenterdtls-content {
    padding-right: 30px;
}
.helpcenterdtls-content ul {
    margin: 15px 0;
}
.helpcenterdtls-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.helpcenterdtls-content ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 12px;
    top: 0;
}
.helpcenterdtls-content p strong {
    font-weight: 600;
    font-size: 16px;
}
.helpcenter-search form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    width: 400px;
    margin: 0 auto 50px;
}
.helpcenter-search input {
    border: solid 1px #ddd;
    padding: 8px 15px;
    outline: none;
}
.helpcenter-search button[type="submit"] {
    margin: 0;
    background: var(--black);
    color: var(--white);
    padding: 5px 20px;
    letter-spacing: .5px;
    border: none;
}
.wpf_search_button {
    background-color: var(--primary) !important;
    padding: 8px 20px !important;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

#section {
  word-wrap: break-word;
}
.moretext, .moretext-one, .moretext-two, .moretext-three, .moretext-four{
  display: none;
}

/* Search results */

.searchresults .row {
    row-gap: 15px;
}

.searchresults .homebloglist {
    height: 100%;
}
.searchresults .homeblogbox span {
    display: none;
}

nav.woocommerce-MyAccount-navigation{
	box-shadow: 3px 3px 13px #ddd;
	padding: 15px 20px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    border: solid 1px #ddd;
    display: block;
    padding: 10px 20px;
    margin: 10px 0;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: var(--white);
}
.woocommerce-MyAccount-content {
    box-shadow: 3px 3px 13px #ddd;
    padding: 20px;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: var(--white);
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    margin-bottom: 0;
}
.woocommerce-account .addresses .title h3 {
    margin: 0;
}
.woocommerce-MyAccount-content address {
    margin: 15px 0;
}
.cus_menu button, .dsabafw_woocommerce-address-fields button{
    background: var(--primary) !important;
    border: none;
    padding: 8px 18px  !important;
    letter-spacing: .5px;
	color:var(--white);
}
.billing_address button{
    border: solid 1px #ddd !important;
    background: var(--white) !important;
    font-size: 14px !important;
    padding: 5px 18px !important;
    letter-spacing: .5px;
    margin-bottom: 12px;
}
.dsabafw_table_ship .shipping_empty_message {
    border: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: 40px !important;
    width: 60px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-size: 25% !important;
}
td.value.woo-variation-items-wrapper {
    position: relative;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    position: absolute;
    right: 0;
    top: 10px;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
   background: linear-gradient(45deg, var(--primary), var(--secondary)) !important;
    color: var(--white) !important;
    border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 250px;
    text-align: center;
    background: #f6f1ed !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display:none !important;
}
/*
.single-product .secondary-container {
    background: #f9f9f9;
    padding-top: 25px;
}
*/
.whychoose-suredec {
    background: var(--white);
    padding: 25px 25px 35px;
    border-radius: 0 0 6px 6px;
    margin-bottom: 30px;
    text-align: center;
}
.whychoosesec {
    margin-top: 25px;
}
.whychoose-suredec .whychoosesec-item {
    border: solid 1px #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.whychoosesec {
    margin-top: 25px;
}
.whychoose-suredec .whychoosesec-item img {
    width: 65px;
}
.whychoose-suredec .whychoosesec-item h3 {
    margin: 12px 0 0;
    font-size: 20px;
}


/* FAQS */
div#accordionExample {
    background: #f9f9f9;
    height: 100%;
    padding: 20px;
    border-radius: 6px;
    box-shadow: inset 0 0 10px #0000001c;
}
.stillhaveqn {
    border-radius: 6px;
    padding: 20px;
    transition: 0.7s ease-in-out;
    background: #f8f8f8;
    box-shadow: inset 0 0 10px #0066b038;
    height: 100%;
}
.faqcnt{
	border-radius:6px;
	border:1px solid #0066b038;
	padding:20px;
	box-shadow:inset 0 0 10px #0066b038;
}
.faqcnt h3 {
    font-size: 21px;
    color: var(--primary);
    margin-bottom: 7px;
}
.stillhaveqn:hover {
    box-shadow: inset 0 0 10px #00000024;
}
.stillhaveqn:hover img{
	scale:1.1;
}
.stillhaveqn figure {
    border-radius: 6px;
    overflow: hidden;
    height: 300px;
}
.stillhaveqn figure img{
	transition:8.0s ease-in-out;
	height:100%;
	object-fit:cover;
}
.stillhaveqn-cnt {
    padding: 8px 20px 20px;
    background: var(--white);
    border-radius: 6px;
    margin-top: 15px;
}
.faqsidebar h2 {
    margin: 0px 0 5px;
}

/* Policy */

.policy h2 {
    margin: 20px 0 0;
}
.policy h4 {
    margin: 15px 0 8px;
    position: relative;
    color: var(--primary);
    border-left: solid 3px var(--primary);
    padding-left: 10px;
    line-height: normal;
}
.policy ul li {
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}
.policy ul li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    position: absolute;
    font-weight: 600;
    left: 0;
    font-size: 13px;
}
span.price {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
    display: block;
}
.woocommerce div.product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce div.product div.images {
    width: 32% !important;
}
.woocommerce div.product div.summary {
    width: 55% !important;
    margin-left: 40px !important;
}
.woocommerce div.product div.images img {
    border-radius: 6px !important;
    border: solid 1px #ddd;
}
.summary.entry-summary form.cart {
    margin-bottom: 20px !important;
   /* display: none; */
}
td.product-thumbnail img {
    width: 100px !important;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper input, .ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper textarea {
    background: var(--white);
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    background: #f9f9f9;
    border-radius: 6px;
}
.row.products.columns a.button {
    display: none !important;
}

#user-registration, .ur-frontend-form{
    margin: 0 !important;
}
.ur-frontend-form button, .ur-frontend-form input[type="submit"], .ur-frontend-form button[type="submit"] {
    padding: 10px 20px !important;
    line-height: normal !important;
    background: var(--primary);
    color: var(--white);
    border-radius: 6px;
    text-transform: uppercase;
}
.ur-frontend-form .ur-button-container .ur-submit-button {
    padding: 8px 20px !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid legend, .ur-frontend-form .ur-form-row .ur-form-grid label {
    margin-top: 0 !important;
}
.ur-button-container {
    margin-top: -5px !important;
}
.wp-block-search__inside-wrapper {
    width: 100% !important;
}
.wp-block-search__input {
    outline: none !important;
}
.wp-block-search__button {
    position: relative;
    width: 100px;
    border: none;
    margin: 0 !important;
}
.wp-block-search__button:after {
    content: 'Search';
    color: var(--white);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--primary);
    height: 100%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.upper-btn {
    text-transform: uppercase;
}
.woocommerce div.product div.summary p.price {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
section.related.products {
    margin-top: 40px;
}
.thwvsf-wrapper-item-li.thwvsf-tooltip {
    pointer-events: none;
    border: none;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
}

/* responsive starts  */
@media(max-width:991px){
header .col-sm-8 {
    display: flex;
    justify-content: end;
}
button#rmp_menu_trigger-468 {
    margin-right: 10px;
}
 ul.menutop.clearfix {
    display: none;
}
.category .col-sm-6 {
    width: 100%;
}
.category-item figure {
    height: 400px;
}
.category .row {
    row-gap: 10px;
}
.summercollec .col-sm-3 {
    width: 33%;
}
.productbanner h2 {
    width: 100%;
}
.about .col-sm-6 {
    width: 100%;
}
.about .row{
  row-gap:10px;
}
.shipping .row {
    row-gap: 15px;
}
.shipping .row .col-lg-3:nth-child(2) {
    border-right: none;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 35px 30px 0;
}
.about-content {
    text-align: center;
}
.row.products.columns .col-sm-3 {
    width: 50%;
}
.secondary-container.faqs .col-8 {
    width: 100%;
}
.secondary-container.faqs .row{
    row-gap:15px; 
}
.secondary-container.contactus .col-sm-4 {
    width: 100%;
}
.secondary-container.contactus .col-sm-8 {
    width: 100%;
}
.secondary-container.contactus .row{
    row-gap:15px;
}
}
@media(max-width:767px){
.collection {
    padding: 25px 0;
}
.heading .inline-heading .headingtitle {
    width: 100%;
    text-align: center;
}
.category .heading .inline-heading a {
    width: 100%;
    text-align: center;
}
.subtitle {
    text-align: center;
}
.inline-heading {
    flex-wrap: wrap;
}	
.heading .inline-heading a {
    display: block;
    width: 100%;
    text-align: center;
}
.summercollec .col-sm-3 {
    width: 100%;
}
.productbanner {
    padding: 70px 0;
}
.whychoose .col-sm-4 {
    width: 100%;
}	
.whychoose-thumb img {
    padding-bottom: 15px;
}	
.category-item figure {
    height: 100%;
}
.topbar {
    display: none;
}	
header .col-sm-2 {
    width: 30%;
}	
header .col-sm-8 {
    width: 56%;
}	
header .col-sm-2 {
    width: 22%;
}	
.metaslider .theme-default .nivoSlider img {
    height: 100% !important;
}
.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 30px !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    width: 100%;
    text-align: center;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    width: 100%;
    margin-bottom: 40px !important;
}
.testimonial.p-0 .col-sm-3 {
    width: 100%;
}
}

@media (max-width:667px){
header .col-sm-2 {
    width: 25%;
}
.hdrsocial {
    column-gap: 10px;
}
header .col-sm-8 {
    width: 50%;
}
.bannercnt p{
  display:none;
}
.nivo-caption {
    text-align: center;
    left: 50% !important;
    padding-left:25px !important;
    transform: translate(-50%, -50%);
}
.bannercnt h1 span{
  font-size: 40px !important;
  margin-bottom:16px !important;
}
.category {
    padding: 40px 0;
}
.summercollec {
    padding: 40px 0;
}
.featuredprdct {
    padding: 40px 0;
}
.featuredprdct {
    padding: 40px 0;
}
.shipping {
    padding: 40px 0;
}
.shipping .col-lg-3 {
    border-right: none;
}
.testimonial {
    padding: 40px 0;
}
.secondary-container.faqs {
    padding: 40px 0;
}
.breadbox, .woocommerce .woocommerce-breadcrumb {
    margin-top: 40px !important;
}
.secondary-container.contactus {
    padding: 40px 0;
}
.contactaddr {
    margin-top: 40px;
}
.secondary-container.testimonials {
    padding: 40px 0;
}
}
@media (max-width:568px){
.nivo-caption {
    left: 47% !important;
    padding-left: 0px !important;
    transform: translate(-50%, -50%);
}
}
@media (max-width:479px){
.bannercnt h1 span{
  font-size: 30px !important;
  margin-bottom:14px !important;
}
.nivo-caption {
    left: 36% !important;
}
.arrowbutton.next {
    right: 0px !important;
}
.arrowbutton.prev {
    left: 0px !important;
}
.productbanner h2 {
    font-size: 25px;
    width: 100%;
}
.about-content h2 {
    font-size: 30px;
}
.about {
    padding: 40px 0;
}
.aboutbtn {
    height: 70px;
    width: 70px;
}
.heading .inline-heading .headingtitle {
    font-size: 25px;
}
.row.products.columns .col-sm-3 {
    width: 100%;
}
.woocommerce div.product {
    display: block;
    width: 100%;
}
.woocommerce div.product div.summary {
    width: 100% !important;
    margin-left: 5px !important;
}
}
@media (max-width:414px){
header .col-sm-8 {
    width: 75%;
}
ul.hdrsocial {
    display: none;
}
.bannercnt h1 span{
  font-size: 24px !important;
  margin-bottom:5px !important;
}
.nivo-caption {
    left: 26% !important;
}
.metaslider a.btn.btn-primary {
    padding: 8px 20px !important;
}
.productbanner h2 {
    font-size: 20px;
}
.productbanner .btn-primary {
    padding: 5px 24px;
    font-size: 14px;
}
header img {
    width: 100px;
}
}
@media(max-width:375px){
 .nivo-caption {
    left: 17% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 55px !important;
}
.woocommerce div.product .product_title {
    font-size: 23px !important;
}
}















