/*styles*/

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif !important;
    color: black;
    /*letter-spacing: 2px;*/
}

.font2 {
    font-family: "Orbitron", sans-serif;
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdMediumCn.OTF);
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdBoldCn.otf);
   font-weight: bold;
}

body.active {
    overflow-y: hidden;
}

.fancybox-container {
    z-index: 999999;
}

p {
    font-size: 15px;
}

.container {
    max-width: 1300px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: inherit;
}

h1,h2,h3,h4,h5 {
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: none;
}

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}

/* Header */

.header {
    position: relative;
    z-index: 99999;
}

.header ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
}

.header ul.right {
    justify-content: right;
}

.header .top-header {
    position: relative;
    background: #f2f2f2;
    padding: 10px;
    font-size: 12px;
}

.header .top-header ul li {
    padding: 0 10px;
}

.header .middle-header {
    position: relative;
    padding: 10px 0;
    background: white;
}

.header .middle-header .search {
    border-radius: 25px;
    border: 1px solid #f9c511;
    background: white;
    padding: 12px 20px;
    font-size: 14px;
}

.header .middle-header .logo {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.header .middle-header .logo img {
    max-height: 20px;
}

.header .cart-button-block {
    position: relative;
    display: flex;
    float: right;
}

.header .cart-button-block:hover {
    text-decoration: none;
}

.header .cart-button-block .ihold {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 40px;
}

.header .cart-button-block .ihold i {
    position: relative;
    font-size: 35px;
}

.header .middle-header .cart-button-block .ihold img {
    /*height: 60px;*/
}

.header .cart-button-block .ihold .cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #f9c511;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .cart-button-block .cartbtntext {
    position: relative;
    text-align: left;
}

.header .cart-button-block .cartbtntext span {
    font-size: 13px;
}

.header .cart-button-block .cartbtntext .number {

}

.header .bottom-header {
    position: relative;
    /*background: #222;*/
    border: 1px solid #f2f2f2;
}

.header .menu-hold {
    position: relative;
}

.header .menu-hold ul.menu {
    position: relative;
}

.header .menu-hold ul.menu li {
    position: relative;
    height: 100%;
}

.header .menu-hold ul.menu li a {
    padding: 15px 15px;
    display: block;
    /*color: white;*/
    height: 100%;
    transition: all .5s ease;
}

.header .menu-hold ul.menu li a:hover {
    background: #f2f2f2;
    text-decoration: none;
}

.header .menu-hold ul.menu li.active a {
    background: #f2f2f2;
}

.header .menu-hold ul.menu li a.impact {
    color: #f9c511;
}

.header .menu-hold ul.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #f9c511; /* change to your accent */
    transition: width 0.3s ease;
}

.header .menu-hold ul.menu a:hover::after {
    width: 100%;
}

.header .menu-hold ul.menu a.active::after {
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}

/* Bottom header base */
.header .middle-header{
    will-change: transform;
}

/* When stuck, it's fixed + hidden by default */
.header.stuck .middle-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;

    transform: translateY(-110%);
    box-shadow: none;

    /* IMPORTANT: no transition by default when we first become stuck */
    transition: none;
}

/* Only allow animation AFTER we enable it in JS */
.header.stuck.animate .middle-header{
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Reveal on scroll up */
.header.stuck.animate.show-sticky .middle-header{
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}


/*Home*/

.logo-reveal {
    position: absolute;
    /*padding: 120px 0;*/
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.logo-reveal .main {
    letter-spacing: 10px;
    font-size: 75px;
    line-height: 70px;
    font-weight: 500;
}

.logo-reveal .undertitle {
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0 30px 0;
}

.logo-reveal strong {
    color: #f9c511;
}

.hero-section {
    position: relative;
    padding: 0 40px;
}

.hero-section .hslider {
}

.hero-section .hslider .slide {
    height: 65vh;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 0 0 40px 40px;
    /*filter: grayscale(100%);*/
    overflow: hidden;
}

.hero-section .hslider .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.6;
    /*display: none;*/
    z-index: 9;
}

.hero-section.small .hslider .slide {
    height: 40vh;
}

.hslider .video-slide {
    position: relative;
    overflow: hidden;
}

.hslider .video-slide video {
    position: absolute;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    bottom: 0;
    object-fit: cover;
    z-index: 0;
}

.hslider .video-slide::before {
    opacity: 0.8;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hero-section .hslider ul.slick-dots {
    bottom: 20px;
}

p {
    line-height: 30px;
}

.about-text-section {
    position: relative;
    padding: 80px 0;
    text-align: center;
}

.about-text-section.alt {
    background: #fbfbfb;
}

.category-section {
	position: relative;
	padding: 80px 40px;
}

.category-section .cate-block {
	position: relative;
	width: 100%;
	min-height: 200px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	overflow: hidden;
	transition: all .5s ease;
}

.category-section .cate-block:hover {
	transform: translateY(-20px);
	text-decoration: none;
}

.category-section .cate-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.78) 100%);
}

.category-section .cate-block .title {
    padding: 20px 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
	font-size: 15px;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    color: white;
}

.featured-prods {
	position: relative;
	padding: 40px 0 0 0;
}

.mission {
    position: relative;
    padding: 120px 0;
}

.mission.alt {
    background: #fbfbfb;
}

.mission .mission-image {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 30px ;
}

.mission .mission-image .ihold {
    position: absolute;
    top: -30px;
    left: -30px;
    padding: 20px 30px;
    border-radius: 30px;
    background: #f9c511;
    font-size: 35px;
    box-shadow: 0, 0, 0, 0, black;
}

.mission .image-holder {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 450px;
}

.mission .image-holder .image {
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
}


.mission .image-holder .image.one {
    height: 70%;
    width: 80%;
}

.mission .image-holder .image.one::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 50px;
    top: 50px;
    border: 2px solid #f9c511;
    border-radius: 25px;
    z-index: -1;
}

.mission .image-holder .image.two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 50%;
    border: 7px solid white;
}

.mission .text-holder {
    padding-left: 40px;
}

@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}

.tech-slider-block {
    position: relative;
    padding: 60px 40px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    border-radius: 40px;
    margin: 0 40px;
}

.tech-slider-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1d1d;
    opacity: 0.8;
}


.tech-slider-block .tech-slider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: textScrolling 25s linear infinite;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap;

}

.tech-slider-block .tech-slider .tech {
    position: relative;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin: 0 15px;
}

.tech-slider-block .tech-slider .tech::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f9c511;
}

.tech-slider-block .tech-slider .tech.two {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var( #ffffff);

}

.counter-section {
    position: relative;
    padding: 20px 0;
}

.counter-section .count-surround {
    position: relative;
    padding: 40px;
    border-radius: 40px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
}

.counter-section .count-surround .hold {
    width: 100%;
    text-align: center;
}

.counter-section .count-surround .big {
    font-size: 30px;
    font-weight: 600;
}

.counter-section .count-surround .title {
    text-transform: uppercase;
}

.contact-section {
    position: relative;
    padding: 120px 0;
    /*margin-top: 120px;*/
    padding-bottom: 40px;
}

.contact-section .first-sec {
    position: relative;
    margin: 40px 0;
    margin-bottom: 80px;
}

.contact-section .bgimage {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 40px;
    z-index: -1;
    height: 60%;
    width: calc(100% - 80px);
    top: 0;
    left: 40px;
    /*filter: grayscale(100%);*/
    overflow: hidden;
}

.contact-section .bgimage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.6;
    /*display: none;*/
}

.contact-section .cf-holder .text-holder {
    position: relative;
    padding: 40px;
    background: black;
    color: white;
    border-radius: 40px 0 0 40px;
}

.contact-section .cf-hold {
    position: relative;
    padding: 40px;
    background: white;
    border-radius: 0 40px 40px 0;
}

.offer-section {
    position: relative;
    padding: 120px 0;
}

.offer-section .for-block {
    position: relative;
    padding: 20px;
    border: 2px solid #f2f2f2;
    border-radius: 30px;
}

.offer-section .for-block .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    min-height: 55px;
}

.offer-section .for-block .ihold {
    position: relative;
    background: #f9c511;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.products-section {
    position: relative;
    padding: 120px 0;
    /*background: #fbfbfb;*/
}

.product-block {
    position: relative;
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 25px;
    /*padding: 20px;*/
    overflow: hidden;
}

.product-block:hover {
    color: inherit;
    text-decoration: none;
}

.product-block .image {
    position: relative;
    height: 300px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-block .cat {
    position: absolute;
    top: 20px;
    left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 99;
}

.product-block .heart {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}

.product-block .info .title {
    /*font-weight: 600;*/
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}

.product-block .info .price {
    font-size: 22px;
    font-weight: 600;
}

.product-block .surround {
    position: relative;
    transition: all .5s ease;
    z-index: 9;
    background: white;
    padding: 20px;
}

.product-block:hover .surround {
    transform: translateY(-44px);
}

.product-block .atc {
    position: absolute;
    background: #f9c511;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-block .atc i {
    float: right;
}

.provider-section {
    position: relative;
    background: black;
}

.provider-section .brand-slider {
    /*padding: 40px;*/
}

.brand-slider .slide {
    padding: 20px;
    border-radius: 30px;
    margin: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-slider .slide img {
    max-height: 55px;
}

/* BLOG SECTION */
.blog-section {
    padding: 90px 0;
}

/* Mosaic grid */
.blog-mosaic {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

/* Card base */
.blog-card {
    position: relative;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    min-height: 260px;
    text-decoration: none;
    transform: translateY(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 18px 36px rgba(0,0,0,0.10);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 52px rgba(0,0,0,0.14);
}

.blog-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__bg {
    transform: scale(1.09);
}

.blog-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.05) 0%,
        rgba(0,0,0,0.55) 55%,
        rgba(0,0,0,0.78) 100%
    );
}

.blog-card__content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    color: #fff;
}

.blog-card__tag {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.18);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    backdrop-filter: blur(6px);
}

.blog-card__title {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
}

.blog-card__excerpt {
    font-size: 14px;
    opacity: 0.92;
    line-height: 1.45;
    max-width: 48ch;
}

.blog-card__cta {
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-top: 6px;
}

.blog-card__cta .arrow {
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.25s ease;
}
.blog-card:hover .blog-card__cta .arrow {
    transform: translateX(4px);
}

/* Sizing variants (desktop) */
.blog-card--large { grid-column: span 6; min-height: 420px; }
.blog-card--tall  { grid-column: span 3; min-height: 420px; }
.blog-card--wide  { grid-column: span 6; min-height: 260px; }
.blog-card--normal{ grid-column: span 3; min-height: 260px; }

/* Tablet */
@media (max-width: 991px) {
    .blog-mosaic { grid-template-columns: repeat(8, 1fr); }
    .blog-card--large { grid-column: span 8; }
    .blog-card--wide  { grid-column: span 8; }
    .blog-card--tall  { grid-column: span 4; }
    .blog-card--normal{ grid-column: span 4; }
}

/* Mobile */
@media (max-width: 575px) {
    .blog-mosaic { grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .blog-card--large,
    .blog-card--wide,
    .blog-card--tall,
    .blog-card--normal { grid-column: span 4; min-height: 260px; border-radius: 18px; }
}


/*Gallery*/

.gallery-hold {
        position: relative;
        padding: 40px 30px;
    }
    .gallery-items {
        margin: 12.5px;
    }
    .gallery-image {
        height: 450px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .details {
        position: relative;
        padding: 20px 10px;
    }
    .cat {
        font-weight: 300;
        font-size: 15px;
        opacity: .7;
    }
    .light {
        font-weight: 200;
    }
    .style-heading {
        position: relative;
        font-size: 26px;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        opacity: .9;
        letter-spacing: 1px;
    }
    .style-heading::before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translate(-50%);
        bottom: -2px;
        height: 3px;
        width: 20px;
        background: #525252;
    }
    .slick-arrow {
        background: transparent;
        color: #525252;
    }
    .slick-prev {
        left: -42px;
        font-size: 25px;
    }
    .slick-next {
        right: -40px !important;
        font-size: 25px;
    }
    .gallery-image {
      object-fit: contain;
      object-position: center;
    }
    .side-bar {
        position: absolute;
        padding: 40px 0;
        width: 15vw;
        right: 0;
        text-align: right;
        z-index: 1;
        transition: all .5s ease;
    }
    .gal-hold {
        width: 85vw;
    }
    .tab-wrap ul {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
    }
    .content_title {
     margin-bottom: 40px;
    }
     .content_title .title {
         color: white;
    }
     .content_title .title small {
         font-weight: 100;
    }
     .main {
         padding: 15px;
         margin: auto;
    }
     .main * {
         transition: all 0.4s;
    }
     .main .top_banner, .main .bottom_banner {
         text-align: center;
         color: white;
    }
     .main .main_content {
         column-gap: 20px;
         width: 100%;
    }
     .main .main_content .picture_wrapper {
         margin-bottom: 20px;
         position: relative;
         overflow: hidden;
         transition: all .3s ease;
    }
     .main .main_content .picture_wrapper img {
         height: 100%;
         width: 100%;
         object-fit: cover;
         box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.06);
         position: relative;
         transition: all .5s ease;
         overflow: hidden;
    }
    }
    .main .main_content .picture_wrapper img:hover {
        box-shadow: 49px 42px 80px 24px rgba(67,58,122,0.15);
    }
     @media (min-width: 1200px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 768px) and (max-width: 1199px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 576px) and (max-width: 767px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (max-width: 575px) {
         .main_content {
             column-count: 1;
        }
    }
    .box {
        overflow: hidden;
        display: none;
    }

    .selected {
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .checklist_wrap .box{
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .contextNav.onethird {
        background-color: transparent; }

    .tab-wrap li {
        cursor: pointer;
        position: relative;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
    }

    .tab-wrap li.active, .tab-wrap li:hover {
        background: #f2ede4;
    }
    .magnifier {
        position: absolute;
        bottom: -70px;
        font-size: 40px;
        z-index: 99;
        right: 15px;
        text-align: center;
        width: 48px;
        transition: all .5s ease;
        padding: 3px;
        color: #fff;
    }
    .main .main_content .picture_wrapper:hover .magnifier {
        bottom: 0;
    }
    .social {
        display: inline-flex;
        position: relative;
        right: 30px;
    }
    .social li a {
        color: white;
        font-size: 20px;
        text-decoration: none !important;
    }
    .btn-large {
        position: absolute;
        right: 0;
        bottom: 45px;
        width: 100%;
        cursor: pointer;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        color: white !important;
        text-decoration: none !important;
    }
    .btn-large:hover {
        background: #0d0d0d;
    }
    .side-button {
        width: fit-content;
        left: -43px;
        position: absolute;
        background: black;
        z-index: 9999;
        font-size: 26px;
        padding: 4px 9px;
        border-radius: 5px 0 0 5px;
        top: 45%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transition: all .5s ease;
    }
    .side-button.closer {
        width: fit-content;
        left: 25px;
        position: absolute;
        z-index: 9999;
        font-size: 30px;
        top: 42px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
        transform: unset;
        border-radius: unset;
        padding: unset;
        background: unset;
    }
    @media(max-width: 1800px) {
        .side-bar {
          width: 20vw;
        }
        .gal-hold {
          width: 80vw;
        }
    }
    @media(max-width: 1500px) {
        .side-bar {
          width: 25vw;
        }
        .gal-hold {
          width: 75vw;
        }
    }
    @media(max-width: 991px) {
        .gal-hold {
          width: 100vw;
        }
        .side-bar {
            position: fixed;
            width: 100%;
            max-width: 220px;
            z-index: 9;
            right: -220px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 20px 0 0 20px;
        }
        .side-bar.active {
            right: 0;
        }
        .side-bar, .side-button {
          background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }
        .side-button {
            opacity: 1;
            visibility: visible;
        }

        .tab-wrap ul {
          font-size: 19px;
        }
    }

    @media(max-width: 345px) {
        .side-bar.active .side-button {
            opacity: 0;
            visibility: hidden;
        }
        .side-bar.active .side-button.closer {
            opacity: 1;
            visibility: visible;
        }
    }

/*Defaults*/

/* Base dots container */
.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
}

/* Remove default styles */
.slick-dots li {
    list-style: none;
    margin: 0;
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #f9c511; /* yellow outline */
    background: transparent;
    padding: 0;
    font-size: 0; /* hides the 1,2,3 */
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

/* Active dot = filled yellow */
.slick-dots li.slick-active button {
    background: #f9c511;
}

/* Nice hover effect */
.slick-dots li button:hover {
    transform: scale(1.2);
}

.slick-dots li button:before {
    display: none;
}


.btn {
    position: relative;
    padding: 15px 30px;
    border-radius: 25px;
    /*border: 2px solid black;*/
    background: black;
    color: white;
    text-transform: uppercase;
    transition: all .5s ease;
    z-index: 9;
    overflow: hidden;
    font-size: 14px;
    /*font-style: italic;*/
    border: 0;
}

.btn:hover {
    text-decoration: none;
    background: #f9c511;
    color: black;
}

.btn i {
    transition: all .5s ease;
}

.btn:hover i {
    transform: rotate(45deg);
}

.btn.white {
    color: black;
    background: transparent;
    box-shadow: inset 0 0 0 2px black;
}


.form-control {
    position: relative;
    border-radius: 15px;
    margin: 10px 0;
    font-size: 14px;
    border: 0;
    background: #f2f2f2;
    padding: 10px 20px;
}

textarea.form-control {
    height: 100px;
}

.sub {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.sub strong {
    color: #f9c511;
}

.sub i {
    color: #f9c511;
}

.heading {
    font-size: 55px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 7px;
}

.heading strong {
    color: #f9c511;
}

.heading.small {
    font-size: 35px;
    line-height: 32px;
}

/*Footer*/

.footer {
    position: relative;
    background: white;
}

.footer .main-footer {
    position: relative;
    /*padding-top: 80px;*/
    padding: 40px 0;
}

.footer .footer-heading {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
}

.footer .footer-heading::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 80%;
    height: 2px;
    background: #f9c511;
}

.footer ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer ul li {
    /*margin: 10px 0;*/
    padding: 5px;
}

.footer ul li:last-child {
    border: none;
}

.footer ul li a:hover {
    color: #f9c511;
    text-decoration: none;
}

.footer ul.social {
    right: unset;
}

.footer ul.social li {
    border: none;
}

.footer ul.social li a i {
    color: black;
}

.footer .copyright {
    padding: 20px 0;
    background: black;
    color: white;
    font-size: 12px;
}

.footer .copyright img {
    max-height: 20px;
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    ul {
        padding-left: 0;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 80px;
        max-width: 100%;
        height: auto;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .header ul li::before {
        display: none;
    }

    .header .middle-header {
        padding: 10px 0;
    }

    .header .bottom-header {
        border: none;
        padding: 0 !important;
    }

    .header .middle-header .search {
        padding: 10px;
        margin: 20px 0;
    }

    .header-fix {
        /*height: 133px;*/
    }

    .menu-toggle {
        position: relative;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: black;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .menu-hold ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: white;
        text-align: center;
        padding-top: 60px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .menu-hold ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .menu-hold ul.menu li.active a {
        background: unset;
    }

    .header .menu-hold ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: black;
        background: transparent;
        border: none;
    }

    .header .menu-hold ul.menu li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
/*        text-align: center;*/
    }

    .col-md-3.hours {
        text-align: left;
    }

    .social {
        right: unset;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        text-align: center;
    }
    
}

@media (max-width: 991px) {
    .logo-reveal .main {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .hero-section {
        padding: 0 20px;
    }

    .text-left, .text-right {
        text-align: center !important;
    }

    .logo-reveal .main {
        font-size: 25px;
        line-height: 25px;
    }

    .logo-reveal .undertitle {
        font-size: 18px;
        line-height: 18px;
    }

    .btn {
        padding: 10px 20px;
    }

    .logo-reveal .btn {
        margin: 10px 0;
    }

    .mission {
        padding: 40px 0;
    }

    .heading,
    .heading.small {
        font-size: 25px;
        line-height: 25px;
    }

    .mission .image-holder {
        min-height: 300px;
        margin-top: 40px;
    }

    .counter-section .count-surround .hold {
        margin: 10px 0;
    }

    .offer-section .for-block {
        margin: 10px 0;
    }

    .offer-section .for-block .ihold {
        left: 50%;
        transform: translateX(-50%);
    }

    .tech-slider-block {
        margin: 0 20px;
    }

    .tech-slider-block .tech-slider .tech {
        font-size: 20px;
        line-height: 20px;
    }

    .tech-slider-block .tech-slider {
    animation: textScrolling 10s linear infinite;

    }

    .products-section {
        padding: 40px 0;
    }

    .contact-section .bgimage {
        display: none;
    }

    .contact-section {
        padding: 40px 0;
    }

    .mission .text-holder {
        padding: 0;
    }

    .offer-section {
        padding: 40px 0;
    }

    .hero-section .hslider .slide::before {
        opacity: 0.8;
    }

}

@media (max-width: 400px) {

}


/*Single Product*/

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: unset !important;
    width: 100% !important;
  }
  .block-wrap {
    background-color: #FFF;
    margin-bottom: 30px !important;
    padding: 25px;
    margin: 0;
  }
  body {
    background-color: #f9c511;
  }
  .product_meta {
    display: none;
  }
  .yith-wcwl-add-button  {
    position: relative;
    width: 100% !important;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    display: block;
    font-weight: 500;
  }
  .yith-wcwl-add-button a {
    color: black !important;
  }
  .wish-list {
    border-top: solid 1px #e5e5e5;
    margin-top: 20px;
  }
  form.cart {
    width: 100%;
    padding: 15px;
    background-color: #f4f4f454;
    clear: both;
    overflow: hidden;
    border-radius: 10px;
  }
  input.qty {
    width: 20% !important;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 42px;
    margin-right: 10%;
  }
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    height: 42px;
    color: #FFF;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 10px;
    background-color: #f9c511;
    width: 70%;
    border: 0;
    transition: all .3s ease;
    left: unset;
    transform: unset;
    font-weight: 600;
  }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #f9c511 !important;
  }
  .product-points {
    position: relative;
    margin-top: 20px;
  }
  .stock-field {
    font-size: 17px;
    font-weight: 600;
  }
  .stock-field i {
    vertical-align: middle;
    position: relative;
    margin-right: 3px;
    font-size: 19px;
    top: -1px;
    font-weight: 800;
  }
  .stock-field.green i {
    color: #3BB879;
  }
  .stock-field.red i {
    color: #f9c511;
  }
  .product-wrap {
    position: relative;
    margin: 30px 0;
  }
  .woocommerce span.onsale {
    min-height: unset;
    left: unset;
    min-width: unset;
    padding: 5px 15px;
    font-weight: 500;
    position: relative;
    text-align: center;
    line-height: unset;
    top: -1px;
    margin: 0;
    background-color: #f9c511;
    color: #fff;
    font-size: 20px;
    z-index: 9;
    border-radius: unset;
    float: right;
  }
  .product-tab {
    position: relative;
    margin-bottom: 10px;
  }
  .sub-add {
    height: 100%;
  }
  .sub-add a.button {
    float: right !important;
    background-color: #f9c511 !important;
    color: white !important;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 15px !important;
    transition: all .3s ease !important;
    font-size: 16px;
    left: unset;
    font-weight: 700;
  }
  .sub-add a.button:hover {
    background: #f9c511 !important;
  }
  .woocommerce .sub-img {
    height: 85px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  .similar-products {
    background-color: #FFF;
    margin-bottom: 30px !important;
    padding: 15px;
    margin: 0;
  }
  .cat-wrap {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .similar-lead {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    font-weight: 700;
  }
  .main-a, .nav-a {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .main-image {
    width: 100%;
    max-height: 425px;
    padding: 40px;
    object-fit: contain;
    object-position: center;
    left: 50%;
    position: relative;
    transform: translate(-50%);
  }
  .nav-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 9px 7px rgba(0,0,0,.05);
    margin: 20px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
  }
  .product_meta {
    width: fit-content;
    float: right;
    margin-top: 10px;
  }
  .summary mark, .summary ins {
      background: #fff7ce;
      text-decoration: none;
      padding: 0 14px;
      display: block;
      width: fit-content;
      font-weight: 800;
  }
  .woocommerce-product-details__short-description {
    display: none !important;
  }
  .block-wrap h1 {
    margin: unset;
    margin-bottom: 14px;
    font-weight: 600;
  }
  .block-wrap p {
    margin-bottom: 10px;
  }
  .cat-label {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px 20px 10px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
  }
  .mid-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .prod-title {
    font-size: 21px;
    font-weight: 700;
  }
  .no-price .price {
    display: none !important;
  }
  .prices {
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .was {
    font-weight: 500;
    position: relative;
    font-size: 18px;
    color: #f9c511;
  }
  .was span.black {
    color: black;
  }
  .now {
    font-weight: 500;
    position: relative;
    font-size: 21px;
    color: #3BB879;
  }
  .now span.black {
    color: black;
    font-size: 35px;
    font-weight: 600;
    margin-top: -10px;
    display: block;
  }

  .small-product-image {
    padding: 0 20px;
  }

@media (max-width: 576px) {
  .nav-image {
    margin: 10px;
  }

  .prod-title {
    font-size: 17px;
  }
}

/*home shop*/

.banner-block {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: block;
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  padding: 1px 4px;
  margin: 0;
  list-style: none;
  text-align: center;
  width: fit-content;
  right: 30px;
  background: #000000a6;
}

.banner-slider  .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  transition: all .5s ease;
}

.banner-slider  .slick-dots li button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  content: '';
  text-align: center;
  opacity: 0.6;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid white;
  border-radius: 50%;
  transform: translate(-50%);
  transition: all .5s ease;
}

.banner-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
  transition: all .5s ease;
}

.banner-slider  .slick-dots li.slick-active button::before {
  opacity: 0.85;
  color: #fff;
}

.banner-slider  .slick-dots li button:focus::before, .banner-slider .slick-dots li button:hover::before {
  opacity: 1;
  border-color: #f9c511;
  background: #f9c5117d;
}
.woocommerce ul.products li .product img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  max-height: 175px;
  min-height: 175px;
  object-fit: contain;
  object-position: center;
}

.woocommerce ul.products, .woocommerce-page ul.products {
  display: block !important;
}

.woocommerce ul.products li, .woocommerce-page ul.products li {
  position: relative;
  display: inline-block;
  max-width: 19.7%;
  width: 100%;
  height: 390px;
}

@media (max-width: 1550px) {
    .woocommerce ul.products li, .woocommerce-page ul.products li {
      max-width: 24.7% !important;
    }
}

@media (max-width: 1300px) {
    .woocommerce ul.products li, .woocommerce-page ul.products li {
      max-width: 24.6% !important;
    }
    .woocommerce ul.products li, .woocommerce-page ul.products li {
      height: 402px !important;
    }
    .woocommerce ul.products li .product .full, .woocommerce ul.products li .product .trimmed {
      min-height: 50px !important;
    }
}

@media (max-width: 1150px) {
    .woocommerce ul.products li, .woocommerce-page ul.products li {
      max-width: 32.9% !important;
    }
}

@media (max-width: 700px) {
    .woocommerce ul.products li, .woocommerce-page ul.products li {
      max-width: 49.5% !important;
      position: relative !important;
      height: fit-content !important;
    }
    .woocommerce ul.products li .product, .woocommerce-page ul.products li .product {
      position: relative !important;
      height: 100% !important;
      width: calc(100% - 20px) !important;
      margin-bottom: 25px !important;
    }
    .woocommerce ul.products li .product .full {
      display: block !important;
    }
    .woocommerce ul.products li .product .trimmed {
      display: none !important;
    }
    .woocommerce ul.products li .product:hover {
      transform: translate(-50%) !important;
      position: relative !important;
    }
    .woocommerce ul.products li .product img {
      max-height: 140px !important;
      min-height: 140px !important;
      margin-bottom: 16px !important;
    }
}

@media (max-width: 500px) {
    .woocommerce ul.products li, .woocommerce-page ul.products li {
      max-width: 100% !important;
      position: relative !important;
      height: fit-content !important;
    }
    .woocommerce ul.products li .product, .woocommerce-page ul.products li .product {
      position: relative !important;
      height: 100% !important;
      width: calc(100% - 20px) !important;
      margin-bottom: 25px !important;
    }
}

.woocommerce ul.products li .product, .woocommerce-page ul.products li .product {
  position: absolute;
  border: 7px solid white;
  padding: 15px;
  background: white;
  /*box-shadow: inset 0px 0px 20px rgba(0,0,0,0.035);*/
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.07));
  border-radius: 20px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  left: 50%;
  transform: translate(-50%);
  transition: all .5s ease;
  text-align: center;
}

.woocommerce ul.products li .product a {
  color: #242424;
  text-decoration: none !important;
}

.woocommerce ul.products li .product .price ins .woocommerce-Price-amount {
  color: #f9c511 !important;
  font-size: 14px !important;
}

.width-full {
  width: 100%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.woocommerce ul.products li .product:hover {
  transform: translate(-50%) scale(1.11);
  z-index: 99;
  height: fit-content;
}

.woocommerce ul.products li .product .full {
  display: none;
  font-size: 14px;
  min-height: 35px;
}

.woocommerce ul.products li .product .trimmed {
  display: block;
  font-size: 14px;
  min-height: 35px;
}

.woocommerce ul.products li .product:hover .full {
  display: block;
}

.woocommerce ul.products li .product:hover .trimmed {
  display: none;
}

.woocommerce ul.products li .product .button {
  margin-top: 18px !important;
  left: 50% !important;
  display: block;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border: 0;
  color: #242424;
  /*outline: 2px solid #f9c511;*/
  border-radius: 30px !important;
  outline-offset: 4px;
  font-size: 13px;
  vertical-align: middle;
  background: #fff;
  padding: 10px 22px !important;
  box-shadow: 0 9px 7px rgba(0,0,0,.12);
  font-weight: 500;
  transition: all .5s ease;
  display: block;
  width: fit-content;
  left: 50%;
  transform: translate(-50%);
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: white !important;
  background: #f9c511 !important;
}

.woocommerce span.onsale {
  min-height: unset;
  min-width: unset;
  padding: 0;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: unset;
  border-radius: 0;
  background-color: transparent;
  color: #f9c511;
  z-index: 9;
  float: right;
  font-size: 16px;
}

a.woocommerce-LoopProduct-link {
  color: black;
}

.woocommerce ul.products li .product .price {
  color: #f9c511 !important;
  font-size: 14px !important;
}

.search-hold {
  position: relative;
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.search-hold .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border: 2px solid #f9c511 !important;
}

.woocommerce a.added_to_cart {
  padding-top: 20px !important;
  color: black !important;
  display: none !important;
}

.logo-hold {
  position: relative;
  padding: 30px;
}

.logo-hold .inner-icon {
  display: flex;
  font-weight: 400;
}

.logo-hold .inner-icon i {
  color: white;
  outline: 2px solid #f9c511;
  border-radius: 30px;
  outline-offset: 4px;
  font-size: 25px;
  vertical-align: middle;
  background: #202020;
  padding: 9px;
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.sale-banner {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding: 28px;
  padding-bottom: 40px;
  background: #0d0d0d;
  color: white;
}

.sale-sub {
    font-size: 28px;
}

.sale-main {
    font-size: 50px;
    color: #f9c511;
    line-height: 36px;
    margin-bottom: 20px;
}

.splitter-heading {
  width: fit-content;
  font-weight: 500;
  font-size: 22px;
  position: relative;
  color: white;
  background: #f9c511;
  padding: 8px 45px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 15px 15px 0 0;
  margin-top: 20px;
}

.featured-hold {
  position: relative;
  padding: 40px 20px;
  border-top: 2px solid #f9c511;
}

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
}

.woocommerce div.product .out-of-stock {
  color: #e13610 !important;
}

.woocommerce-MyAccount-navigation {
  display: none !important;
}

.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
  font-size: 15px !important;
}

a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
  margin: 12px 0px !important;
}

.product-name a {
    color: #f9c511;
}

.woocommerce .summary button.button.alt {
  width: fit-content !important;
  background: white !important;
  float: right !important;
  padding: 0 30px !important;
  font-size: 17px !important;
  color: black;
}

.facet-actions button {
    border: 0 !important;
    color: #242424;
    outline: 2px solid #f9c511;
    border-radius: 30px !important;
    outline-offset: 4px;
    font-size: 13px !important;
    vertical-align: middle;
    background: #fff !important;
    padding: 10px 22px !important;
    box-shadow: 0 9px 7px rgba(0, 0, 0, .12) !important;
    font-weight: 500;
    transition: all .5s ease;
    display: inline-block;
    width: fit-content;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    margin-right: 20px;
}

.facet-actions button:hover {
    color: white;
    background: #f9c511 !important;
    cursor: pointer;
}

.facetwp-facet-page_numbers {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #f9c511;
}

.facetwp-page {
  color: #000 !important;
  background: #f9c511 !important;
  border-radius: 230px;
  width: 23px;
  text-align: center;
  min-width: fit-content;
  padding: 1px !important;
}

.facetwp-page.next, .facetwp-page.prev {
  padding: 2px 10px !important;
}

.facetwp-page.active {
  font-weight: unset !important;
  color: #fff !important;
  background: #e53812 !important;
}

.facet-wrap {
    position: relative;
    padding-bottom: 3px;
    border-bottom: 1px solid #f9c511;
    margin-bottom: 22px;
}

.facet-label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.similar-products .facetwp-facet {
  padding: 0 10px;
}

.facetwp-slider-reset {
  border: 0 !important;
  color: #242424;
  outline: 2px solid #f9c511;
  border-radius: 30px !important;
  outline-offset: 4px;
  font-size: 13px !important;
  vertical-align: middle;
  background: #fff !important;
  padding: 10px 22px !important;
  box-shadow: 0 9px 7px rgba(0,0,0,.12) !important;
  font-weight: 500;
  transition: all .5s ease;
  display: block;
  width: fit-content;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}
.facetwp-slider-reset:hover {
  color: white;
  background: #f9c511 !important;
}
.facetwp-counter {
  color: #f9c511 !important;
}
.noUi-handle {
  background: white !important;
  outline: 2px solid #f9c511 !important;
  border-radius: 30px !important;
  box-shadow: 0 5px 7px rgba(0,0,0,.12) !important;
}
.noUi-target {
  border: none !important;
}
.noUi-connect {
  background: #f9c511 !important;
}
.facetwp-input-wrap {
  width: 100%;
}
.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
  padding: 4px;
  border: 1px solid #c4c4c4;
  width: 100%;
  margin-top: 2px;
}
.filter-hold {
  position: relative;
  padding: 50px;
  overflow: hidden;
}
.filter-hold hr {
  background-color: #f9c511;
  height: 2px;
  margin: 20px 0;
  opacity: .6;
}
.small-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.facetwp-facet {
  margin-bottom: 25px !important;
}
.pagination {
  display: block !important;
  border-radius: 0 !important;
  height: fit-content !important;
  color: #f9c511 !important;
}
a.page-numbers {
  color: black !important;
}

/*Category Array*/

.cat-hold {
  position: relative;
  padding: 40px;
  box-shadow: 0 3px 12px rgba(0,0,0,.05);
  z-index: 9;
  background: white;
}

.cat-block {
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  color: black;
  padding: 10px;
  padding-bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background: white;
}

.cat-block:hover {
  text-decoration: none;
}

.cat-block:hover i {
  top: -10px;
}

.cat-block i {
  color: #202020;
  outline: 2px solid #f9c511;
  border-radius: 10px;
  outline-offset: 4px;
  font-size: 26px;
  vertical-align: middle;
  padding: 9px;
  position: relative;
  transition: all .3s ease;
  top: 0;
}

.cat-block .label {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  padding: 10px 30px;
  box-shadow: 0 9px 7px rgba(0,0,0,.02);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
  color: black;
}

.logo-hold .inner-icon i {
  transition: all .3s ease;
  height: fit-content;
}

.logo-hold .inner-icon i:hover {
  outline-offset: 10px !important;
}

.inner-icon p {
    margin-bottom: 0;
}

/*Woocommerce*/

.woocommerce div.product .out-of-stock {
  color: #e13610 !important;
}

.woocommerce-MyAccount-navigation {
  display: none !important;
}

.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
  font-size: 15px !important;
}

a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
  margin: 12px 0px !important;
}