@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
    background-image: url('https://cdn1.npcdn.net/img/1766994477Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.d-none {
    display: none !important;
}

a:hover {
    text-decoration: none;
}

.index_wrapper_1 {
    height: 0;
}


@media screen and (max-width: 991.5px){
.index_wrapper_1 {
    height: 20px;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:200vw !important;
    object-fit:cover;
    object-position: 90%;
}

.index_wrapper_1 {
    height: 80px;
}

}

/*Menu*/

#main_index .navbar_type8 {
    background: transparent;
   
}

.navbar_mobile {
   
    background-color: #dbdbd7;
    
}

.navbar_type8 {
    background: #dbdbd7;
    height: 100px;
    border-bottom: 1px solid black;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(219, 219, 215, 0.8);
   
}

.dark_nav {
    background: #dbdbd7 !important;
 
}

.navbar_type8 .nav_tab .nav_item a {
    color: black;
    text-transform: capitalize;
    padding: 15px 2.25vw;
   
    font-size: 16px;
}

.navbar_type8 .nav_tab .nav_item.login a {
   
    padding: 15px 0.75vw;
  
}

.navbar_type8 .nav_tab .nav_item.shopping a {
   
    padding: 15px 0.75vw;
  
}

.navbar_type8 .nav_tab {
    flex: 0 1 75%;
 
    padding-left: 0;
    padding-right: 6%;
  
}

.navbar_type8 .logo {
    flex: 0 1 28%;
        overflow: visible;
    margin-left: 6%;
}

.navbar_type8 .logo img {
    
    width: 310px;
    padding: 0px;
}

.navbar_mobile .logo_img {
  
    padding: 6px;
}

.navbar_type8 .nav_tab .nav_item.search {
    padding: 15px 0.5vw;
    margin-left: 2vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #000000;
     
}

.navbar_type8 .nav_tab .nav_item.search::before, .navbar_type8 .nav_tab .nav_item.login::before, .navbar_type8 .nav_tab .nav_item.shopping::before {
    display: none;
     
}

.navbar_type8 .nav_tab .nav_item:hover::before {

    width: 60%;
   
     
}

.nav_icon {
    width: 20px;
}

/*Search Bar Search*/


.hp_search_icon{
    width: 20px;
    
}

#closeIcon {
    
}

.hp_nav_search .search_button .fas.fa-search {
    color: #243855;
}


/*.searchButton.scrolled {*/
    /*top: 43px !important; */
/*}*/

.boxSearch {
    display: none; 
    position: absolute;
    top: 90%;
    right: 0%;
}
.hp_nav_search .search_button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.hp_nav_search input {
    background: #fff;
    width: 275px;
    height: 40px;
    border: 0;
    box-shadow: none;
    padding: 0px 45px 0px 15px;
    border-radius: 0;
    max-height: 40px;
   
}
.hp_nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}


.btnClose{
    display: none;

}
#closeIcon{
    display: none;
}
 .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
    color:#000;
   display: flex;
    align-items: center;
    
}
.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hp_topspace_sticky-menu{
    filter:brightness(0) invert(0)!important;
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo img {
    width: 250px;
    padding: 0px;
}

.navbar_type8 .nav_tab .nav_item a {
    
    padding: 15px 2vw;
    font-size: 15px;
}

}


/*Banner*/

.hp_banner .row {
    align-items: center;
}

.hp_banner {
    position: relative;
    height: 100%;
}


.hp_banner::before {
    position: absolute;
    content: "";
    background-color: black;
    bottom: 10.75%;
    left: 0%;
    right: 0;
    width: 80%;
    height: 2px;
    margin: 0 auto;
   
}

.hp_banner_ggbox {
    position: absolute;
    top: 43%;
    z-index: -1;
}

.hp_banner_fbox2 {
    display: flex;
    gap: 2vw;
    padding-left: 6%;
    padding-right: 20%;
    padding-top: 4%;
}

.hp_banner_fbox {
    display: flex;
    padding-top: 18%;
    padding-left: 7%;
}

.hp_banner_ibox2 {
    margin-left: -2%;
    margin-top: 2%;
    margin-right: 2%;
}

.hp_banner_title {
    color: black;
    font-size: 2.4vw;
    font-weight: 600;
    margin-bottom: 2%;
    margin-top: 3%;
}

.hp_banner_desc {
    font-size: 1.1vw;
    font-weight: 300;
    margin-bottom: 2.5%;
    color: black;
    font-family: roboto;
}

.hp_banner_link {
    color: black;
    font-size: 1.25vw;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    padding-left: 3vw;
}

.hp_banner_link:hover {
    color: #333;
    
}

.hp_banner_link::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1766997824A_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    bottom: 0;
    left: 0%;
    width: 2.4vw;
    height: 0.65vw;
    margin: auto 0;
    transition: 0.3s;
}

.hp_banner_box {
    padding-left: 6%;
}

.hp_banner_ggbox {
  width: 100%;
  overflow: hidden;
  background: transparent;
  margin: 0 -15px;
}

.hp_banner_marquee {
  display: flex;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.hp_banner_ibox5 {
  flex-shrink: 0;
  padding-right: 40px; /* space between loops */
  width: 130vw;
}

.hp_banner_ibox5 img {
  display: block;
  height: 80px; /* adjust if needed */
}

/* Animation */
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hp_banner_ibox6 {
    width: 5vw;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.hp_banner_pkbox {
    position: absolute;
    bottom: 6%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.slider_banner .banner_content {
   
    opacity: 1 !important;
}

.slider_banner .slick-prev::before, .slider_banner .slick-next::before {
    text-shadow: unset;
}

.slider_banner .slick-prev:before {
    content: 'PREV';
    background-image: unset;
    text-indent: unset;
    filter: unset;
    font-size: 1.5vw;
    color: black;
    opacity: 1;
    width: unset;
    height: unset;
    line-height: unset;
}

.slider_banner .slick-next:before {
    content: 'NEXT';
    background-image: unset;
    text-indent: unset;
    filter: unset;
    font-size: 1.5vw;
    color: black;
    opacity: 1;
    width: unset;
    height: unset;
    line-height: unset;
}

.slider_banner .slick-prev {
    z-index: 99;
    left: 5%;
    top: 89%;
    width: unset;
    height: unset;
    transform: unset;
}

.slider_banner .slick-next {
    z-index: 99;
    right: 5%;
    top: 89%;
    width: unset;
    height: unset;
    transform: unset;
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
 
    font-size: 2.8vw;
    margin-bottom: 2%;
    margin-top: 3%;
}

.hp_banner_desc {
    font-size: 1.3vw;
   
    margin-bottom: 2.5%;
   
}

.hp_banner_link {
    
    font-size: 1.5vw;
    
    padding-left: 3.5vw;
}

.hp_banner_link::before {
   
    width: 2.7vw;
    height: 0.8vw;
    
}

.hp_banner_fbox2 {
    
    gap: 2vw;
    padding-left: 6%;
    padding-right: 18%;
    padding-top: 4%;
}

.hp_banner_fbox {

    padding-top: 24.5%;
    padding-left: 7%;
}

.hp_banner_ibox2 {
    margin-left: -2%;
    margin-top: 3%;
    margin-right: 6%;
}

}

@media screen and (max-width: 991.5px){
    .hp_banner_ibox2 {
        margin-left: -2%;
        margin-top: 3%;
        margin-right: 4%;
    }
    
    .hp_banner_title {
        
        margin-top: 6%;
    }
    
}

@media screen and (max-width: 767.5px){
.hp_banner .row {
    align-items: center;
    flex-direction: column-reverse;
}

.hp_banner_title {
 
    font-size: 7vw;
    margin-bottom: 3%;
    margin-top: 0%;
}

.hp_banner_desc {
    font-size: 3.75vw;
    line-height: 1.8;
    margin-bottom: 5%;
   
}

.hp_banner_link {
    
    font-size: 4vw;
    
    padding-left: 10vw;
}

.hp_banner_link::before {
   
    width: 7.5vw;
    height: 2.25vw;
    
}


.hp_banner_box {
    padding-left: 3%;
    padding-top: 6%;
}

.hp_banner_fbox2 {
    
    gap: 3vw;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 6%;
}

.hp_banner_fbox {

    padding-top: 9%;
        padding-left: 6%;
        padding-right: 6%;
}

.hp_banner_ibox2 {
    margin-left: -2%;
    margin-top: 3%;
    margin-right: 6%;
}

.slider_banner .slick-prev:before, .slider_banner .slick-next:before {
    
    font-size: 4vw;
    
}

.hp_banner::before {
  
    bottom: 3.75%;
    
    width: 69%;
    
}

.hp_banner_ibox6 {
    width: 12vw;
   
}

.hp_banner_pkbox {
   
    bottom: 1%;
    
}

.slider_banner .slick-prev {
   
    left: 3%;
    top: 96%;
    
}

.slider_banner .slick-next {
   
    right: 3%;
    top: 96%;
    
}

}

/*Category*/

.hp_category {
    padding: 6% 7% 5%;
}

.hp_category_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}

.hp_category_ibox {
    overflow: hidden;
}

.hp_category_bbox {
    margin-top: 3%;
}

.hp_category_fbox {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.hp_category_title {
    color: black;
    font-size: 2.15vw;
    font-weight: 600;
    margin-bottom: 2%;
}

.hp_category_desc {
    font-size: 1.1vw;
    font-weight: 300;
    margin-bottom: 0;
    color: black;
    font-family: roboto;
}

.hp_category_link {
    color: black;
    font-size: 1.2vw;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    padding-left: 3vw;
}

.hp_category_link:hover {
    color: #333;
    
}

.hp_category_link::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1766997824A_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    bottom: 0;
    left: 0%;
    width: 2.4vw;
    height: 0.65vw;
    margin: auto 0;
    transition: 0.3s;
}

.hp_category_image {
    width: 100%;
    transition: 0.3s;
}

.hp_category_image:hover {
    transform: scale(1.05);
}

.hp_category_inbox {
    position: relative;
}

.hp_category_itbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: 0%;
    width: 92%;
    margin: 0 auto;
}

.hp_category_item {
    background: rgba(238, 237, 233, 0.8);
    text-align: center;
    color: black;
    font-size: 1vw;
    font-weight: 700;
    font-family: roboto;
    padding: 4%;
}


@media screen and (max-width: 1200.5px){
.hp_category_title {
  
    font-size: 2.5vw;
    margin-bottom: 2%;
}

.hp_category_desc {
    font-size: 1.3vw;
 
}

.hp_category_link {
  
    font-size: 1.45vw;
  
    padding-left: 3.5vw;
}

.hp_category_link::before {
  
    width: 2.7vw;
    height: 0.8vw;
 
}

.hp_category_item {
   
    font-size: 1.25vw;
    padding: 4%;
}

}

@media screen and (max-width: 767.5px){
.hp_category_title {
  
    font-size: 7vw;
    margin-bottom: 3%;
    width: 90%;
}

.hp_category_desc {
    font-size: 3.75vw;
    line-height: 1.8;
}

.hp_category_link {
  
    font-size: 4vw;
  
    padding-left: 10vw;
}

.hp_category_link::before {
  
    width: 7.5vw;
    height: 2.25vw;
 
}

.hp_category_item {
   
    font-size: 4vw;
    padding: 4%;
}

.hp_category {
    padding: 12% 3% 6%;
}

.hp_category_box {
   
    align-items: start;
    margin-bottom: 6%;
    flex-direction: column;
    gap: 3vw;
}

.hp_category_fbox {

    gap: 2vw;
    flex-direction: column;
}

}

/*About*/

.hp_about {
    text-align: center;
    padding: 3% 7% 5%;
}

.hp_about_title {
    color: black;
    font-size: 2.15vw;
    font-weight: 600;
    margin-bottom: 2%;
}

.hp_about_desc {
    font-size: 1.1vw;
    font-weight: 300;
    margin-bottom: 2%;
    color: black;
    font-family: roboto;
    line-height: 1.8;
}

.hp_about_link {
    color: black;
    font-size: 1.2vw;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    padding-left: 3.5%;
}

.hp_about_link:hover {
    color: #333;
    
}

.hp_about_link::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1766997824A_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    bottom: 0;
    left: 0%;
    width: 2.4vw;
    height: 0.65vw;
    margin: auto 0;
    transition: 0.3s;
}

@media screen and (max-width: 1200.5px){
.hp_about_title {
   
    font-size: 2.5vw;
    margin-bottom: 2%;
}

.hp_about_desc {
    font-size: 1.3vw;
   
    margin-bottom: 2%;
   
}

.hp_about_link {
  
    font-size: 1.45vw;
   
    padding-left: 4.5%;
}

.hp_about_link::before {
  
    width: 2.7vw;
    height: 0.8vw;
  
}

}

@media screen and (max-width: 767.5px){
.hp_about_title {
   
    font-size: 7vw;
    margin-bottom: 4%;
}

.hp_about_desc {
    font-size: 3.75vw;
   
    margin-bottom: 7%;
   
}

.hp_about_desc br {
    display: none;
}

.hp_about_link {
  
    font-size: 4vw;
   
    padding-left: 12%;
}

.hp_about_link::before {
  
    width: 7.5vw;
    height: 2.25vw;
  
}

.hp_about {
 
    padding: 12% 3%;
}

}

/*Products1*/

.index_wrapper_5 {
    padding: 3% 7% 4%;
}

.index_wrapper_5 .row {
    align-items: center;
}

.hp_products1_image {
    width: 100%;
}

.hp_products1_ibox {
    margin-right: 4%;
}

.hp_products11_title {
    color: black;
    font-size: 2.15vw;
    font-weight: 600;
    margin-bottom: 1%;
}

.hp_products11_desc {
    font-size: 1.1vw;
    font-weight: 300;
    margin-bottom: 1%;
    color: black;
    font-family: roboto;
    line-height: 1.8;
}

@media screen and (max-width: 1200.5px){
.hp_products11_title {
   
    font-size: 2.5vw;
  
    margin-bottom: 1%;
}

.hp_products11_desc {
    font-size: 1.3vw;
  
    margin-bottom: 1%;
   
}

}

@media screen and (max-width: 767.5px){
.hp_products11_title {
   
    font-size: 7vw;
  
    margin-bottom: 2%;
}

.hp_products11_desc {
    font-size: 3.75vw;
  
    margin-bottom: 4%;
   
}

.index_wrapper_5 {
    padding: 12% 3%;
}

.hp_products1_ibox {
    margin-right: 0%;
    margin-bottom: 6%;
}

}

/*Products2*/

.index_wrapper_7 {
    padding: 6% 7% 6%;
}

.hp_products2_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}

.hp_products2_title {
    color: black;
    font-size: 2.15vw;
    font-weight: 600;
    margin-bottom: 1.5%;
}

.hp_products2_desc {
    font-size: 1.1vw;
    font-weight: 300;
    margin-bottom: 0%;
    color: black;
    font-family: roboto;
    line-height: 1.8;
}

.hp_products2_link {
    color: black;
    font-size: 1.2vw;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    padding-left: 3vw;
}

.hp_products2_link:hover {
    color: #333;
    
}

.hp_products2_link::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1766997824A_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    bottom: 0;
    left: 0%;
    width: 2.4vw;
    height: 0.65vw;
    margin: auto 0;
    transition: 0.3s;
}

.hp_products2_bbox {
    margin-top: 3%;
}

@media screen and (max-width: 1200.5px){
.hp_products2_title {
   
    font-size: 2.5vw;
    margin-bottom: 1.5%;
}

.hp_products2_desc {
    font-size: 1.27vw;
 
}

.hp_products2_link {

    font-size: 1.45vw;

    padding-left: 3.5vw;
}

.hp_products2_link::before {
   
    width: 2.7vw;
    height: 0.8vw;

}

}

@media screen and (max-width: 767.5px){
.hp_products2_title {
   
    font-size: 7vw;
    margin-bottom: 2%;
}

.hp_products2_desc {
    font-size: 3.75vw;
 
}

.hp_products2_link {

    font-size: 4vw;

    padding-left: 10vw;
}

.hp_products2_link::before {
   
    width: 7.5vw;
    height: 2.25vw;

}

.index_wrapper_7 {
    padding: 6% 3%;
}

.hp_products2_box {

    align-items: start;
    margin-bottom: 6%;
    flex-direction: column;
}

}

/*Products3*/

.index_wrapper_8 {
    padding: 3% 7% 4%;
}

.index_wrapper_8 .row {
    align-items: center;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame {
  
    padding-top: calc(130% / (1 / 1));
    
}

.productSlider-1 .product_img .product_box .product_img_frame img {
   
    border-radius: 0;
}

.productSlider-1 p {
    display: none;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 .product_img .slick-prev::before {
    padding: 0;
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1766996515C_Button1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.productSlider-1 .product_img .slick-next::before {
    padding: 0;
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1766996546C_Button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.productSlider-1 .slick-prev {
    left: 0%;
    top: 42%;
}

.productSlider-1 .slick-next {
    right: 0%;
    top: 42%;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 400 !important;
    font-family: roboto;
}

.productSlider-1 .product_img .product_box a {
    color: #000;
    font-weight: 600;
}

.hp_products3_ibox {
    margin-left: 4%;
}

.hp_products3_image {
    width: 100%;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 0.75vw;

    border-radius: 0;
    box-shadow: unset;
    background-color: transparent;
}

.hp_products33_title {
    color: black;
    font-size: 2.15vw;
    font-weight: 600;
    margin-bottom: 1%;
}

.hp_products33_desc {
    font-size: 1.1vw;
    font-weight: 300;
    margin-bottom: 1%;
    color: black;
    font-family: roboto;
    line-height: 1.8;
}

@media screen and (max-width: 1200.5px){
.hp_products33_title {
   
    font-size: 2.5vw;
    
    margin-bottom: 1%;
}

.hp_products33_desc {
    font-size: 1.3vw;
   
    margin-bottom: 1%;
  
}

.productSlider-1 .product_img .slick-prev::before {
   
    width: 3.5vw;
    height: 3.5vw;
 
}

.productSlider-1 .product_img .slick-next::before {
    width: 3.5vw;
    height: 3.5vw;
}

}

@media screen and (max-width: 991.5px){


.productSlider-1 .product_img .product_box h6 {
    
    font-size: 12.5px;
}

}

@media screen and (max-width: 767.5px){
.hp_products33_title {
   
    font-size: 7vw;
    
    margin-bottom: 2%;
}

.hp_products33_desc {
    font-size: 3.75vw;
   
    margin-bottom: 3%;
  
}

.productSlider-1 .product_img .product_box h6 {
    
    font-size: 14.4px;
}

.index_wrapper_8 {
    padding: 12% 3%;
}

.hp_products3_ibox {
    margin-left: 0;
    margin-top: 6%;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;

}

.productSlider-1 .product_img .slick-prev::before {
   
    width: 9vw;
    height: 9vw;
 
}

.productSlider-1 .product_img .slick-next::before {
    width: 9vw;
    height: 9vw;
}

.productSlider-1 .slick-prev {
    left: 1%;
   
}

.productSlider-1 .slick-next {
    right: 1%;
   
}

}

/*Discover*/

.hp_discover {
    padding: 6% 7% 4%;
}

.hp_discover_box {
    padding: 11% 15% 11% 38%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1766995154F_Pic.jpg');
}

.hp_discover_title {
    color: #fff;
    font-size: 2.2vw;
    font-weight: 600;
    margin-bottom: 2%;
}

.hp_discover_desc {
    font-size: 1.02vw;
    font-weight: 300;
    margin-bottom: 3%;
    color: #fff;
    font-family: roboto;
    line-height: 1.8;
}

.hp_discover_link {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    padding-left: 8%;
}

.hp_discover_link:hover {
    color: lightgrey;
    
}

.hp_discover_link::before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1766995496F_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    bottom: 0;
    left: 0%;
    width: 2.4vw;
    height: 0.65vw;
    margin: auto 0;
    transition: 0.3s;
}

@media screen and (max-width: 1200.5px){
.hp_discover_title {
   
    font-size: 2.45vw;
   
    margin-bottom: 2%;
}

.hp_discover_desc {
    font-size: 1.27vw;
    width: 80%;
    margin-bottom: 3%;
    
}

.hp_discover_link {
   
    font-size: 1.45vw;
   
    padding-left: 9%;
}

.hp_discover_link::before {
   
    width: 2.7vw;
    height: 0.8vw;
   
}

.hp_discover_box {
    padding: 10% 15% 7% 38%;
  
}

}

@media screen and (max-width: 767.5px){
.hp_discover_title {
   
    font-size: 6vw;
   
    margin-bottom: 3%;
}

.hp_discover_desc {
    font-size: 3.75vw;
    width: 100%;
    margin-bottom: 6%;
    
}

.hp_discover_link {
   
    font-size: 4vw;
   
    padding-left: 14%;
}

.hp_discover_link::before {
   
    width: 7.5vw;
    height: 2.25vw;
   
}

.hp_discover_box {
    padding: 12% 12%;
    background-position: 82%;
}

.hp_discover {
    padding: 6% 3%;
}

}

/*News*/

.index_wrapper_11 {
    padding: 3% 7% 6%;
}

.index_wrapper_11 .row {
    align-items: center;
}

.hp_latest_new .col-12.col-lg-4 {
    display: none;
}

.hp_latest_new .col-12.col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_latest_new .news_box .read_more {
    display: none;
}

.hp_latest_new .news_box .title {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 300;
    color: #000 !important;
}

.hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 100%;
    font-family: 'Roboto';
    font-weight: 500;
}

.hp_news_image {
    width: 100%;
}

.hp_news2 .col-12 {
    padding: 0;
}

.hp_news2_title {
    color: black;
    font-size: 2.15vw;
    font-weight: 600;
    margin-bottom: 1%;
    margin-top: 9%;
}

.hp_news2_desc {
    font-size: 1.1vw;
    font-weight: 300;
    margin-bottom: 3%;
    color: black;
    font-family: roboto;
    line-height: 1.8;
}

#main_index .hp_latest_new {
    padding-left: 4%;
}

.hp_news2 {
    padding-left: 4%;
}

.hp_news_ibox {
    margin-right: 2%;
}

@media screen and (max-width: 1200.5px){

.hp_news2_title {
  
    font-size: 2.5vw;
  
    margin-bottom: 1%;
    margin-top: 9%;
}

.hp_news2_desc {
    font-size: 1.3vw;
 
    margin-bottom: 3%;
   
}

}

@media screen and (max-width: 767.5px){

.hp_news2_title {
  
    font-size: 6.25vw;
  
    margin-bottom: 2%;
    margin-top: 9%;
}

.hp_news2_desc {
    font-size: 3.75vw;
 
    margin-bottom: 6%;
   
}

.index_wrapper_11 {
    padding: 12% 3%;
}

.hp_news_ibox {
    margin-right: 0;
}

.hp_news2 {
    padding-left: 0%;
}

.hp_news2 .col-12{
    padding: 0% 15px;
}

#main_index .hp_latest_new {
    padding: 0% 15px;
}

.hp_latest_new .news_box .title {
    font-size: 18px;
   
}

}

/*Footer*/

.defaultFooter {
    font-family: roboto;
    background-image: url('https://cdn1.npcdn.net/img/1766993101H_FooterBackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-top: 5%;
    overflow: hidden;
}

.defaultFooter .btn-warning {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 7.5px 25px;
    font-size: 15px !important;
}

.defaultFooter .social-icons .list-inline-item {
    
    margin: 0;
}

.defaultFooter .footer_title {
    font-weight: 700;
    margin-bottom: 1.5%;
    font-family: tinos;
    font-size: 30px;
}

.defaultFooter .text-muted {
    color: #6c757d !important;
    font-size: 15px;
}

.defaultFooter .footer_terms {
    display: none;
}

.defaultFooter .footer_logo {
    width: 305px;
    margin-bottom: 2%;
}

.defaultFooter hr {
  
    border-top: 1px solid rgba(0, 0, 0, .25);
}

.defaultFooter .fab.fa-facebook-f {
    color: #e8e7e3;
    background: black;
    border-radius: 50%;
    padding: 5px 6px 0px;
}

.defaultFooter .footer_social_media_listing {
    margin-bottom: 30px;
}

.defaultFooter .subscribeEmail_section {
    margin-bottom: 25px;
}

.defaultFooter .footer_subscribeEmail_input {
    border-bottom: 0 !important;
    width: 400px;
    border-radius: 5px;
}

.defaultFooter .footer_subscribeEmail_btn {
    padding: 20px 40px;
    background-color: black;
    color: white;
    font-size: 14px !important;
}


@media screen and (max-width: 1200.5px){
.defaultFooter .text-muted {
    
    font-size: 14.4px;
}

.defaultFooter .footer_logo {
    width: 250px;
    margin-bottom: 2%;
}

}

@media screen and (max-width: 767.5px){
.defaultFooter .footer_subscribeEmail_input {
    
    width: 100%;
   
}

.defaultFooter {
  
    padding-top: 9%;
    background-position: 50%;
}

.defaultFooter hr {
    border-top: 1px solid rgba(0, 0, 0, .25);
    margin-bottom: 2rem;
}

.defaultFooter .footer_logo {
    width: 250px;
    margin-bottom: 2%;
}

}