@media (max-width: 1350px) {
    .prod-title h3 {
        
        font-size: 28px;
    }

    .add-cart-buttons{
        font-size: 14px;
        padding: 9px 12px;
    }
}

@media (max-width: 1280px) {
    .product-card-wrap .col-lg-3 {
        padding: 0 4px !important;
      
    }
}

@media (max-width: 1200px) {
    .product-card-wrap .col-lg-3 {
        padding: 0 4px !important;
        margin: 8px 4px;
        max-width: 32% !important;
        flex: 0 0 32%;
    }
}

@media (max-width: 1120px) {
    #addCart .mycart-table { 
        padding: 0 ;
    }

    #addCart .product-header {
        padding: 16px 16px;
    }
    
    .table-section  {
         margin-top: 0;
    }

    .mycart-table tr th {
        font-size: 12px;
    }

    .mycart-table tr td {
        font-size: 12px;
    }

    .total-cart { 
        padding: 0;
    }
}

@media (max-width: 991px) {
    .product-card-wrap .col-lg-3 { 
        max-width: 48% !important;
        flex: 0 0 48%;
    }

    #product-page .sidebar { 
        left:  -100%;
        transition: all 0.2s ease-in-out;
    }

    .content-panel { 
        min-width: 100%;
        margin-left: 0 !important;
    }

    .active { 
        left: 0 !important;
    }

    .navbar-wrap {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .navbar-wrap .header-search .form-control {
        height: 40px;
    }

    .header-search { 
        display: none;
    }

    .mobile-search { 
        display: block;
    }

    .mobile-logo {
        display: inline-block;
        width: 147px;
        margin-left: 16px;
    }

    .prod-cont {
        flex-direction: column;
        justify-content: center !important;
    }

    .prod-cont .col-md-12 { 
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prod-cont .col-md-12 a {
        margin: 0 7px;
    }
    .prod-cont .col-md-12 h3 {
        margin: 15px 0;
    }

    .table-sm-none { 
        display: none;
    }


    .table-sm-show { 
        display: block;
        margin-bottom: 30px;
    }
    
    .total-cart th { 
        padding-right: 20px !important;
    }

}

@media (max-width:768px) {

    :root{ 
        --primary-color: #2A3177;
        --gray-light: #F7F7F7;
        --danger-color: #BF2131;
    
    
        /* typography  */
    
        --f-size-34: 28px;
        --f-size-28: 20px;
        --f-size-14: 14px;
        --f-size-13: 13px;
        --f-size-16: 14px;
        --f-size-18: 16px;
        --f-size-10: 10px;
    
        
        /* spacing  */
    
       
        --space-single-60: 30px;
        --space-60: 30px 0;
        --space-30: 30px 0;
        --space-single-30: 30px;
        --space-single-90: 40px;
        --space-90: 40px 0;
        --space-single-25: 25px;
        --space-25: 25px 0;
    
    
    }
    

    .sign-in-form {
        border-radius: 24px;
        padding: 20px 28px 50px 28px;
        width: 100%;
        margin: auto;
    }   

    .sign-in-form .form-group input,
    .sign-in-form button {
        height: 42px;
        border-radius: 6px;
    }

    #signin .logo {
        width: 226px;
    } 

    .filterbar {
        padding: 1px 11px 7px 12px;
     
    }

    .mobile-d_none { 
        display: none !important;
    }
	
}

/* sidebar for small screens */
@media screen and (max-width: 767px) {
    .sidebar {
      max-width: 18rem;
      transform: translateX(-100%);
      transition: transform 0.4s ease-out;
    }
  
    .sidebar.active {
      transform: translateX(0);
    }

    .product-card-wrap .col-lg-3 {
        max-width: 100% !important;
        flex: 100% ; 
    }

    .pe_pagination .page-item {
        margin-left: 0px;
        margin-right: 4px;
       
        width: 37px;
        height: 37px;
        color: #fff;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

    .pe_pagination .pagination {
        justify-content: center !important;
    }

    #addCart .navbar-wrap .logo {
        width: 164px;
    }

    .header-search { 
        min-width: auto;
    }

    #addCart .product-header {
        margin-top: 0;
    }

    .table-sm-show {
        margin-top: 35px;
    }

    .table-sm-show .card {
        margin-bottom: 30px;
    }

	#pe_products-page-section .card-header h2 input[type="checkbox"] {
		margin-top:3px;
	}
	
	.filterbar-wrap.d-flex.align-items-center.justify-content-between {
		flex-direction: column-reverse;
		width: 100%;
	}
	
	.filter-options { max-width:100% }
	
	.per-page-wrap {
		margin-top:10px;
		width:100%;
	}
	.filterbar .selectbox label{ 
		margin-bottom: 0;
	}
	.filterbar .selectbox {
        margin-left: 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
        align-items: center;
}
    
  }

  @media (max-width: 576px) {
    .table-sm-show .card-body {
        padding: 10px;
    }

    .table-sm-show .card-body p,
    .table-sm-show .card-body span { 
        font-size: 10px;
    }
    .text-divider {
        height: 12px;
    }
  }
  