.modal {
    z-index: 1250;
}

.btn-outline {
  border-color: #ccc;
  background-color: transparent;
  background-image: none;
  color: #ccc;
}
.btn-outline:hover, .btn-outline.focus {
  border-color: #003058;
  background-color: transparent;
  color: #282d3b;
  box-shadow: none;
}
.btn-outline.disabled, .btn-outline:disabled {
  background-color: transparent;
  color: #ccc;
}
.btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
  border-color: #71C5E8;
  background-color: transparent;
  color: #282d3b;
}

.btn-outline-primary {
  border-color: #0033A0;
  background-color: transparent;
  background-image: none;
  color: #0033A0;
}
.btn-outline-primary:hover, .btn-outline-primary.focus {
  border-color: #0033A0;
  background-color: transparent;
  color: #0033A0;
  box-shadow: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: transparent;
  color: #777;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  border-color: #0033A0;
  background-color: #0033A0;
  color: #fff;
}


.btn-outline-secondary {
  border-color: #ccc;
  background-color: transparent;
  background-image: none;
  color: #777;
}
.btn-outline-secondary:hover, .btn-outline-secondary.focus {
  border-color: #71C5E8;
  background-color: #71C5E8;
  color: #fff;
  box-shadow: none;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: transparent;
  color: #777;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  border-color: #71C5E8;
  background-color: #71C5E8;
  color: #fff;
}

.btn-new-address {
  margin-bottom: 5px;
}


/*.form-control {
	border-radius: 0px !important;
}
input, textarea {
  border-radius: 0 !important;
}*/

/* get rid blue background after autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #777777 !important;
}
input:focus, textarea:focus {
    border: 1px solid #0033a0 !important;
    box-shadow: none !important;
}
/*.custom-select {
	-webkit-appearance: none;
  -webkit-border-radius: 0px;
}*/
.custom-select:focus {
		border: 1px solid #0033a0 !important;
    box-shadow: none !important;
}
.button-small {
		height: 50px;
		padding: 12px 20px 8px 20px !important;
		line-height: unset;
	}
.product-single-details .product-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.product-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-single-qty {
    max-width: 104px;
    max-height: 43px;
}
.button-xs {
    min-width: 0;
    font-size: smaller;
    line-height: normal;
}


/**
* ajax pop up section start (to 788)
*/
.ajax-overlay {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1041;
}

.mfp-container .mfp-preloader,
.ajax-loading-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #003058;
  content: '';
  z-index: 2;
  border-image: none;
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear;
}

.mfp-container .mfp-preloader::before,
.ajax-loading-icon::before {
  position: absolute;
  top: -2px;
  right: 0;
  left: -2px;
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
  border-top-color: inherit;
  content: '';
  -webkit-animation: spin 1.5s infinite ease;
  animation: spin 1.5s infinite ease;
}

.login-popup .mfp-content {
  width: 80%;
  max-width: 872px;
  background-color: white;
}
.login-popup .container {
  padding: 2.5rem 3rem;
}
.login-popup .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.login-popup form {
  display: block;
}
.login-popup label {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.login-popup .form-footer {
  margin: 0 0 2rem;
}
.login-popup .form-footer .custom-control {
  margin: 0 0 0 auto;
  font-size: 1.3rem;
}
.login-popup .forget-password {
  color: #0d6efd;
  font-size: 1.3rem;
}
.login-popup .social-login-wrapper {
  padding: 2rem 2rem 2.5rem;
  background-color: #f4f4f2;
  text-align: center;
}
.login-popup .social-login-wrapper p {
  margin-bottom: 2rem;
  color: #121214;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.login-popup .btn-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mfp-newsletter.mfp-bg {
  transition: all .35s;
  background-color: transparent;
}

.newsletter-popup {
  position: relative;
  max-width: 700px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px 46px 25px;
  border-radius: 0;
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
  top: -2.5px;
  color: #003058;
  font-size: 2rem;
  font-weight: 700;
  opacity: .85;
}

.newsletter-popup-content {
  max-width: 300px;
  text-align: center;
}
.newsletter-popup-content .form-control {
  height: auto;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  border-radius: 0;
  font-size: 13px;
}
.newsletter-popup-content .btn {
  min-width: 54px;
  margin-left: -1px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  color: #555;
  font-family: "FuturaStd", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.logo-newsletter {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.newsletter-popup h2 {
  margin: 32px 0 12px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.newsletter-popup p {
  color: #444;
  font-size: 1.3rem;
  line-height: 1.4;
}

.newsletter-popup form {
  margin: 0 0 2.1rem;
}

.newsletter-subscribe {
  font-size: 1.1rem;
  text-align: left;
}
.newsletter-subscribe .checkbox {
  margin-top: 1.5rem;
}
.newsletter-subscribe input {
  margin-right: .5rem;
}
.newsletter-subscribe label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
}

.mfp-newsletter.mfp-removing {
  transition: opacity .35s ease-out;
  opacity: 0;
}

.mfp-ready.mfp-bg {
  transition: all .35s ease-out;
  background-color: #000;
}

.mfp-zoom-out-cur .mfp-bg {
  opacity: .8;
}
.mfp-zoom-out-cur .mfp-counter {
  color: #fff;
}
.mfp-zoom-out-cur .mfp-arrow-right::before {
  border-left: 0;
}
.mfp-zoom-out-cur .mfp-arrow-left::before {
  border-right: 0;
}

.mfp-ajax-product.mfp-bg,
.login-popup.mfp-bg {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  transition: all .35s ease-out;
  opacity: 0;
}

.mfp-ajax-product.mfp-wrap .mfp-content,
.login-popup.mfp-wrap .mfp-content {
  max-width: 872px;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .login-popup .col-md-6 {
    padding: 0 2rem;
  }
  .login-popup .col-md-6:first-child {
    border-right: 1px solid #f5f6f6;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.5;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #222;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #222;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left::after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right::after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right::before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure::after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
* ajax pop up section end
*/

/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

  .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11;
    
    
  }
  
  .bootstrap-touchspin.input-group {
    max-width: 80px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  
  .bootstrap-touchspin .form-control {
    height: 3.4rem;
    text-align: center;
    margin-bottom: 0;
    max-width: 80px;
    padding: 1.05rem 1rem;
    line-height: 1.4;
  }
  .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #ccc;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: absolute;
    right: -8px;
    height: 1.6rem;
    padding: 0;
    width: 1.6rem;
    text-align: center;
    font-size: 1.2rem;
    min-width: 0;
  }
  .bootstrap-touchspin .input-group-btn-vertical > .btn::before {
    position: relative;
    margin: 0;
    width: auto;
    line-height: 1;
    width: auto;
    top: -.1rem;
    margin-right: -.1rem;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    top: 0;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    bottom: 0;
  }
  
  .bootstrap-touchspin-up, .bootstrap-touchspin-down {
    font-family: 'Material Design Icons';
    color: #212529 !important;
    text-align: center;
  }
  .icon-up-dir::before {
    font-family: 'Material Design Icons';
      content: '\f504';
  }
  .icon-down-dir::before {
    font-family: 'Material Design Icons';
    content: '\f465';
  }
  .select2-results {
    max-height: 250px;
  }
  input:not([type='radio']) {
    border-radius: 0px !important;
  }
  .select2 * {
    border-radius: 0px !important;
  }
  .select2.select2-container {
    width: 100%;
    height: 60px !important;
  }
  .select2-selection {
    height: 60px !important;
  }
  .select2-selection__rendered {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .075em;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
  }
  .select2-dropdown {
    border-radius: 0px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 12px !important;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0033a0 !important;
    color: white
  }
  .select2-container--classic .select2-selection--single:focus {
      border: 1px solid #0033a0 !important;
  }
  .select2-container--classic.select2-container--open .select2-selection--single {
      border: 1px solid #0033a0 !important;
  }
  .select2-container--classic .select2-selection--multiple:focus {
      border: 1px solid #0033a0 !important;
  }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
      border: 1px solid #0033a0 !important;
  }
  .select2-container--classic.select2-container--open .select2-dropdown {
      border-color: #0033a0 !important;
  }
  
  /* Replace alert css missing from template's boostrap.css file */
  .alert {
  	position: relative;
  	padding: 1rem 1rem;
  	margin-bottom: 1rem;
  	border: 1px solid transparent;
  	border-radius: 0.25rem;
  }
  
  .alert-heading {
  	color: inherit;
  }
  
  .alert-link {
  	font-weight: 700;
  }
  
  .alert-dismissible {
  	padding-right: 3rem;
  }
  
  .alert-dismissible .btn-close {
  	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 2;
  	padding: 1.25rem 1rem;
  }
  
  .alert-primary {
  	color: #084298;
  	background-color: #cfe2ff;
  	border-color: #b6d4fe;
  }
  
  .alert-primary .alert-link {
  	color: #06357a;
  }
  
  .alert-secondary {
  	color: #41464b;
  	background-color: #e2e3e5;
  	border-color: #d3d6d8;
  }
  
  .alert-secondary .alert-link {
  	color: #34383c;
  }
  
  .alert-success {
  	color: #0f5132;
  	background-color: #d1e7dd;
  	border-color: #badbcc;
  }
  
  .alert-success .alert-link {
  	color: #0c4128;
  }
  
  .alert-info {
  	color: #055160;
  	background-color: #cff4fc;
  	border-color: #b6effb;
  }
  
  .alert-info .alert-link {
  	color: #04414d;
  }
  
  .alert-warning {
  	color: #664d03;
  	background-color: #fff3cd;
  	border-color: #ffecb5;
  }
  
  .alert-warning .alert-link {
  	color: #523e02;
  }
  
  .alert-danger {
  	color: #842029;
  	background-color: #f8d7da;
  	border-color: #f5c2c7;
  }
  
  .alert-danger .alert-link {
  	color: #6a1a21;
  }
  
  .alert-light {
  	color: #636464;
  	background-color: #fefefe;
  	border-color: #fdfdfe;
  }
  
  .alert-light .alert-link {
  	color: #4f5050;
  }
  
  .alert-dark {
  	color: #141619;
  	background-color: #d3d3d4;
  	border-color: #bcbebf;
  }
  
  .alert-dark .alert-link {
  	color: #101214;
  }
  
  .text-black {
    color: black !important;
  }
  .form-control {
    border-radius: 0 !important;
  }
  .resource-center h1, .resource-center h2, .resource-center h3, .resource-center h4, .resource-center h5, .resource-center h6, .resource-center p, .resource-center ul, .resource-center li, .resource-center label {
		text-align: left;
	}
	.resource-center .select2-container {
		width: 100% !important;
	}
	
	.alert {
	  border-radius: 0 !important;
	}
  /* Blue Scrollbar Horizontal */
	.scrollbar-x::-webkit-scrollbar {
  	height: 14px;
  	background-color: white;
  }
  .scrollbar-x::-webkit-scrollbar-thumb {
    background: #ade1f2;
    border: none;
    border-radius: 0;
    opacity: .2;
  }
  .scrollbar-x::-webkit-scrollbar-track {
    background: #0033a0;
    border: none;
    border-radius: 0;
  }
  .scrollbar-x {
    overflow-x: auto;
    overflow-y: hidden;
  }
  /* Blue Scrollbar Vertical */
  .scrollbar-y::-webkit-scrollbar {
  	width: 8px;
  	background-color: white;
  }
  .scrollbar-y::-webkit-scrollbar-thumb {
    background: #ade1f2;
    border: none;
    border-radius: 0;
    opacity: 1;
  }
  .scrollbar-y::-webkit-scrollbar-track {
    background: #0033a0;
    border: none;
    border-radius: 0;
  }
  .scrollbar-y {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  /* Category Pages */
  @media (min-width: 1200px) {
    .category-container {
      max-width: 1500px;
      padding-left: 30px;
      padding-right: 30px;
    }   
    .category-container .sidebar-product {
      padding-right: 60px;
    }
  } 
  #cat-search-div .select2-container {
    width: 210px !important;
  }
  #cat-search-div form {
    max-width: none;
  }
  .category-container .select2-selection__rendered {
    z-index: 4;
  }
  .category-container .cat-search input {
    color: #444;
  }
  .category-container .sidebar-product {
    text-align: left;
  }
  .category-container .aside-title {
    padding-bottom: 7px;
  }
  .category-container .aside-title h1 {
    font-size: medium;
    display: flex;
    justify-content: space-between;
  }
  .category-container .aside-title h6 {
    font-size: medium;
    display: flex;
    justify-content: space-between;
  }
  .category-container .aside-item {
    padding-bottom: 30px;
  }  
  .category-container .list-marked-2 {
    padding-left: 22.5px;
    font-size: 15px;
  }
  .category-container .list-marked-2, .category-container .list-marked-2 > li + li, .category-container .list-marked-2 > li {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .category-container .filter-search {
    display: none;
  }
  .category-container .plus-btn {
    position: relative;
    left: -30px;
    top: 12px;
  }
  .category-container .plus-btn {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 44px;
    background: transparent;
    border-radius: 0 0 0 0;
    transition: .33s all ease;
  }
  .category-container .plus-btn::before {
    width: 14px;
    height: 2px;
    right: 50%;
  }
  .category-container .plus-btn::before, .category-container .plus-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translate3d(50%, -50%, 0);
    background: #151515;
  }
  .category-container .plus-btn::after {
    width: 2px;
    height: 14px;
    right: 50%;
  }
  .category-container .plus-btn::before, .category-container .plus-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translate3d(50%, -50%, 0);
    background: #151515;
  }
  .category-container .aside-title button:not(.collapsed) ::after, .category-container .category-name button:not(.collapsed) ::after  {
    display: none;
  }
  .category-container .man-btn {
    padding: 0;
    font-weight: 500;
    color: black;
    letter-spacing: .1em;
  }
  .category-container .man-btn:hover {
    color: #0033a0;
  }
  .category-container .card {
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  }
  .category-container .prod-description {
		word-break: break-word;
	}
	.category-container .qty-wrapper {
		width: 56px;
		position: relative;
	}
	.category-container .qty-wrapper label {
		position: absolute;
		top: -13px;
  	left: 11px;
  	background: white;
  	padding-left: 5px;
  	padding-right: 5px;
	}
	.prod-pagination .page-item.active .page-link {
    background-color: #00629b;
    border-color: #00629b;
    color: #fff;
  }
  .category-container .product-wrapper {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  }
  .category-container .product-title {
    font-size: 18px;
    text-align: left;
  }
  .font-orange {
    color: #E35205;
  }
  .category-container .product-single-qty input[type="number"]{
    padding: 3px 8px;
    font-size: unset;
    width: 75px;
    margin-right: 8px;
  }
  .category-container .add-to-cart-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
  }
  .category-container .add-cart {
    letter-spacing: normal;
    padding-left: 15px;
    padding-right: 15px;
    height: 39px;  
    width: 50%;
    min-width: 144px;
  }
  @media only screen and (min-width: 1470px) {
    .category-container .add-cart {
      width: 44%;
      min-width: 130px;
      margin-left: 4px;
    }
  }
  .category-container .product-wrapper p {
    color: black;
  }
  .category-container .product-single-qty input[type="number"] {
    width: 44%;
    margin-right: unset;
  }
  .category-container .qtyCount {
    width: 44%;
    height: 39px;
    position: relative;
    right: -40px;
    border-radius: 0px;
  }
  .category-container .qtyCount, .category-container .input-plus, .category-container .input-minus {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
  }
  .category-container .input-plus {
    position: relative;
    left: -68px;
  }
  .category-container .qtyCount:focus {
    background-color: #f3f3f3;
  }
  .category-container .input-plus, .category-container .input-minus {
    padding: 4px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
  }
  .category-container .input-plus {
    margin-right: 4px;
  }
  .category-container .qty-stepper {
    display: flex;
    width: 100%;
    min-width: 144px;
  }
  .category-container .qty-stepper-btns {
    margin-left: 4px;
    display: flex;
    justify-content: space-between;
    height: 39px;
  }
  .category-container .product-single-qty { 
    max-width: none;
    width: 144px;
  }
  .category-container input::-webkit-outer-spin-button,
  .category-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .category-container input[type=number] {
    -moz-appearance: textfield;
  }
  .prod-pagination .page-item.active .page-link {
    background-color: #0033a0;
    border-color: #0033a0;
    color: #fff;
  }