/** Shopify CDN: Minification failed

Line 1133:17 Unexpected "("

**/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@font-face {
    font-family: Versailles;
    src: url(../fonts/Iwona-Regular.ttf);
}

body {
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.font-secondary {
    font-family: arial;
}

.font-primary {
    font-family: 'Anton', sans-serif;
}

:root {
    --primary: #C3FC25;
}

.navbar {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    /* position: absolute; */
    width: 100%;
}

.nav-link {
    font-family: 'Anton', sans-serif;
    color: white !important;
}

.navbar-collapse {
    z-index: 999999;
}

.navbar .navbar-brand img {
    max-width: 100%;
}

.navbar .navbar-nav .nav-link {
    color: var(--primary);
}

@media screen and (min-width: 1024px) {
    .navbar {
        letter-spacing: 0.1em;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.5em 1em;
    }

    /* .search-and-icons {
      width: 50%;
    }
    .search-and-icons form {
      flex: 1;
    } */
}

@media screen and (min-width: 768px) {

    /* .navbar .navbar-brand img {
        max-width: 8em;
    } */
    .nav-line .active::after {
        border-bottom: 2px solid #c3fc25;
        content: "";
        position: absolute;
        width: 20px;
        top: 100;
        top: 100%;
        right: 0;
        left: 38%;
    }

    .nav-line li a:hover {
        scale: 1.2;
        transition: all 0.5s;
    }

    .navbar .navbar-collapse {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    /* .search-and-icons {
      display: flex;
      align-items: center;
    } */
}

.search-and-icons select {
    height: 2em;
    padding: 1px;
    border-radius: 20px;
    background-color: var(--primary);
    border: none;
    text-align: center;
}
 
.search-and-icons {
    display: flex;
    align-items: center;
}

.search-and-icons form input {
    border-radius: 20px !important;
    height: 2em;
    background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='grey' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat 5%;
    border-radius: 20px;
}

.navbar-expand-md .navbar-nav {

    flex-direction: row;
}

.social-icons a i {
    font-size: 1.5em !important;
}

.social-icons-footer a i {
    font-size: 1.5em !important;
}

.social-icons-footer a {
    padding: 5px;
}

.search-and-icons form input:focus {
    background: var(--primary);
    box-shadow: none;
}

.search-and-icons .user-icons div {
    padding-right: 1em;
}

.contact-info p,
.contact-info a {
    font-size: 0.9em;
    padding-right: 1em;
    color: grey;
}

.contact-info a {
    padding-right: 0;
}

.our-story-banner {

    background: url(../images/banner/home-banner.png);
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";

    top: 100px;

    bottom: 0px;
    z-index: -1;
    right: 0px;
    object-fit: cover;
    left: 0px;
}

/*.banner>div img {
    background: linear-gradient(0deg, rgb(0 0 0 / 47%), rgb(0 0 0 / 64%)), url('../images/ff.jpg') no-repeat center center/cover;

    background: linear-gradient(0deg, rgb(0 0 0 / 47%),  rgb(0 0 0 / 64%)), url(../images/banner/home-banner.png); 
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 100px;
    width: 100%;
    bottom: 0px;
    z-index: -1;
    right: 0px;
    object-fit: cover;
    left: 0px;
} */

.header-form input {
    background: yellow;
    border: none;
    border-radius: 20px;
}

.hamburger>div {
    width: 34px;
    height: 1.6px;
    background: #ffffff;
    margin: 6px;
}

.hamburger {
    display: block;

    cursor: pointer;
    right: 6%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
}

.helpline a {
    font-size: 1rem;
    letter-spacing: 0px;
    text-decoration: none;
}

.helpline p {
    font-size: 1rem;
    letter-spacing: 3px;
}

.carousel-inner {
    z-index: -7;
    position: absolute;
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 41px;
}

.heading {
    font-family: 'Anton', sans-serif;
    color: #ffffff;
}

p.para {
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif !important;
}

.explor {
    font-weight: bold;
    border: none;
    background-color: var(--primary);
    padding: 10px 50px 10px 50px;
    border-radius: 20px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
  text-decoration:none;
  color:white;
}

#exTab1 .tab-content {

    color: rgb(0, 0, 0);
    background-color: #000000;
    padding: 5px 15px;
}

#exTab1 .nav-pills>li>a {
    color: white;
    font-family: 'Anton', sans-serif;
    text-decoration: none;
    padding: 20px;

    border-radius: 0;
}

#exTab2 h3 {
    color: white;
    background-color: #000000;
    padding: 5px 15px;
}

.small-heading {
    font-family: 'Anton', sans-serif;
    color: var(--primary);
}

#exTab1 .nav-pills>li>a {
    border-radius: 0;
}



#exTab3 .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #000000;
    padding: 5px 15px;
}

.AED {
    color: var(--primary);
}

.galery1 {

    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.5;
    margin-top: 10px;
    background: linear-gradient(0deg, rgb(0 0 0 / 47%), rgba(114, 113, 113, 0.64)), url('../newimg/IMG_6770.jpg') no-repeat center center/cover;
}

.galery2 {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.5;
    margin-top: 10px;
    background: linear-gradient(0deg, rgb(0 0 0 / 47%), rgba(65, 64, 64, 0.64)), url('../newimg/IMG_6992.jpg')no-repeat center center/cover;
}

.galery3 {

    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.5;
    margin-top: 10px;
    background: linear-gradient(0deg, rgb(0 0 0 / 47%), rgba(114, 113, 113, 0.64)), url('../newimg/20230521_195543.jpg')no-repeat center center/cover;
}

.galery4 {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.5;
    margin-top: 10px;
    background: linear-gradient(0deg, rgb(0 0 0 / 47%), rgba(170, 170, 170, 0.64)), url('../newimg/20230521_195635.jpg')no-repeat center center/cover;
}


.social-icons {
    gap: 11px;
    position: relative;
    height: 100%;
    width: 100px;
}

.slider {
    margin: 0px 10px;
    width: 94%;
    height: 174px;
}

.arrow {
    height: 20px;
    background-color: #000000;
}

span#basic-addon2 {
    background: black;
    border: none;
    border-bottom: solid 2px white !important;
    border-radius: 0 !important;
}

.getintouch {

    background: none;
    background: black;
    border: none;
    border-bottom: solid 2px white;
    border-radius: 0 !important;
}

.getintouch:focus {
    background: black;
    box-shadow: none;
    border: none;
    border-bottom: solid 2px white;
}

button.slick-next.slick-arrow {
    display: none !important;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

.tabs-card img {
    background-color: green;
    aspect-ratio: 1.5;
    object-fit: cover;
}
.tabs-card a{
  text-decoration:none;
}
.product-card .row>div>div img {
    background-color: green;
    aspect-ratio: 1.5;
    object-fit: cover;
}

.logo-mob img {
    /* max-width: % !important; */
    aspect-ratio: 2.;
    width: 100px;
}

.tabs-css li {
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}


.tabs-card .card-body p {
    font-weight: 700 !important;
    font-size: -0.1rem;
    line-height: 20px;
    margin-top: 20px;
}

.tabs-card {
    margin-bottom: 50px;
}

.yellowunderline {
    width: 20px;
    height: 2px;
    display: flex;
    justify-content: center;
    background: var(--primary);
}

input.form-control::placeholder {
    color: white;
}

.well-none {
    font-size: 34px;
}

.fadeslider>div img {
    height: 100px;
    object-fit: contain;
    padding-left: 15px;
    padding-right: 15px;
}

.main-nav li {
    padding-inline: 15px;
}

a.d-block.text-white.text-decoration-none {
    font-weight: 600;
}

.brands a {
    font-weight: 100 !important;
    font-family: 'Anton', sans-serif;
}

.brands img {
    width: 100% !important;
    aspect-ratio: auto !important;
}

.social-icons-banner {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.header-search-show{
    display: block !important;
    width: 100px;
    transition : 0.4s;
    /* transition: 1s; */
}
.header-searcha {
    padding:0;
    color: #fff;
    font-size:16px;
    transition : 0.4s;
    width : 0px;
}
.header-search{
    width: 100%;
    padding: 10px;
}
/* .searchopen:focus .header-search{
    width: 100%;
} */


.search-and-icons>div {
    display: none;
}

.counter {
    border: 1px solid yellow;

}

.counter span,
.counter input {
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
    text-align: center;
}

.counter input {
    font-family: 'Anton', sans-serif;
}

.counter input:focus {
    box-shadow: none;
    background-color: transparent;
    color: white;
}

.osimg img {
    object-fit: cover;
    height: 400px;
}

@media (max-width: 768px) {
    .osimg img {
        object-fit: cover;
        /* height: 100%; */
    }

    .mob-nav {
        background-color: #000;
        padding: 20px;
        height: 1;
        position: absolute;
        width: 100%;
        top: 50px;
    }

    .mob-nav ul {
        display: block;
    }

    .mob-container {
        padding-inline: 0;
        margin-top: 15px;
        position: absolute;
        top: 1px;
    }
}

.num::placeholder {
    color: white;
    font-family: 'Anton', sans-serif;
}

.arrow-image {
    height: 20px;
    transform: rotate(90deg)
}

.input-number {
    color: white;
    width: 49px;
    background: none;
    padding: 11px;
    border: #c3fc25 2px solid !important;
}

.add-to-card {
    height: 45px;
    border: none;
    background-color: var(--primary);
    padding: 10px 50px 10px 50px;
    border-radius: 20px;
    width: auto;
      font-family: 'Anton', sans-serif;
    color: #ffffff;
  
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;

}

.heading-2 {
    font-family: 'Anton', sans-serif;
    color: #C3FC25;
}

.icon-text {
    font-size: 12px;
    letter-spacing: 1px;
}

.product-price {
    display: flex;
    justify-content: space-between;


}

select#pet-select {
    border-radius: 20px;
    /* border: 1px solid black !important; */
    background-color: #C3FC25;
    color: white;
}

.carousel-indicators [data-bs-target] {
    text-indent: 400px;
}

button.slider1 {
    background: transparent !important;
}

/* .carousel-indicators>button {
    background-color: transparent !important;
    padding: 33px 40px !important;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
}
.carousel-indicators>button.active {
    color: #c3fc25;
} */
.tabs-line .active {
    position: relative;
}

.tabs-line .active::after {
    border-bottom: 2px solid #c3fc25;
    content: "";
    position: absolute;
    width: 20px;
    top: 100;
    top: 100%;
    right: 0;
    left: 45%;

}

.nav-line li a {
    transition: all 0.5s;
}



.nav-line .active {
    position: relative;
}



.banner-sec {
    aspect-ratio: 2.4;
}
/* 

Commit by Naveed
.banner-slider {
    position: absolute;
    width: 100%;
    top: 100px;
    padding-inline: 10px;
} */

.autoplay img{
    opacity: 0.5;
}

.autoplay ul {
    position: absolute;
    /* height: 100%; */
    z-index: 9;
    top: 80%;
    display: flex;
    right: 15px;
    margin-bottom: 0px;
}

.slick-dots li {
    background-color: #C3FC25;
}

ul.slick-dots li {
    list-style: none;
    background: transparent;
}

ul.slick-dots button {
    background: transparent;
}

ul.slick-dots button {
    background: transparent;
    border: none;
    margin: 0 16px;
    color: white;
}

.button-text {
    font-family: 'Anton', sans-serif;
    font-size: 20px;
}

.slick-active .button-text {
    color: #C3FC25;
}

.slider-text {
    display: flex;
    justify-content: center;
}
.slider-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111111111111111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-text p {
    color: white;
    font-family: Versailles;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.currency select {
    border-radius: 20px;
    padding: 5px;
    color: white;
    text-align: center;
    background-color: var(--primary);
}

.currency select:focus {
    outline: none;
}

.video video {
    width: 100%;
}
.contact-social{
    height: 40px;
    background-color: #00000087;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin: 4px;
}

 .banner-slider div, .banner-slider img {
    height: 100%;
    object-fit: cover;
}

.productgrid--outer.layout--has-sidebar {
    padding: 0 25px !important;
}

a.navmenu-link:hover, a.navmenu-link.navmenu-link--active {
    color: white;
    border-bottom: 2px solid var(--primary);
}


h2.productgrid--sidebar-title {
    font-family: 'Anton', sans-serif;
    color: #ffffff;
    font-size: 36px;
}

.navmenu-lin, .navmenu-link {
   font-family: 'Anton', sans-serif;
    color: #ffffff;
  font-size:18px !important;
  color: #ffffff !important;
    text-transform: uppercase;
}
.productgrid--outer.layout--has-sidebar {
    padding: 0 25px!important;
}
.productgrid--sidebar {
    border: unset !important;
  
}
.productitem {
    border-radius: 0;
    background: transparent;
    border: 0;
}
.productitem--title a {
    color: #fff;
    font-weight: 700!important;
}
.productitem--price {
    display: flex;
    margin-block: 15px;
}
.price--main .money {
    font-weight: 700!important;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 1rem;
}
.productitem--image img {
    display: block;
    margin: 0 auto;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.productitem--image-link {
    height: 200px;
}
.__pf .pf-3_, .__pf .pf-74_ {
    background-color: transparent !important;
  background: transparent !important;
}
.productitem--image-link .productitem--image svg {
    height: 200px;
}
button.filter-toggle {
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
  display:none;
}
.utils-viewtoggle-label {
    display: none;
}
span.filter-toggle.close {
  display:none;
}
.productgrid--sidebar-section, .productgrid--sidebar-title {
    margin-top: 0 !important;
}
.productgrid--sidebar-item.productgrid--sidebar-menu {
    border-bottom: 0 !important;
      padding-bottom: 30px;
}
nav.breadcrumbs-container a, nav.breadcrumbs-container span {
    color: white !important;
    opacity: 1;
    font-size: 14px;
}
.productgrid--utils {
    margin-block: 0px;
    background: transparent;
      padding: 0;
}
.pagination--item {
    color: white !important;
}
.pagination--active .pagination--item {
    color:  var(--primary) !important;
}

span.sc-gUQvok.zBuIu.pf-8_ {
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 45px;
}
span.pf-13_ , span.sc-gUQvok.zBuIu.pf-49_ {
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 25px;
}

form.live-search-form.form-fields-inline {
    width: 60%;
    margin: auto;
  border: none;
}
.slick-slide {
    position: relative;
}
.productgrid--utils.utils-view {
    justify-content: flex-end;
}

.productgrid--utils {
    display: flex;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
}
ul.pagination--inner {
    width: 100%;
}
  nav.productgrid--utils.productgrid--utils--visible-mobile {
    padding: 0 15px;
}
h1.product-title {
    font-family: 'Anton', sans-serif;
    color: #ffffff;
    font-size: 1.75rem;
}

.form-fields--qty .form-field {
    opacity: 1;
}
.product-description.rte {
    color: white !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 600;
}
.product-section--title {
    font-size: 2.5rem;

}
.related-products--container .productitem {
    padding: 0;
}


/* Footer CSSSSSSSS */
.site-navigation a.navmenu-link {
    font-family: "Anton", sans-serif;
    letter-spacing: 2px;
}
.site-navigation-wrapper, .site-navigation {
    background: transparent;
    background-color: transparent !important;
}
  nav.site-navigation {
    position: absolute;
    padding-block: 20px !important;
}

  h4.small-promo-heading {
    font-family: "Anton", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
}
  span.small-promo-text-desktop {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700;
}
  .form-field.no-label {
    border-radius: 30px !important;
    background: var(--primary);
}
  input.form-field-input.live-search-form-field {
    background: transparent;
}
  button.live-search-button.button-primary {
    background: transparent !important;
}
  input.form-field-input.live-search-form-field::placeholder {
    color: #373737 !important;
}
/* Footer CSSSSSSSS */

.cart-sidebar-item--text {
    padding: 1.25rem;
    background-color: #0c0c0c;
    color: white;
    border: 1px solid var(--primary);
}
.atc-banner--outer {
    color: white !important;
}
section.atc-banner--container.visible {
    z-index: 99999;
}
.cartitems-empty--inner {
    color: white !important;
    font-size: 24px;
}
.cart-title h1 {
    font-family: "Anton", sans-serif;
    letter-spacing: 1;
    text-transform: uppercase;
}
.product-gallery--style-natural .product-gallery--image img, .product-gallery--image svg {
    width: 100%;
}
@media (max-width: 768px) {

.product-section--title {
    font-size: 2rem;
  padding:0 !important;
}
  .productgrid--utils.utils-view {
    width: 100%;
    justify-content: space-between;
}
  .productgrid--utils {
    justify-content: left;
}
  .productgrid--items .productgrid--item {
    width: 100%;
}
  .productgrid--outer.layout--has-sidebar {
    padding: 0 !important;
}
.tabs-card {
   padding: 0;
}
form.live-search-form.form-fields-inline {
    width: 100%;

}
  
  .tabs-line .active::after {
    border-bottom: 2px solid #c3fc25;
    content: "";
    position: absolute;
    width: 100%;
    top: 100;
    top: 100%;
    right: 0;
    left: 0;
}
#exTab1 .nav-pills>li>a {
    padding: 0;
}
  .tabs-css li {
    padding: 10px;
}
  .productgrid--sidebar {
    position: fixed;
    top: 0;
    width: 100%;
    background: black !important;
    z-index: 99999;
    left: 0;
    padding: 15px !important;
  height: 100vh;
    overflow-y: auto;
}

span.filter-toggle.close {
    position: fixed;
    right: 10px;
    font-size: 30px;
    color: white;
    top: 10px;
  display:block;
}
button.filter-toggle {
  display:inline-block;
}
  .productgrid--sidebar{
  display:none;
}
.banner-slider {
    height: 65vh !important;
}
    .banner-sec {
        aspect-ratio: 2.0;
    }

    .mob-container {
        position: relative;
    }

    .social-icons {
        height: 90%;
    }

/*     .slider-text p {
        top: 15%;
    } */

    ul.slick-dots button {
        margin: 0 5px;
    }

    .autoplay ul {
        top: 75%
    }
}

@media (max-width: 500px) {

    .social-icons {
        height: 89%;
    }

    ul.slick-dots button {
        margin: 0 1px;
    }

    .autoplay ul {
        top: 65%
    }
}
@media screen and (min-width: 1024px){
.layout--has-sidebar .productgrid--items .productgrid--item {
    margin-left: 0 !important;
}
  .layout--has-sidebar .productgrid--items .productgrid--item {
    margin-left: 0!important;
    margin-top: 0!important;
}
  
}
media screen and (min-width: 860px){
.utils-sortby-select {
    display: inline-block !important;
}
}
@media screen and (min-width: 720px){
.breadcrumbs-container {;
    margin-bottom: 0 !important;
  margin:unset;
}
}


@media screen and (max-width: 679px){
.productgrid--items .productgrid--item {
    width: 100%;
      margin-left: 0 !important;
}
}

@media screen and (min-width: 1080px){
.product-row .productgrid--item {
    width: calc(25% - 16px);
    margin-right: 20px;
}
}