@charset "UTF-8";
/*
Theme Name: Ludus
Author: ahfront
Description: Ludus - is complete multipurpose polish eCommerce template built with
best practices. It will be perfect solution for your current or future shop, customizable
into any store contains responsiveness & great UI. Well tested on compatible browsers.
The template contains 40+ HTML files, 3 Homepages, 3 Header Styles, 12 Dashboard Pages,
3 Product Pages, 7 Shop Pages, 5 Blog Pages, Box mode and generated 10 Color variations but could
create unlimited colors.
Version: 1.0.0
Tags: one-column, two-columns, three-columns, four-columns, right-sidebar,
custom-colors, box-mode, custom-header, custom-menu, custom-logo, featured-images
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Base Styles
2.0 Typography
3.0 Pre-configured styles
4.0 Layout Utility Styles
5.0 Components
6.0 Header
  6.1 Primary Nav
  6.2 Secondary Nav
7.0 Footer
  7.1 Outer-Footer
  7.3 Lower-Footer
9.0 About-Page
10.0 Contact-Page
11.0 Cart-Wishlist-Pages
12.0 Empty-404-Pages
13.0 Checkout-Page
14.0 Signin Signup Lost Password-Page
15.0 FAQ-Page
16.0 Dashboard-Pages
17.0 Blog-Pages
18.0 Product-Detail-Pages
19.0 Shop-Pages
20.0 Vendor Extension Pages
  20.1 Bootstrap
  20.2 jquery.shopnav
  20.3 Owl-Carousel
  20.4 jquery.scrollUp
  20.5 Slick Carousel

--------------------------------------------------------------*/
/*$g-text-font-stack: "Montserrat", Roboto, 'Open Sans', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !default;*/
/*$g-text-font-stack: gotham, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;*/
/*// -----------------------------------------------------------------------------
// This file contains only basic styles.
// -----------------------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Base Styles
--------------------------------------------------------------*/
/*
 * 
    Basic styles for links 
|*
*/
a {
  color: #222222;
}

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
  /*border-color: $g-brand-color !important;*/
}

.overlay-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8) url(../../../images/core-img/loader.gif) center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay-loading {
  display: block;
}

@media screen and (max-width: 767px) {
  .app-content {
    /*margin-top: 85px;*/
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/**
 * Basic typography style for copy text
 */
/*@font-face {
    font-family: 'Montserrat';
    src: url('../../webfonts/montserrat/Montserrat-Regular.eot');
    src: url('../../webfonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../../webfonts/montserrat/Montserrat-Regular.woff2') format('woff2'), url('../../webfonts/montserrat/Montserrat-Regular.woff') format('woff'), url('../../webfonts/montserrat/Montserrat-Regular.ttf') format('truetype'), url('../../webfonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

@font-face {
    font-family: 'Montserrat-med';
    src: url('../../webfonts/montserrat/Montserrat-Medium.eot');
    src: url('../../webfonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../../webfonts/montserrat/Montserrat-Medium.woff2') format('woff2'), url('../../webfonts/montserrat/Montserrat-Medium.woff') format('woff'), url('../../webfonts/montserrat/Montserrat-Medium.ttf') format('truetype'), url('../../webfonts/montserrat/Montserrat-Regular.svg#Montserrat-Medium') format('svg');
}

@font-face {
    font-family: 'Montserrat-semi';
    src: url('../../webfonts/montserrat/Montserrat-SemiBold.eot');
    src: url('../../webfonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../webfonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('../../webfonts/montserrat/Montserrat-SemiBold.woff') format('woff'), url('../../webfonts/montserrat/Montserrat-SemiBold.ttf') format('truetype'), url('../../webfonts/montserrat/Montserrat-Regular.svg#Montserrat-SemiBold') format('svg');
}*/
@font-face {
  font-family: "icomoon";
  src: url("../../webfonts/icomoon/icomoon.eot?qmbgsn");
  src: url("../../webfonts/icomoon/icomoon.eot?qmbgsn#iefix") format("embedded-opentype"), url("../../webfonts/icomoon/icomoon.ttf?qmbgsn") format("truetype"), url("../../webfonts/icomoon/icomoon.woff?qmbgsn") format("woff"), url("../../webfonts/icomoon/icomoon.svg?qmbgsn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  color: #000000;
  font-family: "Helvetica Neue", Roboto, "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #f1f1f1;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, .p {
  margin: 0;
}

h1, .h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  /*font-family: 'Montserrat-med';*/
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 22px;
    line-height: 24px;
  }
}

h2, .h2 {
  font-size: 40px;
  font-weight: 500;
  /*font-family: 'Montserrat-med';*/
}
@media screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

h3, .h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  /*font-family: 'Montserrat-med';*/
}
@media screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 18px;
  }
}

h4, .h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  /*font-family: 'Montserrat';*/
}
@media screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 16px;
    line-height: 16px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-weight: 500;
  /*font-family: 'Montserrat-med';*/
}
@media screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 14px !important;
    line-height: 14px;
  }
}

h6, .h6 {
  font-size: 14px !important;
  font-weight: 400 !important;
  /*font-family: 'Montserrat-med';*/
}
@media screen and (max-width: 991px) {
  h6, .h6 {
    font-size: 12px;
    line-height: 12px;
  }
}

p, .p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /*font-family: 'Montserrat';*/
}
@media screen and (max-width: 991px) {
  p, .p {
    font-size: 12px;
    line-height: 16px;
  }
}

small, .small {
  font-size: 12px;
  font-weight: 400;
  /*font-family: 'Montserrat';*/
}
@media screen and (max-width: 991px) {
  small, .small {
    font-size: 10px;
    line-height: 14px;
  }
}

.custom-font {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 20px;
}

.custom-title {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px;
  color: rgba(60, 60, 60, 0.81) !important;
}
@media screen and (max-width: 991px) {
  .custom-title {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 16px;
  }
}

.custom-tabs-font {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.custom-cart-font {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: capitalize;
  color: #222222;
}

.font-16 {
  font-size: 16px !important;
}
@media screen and (max-width: 991px) {
  .font-16 {
    font-size: 12px !important;
  }
}

.font-8 {
  font-size: 8px !important;
  font-weight: 400 !important;
  line-height: 12px;
}

.font-10 {
  font-size: 10px !important;
  font-weight: 400 !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}
@media screen and (max-width: 991px) {
  .font-18 {
    font-size: 10px !important;
    line-height: 14px;
  }
}

.font-21 {
  font-size: 21px !important;
}

.font-24 {
  font-size: 24px !important;
}
@media screen and (max-width: 991px) {
  .font-24 {
    font-size: 12px !important;
  }
}

.font-56 {
  font-size: 56px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-60 {
  font-size: 60px !important;
}
@media screen and (max-width: 991px) {
  .font-60 {
    font-size: 40px !important;
  }
}

.font-43 {
  font-size: 43px !important;
}

.font-semi {
  /*font-family: 'Montserrat-semi' !important;*/
}

.font-med {
  /*font-family: 'Montserrat-med' !important;*/
}

/*--------------------------------------------------------------
3.0 Pre-configured styles
--------------------------------------------------------------*/
/**
* JavaScript Disabled Page
*/
.no-js #app {
  display: none;
}

.app-setting {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  height: 100vh;
  position: fixed;
  z-index: 1000001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.app-setting__wrap {
  text-align: center;
  padding: 2.1875rem;
  background-color: #fbfbfb;
  border-left: 0.1875rem solid #00235b;
}
.app-setting__h1 {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 42px;
  color: #222222;
}
.app-setting__text {
  font-size: 0.8125rem;
  color: #ababab;
}

/**
* Preloader
*/
.preloader.is-active {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
  background: white;
  display: block;
}

.preloader {
  display: none;
}
.preloader__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.preloader__img {
  display: block;
}

/*
  * Row modifier class
 */
.row--center {
  justify-content: center;
}

/*
  * Fitvids plugin modifier class
 */
.fluid-width-video-wrapper {
  background-color: #f2f2f2;
}

/*
  * Social media classes with property background-color & color.
  * 's' is a prefix and represents a social media class.
 */
/* Facebook */
.s-fb--bgcolor-hover:hover {
  background-color: #4267b2;
}

.s-fb--color-hover:hover {
  color: #4267b2;
}

.s-fb--color {
  color: #4267b2;
}

/* Twitter */
.s-tw--bgcolor-hover:hover {
  background-color: #38A1F3;
}

.s-tw--color-hover:hover {
  color: #38A1F3;
}

.s-tw--color {
  color: #38A1F3;
}

/* instagram */
.s-insta--bgcolor-hover:hover {
  background-color: #f77737;
}

.s-insta--color-hover:hover {
  color: #f77737;
}

.s-insta--color {
  color: #f77737;
}

/* youtube */
.s-youtube--bgcolor-hover:hover {
  background-color: #ED3833;
}

.s-youtube--color-hover:hover {
  color: #ED3833;
}

.s-youtube--color {
  color: #ED3833;
}

/* linkedin */
.s-linked--bgcolor-hover:hover {
  background-color: #0077B5;
}

.s-linked--color-hover:hover {
  color: #0077B5;
}

.s-linked--color {
  color: #0077B5;
}

/* googleplus */
.s-gplus--bgcolor-hover:hover {
  background-color: #dd4b39;
}

.s-gplus--color-hover:hover {
  color: #dd4b39;
}

.s-gplus--color {
  color: #dd4b39;
}

/* Whats App */
.s-wa--color {
  color: #25d366;
}

.s-wa--color-hover:hover {
  color: #25d366;
}

/*
  * Global classes you can use these classes on elements and components of your application.
  * Remember: Don't confuse your mind with utility classes & Global classes.
  * Utility class has a prefix 'u' that represents root namespace also has a sub-namespace
  * prefix. These are low-level utility classes that make it easy to build complex user interfaces.
  * Global class has a prefix 'gl' and these classes are ready-made styles that you could
  * use on different elements like span, div, h1, h3 and components like button, selectbox. scrollbar etc.
 */
/*
  * Chrome Default Style for scrollbar
 */
.gl-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.gl-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
.gl-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #00235b;
}

/*
  * Global Rating Style apply on any div that has `i` element as children
 */
.gl-rating-style > i {
  margin-left: 2px;
  color: #00235b;
}
.gl-rating-style > i:first-child {
  margin-left: 0;
}

.gl-rating-style-2 > i {
  margin-left: 2px;
  color: #ff4500;
}
.gl-rating-style-2 > i:first-child {
  margin-left: 0;
}

/*
  * Signup, Login Social Buttons
 */
.gl-s-api {
  width: 80%;
  margin: 0 auto;
}
.gl-s-api__btn {
  border: none;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.5s linear;
}
.gl-s-api__btn:focus {
  outline: 0;
}
.gl-s-api__btn span {
  margin-left: 10px;
}
.gl-s-api__btn--fb {
  background-color: #4267b2;
}
.gl-s-api__btn--fb:hover {
  background-color: #3b5c9f;
}
.gl-s-api__btn--gplus {
  background-color: #dd4b39;
}
.gl-s-api__btn--gplus:hover {
  background-color: #d73925;
}

/*
* Inline Maker 1
 */
.gl-inline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.gl-inline div {
  flex: 1;
  margin-right: 14px;
}
.gl-inline div:last-child {
  margin-right: 0;
}

/*
* Inline Maker 2
 */
.gl-l-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/**
  * DOB: Date of Birth Select Box
 */
.gl-dob {
  display: flex;
  align-items: center;
}
.gl-dob .select-box {
  flex: 1;
  margin-right: 8px;
}
.gl-dob .select-box:last-child {
  margin-right: 0;
}

.gl-link {
  font-size: 14px;
  font-weight: 500;
  color: #00235b;
  transition: color 0.5s linear;
}
.gl-link:hover {
  color: #002156;
}

.gl-h1 {
  color: #222222;
  font-size: 18px;
  margin-bottom: 8px;
}

.gl-text {
  display: block;
  color: #a0a0a0;
  font-size: 14px;
}

.gl-label {
  margin-bottom: 8px;
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}

.sm-text {
  display: block;
  color: #E71D36 !important;
  font-size: 10px;
}

/**
* Global Tag
 */
.gl-tag {
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 22px;
}
.gl-tag:last-child {
  margin-right: 0;
}

/*
* Global Modal Classes
 */
.gl-modal-h1 {
  margin-bottom: 8px;
  line-height: 1;
  display: block;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
}

.gl-modal-text {
  color: #a0a0a0;
  font-size: 14px;
}

.gl-modal-btn-group {
  display: flex;
  align-items: center;
}
.gl-modal-btn-group button {
  margin-right: 12px;
}
.gl-modal-btn-group button:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .gl-inline {
    display: block;
  }
  .gl-inline div {
    display: block;
    margin-right: 0;
  }
  .gl-l-r {
    display: block;
  }
  .gl-dob {
    display: block;
  }
  .gl-dob .select-box {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .gl-dob .select-box:last-child {
    margin: 0;
  }
}
/**
  * Default Pulse Animation
 */
@keyframes mypulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.categories__item {
  height: 314px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.categories__large__item {
  height: 638px;
  padding-left: 70px;
}
.categories__large__item .categories__text {
  max-width: 480px;
}
.categories__large__item .categories__text p {
  margin-bottom: 15px;
}

s-skeleton--h-500 {
  min-height: 500px;
}

.brand-color-two {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #F9A83A;
  transition: background-color 0.5s ease-in;
}
.brand-color-two:hover {
  background-color: #c77506;
  color: #ffffff;
}

.brand-color-three {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #BE1E2D;
  transition: background-color 0.5s ease-in;
}
.brand-color-three:hover {
  background-color: #661018;
  color: #ffffff;
}

.brand-color-four {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #02023a;
  transition: background-color 0.5s ease-in;
}
.brand-color-four:hover {
  background-color: black;
  color: #ffffff;
}

.c-brand-color-two {
  color: #F9A83A;
}

.c-brand-color-three {
  color: #BE1E2D;
}

.c-brand-color-four {
  color: #02023a;
}

.text-align-center {
  text-align-last: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}

.text-align-end {
  text-align-last: end;
  text-align: end;
  text-align: -webkit-end;
  text-align: -moz-end;
}

.text-align-start {
  text-align: start;
  text-align: -webkit-start;
  text-align: -moz-start;
}

.w-90 {
  width: 90%;
}

.mega-overlay-bg {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 165px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.overlay-bg {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

@media (max-width: 991px) {
  .u-s-p-x-20 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 1480px) {
  .u-s-p-x-60 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1366px) {
  .u-s-p-x-60 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .u-s-p-x-60 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .u-s-p-x-60 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991px) {
  .u-s-p-x-120 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1366px) {
  .u-s-p-x-120 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 1280px) {
  .u-s-p-x-120 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1180px) {
  .u-s-p-x-120 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 1200px) {
  .u-s-p-x-140 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 1125px) {
  .u-s-p-x-140 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.u-s-m-x-120 {
  /*@media (max-width: 1132px) {
      padding-left: 4rem;
      padding-right: 4rem;
  }*/
}
@media (max-width: 1200px) {
  .u-s-m-x-120 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.transY--small {
  transform: translateY(5px);
}

@media (max-width: 1024px) {
  .form-check-input {
    margin-left: -2rem;
  }
}

@media (max-width: 1024px) {
  .mxSm4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.specLbl {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  vertical-align: super;
}

.right-5 {
  right: 5px;
}

.obj-contain {
  object-fit: contain;
}

.obj-cover {
  object-fit: cover;
}

.bord-top {
  border-top: 1px solid #F9A83A;
}

.brdr-radus-20 {
  border-radius: 20px;
}

.brdr-radus-t-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.brdr-radus-b-20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.height-35 {
  height: 35vh;
}
@media (max-width: 767px) {
  .height-35 {
    height: 25vh;
  }
}

.height-30 {
  height: 30vh;
}
@media (max-width: 767px) {
  .height-30 {
    height: 20vh;
  }
}

.height-300 {
  height: 300px;
}

.bg-cover {
  background-size: cover !important;
}

.bg-custom {
  background: rgb(0, 0, 0);
  background: linear-gradient(21deg, rgb(0, 0, 0) 0%, rgb(9, 9, 121) 50%, rgb(0, 86, 103) 100%);
  color: #fff;
}

.img-thumbnail {
  height: 220px;
}

.padd-y-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.dnone {
  display: none;
}

.noShadow {
  box-shadow: unset !important;
}

.bg-new-light-red {
  background: #ff5f13;
  box-shadow: 0px 10px 10px rgba(249, 246, 245, 0.22);
}
@media screen and (max-width: 575px) {
  .bg-new-light-red {
    border: 8px solid #fff;
  }
}

.bg-new-brdr-red {
  background: #FFFFFF;
  border: 2px solid #ff5f13;
  box-shadow: 0px 10px 10px rgba(249, 246, 245, 0.22);
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  dl, ol, ul {
    padding-inline-start: 0;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

body::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 2px;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #00235b;
}

.dropdown-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.dropdown-menu::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #00235b;
}

.vertical-sub {
  vertical-align: sub;
}

.vertical-text-bottom {
  vertical-align: text-bottom;
}

.vertical-base {
  vertical-align: baseline !important;
}

.vrticl-super {
  vertical-align: super;
}

.vrticl-text-top {
  vertical-align: text-top;
}

.close-ico:before {
  display: inline-block;
  content: "×"; /* This will render the 'X' */
}

.list-style-type-none {
  list-style-type: none;
}

.h100 {
  height: 100px;
}

.text-transform-none {
  text-transform: none;
}

@-webkit-keyframes "load7" {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes "load7" {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.spinnerLoader .spanner {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(42, 42, 42, 0.3333333333);
  width: 100%;
  display: block;
  text-align: center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.spinnerLoader .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.spinnerLoader .loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinnerLoader .loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinnerLoader .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 3.5em;
}
.spinnerLoader .show {
  visibility: visible;
}
.spinnerLoader .spanner.show {
  opacity: 1;
}
.spinnerLoader .overlay.show {
  opacity: 1;
}

/*--------------------------------------------------------------
4.0 Layout Utility Styles
--------------------------------------------------------------*/
/**
 * Utility classes for colors:
 * Convey meaning through color with a handful of color utility classes.
 * Includes support for styling links too.
 */
.u-c-brand {
  color: #00235b !important;
}

.u-c-brand-secondary {
  color: #F9A83A !important;
}

.u-c-brand-third {
  color: #BE1E2D !important;
}

.u-c-brand-fourth {
  color: #02023a !important;
}

.u-c-secondary {
  color: #222222 !important;
}

.u-c-white {
  color: #ffffff !important;
}

.u-c-black {
  color: #000000 !important;
}

.u-sec-black {
  color: #222222 !important;
}

.u-c-grey {
  color: #000000 !important;
}

.u-c-dark-grey {
  color: #3C3C3C !important;
}

.u-c-silver {
  color: #a0a0a0 !important;
}

.u-c-light-grey {
  color: #AAAAAA;
}

.u-c-green {
  color: rgba(20, 255, 0, 0.1411764706);
}

.u-c-dark-green {
  color: #378115;
}

.u-c-blue {
  color: #007bff;
}

.brand-color-grey {
  background: #c1c1c1;
}

.c-brand-color-grey {
  color: #c1c1c1;
}

.c-brand-secondary {
  color: #F9A83A !important;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-gray2 {
  background-color: #e5e5e5;
}

.bg-sec-brnd {
  background-color: #ff5f13;
}

.bg-third-brnd {
  background-color: #ff5f13;
}

.c-black-gray {
  color: #999999;
}

/*
  * Display Utility
 */
.u-d-block {
  display: block;
}

/*
  * Sizing
  * Easily make an element as wide or as tall (relative to its parent) with our width and height utilities.
 */
.u-w-100 {
  width: 100%;
}

.u-h-100 {
  height: 100%;
}

.u-m-h-700 {
  min-height: 720px;
}

/**
  * Image Responsive utility classes
 */
.u-img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img-specs {
  max-height: 180px;
  max-width: 320px;
}

.img-specs-2 {
  width: 149px;
  height: 107px;
  object-fit: cover;
}

.img-pro-specs {
  /*width: 282px;*/
  height: 358px;
  object-fit: contain;
}

.img-pro-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  background-color: rgba(217, 217, 217, 0.22);
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-300 {
  font-weight: 300;
}

.font-color-555 {
  color: #555555;
}

.line-higt-12 {
  line-height: 12px !important;
}

.line-higt-14 {
  line-height: 14px !important;
}

.line-higt-15 {
  line-height: 15px !important;
}

.line-higt-17 {
  line-height: 17px !important;
}

.line-higt-20 {
  line-height: 20px !important;
}

.line-higt-24 {
  line-height: 24px !important;
}

.line-higt-25 {
  line-height: 25px !important;
}

.line-higt-26 {
  line-height: 26px !important;
}

.line-higt-28 {
  line-height: 28px !important;
}

.line-higt-30 {
  line-height: 30px !important;
}

.line-higt-35 {
  line-height: 35px !important;
}

.line-higt-48 {
  line-height: 48px;
}
@media screen and (max-width: 991px) {
  .line-higt-48 {
    line-height: 24px;
  }
}

.line-higt-70 {
  line-height: 70px;
}

.border-1-2 {
  border: 1.2px solid #ff5f13;
}

.border-red-hlf {
  border: 0.5px solid #00235b !important;
}

.border {
  border: 1px solid #ff5f13 !important;
}

.border-bottom {
  border-bottom: 1px solid #ff5f13 !important;
}

.border-raduis-4 {
  border-radius: 4px;
}

.border-raduis-16 {
  border-radius: 16px;
}

.box-shadow-v2 {
  box-shadow: 0px 7px 72px rgba(24, 20, 57, 0.07);
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-24 {
  padding-top: 24px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-44 {
  padding-top: 44px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-x-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.p-t-11 {
  padding-top: 11px;
}
@media screen and (max-width: 991px) {
  .p-t-11 {
    padding-top: 8px;
  }
}

.m-t-24 {
  margin-top: 24px;
}

.padd-30-50 {
  padding: 30px 50px;
}

.padd-22-40 {
  padding: 22px 40px;
}

.padd-24-26 {
  padding: 24px 26px;
}

.m-b-44 {
  margin-bottom: 44px;
}

.p-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-x-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.mx-w-600 {
  max-width: 600px !important;
}

.bg-size-cover {
  background-size: cover;
}

.bg-circ-true {
  background: rgba(20, 255, 0, 0.14);
}

.clr-circ-true {
  color: #378115;
}

.brdr-rdius-12 {
  border-radius: 12px !important;
}

.zIndex-1041 {
  z-index: 1041 !important;
}

.mob-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  text-transform: capitalize;
  color: #00235b;
  /*font-family: 'Montserrat-med';*/
}

.catName {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  text-transform: capitalize;
  color: #00235b;
  /*font-family: 'Montserrat-med';*/
}

.t-LeftRdis-12 {
  border-top-left-radius: 12px;
}

.b-LeftRdis-12 {
  border-bottom-left-radius: 12px;
}

.mx-h-235 {
  max-height: 235px;
  width: 385px;
  object-fit: cover;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../../webfonts/icomoon/icomoon.eot?qmbgsn");
  src: url("../../webfonts/icomoon/icomoon.eot?qmbgsn#iefix") format("embedded-opentype"), url("../../webfonts/icomoon/icomoon.ttf?qmbgsn") format("truetype"), url("../../webfonts/icomoon/icomoon.woff?qmbgsn") format("woff"), url("../../webfonts/icomoon/icomoon.svg?qmbgsn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-size: 18px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shipper:before {
  content: "\e97a";
}

.icon-ignore:before {
  content: "\e979";
}

.icon-sand-watch:before {
  content: "\e974";
}

.icon-rfq:before {
  content: "\e975";
}

.icon-shipping-plans:before {
  content: "\e973";
}

.icon-search-products:before {
  content: "\e972";
  color: #f33;
}

.icon-marketing-tools:before {
  content: "\e976";
  color: #f33;
}

.icon-inc-profit:before {
  content: "\e977";
  color: #f33;
}

.icon-247:before {
  content: "\e978";
  color: #f33;
}

.icon-no-mediator:before {
  content: "\e970";
  color: #f33;
}

.icon-negotiation-tools:before {
  content: "\e971";
  color: #f33;
}

.icon-favorites:before {
  content: "\e96e";
}

.icon-my-order:before {
  content: "\e96f";
  color: #808080;
}

.icon-subscripe-true .path1:before {
  content: "\e96c";
  color: rgb(20, 255, 0);
  opacity: 0.14;
}

.icon-subscripe-true .path2:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(55, 129, 21);
}

.icon-ar-bread-sperator:before {
  content: "\e96b";
  color: #999;
}

.icon-dashboard:before {
  content: "\e967";
}

.icon-business:before {
  content: "\e968";
}

.icon-settings:before {
  content: "\e969";
}

.icon-fav:before {
  content: "\e96a";
}

.icon-locations:before {
  content: "\e966";
}

.icon-sales-partners:before {
  content: "\e965";
}

.icon-lef-arrow-blk:before {
  content: "\e964";
}

.icon-alarm:before {
  content: "\e961";
}

.icon-cart:before {
  content: "\e963";
}

.icon-global:before {
  content: "\e950";
}

.icon-commitment:before {
  content: "\e93f";
}

.icon-friendly-environment:before {
  content: "\e940";
}

.icon-proactivity:before {
  content: "\e941";
}

.icon-integrity:before {
  content: "\e942";
}

.icon-innovation:before {
  content: "\e943";
}

.icon-mony-bag:before {
  content: "\e944";
}

.icon-click:before {
  content: "\e945";
}

.icon-picture01:before {
  content: "\e946";
}

.icon-bi_person:before {
  content: "\e947";
}

.icon-calendar:before {
  content: "\e948";
}

.icon-bulk-offer:before {
  content: "\e949";
}

.icon-product-variables:before {
  content: "\e94a";
}

.icon-home:before {
  content: "\e94b";
}

.icon-trash:before {
  content: "\e94c";
}

.icon-edit:before {
  content: "\e94d";
}

.icon-clone-2:before {
  content: "\e94e";
}

.icon-camera:before {
  content: "\e94f";
}

.icon-user-1:before {
  content: "\e951";
}

.icon-minus:before {
  content: "\e952";
}

.icon-plus-1:before {
  content: "\e953";
}

.icon-close-eye:before {
  content: "\e954";
}

.icon-open-eye:before {
  content: "\e955";
}

.icon-arrow-right:before {
  content: "\e956";
}

.icon-arrow-up:before {
  content: "\e957";
}

.icon-international-market:before {
  content: "\e958";
}

.icon-path10445:before {
  content: "\e959";
}

.icon-user:before {
  content: "\e95a";
}

.icon-star:before {
  content: "\e95b";
}

.icon-search-updated:before {
  content: "\e95c";
}

.icon-history:before {
  content: "\e95d";
}

.icon-meeting:before {
  content: "\e95e";
}

.icon-cart-b:before {
  content: "\e95f";
}

.icon-payment-b:before {
  content: "\e960";
}

.icon-product-b:before {
  content: "\e962";
}

.icon-arrow-down:before {
  content: "\e93e";
}

.icon-favorite-un:before {
  content: "\e93d";
  color: #999;
}

.icon-favorite:before {
  content: "\e93c";
  color: #f33;
}

.icon-left-arrow:before {
  content: "\e93a";
  color: #999;
}

.icon-right-arrow:before {
  content: "\e93b";
  color: #999;
}

.icon-breadcrump-sperator:before {
  content: "\e939";
  color: #999;
}

.icon-no-data .path1:before {
  content: "\e92b";
  color: rgb(255, 51, 51);
  opacity: 0.12;
}

.icon-no-data .path2:before {
  content: "\e92c";
  margin-left: -0.9833984375em;
  color: rgb(255, 255, 255);
}

.icon-no-data .path3:before {
  content: "\e92d";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
  opacity: 0.12;
}

.icon-no-data .path4:before {
  content: "\e92e";
  margin-left: -0.9833984375em;
  color: rgb(251, 239, 231);
}

.icon-no-data .path5:before {
  content: "\e92f";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
  opacity: 0.08;
}

.icon-no-data .path6:before {
  content: "\e930";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
  opacity: 0.08;
}

.icon-no-data .path7:before {
  content: "\e931";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
}

.icon-no-data .path8:before {
  content: "\e932";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
}

.icon-no-data .path9:before {
  content: "\e933";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
}

.icon-no-data .path10:before {
  content: "\e934";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
}

.icon-no-data .path11:before {
  content: "\e935";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
}

.icon-no-data .path12:before {
  content: "\e936";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
}

.icon-no-data .path13:before {
  content: "\e937";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
}

.icon-no-data .path14:before {
  content: "\e938";
  margin-left: -0.9833984375em;
  color: rgb(255, 51, 51);
}

.icon-products:before {
  content: "\e901";
  color: #f33;
}

.icon-orders:before {
  content: "\e928";
  color: #f33;
}

.icon-payment-plan:before {
  content: "\e929";
  color: #f33;
}

.icon-invoice-management:before {
  content: "\e92a";
  color: #f33;
}

.icon-help:before {
  content: "\e900";
}

.icon-like-outlined:before {
  content: "\e924";
}

.icon-dislike-outlined:before {
  content: "\e925";
}

.icon-clone:before {
  content: "\e926";
}

.icon-communication:before {
  content: "\e927";
}

.icon-search-landing:before {
  content: "\e922";
}

.icon-negotiation:before {
  content: "\e923";
}

.icon-linking:before {
  content: "\e902";
}

.icon-growth:before {
  content: "\e903";
}

.icon-location:before {
  content: "\e904";
}

.icon-worldwide:before {
  content: "\e905";
}

.icon-to-do-list:before {
  content: "\e906";
}

.icon-promotion:before {
  content: "\e907";
}

.icon-suppliers:before {
  content: "\e908";
}

.icon-false-circ .path1:before {
  content: "\e909";
  color: rgb(34, 34, 34);
  opacity: 0.14;
}

.icon-false-circ .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(34, 34, 34);
}

.icon-true-circ .path1:before {
  content: "\e90b";
  color: rgb(34, 34, 34);
  opacity: 0.14;
}

.icon-true-circ .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(34, 34, 34);
}

.icon-true .path1:before {
  content: "\e90d";
  color: rgb(34, 34, 34);
  opacity: 0.14;
}

.icon-true .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(34, 34, 34);
}

.icon-category:before {
  content: "\e90f";
}

.icon-next:before {
  content: "\e910";
}

.icon-previous:before {
  content: "\e911";
}

.icon-filter:before {
  content: "\e912";
}

.icon-upload:before {
  content: "\e913";
}

.icon-headset:before {
  content: "\e914";
}

.icon-subscription:before {
  content: "\e915";
}

.icon-payment:before {
  content: "\e916";
}

.icon-clarity-error:before {
  content: "\e917";
}

.icon-sub-cat:before {
  content: "\e918";
}

.icon-logout:before {
  content: "\e919";
}

.icon-account:before {
  content: "\e91a";
}

.icon-play-button:before {
  content: "\e91b";
}

.icon-export:before {
  content: "\e91c";
}

.icon-person:before {
  content: "\e91d";
}

.icon-avatar-img:before {
  content: "\e91e";
}

.icon-charge:before {
  content: "\e91f";
}

.icon-info:before {
  content: "\e920";
}

.icon-messages:before {
  content: "\e921";
}

/*--------------------------------------------------------------
5.0 Components
--------------------------------------------------------------*/
/* Breadcrumb Component */
.breadcrumb__wrap {
  /*background-color: #fbfbfb;*/
  /*padding: rem(18);*/
  padding-left: 36px;
  border-radius: 0.1875rem;
}
.breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  /*margin-bottom: 26px;*/
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    margin-bottom: 17px;
  }
}
.breadcrumb__list.login-page-breadcrumb > li > a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumb__list > li {
  display: inline-block;
}
.breadcrumb__list > li > a {
  color: #999;
  transition: color 0.5s;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list > li > a {
    font-size: 12px;
    line-height: 14px;
  }
}
.breadcrumb__list > li > a:hover {
  color: #222222;
}
.breadcrumb__list > li.is-marked > a {
  color: #00235b;
  font-weight: 500;
  /*font-family: 'Montserrat-med';*/
}
.breadcrumb__list > li.has-separator:after {
  content: "\e939";
  font-family: "icomoon";
  font-size: 12px;
  margin: 0 7px;
  color: #00235b;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list > li.has-separator:after {
    font-size: 7px;
  }
}

/* Button Component */
.btn {
  user-select: none;
  cursor: pointer;
  font-size: 14px;
}
.btn:focus {
  outline: none;
}

.btn--icon {
  border: none;
  background-color: transparent;
  padding: 0;
}

.btn--e-brand-verfiy {
  color: #ffffff !important;
  border: 1px solid transparent;
  background-color: #00235b;
  border-radius: 4px;
}
.btn--e-brand-verfiy:hover {
  background-color: #002156;
  color: #ffffff !important;
}

.btn--e-brand {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  color: #ffffff !important;
  border: 1px solid transparent;
  background-color: #00235b;
  border-radius: 4px;
}
.btn--e-brand:hover {
  background-color: #002156;
  color: #ffffff !important;
}

.btn--e-brand-b-2 {
  color: #ffffff !important;
  background-color: #00235b;
  border: 2px solid #00235b;
  transition: background-color 0.5s ease-in, border-color 0.5s ease-in;
}
.btn--e-brand-b-2:hover {
  background-color: #000f28;
  border-color: #000f28;
}

.btn--e-grey-b-2 {
  color: #222222;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  transition: background-color 0.5s ease-in, border-color 0.5s ease-in;
}
.btn--e-grey-b-2:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn--e-secondary {
  color: #ffffff !important;
  border: 1px solid transparent;
  background-color: #F9A83A;
  transition: background-color 0.5s ease-in;
}
.btn--e-secondary:hover {
  background-color: #ba1d2c;
}

.btn--e-white-brand {
  border: 1px solid transparent;
  color: #222222;
  background-color: #ffffff;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.btn--e-white-brand:hover {
  background-color: #00235b;
  color: #ffffff;
}

.btn--e-transparent-brand-b-2 {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  color: #555555;
  border: 2px solid #00235b;
  background-color: transparent;
  border-radius: 4px;
  /*&:hover {
    border-color: darken($g-brand-color,1%);
  }*/
}

.btn--e-transparent-hover-brand-b-2 {
  color: #00235b !important;
  border: 2px solid #00235b;
  background-color: transparent;
  transition: background-color 0.1s ease-in, border-color 0.1s ease-in;
}
.btn--e-transparent-hover-brand-b-2:hover {
  background-color: #00235b;
  color: #ffffff !important;
}

.btn--e-transparent-secondary-b-2 {
  color: #222222;
  border: 2px solid #222222;
  background-color: transparent;
  transition: border-color 0.5s ease-in;
}
.btn--e-transparent-secondary-b-2:hover {
  border-color: #1f1f1f;
}

.btn--e-transparent-platinum-b-2 {
  color: #222222;
  border: 1px solid #FFE5D4;
  border-radius: 4px;
  background-color: transparent;
  transition: border-color 0.5s linear;
}
.btn--e-transparent-platinum-b-2:hover {
  border-color: #00235b;
}

.btn--e-white-brand-shadow {
  border: 1px solid #eee;
  box-shadow: 1px 2px 8px 0 rgba(36, 37, 38, 0.08);
  background-color: #ffffff;
  color: #222222;
  transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear;
}
.btn--e-white-brand-shadow:hover {
  border-color: #00235b;
  background-color: #00235b;
  color: #ffffff;
}

/*.btn--e-trans--shadow {  
    box-shadow: 1px 2px 8px 0 rgba(36, 37, 38, 0.08);
    background-color: rgb(0 0 0 / 50%);
    color: $g-white;
    transition: background-color .3s linear, border-color .3s linear,color .3s linear;

    &:hover {
        border-color: $g-brand-color;
        background-color: $g-brand-color;
        color: $g-white;
    }
}
*/
.btn--e-brand-shadow {
  border: 1px solid #00235b;
  box-shadow: 1px 2px 8px 0 rgba(36, 37, 38, 0.08);
  background-color: #00235b;
  color: #ffffff;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
.btn--e-brand-shadow:hover {
  border-color: #002156;
  background-color: #002156;
  color: #F9A83A;
}

.btn--large {
  font-size: 16px;
  height: 48px;
  padding: 10px 24px !important;
  min-width: 225px;
}

.btn:disabled {
  cursor: not-allowed;
}

.btn-mobile-coming {
  min-width: 225px;
  background-color: #902122 !important;
}

.btn--e-new {
  background: #00235b;
  border-radius: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 13px 27px;
}
.btn--e-new:hover {
  color: #FFFFFF;
}

.btn--e-new-outline {
  border-radius: 50px;
  padding: 13px 27px;
  border: 2px solid #00235b;
  background-color: transparent;
}

.btn--e-new-login {
  background-color: #00235b;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 8px 27px !important;
}
@media (max-width: 1024px) {
  .btn--e-new-login {
    background-color: transparent;
  }
}
.btn--e-new-login:hover {
  color: #FFFFFF;
}

.btn-default {
  justify-content: center;
  align-items: center;
  padding: 8px 60px;
  gap: 8px;
  background: #00235b;
  border-radius: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #00235b;
}
.btn-default:hover {
  background: #ff5f13;
  border: 1px solid #ff5f13;
  color: #00235b;
}

.btn-sm-default {
  justify-content: center;
  align-items: center;
  padding: 8px 30px !important;
  gap: 8px;
  background: #00235b;
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #00235b;
}
@media screen and (max-width: 991px) {
  .btn-sm-default {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
  }
}
.btn-sm-default:hover {
  background: #ff5f13;
  border: 1px solid #ff5f13;
  color: #00235b;
}

.btn-outline-default {
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  background-color: transparent;
  border-radius: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #222222;
  border: 1px solid #00235b;
}
.btn-outline-default:hover {
  background: #ff5f13;
  border: unset;
}

.btn-sm-outline-default {
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  gap: 8px;
  background-color: transparent;
  border-radius: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  border: 1px solid #00235b;
}
.btn-sm-outline-default:hover {
  background: #ff5f13;
  border: unset;
}

.btn-download-default {
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  background: #000000;
  border-radius: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .btn-download-default {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn-download-default {
    font-size: 13px;
    line-height: 14px;
    padding: 6px 10px;
  }
}

.btn-primary {
  padding: 8px 30px !important;
  justify-content: center;
  align-items: center;
  background: #00235b;
  border-color: #00235b;
  border-radius: 30px !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ff5f13;
  color: #00235b;
  border-color: #00235b;
}

.btn-danger {
  padding: 8px 30px !important;
  justify-content: center;
  align-items: center;
  color: #222222;
  background-color: transparent;
  border: 1px solid #00235b;
  border-radius: 30px !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #ff5f13;
  color: #222222;
  border: unset;
}

.btn-action-defualt {
  padding: 6px;
  font-size: 20px;
  border: 0.5px solid #00235b;
  border-radius: 4px;
  color: #00235b;
}
.btn-action-defualt:hover, .btn-action-defualt:focus, .btn-action-defualt:active {
  background: #ff5f13;
  color: #222222;
  border: unset;
}

.btn-action-red-defualt {
  padding: 8px;
  font-size: 20px;
  background: #00235b;
  border-radius: 4px;
  color: #fff;
}
.btn-action-red-defualt:hover, .btn-action-red-defualt:focus, .btn-action-red-defualt:active {
  background: #ff5f13;
  color: #222222;
  border: unset;
}

.btn-cover-photo {
  padding: 11px 26px;
  background: #ff5f13;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.custom-btn-font {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .btn-cancel {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 12px !important;
  }
}

.btn-primary.disabled, .btn-primary:disabled {
  background: #ff5f13;
  color: #00235b;
  border-color: #00235b;
}

a.btn.disabled,
fieldset:disabled a.btn {
  cursor: not-allowed;
}

/* Countdown Component */
.countdown--style-special {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.countdown--style-special .countdown__content {
  margin: 0 6px 10px;
  text-align: center;
  padding: 5px 24px;
  background-color: rgba(255, 255, 255, 0.98);
}
.countdown--style-special .countdown__value {
  font-size: 35px;
  font-weight: 500;
  display: block;
  color: #222222;
}
.countdown--style-special .countdown__key {
  font-size: 12px;
  font-weight: 500;
  display: block;
  color: #00235b;
}

.countdown--style-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.countdown--style-banner .countdown__content {
  margin: 0 10px 10px;
  text-align: center;
  padding: 5px 24px;
  background-color: #222222;
}
.countdown--style-banner .countdown__value {
  font-size: 48px;
  font-weight: 500;
  display: block;
  color: #ffffff;
}
.countdown--style-banner .countdown__key {
  font-size: 12px;
  font-weight: 500;
  display: block;
  color: #ffffff;
}

.countdown--style-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.countdown--style-section .countdown__content {
  margin: 18px 20px 20px 0;
  padding: 8px 22px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.98);
}
.countdown--style-section .countdown__value {
  font-size: 26px;
  font-weight: 500;
  display: block;
  color: #222222;
}
.countdown--style-section .countdown__key {
  font-size: 10px;
  font-weight: 500;
  display: block;
  color: #00235b;
}

.notification-RFQ:after {
  box-sizing: border-box;
  position: absolute;
  content: " ";
  height: 38px;
  width: 38px;
  right: -17px;
  top: 10px;
  border: 1px solid #3970c3;
  -webkit-transform: rotate(135deg) skew(-10deg, -10deg);
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(#000000), color-stop(0.46, #000000), color-stop(0.5, transparent), to(transparent));
}
@media screen and (max-width: 991px) {
  .notification-RFQ:after {
    border: unset;
    border-left: 1px solid #3970c3;
    -webkit-transform: unset;
    -webkit-mask-image: unset;
    right: -38px;
  }
}

/* Input-Counter Component */
.input-counter {
  position: relative;
  display: inline-block;
  max-width: 144px;
  min-width: 144px;
}
.input-counter__text {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.input-counter__text:focus {
  outline: 0;
}
.input-counter--text-primary-style {
  color: #222222;
  border: 0.5px solid #FFE5D4;
  border-radius: 4px;
  /*background-color: #f1f1f1;*/
}
.input-counter--text-primary-style:focus {
  background-color: transparent;
  border-color: #00235b;
}
.input-counter__minus, .input-counter__plus {
  border: 1px solid #00235b;
  border-radius: 4px;
  top: 0;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  width: 40px;
  line-height: 50px;
  height: 100%;
  text-align: center;
  color: #00235b;
  transition: color 0.5s;
}
.input-counter__minus:hover, .input-counter__plus:hover {
  color: #222222;
}
.input-counter__minus {
  left: 0;
}
.input-counter__plus {
  right: 0;
}

.ui-widget.ui-widget-content {
  border: 1.5px solid #00235b;
  background-color: #00235b;
  height: 4px;
}

.ui-widget-header {
  background: #00235b;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  background: #00235b;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #ff5f13;
}

.ui-tooltip-content {
  font-size: 12px;
  margin-top: -8px;
}

/* Input Text Component */
.input-text {
  font-size: 12px;
  background-clip: padding-box;
  padding: 0 18px;
  height: 35px;
}
.input-text--border-radius {
  border-radius: 25px;
}
.input-text--primary-style {
  color: #222222;
  transition: all 0.6s linear;
  border: 2px solid transparent;
  /*background-color: #f1f1f1;*/
}
.input-text--primary-style:focus {
  background-color: transparent;
  border-color: #00235b;
}
.input-text--style-1 {
  color: #5c636c;
  transition: all 0.6s linear;
  border: 1px solid #ccc;
  /*background-color: #f1f1f1;*/
}
.input-text--style-1:focus {
  box-shadow: 0 0 15px 0 rgba(183, 111, 111, 0.1);
  background-color: transparent;
  border-color: #eee;
}
.input-text--style-2 {
  color: #5c636c;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  transition: all 0.6s linear;
}
.input-text--style-2:focus {
  background-color: #ffffff;
}
.input-text--only-white {
  border: 1px solid transparent;
  color: #222222;
  background-color: #ffffff;
}
.input-text:focus {
  outline: 0;
}

.input-text:disabled {
  background-color: #cecece;
}

input::-ms-clear {
  display: none;
}

.form-control {
  border: 0.6px solid #3C3C3C;
  border-radius: 4px;
  height: 35px;
}
.form-control:focus {
  border-color: #00235b !important;
}
.form-control::placeholder {
  font-size: 0.825rem;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

.error-spc {
  color: #dc3545;
  background-color: #ffc107;
  padding: 0.25rem;
  border-radius: 10px;
}

.custom-file-label {
  border: 0.6px solid #3C3C3C;
  height: 35px;
}
@media screen and (max-width: 991px) {
  .custom-file-label {
    font-weight: 500;
    font-size: 13px;
  }
}

/*#tempPriceFrom,
#tempPriceTo {
    padding: 0 0 0 0.75rem;

    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
        opacity: 1;
        background-color: green;
    }
}
*/
/*input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1 !important;
    width: 22px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: blue !important;
    border: 2.5px solid red !important;
}*/
input[type=number] {
  /*height: 32px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  position: relative;
  text-align: center;
  font-size: 20px;*/
  /*width: 80px;*/
  /*outline: none;;*/
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAApCAYAAAC7t0ACAAAACXBIWXMAABCbAAAQmwF0iZxLAAAA90lEQVRYw+3YMQ6DIBSA4R/tUdwdZO8h3Lt4Ho/g4t6bsHgflQ6KMdQ2LUYwLS8hBkl8Xx4EDEJrzRJSCsC0o0IDGqWWxGJBSJkCCf5iRKmBJal/wJR7yovQRZEAKeFiSAJU4KkiycGL8JMQoasAJ5iK30JcQyOaVQuCMIkzq+8NYRJW1rPxhaitxFj9+tsPXhwQLdC9GKuA3Eclup3jcbOKiIiIiIj4P0T95pDKXU5RF0QL3Dcg+fy+9XWKlhbEAEqfp+gactsDcP2p2YI4A/YiDCSL+0REHIEYAxvGkyCmq7w+EKBHKb2+QhTz9PhYJyPTFaIGeAAaDUEKj1eLHQAAAABJRU5ErkJggg==");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  caret-color: transparent;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  opacity: 1 !important;
  background: transparent !important;
  border-width: 0px;
  margin: 0;
  height: 34px;
  width: 23px;
  cursor: pointer;
}

.flagDrop {
  border-left: 0.6px solid #3C3C3C;
  border-top: 0.6px solid #3C3C3C;
  border-bottom: 0.6px solid #3C3C3C;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 35px;
  background-color: rgba(217, 217, 217, 0.2);
}

@media screen and (max-width: 767px) {
  .flagCountry {
    padding: 0.375rem;
  }
}
.flagCountry::after {
  content: "";
  position: absolute;
  /*background-image: url(../../../images/core-img/down-arrow.png);*/
  background-size: contain;
  border: none;
  height: 20px;
  width: 20px;
  margin: 7px auto;
  top: 0;
  right: 5px;
}

.disabled-flagDrop {
  border: unset;
  background-color: rgba(217, 217, 217, 0.2);
}
.disabled-flagDrop .flagCountry::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .flagCountry::after {
    right: -5px;
  }
}

.dtp .p10 > a {
  color: #00235b;
}

/* Preload Aspect Ratio Component */
/*
  * Example 1 For Square: <a class="aspect aspect--bg-grey aspect--square u-d-block"><img src="a.jpg" class="aspect__img" alt=""></a>
  * Example 2 For Non Square: <div class="aspect aspect--bg-grey aspect--1286-890"><img src="a.jpg" class="aspect__img" alt=""></div>
 */
/*
  * Some Points to use Aspect Ratio Component classes:
  * Make sure the element on which it adds, it would be a block or inline-block element,
  * if it is not then you could add utility class 'u-d-block', 'u-d-inline-block' or you
  * could directly target that element with CSS to make inline or block.
  * By default '.aspect--square' or '.aspect--16:9: resolution' class takes height according to
  * the height of the child image element.
  * But if the parent element is a flex element then aspect ratio technique doesn't work because
  * '.aspect--square' or '.aspect--16:9: resolution' contains padding top/bottom property with a
  * percentage value.
  * There are also some cases you do not want to have '.aspect--square' or '.aspect--16:9: resolution'
  * class to take width & height that match with child image element.
  * Then you could append CSS class or directly target that parent element with CSS and
  * set your custom width & height.
  * If the image has aspect ratio square, i.e. 4:3 then you would add class '.aspect--square'
  * on the element. This class has a padding-bottom:100% property.
  * 100% means to take the entire height of the image.
  * If the image doesn't have aspect ratio square then to make a custom class
  * like '.aspect--imageWidth-imageHeight' and use ready-made sass function() nonsquare(imageWidth,imageHeight)
  * that returns padding-bottom property with the value calculated according to image resolution.
  * You could also change the background-color of placeholder according to your own choice.
  * By default, only 2 classes are generated.
 */
.aspect {
  position: relative;
}

.aspect--bg-grey {
  background-color: #f2f2f2;
}

.aspect--bg-grey-fb {
  background-color: #fbfbfb;
}

.aspect--square {
  padding-bottom: 100%;
}

/*
  * Add this class inside '.aspect' child image element. If you want to make an image responsive then
  * you can use utility u-img-fluid class.
 */
.aspect__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* Product Component */
.product-o {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ff5f13;
  border-radius: 6px;
}

.product-o--hover-off {
  /*box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.1);*/
}

.product-o--radius {
  border-radius: 14px;
}

.product-o--hover-on {
  transition: all 0.4s ease-in-out;
}
.product-o--hover-on:hover {
  /*box-shadow: 0 0 21px 0 #b76f6f;*/
}

.product-o:hover .product-o__wrap:before {
  opacity: 1;
}
.product-o:hover .product-o__action-wrap {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.product-o:hover .product-o__action-list > li {
  opacity: 1;
  transform: translateY(0);
}

.product-o__wrap {
  position: relative;
}
.product-o__wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-o__action-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
}

.product-o__action-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-o__action-list > li {
  margin: 0 4px 6px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}
.product-o__action-list > li > a {
  display: block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: hsla(0deg, 0%, 100%, 0.25);
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
.product-o__action-list > li > a:hover {
  background-color: #222222;
  color: #ffffff;
}

.product-o__category {
  display: block;
  margin-top: 4px;
}
.product-o__category > small {
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;
  text-transform: capitalize;
  color: #555555;
}
.product-o__category > small:hover {
  color: #00235b;
}

.product-o__name > a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
  color: #222222;
}
.product-o__name > a:hover {
  color: #00235b;
}

.product-o__rating {
  margin-bottom: 4px;
}
.product-o__rating i {
  font-size: 12px;
}

.product-o__review {
  margin-left: 4px;
  font-size: 12px;
  color: #a0a0a0;
}

.product-o__price {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  color: #00235b;
  padding-top: 8px;
}

.product-o__discount {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  color: #555555;
  text-decoration: line-through;
}

.product-o__unit {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  color: #555555;
  margin-left: 10;
}

.product-o__countdown-wrap {
  margin-top: 16px;
}

.product-o__special-count-wrap {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.product-o__preview-description {
  margin: 8px 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  color: #555555;
}
.product-o__preview-description a {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  color: #270003;
}

.product-o__ribbon {
  display: inline-block;
  padding: 5px 15px;
  position: absolute;
  left: 9px;
  top: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  text-shadow: none;
  font-weight: normal;
  background-color: #00235b;
  color: #fff;
  border-top-left-radius: 6px;
  z-index: 10;
}

.x-product {
  padding: 20px;
  border-radius: 6px;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}
.x-product .row {
  align-items: center;
}
.x-product__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.x-product:hover {
  transform: translateY(-6px);
}

.feature {
  margin-bottom: 20px;
}
.feature__name {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.feature__value {
  color: #000000;
  font-size: 12px;
  display: block;
}

.product-l {
  display: flex;
}
.product-l__img-wrap {
  margin-right: 20px;
}
.product-l__rating i {
  font-size: 12px;
}
.product-l__link {
  width: 110px;
  height: 110px;
}
.product-l__category {
  display: block;
}
.product-l__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}
.product-l__category > a:hover {
  color: #00235b;
}
.product-l__name {
  display: block;
  margin-bottom: 4px;
}
.product-l__name > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}
.product-l__name > a:hover {
  color: #00235b;
}
.product-l__price {
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.product-l__discount {
  font-weight: 600;
  margin-left: 15px;
  color: #00235b;
  font-size: 14px;
  text-decoration: line-through;
}

.product-o2 {
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}
.product-o2__wrap {
  position: relative;
  overflow: hidden;
}
.product-o2__action-wrap {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s linear;
  left: 20px;
  top: 20px;
}
.product-o2__action-list {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.product-o2__action-list > li {
  margin-bottom: 6px;
}
.product-o2__action-list > li > a {
  display: inline-block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: #00235b;
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s ease 0.1s;
}
.product-o2__action-list > li > a:hover {
  background-color: #ffffff;
  color: #00235b;
}
.product-o2__action-list > li:last-child {
  margin-bottom: 0;
}
.product-o2__countdown-wrap {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 60px;
  height: 100%;
}
.product-o2__img {
  transition: all 0.6s ease-in-out;
  transform: scale(1);
}
.product-o2__content {
  padding: 10px;
}
.product-o2__category {
  display: block;
  margin-top: 4px;
}
.product-o2__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}
.product-o2__category > a:hover {
  color: #00235b;
}
.product-o2__name {
  display: block;
}
.product-o2__name > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}
.product-o2__name > a:hover {
  color: #00235b;
}
.product-o2__rating {
  margin-bottom: 4px;
}
.product-o2__rating i {
  font-size: 12px;
}
.product-o2__review {
  margin-left: 4px;
  font-size: 12px;
  color: #a0a0a0;
}
.product-o2__price {
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.product-o2__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #222222;
  font-size: 14px;
  text-decoration: line-through;
}

.product-o2:hover .product-o2__img {
  transform: scale(1.1);
}
.product-o2:hover .product-o2__action-wrap {
  opacity: 1;
}

.product-r {
  border-radius: 15px;
  overflow: hidden;
  background-color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 2px 2px 8px 3px rgba(36, 37, 38, 0.08);
}
.product-r__container {
  position: relative;
}
.product-r__ribbon-wrap {
  position: absolute;
  top: 0;
  right: 25px;
}
.product-r__action-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
}
.product-r__action-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-r__action-list > li {
  margin: 0 4px 6px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}
.product-r__action-list > li > a {
  display: block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #00235b;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
.product-r__action-list > li > a:hover {
  background-color: #ffffff;
  color: #00235b;
}
.product-r__info-wrap {
  padding: 14px;
}
.product-r__category {
  display: block;
  margin-bottom: 2px;
}
.product-r__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}
.product-r__category > a:hover {
  color: #00235b;
}
.product-r__n-p-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.product-r__name, .product-r__price {
  -ms-flex: 0 1 auto;
}
.product-r__name {
  display: block;
}
.product-r__name > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}
.product-r__name > a:hover {
  color: #00235b;
}
.product-r__price {
  display: block;
  font-weight: 600;
  color: #00235b;
  font-size: 16px;
}
.product-r__description {
  margin-bottom: 6px;
  display: block;
  color: #000000;
  font-size: 12px;
}
.product-r:hover {
  transform: translateY(-6px);
}
.product-r:hover .product-r__action-wrap {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.product-r:hover .product-r__action-list > li {
  opacity: 1;
  transform: translateY(0);
}

.product-bs {
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  transition: transform 0.7s ease-in-out;
}
.product-bs__container {
  padding: 20px;
}
.product-bs__wrap {
  position: relative;
  margin-bottom: 4px;
}
.product-bs__action-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
}
.product-bs__action-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-bs__action-list > li {
  margin: 0 4px 6px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}
.product-bs__action-list > li > a {
  display: block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: #00235b;
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
.product-bs__action-list > li > a:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  color: #00235b;
}
.product-bs__category {
  display: block;
}
.product-bs__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}
.product-bs__category > a:hover {
  color: #00235b;
}
.product-bs__name {
  display: block;
}
.product-bs__name > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}
.product-bs__name > a:hover {
  color: #00235b;
}
.product-bs__rating {
  margin-bottom: 4px;
}
.product-bs__rating i {
  font-size: 12px;
}
.product-bs__review {
  margin-left: 4px;
  font-size: 12px;
  color: #a0a0a0;
}
.product-bs__price {
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.product-bs__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #222222;
  font-size: 14px;
  text-decoration: line-through;
}

.product-bs:hover {
  transform: translateY(-8px);
}
.product-bs:hover .product-bs__action-wrap {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.product-bs:hover .product-bs__action-list > li {
  opacity: 1;
  transform: translateY(0);
}

.product-short {
  background-color: #fbfbfb;
  transition: transform 0.7s ease-in-out;
}
.product-short:hover {
  transform: translateY(-8px);
}
.product-short__container {
  padding: 30px;
}
.product-short__info {
  margin-top: 14px;
}
.product-short__price {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #00235b;
}
.product-short__name {
  display: block;
}
.product-short__name > a {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  transition: color 0.5s;
}
.product-short__name > a:hover {
  color: #00235b;
}
.product-short__category {
  display: block;
}
.product-short__category > a {
  font-size: 11px;
  color: #a0a0a0;
  transition: color 0.5s;
}
.product-short__category > a:hover {
  color: #00235b;
}

.slick-vertical .slick-slide {
  margin-bottom: 12px;
}

/* Checkbox, Radio Component */
/*
  * Remember these are very important styles and make sure input checkbox always has a greater z-index from label
  * and any other div's.
  * Remember these styles make checkbox horizontal center, and when you click out of the boundary region
  * Behind the scenes checkbox has a opacity 0 but it will be checked.
 */
.check-box [type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.radio-box [type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.check-box {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}
.check-box__label {
  position: initial;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  margin-left: 24px;
  white-space: normal;
}
@media screen and (max-width: 991px) {
  .check-box__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
}
.check-box__label:before, .check-box__label:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.check-box__label:before {
  border: 0.4px solid #999999;
  border-radius: 1px;
}
.check-box__label:after {
  transform: scale(0.6);
}

.check-box input:checked ~ .check-box__state label:before {
  animation: mypulse 1s;
}

.check-box input:checked ~ .check-box__state.check-box__state--primary label:before {
  background: rgba(20, 255, 0, 0.14);
  border-radius: 1px;
  border: unset;
}

.check-box input:checked ~ .check-box__state.check-box__state--primary label:after {
  transform: scale(1.5);
  font-size: 14px;
  content: "\e90e";
  font-family: "icomoon";
}

.check-box__custom {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-top: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-box__custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 0.4px solid #999999;
  border-radius: 1px;
}

.check-box__custom:hover input ~ .checkmark {
  background-color: rgba(20, 255, 0, 0.14);
}
.check-box__custom input:checked ~ .checkmark {
  background: rgba(20, 255, 0, 0.14);
  border-radius: 1px;
  border: unset;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-box__custom input:checked ~ .checkmark:after {
  display: block;
}
.check-box__custom .checkmark:after {
  transform: scale(1.5);
  font-size: 14px;
  line-height: 16px;
  content: "\e90e";
  font-family: "icomoon";
}

.radio-box {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}
.radio-box__label {
  position: initial;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  white-space: normal;
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  .radio-box__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
  }
}
.radio-box__label:before, .radio-box__label:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  border: 2px solid transparent;
  z-index: 0;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-box__label:before {
  border-color: #00235b;
  background-color: #ffffff;
}
.radio-box__label:after {
  transform: scale(0.6);
}

.radio-box input:checked ~ .radio-box__state label:before {
  animation: mypulse 1s;
}

.radio-box input:checked ~ .radio-box__state.radio-box__state--primary label:before {
  border-color: #00235b;
  background-color: #ffffff;
}

.radio-box input:checked ~ .radio-box__state.radio-box__state--primary label:after {
  transform: scale(0.5);
  background-color: #00235b;
}

.radio-box input:disabled ~ .radio-box__state.radio-box__state--primary label:before {
  border-color: #f2f2f2;
}

.radio-box input:disabled ~ .radio-box__state.radio-box__state--primary label:after {
  transform: scale(1);
}

.radio_container {
  align-items: center;
}
.radio_container input[type=radio] {
  appearance: none;
  display: none;
}
.radio_container label {
  justify-content: center;
  align-items: center;
  border: 1px solid #00235b;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #00235b;
}
.radio_container input[type=radio]:checked + label {
  background: #ff5f13;
  color: #00235b;
  font-weight: 900;
  transition: 0.3s;
}

.radio-btn {
  position: relative;
  margin: 10%;
}
.radio-btn label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.radio-btn input {
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0 !important;
}
.radio-btn input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.radio-btn input[type=radio]:checked + label {
  background: #00235b;
  color: #fff;
  border-radius: 30px;
  font-weight: 900;
  transition: 0.3s;
}
.radio-btn label {
  cursor: pointer;
  z-index: 90;
  justify-content: center;
  align-items: center;
  border: 1px solid #00235b;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 4px;
  color: #00235b;
  padding: 16px 0px;
}

.checkbox-custom {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 5px 0;
  cursor: pointer;
  position: relative;
  font-size: 12px;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 1.5px solid #00235b;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  color: #00235b;
}
.checkbox-custom:focus {
  outline: 1px solid #ddd;
  /* focus style */
}

input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(0.5); /* IE */
  -moz-transform: scale(0.5); /* FF */
  -webkit-transform: scale(0.5); /* Safari and Chrome */
  -o-transform: scale(0.5); /* Opera */
  transform: scale(0.5);
}

/* Select-Box Component */
.select-box {
  display: block;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px 11px 15px;
  cursor: pointer;
  line-height: 1.2;
}
.select-box--primary-style {
  color: #222222;
  border: 2px solid transparent;
  background-color: #f1f1f1;
}
.select-box--transparent-b-2 {
  color: #222222;
  border: 1px solid transparent;
  background-color: transparent;
}
.select-box:focus {
  outline: 0;
}
.select-box::-ms-expand {
  background-color: transparent;
  border: 0;
}

.select-box:disabled {
  background-color: #cecece;
}

.select-box--primary-style:focus::-ms-value {
  color: #222222;
  background-color: #f1f1f1;
}

.select-box--transparent-b-2:focus::-ms-value {
  color: #222222;
  background-color: #ffffff;
}

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  /*right: 7px;
  top: 42%;*/
  /*border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;*/
  background-image: url(../../../images/core-img/down-arrow.png);
  background-size: contain;
  border: none;
  height: 20px;
  width: 20px;
  margin: 7px auto;
  top: auto;
  right: 5px;
}

.select2-container--default .select2-selection--multiple {
  border: 0.6px solid #3C3C3C;
  border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background: #00235b;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    font-size: 14px;
  }
}

.select2-results__option--selectable {
  border-bottom: 1px solid #ff5f13;
}
@media screen and (max-width: 991px) {
  .select2-results__option--selectable {
    font-size: 14px;
  }
}

select2-results__options::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  background-clip: padding-box;
}

select2-results__options::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}

select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #00235b;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  background-clip: padding-box;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #00235b;
}

/*

.select2-container .select2-selection--multiple{
    height: 35px;
}*/
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: rgba(217, 217, 217, 0.2);
  color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: unset;
}
.select2-container--default.select2-container--disabled .select2-selection--single > .select2-selection__arrow {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single > .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.2);
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: rgba(217, 217, 217, 0.2);
  color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: unset;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple > .select2-selection--multiple:before {
  display: none;
}

.dropdown-item {
  padding: 0.25rem 2rem 0.25rem 0.5rem;
}

.navbar-nav {
  /*.dropdown-menu {
      padding: 0;
  }*/
}
.navbar-nav .dropdown-item {
  padding: 0;
}
.navbar-nav .dropdown-item a, .navbar-nav .dropdown-item form {
  padding: 5px 30px 5px 10px;
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.navbar-nav .dropdown-item a:hover, .navbar-nav .dropdown-item form:hover {
  color: #ffffff;
}
.navbar-nav .dropdown-item a:hover > button, .navbar-nav .dropdown-item form:hover > button {
  color: #ffffff;
}

#CultureMenu li {
  border-top: 1px solid #e9ecef;
}
#CultureMenu li:first-child {
  border-top: unset;
}

#RegisterDropdown + .dropdown-menu .dropdown-item,
#Help_CenterDropdown + .dropdown-menu .dropdown-item {
  padding: 0.25rem 2rem 0.25rem 0.5rem;
}

/* Textarea Component */
.text-area {
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  padding: 18px;
  resize: vertical;
}
.text-area--border-radius {
  border-radius: 25px;
}
.text-area--primary-style {
  color: #5c636c;
  transition: all 0.6s linear;
  border: 2px solid transparent;
  background-color: #f1f1f1;
}
.text-area--primary-style:focus {
  background-color: transparent;
  border-color: #00235b;
}
.text-area:focus {
  outline: 0;
}

textarea.form-control {
  font-size: 12px;
  line-height: 15px;
}

/* Modal Component */
.dismiss-button {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: transparent;
  padding: 8px;
  font-size: 24px;
  border: 0;
  color: #00235b;
  cursor: pointer;
  transition: color 110ms ease-in-out;
}
.dismiss-button:hover {
  color: #000000;
}

#dash-newsletter .modal-dialog {
  width: 100%;
  max-width: 450px;
}
#dash-newsletter .modal-body {
  padding: 1.875rem;
}

.d-modal__form {
  width: 100%;
}
.d-modal__form .btn {
  padding: 14px 46px;
  font-size: 12px;
  font-weight: 600;
}
.d-modal__form a {
  font-size: 15px;
  font-weight: 600;
  color: #00235b;
  transition: color 110ms ease-in-out;
}
.d-modal__form a:hover {
  color: #000000;
}

#edit-ship-address .modal-dialog, #add-ship-address .modal-dialog {
  width: 100%;
  max-width: 750px;
}
#edit-ship-address .modal-body, #add-ship-address .modal-body {
  padding: 1.875rem;
}

.checkout-modal1__form, .checkout-modal2__form {
  width: 100%;
}
.checkout-modal1__form .btn, .checkout-modal1__form .input-text, .checkout-modal1__form .select-box, .checkout-modal2__form .btn, .checkout-modal2__form .input-text, .checkout-modal2__form .select-box {
  border-radius: 6px;
}
.checkout-modal1__form .input-text, .checkout-modal1__form .select-box, .checkout-modal2__form .input-text, .checkout-modal2__form .select-box {
  width: 100%;
}
.checkout-modal1__form .btn, .checkout-modal2__form .btn {
  font-weight: 600;
  padding: 16px 46px;
}

#add-to-cart .modal-dialog {
  width: 100%;
  max-width: 475px;
}
#add-to-cart .modal-content {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
#add-to-cart .modal-body {
  padding: 30px;
}
#add-to-cart .row {
  align-items: center;
}
#add-to-cart .icon-true-circ .path1:before {
  color: rgba(20, 255, 0, 0.1411764706);
  opacity: unset;
}
#add-to-cart .icon-true-circ .path2:before {
  color: #378115;
  margin-left: -1.5em;
}

.success {
  text-align: center;
}
.success__text-wrap {
  margin-bottom: 18px;
}
.success__text-wrap i {
  margin-right: 8px;
  font-size: 16px;
  color: #00235b;
}
.success__text-wrap span {
  font-weight: 700;
  font-size: 14px;
  color: #222222;
}
.success__img-wrap {
  display: inline-block;
  vertical-align: middle;
  /*background-color: $g-card-bg-color;*/
  width: 150px;
  height: 150px;
}
.success__img-wrap img {
  min-width: 150px;
  max-height: 150px;
  object-fit: contain;
}
.success__name {
  display: block;
  margin: 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
.success__quantity {
  margin-bottom: 4px;
  display: block;
  font-size: 12px;
  color: #a0a0a0;
}
.success__price {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #00235b;
}

.s-option {
  text-align: center;
}
.s-option__text {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a0a0a0;
}
.s-option__link-box {
  width: 85%;
  margin: 0 auto;
}
.s-option__link {
  margin-bottom: 20px;
  display: block;
  padding: 12px 8px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

#quick-look .modal-dialog {
  width: 100%;
  max-width: 991px;
}
#quick-look .modal-body {
  padding: 1.875rem;
}

.new-l--center {
  text-align: center;
}

#newsletter-modal .modal-dialog {
  width: 100%;
  max-width: 800px;
}
#newsletter-modal .modal-body {
  padding: 0;
}
#newsletter-modal .new-l__dismiss {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: transparent;
  padding: 8px;
  font-size: 16px;
  border: 0;
  color: #515151;
  cursor: pointer;
}
#newsletter-modal .row {
  align-items: center;
}

.new-l__img-wrap {
  background-color: #f2f2f2;
  position: relative;
}
.new-l__img-wrap:before {
  transition: all 0.6s linear;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.new-l__img-wrap:hover:before {
  opacity: 1;
}

.new-l__h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #222222;
}

.new-l__p1 {
  font-size: 14px;
  line-height: 21px;
}

.new-l__p2 {
  font-size: 12px;
  color: #a0a0a0;
}

.new-l__link {
  font-size: 14px;
  color: #000000;
  transition: all 0.3s;
}
.new-l__link:hover {
  color: #00235b;
  text-decoration: underline;
}

.new-l__form {
  width: 100%;
}
.new-l__form .btn {
  width: 100%;
}
.new-l__form .btn {
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 600;
}

.news-l__input {
  width: 100%;
  font-size: 12px;
  padding: 0 18px;
  height: 40px;
  color: #222222;
  transition: all 0.6s linear;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff;
}
.news-l__input:focus {
  border-color: #00235b;
}
.news-l__input:focus {
  outline: 0;
}
.news-l__input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  .new-l__col-1 {
    display: none;
  }
}
/*

.Selected-SubscribtionCountry-modal {
    .modal-content {
        width: 895px;
        height: 739px;
        left: 273px;
        top: 158px;
        background: #FFFFFF;
        border-radius: 16px;
    }
}*/
.pricingTable {
  text-align: center;
  background: #fff;
  margin: 0 -15px;
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  color: #cad0de;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.pricingTable:hover {
  transform: scale(1.05);
  z-index: 1;
}
.pricingTable .pricingTable-header {
  padding: 40px 0;
  background: #f5f6f9;
  border-radius: 10px 10px 50% 50%;
  transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-header {
  background: #00235b;
}
.pricingTable .pricingTable-header i {
  font-size: 50px;
  color: #858c9a;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pricingTable .price-value {
  font-size: 30px;
  color: #00235b;
  transition: all 0.5s ease 0s;
}
.pricingTable .month {
  display: block;
  font-size: 14px;
  color: #cad0de;
}
.pricingTable:hover .month, .pricingTable:hover .price-value, .pricingTable:hover .pricingTable-header i {
  color: #fff;
}
.pricingTable .heading {
  font-size: 20px;
  color: #00235b;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.pricingTable .pricing-content ul li {
  line-height: 30px;
  color: #a7a8aa;
}
.pricingTable .pricingTable-signup a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 10px 35px;
  border-radius: 20px;
  background: #ffa442;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ffa442;
}
.pricingTable.blue .heading, .pricingTable.blue .price-value {
  color: #00235b;
}
.pricingTable.blue .pricingTable-signup a, .pricingTable.blue:hover .pricingTable-header {
  background: #00235b;
}
.pricingTable.blue .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #00235b;
}
.pricingTable.red .heading, .pricingTable.red .price-value {
  color: #ff4b4b;
}
.pricingTable.red .pricingTable-signup a, .pricingTable.red:hover .pricingTable-header {
  background: #ff4b4b;
}
.pricingTable.red .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ff4b4b;
}
.pricingTable.green .heading, .pricingTable.green .price-value {
  color: #808e82;
}
.pricingTable.green .pricingTable-signup a, .pricingTable.green:hover .pricingTable-header {
  background: #808e82;
}
.pricingTable.green .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #808e82;
}
.pricingTable.blue:hover .price-value, .pricingTable.green:hover .price-value, .pricingTable.red:hover .price-value {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 20px;
  }
}
.select-pay-btn {
  background: #FFFFFF;
  border: 1px solid #00235b;
  border-radius: 30px;
  padding: 10px 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.select-pay-btn:hover {
  background: #ff5f13;
}

.price-new {
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  text-transform: capitalize;
}

.table .thead-light th {
  background: #00235b;
  border: 1px solid #00235b;
  color: #ffffff;
}

/* Tabs Component */
.nav-tabs {
  border-bottom: 1px solid #db7f7f;
}
.nav-tabs .nav-link {
  border-color: #db7f7f;
  background-color: #db7f7f;
  color: #ffffff;
}
@media (max-width: 991px) {
  .nav-tabs .nav-link {
    font-size: 0.625rem;
    padding: 0.5rem;
  }
}
.nav-tabs .nav-link:hover {
  border-color: #db7f7f;
}
.nav-tabs .nav-link.active {
  margin-bottom: -1px;
  color: #ffffff;
  background-color: #bf3636;
  font-weight: 700;
  border-color: #bf3636 #bf3636 #fff;
}

#chekcout-tabContent {
  border: 1px solid #bf3636;
  border-top: none;
  padding: 25px;
}
@media (max-width: 991px) {
  #chekcout-tabContent {
    padding: 15px;
  }
}

#chekcout-tabContent-N {
  box-shadow: 0 8px 16px #b76f6f;
  border-top: none;
  padding: 25px;
}
@media (max-width: 991px) {
  #chekcout-tabContent-N {
    padding: 15px;
  }
}

.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.tab-slider--tabs {
  /*display: block;
  float: left;
  padding: 0;*/
  margin: 0 34% 20px;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #ff5f13;
  height: 50px;
  user-select: none;
  align-content: center;
  /*
  &:after {
      content: "";
      width: 50%;
      background: $g-brand-color;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 250ms ease-in-out;
      border-radius: 35px;
  }

  &.slide:after {
      left: 50%;
  }*/
}
@media (max-width: 1200px) {
  .tab-slider--tabs {
    margin: 0 34% 20px;
  }
}
@media (max-width: 991px) {
  .tab-slider--tabs {
    margin: 0 28% 20px;
  }
}
@media (max-width: 768px) {
  .tab-slider--tabs {
    margin: 0 18% 20px;
  }
}
@media (max-width: 540px) {
  .tab-slider--tabs {
    margin: 0 13% 20px;
  }
}
@media (max-width: 480px) {
  .tab-slider--tabs {
    margin: 0 14% 20px;
  }
}
@media (max-width: 400px) {
  .tab-slider--tabs {
    margin: 0 -10% 20px;
  }
}
@media (max-width: 360px) {
  .tab-slider--tabs {
    margin: 0 -20% 20px;
  }
}

.tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #00235b;
  /*text-transform: uppercase;*/
  text-align: center;
  padding: 11px 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
}
.tab-slider--trigger .nav-link {
  color: #00235b !important;
  padding: 15px;
}
.tab-slider--trigger .nav-link.active {
  color: #fff !important;
  background: #00235b;
  border-radius: 35px;
}

.custom-tabs {
  background: #ff5f13;
  border-radius: 35px;
}
.custom-tabs .nav-item {
  padding: 0 30px;
  margin: 10px;
}
.custom-tabs .nav-link {
  color: #00235b !important;
  padding: 15px;
}
.custom-tabs .nav-link.active {
  color: #fff !important;
  background: #00235b;
  border-radius: 35px;
}

.custom-tabs-two {
  border: 1px solid #ff5f13;
  border-radius: 12px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .custom-tabs-two {
    border-radius: 12px 12px 0 0;
    border-bottom: none;
  }
}
.custom-tabs-two .nav-item {
  padding: 0 30px;
  margin: 10px;
}
.custom-tabs-two .nav-link {
  color: #000 !important;
  padding: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .custom-tabs-two .nav-link {
    border-bottom: 1px solid #ff5f13;
    border-radius: 0;
    min-height: 33px;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
  }
}
.custom-tabs-two .nav-link.active {
  color: #fff !important;
  background: #00235b;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .custom-tabs-two .nav-link.active {
    border-bottom: 1px solid #00235b;
    color: #00235b !important;
    background: #fff;
    border-radius: 0;
  }
}
.custom-tabs-two .nav-link.active .icon-products:before {
  color: #fff !important;
}

#myTab .icon-products:before {
  color: #000;
}

#accordion-Shipping .brdr-botm-2 {
  border-bottom: 2px solid #ff5f13 !important;
  border-radius: 12px !important;
}
#accordion-Shipping .card-header {
  background: #ff5f13 !important;
}

/*--------------------------------------------------------------
4.0 Layout Utility Styles
--------------------------------------------------------------*/
/**
 * Utility classes for Margins & Paggings:

 */
/* Margin with value `auto`. */
.u-s-m-t-auto {
  margin-top: auto;
}

.u-s-m-r-auto {
  margin-right: auto;
}

.u-s-m-b-auto {
  margin-bottom: auto;
}

.u-s-m-l-auto {
  margin-left: auto;
}

.u-s-m-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-s-m-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.u-s-m-xy-auto {
  margin: auto;
}

/* Margin with value `0`. */
.u-s-m-t-0 {
  margin-top: 0;
}

.u-s-m-r-0 {
  margin-right: 0;
}

.u-s-m-b-0 {
  margin-bottom: 0;
}

.u-s-m-l-0 {
  margin-left: 0;
}

.u-s-m-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.u-s-m-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-s-m-xy-0 {
  margin: 0;
}

/* Padding with value `0`. */
.u-s-p-t-0 {
  padding-top: 0;
}

.u-s-p-r-0 {
  padding-right: 0;
}

.u-s-p-b-0 {
  padding-bottom: 0;
}

.u-s-p-l-0 {
  padding-left: 0;
}

.u-s-p-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.u-s-p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-s-p-xy-0 {
  padding: 0;
}

/* Margin with value `1`. */
.u-s-m-t-1 {
  margin-top: 0.0625rem;
}

.u-s-m-r-1 {
  margin-right: 0.0625rem;
}

.u-s-m-b-1 {
  margin-bottom: 0.0625rem;
}

.u-s-m-l-1 {
  margin-left: 0.0625rem;
}

.u-s-m-x-1 {
  margin-left: 0.0625rem;
  margin-right: 0.0625rem;
}

.u-s-m-y-1 {
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
}

.u-s-m-xy-1 {
  margin: 0.0625rem;
}

/* Padding with value `1`. */
.u-s-p-t-1 {
  padding-top: 0.0625rem;
}

.u-s-p-r-1 {
  padding-right: 0.0625rem;
}

.u-s-p-b-1 {
  padding-bottom: 0.0625rem;
}

.u-s-p-l-1 {
  padding-left: 0.0625rem;
}

.u-s-p-x-1 {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}

.u-s-p-y-1 {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}

.u-s-p-xy-1 {
  padding: 0.0625rem;
}

/* Margin with value `2`. */
.u-s-m-t-2 {
  margin-top: 0.125rem;
}

.u-s-m-r-2 {
  margin-right: 0.125rem;
}

.u-s-m-b-2 {
  margin-bottom: 0.125rem;
}

.u-s-m-l-2 {
  margin-left: 0.125rem;
}

.u-s-m-x-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.u-s-m-y-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.u-s-m-xy-2 {
  margin: 0.125rem;
}

/* Padding with value `2`. */
.u-s-p-t-2 {
  padding-top: 0.125rem;
}

.u-s-p-r-2 {
  padding-right: 0.125rem;
}

.u-s-p-b-2 {
  padding-bottom: 0.125rem;
}

.u-s-p-l-2 {
  padding-left: 0.125rem;
}

.u-s-p-x-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.u-s-p-y-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.u-s-p-xy-2 {
  padding: 0.125rem;
}

/* Margin with value `3`. */
.u-s-m-t-3 {
  margin-top: 0.1875rem;
}

.u-s-m-r-3 {
  margin-right: 0.1875rem;
}

.u-s-m-b-3 {
  margin-bottom: 0.1875rem;
}

.u-s-m-l-3 {
  margin-left: 0.1875rem;
}

.u-s-m-x-3 {
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
}

.u-s-m-y-3 {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}

.u-s-m-xy-3 {
  margin: 0.1875rem;
}

/* Padding with value `3`. */
.u-s-p-t-3 {
  padding-top: 0.1875rem;
}

.u-s-p-r-3 {
  padding-right: 0.1875rem;
}

.u-s-p-b-3 {
  padding-bottom: 0.1875rem;
}

.u-s-p-l-3 {
  padding-left: 0.1875rem;
}

.u-s-p-x-3 {
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

.u-s-p-y-3 {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.u-s-p-xy-3 {
  padding: 0.1875rem;
}

/* Margin with value `4`. */
.u-s-m-t-4 {
  margin-top: 0.25rem;
}

.u-s-m-r-4 {
  margin-right: 0.25rem;
}

.u-s-m-b-4 {
  margin-bottom: 0.25rem;
}

.u-s-m-l-4 {
  margin-left: 0.25rem;
}

.u-s-m-x-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.u-s-m-y-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.u-s-m-xy-4 {
  margin: 0.25rem;
}

/* Padding with value `4`. */
.u-s-p-t-4 {
  padding-top: 0.25rem;
}

.u-s-p-r-4 {
  padding-right: 0.25rem;
}

.u-s-p-b-4 {
  padding-bottom: 0.25rem;
}

.u-s-p-l-4 {
  padding-left: 0.25rem;
}

.u-s-p-x-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.u-s-p-y-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.u-s-p-xy-4 {
  padding: 0.25rem;
}

/* Margin with value `5`. */
.u-s-m-t-5 {
  margin-top: 0.3125rem;
}

.u-s-m-r-5 {
  margin-right: 0.3125rem;
}

.u-s-m-b-5 {
  margin-bottom: 0.3125rem;
}

.u-s-m-l-5 {
  margin-left: 0.3125rem;
}

.u-s-m-x-5 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.u-s-m-y-5 {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.u-s-m-xy-5 {
  margin: 0.3125rem;
}

/* Padding with value `5`. */
.u-s-p-t-5 {
  padding-top: 0.3125rem;
}

.u-s-p-r-5 {
  padding-right: 0.3125rem;
}

.u-s-p-b-5 {
  padding-bottom: 0.3125rem;
}

.u-s-p-l-5 {
  padding-left: 0.3125rem;
}

.u-s-p-x-5 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.u-s-p-y-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.u-s-p-xy-5 {
  padding: 0.3125rem;
}

/* Margin with value `6`. */
.u-s-m-t-6 {
  margin-top: 0.375rem;
}

.u-s-m-r-6 {
  margin-right: 0.375rem;
}

.u-s-m-b-6 {
  margin-bottom: 0.375rem;
}

.u-s-m-l-6 {
  margin-left: 0.375rem;
}

.u-s-m-x-6 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.u-s-m-y-6 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.u-s-m-xy-6 {
  margin: 0.375rem;
}

/* Padding with value `6`. */
.u-s-p-t-6 {
  padding-top: 0.375rem;
}

.u-s-p-r-6 {
  padding-right: 0.375rem;
}

.u-s-p-b-6 {
  padding-bottom: 0.375rem;
}

.u-s-p-l-6 {
  padding-left: 0.375rem;
}

.u-s-p-x-6 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.u-s-p-y-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.u-s-p-xy-6 {
  padding: 0.375rem;
}

/* Margin with value `7`. */
.u-s-m-t-7 {
  margin-top: 0.4375rem;
}

.u-s-m-r-7 {
  margin-right: 0.4375rem;
}

.u-s-m-b-7 {
  margin-bottom: 0.4375rem;
}

.u-s-m-l-7 {
  margin-left: 0.4375rem;
}

.u-s-m-x-7 {
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
}

.u-s-m-y-7 {
  margin-top: 0.4375rem;
  margin-bottom: 0.4375rem;
}

.u-s-m-xy-7 {
  margin: 0.4375rem;
}

/* Padding with value `7`. */
.u-s-p-t-7 {
  padding-top: 0.4375rem;
}

.u-s-p-r-7 {
  padding-right: 0.4375rem;
}

.u-s-p-b-7 {
  padding-bottom: 0.4375rem;
}

.u-s-p-l-7 {
  padding-left: 0.4375rem;
}

.u-s-p-x-7 {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}

.u-s-p-y-7 {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.u-s-p-xy-7 {
  padding: 0.4375rem;
}

/* Margin with value `8`. */
.u-s-m-t-8 {
  margin-top: 0.5rem;
}

.u-s-m-r-8 {
  margin-right: 0.5rem;
}

.u-s-m-b-8 {
  margin-bottom: 0.5rem;
}

.u-s-m-l-8 {
  margin-left: 0.5rem;
}

.u-s-m-x-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.u-s-m-y-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.u-s-m-xy-8 {
  margin: 0.5rem;
}

/* Padding with value `8`. */
.u-s-p-t-8 {
  padding-top: 0.5rem;
}

.u-s-p-r-8 {
  padding-right: 0.5rem;
}

.u-s-p-b-8 {
  padding-bottom: 0.5rem;
}

.u-s-p-l-8 {
  padding-left: 0.5rem;
}

.u-s-p-x-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.u-s-p-y-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.u-s-p-xy-8 {
  padding: 0.5rem;
}

/* Margin with value `9`. */
.u-s-m-t-9 {
  margin-top: 0.5625rem;
}

.u-s-m-r-9 {
  margin-right: 0.5625rem;
}

.u-s-m-b-9 {
  margin-bottom: 0.5625rem;
}

.u-s-m-l-9 {
  margin-left: 0.5625rem;
}

.u-s-m-x-9 {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

.u-s-m-y-9 {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

.u-s-m-xy-9 {
  margin: 0.5625rem;
}

/* Padding with value `9`. */
.u-s-p-t-9 {
  padding-top: 0.5625rem;
}

.u-s-p-r-9 {
  padding-right: 0.5625rem;
}

.u-s-p-b-9 {
  padding-bottom: 0.5625rem;
}

.u-s-p-l-9 {
  padding-left: 0.5625rem;
}

.u-s-p-x-9 {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

.u-s-p-y-9 {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.u-s-p-xy-9 {
  padding: 0.5625rem;
}

/* Margin with value `10`. */
.u-s-m-t-10 {
  margin-top: 0.625rem;
}

.u-s-m-r-10 {
  margin-right: 0.625rem;
}

.u-s-m-b-10 {
  margin-bottom: 0.625rem;
}

.u-s-m-l-10 {
  margin-left: 0.625rem;
}

.u-s-m-x-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.u-s-m-y-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.u-s-m-xy-10 {
  margin: 0.625rem;
}

/* Padding with value `10`. */
.u-s-p-t-10 {
  padding-top: 0.625rem;
}

.u-s-p-r-10 {
  padding-right: 0.625rem;
}

.u-s-p-b-10 {
  padding-bottom: 0.625rem;
}

.u-s-p-l-10 {
  padding-left: 0.625rem;
}

.u-s-p-x-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.u-s-p-y-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.u-s-p-xy-10 {
  padding: 0.625rem;
}

/* Margin with value `11`. */
.u-s-m-t-11 {
  margin-top: 0.6875rem;
}

.u-s-m-r-11 {
  margin-right: 0.6875rem;
}

.u-s-m-b-11 {
  margin-bottom: 0.6875rem;
}

.u-s-m-l-11 {
  margin-left: 0.6875rem;
}

.u-s-m-x-11 {
  margin-left: 0.6875rem;
  margin-right: 0.6875rem;
}

.u-s-m-y-11 {
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem;
}

.u-s-m-xy-11 {
  margin: 0.6875rem;
}

/* Padding with value `11`. */
.u-s-p-t-11 {
  padding-top: 0.6875rem;
}

.u-s-p-r-11 {
  padding-right: 0.6875rem;
}

.u-s-p-b-11 {
  padding-bottom: 0.6875rem;
}

.u-s-p-l-11 {
  padding-left: 0.6875rem;
}

.u-s-p-x-11 {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

.u-s-p-y-11 {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

.u-s-p-xy-11 {
  padding: 0.6875rem;
}

/* Margin with value `12`. */
.u-s-m-t-12 {
  margin-top: 0.75rem;
}

.u-s-m-r-12 {
  margin-right: 0.75rem;
}

.u-s-m-b-12 {
  margin-bottom: 0.75rem;
}

.u-s-m-l-12 {
  margin-left: 0.75rem;
}

.u-s-m-x-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.u-s-m-y-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.u-s-m-xy-12 {
  margin: 0.75rem;
}

/* Padding with value `12`. */
.u-s-p-t-12 {
  padding-top: 0.75rem;
}

.u-s-p-r-12 {
  padding-right: 0.75rem;
}

.u-s-p-b-12 {
  padding-bottom: 0.75rem;
}

.u-s-p-l-12 {
  padding-left: 0.75rem;
}

.u-s-p-x-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.u-s-p-y-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.u-s-p-xy-12 {
  padding: 0.75rem;
}

/* Margin with value `13`. */
.u-s-m-t-13 {
  margin-top: 0.8125rem;
}

.u-s-m-r-13 {
  margin-right: 0.8125rem;
}

.u-s-m-b-13 {
  margin-bottom: 0.8125rem;
}

.u-s-m-l-13 {
  margin-left: 0.8125rem;
}

.u-s-m-x-13 {
  margin-left: 0.8125rem;
  margin-right: 0.8125rem;
}

.u-s-m-y-13 {
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
}

.u-s-m-xy-13 {
  margin: 0.8125rem;
}

/* Padding with value `13`. */
.u-s-p-t-13 {
  padding-top: 0.8125rem;
}

.u-s-p-r-13 {
  padding-right: 0.8125rem;
}

.u-s-p-b-13 {
  padding-bottom: 0.8125rem;
}

.u-s-p-l-13 {
  padding-left: 0.8125rem;
}

.u-s-p-x-13 {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

.u-s-p-y-13 {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.u-s-p-xy-13 {
  padding: 0.8125rem;
}

/* Margin with value `14`. */
.u-s-m-t-14 {
  margin-top: 0.875rem;
}

.u-s-m-r-14 {
  margin-right: 0.875rem;
}

.u-s-m-b-14 {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 991px) {
  .u-s-m-b-14 {
    margin-bottom: 0.625rem;
  }
}

.u-s-m-l-14 {
  margin-left: 0.875rem;
}

.u-s-m-x-14 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.u-s-m-y-14 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.u-s-m-xy-14 {
  margin: 0.875rem;
}

/* Padding with value `14`. */
.u-s-p-t-14 {
  padding-top: 0.875rem;
}

.u-s-p-r-14 {
  padding-right: 0.875rem;
}

.u-s-p-b-14 {
  padding-bottom: 0.875rem;
}

.u-s-p-l-14 {
  padding-left: 0.875rem;
}

.u-s-p-x-14 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.u-s-p-y-14 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.u-s-p-xy-14 {
  padding: 0.875rem;
}

/* Margin with value `15`. */
.u-s-m-t-15 {
  margin-top: 0.9375rem;
}

.u-s-m-r-15 {
  margin-right: 0.9375rem;
}

.u-s-m-b-15 {
  margin-bottom: 0.9375rem;
}

.u-s-m-l-15 {
  margin-left: 0.9375rem;
}

.u-s-m-x-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.u-s-m-y-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.u-s-m-xy-15 {
  margin: 0.9375rem;
}

/* Padding with value `15`. */
.u-s-p-t-15 {
  padding-top: 0.9375rem;
}

.u-s-p-r-15 {
  padding-right: 0.9375rem;
}

.u-s-p-b-15 {
  padding-bottom: 0.9375rem;
}

.u-s-p-l-15 {
  padding-left: 0.9375rem;
}

.u-s-p-x-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.u-s-p-y-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.u-s-p-xy-15 {
  padding: 0.9375rem;
}

/* Margin with value `16`. */
.u-s-m-t-16 {
  margin-top: 1rem;
}

.u-s-m-r-16 {
  margin-right: 1rem;
}

.u-s-m-b-16 {
  margin-bottom: 1rem;
}

.u-s-m-l-16 {
  margin-left: 1rem;
}

.u-s-m-x-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u-s-m-y-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-s-m-xy-16 {
  margin: 1rem;
}

/* Padding with value `16`. */
.u-s-p-t-16 {
  padding-top: 1rem;
}

.u-s-p-r-16 {
  padding-right: 1rem;
}

.u-s-p-b-16 {
  padding-bottom: 1rem;
}

.u-s-p-l-16 {
  padding-left: 1rem;
}

.u-s-p-x-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-s-p-y-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-s-p-xy-16 {
  padding: 1rem;
}

/* Margin with value `17`. */
.u-s-m-t-17 {
  margin-top: 1.0625rem;
}

.u-s-m-r-17 {
  margin-right: 1.0625rem;
}

.u-s-m-b-17 {
  margin-bottom: 1.0625rem;
}

.u-s-m-l-17 {
  margin-left: 1.0625rem;
}

.u-s-m-x-17 {
  margin-left: 1.0625rem;
  margin-right: 1.0625rem;
}

.u-s-m-y-17 {
  margin-top: 1.0625rem;
  margin-bottom: 1.0625rem;
}

.u-s-m-xy-17 {
  margin: 1.0625rem;
}

/* Padding with value `17`. */
.u-s-p-t-17 {
  padding-top: 1.0625rem;
}

.u-s-p-r-17 {
  padding-right: 1.0625rem;
}

.u-s-p-b-17 {
  padding-bottom: 1.0625rem;
}

.u-s-p-l-17 {
  padding-left: 1.0625rem;
}

.u-s-p-x-17 {
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
}

.u-s-p-y-17 {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.u-s-p-xy-17 {
  padding: 1.0625rem;
}

/* Margin with value `18`. */
.u-s-m-t-18 {
  margin-top: 1.125rem;
}

.u-s-m-r-18 {
  margin-right: 1.125rem;
}

.u-s-m-b-18 {
  margin-bottom: 1.125rem;
}

.u-s-m-l-18 {
  margin-left: 1.125rem;
}

.u-s-m-x-18 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.u-s-m-y-18 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.u-s-m-xy-18 {
  margin: 1.125rem;
}

/* Padding with value `18`. */
.u-s-p-t-18 {
  padding-top: 1.125rem;
}

.u-s-p-r-18 {
  padding-right: 1.125rem;
}

.u-s-p-b-18 {
  padding-bottom: 1.125rem;
}

.u-s-p-l-18 {
  padding-left: 1.125rem;
}

.u-s-p-x-18 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.u-s-p-y-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.u-s-p-xy-18 {
  padding: 1.125rem;
}

/* Margin with value `19`. */
.u-s-m-t-19 {
  margin-top: 1.1875rem;
}

.u-s-m-r-19 {
  margin-right: 1.1875rem;
}

.u-s-m-b-19 {
  margin-bottom: 1.1875rem;
}

.u-s-m-l-19 {
  margin-left: 1.1875rem;
}

.u-s-m-x-19 {
  margin-left: 1.1875rem;
  margin-right: 1.1875rem;
}

.u-s-m-y-19 {
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
}

.u-s-m-xy-19 {
  margin: 1.1875rem;
}

/* Padding with value `19`. */
.u-s-p-t-19 {
  padding-top: 1.1875rem;
}

.u-s-p-r-19 {
  padding-right: 1.1875rem;
}

.u-s-p-b-19 {
  padding-bottom: 1.1875rem;
}

.u-s-p-l-19 {
  padding-left: 1.1875rem;
}

.u-s-p-x-19 {
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}

.u-s-p-y-19 {
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}

.u-s-p-xy-19 {
  padding: 1.1875rem;
}

/* Margin with value `20`. */
.u-s-m-t-20 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 991px) {
  .u-s-m-t-20 {
    margin-top: 1px;
  }
}

.u-s-m-r-20 {
  margin-right: 1.25rem;
}

.u-s-m-b-20 {
  margin-bottom: 1.25rem;
}

.u-s-m-l-20 {
  margin-left: 1.25rem;
}

.u-s-m-x-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.u-s-m-y-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.u-s-m-xy-20 {
  margin: 1.25rem;
}

/* Padding with value `20`. */
.u-s-p-t-20 {
  padding-top: 1.25rem;
}

.u-s-p-r-20 {
  padding-right: 1.25rem;
}

.u-s-p-b-20 {
  padding-bottom: 1.25rem;
}

.u-s-p-l-20 {
  padding-left: 1.25rem;
}

.u-s-p-x-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.u-s-p-y-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.u-s-p-xy-20 {
  padding: 1.25rem;
}

/* Margin with value `21`. */
.u-s-m-t-21 {
  margin-top: 1.3125rem;
}

.u-s-m-r-21 {
  margin-right: 1.3125rem;
}

.u-s-m-b-21 {
  margin-bottom: 1.3125rem;
}

.u-s-m-l-21 {
  margin-left: 1.3125rem;
}

.u-s-m-x-21 {
  margin-left: 1.3125rem;
  margin-right: 1.3125rem;
}

.u-s-m-y-21 {
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
}

.u-s-m-xy-21 {
  margin: 1.3125rem;
}

/* Padding with value `21`. */
.u-s-p-t-21 {
  padding-top: 1.3125rem;
}

.u-s-p-r-21 {
  padding-right: 1.3125rem;
}

.u-s-p-b-21 {
  padding-bottom: 1.3125rem;
}

.u-s-p-l-21 {
  padding-left: 1.3125rem;
}

.u-s-p-x-21 {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
}

.u-s-p-y-21 {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}

.u-s-p-xy-21 {
  padding: 1.3125rem;
}

/* Margin with value `22`. */
.u-s-m-t-22 {
  margin-top: 1.375rem;
}

.u-s-m-r-22 {
  margin-right: 1.375rem;
}

.u-s-m-b-22 {
  margin-bottom: 1.375rem;
}

.u-s-m-l-22 {
  margin-left: 1.375rem;
}

.u-s-m-x-22 {
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}

.u-s-m-y-22 {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.u-s-m-xy-22 {
  margin: 1.375rem;
}

/* Padding with value `22`. */
.u-s-p-t-22 {
  padding-top: 1.375rem;
}

.u-s-p-r-22 {
  padding-right: 1.375rem;
}

.u-s-p-b-22 {
  padding-bottom: 1.375rem;
}

.u-s-p-l-22 {
  padding-left: 1.375rem;
}

.u-s-p-x-22 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.u-s-p-y-22 {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.u-s-p-xy-22 {
  padding: 1.375rem;
}

/* Margin with value `23`. */
.u-s-m-t-23 {
  margin-top: 1.4375rem;
}

.u-s-m-r-23 {
  margin-right: 1.4375rem;
}

.u-s-m-b-23 {
  margin-bottom: 1.4375rem;
}

.u-s-m-l-23 {
  margin-left: 1.4375rem;
}

.u-s-m-x-23 {
  margin-left: 1.4375rem;
  margin-right: 1.4375rem;
}

.u-s-m-y-23 {
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
}

.u-s-m-xy-23 {
  margin: 1.4375rem;
}

/* Padding with value `23`. */
.u-s-p-t-23 {
  padding-top: 1.4375rem;
}

.u-s-p-r-23 {
  padding-right: 1.4375rem;
}

.u-s-p-b-23 {
  padding-bottom: 1.4375rem;
}

.u-s-p-l-23 {
  padding-left: 1.4375rem;
}

.u-s-p-x-23 {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}

.u-s-p-y-23 {
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}

.u-s-p-xy-23 {
  padding: 1.4375rem;
}

/* Margin with value `24`. */
.u-s-m-t-24 {
  margin-top: 1.5rem;
}

.u-s-m-r-24 {
  margin-right: 1.5rem;
}

.u-s-m-b-24 {
  margin-bottom: 1.5rem;
}

.u-s-m-l-24 {
  margin-left: 1.5rem;
}

.u-s-m-x-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.u-s-m-y-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-s-m-xy-24 {
  margin: 1.5rem;
}

/* Padding with value `24`. */
.u-s-p-t-24 {
  padding-top: 1.5rem;
}

.u-s-p-r-24 {
  padding-right: 1.5rem;
}

.u-s-p-b-24 {
  padding-bottom: 1.5rem;
}

.u-s-p-l-24 {
  padding-left: 1.5rem;
}

.u-s-p-x-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.u-s-p-y-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.u-s-p-xy-24 {
  padding: 1.5rem;
}

/* Margin with value `25`. */
.u-s-m-t-25 {
  margin-top: 1.5625rem;
}

.u-s-m-r-25 {
  margin-right: 1.5625rem;
}

.u-s-m-b-25 {
  margin-bottom: 1.5625rem;
}

.u-s-m-l-25 {
  margin-left: 1.5625rem;
}

.u-s-m-x-25 {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.u-s-m-y-25 {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.u-s-m-xy-25 {
  margin: 1.5625rem;
}

/* Padding with value `25`. */
.u-s-p-t-25 {
  padding-top: 1.5625rem;
}

.u-s-p-r-25 {
  padding-right: 1.5625rem;
}

.u-s-p-b-25 {
  padding-bottom: 1.5625rem;
}

.u-s-p-l-25 {
  padding-left: 1.5625rem;
}

.u-s-p-x-25 {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.u-s-p-y-25 {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.u-s-p-xy-25 {
  padding: 1.5625rem;
}

/* Margin with value `26`. */
.u-s-m-t-26 {
  margin-top: 1.625rem;
}

.u-s-m-r-26 {
  margin-right: 1.625rem;
}

.u-s-m-b-26 {
  margin-bottom: 1.625rem;
}

.u-s-m-l-26 {
  margin-left: 1.625rem;
}

.u-s-m-x-26 {
  margin-left: 1.625rem;
  margin-right: 1.625rem;
}

.u-s-m-y-26 {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

.u-s-m-xy-26 {
  margin: 1.625rem;
}

/* Padding with value `26`. */
.u-s-p-t-26 {
  padding-top: 1.625rem;
}

.u-s-p-r-26 {
  padding-right: 1.625rem;
}

.u-s-p-b-26 {
  padding-bottom: 1.625rem;
}

.u-s-p-l-26 {
  padding-left: 1.625rem;
}

.u-s-p-x-26 {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.u-s-p-y-26 {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.u-s-p-xy-26 {
  padding: 1.625rem;
}

/* Margin with value `27`. */
.u-s-m-t-27 {
  margin-top: 1.6875rem;
}

.u-s-m-r-27 {
  margin-right: 1.6875rem;
}

.u-s-m-b-27 {
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 991px) {
  .u-s-m-b-27 {
    margin-bottom: 0.375rem;
  }
}

.u-s-m-l-27 {
  margin-left: 1.6875rem;
}

.u-s-m-x-27 {
  margin-left: 1.6875rem;
  margin-right: 1.6875rem;
}

.u-s-m-y-27 {
  margin-top: 1.6875rem;
  margin-bottom: 1.6875rem;
}

.u-s-m-xy-27 {
  margin: 1.6875rem;
}

/* Padding with value `27`. */
.u-s-p-t-27 {
  padding-top: 1.6875rem;
}

.u-s-p-r-27 {
  padding-right: 1.6875rem;
}

.u-s-p-b-27 {
  padding-bottom: 1.6875rem;
}

.u-s-p-l-27 {
  padding-left: 1.6875rem;
}

.u-s-p-x-27 {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

.u-s-p-y-27 {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
}

.u-s-p-xy-27 {
  padding: 1.6875rem;
}

/* Margin with value `28`. */
.u-s-m-t-28 {
  margin-top: 1.75rem;
}

.u-s-m-r-28 {
  margin-right: 1.75rem;
}

.u-s-m-b-28 {
  margin-bottom: 1.75rem;
}

.u-s-m-l-28 {
  margin-left: 1.75rem;
}

.u-s-m-x-28 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.u-s-m-y-28 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.u-s-m-xy-28 {
  margin: 1.75rem;
}

/* Padding with value `28`. */
.u-s-p-t-28 {
  padding-top: 1.75rem;
}

.u-s-p-r-28 {
  padding-right: 1.75rem;
}

.u-s-p-b-28 {
  padding-bottom: 1.75rem;
}

.u-s-p-l-28 {
  padding-left: 1.75rem;
}

.u-s-p-x-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.u-s-p-y-28 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.u-s-p-xy-28 {
  padding: 1.75rem;
}

/* Margin with value `29`. */
.u-s-m-t-29 {
  margin-top: 1.8125rem;
}

.u-s-m-r-29 {
  margin-right: 1.8125rem;
}

.u-s-m-b-29 {
  margin-bottom: 1.8125rem;
}

.u-s-m-l-29 {
  margin-left: 1.8125rem;
}

.u-s-m-x-29 {
  margin-left: 1.8125rem;
  margin-right: 1.8125rem;
}

.u-s-m-y-29 {
  margin-top: 1.8125rem;
  margin-bottom: 1.8125rem;
}

.u-s-m-xy-29 {
  margin: 1.8125rem;
}

/* Padding with value `29`. */
.u-s-p-t-29 {
  padding-top: 1.8125rem;
}

.u-s-p-r-29 {
  padding-right: 1.8125rem;
}

.u-s-p-b-29 {
  padding-bottom: 1.8125rem;
}

.u-s-p-l-29 {
  padding-left: 1.8125rem;
}

.u-s-p-x-29 {
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}

.u-s-p-y-29 {
  padding-top: 1.8125rem;
  padding-bottom: 1.8125rem;
}

.u-s-p-xy-29 {
  padding: 1.8125rem;
}

/* Margin with value `30`. */
.u-s-m-t-30 {
  margin-top: 1.875rem;
}

.u-s-m-r-30 {
  margin-right: 1.875rem;
}

.u-s-m-b-30 {
  margin-bottom: 1.875rem;
}

.u-s-m-l-30 {
  margin-left: 1.875rem;
}

.u-s-m-x-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.u-s-m-y-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.u-s-m-xy-30 {
  margin: 1.875rem;
}

/* Padding with value `30`. */
.u-s-p-t-30 {
  padding-top: 1.875rem;
}

.u-s-p-r-30 {
  padding-right: 1.875rem;
}

.u-s-p-b-30 {
  padding-bottom: 1.875rem;
}

.u-s-p-l-30 {
  padding-left: 1.875rem;
}

.u-s-p-x-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.u-s-p-y-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.u-s-p-xy-30 {
  padding: 1.875rem;
}

/* Margin with value `31`. */
.u-s-m-t-31 {
  margin-top: 1.9375rem;
}

.u-s-m-r-31 {
  margin-right: 1.9375rem;
}

.u-s-m-b-31 {
  margin-bottom: 1.9375rem;
}

.u-s-m-l-31 {
  margin-left: 1.9375rem;
}

.u-s-m-x-31 {
  margin-left: 1.9375rem;
  margin-right: 1.9375rem;
}

.u-s-m-y-31 {
  margin-top: 1.9375rem;
  margin-bottom: 1.9375rem;
}

.u-s-m-xy-31 {
  margin: 1.9375rem;
}

/* Padding with value `31`. */
.u-s-p-t-31 {
  padding-top: 1.9375rem;
}

.u-s-p-r-31 {
  padding-right: 1.9375rem;
}

.u-s-p-b-31 {
  padding-bottom: 1.9375rem;
}

.u-s-p-l-31 {
  padding-left: 1.9375rem;
}

.u-s-p-x-31 {
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}

.u-s-p-y-31 {
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
}

.u-s-p-xy-31 {
  padding: 1.9375rem;
}

/* Margin with value `32`. */
.u-s-m-t-32 {
  margin-top: 2rem;
}

.u-s-m-r-32 {
  margin-right: 2rem;
}

.u-s-m-b-32 {
  margin-bottom: 2rem;
}

.u-s-m-l-32 {
  margin-left: 2rem;
}

.u-s-m-x-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u-s-m-y-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u-s-m-xy-32 {
  margin: 2rem;
}

/* Padding with value `32`. */
.u-s-p-t-32 {
  padding-top: 2rem;
}

.u-s-p-r-32 {
  padding-right: 2rem;
}

.u-s-p-b-32 {
  padding-bottom: 2rem;
}

.u-s-p-l-32 {
  padding-left: 2rem;
}

.u-s-p-x-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u-s-p-y-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u-s-p-xy-32 {
  padding: 2rem;
}

/* Margin with value `33`. */
.u-s-m-t-33 {
  margin-top: 2.0625rem;
}

.u-s-m-r-33 {
  margin-right: 2.0625rem;
}

.u-s-m-b-33 {
  margin-bottom: 2.0625rem;
}

.u-s-m-l-33 {
  margin-left: 2.0625rem;
}

.u-s-m-x-33 {
  margin-left: 2.0625rem;
  margin-right: 2.0625rem;
}

.u-s-m-y-33 {
  margin-top: 2.0625rem;
  margin-bottom: 2.0625rem;
}

.u-s-m-xy-33 {
  margin: 2.0625rem;
}

/* Padding with value `33`. */
.u-s-p-t-33 {
  padding-top: 2.0625rem;
}

.u-s-p-r-33 {
  padding-right: 2.0625rem;
}

.u-s-p-b-33 {
  padding-bottom: 2.0625rem;
}

.u-s-p-l-33 {
  padding-left: 2.0625rem;
}

.u-s-p-x-33 {
  padding-left: 2.0625rem;
  padding-right: 2.0625rem;
}

.u-s-p-y-33 {
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
}

.u-s-p-xy-33 {
  padding: 2.0625rem;
}

/* Margin with value `34`. */
.u-s-m-t-34 {
  margin-top: 2.125rem;
}

.u-s-m-r-34 {
  margin-right: 2.125rem;
}

.u-s-m-b-34 {
  margin-bottom: 2.125rem;
}

.u-s-m-l-34 {
  margin-left: 2.125rem;
}

.u-s-m-x-34 {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}

.u-s-m-y-34 {
  margin-top: 2.125rem;
  margin-bottom: 2.125rem;
}

.u-s-m-xy-34 {
  margin: 2.125rem;
}

/* Padding with value `34`. */
.u-s-p-t-34 {
  padding-top: 2.125rem;
}

.u-s-p-r-34 {
  padding-right: 2.125rem;
}

.u-s-p-b-34 {
  padding-bottom: 2.125rem;
}

.u-s-p-l-34 {
  padding-left: 2.125rem;
}

.u-s-p-x-34 {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.u-s-p-y-34 {
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}

.u-s-p-xy-34 {
  padding: 2.125rem;
}

/* Margin with value `35`. */
.u-s-m-t-35 {
  margin-top: 2.1875rem;
}

.u-s-m-r-35 {
  margin-right: 2.1875rem;
}

.u-s-m-b-35 {
  margin-bottom: 2.1875rem;
}

.u-s-m-l-35 {
  margin-left: 2.1875rem;
}

.u-s-m-x-35 {
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

.u-s-m-y-35 {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.u-s-m-xy-35 {
  margin: 2.1875rem;
}

/* Padding with value `35`. */
.u-s-p-t-35 {
  padding-top: 2.1875rem;
}

.u-s-p-r-35 {
  padding-right: 2.1875rem;
}

.u-s-p-b-35 {
  padding-bottom: 2.1875rem;
}

.u-s-p-l-35 {
  padding-left: 2.1875rem;
}

.u-s-p-x-35 {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.u-s-p-y-35 {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.u-s-p-xy-35 {
  padding: 2.1875rem;
}

/* Margin with value `36`. */
.u-s-m-t-36 {
  margin-top: 2.25rem;
}

.u-s-m-r-36 {
  margin-right: 2.25rem;
}

.u-s-m-b-36 {
  margin-bottom: 2.25rem;
}

.u-s-m-l-36 {
  margin-left: 2.25rem;
}

.u-s-m-x-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.u-s-m-y-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.u-s-m-xy-36 {
  margin: 2.25rem;
}

/* Padding with value `36`. */
.u-s-p-t-36 {
  padding-top: 2.25rem;
}

.u-s-p-r-36 {
  padding-right: 2.25rem;
}

.u-s-p-b-36 {
  padding-bottom: 2.25rem;
}

.u-s-p-l-36 {
  padding-left: 2.25rem;
}

.u-s-p-x-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.u-s-p-y-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.u-s-p-xy-36 {
  padding: 2.25rem;
}

/* Margin with value `37`. */
.u-s-m-t-37 {
  margin-top: 2.3125rem;
}

.u-s-m-r-37 {
  margin-right: 2.3125rem;
}

.u-s-m-b-37 {
  margin-bottom: 2.3125rem;
}

.u-s-m-l-37 {
  margin-left: 2.3125rem;
}

.u-s-m-x-37 {
  margin-left: 2.3125rem;
  margin-right: 2.3125rem;
}

.u-s-m-y-37 {
  margin-top: 2.3125rem;
  margin-bottom: 2.3125rem;
}

.u-s-m-xy-37 {
  margin: 2.3125rem;
}

/* Padding with value `37`. */
.u-s-p-t-37 {
  padding-top: 2.3125rem;
}

.u-s-p-r-37 {
  padding-right: 2.3125rem;
}

.u-s-p-b-37 {
  padding-bottom: 2.3125rem;
}

.u-s-p-l-37 {
  padding-left: 2.3125rem;
}

.u-s-p-x-37 {
  padding-left: 2.3125rem;
  padding-right: 2.3125rem;
}

.u-s-p-y-37 {
  padding-top: 2.3125rem;
  padding-bottom: 2.3125rem;
}

.u-s-p-xy-37 {
  padding: 2.3125rem;
}

/* Margin with value `38`. */
.u-s-m-t-38 {
  margin-top: 2.375rem;
}

.u-s-m-r-38 {
  margin-right: 2.375rem;
}

.u-s-m-b-38 {
  margin-bottom: 2.375rem;
}

.u-s-m-l-38 {
  margin-left: 2.375rem;
}

.u-s-m-x-38 {
  margin-left: 2.375rem;
  margin-right: 2.375rem;
}

.u-s-m-y-38 {
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}

.u-s-m-xy-38 {
  margin: 2.375rem;
}

/* Padding with value `38`. */
.u-s-p-t-38 {
  padding-top: 2.375rem;
}

.u-s-p-r-38 {
  padding-right: 2.375rem;
}

.u-s-p-b-38 {
  padding-bottom: 2.375rem;
}

.u-s-p-l-38 {
  padding-left: 2.375rem;
}

.u-s-p-x-38 {
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

.u-s-p-y-38 {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

.u-s-p-xy-38 {
  padding: 2.375rem;
}

/* Margin with value `39`. */
.u-s-m-t-39 {
  margin-top: 2.4375rem;
}

.u-s-m-r-39 {
  margin-right: 2.4375rem;
}

.u-s-m-b-39 {
  margin-bottom: 2.4375rem;
}

.u-s-m-l-39 {
  margin-left: 2.4375rem;
}

.u-s-m-x-39 {
  margin-left: 2.4375rem;
  margin-right: 2.4375rem;
}

.u-s-m-y-39 {
  margin-top: 2.4375rem;
  margin-bottom: 2.4375rem;
}

.u-s-m-xy-39 {
  margin: 2.4375rem;
}

/* Padding with value `39`. */
.u-s-p-t-39 {
  padding-top: 2.4375rem;
}

.u-s-p-r-39 {
  padding-right: 2.4375rem;
}

.u-s-p-b-39 {
  padding-bottom: 2.4375rem;
}

.u-s-p-l-39 {
  padding-left: 2.4375rem;
}

.u-s-p-x-39 {
  padding-left: 2.4375rem;
  padding-right: 2.4375rem;
}

.u-s-p-y-39 {
  padding-top: 2.4375rem;
  padding-bottom: 2.4375rem;
}

.u-s-p-xy-39 {
  padding: 2.4375rem;
}

/* Margin with value `40`. */
.u-s-m-t-40 {
  margin-top: 2.5rem;
}

.u-s-m-r-40 {
  margin-right: 2.5rem;
}

.u-s-m-b-40 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .u-s-m-b-40 {
    margin-bottom: 1.5rem;
  }
}

.u-s-m-l-40 {
  margin-left: 2.5rem;
}

.u-s-m-x-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.u-s-m-y-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.u-s-m-xy-40 {
  margin: 2.5rem;
}

/* Padding with value `40`. */
.u-s-p-t-40 {
  padding-top: 2.5rem;
}

.u-s-p-r-40 {
  padding-right: 2.5rem;
}

.u-s-p-b-40 {
  padding-bottom: 2.5rem;
}

.u-s-p-l-40 {
  padding-left: 2.5rem;
}

.u-s-p-x-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.u-s-p-y-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.u-s-p-xy-40 {
  padding: 2.5rem;
}

/* Margin with value `41`. */
.u-s-m-t-41 {
  margin-top: 2.5625rem;
}

.u-s-m-r-41 {
  margin-right: 2.5625rem;
}

.u-s-m-b-41 {
  margin-bottom: 2.5625rem;
}

.u-s-m-l-41 {
  margin-left: 2.5625rem;
}

.u-s-m-x-41 {
  margin-left: 2.5625rem;
  margin-right: 2.5625rem;
}

.u-s-m-y-41 {
  margin-top: 2.5625rem;
  margin-bottom: 2.5625rem;
}

.u-s-m-xy-41 {
  margin: 2.5625rem;
}

/* Padding with value `41`. */
.u-s-p-t-41 {
  padding-top: 2.5625rem;
}

.u-s-p-r-41 {
  padding-right: 2.5625rem;
}

.u-s-p-b-41 {
  padding-bottom: 2.5625rem;
}

.u-s-p-l-41 {
  padding-left: 2.5625rem;
}

.u-s-p-x-41 {
  padding-left: 2.5625rem;
  padding-right: 2.5625rem;
}

.u-s-p-y-41 {
  padding-top: 2.5625rem;
  padding-bottom: 2.5625rem;
}

.u-s-p-xy-41 {
  padding: 2.5625rem;
}

/* Margin with value `42`. */
.u-s-m-t-42 {
  margin-top: 2.625rem;
}

.u-s-m-r-42 {
  margin-right: 2.625rem;
}

.u-s-m-b-42 {
  margin-bottom: 2.625rem;
}

.u-s-m-l-42 {
  margin-left: 2.625rem;
}

.u-s-m-x-42 {
  margin-left: 2.625rem;
  margin-right: 2.625rem;
}

.u-s-m-y-42 {
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
}

.u-s-m-xy-42 {
  margin: 2.625rem;
}

/* Padding with value `42`. */
.u-s-p-t-42 {
  padding-top: 2.625rem;
}

.u-s-p-r-42 {
  padding-right: 2.625rem;
}

.u-s-p-b-42 {
  padding-bottom: 2.625rem;
}

.u-s-p-l-42 {
  padding-left: 2.625rem;
}

.u-s-p-x-42 {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.u-s-p-y-42 {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

.u-s-p-xy-42 {
  padding: 2.625rem;
}

/* Margin with value `43`. */
.u-s-m-t-43 {
  margin-top: 2.6875rem;
}

.u-s-m-r-43 {
  margin-right: 2.6875rem;
}

.u-s-m-b-43 {
  margin-bottom: 2.6875rem;
}

.u-s-m-l-43 {
  margin-left: 2.6875rem;
}

.u-s-m-x-43 {
  margin-left: 2.6875rem;
  margin-right: 2.6875rem;
}

.u-s-m-y-43 {
  margin-top: 2.6875rem;
  margin-bottom: 2.6875rem;
}

.u-s-m-xy-43 {
  margin: 2.6875rem;
}

/* Padding with value `43`. */
.u-s-p-t-43 {
  padding-top: 2.6875rem;
}

.u-s-p-r-43 {
  padding-right: 2.6875rem;
}

.u-s-p-b-43 {
  padding-bottom: 2.6875rem;
}

.u-s-p-l-43 {
  padding-left: 2.6875rem;
}

.u-s-p-x-43 {
  padding-left: 2.6875rem;
  padding-right: 2.6875rem;
}

.u-s-p-y-43 {
  padding-top: 2.6875rem;
  padding-bottom: 2.6875rem;
}

.u-s-p-xy-43 {
  padding: 2.6875rem;
}

/* Margin with value `44`. */
.u-s-m-t-44 {
  margin-top: 2.75rem;
}

.u-s-m-r-44 {
  margin-right: 2.75rem;
}

.u-s-m-b-44 {
  margin-bottom: 2.75rem;
}

.u-s-m-l-44 {
  margin-left: 2.75rem;
}

.u-s-m-x-44 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.u-s-m-y-44 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.u-s-m-xy-44 {
  margin: 2.75rem;
}

/* Padding with value `44`. */
.u-s-p-t-44 {
  padding-top: 2.75rem;
}

.u-s-p-r-44 {
  padding-right: 2.75rem;
}

.u-s-p-b-44 {
  padding-bottom: 2.75rem;
}

.u-s-p-l-44 {
  padding-left: 2.75rem;
}

.u-s-p-x-44 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.u-s-p-y-44 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.u-s-p-xy-44 {
  padding: 2.75rem;
}

/* Margin with value `45`. */
.u-s-m-t-45 {
  margin-top: 2.8125rem;
}

.u-s-m-r-45 {
  margin-right: 2.8125rem;
}

.u-s-m-b-45 {
  margin-bottom: 2.8125rem;
}

.u-s-m-l-45 {
  margin-left: 2.8125rem;
}

.u-s-m-x-45 {
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
}

.u-s-m-y-45 {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.u-s-m-xy-45 {
  margin: 2.8125rem;
}

/* Padding with value `45`. */
.u-s-p-t-45 {
  padding-top: 2.8125rem;
}

.u-s-p-r-45 {
  padding-right: 2.8125rem;
}

.u-s-p-b-45 {
  padding-bottom: 2.8125rem;
}

.u-s-p-l-45 {
  padding-left: 2.8125rem;
}

.u-s-p-x-45 {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.u-s-p-y-45 {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.u-s-p-xy-45 {
  padding: 2.8125rem;
}

/* Margin with value `46`. */
.u-s-m-t-46 {
  margin-top: 2.875rem;
}

.u-s-m-r-46 {
  margin-right: 2.875rem;
}

.u-s-m-b-46 {
  margin-bottom: 2.875rem;
}

.u-s-m-l-46 {
  margin-left: 2.875rem;
}

.u-s-m-x-46 {
  margin-left: 2.875rem;
  margin-right: 2.875rem;
}

.u-s-m-y-46 {
  margin-top: 2.875rem;
  margin-bottom: 2.875rem;
}

.u-s-m-xy-46 {
  margin: 2.875rem;
}

/* Padding with value `46`. */
.u-s-p-t-46 {
  padding-top: 2.875rem;
}

.u-s-p-r-46 {
  padding-right: 2.875rem;
}

.u-s-p-b-46 {
  padding-bottom: 2.875rem;
}

.u-s-p-l-46 {
  padding-left: 2.875rem;
}

.u-s-p-x-46 {
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}

.u-s-p-y-46 {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

.u-s-p-xy-46 {
  padding: 2.875rem;
}

/* Margin with value `47`. */
.u-s-m-t-47 {
  margin-top: 2.9375rem;
}

.u-s-m-r-47 {
  margin-right: 2.9375rem;
}

.u-s-m-b-47 {
  margin-bottom: 2.9375rem;
}

.u-s-m-l-47 {
  margin-left: 2.9375rem;
}

.u-s-m-x-47 {
  margin-left: 2.9375rem;
  margin-right: 2.9375rem;
}

.u-s-m-y-47 {
  margin-top: 2.9375rem;
  margin-bottom: 2.9375rem;
}

.u-s-m-xy-47 {
  margin: 2.9375rem;
}

/* Padding with value `47`. */
.u-s-p-t-47 {
  padding-top: 2.9375rem;
}

.u-s-p-r-47 {
  padding-right: 2.9375rem;
}

.u-s-p-b-47 {
  padding-bottom: 2.9375rem;
}

.u-s-p-l-47 {
  padding-left: 2.9375rem;
}

.u-s-p-x-47 {
  padding-left: 2.9375rem;
  padding-right: 2.9375rem;
}

.u-s-p-y-47 {
  padding-top: 2.9375rem;
  padding-bottom: 2.9375rem;
}

.u-s-p-xy-47 {
  padding: 2.9375rem;
}

/* Margin with value `48`. */
.u-s-m-t-48 {
  margin-top: 3rem;
}

.u-s-m-r-48 {
  margin-right: 3rem;
}

.u-s-m-b-48 {
  margin-bottom: 3rem;
}

.u-s-m-l-48 {
  margin-left: 3rem;
}

.u-s-m-x-48 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u-s-m-y-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u-s-m-xy-48 {
  margin: 3rem;
}

/* Padding with value `48`. */
.u-s-p-t-48 {
  padding-top: 3rem;
}

.u-s-p-r-48 {
  padding-right: 3rem;
}

.u-s-p-b-48 {
  padding-bottom: 3rem;
}

.u-s-p-l-48 {
  padding-left: 3rem;
}

.u-s-p-x-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u-s-p-y-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-s-p-xy-48 {
  padding: 3rem;
}

/* Margin with value `49`. */
.u-s-m-t-49 {
  margin-top: 3.0625rem;
}

.u-s-m-r-49 {
  margin-right: 3.0625rem;
}

.u-s-m-b-49 {
  margin-bottom: 3.0625rem;
}

.u-s-m-l-49 {
  margin-left: 3.0625rem;
}

.u-s-m-x-49 {
  margin-left: 3.0625rem;
  margin-right: 3.0625rem;
}

.u-s-m-y-49 {
  margin-top: 3.0625rem;
  margin-bottom: 3.0625rem;
}

.u-s-m-xy-49 {
  margin: 3.0625rem;
}

/* Padding with value `49`. */
.u-s-p-t-49 {
  padding-top: 3.0625rem;
}

.u-s-p-r-49 {
  padding-right: 3.0625rem;
}

.u-s-p-b-49 {
  padding-bottom: 3.0625rem;
}

.u-s-p-l-49 {
  padding-left: 3.0625rem;
}

.u-s-p-x-49 {
  padding-left: 3.0625rem;
  padding-right: 3.0625rem;
}

.u-s-p-y-49 {
  padding-top: 3.0625rem;
  padding-bottom: 3.0625rem;
}

.u-s-p-xy-49 {
  padding: 3.0625rem;
}

/* Margin with value `50`. */
.u-s-m-t-50 {
  margin-top: 3.125rem;
}

.u-s-m-r-50 {
  margin-right: 3.125rem;
}

.u-s-m-b-50 {
  margin-bottom: 3.125rem;
}

.u-s-m-l-50 {
  margin-left: 3.125rem;
}

.u-s-m-x-50 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.u-s-m-y-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.u-s-m-xy-50 {
  margin: 3.125rem;
}

/* Padding with value `50`. */
.u-s-p-t-50 {
  padding-top: 3.125rem;
}

.u-s-p-r-50 {
  padding-right: 3.125rem;
}

.u-s-p-b-50 {
  padding-bottom: 3.125rem;
}

.u-s-p-l-50 {
  padding-left: 3.125rem;
}

.u-s-p-x-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.u-s-p-y-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.u-s-p-xy-50 {
  padding: 3.125rem;
}

/* Margin with value `51`. */
.u-s-m-t-51 {
  margin-top: 3.1875rem;
}

.u-s-m-r-51 {
  margin-right: 3.1875rem;
}

.u-s-m-b-51 {
  margin-bottom: 3.1875rem;
}

.u-s-m-l-51 {
  margin-left: 3.1875rem;
}

.u-s-m-x-51 {
  margin-left: 3.1875rem;
  margin-right: 3.1875rem;
}

.u-s-m-y-51 {
  margin-top: 3.1875rem;
  margin-bottom: 3.1875rem;
}

.u-s-m-xy-51 {
  margin: 3.1875rem;
}

/* Padding with value `51`. */
.u-s-p-t-51 {
  padding-top: 3.1875rem;
}

.u-s-p-r-51 {
  padding-right: 3.1875rem;
}

.u-s-p-b-51 {
  padding-bottom: 3.1875rem;
}

.u-s-p-l-51 {
  padding-left: 3.1875rem;
}

.u-s-p-x-51 {
  padding-left: 3.1875rem;
  padding-right: 3.1875rem;
}

.u-s-p-y-51 {
  padding-top: 3.1875rem;
  padding-bottom: 3.1875rem;
}

.u-s-p-xy-51 {
  padding: 3.1875rem;
}

/* Margin with value `52`. */
.u-s-m-t-52 {
  margin-top: 3.25rem;
}

.u-s-m-r-52 {
  margin-right: 3.25rem;
}

.u-s-m-b-52 {
  margin-bottom: 3.25rem;
}

.u-s-m-l-52 {
  margin-left: 3.25rem;
}

.u-s-m-x-52 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.u-s-m-y-52 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.u-s-m-xy-52 {
  margin: 3.25rem;
}

/* Padding with value `52`. */
.u-s-p-t-52 {
  padding-top: 3.25rem;
}

.u-s-p-r-52 {
  padding-right: 3.25rem;
}

.u-s-p-b-52 {
  padding-bottom: 3.25rem;
}

.u-s-p-l-52 {
  padding-left: 3.25rem;
}

.u-s-p-x-52 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.u-s-p-y-52 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.u-s-p-xy-52 {
  padding: 3.25rem;
}

/* Margin with value `53`. */
.u-s-m-t-53 {
  margin-top: 3.3125rem;
}

.u-s-m-r-53 {
  margin-right: 3.3125rem;
}

.u-s-m-b-53 {
  margin-bottom: 3.3125rem;
}

.u-s-m-l-53 {
  margin-left: 3.3125rem;
}

.u-s-m-x-53 {
  margin-left: 3.3125rem;
  margin-right: 3.3125rem;
}

.u-s-m-y-53 {
  margin-top: 3.3125rem;
  margin-bottom: 3.3125rem;
}

.u-s-m-xy-53 {
  margin: 3.3125rem;
}

/* Padding with value `53`. */
.u-s-p-t-53 {
  padding-top: 3.3125rem;
}

.u-s-p-r-53 {
  padding-right: 3.3125rem;
}

.u-s-p-b-53 {
  padding-bottom: 3.3125rem;
}

.u-s-p-l-53 {
  padding-left: 3.3125rem;
}

.u-s-p-x-53 {
  padding-left: 3.3125rem;
  padding-right: 3.3125rem;
}

.u-s-p-y-53 {
  padding-top: 3.3125rem;
  padding-bottom: 3.3125rem;
}

.u-s-p-xy-53 {
  padding: 3.3125rem;
}

/* Margin with value `54`. */
.u-s-m-t-54 {
  margin-top: 3.375rem;
}

.u-s-m-r-54 {
  margin-right: 3.375rem;
}

.u-s-m-b-54 {
  margin-bottom: 3.375rem;
}

.u-s-m-l-54 {
  margin-left: 3.375rem;
}

.u-s-m-x-54 {
  margin-left: 3.375rem;
  margin-right: 3.375rem;
}

.u-s-m-y-54 {
  margin-top: 3.375rem;
  margin-bottom: 3.375rem;
}

.u-s-m-xy-54 {
  margin: 3.375rem;
}

/* Padding with value `54`. */
.u-s-p-t-54 {
  padding-top: 3.375rem;
}

.u-s-p-r-54 {
  padding-right: 3.375rem;
}

.u-s-p-b-54 {
  padding-bottom: 3.375rem;
}

.u-s-p-l-54 {
  padding-left: 3.375rem;
}

.u-s-p-x-54 {
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}

.u-s-p-y-54 {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}

.u-s-p-xy-54 {
  padding: 3.375rem;
}

/* Margin with value `55`. */
.u-s-m-t-55 {
  margin-top: 3.4375rem;
}

.u-s-m-r-55 {
  margin-right: 3.4375rem;
}

.u-s-m-b-55 {
  margin-bottom: 3.4375rem;
}

.u-s-m-l-55 {
  margin-left: 3.4375rem;
}

.u-s-m-x-55 {
  margin-left: 3.4375rem;
  margin-right: 3.4375rem;
}

.u-s-m-y-55 {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

.u-s-m-xy-55 {
  margin: 3.4375rem;
}

/* Padding with value `55`. */
.u-s-p-t-55 {
  padding-top: 3.4375rem;
}

.u-s-p-r-55 {
  padding-right: 3.4375rem;
}

.u-s-p-b-55 {
  padding-bottom: 3.4375rem;
}

.u-s-p-l-55 {
  padding-left: 3.4375rem;
}

.u-s-p-x-55 {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.u-s-p-y-55 {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.u-s-p-xy-55 {
  padding: 3.4375rem;
}

/* Margin with value `56`. */
.u-s-m-t-56 {
  margin-top: 3.5rem;
}

.u-s-m-r-56 {
  margin-right: 3.5rem;
}

.u-s-m-b-56 {
  margin-bottom: 3.5rem;
}

.u-s-m-l-56 {
  margin-left: 3.5rem;
}

.u-s-m-x-56 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.u-s-m-y-56 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.u-s-m-xy-56 {
  margin: 3.5rem;
}

/* Padding with value `56`. */
.u-s-p-t-56 {
  padding-top: 3.5rem;
}

.u-s-p-r-56 {
  padding-right: 3.5rem;
}

.u-s-p-b-56 {
  padding-bottom: 3.5rem;
}

.u-s-p-l-56 {
  padding-left: 3.5rem;
}

.u-s-p-x-56 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.u-s-p-y-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.u-s-p-xy-56 {
  padding: 3.5rem;
}

/* Margin with value `57`. */
.u-s-m-t-57 {
  margin-top: 3.5625rem;
}

.u-s-m-r-57 {
  margin-right: 3.5625rem;
}

.u-s-m-b-57 {
  margin-bottom: 3.5625rem;
}

.u-s-m-l-57 {
  margin-left: 3.5625rem;
}

.u-s-m-x-57 {
  margin-left: 3.5625rem;
  margin-right: 3.5625rem;
}

.u-s-m-y-57 {
  margin-top: 3.5625rem;
  margin-bottom: 3.5625rem;
}

.u-s-m-xy-57 {
  margin: 3.5625rem;
}

/* Padding with value `57`. */
.u-s-p-t-57 {
  padding-top: 3.5625rem;
}

.u-s-p-r-57 {
  padding-right: 3.5625rem;
}

.u-s-p-b-57 {
  padding-bottom: 3.5625rem;
}

.u-s-p-l-57 {
  padding-left: 3.5625rem;
}

.u-s-p-x-57 {
  padding-left: 3.5625rem;
  padding-right: 3.5625rem;
}

.u-s-p-y-57 {
  padding-top: 3.5625rem;
  padding-bottom: 3.5625rem;
}

.u-s-p-xy-57 {
  padding: 3.5625rem;
}

/* Margin with value `58`. */
.u-s-m-t-58 {
  margin-top: 3.625rem;
}

.u-s-m-r-58 {
  margin-right: 3.625rem;
}

.u-s-m-b-58 {
  margin-bottom: 3.625rem;
}

.u-s-m-l-58 {
  margin-left: 3.625rem;
}

.u-s-m-x-58 {
  margin-left: 3.625rem;
  margin-right: 3.625rem;
}

.u-s-m-y-58 {
  margin-top: 3.625rem;
  margin-bottom: 3.625rem;
}

.u-s-m-xy-58 {
  margin: 3.625rem;
}

/* Padding with value `58`. */
.u-s-p-t-58 {
  padding-top: 3.625rem;
}

.u-s-p-r-58 {
  padding-right: 3.625rem;
}

.u-s-p-b-58 {
  padding-bottom: 3.625rem;
}

.u-s-p-l-58 {
  padding-left: 3.625rem;
}

.u-s-p-x-58 {
  padding-left: 3.625rem;
  padding-right: 3.625rem;
}

.u-s-p-y-58 {
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
}

.u-s-p-xy-58 {
  padding: 3.625rem;
}

/* Margin with value `59`. */
.u-s-m-t-59 {
  margin-top: 3.6875rem;
}

.u-s-m-r-59 {
  margin-right: 3.6875rem;
}

.u-s-m-b-59 {
  margin-bottom: 3.6875rem;
}

.u-s-m-l-59 {
  margin-left: 3.6875rem;
}

.u-s-m-x-59 {
  margin-left: 3.6875rem;
  margin-right: 3.6875rem;
}

.u-s-m-y-59 {
  margin-top: 3.6875rem;
  margin-bottom: 3.6875rem;
}

.u-s-m-xy-59 {
  margin: 3.6875rem;
}

/* Padding with value `59`. */
.u-s-p-t-59 {
  padding-top: 3.6875rem;
}

.u-s-p-r-59 {
  padding-right: 3.6875rem;
}

.u-s-p-b-59 {
  padding-bottom: 3.6875rem;
}

.u-s-p-l-59 {
  padding-left: 3.6875rem;
}

.u-s-p-x-59 {
  padding-left: 3.6875rem;
  padding-right: 3.6875rem;
}

.u-s-p-y-59 {
  padding-top: 3.6875rem;
  padding-bottom: 3.6875rem;
}

.u-s-p-xy-59 {
  padding: 3.6875rem;
}

/* Margin with value `60`. */
.u-s-m-t-60 {
  margin-top: 3.75rem;
}

.u-s-m-r-60 {
  margin-right: 3.75rem;
}

.u-s-m-b-60 {
  margin-bottom: 3.75rem;
}

.u-s-m-l-60 {
  margin-left: 3.75rem;
}

.u-s-m-x-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.u-s-m-y-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.u-s-m-xy-60 {
  margin: 3.75rem;
}

/* Padding with value `60`. */
.u-s-p-t-60 {
  padding-top: 3.75rem;
}

.u-s-p-r-60 {
  padding-right: 3.75rem;
}

.u-s-p-b-60 {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .u-s-p-b-60 {
    padding-bottom: 1.75rem;
  }
}

.u-s-p-l-60 {
  padding-left: 3.75rem;
}

.u-s-p-x-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.u-s-p-y-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.u-s-p-xy-60 {
  padding: 3.75rem;
}

/* Margin with value `61`. */
.u-s-m-t-61 {
  margin-top: 3.8125rem;
}

.u-s-m-r-61 {
  margin-right: 3.8125rem;
}

.u-s-m-b-61 {
  margin-bottom: 3.8125rem;
}

.u-s-m-l-61 {
  margin-left: 3.8125rem;
}

.u-s-m-x-61 {
  margin-left: 3.8125rem;
  margin-right: 3.8125rem;
}

.u-s-m-y-61 {
  margin-top: 3.8125rem;
  margin-bottom: 3.8125rem;
}

.u-s-m-xy-61 {
  margin: 3.8125rem;
}

/* Padding with value `61`. */
.u-s-p-t-61 {
  padding-top: 3.8125rem;
}

.u-s-p-r-61 {
  padding-right: 3.8125rem;
}

.u-s-p-b-61 {
  padding-bottom: 3.8125rem;
}

.u-s-p-l-61 {
  padding-left: 3.8125rem;
}

.u-s-p-x-61 {
  padding-left: 3.8125rem;
  padding-right: 3.8125rem;
}

.u-s-p-y-61 {
  padding-top: 3.8125rem;
  padding-bottom: 3.8125rem;
}

.u-s-p-xy-61 {
  padding: 3.8125rem;
}

/* Margin with value `62`. */
.u-s-m-t-62 {
  margin-top: 3.875rem;
}

.u-s-m-r-62 {
  margin-right: 3.875rem;
}

.u-s-m-b-62 {
  margin-bottom: 3.875rem;
}

.u-s-m-l-62 {
  margin-left: 3.875rem;
}

.u-s-m-x-62 {
  margin-left: 3.875rem;
  margin-right: 3.875rem;
}

.u-s-m-y-62 {
  margin-top: 3.875rem;
  margin-bottom: 3.875rem;
}

.u-s-m-xy-62 {
  margin: 3.875rem;
}

/* Padding with value `62`. */
.u-s-p-t-62 {
  padding-top: 3.875rem;
}

.u-s-p-r-62 {
  padding-right: 3.875rem;
}

.u-s-p-b-62 {
  padding-bottom: 3.875rem;
}

.u-s-p-l-62 {
  padding-left: 3.875rem;
}

.u-s-p-x-62 {
  padding-left: 3.875rem;
  padding-right: 3.875rem;
}

.u-s-p-y-62 {
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}

.u-s-p-xy-62 {
  padding: 3.875rem;
}

/* Margin with value `63`. */
.u-s-m-t-63 {
  margin-top: 3.9375rem;
}

.u-s-m-r-63 {
  margin-right: 3.9375rem;
}

.u-s-m-b-63 {
  margin-bottom: 3.9375rem;
}

.u-s-m-l-63 {
  margin-left: 3.9375rem;
}

.u-s-m-x-63 {
  margin-left: 3.9375rem;
  margin-right: 3.9375rem;
}

.u-s-m-y-63 {
  margin-top: 3.9375rem;
  margin-bottom: 3.9375rem;
}

.u-s-m-xy-63 {
  margin: 3.9375rem;
}

/* Padding with value `63`. */
.u-s-p-t-63 {
  padding-top: 3.9375rem;
}

.u-s-p-r-63 {
  padding-right: 3.9375rem;
}

.u-s-p-b-63 {
  padding-bottom: 3.9375rem;
}

.u-s-p-l-63 {
  padding-left: 3.9375rem;
}

.u-s-p-x-63 {
  padding-left: 3.9375rem;
  padding-right: 3.9375rem;
}

.u-s-p-y-63 {
  padding-top: 3.9375rem;
  padding-bottom: 3.9375rem;
}

.u-s-p-xy-63 {
  padding: 3.9375rem;
}

/* Margin with value `64`. */
.u-s-m-t-64 {
  margin-top: 4rem;
}

.u-s-m-r-64 {
  margin-right: 4rem;
}

.u-s-m-b-64 {
  margin-bottom: 4rem;
}

.u-s-m-l-64 {
  margin-left: 4rem;
}

.u-s-m-x-64 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u-s-m-y-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u-s-m-xy-64 {
  margin: 4rem;
}

/* Padding with value `64`. */
.u-s-p-t-64 {
  padding-top: 4rem;
}

.u-s-p-r-64 {
  padding-right: 4rem;
}

.u-s-p-b-64 {
  padding-bottom: 4rem;
}

.u-s-p-l-64 {
  padding-left: 4rem;
}

.u-s-p-x-64 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u-s-p-y-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u-s-p-xy-64 {
  padding: 4rem;
}

/* Margin with value `65`. */
.u-s-m-t-65 {
  margin-top: 4.0625rem;
}

.u-s-m-r-65 {
  margin-right: 4.0625rem;
}

.u-s-m-b-65 {
  margin-bottom: 4.0625rem;
}

.u-s-m-l-65 {
  margin-left: 4.0625rem;
}

.u-s-m-x-65 {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}

.u-s-m-y-65 {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}

.u-s-m-xy-65 {
  margin: 4.0625rem;
}

/* Padding with value `65`. */
.u-s-p-t-65 {
  padding-top: 4.0625rem;
}

.u-s-p-r-65 {
  padding-right: 4.0625rem;
}

.u-s-p-b-65 {
  padding-bottom: 4.0625rem;
}

.u-s-p-l-65 {
  padding-left: 4.0625rem;
}

.u-s-p-x-65 {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

.u-s-p-y-65 {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.u-s-p-xy-65 {
  padding: 4.0625rem;
}

/* Margin with value `66`. */
.u-s-m-t-66 {
  margin-top: 4.125rem;
}

.u-s-m-r-66 {
  margin-right: 4.125rem;
}

.u-s-m-b-66 {
  margin-bottom: 4.125rem;
}

.u-s-m-l-66 {
  margin-left: 4.125rem;
}

.u-s-m-x-66 {
  margin-left: 4.125rem;
  margin-right: 4.125rem;
}

.u-s-m-y-66 {
  margin-top: 4.125rem;
  margin-bottom: 4.125rem;
}

.u-s-m-xy-66 {
  margin: 4.125rem;
}

/* Padding with value `66`. */
.u-s-p-t-66 {
  padding-top: 4.125rem;
}

.u-s-p-r-66 {
  padding-right: 4.125rem;
}

.u-s-p-b-66 {
  padding-bottom: 4.125rem;
}

.u-s-p-l-66 {
  padding-left: 4.125rem;
}

.u-s-p-x-66 {
  padding-left: 4.125rem;
  padding-right: 4.125rem;
}

.u-s-p-y-66 {
  padding-top: 4.125rem;
  padding-bottom: 4.125rem;
}

.u-s-p-xy-66 {
  padding: 4.125rem;
}

/* Margin with value `67`. */
.u-s-m-t-67 {
  margin-top: 4.1875rem;
}

.u-s-m-r-67 {
  margin-right: 4.1875rem;
}

.u-s-m-b-67 {
  margin-bottom: 4.1875rem;
}

.u-s-m-l-67 {
  margin-left: 4.1875rem;
}

.u-s-m-x-67 {
  margin-left: 4.1875rem;
  margin-right: 4.1875rem;
}

.u-s-m-y-67 {
  margin-top: 4.1875rem;
  margin-bottom: 4.1875rem;
}

.u-s-m-xy-67 {
  margin: 4.1875rem;
}

/* Padding with value `67`. */
.u-s-p-t-67 {
  padding-top: 4.1875rem;
}

.u-s-p-r-67 {
  padding-right: 4.1875rem;
}

.u-s-p-b-67 {
  padding-bottom: 4.1875rem;
}

.u-s-p-l-67 {
  padding-left: 4.1875rem;
}

.u-s-p-x-67 {
  padding-left: 4.1875rem;
  padding-right: 4.1875rem;
}

.u-s-p-y-67 {
  padding-top: 4.1875rem;
  padding-bottom: 4.1875rem;
}

.u-s-p-xy-67 {
  padding: 4.1875rem;
}

/* Margin with value `68`. */
.u-s-m-t-68 {
  margin-top: 4.25rem;
}

.u-s-m-r-68 {
  margin-right: 4.25rem;
}

.u-s-m-b-68 {
  margin-bottom: 4.25rem;
}

.u-s-m-l-68 {
  margin-left: 4.25rem;
}

.u-s-m-x-68 {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.u-s-m-y-68 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.u-s-m-xy-68 {
  margin: 4.25rem;
}

/* Padding with value `68`. */
.u-s-p-t-68 {
  padding-top: 4.25rem;
}

.u-s-p-r-68 {
  padding-right: 4.25rem;
}

.u-s-p-b-68 {
  padding-bottom: 4.25rem;
}

.u-s-p-l-68 {
  padding-left: 4.25rem;
}

.u-s-p-x-68 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.u-s-p-y-68 {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.u-s-p-xy-68 {
  padding: 4.25rem;
}

/* Margin with value `69`. */
.u-s-m-t-69 {
  margin-top: 4.3125rem;
}

.u-s-m-r-69 {
  margin-right: 4.3125rem;
}

.u-s-m-b-69 {
  margin-bottom: 4.3125rem;
}

.u-s-m-l-69 {
  margin-left: 4.3125rem;
}

.u-s-m-x-69 {
  margin-left: 4.3125rem;
  margin-right: 4.3125rem;
}

.u-s-m-y-69 {
  margin-top: 4.3125rem;
  margin-bottom: 4.3125rem;
}

.u-s-m-xy-69 {
  margin: 4.3125rem;
}

/* Padding with value `69`. */
.u-s-p-t-69 {
  padding-top: 4.3125rem;
}

.u-s-p-r-69 {
  padding-right: 4.3125rem;
}

.u-s-p-b-69 {
  padding-bottom: 4.3125rem;
}

.u-s-p-l-69 {
  padding-left: 4.3125rem;
}

.u-s-p-x-69 {
  padding-left: 4.3125rem;
  padding-right: 4.3125rem;
}

.u-s-p-y-69 {
  padding-top: 4.3125rem;
  padding-bottom: 4.3125rem;
}

.u-s-p-xy-69 {
  padding: 4.3125rem;
}

/* Margin with value `70`. */
.u-s-m-t-70 {
  margin-top: 4.375rem;
}

.u-s-m-r-70 {
  margin-right: 4.375rem;
}

.u-s-m-b-70 {
  margin-bottom: 4.375rem;
}

.u-s-m-l-70 {
  margin-left: 4.375rem;
}

.u-s-m-x-70 {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.u-s-m-y-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.u-s-m-xy-70 {
  margin: 4.375rem;
}

/* Padding with value `70`. */
.u-s-p-t-70 {
  padding-top: 4.375rem;
}

.u-s-p-r-70 {
  padding-right: 4.375rem;
}

.u-s-p-b-70 {
  padding-bottom: 4.375rem;
}

.u-s-p-l-70 {
  padding-left: 4.375rem;
}

.u-s-p-x-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.u-s-p-y-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.u-s-p-xy-70 {
  padding: 4.375rem;
}

/* Margin with value `71`. */
.u-s-m-t-71 {
  margin-top: 4.4375rem;
}

.u-s-m-r-71 {
  margin-right: 4.4375rem;
}

.u-s-m-b-71 {
  margin-bottom: 4.4375rem;
}

.u-s-m-l-71 {
  margin-left: 4.4375rem;
}

.u-s-m-x-71 {
  margin-left: 4.4375rem;
  margin-right: 4.4375rem;
}

.u-s-m-y-71 {
  margin-top: 4.4375rem;
  margin-bottom: 4.4375rem;
}

.u-s-m-xy-71 {
  margin: 4.4375rem;
}

/* Padding with value `71`. */
.u-s-p-t-71 {
  padding-top: 4.4375rem;
}

.u-s-p-r-71 {
  padding-right: 4.4375rem;
}

.u-s-p-b-71 {
  padding-bottom: 4.4375rem;
}

.u-s-p-l-71 {
  padding-left: 4.4375rem;
}

.u-s-p-x-71 {
  padding-left: 4.4375rem;
  padding-right: 4.4375rem;
}

.u-s-p-y-71 {
  padding-top: 4.4375rem;
  padding-bottom: 4.4375rem;
}

.u-s-p-xy-71 {
  padding: 4.4375rem;
}

/* Margin with value `72`. */
.u-s-m-t-72 {
  margin-top: 4.5rem;
}

.u-s-m-r-72 {
  margin-right: 4.5rem;
}

.u-s-m-b-72 {
  margin-bottom: 4.5rem;
}

.u-s-m-l-72 {
  margin-left: 4.5rem;
}

.u-s-m-x-72 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.u-s-m-y-72 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.u-s-m-xy-72 {
  margin: 4.5rem;
}

/* Padding with value `72`. */
.u-s-p-t-72 {
  padding-top: 4.5rem;
}

.u-s-p-r-72 {
  padding-right: 4.5rem;
}

.u-s-p-b-72 {
  padding-bottom: 4.5rem;
}

.u-s-p-l-72 {
  padding-left: 4.5rem;
}

.u-s-p-x-72 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.u-s-p-y-72 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.u-s-p-xy-72 {
  padding: 4.5rem;
}

/* Margin with value `73`. */
.u-s-m-t-73 {
  margin-top: 4.5625rem;
}

.u-s-m-r-73 {
  margin-right: 4.5625rem;
}

.u-s-m-b-73 {
  margin-bottom: 4.5625rem;
}

.u-s-m-l-73 {
  margin-left: 4.5625rem;
}

.u-s-m-x-73 {
  margin-left: 4.5625rem;
  margin-right: 4.5625rem;
}

.u-s-m-y-73 {
  margin-top: 4.5625rem;
  margin-bottom: 4.5625rem;
}

.u-s-m-xy-73 {
  margin: 4.5625rem;
}

/* Padding with value `73`. */
.u-s-p-t-73 {
  padding-top: 4.5625rem;
}

.u-s-p-r-73 {
  padding-right: 4.5625rem;
}

.u-s-p-b-73 {
  padding-bottom: 4.5625rem;
}

.u-s-p-l-73 {
  padding-left: 4.5625rem;
}

.u-s-p-x-73 {
  padding-left: 4.5625rem;
  padding-right: 4.5625rem;
}

.u-s-p-y-73 {
  padding-top: 4.5625rem;
  padding-bottom: 4.5625rem;
}

.u-s-p-xy-73 {
  padding: 4.5625rem;
}

/* Margin with value `74`. */
.u-s-m-t-74 {
  margin-top: 4.625rem;
}

.u-s-m-r-74 {
  margin-right: 4.625rem;
}

.u-s-m-b-74 {
  margin-bottom: 4.625rem;
}

.u-s-m-l-74 {
  margin-left: 4.625rem;
}

.u-s-m-x-74 {
  margin-left: 4.625rem;
  margin-right: 4.625rem;
}

.u-s-m-y-74 {
  margin-top: 4.625rem;
  margin-bottom: 4.625rem;
}

.u-s-m-xy-74 {
  margin: 4.625rem;
}

/* Padding with value `74`. */
.u-s-p-t-74 {
  padding-top: 4.625rem;
}

.u-s-p-r-74 {
  padding-right: 4.625rem;
}

.u-s-p-b-74 {
  padding-bottom: 4.625rem;
}

.u-s-p-l-74 {
  padding-left: 4.625rem;
}

.u-s-p-x-74 {
  padding-left: 4.625rem;
  padding-right: 4.625rem;
}

.u-s-p-y-74 {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

.u-s-p-xy-74 {
  padding: 4.625rem;
}

/* Margin with value `75`. */
.u-s-m-t-75 {
  margin-top: 4.6875rem;
}

.u-s-m-r-75 {
  margin-right: 4.6875rem;
}

.u-s-m-b-75 {
  margin-bottom: 4.6875rem;
}

.u-s-m-l-75 {
  margin-left: 4.6875rem;
}

.u-s-m-x-75 {
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

.u-s-m-y-75 {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.u-s-m-xy-75 {
  margin: 4.6875rem;
}

/* Padding with value `75`. */
.u-s-p-t-75 {
  padding-top: 4.6875rem;
}

.u-s-p-r-75 {
  padding-right: 4.6875rem;
}

.u-s-p-b-75 {
  padding-bottom: 4.6875rem;
}

.u-s-p-l-75 {
  padding-left: 4.6875rem;
}

.u-s-p-x-75 {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

.u-s-p-y-75 {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

.u-s-p-xy-75 {
  padding: 4.6875rem;
}

/* Margin with value `76`. */
.u-s-m-t-76 {
  margin-top: 4.75rem;
}

.u-s-m-r-76 {
  margin-right: 4.75rem;
}

.u-s-m-b-76 {
  margin-bottom: 4.75rem;
}

.u-s-m-l-76 {
  margin-left: 4.75rem;
}

.u-s-m-x-76 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.u-s-m-y-76 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.u-s-m-xy-76 {
  margin: 4.75rem;
}

/* Padding with value `76`. */
.u-s-p-t-76 {
  padding-top: 4.75rem;
}

.u-s-p-r-76 {
  padding-right: 4.75rem;
}

.u-s-p-b-76 {
  padding-bottom: 4.75rem;
}

.u-s-p-l-76 {
  padding-left: 4.75rem;
}

.u-s-p-x-76 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.u-s-p-y-76 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.u-s-p-xy-76 {
  padding: 4.75rem;
}

/* Margin with value `77`. */
.u-s-m-t-77 {
  margin-top: 4.8125rem;
}

.u-s-m-r-77 {
  margin-right: 4.8125rem;
}

.u-s-m-b-77 {
  margin-bottom: 4.8125rem;
}

.u-s-m-l-77 {
  margin-left: 4.8125rem;
}

.u-s-m-x-77 {
  margin-left: 4.8125rem;
  margin-right: 4.8125rem;
}

.u-s-m-y-77 {
  margin-top: 4.8125rem;
  margin-bottom: 4.8125rem;
}

.u-s-m-xy-77 {
  margin: 4.8125rem;
}

/* Padding with value `77`. */
.u-s-p-t-77 {
  padding-top: 4.8125rem;
}

.u-s-p-r-77 {
  padding-right: 4.8125rem;
}

.u-s-p-b-77 {
  padding-bottom: 4.8125rem;
}

.u-s-p-l-77 {
  padding-left: 4.8125rem;
}

.u-s-p-x-77 {
  padding-left: 4.8125rem;
  padding-right: 4.8125rem;
}

.u-s-p-y-77 {
  padding-top: 4.8125rem;
  padding-bottom: 4.8125rem;
}

.u-s-p-xy-77 {
  padding: 4.8125rem;
}

/* Margin with value `78`. */
.u-s-m-t-78 {
  margin-top: 4.875rem;
}

.u-s-m-r-78 {
  margin-right: 4.875rem;
}

.u-s-m-b-78 {
  margin-bottom: 4.875rem;
}

.u-s-m-l-78 {
  margin-left: 4.875rem;
}

.u-s-m-x-78 {
  margin-left: 4.875rem;
  margin-right: 4.875rem;
}

.u-s-m-y-78 {
  margin-top: 4.875rem;
  margin-bottom: 4.875rem;
}

.u-s-m-xy-78 {
  margin: 4.875rem;
}

/* Padding with value `78`. */
.u-s-p-t-78 {
  padding-top: 4.875rem;
}

.u-s-p-r-78 {
  padding-right: 4.875rem;
}

.u-s-p-b-78 {
  padding-bottom: 4.875rem;
}

.u-s-p-l-78 {
  padding-left: 4.875rem;
}

.u-s-p-x-78 {
  padding-left: 4.875rem;
  padding-right: 4.875rem;
}

.u-s-p-y-78 {
  padding-top: 4.875rem;
  padding-bottom: 4.875rem;
}

.u-s-p-xy-78 {
  padding: 4.875rem;
}

/* Margin with value `79`. */
.u-s-m-t-79 {
  margin-top: 4.9375rem;
}

.u-s-m-r-79 {
  margin-right: 4.9375rem;
}

.u-s-m-b-79 {
  margin-bottom: 4.9375rem;
}

.u-s-m-l-79 {
  margin-left: 4.9375rem;
}

.u-s-m-x-79 {
  margin-left: 4.9375rem;
  margin-right: 4.9375rem;
}

.u-s-m-y-79 {
  margin-top: 4.9375rem;
  margin-bottom: 4.9375rem;
}

.u-s-m-xy-79 {
  margin: 4.9375rem;
}

/* Padding with value `79`. */
.u-s-p-t-79 {
  padding-top: 4.9375rem;
}

.u-s-p-r-79 {
  padding-right: 4.9375rem;
}

.u-s-p-b-79 {
  padding-bottom: 4.9375rem;
}

.u-s-p-l-79 {
  padding-left: 4.9375rem;
}

.u-s-p-x-79 {
  padding-left: 4.9375rem;
  padding-right: 4.9375rem;
}

.u-s-p-y-79 {
  padding-top: 4.9375rem;
  padding-bottom: 4.9375rem;
}

.u-s-p-xy-79 {
  padding: 4.9375rem;
}

/* Margin with value `80`. */
.u-s-m-t-80 {
  margin-top: 5rem;
}

.u-s-m-r-80 {
  margin-right: 5rem;
}

.u-s-m-b-80 {
  margin-bottom: 5rem;
}

.u-s-m-l-80 {
  margin-left: 5rem;
}

.u-s-m-x-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u-s-m-y-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-s-m-xy-80 {
  margin: 5rem;
}

/* Padding with value `80`. */
.u-s-p-t-80 {
  padding-top: 5rem;
}

.u-s-p-r-80 {
  padding-right: 5rem;
}

.u-s-p-b-80 {
  padding-bottom: 5rem;
}

.u-s-p-l-80 {
  padding-left: 5rem;
}

.u-s-p-x-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.u-s-p-y-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-s-p-xy-80 {
  padding: 5rem;
}

/* Margin with value `81`. */
.u-s-m-t-81 {
  margin-top: 5.0625rem;
}

.u-s-m-r-81 {
  margin-right: 5.0625rem;
}

.u-s-m-b-81 {
  margin-bottom: 5.0625rem;
}

.u-s-m-l-81 {
  margin-left: 5.0625rem;
}

.u-s-m-x-81 {
  margin-left: 5.0625rem;
  margin-right: 5.0625rem;
}

.u-s-m-y-81 {
  margin-top: 5.0625rem;
  margin-bottom: 5.0625rem;
}

.u-s-m-xy-81 {
  margin: 5.0625rem;
}

/* Padding with value `81`. */
.u-s-p-t-81 {
  padding-top: 5.0625rem;
}

.u-s-p-r-81 {
  padding-right: 5.0625rem;
}

.u-s-p-b-81 {
  padding-bottom: 5.0625rem;
}

.u-s-p-l-81 {
  padding-left: 5.0625rem;
}

.u-s-p-x-81 {
  padding-left: 5.0625rem;
  padding-right: 5.0625rem;
}

.u-s-p-y-81 {
  padding-top: 5.0625rem;
  padding-bottom: 5.0625rem;
}

.u-s-p-xy-81 {
  padding: 5.0625rem;
}

/* Margin with value `82`. */
.u-s-m-t-82 {
  margin-top: 5.125rem;
}

.u-s-m-r-82 {
  margin-right: 5.125rem;
}

.u-s-m-b-82 {
  margin-bottom: 5.125rem;
}

.u-s-m-l-82 {
  margin-left: 5.125rem;
}

.u-s-m-x-82 {
  margin-left: 5.125rem;
  margin-right: 5.125rem;
}

.u-s-m-y-82 {
  margin-top: 5.125rem;
  margin-bottom: 5.125rem;
}

.u-s-m-xy-82 {
  margin: 5.125rem;
}

/* Padding with value `82`. */
.u-s-p-t-82 {
  padding-top: 5.125rem;
}

.u-s-p-r-82 {
  padding-right: 5.125rem;
}

.u-s-p-b-82 {
  padding-bottom: 5.125rem;
}

.u-s-p-l-82 {
  padding-left: 5.125rem;
}

.u-s-p-x-82 {
  padding-left: 5.125rem;
  padding-right: 5.125rem;
}

.u-s-p-y-82 {
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}

.u-s-p-xy-82 {
  padding: 5.125rem;
}

/* Margin with value `83`. */
.u-s-m-t-83 {
  margin-top: 5.1875rem;
}

.u-s-m-r-83 {
  margin-right: 5.1875rem;
}

.u-s-m-b-83 {
  margin-bottom: 5.1875rem;
}

.u-s-m-l-83 {
  margin-left: 5.1875rem;
}

.u-s-m-x-83 {
  margin-left: 5.1875rem;
  margin-right: 5.1875rem;
}

.u-s-m-y-83 {
  margin-top: 5.1875rem;
  margin-bottom: 5.1875rem;
}

.u-s-m-xy-83 {
  margin: 5.1875rem;
}

/* Padding with value `83`. */
.u-s-p-t-83 {
  padding-top: 5.1875rem;
}

.u-s-p-r-83 {
  padding-right: 5.1875rem;
}

.u-s-p-b-83 {
  padding-bottom: 5.1875rem;
}

.u-s-p-l-83 {
  padding-left: 5.1875rem;
}

.u-s-p-x-83 {
  padding-left: 5.1875rem;
  padding-right: 5.1875rem;
}

.u-s-p-y-83 {
  padding-top: 5.1875rem;
  padding-bottom: 5.1875rem;
}

.u-s-p-xy-83 {
  padding: 5.1875rem;
}

/* Margin with value `84`. */
.u-s-m-t-84 {
  margin-top: 5.25rem;
}

.u-s-m-r-84 {
  margin-right: 5.25rem;
}

.u-s-m-b-84 {
  margin-bottom: 5.25rem;
}

.u-s-m-l-84 {
  margin-left: 5.25rem;
}

.u-s-m-x-84 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.u-s-m-y-84 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.u-s-m-xy-84 {
  margin: 5.25rem;
}

/* Padding with value `84`. */
.u-s-p-t-84 {
  padding-top: 5.25rem;
}

.u-s-p-r-84 {
  padding-right: 5.25rem;
}

.u-s-p-b-84 {
  padding-bottom: 5.25rem;
}

.u-s-p-l-84 {
  padding-left: 5.25rem;
}

.u-s-p-x-84 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.u-s-p-y-84 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.u-s-p-xy-84 {
  padding: 5.25rem;
}

/* Margin with value `85`. */
.u-s-m-t-85 {
  margin-top: 5.3125rem;
}

.u-s-m-r-85 {
  margin-right: 5.3125rem;
}

.u-s-m-b-85 {
  margin-bottom: 5.3125rem;
}

.u-s-m-l-85 {
  margin-left: 5.3125rem;
}

.u-s-m-x-85 {
  margin-left: 5.3125rem;
  margin-right: 5.3125rem;
}

.u-s-m-y-85 {
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}

.u-s-m-xy-85 {
  margin: 5.3125rem;
}

/* Padding with value `85`. */
.u-s-p-t-85 {
  padding-top: 5.3125rem;
}

.u-s-p-r-85 {
  padding-right: 5.3125rem;
}

.u-s-p-b-85 {
  padding-bottom: 5.3125rem;
}

.u-s-p-l-85 {
  padding-left: 5.3125rem;
}

.u-s-p-x-85 {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

.u-s-p-y-85 {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}

.u-s-p-xy-85 {
  padding: 5.3125rem;
}

/* Margin with value `86`. */
.u-s-m-t-86 {
  margin-top: 5.375rem;
}

.u-s-m-r-86 {
  margin-right: 5.375rem;
}

.u-s-m-b-86 {
  margin-bottom: 5.375rem;
}

.u-s-m-l-86 {
  margin-left: 5.375rem;
}

.u-s-m-x-86 {
  margin-left: 5.375rem;
  margin-right: 5.375rem;
}

.u-s-m-y-86 {
  margin-top: 5.375rem;
  margin-bottom: 5.375rem;
}

.u-s-m-xy-86 {
  margin: 5.375rem;
}

/* Padding with value `86`. */
.u-s-p-t-86 {
  padding-top: 5.375rem;
}

.u-s-p-r-86 {
  padding-right: 5.375rem;
}

.u-s-p-b-86 {
  padding-bottom: 5.375rem;
}

.u-s-p-l-86 {
  padding-left: 5.375rem;
}

.u-s-p-x-86 {
  padding-left: 5.375rem;
  padding-right: 5.375rem;
}

.u-s-p-y-86 {
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
}

.u-s-p-xy-86 {
  padding: 5.375rem;
}

/* Margin with value `87`. */
.u-s-m-t-87 {
  margin-top: 5.4375rem;
}

.u-s-m-r-87 {
  margin-right: 5.4375rem;
}

.u-s-m-b-87 {
  margin-bottom: 5.4375rem;
}

.u-s-m-l-87 {
  margin-left: 5.4375rem;
}

.u-s-m-x-87 {
  margin-left: 5.4375rem;
  margin-right: 5.4375rem;
}

.u-s-m-y-87 {
  margin-top: 5.4375rem;
  margin-bottom: 5.4375rem;
}

.u-s-m-xy-87 {
  margin: 5.4375rem;
}

/* Padding with value `87`. */
.u-s-p-t-87 {
  padding-top: 5.4375rem;
}

.u-s-p-r-87 {
  padding-right: 5.4375rem;
}

.u-s-p-b-87 {
  padding-bottom: 5.4375rem;
}

.u-s-p-l-87 {
  padding-left: 5.4375rem;
}

.u-s-p-x-87 {
  padding-left: 5.4375rem;
  padding-right: 5.4375rem;
}

.u-s-p-y-87 {
  padding-top: 5.4375rem;
  padding-bottom: 5.4375rem;
}

.u-s-p-xy-87 {
  padding: 5.4375rem;
}

/* Margin with value `88`. */
.u-s-m-t-88 {
  margin-top: 5.5rem;
}

.u-s-m-r-88 {
  margin-right: 5.5rem;
}

.u-s-m-b-88 {
  margin-bottom: 5.5rem;
}

.u-s-m-l-88 {
  margin-left: 5.5rem;
}

.u-s-m-x-88 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.u-s-m-y-88 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.u-s-m-xy-88 {
  margin: 5.5rem;
}

/* Padding with value `88`. */
.u-s-p-t-88 {
  padding-top: 5.5rem;
}

.u-s-p-r-88 {
  padding-right: 5.5rem;
}

.u-s-p-b-88 {
  padding-bottom: 5.5rem;
}

.u-s-p-l-88 {
  padding-left: 5.5rem;
}

.u-s-p-x-88 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.u-s-p-y-88 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.u-s-p-xy-88 {
  padding: 5.5rem;
}

/* Margin with value `89`. */
.u-s-m-t-89 {
  margin-top: 5.5625rem;
}

.u-s-m-r-89 {
  margin-right: 5.5625rem;
}

.u-s-m-b-89 {
  margin-bottom: 5.5625rem;
}

.u-s-m-l-89 {
  margin-left: 5.5625rem;
}

.u-s-m-x-89 {
  margin-left: 5.5625rem;
  margin-right: 5.5625rem;
}

.u-s-m-y-89 {
  margin-top: 5.5625rem;
  margin-bottom: 5.5625rem;
}

.u-s-m-xy-89 {
  margin: 5.5625rem;
}

/* Padding with value `89`. */
.u-s-p-t-89 {
  padding-top: 5.5625rem;
}

.u-s-p-r-89 {
  padding-right: 5.5625rem;
}

.u-s-p-b-89 {
  padding-bottom: 5.5625rem;
}

.u-s-p-l-89 {
  padding-left: 5.5625rem;
}

.u-s-p-x-89 {
  padding-left: 5.5625rem;
  padding-right: 5.5625rem;
}

.u-s-p-y-89 {
  padding-top: 5.5625rem;
  padding-bottom: 5.5625rem;
}

.u-s-p-xy-89 {
  padding: 5.5625rem;
}

/* Margin with value `90`. */
.u-s-m-t-90 {
  margin-top: 5.625rem;
}

.u-s-m-r-90 {
  margin-right: 5.625rem;
}

.u-s-m-b-90 {
  margin-bottom: 5.625rem;
}

.u-s-m-l-90 {
  margin-left: 5.625rem;
}

.u-s-m-x-90 {
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

.u-s-m-y-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.u-s-m-xy-90 {
  margin: 5.625rem;
}

/* Padding with value `90`. */
.u-s-p-t-90 {
  padding-top: 5.625rem;
}

.u-s-p-r-90 {
  padding-right: 5.625rem;
}

.u-s-p-b-90 {
  padding-bottom: 5.625rem;
}

.u-s-p-l-90 {
  padding-left: 5.625rem;
}

.u-s-p-x-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.u-s-p-y-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.u-s-p-xy-90 {
  padding: 5.625rem;
}

/* Margin with value `91`. */
.u-s-m-t-91 {
  margin-top: 5.6875rem;
}

.u-s-m-r-91 {
  margin-right: 5.6875rem;
}

.u-s-m-b-91 {
  margin-bottom: 5.6875rem;
}

.u-s-m-l-91 {
  margin-left: 5.6875rem;
}

.u-s-m-x-91 {
  margin-left: 5.6875rem;
  margin-right: 5.6875rem;
}

.u-s-m-y-91 {
  margin-top: 5.6875rem;
  margin-bottom: 5.6875rem;
}

.u-s-m-xy-91 {
  margin: 5.6875rem;
}

/* Padding with value `91`. */
.u-s-p-t-91 {
  padding-top: 5.6875rem;
}

.u-s-p-r-91 {
  padding-right: 5.6875rem;
}

.u-s-p-b-91 {
  padding-bottom: 5.6875rem;
}

.u-s-p-l-91 {
  padding-left: 5.6875rem;
}

.u-s-p-x-91 {
  padding-left: 5.6875rem;
  padding-right: 5.6875rem;
}

.u-s-p-y-91 {
  padding-top: 5.6875rem;
  padding-bottom: 5.6875rem;
}

.u-s-p-xy-91 {
  padding: 5.6875rem;
}

/* Margin with value `92`. */
.u-s-m-t-92 {
  margin-top: 5.75rem;
}

.u-s-m-r-92 {
  margin-right: 5.75rem;
}

.u-s-m-b-92 {
  margin-bottom: 5.75rem;
}

.u-s-m-l-92 {
  margin-left: 5.75rem;
}

.u-s-m-x-92 {
  margin-left: 5.75rem;
  margin-right: 5.75rem;
}

.u-s-m-y-92 {
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
}

.u-s-m-xy-92 {
  margin: 5.75rem;
}

/* Padding with value `92`. */
.u-s-p-t-92 {
  padding-top: 5.75rem;
}

.u-s-p-r-92 {
  padding-right: 5.75rem;
}

.u-s-p-b-92 {
  padding-bottom: 5.75rem;
}

.u-s-p-l-92 {
  padding-left: 5.75rem;
}

.u-s-p-x-92 {
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}

.u-s-p-y-92 {
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}

.u-s-p-xy-92 {
  padding: 5.75rem;
}

/* Margin with value `93`. */
.u-s-m-t-93 {
  margin-top: 5.8125rem;
}

.u-s-m-r-93 {
  margin-right: 5.8125rem;
}

.u-s-m-b-93 {
  margin-bottom: 5.8125rem;
}

.u-s-m-l-93 {
  margin-left: 5.8125rem;
}

.u-s-m-x-93 {
  margin-left: 5.8125rem;
  margin-right: 5.8125rem;
}

.u-s-m-y-93 {
  margin-top: 5.8125rem;
  margin-bottom: 5.8125rem;
}

.u-s-m-xy-93 {
  margin: 5.8125rem;
}

/* Padding with value `93`. */
.u-s-p-t-93 {
  padding-top: 5.8125rem;
}

.u-s-p-r-93 {
  padding-right: 5.8125rem;
}

.u-s-p-b-93 {
  padding-bottom: 5.8125rem;
}

.u-s-p-l-93 {
  padding-left: 5.8125rem;
}

.u-s-p-x-93 {
  padding-left: 5.8125rem;
  padding-right: 5.8125rem;
}

.u-s-p-y-93 {
  padding-top: 5.8125rem;
  padding-bottom: 5.8125rem;
}

.u-s-p-xy-93 {
  padding: 5.8125rem;
}

/* Margin with value `94`. */
.u-s-m-t-94 {
  margin-top: 5.875rem;
}

.u-s-m-r-94 {
  margin-right: 5.875rem;
}

.u-s-m-b-94 {
  margin-bottom: 5.875rem;
}

.u-s-m-l-94 {
  margin-left: 5.875rem;
}

.u-s-m-x-94 {
  margin-left: 5.875rem;
  margin-right: 5.875rem;
}

.u-s-m-y-94 {
  margin-top: 5.875rem;
  margin-bottom: 5.875rem;
}

.u-s-m-xy-94 {
  margin: 5.875rem;
}

/* Padding with value `94`. */
.u-s-p-t-94 {
  padding-top: 5.875rem;
}

.u-s-p-r-94 {
  padding-right: 5.875rem;
}

.u-s-p-b-94 {
  padding-bottom: 5.875rem;
}

.u-s-p-l-94 {
  padding-left: 5.875rem;
}

.u-s-p-x-94 {
  padding-left: 5.875rem;
  padding-right: 5.875rem;
}

.u-s-p-y-94 {
  padding-top: 5.875rem;
  padding-bottom: 5.875rem;
}

.u-s-p-xy-94 {
  padding: 5.875rem;
}

/* Margin with value `95`. */
.u-s-m-t-95 {
  margin-top: 5.9375rem;
}

.u-s-m-r-95 {
  margin-right: 5.9375rem;
}

.u-s-m-b-95 {
  margin-bottom: 5.9375rem;
}

.u-s-m-l-95 {
  margin-left: 5.9375rem;
}

.u-s-m-x-95 {
  margin-left: 5.9375rem;
  margin-right: 5.9375rem;
}

.u-s-m-y-95 {
  margin-top: 5.9375rem;
  margin-bottom: 5.9375rem;
}

.u-s-m-xy-95 {
  margin: 5.9375rem;
}

/* Padding with value `95`. */
.u-s-p-t-95 {
  padding-top: 5.9375rem;
}

.u-s-p-r-95 {
  padding-right: 5.9375rem;
}

.u-s-p-b-95 {
  padding-bottom: 5.9375rem;
}

.u-s-p-l-95 {
  padding-left: 5.9375rem;
}

.u-s-p-x-95 {
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
}

.u-s-p-y-95 {
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
}

.u-s-p-xy-95 {
  padding: 5.9375rem;
}

/* Margin with value `96`. */
.u-s-m-t-96 {
  margin-top: 6rem;
}

.u-s-m-r-96 {
  margin-right: 6rem;
}

.u-s-m-b-96 {
  margin-bottom: 6rem;
}

.u-s-m-l-96 {
  margin-left: 6rem;
}

.u-s-m-x-96 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.u-s-m-y-96 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.u-s-m-xy-96 {
  margin: 6rem;
}

/* Padding with value `96`. */
.u-s-p-t-96 {
  padding-top: 6rem;
}

.u-s-p-r-96 {
  padding-right: 6rem;
}

.u-s-p-b-96 {
  padding-bottom: 6rem;
}

.u-s-p-l-96 {
  padding-left: 6rem;
}

.u-s-p-x-96 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.u-s-p-y-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.u-s-p-xy-96 {
  padding: 6rem;
}

/* Margin with value `97`. */
.u-s-m-t-97 {
  margin-top: 6.0625rem;
}

.u-s-m-r-97 {
  margin-right: 6.0625rem;
}

.u-s-m-b-97 {
  margin-bottom: 6.0625rem;
}

.u-s-m-l-97 {
  margin-left: 6.0625rem;
}

.u-s-m-x-97 {
  margin-left: 6.0625rem;
  margin-right: 6.0625rem;
}

.u-s-m-y-97 {
  margin-top: 6.0625rem;
  margin-bottom: 6.0625rem;
}

.u-s-m-xy-97 {
  margin: 6.0625rem;
}

/* Padding with value `97`. */
.u-s-p-t-97 {
  padding-top: 6.0625rem;
}

.u-s-p-r-97 {
  padding-right: 6.0625rem;
}

.u-s-p-b-97 {
  padding-bottom: 6.0625rem;
}

.u-s-p-l-97 {
  padding-left: 6.0625rem;
}

.u-s-p-x-97 {
  padding-left: 6.0625rem;
  padding-right: 6.0625rem;
}

.u-s-p-y-97 {
  padding-top: 6.0625rem;
  padding-bottom: 6.0625rem;
}

.u-s-p-xy-97 {
  padding: 6.0625rem;
}

/* Margin with value `98`. */
.u-s-m-t-98 {
  margin-top: 6.125rem;
}

.u-s-m-r-98 {
  margin-right: 6.125rem;
}

.u-s-m-b-98 {
  margin-bottom: 6.125rem;
}

.u-s-m-l-98 {
  margin-left: 6.125rem;
}

.u-s-m-x-98 {
  margin-left: 6.125rem;
  margin-right: 6.125rem;
}

.u-s-m-y-98 {
  margin-top: 6.125rem;
  margin-bottom: 6.125rem;
}

.u-s-m-xy-98 {
  margin: 6.125rem;
}

/* Padding with value `98`. */
.u-s-p-t-98 {
  padding-top: 6.125rem;
}

.u-s-p-r-98 {
  padding-right: 6.125rem;
}

.u-s-p-b-98 {
  padding-bottom: 6.125rem;
}

.u-s-p-l-98 {
  padding-left: 6.125rem;
}

.u-s-p-x-98 {
  padding-left: 6.125rem;
  padding-right: 6.125rem;
}

.u-s-p-y-98 {
  padding-top: 6.125rem;
  padding-bottom: 6.125rem;
}

.u-s-p-xy-98 {
  padding: 6.125rem;
}

/* Margin with value `99`. */
.u-s-m-t-99 {
  margin-top: 6.1875rem;
}

.u-s-m-r-99 {
  margin-right: 6.1875rem;
}

.u-s-m-b-99 {
  margin-bottom: 6.1875rem;
}

.u-s-m-l-99 {
  margin-left: 6.1875rem;
}

.u-s-m-x-99 {
  margin-left: 6.1875rem;
  margin-right: 6.1875rem;
}

.u-s-m-y-99 {
  margin-top: 6.1875rem;
  margin-bottom: 6.1875rem;
}

.u-s-m-xy-99 {
  margin: 6.1875rem;
}

/* Padding with value `99`. */
.u-s-p-t-99 {
  padding-top: 6.1875rem;
}

.u-s-p-r-99 {
  padding-right: 6.1875rem;
}

.u-s-p-b-99 {
  padding-bottom: 6.1875rem;
}

.u-s-p-l-99 {
  padding-left: 6.1875rem;
}

.u-s-p-x-99 {
  padding-left: 6.1875rem;
  padding-right: 6.1875rem;
}

.u-s-p-y-99 {
  padding-top: 6.1875rem;
  padding-bottom: 6.1875rem;
}

.u-s-p-xy-99 {
  padding: 6.1875rem;
}

/* Margin with value `100`. */
.u-s-m-t-100 {
  margin-top: 6.25rem;
}

.u-s-m-r-100 {
  margin-right: 6.25rem;
}

.u-s-m-b-100 {
  margin-bottom: 6.25rem;
}

.u-s-m-l-100 {
  margin-left: 6.25rem;
}

.u-s-m-x-100 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.u-s-m-y-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.u-s-m-xy-100 {
  margin: 6.25rem;
}

/* Padding with value `100`. */
.u-s-p-t-100 {
  padding-top: 6.25rem;
}

.u-s-p-r-100 {
  padding-right: 6.25rem;
}

.u-s-p-b-100 {
  padding-bottom: 6.25rem;
}

.u-s-p-l-100 {
  padding-left: 6.25rem;
}

.u-s-p-x-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.u-s-p-y-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.u-s-p-xy-100 {
  padding: 6.25rem;
}

/* Margin with value `101`. */
.u-s-m-t-101 {
  margin-top: 6.3125rem;
}

.u-s-m-r-101 {
  margin-right: 6.3125rem;
}

.u-s-m-b-101 {
  margin-bottom: 6.3125rem;
}

.u-s-m-l-101 {
  margin-left: 6.3125rem;
}

.u-s-m-x-101 {
  margin-left: 6.3125rem;
  margin-right: 6.3125rem;
}

.u-s-m-y-101 {
  margin-top: 6.3125rem;
  margin-bottom: 6.3125rem;
}

.u-s-m-xy-101 {
  margin: 6.3125rem;
}

/* Padding with value `101`. */
.u-s-p-t-101 {
  padding-top: 6.3125rem;
}

.u-s-p-r-101 {
  padding-right: 6.3125rem;
}

.u-s-p-b-101 {
  padding-bottom: 6.3125rem;
}

.u-s-p-l-101 {
  padding-left: 6.3125rem;
}

.u-s-p-x-101 {
  padding-left: 6.3125rem;
  padding-right: 6.3125rem;
}

.u-s-p-y-101 {
  padding-top: 6.3125rem;
  padding-bottom: 6.3125rem;
}

.u-s-p-xy-101 {
  padding: 6.3125rem;
}

/* Margin with value `102`. */
.u-s-m-t-102 {
  margin-top: 6.375rem;
}

.u-s-m-r-102 {
  margin-right: 6.375rem;
}

.u-s-m-b-102 {
  margin-bottom: 6.375rem;
}

.u-s-m-l-102 {
  margin-left: 6.375rem;
}

.u-s-m-x-102 {
  margin-left: 6.375rem;
  margin-right: 6.375rem;
}

.u-s-m-y-102 {
  margin-top: 6.375rem;
  margin-bottom: 6.375rem;
}

.u-s-m-xy-102 {
  margin: 6.375rem;
}

/* Padding with value `102`. */
.u-s-p-t-102 {
  padding-top: 6.375rem;
}

.u-s-p-r-102 {
  padding-right: 6.375rem;
}

.u-s-p-b-102 {
  padding-bottom: 6.375rem;
}

.u-s-p-l-102 {
  padding-left: 6.375rem;
}

.u-s-p-x-102 {
  padding-left: 6.375rem;
  padding-right: 6.375rem;
}

.u-s-p-y-102 {
  padding-top: 6.375rem;
  padding-bottom: 6.375rem;
}

.u-s-p-xy-102 {
  padding: 6.375rem;
}

/* Margin with value `103`. */
.u-s-m-t-103 {
  margin-top: 6.4375rem;
}

.u-s-m-r-103 {
  margin-right: 6.4375rem;
}

.u-s-m-b-103 {
  margin-bottom: 6.4375rem;
}

.u-s-m-l-103 {
  margin-left: 6.4375rem;
}

.u-s-m-x-103 {
  margin-left: 6.4375rem;
  margin-right: 6.4375rem;
}

.u-s-m-y-103 {
  margin-top: 6.4375rem;
  margin-bottom: 6.4375rem;
}

.u-s-m-xy-103 {
  margin: 6.4375rem;
}

/* Padding with value `103`. */
.u-s-p-t-103 {
  padding-top: 6.4375rem;
}

.u-s-p-r-103 {
  padding-right: 6.4375rem;
}

.u-s-p-b-103 {
  padding-bottom: 6.4375rem;
}

.u-s-p-l-103 {
  padding-left: 6.4375rem;
}

.u-s-p-x-103 {
  padding-left: 6.4375rem;
  padding-right: 6.4375rem;
}

.u-s-p-y-103 {
  padding-top: 6.4375rem;
  padding-bottom: 6.4375rem;
}

.u-s-p-xy-103 {
  padding: 6.4375rem;
}

/* Margin with value `104`. */
.u-s-m-t-104 {
  margin-top: 6.5rem;
}

.u-s-m-r-104 {
  margin-right: 6.5rem;
}

.u-s-m-b-104 {
  margin-bottom: 6.5rem;
}

.u-s-m-l-104 {
  margin-left: 6.5rem;
}

.u-s-m-x-104 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.u-s-m-y-104 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.u-s-m-xy-104 {
  margin: 6.5rem;
}

/* Padding with value `104`. */
.u-s-p-t-104 {
  padding-top: 6.5rem;
}

.u-s-p-r-104 {
  padding-right: 6.5rem;
}

.u-s-p-b-104 {
  padding-bottom: 6.5rem;
}

.u-s-p-l-104 {
  padding-left: 6.5rem;
}

.u-s-p-x-104 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.u-s-p-y-104 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.u-s-p-xy-104 {
  padding: 6.5rem;
}

/* Margin with value `105`. */
.u-s-m-t-105 {
  margin-top: 6.5625rem;
}

.u-s-m-r-105 {
  margin-right: 6.5625rem;
}

.u-s-m-b-105 {
  margin-bottom: 6.5625rem;
}

.u-s-m-l-105 {
  margin-left: 6.5625rem;
}

.u-s-m-x-105 {
  margin-left: 6.5625rem;
  margin-right: 6.5625rem;
}

.u-s-m-y-105 {
  margin-top: 6.5625rem;
  margin-bottom: 6.5625rem;
}

.u-s-m-xy-105 {
  margin: 6.5625rem;
}

/* Padding with value `105`. */
.u-s-p-t-105 {
  padding-top: 6.5625rem;
}

.u-s-p-r-105 {
  padding-right: 6.5625rem;
}

.u-s-p-b-105 {
  padding-bottom: 6.5625rem;
}

.u-s-p-l-105 {
  padding-left: 6.5625rem;
}

.u-s-p-x-105 {
  padding-left: 6.5625rem;
  padding-right: 6.5625rem;
}

.u-s-p-y-105 {
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem;
}

.u-s-p-xy-105 {
  padding: 6.5625rem;
}

/* Margin with value `106`. */
.u-s-m-t-106 {
  margin-top: 6.625rem;
}

.u-s-m-r-106 {
  margin-right: 6.625rem;
}

.u-s-m-b-106 {
  margin-bottom: 6.625rem;
}

.u-s-m-l-106 {
  margin-left: 6.625rem;
}

.u-s-m-x-106 {
  margin-left: 6.625rem;
  margin-right: 6.625rem;
}

.u-s-m-y-106 {
  margin-top: 6.625rem;
  margin-bottom: 6.625rem;
}

.u-s-m-xy-106 {
  margin: 6.625rem;
}

/* Padding with value `106`. */
.u-s-p-t-106 {
  padding-top: 6.625rem;
}

.u-s-p-r-106 {
  padding-right: 6.625rem;
}

.u-s-p-b-106 {
  padding-bottom: 6.625rem;
}

.u-s-p-l-106 {
  padding-left: 6.625rem;
}

.u-s-p-x-106 {
  padding-left: 6.625rem;
  padding-right: 6.625rem;
}

.u-s-p-y-106 {
  padding-top: 6.625rem;
  padding-bottom: 6.625rem;
}

.u-s-p-xy-106 {
  padding: 6.625rem;
}

/* Margin with value `107`. */
.u-s-m-t-107 {
  margin-top: 6.6875rem;
}

.u-s-m-r-107 {
  margin-right: 6.6875rem;
}

.u-s-m-b-107 {
  margin-bottom: 6.6875rem;
}

.u-s-m-l-107 {
  margin-left: 6.6875rem;
}

.u-s-m-x-107 {
  margin-left: 6.6875rem;
  margin-right: 6.6875rem;
}

.u-s-m-y-107 {
  margin-top: 6.6875rem;
  margin-bottom: 6.6875rem;
}

.u-s-m-xy-107 {
  margin: 6.6875rem;
}

/* Padding with value `107`. */
.u-s-p-t-107 {
  padding-top: 6.6875rem;
}

.u-s-p-r-107 {
  padding-right: 6.6875rem;
}

.u-s-p-b-107 {
  padding-bottom: 6.6875rem;
}

.u-s-p-l-107 {
  padding-left: 6.6875rem;
}

.u-s-p-x-107 {
  padding-left: 6.6875rem;
  padding-right: 6.6875rem;
}

.u-s-p-y-107 {
  padding-top: 6.6875rem;
  padding-bottom: 6.6875rem;
}

.u-s-p-xy-107 {
  padding: 6.6875rem;
}

/* Margin with value `108`. */
.u-s-m-t-108 {
  margin-top: 6.75rem;
}

.u-s-m-r-108 {
  margin-right: 6.75rem;
}

.u-s-m-b-108 {
  margin-bottom: 6.75rem;
}

.u-s-m-l-108 {
  margin-left: 6.75rem;
}

.u-s-m-x-108 {
  margin-left: 6.75rem;
  margin-right: 6.75rem;
}

.u-s-m-y-108 {
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

.u-s-m-xy-108 {
  margin: 6.75rem;
}

/* Padding with value `108`. */
.u-s-p-t-108 {
  padding-top: 6.75rem;
}

.u-s-p-r-108 {
  padding-right: 6.75rem;
}

.u-s-p-b-108 {
  padding-bottom: 6.75rem;
}

.u-s-p-l-108 {
  padding-left: 6.75rem;
}

.u-s-p-x-108 {
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

.u-s-p-y-108 {
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

.u-s-p-xy-108 {
  padding: 6.75rem;
}

/* Margin with value `109`. */
.u-s-m-t-109 {
  margin-top: 6.8125rem;
}

.u-s-m-r-109 {
  margin-right: 6.8125rem;
}

.u-s-m-b-109 {
  margin-bottom: 6.8125rem;
}

.u-s-m-l-109 {
  margin-left: 6.8125rem;
}

.u-s-m-x-109 {
  margin-left: 6.8125rem;
  margin-right: 6.8125rem;
}

.u-s-m-y-109 {
  margin-top: 6.8125rem;
  margin-bottom: 6.8125rem;
}

.u-s-m-xy-109 {
  margin: 6.8125rem;
}

/* Padding with value `109`. */
.u-s-p-t-109 {
  padding-top: 6.8125rem;
}

.u-s-p-r-109 {
  padding-right: 6.8125rem;
}

.u-s-p-b-109 {
  padding-bottom: 6.8125rem;
}

.u-s-p-l-109 {
  padding-left: 6.8125rem;
}

.u-s-p-x-109 {
  padding-left: 6.8125rem;
  padding-right: 6.8125rem;
}

.u-s-p-y-109 {
  padding-top: 6.8125rem;
  padding-bottom: 6.8125rem;
}

.u-s-p-xy-109 {
  padding: 6.8125rem;
}

/* Margin with value `110`. */
.u-s-m-t-110 {
  margin-top: 6.875rem;
}

.u-s-m-r-110 {
  margin-right: 6.875rem;
}

.u-s-m-b-110 {
  margin-bottom: 6.875rem;
}

.u-s-m-l-110 {
  margin-left: 6.875rem;
}

.u-s-m-x-110 {
  margin-left: 6.875rem;
  margin-right: 6.875rem;
}

.u-s-m-y-110 {
  margin-top: 6.875rem;
  margin-bottom: 6.875rem;
}

.u-s-m-xy-110 {
  margin: 6.875rem;
}

/* Padding with value `110`. */
.u-s-p-t-110 {
  padding-top: 6.875rem;
}

.u-s-p-r-110 {
  padding-right: 6.875rem;
}

.u-s-p-b-110 {
  padding-bottom: 6.875rem;
}

.u-s-p-l-110 {
  padding-left: 6.875rem;
}

.u-s-p-x-110 {
  padding-left: 6.875rem;
  padding-right: 6.875rem;
}

.u-s-p-y-110 {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.u-s-p-xy-110 {
  padding: 6.875rem;
}

/* Margin with value `111`. */
.u-s-m-t-111 {
  margin-top: 6.9375rem;
}

.u-s-m-r-111 {
  margin-right: 6.9375rem;
}

.u-s-m-b-111 {
  margin-bottom: 6.9375rem;
}

.u-s-m-l-111 {
  margin-left: 6.9375rem;
}

.u-s-m-x-111 {
  margin-left: 6.9375rem;
  margin-right: 6.9375rem;
}

.u-s-m-y-111 {
  margin-top: 6.9375rem;
  margin-bottom: 6.9375rem;
}

.u-s-m-xy-111 {
  margin: 6.9375rem;
}

/* Padding with value `111`. */
.u-s-p-t-111 {
  padding-top: 6.9375rem;
}

.u-s-p-r-111 {
  padding-right: 6.9375rem;
}

.u-s-p-b-111 {
  padding-bottom: 6.9375rem;
}

.u-s-p-l-111 {
  padding-left: 6.9375rem;
}

.u-s-p-x-111 {
  padding-left: 6.9375rem;
  padding-right: 6.9375rem;
}

.u-s-p-y-111 {
  padding-top: 6.9375rem;
  padding-bottom: 6.9375rem;
}

.u-s-p-xy-111 {
  padding: 6.9375rem;
}

/* Margin with value `112`. */
.u-s-m-t-112 {
  margin-top: 7rem;
}

.u-s-m-r-112 {
  margin-right: 7rem;
}

.u-s-m-b-112 {
  margin-bottom: 7rem;
}

.u-s-m-l-112 {
  margin-left: 7rem;
}

.u-s-m-x-112 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.u-s-m-y-112 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.u-s-m-xy-112 {
  margin: 7rem;
}

/* Padding with value `112`. */
.u-s-p-t-112 {
  padding-top: 7rem;
}

.u-s-p-r-112 {
  padding-right: 7rem;
}

.u-s-p-b-112 {
  padding-bottom: 7rem;
}

.u-s-p-l-112 {
  padding-left: 7rem;
}

.u-s-p-x-112 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.u-s-p-y-112 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.u-s-p-xy-112 {
  padding: 7rem;
}

/* Margin with value `113`. */
.u-s-m-t-113 {
  margin-top: 7.0625rem;
}

.u-s-m-r-113 {
  margin-right: 7.0625rem;
}

.u-s-m-b-113 {
  margin-bottom: 7.0625rem;
}

.u-s-m-l-113 {
  margin-left: 7.0625rem;
}

.u-s-m-x-113 {
  margin-left: 7.0625rem;
  margin-right: 7.0625rem;
}

.u-s-m-y-113 {
  margin-top: 7.0625rem;
  margin-bottom: 7.0625rem;
}

.u-s-m-xy-113 {
  margin: 7.0625rem;
}

/* Padding with value `113`. */
.u-s-p-t-113 {
  padding-top: 7.0625rem;
}

.u-s-p-r-113 {
  padding-right: 7.0625rem;
}

.u-s-p-b-113 {
  padding-bottom: 7.0625rem;
}

.u-s-p-l-113 {
  padding-left: 7.0625rem;
}

.u-s-p-x-113 {
  padding-left: 7.0625rem;
  padding-right: 7.0625rem;
}

.u-s-p-y-113 {
  padding-top: 7.0625rem;
  padding-bottom: 7.0625rem;
}

.u-s-p-xy-113 {
  padding: 7.0625rem;
}

/* Margin with value `114`. */
.u-s-m-t-114 {
  margin-top: 7.125rem;
}

.u-s-m-r-114 {
  margin-right: 7.125rem;
}

.u-s-m-b-114 {
  margin-bottom: 7.125rem;
}

.u-s-m-l-114 {
  margin-left: 7.125rem;
}

.u-s-m-x-114 {
  margin-left: 7.125rem;
  margin-right: 7.125rem;
}

.u-s-m-y-114 {
  margin-top: 7.125rem;
  margin-bottom: 7.125rem;
}

.u-s-m-xy-114 {
  margin: 7.125rem;
}

/* Padding with value `114`. */
.u-s-p-t-114 {
  padding-top: 7.125rem;
}

.u-s-p-r-114 {
  padding-right: 7.125rem;
}

.u-s-p-b-114 {
  padding-bottom: 7.125rem;
}

.u-s-p-l-114 {
  padding-left: 7.125rem;
}

.u-s-p-x-114 {
  padding-left: 7.125rem;
  padding-right: 7.125rem;
}

.u-s-p-y-114 {
  padding-top: 7.125rem;
  padding-bottom: 7.125rem;
}

.u-s-p-xy-114 {
  padding: 7.125rem;
}

/* Margin with value `115`. */
.u-s-m-t-115 {
  margin-top: 7.1875rem;
}

.u-s-m-r-115 {
  margin-right: 7.1875rem;
}

.u-s-m-b-115 {
  margin-bottom: 7.1875rem;
}

.u-s-m-l-115 {
  margin-left: 7.1875rem;
}

.u-s-m-x-115 {
  margin-left: 7.1875rem;
  margin-right: 7.1875rem;
}

.u-s-m-y-115 {
  margin-top: 7.1875rem;
  margin-bottom: 7.1875rem;
}

.u-s-m-xy-115 {
  margin: 7.1875rem;
}

/* Padding with value `115`. */
.u-s-p-t-115 {
  padding-top: 7.1875rem;
}

.u-s-p-r-115 {
  padding-right: 7.1875rem;
}

.u-s-p-b-115 {
  padding-bottom: 7.1875rem;
}

.u-s-p-l-115 {
  padding-left: 7.1875rem;
}

.u-s-p-x-115 {
  padding-left: 7.1875rem;
  padding-right: 7.1875rem;
}

.u-s-p-y-115 {
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem;
}

.u-s-p-xy-115 {
  padding: 7.1875rem;
}

/* Margin with value `116`. */
.u-s-m-t-116 {
  margin-top: 7.25rem;
}

.u-s-m-r-116 {
  margin-right: 7.25rem;
}

.u-s-m-b-116 {
  margin-bottom: 7.25rem;
}

.u-s-m-l-116 {
  margin-left: 7.25rem;
}

.u-s-m-x-116 {
  margin-left: 7.25rem;
  margin-right: 7.25rem;
}

.u-s-m-y-116 {
  margin-top: 7.25rem;
  margin-bottom: 7.25rem;
}

.u-s-m-xy-116 {
  margin: 7.25rem;
}

/* Padding with value `116`. */
.u-s-p-t-116 {
  padding-top: 7.25rem;
}

.u-s-p-r-116 {
  padding-right: 7.25rem;
}

.u-s-p-b-116 {
  padding-bottom: 7.25rem;
}

.u-s-p-l-116 {
  padding-left: 7.25rem;
}

.u-s-p-x-116 {
  padding-left: 7.25rem;
  padding-right: 7.25rem;
}

.u-s-p-y-116 {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
}

.u-s-p-xy-116 {
  padding: 7.25rem;
}

/* Margin with value `117`. */
.u-s-m-t-117 {
  margin-top: 7.3125rem;
}

.u-s-m-r-117 {
  margin-right: 7.3125rem;
}

.u-s-m-b-117 {
  margin-bottom: 7.3125rem;
}

.u-s-m-l-117 {
  margin-left: 7.3125rem;
}

.u-s-m-x-117 {
  margin-left: 7.3125rem;
  margin-right: 7.3125rem;
}

.u-s-m-y-117 {
  margin-top: 7.3125rem;
  margin-bottom: 7.3125rem;
}

.u-s-m-xy-117 {
  margin: 7.3125rem;
}

/* Padding with value `117`. */
.u-s-p-t-117 {
  padding-top: 7.3125rem;
}

.u-s-p-r-117 {
  padding-right: 7.3125rem;
}

.u-s-p-b-117 {
  padding-bottom: 7.3125rem;
}

.u-s-p-l-117 {
  padding-left: 7.3125rem;
}

.u-s-p-x-117 {
  padding-left: 7.3125rem;
  padding-right: 7.3125rem;
}

.u-s-p-y-117 {
  padding-top: 7.3125rem;
  padding-bottom: 7.3125rem;
}

.u-s-p-xy-117 {
  padding: 7.3125rem;
}

/* Margin with value `118`. */
.u-s-m-t-118 {
  margin-top: 7.375rem;
}

.u-s-m-r-118 {
  margin-right: 7.375rem;
}

.u-s-m-b-118 {
  margin-bottom: 7.375rem;
}

.u-s-m-l-118 {
  margin-left: 7.375rem;
}

.u-s-m-x-118 {
  margin-left: 7.375rem;
  margin-right: 7.375rem;
}

.u-s-m-y-118 {
  margin-top: 7.375rem;
  margin-bottom: 7.375rem;
}

.u-s-m-xy-118 {
  margin: 7.375rem;
}

/* Padding with value `118`. */
.u-s-p-t-118 {
  padding-top: 7.375rem;
}

.u-s-p-r-118 {
  padding-right: 7.375rem;
}

.u-s-p-b-118 {
  padding-bottom: 7.375rem;
}

.u-s-p-l-118 {
  padding-left: 7.375rem;
}

.u-s-p-x-118 {
  padding-left: 7.375rem;
  padding-right: 7.375rem;
}

.u-s-p-y-118 {
  padding-top: 7.375rem;
  padding-bottom: 7.375rem;
}

.u-s-p-xy-118 {
  padding: 7.375rem;
}

/* Margin with value `119`. */
.u-s-m-t-119 {
  margin-top: 7.4375rem;
}

.u-s-m-r-119 {
  margin-right: 7.4375rem;
}

.u-s-m-b-119 {
  margin-bottom: 7.4375rem;
}

.u-s-m-l-119 {
  margin-left: 7.4375rem;
}

.u-s-m-x-119 {
  margin-left: 7.4375rem;
  margin-right: 7.4375rem;
}

.u-s-m-y-119 {
  margin-top: 7.4375rem;
  margin-bottom: 7.4375rem;
}

.u-s-m-xy-119 {
  margin: 7.4375rem;
}

/* Padding with value `119`. */
.u-s-p-t-119 {
  padding-top: 7.4375rem;
}

.u-s-p-r-119 {
  padding-right: 7.4375rem;
}

.u-s-p-b-119 {
  padding-bottom: 7.4375rem;
}

.u-s-p-l-119 {
  padding-left: 7.4375rem;
}

.u-s-p-x-119 {
  padding-left: 7.4375rem;
  padding-right: 7.4375rem;
}

.u-s-p-y-119 {
  padding-top: 7.4375rem;
  padding-bottom: 7.4375rem;
}

.u-s-p-xy-119 {
  padding: 7.4375rem;
}

/* Margin with value `120`. */
.u-s-m-t-120 {
  margin-top: 7.5rem;
}

.u-s-m-r-120 {
  margin-right: 7.5rem;
}

.u-s-m-b-120 {
  margin-bottom: 7.5rem;
}

.u-s-m-l-120 {
  margin-left: 7.5rem;
}

.u-s-m-x-120 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.u-s-m-y-120 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.u-s-m-xy-120 {
  margin: 7.5rem;
}

/* Padding with value `120`. */
.u-s-p-t-120 {
  padding-top: 7.5rem;
}

.u-s-p-r-120 {
  padding-right: 7.5rem;
}

.u-s-p-b-120 {
  padding-bottom: 7.5rem;
}

.u-s-p-l-120 {
  padding-left: 7.5rem;
}

.u-s-p-x-120 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

@media (max-width: 1700px) {
  .u-s-p-x-120 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 1600px) {
  .u-s-p-x-120 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media (max-width: 1400px) {
  .u-s-p-x-120 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .u-s-p-x-60 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .u-s-p-x-50 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
.u-s-p-y-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.u-s-p-xy-120 {
  padding: 7.5rem;
}

.u-s-p-b-140 {
  padding-bottom: 8.8rem;
}

.u-s-m-y-140 {
  margin-top: 8.8rem;
  margin-bottom: 8.8rem;
}

.u-s-p-y-140 {
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}

.u-s-p-x-140 {
  padding-left: 8.8rem;
  padding-right: 8.8rem;
}

@media screen and (max-width: 991px) {
  .mo-u-s-m-x-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media screen and (max-width: 991px) {
  .mo-u-s-p-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .mo-u-s-m-b-16 {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 991px) {
  .mo-u-s-m-b-12 {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .mo-u-s-m-b-20 {
    margin-bottom: 20px !important;
  }
}

/*--------------------------------------------------------------
6.0 Header
--------------------------------------------------------------*/
.header-wrapper {
  position: relative;
}

.header--style-1 {
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .header--style-1 {
    position: fixed;
    background-color: #fff;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}
.header--style-1 .main-logo span {
  color: #555 !important;
}
.header--style-1 .menu-init .ah-list a {
  color: #222 !important;
}
.header--style-1 .menu-init .ah-list .btn--e-new-login {
  color: #fff !important;
}
.header--style-1 .menu-init .ah-list .mega-text {
  color: #222;
}

.header--style-2 {
  background-color: #242424;
}

.header--style-3 {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header--style-3 {
    position: fixed;
    background-color: #fff;
    top: 0;
  }
}
.header--style-3 .dropdown-toggle::after,
.header--style-3 .toggle-button--secondary,
.header--style-3 .u-c-brand-secondary,
.header--style-3 .u-c-brand-third,
.header--style-3 .u-c-brand-fourth,
.header--style-3 .u-c-brand {
  color: #ffffff !important;
}
.header--style-3 .main-logo .img-logo {
  height: 81px;
  width: 149px;
  background-image: url(../images/logo/logo-white.svg);
}
@media (max-width: 1024px) {
  .header--style-3 .toggle-button--secondary,
.header--style-3 .u-c-brand-secondary,
.header--style-3 .u-c-brand-third,
.header--style-3 .u-c-brand-fourth,
.header--style-3 .u-c-brand {
    color: unset !important;
  }
}
.header--style-3 .custom-circle {
  /*background-color: #fff;*/
  border-radius: 50px;
}
.header--style-3 .custom-circle a {
  color: #555 !important;
  padding: 18px;
}
.header--style-3 .custom-circle a i {
  color: #fff !important;
}

.custom-header {
  background: linear-gradient(243deg, rgb(106, 2, 2) 0%, #af1a1a 50%, #890a0a 100%);
  /*background: linear-gradient(243deg, rgba(0,0,0,1) 0%, rgba(9,9,121,1) 50%, rgba(0,86,103,1) 100%);*/
  box-shadow: 5px 10px 18px #c7c7c7;
  /*.mini-cart-shop-link,
  .toggle-button--secondary,
  .u-c-brand-secondary,
  .u-c-brand-third,
  .u-c-brand-fourth,
  .u-c-brand {
      color: $g-white !important;
  }*/
  /*#searchBar {
      padding: 2px 0;

      .container {
          background-color: $g-white !important;
          padding: 8px 10px;
          border-radius: 50px;
          width: 50%;
          margin-top: -80px;
          right: 100px;
          z-index: 777;

          @media (max-width: 1680px) {
              width: 40%;
          }

          @media (max-width: 1480px) {
              width: 30%;
          }

          @media (max-width: 1360px) {
              width: 30%;
          }

          @media (max-width: 1120px) {
              width: 30%;
          }

          @media (max-width: 1024px) {
              width: 45%;
              right: -50px;
          }


          @media (max-width: 800px) {
              position: unset;
              width: 90%;
              margin-top: 0;
              right: -20px;
          }
      }

      .input--search {
          border: unset;

          &:focus {
              outline: unset;
          }
      }

      .button--toolbar {
          background-color: transparent;

          &:hover {
              background-color: $g-brand-color-dark;
              color: $g-white;
          }
      }

      .button--search {
          margin-left: 0;
          background-color: $g-brand-color;
          border: unset;
          border-radius: 50px;

          &:hover {
              background-color: $g-brand-color-dark;
          }
      }

      .button--advanced {
          margin-left: 0;
          background-color: $g-brand-color-four;
          border: unset;
          border-radius: 50px;
          color: $g-white;

          &:hover {
              background-color: $g-brand-color-four-dark;
          }
      }

      .panel-advanced-search {
          background-color: $g-white;
      }
  }*/
}
.custom-header .u-s-p-x-120 {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media (max-width: 1680px) {
  .custom-header .u-s-p-x-120 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media (max-width: 1600px) {
  .custom-header .u-s-p-x-120 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1440px) {
  .custom-header .u-s-p-x-120 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 1400px) {
  .custom-header .u-s-p-x-120 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1366px) {
  .custom-header .u-s-p-x-120 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .custom-header .u-s-p-x-120 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.custom-header .main-logo .img-logo {
  background-image: url(../images/logo/logo-white.svg);
}
.custom-header .bg-info {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-radius: 50px;
  padding: 10px !important;
}
.custom-header .primary-nav-wrapper--border {
  border-bottom: unset;
}
@media (max-width: 1024px) {
  .custom-header {
    /*.toggle-button--secondary,*/
  }
  .custom-header .mini-cart-shop-link,
.custom-header .u-c-brand-secondary,
.custom-header .u-c-brand-third,
.custom-header .u-c-brand-fourth,
.custom-header .u-c-brand {
    color: initial !important;
  }
}
.custom-header .custom-circle {
  /*background-color: #fff;*/
  border-radius: 50px;
}
.custom-header .custom-circle a {
  color: #555;
  padding: 12px;
}
@media (max-width: 1680px) {
  .custom-header .custom-circle a {
    padding: 10px;
  }
}
@media (max-width: 1366px) {
  .custom-header .custom-circle a {
    padding: 10px;
  }
}
@media (max-width: 1280px) {
  .custom-header .custom-circle a {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  .custom-header .custom-circle a {
    padding: 8px;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .custom-header .custom-circle a {
    color: #555 !important;
  }
}
.custom-header .custom-circle a i {
  color: #fff;
  font-size: 1.75rem;
  vertical-align: sub;
}
@media (max-width: 1680px) {
  .custom-header .custom-circle a i {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1366px) {
  .custom-header .custom-circle a i {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1280px) {
  .custom-header .custom-circle a i {
    font-size: 1rem !important;
  }
}
@media (max-width: 1024px) {
  .custom-header .custom-circle a i {
    color: #555 !important;
    font-size: 1rem !important;
  }
}
.custom-header .custom-circle i {
  color: #fff;
  font-size: 1.75rem;
}
@media (max-width: 1680px) {
  .custom-header .custom-circle i {
    font-size: 1.5rem;
  }
}
@media (max-width: 1366px) {
  .custom-header .custom-circle i {
    font-size: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .custom-header .custom-circle i {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .custom-header .custom-circle i {
    color: #555 !important;
    font-size: 1rem;
  }
}
.custom-header .custom-circle .fa-sign-out-alt {
  color: #555;
}

.header--box-shadow {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
}

/* 6.1 Primary Nav */
.primary-nav-wrapper--border {
  border-bottom: 1px solid #f8f8f8;
  /*margin-bottom: 15px;*/
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  /* @media (max-width: 991px) {
       justify-content: flex-start;
   }*/
}

.main-logo {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .main-logo {
    padding-right: 10px;
  }
}
.main-logo img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .main-logo img {
    width: 90px;
  }
}
.main-logo .img-logo {
  height: 81px;
  width: 149px;
  background-image: url(../images/logo/logo.png);
  /*background-image: url(../images/logo/logo.svg);*/
}
@media (max-width: 991px) {
  .main-logo .img-logo {
    height: 70px;
    width: 128px;
  }
}

.main-form {
  position: relative;
  width: 35%;
}

#main-search {
  padding: 0 36px 0 18px;
  width: 100%;
}

.main-search-button {
  position: absolute;
  top: 70%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 18px;
}

/* 6.2 Secondary Nav */
.secondary-nav {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 60px;
  width: 100%;
  /*justify-content: space-between;*/
  align-items: center;
}

.has-superscript {
  position: relative;
}
.has-superscript:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 10px;
  padding: 1px 7px;
  color: #ffffff;
}
.has-superscript--discount20:before {
  content: "-20% OFF";
}
.has-superscript--new:before {
  content: "NEW";
}
.has-superscript--hot:before {
  content: "HOT";
}
.has-superscript--sale:before {
  content: "SALE";
}
.has-superscript--purple:before {
  background-color: #8d54ec;
}
.has-superscript--orange:before {
  background-color: #00235b;
}
.has-superscript--mud:before {
  background-color: #878a85;
}
.has-superscript--ruby:before {
  background-color: #ee1a3d;
}

@media (max-width: 991px) {
  .header--style-3 {
    /*position: relative;
    background-color: $g-brand-color-light;*/
  }
  .infoDiv {
    font-size: 10px;
    margin: 0 5px;
  }
}
#navigation {
  z-index: 999;
}
@media (max-width: 991px) {
  #navigation .toggle-button--secondary {
    margin-left: 10px;
  }
}

#navigation1 {
  z-index: 888;
}

.picInHeader .circle {
  width: 40px;
  height: 40px;
}
.picInHeader img {
  min-width: 35px !important;
  min-height: 35px !important;
}

/*=============== NAV ===============*/
.nav-mobile {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .nav-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    z-index: 998;
  }
  .nav-mobile__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    border-radius: 10px 10px 0 0;
    transition: 0.4s;
    z-index: 999;
  }
}
.nav-mobile__list, .nav-mobile__link {
  display: flex;
}
.nav-mobile__link {
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.nav-mobile__link:hover {
  color: #00235b;
}
.nav-mobile__list {
  justify-content: space-around;
  list-style: none;
  margin: 0;
}
.nav-mobile__icon {
  font-size: 1.5rem;
}

/*Active link*/
.active-link {
  position: relative;
  color: #00235b;
  transition: 0.3s;
}

#mainHeader .navbar-collapse {
  flex-grow: unset;
}
#mainHeader .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
#mainHeader #navbarSupportedContent.show {
  background-color: #fff;
}
#mainHeader #navbarSupportedContent.show ul {
  padding: 10px;
}
#mainHeader #navbarSupportedContent.show ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#mainHeader #navbarSupportedContent.show ul li a {
  color: #000 !important;
}
#mainHeader #navbarSupportedContent.show ul li .btn-sm-default {
  font-size: inherit;
  background-color: inherit;
  padding: inherit !important;
}

@media screen and (max-width: 767px) {
  .secondary-nav-wrapper {
    /*display: none;*/
  }
}
@media screen and (max-width: 767px) {
  .secondary-nav-wrapper .secondary-nav {
    height: 0;
  }
}
@media screen and (max-width: 767px) {
  .secondary-nav-wrapper #searchBar .container {
    margin-top: -55px;
  }
}
.secondary-nav-wrapper #searchBar .container .icon-filter {
  color: #00235b;
}

ul[aria-labelledby=LoginDropdown] {
  padding: 0;
}
ul[aria-labelledby=LoginDropdown] .dropdown-divider {
  margin: 0.25rem 0;
}

.notification-menu {
  max-height: 360px !important;
  min-width: 13rem;
}
.notification-menu .dropdown-header {
  padding: 0.35rem 0.5rem;
}
.notification-menu .dropdown-menu-header {
  border-bottom: 1px solid #E4E5EC;
}
.notification-menu .dropdown-item {
  white-space: unset;
}
.notification-menu .dropdown-item a {
  padding: 5px 10px;
}
.notification-menu .dropdown-item:hover .card {
  background-color: #00235b;
  color: #ffffff;
}
.notification-menu .nav-item:hover .card {
  background-color: #ff5f13;
}

/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
/* 7.1 Outer-Footer */
.outer-footer {
  padding: 30px 0;
  background-color: #000000;
  /*margin-top: 100px;*/
}
.outer-footer__content-span {
  display: block;
  color: #ffffff;
  font-size: 12px;
  margin: 0 10px;
}
.outer-footer__content-title {
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .outer-footer__content-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }
}
.outer-footer__logo-wrap {
  margin-bottom: 4px;
}
.outer-footer__text-wrap {
  margin-bottom: 6px;
}
.outer-footer__text-wrap > i {
  margin-right: 6px;
  font-size: 14px;
  color: #ffffff;
}
.outer-footer__text-wrap span {
  font-size: 14px;
  color: #ffffff;
}
.outer-footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.outer-footer__social ul > li {
  margin-right: 8px;
  margin-left: 8px;
}
.outer-footer__social ul > li > a {
  font-size: 14px;
  color: #ffffff;
  transition: color 0.6s;
}
.outer-footer__social ul > li:last-child {
  margin-right: 8px;
}
.outer-footer__list-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.outer-footer__list-wrap ul > li {
  padding: 12px 0;
}
@media screen and (max-width: 991px) {
  .outer-footer__list-wrap ul > li {
    padding: 6px 0;
  }
}
.outer-footer__list-wrap ul > li > a {
  transition: color 0.6s;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 991px) {
  .outer-footer__list-wrap ul > li > a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
  }
}
.outer-footer__list-wrap ul > li > a:hover {
  color: #ff5f13;
}
.outer-footer__list-wrap ul > li:last-child {
  margin-bottom: 0;
}

.newsletter__group {
  position: relative;
}
.newsletter__btn {
  position: absolute;
  padding: 14px;
  right: 0;
  font-weight: 600;
  font-size: 12px;
  top: 67%;
  border: none;
  transform: translateY(-50%);
  color: #fff !important;
}
.newsletter__text {
  margin-top: 10px;
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.newsletter__radio {
  margin-right: 20px;
}
.newsletter__radio .radio-box__label {
  color: #ffffff;
}
.newsletter__radio:last-child {
  margin-right: 0;
}

#newsletter {
  width: 100%;
  padding: 0 100px 0 18px;
}

/* 7.3 Lower-Footer */
.lower-footer {
  background-color: #00235b;
  padding: 10px 0;
  /*bottom: 0;
  position: absolute;
  margin-top: 50px;
  width: 100%;*/
}
.lower-footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.lower-footer__copyright, .lower-footer__payment {
  -ms-flex: 0 1 auto;
}
.lower-footer__copyright span {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .lower-footer__copyright span {
    font-size: 10px;
  }
}
.lower-footer__copyright a {
  margin: 0 1px;
  font-size: 14px;
  color: #00235b;
  transition: color 0.6s;
}
.lower-footer__copyright a:hover {
  color: #00235b;
}
.lower-footer__img img {
  display: block;
}
.lower-footer__payment ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.lower-footer__payment ul > li {
  margin-right: 8px;
  margin-left: 8px;
}
.lower-footer__payment ul > li > i {
  font-size: 25px;
  color: #ffffff;
}
.lower-footer__payment ul > li:last-child {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .lower-footer__content {
    justify-content: center;
  }
  .lower-footer__copyright {
    margin-bottom: 8px;
  }
}
.fixed-footer {
  /*position: fixed;*/
  width: 100%;
  bottom: 0;
  z-index: 99999;
}
@media (max-width: 991px) {
  .fixed-footer {
    position: unset;
  }
}

.custom-footer .outer-footer {
  background: #00235b;
}

#searchBar {
  /* Search */
  /**
  * Search Panel
  */
  /*
      .icon-filter {
          @media screen and (max-width: 991px) {
              color: #fff;
          }
      }*/
}
#searchBar .container {
  background-color: #ffffff !important;
  padding: 0 0 0 15px;
  border-radius: 50px;
  width: 50%;
  margin-top: -60px;
  z-index: 777;
  /*right: 100px;*/
  /*position: relative;*/
  line-height: 0;
  /*  @media screen and (max-width: 767px) {
      margin-top: -100px;
      height: 28px;
      left: 70px;
  }*/
}
@media (max-width: 1180px) {
  #searchBar .container {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  #searchBar .container {
    border: 1px solid #ff5f13;
    margin-top: -120px;
    position: relative;
    left: 35px;
    width: 65%;
  }
}
#searchBar .input--search {
  font-size: 1em;
  background-color: white;
  color: #777;
  border: unset;
  flex-grow: 1;
  margin: 3px;
}
@media screen and (max-width: 991px) {
  #searchBar .input--search {
    background-color: transparent;
    color: #000;
  }
}
@media all and (min-width: 37.5em) {
  #searchBar .input--search {
    font-size: 1em;
  }
}
#searchBar .input--search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 991px) {
  #searchBar .input--search::-webkit-input-placeholder {
    color: #999;
    font-size: 8px;
  }
}
#searchBar .input--search:focus {
  outline: unset;
  outline-offset: -2px;
}
#searchBar .button-group {
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
#searchBar .flexbox .button-group {
  margin-left: -1px;
}
#searchBar .button {
  display: inline-block;
  padding: 0.5em;
  border: none;
  font-size: 1em;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.05);
  color: #777;
  transition: background-color 0.3s;
  text-align: center;
}
@media all and (min-width: 37.5em) {
  #searchBar .button {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #searchBar .button {
    background-color: transparent !important;
    height: auto !important;
    color: #00235b !important;
    padding: 5px;
    padding-right: 15px;
  }
}
#searchBar .button:hover {
  background-color: #c1c1c1;
}
#searchBar .button:focus {
  outline: none;
}
#searchBar .button--toolbar {
  text-transform: lowercase;
  background-color: transparent;
}
#searchBar .button--toolbar:hover {
  background-color: transparent;
  color: #00235b;
}
#searchBar .button--advanced {
  /* @media screen and (max-width: 1024px) {
      display: none;
  }*/
}
#searchBar .button--advanced__text {
  display: none;
}
@media all and (min-width: 23em) {
  #searchBar .button--advanced__text {
    display: inline;
  }
}
#searchBar .button--search {
  background-color: #00235b;
  border: unset;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  color: white;
}
#searchBar .button--search:hover {
  background-color: #3970c3;
  color: white;
}
#searchBar .panel-advanced-search {
  margin: 0 5% 16px;
  padding: 16px;
  border: 1px solid #ff5f13;
  overflow: auto;
  border-radius: 30px;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 999;
}
@media (max-width: 767px) {
  #searchBar .panel-advanced-search {
    margin: 0 -4% 16px;
    z-index: 800;
  }
}
#searchBar .list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#searchBar .listbox {
  display: inline-block;
  max-height: 100px;
  width: 100%;
  overflow-y: scroll;
}
#searchBar .listbox::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
#searchBar .listbox::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 2px;
  background-color: transparent;
}
#searchBar .listbox::-webkit-scrollbar-thumb {
  border-radius: 2px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #00235b;
}
#searchBar .listbox li {
  margin-bottom: 8px;
}
#searchBar .listbox li:last-child {
  margin: 0;
}
@media all and (min-width: 50em) {
  #searchBar .form__actions--right {
    margin-top: 2em;
    text-align: right;
  }
}
#searchBar .date-picker {
  width: 100%;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 0.5rem;
}
#searchBar input[type=checkbox] {
  width: auto;
  margin-right: 0.3em;
}
#searchBar .is-hidden {
  display: none;
}

.header--style-1 #searchBar .input--search {
  background-color: transparent !important;
}

.main-nav-wrapper #searchBar .search-block {
  width: 400px;
}
@media screen and (max-width: 991px) {
  .main-nav-wrapper #searchBar .search-block {
    width: 220px;
    left: -25px;
    position: relative;
  }
}
@media screen and (max-width: 400px) {
  .main-nav-wrapper #searchBar .search-block {
    width: 210px;
  }
}
.main-nav-wrapper #searchBar .container {
  width: 100%;
  margin-top: unset;
}
.main-nav-wrapper #searchBar .panel-advanced-search {
  margin: 0 -15%;
  padding: 16px;
  border: 1px solid #ff5f13;
  overflow: auto;
  border-radius: 30px;
  background-color: #ffffff;
  position: absolute;
  width: 50%;
  z-index: 999;
}
@media (max-width: 991px) {
  .main-nav-wrapper #searchBar .panel-advanced-search {
    margin: 0 -8% 16px;
    z-index: 800;
    width: 65%;
  }
}

/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  .p-5, .p-4 {
    padding: 1rem !important;
  }
  .m-5 {
    margin: 1rem !important;
  }
  .mx-5, .mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-5, .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .badge u {
    text-decoration: unset;
  }
}
@media screen and (max-width: 1024px) {
  .dataTable td a {
    font-size: 8px;
  }
  .p-5, .p-4 {
    padding: 0.5rem !important;
  }
  .m-5 {
    margin: 0.5rem !important;
  }
  .mx-5, .mx-4 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-5, .px-4 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 18px;
    line-height: 24px;
  }
  h2, .h2 {
    font-size: 14px;
    line-height: 22px !important;
  }
  h4, .h4 {
    font-size: 12px;
    line-height: 18px;
  }
  .p-t-24 {
    padding-top: 8px;
  }
  .p-b-40 {
    padding-bottom: 16px;
  }
  .btn-default {
    font-size: 12px;
    line-height: 12px;
  }
  .jumbotron {
    margin-bottom: 0;
  }
  .sm-font-10 {
    font-size: 10px;
    line-height: 16px;
  }
  .sm-width-30 {
    width: 30px;
  }
  .sm-width-12 {
    width: 12px;
  }
  .sm-m-y-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .sm-p-b-24 {
    padding-bottom: 24px;
  }
  .sm-m-t-16 {
    margin-top: 16px;
  }
  .mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 4rem;
    padding: 0 2rem;
    display: grid;
    align-content: center;
    transition: 0.4s;
  }
  .sm-text-left {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
    font-size: 0.8125rem;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-left: 0;
  }
  .table td, .table th {
    padding: 0.5rem;
  }
  .table td a {
    margin: 2px 0;
  }
  .table .fa, .table .fas {
    font-size: 10px;
  }
  .font-16-mobile {
    font-size: 16px;
  }
  .mo-font-10 {
    font-size: 10px !important;
  }
  #MilistoneMainrow {
    padding-bottom: 20px;
  }
  .special-responsive-table .dropdown button {
    display: none;
  }
  .special-responsive-table .dropdown .dropdown-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    float: initial;
    padding: 0;
    margin: 0;
    border: none;
    text-align: right;
  }
  .special-responsive-table .dropdown .dropdown-menu .dropdown-item {
    border: 1px solid #00235b;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 3px !important;
    font-size: 0;
    display: inline-block;
  }
  .special-responsive-table .dropdown .dropdown-menu .dropdown-item .u-c-brand {
    font-size: 12px;
  }
  .special-responsive-table .dropdown .dropdown-menu .dropdown-item span:nth-child(2) {
    display: none;
  }
}
/* For small devices */
@media screen and (max-width: 320px) {
  .nav__name {
    display: none;
  }
  .font-16-mobile {
    font-size: 16px;
  }
}
/* For medium devices */
@media screen and (max-width: 576px) {
  .nav__list {
    justify-content: center;
    column-gap: 3rem;
  }
  .font-16-mobile {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px) {
  .nav-mobile {
    display: none;
    /*&__img {
        display: none;
    }

    &__icon {
        display: none;
    }*/
  }
  .active-link::before {
    content: "";
    position: absolute;
    bottom: -0.75rem;
    width: 4px;
    height: 4px;
    background-color: #00235b;
    border-radius: 50%;
  }
  .font-40-desktop {
    font-size: 40px;
    font-weight: 500;
  }
}
@media screen and (max-width: 991px) {
  .dialCode {
    font-size: 10px;
  }
}

@media screen and (max-width: 991px) {
  .mo-font-regist {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 16px !important;
  }
}

@media screen and (max-width: 991px) {
  .mo-font-regist-500 {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 16px !important;
  }
}

@media screen and (max-width: 991px) {
  .mo-font-regist-500-14 {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px !important;
  }
}

@media screen and (max-width: 991px) {
  .mo-font-subscribe {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  .mo-font-subscribe-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px !important;
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 991px) {
  .mo-font-14 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 991px) {
  .mo-font-21 {
    font-size: 21px !important;
  }
}

@media screen and (max-width: 991px) {
  .confirmTermsBtn {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 991px) {
  .mo-breadcrumb-font {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .subscribeBenfities .u-s-m-b-32 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .subscribeBenfities h6 {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px;
  }
}
@media screen and (max-width: 991px) {
  .subscribeBenfities .mn-higt-145 {
    min-height: 105px;
  }
}
@media screen and (max-width: 991px) {
  .subscribeBenfities .u-s-m-t-24 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 991px) {
  .subscribePackges .u-s-m-b-32 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .mo-u-s-m-y-16-24 {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .mo-u-s-m-t-8 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 991px) {
  .subscribePage .u-s-m-t-60 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 991px) {
  .subscribePage .u-s-m-b-80 {
    margin-bottom: 24px;
  }
}

/*--------------------------------------------------------------
8.0 Index-Pages:
--------------------------------------------------------------*/
.fixed-list {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 99;
  transform: translateY(-50%);
}
.fixed-list > ul {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 1.5625rem;
}
.fixed-list > ul > li > a {
  color: #222222;
  text-align: center;
  font-size: 14px;
  padding: 14px;
}
.fixed-list > ul > li > a.active {
  background-color: #00235b;
  color: #ffffff;
}
.fixed-list > ul > li:first-child > a {
  border-top-left-radius: 1.5625rem;
  border-top-right-radius: 1.5625rem;
}
.fixed-list > ul > li:last-child > a {
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}

.bg-anti-flash-white {
  background-color: #f3f3f3;
}

.white-container {
  width: 1220px;
  background-color: #ffffff;
  max-width: 100%;
  margin: 0 auto;
}

.section__intro {
  position: relative;
}

.block {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
.block__title {
  color: #222222;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.category-o {
  position: relative;
  /*border: 2px dashed #f5f5f5;*/
  border-radius: 50%;
  overflow: hidden;
}
.category-o__img-wrap {
  border-radius: 50%;
}
.category-o__img {
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.6s linear;
}
.category-o__info {
  content: "";
  position: absolute;
  z-index: 2;
  /*width: 100%;*/
  text-align: center;
  /*bottom: 40px;*/
}
.category-o__shop-now {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
}
.category-o:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.category-o:hover:before {
  opacity: 1;
}
.category-o:hover .category-o__img {
  transform: scale(1.1);
}

.tab-list {
  margin: 0;
  padding: 0;
}
.tab-list > li {
  margin-right: 8px;
  margin-bottom: 12px;
}
.tab-list > li > a {
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 16px;
  color: #222222;
}
.tab-list > li > a.active {
  border-color: #00235b;
  background-color: #00235b;
  color: #ffffff;
}
.tab-list > li:last-child {
  margin-right: 0;
}

.promotion-o {
  position: relative;
  display: block;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.promotion-o__content {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .promotion-o__content {
    transform: unset;
    top: unset;
    bottom: 0;
  }
}
.promotion-o__link {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s linear;
  display: inline-block;
}
@media (max-width: 767px) {
  .promotion-o__link {
    font-weight: unset;
    font-size: 12px;
    background-color: #00235b;
    color: #ffffff;
  }
}

.promotion-o:hover {
  transform: translateY(-6px);
}

.i3-banner {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.i3-banner:before {
  transition: all 0.6s linear;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.i3-banner__img {
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}

.i3-banner:hover:before {
  opacity: 1;
}
.i3-banner:hover .i3-banner__img {
  transform: scale(1.1);
}

.aspect--1048-334 {
  padding-bottom: 31.8702290076%;
}

.section__text-wrap {
  text-align: center;
}
.section__content {
  position: relative;
}
.section__heading {
  font-weight: 600;
  letter-spacing: -0.02rem;
  font-size: 28px;
  position: relative;
}
.section__span {
  font-size: 14px;
  display: block;
}

.collection {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.collection:before {
  transition: all 0.6s linear;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.collection__img {
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}

.collection:hover:before {
  opacity: 1;
}
.collection:hover .collection__img {
  transform: scale(1.1);
}

.aspect--1286-890 {
  padding-bottom: 69.2068429238%;
}

.filter-category-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filter__btn--style-1 {
  position: relative;
  transition: all 0.3s ease 0s;
  display: block;
  border: none;
  padding: 18px;
  font-size: 14px;
  color: #222222;
  font-weight: 600;
  background-color: transparent;
}
.filter__btn--style-1:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #00235b;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease 0s;
}
.filter__btn--style-1:hover {
  color: #00235b;
}
.filter__btn--style-1:hover:before {
  width: 100%;
}
.filter__btn--style-1.js-checked {
  color: #00235b;
}
.filter__btn--style-1.js-checked:before {
  width: 100%;
}

.filter__btn--style-2 {
  transition: all 0.3s ease 0s;
  display: block;
  padding: 15px 27px;
  margin: 0 8px 10px;
  border: 2px solid #f7f7f9;
  font-size: 12px;
  color: #000000;
  background-color: transparent;
}
.filter__btn--style-2:hover {
  border-color: #00235b;
  color: #222222;
}
.filter__btn--style-2.js-checked {
  border-color: #00235b;
  color: #222222;
}

.load-more {
  text-align: center;
  padding: 40px 0;
}
.load-more > button {
  padding: 22px 56px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}

.banner-bg {
  padding: 7em 0;
  position: relative;
  background: #f5f5f5 url("../images/banners/banner-bg.jpg") repeat fixed center center;
  background-size: cover;
}
.banner-bg__wrap {
  text-align: center;
}
.banner-bg__text-block {
  display: block;
}
.banner-bg__text-1 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 58px;
}
.banner-bg__text-2 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 31px;
}
.banner-bg__text-3 {
  margin-bottom: 18px;
  font-size: 14px;
}
.banner-bg__shop-now {
  display: inline-block;
  padding: 14px 30px;
  font-weight: 600;
  border-radius: 40px;
  font-size: 14px;
}

.promotion {
  display: block;
  position: relative;
}
.promotion:before {
  transition: all 0.3s linear;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.promotion__content {
  position: absolute;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
}
.promotion__text-wrap {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 15px;
  transition: all 0.5s ease-in-out;
}
.promotion__text-1 {
  font-size: 14px;
}
.promotion__text-2 {
  font-size: 20px;
  font-weight: 600;
}

.promotion:hover:before {
  opacity: 1;
}
.promotion:hover .promotion__text-wrap {
  background-color: rgb(255, 255, 255);
}

.column-product__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.column-product__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.column-product__item {
  margin-bottom: 30px;
}
.column-product__item:last-child {
  margin-bottom: 0;
}

.service {
  display: flex;
  background-color: #ffffff;
  padding: 23px;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  border: 2px solid #f5f5f5;
}
.service__icon, .service__info-wrap {
  -ms-flex: 0 1 auto;
}
.service__icon {
  margin-right: 20px;
}
.service__icon > i {
  color: #00235b;
  font-size: 30px;
}
.service__info-text-1 {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  color: #222222;
  font-weight: 600;
}
.service__info-text-2 {
  font-size: 14px;
  display: block;
  color: #000000;
}

.new-brand-slider {
  position: relative;
}

#brand-slider {
  position: static;
}

@media (max-width: 991px) {
  .block {
    display: block;
  }
  /*.success {
    &__img-wrap,&__info-wrap {
      display: none;
    }
  }*/
}
.table-bordered th,
.table-bordered td {
  padding: 5px;
}

.iconWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  background-color: #f5f5f5;
  border-radius: 60px;
}
@media (max-width: 992px) {
  .iconWrapper {
    border-radius: 20px;
    height: 120px;
  }
}
@media (max-width: 992px) {
  .iconWrapper i {
    font-size: 4rem;
  }
}

/*.textWrapper {
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 7%);
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 600;
    text-align:center;
    justify-content: center;
    align-items: center;
    color: #ffffff;    
    background-color: #c12020;
}*/
/* ------------------------------------------------------------------------------
	Subscribe
-------------------------------------------------------------------------------*/
.overlay {
  background-color: rgba(162, 57, 57, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.download {
  width: 100%;
  background-image: url("../images/core-img/parallax-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.download h2 {
  margin-top: 0;
  color: #fff;
  letter-spacing: 2px;
}
.download span {
  font-weight: 300;
}
.download h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}
.download p {
  margin: 5% 10% 7% 10%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1px;
}

.stayConnected {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 32px;
  text-transform: uppercase;
  color: rgba(85, 85, 85, 0.87);
}
@media screen and (max-width: 991px) {
  .stayConnected {
    font-size: 14px;
    line-height: 22px;
  }
}

.bg-image-home {
  background-image: url(../../images/core-img/channel-partners.png);
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .bg-image-home {
    padding: 10px 0;
  }
}

.bg-image-about {
  background-image: url(../../images/collection/our-service.png);
  padding: 35px 0;
}

.mont__font {
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 70px;
  /* or 125% */
  text-transform: capitalize;
  color: #000000;
}

.mont-font-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  color: #FFFFFF;
}

.list-new-icon {
  display: flex;
  list-style: none;
}
.list-new-icon li {
  padding: 0 25px;
}
@media only screen and (min-width: 320px) {
  .list-new-icon li {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 400px) {
  .list-new-icon li {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .list-new-icon li {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .list-new-icon li {
    padding: 0 25px;
  }
}
.list-new-icon li a {
  color: #00235b;
}
.list-new-icon li a i {
  font-size: 38px;
}
@media only screen and (min-width: 320px) {
  .list-new-icon li a i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 400px) {
  .list-new-icon li a i {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .list-new-icon li a i {
    font-size: 22px;
  }
}
@media only screen and (min-width: 991px) {
  .list-new-icon li a i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .list-new-icon li a i {
    font-size: 38px;
  }
}

.iconWrapper-new {
  text-align: center;
  padding: 20px 10px;
}
@media screen and (max-width: 991px) {
  .iconWrapper-new {
    padding: 12px 5px;
  }
}

.imgHero {
  height: 100vh;
  background: center center/cover no-repeat;
}
@media screen and (max-width: 991px) {
  .imgHero {
    height: 145px !important;
    background-position-x: left;
  }
}
.imgHero .imgContent {
  position: relative;
  top: 45%;
}
@media only screen and (min-width: 320px) {
  .imgHero .imgContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 400px) {
  .imgHero .imgContent {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .moHomeImg {
    height: 259px !important;
  }
}
@media only screen and (max-width: 991px) {
  .moHomeImg .moHomeImgContent {
    top: 15%;
  }
}

@media screen and (max-width: 991px) {
  #getMobile .u-s-m-b-35 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .moEranImg {
    /*height: 130px;
    max-width:unset;*/
    /*transform:translateY(30px);*/
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  #EarnMoneySec .u-s-m-b-30 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  #EarnMoneySec .mo-u-s-m-b-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .moImgSubscribe {
    height: 170px;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .mo-top-5 {
    top: 5% !important;
  }
}

.siteMapPage a {
  color: #007bff;
}
@media screen and (max-width: 991px) {
  .siteMapPage a {
    font-size: 12px;
    line-height: 14px;
  }
}

.img-earth {
  height: 236px;
}
@media screen and (max-width: 991px) {
  .img-earth {
    height: 92px;
  }
}

.category-contant {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  display: block;
  position: relative;
  background: #ffffff;
}
.category-contant i {
  margin-top: 5px;
  font-size: 16px;
}
.category-contant > h4 {
  background-color: #157ed2;
  color: #ffffff;
}
.category-contant > h4 i {
  margin-top: 8px;
}
.category-contant h4.heading {
  font-size: 16px;
  padding: 0.4em 0.94em 0.46em;
}
.category-contant > ul {
  border: solid 1px;
  border-color: #e5e5e5;
  margin: 0;
  padding: 0;
}
.category-contant > ul > li {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  position: relative;
  border-bottom: solid 1px;
  border-bottom-color: #e5e5e5;
}
.category-contant > ul > li a {
  color: #666666;
  display: block;
  line-height: 48px;
  padding: 0 15px;
}
.category-contant > ul > li a i {
  line-height: 40px;
}
@media (min-width: 992px) {
  .category-contant > ul > li:hover .side-sub-menu {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
}
.category-contant > ul > li .side-sub-menu ul li {
  display: block;
  padding: 0 15px;
}
.category-contant > ul > li .side-sub-menu ul li:first-child, .category-contant > ul > li .side-sub-menu ul li:last-child {
  border-top: none;
}
.category-contant > ul > li:last-child {
  border: none;
}
.category-contant .side-sub-menu {
  background: #fff;
  box-shadow: 3px 0 3px -1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .category-contant .side-sub-menu {
    position: absolute;
    top: -1px;
    min-width: 250px;
    z-index: -9999;
    visibility: hidden;
    opacity: 0;
    left: 90%;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
  }
}
.category-contant .side-sub-menu > ul {
  background: #ffffff;
  border: 1px solid;
  border-color: #e5e5e5;
  padding: 15px 0;
  white-space: nowrap;
}
.category-contant .side-sub-menu > ul li {
  border-bottom: 1px solid #e5e5e5;
}
.category-contant .side-sub-menu > ul li h5 {
  padding-bottom: 15px;
  color: #00235b;
  font-weight: 700;
}
.category-contant .side-sub-menu > ul li:last-child {
  border: none;
}
@media (min-width: 1200px) {
  .category-contant .side-sub-menu .menu-col-2 {
    min-width: 500px;
  }
}

.slider-main .b_silde {
  width: 100%;
}
.slider-main .b_silde .slider {
  border: 1px solid;
  border-color: #e5e5e5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  max-height: 261px;
  overflow: hidden;
}

/**************** Slider ***********************/
.slider-main .b_silde {
  width: 100%;
}
.slider-main .slider img {
  width: 100%;
  vertical-align: middle;
}
.slider-main .caption {
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 50px;
  transition: all 0.35s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 1000;
}
.slider-main .caption h3 {
  display: block;
  font-size: 25px;
  line-height: 40px;
}
.slider-main .caption h3 span {
  display: inline-block;
  position: relative;
}
.slider-main .caption h3 span:before {
  width: 100%;
  position: absolute;
  content: "";
  left: 0px;
  bottom: -10px;
  height: 5px;
}
.slider-main .caption > span {
  display: block;
  font-size: 16px;
  margin-top: 13px;
}
.slider-main .owl-item.active .caption {
  opacity: 1;
  right: 50px;
  visibility: visible;
}
.slider-main .owl-item.active .caption h3 {
  animation: slidein 1s 1 ease-in-out;
  -moz-animation: slidein 1s 1 ease-in-out;
  -webkit-animation: slidein 1s 1 ease-in-out;
}
.slider-main .owl-item.active .caption > span {
  animation: slidein 2s 1 ease-in-out;
  -moz-animation: slidein 2s 1 ease-in-out;
  -webkit-animation: slidein 2s 1 ease-in-out;
}
.slider-main .owl-item.active .caption > a {
  animation: slidein 3s 1 ease-in-out;
  -moz-animation: slidein 3s 1 ease-in-out;
  -webkit-animation: slidein 3s 1 ease-in-out;
}

.slider {
  border: 1px solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  max-height: 261px;
  overflow: hidden;
}

.caption > a {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
}

/**************** End Slider ***********************/
/****************Deal-slider***************/
.deal-product {
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.deal-product > h5 {
  padding: 8px 10px;
}
.deal-product h4.heading {
  padding: 0.4em 0.67em 0.46em;
}
.deal-product .product-item > .products-row > .image-block {
  padding-top: 11px;
}
.deal-product .products-row > .products-details {
  padding: 13px 5px 13px;
}

.week-deal .item {
  border-left: 1px solid;
  border-bottom: 1px solid;
  min-height: 215px;
  overflow: hidden;
  padding: 5px;
  text-align: center;
}
.week-deal .item img {
  padding-top: 10px;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
}
.week-deal .item:hover img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.week-deal .product-item {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.week-deal .owl-buttons {
  right: 0px !important;
}

.deal-name {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
}

.week-deal._v4 {
  padding: 10px 10px 10px;
}

.week-deal.item-block {
  padding: 10px 10px 10px;
}

.owl-carousel.week-deal .owl-wrapper-outer {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
}

/********************Right Sidebar*******************/
.s-right-block {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.right-banner {
  position: relative;
  overflow: hidden;
}
.right-banner .banner-details {
  background: rgba(255, 255, 255, 0.6);
  color: #333;
  font-size: 30px;
  left: 0;
  margin-top: -27px;
  padding: 8px 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.category-imgs-icons {
  width: 100px !important;
  height: 100px;
  object-fit: cover;
}

/****************************************************************
                    Advertisement banner
****************************************************************/
.banner-block {
  width: 100%;
  position: relative;
}
.banner-block a {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.15);
  display: block;
  overflow: hidden;
  position: relative;
  /* &:hover {            
       &:after {
           transform: scale(1);
           -moz-transform: scale(1);
           -webkit-transform: scale(1);
       }
   }*/
}
.banner-block a:after {
  background: #000;
  content: "";
  height: 165%;
  left: -12.5%;
  opacity: 0.5;
  position: absolute;
  top: -32.5%;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 250ms linear 0s;
  -moz-transition: all 250ms linear 0s;
  -webkit-transition: all 250ms linear 0s;
  width: 125%;
}
.banner-block a img {
  width: 100%;
}

.banner-contant {
  color: #f6f6f6;
  height: 280px;
  position: absolute;
  width: 50%;
  top: 30px;
}
.banner-contant > ul {
  display: inline-block;
  float: left;
  padding-left: 30px;
}

.banner-contant.b-right {
  right: 30px;
}

.banner-contant.b-left {
  left: 30px;
}

.banner-off {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 50px 50px;
  clear: both;
  color: #ff5555;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0.09em;
  line-height: 43px;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 100px;
}

.b-right .banner-off {
  left: -90%;
}

.b-left .banner-off {
  right: -90%;
}

.b-big {
  color: #f6f6f6;
  display: inline-block;
  float: left;
  font-size: 133px;
  line-height: 155px;
}

.b-name {
  display: inline-block;
  font-size: 40px;
  position: relative;
}

.b-xs-big {
  font-size: 40px;
  line-height: 48px;
  position: relative;
}

.b-btn {
  background: #ff5555;
  clear: both;
  display: block;
  font-size: 20px;
  height: 43px;
  line-height: 43px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 200px;
}

.mid-adv {
  height: 250px;
  object-fit: cover;
}

.category-adv {
  height: 120px;
  object-fit: cover;
}

/********************** Vwesion 3*************************/
/*--------------------------------------------------------------
9.0 About-Page
--------------------------------------------------------------*/
.about {
  background-color: #ffffff;
  box-shadow: 0 1px 15px 0 rgb(183, 111, 111);
}
.about__container {
  padding: 60px;
}
.about__info {
  text-align: center;
}
.about__h2 {
  color: #222222;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
}
.about .about__p-wrap {
  position: relative;
  margin-bottom: 20px;
}
.about .about__p-wrap:before, .about .about__p-wrap:after {
  content: "";
  display: block;
  width: 70px;
  position: absolute;
  border: solid #00235b;
}
.about .about__p-wrap:before {
  top: -10px;
  left: -8px;
  border-top-width: 1px;
}
.about .about__p-wrap:after {
  bottom: -10px;
  right: -8px;
  border-bottom-width: 1px;
}
.about__p {
  color: #222222;
}
.about__link {
  display: inline-block;
  padding: 12px 42px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 12px;
}

.team-member {
  background-color: #fbfbfb;
  transition: transform 0.7s ease-in-out;
}
.team-member__wrap {
  position: relative;
}
.team-member__social-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
}
.team-member__social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-member__social-list > li {
  margin: 0 4px 6px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}
.team-member__social-list > li > a {
  display: block;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #00235b;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
.team-member__social-list > li > a:hover {
  color: #ffffff;
}
.team-member__info {
  padding: 16px;
}
.team-member__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
.team-member__job-title {
  display: block;
  font-size: 11px;
  color: #a0a0a0;
}

.team-member:hover {
  transform: translateY(-8px);
}
.team-member:hover .team-member__social-wrap {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.team-member:hover .team-member__social-list > li {
  opacity: 1;
  transform: translateY(0);
}

.testimonial {
  text-align: center;
}
.testimonial__img-wrap {
  margin-bottom: 16px;
}
.testimonial__double-quote {
  display: block;
}
.testimonial__double-quote i {
  font-size: 28px;
  color: #222222;
}
.testimonial__block-quote {
  margin: 0 auto;
  width: 70%;
  padding: 10px 20px;
}
.testimonial__block-quote p {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
.testimonial__author {
  display: block;
  font-size: 14px;
  color: #a0a0a0;
}

.testimonial .testimonial__img-wrap .testimonial__img {
  display: inline-block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
}

.about-page-header {
  background-image: url(../images/about/about-header.jpg);
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.about-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#aboutPage .mega-text {
  color: #222;
}

/*--------------------------------------------------------------
10.0 Contact-Page
--------------------------------------------------------------*/
.g-map {
  background-color: #eee;
}

#map {
  height: 450px;
  width: 100%;
}

.contact-o {
  background-color: #ffffff;
  padding: 23px;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 2px solid rgb(255, 214, 214);
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
}
@media screen and (max-width: 992px) {
  .contact-o {
    padding: 13px;
  }
}
.contact-o:hover {
  transform: translateY(-6px);
}
.contact-o__wrap {
  text-align: center;
}
.contact-o__icon {
  margin-bottom: 10px;
}
.contact-o__icon > i {
  color: #00235b;
  font-size: 48px;
}
@media screen and (max-width: 992px) {
  .contact-o__icon > i {
    font-size: 24px;
  }
}
.contact-o__info-text-1 {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .contact-o__info-text-1 {
    font-size: 14px;
  }
}
.contact-o__info-text-2 {
  font-size: 12px;
  margin-bottom: 2px;
  display: block;
  color: #000000;
}

.contact-area__heading {
  margin-bottom: 30px;
}
.contact-area__heading h2 {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  background-color: #ffffff;
}

.contact-f {
  width: 100%;
}
.contact-f .input-text, .contact-f .text-area {
  border-radius: 6px;
  width: 100%;
}
.contact-f .text-area {
  height: 185px;
}
.contact-f .btn {
  padding: 19px 21px;
  border-radius: 25px;
}

/*--------------------------------------------------------------
11.0 Cart-Wishlist-Pages
--------------------------------------------------------------*/
.table-responsive {
  overflow-x: auto;
}

.table-p {
  width: 95%;
  /*border: 1px solid #bf3636;*/
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-p tr {
  position: relative;
}
.table-p td {
  padding: 20px 20px 20px 0;
  /*border-bottom: 1px solid $g-brand-color-light;*/
}
.table-p__box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.table-p__img-wrap {
  display: inline-block;
  vertical-align: middle;
  /*background-color: $g-brand-color-light;*/
  width: 100px;
  height: 100px;
}
.table-p__img-wrap img {
  display: block;
  max-width: 90px;
  max-height: 90px;
  object-fit: contain;
}
.table-p__info {
  margin-left: 18px;
}
.table-p__name {
  display: block;
}
.table-p__name > a {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  text-transform: capitalize;
}
.table-p__name > a:hover {
  color: #00235b;
}
.table-p__category {
  display: block;
}
.table-p__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}
.table-p__category > a:hover {
  color: #00235b;
}
.table-p__variant-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-p__variant-list > li > span {
  color: #a0a0a0;
  font-size: 12px;
}
.table-p__price {
  text-align: center;
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.table-p__input-counter-wrap {
  text-align: center;
}
.table-p__del-wrap {
  text-align: center;
}
.table-p__delete-link {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  color: #222222;
  transition: color 0.5s;
}
.table-p__delete-link:hover {
  color: #00235b;
}

.w-r {
  background-color: #ffffff;
  border: 1px solid #bf3636;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.07);
}
.w-r__container {
  display: flex;
  padding: 20px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.w-r__wrap-1, .w-r__wrap-2 {
  -ms-flex: 0 1 auto;
}
.w-r__wrap-1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.w-r__img-wrap {
  display: inline-block;
  vertical-align: middle;
  /*background-color: $g-card-bg-color;*/
  width: 120px;
  height: 120px;
}
.w-r__img-wrap img {
  display: block;
  min-width: 120px;
}
.w-r__info {
  margin-left: 18px;
}
.w-r__name {
  display: block;
}
.w-r__name > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}
.w-r__name > a:hover {
  color: #00235b;
}
.w-r__category {
  display: block;
  margin-bottom: 2px;
}
.w-r__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}
.w-r__category > a:hover {
  color: #00235b;
}
.w-r__price {
  display: block;
  color: #00235b;
  font-size: 14px;
  font-weight: 600;
}
.w-r__discount {
  font-weight: 600;
  margin-left: 12px;
  color: #222222;
  font-size: 14px;
  text-decoration: line-through;
}
.w-r__link {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  margin: 0 0 10px 10px;
  padding: 12px 30px;
}

.route-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #00235b;
  justify-content: space-between;
}
.route-box__g {
  -ms-flex: 0 1 auto;
}
.route-box__link {
  color: #ffffff !important;
  font-size: 14px;
  text-align: center;
  padding: 17px;
  font-weight: 600;
  display: inline-block;
  transition: color 0.5s;
}
.route-box__link:hover {
  color: #00235b;
}
.route-box i {
  margin-right: 2px;
}

.f-cart__pad-box {
  border: 1px solid #bf3636;
  padding: 32px 22px 35px;
}
.f-cart__table {
  width: 100%;
  border-collapse: collapse;
}
.f-cart__table th {
  vertical-align: middle;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  padding: 16px 0;
}
.f-cart__table td {
  color: #222222;
  vertical-align: middle;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  padding: 16px 0;
}
.f-cart__table td:first-child {
  text-align: left;
}
.f-cart__table td {
  text-align: right;
}
.f-cart__table tr:last-child td {
  /* font-size: 16px;
  font-weight: 700;
  color: $g-brand-color;*/
}
.f-cart__ship-link {
  font-size: 14px;
  text-align: center;
  padding: 17px;
  font-weight: 600;
  border-radius: 6px;
  display: block;
}
.f-cart .input-text, .f-cart .select-box, .f-cart .text-area, .f-cart .btn {
  border-radius: 6px;
  width: 100%;
}
.f-cart .text-area {
  height: 125px;
}
.f-cart .btn {
  padding: 16px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 991px) {
  .w-r__wrap-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .table-p td {
    min-width: 200px;
  }
  .w-r__container {
    flex-direction: column;
  }
  .w-r__wrap-1 {
    flex-direction: column;
  }
  .w-r__info {
    text-align: center;
    margin: 15px 0 15px;
  }
  .w-r__wrap-2 {
    align-items: center;
  }
}
/*--------------------------------------------------------------
12.0 Empty-404-Pages
--------------------------------------------------------------*/
.empty {
  text-align: center;
}
.empty__big-text {
  display: block;
  margin-bottom: 12px;
  color: #00235b;
  line-height: 1;
  font-size: 5rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .empty__big-text {
    font-size: 3rem;
  }
}
.empty__med-text {
  display: block;
  margin-bottom: 12px;
  color: #00235b;
  line-height: 1;
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .empty__med-text {
    font-size: 2rem;
  }
}
.empty__sml-text {
  display: block;
  margin-bottom: 12px;
  color: #00235b;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .empty__sml-text {
    font-size: 1rem;
  }
}
.empty__text-1 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222222;
}
.empty__text-2 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #a0a0a0;
}
.empty__text-2 > a {
  color: #00235b;
  padding: 2px;
}
.empty__text-2 > a:after {
  content: ",";
  margin: 0 2px;
  color: #222222;
}
.empty__text-2 > a:last-child:after {
  content: none;
}
.empty__search-form {
  position: relative;
  width: 40%;
  margin: 0 auto;
}
.empty__search-form .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.empty__redirect-link {
  border-radius: 40px;
  padding: 16px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

#search-label {
  padding: 0 36px 0 18px;
  width: 100%;
}

/*--------------------------------------------------------------
13.0 Checkout-Page
--------------------------------------------------------------*/
.msg {
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  padding: 20px;
}
.msg__text {
  padding: 8px 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}

.l-f__form {
  width: 100%;
}
.l-f .input-text {
  width: 100%;
}
.l-f .input-text, .l-f .btn {
  border-radius: 6px;
}
.l-f .btn {
  font-weight: 600;
  padding: 12px 18px;
}

.c-f__form {
  position: relative;
  width: 50%;
}
.c-f .input-text {
  width: 100%;
}
.c-f .input-text, .c-f .btn {
  border-radius: 6px;
}
.c-f .btn {
  font-weight: 600;
  padding: 12px 18px;
}

.checkout-f {
  width: 100%;
}
.checkout-f .input-text, .checkout-f .select-box, .checkout-f .text-area, .checkout-f .btn {
  width: 100%;
  border-radius: 6px;
}
.checkout-f .text-area {
  height: 180px;
}
.checkout-f .btn {
  font-weight: 600;
  padding: 18px;
}

.checkout-f__h1 {
  color: #222222;
  font-size: 18px;
  margin-bottom: 8px;
}

.o-summary__section {
  background-color: #ffffff;
  border: 1px solid #bf3636;
}
.o-summary__box {
  padding: 20px;
}
.o-summary__item-wrap {
  max-height: 228px;
  padding: 17px;
  overflow-y: auto;
}
.o-summary__table {
  width: 100%;
  border-collapse: collapse;
}
.o-summary__table td {
  color: #222222;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}
.o-summary__table td:first-child {
  text-align: left;
}
.o-summary__table td {
  text-align: right;
}
.o-summary__table tr:last-child td {
  font-size: 16px;
  font-weight: 700;
  color: #00235b;
}

.o-card {
  border: 1px solid #f5f5f5;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 22px;
}
.o-card:last-child {
  margin-bottom: 0;
}
.o-card__flex {
  display: flex;
  align-items: center;
}
.o-card__img-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
}
.o-card__img-wrap img {
  display: block;
  min-width: 60px;
}
.o-card__info-wrap {
  margin-left: 18px;
}
.o-card__name {
  display: block;
}
.o-card__name > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}
.o-card__name > a:hover {
  color: #00235b;
}
.o-card__quantity {
  font-size: 14px;
  margin-bottom: 2px;
  display: block;
}
.o-card__price {
  display: block;
  color: #00235b;
  font-size: 14px;
  font-weight: 600;
}
.o-card__del {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  color: #222222;
  transition: color 0.5s;
}
.o-card__del:hover {
  color: #00235b;
}

.ship-b__text {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  margin-bottom: 4px;
}
.ship-b__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ship-b__p {
  margin-bottom: 4px;
  color: #7f7f7f;
  font-weight: 600;
  font-size: 14px;
  flex: 0 0 50%;
  max-width: 50%;
}
.ship-b__edit {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
}

@media (max-width: 575px) {
  .o-summary__item-wrap {
    max-height: 466px;
  }
  .o-card__flex {
    display: block;
    padding: 14px;
    text-align: center;
  }
  .o-card__info-wrap {
    margin-left: 0;
  }
  .ship-b__box {
    display: block;
  }
  .ship-b__p {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
14.0 Signin Signup Lost Password-Page
--------------------------------------------------------------*/
.l-f-o {
  border: 1px solid #ff5f13;
  border-radius: 12px;
}
.l-f-o__pad-box {
  padding: 20px;
}
.l-f-o__form {
  width: 100%;
}
.l-f-o .input-text, .l-f-o .btn, .l-f-o .select-box {
  border-radius: 6px;
}
.l-f-o .input-text {
  width: 100%;
}
.l-f-o .btn {
  font-weight: 500;
  padding: 12px 18px;
}
.l-f-o .btn-b {
  padding: 0.375rem 0.75rem;
}
.l-f-o__create-link {
  font-size: 14px;
  text-align: center;
  padding: 12px;
  display: block;
  font-weight: 500;
  border-radius: 6px;
}

#personal__img {
  background-color: #ff5f13;
}
#personal__img img {
  max-width: 100%;
  height: auto;
  min-width: 96px;
  min-height: 96px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #personal__img img {
    min-width: 56px;
    min-height: 56px;
  }
}

.upload-button {
  cursor: pointer;
}

.circle {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 1px solid #ff5f13;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .circle {
    width: 60px;
    height: 60px;
  }
}
.circle:hover {
  background-color: #909090;
  cursor: pointer;
}
.circle:hover p {
  color: #fff;
}

/* Start styles Multi Step Form For Registation Page */
.msform {
  /*text-align: center;*/
  position: relative;
  margin: 30px 0 30px 0;
  padding: 0 0 50px 0;
  /*inputs*/
  /*buttons*/
}
.msform fieldset {
  background: white;
  border: 0 none;
  box-shadow: 0px 7px 72px rgba(24, 20, 57, 0.07);
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 16px;
  /*stacking fieldsets above each other*/
  position: relative;
  /*Hide all except first fieldset*/
}
.msform fieldset:not(:first-of-type) {
  display: none;
}
.msform input, .msform textarea {
  padding: 10px;
  border: 0.6px solid #3C3C3C;
  border-radius: 4px;
  margin-bottom: 12px;
  width: inherit;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .msform input, .msform textarea {
    font-size: 12px;
  }
}
.msform input[type=file], .msform textarea[type=file] {
  padding: 5px;
}
.msform input.no-brdr-left {
  border-left: unset;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.msform input:focus, .msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #00235b;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}
.msform .action-button {
  background: #00235b;
  color: white;
  border: 0 none;
  border-radius: 30px;
  cursor: pointer;
  padding: 8px 53px;
  margin: 10px 5px;
  float: right;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .msform .action-button {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 12px;
  }
}
.msform .action-button:hover, .msform .action-button:focus {
  background: #ff5f13;
  color: #00235b;
}
.msform .action-button-previous {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #3C3C3C;
  background-color: transparent;
  border: 1px solid #00235b;
  border-radius: 25px;
  cursor: pointer;
  padding: 8px 35px;
  margin: 10px 5px;
}
@media screen and (max-width: 991px) {
  .msform .action-button-previous {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 12px;
    background: #00235b;
    color: white;
  }
}
.msform .action-button-previous:hover, .msform .action-button-previous:focus {
  background: #ff5f13;
  border: unset;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding-inline-start: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #progressbar {
    justify-content: space-between;
  }
}
#progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #222222;
  width: 20%;
  float: left;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #progressbar li {
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-transform: capitalize;
  }
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  font-size: 24px;
  color: #ffffff;
  background: #ff5f13;
  border-radius: 25px;
  margin: 0 auto 10px auto;
  font-weight: 900;
  position: inherit;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #progressbar li:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
  }
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(170, 170, 170, 0.56);
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: 1;
  /*put it behind the numbers*/
}
@media screen and (max-width: 767px) {
  #progressbar li:after {
    left: -140%;
    width: 180%;
    top: 12px;
  }
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #00235b;
  color: #ffffff;
}

#imagePreview {
  background-image: url(/images/core-img/avatar.jpg);
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  /*margin: auto;*/
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 95px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  background: #ff5f13;
  border-color: #ff5f13;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #ff5f13;
  border-color: #ff5f13;
}
.avatar-upload .avatar-edit input + label i {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  color: #00235b;
}
.avatar-upload .avatar-preview {
  width: 86px;
  height: 86px;
  position: relative;
  border-radius: 100%;
  /*border: 1px solid $g-brand-color-light;*/
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div, .avatar-upload .avatar-preview img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

.imageTitle {
  line-height: 24px;
  color: #222222;
}

.custom-file-label::after {
  background-color: transparent;
  border-left: none;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "\e913";
  font-family: "icomoon";
  color: #00235b;
}
@media screen and (max-width: 991px) {
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    font-size: 14px;
  }
}

.input-group-addon {
  padding: 6.5px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  border: 0.6px solid #3C3C3C;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-left: unset;
}

.custom-phone-new .form-control {
  border-right: unset;
  border-left: unset;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-phone-new .phoneNumbers {
  height: 35px;
}
@media screen and (max-width: 767px) {
  .custom-phone-new .phoneNumbers {
    height: 35px !important;
  }
}
.custom-phone-new .input-group-addon {
  padding: 2px 2px;
}

@media screen and (max-width: 767px) {
  .custom-input-new .input-group-addon {
    padding: 3px !important;
  }
}
.custom-input-new .form-control {
  border-right: unset;
  height: 36px;
}

@media screen and (max-width: 767px) {
  #show_hide_password > .input-group-addon,
#show_hide_confPassword > .input-group-addon {
    padding: 4px !important;
  }
}

.verfication {
  font-size: 10px !important;
}

/* End styles Multi Step Form For Registation Page */
#verficationModal {
  text-align: center;
  box-sizing: border-box;
  color: #333;
}
#verficationModal #dialog {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#verficationModal #dialog #form {
  /*margin: 0 auto;*/
}
#verficationModal #dialog #form input {
  padding: 10px;
  margin: 0 5px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  border: 1px solid #00235b;
  border-radius: 6px;
  /*box-shadow: 0 0 5px #ccc inset;*/
  outline: none;
  transition: all 0.2s ease-in-out;
  /*   &::selection {
                      background: transparent;
                  }
  */
  /*
                  &:not([value=""]):not(:focus):invalid {
                      background: $g-brand-color-light;
                  }*/
}
#verficationModal #dialog #form input:focus {
  background: #ff5f13;
  box-shadow: 0 0 5px purple inset;
}
#verficationModal #dialog #form input:required:invalid:not(:placeholder-shown) {
  background: #ff5f13;
  opacity: 1;
}
#verficationModal #dialog div {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
15.0 FAQ-Page
--------------------------------------------------------------*/
.faq__heading {
  font-weight: 700;
  font-size: 14px;
  color: #222222;
  margin-bottom: 6px;
}
.faq__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #222222;
  padding: 12px 22px;
}
.faq__list {
  /*border-top: 1px solid #bf3636;*/
  /*padding: 14px 0;*/
  background: #ff5f13;
  border-radius: 12px;
}
.faq__list:last-child {
  /*border-bottom: 1px solid #bf3636;*/
}
.faq__question {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  background: #ff5f13;
  border-radius: 12px;
}

.faq__question:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 8px;
  transform: rotate(180deg);
  right: 12px;
  /*top: 0;*/
  transition: transform 0.5s ease-in-out;
}

.faq__question.collapsed {
  background: #ff5f13;
  border-radius: 12px;
}
.faq__question.collapsed:before {
  transform: rotate(0deg);
}

/*--------------------------------------------------------------
16.0 Dashboard-Pages
--------------------------------------------------------------*/
.dash__box--bg-brand {
  background-color: #00235b;
  color: #ffffff;
}
.dash__box--bg-white {
  background-color: #ffffff;
}
.dash__box--border {
  border: 1.2px solid #ff5f13;
}
.dash__box--bg-grey {
  background-color: #fbfbfb;
}
.dash__box--shadow {
  /*box-shadow: -2px 0px 14px 0 rgb(183 111 111);*/
}
.dash__box--shadow-2 {
  box-shadow: -6px 2px 8px rgb(183, 111, 111);
}
.dash__box--shadow-3 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 13px;
}
.dash__box--radius {
  border-radius: 4px;
}
.dash__pad-1 {
  padding: 26px 20px;
}
.dash__pad-2 {
  padding: 19px 34px;
}
@media screen and (max-width: 1024px) {
  .dash__pad-2 {
    padding: 16px;
  }
}
.dash__pad-3 {
  padding: 26px;
}
.dash__pad-4 {
  padding: 24px 40px;
}
.dash__f-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dash__f-list > li {
  padding: 4px 0;
}
.dash__f-list > li > a {
  font-size: 14px;
  display: block;
  color: #000000;
}
.dash__f-list .active {
  font-weight: 600;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}

.dash-l-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-active {
  font-weight: 600;
  color: #000000;
}

.dash__w-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.dash__w-list > li {
  border-bottom: 1px solid #ff5f13;
}
.dash__w-wrap {
  padding: 18px 0;
}
.dash__w-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 25%;
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .dash__w-icon {
    font-size: 12px;
    width: 75px;
    height: 75px;
  }
}
.dash__w-icon-style-1 {
  background-color: rgba(255, 69, 0, 0.14);
}
.dash__w-icon-style-1 > i {
  color: #ff4500;
}
.dash__w-icon-style-2 {
  background-color: rgba(0, 148, 68, 0.14);
}
.dash__w-icon-style-2 > i {
  color: #009444;
}
.dash__w-icon-style-3 {
  background-color: rgba(49, 133, 252, 0.14);
}
.dash__w-icon-style-3 > i {
  color: #3185FC;
}
.dash__w-text {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .dash__w-text {
    font-size: 20px;
  }
}
.dash__w-name {
  display: block;
  color: #a0a0a0;
  font-weight: 600;
  font-size: 14px;
}

.dash__h1 {
  line-height: 1;
  color: #222222;
  font-size: 18px;
}
.dash__h2 {
  line-height: 1;
  font-size: 14px;
  color: #222222;
}
.dash__text {
  display: block;
  font-size: 12px;
  color: #000000;
}
.dash__text-2 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  direction: initial;
}
.dash__link > a {
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s linear;
}
.dash__link--brand > a {
  color: #00235b;
}
.dash__link--brand > a:hover {
  color: #002156;
}
.dash__link--secondary > a {
  color: #222222;
}
.dash__link--secondary > a:hover {
  color: #00235b;
}
.dash__link--black > a {
  color: #000000;
}

.dash__table-wrap {
  height: 300px;
  overflow: auto;
}
.dash__table {
  width: 100%;
  border-collapse: collapse;
}
.dash__table thead {
  background-color: #fbfbfb;
}
.dash__table th, .dash__table td {
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #222222;
}
.dash__table th {
  font-size: 14px;
}
.dash__table td {
  font-size: 14px;
}
.dash__table tbody tr {
  border-bottom: 1px solid #ff5f13;
}
.dash__table tbody tr:last-child {
  border-bottom: 0;
}
.dash__table-img-wrap {
  background-color: #f2f2f2;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.dash__table-img-wrap img {
  display: block;
  min-width: 40px;
}

.dash-edit-p {
  width: 100%;
}
.dash-edit-p .btn, .dash-edit-p .input-text, .dash-edit-p .select-box {
  border-radius: 6px;
}
.dash-edit-p .input-text {
  width: 100%;
}
.dash-edit-p .btn {
  font-weight: 600;
  padding: 16px 46px;
}
.dash-edit-p .validation-summary-errors {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 1rem;
  margin: 1rem;
}

.dash__custom-link {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 14px 18px;
  font-size: 14px;
  border-radius: 6px;
  width: 12rem;
}
@media (max-width: 1024px) {
  .dash__custom-link {
    margin-bottom: 10px;
  }
}

.manage-o__text {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .manage-o__text {
    font-size: 12px;
  }
}
.manage-o__text-2 {
  font-size: 14px;
  font-weight: 600;
}
.manage-o__header {
  padding-bottom: 14px;
  border-bottom: 1px solid #ff5f13;
}
.manage-o__icon {
  font-weight: 600;
  font-size: 14px;
  color: #222222;
}
.manage-o__timeline {
  padding-top: 40px;
}
.manage-o__timeline [class*=col-] {
  padding: 0;
  text-align: center;
}

.timeline-row {
  display: flex;
  flex-wrap: wrap;
}

.timeline-l-i {
  position: relative;
  border-radius: 3px;
  border-top: 3px solid #bf3636;
}
.timeline-l-i .timeline-circle {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #bf3636;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.timeline-l-i .timeline-circle:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #eee;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.timeline-l-i.timeline-l-i--finish {
  border-color: #6B5AED;
}
.timeline-l-i.timeline-l-i--finish .timeline-circle {
  border-color: #6B5AED;
}
.timeline-l-i.timeline-l-i--finish .timeline-circle:before {
  background-color: #6B5AED;
}

.timeline-text {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #222222;
}

.manage-o__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.description__container {
  display: flex;
  align-items: center;
}

.description__img-wrap {
  width: 90px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
}
.description__img-wrap img {
  display: block;
  max-width: 90px;
  max-height: 90px;
  object-fit: cover;
}

.description-title {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}

.dash__address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash__table-2-wrap {
  overflow: auto;
}
.dash__table-2 {
  width: 100%;
  border-collapse: collapse;
}
.dash__table-2 thead {
  background-color: #00235b;
}
.dash__table-2 th, .dash__table-2 td {
  padding: 20px;
  min-width: 200px;
  text-align: left;
  font-weight: 300;
  color: #ffffff;
}
.dash__table-2 th {
  font-size: 14px;
}
.dash__table-2 td {
  font-size: 14px;
}
.dash__table-2 tbody tr {
  border-bottom: 1px solid #ff5f13;
}
.dash__table-2 tbody tr:last-child {
  border-bottom: 0;
}

.address-book-edit {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 7px;
  border-radius: 6px;
}
.address-book-edit:hover {
  color: #00235b;
}

.dash__address-make {
  width: 100%;
}
.dash__address-make .btn {
  font-weight: 600;
  padding: 16px 46px;
  border-radius: 6px;
}

.dash-address-manipulation {
  width: 100%;
}
.dash-address-manipulation .btn, .dash-address-manipulation .input-text, .dash-address-manipulation .select-box {
  border-radius: 6px;
}
.dash-address-manipulation .input-text, .dash-address-manipulation .select-box {
  width: 100%;
}
.dash-address-manipulation .btn {
  font-weight: 600;
  padding: 16px 46px;
}

.dash-track-order {
  width: 100%;
}
.dash-track-order .btn, .dash-track-order .input-text {
  border-radius: 6px;
}
.dash-track-order .input-text {
  width: 100%;
}
.dash-track-order .btn {
  font-weight: 600;
  padding: 16px 46px;
}

.m-order {
  width: 100%;
}
.m-order__select-wrapper {
  display: flex;
  align-items: center;
}
.m-order label {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.m-order .select-box {
  border-radius: 6px;
}

.m-order__list {
  background-color: #ffffff;
}

.m-order__get {
  border: 1px solid #bf3636;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 24px;
}
.m-order__get:last-child {
  margin-bottom: 0;
}

.manage-o__badge {
  display: inline-block;
  text-align: center;
  width: 5.9375rem;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 32px;
}

.badge--processing {
  background-color: rgba(49, 133, 252, 0.14);
  color: #3185FC;
}
.badge--shipped {
  background-color: rgba(0, 148, 68, 0.14);
  color: #009444;
}
.badge--delivered {
  background-color: rgba(255, 69, 0, 0.14);
  color: #ff4500;
}

@media (max-width: 991px) {
  .dash__box--w {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .dash__address-header {
    display: block;
  }
  .dash__address-header .dash__h1 {
    margin-bottom: 8px;
  }
  .dash__address-header .dash__link {
    display: block;
  }
}
@media (max-width: 575px) {
  .dash-l-r {
    display: block;
  }
  .manage-o__description {
    display: block;
    text-align: center;
  }
  .description__container {
    display: block;
  }
  .description-title {
    margin: 12px;
  }
}
.sidebar li {
  padding: 7px 10px;
  /*border-bottom: 1px solid #ddd;*/
}
.sidebar li a {
  color: inherit;
  font-size: 14px;
}
.sidebar li i {
  padding: 0 5px;
  color: #999999;
  vertical-align: sub;
}
.sidebar li ul {
  /*background-color: #b7b7b733;*/
  border: 1px solid #ff5f13;
  border-radius: 4px;
  color: #000000;
  list-style-type: none;
  padding: 0;
  margin: 14px 0;
}
.sidebar li ul li {
  padding: 5px;
}
.sidebar li ul li:hover {
  background: #ff5f13;
}
.sidebar li ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /*padding: 9px 14px;*/
}
.sidebar .nav-list li a.active_link {
  font-weight: 600;
}
.sidebar .nav-list li a.active_link i {
  color: #00235b;
}
.sidebar .arrow-toggle:before {
  content: "\e956";
  font-family: "icomoon";
  position: absolute;
  transform: rotate(90deg);
  right: 50px;
  transition: transform 0.5s ease-in-out;
}
.sidebar .arrow-toggle.collapsed:before {
  transform: rotate(0deg);
}

.nav-sidebar .dash__pad-1 {
  height: calc(100vh - 190px);
  overflow: auto;
}
@media (max-width: 991px) {
  .nav-sidebar .dash__pad-1 {
    height: calc(100vh - 180px);
  }
}
.nav-sidebar .dash__pad-1::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
.nav-sidebar .dash__pad-1::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 2px;
  background-color: transparent;
}
.nav-sidebar .dash__pad-1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #00235b;
}
.nav-sidebar .dash__pad-2 {
  min-height: 100vh;
  overflow: auto;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .nav-sidebar .dash__pad-2 {
    height: calc(100vh - 300px);
  }
}
.nav-sidebar .dash__pad-2::-webkit-scrollbar {
  width: 6px;
}
.nav-sidebar .dash__pad-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(183, 111, 111);
  border-radius: 10px;
}
.nav-sidebar .dash__pad-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(183, 111, 111);
}

#FavouriteCategoryDiv .shop-p__meta-wrap,
#FollowingSuppliersDiv {
  min-height: 80px;
}

.padding li {
  padding: 19px 0;
}

.subscription-renew-page-container #progressbar li:before {
  z-index: 6;
  position: inherit;
}
.subscription-renew-page-container #progressbar li:after {
  background: #00235b;
  z-index: 1;
}

.supplier-product-view-page .table thead th {
  padding: 20px;
}

.rounded-circle-2 {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}
.rounded-circle-2 small {
  padding: 0 5px;
}

/*--------------------------------------------------------------
17.0 Blog-Pages
--------------------------------------------------------------*/
.blog-t-w {
  display: flex;
  flex-wrap: wrap;
}

.post-prev, .post-next {
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #222222;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  margin: auto 0;
  opacity: 0;
  transition: opacity 0.6s ease-in;
}

.post-prev {
  left: 20px;
}

.post-next {
  right: 20px;
}

.post-prev:before, .post-next:before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}

.post-prev:hover:before, .post-next:hover:before {
  transform: scale(1.6);
  opacity: 0.6;
}

.post-gallery:hover .post-prev, .post-gallery:hover .post-next {
  opacity: 1;
}

.post-video-block {
  position: relative;
  background-color: #f2f2f2;
  width: 100%;
}

.post-video-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.post-video-link:before {
  width: 3.875rem;
  height: 3.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.9375rem;
  margin-left: -1.9375rem;
  transition: transform 0.3s;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  z-index: 3;
}

.post-video-link:hover:before {
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  transform: scale(0.9);
}

.post-video-block .post-video-link:before {
  content: "";
  background: url(../video/video-play.png) no-repeat 0 0;
  background-size: contain;
}

.post-video-block.process .post-video-link:before {
  content: none;
}

.post-video-block.process.pause .post-video-link:before {
  content: "";
  background: url(../video/video-pause.png) no-repeat;
}

.post-center-wrap {
  display: flex;
  justify-content: center;
}

.aspect--1366-768 {
  padding-bottom: 56.2225475842%;
}

.bp {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 1px 1px 8px 0 rgba(36, 37, 38, 0.08);
}
.bp__wrap {
  padding: 25px;
}
.bp__thumbnail {
  margin-bottom: 12px;
}
.bp__stat {
  margin-bottom: 6px;
}
.bp__stat .bp__stat-wrap {
  margin-right: 22px;
}
.bp__stat .bp__stat-wrap:last-child {
  margin-right: 0;
}
.bp__publish-date > a {
  font-size: 12px;
  font-weight: 600;
  color: #a0a0a0;
}
.bp__author > a {
  font-size: 12px;
  text-decoration: overline;
  font-weight: 600;
  color: #00235b;
}
.bp__comment > a {
  color: #7f7f7f;
  font-weight: 600;
  font-size: 12px;
}
.bp__category > a {
  color: #a0a0a0;
  font-weight: 600;
  transition: color 110ms ease-in-out;
  font-size: 12px;
  margin-right: 2px;
}
.bp__category > a:last-child {
  margin-right: 0;
}
.bp__category > a:hover {
  color: #00235b;
}
.bp__h1 {
  display: block;
  margin-bottom: 6px;
}
.bp__h1 > a {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.bp__h2 {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}
.bp__p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #7f7f7f;
}
.bp__read-more {
  display: block;
  margin-bottom: 6px;
}
.bp__read-more > a {
  font-size: 14px;
  font-weight: 700;
  color: #00235b;
}
.bp__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.bp__social-list > li {
  margin-right: 16px;
}
.bp__social-list > li:last-child {
  margin-right: 0;
}
.bp__social-list > li > a {
  font-size: 14px;
}

.bp--img .bp__thumbnail {
  overflow: hidden;
}
.bp--img .bp__thumbnail img {
  transition: transform 0.6s ease-in-out;
  transform: scale(1);
}
.bp--img:hover .bp__thumbnail {
  overflow: hidden;
}
.bp--img:hover .bp__thumbnail img {
  transform: scale(1.1);
}

.bp audio, .bp video, .bp-mini audio, .bp-mini video, .bp-detail audio, .bp-detail video {
  display: block;
  width: 100%;
}

.blog-m__element {
  width: 33.33%;
  padding: 20px 10px;
}

.bp-mini {
  background-color: #ffffff;
  box-shadow: 2px 2px 8px 0 rgba(36, 37, 38, 0.08);
  overflow: hidden;
  border-radius: 15px;
}
.bp-mini__content {
  padding: 4px 20px 10px;
}
.bp-mini__stat {
  margin-bottom: 2px;
}
.bp-mini__stat .bp-mini__stat-wrap {
  margin-right: 22px;
}
.bp-mini__stat .bp-mini__stat-wrap:last-child {
  margin-right: 0;
}
.bp-mini__publish-date > a {
  font-size: 11px;
  font-weight: 600;
  color: #000000;
}
.bp-mini__preposition {
  color: #000000;
  font-size: 12px;
}
.bp-mini__author > a {
  color: #00235b;
  font-size: 12px;
}
.bp-mini__comment > a {
  color: #000000;
  font-size: 12px;
}
.bp-mini__category {
  margin-bottom: 4px;
}
.bp-mini__category > a {
  color: #000000;
  font-weight: 600;
  transition: color 110ms ease-in-out;
  font-size: 11px;
  margin-right: 2px;
}
.bp-mini__category > a:last-child {
  margin-right: 0;
}
.bp-mini__category > a:hover {
  color: #00235b;
}
.bp-mini__category > a:last-child:after {
  content: none;
}
.bp-mini__h1 {
  display: block;
  margin-bottom: 4px;
}
.bp-mini__h1 > a {
  transition: color 110ms ease-in-out;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
.bp-mini__h1 > a:hover {
  color: #00235b;
}
.bp-mini__p {
  margin-bottom: 8px;
  font-size: 12px;
  color: #7f7f7f;
}

.bp-mini--img .bp-mini__thumbnail {
  overflow: hidden;
}
.bp-mini--img .bp-mini__thumbnail img {
  transition: transform 0.6s ease-in-out;
  transform: scale(1);
}
.bp-mini--img:hover .bp-mini__thumbnail {
  overflow: hidden;
}
.bp-mini--img:hover .bp-mini__thumbnail img {
  transform: scale(1.1);
}

.detail-post {
  max-width: 740px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.bp-detail {
  position: relative;
}
.bp-detail__thumbnail {
  margin-bottom: 12px;
}
.bp-detail__stat {
  margin-bottom: 6px;
}
.bp-detail__stat .bp-detail__stat-wrap {
  margin-right: 22px;
}
.bp-detail__stat .bp-detail__stat-wrap:last-child {
  margin-right: 0;
}
.bp-detail__publish-date > a {
  font-size: 12px;
  font-weight: 600;
  color: #a0a0a0;
}
.bp-detail__author > a {
  font-size: 12px;
  text-decoration: overline;
  font-weight: 600;
  color: #00235b;
}
.bp-detail__category > a {
  color: #a0a0a0;
  font-weight: 600;
  transition: color 110ms ease-in-out;
  font-size: 12px;
  margin-right: 2px;
}
.bp-detail__category > a:last-child {
  margin-right: 0;
}
.bp-detail__category > a:hover {
  color: #00235b;
}
.bp-detail__h1 {
  display: block;
  margin-bottom: 6px;
}
.bp-detail__h1 > a {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.bp-detail__p {
  margin-bottom: 16px;
  color: #222222;
  font-size: 18px;
  line-height: 2;
}
.bp-detail__p a {
  font-weight: 700;
  color: #00235b;
  transition: all 0.3s;
}
.bp-detail__p a:hover {
  color: #000000;
  text-decoration: underline;
}

.bp-detail__q {
  width: 100%;
  text-align: center;
  padding: 3rem;
  margin: 0 0 1rem;
  background-color: #ffffff;
  border-radius: 6px;
  border: 2px solid #00235b;
}
.bp-detail__q i {
  font-size: 2.125rem;
  color: #222222;
  margin-bottom: 8px;
}

.bp-detail__q-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222222;
}

.bp-detail__q-citation {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.bp-detail__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.bp-detail__social-list > li {
  margin-right: 16px;
}
.bp-detail__social-list > li:last-child {
  margin-right: 0;
}
.bp-detail__social-list > li > a {
  font-size: 1.125rem;
}

.bp-detail__postnp {
  margin: 1.375rem 0;
}
.bp-detail__postnp a {
  font-size: 14px;
  border-bottom: 1px solid #222222;
  font-weight: 600;
  color: #222222;
  transition: color 110ms ease-in-out, border-color 110ms ease-in-out;
}
.bp-detail__postnp a:hover {
  color: #00235b;
  border-color: #00235b;
}

.blog-w__h {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f7f7f7;
}
.blog-w__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-w__list > li {
  margin-bottom: 12px;
}
.blog-w__list > li:last-child {
  margin-bottom: 0;
}
.blog-w__list > li > a {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.blog-w__list > li > a:hover {
  color: #222222;
}

.blog-search-form {
  position: relative;
  width: 100%;
}
.blog-search-form .input-text {
  width: 100%;
  border-radius: 6px;
}
.blog-search-form .btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 18px;
}

.blog-w__b-l {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-w__b-l > li {
  margin-bottom: 30px;
}
.blog-w__b-l > li:last-child {
  margin-bottom: 0;
}

.blog-w__b-l-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-w__b-l-2 > li {
  margin-bottom: 8px;
}
.blog-w__b-l-2 > li:last-child {
  margin-bottom: 0;
}

.b-l__date {
  font-size: 10px;
  color: #a0a0a0;
  display: block;
  margin-bottom: 6px;
}

.b-l__text {
  font-size: 12px;
  color: #000000;
}

.b-l__h {
  display: block;
  margin-bottom: 6px;
}
.b-l__h > a {
  font-size: 12px;
  transition: color 110ms ease-in-out;
  color: #222222;
  font-weight: 600;
}
.b-l__h > a:hover {
  color: #00235b;
}

.b-l__h-2 > a {
  font-size: 12px;
  transition: color 110ms ease-in-out;
  color: #222222;
  font-weight: 600;
}
.b-l__h-2 > a:hover {
  color: #00235b;
}

.b-l__p {
  display: block;
  font-size: 12px;
  color: #000000;
}

.blog-pg {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.blog-pg > li {
  margin-right: 14px;
}
.blog-pg > li:last-child {
  margin-right: 0;
}
.blog-pg > li > a {
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  border-radius: 50%;
  background-color: transparent;
  color: #222222;
}

.blog-pg > li > a:hover {
  background-color: #00235b;
  color: #ffffff;
}

.blog-pg > li.blog-pg--active > a {
  background-color: #00235b;
  color: #ffffff;
  border-color: #00235b;
}

.d-meta__text {
  display: block;
  color: #222222;
  font-size: 32px;
  font-weight: 700;
}

.d-meta__text-2 {
  display: block;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}

.d-meta__text-3 {
  display: block;
  color: #000000;
  font-size: 12px;
}

.d-meta__comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.d-meta__comments .comment-children {
  padding-left: 1rem;
}

.d-meta__p-comment {
  display: flex;
  margin-bottom: 1.5rem;
}

.p-comment__wrap1 {
  margin-right: 20px;
}

.p-comment__img-wrap {
  width: 80px;
  height: 80px;
  background-color: #f2f2f2;
}

.p-comment__author {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}

.p-comment__timestamp {
  display: block;
  margin-bottom: 2px;
}
.p-comment__timestamp a {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  transition: color 110ms ease-in-out;
}
.p-comment__timestamp a:hover {
  color: #00235b;
}

.p-comment__paragraph {
  color: #000000;
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 470px;
}

.p-comment__reply {
  font-size: 14px;
  font-weight: 600;
  color: #00235b;
  border-bottom: 0;
}
.p-comment__reply:hover {
  border-bottom: 1px solid #00235b;
}

.respond__form {
  width: 100%;
}
.respond__form .btn, .respond__form .input-text, .respond__form .text-area {
  border-radius: 6px;
}
.respond__form .input-text, .respond__form .text-area {
  width: 100%;
}
.respond__form .text-area {
  height: 15.625rem;
}
.respond__form .btn {
  font-weight: 600;
  padding: 16px 46px;
}

.respond__group {
  display: flex;
  flex-wrap: nowrap;
}
.respond__group div {
  flex: 1;
  margin-right: 14px;
}
.respond__group div:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .blog-m__element {
    width: 50%;
  }
  .respond__group {
    display: block;
  }
  .respond__group div {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .blog-m__element {
    width: 100%;
  }
}
/*--------------------------------------------------------------
18.0 Product-Detail-Pages
--------------------------------------------------------------*/
.pd-breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.pd-breadcrumb__list > li {
  display: inline-block;
}
.pd-breadcrumb__list > li > a {
  color: #a0a0a0;
  font-size: 14px;
  transition: color 0.5s;
}
.pd-breadcrumb__list > li > a:hover {
  color: #222222;
}
.pd-breadcrumb__list > li.is-marked > a {
  color: #222222;
  font-weight: 700;
}
.pd-breadcrumb__list > li.has-separator:after {
  content: "/";
  margin: 0 6px;
}

.pd {
  cursor: pointer;
}

.pd-wrap {
  position: relative;
}

.pd-text {
  position: absolute;
  top: 15px;
  padding: 8px;
  right: 15px;
  font-size: 12px;
  color: #222222;
}

.pd-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.pd-social-list > li {
  margin-right: 16px;
}
.pd-social-list > li:last-child {
  margin-right: 0;
}
.pd-social-list > li > a {
  font-size: 1.125rem;
  transition: color 110ms ease-in-out;
  color: #222222;
}

.pd-detail__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
}

.pd-detail__inline span {
  margin-right: 0.375rem;
}
.pd-detail__inline span:last-child {
  margin-right: 0;
}

.pd-detail-inline-2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pd-detail-inline-2 div {
  margin-right: 14px;
}
.pd-detail-inline-2 div:last-child {
  margin-right: 0;
}

.pd-detail__name {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 12px;
  text-transform: capitalize;
  color: #222222;
}

.pd-detail__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  text-transform: capitalize;
  color: #00235b;
}

.pd-detail__discount {
  color: #00235b;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.pd-detail__del {
  color: #a0a0a0;
  font-size: 12px;
}

.pd-detail__rating {
  display: block;
}
.pd-detail__rating i {
  font-size: 14px;
}

.pd-detail__review > a {
  font-size: 12px;
  transition: color 110ms ease-in-out;
  color: #222222;
}
.pd-detail__review > a:hover {
  color: #00235b;
  text-decoration: underline;
}

.pd-detail__stock, .pd-detail__left, .pd-detail__Out {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 0;
  display: inline-block;
  border-radius: 30px;
}

.pd-detail__stock {
  /*background-color: rgba(#000094,.14);*/
  color: #00235b;
}

.pd-detail__left {
  background-color: rgba(0, 0, 0, 0.14);
  color: #1e1410;
}

.pd-detail__Out {
  /*background-color: rgba(#ff4500,.14);*/
  color: #ff4500;
}

.pd-detail__moq {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  color: #555555;
}

.pd-detail__preview-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}

.pd-detail__click-wrap > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  text-transform: capitalize;
  color: #270003;
}
.pd-detail__click-wrap > a:hover {
  color: #b6b6b6;
  text-decoration: underline;
}
.pd-detail__click-wrap .added {
  color: #BE1E2D;
}

.pd-detail__click-count {
  font-size: 10px;
  color: #a0a0a0;
}

.pd-detail__form {
  width: 100%;
}
.pd-detail__form .btn {
  padding: 1rem 3rem;
  border-radius: 30px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .pd-detail__form .btn {
    margin-bottom: 5px;
  }
}

/**
  * Variations
 */
.pd-detail__color, .pd-detail__size {
  display: flex;
  flex-wrap: wrap;
}

.color__radio {
  position: relative;
  line-height: 1.89;
  margin-right: 36px;
  display: inline-block;
}

.color__radio [type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.color__radio-label {
  position: initial;
  display: inline-block;
}

.color__radio-label:before, .color__radio-label:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.color__radio-label:after {
  transform: scale(0.6);
  background-color: inherit;
}

.color__radio input:checked + label:before {
  border-color: #d2d2d2;
}

.size__radio {
  position: relative;
  margin: 0 12px 12px 0;
}

.size__radio [type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.size__radio-label {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 7px 15px;
  background-color: #ffffff;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
}

.size__radio input:checked + label {
  border-color: #222222;
}

.pd-detail__policy-list {
  margin: 0;
  padding-left: 26px;
  font-size: 14px;
  list-style: none;
}
.pd-detail__policy-list > li i {
  color: #009444;
}
.pd-detail__policy-list > li span {
  color: #000000;
}

.pd-tab__list {
  margin: 0;
  border-bottom: 2px solid #e7e7e7;
}
.pd-tab__list > li {
  margin-bottom: -2px;
}
.pd-tab__list > li > a {
  padding: 10px 0;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  letter-spacing: 0.01rem;
  transition: all 0.3s;
}
.pd-tab__list > li > a span {
  margin-left: 2px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .pd-tab__list > li > a span {
    font-size: 12px;
  }
}
.pd-tab__list > li > a.active {
  color: #000000;
  border-color: #000000;
}
@media (max-width: 1024px) {
  .pd-tab__list > li > a {
    font-size: 12px;
  }
}
.pd-tab__list > li + li {
  margin-left: 28px;
}
@media (max-width: 1024px) {
  .pd-tab__list > li + li {
    margin-left: 10px;
  }
}

.pd-tab__desc, .pd-tab__tag {
  max-width: 691px;
}

.pd-tab__desc p {
  color: #222222;
  font-size: 16px;
  line-height: 2;
}
.pd-tab__desc ul {
  margin: 0;
  padding-left: 16px;
  list-style: none;
}
.pd-tab__desc ul > li {
  margin-bottom: 7px;
  color: #222222;
  font-size: 14px;
}
.pd-tab__desc h4 {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: capitalize;
}
.pd-tab__desc .pd-table {
  overflow: auto;
}
.pd-tab__desc .pd-table table {
  width: 100%;
  border-radius: 2px;
  border-top: 3px solid #f5f5f5;
  border-bottom: 3px solid #f5f5f5;
  border-collapse: collapse;
}
.pd-tab__desc .pd-table tbody tr {
  border-bottom: 3px solid #f5f5f5;
}
.pd-tab__desc .pd-table tbody td {
  font-size: 14px;
  color: #000000;
  padding: 12px;
}
@media (max-width: 991px) {
  .pd-tab__desc .pd-table tbody td {
    font-size: 0.8125rem;
  }
}
.pd-tab__desc .pd-table tbody td:first-child {
  color: #222222;
  font-weight: 600;
}

.pd-tab__tag h2 {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 1.18;
}
.pd-tab__tag form {
  width: 100%;
}
.pd-tab__tag form .btn {
  font-size: 14px;
  font-weight: 600;
  border: 0;
  height: 48px;
  padding: 17px 18px;
}
.pd-tab__tag form .input-text {
  height: 48px;
  margin-right: 8px;
  width: 50%;
}

.pd-tab__rev-f1 {
  width: 100%;
}

.pd-tab__rev-score {
  padding: 40px 0;
  text-align: center;
  background-color: #f6f6f6;
}
.pd-tab__rev-score h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 0.875;
  color: #222222;
}
.pd-tab__rev-score h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 0.875;
  color: #222222;
}

.rev-f1__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rev-f1__group h2 {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 1.18;
}
.rev-f1__group .select-box {
  border-radius: 0.375rem;
}

.rev-f1__review {
  max-width: 691px;
}

.review-o {
  padding: 1rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.review-o__name {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}

.review-o__date {
  margin-left: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #000000;
}

.review-o__rating span {
  margin-left: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #000000;
}

.review-o__text {
  font-size: 14px;
  color: #000000;
}

.pd-tab__rev-f2 {
  width: 100%;
}
.pd-tab__rev-f2 h2 {
  font-size: 32px;
  color: #222222;
  line-height: 0.9;
}
.pd-tab__rev-f2 .input-text, .pd-tab__rev-f2 .text-area {
  width: 100%;
}
.pd-tab__rev-f2 .text-area {
  height: 15.625rem;
}
.pd-tab__rev-f2 .btn {
  font-weight: 600;
  padding: 16px 46px;
}

.rev-f2__table-wrap {
  overflow: auto;
}

.rev-f2__table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}
.rev-f2__table th, .rev-f2__table td {
  padding: 16px 4px;
  border: 1px solid #d6d6d6;
}
.rev-f2__table th {
  width: 120px;
  color: #222222;
  background-color: #f0f0f0;
  font-size: 14px;
}
.rev-f2__table th span {
  margin-top: 2px;
  display: block;
  font-size: 11px;
  color: #222222;
}

.rev-f2__group {
  display: flex;
  flex-wrap: nowrap;
}
.rev-f2__group div {
  flex: 1;
  margin-right: 14px;
}
.rev-f2__group div:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .pd-text {
    display: none;
  }
  .zoomContainer {
    display: none;
  }
  .rev-f2__group {
    display: block;
  }
  .rev-f2__group div {
    display: block;
    margin-right: 0;
  }
  .table td, .table th {
    font-size: 0.8125rem;
  }
}
@media (max-width: 575px) {
  .pd-detail-inline-2 {
    display: block;
  }
  .pd-detail-inline-2 div {
    display: block;
    margin-right: 0;
  }
  .rev-f1__group {
    display: block;
  }
}
/*--------------------------------------------------------------
19.0 Shop-Pages
--------------------------------------------------------------*/
.shop-w-master__heading {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  line-height: 20px;
}

.sidebar--bg-snow {
  background-color: #f9f9f9;
}

.shop-w--style {
  border: 1px solid #ff5f13;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
}
.shop-w__intro-wrap {
  position: relative;
}
.shop-w__h {
  font-size: 14px;
  padding: 11px 12px;
  /*border-bottom: 1px solid #efefef;*/
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  color: #ffffff;
  background: #00235b;
  border-radius: 4px;
}
.shop-w__wrap {
  padding: 14px;
}

.shop-w__toggle.collapsed:before {
  content: "\f077";
}

/*.FilterByCat.collapsed {
        .fa-minus-square {
            &:before {*/
/*content: "\f146";*/
/*content: "\f0fe";
            }
        }    
}*/
.shop-w__toggle {
  position: absolute;
  top: 50%;
  padding: 8px 12px;
  background-color: transparent;
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  cursor: pointer;
  color: #444;
}

.shop-w ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.shop-w__list {
  overflow: auto;
  /*max-height: 290px;*/
}
.shop-w__list > li {
  position: relative;
  padding: 8px 16px;
}

.shop-w__list-2 {
  overflow: auto;
  max-height: 290px;
}
.shop-w__list-2 > li {
  padding: 0.25rem 0;
  position: relative;
}

.list__content {
  position: relative;
}
.list__content [type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.list__content span {
  padding: 8px 16px;
  display: block;
  font-size: 14px;
  transition: background-color 110ms ease-in-out, color 110ms ease-in-out;
  color: #000000;
}

.list__content:hover span {
  color: #222222;
  background-color: #ececec;
  border-radius: 0.5rem;
}

.list__content input:checked + span {
  background-color: #ececec;
  color: #222222;
  border-radius: 0.5rem;
}

.shop-w__total-text {
  font-size: 11px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: #222222;
  right: 13px;
}

.shop-w__category-list {
  overflow: auto;
  max-height: 290px;
}
.shop-w__category-list > li {
  padding: 5px 10px;
}
.shop-w__category-list > li > a {
  font-size: 18px;
  color: #222222 !important;
  transition: color 110ms ease-in-out;
}
.shop-w__category-list > li > a:hover {
  color: #00235b;
}
.shop-w__category-list > li ul .has-list > a {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
}
.shop-w__category-list > li ul {
  display: none;
  padding-left: 8px;
}
.shop-w__category-list > li ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.shop-w__category-list > li ul li a {
  font-size: 1rem;
  color: #000000;
  transition: color 110ms ease-in-out;
}
.shop-w__category-list > li ul li a:hover {
  color: #00235b;
}

.has-list {
  position: relative;
}

.category-list__text {
  font-size: 10px;
  color: #a0a0a0;
}

.js-shop-category-span {
  cursor: pointer;
  font-size: 14px;
  color: #444;
  transition: color 110ms ease-in-out;
}
.js-shop-category-span:hover {
  color: #000000;
}

.js-shop-category-span.is-expanded:before {
  content: "\f068";
}

.shop-w__form-p-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
}
.shop-w__form-p-wrap div {
  margin-right: 8px;
  margin-bottom: 12px;
}
.shop-w__form-p-wrap div:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.shop-w__form-p-wrap .input-text, .shop-w__form-p-wrap .btn {
  height: 34px;
  padding: 8px;
  border-radius: 2px;
}
.shop-w__form-p-wrap .input-text {
  width: 75px;
  border: 1px solid #FFE5D4;
  border-radius: 4px;
}
.shop-w__form-p-wrap .btn {
  width: 35px;
}

.color__check {
  position: relative;
  line-height: 1.89;
  margin-right: 36px;
  display: inline-block;
}

.color__check [type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.color__check-label {
  position: initial;
  display: inline-block;
}

.color__check-label:before, .color__check-label:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.color__check-label:after {
  transform: scale(0.6);
  background-color: inherit;
}

.color__check input:checked + label:before {
  border-color: #d2d2d2;
}

.rating__check {
  position: relative;
  cursor: pointer;
}
.rating__check [type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.rating__check-star-wrap > i {
  margin-left: 2px;
  color: #ff4500;
  transition: color 0.4s ease-in-out;
}
.rating__check-star-wrap > i:first-child {
  margin-left: 0;
}
.rating__check-star-wrap span {
  font-size: 12px;
  color: #222222;
  margin-right: 2px;
}

.rating__check:hover .rating__check-star-wrap > i {
  color: #ff9600;
}

.rating__check input:checked + .rating__check-star-wrap > i {
  color: #ff9600;
}

.shop-p__meta-wrap {
  box-shadow: 0px 7px 72px rgba(24, 20, 57, 0.07);
  padding: 20px;
  border-radius: 0.625rem;
}

.shop-p__meta-text-1 {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #222222;
}

.shop-p__meta-text-2 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 991px) {
  .shop-p__meta-text-2 {
    font-size: 11.5px;
  }
}

.shop-p__tool-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tool-style__group {
  display: flex;
  flex-wrap: wrap;
}
.tool-style__group span {
  position: relative;
  display: inline-block;
  height: 40px;
  cursor: pointer;
  border: 2px solid #e5e5e5;
  font-size: 14px;
  padding: 8px 18px;
  font-weight: 700;
  color: #222222;
}
@media (max-width: 1024px) {
  .tool-style__group span {
    padding: 8px 10px;
  }
}
.tool-style__group span:hover {
  background-color: rgba(0, 35, 91, 0.12);
  color: #00235b;
  border-color: #00235b;
  z-index: 2;
}
.tool-style__group span:not(:last-child) {
  margin-right: -2px;
}
.tool-style__group span.is-active {
  background-color: rgba(0, 35, 91, 0.12);
  color: #00235b;
  border-color: #00235b;
  z-index: 2;
}

.tool-style__form-wrap {
  display: flex;
  align-items: center;
}
.tool-style__form-wrap div + div {
  margin-left: 15px;
}
.tool-style__form-wrap select {
  border-radius: 0.25rem;
}

.is-grid-active .product-m {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ff5f13;
  border-radius: 6px;
  transition: 0.3s;
  background: #ffffff;
}
.is-grid-active .product-m__thumb {
  position: relative;
}
.is-grid-active .product-m__add-cart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.is-grid-active .product-m__add-cart > a {
  padding: 12px;
  border-radius: 0.125rem;
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: block;
}
.is-grid-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.is-grid-active .product-m__quick-look > a {
  font-size: 16px;
  color: #00235b;
  transition: color 110ms ease-in-out;
}
.is-grid-active .product-m__quick-look > a:hover {
  color: #a0a0a0;
}
.is-grid-active .product-m__content {
  padding: 4px 16px 6px;
}
@media (max-width: 768px) {
  .is-grid-active .product-m__content {
    min-height: 200px;
  }
}
.is-grid-active .product-m__category {
  margin-bottom: 8px;
  line-height: 1.2;
}
.is-grid-active .product-m__category > a {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  color: #555555;
}
.is-grid-active .product-m__category > a:hover {
  color: #00235b;
}
.is-grid-active .product-m__name > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  text-transform: capitalize;
  color: #222222;
}
@media (max-width: 576px) {
  .is-grid-active .product-m__name > a {
    font-size: 12px;
    font-weight: 300;
  }
}
.is-grid-active .product-m__name > a:hover {
  color: #00235b;
}
.is-grid-active .product-m__price {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  color: #00235b;
  padding-bottom: 8px;
  /* @media (max-width: 576px) {
      font-size: 12px;
      font-weight: 300;
  }*/
}
.is-grid-active .product-m__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #00235b;
  font-size: 14px;
  text-decoration: line-through;
}
.is-grid-active .product-m__rating {
  margin-bottom: 6px;
}
.is-grid-active .product-m__rating i {
  font-size: 12px;
}
.is-grid-active .product-m__review {
  margin-left: 4px;
  font-size: 11px;
  color: #a0a0a0;
}
.is-grid-active .product-m__hover {
  position: absolute;
  top: 96%;
  width: 100%;
  z-index: 9;
  padding: 4px 16px 14px;
  left: 0;
  background: #ffffff;
  box-shadow: 0 0 15px 0 #d7d7d7;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.is-grid-active .product-m__wishlist {
  text-align: right;
}
.is-grid-active .product-m__wishlist a {
  font-size: 16px;
  color: #a0a0a0;
  transition: color 110ms ease-in-out;
}
.is-grid-active .product-m__wishlist a:hover {
  color: #00235b;
}
.is-grid-active .product-m__preview-description {
  margin: 8px 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  color: #555555;
}
.is-grid-active .product-m__preview-description a {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  /* or 100% */
  text-transform: capitalize;
  color: #270003;
}
@media (max-width: 991px) {
  .is-grid-active .col-4 {
    padding: 0 5px;
  }
}

.is-grid-active .product-m:hover {
  box-shadow: 0px 7px 72px rgba(24, 20, 57, 0.07);
  /*box-shadow: 0 0 15px 0 #d7d7d7;*/
}
.is-grid-active .product-m:hover .product-m__add-cart {
  opacity: 1;
  visibility: visible;
}
.is-grid-active .product-m:hover .product-m__quick-look {
  opacity: 1;
  visibility: visible;
}
.is-grid-active .product-m:hover .product-m__hover {
  top: 99%;
  opacity: 1;
  visibility: visible;
}

.is-list-active {
  display: block;
}
.is-list-active [class*=col-] {
  display: block;
  max-width: 100%;
  width: 100%;
}

.is-list-active .product-m {
  padding: 15px 0;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
}
.is-list-active .product-m__thumb {
  position: relative;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}
.is-list-active .product-m__add-cart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.is-list-active .product-m__add-cart > a {
  padding: 12px;
  border-radius: 0.125rem;
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: block;
}
.is-list-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.is-list-active .product-m__quick-look > a {
  font-size: 16px;
  color: #00235b;
  transition: color 110ms ease-in-out;
}
.is-list-active .product-m__quick-look > a:hover {
  color: #002156;
}
.is-list-active .product-m__content {
  position: relative;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 15px;
  padding-left: 15px;
}
.is-list-active .product-m__category {
  margin-bottom: 2px;
  line-height: 1.2;
}
.is-list-active .product-m__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}
.is-list-active .product-m__category > a:hover {
  color: #00235b;
}
.is-list-active .product-m__name > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}
.is-list-active .product-m__name > a:hover {
  color: #00235b;
}
.is-list-active .product-m__price {
  margin-bottom: 8px;
  line-height: 1.2;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.is-list-active .product-m__discount {
  font-weight: 600;
  margin-left: 30px;
  color: #00235b;
  font-size: 14px;
  text-decoration: line-through;
}
.is-list-active .product-m__rating {
  margin-bottom: 6px;
}
.is-list-active .product-m__rating i {
  font-size: 12px;
}
.is-list-active .product-m__review {
  margin-left: 4px;
  font-size: 11px;
  color: #a0a0a0;
}
.is-list-active .product-m__preview-description {
  font-size: 12px;
  color: #000000;
}
.is-list-active .product-m__wishlist {
  position: absolute;
  right: 12px;
  bottom: 13px;
}
.is-list-active .product-m__wishlist a {
  font-size: 16px;
  color: #a0a0a0;
  transition: color 110ms ease-in-out;
}
.is-list-active .product-m__wishlist a:hover {
  color: #00235b;
}

.is-list-active .product-m:hover {
  background: #ffffff;
  border-radius: 0.1875rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.is-list-active .product-m:hover .product-m__add-cart {
  opacity: 1;
  visibility: visible;
}
.is-list-active .product-m:hover .product-m__quick-look {
  opacity: 1;
  visibility: visible;
}

.shop-p__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  display: flex;
  align-items: center;
}
.shop-p__pagination > li {
  margin-right: 14px;
}
@media (max-width: 991px) {
  .shop-p__pagination > li {
    margin-right: 5px;
  }
}
.shop-p__pagination > li:last-child {
  margin-right: 0;
}
.shop-p__pagination > li > a {
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  display: block;
  font-weight: 600;
  border-radius: 50%;
  background-color: transparent;
  color: #222222;
}
@media (max-width: 991px) {
  .shop-p__pagination > li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.shop-p__pagination > li.is-active > a {
  background-color: #00235b;
  color: #ffffff;
}
.shop-p__pagination > li:not(.is-active) > a:hover {
  color: #00235b;
  text-decoration: underline;
}

.shop-a__wrap {
  position: fixed;
  top: 0;
  width: 350px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  left: 0;
  transition: all 400ms ease-out;
  transform: translate(-200px, 0);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575px) {
  .shop-a__wrap {
    width: 240px;
  }
}
.shop-a__inner {
  overflow: auto;
  height: 100%;
  padding: 1.25rem 1.125rem;
}

.shop-a.is-open .shop-a__wrap {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575px) {
  .is-list-active .product-m__thumb {
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .is-list-active .product-m__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .is-list-active .product-m__wishlist {
    position: static;
    text-align: right;
  }
  .shop-p__tool-style {
    display: block;
  }
  .tool-style__form-wrap {
    display: block;
  }
  .tool-style__form-wrap div + div {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  #cartBtn, #wishListBtn {
    display: block;
  }
}

/*--------------------------------------------------------------
14.0 Signin Signup Lost Password-Page
--------------------------------------------------------------*/
.profile-image img.img-border {
  border: 5px solid #fff;
  height: 70px;
  width: 70px;
  object-fit: cover;
}

.supplier-profile .profile-with-cover .avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
}
.supplier-profile .profile-with-cover .avatar-upload .avatar-edit {
  right: 55px;
  top: 100px;
}
.supplier-profile .profile-with-cover .avatar-upload .avatar-edit label i {
  color: #000000;
}
.supplier-profile .profile-with-cover .avatar-upload img.img-border,
.supplier-profile .profile-with-cover .profile-image img.img-border {
  border: 5px solid #fff;
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.supplier-profile .profile-with-cover .card-title {
  color: #FFFFFF;
  text-shadow: 1px 1px 4px #464855;
}
.supplier-profile .profile-with-cover .card-img-top {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.52);
  box-shadow: 5px 10px 18px #c7c7c7;
  height: 455px;
  width: 100%;
}
.supplier-profile .profile-with-cover .card-img-top img {
  width: 100%;
  height: 455px;
  object-fit: cover;
}
.supplier-profile .profile-with-cover .card-img-top:before {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.supplier-profile .navbar-profile {
  margin-left: 130px;
}
.supplier-profile .profil-cover-details {
  position: absolute;
  margin-top: 300px;
}
.supplier-profile .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.profile-card-with-stats .btn-float {
  padding: 8px 14px 4px 14px;
}

@media (max-width: 1024px) {
  .table-bordered thead td, .table-bordered thead th,
.table-bordered th, .table-bordered td {
    font-size: 14px;
  }
}

/*--------- Buyer ---------*/
.buyer-profile .profile-with-cover .profile-image img.img-border {
  border: 5px solid #fff;
  max-height: 140px;
}
.buyer-profile .profile-with-cover .card-title {
  color: #FFFFFF;
  text-shadow: 1px 1px 4px #464855;
}
.buyer-profile .profile-with-cover .card-img-top {
  background: rgb(0, 0, 0);
  box-shadow: 5px 10px 18px #c7c7c7;
  height: 300px;
  width: 100%;
}
.buyer-profile .profile-with-cover .card-img-top img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.buyer-profile .navbar-profile {
  margin-left: 130px;
}
.buyer-profile .profil-cover-details {
  position: absolute;
  margin-top: 210px;
}
.buyer-profile .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.height-300 {
  height: 300px;
}

.bg-cover {
  background-size: cover !important;
}

.profile-card-with-stats .btn-float {
  padding: 8px 14px 4px 14px;
}

@media (max-width: 1024px) {
  .table-bordered thead td, .table-bordered thead th,
.table-bordered th, .table-bordered td {
    font-size: 14px;
  }
}

.cardHolder {
  margin-top: 30px;
  transition: 0.5s;
  width: 380px;
  height: 200px;
  border-radius: 15px;
  background-color: rgb(139, 139, 139);
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1024px) {
  .cardHolder {
    width: 300px;
  }
}
.cardHolder .card-position {
  position: relative;
}
.cardHolder .logo {
  width: 100px;
  position: absolute;
  right: 10px;
  color: white;
}
.cardHolder .card-number {
  position: absolute;
  left: 20px;
  bottom: -130px;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cardHolder .card-number {
    font-size: 1rem;
  }
}
.cardHolder .card-name {
  display: flex;
  position: absolute;
  max-width: 120px;
  left: 40px;
  bottom: -170px;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  overflow: hidden;
}
.cardHolder .card-surname {
  display: flex;
  position: absolute;
  /*max-width: 20px;
  left: 120px;*/
  bottom: -170px;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  overflow: hidden;
}
.cardHolder .card-mm {
  display: flex;
  position: absolute;
  max-width: 20px;
  left: 260px;
  bottom: -185px;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  overflow: hidden;
  font-size: 14px;
}
.cardHolder .card-yy {
  display: flex;
  position: absolute;
  width: 40px;
  left: 215px;
  bottom: -185px;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  overflow: hidden;
  font-size: 14px;
}
.cardHolder .sim {
  width: 70px;
  height: 50px;
  position: absolute;
  left: 10px;
  bottom: -60px;
}

.supplier-img {
  height: 170px;
  width: 160px;
}

/*--------------------------------------------------------------
9.0 About-Page
--------------------------------------------------------------*/
.chat-application .app-content, .chat-application .content-right, .chat-application .content-wrapper, .chat-application .content-body {
  height: 100%;
}
.chat-application .content-wrapper {
  padding: 0 !important;
}
.chat-application .sidebar-left {
  border-right: 1px solid #E4E7ED;
  z-index: 999;
}
.chat-application .chat-fixed-search {
  position: fixed;
  z-index: 999;
  background: #FFFFFF;
  width: 300px;
  border-bottom: 1px solid #E4E7ED;
}
.chat-application .users-list-padding {
  padding-top: 83px;
  padding-bottom: 60px;
}
.chat-application .chat-app-window {
  padding: 20px 30px;
  overflow-y: scroll;
  text-align: center;
  /*height: calc(100% - 112px);*/
  max-height: 500px;
  background-color: #fff;
}
.chat-application .chat-app-form {
  position: relative;
  padding: 20px 10px;
  background-color: #ff5f13;
  overflow: hidden;
}
.chat-application .chats {
  padding: 0;
}
.chat-application .chats .chat-body {
  display: block;
  margin: 10px 30px 0 0;
  overflow: hidden;
}
.chat-application .chats .chat-body .chat-content {
  text-align: right;
  position: relative;
  display: block;
  float: right;
  padding: 8px 15px;
  margin: 0 20px 10px 0;
  clear: both;
  color: #fff;
  background-color: #1E9FF2;
  border-radius: 4px;
}
.chat-application .chats .chat-body .chat-content:before {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #1E9FF2;
}
.chat-application .chats .chat-body .chat-content + .chat-content:before {
  border-color: transparent;
}
.chat-application .chats .chat-body .chat-content p {
  margin: 0;
}
.chat-application .chats .chat-avatar {
  float: right;
}
.chat-application .chats .chat-avatar .avatar {
  width: 50px;
  margin-top: -10px;
}
.chat-application .chats .time {
  color: #BABFC7;
  font-size: 12px;
  text-align: center;
  margin: 40px 0;
}
.chat-application .chats .chat-left .chat-avatar {
  float: left;
}
.chat-application .chats .chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px;
}
.chat-application .chats .chat-left .chat-content {
  text-align: left;
  float: left;
  margin: 0 0 10px 20px;
  color: #6B6F82;
  background-color: #edeef0;
}
.chat-application .chats .chat-left .chat-content + .chat-content:before {
  border-color: transparent;
}
.chat-application .chats .chat-left .chat-content:before {
  right: auto;
  left: -10px;
  border-right-color: #edeef0;
  border-left-color: transparent;
}
.chat-application .form-control-position {
  cursor: pointer;
}
.chat-application .form-control-position.control-position-right {
  right: 18px;
  top: 2px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .chat-application .chat-app-window {
    height: calc(100% - 132px);
  }
}
.horizontal-layout.chat-application .app-content {
  height: calc(100% - 144px) !important;
  min-height: calc(100% - 144px) !important;
  margin-top: 0 !important;
}
.horizontal-layout.chat-application .app-content .chat-app-window {
  height: -webkit-calc(100% - 83px) !important;
}

/*--------------------------------------------------------------
9.0 About-Page
--------------------------------------------------------------*/
#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  #progress-bar-container li .step-inner {
    font-size: 10px;
    bottom: 5px;
  }
}
#progress-bar-container li.active, #progress-bar-container li:hover {
  color: #444;
}
#progress-bar-container li::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  /*background-color: #777;*/
  margin: auto;
  border: 7px solid #fff;
  border-radius: 50%;
  margin-top: 38px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.2);
  transition: all ease 0.25s;
}
#progress-bar-container li:hover::after {
  /*background: #555;*/
}
#progress-bar-container li.active::after {
  background: #207893;
}
#progress-bar-container #line {
  width: 80%;
  margin: auto;
  background-color: #eee;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.75s;
}
#progress-bar-container #line-progress {
  content: " ";
  width: 23%;
  height: 100%;
  background-color: #207893;
  background: linear-gradient(to right #207893 0%, #2ea3b7 100%);
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}

#progress-content-section {
  position: relative;
  top: 100px;
  width: 90%;
  margin: auto;
  background: #f3f3f3;
  border-radius: 4px;
}
#progress-content-section .section-content {
  padding: 30px 40px;
  text-align: center;
}

.section-content {
  display: none;
  animation: FadeinUp 0.7s ease 1 forwards;
  transform: translateY(15px);
  opacity: 0;
}
.section-content h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}
.section-content p {
  font-size: 16px;
  line-height: 1.8rem;
  color: #777;
}
.section-content.active {
  display: block;
  opacity: 1;
}

.progress-wrapper {
  margin: auto;
  max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100%;
  margin-top: 65px;
}
#progress-bar-container ul {
  padding-top: 15px;
  z-index: 999;
  position: absolute;
  width: 100%;
  margin-top: -33px;
}
#progress-bar-container li {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 60px;
  position: relative;
}
#progress-bar-container li::before {
  content: " ";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #aaa;
  transition: all ease 0.3s;
}
#progress-bar-container li.active::before, #progress-bar-container li:hover::before {
  border: 2px solid #fff;
  background-color: crimson;
}
@media (max-width: 991px) {
  #progress-bar-container li {
    height: 70px;
  }
}

@keyframes FadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* ---- Start Sales Card ------- */
#id-card {
  display: inline-block;
  float: left;
  margin-right: 2em;
}

.id-card {
  width: 336px;
  height: 192px;
  background: #ffffff;
  padding: 10px;
  position: relative;
}
.id-card__mugshot {
  position: absolute;
  right: 10px;
  width: 100px;
  height: 100px;
  border-left: 4px solid red;
  background: #ffffff;
}
.id-card__mugshot img {
  width: 100px;
  height: 100px;
}
.id-card__logo {
  width: 200px;
}
.id-card__subject-id {
  position: absolute;
  top: 54px;
  left: 130px;
  font-family: monospace;
  font-size: 14pt;
  transform: rotate(-4deg);
}
.id-card__banner {
  height: 10pt;
  background: red;
  margin-top: 10px;
  margin-left: -10px;
  padding-left: 12px;
}
.id-card__banner-text {
  color: #ffffff;
  font-size: 8pt;
  letter-spacing: 2px;
  line-height: 0;
  position: relative;
  top: -6px;
}
.id-card__details {
  padding-top: 20px;
  font-size: 6pt;
  line-height: 1.5;
  text-transform: uppercase;
  width: 60%;
  display: inline-block;
}
.id-card__details--short {
  float: right;
  margin-left: 30px;
  width: 100px;
}
.id-card__detail {
  height: 10px;
  padding-top: 4px;
  padding-bottom: 10px;
}
.id-card__detail + .id-card__detail {
  /*border-top: 1px solid #bf3636;*/
}
.id-card__detail-label {
  color: #333;
  font-weight: bold;
}
.id-card__detail-label:after {
  font-weight: normal;
}

.logo__big {
  font-size: 24pt;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 4px;
}
.logo__small {
  font-size: 10pt;
  letter-spacing: 4px;
  position: relative;
  top: -10px;
  left: 2px;
}

.material-ui-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.material-ui-shadow:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* ---- End Sales Card ------- */
.salesPartnerPage .breadcrumb__list {
  margin-bottom: 0;
}
.salesPartnerPage .avatar-upload .avatar-preview {
  width: 86px;
  height: 86px;
}
.salesPartnerPage .avatar-upload .avatar-edit {
  right: 104px;
}

/*--------------------------------------------------------------
9.0 About-Page
--------------------------------------------------------------*/
.help-page-header {
  background-image: url(../images/collection/help-center-header.jpg);
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.help-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
9.0 About-Page
--------------------------------------------------------------*/
/** My Orders page **/
@media screen and (max-width: 767px) {
  .my-orders-page .custom-card {
    padding-inline: 13px !important;
    padding-block: 0 !important;
    background: transparent;
    box-shadow: none;
  }
  .my-orders-page .custom-card > .col-12.p-0 {
    padding: 16px !important;
    background: #FFFFFF;
    box-shadow: 0px 7px 72px rgba(24, 20, 57, 0.07);
    border-radius: 16px;
  }
  .my-orders-page .mo-d-block {
    display: block !important;
  }
  .my-orders-page table.text-align-center {
    text-align-last: inherit;
    text-align: inherit;
  }
  .my-orders-page table.text-align-center td {
    width: auto;
    /*padding: 8px;*/
  }
  .my-orders-page table.text-align-center td span.rounded.bg-danger {
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
    color: #00235b !important;
    background-color: #fff !important;
    padding-right: 30px !important;
  }
  .my-orders-page table.text-align-center td span.rounded.bg-danger + div {
    margin-top: 4px !important;
  }
  .my-orders-page table.text-align-center td span.manage-o__badge {
    width: 119px !important;
    height: 22px !important;
    background: #FFFFFF;
    border: 1px solid #00235b;
    border-radius: 4px !important;
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    text-transform: lowercase;
    color: #000000;
    display: inline-flex;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
  }
}

/** Order negotiation page **/
@media screen and (max-width: 767px) {
  .order-negotiation-page > .u-s-p-b-60:first-child {
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .order-negotiation-page .negotiation-with-title, .order-negotiation-page .negotiation-address-title {
    font-weight: 500;
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .order-negotiation-page .negotiation-address-title {
    padding-right: 16px;
  }
  .order-negotiation-page .negotiation-area-container {
    padding: 16px !important;
  }
  .order-negotiation-page .negotiation-area-container .px-0 {
    padding-inline: 15px !important;
  }
  .order-negotiation-page .negotiation-area-container .row.border {
    margin-inline: 0px !important;
    border: none !important;
  }
  .order-negotiation-page .negotiation-area-container .row.border .px-0 {
    padding-inline: 0px !important;
  }
  .order-negotiation-page .negotiation-area-container form > .u-s-m-b-40 {
    margin-bottom: 16px !important;
  }
  .order-negotiation-page .negotiation-area-container .negotiation-quantity-and-price-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px !important;
    padding-bottom: 4px;
  }
  .order-negotiation-page .negotiation-area-container .negotiation-select-type-area {
    padding-bottom: 6px !important;
  }
  .order-negotiation-page .negotiation-area-container .negotiation-select-type-area .radio-box__label:before, .order-negotiation-page .negotiation-area-container .negotiation-select-type-area .radio-box__label:after {
    width: 14px;
    height: 14px;
    left: 4px;
    top: 3px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table {
    width: initial;
    overflow: initial;
    display: grid;
    margin-bottom: 0;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .table-p__img-wrap {
    height: auto;
    width: auto;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .table-p__img-wrap img {
    height: 44px;
    width: 35px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .table-p__info {
    margin-left: 4px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .table-p__info div {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .table-p__info small {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    display: block;
    margin-bottom: 4px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .table-p__box {
    justify-content: flex-end;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table tbody tr {
    margin: 0;
    border-radius: 0;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table tbody tr td {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table tbody tr td a {
    height: 20px;
    width: 20px;
    padding: 4px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table tbody tr td .offer.price {
    padding-block: 2px;
    height: 20px !important;
    width: 65px !important;
    text-align: center;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table tbody tr td .input-counter {
    height: 20px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table tbody tr td .input-counter input {
    height: 20px;
    width: 80px;
    font-size: 12px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table tbody tr td .input-counter span {
    line-height: 20px;
    width: 20px;
    font-size: 12px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table div.d-flex.align-items-center {
    justify-content: flex-end;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table div.d-flex.align-items-center span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table div.d-flex.align-items-center small {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-tr {
    background: #fff;
    display: grid;
    grid-template-columns: auto 55px;
    position: relative;
    border-bottom: none;
    /* &:after {
        content: "Discount Persentage";
        position: absolute;
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        top: 9px;
        left: 12px;
    }*/
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-tr td {
    padding: 12px;
    text-align: left;
    /*padding-top: 35px;*/
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    padding-bottom: 6px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-tr td input {
    width: 30px;
    height: 14px;
    padding: 0;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-tr td:last-child {
    /*display: none;*/
    border-top: 1px solid #ff5f13;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-tr td:first-child {
    border-top: 1px solid #ff5f13;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-supplier {
    background: #fff;
    display: grid;
    grid-template-columns: auto 55px;
    position: relative;
    border-top: none;
    /* & + .total-order-summery {
        padding-top: 35px;

        &:after {
            content: "Total Order Summery";
            position: absolute;
            font-weight: 500;
            font-size: 12px;
            line-height: 12px;
            top: 9px;
            left: 12px;
        }
    }*/
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-supplier td {
    padding: 12px;
    text-align: left;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    padding-top: 6px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-supplier td input {
    width: 30px;
    height: 14px;
    padding: 0;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-supplier td:last-child {
    /*display: none;*/
    border-top: 1px solid #ff5f13;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .discount-percentage-supplier td:first-child {
    border-top: 1px solid #ff5f13;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .total-order-summery {
    background: #fff;
    display: grid;
    grid-template-columns: auto 100px;
    position: relative;
    border-top: none;
    border-bottom: none;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .total-order-summery:last-child {
    border-bottom: 1px solid #ff5f13;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .total-order-summery td {
    padding: 12px;
    text-align: left;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    padding-block: 6px;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .total-order-summery td input {
    width: 30px;
    height: 14px;
    padding: 0;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .total-order-summery td:nth-child(2) {
    text-align: right;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .total-order-summery td:last-child {
    /*display: none;*/
    border-top: 1px solid #ff5f13;
  }
  .order-negotiation-page .negotiation-area-container .special-responsive-table .total-order-summery td:first-child {
    border-top: 1px solid #ff5f13;
  }
  .order-negotiation-page .negotiation-area-container .disclaimer-area {
    padding-top: 8px;
  }
  .order-negotiation-page .negotiation-area-container .disclaimer-area small {
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
    display: block;
  }
  .order-negotiation-page .negotiation-area-container .negotiation-buttons-area {
    padding-top: 16px !important;
    padding-inline: 0 !important;
    padding-bottom: 0 !important;
  }
  .order-negotiation-page .negotiation-area-container .negotiation-buttons-area > div {
    padding-block: 0 !important;
  }
  .order-negotiation-page .negotiation-area-container .negotiation-buttons-area .send-requiest-button,
.order-negotiation-page .negotiation-area-container .negotiation-buttons-area .save-draft-button,
.order-negotiation-page .negotiation-area-container .negotiation-buttons-area .save-confirm-button {
    width: 150px;
    height: 20px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 12px;
    padding: 0 !important;
    display: inline-flex;
  }
}

/*--------------------------------------------------------------
20.0 Vendor Extension Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
20.1 Bootstrap
--------------------------------------------------------------*/
/* Modal styles */
.modal {
  z-index: 999999;
}

.modal-content {
  display: block !important;
  border: none;
  /*border-radius: 0;*/
}

.modal--radius {
  border-radius: 8px;
}

.modal--shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

/* Tootip styles */
.tooltip {
  font-family: "Helvetica Neue", Roboto, "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f5f5f5;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f5f5f5;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f5f5f5;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f5f5f5;
}

.tooltip[x-placement^=bottom] .arrow::before {
  border-bottom-color: #02023a;
  /*color: yellow;*/
}

.tooltip[x-placement^=left] .arrow::before {
  border-left-color: #02023a;
  color: #ffffff;
}

.tooltip[x-placement^=right] .arrow::before {
  border-right-color: #02023a;
  color: #ffffff;
}

.tooltip-inner {
  color: #ffffff;
  background-color: #02023a;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .tooltip.show {
    opacity: 0;
  }
}
.d-none {
  display: none;
}

/*--------------------------------------------------------------
20.2 jquery.shopnav
--------------------------------------------------------------*/
.ah-list {
  margin: 0;
  padding: 0;
}
.ah-list li {
  list-style: none;
}
.ah-list ul {
  margin: 0;
  padding: 0;
}

.ah-list--design1 > li {
  display: inline-block;
}
.ah-list--design1 > li > a {
  display: inline-block;
  font-size: 16px;
  padding: 28px 18px;
}
@media (max-width: 1680px) {
  .ah-list--design1 > li > a {
    font-size: 14px;
  }
}

.ah-list--link-color-secondary > li > a {
  color: #222222;
}

.ah-list--link-color-white > li > a {
  color: #ffffff !important;
}

.ah-list--design2 > li {
  display: inline-block;
}
.ah-list--design2 > li > a {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  padding: 31px 15px;
}

.has-dropdown > ul .has-dropdown {
  position: relative;
}

.has-dropdown > ul {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
  position: absolute;
  text-align: left;
  padding: 20px 0 20px;
  z-index: 999;
  white-space: nowrap;
  transition: all 0.3s ease;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.has-dropdown > ul > li > a {
  display: block;
  padding: 8px 20px;
  color: #222222;
  font-size: 12px;
  /*font-weight: 600;*/
}

.has-dropdown--ul-left-100 > ul {
  left: 100%;
}

.has-dropdown--ul-right-100 > ul {
  right: 100%;
}

@media (max-width: 1024px) {
  .menu-init .fa-angle-down:before {
    content: none;
  }
  .menu-init.js-open .ah-lg-mode {
    left: 0;
    transition: all 0.4s ease-in-out;
  }
  .menu-init.js-open:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 19999;
  }
  .ah-lg-mode {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #ffffff;
    z-index: 20000;
    overflow-y: auto;
    transition: all 0.4s ease-in-out;
  }
  .ah-close {
    color: #000;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    display: block;
  }
  .ah-list > li {
    position: relative;
    display: block;
    border-top: 1px solid #f8f8f8;
    color: #555 !important;
  }
  .ah-list > li > a {
    display: block;
    padding: 15px 18px;
  }
  .ah-list > li:last-child {
    border-bottom: 1px solid #f8f8f8;
  }
  .ah-list--design1 > li > a, .ah-list--design2 > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
  }
  .ah-list--design1 > li > a:hover, .ah-list--design2 > li > a:hover {
    background: #ff5f13;
  }
  .ah-list--design1 > li > a > i, .ah-list--design2 > li > a > i {
    top: 3px;
    position: relative;
  }
  .ah-list--link-color-white > li > a {
    color: #222222 !important;
  }
  .js-menu-toggle {
    display: block;
    position: absolute;
    right: 25px;
    top: 15px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .js-menu-toggle:after {
    font-size: 12px;
    content: "\e956";
    font-family: "icomoon";
    position: absolute;
    width: 100%;
    color: #00235b;
    display: block;
    text-align: center;
  }
  .js-menu-toggle.js-toggle-mark:after {
    font-size: 12px;
    content: "\e93e";
    font-family: "icomoon";
  }
  .has-dropdown > ul {
    width: 100% !important;
    box-shadow: none;
    transition: none;
    position: static;
    padding: 0 0 10px;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .has-dropdown > ul > li {
    padding: 0;
  }
  .has-dropdown > ul > li > a {
    display: block;
  }
  .ah-list > li > ul > li > a {
    padding: 8px 36px;
  }
  .ah-list > li > ul > li > a:hover {
    background: #ff5f13;
  }
  .ah-list > li > ul > li > ul > li > a {
    padding: 8px 54px;
  }
  .ah-list > li > ul > li > ul > li > ul > li > a {
    padding: 8px 72px;
    white-space: initial;
  }
  .ah-list > li > ul > li > .form-inline {
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .toggle-button {
    display: none;
  }
  .ah-close {
    display: none;
  }
  .ah-list > li > a:hover {
    color: #00235b;
  }
  .has-dropdown > ul > li:hover {
    background-color: #fbfbfb;
  }
  .has-dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .ah-list > .has-dropdown:hover > ul {
    top: 100%;
  }
  .has-dropdown .has-dropdown:hover > ul {
    top: 0;
  }
  .ah-list > .has-dropdown:hover > a {
    color: #00235b;
  }
  .has-dropdown > a .fa-angle-down {
    font-size: 12px;
    line-height: 18px;
    float: right;
  }
  .has-dropdown:hover > a .i-state-right:before {
    content: "\f105";
  }
}
.cutoms_name {
  font-size: 12px;
  padding: 8px 20px;
  white-space: pre-wrap;
}
@media (max-width: 1025px) {
  .cutoms_name {
    padding: 8px 36px !important;
  }
}

/* Extension Mega Menu */
.mega-text {
  display: inline-block;
  user-select: none;
  font-size: 16px;
  /*font-weight: 600;*/
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  /*line-height: 34px;*/
  /*padding: 5px 10px;*/
  /*border-radius: 15px;*/
  /*background-color: $g-brand-color;*/
  /*@media (max-width: ($g-mobileBreakpoint + 1) * 1px) {
      color: $g-black;
  }*/
}

.mega-menu-list > ul > li::after {
  content: "\e93b";
  font-family: "icomoon";
  color: #999999;
  transform: translate(275px, -35px);
  position: absolute;
}
@media (max-width: 1200px) {
  .mega-menu-list > ul > li::after {
    transform: translate(210px, -35px);
  }
}
.mega-menu-list > ul > li > a {
  display: block;
  padding: 10px 22px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #ff5f13;
}
.mega-menu-list > ul > li > a:last-child {
  border-bottom: unset;
}
.mega-menu-list > ul > li.js-active {
  background: #ff5f13;
}
.mega-menu-list > ul > li.js-active > a {
  color: #000000;
  font-weight: 600;
}
.mega-menu-list > ul > li.js-active::after {
  color: #00235b;
}

.mega-menu-content {
  display: none;
}

.mega-menu-content.js-active {
  display: block;
}

.mega-menu-content [class*=col-] > ul > li > a {
  padding: 8px 0;
  display: block;
  color: #222222;
  font-size: 12px;
}
.mega-menu-content [class*=col-] > ul > li > a:hover {
  color: #00235b;
}
.mega-menu-content [class*=col-] > ul > .mega-list-title > a {
  font-weight: 700;
  /*color: $g-brand-color !important;*/
}

.mega-menu-content > h5 {
  font-weight: 600;
  margin: 6px 0 0;
  font-size: 12px;
  color: #000000;
}

@media (max-width: 1024px) {
  .toggle-mega-text {
    /*width: 34px;*/
    display: inline-block;
    /*height: 34px;*/
    user-select: none;
    /*background-color: $g-brand-color;*/
    font-size: 12px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    /*color: $g-white;*/
  }
  .mega-menu {
    display: none;
  }
  .mega-menu-list {
    padding: 20px;
    border: 1px solid #f6f6f6;
  }
  .mega-menu-list > ul > li {
    position: relative;
  }
  .mega-menu-content {
    padding: 20px;
  }
  .mega-menu-content .row {
    display: block;
  }
  .mega-menu-content [class*=col-] {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .mega-image {
    display: none;
  }
}
@media (min-width: 991px) {
  .js-open.mega-text {
    /*animation: mypulse 1s;*/
  }
  .js-open.mega-text ~ .mega-menu {
    display: block;
  }
  .mega-menu {
    display: none;
    width: 98%;
    position: absolute;
    z-index: 9998;
    padding: 0 0 20px 0;
    /*top: 100%;*/
    /*padding: 30px;    
    background-color: $g-white;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);*/
  }
  .mega-menu-wrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .mega-menu-list {
    flex: 0 0 25%;
    max-width: 25%;
    background-color: #ffffff;
    /*border: 1px solid #DCDEE3;*/
    padding: 12px 0;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 6px 6px;
  }
  .mega-menu-content {
    background-color: #ffffff;
    flex: 0 0 65%;
    max-width: 65%;
    overflow-y: auto;
    padding: 15px 17px;
    height: 370px;
    transition: opacity 0.5s;
    display: none;
    top: -1px;
    margin-left: -2px;
    border-radius: 0px 0px 6px 0px;
  }
  .mega-menu-content::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
  }
  .mega-menu-content::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 2px;
    background-color: transparent;
  }
  .mega-menu-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #00235b;
  }
  .mega-menu-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mega-banner {
    position: relative;
    overflow: hidden;
  }
  .mega-banner img {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
  }
  .mega-banner:hover img {
    transform: scale(1.1);
  }
  .mega-image {
    margin: auto 0;
  }
}
.appear-in-sideBar {
  display: none;
}
@media (max-width: 1024px) {
  .appear-in-sideBar {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hide-in-24 {
    display: none;
  }
}
/* Extension Mini Cart */
#NotificationDropdown,
.mini-cart-shop-link {
  position: relative;
}
#NotificationDropdown > .total-item-round,
.mini-cart-shop-link > .total-item-round {
  top: 5px;
  left: 15px;
  /*
  @media (max-width: 1366px) {
      left: 28px;
  }

  @media (max-width: 1280px) {
      left: 25px;
  }*/
}

.total-item-round {
  width: 16px;
  position: absolute;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  background-color: #ff5f13;
  color: #ffffff;
  z-index: 999;
  /*  @media (max-width: 1440px) {
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 10px;
  }

  @media (max-width: 1366px) {
      width: 18px;
      height: 18px;
      line-height: 18px;
      font-size: 9px;
  }*/
}
@media (max-width: 991px) {
  .total-item-round {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 9px;
    top: 8px;
  }
}

.total-item-round-2 {
  width: 16px;
  /*position: absolute;*/
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  background-color: #ff5f13;
  color: #ffffff;
  z-index: 1;
}

.total-item-round-3 {
  width: 18px;
  position: absolute;
  height: 18px;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  background-color: #00235b;
  color: #ffffff;
  z-index: 999;
}

.mini-cart {
  background-color: #ffffff;
  box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.06);
  width: 478px;
  padding: 14px;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 998;
  top: 120%;
  opacity: 0;
  right: 0;
  visibility: hidden;
}

.mini-product-container {
  max-height: 280px;
  padding: 17px;
  overflow-y: auto;
}

.card-mini-product {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px;
  margin-bottom: 22px;
}
.card-mini-product:last-child {
  margin-bottom: 0;
}

.mini-product {
  display: flex;
  align-items: center;
}
.mini-product__image-wrapper {
  margin-right: 20px;
}
.mini-product__link {
  background-color: #f2f2f2;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
.mini-product__link img {
  display: block;
  min-width: 80px;
}
.mini-product__category {
  display: block;
}
.mini-product__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}
.mini-product__category > a:hover {
  color: #00235b;
}
.mini-product__name {
  display: block;
}
.mini-product__name > a {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}
.mini-product__name > a:hover {
  color: #00235b;
}
.mini-product__quantity {
  font-size: 12px;
  margin-right: 4px;
  color: #222222;
}
.mini-product__price {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
.mini-product__delete-link {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  color: #222222;
  transition: color 0.5s;
}
.mini-product__delete-link:hover {
  color: #00235b;
}

.mini-total {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.subtotal-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}

.subtotal-value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
}

.mini-link {
  display: block;
  text-align: center;
  padding: 12px 42px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 10px;
}

.mini-action {
  width: 65%;
  margin: 0 auto;
}

.dropdown-menu {
  border-radius: 0.35rem;
  box-shadow: 0px 5px 75px 2px rgba(64, 70, 74, 0.2) !important;
  border: 1px solid #E4E5EC;
}

.dropdown-menu.show {
  max-height: 210px;
  overflow-y: auto;
}

@media (max-width: 1024px) {
  #NotificationDropdown > .total-item-round,
.mini-cart-shop-link > .total-item-round {
    top: 10px;
    left: 10px;
  }
  .toggle-button-shop + .total-item-round {
    top: 5px;
    right: 15px;
  }
  .has-dropdown > .mini-cart {
    width: 100% !important;
    box-shadow: none;
    transition: none;
    padding: 14px;
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .mini-product-container {
    max-height: 836px;
  }
  .card-mini-product {
    display: block;
    text-align: center;
  }
  .mini-product {
    display: block;
  }
  .mini-product__image-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mini-product__info-wrapper {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
  .mini-total {
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .toggle-button-shop + .total-item-round {
    display: none;
  }
  .has-dropdown:hover > .mini-cart {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*--------------------------------------------------------------
20.3 Owl-Carousel
--------------------------------------------------------------*/
.slider-fouc {
  display: none;
}

.s-skeleton {
  position: relative;
}
.s-skeleton--h-600 {
  min-height: 600px;
}
.s-skeleton--h-640 {
  min-height: 640px;
}
.s-skeleton--bg-grey {
  background-color: #f2f2f2;
}
.s-skeleton--bg-black {
  background-color: transparent;
}
.s-skeleton .owl-carousel {
  position: static;
}

.primary-style-1 .hero-slide {
  height: 825px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .primary-style-1 .hero-slide {
    height: 300px;
  }
}

.primary-style-2 .hero-slide {
  height: 480px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .primary-style-2 .hero-slide {
    height: 300px;
  }
}

.primary-style-3 .hero-slide {
  height: 640px;
}

.primary-style-3-wrap {
  position: absolute;
  bottom: 120px;
  z-index: 1;
  width: 100%;
}

.hero-slide {
  background: center center/cover no-repeat;
  /* &--1 {
     background-image: url('../images/slider/slide-1.jpg');
   }
   &--2 {
     background-image: url('../images/slider/slide-2.jpg');
   }
   &--3 {
     background-image: url('../images/slider/slide-3.jpg');
   }

   &--4 {
     background-image: url('../images/slider/slide-4.jpg');
   }

   &--5 {
     background-image: url('../images/slider/slide-5.jpg');
   }

   &--6 {
     background-image: url('../images/slider/slide-6.jpg');
   }

   &--7 {
     background-image: url('../images/slider/slide-7.jpg');
   }
   &--8 {
     background-image: url('../images/slider/slide-8.jpg');
   }
   &--9 {
     background-image: url('../images/slider/slide-9.jpg');
   }*/
}

.slsPrtnr-slide {
  background: center center/cover no-repeat;
}
.slsPrtnr-slide--1 {
  background-image: url("../images/slider/partner-slide-1.jpg");
}
.slsPrtnr-slide--2 {
  background-image: url("../images/slider/partner-slide-2.jpg");
}
.slsPrtnr-slide--3 {
  background-image: url("../images/slider/partner-slide-3.jpg");
}
.slsPrtnr-slide--4 {
  background-image: url("../images/slider/slide-4.jpg");
}
.slsPrtnr-slide--5 {
  background-image: url("../images/slider/slide-5.jpg");
}
.slsPrtnr-slide--6 {
  background-image: url("../images/slider/slide-6.jpg");
}
.slsPrtnr-slide--7 {
  background-image: url("../images/slider/slide-7.jpg");
}
.slsPrtnr-slide--8 {
  background-image: url("../images/slider/slide-8.jpg");
}
.slsPrtnr-slide--9 {
  background-image: url("../images/slider/slide-9.jpg");
}

.owl-carousel .owl-dots {
  position: absolute;
}
.owl-carousel button.owl-dot:focus {
  outline: 0;
}

.owl-carousel.primary-style-1 .owl-dots {
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.owl-carousel.primary-style-1 button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  margin-bottom: 6px;
  background: #e1e1e1;
  transition: background 0.8s ease-out;
}
.owl-carousel.primary-style-1 button.owl-dot:last-child {
  margin-bottom: 0;
}
.owl-carousel.primary-style-1 button.owl-dot.active, .owl-carousel.primary-style-1 button.owl-dot:hover {
  background: transparent linear-gradient(-180deg, #00235b 0%, #00378e 100%);
}

.owl-carousel.primary-style-2 .owl-dots {
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.owl-carousel.primary-style-2 button.owl-dot {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #7f7f7f;
  transition: background 0.8s ease-out;
}
.owl-carousel.primary-style-2 button.owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel.primary-style-2 button.owl-dot.active, .owl-carousel.primary-style-2 button.owl-dot:hover {
  background-color: #ffffff;
}

.primary-style-2-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .primary-style-2-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .primary-style-2-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .primary-style-2-container {
    max-width: 960px;
  }
}
.owl-carousel.primary-style-3 .owl-dots {
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.owl-carousel.primary-style-3 button.owl-dot {
  width: 5px;
  height: 32px;
  display: block;
  margin-bottom: 6px;
  background-color: #f3f3f3;
  transition: background 0.8s ease-out;
}
.owl-carousel.primary-style-3 button.owl-dot:last-child {
  margin-bottom: 0;
}
.owl-carousel.primary-style-3 button.owl-dot.active, .owl-carousel.primary-style-3 button.owl-dot:hover {
  background-color: #00235b;
}

.owl-carousel#testimonial-slider .owl-dots {
  width: 100%;
  text-align: center;
  bottom: -30px;
}
.owl-carousel#testimonial-slider button.owl-dot {
  width: 11px;
  height: 11px;
  display: inline-block;
  border: 1px solid #222222;
  margin-right: 4px;
  border-radius: 50%;
  background-color: transparent;
  transition: background 0.8s ease-out;
}
.owl-carousel#testimonial-slider button.owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel#testimonial-slider button.owl-dot.active, .owl-carousel#testimonial-slider button.owl-dot:hover {
  background-color: #222222;
}

.content-span-1 {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 992px) {
  .content-span-1 {
    font-size: 0.875rem;
  }
}

.content-span-2 {
  font-weight: 700;
  font-size: 3.25rem;
  display: block;
}
@media (max-width: 992px) {
  .content-span-2 {
    font-size: 1.25rem;
  }
}

.content-span-3 {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.content-span-4 {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.content-span-4 span {
  font-weight: 700;
  margin-left: 4px;
  font-size: 1.375rem;
}

.shop-now-link {
  padding: 18px 53px;
  font-size: 0.75rem;
  position: relative;
  transition: background 0.3s;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
}

.owl-item .slider-content--animation * {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-item.active .content-span-1 {
  animation-delay: 0.5s;
  animation-name: fadeInLeft;
}
.owl-item.active .content-span-2 {
  animation-delay: 1s;
  animation-name: fadeInLeft;
}
.owl-item.active .content-span-3 {
  animation-delay: 1.5s;
  animation-name: fadeInLeft;
}
.owl-item.active .content-span-4 {
  animation-delay: 1.5s;
  animation-name: fadeInLeft;
}
.owl-item.active .shop-now-link {
  animation-delay: 2s;
  animation-name: fadeInLeft;
}

.product-slider, .tab-slider {
  position: static;
}
.product-slider .owl-item:hover, .tab-slider .owl-item:hover {
  z-index: 2;
}

/* Products-Slider (Previous & Next Buttons) */
.section__content:hover .p-prev, .section__content:hover .t-prev, .section__content:hover .p-next, .section__content:hover .t-next {
  opacity: 1;
}

.p-prev, .p-next {
  text-align: center;
  box-shadow: 0 6px 15px 5px rgba(36, 37, 38, 0.08);
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 72px;
  line-height: 72px;
  width: 36px;
  background-color: #00235b;
  margin: auto 0;
  transition: opacity 0.6s ease-in, background-color 0.6s ease-in;
  opacity: 0;
}
.p-prev > i, .p-next > i {
  font-size: 14px;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-prev {
  left: 0;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}
.p-prev > i {
  left: 6px;
}

.p-next {
  right: 0;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
.p-next > i {
  right: 6px;
}

.t-prev, .t-next {
  text-align: center;
  z-index: 1;
  display: inline-block;
  /*box-shadow: 0 6px 15px 5px rgba(36, 37, 38, 0.08);*/
  /*background-color: $g-white;*/
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  width: 15px;
  margin: auto 0;
  transition: opacity 0.6s ease-in;
  opacity: 0;
}
.t-prev > i, .t-next > i {
  font-size: 20px;
  color: #00235b;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.t-prev {
  left: 0;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}
.t-prev > i {
  left: -10px;
}
.t-prev > i:before {
  content: "\e93a";
  font-family: "icomoon";
}

.t-next {
  right: 0;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
.t-next > i {
  right: -10px;
}
.t-next > i:before {
  content: "\e93b";
  font-family: "icomoon";
}

#brand-slider .owl-stage {
  margin: 1.25rem 0;
}

.brand-slide {
  width: 155px;
  height: 60px;
  margin: 0 auto;
}
.brand-slide a {
  display: block;
  background-color: #ffffff;
  transition: all 0.3s;
}
.brand-slide a:hover {
  box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.b-prev, .b-next {
  text-align: center;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 0;
  height: 36px;
  line-height: 36px;
  width: 36px;
  box-shadow: 0 6px 15px 5px rgba(36, 37, 38, 0.08);
  background-color: #ffffff;
  margin: auto 0;
  transition: opacity 0.6s ease-in;
  opacity: 0;
}
.b-prev > i, .b-next > i {
  font-size: 14px;
  color: #222222;
}

.b-prev {
  left: 0;
}

.b-next {
  right: 0;
}

/* Brand-Slider (Previous & Next Buttons) */
.section__content:hover .b-prev, .section__content:hover .b-next {
  opacity: 1;
}

/*--------------------------------------------------------------
20.4 jquery.scrollUp
--------------------------------------------------------------*/
/* ScrollUp Custom */
#topScroll {
  right: 24px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 2px 2px 4px 4px rgba(36, 37, 38, 0.08);
  background-color: #ff5f13;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

/*--------------------------------------------------------------
20.5 Slick Carousel
--------------------------------------------------------------*/
.slick-slide, .slick-slide * {
  outline: none;
}

#pd-o-thumbnail .slick-slide:not(.slick-current) {
  opacity: 0.4;
}

#js-product-detail-modal-thumbnail .slick-slide:not(.slick-current) {
  opacity: 0.4;
}

.pt-prev, .pt-next {
  text-align: center;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 0;
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  width: 36px;
  margin: auto 0;
  transition: opacity ease-in-out 0.5s, background-color ease-in 0.3s;
  background-color: #ffffff;
  opacity: 0;
}
.pt-prev i, .pt-next i {
  font-size: 12px;
  color: #000000;
}

.pt-prev {
  left: 20px;
}

.pt-next {
  right: 20px;
}

#pd-o-thumbnail:hover .pt-prev, #pd-o-thumbnail:hover .pt-next {
  opacity: 0.8;
}

#js-product-detail-modal-thumbnail:hover .pt-prev, #js-product-detail-modal-thumbnail:hover .pt-next {
  opacity: 0.8;
}

span.multiselect-native-select {
  position: relative;
  display: flex;
  width: 100%;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiselect.dropdown-toggle:after {
  display: none;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container .multiselect-filter {
  width: 100%;
}
.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: 0.75rem;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}
.multiselect-container .multiselect-option {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}
.multiselect-container .multiselect-option.multiselect-group-option-indented {
  padding-left: 1.75rem;
}
.multiselect-container .multiselect-option .form-check-input[type=radio] {
  display: none;
}
.multiselect-container .multiselect-group, .multiselect-container .multiselect-all {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}
.multiselect-container .multiselect-option.dropdown-item, .multiselect-container .multiselect-group.dropdown-item, .multiselect-container .multiselect-all.dropdown-item, .multiselect-container .multiselect-option.dropdown-toggle, .multiselect-container .multiselect-group.dropdown-toggle, .multiselect-container .multiselect-all.dropdown-toggle, .multiselect-container .multiselect-option .form-check-label, .multiselect-container .multiselect-group .form-check-label, .multiselect-container .multiselect-all .form-check-label {
  cursor: pointer;
}
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: lightgrey;
  color: black;
}
.multiselect-container .multiselect-option:hover, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-all:focus {
  background-color: darkgray !important;
}
.multiselect-container .multiselect-option .form-check, .multiselect-container .multiselect-group .form-check, .multiselect-container .multiselect-all .form-check {
  padding: 0 5px 0 20px;
}
.multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-all:focus {
  outline: none;
}

.form-inline .multiselect-container span.form-check {
  padding: 3px 20px 3px 40px;
}

.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: 4em;
}
.input-group > .multiselect-native-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}
.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 35px;
  border: 0.6px solid #3C3C3C;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.add--cat .select2-container {
  width: 60% !important;
}
@media (max-width: 1280px) {
  .add--cat .select2-container {
    width: 60% !important;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .add--cat .select2-container {
    width: 50% !important;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .add--cat .select2-container {
    width: 100% !important;
    margin-bottom: 5px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  /*content: "\e93e";
  font-family: 'icomoon';*/
  background-image: url(../../images/core-img/down-arrow.svg);
  background-color: transparent;
  background-size: contain;
  border: none;
  height: 10px;
  width: 18px;
  margin: 7px auto;
  top: 5px;
  left: -5px;
}

@font-face {
  font-family: "Image Uploader Icons";
  src: url(../webfonts/iu.eot);
  src: url(../webfonts/iu.eot) format("embedded-opentype"), url(../webfonts/iu.ttf) format("truetype"), url(../webfonts/iu.woff) format("woff"), url(../webfonts/iu.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.multiImgUplodr [class*=iui-], .multiImgUplodr [class^=iui-] {
  font-family: "Image Uploader Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.multiImgUplodr .iui-close:before {
  content: "\e900";
}
.multiImgUplodr .iui-cloud-upload:before {
  content: "\e901";
}
.multiImgUplodr .image-uploader {
  min-height: 10rem;
  border: 1px solid #d9d9d9;
  position: relative;
}
.multiImgUplodr .image-uploader.drag-over {
  background-color: #f3f3f3;
}
.multiImgUplodr .image-uploader input[type=file] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.multiImgUplodr .image-uploader .upload-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.multiImgUplodr .image-uploader .upload-text i {
  display: block;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.multiImgUplodr .image-uploader .upload-text span {
  display: block;
}
.multiImgUplodr .image-uploader.has-files .upload-text {
  display: none;
}
.multiImgUplodr .image-uploader .uploaded {
  padding: 0.5rem;
  line-height: 0;
}
.multiImgUplodr .image-uploader .uploaded .uploaded-image {
  display: inline-block;
  width: calc(16.6666667% - 1rem);
  padding-bottom: calc(16.6666667% - 1rem);
  height: 0;
  position: relative;
  margin: 0.5rem;
  background: #f3f3f3;
  cursor: default;
}
.multiImgUplodr .image-uploader .uploaded .uploaded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.multiImgUplodr .image-uploader .uploaded .uploaded-image .delete-image {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  border-radius: 50%;
  padding: 0.3rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  border: none;
}
.multiImgUplodr .image-uploader .uploaded .uploaded-image:hover .delete-image {
  display: block;
}
.multiImgUplodr .image-uploader .uploaded .uploaded-image .delete-image i {
  display: block;
  color: #fff;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media screen and (max-width: 1366px) {
  .multiImgUplodr .image-uploader .uploaded .uploaded-image {
    width: calc(20% - 1rem);
    padding-bottom: calc(20% - 1rem);
  }
}
@media screen and (max-width: 992px) {
  .multiImgUplodr .image-uploader .uploaded {
    padding: 0.4rem;
  }
  .multiImgUplodr .image-uploader .uploaded .uploaded-image {
    width: calc(25% - 0.8rem);
    padding-bottom: calc(25% - 0.4rem);
    margin: 0.4rem;
  }
}
@media screen and (max-width: 786px) {
  .multiImgUplodr .image-uploader .uploaded {
    padding: 0.3rem;
  }
  .multiImgUplodr .image-uploader .uploaded .uploaded-image {
    width: calc(33.3333333333% - 0.6rem);
    padding-bottom: calc(33.3333333333% - 0.3rem);
    margin: 0.3rem;
  }
}
@media screen and (max-width: 450px) {
  .multiImgUplodr .image-uploader .uploaded {
    padding: 0.2rem;
  }
  .multiImgUplodr .image-uploader .uploaded .uploaded-image {
    width: calc(50% - 0.4rem);
    padding-bottom: calc(50% - 0.4rem);
    margin: 0.2rem;
  }
}

.bg-sec-brand {
  background: rgba(251, 239, 231, 0.6);
}

.custom-padd-btn-1 {
  padding: 13px 34px;
}
@media screen and (max-width: 991px) {
  .custom-padd-btn-1 {
    padding: 4px 12px;
  }
}

.custom-padd-btn-2 {
  padding: 13px 22px;
}
@media screen and (max-width: 991px) {
  .custom-padd-btn-2 {
    padding: 4px 12px;
  }
}

.ps-relative {
  position: relative !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.text-underline {
  text-decoration: underline;
}

.mn-higt-24 {
  min-height: 24px;
}

.mn-higt-36 {
  min-height: 36px;
}

.mn-higt-40 {
  min-height: 40px;
}

.mn-higt-45 {
  min-height: 45px;
}

.mn-higt-145 {
  min-height: 145px;
}

.mx-higt-170 {
  max-height: 170px;
}

.mx-higt-400 {
  max-height: 400px;
}

.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.overflow-y-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
.overflow-y-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #00235b;
}

.brdr-btm-brnd-clr {
  border-bottom: 1px solid #00235b;
}

.brdr-btm-gry-clr {
  border-bottom: 0.7px solid #D9D9D9;
}

.brdr-gry-clr {
  border: 0.7px solid #D9D9D9;
}

.brdr-brnd-clr {
  border: 1px solid #00235b;
}

.brdr-v2 {
  border: 1px solid #D9D9D9;
}

.brdr-btm-v2 {
  border-bottom: 1px solid #D9D9D9;
}

.brdr-v3 {
  border: 1px solid rgba(251, 239, 231, 0.6);
}

.brdr-btm-v3 {
  border-bottom: 1px solid rgba(251, 239, 231, 0.6);
}

.brdr-top-v3 {
  border-top: 1px solid rgba(251, 239, 231, 0.6);
}

.trns-y--40 {
  transform: translateY(-40px);
}

.card-box-shadow {
  background: #FFFFFF;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .breadcrumb__wrap {
    padding: 0 !important;
    margin-top: 15px;
  }
  .breadcrumb__list {
    margin: 0;
  }
  .padding-zero-mobile {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .form-group input.form-control, .form-group select.form-control, form input.form-control, form select.form-control {
    font-size: 13px !important;
    height: 30px !important;
  }
  .form-group .input-group-addon, form .input-group-addon {
    padding: 2px !important;
  }
  .form-group .input-group-addon span, .form-group .input-group-addon i, form .input-group-addon span, form .input-group-addon i {
    font-size: 13px !important;
  }
  .btn-danger, .btn-primary, .btn-sm-outline-default, .btn-sm-outline-primary, .btn-outline-default, .btn-outline-primary, .btn-default, .btn--e-brand-b-2 {
    /*padding: 0 !important;
    padding-inline: 10px !important;
    height: 25px;*/
    font-size: 12px;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    /*max-width: fit-content;*/
  }
  .select2-container {
    /*width: auto!important;*/
    max-width: 100%;
    display: block;
  }
  .dataTables_wrapper .row:first-child {
    margin-bottom: 10px !important;
  }
  .dataTables_wrapper .row:first-child > div {
    width: 50% !important;
  }
  .dataTables_wrapper .dataTables_length label {
    font-size: 8px !important;
    margin: 0 !important;
  }
  .dataTables_wrapper .dataTables_length select {
    border: 1px solid #FFE5D4;
    border-radius: 4px;
    height: 20px;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #222;
  }
  .dataTables_wrapper .dataTables_filter label {
    display: block;
    position: relative;
    width: 100% !important;
    margin: 0 !important;
  }
  .dataTables_wrapper .dataTables_filter label:after {
    content: "\e95c";
    font-family: "icomoon" !important;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 18px;
    color: #999;
  }
  .dataTables_wrapper .dataTables_filter input {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    margin: 0;
    height: 24px;
    width: 100%;
    margin: 0 !important;
  }
  .dataTables_wrapper .dataTables_filter input::placeholder {
    font-size: 8px;
  }
  .modal-dialog {
    width: auto !important;
  }
  .checkout-modal1__form .u-s-m-b-30 {
    margin-bottom: 7px !important;
  }
}
.supscr-border {
  border: 2px solid #ff5f13;
  border-radius: 16px;
}

.check-custom-color {
  background: rgba(20, 255, 0, 0.14);
  color: #378115;
  border-radius: 50%;
  padding: 6px;
}

.circle-custom .icon-false-circ {
  font-size: 25px;
}
.circle-custom .icon-false-circ .path1:before {
  color: rgba(255, 0, 0, 0.14);
}
.circle-custom .icon-false-circ .path2:before {
  color: #00235b;
}
.circle-custom .icon-true-circ {
  font-size: 25px;
}
.circle-custom .icon-true-circ .path1:before {
  color: rgba(20, 255, 0, 0.14);
}
.circle-custom .icon-true-circ .path2:before {
  color: #378115;
}

.dropdown-menu ul {
  padding: 0;
}
.dropdown-menu ul li a {
  color: #222222;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #00235b;
  color: #ffffff;
}
.dropdown-menu .dropdown-item:hover i {
  color: #ffffff !important;
}

.brdr-raduis-16 {
  border-radius: 16px;
}

.box-shadow-login {
  box-shadow: 0px 7px 72px rgba(24, 20, 57, 0.07);
}

.custom-background {
  background: rgba(251, 239, 231, 0.5);
  border-radius: 6px;
}

.rounded-custom {
  width: 50px;
  height: 50px;
  background: #ff5f13;
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #00235b;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.card-border-color-sec {
  border: 1.5px solid #ff5f13;
  border-radius: 4px;
}

.img-avatar {
  background-image: url(../images/core-img/avatar-p.jpg);
  width: 100px;
  height: 100px;
}

.bg-gray {
  background: #F5F5F5;
}

.dash-new {
  background: #FFFFFF;
  border-radius: 6px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(217, 217, 217, 0.2);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  border: unset;
  border-color: rgba(217, 217, 217, 0.2) !important;
}

.c-font-24 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.dash-card-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #93A3AB;
}

.dash-card-title-2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}

.dash-card-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

.dash-circ-1 {
  background: #E3F6FF;
  width: 55px;
  height: 55px;
  border-radius: 100%;
}

.dash-circl-2 {
  background: rgba(255, 51, 51, 0.12);
  width: 55px;
  height: 55px;
  border-radius: 100%;
}

.dash-circ-3 {
  background: rgba(255, 209, 90, 0.3);
  width: 55px;
  height: 55px;
  border-radius: 100%;
}

.page-link {
  color: #333;
  background-color: #ff5f13;
  border: unset;
  margin: 0 6px;
  border-radius: 4px;
  padding: 2px 8px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  background-color: transparent;
  color: #00235b;
}
.page-item:last-child .page-link {
  background-color: transparent;
  color: #00235b;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background: #00235b;
  border: unset;
  border-radius: 4px;
}
.page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
  background-color: #00235b;
  color: #ffffff;
}
.page-item .is-active {
  z-index: 3;
  color: #fff;
  background: #00235b;
  border: unset;
  border-radius: 4px;
}

.card {
  border: 2px solid #ff5f13;
  border-radius: 12px;
}

.card-header {
  background: #FFF;
  border-bottom: 1px solid #ff5f13;
}

.category-contnr {
  min-height: 240px;
  border: 1px solid #ff5f13;
  border-radius: 12px;
}
.category-contnr:hover {
  background: #ff5f13;
}
.category-contnr .card-footer {
  background-color: unset;
  border-top: unset;
  min-height: 80px;
  display: flex;
  justify-content: center;
}
.category-contnr img {
  max-height: 185px;
  min-height: 185px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #00235b;
}

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #ff5f13;
  color: #222;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #00235b;
}

.dtp div.dtp-actual-year {
  color: #222;
}

.custom-dropdown {
  max-height: 300px !important;
}
.custom-dropdown .dropdown-item {
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
  border-bottom: 1px solid #ff5f13;
}
.custom-dropdown .dropdown-item:last-child {
  border-bottom: unset;
}

.overflow-x-none {
  overflow-x: unset !important;
}

.custom-list .nav-item > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #000000 !important;
}
.custom-list .nav-item > a.active {
  color: #00235b;
  border-bottom: 1px solid #00235b;
  background-color: unset;
  border-radius: unset;
}
.custom-list .nav-item:last-child {
  margin-right: 0;
}

.custom-nav .nav-item {
  border-bottom: 1px solid #ff5f13;
}
.custom-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  text-transform: capitalize;
  color: #222222;
}
.custom-nav .nav-item .nav-link.active {
  font-weight: 500;
}

.kv-zoom-actions .btn-default,
.file-footer-buttons .btn-default {
  padding: unset;
  background-color: transparent;
  color: inherit;
  border-radius: unset;
}

.bi-zoom-in::before {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.bi-arrows-fullscreen::before {
  content: "\f065";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.bi-x-lg::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.bi-arrows-angle-expand::before {
  content: "\f424";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.bi-arrows-expand::before {
  content: "\f362";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.bi-arrow-clockwise::before {
  content: "\f0e2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.bi-chevron-right::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.bi-chevron-left::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.bi-trash::before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin: 0 8px;
}

.fileinput-remove-button {
  padding: unset;
  margin: 0 10px;
}
.fileinput-remove-button span {
  display: none;
}

.table thead th {
  vertical-align: middle;
  border-bottom: unset;
  background: #00235b;
  border-top: unset;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  /*font-family: 'Montserrat-med';*/
}
.table td {
  border-top: 1px solid #ff5f13;
  font-size: 12px;
  vertical-align: middle;
}

.custom-card {
  background: #FFFFFF;
  box-shadow: 0px 7px 72px rgba(24, 20, 57, 0.07);
  border-radius: 16px;
  border: unset;
}

.custom-search-input input {
  background: #ff5f13;
  /*border-radius: 30px !important;*/
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: unset !important;
}
.custom-search-input .input-group-addon {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: unset !important;
  background: #ff5f13;
}

.custom-panel-conuter {
  background: #ff5f13;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  /* or 156% */
  text-align: center;
  text-transform: capitalize;
  color: #00235b;
}

.custom-icon-bg {
  background: #00235b;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
}

div.dataTables_wrapper div.dataTables_filter input {
  border-radius: 30px;
  border: unset;
  background-color: #00235b;
  width: 90%;
  margin: 0 !important;
  color: #ffffff;
}
div.dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
  color: #ffffff !important;
}
div.dataTables_wrapper div.dataTables_filter input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
}
div.dataTables_wrapper div.dataTables_filter input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
}
div.dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
  color: #ffffff !important;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 70%;
}

.ml--20 {
  margin-left: -20px;
}

.nav-header-primary {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  color: #000000;
}

.main-color-alpha64 {
  color: rgba(0, 0, 0, 0.64) !important;
}

.add-product-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(60, 60, 60, 0.81);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 10px;
  font-weight: 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  vertical-align: inherit;
  margin-top: 2px;
}

.select2-container .select2-selection--multiple {
  min-height: 30px;
  padding-bottom: 0px;
}

.subscrp-tbl-fx-col {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
  text-align: start;
  padding: 12px 0 0 32px;
}

.subscrp-tbl-dta-col {
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
}

.features-font {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: capitalize;
  color: #222222;
  padding: 12px 0 0 32px;
  text-align: start;
}

.cunt-area {
  max-height: 190px;
  overflow-y: auto;
}
.cunt-area::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.cunt-area::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
.cunt-area::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ff5f13;
}

.dailName {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .dailName {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
}

#pd-o-thumbnail {
  float: left;
  width: 22%;
}

#pd-o-initiate {
  float: right;
  width: 75%;
}

.custom-bg-v2 {
  background: #ff5f13;
  border: 1.2px solid #ff5f13;
  border-radius: 4px;
}

.confirmOrderBtn {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  padding: 8px 65px !important;
}

div.dataTables_wrapper div.dataTables_length label {
  font-size: 12px;
  color: #222222;
  line-height: 12px;
  font-weight: 400;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 12px;
  color: #222222;
  font-weight: 400;
}

.custom-padd-btn {
  padding: 10px 7px 5px;
}

.fcs-brdr-trans:focus {
  border-color: transparent !important;
}

.bg-sm-white {
  margin: 0 8px;
  border-radius: 4px;
  background-color: #fff;
  color: #00235b;
  width: 30px;
  height: 30px;
  text-align: center;
  /*padding: 9px 12px;
  /*font-weight: 400;
  font-size: 16px;
  line-height: 12px;*/
}

.bg-btn-brnd {
  color: #fff;
  background: #00235b;
  border: unset;
  border-radius: 4px;
  padding: 10px;
}

.custom-search-country-filter .input-group-addon {
  margin-bottom: 0;
  height: 28px;
  border: 1px solid #ff5f13;
  border-left: unset;
}
.custom-search-country-filter .input-group-addon .icon-search-updated {
  font-size: 16px;
}
.custom-search-country-filter .form-control {
  border: 1px solid #ff5f13;
  border-radius: 4px;
  height: 28px;
  border-right: unset;
}

.dropdown-toggle::after {
  font-family: "icomoon";
  content: "\e93e";
  border: 0;
  vertical-align: 0;
  color: #00235b;
  position: relative;
  top: 2px;
}

.sub-category-contanier {
  background: #ff5f13;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.sub-category-contanier img {
  height: 75px;
  object-fit: cover;
}

.custom-hr {
  border: 1px solid rgba(255, 51, 51, 0.25);
}

.sub-cate-slid {
  /* .t-prev, .t-next {
      position: relative;
  }*/
}
.sub-cate-slid .owl-nav {
  position: absolute;
  right: 20px;
  top: 170px;
  width: 100%;
}
.sub-cate-slid .t-prev > i {
  left: 25px;
}

.custom-input-border {
  border: 1px solid #FFE5D4;
}

.padd-8-70 {
  padding: 8px 70px !important;
}

.padd-8-60 {
  padding: 8px 60px !important;
}

.padd-8-50 {
  padding: 8px 50px !important;
}

.padd-5-30 {
  padding: 5.5px 30px !important;
}

.custom-categort-mobile {
  background: #F3F3F3;
  border-radius: 4px;
  padding: 26px 23px;
  text-align: center;
  border: 6px solid #fff;
}
.custom-categort-mobile a img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.custom-categort-mobile a p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #000000;
  padding-top: 6px;
}

.dataTables_empty:before {
  /*font-family: 'icomoon';
  content: "\e92b";
  font-size: 60px;*/
  content: "";
  background-image: url(../../images/core-img/no-data.svg);
  height: 60px;
  width: 61px;
  margin: 7px auto;
  display: block;
  position: relative;
  text-align: center;
}

.supplier-profile-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: rgba(34, 34, 34, 0.81);
}

.jstree .jstree-open > .jstree-children {
  border: unset;
}

.jstree-default > .jstree-container-ul > .jstree-node {
  padding: 0;
}

.jstree-default .jstree-node {
  margin-left: 0;
}

.jstree-default .jstree-leaf > .jstree-ocl {
  background-image: unset;
}

.jstree-themeicon {
  display: none;
}

.jstree-anchor {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  color: #000000;
}

.jstree-leaf .jstree-anchor {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.64);
  height: 14px;
  vertical-align: text-top;
}
.jstree-leaf:hover {
  background: unset !important;
}
.jstree-leaf:first-child {
  padding: 20px 0 5px 7px;
}

.jstree-default .jstree-hovered {
  background-color: unset;
  color: #00235b;
  box-shadow: unset;
}

ul.jstree-children {
  margin-top: -8px !important;
}

.accordion .card-header button {
  font-size: 20px;
  color: #222;
  font-weight: 500;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .accordion .card-header button {
    font-size: 12px;
  }
}

.accordion .card-header:after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  color: #00235b;
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 20px;
  transform: rotate(0deg);
  transition-duration: 0.2s;
}

.accordion .card-header.collapsed:after {
  content: "\f077";
}

.accordion .card-header.not-collapsed {
  background: #ff5f13;
}

.accordion .card-header.not-collapsed:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .accordion .card-body, .accordion .card-body * {
    font-size: 12px;
    line-height: 16px;
  }
}

.no-border {
  border: none !important;
}

#loginBtn {
  min-width: 187px;
}
@media screen and (max-width: 767px) {
  #loginBtn {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .login-container > .row .col-md-6:first-child {
    display: none;
  }
}

.special-responsive-table .w-10-percentage {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .special-responsive-table .mob-block {
    display: block;
  }
  .special-responsive-table .w-10-percentage {
    width: unset;
  }
  .special-responsive-table thead {
    display: none;
  }
  .special-responsive-table tbody tr {
    border: 1px solid #ff5f13;
    border-radius: 4px;
    background: linear-gradient(90deg, #ff5f13 144px, #fff 145px);
    display: block;
    margin-bottom: 16px;
  }
  .special-responsive-table tbody tr td {
    display: flex;
    padding: 10px;
    padding-left: 150px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    position: relative;
    z-index: 0;
    color: #000;
  }
  .special-responsive-table tbody tr td:first-child {
    border-top: none;
  }
  .special-responsive-table tbody tr td:after {
    content: attr(data-tdname);
    position: absolute;
    z-index: 1;
    left: 8px;
    top: calc(50% - 6px);
    color: #222;
    text-align: left;
    max-width: 140px;
    line-height: 10px;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-transform: capitalize;
  }
  .special-responsive-table tbody tr td[data-tdname=actions], .special-responsive-table tbody tr td[data-tdname=action] {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
  }
  .special-responsive-table tbody tr td[data-tdname=actions] .dropdown-menu, .special-responsive-table tbody tr td[data-tdname=action] .dropdown-menu {
    box-shadow: unset !important;
  }
  .special-responsive-table a {
    padding: 2px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin: 0 !important;
  }
}

.ff_fileupload_wrap table.ff_fileupload_uploads {
  margin: 16px 0;
}

.ff_fileupload_wrap table.ff_fileupload_uploads tr {
  background: #FFFFFF;
  border: 1px solid #ff5f13;
  border-radius: 4px;
}

.ff_fileupload_wrap .ff_fileupload_dropzone {
  border: 1px dashed #555555;
  background-color: #fff;
}

.ff_fileupload_wrap .ff_fileupload_dropzone:hover, .ff_fileupload_wrap .ff_fileupload_dropzone:focus, .ff_fileupload_wrap .ff_fileupload_dropzone:active {
  border-color: #00235b;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button {
  border: 0.5px solid #00235b;
  border-radius: 4px;
  background-color: #fff;
  width: 24px;
  height: 24px;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:hover, .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:focus, .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:active {
  border-color: #00235b;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename {
  max-width: 200px;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}

.ff_fileupload_fileinfo, .ff_fileupload_buttoninfo, .ff_fileupload_hidden {
  font-weight: 500;
  font-size: 10px;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.3);
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_errors {
  font-size: 12px;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_bar {
  border: 1px solid #00235b;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td {
  padding: 12px 8px;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview {
  vertical-align: middle;
}

.imgFilesN .ff_fileupload_wrap .ff_fileupload_dropzone {
  background-image: url(img-ico.png);
}

.VideoFilesN .ff_fileupload_wrap .ff_fileupload_dropzone {
  background-image: url(vid-ico.png);
}

.certificate-specs {
  height: 250px;
  margin-bottom: 10px;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  #whyChooseConnect .bg-new-brdr-red {
    margin-left: 8px !important;
    margin-right: 8px !important;
    margin-bottom: 12px !important;
  }
}

/** Terms and conditions **/
#terms-menu-container .card-body.main-tabs {
  padding: 0 10px;
}
#terms-menu-container .card-body.main-tabs a {
  padding: 16px 10px;
}
#terms-menu-container .terms-panel-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 23px;
}
#terms-menu-container .terms-panel-title ~ p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
#terms-menu-container .terms-panel-title ~ .p-hightlighted-red {
  color: #00235b;
  margin: 15px 0;
}
#terms-menu-container .custom-nav .nav-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #terms-menu-container .terms-panel-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  #terms-menu-container .terms-panel-title ~ p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000;
  }
  #terms-menu-container .nav-link h6 {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #222222;
  }
  #terms-menu-container .nav-link.active h6 {
    font-weight: 500 !important;
  }
  #terms-menu-container .card {
    margin-bottom: 16px;
  }
  #terms-menu-container .card-body.main-tabs a {
    padding: 10px 10px;
  }
  #terms-menu-container .custom-nav .nav-item:nth-child(4n+1) {
    order: 0;
  }
  #terms-menu-container .custom-nav .nav-item:nth-child(4n+2) {
    order: 1;
  }
  #terms-menu-container .custom-nav .nav-item:nth-child(4n+3) {
    order: 2;
  }
  #terms-menu-container .custom-nav .nav-item:nth-child(4n+4) {
    order: 3;
    border-bottom: none;
  }
  #terms-menu-container ul.custom-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.row.term-title h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .row.term-title {
    display: none;
  }
}

/** Privacy policy **/
#privacy-policy-title .privacy-main-title {
  font-weight: 500;
  font-size: 56px;
  line-height: 70px;
  color: #00235b;
  margin-bottom: 32px;
}
#privacy-policy-title .privacy-main-title ~ p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  #privacy-policy-title .privacy-main-title ~ p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  #privacy-policy-title .privacy-main-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

#privacy-policy-content .privacy-secondary-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  #privacy-policy-content .privacy-secondary-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  #privacy-policy-content .card-body p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}

/** Supplier payment plan & Supplier invoice management  **/
.special-payment-plans-button {
  /*width: 159px;*/
  height: 40px;
  border: 1px solid #00235b;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 767px) {
  .special-payment-plans-button {
    border-radius: 30px;
    width: 134px;
    height: 23px;
    padding: 0;
    margin-bottom: 18px !important;
  }
}
.special-payment-plans-button small {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: capitalize;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .special-payment-plans-button small {
    line-height: 10px;
    font-size: 12px;
  }
  .special-payment-plans-button small i {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .supplier-payment-plan-table-container, .supplier-invoice-manager-table-container {
    padding: 15px;
  }
  .supplier-payment-plan-table-container .special-responsive-table td a, .supplier-invoice-manager-table-container .special-responsive-table td a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 1px !important;
  }
  .supplier-payment-plan-table-container .dataTables_length, .supplier-invoice-manager-table-container .dataTables_length {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #222;
  }
  .supplier-payment-plan-table-container .dataTables_length select, .supplier-invoice-manager-table-container .dataTables_length select {
    border: 1px solid #FFE5D4;
    border-radius: 4px;
    height: 20px;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #222;
  }
}

/** Sales partner (ApplicationUsers/SalesPage) **/
.sales-page-imgHero {
  height: 453px !important;
}
@media screen and (max-width: 767px) {
  .sales-page-imgHero {
    height: 150px !important;
    background-position-x: center;
  }
  .sales-page-imgHero .imgContent {
    top: 0;
  }
  .sales-page-imgHero .imgContent h2 {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .sales-page-main-title > h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px !important;
    color: #ff5f13 !important;
  }
  .sales-page-main-title > a.btn-sm-default {
    width: 74px;
    height: 20px;
    border-radius: 30px;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sales-page-register-button a {
    width: 74px;
    height: 20px;
    border-radius: 30px;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sales-page-container .u-s-m-b-40,
.sales-page-container .u-s-m-b-50 {
    margin-bottom: 0rem;
  }
  .sales-page-container .sales-page-secondary-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px !important;
    color: #222222 !important;
    padding: 0;
    margin-bottom: 4px;
  }
  .sales-page-container .sales-page-secondary-title-2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px !important;
    color: #00235b;
    padding: 0;
  }
  .sales-page-container .sales-page-p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #222222 !important;
  }
  .sales-page-container .sales-page-p a {
    display: block;
  }
  .sales-page-container .sales-page-special-image {
    width: 160px;
    margin: 0 auto;
    display: block;
    transform: none !important;
  }
  .sales-page-container .custom-background {
    padding: 20px;
  }
  .sales-page-container .custom-background > .row > .col-md-3 {
    transform: translateY(-75px);
  }
  .sales-page-container .sales-page-special-negative-margin {
    margin-top: -70px;
  }
  .sales-page-container.sales-page-make-money-cards > .row > .col-4:first-child {
    padding-right: 6px;
  }
  .sales-page-container.sales-page-make-money-cards > .row > .col-4:nth-child(2) {
    padding-right: 6px;
    padding-left: 6px;
  }
  .sales-page-container.sales-page-make-money-cards > .row > .col-4:last-child {
    padding-left: 6px;
  }
  .sales-page-container.sales-page-make-money-cards .card {
    min-height: 195px;
  }
  .sales-page-container.sales-page-make-money-cards .card .card-body {
    padding: 5px;
  }
  .sales-page-container.sales-page-make-money-cards p {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
  .sales-page-container.sales-page-make-money-cards p.font-color-555 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .sales-page-container.sales-page-make-money-cards img {
    width: 28px;
    margin-bottom: 6px !important;
  }
  .sales-page-container.sales-page-make-money-cards .rounded-custom {
    height: 24px;
    width: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/** Login page **/
@media screen and (max-width: 767px) {
  .login-page-container .login-page-main-title {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 8px;
  }
  .login-page-container .login-page-label {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #222222 !important;
  }
  .login-page-container .login-page-remember-me {
    font-weight: 400 !important;
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .login-page-container .login-page-forget-password {
    font-weight: 500 !important;
    font-size: 8px !important;
    line-height: 12px !important;
  }
  .login-page-container .login-page-login-button {
    display: flex;
    width: 59px;
    height: 20px;
    background: #00235b;
    border-radius: 30px;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
  }
  .login-page-container .login-page-register-area {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #270003 !important;
  }
  .login-page-container .checkbox-custom + .checkbox-custom-label:before {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .login-page-container .checkbox-custom:checked + .checkbox-custom-label:before {
    font-size: 5px;
  }
}

/** Forgot password page **/
.forgot-password-page-container .reset-password-type-2 {
  margin-top: 12px;
  /*.radio-box {
      & + .radio-box {
          margin-left: 28px;
      }
  }*/
}
.forgot-password-page-container div[data-reset="2"] {
  display: none;
}
@media screen and (max-width: 767px) {
  .forgot-password-page-container .forgot-password-page-main-title {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 12px;
  }
  .forgot-password-page-container .forgot-password-page-secondary-title {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 16px !important;
    margin-bottom: 12px;
  }
  .forgot-password-page-container .forgot-password-page-secondary-title ~ form > .row.pt-3 {
    padding-top: 0 !important;
  }
  .forgot-password-page-container .forgot-password-page-label {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .forgot-password-page-container .forgot-password-page-send-button {
    display: flex;
    width: 56px;
    height: 20px;
    padding: 0 !important;
    background: #00235b;
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
  }
  .forgot-password-page-container .radio-box__label {
    margin-left: 18px;
  }
  .forgot-password-page-container .radio-box__label:before, .forgot-password-page-container .radio-box__label:after {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .forgot-password-page-container .breadcrumb__wrap {
    padding: 0 !important;
  }
  .forgot-password-page-container .breadcrumb__list {
    margin: 0 !important;
  }
}

/** About us page **/
@media screen and (max-width: 767px) {
  #aboutPage {
    display: none;
  }
}

.about-page-first-section {
  margin-top: -530px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-page-first-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .about-page-first-section img {
    height: 238.96px;
    object-fit: cover;
    width: 100%;
  }
  .about-page-first-section h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 12px !important;
  }
  .about-page-first-section .u-s-p-x-140 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .bg-image-about {
    background-position: center top;
    padding: 0;
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about-page-container .about-page-main-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px !important;
    text-transform: capitalize;
    margin-top: 16px !important;
    margin-bottom: 12px !important;
  }
  .about-page-container .about-page-pragraph {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px !important;
    color: #222222 !important;
  }
  .about-page-container .about-page-secondary-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px !important;
    text-align: center !important;
    text-transform: capitalize;
    color: #000000;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .about-page-container .about-page-secondary-title.our-values-title {
    margin-bottom: 0 !important;
  }
  .about-page-container .custom-tabs-two .nav-link {
    font-weight: 500;
    font-size: 10px !important;
    line-height: 16px !important;
    text-transform: capitalize;
  }
  .about-page-container .about-page-inner-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px !important;
    text-transform: capitalize;
    color: #000000;
    padding: 0 !important;
  }
  .about-page-container .about-page-custom-pragraph {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: grid;
    grid-template-columns: 24px auto;
    gap: 4px;
    text-indent: initial !important;
    margin: 0px !important;
  }
  .about-page-container .about-page-custom-pragraph span {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .about-page-container .about-page-custom-pragraph span:first-child {
    width: 24px;
    height: 24px;
    background: #ff5f13;
    border-radius: 4px;
  }
  .about-page-container .about-page-custom-pragraph span:first-child > img {
    padding: 5px;
    width: 24px;
    height: 24px;
  }
  .about-page-container .about-page-custom-pragraph:last-child {
    margin-bottom: 24px;
  }
  .about-page-container .about-page-services {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px !important;
    margin-bottom: 16px !important;
  }
  .about-page-container .about-page-services ~ div.row {
    margin-bottom: 19px !important;
  }
  .about-page-container .about-page-services ~ div.row > .col-6 {
    display: grid !important;
    grid-template-columns: 24px auto;
    gap: 4px;
  }
  .about-page-container .about-page-services ~ div.row span.u-c-white {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .about-page-container .about-page-services ~ div.row div.bg-sm-white {
    margin: 0 !important;
    width: 24px;
    height: 24px;
  }
  .about-page-container .about-page-services ~ div.row div.bg-sm-white span {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
  }
  .about-page-container .about-page-our-values-container {
    padding-inline: 16px !important;
  }
  .about-page-container .about-page-our-values-container > div {
    margin: 6px !important;
    max-width: 115px !important;
  }
  .about-page-container .about-page-our-values-container > div > div {
    padding: 18px 6px !important;
  }
  .about-page-container .about-page-our-values-container > div > div img {
    width: 25px;
    height: 25px;
  }
  .about-page-container .about-page-our-values-container > div > div h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding-top: 12px;
    margin-bottom: 6px;
  }
  .about-page-container .about-page-our-values-container > div > div p {
    font-weight: 400;
    font-size: 8px;
    line-height: 14px !important;
  }
  .about-page-container .u-s-p-x-140, .about-page-container u-s-p-x-60 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .about-page-container .order-0 img.img-fluid {
    width: 280px;
    height: 250px;
    object-fit: contain;
  }
}

/** Supplier pages **/
@media screen and (max-width: 767px) {
  .supplier-product-view-page > .row > .col-md-2 { /* Hide side menu */
    display: none;
  }
  .supplier-product-view-page > .row > .col-12 {
    background-color: #fff;
  }
  .supplier-product-view-page > .row > .col-12.pt-4 {
    padding-top: 0 !important;
  }
  .supplier-product-view-page .supplier-breadcrumb-container {
    padding: 0 !important;
  }
  .supplier-product-view-page .supplier-breadcrumb-container .container-fluid {
    padding: 0 !important;
  }
  .supplier-product-view-page .supplier-breadcrumb-container .breadcrumb__wrap {
    padding: 0 !important;
  }
  .supplier-product-view-page .supplier-breadcrumb-container .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .supplier-product-view-page .supplier-add-new-product {
    height: 20px;
    left: 248px;
    top: 132px;
    border: 1px solid #00235b;
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    display: flex;
  }
  .supplier-product-view-page .supplier-add-new-product small i {
    font-size: 11px !important;
  }
  .supplier-product-view-page .dash__pad-2 {
    padding: 16px 0;
  }
  .supplier-product-view-page .special-responsive-table .dropdown button {
    display: none;
  }
  .supplier-product-view-page .special-responsive-table .dropdown .dropdown-menu {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    float: initial;
    padding: 0;
    margin: 0;
    border: none;
    text-align: right;
  }
  .supplier-product-view-page .special-responsive-table .dropdown .dropdown-menu .dropdown-item {
    border: 1px solid #00235b;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 3px !important;
    font-size: 0;
    display: inline-block;
  }
  .supplier-product-view-page .special-responsive-table .dropdown .dropdown-menu .dropdown-item .u-c-brand {
    font-size: 12px;
  }
  .supplier-product-view-page .special-responsive-table .dropdown .dropdown-menu .dropdown-item span:nth-child(2) {
    display: none;
  }
  .supplier-product-view-page .special-responsive-table .main-table-th {
    display: none !important;
  }
  .supplier-product-view-page .ignore-spt a {
    width: 20px;
    height: 20px;
    padding: 3px;
  }
  .supplier-product-view-page .ignore-spt a i {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .product-information-container .product-information-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
  .product-information-container label {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .product-information-container .form-control {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #999;
  }
  .product-information-container h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .product-information-container fieldset {
    padding: 16px;
  }
  .product-information-container fieldset h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(60, 60, 60, 0.81);
  }
  .product-information-container .l-f-o__pad-box {
    padding: 16px;
  }
  .product-information-container span.select2-container {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
  .product-information-container span.select2-container .select2-selection--single, .product-information-container span.select2-container .select2-selection--multiple {
    border: 1px solid #999;
  }
  .product-information-container span.select2-container .select2-selection--single .select2-selection__choice, .product-information-container span.select2-container .select2-selection--multiple .select2-selection__choice {
    height: 23px;
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
    padding-top: 3px;
  }
  .product-information-container span.select2-container .select2-selection--single .select2-selection__choice__remove, .product-information-container span.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    height: 23px;
    font-size: 13px;
  }
  .product-information-container .product-cancel-button {
    width: 65px;
    height: 20px;
    border: 1px solid #00235b;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    margin: 0;
  }
  .product-information-container .product-save-button {
    width: 53px;
    height: 20px;
    background: #00235b;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 0 !important;
    display: inline-flex;
    margin: 0;
    margin-left: 10px;
    justify-content: center;
  }
  .product-information-container #AttributeValue, .product-information-container #Quantity {
    padding-right: 0;
  }
  .product-information-container .btn-action-red-defualt {
    width: 100%;
    display: flex;
    height: 38px;
    justify-content: center;
  }
  .product-information-container .img-specs-2 {
    width: 88px;
    height: 65px;
    object-fit: cover;
    margin-bottom: 12px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) {
  .supplier-add-new-product-page #progressbar {
    margin: 0;
    justify-content: space-between;
  }
  .supplier-add-new-product-page #progressbar li {
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
  }
  .supplier-add-new-product-page #progressbar li:before {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    margin: 0 auto 4px auto;
  }
  .supplier-add-new-product-page #progressbar li:after {
    width: 100vh;
    height: 1px;
    background: rgb(207, 207, 207);
    left: auto;
    right: 0;
    top: 12px;
  }
}

/** User menu mobile style **/
@media screen and (max-width: 767px) {
  .usermenu-mobile-sidebar {
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 888;
    width: 214px;
    height: calc(100% - 144px);
    overflow: auto;
  }
  .usermenu-mobile-sidebar:after {
    content: "";
    width: calc(100% - 214px);
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 80px;
    right: 0;
    z-index: -10;
  }
  .usermenu-mobile-sidebar .sidebar li {
    padding: 11px 0;
  }
  .usermenu-mobile-sidebar .sidebar li ul li {
    padding: 5px !important;
  }
  .usermenu-mobile-sidebar .sidebar li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
  .usermenu-mobile-sidebar .sidebar li form button {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
}

.mobile-sidebar-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-sidebar-toggle {
    display: block;
    z-index: 1;
    position: absolute;
    background-color: transparent;
    border: none;
    top: 65px;
    left: 15px;
  }
}

/** Supplier dashboard page **/
@media screen and (max-width: 767px) {
  .supplier-dashboard-container .supplier-welcome-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .supplier-dashboard-container .supplier-analytics-card .card {
    box-shadow: 0px 8px 8px rgba(217, 217, 217, 0.24);
  }
  .supplier-dashboard-container .supplier-analytics-card .dash-circ-1, .supplier-dashboard-container .supplier-analytics-card .dash-circl-2, .supplier-dashboard-container .supplier-analytics-card .dash-circ-3, .supplier-dashboard-container .supplier-analytics-card .dash-circ-4 {
    width: 24px;
    height: 24px;
    margin: 0 12px;
  }
  .supplier-dashboard-container .supplier-analytics-card .card-body {
    padding: 0 !important;
  }
  .supplier-dashboard-container .supplier-analytics-card .card-body .dash-card-title {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    min-height: 24px;
    margin-bottom: 8px;
  }
  .supplier-dashboard-container .supplier-analytics-card .card-body .dash-card-text {
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
    position: absolute;
    right: 30px;
    bottom: -17px;
  }
  .supplier-dashboard-container .supplier-analytics-card .row.p-3 {
    padding: 8px !important;
    text-align: center;
  }
  .supplier-dashboard-container .supplier-analytics-card .row.p-3 .col-md-4 {
    order: 1;
  }
  .supplier-dashboard-container .supplier-analytics-card .row.p-3 .col-md-8 {
    order: 0;
  }
  .supplier-dashboard-container .supplier-analytics-card > .col-3 {
    padding-inline: 5px;
  }
  .supplier-dashboard-container .supplier-analytics-card > .col-3:first-child {
    padding-left: 15px;
  }
  .supplier-dashboard-container .supplier-analytics-card > .col-3:last-child {
    padding-right: 15px;
  }
  .supplier-dashboard-container .dash-card-title-2 {
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 12px;
  }
  .supplier-dashboard-container #myDIV, .supplier-dashboard-container #myChoise {
    display: flex;
    gap: 5px;
  }
  .supplier-dashboard-container #myDIV button, .supplier-dashboard-container #myChoise button {
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
    padding: 0 !important;
    width: 65px;
  }
  .supplier-dashboard-container table th {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .supplier-dashboard-container table td {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
}

/** User profile page **/
@media screen and (max-width: 767px) {
  .user-profile-page-container .container-fluid {
    padding: 0 !important;
  }
  .user-profile-page-container .breadcrumb__wrap {
    padding: 0 !important;
  }
  .user-profile-page-container .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .user-profile-page-container .personal-info-title, .user-profile-page-container .categories-info-title {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }
  .user-profile-page-container .avatar-upload, .user-profile-page-container .avatar-preview {
    margin: 0 auto;
    width: 60px;
    height: 60px;
  }
  .user-profile-page-container .avatar-upload .avatar-edit, .user-profile-page-container .avatar-preview .avatar-edit {
    right: 0px;
    top: -4px;
  }
  .user-profile-page-container .avatar-upload .avatar-edit label, .user-profile-page-container .avatar-preview .avatar-edit label {
    width: 20px;
    height: 20px;
  }
  .user-profile-page-container .avatar-upload .avatar-edit label i, .user-profile-page-container .avatar-preview .avatar-edit label i {
    font-size: 12px;
    line-height: 2px;
  }
  .user-profile-page-container label.dash__h2, .user-profile-page-container label.h5.u-c-secondary, .user-profile-page-container h2.h5.u-c-secondary, .user-profile-page-container label.h5.custom-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .user-profile-page-container #addSocial {
    padding-left: 0;
  }
  .user-profile-page-container #addSocial i {
    padding: 8px 10px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .user-profile-page-container button[type=submit] {
    width: 110px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    border-radius: 30px;
    padding: 3px !important;
  }
  .user-profile-page-container form .u-s-m-b-30 {
    margin-bottom: 5px !important;
  }
  .user-profile-page-container form .custom-file.u-s-m-b-15 {
    margin-bottom: 0px !important;
  }
  .user-profile-page-container .flagDrop {
    height: 28px;
  }
  .user-profile-page-container .flagDrop button {
    padding-block: 0px;
  }
  .user-profile-page-container .select2-selection--multiple:before, .user-profile-page-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 15px;
    width: 15px;
    margin: 7px auto;
    background-repeat: no-repeat;
  }
}

/** Change password page **/
@media screen and (max-width: 767px) {
  .change-password-page-container .breadcrumb__wrap {
    padding: 0 !important;
    margin-bottom: 12px;
  }
  .change-password-page-container .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .change-password-page-container .form-group {
    margin-bottom: 12px !important;
  }
  .change-password-page-container .form-group label.h5.u-c-secondary {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .change-password-page-container button[type=submit] {
    width: 110px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    border-radius: 30px;
    padding: 3px !important;
  }
}

/** User addresses page **/
@media screen and (max-width: 767px) {
  .user-addresses-page .breadcrumb__wrap {
    padding: 0 !important;
    margin-bottom: 12px;
  }
  .user-addresses-page .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .user-addresses-page .user-addresses-title-area {
    padding: 15px !important;
  }
  .user-addresses-page .user-addresses-title-area p {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .user-addresses-page .user-addresses-addnew-area {
    padding: 15px !important;
  }
  .user-addresses-page .user-addresses-addnew-area a {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    border-radius: 30px;
    padding: 3px !important;
    padding-inline: 10px;
    min-width: 110px;
  }
  .user-addresses-page .user-addresses-addnew-area a i {
    font-size: 14px;
  }
  .user-addresses-page .inner-title-area {
    display: none;
  }
  .user-addresses-page .special-responsive-table {
    width: 100%;
  }
  .user-addresses-page .special-responsive-table tbody tr {
    border: none;
    border-radius: 0;
    background: #fff;
    background-image: none;
  }
  .user-addresses-page .special-responsive-table tbody tr td a {
    padding: 2px !important;
    height: 25px;
    font-size: 10px !important;
    text-align: center;
    display: inline-block;
    margin: 0 !important;
    border-radius: 4px;
  }
  .user-addresses-page .special-responsive-table tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ff5f13;
  }
  .user-addresses-page .dataTables_length {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #222;
  }
  .user-addresses-page .dataTables_length select {
    border: 1px solid #FFE5D4;
    border-radius: 4px;
    height: 20px;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #222;
  }
}

/** User subscription details page **/
@media screen and (max-width: 767px) {
  .user-subscription-details-page .breadcrumb__wrap {
    padding: 0 !important;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .user-subscription-details-page .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .user-subscription-details-page .subscription-main-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .user-subscription-details-page .subscription-buttons-area a {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    padding: 3px !important;
    padding-inline: 10px;
    display: flex;
    min-height: 22px;
    margin-left: 4px !important;
    margin-left: 4px !important;
    padding-inline: 8px !important;
    gap: 0;
  }
  .user-subscription-details-page .subscription-buttons-area a i {
    font-size: 14px;
  }
  .user-subscription-details-page .dash__table-2 th, .user-subscription-details-page .dash__table-2 td {
    min-width: auto !important;
  }
  .user-subscription-details-page .special-responsive-table a {
    line-height: 10px;
  }
  .user-subscription-details-page .special-responsive-table td:not(:last-child) {
    border-bottom: 1px solid #ff5f13;
  }
  .user-subscription-details-page .dash__box {
    margin: 0;
    background: none;
  }
  .user-subscription-details-page .dash__box .dash__pad-2 {
    padding: 0 !important;
  }
}

/** User subscription renew page **/
@media screen and (max-width: 767px) {
  .subscription-renew-page-container .breadcrumb__wrap {
    padding: 0 !important;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .subscription-renew-page-container .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .subscription-renew-page-container #progressbar {
    gap: 15px;
    margin: 0;
    justify-content: center;
  }
  .subscription-renew-page-container #progressbar li {
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
  }
  .subscription-renew-page-container #progressbar li:before {
    width: 24px;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    padding: 6px;
  }
  .subscription-renew-page-container #progressbar li:after {
    left: -70%;
    width: 115%;
  }
  .subscription-renew-page-container .msform {
    margin-top: 0 !important;
  }
  .subscription-renew-page-container .msform fieldset:not(.payment-method-container) {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .subscription-renew-page-container .tab-slider--tabs {
    margin: 0;
    background: none;
  }
  .subscription-renew-page-container .tab-slider--tabs a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding-block: 4px;
    border-radius: 35px;
  }
  .subscription-renew-page-container .tab-slider--tabs a:not(.active) {
    background: #ff5f13;
  }
  .subscription-renew-page-container .msform .action-button, .subscription-renew-page-container .msform .action-button-previous {
    padding: 2px;
    margin: 0;
    margin-top: 12px;
    font-size: 12px;
    line-height: 12px;
    min-width: 74px;
  }
  .subscription-renew-page-container .payment-method-container {
    background: #fff;
    margin-top: 15px;
    padding: 16px;
  }
  .subscription-renew-page-container .payment-method-container .payment-method-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .subscription-renew-page-container .payment-method-container .confirm-payment-title {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    margin-bottom: 12px;
  }
  .subscription-renew-page-container .payment-method-container h6 {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    text-transform: capitalize;
    color: #555555;
  }
  .subscription-renew-page-container .payment-method-container label.h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #222222;
  }
  .subscription-renew-page-container .payment-method-container .row .u-s-m-b-9.u-s-m-t-14 {
    margin: 0;
    margin-block: 4px;
    align-items: center;
  }
  .subscription-renew-page-container .payment-method-container .row .u-s-m-b-9.u-s-m-t-14 .col-6 {
    padding: 0;
  }
  .subscription-renew-page-container .account-details-container {
    background: #ff5f13;
  }
}

@media screen and (max-width: 767px) {
  .supplier-subscription-packages-container > .row {
    background: #fff;
    border-radius: 30px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
  }
  .supplier-subscription-packages-container > .row .col-4 {
    display: inline-block;
    vertical-align: top;
  }
  .supplier-subscription-packages-container > .row .col-4:not(:first-child) {
    margin: 2px -2px;
  }
  .supplier-subscription-packages-container > .row .col-4.supscr-border {
    margin: 0 -2px;
  }
  .supplier-subscription-packages-container > .row .circle-custom .icon-true-circ, .supplier-subscription-packages-container > .row .circle-custom .icon-false-circ {
    font-size: 20px;
  }
  .supplier-subscription-packages-container > .row .radio-btn label {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .supplier-subscription-packages-container .upper-features-div {
    min-height: 35px !important;
  }
  .supplier-subscription-packages-container .package-feature {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 6px;
    min-height: 33px;
  }
  .supplier-subscription-packages-container .package-title {
    font-size: 12px;
    line-height: 16px;
  }
  .supplier-subscription-packages-container .package-price {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
  }
  .supplier-subscription-packages-container .package-price span {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
  }
  .supplier-subscription-packages-container .subscrp-tbl-dta-col {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    padding: 6px;
    min-height: 33px;
  }
  .supplier-subscription-packages-container .package-price ~ .brdr-btm-brnd-clr, .supplier-subscription-packages-container .package-price ~ .bg-sec-brnd {
    min-height: 33px !important;
    max-height: 33px !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 6px;
    background: #fff;
  }
}

/** Help center for supplier **/
@media screen and (max-width: 767px) {
  .help-center-supplier-container .faq__question {
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
    padding-block: 4px;
    padding-inline: 12px;
  }
  .help-center-supplier-container .faq__question:before {
    top: 4px;
  }
  .help-center-supplier-container #faq-accordion-group > .row > .col-12 {
    padding: 6px !important;
  }
  .help-center-supplier-container .faq__answer p {
    font-weight: 400;
    font-size: 8px !important;
    line-height: 14px !important;
    padding: 8px;
  }
  .help-center-supplier-container .helpful-container p {
    padding-block: 0;
  }
  .help-center-supplier-container .helpful-container button {
    padding-inline: 0 !important;
  }
  .help-center-supplier-container ul.custom-tabs-two {
    display: grid;
    grid-template-columns: auto auto;
  }
}

.receipt-table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
}

/** User subscription receipt **/
@media screen and (max-width: 767px) {
  .user-subscription-receipt-page .breadcrumb__wrap {
    padding: 0 !important;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .user-subscription-receipt-page .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .user-subscription-receipt-page .page-title-on-mobile {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .user-subscription-receipt-page .receipt-container {
    border: none !important;
    box-shadow: none !important;
  }
  .user-subscription-receipt-page .receipt-container h5.u-s-m-b-8 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .user-subscription-receipt-page .receipt-container img {
    height: 25px;
  }
  .user-subscription-receipt-page .receipt-container h4 {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .user-subscription-receipt-page .receipt-container .download-invoice-button {
    width: 132px;
    height: 20px;
    background: #00235b;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 0 !important;
    text-align: center;
    display: flex;
  }
  .user-subscription-receipt-page .receipt-container .receipt-table {
    margin-bottom: 0 !important;
  }
  .user-subscription-receipt-page .receipt-container .receipt-table td {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #555555;
  }
  .user-subscription-receipt-page .receipt-container .receipt-table td:nth-child(2) {
    color: #000;
  }
  .user-subscription-receipt-page .receipt-container .receipt-table tr:last-child td {
    border-bottom: 1px solid #ff5f13;
  }
  .user-subscription-receipt-page .receipt-container .thank-you-section {
    padding-top: 0 !important;
  }
  .user-subscription-receipt-page .receipt-container .thank-you-section p {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 0 !important;
    margin-bottom: 8px;
  }
  .user-subscription-receipt-page .receipt-container .thank-you-section h6 {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .user-subscription-receipt-page .receipt-container .thank-you-section .p-3 {
    padding-top: 0 !important;
  }
}

/** supplier bulk offer products **/
@media screen and (max-width: 767px) {
  .supplier-bulk-offers-container .breadcrumb__wrap {
    padding: 0 !important;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .supplier-bulk-offers-container .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .supplier-bulk-offers-container .nav-pills .nav-item {
    padding: 0;
    margin: 0;
  }
  .supplier-bulk-offers-container .nav-pills .nav-item a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 4px;
  }
  .supplier-bulk-offers-container .my-4 {
    margin-top: 0 !important;
  }
}

/** supplier basic information **/
@media screen and (max-width: 767px) {
  .supplier-basic-information-container .breadcrumb__wrap {
    padding: 0 !important;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .supplier-basic-information-container .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .supplier-basic-information-container .nav-pills .nav-item {
    padding: 0;
    margin: 0;
  }
  .supplier-basic-information-container .nav-pills .nav-item a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 4px;
  }
  .supplier-basic-information-container .my-4 {
    margin-top: 0 !important;
  }
  .supplier-basic-information-container .basic-information-title {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    margin-bottom: 12px !important;
  }
  .supplier-basic-information-container label.h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .supplier-basic-information-container .form-control {
    height: 32px;
  }
  .supplier-basic-information-container textarea.form-control {
    height: 95px;
  }
  .supplier-basic-information-container .u-s-m-b-30 {
    margin-bottom: 12px;
  }
  .supplier-basic-information-container .no-padding-right-mobile {
    padding-right: 0 !important;
  }
  .supplier-basic-information-container #add-certificate, .supplier-basic-information-container #add-category, .supplier-basic-information-container .remove-category-button-container, .supplier-basic-information-container .remove-certificate-button-container {
    margin-bottom: 4px;
  }
  .supplier-basic-information-container #add-certificate a, .supplier-basic-information-container #add-category a, .supplier-basic-information-container .remove-category-button-container a, .supplier-basic-information-container .remove-certificate-button-container a {
    display: flex;
    justify-content: flex-end;
  }
  .supplier-basic-information-container #add-certificate a i, .supplier-basic-information-container #add-category a i, .supplier-basic-information-container .remove-category-button-container a i, .supplier-basic-information-container .remove-certificate-button-container a i {
    padding: 7px;
    display: flex;
  }
  .supplier-basic-information-container .certificates-title, .supplier-basic-information-container .company-video-title {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .supplier-basic-information-container #saveBtn {
    width: 53px;
    height: 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    display: flex;
  }
}

/** Buyer favorites page **/
@media screen and (max-width: 767px) {
  .buyer-favorites-container .breadcrumb__wrap {
    padding: 0 !important;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .buyer-favorites-container .breadcrumb__wrap .breadcrumb__list {
    margin: 0 !important;
  }
  .buyer-favorites-container .nav-pills .nav-item {
    padding: 0;
    margin: 0;
  }
  .buyer-favorites-container .nav-pills .nav-item a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 4px;
  }
  .buyer-favorites-container .my-4 {
    margin-top: 0 !important;
  }
  .buyer-favorites-container .category-contnr {
    min-height: 120px;
  }
  .buyer-favorites-container .category-contnr img {
    height: 77px;
    min-height: 77px;
    object-fit: cover;
  }
  .buyer-favorites-container .card-footer {
    padding: 5px;
  }
  .buyer-favorites-container .card-footer p {
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
  }
  .buyer-favorites-container #FavoritesProductsGrid .aspect__img {
    height: 77px;
    object-fit: cover;
  }
  .buyer-favorites-container #FavoritesProductsGrid .aspect--square {
    height: 80px;
    padding: 0 !important;
  }
  .buyer-favorites-container #FavoritesProductsGrid .product-m__content {
    padding: 5px;
    min-height: 100px;
  }
  .buyer-favorites-container #FavoritesProductsGrid .product-m__content .product-m__category {
    margin: 0;
    position: relative;
    display: block;
    line-height: 12px !important;
  }
  .buyer-favorites-container #FavoritesProductsGrid .product-m__content .product-m__category a {
    font-weight: 400 !important;
    font-size: 6px !important;
    line-height: 12px !important;
    text-transform: capitalize;
    color: #555555;
  }
  .buyer-favorites-container #FavoritesProductsGrid .product-m__content .product-m__name {
    margin: 0;
    position: relative;
    display: block;
    line-height: 14px !important;
  }
  .buyer-favorites-container #FavoritesProductsGrid .product-m__content .product-m__name a {
    font-weight: 400 !important;
    font-size: 8px !important;
    line-height: 14px !important;
    text-transform: capitalize;
    color: #222222;
  }
  .buyer-favorites-container #FavoritesProductsGrid .product-m__content .product-m__price {
    font-weight: 500 !important;
    font-size: 8px !important;
    line-height: 12px;
    padding: 0 !important;
  }
  .buyer-favorites-container #FavoritesProductsGrid .product-m__content .product-m__preview-description {
    font-weight: 400;
    font-size: 6px;
    line-height: 12px;
    margin: 0;
    margin-top: 2px;
  }
  .buyer-favorites-container #FavoritesProductsGrid .product-m__content .product-m__preview-description a {
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
  }
}

/** All Categories menu on mobile sidebar **/
@media screen and (max-width: 767px) {
  .appear-in-sideBar .custom-categort-mobile {
    padding: 8px 16px;
    width: 119px;
    height: 80px;
  }
  .appear-in-sideBar .custom-categort-mobile a img {
    height: 25px;
    width: 25px;
  }
  .appear-in-sideBar .custom-categort-mobile a p {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
}

/** Sub Categories component **/
@media screen and (max-width: 767px) {
  .sub-categories-component-container:first-child {
    margin-bottom: 12px;
  }
  .sub-categories-component-container:first-child > .col-12 {
    padding: 0;
  }
  .sub-categories-component-container:first-child > .col-12:nth-child(2) {
    display: none;
  }
  .sub-categories-component-container:nth-child(2) {
    margin: 0;
  }
  .sub-categories-component-container:nth-child(2) > div {
    width: 100%;
  }
  .sub-categories-component-container .sub-categories-main-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
  }
  .sub-categories-component-container .sub-category-contanier {
    padding: 12px;
    margin-bottom: 0px;
    width: 73px;
    height: 73px;
  }
  .sub-categories-component-container .sub-category-contanier a img {
    height: 48px;
    width: 48px;
    object-fit: contain;
    margin: 0 auto;
  }
  .sub-categories-component-container .sub-category-contanier + small {
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
    display: block;
    text-align: center;
  }
  .sub-categories-component-container .owl-item {
    width: auto !important;
  }
  .sub-categories-component-container .owl-item > .u-s-m-b-40 {
    margin: 6px !important;
  }
  .sub-categories-component-container .owl-nav {
    display: none;
  }
}

/** All products section on buyer dashboard page **/
@media screen and (max-width: 767px) {
  .buyer-all-products-container {
    padding-top: 0 !important;
  }
  .buyer-all-products-container .all-product-title-mobile {
    display: inline-block !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    margin-top: 19px;
  }
  .buyer-all-products-container .all-product-title-mobile + .card {
    width: 24px;
    height: 24px;
    border: 1px solid #00235b;
    border-radius: 2px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 16px;
    padding: 0 !important;
  }
  .buyer-all-products-container .all-product-title-mobile + .card #navigation2 .toggle-button {
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 6px;
  }
  .buyer-all-products-container .all-product-title-mobile + .card #navigation2 .toggle-button:before {
    content: "\f0c9";
    font-size: 12px;
    text-align: center;
    color: #ff6363;
  }
  .buyer-all-products-container .all-product-title-mobile + .card .dash__box {
    top: 133px;
    border-radius: 24px 24px 0 0;
    height: calc(100% - 133px);
  }
  .buyer-all-products-container .all-product-title-mobile + .card .dash__box .ah-close {
    font-size: 0;
    position: relative;
  }
  .buyer-all-products-container .all-product-title-mobile + .card .dash__box .ah-close:after {
    content: "Filter";
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #222;
    margin-top: 5px;
    display: inline-block;
  }
  .buyer-all-products-container .all-product-title-mobile + .card .dash__box .ah-close span {
    float: right !important;
    color: #00235b;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    padding-right: 5px !important;
  }
  .buyer-all-products-container .all-product-title-mobile + .card .dash__box .ah-close span:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 12px;
  }
  .buyer-all-products-container .all-product-title-mobile + .card .dash__box .shop-w__h {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 11px 16px;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 {
    margin: 0 !important;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m {
    margin-bottom: 16px;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__thumb {
    padding: 6px;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__content {
    padding: 8px;
    padding-top: 0;
    min-height: 75px;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__content .product-m__category {
    margin: 0;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__content .product-m__category a {
    font-weight: 400;
    font-size: 6px;
    line-height: 10px;
    display: block;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__content .product-m__name a {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    display: block;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__content .product-m__price {
    padding: 0 !important;
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__content .product-m__preview-description {
    font-weight: 400;
    font-size: 6px;
    line-height: 10px;
    margin: 2px 0;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__content .product-m__preview-description span {
    font-weight: 400;
    font-size: 6px;
    line-height: 10px;
  }
  .buyer-all-products-container #AllProductsGrid .shop-p__collection .col-4 .product-m .product-m__content .product-m__preview-description a {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
  }
  .buyer-all-products-container #side-filter {
    display: none;
  }
}

/** buyer dashboard page when login with buyer account **/
@media screen and (max-width: 767px) {
  .buyer-categories-dashboard #CategoryGrid h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
  .buyer-categories-dashboard .bulk-offer-buyer .category-contnr {
    min-height: auto;
  }
  .buyer-categories-dashboard .bulk-offer-buyer .category-contnr img {
    min-height: 50px;
    max-height: 50px;
    height: 50px;
  }
  .buyer-categories-dashboard .bulk-offer-buyer .category-contnr .card-footer {
    padding: 5px;
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
  }
  .buyer-categories-dashboard .col-4 {
    margin-bottom: 0 !important;
  }
  .buyer-categories-dashboard .col-4 .category-contnr {
    padding: 5px;
    min-height: 90px;
  }
  .buyer-categories-dashboard .col-4 .category-contnr img {
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    object-fit: contain;
  }
  .buyer-categories-dashboard .col-4 .category-contnr .card-footer {
    padding: 5px;
  }
  .buyer-categories-dashboard .col-4 .category-contnr .card-footer p {
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
  }
}

/** Product details page **/
.product-details-page-container {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .product-details-page-container .pd-breadcrumb {
    padding: 0 !important;
    margin-bottom: 12px;
  }
  .product-details-page-container .pd-breadcrumb .breadcrumb__list {
    margin: 0 !important;
  }
  .product-details-page-container hr {
    display: none;
  }
  .product-details-page-container .one-product-container {
    padding: 0 !important;
  }
  .product-details-page-container .one-product-container #pd-o-thumbnail {
    display: none;
  }
  .product-details-page-container .one-product-container #pd-o-initiate {
    width: 100%;
    float: initial;
  }
  .product-details-page-container .one-product-container #pd-o-initiate img {
    width: 185px;
    height: 238px;
    margin: 0 auto;
    object-fit: contain;
  }
  .product-details-page-container .one-product-container .pd-detail__inline a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .product-details-page-container .one-product-container .pd-detail__inline a:first-child {
    margin-right: 5px;
  }
  .product-details-page-container .one-product-container .pd-detail__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding-top: 12px !important;
    padding-bottom: 8px !important;
  }
  .product-details-page-container .one-product-container .pd-detail__price {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: block;
  }
  .product-details-page-container .one-product-container .pd-detail__preview-desc {
    display: block;
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
    padding-top: 6px;
  }
  .product-details-page-container .one-product-container h5.p-t-24 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 4px;
  }
  .product-details-page-container .pd-table {
    margin-top: 10px;
  }
  .product-details-page-container .pd-table tr {
    border-width: 1px !important;
  }
  .product-details-page-container .pd-table tr td {
    font-size: 8px;
    padding: 5px;
  }
  .product-details-page-container #cartBtn {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
  }
  .product-details-page-container .product-details-tabs ul {
    border-bottom: 1px solid #ff5f13;
  }
  .product-details-page-container .product-details-tabs ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
    border: none;
  }
  .product-details-page-container .product-details-tabs .u-s-m-b-30 {
    margin-bottom: 8px !important;
  }
  .product-details-page-container .product-details-tabs .u-s-m-b-15 {
    margin-bottom: 8px !important;
  }
  .product-details-page-container .product-details-tabs .u-s-m-b-15 h4 {
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
  }
  .product-details-page-container .product-details-tabs .u-s-m-b-15 table th, .product-details-page-container .product-details-tabs .u-s-m-b-15 table td {
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .related-products-component h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #add-to-cart .modal-content {
    border-radius: 40px 40px 0 0;
    position: fixed;
    bottom: 0;
  }
  #add-to-cart .modal-content .dismiss-button {
    font-size: 12px;
    right: 28px;
    top: 10px;
  }
  #add-to-cart .modal-content .success {
    border-top: 1px solid rgba(251, 239, 231, 0.6);
    margin-top: 16px;
    padding-top: 16px;
  }
  #add-to-cart .modal-content .success > .u-s-m-b-25 {
    margin: 0;
    position: absolute;
    top: -14px;
    display: flex;
    justify-content: center;
    width: calc(100% - 50px);
    align-items: center;
    gap: 5px;
  }
  #add-to-cart .modal-content .success > .u-s-m-b-25 span.h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  #add-to-cart .modal-content .success__img-wrap {
    width: auto;
    height: auto;
  }
  #add-to-cart .modal-content .success__img-wrap img {
    height: 90px;
    width: 72px;
    min-width: 72px;
    max-height: 90px;
    margin: 0 auto;
  }
  #add-to-cart .modal-content .success__info-wrap .row {
    padding: 6px !important;
  }
  #add-to-cart .modal-content .success__info-wrap .row span:first-child {
    font-weight: 500 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #555555;
  }
  #add-to-cart .modal-content .success__info-wrap .row span:last-child {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #222222;
  }
  #add-to-cart .modal-content .s-option .continue-shopping-button {
    font-weight: 500;
    font-size: 10px !important;
    line-height: 14px;
    padding: 5px !important;
    display: block;
  }
  #add-to-cart .modal-content .s-option .checkout-button {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 12px;
    padding: 6px;
    display: block;
  }
  #add-to-cart .modal-content .s-option__link-box {
    width: 100%;
  }
  #add-to-cart .modal-content .s-option .col-6:first-child {
    padding-right: 5px;
  }
  #add-to-cart .modal-content .s-option .col-6:last-child {
    padding-left: 5px;
  }
}

/** Basket cart list page **/
@media screen and (max-width: 767px) {
  .basket-cart-list-page > .u-s-p-b-20:first-child {
    padding-bottom: 5px;
  }
  .basket-cart-list-page .breadcrumb__wrap {
    padding: 0;
  }
  .basket-cart-list-page .breadcrumb__list {
    margin: 0;
  }
  .basket-cart-list-page .dash__pad-4 {
    padding: 16px;
  }
  .basket-cart-list-page .negotiation-area-container {
    display: block;
    position: relative;
  }
  .basket-cart-list-page .negotiation-area-container > div {
    display: inline-block;
    width: auto;
  }
  .basket-cart-list-page .negotiation-area-container > div:first-child {
    padding-right: 0;
  }
  .basket-cart-list-page .negotiation-area-container > div:first-child h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .basket-cart-list-page .negotiation-area-container > div:last-child {
    padding-left: 10px;
    position: initial;
  }
  .basket-cart-list-page .negotiation-area-container > div:last-child a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .basket-cart-list-page .negotiation-area-container > div:last-child a.DraftOrder i {
    font-size: 12px;
    margin-right: 6px;
  }
  .basket-cart-list-page .negotiation-area-container > div:last-child a.float-right {
    position: absolute;
    right: 15px;
  }
  .basket-cart-list-page .table-p td {
    padding: 0;
    min-width: auto;
  }
  .basket-cart-list-page .table-p td:last-child > .row:first-child {
    display: none;
  }
  .basket-cart-list-page .table-p td:last-child > .row:nth-child(2) {
    justify-content: flex-start !important;
  }
  .basket-cart-list-page .table-p__img-wrap img {
    height: 123px;
    width: 90px;
  }
  .basket-cart-list-page .table-p__box {
    align-items: flex-start;
  }
  .basket-cart-list-page .table-p__info {
    margin: 0;
  }
  .basket-cart-list-page .table-p__info .u-c-brand {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px !important;
    padding-block: 13px !important;
  }
  .basket-cart-list-page .table-p__info .u-c-brand span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px !important;
  }
  .basket-cart-list-page .table-p__info .row.custom-cart-font {
    display: block;
    position: relative;
    padding-bottom: 8px !important;
  }
  .basket-cart-list-page .table-p__info .row.custom-cart-font > span {
    display: inline-block;
    width: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .basket-cart-list-page .table-p__info a[id^=wishListBtn] small {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #00235b;
  }
  .basket-cart-list-page .table-p__info a[id^=wishListBtn] span {
    font-size: 12px;
  }
  .basket-cart-list-page .table-p__name h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .basket-cart-list-page .table-p .input-counter {
    max-width: initial;
    min-width: auto;
  }
  .basket-cart-list-page .table-p .input-counter span {
    font-size: 12px;
    width: 25px;
    line-height: 25px;
    height: 25px;
  }
  .basket-cart-list-page .table-p .input-counter input {
    width: 88px;
    height: 25px;
  }
  .basket-cart-list-page .subtotal-area .col-6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .basket-cart-list-page .subtotal-area .col-6 span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .basket-cart-list-page .subtotal-area > .col-12 {
    padding-top: 16px !important;
    padding-bottom: 0 !important;
  }
  .basket-cart-list-page .subtotal-area > .col-12 .btn {
    width: 159px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 0 !important;
    display: inline-flex;
  }
  .basket-cart-list-page .table-responsive {
    width: initial;
    overflow: initial;
  }
  .basket-cart-list-page .margin-zero-mobile {
    margin: 0 !important;
  }
  .basket-cart-list-page #CartSummary {
    display: none;
  }
}

/** Order checkout page **/
@media screen and (max-width: 767px) {
  .new-order-checkout-page > .u-s-p-b-20:first-child {
    padding-bottom: 5px !important;
  }
  .new-order-checkout-page .breadcrumb__wrap {
    padding: 0;
  }
  .new-order-checkout-page .breadcrumb__list {
    margin: 0;
  }
  .new-order-checkout-page .dash__pad-4 {
    padding: 16px;
  }
  .new-order-checkout-page .add-new-address-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .new-order-checkout-page a.AddAddress {
    width: 132px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 0 !important;
    display: inline-flex;
  }
  .new-order-checkout-page .one-order-address > .p-3 {
    padding: 12px 16px !important;
  }
  .new-order-checkout-page .one-order-address > .p-3 .py-2 {
    padding: 0 !important;
  }
  .new-order-checkout-page .one-order-address #shippingAddress_type, .new-order-checkout-page .one-order-address #billingAddress_type {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
  }
  .new-order-checkout-page .one-order-address .address-details {
    line-height: 14px;
  }
  .new-order-checkout-page .one-order-address .address-details span {
    font-weight: 500;
    font-size: 12px;
  }
  .new-order-checkout-page .one-order-address a.EditAddress {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .new-order-checkout-page .order-information-area .supplier-name-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 12px 16px !important;
    padding-bottom: 0 !important;
  }
  .new-order-checkout-page .order-information-area .table-responsive {
    padding: 0;
    width: initial;
    overflow: initial;
  }
  .new-order-checkout-page .order-information-area .table-p {
    padding-inline: 16px;
  }
  .new-order-checkout-page .order-information-area .table-p td {
    padding: 0;
    min-width: auto;
  }
  .new-order-checkout-page .order-information-area .table-p__img-wrap {
    width: 90px;
  }
  .new-order-checkout-page .order-information-area .table-p__img-wrap img {
    height: 99px;
    width: 77px;
  }
  .new-order-checkout-page .order-information-area .table-p__box {
    align-items: flex-start;
  }
  .new-order-checkout-page .order-information-area .table-p__info {
    margin: 0;
  }
  .new-order-checkout-page .order-information-area .table-p__info .u-c-brand {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px !important;
    padding-block: 13px !important;
  }
  .new-order-checkout-page .order-information-area .table-p__info .u-c-brand span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px !important;
  }
  .new-order-checkout-page .order-information-area .table-p__name h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px !important;
    padding-bottom: 8px !important;
  }
  .new-order-checkout-page .order-information-area .table-p .custom-cart-font {
    font-weight: 500;
    font-size: 8px;
    line-height: 14px !important;
    padding-bottom: 8px !important;
    padding-top: 0 !important;
  }
  .new-order-checkout-page .order-information-area .table-p .custom-cart-font span {
    font-weight: 500;
    font-size: 8px;
    line-height: 14px !important;
  }
  .new-order-checkout-page .order-information-area .payment-terms-partial .payment-terms-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .new-order-checkout-page .order-information-area .payment-terms-partial .radio-box__label {
    margin-left: 16px;
  }
  .new-order-checkout-page .order-information-area .payment-terms-partial .radio-box__label:before, .new-order-checkout-page .order-information-area .payment-terms-partial .radio-box__label:after {
    width: 12px;
    height: 12px;
    top: 4px;
    border-width: 1px;
  }
  .new-order-checkout-page .subtotal-information-area {
    padding: 12px 16px !important;
  }
  .new-order-checkout-page .subtotal-information-area .col-6 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px !important;
  }
  .new-order-checkout-page .subtotal-information-area .col-6:last-child, .new-order-checkout-page .subtotal-information-area .col-6:nth-child(5) {
    margin-bottom: 0;
  }
  .new-order-checkout-page .order-summary-area {
    margin-top: 24px;
  }
  .new-order-checkout-page .order-summary-area .u-s-p-x-24 {
    padding: 12px 16px !important;
  }
  .new-order-checkout-page .order-summary-area .border-bottom h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px !important;
  }
  .new-order-checkout-page .order-summary-area .f-cart table tr td {
    padding-block: 10px;
    padding-inline: 2px;
  }
  .new-order-checkout-page .order-summary-area .f-cart table tr td:first-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #222;
  }
  .new-order-checkout-page .order-summary-area .f-cart table tr td:last-child {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000;
  }
  .new-order-checkout-page .order-summary-area .terms-and-conditions-area a {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .new-order-checkout-page .order-summary-area .terms-and-conditions-area label[for] {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .new-order-checkout-page .order-summary-area .terms-and-conditions-area label[for]:before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .new-order-checkout-page .order-summary-area .terms-and-conditions-area label[for]:after {
    font-size: 10px !important;
    padding-right: 3px;
  }
  .new-order-checkout-page .order-summary-area .confirmOrderBtn {
    width: 132px;
    height: 20px;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 0 !important;
    display: inline-flex;
  }
  .new-order-checkout-page .margin-bottom-12 {
    margin-bottom: 12px !important;
  }
}

/** Order submitted page **/
@media screen and (max-width: 767px) {
  .order-submitted-page {
    margin: 0;
  }
  .order-submitted-page .col-12 {
    border: none !important;
  }
  .order-submitted-page .col-12 img {
    width: 50px;
    height: 50px;
    min-height: 50px !important;
    padding: 0 !important;
    margin-bottom: 24px;
  }
  .order-submitted-page .col-12 h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .order-submitted-page .col-12 span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
  .order-submitted-page .col-12 a {
    width: 113px;
    height: 20px;
    padding: 0 !important;
    display: inline-flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
  }
}

/** Ongoing negotiation page **/
@media screen and (max-width: 767px) {
  .ongoing-negotiations-page > .u-s-p-b-40:first-child {
    padding-bottom: 5px !important;
  }
  .ongoing-negotiations-page .breadcrumb__wrap {
    padding: 0;
  }
  .ongoing-negotiations-page .breadcrumb__list {
    margin: 0;
  }
  .ongoing-negotiations-page #myTab li {
    padding-bottom: 12px !important;
  }
  .ongoing-negotiations-page #myTab li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .ongoing-negotiations-page .tab-content {
    margin-inline: 10px;
    padding: 16px !important;
  }
  .ongoing-negotiations-page .tab-content .tab-pane > div {
    padding: 10px !important;
    margin-bottom: 14px;
  }
  .ongoing-negotiations-page .tab-content .negotiation-number-title {
    padding-bottom: 16px;
    margin-bottom: 0 !important;
  }
  .ongoing-negotiations-page .tab-content .negotiation-number-title p, .ongoing-negotiations-page .tab-content .negotiation-number-title span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px !important;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr {
    margin-inline: -11px;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr > div {
    padding-bottom: 8px;
    padding-inline: 11px;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr > div p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: block;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr.u-s-m-t-15 {
    margin-top: 8px !important;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr + .u-s-m-t-15 {
    margin-top: 8px !important;
    margin-inline: -11px;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr + .u-s-m-t-15 > div {
    padding-bottom: 8px;
    padding-inline: 11px;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr + .u-s-m-t-15 > div p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: block;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr + .u-s-m-t-15 .view-offer-button {
    width: 74px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 0 !important;
    display: inline-flex;
    margin-right: 4px !important;
    justify-content: center;
    align-items: center;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr + .u-s-m-t-15 .start-negotiation-button {
    width: 100px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 0 !important;
    display: inline-flex;
    margin-right: 4px !important;
    justify-content: center;
    align-items: center;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr + .u-s-m-t-15 .confirm-button {
    width: 62px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 0 !important;
    display: inline-flex;
    margin-right: 4px !important;
    justify-content: center;
    align-items: center;
    border-width: 1px;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr + .u-s-m-t-15 .delete-button {
    width: 20px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 0 !important;
    display: inline-flex;
    margin-right: 4px !important;
    justify-content: center;
    align-items: center;
    border-width: 1px;
  }
  .ongoing-negotiations-page .tab-content .brdr-btm-brnd-clr + .u-s-m-t-15 .delete-button i {
    font-size: 12px;
    color: #00235b;
  }
}

/** Supplier profile home page **/
@media screen and (max-width: 767px) {
  .supplier-profile-home-page.supplier-profile {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .supplier-profile-home-page.supplier-profile .card-img-top, .supplier-profile-home-page.supplier-profile #CoverImageImage {
    height: 170px !important;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details {
    margin-top: 0;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details .avatar-upload {
    max-width: 140px;
    margin-top: 110px;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details .avatar-upload .avatar-edit {
    right: 55px;
    top: 40px;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details .avatar-upload .avatar-edit label {
    width: 27px;
    height: 27px;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details .avatar-upload .avatar-edit label i {
    font-size: 12px;
    top: 8px;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details .avatar-preview {
    width: 80px;
    height: 80px;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details .avatar-preview img {
    width: 80px;
    height: 80px;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details #imageInput + label {
    font-size: 12px;
    padding: 6px;
    line-height: 12px;
    margin-top: 60px;
  }
  .supplier-profile-home-page.supplier-profile .profil-cover-details #imageInput + label i {
    font-size: 12px;
  }
  .supplier-profile-home-page.second-section {
    margin-top: 85px;
  }
  .supplier-profile-home-page.second-section > .u-s-p-b-20 {
    display: none;
  }
  .supplier-profile-home-page.second-section .supplier-profile-title {
    font-size: 12px;
  }
  .supplier-profile-home-page.second-section .section__intro.u-s-p-x-20 {
    padding: 0 !important;
  }
  .supplier-profile-home-page.second-section .section__intro.u-s-p-x-20 > .container > .row {
    padding-inline: 15px;
  }
  .supplier-profile-home-page.second-section .section__intro.u-s-p-x-20 > .container > .row > div {
    padding: 5px;
  }
  .supplier-profile-home-page.second-section .section__intro.u-s-p-x-20 > .container > .row > div a .card .card-body div:first-child {
    padding: 5px !important;
    font-size: 25px !important;
  }
  .supplier-profile-home-page.second-section .section__intro.u-s-p-x-20 > .container > .row > div a .card .card-body div.custom-panel-conuter {
    margin-bottom: 5px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px !important;
  }
}

/** New supplier profile page **/
@media screen and (max-width: 767px) {
  .supplier-profile-page-container.supplier-profile {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .supplier-profile-page-container.supplier-profile .profile-with-cover .card-img-top {
    height: 136px;
    box-shadow: none;
  }
  .supplier-profile-page-container.supplier-profile .profile-with-cover .profile-image img {
    height: 64px;
    width: 64px;
    border: 2px solid #fff;
  }
  .supplier-profile-page-container.supplier-profile .profil-cover-details {
    margin-top: 50px;
  }
  .supplier-profile-page-container.supplier-profile .profil-cover-details .supplier-name-title h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
  .supplier-profile-page-container.supplier-profile .media-body {
    display: none;
  }
  .supplier-profile-page-container.pt-5 {
    padding-top: 73px !important;
  }
  .supplier-profile-page-container .navs-container {
    margin: 0 !important;
  }
  .supplier-profile-page-container .navs-container .custom-tabs .nav-item {
    padding: 0 !important;
    margin: 6px 16px !important;
  }
  .supplier-profile-page-container .navs-container .custom-tabs .nav-item a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 12px;
  }
  .supplier-profile-page-container .section__content .basic-information-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
  .supplier-profile-page-container .section__content .description-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .supplier-profile-page-container .section__content .description-title + teaxtarea {
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px !important;
    display: block;
  }
  .supplier-profile-page-container .section__content .info-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px !important;
  }
  .supplier-profile-page-container .section__content .info-title + .card {
    border: 1px solid #ff5f13;
    border-radius: 4px;
    box-shadow: none;
  }
  .supplier-profile-page-container .section__content .info-title + .card .row, .supplier-profile-page-container .section__content .info-title + .card .col-12, .supplier-profile-page-container .section__content .info-title + .card .col-md-6 {
    margin: 0 !important;
    padding: 0 !important;
    border-right: none !important;
  }
  .supplier-profile-page-container .section__content .info-title + .card .row h6, .supplier-profile-page-container .section__content .info-title + .card .col-12 h6, .supplier-profile-page-container .section__content .info-title + .card .col-md-6 h6 {
    padding: 12px 15px;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 14px;
  }
  .supplier-profile-page-container .section__content .info-title + .card .row.border-right:not(.border-bottom) {
    border-bottom: 1px solid #ff5f13 !important;
  }
  .supplier-profile-page-container .section__content .info-title + .card .row .col-8 h6 {
    font-weight: 500 !important;
  }
  .supplier-profile-page-container .section__content .dash__box:first-child {
    margin-bottom: 0 !important;
  }
  .supplier-profile-page-container .certificates-area {
    padding-top: 21px !important;
  }
  .supplier-profile-page-container .certificates-area h4 {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 12px;
  }
  .supplier-profile-page-container .certificates-area .all-certificates-container {
    margin-inline: 0px;
  }
  .supplier-profile-page-container .certificates-area .all-certificates-container .one-certificate-container {
    padding-inline: 7px;
  }
  .supplier-profile-page-container .certificates-area .all-certificates-container .one-certificate-container img {
    height: 86px;
    width: 100%;
    object-fit: cover;
    margin: 0;
  }
  .supplier-profile-page-container .video-area {
    padding-top: 24px !important;
  }
  .supplier-profile-page-container .video-area h4 {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-bottom: 12px;
  }
  .supplier-profile-page-container .video-area video {
    height: 179px;
    object-fit: fill;
  }
  .supplier-profile-page-container .u-s-p-b-60:first-child {
    padding-bottom: 0 !important;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid {
    padding: 0;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p {
    margin-top: 24px;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__toolbar {
    margin: 0;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection > .row > div {
    margin: 0 !important;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m {
    margin: 0;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__thumb a {
    display: block;
    padding: 0;
    width: 59px;
    height: 69px;
    margin: 0 auto;
    margin-top: 8px;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__thumb a img {
    width: 59px;
    height: 69px;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__category {
    margin: 0;
    line-height: 10px;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__category a {
    font-weight: 400;
    font-size: 6px;
    line-height: 10px;
    display: block;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__name a {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    display: block;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__price {
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__preview-description {
    font-weight: 400;
    font-size: 6px;
    line-height: 10px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__preview-description span {
    font-weight: 400;
    font-size: 6px;
    line-height: 10px;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__preview-description a {
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid .shop-p__collection .product-m__content {
    min-height: 85px;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid #ProductGrid .card h4 {
    padding: 18px 19px !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
  .supplier-profile-page-container .product-tab-container .container-fluid #ProductGrid .card .card-body {
    padding-top: 0;
  }
  .supplier-profile-page-container #side-filter {
    display: none;
  }
  .supplier-profile-page-container .video-tab-container h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
  .supplier-profile-page-container .video-tab-container h4:first-child {
    margin-top: 26px;
  }
  .supplier-profile-page-container .video-tab-container h4:first-child + video {
    height: 179px;
    object-fit: fill;
    margin-top: 12px;
  }
  .supplier-profile-page-container .video-tab-container h4:last-child {
    margin-top: 24px;
  }
  .supplier-profile-page-container .video-tab-container .row.py-4 {
    padding: 0 !important;
  }
  .supplier-profile-page-container .video-tab-container .all-videos-container {
    margin-inline: 10px;
  }
  .supplier-profile-page-container .video-tab-container .all-videos-container .one-video-container {
    padding-inline: 5px;
  }
  .supplier-profile-page-container .video-tab-container .all-videos-container .one-video-container video {
    height: 90px;
    object-fit: fill;
    border-radius: 4px;
  }
}

/** Special classes for dynamic height areas [Subscription] -- JS code located on custom.js **/
.get-dynamic-height {
  white-space: normal !important;
  padding-right: 10px;
}

.supplier-subscription-packages-container .package-price ~ .brdr-btm-brnd-clr, .supplier-subscription-packages-container .package-price ~ .bg-sec-brnd {
  max-height: initial !important;
}

/** Contact list page **/
@media screen and (max-width: 767px) {
  .user-contact-list-page .dash__table-2 th, .user-contact-list-page .dash__table-2 td {
    min-width: auto !important;
  }
  .user-contact-list-page .dash .col-12.pb-4.pr-5 {
    padding-right: 1rem !important;
  }
  .user-contact-list-page .dash .col-12.pb-4.pr-5 a {
    width: 115px;
    height: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 0 !important;
    display: flex;
  }
  .user-contact-list-page .dash .col-12.pb-4.pr-5 a i {
    font-size: 12px;
  }
  .user-contact-list-page .dash__box {
    margin: 0 !important;
  }
  .user-contact-list-page .dataTables_info {
    font-size: 8px;
    padding: 0;
  }
}

/** Contact list sub pages [Edit, Add, Delete] **/
@media screen and (max-width: 767px) {
  .contact-person-sub-pages .section__intro, .address-sub-pages .section__intro, .milistones-sub-pages .section__intro {
    padding-inline: 0 !important;
    padding-bottom: 15px;
  }
  .contact-person-sub-pages .section__intro .card-header, .address-sub-pages .section__intro .card-header, .milistones-sub-pages .section__intro .card-header {
    font-size: 12px;
    padding-block: 5px;
  }
  .contact-person-sub-pages .section__intro .card-body, .address-sub-pages .section__intro .card-body, .milistones-sub-pages .section__intro .card-body {
    padding-block: 5px;
  }
  .contact-person-sub-pages .section__intro .card-body dl, .address-sub-pages .section__intro .card-body dl, .milistones-sub-pages .section__intro .card-body dl {
    font-size: 12px;
    flex-flow: row;
  }
}

/** Social accounts page - appears on buyer menu **/
@media screen and (max-width: 767px) {
  .social-accounts-page .breadcrumb__wrap {
    padding: 0 !important;
  }
  .social-accounts-page .breadcrumb__list {
    margin: 0;
  }
  .social-accounts-page .dash__table-2 th, .social-accounts-page .dash__table-2 td {
    min-width: auto !important;
  }
  .social-accounts-page .dash .col-12.pb-4.pr-5 {
    padding-right: 1rem !important;
  }
  .social-accounts-page .dash .col-12.pb-4.pr-5 a {
    width: 151px;
    height: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding: 0 !important;
  }
  .social-accounts-page .dash__box {
    margin: 0 !important;
  }
  .social-accounts-page .dataTables_info {
    font-size: 8px;
    padding: 0;
  }
}

/** General Fixes **/
#fixed-header-notifications-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  #fixed-header-notifications-icon {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 25px;
    z-index: 777;
  }
}

@media screen and (max-width: 767px) {
  .margin-top-85-px {
    margin-top: 85px !important;
  }
}

.search-bar-status__False {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-bar-status__False {
    display: block;
    width: 100%;
  }
}
.search-bar-status__True {
  width: 100%;
}

/** Product stock creation page **/
@media screen and (max-width: 767px) {
  .create-product-stock-page .breadcrumb__wrap {
    padding-left: 0;
  }
  .create-product-stock-page .breadcrumb__list {
    margin: 0;
  }
  .create-product-stock-page .card-header {
    font-size: 12px;
  }
  .create-product-stock-page .card-body select, .create-product-stock-page .card-body input {
    font-size: 12px;
  }
  .create-product-stock-page .card-body .btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 12px !important;
  }
}

/** Delete product page **/
@media screen and (max-width: 767px) {
  .delete-product-page .card-header {
    font-size: 12px;
  }
  .delete-product-page .card-body {
    font-size: 12px;
  }
  .delete-product-page .card-body select, .delete-product-page .card-body input {
    font-size: 12px;
  }
  .delete-product-page .card-body .btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 12px !important;
  }
  .delete-product-page .card-body > .row {
    margin: 0 !important;
  }
}

/** Add or Edit payment method modal (Products/_AddOrEditProductPayment.cshtml) **/
@media screen and (max-width: 767px) {
  .add-edit-payment-method-modal .btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 12px !important;
  }
}

/** Add Bulk Offer modal (Products/_BulkOffer.cshtml) **/
@media screen and (max-width: 767px) {
  .checkout-modal1 .btn {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 12px;
    padding: 4px 12px !important;
  }
  .checkout-modal1 .add-bulk-offer-modal .justify-content-center > div:not(:last-child) {
    margin-bottom: 0 !important;
  }
}

/** Supplier view orders list **/
@media screen and (max-width: 767px) {
  .supplier-orders-list-page > .u-s-p-b-20:first-child {
    padding: 0 !important;
  }
  .supplier-orders-list-page .tab-content {
    padding: 15px !important;
  }
  .supplier-orders-list-page .special-responsive-table .dropdown button {
    display: none;
  }
  .supplier-orders-list-page .special-responsive-table .dropdown .dropdown-menu {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    float: initial;
    padding: 0;
    margin: 0;
    border: none;
    text-align: right;
  }
  .supplier-orders-list-page .special-responsive-table .dropdown .dropdown-menu .dropdown-item {
    border: 1px solid #00235b;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 3px !important;
    font-size: 0;
    display: inline-block;
  }
  .supplier-orders-list-page .special-responsive-table .dropdown .dropdown-menu .dropdown-item .u-c-brand {
    font-size: 12px;
  }
  .supplier-orders-list-page .special-responsive-table .dropdown .dropdown-menu .dropdown-item span:nth-child(2) {
    display: none;
  }
  .supplier-orders-list-page .special-responsive-table td a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}

/** Select country for subscription modal **/
#Selected-SubscribtionCountry-modal .checkbox, #Selected-Country-modal .checkbox {
  align-items: center;
  gap: 8px;
}
#Selected-SubscribtionCountry-modal .checkbox .checkbox-custom-label, #Selected-Country-modal .checkbox .checkbox-custom-label {
  border: 1px solid #999999;
  border-radius: 1px;
  width: 16px;
  height: 16px;
  margin: 0;
}
#Selected-SubscribtionCountry-modal .checkbox input, #Selected-Country-modal .checkbox input {
  position: absolute;
  z-index: 10000;
  opacity: 0;
}
#Selected-SubscribtionCountry-modal .checkbox input:checked + label, #Selected-Country-modal .checkbox input:checked + label {
  background: #deffdb;
  position: relative;
  border-color: #deffdb;
}
#Selected-SubscribtionCountry-modal .checkbox input:checked + label:after, #Selected-Country-modal .checkbox input:checked + label:after {
  content: "";
  border: 2px solid;
  border-color: transparent #378115 #378115 transparent;
  position: absolute;
  height: 10px;
  width: 6px;
  transform: rotate(45deg);
  top: 0;
  left: 3px;
  border-radius: 2px;
}
#Selected-SubscribtionCountry-modal .checkbox .Flag span, #Selected-Country-modal .checkbox .Flag span {
  max-width: 80px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  height: 17px;
}
#Selected-SubscribtionCountry-modal #CountriesSection .u-s-p-b-20, #Selected-Country-modal #CountriesSection .u-s-p-b-20 {
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  #Selected-SubscribtionCountry-modal .card-body, #Selected-Country-modal .card-body {
    padding: 0;
  }
  #Selected-SubscribtionCountry-modal .card-body > .u-s-m-b-24, #Selected-Country-modal .card-body > .u-s-m-b-24 {
    margin-bottom: 7px !important;
  }
  #Selected-SubscribtionCountry-modal .card-body > .u-s-m-b-24 + h4, #Selected-Country-modal .card-body > .u-s-m-b-24 + h4 {
    font-size: 10px !important;
  }
  #Selected-SubscribtionCountry-modal .img-earth, #Selected-Country-modal .img-earth {
    padding: 5px !important;
  }
  #Selected-SubscribtionCountry-modal #CountriesSection, #Selected-Country-modal #CountriesSection {
    padding: 0 !important;
  }
  #Selected-SubscribtionCountry-modal #CountriesSection .checkbox .Flag span, #Selected-Country-modal #CountriesSection .checkbox .Flag span {
    max-width: 100px;
    height: 13px;
    margin-left: 2px !important;
  }
}

/** Subscription page after select country **/
@media screen and (max-width: 767px) {
  .subscribePage .subscribeBenfities > .row {
    padding-inline: 15px;
  }
  .subscribePage .subscribeBenfities > .row > div {
    padding-inline: 5px;
  }
  .subscribePage #myTab li {
    padding-block: 5px;
  }
  .subscribePage #myTab li a {
    padding: 6px;
  }
}

/** View order details for supplier and buyer **/
@media screen and (max-width: 767px) {
  .supplier-view-order-details .card, .supplier-view-order-details .sp-cont, .buyer-view-order-details .card, .buyer-view-order-details .sp-cont {
    padding: 15px !important;
    margin-inline: 5px;
  }
  .supplier-view-order-details .card h4.u-s-m-b-30, .supplier-view-order-details .sp-cont h4.u-s-m-b-30, .buyer-view-order-details .card h4.u-s-m-b-30, .buyer-view-order-details .sp-cont h4.u-s-m-b-30 {
    margin-bottom: 5px;
  }
  .supplier-view-order-details .card .bSvBtn, .supplier-view-order-details .sp-cont .bSvBtn, .buyer-view-order-details .card .bSvBtn, .buyer-view-order-details .sp-cont .bSvBtn {
    font-size: 12px;
    line-height: 10px;
    height: 20px;
  }
  .supplier-view-order-details .card table, .supplier-view-order-details .sp-cont table, .buyer-view-order-details .card table, .buyer-view-order-details .sp-cont table {
    width: 100%;
  }
  .supplier-view-order-details .card .dash__box, .supplier-view-order-details .sp-cont .dash__box, .buyer-view-order-details .card .dash__box, .buyer-view-order-details .sp-cont .dash__box {
    margin-bottom: 5px;
  }
  .supplier-view-order-details .card .dash-l-r, .supplier-view-order-details .sp-cont .dash-l-r, .buyer-view-order-details .card .dash-l-r, .buyer-view-order-details .sp-cont .dash-l-r {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 15px;
    align-items: start;
  }
  .supplier-view-order-details .card .dash-l-r *, .supplier-view-order-details .sp-cont .dash-l-r *, .buyer-view-order-details .card .dash-l-r *, .buyer-view-order-details .sp-cont .dash-l-r * {
    font-size: 10px !important;
  }
  .supplier-view-order-details .card .manage-o, .supplier-view-order-details .sp-cont .manage-o, .buyer-view-order-details .card .manage-o, .buyer-view-order-details .sp-cont .manage-o {
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
  .supplier-view-order-details .card .manage-o__header, .supplier-view-order-details .sp-cont .manage-o__header, .buyer-view-order-details .card .manage-o__header, .buyer-view-order-details .sp-cont .manage-o__header {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    margin-bottom: 15px;
    margin-top: 0;
    align-items: center;
    padding-inline: 15px;
    gap: 3px;
  }
  .supplier-view-order-details .card .manage-o__header .col-md-4, .supplier-view-order-details .sp-cont .manage-o__header .col-md-4, .buyer-view-order-details .card .manage-o__header .col-md-4, .buyer-view-order-details .sp-cont .manage-o__header .col-md-4 {
    padding: 0;
    align-self: center !important;
  }
  .supplier-view-order-details .card .manage-o__header .col-md-4 h2, .supplier-view-order-details .sp-cont .manage-o__header .col-md-4 h2, .buyer-view-order-details .card .manage-o__header .col-md-4 h2, .buyer-view-order-details .sp-cont .manage-o__header .col-md-4 h2 {
    display: none;
  }
  .supplier-view-order-details .card .manage-o__header .col-md-4 .u-s-m-b-15, .supplier-view-order-details .sp-cont .manage-o__header .col-md-4 .u-s-m-b-15, .buyer-view-order-details .card .manage-o__header .col-md-4 .u-s-m-b-15, .buyer-view-order-details .sp-cont .manage-o__header .col-md-4 .u-s-m-b-15 {
    margin: 0 !important;
  }
  .supplier-view-order-details .card .manage-o__header .col-md-4:last-child, .supplier-view-order-details .sp-cont .manage-o__header .col-md-4:last-child, .buyer-view-order-details .card .manage-o__header .col-md-4:last-child, .buyer-view-order-details .sp-cont .manage-o__header .col-md-4:last-child {
    text-align: right;
  }
  .supplier-view-order-details .card .manage-o__icon, .supplier-view-order-details .sp-cont .manage-o__icon, .buyer-view-order-details .card .manage-o__icon, .buyer-view-order-details .sp-cont .manage-o__icon {
    font-size: 8px;
  }
  .supplier-view-order-details .card .manage-o__icon span, .supplier-view-order-details .sp-cont .manage-o__icon span, .buyer-view-order-details .card .manage-o__icon span, .buyer-view-order-details .sp-cont .manage-o__icon span {
    font-size: 12px;
  }
  .supplier-view-order-details .card .manage-o__description *, .supplier-view-order-details .sp-cont .manage-o__description *, .buyer-view-order-details .card .manage-o__description *, .buyer-view-order-details .sp-cont .manage-o__description * {
    font-size: 12px !important;
  }
  .supplier-view-order-details .card .manage-o__timeline span, .supplier-view-order-details .sp-cont .manage-o__timeline span, .buyer-view-order-details .card .manage-o__timeline span, .buyer-view-order-details .sp-cont .manage-o__timeline span {
    font-size: 12px;
  }
  .supplier-view-order-details .card .custom-bg-v2, .supplier-view-order-details .sp-cont .custom-bg-v2, .buyer-view-order-details .card .custom-bg-v2, .buyer-view-order-details .sp-cont .custom-bg-v2 {
    margin-inline: 0px;
  }
  .supplier-view-order-details .card .custom-bg-v2 .dash__pad-3, .supplier-view-order-details .sp-cont .custom-bg-v2 .dash__pad-3, .buyer-view-order-details .card .custom-bg-v2 .dash__pad-3, .buyer-view-order-details .sp-cont .custom-bg-v2 .dash__pad-3 {
    padding: 10px !important;
    padding-bottom: 0 !important;
  }
  .supplier-view-order-details .card .custom-bg-v2 .dash-l-r, .supplier-view-order-details .sp-cont .custom-bg-v2 .dash-l-r, .buyer-view-order-details .card .custom-bg-v2 .dash-l-r, .buyer-view-order-details .sp-cont .custom-bg-v2 .dash-l-r {
    margin-bottom: 5px;
  }
  .supplier-view-order-details .card .custom-bg-v2 .dash-l-r div:last-child, .supplier-view-order-details .sp-cont .custom-bg-v2 .dash-l-r div:last-child, .buyer-view-order-details .card .custom-bg-v2 .dash-l-r div:last-child, .buyer-view-order-details .sp-cont .custom-bg-v2 .dash-l-r div:last-child {
    text-align: right;
  }
}

/** View invoices from supplier to buyer **/
.supplier-order-invoices-for-buyer-page .UploadInvoice {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .supplier-order-invoices-for-buyer-page .breadcrumb__list {
    margin-bottom: 15px;
  }
  .supplier-order-invoices-for-buyer-page .UploadInvoice {
    display: inline-flex;
    height: 20px;
    font-size: 12px;
  }
}

/** Scroll to top button **/
@media screen and (max-width: 767px) {
  #topScroll {
    width: 40px;
    height: 40px;
    line-height: 45px;
    bottom: 70px;
  }
}

#ShippingArea > .addedRow {
  padding: 10px;
  margin: 10px 2px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.owl-carousel .owl-item img {
  display: inherit !important;
}

.ui-tooltip-content {
  color: #fff;
}

/*# sourceMappingURL=app.css.map */
