/*
Theme Name: Global Garments Stock
Author: App and Website
Description: The official consulting comapny theme by <a href="https://appandwebsite.au/"> App and Website </>
Version: 1.0.0
*/


/* ============== Pagination css starts=================== */
.pagination_main{
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination_main .page-numbers{
   margin-right: 1.2rem;
   width: 40px!important;
   height: 45px!important;
   line-height: 2.6rem!important;
   font-size: 1.3rem;
   font-weight: 600;
   text-align: center;
   border-radius: 6px;
   border: 2px solid #ff6600;
   background: #fff;
   color: #ff6600;
 }
 .pagination .page-numbers:hover{
   background: #ff6600;
   border-color: #ff6600;
   color: #fff;
 }
 .pagination .current {
    background: #ff6600;
    border-color: #ff6600;
   color: #fff;
 }
 .pagination .page-numbers:last-child{
   margin-right: 0rem;
 }
 /* ============== Pagination css ends=================== */


.ct_list_topbar a{
font-weight: 500!important;
}
.top_bar .social-links{
    display: flex;
    gap: 20px;
}
.top_bar .social-links a{
    display: flex;
    gap: 20px;
    color: #fff;
}
.main_header{
    padding-left: 0px !important;
}
.main_header.outer-box .category-box {
    position: relative;
    left: 0px;
    top: 0px;
    width: 200px;
    border: none;
    padding: 10px 0px;
    cursor: pointer;
}
.bg_secondry{
    background:#153979;
    color: #fff;
}
.main_header .menu-right-content .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background: #f55f0e;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    text-align: center;
    padding: 7px 20px 7px 20px;
}
.banner_content h1, .banner_content p{
    color: #fff!important;
}
.hero_contact{
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}
.hero_contact .form-inner .form-group {
    margin-bottom: 16px;
}
.upper-text{
    font-size: 16px!important;
}
.upper-text span{
    font-size: 12px!important;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: none!important;
}


.mobile_menu_main  .nav-logo {
    padding-bottom: 40px;
}
.mobile_menu_main .contact-info {
    padding: 50px 30px 20px 30px;
}

.hero_contact_mobile{
    display: none;
}

.header-lower{
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);  
}
.sticky_header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


.copyright{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.lot_item{
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    margin-bottom: 25px;
}
.lot_item .item_content{
    padding: 20px;
}
.item_content h3{
    margin-bottom: 10px;
}
.item_content h3 a{
    margin-bottom: 10px;
    color: #f55f0e;
}
.item_buttons{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.item_buttons .btn1{
    background: #f55f0e;
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.item_buttons .btn2{
    border: 1px solid #153979;
    color:#153979;
    padding: 4px 12px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
}
.wwdo_item{
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.wwdo_content{
    padding: 16px;
}
.wwdo_content p{
    padding-top: 10px;
}
.wwdo_image img{
  height: 280px;
  width: 100%;
  object-fit: cover;
}


.blogs_section .news-block .news-block-one{
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.blogs_section .news-block .news-block-one .lower-content{
    padding:20px;
}

.abtimg img{
   border: 4px solid #fff;
   box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}



/* How We Work Section */
.how-we-work {
  background: #f9fafc;
  padding: 60px 20px;
}

.how-we-work .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.how-we-work .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.how-we-work .section-header p {
  font-size: 1.1rem;
  color: #777;
}

.how-we-work .steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.how-we-work .step {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-we-work .step:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.how-we-work .step-number {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #ff6600;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-we-work h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #333;
}

.how-we-work p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}


.cta_home .image-layer{
    height: 100%;
}
.cta_home .image-layer img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cta_home .inner-container:hover .image-layer {
    transform: scale(1);
}


.hero_sec .content-box {
    max-width: 100%;
}
.hero_sec .content-box p  {
    max-width: 100%;
}

.objitem{
    background: #fff;
    padding: 20px;
    margin: 20px;
}

.contact_page_form{
    background: #faf7f4;
    padding: 40px 0;
}

.stocpagecontact .contact-section{
    background: #faf7f4;
    padding: 40px 0;
}

.main-menu .navigation > li {
    margin: 0px 14px;
}

.blog_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_details_main ul li{
    list-style-type: disc;
    margin-left: 20px;
}
.blog_details_main ol li{
    list-style-type: numbers;
    margin-left: 20px;
}
.blog_details_main table td{
    padding: 5px 10px;
    border: 1px solid #ccc;
}



.btnlot a{
    color: #fff;
}
.box_shadow{
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border: 5px solid #fff;
}
.top_main_content{
    display: grid!important;
    grid-template-columns: 50% 50%;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.stockcssb{
    color: #153979;
}
.stockcssr{
    color: #f55f0e;
}
.stocklist .sp{
    font-weight: 500;
    color: #555;
}
.woocommerce-breadcrumb{
    display: none;
}
.product_details_main{
    margin-top: 60px;
}
.similar_products .lot_item{
   box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Popup Container */
.popup-content {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    animation: scaleIn 0.3s ease-in-out;
}

/* Animation */
@keyframes scaleIn {
    from {transform: scale(0.7);}
    to {transform: scale(1);}
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: red;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    transition: 0.2s;
    cursor: pointer;
}
.popup-close:hover {
    background: darkred;
}
#interestedproduct{
    color: #333;;
}
.popup-close span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feicon img{
   height: 50px;
   padding-bottom: 10px;
}
.centered_button{
    display: flex;
    justify-content: center;
    margin-left: 40px;
}
.highlights-section .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms 
ease;
}


.blog_details_main h2{
  font-size: 2rem!important;
}
.blogs_section .inner-box .lower-content h3 a {
    font-size: 20px;
}
.blogs_section .inner-box img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.blog-sidebar .post-widget .post h5 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.item_content h3 a {
    font-size: 22px;
}
.description_content_product ul li{
    list-style-type: disc;
    margin-left: 20px;
}
.description_content_product ul{
    margin-top: -20px;
}
.product_desc_top .discription-box li{
    border-bottom: 1px solid #eee;
    padding: 3px 0;
}

.custom_filter{
	width: 70%;
	display: flex!important;
	justify-content: flex-start!important;
	align-items: center;
	position: relative;
}
.wc-popup-btn {
	position: absolute;
	right: 0px;
	height: 45px;
    padding: 0px 20px;
    font-size: 16px;
    background: #000!important;
    color: #fff;
    border: none;
    border-radius: 6px;
}
.wc-popup-close {
   z-index: 5;
}
@media screen and (max-width: 1400px){
.custom_filter .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    width: 500px!important;
}
	.wc-popup-btn {
	right: 50px;
}
}
@media screen and (max-width: 1200px){
.custom_filter .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    width: 400px!important;
}
	.wc-popup-btn {
	right: 50px;
}
}
@media screen and (max-width: 920px){
.custom_filter .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    width: 360px!important;
}
	.wc-popup-btn {
	right: 0px;
}
}
@media screen and (max-width: 768px){
	.wc-popup-btn {
	right: 0px;
}
	.custom_filter{
	width: 100%;
	display: flex!important;
	justify-content: flex-start!important;
	align-items: center;
	position: relative;
}
}
@media screen and (max-width: 576px){

	.custom_filter{
	width: 100%;
	display: block!important;
}
	.wc-popup-btn {
		margin-top: 10px;
		position: relative;
	}
}
@media screen and (max-width: 400px){

	.custom_filter .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        width: 100% !important;
    }
}
@media screen and (max-width: 991px) {
    .top_bar .social-links{
        display: none;
    }
    .hero_contact_desktop{
        display: none;
    }
    .hero_contact_mobile{
        display: block;
        padding: 20px;
    }
    .pdhbg{
       padding: 40px 20px;
       background:#fff;
       border-radius: 5px;
       box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .cta_home .image-layer img{
     display: none;
   }
	.cthidemobile{
		display: none!important;
	}
	.archieve_page .sec-title a {
    border-bottom: 0px solid var(--title-color);
   }
}


@media screen and (max-width: 599px) {
.top_bar .email{
    display: none!important;
}
    .main-header .outer-box {
        justify-content: space-between;
    }
    .top_bar .right-column{
        display: none!important;
    }
    .top_bar{
        padding: 8px 0px 0px 0px!important;
    }
    .lot_item{
    grid-template-columns: 1fr;
    }
    .main-header .outer-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.ctrntn {
	margin-top: 10px;
}
.textareaheight textarea{
	height: 80px!important;
}
.description_content_product h3{
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 12px;
}
.contact-section .form-inner .form-group input[type='text'], .contact-section .form-inner .form-group input[type='email'], .contact-section .form-inner .form-group textarea {
    height: 42px;
}
.contact-section .form-inner .form-group textarea {
    height: 120px;
}
.blog_details_main h2{
  font-size: 1.5rem!important;
}
	.ctrntn {
	margin-top: 10px;
	margin-left: 0px;
}
	.ct_list_topbar .email{
		display: flex!important;
	}
}

@media only screen and (max-width: 499px) {
    .header-top .top-inner .info-list {
        display: flex;
		justify-content: space-between;
    }
	.header-top .top-inner .info-list li{
        margin-right: 0;
    }
}


@media only screen and (max-width: 599px) {
    .product-details-content .other-option li strong, .product-details-content .content-box .discription-box li strong {
        width: auto;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 499px) {
    .blog-sidebar .post-widget .post {
        display: grid!important;
		grid-template-columns: 120px auto!important;
    }
}

.product_desc_top h1{
	font-size: 32px;
}
.product_desc_top .amount{
	font-size: 28px;
}

 .main-footer .foot_contact_details .info li a {
    font-size: 16px!important;
}
.main-footer .foot_contact_details .info li a i {
    font-size: 18px!important;
	margin-right: 4px;
}
.main-footer .foot_contact_details ul p i {
    font-size: 18px!important;
	font-weight: 800;
	margin-right: 4px;
}

.seller_button_mobile{
	display:none!important;
}
@media (max-width: 767px) { /* adjust breakpoint for mobile */
    .home_products_all .row .deals-block:nth-child(n+7) {
        display: none;
    }
	.rmtop{
		margin-top: -60px;
	}
	.contact_page_form{
		padding: 40px 20px;
	}
	.seller_button_mobile{
	display:inline-flex!important;
}

}

.home_product_search{
	margin-top: -20px;
	margin-bottom: 20px;
}
.home_product_search .dgwt-wcas-search-wrapp {
    max-width: 100%;
}


.lot_item {
	position: relative;
}
.lot_item .new_arrival{
	position: absolute;
	left: 0;
	top: 0px;
	background: red;
	color: #fff;
	padding: 0 5px;
	font-size: 14px;
}

.description_content_product h2{
    margin-bottom: 10px !important;
}

.share_div2{
	margin-top: -50px;
	margin-bottom: 50px;
}
.product-details-content .content-box h3 {
    font-size: 28px;
}
.btn-box{
	display: flex;
	align-items: center;
}


.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  position: relative;
  animation: slideDown 0.3s ease;
}

.popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: red;
  color: white;
  font-size: 24px;
  line-height: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.popup-section { margin-bottom: 20px; }

@keyframes slideDown {
  from { transform: translateY(-50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 480px) {
  .popup-content { width: 95%; padding: 15px; }
}

.xoo-wsc-basket {
    width: 50px;
    height: 50px;
}
.xoo-wsc-bki {
    font-size: 24px;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 16px;
    width: 45px;
    height: 45px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.7);
    animation: whatsapp-pulse 2s infinite;
    z-index: 9999;
    text-decoration: none;
}

/* Pulse Glow Animation */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Hover Effect */
.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.9);
    transition: all 0.3s ease;
	color: #fff;
}


/* .info-block-one .inner-box {
    padding-left: 20px;
} */
