
  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*# sourceMappingURL=bootstrap.css.map */


/* added by dheeraj 14-apr-2021 */

div#footerContentID {
  padding: 0;
}

div#footerContentID>.links {
  width: 100%;
}

.page-main .xtremo-category-sidebar-main .navigation .level0 .wk-cat-image {
  display: none;
}

/* added by dheeraj 14-apr-2021 */



/*sanjeev bootstrap 01-12-2020*/


/*media query for mobile*/


@media only screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .page-main {
    max-width: 100%;
  }

  .minicart-wrapper {
    margin-top: 23px;
  }

  .page-main .xtremo-category-sidebar-main,
  .nav-open .nav-toggle:after {
    display: none;
  }

  .footer.links,
  .widget.block.block-static-block {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .summer-head-p {
    bottom: initial;
    top: 16%;
    margin-left: 20px;
  }

  form {
    width: 100%;
  }

  .block-authentication .actions-toolbar {
    overflow: auto;
  }

  .block-authentication .actions-toolbar>.primary {
    float: left !important;
    width: 100% !important;
  }

  .wk-mp-landing-sellers-details button span {
    color: #fff;
  }

  .nav-toggle:before,
  .nav-toggle:hover:before {
    color: #000 !important;
  }

  .action.action-register.primary {
    padding-left: 0px;
    margin-left: 0px;
  }

  .checkout-cart-index #shopping-cart-table>caption {
    padding: 20px 0 20px 20px;
  }

  .opc-estimated-wrapper .minicart-wrapper {
    background-color: transparent;
    border-radius: 3px;
    border: 0px;

  }

  .toolbar.toolbar-products {
    margin-bottom: 0px;
  }

  .review-form .action.submit.primary,
  .action.primary,
  .action.secondary.action-hide-popup {
    background-color: #497dc4 !important;
    color: #ffffff;

  }

  .catalog-product-view .box-tocart .actions {
    display: block;
  }

  .review-form .action.submit.primary span {
    color: #fff !important;
  }

  .catalog-product-view .action.tocompare {

    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    display: inline-grid;
  }

  .catalog-product-view .action.tocompare:before {
    margin: 0 auto;
  }

  .minicart-wrapper.active .block-minicart {
    width: 290px;
    margin: 0;
    right: -47px;
  }

  .button.action.continue.primary {
    margin: 20px 0 !important;
  }

  .checkout-shipping-method .actions-toolbar>.primary {
    background: transparent !important;
  }

  .opc-wrapper .shipping-address-item {
    padding: 15px 35px 15px 18px;
  }

  .opc-wrapper .step-title {
    padding-bottom: 15px;
  }

  .opc-wrapper .action-select-shipping-item,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    text-align: left;
  }

  .product-tab .nav-link {
    padding: 10px 8px !important;
  }

  .footer.links.col-md-3,
  .widget.block.block-static-block.col-md-3 {
    text-align: center;
  }

  .footer.links .block-title strong span,
  .widget.block.block-static-block .block-title strong {
    font-size: 20px;
  }

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

  .products.list.items.product-items {
    margin-top: 0px;
  }

  .catalog-category-view .resp-filter-wrapper .container>.tab>.button.filter:before,
  .button.filter span,
  .catalog-category-view .resp-filter-wrapper .container>.tab>.button.sort:before,
  .button.sort span {
    color: #fff;
  }

  .filter-nav-open .page-wrapper>.block.filter.filter-nav-sections {
    z-index: 9999;
  }

  .footer.links {
    float: none;
    text-align: center;
  }

  #product-addtocart-button span {
    color: #fff;
  }

  .product-info-main .box-tocart .action.tocart {
    background: transparent !important;
  }

  .product.info.detailed {
    width: 95%;
    margin: 0 auto;
  }

  .block-minicart .items-total,
  .customer-account-create .form.create.account {
    width: 100%;
  }

  .checkout-cart-index .form.form-cart .cart.main.actions {
    background: #fff;
  }

  .checkout-cart-index #shopping-cart-table .item-actions .action.action-delete {
    position: initial;
    padding-top: 0px;
    line-height: 16px;
  }

  .checkout-cart-index #shopping-cart-table .item-actions .action.action-delete:after,
  .checkout-cart-index #shopping-cart-table .item-actions .action.action-edit:before {
    display: none;
  }

  .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-prev {
    left: 15px;
  }

  .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-next {
    right: 22px;
  }

  .register h4,
  .register h3 {
    font-size: 20px;
  }

  .register-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 50px 0 0 0;
  }

  .product-tab .nav-link,
  .product-tab a {
    font-size: 12px !important;
  }

  .xtremo-image-carousel #owl-demo .item img {
    height: auto !important;
  }

  .summer-head {
    line-height: 18px;
    font-size: 18px;
    bottom: initial !important;
    top: 28%;
    margin-left: 20px;
  }

  .buy-now-btn-custom.action.primary {
    bottom: initial !important;
    top: 60%;
    margin-left: 20px;
  }

  .block-search {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
  }

  .block-search .block-title {
    display: block;
  }

  .section-item-title.nav-sections-item-title {
    display: none;
  }

  .section-items.nav-sections-items {
    margin-top: 20px;
  }

  .block-search .block-content {
    position: relative;
    z-index: 99;
  }

  #maincontent.page-main {
    margin-top: 35px !important;
  }

  .footer.content>div.links .links,
  .footer.content>div.links .widget.block {
    padding: 0px;
  }

  .block-search .xtremo-cat-search-wrapper+input {
    width: 100% !important;
  }

  .logo img {
    width: auto;
    height: 31px;
    margin-top: 0px;
  }

  .coca-logo img {
    margin-top: 0px;
    height: auto !important;
  }

  .footer-copyright span {
    line-height: 17px !important;
  }

  .footer-copyright {
    text-align: center;
  }

  .owl-dots {
    top: -28px;
  }

  .nav-toggle {
    top: 0px;
  }

  .parent_logo {
    left: 50px;
  }

  .block-search .xtremo-cat-search-wrapper,
  .xtremo-authorization-link {
    display: none !important;
  }

  .add_de_mob {
    display: block !important;
  }

  .rem_mb {
    margin-top: 0px !important;
  }

  .switcher.toplink.switcher-toplink {
    display: block !important;
  }

  .logo {
    margin-left: 0px;
    position: absolute;
    left: 50px;
  }

  .parent_sell {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: -7px;
  }

  .catalog-product-view .actions {
    width: auto;
  }

  .icon-badge {
    top: -15px;
  }

  .customer-account-login .page-title-wrapper {
    margin-top: 10px;
  }

  .sellWithUs,
  .minicart-wrapper {
    float: left;
    padding: 0 5px;
  }

  .switcher .fa-user {
    top: 0px !important;
    margin-top: 5px !important;
    padding: 0px 5px 0 10px;
  }

  .field.search .label {
    background: #497dc4;
    padding: 3px 10px;
    right: 0px;
  }

  .field.search .label:before {
    color: #fff;
  }

  .block.block-title.add_de_mob {
    margin-bottom: 25px !important;
  }

  .minicart-wrapper .action.showcart .counter.qty {
    overflow: visible;
    top: 3px;
    right: 2px;
    color: #fff;
  }

  .catalog-product-view .actions.action-clone .action.primary.tocart {
    padding: 15px;
  }

  #wk-mpexpdd-delivery-detail {
    font-size: 13px;
  }

  .page-header .header.panel .switcher.toplink.switcher-toplink ul.dropdown {
    top: 0px;
    right: 0px;
  }

  #product-addtocart-button,
  #product-buynow-button {
    /* border-top: 1px solid #bfbfbf !important;
    border-right: 1px solid #bfbfbf !important;
    border-bottom: 1px solid #bfbfbf !important;*/
    /*border-color: #6a6a6a;*/
    padding: 15px;
    background: #497dc4 !important;
  }

  #checkout-step-shipping_method table td {
    font-size: 12px;
  }

  #product-addtocart-button:active,
  #product-buynow-button:active {
    background: #497DCB !important;
  }

  .checkout-success,
  .cart-empty {
    padding: 10%;
  }

  button:hover {
    background: #497dc4 !important
  }

  .checkout-agreement .action.action-show {
    background: transparent !important;
  }

  .sd.sfsd.primary a.action.primary {
    margin-left: 0px !important;
  }

  .opc-progress-bar {
    display: block;
  }

  .sellWithUs {
    margin-top: 10px;
  }

  .page-header .switcher .options {
    top: 25px;
  }

  .page-header .header.panel .switcher.toplink.switcher-toplink {
    margin-top: 4px;
  }

  .page-header .header.panel .switcher.toplink.switcher-toplink {
    padding-left: 0px;
  }

  .showcart .fa-shopping-cart,
  .nav-link .fa-hand-holding-usd {
    font-size: 15px !important;
  }

  .minicart-wrapper .action.showcart {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }

  .opc-estimated-wrapper .estimated-block .estimated-label,
  .estimated-price {
    font-weight: bold !important;
  }
}


@media only screen and (min-device-width: 767px) and (max-device-width: 1020px) {
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .register h4,
  .register h3 {
    font-size: 20px !important;
  }

  .block-search {
    margin-left: 14px;
    width: 38% !important;
    margin-right: 10px;
  }

  .block-search .xtremo-cat-search-wrapper .xtremo-cat-search {
    width: 70px;
  }

  .page-header .header.panel .switcher.toplink.switcher-toplink {
    padding-left: 15px;
  }

  .page-main.mb-1 {
    justify-content: flex-start;
  }

  .page-layout-2columns-left .column.main {
    width: 70% !important;
  }

  .product-info-main form {
    width: 80%;
  }

  #wk-mpexpdd-regex {
    padding: 20px 12px;
  }

  #wk-mpexpdd-check a {
    top: 7px;
  }

  .wk-mpexpdd-zipform,
  .block-search,
  .block-search .xtremo-cat-search-wrapper+input {
    width: 100%;
  }

  .checkout-cart-index .form.form-cart .cart.main.actions>.action {
    width: auto;
  }

  .checkout-cart-index .form.form-cart .cart.main.actions {
    padding: 0px;
  }

  .checkout-cart-index #shopping-cart-table>caption {
    text-align: center;
  }

  .action.primary.checkout span {
    font-size: 12px;
  }

  .customer-account-create .form.create.account {
    width: 60%;
  }

  .action.primary.continue span,
  .action.add span {
    color: #fff;
  }

  .xtremo-image-carousel {
    width: 65%
  }

  .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-prev {
    left: -1% !important;
  }

  .page-main .xtremo-feature-carousel .owl-carousel .owl-item .item {
    margin-right: 5px;
  }

  .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-next {
    right: 7% !important;
  }

  .page-main .xtremo-category-sidebar-main {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 1021px) and (max-device-width: 1024px) {
  .block-search {
    margin-left: 25px !important;
    width: 48% !important;
    margin-right: 0px !important;
  }

  .block-search .block-content,
  .block-search .form.minisearch {
    width: 99% !important;
  }

  .xtremo-image-carousel {
    width: 73% !important;
  }

  .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-prev {
    left: -1% !important;
  }

  .page-main .xtremo-feature-carousel .owl-carousel .owl-nav .owl-next {
    right: 5% !important;
  }

  .page-layout-2columns-left .column.main {
    width: 75% !important;
  }
}


/*media query for mobile*/

.spend {
  width: 100%
}

.spend th {
  background: #497DC3;
  color: #fff;
  padding: 8px 4px;
  text-transform: uppercase;
}

.spend td {
  padding: 5px;
}

.spend_analysis .spend_search {
  width: 100%;
  height: 24px;
  font-size: 18px;
  padding: 2px;
  border: 0;
}

.spend_analysis .spend_title {
  font-weight: normal;
}

.spend_analysis {
  width: 100%;
  margin-bottom: 12px;
  float: right;
}

.spend_analysis .fields {
  width: 35%;
  float: left;
  margin-left: 4px;
}

.spend_analysis .search_analysis {
  cursor: pointer !important;
  margin-left: 5px;
  padding: 6px 16px 5px 20px !important;
}

.spend_form {
  float: right;
}

.file-uploader-meta {
  display: none;
}

.file-uploader-button.action-default {
  display: none;
}

.file-uploader-area {
  padding-bottom: 10px;
}

.control-checkbox.xtremo-checkbox {
  position: relative;
  left: 0;
  display: none;

}

input.admin__control-checkbox[type="checkbox"],
input.admin__control-checkbox[type="radio"] {
  display: none;
}

.xtremo-checkbox:not(:checked),
.xtremo-checkbox:checked {
  position: relative;
  left: 0;
  display: none;
}

.admin__data-grid-action-columns-menu .admin__action-dropdown-footer-secondary-actions {
  display: none;
}

.mpassignproduct-product-view table.data.table.wk-table-product-list td {
  width: 0px !important;
}

.mpassignproduct-product-view table.data.table.wk-table-product-list td>img {
  width: 50px;
  height: 50px;
}

.mpassignproduct-product-view input[type="text"] {
  width: 60%;
}

.mpassignproduct-product-view .wk-ap-btn {
  margin-top: 0px;
}

.mpassignproduct-product-view .button {
  padding: 6px 25px;
}

.catalog-product-view .fieldset>.field.required>.label:after {
  margin: 0px 0px 0px 0px;
}

.budget-rfq {
  width: 91% !important;
}

.budget-dollar {
  width: 10%;
  font-size: 19px;
}

 .highlight {
            background-color: yellow;
        }

        body {
            background-color: #f2f2f2;
            font-family: 'Poppins', sans-serif;
        }

        .listcard {
            background-color: #fff;
            padding: 15px;
            margin-top: 10px;
            width: 100%;
            font-size: 14px;
            text-transform: capitalize;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
        }

        .listcard h3 {
            padding-top: 0;
            margin-top: 0;
            font-weight: bolder !important;
        }

        .listcard .address {
            display: flex;
        }

        .listcard .address span {
            display: grid;
            padding: 0 15px 10px 0;
        }

        .listcard .contact-details {
            display: flex;
        }

        .listcard .contact-details span {
            display: grid;
            padding: 0 15px 10px 0;
            text-transform: capitalize;
        }

        .b-disc {
            width: 100%;
        }

        .filter-for-dmp {
            font-family: "Roboto-Medium";
            font-weight: 600 !important;
            color: #497dc4;
            font-size: 14px;
            text-transform: none;
            font-family: "Poppins";
            padding: 15px 15px 15px 20px;
            margin: 0px;
            cursor: pointer;
            position: relative;
            background-color: #fff;
            border-bottom: 1px solid #ededed;


        }

        .filter-for-dmp a {

            font-family: 'icons-blank-theme';
            content: '\e622';
            font-family: 'Poppins', sans-serif;
            width: 100%;
            display: block;

        }

        .dmp-filter {
            text-decoration: none !important;
        }

        .filter-dropdown {
            margin: 0;
            font-family: "Roboto-Medium";
        }

        .filter-dropdown label {
            color: #000;
            font-family: 'Roboto', sans-serif;
        }

        .filter-for-dmp a {
            font-family: 'icons-blank-theme';
            content: '\e622';
            font-family: 'Poppins', sans-serif;
        }

        .dmp-filter i {
            text-align: right;
            float: right;
        }

        .btn-blue-search {
            background-color: #007bff;
            color: #fff;
        }

        @media only screen and (max-width: 767px) {
            .listcard .address {
                display: block;
            }

            .listcard .contact-details {
                display: block;
            }
        }
.sellerslist-index-index b, strong {
    font-weight: bolder !important;
}



.rating-main span {
  color: #B1B3B3;
  font-size: 25px;
  padding: 0 3px;
}
.rating-checked{color: #fcd93a !important;}

.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating>input {
  display: none;
}

.rating>label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: .3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.filter-options-content .rating>input {
  display: none;
}


.filter-options-content .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left
}

.filter-options-content  .rating>input {
  display: none
}

.filter-options-content  .rating>label {
  position: relative;
  width: 1.5em;
  font-size: 22px;
  font-weight: 300;
  color:transparent;
  cursor: pointer
}

.filter-options-content  .rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
  display:none;
}

.filter-options-content  .rating>label:hover:before,
.filter-options-content  .rating>label:hover~label:before {
  display: none;
  opacity: 1 !important
}


.filter-options-content  .rating>input:checked~label:before {
  opacity: 1
}

.filter-options-content  .rating:hover>input:checked~label:before {
  opacity: 0.4
}
.private-product
{
  font-family: Poppins;
  font-size: 20px;
  color: #202525;
  font-weight: 600 !important;
  display: block;
  margin-bottom: 11px;
}
.pr-heading
{
  padding: 0px 15px 0px 15px;
  margin-top: 20px;
}

.stripe-payments-express-minicart {
  margin-top: 0 ;
}
.profile_img img{
  width: 55px;
  height: 55px;
  float: left;
  border-radius: 28px;
}
.profile_name{
  padding: 10px;
}
.profile_name span{
  padding: 8px;
}
.profile_area hr{
  border: 1px solid #497dc4;
}
.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: #f0f0f0;
    color: #949494;
}
.swatch-option.text {
    background: #f0f0f0;
    color: #686868;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 7px;
    min-width: 22px;
    padding: 4px 8px;
}
.swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 10px 5px 0;
    max-width: 100%;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
}
.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
.page-main .columns {
    margin-top: 20px;
    background: #fff;
}

/*celebrity css*/
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
::selection{
  background: #8e44ad;
  color: #fff;
}
#celebrity_container {
    display: flex;
    flex-wrap: wrap;
}
.container .box {
    width: 33%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px;
    border-radius: 5px;
    flex: 0 0 33.3333%;
    margin-bottom: 15px;
}
.box .quote i{
margin-top: 10px;
font-size: 45px;
color: #17c0eb
}
.container .box .image{
  margin: 10px 0;
    height: 268px;
    width: 268px;
  padding: 3px;
}
.box .image img{
 height: 100%;
  width: 100%;
  /*  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;*/
}
.box p{
  text-align: justify;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
}
.box .name_job{
    margin: 10px 0px 7px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.rating i{
  font-size: 18px;
  color: #8e44ad;
  margin-bottom: 5px;
}
.btns{
  margin-top: 4px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.btns button{
  background: #8e44ad;
  width: 100%;
  padding: 9px 0px;
  outline: none;
  border: 2px solid #8e44ad;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #8e44ad;
  transition: all 0.3s linear;
}
.btns button:first-child{
  background: none;
  margin-right: 5px;
}
.btns button:last-child{
  color: #fff;
  margin-left: 5px;
}
.btns button:first-child:hover{
  background: #8e44ad;
  color: #fff;
}
.btns button:hover{
  color: #fff;
}
@media (max-width:1045px){
  .container .box{
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width:710px){
  .container .box{
    width: 100%;
  }
}
  .fa:hover {
            opacity: 0.9;
        }
 
        .fa-linkedin {
            background: #007bb5;
            color: white;
        }
 
        .fa-pinterest {
            background: #cb2027;
            color: white;
        }
 
        .fa-reddit {
            background: #ff5700;
            color: white;
        }

        h1 {
            color: green;
        }
        .viewproductbtn {
          border-radius: 4px;
          border: 1px solid #497DC4;
          background: #FFF;
          padding: 6px 12px;
          margin-top: 5px;
          display: block;
          width: fit-content;
              font-size: 15px;
      }
      .viewproductbtn:hover{
        text-decoration:none;
        border-radius: 4px;
      background: #497DC4;
      color:#fff;

      }
.social-icons{ padding-bottom: 15px;}
.social-icons img{width:24px; margin-right:10px;}
 .products-grid .product-item-info:hover, .products-grid .product-item-info.active{
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}