@media only screen and (max-width: 368px) {
  .header-top .select-wrap {
    flex-direction: column;
  }

  .go-back-link {
    margin-top: 58px !important;
  }

  .order-history-12 {
    margin-top: 31px !important;
  }
}

@media only screen and (min-width: 428px) {
  /* header start */

  .search-mob {
    display: none;
  }

  .search-wrap {
    position: relative;
    display: block;
    top: 0;
    width: auto;
  }

  .search-wrap::after {
    content: '';
    position: absolute;
    background: url('../images/search.png') no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(62%) sepia(46%) saturate(3559%) hue-rotate(346deg) brightness(98%) contrast(95%);
  }

  .search-wrap::before {
    content: '';
    position: absolute;
    border-radius: 30px;
    background-color: #2d2a2a;
    opacity: 0.5;
    width: 1px;
    height: 24px;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
  }

  #search {
    border-radius: 30px;
    padding: 12px 40px 12px 55px;
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
  }

  /* header end */

  .inner-block p {
    padding: 0px 42px;
    line-height: 1.2;
  }





  /* Spare Parts block start */


  /* Spare Parts block end */

  /* Featured Category block start */



  /* Featured Category block end */
  /* category block start */


  /* category block end */

  /* category copy block start */



  .product-img img {
    min-height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  /* category copy block end  */



  /* footer start */
  /* .footer-listing ul {
    flex-direction: row;
  } */

  /* footer end */


  /* product block start */
  .product-gallery {
    max-width: 439px;
    height: 464px;
  }

  .small-container .show-small-img {
    width: 96px;
    height: 96px;
  }

  .show {
    height: 311px;
  }

  /* .small-container div {
    gap: 8px;
  } */

  /* product block end */
  /* Shipping Rates block start */

  /* Shipping Rates block end */
  /* Reference block start */

  /* Reference block end */
  /* brand block start */

  .brand-img img {

    min-height: 160px;
    max-height: 160px;
  }

  /* brand block end */
  .delivery-wrap .shipping-country {
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (min-width: 576px) {

  .single-product .btn-wrap {

    flex-direction: row;

  }



}

@media only screen and (min-width: 600px) {
  .logo-show {
    width: calc(33% - 8px);
  }

  .show-product {
    margin: 0;
    width: calc(33% - 7px);
    padding: 15px;
  }

  .shopping-cart .product-gallery {
    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .shopping-cart .product-wrapping {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }

  .shopping-cart .overall-details {
    width: 50%;
  }

  .shopping-cart .show-specifications {
    width: 100%;
  }

  .delivery-wrap .shipping-country {
    gap: 40px;
    flex-wrap: nowrap;
  }

  .shipping-country label {
    font-size: 16px;
    width: auto;
  }

  .shipping-country select {
    font-size: 14px !important;
  }

  .shipping-country button {
    min-width: 95px;
    font-size: 14px;
  }

  .alternatives-details .btn-wrap a {
    min-width: 130px;
  }

  .product-details .dlt-btn {
    top: 8px;
    right: 0;
  }
}

@media screen and (min-width:658px) {
  .category-product .show-product {
    width: 48%;
  }

  .show-products-wrap {
    justify-content: space-between;
  }

  .single-product {
    width: 48%;
  }
}

@media only screen and (min-width: 768px) {

  /* header start */
  .shipping-date .dispatch {
    padding-top: 3px;
  }

  .show-payment .shipping {
    margin-bottom: 0;
  }

  .show-payment.shipping-details {
    align-items: center;
  }

  .select-wrap {
    gap: 31px;
  }

  .login-wrap {
    gap: 13px;
  }

  #search {
    min-width: 500px;
  }

  /* header end */

  /* login block start */

  .library-block h2 {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 288px;
    /* margin: 0 auto; */
    margin-bottom: 30px;
  }

  .exist-account {
    width: 360px;
  }

  .login-img {
    display: block;
    width: 193px;
    margin-bottom: 13px;
    height: 40px;
    margin: 0 auto;
  }

  .login-img img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .inner-block {
    padding: 24px 16px 20px;
  }

  /* login block end */

  /* sign-up page */
  .signup-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .library-block {
    margin: 0;
    display: block;
    width: 354px;
  }

  .inner-block.signup-block {
    margin: 0;
  }

  .inner-block.signup-block .forget {
    margin-bottom: 32px;
  }

  .signup-block .sign-up {
    margin-bottom: 16px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: calc(100% - 22px);
  }

  .form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100% !important;
    max-width: 161px;
  }

  /* sign-up page */
  /* Spare Parts block start */
  .part-wrap {
    display: flex;
    gap: 10px;
  }

  .head-part {
    width: 50%;
  }

  .model-part {
    width: 50%;
  }

  /* Spare Parts block end */

  /* Featured Category block start */
  .input-three,
  .input-one {
    display: flex;
    gap: 10px;
  }

  /* .input-one .select {
    width: 50%;
  } */

  .input-one div {
    width: 100%;
  }

  .input-one .custom-select {
    width: 100%;
  }

  .input-three .code-wrap,
  .input-three .select {
    width: 50%;
  }

  .input-three .code-wrap,
  .input-three .custom-select {
    width: 50%;
  }



  .sort-select {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .sort-features {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sub-category {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 6px;
    border: 1px solid #F47E20;
    background: #FFF;
    width: 100%;
    min-width: 220px;
    padding: 16px;
  }

  .sort-features .brand-wrap {
    width: auto;
    height: auto;
  }

  .category-wrapping {
    border: none;
  }

  .category-wrapping span::before {
    top: -4px;
    right: -20px;
  }

  .category-wrapping:hover span::before {
    top: -1px;
  }

  .featured-type a {
    display: block;
    width: calc(33.33% - 20px);
  }

  .featured-type img {
    transition: all 0.5s;
  }

  .featured-type a:hover img {
    transform: scale(1.02);
  }

  .sort-recommended:hover span,
  .category-wrapping:hover span {
    color: #F47E20 !important;
  }

  .sort-recommended:hover .sub-category,
  .category-wrapping:hover .sub-category {
    display: block;
  }

  .category-wrapping:hover .category-show::after {
    background-image: url('../images/category-iconRed.svg') !important;
  }

  .category-wrapping:hover .brand-show::after {
    background-image: url('../images/brandRed.svg') !important;
  }

  .category-wrapping:hover .productShow::after {
    background-image: url('../images/productRed.svg') !important;
  }

  .category-wrapping:hover .topShow::after {
    background-image: url('../images/top-productRed.svg') !important;
  }

  .category-wrapping:hover .mustHave::after {
    background-image: url('../images/must-haveRed.svg') !important;
  }

  .sort-recommended:hover span::before,
  .category-wrapping:hover span::before {
    background-image: url('../images/featured-selectRed.svg') !important;
    top: 4px;
  }

  .sort-recommended:hover:hover span::before,
  .category-wrapping:hover:hover span::before {
    filter: invert(52%) sepia(71%) saturate(1450%) hue-rotate(348deg) brightness(100%) contrast(92%);
  }




  /* Featured Category block end */





  /* category block start */
  /* .show-product {
    width: 32%;
  } */
  .show-product {

    min-height: 440px;

  }

  .view-list .show-product {

    height: auto;

  }

  .filter-category {
    display: none;
  }

  .brand-name {
    max-width: 247px;
    /* height: 363px; */
    background: #FFF;
    border: 1px solid #D4D4D4;
    padding: 14px;
  }

  .brand-wrap {
    position: static;
    z-index: 0;
    display: block;
    padding: 0;
    width: 247px;
    flex: none;
  }

  .close-icon {
    display: none;
  }

  .category-wrap {
    display: flex;
    gap: 10px;
  }

  /* category block end */
  /* product block start */
  .product-gallery {
    margin: 0 auto;
    width: 439px;
  }

  .shipping-details {
    display: flex;
    gap: 10px;
  }

  .product-wrapping {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }

  .overall-details {
    /* width: 393px; */
    width: 350px;
    padding: 0;
  }

  .show-specifications {
    /* width: 366px; */
    width: 350px;
    width: 100%;
  }

  .show-specifications .brand-name {
    max-width: 100%;
    /* min-height: 100%; */
  }

  .product-block h1 {
    font-size: 30px;
  }

  .product-block {
    padding-top: 128px;
    min-height: 68vh;
  }

  /* product block end */
  /* Shipping Rates block start */
  .shipping-country form {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  /* Shipping Rates block end */
  /* Reference block start */
  .reference-nav ul {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: row;
    padding: 14px 0;
  }

  .reference-wrap .references-wrap,
  .vehicles-wrap,
  .alternatives-wrap {
    /* overflow: initial; */
    /* border-radius: 22px; */
  }

  #vehicles .vehicles-wrap {
    overflow-x: auto;
  }

  .ref-value {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 25px;
  }

  .order-table-history {
    width: 100%;
    overflow-x: auto;
  }

  .order-table-history table {
    min-width: none;
  }

  .ref-key {
    width: 214px;
  }

  /* Reference block end */
  /* footer start */

  .footer-listing ul {
    flex-direction: row;
  }

  .footer-listing li a {
    font-size: 14px;
  }

  .copyright {
    font-size: 18px;
  }

  .footer {
    padding: 51px 0;
  }

  .global-chat {
    right: 20px;
    top: -21px;
    width: 58px;
    height: 58px;
  }

  .footer .container i::after {
    width: 30px;
    height: 30px;
    background-size: auto;
  }

  /* footer end */

  /* brand block start */
  .brand-img img {
    min-height: 178px;
    max-height: 178px;
  }

  .brand-pagination .pagination-wrap,
  .brand-pagination .btn-wrap {
    width: 50%;
  }

  .brand-block .btn-wrap {
    justify-content: end;
  }

  .pagination-wrap {
    justify-content: end;
  }

  /* brand block end */

  /* Profile Block Start */

  .profile-part {
    flex-direction: row;
    align-items: start;
  }

  .profile-listing {
    flex-direction: column;
    gap: 10px;
    overflow-Y: auto;
  }

  .profile-first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  .profile-label {
    /* display: flex; */
    flex-direction: column;
    align-items: start;
    width: calc(50% - 20px);
    margin-bottom: 12px;
  }

  .profile-label input {
    max-width: 100%;
    width: 100%;
    padding: 8px;
    border-radius: 8px;

  }

  .profile-edit .profile-label input {
    padding: 8px 35px 8px 8px;
  }

  .label-full {
    width: 100%;
  }

  .profile-img {
    padding-left: 0;
  }

  .profile-listing li {
    border-radius: 0px 25px 25px 0px;
  }

  .profile-listing li a {
    font-size: 16px;
    padding: 12px;
  }

  .profile-wrapper h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .profile-label label {
    font-size: 16px;
  }

  .profile-three .profile-label {
    margin-bottom: 0;
  }

  .profile-details .btn-wrap {
    margin-top: 12px;
  }

  .profile-details .btn-wrap button {
    font-size: 16px;
    padding: 8px;
  }

  .profile-wrapper .sub-label {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
  }

  .sub-cont p {
    font-size: 16px;
    padding: 4px 20px 4px 16px;
  }

  .profile-wrapper .sub-label::after {
    width: 5px;
    height: 5px;
    top: 16px;
  }

  .profile-wrapper .sub-label i {
    top: 10px;
  }

  /* Profile Block End */
  .shopping-cart .product-gallery {
    width: auto;
    margin: 0;
  }

  .shopping-cart .product-wrapping {
    justify-content: start;
    margin-bottom: 30px;
  }

  .shopping-cart h1 {
    font-size: 30px;
  }

  .shopping-cart .product-details {
    font-size: 18px;
  }

  /* .single-product{
  width: 100%;
} */
  .shipping-country-block {
    gap: 40px;
  }

  .product-img {
    margin-bottom: 23px;
    min-height: 236px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 30px;
  }

  .alternative-img {
    box-shadow: 0px 0px 0px 1px #D4D4D4;
  }

  .category-product .btn-wrap {
    gap: 30px;
  }

  .reference-number {
    justify-content: flex-start;
  }

  .content-page img {
    width: auto;
  }
}

@media only screen and (min-width: 992px) {

  /* header start */
  .single-product .show-product {
    padding: 20px;
  }

  .single-product .btn-wrap a {

    font-size: 16px;

    min-width: 130px;

  }

  #search {
    min-width: 633px;
  }

  .search-wrap {
    margin-left: -16px;
  }

  .signup-wrap {
    padding: 0px 137px 0 117px;
  }

  .product-details .dlt-btn {
    top: 27px;
    right: 27%;
  }

  /* header end */
  /* Spare Parts block start */


  /* Spare Parts block end */



  /* Featured Category block start */
  .head-part h1 {
    font-size: 55px;
  }

  .head-part p {
    font-size: 20px;
  }

  .model-part ul li a {
    font-size: 24px;
  }

  .select .selectBtn {
    font-size: 20px;
  }

  #code {
    font-size: 20px !important;
    padding: 14px 48px 14px 14px;
  }

  .btn-wrap .search-btn,
  .btn-wrap .clear-btn {
    font-size: 20px;
    border-radius: 38px;
    padding: 14px 17px !important;
  }

  .product-details .btn-wrap button {
    width: 155px;
    justify-content: space-between;
  }

  .overall-details .product-details .btn-wrap button {
    justify-content: center;
  }

  .product-details .btn-wrap {
    justify-content: flex-end;
  }

  .clear-btn {
    padding: 10px !important;
  }

  .model-part {
    border-radius: 30px;
  }

  .model-part>ul {
    border-radius: 38px;
  }

  .model-part>ul .active {
    border-radius: 38px;
  }

  /* .select .selectDropdown .option{
  font-size: 20px;
} */
  .custom-select__option {
    font-size: 20px;
  }


  /* .sub-category{
    border-radius: 6px;
    border: 1px solid #F47E20;
    background: #FFF;
    padding: 24px 20px;
    display: none;
    z-index: 2;
}
.category-wrapping:hover .sub-category{
    display: block;
   position: absolute;
    top: 100%;
    left: 0;
} */

  .featured-block {
    padding: 84px 0;
  }

  .featured-head h3 {
    font-size: 40px;
  }

  .featured-head {
    margin-bottom: 20px;
  }

  .category-wrapping span::after {
    width: 24px;
    height: 24px;
    background-size: auto;
  }

  .sort-recommended span,
  .category-wrapping span {
    font-size: 18px;
    padding-left: 30px;
  }

  .form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
    padding: 12px 10px;
    max-width: 182px;
  }

  .select2-results__option {
    font-size: 20px;
  }

  .input-two {
    margin-top: 5px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: calc(100% - 33px);
  }

  /* .category-wrapping span::before {
  top: -1px;
  right: -34px;
} */
  /* .sort-select {
  gap: 71px;
} */
  .category-wrapping span::before {
    top: -1px;
    right: -20px;
  }

  .sort-select {
    gap: 35px;
  }

  .sub-category {
    min-width: 337px;
    padding: 24px 20px;
  }

  .sub-category strong {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sub-category a {
    font-size: 18px;
  }

  .sub-category li {
    margin-bottom: 16px;
  }

  .type-show {
    font-size: 20px;
    margin-left: 12px;
    text-align: start;
  }

  .sort-features {
    margin-bottom: 9px;
  }

  .type-wrap img {
    max-height: 267px;
    min-height: 228px;
  }

  .sort-recommended span::before {
    top: -1px;
  }

  /* Featured Category block end */

  /* category block start */

  .category-block {
    padding-top: 149px;
    padding-bottom: 18px;
  }

  .select-brand {
    font-size: 20px;
    padding-bottom: 13px;
    margin-bottom: 15px;
  }

  .brand-name {
    padding: 12px;
    letter-spacing: -0.3px;

  }

  .brand-label {
    font-size: 16px;
    padding: 7px 14px;
  }

  .brand-label i {
    right: 11px;
    top: 53%;
  }

  [type="radio"]:checked+label,
  [type="radio"]:not(:checked)+label {
    font-size: 18px;
  }

  .brand-item.brand-item-show .brand-cont {
    display: block;
    padding-top: 22px;
  }

  .brand-cont p {
    margin-bottom: 20px;
  }

  .category-wrap {
    gap: 20px;
  }

  .show-category h1 {
    font-size: 20px;
    letter-spacing: -0.1px;
    padding-top: 3px;
    padding-bottom: 26px;
    margin-bottom: 31px;
  }

  .show-product {
    width: 32%;
    /* border-radius: 36px; */
    min-height: 425px;
    margin-bottom: 16px;
  }

  .product-name {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .show-products-wrap .product-price {
    margin-bottom: 0px;
  }

  .show-products-wrap .product-img {
    min-height: 200px;
  }

  .show-products-wrap .product-img img {
    min-height: 200px;
    max-height: 200px;
  }

  .sub-part {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .order-history-title th {
    font-size: 23px;
    color: #727272;
  }

  .order-history-value td {
    font-size: 20px;
    color: #727272;
  }

  .product-price {
    font-size: 20px;
  }

  .product-alert {
    font-size: 16px;
  }

  .product-img {
    margin-bottom: 23px;
    min-height: 236px;
    display: flex;
    align-items: center;
  }

  .product-img img {
    max-height: 236px;
    min-height: 236px;
  }

  /* .product-details {
    padding: 0 10px;
  } */

  .product-wrap {
    justify-content: start;
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
  }

  /* category block end */

  /* footer start */
  .footer-listing ul {
    gap: 42px;
    flex-wrap: wrap;
  }

  .footer-listing,
  .brand-listing {
    margin-bottom: 21px;
    margin-right: 73px;
  }

  /* footer end */


  /* category copy block start */




  .product-wrap.category-product {
    /* flex-direction: column; */
  }

  .category-product .product-img {
    min-height: 243px;
    /* width: 30%; */
    flex: none;
  }

  .show-category {
    width: 100%;
    min-height: calc(100vh - 371px);
  }

  .category-product .product-details {
    min-height: 243px;
    padding: 6px 16px;

  }

  .category-product .product-name {
    margin-bottom: 2px;
  }

  .category-product .product-price {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .category-product .sub-part {
    margin-bottom: 10px;
  }

  .category-product .product-alert {
    margin-bottom: 30px;
  }

  .category-product .btn-wrap {
    /* gap: 0; */
    /* flex-direction: row; */
  }

  .category-product .btn-wrap .clear-btn {
    /* margin-right: 36px; */
  }

  .category-product .btn-wrap .search-btn,
  .category-product .btn-wrap .clear-btn {
    justify-content: center;
  }

  .category-product .show-product:hover img {
    transform: scale(1);
  }




  .sub-label {
    font-size: 18px;
  }

  .sub-cont ul li a {
    font-size: 16px;
  }

  .sub-cont ul li {
    padding-left: 10px;
  }

  .sub-cont ul li::after {
    top: 45%;
    width: 4px;
    height: 4px;
  }

  .show-category h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 47px;
    margin-left: 10px;
  }

  /* category copy block end  */

  /* product block start */
  .product-gallery {
    margin: 0;
    flex: none;
  }

  /* .product-wrapping {
    align-items: center;
  } */

  .overall-details {
    width: 50%;
  }

  .show-specifications {
    width: 100%;
  }

  .spec-wrap .specification {
    font-size: 16px;
  }

  .spec-wrap .specification:last-child {
    font-size: 14px;
  }

  .overall-details .product-name {
    font-size: 22px;
  }

  .overall-details .product-price {
    font-size: 22px;
  }

  .shipping-date .dispatch {
    font-size: 14px;
  }



  .shipping-date p,
  .shipping-date p a {
    font-size: 14px;
  }

  .product-block h1 {
    font-size: 36px;
    padding: 15px 0 15px 17px;
    margin-bottom: 10px;
    border-bottom: 0px solid #D4D4D4;
  }

  /* product block end */
  /* Shipping Rates block start */
  .delivery-wrap {
    padding: 29px 38px;
    border-radius: 18px;
  }

  .rates-block h2 {
    font-size: 30px;
    margin-bottom: 34px;
  }

  .rates-block {
    padding: 30px 0px;
  }

  .company-rating table th {
    font-size: 23px;
    padding: 20px;
  }

  .company-rating table td {
    font-size: 20px;
    padding: 20px;
  }

  .shipping-country label {
    font-size: 24px;
    margin: 0;
  }

  .shipping-country select {
    font-size: 20px !important;
    padding: 14px 36px 14px 14px;
    min-width: 228px;
  }

  .select-country-wrap::after {
    right: 14px;
  }

  .shipping-country button {
    min-width: 118px;
    font-size: 20px;
    padding: 15px;
    margin: 0;
  }

  .shipping-country form {
    gap: 40px;
  }

  .shipping-country {
    margin-bottom: 20px;
  }

  .company-rating table th,
  .company-rating table td {
    padding: 26px 8px;
  }

  /* Shipping Rates block end */
  /* Reference block start */
  .reference-nav ul li a {
    font-size: 24px;
  }

  .reference-wrap h3 {
    font-size: 30px;
    margin-bottom: 34px;
  }

  .number-wrap strong {
    font-size: 26px;
    margin-bottom: 29px;
  }

  .numbers-ref {
    font-size: 20px;
  }

  .reference-wrap .references-wrap,
  .vehicles-wrap,
  .alternatives-wrap {
    padding: 28px 38px 38px 22px;
  }

  .number-wrap {
    margin-bottom: 40px;
    padding-bottom: 2px;
  }

  .reference-number {
    margin-bottom: 18px;
    margin-left: 10px;
  }

  .reference-block {
    padding: 37px 0;
  }

  .reference-nav ul {
    padding: 14px 0 21px;
  }

  .reference-nav {
    margin-bottom: 65px;
  }

  .reference-wrap {
    margin-bottom: 69px;
  }

  .vehicles-wrap table th {
    font-size: 26px;
    padding-top: 0;
  }

  .vehicles-wrap table td {
    font-size: 20px;
    padding: 15px 8px;
  }

  /* Reference block end */

  /* brand block start */
  .brand-block {
    padding-top: 150px;
  }

  .brand-block h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .brands-wrapping {
    gap: 42px 20px;
    margin-bottom: 40px;
  }

  .logo-show {
    width: calc(25% - 15px);
    padding: 18px;
    border-radius: 23px;
  }

  .brand-content strong {
    font-size: 26px;
  }

  .brand-content span {
    font-size: 16px;
  }

  .brand-img img {
    min-height: 227px;
    max-height: 227px;
  }

  .brand-content {
    margin-bottom: 10px;
  }

  .pagination-wrap input {
    width: 68px;
    height: 38px;
    border-radius: 8px;
    padding: 6px 10px;
  }

  .pagination-wrap input,
  .pagination-wrap span {
    font-size: 20px;
  }

  /* brand block end */
  .shopping-cart .overall-details {
    width: 40%;
    margin-top: 20px;
    flex: none;
  }

  .shopping-cart .show-specifications {
    max-width: 394px;
    width: 100%;
    margin-top: 0;
  }

  .shopping-cart .product-wrapping {
    align-items: start;
    flex-wrap: nowrap;
  }

  .shopping-cart .overall-details span {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .product-wrapping .sub-part {
    margin-bottom: 0 !important;
  }

  .product-vat.input-vat .product-input {
    margin-bottom: 0 !important;
    display: flex !important;
    width: 56px !important;
    height: 26px;
  }

  .shopping-cart .brand-name .spec-total {
    border-top: 1px solid #D4D4D4;
    padding-top: 10px;
    margin-top: 62px;
  }

  .shopping-cart .brand-name .specification-total {
    font-size: 16px;
  }

  .shopping-cart .brand-name .specification-count {
    font-size: 22px;
    font-weight: 700;
  }

  .shopping-cart h1 {
    font-size: 36px;
    padding: 0 0 25px;
  }

  .shopping-cart {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .shopping-cart .product-details {
    font-size: 18px;
  }

  .product-vat span {
    font-size: 16px !important;
  }

  .delivery-details-wrap .delivery-details-block {
    margin: 29px 0px 0px 0px;
  }

  .category-wrapping:hover span::before {
    top: 4px;
  }
}




@media only screen and (min-width: 1024px) {
  /* Featured Category block start */

  .head-part h1 {
    margin-bottom: 20px;
  }

  .spare-part {
    padding-top: 198px;
  }

  .head-part {
    width: 40%;
  }

  .model-part {
    width: 60%;
    padding: 29px;

  }

  .model-part>ul {
    padding: 10px 7px;
  }

  .model-part>ul>li>a {
    padding: 13px 16px;
  }

  .custom-select__option {
    padding: 13px;
    font-size: 20px;
    margin-bottom: 0;
  }

  .form-wrap {
    padding-top: 35px;
    padding-bottom: 15px;

  }

  .input-one {
    gap: 42px;
    margin-bottom: 25px;
  }

  .input-two {
    margin-bottom: 25px;
  }

  .input-three {
    gap: 30px;
  }

  #code {
    padding: 10px 48px 16px 14px;
  }

  .btn-wrap .search-btn,
  .btn-wrap .clear-btn {
    padding: 14px 17px !important;
  }

  .clear-btn {
    padding: 13px 38px !important;
  }

  .category-product .btn-wrap {
    gap: 30px;
  }

  .input-three .code-wrap,
  .input-three .custom-select {
    width: 30%;
  }

  .sort-select {
    gap: 30px;
  }


  .form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 13px;
    font-size: 20px;
    margin-bottom: 0;
    max-width: 250px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: calc(100% - 40px);
  }

  /* Featured Category block end */


  /* category block start */



  /* category block end */

  /* product block start */
  .product-wrapping {
    align-items: initial;
    justify-content: initial;
    gap: 40px;
  }

  .overall-details {
    width: 49%;
    /* padding-top: 35px; */
  }

  .overall-details .product-details {
    padding: 0;
  }

  .overall-details .product-name {
    margin-bottom: 4px;
    padding-right: 61px;
  }

  .overall-details .sub-part {
    margin-bottom: 22px;
  }

  .overall-details .product-vat {
    margin-bottom: 19px;
  }

  .easy-return,
  .shipping-rate {
    padding-left: 31px;
    margin-bottom: 18px !important;
  }

  .shipping-details {
    gap: 8px;
    max-width: 395px;
    margin-bottom: 14px;
  }


  .shipping-date .dispatch {
    margin-bottom: 12px;
    margin-top: 3px;
  }

  .shipping-date p,
  .shipping-date p a {
    margin-bottom: 12px;
  }

  .shipping-date p a {
    margin-left: 10px;
  }

  .shipping-date p {
    margin-top: 3px;
  }

  .money-back {
    padding: 15px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
  }

  .money-back p {
    max-width: 277px;
  }

  .money-back strong {
    margin-bottom: 10px;
  }

  .show-specifications {
    width: 100%;
    /* margin-top: 30px; */
    margin-left: 14px;
  }

  .show-specifications .brand-name {
    max-width: 100%;
  }

  .spec-wrap {
    margin-bottom: 21px;
  }

  .product-block .payment-wrap {
    flex-wrap: wrap;
  }

  /* product block end */
  /* Shipping Rates block start */

  /* Shipping Rates block end */
  /* Reference block start */
  .reference-nav ul {
    gap: 179px;
  }

  .product-block h1 {
    font-size: 40px;
  }

  .reference-number {
    gap: 73px
  }

  /* Reference block end */

  /* brand block start */

  /* brand block end */
  .profile-wrapping {
    padding-top: 158px;
    padding-bottom: 74px;
  }

  .profile-img {
    border-radius: 12px;
    width: 470px;
    padding: 29px 18px 17px 0;
    gap: 30px;
  }

  .profile-name {
    font-size: 20px;
  }

  .profile-listing {
    gap: 20px;
  }

  .profile-listing li a {
    font-size: 18px;
    padding: 15px 20px;
  }

  .profile-head {
    gap: 13px;
  }

  .profile-part {
    gap: 30px;
  }

  .profile-details {
    padding: 28px 26px;
    border-radius: 12px;
  }

  .profile-wrapper h3 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .profile-label input {
    padding: 14px;
    max-width: 100%;
  }

  .profile-edit .profile-label input {
    padding: 14px 35px 14px 14px;
  }

  .profile-label {
    margin-bottom: 20px;
  }

  .profile-three .profile-label {
    width: calc(33.33% - 25px);
  }

  .profile-details .btn-wrap {
    margin-top: 71px;
  }

  .profile-details .btn-wrap button {
    width: 120px;
    padding: 15px 35px !important;
    font-size: 14px;
  }

  .profile-wrapper .sub-label::after {
    top: 15px;
    left: 6px;
  }

  .sub-cont p {
    padding: 8px 20px 10px 16px;
  }

  /* Profile Block End */
  .shopping-cart h1 {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .shopping-cart .product-details {
    font-size: 20px;
  }

  .shopping-cart {
    padding-top: 170px;
    padding-bottom: 30px;
    min-height: calc(100vh - 181px);
  }

  .shopping-cart .product-gallery {
    margin-left: 20px;
    width: 281px;
    min-height: 282px;
    flex: none;
  }

  .shopping-cart .overall-details {
    padding: 0;
    width: 54.5%;
  }

  .shopping-cart .product-wrapping {
    gap: 20px;
  }

  .shopping-cart .product-details .btn-wrap {
    margin-top: 37px;
  }

  .shopping-cart .brand-name .spec-total {
    margin-top: 98px;
  }

}

@media only screen and (min-width: 1100px) {
  .category-wrapping span::before {
    top: -1px;
    right: 0px;
  }

  .sort-select {
    gap: 20px;
  }

  .sort-recommended span,
  .category-wrapping span {
    padding-right: 24px;
    font-size: 16px;
  }

  .brands-wrapping {
    margin-bottom: 111px;
  }


}

@media only screen and (min-width: 1223px) {
  .category-wrapping span::before {
    top: 1px;
    right: 0px;
  }

  .sort-recommended span,
  .category-wrapping span {
    font-size: 20px;
  }

  .sort-select {
    gap: 30px;
  }

  .sort-recommended span,
  .category-wrapping span {
    padding-right: 34px;
  }

  .shopping-cart .product-wrapping {
    gap: 34px;
  }

}


@media only screen and (min-width: 1800px) {
  .login-block .container {
    width: 100% !important;
  }
}

@media screen and (min-width:575px) {
  .shipping-wrapper .double-wrap {
    display: flex;
    margin: 0 -10px 17px;
  }

  .shipping-wrapper .double-wrap .input-wrap {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .shipping-wrapper .accordian-listing li {
    padding: 14px 0 28px;
  }

  .shipping-wrapper .accordian-listing .list-title {
    font-size: 20px;
    /* padding: 24px 0 22px; */
  }

  .shipping-wrapper .double-wrap {
    margin-bottom: 25px;
  }

  .shipping-wrapper .input-wrap label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .shipping-wrapper .input-wrap input {
    font-size: 16px;
    padding: 17px 22px;
  }

  .shipping-wrapper .accordian-listing .btn-wrap {
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .shipping-wrapper .accordian-listing .btn-wrap p {
    margin-bottom: 0;
  }

  .shipping-wrapper .accordion-content .btn-wrap .btn {
    margin-left: 20px;
  }

  .shipping-wrapper .input-wrap .warning {
    margin-top: 10px;
    font-size: 13px;
  }

  .shipping-wrapper .checkbox-wrap label {
    font-size: 16px;
  }

  .shipping-wrapper .shipping-charge-wrap {
    padding: 20px;
  }

  .shipping-wrapper .shipping-charge-wrap .shipping-type {
    font-size: 16px;
  }

  .shipping-wrapper .shipping-charge-wrap input[type="radio"] {
    margin-right: 16px;
  }

  .shipping-wrapper .shipping-charge-info .shipping-charge {
    font-size: 16px;
    line-height: 1.5;
  }

  .shipping-wrapper .shipping-charge-info .delivery-date {
    font-size: 16px;
  }

  .shipping-wrapper .payment-option .payment-label {
    padding: 11px 22px;
  }

  .shipping-wrapper .card-info {
    padding-bottom: 24px;
  }

  .shipping-wrapper .cart-price-wrap {
    width: calc(50% - 25px);
    margin-left: 25px;
  }

  .shipping-wrapper .accordion-content {
    padding: 0 25px;
  }

  .shipping-wrapper .right-block .cart-price-wrap {
    margin: 0;
    width: 100%;
  }

  .shipping-wrapper .apply-coupen input {
    padding: 13px;
  }

  .product_card_wrapper .right-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
  }

  .product_card_wrapper .product_list {
    width: calc(50% - 30px);
    margin: 15px;
  }

  .product_card_wrapper .container {
    display: flex;
  }

  .category-product .show-product {
    width: 100%;
  }

}

@media screen and (min-width:992px) {
  .sub-part {
    min-height: 45px;
  }

  .show-products-wrap {
    gap: 30px;
    justify-content: flex-start;
  }

  .single-product {
    width: calc(50% - 30px);
    margin-bottom: 0;
  }

  .featured-type {
    margin: -20px -15px;
  }

  .featured-type a {
    width: calc(25% - 30px);
    margin: 20px 15px;

  }

  .shipping-wrapper .container {
    display: flex;
  }

  .shipping-wrapper .left-block {
    width: calc(60% - 25px);
    margin-right: 25px;
  }

  .shipping-wrapper .right-block {
    width: calc(40% - 25px);
    margin-left: 25px;
  }

  .shipping-wrapper .right-block .cart-price-wrap {
    width: 100%;
    margin: 0;
  }

  .product_card_wrapper .left-block {
    width: 25%;
    margin-right: 25px;
  }

  .product_card_wrapper .brand-wrap {
    max-width: 100%;
  }

  .product_card_wrapper .product_list {
    width: calc(33.33% - 30px);
  }

  .show-specifications button {
    font-size: 20px;
    border-radius: 38px;
    padding: 10px 20px !important;
  }

  .category-product .show-product {
    width: 48%;
    height: auto;
    min-height: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .checkout-price .cart-total {
    font-size: 16px;
  }

  .main-total {
    font-size: 16px;
  }
}

/* 1024 */
@media screen and (min-width: 1024px) {
  .show-specifications button {
    padding: 13px 20px !important;
  }

  .overall-details .btn-wrap a {
    min-width: 150px;
  }

  .shipping-wrapper .accordian-listing .btn-wrap p {
    font-size: 17px;
    margin-bottom: 22px;
  }

  .product-details .dlt-btn {
    right: 0px;
    top: 25px;
  }

  .pro-wrap .show-specifications {
    width: 28.8%;
    flex: none;
    position: sticky;
    top: 134px;
  }

  .pro-wrap {
    display: flex;
    align-items: start;
    position: relative;
    justify-content: space-between;
    min-height: 400px;
  }

  .shipping-wrapper .cart-price-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .logo {
    width: 150px;
  }

  .overall-details .btn-wrap a {
    min-width: 191px;
    padding: 16px !important;
  }

  .shopping-cart .product-details {
    width: 460px;
    margin: 0 auto;
  }

  .show-specifications {
    width: 27%;
    flex: none;
  }

  .show-specifications .brand-name {
    max-height: 464px;
    overflow-y: auto;
  }

  .product-wrapping {
    gap: 30px;
    flex-wrap: nowrap;
  }

  .shipping-wrapper .left-block {
    width: calc(68% - 25px);
    flex: none;
  }

  .shipping-details .shipping {
    font-size: 16px;
  }

  .single-product {
    width: calc(33.33% - 22px);
    margin-bottom: 0;
  }

  .product-details .dlt-btn {
    right: 20px;
    top: 27px;
  }

  .search-wrap-block {
    gap: 60px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .single-product .btn-wrap {
    gap: 12px;
  }
}

/* 1300 */
@media screen and (min-width: 1300px) {
  .shipping-wrapper p {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .shipping-wrapper .btn {
    padding: 15px 35px;
  }

  .shipping-wrapper .cart-price-block {
    padding-bottom: 30px;
  }

  .shipping-wrapper .cart-price-block .order-details {
    margin-bottom: 15px;
  }

  .shipping-wrapper .order-details h4 {
    font-size: 20px;
  }

  .shipping-wrapper .order-details .currency-type {
    font-size: 16px;
  }

  .shipping-wrapper .checkout-price th {
    font-size: 16px;
  }

  .shipping-wrapper .checkout-price td {
    font-size: 16px;
  }

  .shipping-wrapper .total-price .text {
    font-size: 16px;
  }

  .main-total {
    font-size: 22px;
  }

  .checkout-price .cart-total {
    font-size: 22px;
  }

  .currency-type {
    font-size: 16px;
  }

  .shipping-wrapper .order-details h4 .product-quant {
    font-size: 14px;
  }

  .shipping-wrapper .checkout-price td,
  .checkout-price th {
    font-size: 22px;
  }

  .shipping-wrapper .apply-coupen input {
    padding: 11px 13px;
    font-size: 14px !important;
  }

  .shipping-wrapper .apply-coupen .apply-btn {
    font-size: 14px;
    padding: 10px 21px;
    margin-left: 21px;
  }

  .shipping-wrapper .checkout-block {
    padding-top: 22px;
  }

  .shipping-wrapper .checkout-block .total-price {
    font-size: 18px;
    margin-bottom: 34px;
  }

  .shipping-wrapper .total-price .text {
    font-size: 16px;
  }

}

@media screen and (min-width: 1400px) {
  .footer-listing li a {
    font-size: 18px;
  }

  .container {
    width: 1300px !important;
  }

  .product-details .dlt-btn {
    right: 30px;
    top: 26px;
  }

  .shopping-cart .product-details {
    padding-left: 0;
  }

  .overall-details {
    width: 32.4%;
    flex: none;
  }

  .show-specifications {
    margin-left: 0;
    width: 28.3%;
  }

  .category-product .show-product {
    width: calc(33% - 14px);
  }

  .category-product .btn-wrap {
    /* gap: 29px; */
    justify-content: space-between;
  }
}

@media screen and (max-width: 368px) {
  .product-block h1 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .alert-block {
    margin-top: 25px;
    position: absolute;
    width: calc(100% - 24px);
    top: 164px;
    left: 12px;
  }

  .order_id {
    font-size: 13px;
    font-weight: 600;
  }

  /* .order-desc {
    scroll-margin-top: 142px;
} */
}

@media screen and (min-width:368px) and (max-width:768px) {
  .alert-block {
    margin-top: 15px;
  }

}

@media screen and (min-width:368px) and (max-width:428px) {
  /* .order-desc {
    scroll-margin-top: 110px;
  } */
}

@media screen and (min-width:428px) {
  /* .order-desc {
    scroll-margin-top: 118px;
  } */
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .product-details-block {
    min-height: 200px;
  }
}