.wspages{
    min-height: 500px;
}


.index_wrapper_2 {
    margin-top: -80px;
}
.bannertitle1 {
    font-size: 1.25vw;
    line-height: 1.2;
    letter-spacing: 4px;
    padding-bottom: 10px;
}
.bannertitle {
    font-size: 4.5vw;
    font-family: 'Merienda', cursive;
    font-weight: 900;
    line-height: 1.2;
    color: #c1697f;
    padding-bottom: 5px;
}
  
.slider_banner .item .banner_content {
    top: 66%;
    left: 50%;
    width: 80%;
    text-align: center;
}
.bdelay1 {
    animation-delay: .6s !important;
}
.belay2 {
    animation-delay: 1.2s !important;
}
.belay3 {
    animation-delay: 1.8s !important;
}

.bannertxt {
    font-size: 1.25vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    line-height: 1.5;
}
.bannertxt i {
    font-size: 10px;
    vertical-align: middle;
}
.footer_type8 {
    background: url('../userfiles/23441/image/footer-bckg.png');
    background-size: cover;
    background-position: top;
    color: #262626;
    padding-top: 5% !important;
    padding-bottom: 25px !important;
}
.footer_type8 a {
    color: #262626;
}
.footer_type8 a:hover {
    color: #262626;
    font-weight: 600;
}
.footer_type8 .logo {
    overflow: unset;
}
.footer_type8 .logo img {
    max-height: 80px;
}
.footer_type8 .container .row > .col-12:nth-child(2) p:nth-child(2):after {
    content: "(Warehouse)";
    padding-left: 5px;
    font-weight: 500;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #333;
    font-size: 1.1vw;
    font-weight: 500;
    padding: 18px 2vw;
}
.navbar_type8 .nav_tab .login a, .navbar_type8 .nav_tab .shopping a {
    padding: 18px 10px;
}
.navbar_type8 .nav_tab .login a {
    padding-left: 1.5vw;
}
.navbar_type8 .logo img {
    padding: 0;
}
.navbar_type8 .logo {
    flex: 0 1 20%;
}
.navbar_type8 .nav_tab {
    flex: 0 1 80%;
}
.dark_nav {
    background-color: rgba(246, 231, 228, 0.9) !important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #C16A7F;
    padding: 0.5rem 1.5rem;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #333 !important;
    background: #C16A7F;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item span {
    display: none;
}
.navbar_type8 .nav_tab .active {
    color: #333 !important;
}

.btn-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 50px;
    max-width: 160px;
    text-transform: capitalize;
    color: #fff;
    background: #c1697f;
    text-decoration:none;
    transition: 0.5s ease-in-out;
    font-size:15px;
    font-weight: 600;
    z-index: 9;
    letter-spacing: 0.5px;
    border-radius: 30px;
  }
  .btn-2 {
    background: #EC1E24;
    color: #fff;
    border: none;
    max-width: 220px;
  }
  .btn-width {
      max-width: 180px;
  }
  .btn-3:before, .btn-3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 25px solid #262626;
    border-bottom: 25px solid #262626;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .btn-2:before, .btn-2:after {
    border-top: 27px solid #3a1c04;
    border-bottom: 27px solid #3a1c04; 
  }
  .btn-3:before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn-3:after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .btn-3:hover {
    color: #fff !important;
    background: #262626;
    text-decoration: none !important;
  }
  .btn-2:hover {
    color: #fde511 !important;
    background: #3a1c04;
    text-decoration: none !important;
  }
  .btn-3:hover:before {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .btn-3:hover:after {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  .btn-3 i {
      margin-left: 5px;
  }

.grid-container {  
    display: grid;
    grid-template-columns: 1.4fr .6fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 30px 30px;
    grid-auto-flow: row;
    grid-template-areas:
    "a b c d e"
    "a b f g h"
    "a b i j k";
}

.a { grid-area: a; }
.b { grid-area: b; }
.c { grid-area: c; }
.d { grid-area: d; }
.e { grid-area: e; }
.f { grid-area: f; }
.g { grid-area: g; }
.h { grid-area: h; }
.i { grid-area: i; }
.j { grid-area: j; }
.k { grid-area: k; }

.producttitle {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}
.producttitle .col-md-10 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.producttitle .titleimg {
    margin-right: 15px;
}

.titleimg img {
    width: 35px;
    margin-bottom: 8px;
}

.title1 {
    font-size: 36px;
    font-family: 'Merienda', cursive;
}
.content1 {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.aboutus {
    text-align: center;
    background: url(https://cdn1.npcdn.net/userfiles/23441/image/sec2-bckg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 7%;
    margin-top: 7%;
}
.aboutus .aboutimg img {
    width: 90%;
    margin-top: 15%;
    margin-bottom: -5%;
}
.aboutus .aboutbtn {
    padding-top: 30px;
}
.aboutus h2 {
    font-size: 42px;
    font-family: 'Merienda', cursive;
    padding-top: 5px;
    padding-bottom: 10px;
}
.aboutus p {
    font-size: 18px;
    letter-spacing: 3px;
}
.btn-3 {
    margin: auto;
}
.wcu {
    padding-bottom: 4%;
    padding-top: 2%;
}
.wcugif img {
    width: 35%;
    margin-bottom: 30px;
}
.wcu p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 3px;
}
.grid-container > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.grid-container .b {
    align-items: center;
    justify-content: center;
    display: flex;
}
.grid-container .a {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.grid-container .b img {
    width: 35px;
}
.wcuicon img {
    width: 30%;
}
.wcu h4 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
}
.contacts {
    text-align: center;
    padding-bottom: 2%;
    padding-top: 4%;
}
.contacts h2 {
    font-size: 30px;
    font-family: 'Merienda', cursive;
}
.contactimg img {
    width: 90%;
}
.contacts .btn-3 {
    margin-top: 5px;
}
.contactbg {
    background: url(https://cdn1.npcdn.net/userfiles/23441/image/sec4-bckg.png) no-repeat;
    background-size: 80% 100%;
    background-position: center;
    padding: 2% 0 4%;
}
.product_cat-3 .col-md-4:last-child {
    display: none;
}
.product_cat-3 .col-md-4 {
    max-width: 25%;
    flex: 0 0 25%;
}
.product_cat-3 .cat_box {
    height: 250px;
}
.product_cat-3 .cat_box img {
    object-fit: contain;
}

.cattitle {
    margin-bottom: 20px;
    margin-top: 4%;
}
.cattitle .col-md-12 {
    display: flex;
    align-items: center;
}
.cattitle .titleimg {
    margin-right: 20px;
}
.cattitle a {
    font-size: 18px;
    padding-left: 30px;
}
.cattitle a:hover {
    text-decoration: none;
    color: #c16a7f;
}
.cattitle span {
    position: relative;
    font-weight: 600;
}
.cattitle span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    background: #000;
}
.cattitle a span:after {
    content: "\f054";
    font-size: 16px;
    margin-left: 15px;
    font-weight: 600;
    transition: all .3s ease;
    font-family: "Font Awesome 5 Free";
}
.cattitle a:hover span:after {
    margin-left: 30px;
}
.cattitle .titleimg img {
    width: 35px;
    margin-bottom: 8px;
}
.productSlider-1 .slick-track {
    margin-left: 0;
}

@media only screen and (max-width:1024px) {
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
    text-align: center;
    grid-auto-flow: row;
    grid-template-areas:
        "a a"
        "c d"
        "e f"
        "g h"
        "i j"
        "k .";
}
.grid-container .b {
    display: none;
}
.grid-container > div {
    display: flex;
    justify-content: unset;
    flex-direction: column;
}
.wcugif img {
    width: 120px;
}
.wcuicon img {
    width: 70px;
}
.grid-container .a {
    padding-bottom: 20px;
}
.aboutus h2 {
    font-size: 34px;
}
.belay3 {
    padding-top: 10px !important;
}
.bannertitle {
    font-size: 4vw;
}
.slider_banner .item .banner_content {
    top: 72%;
}
.product_cat-3 .cat_box img {
    object-fit: cover;
}
}

@media only screen and (max-width:992px) {
.product_cat-3 .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}
.product_cat-3 .cat_box {
    height: 230px;
}
.cattitle {
    margin-bottom: 10px;
    margin-top: 30px;
}
}

@media only screen and (max-width:768px) {
.index_wrapper_2 {
    margin-top: 0;
}
.wcu h4 {
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
}
.wcu p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 3px;
}

.bannertitle1 {
    font-size: 2.5vw;
    padding-bottom: 5px;
}
.bannertitle {
    font-size: 5.5vw;
}
.bannertxt {
    font-size: 2.5vw;
}
.slider_banner .item .banner_content {
    top: 64%;
    left: 54%;
    text-align: left;
}
.banner_content > div:last-child {
    position: absolute;
    right: 8%;
    top: -6%;
    width: 40%;
}
.title1 {
    font-size: 29.5px;
}
.titleimg img {
    width: 35px;
}
.aboutus {
    text-align: center;
    background: url(https://cdn1.npcdn.net/userfiles/23441/image/sec2-bckg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 0;
    margin-top: 0;
}
.aboutus .aboutimg img {
    width: 70%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.aboutus h2 {
    font-size: 30px;
    padding-top: 0;
}
.aboutus .aboutbtn {
    padding-top: 20px;
    padding-bottom: 80px;
}
.product_cat-3 .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}
.product_cat-3 .cat_box {
    height: 250px;
}
}

@media only screen and (max-width:480px) {
.grid-container .a {
    padding-bottom: 0;
}
.banner_content > div:last-child {
    position: absolute;
    right: 8%;
    top: -5%;
    width: 40%;
}
.banner_content .btn-3 {
    width: 100%;
    height: 40px;
    max-width: 150px;
    font-size:13px;
    border-radius: 30px;
}
.product_cat-3 .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
}
.product_cat-3 .cat_box {
    height: 300px;
}
.cattitle a {
    font-size: 16px;
}
.title1 {
    font-size: 27px;
    margin-bottom: 0;
}
.cattitle {
    text-align: center;
}
.cattitle .titleimg img {
    width: 30px;
    margin-bottom: 5px;
}
.cattitle .titleimg {
    margin-right: 10px;
}
.cattitle .col-md-12 {
    display: block;
}
.cattitle .title1 {
    margin-bottom: 10px;
}
.cattitle a {
    padding-left: 0;
}
.cattitle span:before {
    content: unset;
}
}

#v-pills-hq h5::after{
    content: '(Warehouse)\a';
    font-weight: 500;
    font-size:15px;
    color:#555555;
    white-space: pre;
}