/**
* Theme Name: Bocpak Child
* Description: This is a child theme of Bocpak, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bocpak
* Version: 1.0.4
*/

/* Define global font family and color in style.css */
:root {
    --e-global-typography-text-font-family: 'Gilroy-Regular', sans-serif;
    --e-global-color-text: #CA3F34;  /* Your desired text color */
}

/* Apply the global font to all text elements */
body, p, h1, h2, h3, h4, h5, h6, a, .elementor-widget, .elementor-text-editor, .elementor-heading-title, .elementor-icon-list-text {
   /* font-family: var(--e-global-typography-text-font-family), sans-serif;*/
	font-family: 'Gilroy-Regular', sans-serif;
}

/* Force Elementor text-based elements to use the global font */
.elementor-widget, .elementor-text-editor, .elementor-heading-title, .elementor-icon-list-text {
    /*font-family: var(--e-global-typography-text-font-family), sans-serif !important;*/
	font-family: 'Gilroy-Regular', sans-serif;
}

footer .elementor-55 .elementor-element.elementor-element-32e4dbb::before {
	background-color:#1a1c20;
}


/* Single Product Page */
.single-product #page .site-content {
  margin-top:0;
}
.single-product  .woocommerce-tabs.wc-tabs-wrapper.bocpak-tabs-wrapper {
    display: none;
}

.single-product .col-right .col-left {
    width: 66.66%; 
    padding: 15px;
}
.single-product .col-right .col-right {
    width: 31%; 
    padding: 15px;
}
.single-product .col-right .contact-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.single-product .col-right .contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
}
.single-product .col-right .contact-form .form-column {
    flex: 1;
    min-width: calc(50% - 10px);
}
.single-product .col-right .contact-form .full-width {
    flex: 1;
    min-width: 100%;
}

.single-product .col-right .contact-form .wpcf7-textarea {
    height: auto; 
}

.single-product .col-right .contact-form {
 	background-color: #F5F5F5;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
	padding-bottom: 30px;
}

.single-product .col-right .contact-form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;    
}

.single.single-product .col-right .contact-form select.wpcf7-form-control{
  border: 1px solid #000 !important;  
  height: 40px !important;
  margin-top: 10px;
  appearance: none;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 16px 10px;
}

/* Change border color on focus */
.single-product .col-right .contact-form .wpcf7-form-control:focus {
    border-color: #b2967e; /* Border color when field is focused */
    outline: none; /* Remove default outline */
    box-shadow: 0 0 0 2px rgba(178, 150, 126, 0.2); /* Optional: add shadow for focus effect */
}

.single-product .col-right .contact-form .wpcf7-submit {
    background-color: #b2967e; 
    color: #fff; 
    border: none;
    padding: 10px 20px;
    border-radius: 5px; 
    cursor: pointer;
    transition: background-color 0.3s; 
}

.single-product .col-right .contact-form .wpcf7-submit:hover {
    opacity: 0.7;
}

.single-product .col-right .form-column p{
margin-bottom:0 !important;    
}
/* Single Product Page Ends */

#capcha .textareas, .frm_popup #capcha .textareas {
  margin-top: 5px;
  margin-left: 0px;
  width: 100%;
}

.single-product .wpcf7-form .wpcf7-form-control-wrap input[type=text]{
border-radius: 0;	
}

.single-product #capcha .textareas {
  margin-top: 5px;
  margin-left: 0px;
  width: 50%;
}

.home #form-step-1 #capcha .textareas {
	margin-top: 30px;
    margin-left: 40px;
	width: 30%;
}

#capcha .textareas input{
  padding: 0 !important;
  width: 51px;
  margin-left: 1px;
  margin-right: 1px;
  height: 35px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius:0;
}

#capcha .readonly-box{
background:#e8ecef;
border:1px solid;
border-color: var(--e-global-color-border);
}

.wpcf7-not-valid-tip {
font-size: 13px !important;    
}

.frm_popup .wpcf7-form-control{
  padding: 8px 16px !important;
  font-size: 13px !important;
} 

.frm_popup select{
 height:35px !important;
 border-radius: 0 !important;   
}

.frm_popup .form-row p,.frm_popup p{
margin-bottom:5px !important;    
}

.popup-content p{
  margin-bottom:8px !important;   
}

.frm_popup .form-row .form-column{
    margin-bottom:5px;
}

.frm_popup textarea.wpcf7-form-control.wpcf7-textarea{
 height: 60px;  
 width:100%; 
}

.frm_popup.wpcf7-submit {
margin-top:10px;    
}

.contact-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.scrollable-form-wrapper {
    max-height: 100vh;
    overflow-y: auto;
}

.popup-content {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    width: 50%; /* Adjust width as needed */
    max-width: 80%; /* Ensures it doesn't overflow on smaller screens */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.close {
    cursor: pointer;
    float: right;
    font-size: 20px;
}
#capcha .form-column.description {
  flex: 0 0 70%;
  width: 70%;
}

.wpcf7-form #capcha .wpcf7-form-control-wrap {
display:inline;	
}

#spambot{
	margin-left:10px;	
    font-size:13px;
}

#consent p{
margin-bottom:5px !important;	
}

.readonly-box{
  background-color: #e9ecef;
  opacity: 1;
}

.form-row.rowchkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.checkbox-column {
  flex: 0 0 auto;
  padding-top: 3px; /* aligns checkbox with first line */
  margin-right: 10px;
}

.consent-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.consent-text a:hover{
	color:#CA3F34;
}

#consent{
	margin-bottom: 15px;
}

.single-product #consent,.tax-product_cat #consent, .tax-product_cat #consent .wpcf7-submit{
   	margin-bottom: 0px; 
}
    

.single-product .form-row.uploadartwork p, .tax-product_cat .form-row.uploadartwork p{
    margin-bottom: 5px;
}

.consent-text p{
   font-size:13px; 
}

.fuzzy-search-box {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

/* Input */
#fuzzy-search-input, 
.single-product input[type="text"]#fuzzy-search-input {
    padding: 12px 16px !important; /* Corrected '12x' to '12px' */
    line-height: 16px;
    font-size: 14px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    background-color: #eee;
	border-bottom: none !important;
    width: 210px;
}


/* Results container */
#fuzzy-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    /*border: 1px solid #ccc;*/
    border-top: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-height: 250px;
    overflow-y: auto;
	width: 210px;
}

/* Each suggestion */
#fuzzy-results div {
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid #eee;
}

#fuzzy-results div:last-child {
    border-bottom: none;
}

#fuzzy-results div:hover {
    background-color: #eee;
    border-color:#333;
	border: 1px solid transparent;
}

/* Link styling */
#fuzzy-results a {
    color: #333;
    text-decoration: none;
    display: block;
    /*font-weight: 500;*/
}


.product-block .price_badge {
display:none;	
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover {
  background-color: #ffffff;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 13px 24px 13px 48px;
  line-height: 16px;
  font-size: 15px;
}

input#getpaid-billing-email {
  background-color: #f0f0f0;
  color: #aaa;
  border: 1px solid #ccc;
  pointer-events: none; /* Disables interactions */
}

.dgwt-wcas-suggestions-wrapp.woocommerce a:last-child {
display:none;
}


.single.single-product .col-right .contact-form{
padding-bottom:5px !important;	
}

.single.single-product .col-right .contact-form .wpcf7-form-control {
padding:5px !important;	
border-radius: 0;
background: none;
margin-bottom: 0;	
}

.form-column.uploadartwork .wpcf7-form-control{
	padding-bottom:0 !important;	
}

.wpcf7 .wpcf7-recaptcha iframe {
    margin-top: -20px;
}

.single.single-product .wpcf7-form-control.wpcf7-recaptcha.g-recaptcha div {
  height: 45px !important;
}

.single.single-product .col-right .contact-form .wpcf7-form {
    gap: 5px;
}

.single.single-product .form-column.uploadartwork, .form-column.submit-button{
margin-bottom:0;		
}

li#menu-item-77 ul.sub-menu.mega-menu.mega-stretchwidth{
left: -228px !important;
width: 1374px !important;
}


li#menu-item-10925 ul.sub-menu.mega-menu.mega-stretchwidth{
left: -342px !important;
width: 1374px !important;
}

ul.sub-menu.material.mega-menu.mega-stretchwidth{
	 left: -494px !important;
     width: 1374px !important;
}

ul.sub-menu.corporate.mega-menu.mega-stretchwidth{
 left: -661px !important;	
 width: 1374px !important;
}


/* Hide the second <a> and the second <i> element in the breadcrumb */
.post-template-default.single nav.woocommerce-breadcrumb a:nth-of-type(2),
.post-template-default.single nav.woocommerce-breadcrumb i:nth-of-type(2) {
    display: none !important;
}

   .maincontainerscroll {
      display: flex;
      width: 100%;   
    }
   
    .left-section-scroll {
      overflow: hidden;
      position: relative;
    }

   .scrlogos {
      display: flex;
      animation: scroll-logos 15s linear infinite;
    }

   .scrlogo {
      margin-right: 10px;
      height: 36px; /* Adjust logo height as needed */
      max-height:36px;
      width: auto;      
    }


    @keyframes scroll-logos {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    
    
form.woocommerce-product-search button{
 display:none;   
}    
    


.tax-product_cat .wpcf7-submit {
margin-top:40px !important;
}

.error404 .breadcrumb-wrap{
display: none !important;	
}

.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha div{
height:60px !important; 
}

.post-template-default.single.single-post .post .post-excerpt{
display:none;	
}

.breadcrumb-wrap .woocommerce-breadcrumb a:nth-child(2) {
	display: none !important; 
}

.col-right .contact-form {
	padding-bottom: 10px !important;	
}

.form-row.full-width.formdescr p {
margin-bottom:0;	
}
.wpcf7 form.sent .wpcf7-response-output {
	margin-top:15px	
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
margin-top:15px	
}

.bocpak-mobile-nav {
	background: #1a1c20;	
}

.tax-product_cat .tab_section h3, .single-product .tab_section h3 {
	text-transform: none;
}

li.subcategory a:hover{
    color: #465EFF;
}

li.parent-category{
color: #000; 
font-size:18px;   
}

.material_btn {
    background-color: #CA3F34;
    color: #fff;
    border: 1px solid #CA3F34;
    padding: 5px 15px;
    border-radius: 20px;
    margin-top: 30px;
    display:block;
    max-width: 200px;
    width: 100%;
    text-align: center;
}
.material_btn:hover{
	color:#b2967e;
	background-color:#fff;
}

.single-product div_left{
width: 65% !important;    
}

.single-product .div_right{
margin-left: 2%;
width: 40%;
}

.elementor-9869 .elementor-element.elementor-element-8159c76:not(.elementor-motion-effects-element-type-background),.elementor-55 .elementor-element.elementor-element-af97e2a:not(.elementor-motion-effects-element-type-background),.elementor-55 .elementor-element.elementor-element-32e4dbb:not(.elementor-motion-effects-element-type-background),.elementor-55 .elementor-element.elementor-element-806028d:not(.elementor-motion-effects-element-type-background),.elementor-55 .elementor-element.elementor-element-67dae5a:not(.elementor-motion-effects-element-type-background){
	/*background-color: #104fb8;*/
    /*background-color: #0A0A0A;*/
background: #1a1c20 none repeat center top;
 }

header .elementor-9869 .elementor-element.elementor-element-8159c76:not(.elementor-motion-effects-element-type-background){  
  /*background: linear-gradient(to bottom, #040404, #000000, #656565);  */
	background: #1a1c20 none repeat center top;
}

footer .elementor-element.elementor-element-af97e2a{
 background: linear-gradient(to bottom, #040404, #000000, #656565);  
}

.elementor-element.elementor-element-9877761 p{
margin-bottom:15px;	
}

#whatsapp-button {
   position: fixed;
    bottom: 70px;
    right: 0px;
    z-index: 9999;
}

#whatsapp-button img {
    width: 60px; /* Set the width of the image */
    height: auto; /* Maintain aspect ratio */
    transition: transform 0.3s ease; /* Adds smooth transition for hover effect */
}

#whatsapp-button:hover img {
    transform: scale(1.1); /* Optional: enlarge the button when hovered */
}

#menu-item-11059 .elementor-cta__button:hover a:hover,#menu-item-13669 .elementor-cta__button:hover a:hover{
    color: var( --e-global-color-dark );
}

.post_meta_box .post-author{
  display:none;  
 }


/* Initially hide BLOG from 9THth onward */
.page-id-11535 .elementor-grid .elementor-posts-item:nth-child(n+10) {
    display: none;
}


/* Initially hide products from 13th onward */
.woocommerce-grid .products .product:nth-child(n+13) {
    display: none;
}

.load-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    transition: background-color 0.3s ease;
    background-color: var(--e-global-color-primary);
}


.load-more-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Style for the spinner */
    .spinner {
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-top: 4px solid #000;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        animation: spin 1s linear infinite;
        margin: 0 auto;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* Position the spinner above the "Load More" button */
    #loading-spinner {
        display: none;
        margin-bottom: 10px; /* Adjust the gap between spinner and button */
        text-align: center;
    }

    /* Optionally, you can make the button look visually disabled while loading */
    #load-more-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
 
    
.tax-product_cat .category_wrapper span.count {
	font-size: 14px;
}
.tax-product_cat .bcrums {
  margin-bottom: 35px; 
}
.tax-product_cat .tax-product_cat #page .site-content {
  margin-top:0;
}
.tax-product_cat .woocommerce-tabs.wc-tabs-wrapper.bocpak-tabs-wrapper {
    display: none;
}
.tax-product_cat form p, .tax-product_cat .form-row{
margin-bottom:5px;		
}

.tax-product_cat .form-column p{
margin-bottom:5px;		
}
    
.tax-product_cat form input, .tax-product_cat form select{   
padding: 10px 12px 10px 12px;   
}
    
 /* Hide subcategories by default */
.tax-product_cat .sub-categories {
    display: none;
}

/* Styling for the parent category toggle */
.tax-product_cat .toggle-subcategories {
    cursor: pointer;
    font-weight: bold;
}

/* Active state for the current subcategory */
.tax-product_cat .subcategory.active a {
    font-weight: bold;
    color: #0073aa;  /* Highlight color */
}

/* Optional: Styling for subcategory links */
.tax-product_cat .sub-categories li a {
    color: #333;
    text-decoration: none;
}

/* Optional: Styling for the active category */
.tax-product_cat .sub-categories li.active a {
    font-weight: bold;
    color: #0073aa;  /* Active state color */
}

.tax-product_cat .product-categories .toggle-subcategories {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
  float: right;
  margin-right: 40%;
}
   
.reviews-buttons .reviews{
font-size:15px;	
}

.brdcrums-cstm.elementor-element-1ba7b64{
background-color: #F5F5F5;
padding-top: 20px;
padding-bottom: 20px;
}

.page.page-id-9363 .breadcrumb-wrap,.page-id-12871 .breadcrumb-wrap,.page-id-12873 .breadcrumb-wrap,.page-id-12851 .breadcrumb-wrap{
  margin-bottom: 0 !important;
}

article#post-9363 h1.entry-title,article#post-12871 h1.entry-title,article#post-12873 h1.entry-title,article#post-12851 h1.entry-title{
display:none;	
}

.gallerysecondrow{
margin-left:100px;	
}

.overflow-to-right .swiper {
    overflow: visible;
    clip-path: initial;
}

.wpcf7-form-control.wpcf7-submit{
 width:150px;   
}

.material span.wpcf7-list-item {
 float: left;
margin-right: 9px;   
margin: 0 0 10px;
margin-left: 12px;
}

.material .chkbox-options p{
margin-bottom:0;    
}

.material .full-width p{
margin-bottom:0;
}

.material .submit-button{
margin-bottom:10px;    
}

.material .col-right .contact-form {
padding-bottom:10px;
}

.material input[type=tel], .material input[type=email], .material input[type=text], .material input[type=number] {
    border-bottom: 1px solid #000 !important;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
}

.col-right .contact-form .chkbox-options .wpcf7-list-item-label {
    color: #666666;
    font-size:1rem;
}


.col-right .contact-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.col-right .contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
}
.col-right .contact-form .form-column {
    flex: 1;
    min-width: calc(50% - 10px);
}
.col-right .contact-form .full-width {
    flex: 1;
    min-width: 100%;
}

.col-right .contact-form .wpcf7-textarea {
    height: auto; /* Ensure textarea adjusts its height */
}

/* Style the contact form container */
.col-right .contact-form {
  	background-color: #F5F5F5;    
	/*border-radius: 10px; /* Rounded corners */
    border-radius:0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: add shadow for better visual effect */
	padding-bottom: 10px;
}

/* Style the form fields */
.col-right .contact-form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px; /* Space between fields */    
}

/* Style the submit button */
.col-right .contact-form .wpcf7-submit {
    background-color: #b2967e; /* Button background color */
    color: #fff; /* Text color */
    border: none;
    padding: 10px 20px;
    border-radius: 5px; /* Rounded corners for the button */
    cursor: pointer;
    transition: background-color 0.3s; /* Smooth transition on hover */
}

/* Button hover state */
.col-right .contact-form .wpcf7-submit:hover {
    opacity: 0.7; /* Darker button color on hover */
}

/* Change border color on focus */
.col-right .contact-form .wpcf7-form-control:focus {
    border-color: #b2967e; /* Border color when field is focused */
    outline: none; /* Remove default outline */
    box-shadow: 0 0 0 2px rgba(178, 150, 126, 0.2); /* Optional: add shadow for focus effect */
}
.col-right .form-column p{
margin-bottom:0 !important;    
}

.tax-product_cat .tab_section p, .single-product .tab_section p{
 margin-bottom:10px;
}

.tax-product_cat .tab_section h1, .single-product .tab_section h1{
 font-size:32pt;
 font-weight: 500;
 margin-top:15px;
 margin-bottom:15px;
}
.tax-product_cat .tab_section h2, .single-product .tab_section h2{
font-size:26pt;
font-weight: 500;
margin-top:15px;
margin-bottom:15px;
}
.tax-product_cat .tab_section h3, .single-product .tab_section h3{
font-size:22pt;
font-weight: 500;
margin-top:15px;
margin-bottom:15px;
}
.tax-product_cat .tab_section h4, .single-product .tab_section h4{
font-size:20pt;
font-weight: 500;
margin-top:15px;
margin-bottom:15px;

}
.tax-product_cat .tab_section h5, .single-product .tab_section h5{
font-size:18pt;
font-weight: 500;
margin-top:15px;
margin-bottom:15px;
}
.tax-product_cat .tab_section h6, .single-product .tab_section h6{
font-size:16pt;
font-weight: 500;
margin-top:15px;
margin-bottom:15px;
}

.tax-product_cat .hero_left h1{
font-size:26pt;	
font-weight: 400;
}

.tax-product_cat .hero_left h2{
font-size: 22pt;
margin-bottom: 10px;	
}

.tax-product_cat .galleryimg_box h5,.single-product .galleryimg_box h5 {	
font-size: 14px;
font-weight: 700;
}


.single-post #secondary.widget-area #block-5, .single-post #secondary.widget-area #block-6{
display:none;	
}

nav.elementor-pagination {
  justify-content: center;
	margin-top:50px;
}
.pagination .page-numbers, .woocommerce-pagination .page-numbers {
  list-style: none;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.571428;
  color: var(--e-global-color-text);
	justify-content: center;
}

.pagination .page-numbers.current{
justify-content: center;
border: 1px solid var(--e-global-color-border);
}

.pagination ul.page-numbers li .page-numbers, .woocommerce-pagination ul.page-numbers li .page-numbers {
  justify-content: center;
  border: 1px solid var(--e-global-color-border);
}

.material-top-right .elementor-image {
    display: flex; /* Use flex to align images */
    flex-wrap: wrap; /* Allow images to wrap */
    justify-content: center; /* Center images */
}




/* Card Container */
.card-container {
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #e9f1fe;
    border: 2px solid #9ec0ee;
    border-radius: 12px;
    padding: 15px;
    margin: auto;
    max-width: 1200px; /* Set a maximum width for larger screens */
    width: 100%; /* Full width for mobile */	
}

/* Firefox-specific style */
@-moz-document url-prefix() {
  .card-container{
    padding-bottom: 15px;
  }
}

/* Chrome-specific style */
@supports (-webkit-touch-callout: none) {
  .card-container {
    padding-bottom: 2px;
  }
}


/* Left Card Styles */
.card-container .card-left {
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
    padding: 15px;    
}

/* Right Card Styles */
.card-container .card-right {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

/* Reviews and Buttons */
.card-container .reviews-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-weight:600;
}

.card-container .buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-transform: none;
    background-color: #007bff; /* Example background color */
    color: #fff; /* Text color */
    transition: background-color 0.3s; /* Smooth transition */
    margin-right:10px;
}

.card-container .buttons button:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

/* Description Text */
.card-container .elementor-iconbox-list-description {
margin: 10px 0;
color: #666;
font-size: 15px;
line-height: 2;
}

/* Right Inner Card */
.card-right-inner {
    border-left: 2px solid #b0b8c5;
    padding-left: 20px; 
}

/* Unordered List Styles */
.card-container .card-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.card-container .card-right ul li {
    padding: 5px 0; /* Vertical padding */
    font-size: 15px; /* Base font size */
    list-style-type: disc; /* Bullet points */
    margin-left: 20px; /* Space between bullet and text */
}

.page-id-7371 form.wpcf7-form .form-column p {
  margin-bottom: 5px !important;
}
.page-id-7371 form.wpcf7-form .responsive-form{
gap:10px;	
}

.page-id-7371 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	font-size: 14px;
}


.card-container .buttons button.call-us {
  background-color: #ffffff !important;
  color: #6c94dc;
  border: 1px solid #5494da !important;
}

.owl-carousel img {
    width: 100%; /* Make the image take up the full width of the container */
    height: auto; /* Maintain aspect ratio */
    max-height: 345px; /* Limit height to fit the container */
    object-fit: cover; /* Cover the container */
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .woocommerce-product-gallery__image:hover a img {
    opacity: 1 !important;
}

.shop-action button:nth-child(3){
display:none !important;
}

.single-product section#woomain {
    transform: translate(-8%, 0);
    width: 108%;
}

.single-product div.product .single_add_to_cart_button {
padding: 10px 20px !important;
display:none;
}
.page-template-default.page.page-id-10889 .bocpak-sorting{
display:none;	
}

.tax-product_cat .custom_owl_slider{
margin-top:15px;	
}


.partner_logos_wrap img {
    max-height: 27px;
    border-radius: 5px;
    margin-right: 12px;
	margin-bottom:5px;
    display: inline-block;
    max-width: 100px;
}

.partner_logos_wrap img:first-child,
.partner_logos_wrap img:nth-child(2),
.partner_logos_wrap img:nth-child(3),
.partner_logos_wrap img:nth-child(4),
.partner_logos_wrap img:nth-child(5)
{
	max-height: 32px !important;
}
.partner_logos_wrap img:nth-child(6){
	max-height: 24px !important;
}

.partner_logos_wrap img:nth-child(7){
	max-height: 26px !important;
}

.partner_logos_wrap img:nth-child(8){
	max-height: 30px !important;
}
.partner_logos_wrap img:last-child{
	max-height: 34px !important;
}

.single-product button.single_add_to_cart_button{
	display:none;
	width:100%;
}

.single-product .summary .price.owcpv_change_price{
margin-bottom:10px;	
display:none;	
}

.single-product .product-custom-images {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 15px;
  display: block;
}

.quantity.buttons_added{
display:none !important;	
}

.custom-width-short {
    width: 80px !important; /* Change to your desired width */
    max-width: 100% !important;;
}

.custom-width-mid{
	width: 160px !important;; /* Change to your desired width */
    max-width: 100% !important;;
}

.bocpak-sorting .gridlist-toggle{
display:none !important;
}

.responsive-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between columns */
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.form-column {
    flex: 1 1 200px; /* Flex-grow, flex-shrink, and min-width */
    min-width: 150px; /* Minimum width of each column */
    margin-bottom: 15px; /* Space below each column */
}

/* Specific classes for input widths */
.custom-width-mid {
    width: 100%; /* Full width for responsive design */
}

.custom-width-short {
    width: 100%; /* Full width for shorter inputs */
}

.custom-width-long {
    width: 100%; /* Full width for text area */
}

.tax-product_cat section.faq_section .elementor-widget-container h3{
text-transform:none !important;	
}

section.icon-marquee.col-full {
    margin: 0 auto;
}
.home_icon-container img.home_icon {
    margin: 0 10px 14px 0;
}
section.icon-marquee.col-full img.icon, section.icon-marquee img.icon {
    max-width: 100%;    
	max-height: 26px;
	height: 26px;
    width: auto;
    margin: 0 20px 20px 0;   
    margin-right: 32px;   
}

/* Child selectors for specific styling - home page*/
section.icon-marquee .icon-container img:nth-child(1) {
    height: 28px;
    max-height: 28px;
	margin-right: 14px;
}

section.icon-marquee .icon-container img:nth-child(2) {
    height: 30px;
    max-height: 30px;
    margin-right:75px
}

section.icon-marquee .icon-container img:nth-child(3) {
    height: 32px;
    max-height: 32px;    
}

section.icon-marquee .icon-container img:nth-child(4) {
   height: 22px;
   max-height: 22px;
}

section.icon-marquee .icon-container img:nth-child(5) {
    height: 22px;
    max-height: 22px;
}

section.icon-marquee .icon-container img:nth-child(6) {
    height: 18px;
    max-height: 18px;
}

.wp-image-10506:hover{
 opacity:0.9;   
}

.elementor-widget-bocpak-search .widget_product_search form.woocommerce-product-search button[type=submit]:before {
    color: #000000 !important;
}

.elementor-7371 .elementor-element.elementor-element-749fe74 > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"]{
background:none !important;	
}

.tabs-style-bocpak-yes .e-n-tab-title .e-n-tab-title-text {
text-transform:none;	
}

.elementor-7371 .elementor-element.elementor-element-749fe74 > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not( :hover ) :is( span, a, i ) {
    color: inherit; /* Inherit color from parent */
    -webkit-text-stroke-width: 0; /* No stroke width */
    -webkit-text-stroke-color: transparent  !important; /* No stroke color */
	stroke: transparent !important;
}

.elementor-7371 .elementor-element.elementor-element-6e574e3 > .elementor-widget-container {
margin-right:0;	
}

.elementor-7371 .elementor-element.elementor-element-749fe74 > .elementor-widget-container > .e-n-tabs[data-touch-mode="false"] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
  background:none !important;	
  border-style: none !important;;
  box-shadow: none !important;;
}

.elementor-9869 .elementor-element.elementor-element-b561323 .elementor-button,.elementor-9869 .elementor-element.elementor-element-759c870 .elementor-button {
 font-weight:normal; 
 font-size:12px !important;      
}

.elementor-widget-n-tabs .e-n-tabs-heading {
  display: var(--n-tabs-heading-display);
  flex-basis: var(--n-tabs-heading-width);
  flex-direction: var(--n-tabs-heading-direction);
  flex-shrink: 0;
  justify-content: var(--n-tabs-heading-justify-content);
  gap: var(--n-tabs-title-gap);
  overflow-x: var(--n-tabs-heading-overflow-x);
  flex-wrap: var(--n-tabs-heading-wrap);
  -ms-overflow-style: none;
  scrollbar-width: none;
}



/*////////////////////////////start style.css part 2 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 120px) !important;
        margin-bottom: 0;
        margin-left: auto;
    }
    
.single-product.postid-8092 .quantity_wrap {
	display:none;	
}

.elementor-element.elementor-element-e357a11{
text-align: center !important;
width: 100%;
}

.elementor-element-3486980 img {
  width: 130px;
  height: 130px;
  border-radius: 16px;
  max-width: 100%;  
  padding:5px;	
}

.elementor-element-c2d8d35{
flex-wrap: wrap;		
}

.elementor-7371 .elementor-element.elementor-element-749fe74 > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not( :hover ) {
    text-shadow: none !important;
}

.elementor-7371 .elementor-element.elementor-element-749fe74 {
--n-tabs-direction: column;
--n-tabs-heading-direction: row;
--n-tabs-heading-width: initial;
--n-tabs-title-flex-basis: content;
--n-tabs-title-flex-shrink: 0;
--n-tabs-heading-justify-content: flex-end;
--n-tabs-title-width: initial;
--n-tabs-title-height: initial;
--n-tabs-title-align-items: center;
--n-tabs-title-flex-grow: 0;
--n-tabs-heading-wrap: wrap;
--n-tabs-heading-overflow-x: initial;
--n-tabs-title-white-space: initial;
--n-tabs-title-gap: 60px;
--n-tabs-gap: 56px;
--n-tabs-title-color: var(--e-global-color-text);
--n-tabs-title-color-active: var(--e-global-color-accent);
}

.elementor-widget-n-tabs .e-n-tabs-heading {
	background:#FFFFFF important;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"] {
  background-color: #FFF;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] {
	background-color: #ff8519;
}

.elementor-widget-container.e-n-tabs-heading{
	background: #fff !important;
}

.elementor-7371 .elementor-element.elementor-element-6e574e3 .elementor-button {
font-family: var(--e-global-typography-accent-font-family);
font-weight: var(--e-global-typography-accent-font-weight);
text-transform: var(--e-global-typography-accent-text-transform);
font-style: var(--e-global-typography-accent-font-style);
text-decoration: var(--e-global-typography-accent-text-decoration);
line-height: var(--e-global-typography-accent-line-height);
letter-spacing: var(--e-global-typography-accent-letter-spacing);
font-size: 14px;
font-size: .875rem;
border-radius: 4px;
background-color:#00cfbe;
border: 1px solid#00cfbe;
white-space: nowrap;
padding: 10px 24px;
color: #fff;
position: relative;
overflow: hidden;
display: inline-flex;
align-items: center;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
transition: all .5s ease;
box-shadow: none;
margin-right:0 !important;	
}

.aboutus-content{
font-family: "Figtree", Sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 28px;
color: var( --e-global-color-text );
}

.floating-button {
    position: fixed;
    width: 160px; /* Width for one-line text */
    height: 50px; /* Adjust height as needed */
    background-color: #CA3F34;
    color: #fff;
    border: 2px solid #CA3F34;   
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    z-index: 1000; /* Ensure it stays on top */
    transform: rotate(-90deg); /* Rotate text */
    transform-origin: center; /* Rotate around the center */
	padding:10px;
	font-size:14px;	
}

.floating-button:hover {
    background-color: #fff;
    color:#CA3F34
}



/* Left button at the left edge with no margin */
.floating-button.left {
    left: -60px; /* Position flush against the left edge */
    top: 50%; /* Center vertically */
    transform: translateY(-50%) rotate(-90deg); /* Center and rotate text */	
}

/* Right button at the right edge with no margin */
.floating-button.right {
    right: -60px; /* Position flush against the right edge */
    top: 50%; /* Center vertically */
    transform: translateY(-50%) rotate(-90deg); /* Center and rotate text */	
}

.wpcf7 label{
color:#000;		
}

.form-row label {
color:#000;	
}

.two-step-form[data-v-d46333ac] {
  background: #f3f3f3;
  border-radius: 20px;
  contain-intrinsic-size: 100vw 18500px;
  content-visibility: auto;
  padding: 10px 25px;
}

.two-step-form .row .col-5[data-v-39f9fbf1] {
  background: #fff;
  border-radius: 5px;
  flex: 100%;
  max-width: 100% !important;
  padding: 20px;
  width: 100%;
}

.wpcf7 .custom-submit {
    width: 20%; /* Set the button width to 20% */
    margin: 0 auto; /* Center the button */
    display: block; /* Make it behave like a block element */
    text-align: center; /* Center the text within the button */
}

.form-navigation {
    margin-top: 20px; /* Space above navigation buttons */
    text-align: center; /* Center the buttons */
}

.wpcf7 .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.wpcf7 .form-column {
    flex: 1;
    margin-right: 10px; /* Adjust spacing between columns */
}

.wpcf7 .form-column:last-child {
    margin-right: 0; /* Remove right margin for the last column */
}

.wpcf7 .full-width {
    width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
color:#666666;	
}


.main-navigation ul.menu > li.menu-item > a {
margin: 0 1em;
font-size: 0.870rem;	
}

.elementor-element-b561323 a.elementor-button,.elementor-element-759c870 a.elementor-button{
text-transform: none;
}

.elementor-9869 .elementor-element.elementor-element-b561323 .elementor-button,.elementor-9869 .elementor-element.elementor-element-759c870 .elementor-button{
background-color: #CA3F34;
color: #fff;
border: 2px solid #CA3F34;
}

#requestQuote a:hover,#thirdContactButton a:hover{
    background-color: #fff;
    color:#CA3F34
}



.product-custom-images h5 {
    font-size: 18px;
	font-family: var(--e-global-typography-accent-font-family);
}

.elementor-element-cd11ec9 .e-con-inner{
padding-top:19px;
padding-bottom:19px;
}

.elementor-widget-bocpak-breadcrumb .woocommerce-breadcrumb {
text-align:center !important;		
}
.elementor-element.elementor-element-cd11ec9{
background-color: #F5F5F5;	
}

.card-container .request-quote:hover {
  background-color: #0056b3;
}

.card-container .call-us:hover {
  background-color: #f0f0f0; /* Lighter gray on hover */
}

.card-container .card-right {
padding: 20px;
flex: 0 0 30%;
display: flex;
flex-direction: column;
padding-top: 30px;
}

.card-container span.reviews{
text-decoration: underline;	
	margin-left:5px;
	letter-spacing: 2px;
}

.card-container .card-right h4 {
  margin-top: 10px;
  font-size: 22px;
}

.card-container .card-right ul {
list-style-type: none;
padding: 0;
margin: 0 0 1em 1em;
margin-left: 1em;
margin-left: 0;
}

.card-container .card-right li {
  padding: 2px 0;
  padding-bottom: 5px;
  font-size: 14px;
  list-style-type: disc;
  margin-left: 10px;
  padding-bottom: 0;
}
 
/* //////////////////////////////////////////////////////////*/

.bocpak-product-pagination-wrap .bocpak-product-pagination {
display:none;	
}

.inventory_status {
	margin-right: 10px !important;
}

.elementor-element-1369693 a.elementor-button{
text-transform: none;
}

.elementor-widget-bocpak-search .widget_product_search form.woocommerce-product-search .search-field {
  padding: 8px 30px 8px 50px; 
}

.woocommerce-breadcrumb a {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 22px;
  font-weight: 500;
  color: var(--e-global-color-text);
}

.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap input select{
 padding: 10px 15px 10px 15px;   
}

.single-product .wpcf7-form .submit-button,.wpcf7-form .submit-button {
    text-align: right;
	width:150px;
}

.single-product .wpcf7-spinner,.wpcf7-spinner {
	margin: 0 0 !important;
}
.single-product .wpcf7-form .submit-button input, .col-right .contact-form .wpcf7-form .submit-button input {
  display: inline-block;
  margin-left: auto;
  width: 160px;
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 20px;
}

.single-product .wpcf7-form input,.wpcf7-form input {
    margin-bottom: 0 !important;
}


.tax-product_cat .banner_section{
margin-bottom:40px;	
}
.home section.icon-marquee.col-full {
    margin: 0 auto 60px;
    width:100%;
    justify-content: center;
    display: flex;
	margin-top: 20px;
}
.home section.icon-marquee {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
}
.hero_right .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.hero_right .wpcf7-submit{
 margin-top:10px !important;
 margin-bottom:10px !important;
}


.tax-product_cat .hero_right #consent p{
 margin-bottom:5px;   
}

.breadcrumb-wrap{
margin-bottom:40px !important;	
}

.bcrums {
    background: #f5f5f5;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    box-sizing: border-box;
}

.single-product .col-right {
    width: 33%;
	float:right;
}
.single-product .content-single-wrapper {
    width: 100% !important;
}
.single-product div.product .woocommerce-product-gallery{
	max-width:390px;
}
.single-product h1.product_title.entry-title {
    font-size: 28px;
    line-height: 38px;
}	


.entry-summary .woocommerce-product-details__short-description p {
margin-bottom:15px;	
}

.single-product .col-right input[type=tel], .single-product .col-right input[type=email], .single-product .col-right input[type=text], .single-product .col-right input[type=number] {
    border-bottom: 1px solid #000 !important;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
}
.single textarea.wpcf7-form-control.wpcf7-textarea,textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid;
    height: 80px;
    resize: none;    
}

.single-product #woomain .col-left {
    width: 66.66%;
}
.single-product #woomain .container {
    max-width: 100%;
}
.form-column {
    margin-bottom: 10px;
}
.tab_content.tableft_content {
  width: 55%;
  float: left;
  margin-right: 5%;
  margin-bottom:20px;
}
.gallery_right {
  width: 40%;
  float: right;
}
.gallery_right {
  width: 40%;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.gallery_right .galleryimg_div {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  overflow:hidden;
}
.gallery_right .galleryimg_div:nth-child(even){
	margin-right:0;
}
.galleryimg_div:nth-child(2n+1) {
  width: calc(60% - 5px);
}
.galleryimg_div:nth-child(2n+2) {
  width: 39%;
}
.galleryimg_div img {
  width: 100%;
  object-fit: cover;
}
.galleryimg_div:nth-child(4n+1), .galleryimg_div:nth-child(4n+1) img {
  height: 300px;
}
.galleryimg_div:nth-child(4n+2), .galleryimg_div:nth-child(4n+2) img {  
  height: 200px;
}
.galleryimg_div:nth-child(4n+3), .galleryimg_div:nth-child(4n+3) img {
  height: 200px;
}
.galleryimg_div:nth-child(4n+4), .galleryimg_div:nth-child(4n+4) img {
  height: 300px;
}
.gallery_right .galleryimg_div:nth-child(4n + 4) {
    transform: translate(0, -100px);
	margin-bottom:-100px;
}

.hero_right .form-column {
    flex: 1;
    margin-right: 10px; 
}

.hero_right .form-column:last-child {
    margin-right: 0;
}

.hero_right .full-width {
    width: 100%;
}

.hero_right textarea {
    width: 100%;
}

/*
.add_to_cart_button.ajax_add_to_cart{
display:none !important;	
}

.product-template-default.single.single-product form.cart,.archive.tax-product_cat form.cart{
display:none !important;	
}
*/
form.cart .product_button{
display:none !important;		
}

#wpcf7-f7-o5 .wpcf7-form .form-row.chkbox-options p{
	margin-bottom:0 !important;
}

#wpcf7-f7-o5 .wpcf7-form .wpcf7-list-item {
	float: left;
	margin-right:12px;
	margin-bottom: 5px;
}

.product-template-default.single.single-product .product_meta{
	display:none !important;	
}

.faq_section {
    padding: 30px 0;
}

.row {
    display: flex;
    justify-content: space-between; /* Columns ke darmiyan space rakhe */
    flex-wrap: wrap;
}

.faq_left_column,
.faq_right_column {
    width: 49%; /* Har column 48% space lega */
    padding: 10px;
    box-sizing: border-box;
}
.accordion {
    background-color: #e9eeff;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    /*padding: 5px 20px;*/
	padding: 21px 40px 21px 40px;
    min-height: 95px;
}
.accordion-header h4 {
    margin: 0;
    cursor: pointer;
    color: #000;
    font-size: 22pt;
    line-height: 28px;
	font-family: "Marcellus", Sans-serif;
	font-weight: 400;
	text-transform: none;
}
.accordion-content {
    padding: 15px;
    display: none;
    overflow: hidden;
}

.accordion.active .accordion-content {
    display: block;
}
.related.products.elementor-element {
    display: none;
}
.custom_related_products .related.products.elementor-element {
    display: block;
}
.accordion-header {
    position: relative;
}
.accordion_arrow {
    position: absolute;
    right: 18px;
    top: 17px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2757ff;
    border-radius: 100%;
}
.accordion_arrow:after {
    content: "";
    color: #fff;
    width: 1px;
    height: 1px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-48deg);
    transition: transform 0.3s ease;
    left: -2px;
    position: relative;
}
.accordion.active .accordion_arrow:after {
    transform: rotate(45deg);
    left: 0;
    top: -2px;
}
.accordion.active .accordion-header h4{
	padding-bottom:10px;
}

.accordion_arrow {
  position: absolute;
right: -25px;
top: 0px;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
background-color: #2757ff;
border-radius: 100%;
}
.e-n-accordion .e-n-accordion-item .elementor-widget-container{
 padding-left:20px;
 padding-right:20px;  
 padding-bottom:20px; 
}

.accordion-content p, .e-n-accordion-item .elementor-widget-container p, .e-n-accordion-item .elementor-widget-container{
text-align: justify;
padding-left: 0;
padding-right: 20px;
}


.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    height: 24px;
    Width: 24px;
    background-color: var(--e-global-color-primary);
    border-radius: 16px 16px 16px 16px;
     position: absolute;
  right: 18px !important;
  top: 17px !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #2757ff !important;
  border-radius: 100%; 
}

.e-n-accordion-item-title .e-n-accordion-item-title-text{
font-family: "Marcellus", Sans-serif;
font-weight: 400;
line-height: 28px;
font-size: 20px;
}


.faq_section .accordion-content p{
padding-left:0;	
}


footer .elementor-element.elementor-element-32e4dbb.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.woocommerce-sidebar {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
}

.woocommerce-sidebar h3 {
    margin-bottom: 15px;
    font-size: 20pt;   
}

.product-categories {
    list-style: none;
    padding-left: 0;
}

.product-categories li {
    margin-bottom: 0px;
    position: relative;
}

.product-categories li a {
    text-decoration: none;
    color: #333;
}

.product-categories li a:hover {
    color: #0071a1;
}

.product-categories .toggle-subcategories {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 18px;
    color: #0071a1;
	position:relative;
}

.product-categories .sub-categories {
    display: none;
    padding-left: 15px;
    margin-top: 10px;
}

.product-categories .sub-categories li {
    margin-bottom: 5px;
}

.product-categories .sub-categories li a {
    font-size: 14px;
    color: #555;
}
.woocommerce-grid .products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the space between products */
}

.woocommerce-grid .products .product {
    width: calc(33.333% - 20px); /* 3 columns layout with spacing */
    box-sizing: border-box;
}
.category_wrapper {
    display: flex;
	flex-wrap:wrap;
}
aside.categoyr_sidebars {
    width: 35%;
    margin-right: 2%;
}
.categirt_products {
    width: 63%;
}
.woocommerce-pagination-wrap {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}
.categoyr_sidebars .product-categories {
    margin: 0;
}
.product-categories .toggle-subcategories {
    color: #fff;
    background: blue;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 23px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 20px;
}
aside.categoyr_sidebars .woocommerce-sidebar {
    background-color: transparent;
    border: none;
}
.parent-category {
    display: inline-block;
    width: 90%;
}
li.parent-category .count {
    position: absolute;
    right: 0;
}
.category_wrapper span.count {
    float: right;
}


.product-categories li {
    margin-bottom: 0px;
    position: relative;
}

.product-categories li a.category-link {
    text-decoration: none;
    color: #333;
    align-items: center;
    justify-content: space-between;
}

.product-categories li a.category-link:hover {
    color: #0071a1;
}

.product-categories .toggle-subcategories {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}

.product-categories .sub-categories {
    display: none;
    padding-left: 15px;
    margin-top: 10px;
}
.sidebar_images_wrap img {
    margin-bottom: 20px;
}
.tab-link {
    flex: 1;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid;
    font-size: 16px;
	background-color: transparent;
    font-weight:normal;
    width: 18%;
    justify-content: center;
	text-transform: none;	
	border-radius:none;
    border-bottom-color:#75869c;	
    color:#363636;	
    border-radius: unset;
    margin-right: 22px;
}
.accordion-button {
    color: #000;
    margin-bottom: 10px;
}
button.accordion-button {
    color: #000;
    background-color: #e9eeff;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px 30px;
    font-weight: 400;
    text-wrap: wrap;
}
.tab-link.active, .tab-link:hover {
   color:orange;
    border-bottom: 2px solid orange;
	background: #FFFFFF;	
}

.tabs-content {
    padding: 20px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.accordion-container {
    display: none;
}
.tabs, .tabs-content {
	display: block;
}
.mobile_accordion_heading h2 {
    display: none;
}
.products-list .product-transition .group-action {
    display: none;
}
.products-list .product-block{
    display: flex;
    flex-direction: row !important; /* Change from column to row */
	gap: 20px;
}
.banner_section {
    margin-bottom: 70px;
}
.sidebar_images_wrap {
    margin-top: 25px;
}
.tab_section {
    padding: 60px 0 0;
}
.banner_section h1 {
    font-size: 36px;
    margin-top: 20px;
	margin-bottom: 5px;
}
.center_heading {
    text-align: center;
    margin-bottom: 40px;
}
.center_heading h2 {
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}
.woocommerce-subtitle-related-product {
    display: none;
}
section.related_products_section.custom_related_products .woocommerce-subtitle-related-product{
	display:none;
}
.clearfix{
	clear:both;
}
.boxes {
    display: flex;
    justify-content: center;
}

h2.woocommerce-title-related-product{
	font-size: 2rem;
}
.box {
    margin: 0 20px;
}
.featured_section {
    padding: 60px 0 20px;
}
.icon {
    text-align: center;
    justify-content: center;
    display: flex;
}
.box h5 {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
       width: 55%;
    max-width: 100%;
}
.single-product .summary{
	width:41%;
}
.form_buttons .product-detail-quoteform {
    background-color: #b39883;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
	font-weight:bold;
    padding: 14px 0;
	color:#fff;
}
.form_buttons > a:hover{
	color:#000;
}
.form_buttons {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.form_single_product {
    padding: 20px 20px 0;
    padding-bottom: 23px;
}
.form_buttons > a.active {
    background-color: transparent;
}
.under_desc_wrap .div_left{
margin-left:0px !important;
}

.div_left {
background-color: #f5f5f5;
display: flex;
flex-wrap: nowrap;
border-radius: 20px;
width: 80%;
padding: 0 10px;
height: 70px;
margin-left:10px ;
}

.box_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width:25%;
}
.under_desc_wrap {
    display: flex;
    flex-wrap: nowrap;
}
.div_right {
border: 1px solid #ddd;
border-radius: 20px;
margin-left: 3%;
width: 33%;
padding: 10px 15px;
}

.box_icon {
    width: 30px;
    margin-right: 10px;
}
.box_item p {
    margin: 0;
    font-size: 12px;
}
.div_right {
    display: flex;
    flex-wrap: nowrap;
}
.right_btn {
    width: 40%;
}

.right_btn a {
 width: 100%;
background-color: #2757ff;
color: #fff;
padding: 10px 10px;
  padding-right: 10px;
  padding-left: 10px;
border-radius: 10px;
display: block;
font-size: 14px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}

.right_text {
width: 60%;
margin-right: 8%;
font-size: 14px;
}
.right_text a {
    color: blue;
}
.right_text a:hover{
	text-decoration:underline;
}
.section_under_descrition {
    padding: 60px 0 20px;
}
.hero_left {
    float: left;
    width: 48%;
}
.hero_right {
    float: right;
    width: 48%;
    box-shadow:0 0 20px #ddd;
    padding: 20px 20px 0;
    background-color: #fff;
    border-radius: 10px;
}
.hero_left h1 {
    margin-top: 0;    
    font-size: 28px;
}
.hero_left p {
    font-size: 15px;
}
.hero_right h3 {
    font-size: 22pt;
    
	text-align:center;
	text-transform: none;
}
.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 100%;
    margin: 3px;
}
.owl-dots {
    text-align: center;
}
.owl-dots button.owl-dot.active{
    background-color: gray;
}
.form-column.half_field {
    float: left;
    width: 48%;
}
.form-column.half_field:nth-child(2){
    float: right;
 }
 .hero_right input[type=text], .hero_right input[type=email], .hero_right input[type=tel], .hero_right select:not([size]):not([multiple]):not(.flatpickr-monthDropdown-months) {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	border-radius:0;
}
.hero_right .wpcf7-submit {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
	text-transform: none;
}

.icon-marquee{
  width: 100%;
  overflow: hidden;
  background-color: #e1dbff;
  padding: 20px 20px 0;
  margin-bottom:70px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.home_icon-marquee {
  width: 100%;
  overflow: hidden;
  background-color: #e1dbff;
  padding: 20px 20px 0;
  margin-bottom:70px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.home_icon-marquee {
    background-color: #fff;
    box-shadow: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

.elementor-element.elementor-element-0de3b90.e-grid.e-con-full.home_heroarea.e-con.e-child {
    padding-bottom: 0;
}
.icon-container {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.home_icon-container {
    display: flex;
   
	animation: scroll 10s linear infinite;
}
.icon, .home_icon {
    margin: 0 20px;
    max-height: 42px;
}
.banner_section {
    background-color: #f7f7f7;
    padding: 30px 40px;
	padding-top:30px;
    border-radius: 10px;
    font-family: Gilroy-Regular, Sans-serif;  
}
.home_heroarea h1 {
    font-size: 34px;
    font-family: var(--e-global-typography-accent-font-family);
    line-height: 50px;
    text-transform: none;
}
.home_heroarea h1 b {
    font-weight: bold;
}
.home_heroarea {
    padding: 90px 0 50px;
	padding-top:30px
}
.portfolio_btn {
    background-color: #CA3F34;
    color: #fff;
    border: 2px solid #CA3F34;
    padding: 8px 30px;
    border-radius: 20px;
    margin-top: 15px;
    display:block;
    max-width: 300px;
    width: 100%;
    text-align: center;
	font-size: 17px;
}
.portfolio_btn:hover{
	color:#CA3F34;
	background-color:#fff;
}

.icon_security {
    width: 33px;
	height: 25px;
    margin-right: 10px;
    transform: translate(0, 1px);
    padding-right: 10px;
}
.icon_security img {
    min-width: 20px;
}
.icon_security:after {
    height: 18px;
    width: 2px;
    display: inline-block;
    content: "";
    background-color: #000000;
    position: absolute;
    top: 3px;
    left: 30px;
}
.security_wrap {
    display: flex;
    margin: 40px 0 0;	
	margin-top: 30px;
}


.elementor-7371 .elementor-element.elementor-element-96196c2{
  margin-bottom: 10px;
  width: 50%;
  margin-top: -60px;
}

p.m10{
margin-bottom:10px;
margin-top:10px;    
}

.description_gallery {
    float: right;
    width:100%;
    display: flex;
    flex-wrap:wrap;
}
.galleryimg_box {
   width: calc(15% - 15px);
   margin-right: 15px;
   margin-bottom: 30px;
   margin-left: 15px;
}
.galleryimg_box h5{
color: #1c1c1c;
font-size: 14px;
font-weight: 700;
margin-top: 10px;
line-height:18px;	
}

.galleryimg_box p{
color: #1c1c1c;
font-size: 13px;
font-weight: 400;
line-height: 16px;
margin-top: 0;
letter-spacing: -0.5px;
}
.galleryimg_box:nth-child(5n + 5){
	margin-right:0;
}
.galleryimg {
  border-radius: 20px;
  overflow: hidden;
}
.galleryimg img {
width: 148px;
height: 124px;
border-radius: 16px;
max-width: 100%;
}
.left .woocommerce-product-details__short-description {
    display: none;
}
.left .woocommerce-product-details__short-description.single_custom_description {
    display: block;
	margin-bottom: 10px;
}
.home_heroarea .elementor-element.elementor-element-fe6b34f.elementor-widget.elementor-widget-text-editor {
    padding-right: 60px;
}
.footer_contact .elementor-element.elementor-element-3667f1f.e-con-full.e-flex.e-con.e-child {
  width: 240px;  
}
.footer_contact .elementor-element.elementor-element-d0065fd.e-con-full.e-flex.e-con.e-child {
  min-width: 100px;
}
.elementor-element.elementor-element-f6ce38c.e-con-full.free_shipping_footer.e-flex.e-con.e-child {
  width: 260px !important;
}
.elementor-element.elementor-element-f6ce38c.e-con-full.free_shipping_footer.e-flex.e-con.e-child {
  width: 260px !important;
}
.elementor-element.elementor-element-b9140f2.e-con-full.usa_icon_footer.e-flex.e-con.e-child {
  transform: translate(0, -12px);
}
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child {
  width: 97% !important;
  transform: translate(-6%, 0px);
}
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .elementor-widget-container {
  margin: 0 0 10px;
  padding: 0;
}
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
  margin: 0;
}
.footer_contact > div {
  margin: 0 !important;
}
.footer_contact > div {
  margin-bottom: 0 !important;
  width: 20% !important;
}

.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner img.wp-image-8704 {
	width:110px;    
}
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner img.wp-image-8671 {
	width:110px;    
}

.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner img.wp-image-8692 {
	width:85px;    
}

.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner img:nth-of-type(3) {
 width:90px;
}

.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
  width: 100% !important;
  max-width: 100%;
}
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner > div {
  width: auto;
  margin-left: 30px;
  margin-right:-10px;
}
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner .elementor-widget-container {
  margin-right: 0;
}
.usa_icon_footer img.attachment-full.size-full.wp-image-8527 {
    max-height: 60px !important;
    width: auto;
}

summary.e-n-accordion-item-title{
min-height:95px;    
padding-left:20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.elementor-9869 .elementor-element.elementor-element-c5b694a img:hover {
 opacity:0.8;   
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* Desktops (17 to 19 inches, approx. 1681px to 1920px) */
@media (min-width: 1681px) {  
 
 .form_single_product {
    padding: 20px 20px 0;
    padding-bottom: 23px;
}  
 
 .tax-product_cat .hero_right .wpcf7-form textarea {
    width: 541px;
    max-width: 100%;
}

 .consent-text p {
  font-size: 14px;
}
 
 .single-product .summary {
    width: 41%;
    margin-right: 20px;
}
 
 .single.single-product .col-right .contact-form {
    padding-bottom: 20px !important;
}
 
.single-product section#woomain {
    transform: translate(-8%, 0);
    width: 120%;
}	


.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport{
	  width: calc(100% - 120px) !important;
      position: relative;
	  overflow: hidden;
	  margin-right: 0px;
	  float: left;
	  display: block; 
 }
	
.flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px !important;
	
}
	
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	width: auto !important; 
}
  
  
     
.elementor-9869 .elementor-element.elementor-element-c5b694a img {
  width: 198px;
  height: 44px;
  max-width: 198px;
  margin-left:15px;
} 
    
summary.e-n-accordion-item-title{
min-height:95px;    
padding-left:20px;
}

.elementor-element.elementor-element-d0065fd.e-con {
	width: 16% !important;
}
	
.elementor-element.elementor-element-7d50c01.e-con {
	width: 26% !important;
}
	
.tax-product_cat ul.products li.product .product-image img{
	width: 100%; /* Full width */
    height: 200px; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}
	
.page-template-default ul.products li.product .product-image img{
	width: 100%; /* Full width */
    height: 263px; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}
	
.elementor-9363 .elementor-element.elementor-element-1a74494 {
	  --content-width: 1920px;
}
.elementor-9363 .elementor-element.elementor-element-9832d56 .e-con-inner{
		 --content-width: 1920px;		
}

.single-product section.tab_section  {
    transform: translate(-8%, 0); 
    max-width: 120%;
	width: 120%;
   }
	
.single-product section.tab_section .container {
    margin-left: 0;
    margin-right: 0;
    max-width: 120%;
    width: 100%;
   }
	
.single textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid;
  height: 80px;
  resize: none;
  max-width:100%;
  margin-bottom: 0; 	
  width: 486px !important;
}	

.single .popup-content textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100% !important;
}
	
.single-product .partner_logos_wrap img{
	height: 34px;
    max-height: 34px;
    margin-right: 24px;
  }
	
.single-product .partner_logos_wrap img:nth-child(5){
	height: 30px;
    max-height: 30px;
  }

.partner_logos_wrap img:first-child,
.partner_logos_wrap img:nth-child(2),
.partner_logos_wrap img:nth-child(3),
.partner_logos_wrap img:nth-child(4),
{
	max-height: 34px;
}
.partner_logos_wrap img:nth-child(6){
	max-height: 26px;
}

.partner_logos_wrap img:nth-child(7){
	max-height: 28px !important;
}
		
	
.widget_product_search button{    
    margin-left: 155px;  
}

	.form-row.description{
	width:66.6%;	
	}
	.form-column.uploadartwork{
	width:33.3%;		
	}
 
 .elementor-widget-bocpak-search .widget_product_search form.woocommerce-product-search .search-field {
      padding: 10px 30px 10px 35px;
      width:198px;
      margin-left:20px;
    }
	
	.wp-image-10506{
	 margin-left: 110px;
     max-width:220px;
     height: 46px;		
	}
    
     .widget.woocommerce.widget_product_search .ajax-search-result{
      width: 245px;  
     } 
	
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
@media screen and (max-width:1680px){
  
  
 .tax-product_cat .hero_right .wpcf7-form textarea {
    width: 541px;
    max-width: 100%;
}


.form_single_product {
    padding: 20px 20px 0;
    padding-bottom: 0px;
}  
    
     
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
    width: 58%;
    max-width: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport{
	  width: calc(100% - 120px);
      position: relative;
	  overflow: hidden;
	  margin-right: 0px;
	  float: left;
	  display: block; 
	 
 }
 
.single-product .summary {
    width:40%;
}

.flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px;	
}

.single-product section#woomain {
        transform: translate(-6%, 0);
        width: 114%;
}     

       
.elementor-9869 .elementor-element.elementor-element-c5b694a img {
  width: 198px;
  height: 44px;
  max-width: 198px;
  margin-left:15px;
} 


summary.e-n-accordion-item-title{
min-height:95px;    
}
	
.tax-product_cat ul.products li.product .product-image img{
	width: 100%; /* Full width */
    height: 200px; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}
	
.page-template-default ul.products li.product .product-image img{
	width: 100%; /* Full width */
    height: 263px; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}
	
 .single-product .partner_logos_wrap img {
	margin-right:15px;				
}
 .single-product .tab-link {
	margin-right:20px;		
}	

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	width: auto !important; 
}
	
 .single-product section#woomain {
    transform: translate(-8%, 0);
    width: 114% !important;
}	
	
.single textarea.wpcf7-form-control.wpcf7-textarea {
  width:100%;
  border: 1px solid;
  resize: none;
}	
	

	
.form-row.description{
	width:66.6%;	
	}
	.form-column.uploadartwork{
	width:33.3%;		
	}
  
 
.widget_product_search button{   
    margin-left: 130px;  
}
 
     .elementor-widget-bocpak-search .widget_product_search form.woocommerce-product-search .search-field {
      padding: 8px 30px 8px 30px;
      width:190px;
      height: auto;  	
    }
	
	.wp-image-10506{
       margin-left: 60px;
       max-width: 190px;
       height: auto;	
	}
    
 .widget.woocommerce.widget_product_search .ajax-search-result{
  width: 225px;  
 }  	

.div_left {
    margin-left: 30px;
}
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child {
  transform: translate(-2%, 0px);
}	
}


/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
@media screen and (max-width:1600px){
  
 .tax-product_cat .hero_right .wpcf7-form textarea {
    width: 541px;
    max-width: 100%;
}

 .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
    width: 58%;
    max-width: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 120px);
}

.single-product .summary {
    width:40%;
}

.flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px;	
}

.single-product section#woomain {
      transform: translate(-4%, 0);
      width: 110%;
}

summary.e-n-accordion-item-title{
min-height:95px;    
}

 .tabs .tab-link {
	  font-size: 14px;
	  width: 18%;
	  margin-right: 6px;
	}

.elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child {
  width: 94%;
}
.elementor-element.elementor-element-f6ce38c.e-con-full.free_shipping_footer.e-flex.e-con.e-child {
  width: 21% !important;
}
.usa_icon_footer .elementor-element.elementor-element-bd9280c.elementor-widget__width-initial.elementor-widget.elementor-widget-image {
  width: 100%;
  display:flex;
  justify-content:end;
}
.usa_icon_footer .attachment-full.size-full.wp-image-8527{
	width:73%;
}
.free_shipping_footer .elementor-element.elementor-element-58d4430.elementor-widget__width-initial.elementor-widget.elementor-widget-image {
  width: 100%;
}
}



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

.form_single_product {
    padding: 20px 20px 0;
    padding-bottom: 0px;
}

.single-product #consent{
  margin-bottom: 10px;
  margin-top: 10px;
}

.tax-product_cat .hero_right .wpcf7-form textarea {
    width: 541px;
    max-width: 100%;
}

.single-product .div_right {
    margin-left: 2%;
    width: 39%;
    margin-right: 2%;
}

 .single-product .partner_logos_wrap img {
    margin-right: 8px;
  }
  
.single-product .product-custom-images {
  padding-top: 5px;
  margin-top: 5px;  
}

.form-column.uploadartwork label{
 color:#666666   
}

.single-product #woomain .container .row{
  margin-left: 0;
  margin-right: 65px;
}

.section_under_descrition {
    padding: 30px 20px 30px;
    padding-left:0;
    margin-right: 20px;
}


.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
    width: 60%;
    max-width: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 120px);
}

 .single textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid;
  width:100% ;
  resize: none;
}

.single-product #woomain .col-left {
    width: 66%;
}

.single-product .summary {
        width: 38%;
        margin-left: 15px;
  }

.flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px;	
}

.single-product section#woomain {
    transform: translate(-5%, 0);
     width: 104%;
}


.single-product .col-right #quick_quote_form .form-row .form-column{
    margin-bottom: 7px;
}

.single-product .col-right .contact-form .wpcf7-form-control {
    font-size: 12pt;
}
	
footer .elementor-element.elementor-element-31c38e2.elementor-widget.elementor-widget-text-editor, span.elementor-icon-list-text {
		font-size: 14px;
	}
	.elementor-element.elementor-element-806028d.e-con-full.e-flex.e-con.e-child {
		padding-left: 30px;
		width: 22%;
	}
  	.div_left {
        margin-left: 90px;
    }
}


/************************************************************************************************************************************************/
@media screen and (max-width:1430px){
    
  .elementor-9869 .elementor-element.elementor-element-c5b694a img {
        height: auto;
        max-width: 175px;
        margin-left: 0px; 
        }
   
   
.single-product section#woomain {        
   transform: translate(-2%, 0);
    width: 108% !important;     
  }    
  
 #capcha .textareas input {
        width: 48px;
 }    
       
}

/************************************************************************************************************************************************/
@media screen and (max-width:1366px){

   .single-product .contact-form textarea.wpcf7-form-control.wpcf7-textarea {
        height: 120px;
        width:100%;
    }
 
 .flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px;	
}

.single-product section#woomain {
        transform: translate(0%, 0);
        width: 100% !important;
 }
    
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
    width: calc(100% - 155px) !important;
    margin-bottom: 0;
    margin-left: auto;
} 
 
 
 .single-product .col-right {
    width: 100%; 
}  
        
    
 .single-product #woomain .col-left {
        width: 100%;
        padding-right: 2%;
        padding-left: 8%;
        margin-bottom: 40px;
    }
    
    .tax-product_cat .hero_right .wpcf7-form textarea {
        width: 525px;
        max-width: 100%;
    }

.right_btn a {
    font-size: 12px;
}


.main-navigation ul.menu > li.menu-item > a {
   font-size: 0.820rem !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
    width: 53%;
    max-width: 100%;
}
 

.single-product .summary {
    width:44%;
}
  
	
.elementor-55 .elementor-element.elementor-element-67dae5a {
    padding-top: 90px;
}

footer img.attachment-full.size-full.wp-image-8527 {
    min-width: 130px;
    transform: translate(0, -7px);
}
.elementor-element-825eba4 .elementor-widget-container {
    margin: 0 !important;
}
.elementor-element.elementor-element-f6ce38c.e-con-full.e-flex.e-con.e-child {
    width: 25%;
}
.elementor-element.elementor-element-e82d10b.e-con-full.e-flex.e-con.e-child {
    margin: 0;
}
.elementor-element.elementor-element-89603f4.e-con-full.e-flex.e-con.e-child {
    width: 20%;
}
.home_heroarea {
    padding: 50px 30px;
}
.elementor-55 .elementor-element.elementor-element-a6b31f2 > .elementor-widget-container {
    margin: 0;
}
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
@media screen and (max-width:1300px){
  
 .col-full [data-elementor-type=wp-page] {
    width: 94%;
 } 
  
 .security_wrap {
    margin-top: 60px;
} 
  
.tax-product_cat .hero_right .wpcf7-form textarea {
        width: 490px;     
    }
    	
.main-navigation ul.menu > li.menu-item > a {
    font-size: 0.75rem !important;
}  

.tabs .tab-link { 
    font-size: 12px;
    width: 18%;
    max-width: 20%;
    margin-left: 0px;
    margin-right: 10px !important;
} 
    
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
    width: 51%;
    max-width: 100%;
}
 

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 120px);
}

.single-product .summary {
    width:46%;
}

.flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px;	
}
   
   .single-product section#woomain {
        transform: translate(0%, 0);
        width: 100% !important;
    }
    
 .single-product .col-right {
    width: 100%; 
}  
        
    
 .single-product #woomain .col-left {
        width: 100%;
        padding-right: 2%;
        padding-left: 8%;
        margin-bottom: 40px;
    }
   
  
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 160px) !important;
    }
    
      .single-product .contact-form textarea.wpcf7-form-control.wpcf7-textarea {
        height: 120px;
        width: 100%;
    }  
    
    .elementor-9363 .elementor-element.elementor-element-1a74494 {
	  --content-width: 1440px;
	}
	.elementor-9363 .elementor-element.elementor-element-9832d56 .e-con-inner{
		 --content-width: 1440px;		
	}
	
	.elementor-element.elementor-element-f6ce38c.e-con-full.e-flex.e-con.e-child {
	width: 23%;
}
footer img.attachment-full.size-full.wp-image-8527{
	max-width:100px;
}
.elementor-element.elementor-element-e5d7914.e-con-full.e-flex.e-con.e-child {
    max-width: 60%;
    width: 100%;
}
.elementor-element.elementor-element-e5d7914.e-con-full.e-flex.e-con.e-child .elementor-widget-container {
    margin-left: 0;
}
.right_text{
	width:56%;
}
.right_btn {
    width: 41%;
}

.under_desc_wrap {
    padding-left: 0;
}
.galleryimg_div:nth-child(2n+1) {
    width: calc(59.7% - 5px);
}
.banner_section {
    padding: 50px 0;
}


.elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child > div {
	  width: 32% !important;
	  display: inline-block;
	}
 .elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child > div:nth-child(4), .elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child > div:nth-child(5) {
	width: 180px !important;
  }
 .elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child {
	width: 100%;
	display: block;
  }
  .elementor-element.elementor-element-b9140f2.e-con-full.usa_icon_footer.e-flex.e-con.e-child {
	  transform: translate(0, 0);
	}
	.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
		width: 100% !important;
		max-width: 100%;
		justify-content: start;
	}	
	.elementor-element.elementor-element-e5d7914.e-con-full.footer_address.e-flex.e-con.e-child {
		margin: 0 0 15px;
		max-width:100% !important;
		width:100% !important;
	}
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

@media screen and (max-width:1200px) and (min-width: 768px){
 
.single-product .summary {
    width: 100%;
    float: left;
    max-width: 100%;
} 
 
.single-product #woomain .container .row {
        margin-left: 0;
        margin-right: 0;
}
 
 .tax-product_cat .hero_right .wpcf7-form textarea {
        max-width: 100%;
        width: 100%;
 }
 
 .main-navigation ul.menu > li.menu-item > a {
    font-size: 0.810rem !important;
  } 
 
 .single-product .col-right {
    width: 100%;
    float: right;
}
   
    .tabs .tab-link { 
        font-size: 12px;
        width: 20%;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 10px !important;
    } 
    
.elementor-7371 .elementor-element.elementor-element-96196c2{
  width: 100% !important;
  margin-top:-40px;
}

.card-container {
    flex-direction: row; /* Side-by-side layout for tablets */
    padding: 15px; /* Adjust padding */
}

.card-container .card-left {
    flex: 0 0 60%; /* Adjust width */
    padding: 15px; /* Reduce padding */
}

.card-container .card-right {
    flex: 0 0 40%; /* Adjust width */
    padding: 15px; /* Reduce padding */
}

    .buttons button {
        padding: 12px 18px; /* Adjust button padding */
        font-size: 14px; /* Increase button font size */
    }

    .elementor-iconbox-list-description {
        font-size: 15px; /* Increase font size */
        margin: 15px 0; /* Add margin */
    }

    .card-container .card-right ul li {
        font-size: 13px; /* Adjust font size */
        margin-left: 15px; /* Adjust margin */
    }

	.elementor-element-3486980 img {
    width: 110px;
    height: 110px;
    border-radius: 14px;
    max-width: 100%;
    padding: 2px;
    margin-top: 50%;
}	
        
	
.page-template-default ul.products li.product .product-image img{
	height: 180px;
}

	
.tax-product_cat ul.products li.product .product-image img{
    height: 140px; 
}

	
.elementor-element.elementor-element-a49aed3.e-con-full.e-flex.e-con.e-child {
	width: 100%;
	flex-wrap: wrap;
}
.elementor-element.elementor-element-f76f592.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-4cd4303.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-c970d56.e-con-full.e-flex.e-con.e-child {
	width: 33.33%;
}
.elementor-element.elementor-element-4cd4303.e-con-full.e-flex.e-con.e-child {
    padding: 0 10px 0 0;
}
.elementor-element.elementor-element-89603f4.e-con-full.e-flex.e-con.e-child, .elementor-55 .elementor-element.elementor-element-e410d6a{
	width: 33.33%;
	margin-top: 50px;
}
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
@media screen and (max-width:1200px){
    
.single-product .contact-form textarea.wpcf7-form-control.wpcf7-textarea {
        height: 120px;
        width:100%;
        border: 1px solid;
        height: 125px !important;
        resize: none;
    }   
    
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
    width: 53%;
    max-width: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 120px);
}

.single-product .summary {
    width:42%;
}


.flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px;	
}


.elementor-67 .elementor-element.elementor-element-624b0cc:not(.elementor-motion-effects-element-type-background){
    display: none;
}
	
.bocpak-mobile-nav {
	background: #1a1c20 !important;	
}


.col-full [data-elementor-type=wp-page] {
 width: 95vw;	
}	
	
.elementor-element.elementor-element-3667f1f.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-d0065fd.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-7d50c01.e-con-full.e-flex.e-con.e-child {
    width: 33.33%;
    margin: 0 0 40px;
    padding: 0 10px;
}
.elementor-element.elementor-element-f6ce38c.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-b9140f2.e-con-full.e-flex.e-con.e-child {
    width: 50% !important;
}
.elementor-55 .elementor-element.elementor-element-58d4430 img {
    width: 100%;
    max-width: 170px;
    transform: translate(0, -10px);
}
.elementor-element.elementor-element-5ae9e9a.e-con-full.e-flex.e-con.e-child {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: block;
    max-width: 100%;
}
.elementor-element.elementor-element-e82d10b.e-con-full.e-flex.e-con.e-child {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.elementor-element.elementor-element-e5d7914.e-con-full.e-flex.e-con.e-child {
    justify-content: center;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
}
.form_buttons > a{
	width:32.4%;
}
.box_item{
	width:24.5%;
}

	
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

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


   .single-product .contact-form textarea.wpcf7-form-control.wpcf7-textarea{
        height: 120px;
        width:100%;
    }
    
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
    width: 61%;
    max-width: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 120px);
}

.single-product .summary {
        width: 100%;
        margin-bottom: 5%;
        margin-top: 5%;
    }

.flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px;	
}

.elementor-element.elementor-element-5a95bb7{
       display:none;
}	
	
.elementor-67 .elementor-element.elementor-element-87b4774,.elementor-67 .elementor-element.elementor-element-ced66d7 {
        --width: 50%;
}
	
.form-row.full-width {
	width: 100% ;
	display: block !important;
	flex: inherit !important;
}
.contact-form .form-row {
    width: 100%;
}
.div_right {
    margin-left: 2%;
    width: 41%;
}
.div_left{
	height:auto;
}
section#woomain .row{
	display:block;
}
.form_buttons > a {
	width: 33%;
}
.div_left {
        margin-left: 0;
    }

.galleryimg_div:nth-child(2n+1) {
    width: calc(59.4% - 5px);
}

  
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

@media screen and (max-width:1000px){
 
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
        width: 60%;
        max-width: 100%;
}


.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 116px);
}


.single-product .summary {
        width: 100%;
        margin-top: 30px;
}

.flex-viewport .woocommerce-product-gallery__image.flex-active-slide{
	width: 520px;	
}

.single-product section#woomain {
   transform: translate(-6%, 0);
   width: 120% ;
}


.single-product section#woomain {
transform: translate(0%, 0);
width: 108% !important;
}
    
 .single-product .col-right {
    width: 100%; 
    padding-right: 5%;
    padding-left: 5%;
}  
 
.elementor-67 .elementor-element.elementor-element-624b0cc:not(.elementor-motion-effects-element-type-background){
    display: none;
}
	
.bocpak-mobile-nav {
	background: #1a1c20 !important;	
}
	
.elementor-element.elementor-element-5a95bb7{
       display:none;
}	
	
.elementor-67 .elementor-element.elementor-element-87b4774,.elementor-67 .elementor-element.elementor-element-ced66d7 {
        --width: 50%;
}	

.elementor-element.elementor-element-5a95bb7{
       display:none;
}	

	.elementor-67 .elementor-element.elementor-element-5a95bb7 {
       width: 50%;
}	

	
.page-template-default ul.products li.product .product-image img{
	width: 100%; /* Full width */
    height: auto; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}
	
.tax-product_cat ul.products li.product .product-image img{
    width: 100%; /* Full width */
    height: auto; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}

	.tab-link {
	  font-size: 13px;
	  width: 19%;
	  margin-right: 5px;
	}
	
	.tab_section .galleryimg img {
	    max-height: 124px;
        height: auto;
	 }
	
  .single-product .summary .left {
        padding-right: 5%;
   }		
	
	.single-product div.product .single_add_to_cart_button {
	display:none;
	width:100% !important;
	}
    
   .elementor-7371 .elementor-element.elementor-element-2d961b5 {
    padding-left:30px;
    padding-right:30px; 
   }
    
 	
 .single textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid;
  height: 125px !important;
  resize: none;
}	
	
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport{
	  position: relative;
	  overflow: hidden;
	  margin-right: 0px;
	  float: left;
	  display: block; 
	 
 }
	

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
	width: auto !important; 
}	
	
	.form-row.description{
	width:66.6%;	
	}

	
.elementor-7371 .elementor-element.elementor-element-5a30844 {
  --width: 50%;
 --display: flex;
--flex-direction: column;
--container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
--container-widget-height: initial;
--container-widget-flex-grow: 0;
--container-widget-align-self: initial;
--align-items: flex-end;
--background-transition: .3s;
}
	
.elementor-7371 .elementor-element.elementor-element-5a30844 {
  --n-tabs-heading-justify-content: center;
  --n-tabs-title-width: initial;
  --n-tabs-title-height: initial;
  --n-tabs-title-align-items: center;
  --n-tabs-title-flex-grow: 0;
}
	
    .widget_product_search button {
        margin-left: 50px !important;  /* Moderate margin for tablets */
        width: 80% !important;        /* Button takes up 80% of width */
    }
    
    .elementor-widget-bocpak-search .widget_product_search form.woocommerce-product-search .search-field {
        padding: 8px 20px !important; /* Adjust padding for tablets */
        width: calc(100% - 40px) !important;  /* Full width minus padding */
        height: 38px !important;      /* Adjust height */
    }

    .wp-image-10506 {
        margin-left: 40px !important;   /* Adjust margin for tablets */
        max-width: 160px !important;    /* Limit image size */
        height: auto;        /* Maintain aspect ratio */
    
    }
  
	.elementor-element-3b494d5 h3.elementor-heading-title {
	text-align:center;	
	}
	
.galleryimg img{
    height:150px;
}
.galleryimg_div:nth-child(2n+1) {
    width: calc(59.2% - 5px);
}

	
}	

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
@media screen and (max-width:900px){

.tabs .tab-link {
        width: 25%;
        max-width: 100%;
 }
    
.single-product .product-custom-images {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 15px;
    display: block;
 }  

.galleryimg_div:nth-child(2n+1) {
    width: calc(58.8% - 5px);
}
  	
}

/***********************************************TABLET TABLET TABLET*************************************************************************************************/
/************************************************************************************************************************************************/
@media (max-width: 768px) {    

.section_under_descrition {
    padding: 30px 20px 30px;
    padding-left:0;
}

.single-product #woomain .container .row {
        margin-left: 0;
        margin-right: 5%;
    }
    
 .home #form-step-1 #capcha .textareas {
	margin-top: 10px;
    margin-left: 0px;
	width: 100%;
}

.single-product #capcha .textareas {
    margin-top: 5px;
    margin-left: 0px;
    width: 100%;
}


#capcha .form-column.description {
  flex: 0 0 100%;
  width: 100%;    
}
   
#capcha .form-column.description textarea{
 height: 150px;   
}      
   
.flex-viewport .woocommerce-product-gallery__image.flex-active-slide {
        max-width: 100%;
    }
    
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical {
 margin-left:25px;   
}

  .single-product .summary {
        width: 100%;
        margin-bottom:0;
  }
  
   .single-product .summary .left {
        padding-right: 20px;
        padding-left: 20px;
    }
  
    	
.elementor-67 .elementor-element.elementor-element-624b0cc:not(.elementor-motion-effects-element-type-background){
    display: none;
}

.elementor-element-72d70b0 .elementor-widget-image-carousel .swiper-slide {
    width: 135px !important;
}
	
.security_wrap {
    margin: 50px 0 0;
}
	
.elementor-7371 .elementor-element.elementor-element-96196c2{
  width: 100% !important;

}

.two-step-form[data-v-d46333ac] {
  margin-top: 50px;
}
	
.single-product .accordion-header h4 {
  font-size: 18px;
}	

.accordion_arrow {
    right: -20px;
 }
	

.single-product .tab_section {
margin-left:5%;
padding: 40px 0 0;	
}	
	
.woocommerce-product-search button{
display:none;		
}		
	
.left-section-scroll {
        width: 100%;
      }
     .scrlogos {
        animation-duration: 20s; /* Slower animation for mobile devices */
      }
     .scrlogo {
        height: 24px;
        margin-right: 5px;
    }

section.icon-marquee .icon-container img:nth-child(2) {
  margin-left: 60px;
}	
	
.tax-product_cat .wpcf7-form textarea {
  width: 100%;
}	
	
.bocpak-mobile-nav {
	background: #1a1c20 !important;	
}
	
.single-product div_left{
width: 100% !important;    
}


.single-product .div_right{
width: 100% !important; 
margin-left: 0;  
}
   
     
.e-n-accordion-item .elementor-widget-container p{
    text-align: justify;
    padding-left: 0;
    padding-right: 20px;
 }
    
    
.e-n-accordion-item-title-text {
  padding-right: 30px;
}    
.e-n-accordion-item-title-icon .e-closed  i {
  content: "";
  color: #fff;
  width: 1px;
  height: 1px;
  border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-48deg);
  transition: transform 0.3s ease;
  left: -2px;
  position: relative;
  top: -3px;
}
.e-n-accordion-item-title-icon .e-opened i {
    content: "";
  color: #fff;
  width: 1px;
  height: 1px;
  border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.3s ease;
  position: relative; 
  transform: rotate(45deg);
  left: 0;
  top: -2px;
}
.elementor-element.elementor-element-9877761 p {
    margin-bottom: 10px;
    font-size: 13px;
}
    
 #contactButton,#secondContactButton{
	display:none;	
}
	
	
.elementor-55 .elementor-element.elementor-element-58d4430 img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 150px;
}
  

.elementor-55 .elementor-element.elementor-element-825eba4 .elementor-icon-list-icon svg {
    margin-left: 7px;
}
.elementor-55 .elementor-element.elementor-element-0f73c86 .elementor-icon-list-icon svg {
    margin-left: 10px;  
}


.elementor-55 .elementor-element.elementor-element-f3c340c {
  margin-top: 30px;  
}

.icon-marquee.col-full .icon-container{
    padding-bottom: 25px;
}

.portfolio_btn{
text-align: center;
margin: 0 auto;	
font-size:14px;	
}
	
 .elementor-element.elementor-element-0de3b90.e-grid.e-con-full.home_heroarea.e-con.e-child {
    padding-top: 10px;
}   
	
.gallerysecondrow{
margin-left:0;	
}	
	
.floating-button {
 display:none;	
}	


.accordion {
margin-left: 20px;
margin-right: 20px;		
}
	
	
.elementor-element.elementor-element-5a95bb7{
       display:none;
}	
	
.elementor-67 .elementor-element.elementor-element-87b4774,.elementor-67 .elementor-element.elementor-element-ced66d7 {
        --width: 50%;
}

.col-full [data-elementor-type=wp-page] {
 width: 90vw;	
}		
.col-full [data-elementor-type=wp-page] {
		margin-left: 48%;
}	

.tax-product_cat .tab_section h1, .single-product .tab_section h1{
 font-size:28px;
 font-weight: 500;
}
.tax-product_cat .tab_section h2, .single-product .tab_section h2{
font-size:24px;
font-weight: 500;
}
.tax-product_cat .tab_section h3, .single-product .tab_section h3{
 font-size:26pt;
 font-weight: 500;
}
.tax-product_cat .tab_section h4, .single-product .tab_section h4{
font-size:18px;
font-weight: 500;
}
.tax-product_cat .tab_section h5, .single-product .tab_section h5{
font-size:18pt;
font-weight: 500;
}
.tax-product_cat .tab_section h6, .single-product .tab_section h6{
font-size:14pt;
font-weight: 500;
}

.tax-product_cat .hero_left h1{
font-size:20x;	
font-weight: 400;
}

.tax-product_cat .hero_left h2{
font-size: 16px;
margin-bottom: 10px;	
}

.tax-product_cat .galleryimg_box h5,.single-product .galleryimg_box h5 {	
font-size: 14px;
font-weight: 600;
}

	
.elementor-9363 .elementor-element.elementor-element-9832d56 {
        --width: 95%;
        margin-left: 5%;
 }
    
 .card-container {
        flex-direction: column; /* Stack elements vertically on mobile */
        align-items: center; /* Center align the items */
        margin-bottom: 20px;
    }

    .card-container .card-left,
    .card-container .card-right {
        flex: 0 0 100%; /* Full width on mobile */
        padding: 15px; /* Adjust padding */
    }

    .card-right-inner {
        display: flex; /* Ensure it is displayed */
        width: 100%; /* Full width */
    }

    .buttons button {
        width: 100%; /* Full width on mobile */
        margin-bottom: 10px; /* Spacing between buttons */
        text-align:center;
    }

.card-right-inner {
    border-left:none;
}


.page-template-default ul.products li.product .product-image img{
	width: 100%; /* Full width */
    height: auto; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}

.tax-product_cat ul.products li.product .product-image img{
    width: 100%; /* Full width */
    height: auto; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}
	
	.elementor-9363 .elementor-element.elementor-element-6f35c5c {
	  --content-width: 1760px;
	}
	.elementor-element.elementor-element-6f35c5c .e-con-inner{
		 --content-width: 1760px;
		 margin-left: 6%;
	}
	.elementor-9363 .elementor-element.elementor-element-9832d56 {
	  width: 90%;
        margin-left: 5%;
	}	
	
	.form-column {
        flex: 1 1 100%; /* Stack columns on smaller screens */
    }
	
	.tab_section .galleryimg img {
        max-height: 124px;
        height: auto;
        margin: 0 auto;
    }
   	
	.tab_section .description_gallery {
        text-align: center;
    }
	
	.single-product .product-custom-images {
	display:block;
	width:100% !important;
	}
    
    .single-product div.product .single_add_to_cart_button{
	display:none;
	width:100% !important;
	}

.single-product div.product .single_add_to_cart_button {
	display:none;
	width:100% !important;
	}	
    	
   .elementor-7371 .elementor-element.elementor-element-2d961b5 {
    padding-left:30px;
    padding-right:30px;
    }
 
 section.icon-marquee.col-full img.icon, .icon-marquee img.icon {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px; 
}
	
	.e-con.e-flex {
  --width: 100%;
  --flex-wrap: wrap;
}
	.elementor-element-3b494d5 h3.elementor-heading-title {
	text-align:center;	
	}
	.elementor-7371 .elementor-element.elementor-element-6e574e3 .elementor-button {
	text-align:center !important;	
	}
	
	.elementor-7371 .elementor-element.elementor-element-749fe74 > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
		margin-top:20px;
		margin-bottom: 20px;	
	}

 .elementor-7371 .elementor-element.elementor-element-5a30844 {
        text-align: center !important;
        width: 100%;
        margin-top: 10px;
    }
 .elementor-7371 .elementor-element.elementor-element-da85b06 {		
  --margin-top: 0px;
  --margin-bottom: 60px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 15px;
  --padding-right: 15px;
}
	.elementor-7371 .elementor-element.elementor-element-5a30844 {
  --width: 35%;
 --display: flex;
--flex-direction: column;
--container-widget-width: calc((1 - var(--container-widget-flex-grow))*100%);
--container-widget-height: initial;
--container-widget-flex-grow: 0;
--container-widget-align-self: initial;
--align-items: flex-end;
--background-transition: .3s;
}
	
	
	
    .widget_product_search button {
        margin-left: 50px !important;  /* Moderate margin for tablets */
        width: 80% !important;        /* Button takes up 80% of width */
    }
    
    .elementor-widget-bocpak-search .widget_product_search form.woocommerce-product-search .search-field {
        padding: 8px 20px !important; /* Adjust padding for tablets */
        width: calc(100% - 40px) !important;  /* Full width minus padding */
        height: 38px !important;      /* Adjust height */
    }

    .wp-image-10506 {
        margin-left: 40px !important;   /* Adjust margin for tablets */
        max-width: 160px !important;    /* Limit image size */
        height: auto;        /* Maintain aspect ratio */
    
    }  
	

	.single-product #woomain .col-left {
	    width: 100%;
        padding-right: 5%;
        padding-left: 5%; 
	}	
	
  	    .single.single-product .col-right {
        width:100%;
        margin-right: 0;
      }
	
	
    .faq_left_column,
    .faq_right_column {
        width: 100%; /* Choti screens par har column full width le ga */
    }
    .woocommerce-grid .products .product {
        width: calc(50% - 20px); /* 2 columns layout with spacing */
    }
	    .tabs {
        display: none;
    }

    .accordion-button {
        display: block;
        background: #f1f1f1;
        border: none;
        padding: 10px;
        text-align: left;
        font-size: 16px;
        cursor: pointer;
        width: 100%;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .accordion-content {
        display: none;
        padding: 20px;
        padding-left: 15px;
       /* border-bottom: 1px solid #ddd;*/
    }
	.accordion-container {
		display: block;
	}
	.tabs, .tabs-content {
		display: none;
	}
    .accordion-content.active {
        display: block;
    }
	.category_wrapper{
		display:block;
	}
	aside.categoyr_sidebars {
		width: 100%;
		margin-right: 0;
	}
	.categirt_products {
		width: 100%;
	}
	.banner_section h1 {
		font-size: 34pt;
		line-height: 40px;
		margin-top: 20px;
	}
	.div_right {
		margin-left: 0;
		width: 100%;
	}

   .under_desc_wrap {
        display: block;
        padding-left: 5%;
        padding-right: 5%;
    }
	
	.div_left {
	   width: 100%;
        padding: 20px 10px;
        margin-bottom: 20px;
        min-height: 100px;
	}
	.boxes {
		flex-wrap: wrap;
	}
	.box {
		width: 37%;
		margin: 0 20px 30px;
	}

	.woocommerce-breadcrumb {
		margin-bottom: 10px !important;
	}
	.elementor-element.elementor-element-806028d.e-con-full.e-flex.e-con.e-child {
		padding-left: 15px;
		width: 100%;
	}
    .elementor-55 .elementor-element.elementor-element-67dae5a {
        padding-top: 0px;
    }
	.elementor-element.elementor-element-89603f4.e-con-full.e-flex.e-con.e-child {
		width: 100%;
		margin-bottom: 40px;
	}
	.elementor-element.elementor-element-31c38e2.elementor-widget.elementor-widget-text-editor {
		text-align: center;
	}	

	.elementor-element.elementor-element-3667f1f.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-d0065fd.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-7d50c01.e-con-full.e-flex.e-con.e-child {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0 10px;
        justify-content: center;
        display: block;
        text-align: center;
    }
	.elementor-element.elementor-element-825eba4.elementor-widget-tablet_extra__width-initial.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list, .elementor-element.elementor-element-0f73c86.elementor-widget-tablet_extra__width-initial.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list, .elementor-element.elementor-element-3c966c4.elementor-widget-tablet_extra__width-initial.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list {
		margin: 0 auto;
	}
	.hero_left {
		float: none;
		width: 100%;
	}
	.hero_right {
		width: 100%;
		margin-top: 70px;
	}
	.banner_section {
		padding: 20px 30px 50px;
	}
	.home .icon-marquee {
		margin-top: 50px;
	}
    .home_heroarea {
        padding: 50px 20px;
    }
    .home_heroarea h1 {
        font-size: 24px;
        line-height: 34px;
    }
	.tab_content.tableft_content {
		float: none;
		width: 100%;
	}
	.description_gallery {
		float: none;
		width: 100%;
	}
	.home_heroarea .elementor-element.elementor-element-fe6b34f.elementor-widget.elementor-widget-text-editor {
		padding-right: 0;
		margin-top: 20px;
	}
	.home section.icon-marquee.col-full {
		margin: 20px auto 50px;
        margin-left: 0;
        margin-right: 0;
		width: calc(100% - 0);
	}

	.form_buttons > a {
		width: 32.9%;
	}
	.contact-form .form-column {
		flex: inherit;
		min-width: 0;
		width: 100%;
		max-width: 100%;
	}
	.contact-form .form-column {
		flex: inherit !important;
	}
    .galleryimg_box {
      width: calc(49.2% - 20px);
     }
     .galleryimg_box:nth-child(odd){
        margin-right:20px;
     }
     .galleryimg_box:nth-child(even){
        margin-right:0;
     }
     .galleryimg img {
          height: 124px;
		  max-height:124px;
	}
	.gallery_right {
		width: 100%;
	}
.elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child > div{
	width:100% !important;
}
.elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child > div:nth-child(4), .elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child > div:nth-child(5){
	width:100%;
}
.usa_icon_footer .elementor-element.elementor-element-bd9280c.elementor-widget__width-initial.elementor-widget.elementor-widget-image{
	justify-content:center;
}
.footer_address  li.elementor-icon-list-item{
	margin:0 auto;
}
.elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child > div:nth-child(4), .elementor-element.elementor-element-f3c340c.e-con-full.footer_contact.e-flex.e-con.e-child > div:nth-child(5){
	width:100% !important;
}
.footer_address .elementor-element.elementor-element-a6b31f2.elementor-widget-tablet_extra__width-initial.elementor-widget__width-initial.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list {
    align-items: center;
    justify-content: center;
    display: flex;
}
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child{
	transform: translate(0, 0px);
    margin-top: 20px;
}

.elementor-55 .elementor-element.elementor-element-67dae5a {
    padding-bottom: 0;
}


 .elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner img.wp-image-8704 {
	width:95px;    
 }
 .elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner img.wp-image-8671 {
	width:95px;    
}

 .elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner img.wp-image-8692 {
	width:75px;    
 }
	
  .elementor-element.elementor-element-825eba4 .elementor-icon-list-items, .elementor-element.elementor-element-0f73c86 .elementor-icon-list-items, .elementor-element.elementor-element-3c966c4 .elementor-icon-list-items{
		margin-left:20px;
   }
   
 
 
 
 
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images.woocommerce-product-gallery-vertical {
    width: 100% !important;
    max-width: 100% !important;
  }

  .single-product .flex-viewport {
    min-height: 300px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-product .flex-viewport img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .elementor-element-72d70b0 .flex-control-thumbs img,
  .elementor-element-72d70b0 .swiper-slide img {
  height: 60px; /* or whatever consistent height you want */
  width: auto;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  }

}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

@media screen and (max-width:650px){
	
.woocommerce-product-search button{
display:none;		
}	

}	
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
@media screen and (max-width:550px){

.section_under_descrition {
        padding-left: 0;
        padding-right: 0;
    }


#capcha .textareas input {
    width: 40px;
    margin-left: 1px;
    margin-right: 1px;
    height: 30px;
	font-size:12px;
}

.single-product #capcha .textareas {
    margin-top: 5px;
    margin-left: 0px;
    width: 100%;
}
   
.woocommerce-product-search button{
display:none;		
}	
	
	.single-product #woomain .col-left	{
	   width: 100%;
	}
	
   .single-product .col-right {
	  width: 100%;	 
	}	
	
	.single-product .summary .left {
       padding-right: 5%;
        padding-left: 5%;
    }
	
    .galleryimg_box {
      width: 100%;
     }
     .galleryimg_box:nth-child(odd){
        margin-right:0px;
     }    
	.faq_section h3 {
		font-size: 26pt;
	}
	.accordion-header h4 {
		font-size: 18px;
	}
	.div_left {
		display: block;
	}
	.box_icon {
		width: 30px;
		margin: 0 auto 5px;
	}
	.box_item {
		margin-bottom: 20px;
	}
	.div_right {
		display: block;
		padding:20px;
	}
	.right_text {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.right_btn {
		width: 100%;
		display: block;
	}
	.accordion_arrow{
		right:-6px;
	}
	.elementor-element.elementor-element-f6ce38c.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-b9140f2.e-con-full.e-flex.e-con.e-child {
        width: 100% !important;
        text-align: center;
    }
	.elementor-element.elementor-element-bd9280c.elementor-widget__width-initial.elementor-widget.elementor-widget-image {
		margin: 0 auto;
	}
	.form_buttons > a {
        width: 32.8%;
    }
	    .box_item {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: block;
    }
}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* Mobile view (1 column) */
@media (max-width: 480px) {   
 
 .single-product .flex-viewport {
    min-height: 240px !important;
  }

  .elementor-element-72d70b0 .flex-control-thumbs img,
  .elementor-element-72d70b0 .swiper-slide img {
  height: 50px; /* or whatever consistent height you want */
  } 

#capcha .textareas input {
    width: 40px;
    margin-left: 1px;
    margin-right: 1px;
    height: 30px;
	font-size:12px;
}

.single-product #capcha .textareas {
    margin-top: 5px;
    margin-left: 0px;
    width: 100%;
}

 
 .single-product .div_right {
        margin-left: 0%;
   }
    
.woocommerce-product-search button{
display:none;		
}	
	
.bocpak-mobile-nav {
	background: #1a1c20 !important;	
}

	
.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner > div {    
    margin-left: 12px ;
}

.elementor-element.elementor-element-e82d10b.courier_icons.e-flex.e-con-boxed.e-con.e-child .e-con-inner  .elementor-bocpak-bg-image img:nth-child(3) {
   width: 95px !important;
}

    

.col-full [data-elementor-type=wp-page] {
 width: 87vw;	
}		
.col-full [data-elementor-type=wp-page] {
		margin-left: 50%;
}	
	
.elementor-9363 .elementor-element.elementor-element-6f35c5c {
        flex-direction: column; /* Stack on top of each other */
   }
   
  .card-container .card-left {
        padding: 15px; /* Adjust padding on mobile */
    }
    .card-container .card-right {
        padding: 15px; /* Adjust padding on mobile */
    }
    .card-container .elementor-iconbox-list-description {
        font-size: 16px; /* Larger font size on mobile */
    }
    .card-container .card-right li {
        font-size: 12px; /* Smaller font size on mobile */
        margin-left: 10px; /* Adjust left margin for mobile */
    }
    .card-right-inner {
        padding-left: 5px; /* Further reduce padding on mobile */
        padding-bottom: 10px; /* Further adjust bottom padding */
    }

.card-right-inner {
    border-left:none;
}


.page-template-default ul.products li.product .product-image img{
	width: 100%; /* Full width */
    height: auto; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}
	
 .tax-product_cat ul.products li.product .product-image img{
    width: 100%; /* Full width */
    height: auto; /* Fixed height for desktop */
    object-fit: cover; /* Maintain aspect ratio */
}
	
	
.col-right .contact-form {
    padding-bottom: 10px;
 }
	.single-product .contact-form textarea.wpcf7-form-control.wpcf7-textarea,.contact-form textarea.wpcf7-form-control.wpcf7-textarea{
        height: 130px;
        width: 100%; 
    }
	
	 .single-product .summary .left {       
        margin-right: 15px;
    }
	
	.single-product .summary {
	  margin-left: 20px;
	  margin-right: 20px;
	}
	
	.tab_section .galleryimg img {
	    max-height: 124px;
        height: auto;
		margin: 0 auto;
	 }
   	
	.tab_section .description_gallery {
        text-align: center;
    }	
	
  .single-product .product-custom-images {
	display:block;
	width:100% !important;
	}

.single-product div.product .single_add_to_cart_button {
    display: none;
    width: 100% !important;
  }	
   .elementor-7371 .elementor-element.elementor-element-2d961b5 {
    padding-left:10px;
    padding-right:10px;
    }
	
	.e-con.e-flex {
  --width: 100%;
  --flex-wrap: wrap;
}
	.elementor-7371 .elementor-element.elementor-element-749fe74 > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
		margin-top:20px;
		margin-bottom: 20px;	
	}
	
	.elementor-element-3b494d5 h3.elementor-heading-title {
	text-align:center;	
	}	
	.elementor-7371 .elementor-element.elementor-element-6e574e3 .elementor-button {
	text-align:center !important;	
	}
    
    .elementor-7371 .elementor-element.elementor-element-5a30844 {
        text-align: center !important;
        width: 100%;
        margin-top: 10px;
    }
	
 .elementor-7371 .elementor-element.elementor-element-da85b06 {		
  --margin-top: 0px;
  --margin-bottom: 60px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 15px;
  --padding-right: 15px;
}
	
    .widget_product_search button {
        margin-left: 20px !important;  /* Adjust margin for mobile */
        width: 100% !important;        /* Make button full width */
    }
    
    .elementor-widget-bocpak-search .widget_product_search form.woocommerce-product-search .search-field {
        padding: 8px !important;     /* Reduce padding for smaller screens */
        width: calc(100% - 16px) !important;  /* Full width minus padding */
        height: 36px !important;      /* Adjust height */
    }

    .wp-image-10506 {
        display:block !important;
        max-width: 140px !important;   /* Limit image size */
        height: auto;       /* Maintain aspect ratio */
        margin-top:20px;
    }
	
    .woocommerce-grid .products .product {
        width: 100%; /* 1 column layout */
    }
	.form_buttons > a {
        width: 32.3%;
    }
	.galleryimg_div img{
		height:auto !important;
	}
	.gallery_right .galleryimg_div {
		width: 100% !important;
		margin-right:0;
	}
	.gallery_right .galleryimg_div:nth-child(4n + 4) {
		transform: translate(0, 0);
	}
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

@media (max-width: 430px) {  

 .single-product .flex-viewport {
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }

  .single-product .flex-viewport img {
    margin: 0 auto;
    display: block;
  }
  

.single-product .summary .left {
        padding-right: 0;
        padding-left: 0;
    }
    
.single.single-product .col-right {
        padding-left: 5%;
}
    
#capcha .textareas input {
    width: 50px;
    margin-left: 1px;
    margin-right: 1px;
    height: 30px;
	font-size:12px;
}

.single-product #capcha .textareas {
    margin-top: 5px;
    margin-left: 0px;
    width: 100%;
}

}

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
ul.elementor-grid .product-block .quantity.buttons_added,
ul.elementor-grid .product-block .add_to_cart,
ul.elementor-grid .product-block .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn-slip-effect,
.related.products .quantity.buttons_added,
.related.products .add_to_cart,
.related.products .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn-slip-effect {
  display: none !important;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
