    #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 50% !important; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1 !important;
  font-size: 40px !important;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.catalog-div a {
    color:#007bff !important;
    text-transform: none !important;
}
.catalog-div{
    display: contents !important;
}
.slidersliderindex {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden; /* <===  */
}

.slideindex {
  width: 100%;
  height: 500px;
  position: absolute;
  transition: all 0.5s;
}

.slideindex img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btnindex-prev:focus{
    outline: none !important;
}
.btnindex-next:focus{
    outline: none !important;
}
.btn2 {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  color: #79c143;
  background-color: transparent;
  font-weight: bold;
  font-size: 27px;
}
.btn2:active {
  transform: scale(1.1);
}
.btnindex-prev {
  top: 45%;
  left: 2%;
}

.btnindex-next {
  top: 45%;
  right: 2%;
}

.social-media a{
    padding-right: 1rem;
}
.social-media{
    list-style:none;
}
.social-media-div{
    float:right;
}
.products-text{
    font-size: 13px;
}
.btn-search{
    color: black !important;
    border: 1px solid black !important;
    font-weight: bold !important;
    padding: 6px !important;
}
.btn-search:hover{
    color: #79c143  !important;
    border: 1px solid #79c143 !important;
}
.form-control:focus{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.form-inline .form-control {
    width:125px !important;
    border: none;
    border-bottom: 1px solid black !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}
.form-control{
    height: 30px !important;
}

::placeholder{
    color: black !important;
}
.photos-div{
    margin: 0 auto;
    display: contents;
}

.ul-categories{
    padding-left: 0 !important;
}
.ul-subcategories{
    padding-left: 0 !important;
}
.ul-categories li{
    list-style: none;
}
.ul-subcategories li{
    list-style: none;
}
.ul-categories li a{
    color: black;
    text-decoration: none;
}
.ul-categories li a:hover{
    color: green;
}
.contact-bg{
    display: flex !important;
    margin-bottom: 7px;
}
.contacttxt{
    width: 50%;
}
.note-icon {
    display: -webkit-box;
}
.color-chart-img{
    width: 50%;
}
.dropdown:hover .dropdown-content {display: flex;}

.dropdown {
    position: relative;
}
.dropdown-content {
    height: 116px;
    display: none;
    position: absolute;
    z-index: 1;
    list-style: none;
    padding: 0 !important;
}
.dropdownli{
    width: max-content;
}

.hovereffect{
    display: none;
}

.badge-warning
{
    border-radius: 50%;
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
    padding: 5px !important;
    font-size: 10px !important;
    background-color: #7fbd00 !important;
}
.logo2{
width: 240px;
}
.info-and-email{
    padding-left: 35px !important;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.navbar-light .navbar-nav .nav-link{
    padding-right: 2rem !important;
    color: black !important;
    font-size: 20px;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #79c142 !important;
}
svg:hover{
    color: #79c142;
}
.link-icons{
    color: black !important;
}
.link-icons:hover{
    color: #79c142 !important;
    text-decoration: none !important;
}
.footer-content{
    color: black;
    font-size: 13px;
    font-weight: bold;
}
.footer-link{
    color: #79c142;
}
.first-txt-footer{
    margin-bottom: 3px;
}
.bg-image{
    background-image: url('../img/background.png');
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.image-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.image-text h1{
    color: black;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;

}
.image-text h2{
    color: black;
    font-size: 30px;
    text-align: center;
    font-family: 'Pacifico', cursive;

}
.image-button-div{
    color: white;
    text-align: center;
}
.image-button-div button{
    font-size: 16px;
    border-radius: unset;
    border: unset;
    background-color: #79c143;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 50px;
    margin-left: 50px;
}
.image-button-div button:hover{
    background-color: #79c143;
}
.image-button-div button p {
    padding: 0px;
    margin: 0px;
}
/* Product Individual */
.product_description {
    padding-left: 0px
}
.breadcrumb-item a{
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}
.breadcrumb-item a:hover{
    color: #79c142 !important;
    text-decoration: none !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
}
.productname{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
}
.sku-style{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: black;
}
.price-stle{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #23262a;
}
.size-style{
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 16px;
}
.size-box-style{
    font-family: 'Poppins', sans-serif;
    color: black;
    padding: 5px;
    margin-left: 2rem;
    font-weight: 200;
}
.size-box-style2{
    border: 1px solid black;
    padding: 5px;
    margin-left: 1rem;
    font-weight: 200;
}
.specifics-style{
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.description-style{
    color: #616365;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
}
.location-style{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #15468f;
}
.qty-style{
    font-size: 16px;
    font-weight: 400;
    color: #616365;
    padding-top: 5px;
    margin-right: 2rem;
}
.order-email-style{
    font-size: 16px;
    font-weight: 400;
    color: #616365;
}
.buttons_added button{
    margin-left: 2rem;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: unset;
    background-color: #79c143;
}
.buttons_added button:hover{
    color: white;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0rem !important;
    margin-bottom: 0rem;
    margin-top: 4rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: .25rem
}
.checked {
    color: #ff7373;
    margin-bottom: 16px;
}
.product-image-individual img{
    width: 100%;
}

.quantity {
    display: inline-block; }

.quantity .input-text.qty {
    font-size: 15px;
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    display: flex;
    white-space: nowrap;
    vertical-align: top; }


.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    font-size:15px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor:pointer;}

.quantity.buttons_added .minus {
    border-right: 0; }

.quantity.buttons_added .plus {
    border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none; }

/* Second Button*/
.buttons_added2 button{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: unset;
    background-color: #79c143;
}
.buttons_added2 button:hover{
    color: white;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0rem !important;
    margin-bottom: 0rem;
    margin-top: 4rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: .25rem
}
.quantity2 {
    display: inline-block; }

.quantity2 .input-text.qty {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity2.buttons_added2 {
    position: relative;
    display: block;
    white-space: nowrap;
    vertical-align: top; }


.quantity2.buttons_added2 input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity2.buttons_added2 .minus,
.quantity2.buttons_added2 .plus {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor:pointer;}

.quantity2.buttons_added2 .minus {
    border-right: 0; }

.quantity2.buttons_added2 .plus {
    border-left: 0; }

.quantity2.buttons_added2 .minus:hover,
.quantity2.buttons_added2 .plus:hover {
    background: #eeeeee; }

.quantity2 input::-webkit-outer-spin-button,
.quantity2 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

.quantity2.buttons_added2 .minus:focus,
.quantity2.buttons_added2 .plus:focus {
    outline: none; }

/*third button */
.buttons_added3 button{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: unset;
    background-color: #79c143;
}
.buttons_added3 button:hover{
    color: white;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0rem !important;
    margin-bottom: 0rem;
    margin-top: 4rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: .25rem
}
.quantity3 {
    display: inline-block; }

.quantity3 .input-text.qty {
    font-size:15px;
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity3.buttons_added3 {
     }


.quantity3.buttons_added3 input {

}

.quantity3.buttons_added3 .minus,
.quantity3.buttons_added3 .plus {
    padding: 7px 10px 8px;
    font-size: 15px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor:pointer;}

.quantity3.buttons_added3 .minus {
    border-right: 0; }

.quantity3.buttons_added3 .plus {
    border-left: 0; }

.quantity3.buttons_added3 .minus:hover,
.quantity3.buttons_added3 .plus:hover {
    background: #eeeeee; }

.quantity3 input::-webkit-outer-spin-button,
.quantity3 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

.quantity3.buttons_added3 .minus:focus,
.quantity3.buttons_added3 .plus:focus {
    outline: none; }

/* 4 button */

.buttons_added4 button{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: unset;
    background-color: #79c143;
}
.buttons_added4 button:hover{
    color: white;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0rem !important;
    margin-bottom: 0rem;
    margin-top: 4rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: .25rem
}
.quantity4 {
    display: inline-block; }

.quantity4 .input-text.qty {
    font-size: 15px;
    width: 35px;
    height: 39px;
    font-size:15px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity4.buttons_added4 {
    }
.align_buttons_form{
    position: absolute;
    bottom: 0;
}

.quantity4.buttons_added4 input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity4.buttons_added4 .minus,
.quantity4.buttons_added4 .plus {
    font-size: 15px;
    padding: 7px 10px 8px;
    height: 41px;
    font-size:15px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor:pointer;}

.quantity4.buttons_added4 .minus {
    border-right: 0; }

.quantity4.buttons_added4 .plus {
    border-left: 0; }

.quantity4.buttons_added4 .minus:hover,
.quantity4.buttons_added4 .plus:hover {
    background: #eeeeee; }

.quantity4 input::-webkit-outer-spin-button,
.quantity4 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

.quantity4.buttons_added4 .minus:focus,
.quantity4.buttons_added4 .plus:focus {
    outline: none; }

/* Product style*/
.show-items-per{
    margin-top: 4rem;
    float: right;
}
.show-items-per-txt{
    margin-top: 4rem;
    float: right;
    padding-top: 5px;
    padding-right: 14px;
}
.show-items-per button{
    border: 1px solid black;
    border-radius: unset;
}
.dropdown-item{
    border: 0px !important;
}
.dropdown-menu{
    min-width: 3.5rem !important;
}
.all-category-title{
    font-size: 20px;
    color: #222529;
}
.all-category-list{
    list-style-type: none;
    font-size: 15px;
    color: #616365;
    line-height: 28px;
}
.size-category-title{
    font-size: 20px;
    color: #222529;
}
.size-category-list{
    list-style-type: none;
    font-size: 15px;
    color: #616365;
    line-height: 28px;
}
.color-category-title{
    font-size: 20px;
    color: #222529;
}
.color-category-list{
    list-style-type:square;
    font-size: 24px;
    color: #616365;
    line-height: 28px;
}
.color-category-list span{
    font-size: 15px;
    color: #616365;
}
.li-black{
    color: black;
}
.li-Blue{
    color: blue;
}
.li-Green{
    color: green;
}
.li-Red{
    color: red;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.section-products {
    padding: 10px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444;
}

.section-products .single-product {
    margin-bottom: 26px;
}

.section-products .single-product .part-1 {
    position: relative;
    height: auto;
    width:auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.img-product-class{
    width: 100%;
    height: 100%;
}
.part-2{
    line-height: 17px;
    position: relative;
}
.height_for_button{
    height: 120px;
}
.second_button_height{
    height: 250px;
}
.product-category-tbd{
    margin-bottom: 6px;
    font-size: 14px;
    color: #616365;
}
.section-products .single-product .part-2 .product-title {
    font-size: 19px;
    color: #23262a;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 2rem;
}
.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.pagination,
.jsgrid .jsgrid-pager {
    display: flex;
    justify-content: center; /* Centers the pagination */
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}


.pagination a.active{
    color: #2a468b !important;
}

.pagination.pagination-rounded-flat .page-item {
    margin: 0 .25rem
}

.pagination-rounded-flat{

}
 a:active
 {
     color: red !important;
 }
a {
    background: #ff7373;
    border-color: #ff7373;
} */

.pagination.pagination-rounded-flat .page-item .page-link, a {
    border: none;
}
.page-link{
    border:none !important;
    text-decoration: underline !important;
    font-size: 16px !important;
    color: black !important;
}

/* Category style*/
.title-category-page{
    font-weight: 700;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    margin-bottom: 0px;
}
.paragraph-category-page{
    font-size: 14px;
    font-weight: 500;
}
.first-category-image{
    width: 100%;
    object-position: center;
    object-fit: contain;
    margin-bottom: 20px;
}
.second-category-image{
    width: 100%;
    height: 243px;
    background-color: rgb(245 245 245);
}
.third-category-image{
    width: 100%;
    height: 243px;
    background-color: #15468f;
}
.bottom-right {
    margin-right: 20px;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.bottom-right-link{

    margin-right: 55px;
    text-decoration: underline;
    font-size: 11px;
    color: black;
    font-family: 'Poppins', sans-serif;
}
.bottom-right-link:hover{
    color: #79c142;
}
.centered {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 27px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.centered-paragraph{
    width: fit-content;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #616365;
}
.centered-button{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #79c142 !important;
    font-size: 11px !important;
    background-color: white !important;
    border-radius: unset !important;
    border: 1px solid black !important;
    padding: 9px 32px 9px 32px !important;
    font-family: 'Poppins', sans-serif;
}
.bottom-first-div{
    position: relative;
}
.bottom-second-div{
    position: absolute;
    text-align: right;
    bottom: 70px;
    width: 100%;
}
.bottom-left {
    position: absolute;
    bottom: 75px;
    left: 40px;
    color: white;
    font-size: 27px;
    font-weight: normal !important;
    font-family: 'Poppins', sans-serif;
}
.bottom-left-link{
    position: absolute;
    bottom: 50px;
    left: 55px;
    text-decoration: underline;
    font-size: 11px;
    color: white;
    font-family: 'Poppins', sans-serif;
}
.bottom-left-link:hover{
    color: #79c142;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

body{
    margin-left:60px !important;
    margin-right:60px!important;
}}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
body{
    margin-left:60px !important;
    margin-right:60px!important;
}}

@media (max-width: 767px) {
    .mobile-change{
        flex-direction: column-reverse;
    }
    .modal{
        width: 100% !important;
    }
        .bottom-right{
    bottom: 100px;
    right: 18px;
    font-size: 24px;
    }
    .bottom-second-div{
        bottom: 60px;
    }
    .bottom-right-link{
        bottom:80px;
    }
    .image-text h1{
        font-size:30px;
    }
    .image-button-div button{
        font-size: 12px;
    }
    .slidersliderindex{
        height: 200px;
    }
    .btnindex-prev{
        top: 70px;
    }
    .btnindex-next{
        top: 70px;
    }
    .image-text{
        top: 76px;
    }
    .slideindex img{
        height: auto;
    }
  .isDisabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: red !important;

}

.dropdown-content {
    position: inherit !important;
}
.dropdown:hover .dropdown-content {display: block !important;}
}
