@charset "UTF-8";
/*
Theme Name: Twenty Twenty-One-child
Theme URI: https://wordpress.org/themes/twentytwentyone-child/
Author: the WordPress team
Author URI: https://packraze.com/
Description: Twenty Twenty-One-child is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One-child WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One-child is distributed under the terms of the GNU GPL.
*/

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


html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    background-color: #fefefe;
}
h1, h2, h3, h4, a, .elementor-widget-text-editor, textarea, input, .elementor-icon-list-text, 
.elementor-counter-title, .elementor-counter-number, .elementor-counter-number-suffix, .elementor-tab-content p {
    font-family: 'Poppins', sans-serif !important;
}
ul, li {
    margin: 0 !important;
    padding: 0;
}
.pagesize {
    width: 1200px;
    margin: 0 auto;
}
.pgSize{
    width: 1100px;
    margin: 0 auto;
}
.pgContainer {
    width: 800px;
    margin: 0 auto;
}

input:focus-visible, textarea:focus-visible, select:focus-visible{
    outline: 1.5px solid #092356;
    outline-offset: 2px;
}
input, textarea, select {
    border: 1.5px solid #ccc;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Poppins', sans-serif !important;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://packraze.com/wp-content/uploads/2024/06/select-down-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 11px center;
}
input[type="submit"] {
    width: auto;
    background-color: #092356;
    color: #fff;
    border: 1.5px solid #092356;
    transition: .4s;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 10px 40px;
    font-weight: 500;
    cursor: pointer;
}
input[type="submit"]:hover{
    color: #092356;
    background-color: #FFFFFF;
    border: 1.5px solid #ccc;
}
label {
    display:none;
    margin-bottom: 8px;
}
br{
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}

/* Header Style Start */
.headerMain.sticky {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, .9);
	z-index: 111;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: slide-in 500ms ease-out;
}
/* Header on Scroll Slide */
@keyframes slide-in {
	from { transform: translateY(-100%); } 
}
/* Header on Scroll Slide */
.headerMain {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .05);
}
.headerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerLogo {
    margin-right: 10px;
}
.headerLogo img {
    width: 200px;
    height: auto;
}
.headerLogo a {
    display: flex;
}
.headerMenus {
    text-align: center;
}
.headerMenus ul li {
    display: inline-block;
}
.headerMenus ul li a, .quoteBtn a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #1a1b1f;
    margin-right: 25px;
}
.quoteBtn a {
    font-weight: 500;
    background-color: #F56F0E;
    color: #fff;
    border: 1.5px solid #F56F0E;
    padding: 8px 16px;
    display: inline-block;
    margin-right: 0;
    border-radius: 8px;
}
.headerMenus ul li a:hover {
    color: #092356;
}
.headerMenus {
    flex: 0 0 60%;
    position: relative;
}

.sub-menu {
    opacity: 0;
    background: #fff;
    position: absolute;
    text-align: left;
    padding: 0 !important;
    width: 1000px;
    z-index: 99;
    left: -146px;
    top: 73px !important;
    pointer-events: none;
    animation: fadeSlideOut 0.3s ease forwards;
}
.sub-menu li {
    padding: 0 !important;
    width: 196px;
}
.sub-menu li a {
    color: #000 !important;
    font-size: 11px !important;
    font-weight: 700;
    display: flex;
    padding: 11px 8px !important;
    align-items: center;
    margin-right: 0 !important;
}
.sub-menu li a:hover {
    background-color: #000;
    color: #fff !important;
}
.sub-menu li {
    padding: 0 !important;
}

.headerMenus ul li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    animation: fadeSlideIn 0.3s ease forwards;
}
.headerMenus ul li:hover a {
    color: #00387d;
}
.headerMenus ul li.menu-item-has-children a {
    padding-right:8px;
}

.headerMenus ul li.menu-item-has-children {
    background-image: url(https://packraze.com/wp-content/uploads/2025/07/down-solid.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 9px;
}
.headerMenus ul li {
    padding: 25px 0;
}
.headerMain.sticky .sub-menu {
    top: 73px !important;
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        top: 60px;
    }
    100% {
        opacity: 1;
        top: 70px;
    }
}
@keyframes fadeSlideOut {
    0% {
        opacity: 1;
        top: 70px;
    }
    100% {
        opacity: 0;
        top: 60px;
    }
}


/* Header Style End */

/* Footer Style Start */
.footerMain {
    background-color: #2D2D2D;
    padding: 3% 0;
}
.footerWrap {
    display: flex;
    justify-content: space-between;
}
.footerMenus ul li {
    list-style: none;
    padding-bottom: 10px !important;
    font-size: 15px;
}
.footerMenus {
    flex: 0 0 19%;
}
.footerMenus ul li a{
    text-decoration: none;
    color: #fff;
}
.footerMenus ul li.current-menu-item a{
    text-decoration: underline;
}
.footerMenus ul li a:hover{
    text-decoration: underline;
}
.footerLogo img {
    width: 200px;
}
.footerLogo {
    margin-right: 20px;
}
.footerLogo p {
    font-size: 12px;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
.footerMenus h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #F56F0E;
}
.copyRight {
    padding: 13px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyRight p {
    margin: 0;
    font-size: 13px;
}
.trustPilot a {
    display: flex;
}
.trustPilot img {
    width: 84px;
    height: auto;
}
.copyRight a {
    color: #1a1b1f;
}
.soicalIcons ul li {
    display: inline-block;
    margin-right: 6px !important;
}
.soicalIcons ul li:last-child{
    margin-right: 0px !important;
}
.soicalIcons {
    margin-top: 23px;
}
.soicalIcons h2 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 16px;
    color: #fff;
}
.facebook_icon a, .linkedin_icon a, .twitter_icon a, .pinterest_icon a, 
.youtube_icon a, .instagram_icon a{
    background-image: url(https://packraze.com/wp-content/uploads/2026/04/facebook_icn.svg) !important;
    display: block;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
}
.linkedin_icon a {
    background-image: url(https://packraze.com/wp-content/uploads/2026/04/linkedin_icn.svg) !important;
}
.twitter_icon a {
    background-image: url(https://packraze.com/wp-content/uploads/2026/04/x_icn.svg) !important;
}
.pinterest_icon a {
    background-image: url(https://packraze.com/wp-content/uploads/2026/04/pintrest_icn.svg) !important;
}
.youtube_icon a {
    background-image: url(https://packraze.com/wp-content/uploads/2026/04/youtube_icn.svg) !important;
}
.instagram_icon a {
    background-image: url(https://packraze.com/wp-content/uploads/2026/04/instagram_icn.svg) !important;
}


.trustPilot {
    display: flex;
    gap: 20px;
    align-items: center;
}
/* Footer Style End */

.homeAccor {
    /* background-color: #fff;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .05);
    padding: 25px;
    border-radius: 16px; */
}
.homeForm {
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 16px;
}
.homeAccor .elementor-tab-title {
    border-radius: 8px;
    transition: .3s;
    cursor: pointer;
}
.homeAccor .elementor-tab-title:hover {
    background-color: #f3f3f3;
}
.homeAccor .elementor-tab-title.elementor-active {
    background-color: #f3f3f3;
}
.homeCat .elementor-widget-wrap .elementor-widget-image img{
    transition: .4s;
}
.homeCat .elementor-widget-wrap.elementor-element-populated {
    background-color: #e4e4e4;
}
.homeCat .elementor-widget-wrap .elementor-widget-image img {
    transform: scale(1.1);
}
.bkgClr {
    background-color: #fff5ee;
    border: 1px solid #c7ced8;
    padding:23px;
}

.faqHead {
    margin: 0;
    color: #0A0C10;
    font-size: 30px;
    font-weight: 500;
    text-align:center;
    padding-bottom:20px;
}
.blogMain {
    margin: 4% 0 7%;
}
.blogImg img {
    width: 100%;
}
.blogHead {
    padding: 5px 20px 10px;
}
.blogHead a {
    color: #0A0C10;
    text-decoration: none;
}
.blogHead h2{
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}
.blogHead p{
    color: #0A0C10;
    margin: 0;
    font-size: 16px;
}
.blogInner {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    margin-right: 25px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border-radius: 20px;
    overflow: hidden;
    min-height: 555px;
    background-color: #f7f7f7;
    transition: .3s;
}
.blogInner:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.blogInner:nth-child(3n) {
    margin-right: 0;
}
.blogImg a {
    display: flex;
}

/* Home Form Style */
.home .formFieldTxtLft, .formFieldTxtRight {
    display: inline-block;
    vertical-align: middle;
    width: 48.4%;
    margin-right: 12px;
    vertical-align: top;
}
.home .formFieldTxtRight {
    margin-right: 0px;
}
.home .formFieldOneLine, .formFieldLine {
    display: inline-block;
    vertical-align: middle;
    width: 22.7%;
    margin-right: 12px;
}
.home .formFieldLine {
    width: 31.3%;
}
.home input[type="email"], textarea {
    width: 539px;
}
.home textarea {
    height: 80px;
}
.home .formFieldOneZero {
    margin-right: 0px;
}
.home .formSubmit input {
    width: auto;
    background-color: #F56F0E;
    color:#fff;
    border:1.5px solid #F56F0E;
    transition:.4s;
    border-radius:8px;
    margin-bottom: 0;
    padding: 10px 40px;
    font-weight: 500;
    cursor: pointer;
}
.formSubmit input:hover{
    color: #F56F0E;
    background-color: #FFFFFF;
    border:1.5px solid #F56F0E;
}
.home .formField p, .home .formSubmit p {
    margin:0;
}
/* HomeForm Style */

/* Swiper Style */
.testswipwe {
    padding: 55px 0 35px !important;
}
.swiper-pagination {
    bottom: -6px !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 7px !important;
    border-radius: 16px !important;
    background-color: rgba(34, 34, 34, .4) !important;
    opacity: 1 !important;
    margin: 0 4px !important;
    transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
    width: 25px !important;
    height: 7px !important;
    border-radius: 16px !important;
    background-color: #0A0C10 !important;
    opacity: 1 !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    top: 3% !important;
    border: none !important;
}
.swiper-button-prev {
    left: inherit !important;
    right: 50px !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    display:none;
}
/* Swiper Style */

/* Home Testimonials */
.stars {
    display: flex;
    list-style: none;
    padding: 0;
}
.stars li {
    margin: 0 3px !important;
}
.stars img {
    width: 15px;
}
.innertextwrap{
    background-color: #f5f5f5;
    border: 1px solid #e9e9eb;
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .05);
}
.innertextwrap:hover {
    box-shadow: 0 2px 12px -2px rgb(0 0 0 / .15);
    transition: .4s;
}
.reviewtext p{
    margin: 0;
    color: #0A0C10;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0px 0px;
}
.reviewtext {
   min-height: 115px;
}
.client-info .name{
    font-size: 20px;
    margin: 0;
    color: #0A0C10;
}
.client-info .designation{
    font-size: 13px;
    margin: 0;
    color: #0A0C10;
    padding-bottom: 7px;
}
/* Home Testimonials */

/* FAQs Style */
.faqsFlx {
    display: flex;
    justify-content: center;
}
.accordionContent {
    display: none;
    padding: 0px 20px;
    width: auto;
}
.accordions {
    width: 100%;
}
.accordionButton {
    padding: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    border-radius: 8px;
}
.accordionButton.accordionActive img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    background-color: #f3f3f3;
    transition: .3s;
}
.accordionButton.accordionActive {
    background-color: #f3f3f3;
}
.accordionButton img {
    margin-left: 30px;
    transition: .3s;
}
.accordionButton h2 {
    margin:0;
    color: #0A0C10;
    font-size: 20px;
    font-weight: 500;
}
.accordionButton:hover {
    background-color: #f3f3f3;
}
/* FAQs Style */

/* All Boxes Page Style Start */
.page-id-335 .productsImg {
    padding-top:40px;
}
.page-id-335 .productsImg img {
    width: 100%;
    transition: .4s;
}
.page-id-335 .productsInner {
    display: inline-block;
    width: 23.6%;
    background-color: #F7F7F7;
    padding: 25px;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 20px;
    transition: .4s;
}
.page-id-335 .productsInner:nth-child(4n) {
    margin-right: 0;
}
.page-id-335 .productsInner:hover {
    background-color: rgba(0, 0, 0, .1);
}
.page-id-335 .productsText h2{
    margin:0;
    font-size: 17px;
    font-weight: 400;
}
.page-id-335 .productsText h2 a{
    text-decoration: none;
    color: #0A0C10;
}
.page-id-335 .productsInner:hover .productsImg img{
    transform: scale(1.1);
}
/* All Boxes Page Style Start End */

.contactForm textarea {
    width: 528px !important;
    height: 120px;
}

/* Paper Weight Page Style */
.paperTable .bg-th {
    color: #fff !important;
    background: #092356 !important;
}
.paperTable table.table.table-striped.text-left tbody>tr:nth-child(odd)>td {
    vertical-align: top;
    background-color: #F7F7F7;
}
.paperTable table tr td {
    border-top: 1px solid #C7CED8;
}
.paperTable table {
    background-color: transparent;
    width: 100%;
    font-size: .9em;
    border-spacing: 0;
    border: 1.5px solid #092356;
    border-radius: 10px;
    overflow: hidden;
}
.paperTable {
    padding: 20px;
}
.paperTable table td, body table th {
    padding: .75rem;
    font-size: 16px;
    line-height: 20px;
}
.bg-th th {
    font-weight: 500 !important;
}
/* Paper Weight Page Style */

/* quote Form */
.quoteForm p {
    margin: 0;
}
.quoteInline {
    display: inline-block;
    margin-right: 7px;
    width: 49.3%;
    vertical-align: top;
}
.inlineField {
    display: inline-block;
    margin-right: 7px;
    width: 24%;
}
.quoteForm textarea {
    width: 100% !important;
    height: 140px;
}
.quoteForm label {
    display: inline-block;
    font-size: 15px;
    margin: 12px 0;
}
.quoteForm input[type="checkbox"]{
    width: 26px;
    margin: 0;  
}
.wpcf7-list-item {
    margin-left: 0;
    margin-right: 30px;
}
.MarginNone {
    margin-right: 0;
}
.uploadFile input[type="file"] {
    position: absolute;
    left: 0;
    text-indent: 9999px;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url(https://packraze.com/wp-content/uploads/2024/06/Upload-icon.svg);
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 33px;
    cursor: pointer;
    border: none;
    margin: 0;
    transition: .3s;
}
.uploadFile input[type="file"]:hover {
    background-color: rgb(179, 220, 249);
}
.uploadFile input[type="file"]:before {
    content: "Upload Your Artwork";
    position: absolute;
    left: 0;
    top: 70px;
    text-indent: 0px !important;
    font-size: 16px;
    color: #0A0C10;
    right: 0;
    margin: 0 auto;
    width: 160px;
    transition: .3s;
}
.uploadFile .wpcf7-form-control-wrap {
    display: block;
    border: 1.5px dashed #038aec;
    border-radius: 5px;
    height: 120px;
    background-color: #fff;
}
.quote_formBtn{
    margin-top: 30px;
}
#file-name-display {
    position: absolute;
    z-index: 9;
    top: 57px;
    left: 290px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

/* quote Form */

/* Mobile Menu keyframes */
@keyframes slideIn {
    from {
        right: -300px;
    }
    to {
        right: 0;
    }
}

@keyframes slideOut {
    from {
        right: -300px;
    }
    to {
        right: 0;
    }
}
/* Mobile Menu keyframes */
.headerMenus .quoteBtn {
    display: none;
}
/* Templates Page Style Start */
.h-box:hover .front-img {
    display: none;
    transition: .3s;
}
.h-box:hover .back-img {
    display: block;
    transition: .3s;
}
.h-box .back-img {
    display: none;
    transition: .3s;
}
.h-box {
    transition: all .5s ease;
    margin-bottom: 30px;
}
/* Templates Page Style End */

/* Search Input Style */
.searchBox{
    display: flex;
    justify-content: center;
    position: relative;
}
.searchBox input {
    width: 600px;
    padding: 6px 15px;
    margin: 0;
    border-right: inherit;
    border-radius: 9px 0px 0px 9px;
    outline: inherit;
    outline-offset: inherit;
}
.searchBox input[type="submit"] {
    width: auto !important;
    cursor: pointer;
    background-color: #092356;
    border-left: inherit;
    border-right: 1.5px solid #092356;
    border-top: 1.5px solid #092356;
    border-bottom: 1.5px solid #092356;
    padding: 6px 20px;
    color: #fff;
    border-radius: 0px 9px 9px 0px;
}
.searchForm {
    padding: 10px 0;
}
#suggestions {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    z-index: 9999;
    width: 399px;
    max-height: 200px;
    overflow-y: auto;
    top: 38px;
    left: 1px;
    border-radius: 0px 0px 10px 10px;
    border-top: inherit;
}
#suggestions ul {
    list-style: none;
}
#suggestions ul li {
    padding: 0px 15px !important;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 20px;
}
#suggestions ul li:last-child {
    border-bottom: 1px solid transparent;
}
#suggestions ul li a {
    text-decoration: none;
    color: #333;
}
#suggestions ul li:hover {
    background: #f0f0f0;
}
#suggestions ul li img {
    width: 90px;
    height: auto;
}
#suggestions::-webkit-scrollbar {
    width: 6px;
    max-height: 50px;
}
#suggestions::-webkit-scrollbar-track {
    
    border-radius: 10px;
}
#suggestions::-webkit-scrollbar-thumb {
    background: #092356; 
    border-radius: 10px;
}
.search-wrapper {
    position: relative;
}

/* Icon style */
.search-icon {
    background-color: #092356;
    border: none;
    font-size: 20px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-flex;
    padding: 10px 12px;
    border-radius: 8px;
}
.search-icon img {
    width: 20px;
    height: auto;
}
.spcBag {
    display: inline-flex;
}
.spc-bag-link svg {
    fill:#092356;
}
/* Hidden by default */
.search-box {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    width: 400px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    z-index: 9;
}

/* Active state */
.search-box.active {
    display: block;
}
/* Search Input Style */

/* Shop Style */
.custom-product-title {
    margin: 0;
    font-size: 17px !important;
    font-weight: 400;
}
.custom-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.custom-product-box {
    background-color: #F7F7F7;
    padding: 17px !important;
    margin-right: 30px !important;
    margin-bottom: 16px !important;
    border-radius: 20px;
    transition: .4s;
}
.custom-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.custom-product-price {
    color: green;
    font-weight: 500;
	margin-top: 20px;
}
.stock-badge {
    margin-top: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
}
.in-stock {
    background: #e6f4ea;
    color: #2e7d32;
}
.out-of-stock {
    background: #fdecea;
    color: #c62828;
}
.no-products-msg {
    text-align: center;
    font-size: 16px;
    padding: 20px;
}

.woocommerceBtn {
	background-color: #092356;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    display: inline-block;
    border-radius: 7px;
    outline: none;
    border: none;
    font-size: 14px;
}
.rightSpace {
	margin-right:6px;
}
.page-id-1457 .woocommerceBtn {
    padding: 5px 18px;
    font-size: 14px;
}

/* Home Tab Style Start */

.printTab .elementor-tab-desktop-title {
    padding: 16px 20px !important;
    border-radius: 8px 8px 0px 0px !important;
}
.printTab .elementor-tab-content {
    padding: 35px 13px !important;
    border-radius: 0px 0px 8px 8px !important;
}
.printTabs {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.printContent h2 {
	margin: 0;
    color: #092356;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.printContent {
	flex: 0 0 56%;
}
.printImg {
	flex: 0 0 44%;
}
.printContent p {
	margin:0;
	color: #242424;
	font-size: 16px;
}
.printImg img {
	width:100%;
}

/* Home Tab Style End */


@media only screen and
(min-width: 10px)and
(max-width: 600px){
    .custom-product-grid {
        display: block;
    }
    .custom-product-box {
        margin-right: 0 !important;
        margin-bottom: 25px !important;
    }
}
/* Shop Style */

/* Responsive */
@media only screen and
(min-width: 10px)and
(max-width: 1200px) {
	.pagesize, .pgSize, .pgContainer {
        width:auto;
        margin:0px 20px;
    }
}
@media only screen and
(min-width: 10px)and
(max-width: 768px) {
    .search-icon {
        padding: 9px 11px;
        margin-right: 44px;
    }
	.footerWrap {
        display: block;
    }
    .footerMain {
        padding: 7% 0;
    }
    .payft {
        display: none !important;
    }
    .copyRight {
        display: block;
        text-align: center;
    }
    input, textarea, select {
        width: -webkit-fill-available;
    }
    .blogInner {
        display:block !important;
        width:auto !important;
        margin-right: 0px !important;
        margin-bottom:30px;
    }
    .blogHead {
        padding: 20px;
    }
    .accordionContent {
        width: 423px;
    }
    .formFieldTxtLft, .formFieldTxtRight, .formFieldOneLine, .formFieldLine{
        display:block !important;
        width:100% !important; 
    }
    input[type="email"], textarea {
        width: -webkit-fill-available !important;
    }    
    .page-id-335 .productsInner, .related-cat-pro .productsInner{
        display:block;
        width:auto;
        margin-right: 0px;
    }
    .headerMain {
        padding: 10px 0px;
    }

    /* Mobile Menu Responsive Style Start */
    .headerMenus, .quoteBtn {
        display: none;
    }
    .headerMenus ul li {
        display: block;
        padding-bottom: 10px !important;
    }
    .headerMenus ul li a, .quoteBtn a {
        margin-right: 0px;
    }
    .headerMenus.visible {
        display: block !important;
        animation: slideIn 0.75s forwards;
    }
    .headerMenus.hidden {
        animation: slideOut 0.75s forwards;
    }
    .headerMenus.visible .quoteBtn {
        display: block !important;
    }
    .headerMenus {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        padding: 15px;
        top: 0px;
        height: 100vh;
        width: 187px;
        transition: right 1s ease-in;
        z-index: 1;
    }
    .mobile-menu-btn.open{
        position: fixed;
        right: 15px;
    }
    .mobile-menu-btn {
        display: inline-block;
        position: relative;
        width: 18px;
        height: 14px;
        cursor: pointer;
        z-index: 1;
    }
    .mobile-menu-btn span {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 1.8px;
        background-color: black;
        opacity: 1;
        transition: opacity 0.5s ease;
        border-radius: 20px;
        right: 0;
    }
    .mobile-menu-btn:before, .mobile-menu-btn:after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 2px;
        background-color: black;
        position: absolute;
        border-radius: 20px;
    }
    .mobile-menu-btn:before {
        top: 0;
        transform: rotate(0deg);
        transition: transform 0.25s ease, top 0.25s ease 0.25s;
    }
    .mobile-menu-btn:after {
        bottom: 0;
        transform: rotate(0deg);
        transition: transform 0.25s ease, bottom 0.25s ease 0.25s;
    }
    .mobile-menu-btn.open span {
        opacity: 0;
        transition: opacity 0.5s ease;
    }
    .mobile-menu-btn.open:before {
        top: 6px;
        transform: rotate(45deg);
        transition: transform 0.25s ease 0.25s, top 0.25s ease;
    }
    .mobile-menu-btn.open:after {
        bottom: 6px;
        transform: rotate(-45deg);
        transition: transform 0.25s ease 0.25s, bottom 0.25s ease;
    } 
    /* Mobile Menu Responsive Style End */
    .quoteInline, .inlineField {
        display:block;
        margin-right: 0;
        width:100%;
    }
    .free_quote .elementor-widget-wrap {
        overflow:hidden;
    }
    .sub-menu {
        width: 152px;
        left: 0px;
        top: 86px !important;
    }
    /* Footer Responsive Style Start */
    .footerMenus.toggled-on ul.menu {
        display: block !important;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .footerMenus ul.menu {
        display: none;
    }
    .footerMenus h2 span {
        background-image: url(https://packraze.com/wp-content/uploads/2024/06/arrow-down-navigate.png);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 12px;
        float: right;
        width: 12px;
        transition: 0.5s;
    }
    .footerMenus.toggled-on h2 span {
        transform: rotate(180deg);
        transition: 0.5s;
    }
    .footerMenus h2 {
        font-size: 18px;
        padding: 10px 0;
        cursor: pointer;
    }
    /* Footer Responsive Style End */
    #suggestions {
        width: -webkit-fill-available;
        left: 0px;
    }
}
@media only screen and
(min-width: 10px)and
(max-width: 600px) {
	
    .blogInnerTitle h1 {
        font-size: 18px;
    }
    .accordionButton h2 {
        font-size: 17px;
    }
    .accordionButton img {
        margin-left: 12px;
        width: 20px;
    }
    .accordionContent {
        width: auto;
    }
}
@media only screen and
(min-width: 10px)and
(max-width: 450px) {

    .tabImg {
        width: 70% !important;
    }
}