

@media (max-width: 1714px) {
  /* Header sec */
  .header-sec {
    padding: 12px 0;
  }
  .brand-logo img {
      max-width: 130px;
      max-height: 40px;
  }
  .sidebar-sec,
  .checkout-sec {
    flex: 0 0 270px;
    max-width: 270px;
    padding-top: 50px;
    top: 61px;
  }
  .sidebar-sec .search-products input {
      width: 100%;
  }
  /* center sec  */
  .center-sec {
    margin-left: 270px;
    margin-right: 270px;
  }
  .stepper-sec.fixed_qnt {
      top: 60px;
      padding: 15px !important;
  }
  .stepper-sec {
    padding: 0 10px 25px;
  }
  .select-quant-sec {
    padding: 40px 0 0;
  }
  .select-quant-sec.fixed_qnt {
    top: 158px;
  }
  .select-quant-sec h6 {
    font-size: 16px;
    line-height: 25px;
  }
  .quant-no {
    gap: 20px;
  }
   .quant-no li {
    width: 45px;
    height: 45px;
  }
  .quant-no li input[type="radio"]{
    width: 45px;
    height: 45px;
  }
  .quant-no li span {
    font-size: 12px;
    width: 45px;
    height: 45px;
    padding-top: 11px;
  }
  .select-quant-sec input[type="number"] {
    padding: 10px;
  }
  .select-quant-sec input[type="number"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  /* product sec  */
  .product-card {
    flex: 0 0 calc(100% / 3 - 15px);
  }
  /* checkout sec  */
  .checkout-sec {
    flex: 0 0 320px;
  }
}

@media (max-width: 1440px) {
  /* center sec  */
  .quant-no {
    gap: 15px;
  }
  /* checkout sec  */
  .checkout-sec {
    flex: 0 0 310px;
  }
}
@media (max-width: 1399px) {
  /* header sec  */
   /*.toggle-container {
    display: block;
  }*/

  .stepper-btn button {
      font-size: 14px;
      padding: 8px 20px 8px;
      border: none;
  }
  header {
    border-bottom: 1px solid var(--white-var3);
    position: relative;
    z-index: 1000;
    background: #fff;
  }
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .brand-logo img {
    max-width: 140px;
    max-height: 40px;
  }
  a.phn-icon {
    font-size: 20px;
  }

  /* Checkout page  */
  .checkout-container {
    gap: 20px;
  }
  .form-body form .input-grp {
    gap: 30px;
  }
  .input-feilds {
    gap: 30px;
  }
  .input-feilds {
    flex-direction: column;
  }
  .delivery-date .switch {
    margin: 4px 10px 4px 0px;
}

/* Fixed overlay */
.select-quant-sec {
    flex-wrap: wrap;
    gap: 10px;
}
.select-quant-sec h6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
}

@media (max-width: 1199px) {
 
  /* center sec  */
    .center-sec {
    margin-right: 300px;
}
  .stepper-steps {
    max-width: 80%;
  }
.stepper-btn button {
    padding: 8px 15px 8px;
}
.product-card {
    flex: 0 0 calc(100% / 2 - 15px);
}
  .select-quant-sec h6 {
    margin-bottom: 0;
  }
  .quant-no {
    gap: 12px;
  }
  .select-quant-sec input[type="number"] {
    max-width: 180px;
  }
  .select-quant-sec input[type="number"]::-webkit-input-placeholder {
    font-size: 13px;
  }
  /* checkout sec  */
  .checkout-sec {
    max-width: 300px;
}

  .pro-actions {
    margin-left: 14px;
  }
  .total h4 span {
    margin-left: 25px;
  }
  /* Modal sec  */
  .modal {
    --bs-modal-width: 900px !important;
  }
  .product-modal-card {
    padding: 40px 30px;
    gap: 40px;
    flex-direction: column;
  }
  .product-slider {
    width: 500px;
    height: 400px;
    gap: 20px;
  }
  .product-slider .slider-single {
    width: 500px;
/*    height: auto !important;*/
  }
  .slider-single .slick-list.draggable {
/*    height: 300px !important;*/
  }
  .product-slider .slider-single div.slick-slide {
/*    height: 220px !important;*/
/*    width: 100% !important;*/
    margin-top: 40px;
  }
  .product-description {
    flex: 0 0 350px;
  }
  .product-description p {
    margin: 5px 0 0;
  }
  .add-product {
    margin-top: 30px;
   /* width: 20%;
    margin: auto;*/
  }
  .preset-packs-des .add-product {
    width: 40%;
   margin: 0 !important;
    margin-top: 20px !important;
  }

/* center text */
.main-header-sec h3 {
    font-size: 20px;
}
.main-header-sec p {
    font-size: 16px;
    line-height: 24px;
}
.stepper-sec {
    padding: 0 0px 25px;
}
.stepper-btn button {
    padding: 8px 12px 8px;
    font-size: 12px;
}
.select-quant-sec {
    padding: 20px 0 0;
}
  /* Fixed */
  .pulse-animation {
      padding: 0 12% !important;
  }
  .pulse-animation:after {
      width: 86%;
  }
}
@media (max-width: 1024px) {
.toggle-container {
    display: block;
  }
    /* sidebar sec  */
   .toggle-container .toggle-sidebar-btn {
      display: inline-block !important;
    }
  .sidebar-sec {
    transition: all 0.3s ease;
    left: -500px;
    padding: 70px 20px 0 20px;
}
  .sidebar-show {
    left: 0;
    z-index: 50;
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    transition: 0.3s;
  }
  .center-sec {
    margin-left: 0;
}
.modal.show .modal-dialog {
     max-width: 650px;
  }
  .sidebar-sec, 
  .checkout-sec {
      top: 55px;
  }
  .checkout-sec h5{
    margin-top: 40px;
  }
  .stepper-sec.fixed_qnt {
      top: 50px;
  }
  .select-quant-sec.fixed_qnt {
    top: 148px;
  }

/* ***  */
}
@media (max-width: 991px) {

  
  /* Header sec */
 
  /* Checkout page  */
  .checkout-container {
    flex-direction: column-reverse;
    padding-top: 0;
    gap: 30px;
  }
.checkout-container .checkout-sec {
    padding-right: 20px;
    position: static;
    border: none;
    max-width: 100%;
    margin-top: 50px;
    /* flex: 0 0 100%; */
}
.checkout-container .checkout-details{
  padding: 20px;
}
  .form-action {
    margin-top: 50px;
  }
  .pro-items-list {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .checkout-container .product-list {
    margin: 0;
  }
  /* Modal sec  */
  .modal {
    --bs-modal-width: 700px !important;
  }

  /* **** */
  .select-quant-sec input[type="number"] {
    max-width: 230px;
  }

  .checkout-container .product-list {
    flex: 0 0 calc(100% / 2 - 10px);
  }

  .checkout-container .pro-items-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }

/* Fixed */
  .pulse-animation {
      flex-wrap: wrap;
      gap: 0px !important;
  }
  .pulse-animation h6 {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .pulse-animation:after {
    width: 86%;
    height: 145px;
    top: 52% !important;
}

 .toggle-container .toggle-cart-btn {
    display: inline-block !important;
  }
  .brand-logo img {
    max-width: 140px;
    max-height: 30px;
  }
  .search-products input {
    padding: 8px 10px 8px 46px;
    font-size: 14px;
    line-height: 20px;
  }
  .search-products img {
    width: 15px;
    height: 15px;
    top: 12px;
    left: 20px;
  }
  .contact-us ul {
    gap: 15px;
  }
  .mail-icon img {
    width: 21px;
    height: 20px;
  }
  .phn-icon img {
    width: 18px;
    height: 23px;
    margin-right: 12px;
  }
  a.phn-icon {
    font-size: 16px;
  }
  .toggle-sidebar-btn img {
    width: 18px;
    height: 22px;
  }
  .toggle-cart-btn img {
    width: 23px;
    height: 23px;
    margin-right: 15px;
  }
  .toggle-sidebar-btn img {
    width: 18px;
    height: 18px;
  }
  /* sidebar sec  */
  .sidebar-show {
    width: 32%;
  }
  /* Center sec  */
  .center-sec {
    margin-right: 0;
}
  .product-cart-sec h3 {
    font-size: 25px;
  }
  /* checkout sec  */
  .checkout-sec {
    position: fixed;
    top: 0;
    right: -400px;
    transition: 0.3s ease-in-out;
    padding: 60px 20px 0 20px;
    height: 100%;
  }
  .checkout-show {
    top: 0;
    right: 0;
    z-index: 50;
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    transition: 0.3s ease-in-out;
  }

  .total h4 span {
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  .sidebar-sec, .checkout-sec {
    top: 56px;
  }
  /* Header sec  */
  .collection-list {
      margin-bottom: 100px;
  }
  .search-products {
    display: none;
  }
  .sidebar-sec .search-products {
    display: block;
  }
  /*.search-icon {
    display: block;
  }*/
  .contact-us {
    margin-left: auto;
    margin-right: 18px;
  }
  .search-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }
  a.phn-icon {
    font-size: 0;
  }
  .phn-icon img {
    width: 20px;
    height: 19px;
    margin-right: 0 !important;
  }
  .main-header-sec p {
    font-size: 16px;
  }
   /* sidebar sec */
  .sidebar-sec {
    padding: 45px 20px 0 20px;
    width: 42%;
  }
  .checkout-sec{
    padding-top: 45px;
  }
  .checkout-sec h5 {
    margin-top: 0px; 
  }
  /* center sec  */
.stepper-btn {
    margin-top: 24px;
}
.stepper-btn button {
    font-size: 12px;
    padding: 6px 24px 6px;
}
  .select-quant-sec {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .quant-no {
    margin-right: 10px !important;
  }
  .quant-no li a {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .stepper-sec.fixed_qnt {
      top: 53px;
  }
  .select-quant-sec.fixed_qnt {
    top: 145px;
  }
  .select-quant-sec h6 {
    flex: 0 0 100%;
    max-width: 100%;
/*    margin-bottom: 5px;*/
  }
  .select-quant-sec p {
    margin-right: 10px;
    font-size: 15px;
  }
  .product-cards {
    justify-content: center;
  }
  .product-card {
    flex: 0 0 calc(100% / 3 - 30px);
  }
  /* Checkout page  */
 /* .checkout-container .pro-items-list {
    flex-direction: column !important;
  }*/
  /* Modal sec  */
  .modal {
    --bs-modal-width: 500px !important;
  }
  .product-slider {
    width: 300px;
  }
  .product-slider .slider-single {
    width: 300px;
  }
  .product-slider .slider-single div.slick-slide {
    margin-right: 96px;
  }
   .add-product {
    width: 30%;
    margin-top: 20px;
  }
 .select-quant-sec.preset-packs-quant h6 {
   margin-bottom: 0 !important;
  }
.preset-packs-quant .quant-no {
    margin-left: 0 !important;
  }

.product-card {
    flex: 0 0 calc(100% / 2 - 30px);
  }
/* Fixed */
  .pulse-animation:after {
      height: 180px;
  }
  .pulse-animation {
      gap: 10px !important;
  }
}
@media (max-width: 575px) {
  /* center sec  */
  .center-sec {
    padding: 20px 10px 50px;
  }
  .fixed_qnt {
      width: calc(100% + 20px);
      margin-left: -10px;
  }
  .select-quant-sec h6 {
    text-align: center;
  }
  .quant-no {
    flex: 0 0 100%;
    justify-content: center;
    margin: 0 !important;
    gap: 14px;
  }
  .select-quant-sec p {
    flex: 0 0 100%;
    text-align: center;
    margin: 0px 0 !important;
  }
  .select-quant-sec input {
    flex: 0 0 100%;
    margin: auto;
  }
  .search_product_btn {
    margin: auto;
}
  
   /* sidebar sec  */
  .sidebar-sec {
    width: 50%;
  }
  /* checkout page  */
  .checkout-container .checkout-sec {
    padding: 0px 20px 0 0px;
    margin-top: 30px;
  }
  .checkout-container .product-list{
    flex: 0 0 100%;
  }
  /* Modal sec  */
  .modal-content {
    width: 80% !important;
    margin: auto !important;
  }
  .product-modal-card {
    padding:20px;
  }
  .product-slider {
    width: 250px;
  }
  .product-slider .slider-single {
    width: 250px;
  }
  .product-slider .slider-single div.slick-list.draggable {
    width: 250px !important;
  }
  .product-slider .slider-single div.slick-slide {
    margin-right: 0 !important;
  }
  .product-slider .arrow-left {
    left: -50px;
  }
  .product-slider .arrow-right {
    right: -50px;
  }
  .product-description h3 {
    font-size: 20px;
  }
  .product-description p {
    line-height: 28px;
  }
  .add-product {
    width: 35%;
    margin-top: 15px;
  }
  .preset-packs-quant.select-quant-sec h6 {
   text-align: start !important;
}
 .preset-packs-quant .quant-no {
  justify-content: flex-start !important;
}
.product-colors .colors{
  overflow-x: auto;
}
/* Fixed */
.pulse-animation:after {
    height: 220px;
    top: 66% !important;
}
}
@media (max-width: 481px) {
  /* center sec  */
  .main-header-sec p {
    line-height: 24px;
  }
  .stepper-btn {
/*    margin-top: 35px;*/
  }
  .stepper-btn button {
    padding: 7px 14px 7px;
    transform: scale(0.9);
}
  .product-cart-sec h3 {
    margin: 25px 0;
  }
  .product-action-price button {
    width: 35px;
    height: 30px;
  }
    /* sidebar sec  */
  .sidebar-sec {
    width: 60%;
}
  /* Modal sec  */
  .modal-content {
    width: 80% !important;
  }
  .product-slider {
    width: 200px;
    height: 320px;
  }
  .product-slider .slider-single {
    width: 200px;
  }
  .product-slider #sync2 div img {
    height: 70px;
}
  .product-slider .slider-single div.slick-slide {
    margin-right: 35px !important;
  }
  #sync1 .owl-nav .owl-prev,
  #sync1 .owl-nav .owl-next {
      max-width: 30px;
      max-height: 30px;
      padding: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  #sync1 .owl-nav .owl-prev{
      left: -42px;
  }

  #sync1 .owl-nav .owl-next{
      right: -42px;
  }
  .product-description {
        max-width: 100%;
    }
  .product-price h6 {
    font-size: 20px;
  }
  .add-product {
    width: 45%;
  }
    .product-card {
    flex: 0 0 calc(100% / 1 - 30px);
  }
  /* Fixed */
.pulse-animation .quant-no li {
    transform: scale(0.8);
    margin-left: -6px !important;
}
}
@media (max-width: 414px) {
  /* center sec */
  .step1::after {
    width: 20px;
    height: 20px;
    top: -8px;
  }
  .step2::after {
    width: 20px;
    height: 20px;
    top: -8px;
  }
  .step3::before {
    width: 20px;
    height: 20px;
    top: -8px;
  }
  .stepper-sec {
      padding: 0 0px 25px;
  }
  .stepper-btn button {
    padding: 7px 10px;
    transform: scale(1);
  }
  .select-quant-sec {
    padding: 30px 0 0;
  }

  /* Checkout page  */
  .input-grp {
    flex-direction: column;
    gap: 15px !important;
  }
  .input-feilds {
    gap: 15px;
    width: 100%;
  }
  .form-action {
    margin-top: 40px;
    width: 100%;
  }


}
@media (max-width: 381px) {
  /* Header sec  */
  .contact-us ul {
    gap: 10px;
  }
  .quant-no {
    gap: 3px;
  }
   /* sidebar sec  */
  .sidebar-sec {
    width: 70%;
}
  /* center sec  */
  .main-header-sec h3 {
    font-size: 20px;
  }
  .main-header-sec p {
    line-height: 18px;
  }
  .stepper-btn button {
      font-size: 9px;
      padding: 5px 10px;
  }
  .select-quant-sec p {
    margin: 6px 0 !important;
  }

  .product-cart-sec h3 {
    margin: 20px 0;
    font-size: 22px;
  }
  /* checkout sec  */
  .checkout-sec {
    flex: 0 0 300px;
    max-width: 300px;
  }
  .total h4 span {
    font-size: 10px;
    padding: 6px 6px;
    margin-left: 20px;
  }
  /* Checkout page  */
  .form-body form {
    margin: 20px auto;
  }
  .form-body h4 {
    font-size: 20px;
  }
  .delivery-date,
  .file-upload,
  .contact-details,
  .additional-comments {
    margin-bottom: 30px;
  }
  .checkout-container .total h4 span {
    margin-left: 40px;
  }
   /* Modal sec  */
  .product-price h6 {
    font-size: 17px;
  }
  .product-colors h5,
  .product-price h5 {
    font-size: 15px;
  }
  .modal-content {
    width: 90% !important;
  }
  .preset-packs-des  .product-price {
    margin-top: 10px;
}
  .preset-packs-des .add-product {
    margin-top: 10px !important;
}
.select-quant-sec.preset-packs-quant {
    padding: 0px 0 0;
}
.product-description p {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .preset-packs-quant .quant-no li {
    width: 30px;
    height: 30px;
}
.preset-packs-quant .quant-no li input[type="radio"] {
    width: 30px;
    height: 30px;
}
.preset-packs-quant .quant-no li span {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    font-size: 10px !important;
}
}
@media (max-width: 320px) {
  /* Checkout page  */
  .form-body p {
    font-size: 13px;
  }

  .checkout-form button img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
  .checkout-container .product-list .pro-img {
    margin-right: 10px;
  }
  .checkout-container .pro-details h3 {
    font-size: 12px;
    line-height: 15px;
  }
  .checkout-container .basket-action {
    margin-left: 10px;
  }
  .checkout-container .checkout-details {
    gap: 20px;
  }
  .checkout-container .total h4 span {
    margin-left: 18px;
  }
  .checkout-container .checkout-details p {
    font-size: 12px;
  }
   /* sidebar sec  */
  .sidebar-sec {
    width: 78%;
}
  /* Modal sec  */
  .modal-content {
    width: 95% !important;
  }
  .product-price h6 {
    font-size: 18px;
  }
  .product-colors h5,
  .product-price h5 {
    font-size: 14px;
  }
  .product-colors .colors div {
    width: 30px;
    height: 30px;
  }
  .product-colors .colors div input[type="radio"]:after {
    width: 16px;
    height: 16px;
    top: 5px;
    left: 5px;
  }
  .product-colors .colors input[type="radio"]:checked:after {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
  }
}
