@font-face {
  font-family: 'SAR';
  src: url('../fonts/sar_symbol.woff') format('woff');
}

.icon-sar{
  text-wrap: nowrap;
}

.icon-sar:before {
  font-family: 'SAR' !important;
  font-size: smaller;
  font-weight: bold;
  padding-right: 0.5rem;
  content: "\e900" !important;
}

@font-face {
  font-family: 'Co_Headline-Bold';
  src: url("../fonts/CoHeadlineTrial-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Co_Headline-Light';

  src: url("../fonts/CoHeadlineTrial-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Co_Headline-Regular';
  src: url("../fonts/CoHeadlineTrial-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* //////////////////////////// */
.nupco-logo {
  background-image: url(../images/nupco_logo_ar.png);
  width: 377px;
  height: 267px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
body.page-homepage>header.sticky-header .nupco-logo {
  width: 354px;
  height: 218px;
  background-size: 90%;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}
header.sticky-header .nupco-logo {
  width: 354px;
  height: 170px;
  background-size: 70%;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.navbar-brand {
  margin-left: 1rem;
  margin-right: 0rem;
  float: right;
}

.banner__component--responsive img,
.carousel-slide {
 /*height: 100vh; */
  width: 100%;
}

.password-error {
  float: right;
}

body {
  direction: rtl;
  /* Right to Left */
}

.carousel-slide .owl-controls {
  bottom: 50px !important;
  position: relative
}

.KnowMore-btn:after {
  content: '';
  position: absolute;
  background-image: url(../images/btn_arow.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 17px;
  right: 35px;
  top: 29px;
}

.searchCount,
.searchCount+div {
  font-size: 18px;
  color: #7C7C7C;
}

.searchCount+div a {
  color: #283870;
}

.btn-primary, .cancel-complete-order-btn a, .addinguser .account-section-header .account-section-header-add a {
  display: inline-block;
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 1;
  font-size: 20px;
  height: 57px;
  padding: 8px 25px;
  line-height: initial;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: Co_Headline-Regular;
  background-color: #248CCC;
  overflow: hidden;
}
.btn-primary:disabled, .btn-primary:disabled::after {
  pointer-events: none;
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}
.btn-primary:hover, .primary:hover, .cancel-complete-order-btn a:hover, .addinguser .account-section-header .account-section-header-add a:hover {
  color: #fff;
}

.btn-primary:hover:before, .primary:hover:before, .cancel-complete-order-btn a:hover:before, .addinguser .account-section-header .account-section-header-add a:hover:before {
  width: 100%;
}

.btn-primary:before, .primary:before, .cancel-complete-order-btn a:before, .addinguser .account-section-header .account-section-header-add a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #116aa0;
  transition: all .3s;
  border-radius: 12px;
  z-index: -1;
}

.btn-primary:after, .primary:after, .cancel-complete-order-btn a:after, .addinguser .account-section-header .account-section-header-add a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #248CCC;
  border-radius: 12px;
  z-index: -2;
}

.btn.btn-primary.downloadBtn {
  font-size: 15px;
  line-height: 17px;
  border-radius: 12px;
}

.btn.btn-primary.downloadBtn .fa.fa-download {
  margin-right: 8px;
}

/* .btn-primary:hover {
  background-color: #248CCC;
}

.btn-primary:focus {
  background-color: #248CCC;
} */

.btn-secondary {
  font-size: 20px;
  height: 57px;
  padding: 0px 25px;
  line-height: initial;
  border-radius: 12px;
  border: 1px solid;
  font-family: Co_Headline-Regular;
  background-color: #A8A8A8;
}

.btn-secondary:hover {
  background-color: #A8A8A8;
}

.btn-secondary:focus {
  background-color: #A8A8A8;
}

/* .btn-outline {
  border: 1px solid #248CCC;
  height: 57px;
  color: #248CCC;
  font-size: 20px;
  padding: 8px 25px;
  line-height: initial;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: transparent;
}

.btn-outline:hover {
  background-color: transparent;
  color: #248CCC;
}

.btn-outline:focus {
  background-color: transparent;
  color: #248CCC;
} */
.btn-outline {
  border: 1px solid #248CCC;
  color: #283870 !important;
  font-size: 16px;
  padding: 8px 15px;
  height: 57px;
  line-height: initial;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: transparent;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  min-width: 120px;
}
.btn-outline:disabled{
  pointer-events: none;
}
.btn-outline:hover,
.btn-outline:focus {
  box-shadow: 0px 0px 0px 2px #248CCC;
  transition: box-shadow 0.6s linear;
}

.btn-outline-grey {
  border: 1px solid #707070;
  color: #707070;
  font-size: 24px;
  padding: 15px 15px;
  line-height: initial;
  border-radius: 30px;
  font-family: Co_Headline-Regular;
  background-color: transparent;
}

.btn-outline-grey:hover {
  background-color: transparent;
  color: #707070;
}

.btn-outline-grey:focus {
  background-color: transparent;
  color: #707070;
}
.btn-update-cart {
  display: inline-block;
  border: 1px solid #4AA02A;
  color: #fff !important;
  font-size: 20px;
  padding: 0px 15px;
  height: 57px;
  line-height: initial;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: #4AA02A;
  transition: all .3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-update-cart:hover {
  color: #fff;
}

.btn-update-cart:hover:before {
  width: 100%;
}

.btn-update-cart:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #34731d;
  transition: all .3s;
  border-radius: 12px;
  z-index: -1;
}

.btn-update-cart:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4AA02A;
  border-radius: 12px;
  z-index: -2;
}

.btn-normal {
  border: 1px solid #248CCC;
  color: #283870;
  font-size: 22px;
  padding: 15px 15px;
  line-height: initial;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: transparent;
}

.btn-normal:hover {
  background-color: transparent;
  color: #248CCC;
}

.btn-normal:focus {
  background-color: transparent;
  color: #248CCC;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

body {
  font-family: Co_Headline-Regular;
  /* background-color: #C1D9E8; */
}

.back-link {
  display: none;
}

header.sticky-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #E2EBF1;
  z-index: 99999;
}

header.sticky-header .desk-logo img {
  width: 80% !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

header.sticky-header .M-Navigation {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-bottom: 21px !important;
}

header.sticky-header .search_bar {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin: 30px 0px 23px!important;
}

.mob-logo,
.desk-logo {
  display: none;
}

.hamburger-logo {
  position: relative;
  top: -15px;
  right: -15px;
  display: block;
  width: 50%;
  height: 120px;
}

.hamburger-logo img {
  width: 150px;float: right;
}

.hl-text {
  font-size: 25px;
  font-family: Co_Headline-Bold;
}

.log-section {
  padding: 16px 0px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.log-section .wd-90 {
  padding-bottom: 11px;
  border-bottom: 6px solid;
  -o-border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#50E111), to(#3AAAEF));
  border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
  border-image-slice: 1;
  margin-right: 1rem;
  margin-left: 1rem;
}

.log-section .wd-90 a {
  font-size: 18px;
  color: #248CCC;
  text-decoration: underline;
}

.lang-section {
  border-top: 1px solid #ddd;
  display: none;
}

.lang-section .lang-btn-select button.btn {
  font-size: 16px;
  font-family: Co_Headline-Light;
}

.lang-section .lang-btn-select button.btn.active {
  font-size: 16px;
  font-family: Co_Headline-Bold;
  color: #248CCC;
  position: relative;
}

.lang-section .lang-btn-select button.btn.active::after {
  content: '';
  position: absolute;
  background-image: url(../images/tick.png);
  left: 140px;
  top: 12px;
  width: 21px;
  height: 15px;
}
body.page-homepage>header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
header {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: #E2EBF1;
}
body.page-homepage>header.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #E2EBF1;
  z-index: 99999;
}
body.page-homepage>header.sticky-header .M-Navigation{
  display: block !important;
}
body header.sticky-header .M-Navigation{
  display: none !important;
}
body.page-nupcoDisplayalloverstockpage>header.sticky-header .M-Navigation,
body.page-nupcoprivateoverstockpage>header.sticky-header .M-Navigation,
body.page-nupcoOverstockcreatepage>header.sticky-header .M-Navigation,
body.page-mySoldOverStockList>header.sticky-header .M-Navigation{
  display: block !important;
}
.meta-navigation {
  list-style: none;
  float: left;
}

.meta-navigation li {
  list-style: none;
  text-align: right;
}

.meta-navigation li a {
  font-size: 16px;
  color: #fff;
  font-family: Co_Headline-Regular;
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}
.meta-navigation li a:hover {
  font-weight: bold;
}
.meta-navigation .block_4 {
  background-color: #4AA02A;
  padding: 17px 0px 17px 50px;
  position: relative;
}

.meta-navigation .block_4:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 58px;
  background-image: url(../images/curves/ar_curve_1.png);
}

.meta-navigation .block_3 {
  background-color: #65B148;
  padding: 17px 0px 17px 107px;
  position: relative;
}

.meta-navigation .block_3 span {
  display: flex;
  color: #fff;
}
.msglabel{
  color: #BBBBBB;
  font-size: 15px;
  font-family: "Co_Headline-Bold";
}
.textareamsg{
  height:150px !important;
}
.contactmsgmandatory
{
  color:red;
font-size:15px;
}
.meta-navigation .block_3:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 58px;
  background-image: url(../images/curves/ar_curve_2.png);
}
.meta-navigation .block_2>.inner-item:nth-child(3) .dropdown-menu a:nth-child(1),
.meta-navigation .block_2>.inner-item:nth-child(3) .dropdown-menu a:nth-child(2),
.meta-navigation .block_2>.inner-item:nth-child(3) .dropdown-menu a:nth-child(3) {
  margin-right: 15px;
}
.meta-navigation .block_2 {
  background: #248CCC;
  /* background: black;
  background: linear-gradient(105deg, black 0%, black 0%, rgba(79, 176, 85, 0.66) 0%, #3399b3db 80%, #419fb5a8 100%); */
  padding: 17px 0px 17px 80px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.block2data .dropdown-menu{
  text-align: right;
}
.meta-navigation .block_2 .inner-item {
  color: #fff;
  padding-left: 15px;
  padding-right : 15px;
}

.meta-navigation .block_2>a {
  padding: 0 15px;
  border-left: 1px solid #D2D2D2;
}

.meta-navigation .block_2 .inner-item:nth-child(1) {
  padding-right: 15px;
}

.meta-navigation .block_2 .inner-item+.inner-item {
  padding: 0 15px;
  border-right: 1px solid #D2D2D2;
}

.meta-navigation .block_2>.inner-item:nth-child(1) .dropdown-menu a:nth-child(2),
.meta-navigation .block_2>.inner-item:nth-child(1) .dropdown-menu a:nth-child(3),
.meta-navigation .block_2>.inner-item:nth-child(1) .dropdown-menu a:nth-child(4),
.meta-navigation .block_2>.inner-item:nth-child(1) .dropdown-menu a:nth-child(5),
.meta-navigation .block_2>.inner-item:nth-child(1) .dropdown-menu a:nth-child(6) {
  margin-right: 20px;
}
.meta-navigation .block_2>.inner-item:nth-child(2) .dropdown-menu a:nth-child(1),
.meta-navigation .block_2>.inner-item:nth-child(2) .dropdown-menu a:nth-child(2),
.meta-navigation .block_2>.inner-item:nth-child(2) .dropdown-menu a:nth-child(3){
  margin-right: 20px;
}
.meta-navigation .block_2:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 59px;
  background-image: url(../images/curves/ar_sh_curve_3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* ------------- */
.meta-navigation .block_efdad {
  background:#5F3B76;
  padding: 17px 0px 17px 80px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.meta-navigation .block_efdad .inner-item {
  color: #fff;
  padding-right: 15px;
}

.meta-navigation .block_efdad>a {
  padding: 0 15px;
  border-right: 1px solid #D2D2D2;
}
.meta-navigation .block_efdad:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 59px;
  background-image: url(../images/curves/ar_Purple.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.meta-navigation .block_sharek {
  background: #0A3D65;
  padding: 17px 0px 17px 80px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.meta-navigation .block_sharek .inner-item {
  color: #fff;
  padding-right: 15px;
}

.meta-navigation .block_sharek>a {
  padding: 0 15px;
  border-right: 1px solid #D2D2D2;
}
.meta-navigation .block_sharek:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 58px;
  background-image: url(../images/curves/ar_sh_curve_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* ----------------- */
.meta-navigation .block_1 {
  background-color: transparent;
  padding: 17px 0px 17px 70px;
  display: flex;
}

.inner-item.dropdown {
  position: relative;
}

.inner-item.dropdown .dropdown-toggle {
  padding-right: 20px;
  font-size: 16px;
}
.inner-item.dropdown .dropdown-toggle:hover {
  font-weight: 600;
}
.inner-item.dropdown .dropdown-toggle:after {
  background: url(../images/arrow_rotate.png) no-repeat;
  content: '';
  position: absolute;
  right: 10px;
  top: 11px;
  width: 16px;
  height: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}

.inner-item.dropdown .dropdown-menu {
  padding: 23px 30px 25px;
  border-radius: 12px;
  top: 10px !important;
  text-align: right;
  font-size: 18px;
    color: #3D3D3D;
    font-family: Co_Headline-Light;
}

.inner-item.dropdown .dropdown-menu a {
  font-size: 18px;
  color: #3D3D3D;
  font-family: Co_Headline-Light;
  padding: 5px 0px 5px;
  width: 100%;
  text-align: right;
  display: block;
}

.inner-item.dropdown .dropdown-menu a:hover {
  color: #054064;
  background-color: transparent;
  font-weight: bold;
}

.inner-item.dropdown .dropdown-toggle:before {
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 15px solid #ffffff;
  position: absolute;
  bottom: -16px;
  right: 0px;
  z-index: 99999;
  content: '';
  display: none;
}

.inner-item.dropdown.show .dropdown-toggle:before {
  display: block;
}

.inner-item.dropdown .dropdown-menu a:focus {
  color: #054064;
  background-color: transparent;
  font-weight: 600;
}

.inner-item.dropdown.show .dropdown-toggle {
  padding-right: 20px;
}

.inner-item.dropdown.show .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-lang-selector__container {
  padding: 23px 15px 25px 30px;
  border-radius: 12px;
  top: 10px !important;
  width: 168px;
}

.custom-language-selector__icon,
.custom-currency-selector__icon {
  top: 1px;
  position: relative;
  font-size: 16px;
  font-family: Co_Headline-light;
  color: #3D3D3D;
  font-weight: 400;
}

.custom-language-selector__icon,
.custom-currency-selector__icon img {
  margin-top: -2px;
}
span.custom-language-selector__icon:hover {
  font-weight: 600;
}
span.custom-currency-selector__icon.bor1L:hover {
  font-weight: 600;
}
.custom-lang-selector__container li a {
  font-size: 18px;
  color: #3D3D3D;
  font-family: Co_Headline-Light;
  padding: 5px 0px 5px;
  justify-content: center;
  align-items: center;
}

.custom-lang-selector__container li a img {
  width: 16px;
  height: 12px;
  margin-left: 0.5rem;
}

.custom-lang-selector__container li a:hover {
  color: #868686 !important;
  background-color: transparent !important;
}

.custom-lang-selector__container li a:focus {
  color: #054064 !important;
  background-color: transparent !important;
  font-weight: 600 !important;
}

.custom-lang-selector__container .active{
  background: url(../images/tick.png) no-repeat;
  background-position: 0 13px;
}

.lang-selector__icon-container {
  padding-left: 30px;
}

.lang-selector__icon-container .caret {
  background: url(../images/arrow_rotate_grey.png) no-repeat;
  display: block;
  position: absolute;
  left: 12px;
  bottom: 4px;
  width: 16px;
  height: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}

.dropdown.show .lang-selector__icon-container .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang-selector__icon-container:before{
  width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 15px solid #ffffff;
    position: absolute;
    bottom: -16px;
    right: 0px;
    z-index: 99999;
    content: '';
    display: none;
}
.dropdown.show .lang-selector__icon-container:before {
  display: block;
}
/* Mobile menu section */
.mob-meta-navigation {
  list-style: none;
}
.mob-meta-navigation .block_1 {
  background-color: transparent;
  padding: 17px 0px 17px 60px;
  display: flex;
}
.mob-meta-navigation .inner-item.dropdown .dropdown-menu {
  padding: 23px 30px 25px;
  border-radius: 12px;
  top: 10px !important;
  font-size: 18px;
  color: #3D3D3D;
  font-family: Co_Headline-Light;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border: none;
}
.mob-meta-navigation li{
  padding: 17px  0px;
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  text-align: right;
}
.log-section .item_1{
  float: left;
  margin-left: auto;
}
.log-section .item_2{
  float: right;
  margin-right: auto;
}
.mob-meta-navigation li .inner-item a{
  font-size: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px;
    font-family: Co_Headline-Light;
    color: #000 !important;
}
.mob-meta-navigation li.block_2 .accNavComponent.inner-item{
  padding: 0px 0px 17px;
  position: relative;
  width: 100%;
}
.mob-meta-navigation li.block_2 .accNavComponent.inner-item + .accNavComponent.inner-item{
  padding: 17px 0px 0px;
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
}
.ham-close{
  float: left
  ;
}

/* End of Mobile menu section */

/* ------------------------------------------------- */
/* header .M-Navigation {
  height: 58px;
}

header .M-Navigation .meta-item a {
  font-size: 16px;
  color: #fff;
  font-family: Co_Headline-Regular;
  text-decoration: none;
  position: relative;
  -webkit-transform: skew(-31deg, 180deg);
          transform: skew(-31deg, 180deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .M-Navigation .lang-sect {
  position: absolute;
  right: 726px;
  top: 0px;
  padding: 17px 50px;
}

header .M-Navigation .currency-sect {
  position: absolute;
  right: 633px;
  top: 0px;
  padding: 17px 50px;
}

header .M-Navigation .currency-sect .headerDropdown .caret {
  right: 6px;
}

header .M-Navigation .contact-services {
  background: black;
  background: linear-gradient(105deg, black 0%, black 0%, rgba(65, 159, 181, 0.66) 0%, #3399b3 11%, #4fb055 100%);
  position: absolute;
  right: 200px;
  top: 0px;
  z-index: 7;
  border-radius: 0px 0px 0px 50px;
  padding: 17px 50px 17px 49px;
  -webkit-transform: skew(31deg, -180deg);
  transform: skew(31deg, -180deg);
  width: 462px;
}

header .M-Navigation .contact-services .headerDropdown {
  margin-left: 30px;
  -webkit-transform: skew(-31deg, 180deg);
          transform: skew(-31deg, 180deg);
}

header .M-Navigation .contact-services .headerDropdown:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #fff;
  top: 4px;
  left: -17px;
  -webkit-transform: skew(-31deg, 180deg);
          transform: skew(-31deg, 180deg);
}

header .M-Navigation .contact-services .headerDropdown select {
  -webkit-transform: skew(-31deg, 180deg);
          transform: skew(-31deg, 180deg);
}

header .M-Navigation .contact-services .headerDropdown .caret {
  right: 23px;
}

header .M-Navigation .box-log-in {
  background-color: #65B148;
  position: absolute;
  right: 120px;
  top: 0px;
  z-index: 8;
  border-radius: 0px 0px 0px 50px;
  padding: 17px 16px 17px 64px;
  -webkit-transform: skew(31deg, -180deg);
  transform: skew(31deg, -180deg);
  width: 259px;
}

header .M-Navigation .box-sign-up {
  background-color: #4AA02A;
  position: absolute;
  right: -22px;
  top: 0px;
  z-index: 9;
  border-radius: 0px 0px 0px 50px;
  padding: 17px 150px 17px 50px;
  -webkit-transform: skew(31deg, -180deg);
          transform: skew(31deg, -180deg);
} */

header ul.main-navbar li a {
  font-size: 24px;
  color: #2A346A !important;
  font-family: Co_Headline-Regular;
  margin: 0px 22px 0px 0px;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0rem;
}
header ul.main-navbar li a:hover {
  font-weight: bold;
  text-decoration: none;
}
header ul.main-navbar li:nth-child(5) a {
  margin-right: 14px !important;
}

header ul.main-navbar li.active a {
  font-size: 26x;
  border-bottom: 6px solid;
  -o-border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#50E111), to(#3AAAEF));
  border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
  border-image-slice: 1;
  font-family: Co_Headline-Bold;
  border-radius: 10px;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: .25rem;
  margin: 12px 5px;
  margin-right: auto;
}

.navbar-toggler:hover {
  border: none;
  outline: none;
}
.navbar-nav.main-navbar {
  padding-right: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/hamburger.png");
  width: 34px;
  height: 25px;
}

.headerDropdown {
  position: relative;
}

.headerDropdown select {
  line-height: 20px;
  font-size: 16px;
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  background: transparent;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 30px;
}

.headerDropdown select:focus {
  outline: none;
  border: none;
}

.headerDropdown select::-ms-expand {
  display: none;
}

.headerDropdown select::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}

.headerDropdown .caret {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 7px;
  width: 16px;
  height: 9px;
}

.headerDropdown .caret.white {
  background: url("../images/arrow_rotate.png") no-repeat;
  -webkit-transform: skew(-31deg, 180deg);
  transform: skew(-31deg, 180deg);
}

.headerDropdown .caret.grey {
  background: url("../images/arrow_rotate_grey.png") no-repeat;
}

.headerDropdown .rotateCaret {
  -webkit-animation-name: rotateCaret;
  animation-name: rotateCaret;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.mob-nav li a {
  font-size: 15px;
  padding: 1.3rem 0 1rem 1rem !important;
  color: #000000 !important;
  margin: 0px;
  font-family: Co_Headline-Light;
}

.mob-nav li .dropdown-menu {
  border: none;
  border-radius: 0px;
}

.mob-nav li .dropdown-menu a {
  margin-left: 10px;
}

.dropdown-toggle::after {
  border: none;
}

.arrow.dropdown {
  overflow: hidden;
}

.arrow.dropdown a.dropdown-toggle:after {
  content: '>';
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.arrow.dropdown.show a.dropdown-toggle:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.w-114 {
  width: 114px;
}

@-webkit-keyframes rotateCaret {
  0% {
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }

  100% {
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
}

@keyframes rotateCaret {
  0% {
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }

  100% {
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
}

.search_bar .input-group.search-box {
  border: 1px solid #ced4da;
  background-color: #fff;
  border-radius: 25px;
}

.search_bar .input-group .yCmsContentSlot {
  width: 100%;
}

.search_bar .input-group span {
  width: 95%;
}

.search_bar .input-group input.form-control {
    direction: ltr;
    border-radius: 25px;

    font-size: 22px;
    padding: 15px 53px 17px 10px;
    height: 70px;
    text-align: right;

}

.search_bar .input-group input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search_bar .input-group-append:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.search_bar .input-group-append button.btn {
  height: 70px;
  padding: 18px 39px 18px;
}

.search_bar .input-group-append button.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search_bar .ad_sch-link {
  color: #03578B;
  font-size: 20px;
  font-family: Co_Headline-Regular;
  text-align: center;
  position: relative;
  text-decoration: underline;
}

.largenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.largenav .upper-links {
  display: inline-block;
  padding: 0 11px;
  line-height: 23px;
  font-family: Co_Headline-Regular;
  letter-spacing: 0;
  color: inherit;
  border: none;
  outline: none;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.largenav .upper-links .links {
  color: #fff;
  text-decoration: none;
}

.carCountBox {
  height: 30px;
  background: #2A96C9;
  width: 30px;
  position: absolute;
  left: -8px;
  top: -12px;
  border-radius: 50px;
  text-align: center;
}

.carCount {
  font-family: Co_Headline-Regular;
  font-size: 16px;
  color: #fff;
  align-items: center;
  vertical-align: middle;
}

.notificationCountBox {
  height: 30px;
  background: #E83B28;
  width: 30px;
  position: absolute;
  left: -8px;
  top: -12px;
  border-radius: 50px;
  text-align: center;
}

.notificationCount {
  font-family: Co_Headline-Regular;
  font-size: 16px;
  color: #fff;
  align-items: center;
  vertical-align: middle;
}

.breadcrumb-panel {
  border-radius: 0px 0px 50px;
  top: 0px;
  left: -15px;
  width: auto;
  background: linear-gradient(105deg, black 0%, black 0%, rgba(65, 159, 181, 0.66) 0%, #3399b3 11%, #4fb055 100%);
  height: 58px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 100px 0px 132px;
  -webkit-transform: skew(151deg, 0deg);
  transform: skew(151deg, 0deg);
}

.breadcrumb-panel li.breadcrumb-item {
  -webkit-transform: skew(-151deg, 0deg);
  transform: skew(-151deg, 0deg);
}

.breadcrumb-panel li.breadcrumb-item a {
  font-size: 16px;
  font-family: Co_Headline-Regular;
  color: #fff;
}

.breadcrumb-panel .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding: 0rem 0.5rem;
  color: #6c757d;
  content: "";
  background-repeat: no-repeat;
  top: 9px;
  position: relative;
  margin-left: 0.4rem;
  background-image: url("../images/bredcum_icon.png");
}

.breadcrumb-panel .breadcrumb-item.active {
  color: #fff;
}

.ct__form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.ct__form__group .form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #BBBBBB;
  outline: 0;
  color: #000;
  padding: 7px 0;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.ct__form__group .form__field::-webkit-input-placeholder {
  color: transparent;
}

.ct__form__group .form__field:-ms-input-placeholder {
  color: transparent;
}

.ct__form__group .form__field::-ms-input-placeholder {
  color: transparent;
}

.ct__form__group .form__field::placeholder {
  color: transparent;
}

.ct__form__group .form__field:placeholder-shown~.form__label {
  cursor: text;
  top: 10px;
}

.ct__form__group .form__label {
  position: absolute;
  top: -7px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 22px;
  color: #202020;
  font-family: Co_Headline-Regular;
}

.ct__form__group .form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 2px;
  -o-border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image: -webkit-gradient(linear, left top, right top, from(#11998e), to(#38ef7d));
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}

.ct__form__group .form__field:focus~.form__label {
  position: absolute;
  top: 0;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1rem;
  color: #11998e;
}

.ct__form__group textarea.form__field {
  border: 1px solid #bbbbbb;
  padding: 39px;
  resize: none;
  height: 260px;
}

.ct__form__group textarea.form__field:placeholder-shown~.form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 39px;
  left: 39px;
}

.ct__form__group textarea.form__field::-webkit-input-placeholder {
  color: #ddd;
}

.ct__form__group textarea.form__field:-ms-input-placeholder {
  color: #ddd;
}

.ct__form__group textarea.form__field::-ms-input-placeholder {
  color: #ddd;
}

.ct__form__group textarea.form__field::placeholder {
  color: #ddd;
}

.ct__form__group .form__field:required,
.ct__form__group .form__field:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct__form__group .text-area_labels {
  font-size: 22px;
}

.ct__form__group #textarea_feedback {
  position: absolute;
  bottom: -20px;
  right: 15px;
  font-size: 12px;
}

.ct__form__group.text-area .form__label,
.ct__form__group.text-area .form__field:focus~.form__label {
  top: -25px;
  left: 39px;
}

footer {
  overflow: hidden;
  margin-top: 50px;
}

footer .footer_section_1 {
  background-image: url("../images/footer_section_1_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 72px 0px;
}

footer .footer_section_1 h1 {
  font-size: 40px;
  font-family: Co_Headline-Bold;
}

footer .footer_section_1 h5 {
  font-size: 26px;
  font-family: Co_Headline-Regular;
  color: #64A952;
  text-align: right;
}

footer .footer_section_1 ul.list-unstyled li a {
  font-size: 24px;
  font-family: Co_Headline-Bold;
  text-decoration: none;
  color: #248CCC;
  display: flex;
}
footer .footer_section_1 ul.list-unstyled li a:hover {
  text-decoration: none;
  text-decoration: underline;
}
footer .footer_section_1 ul.list-unstyled {
  padding-right: 0px;
  color: #000;
}

footer .footer_section_2 {
  background: #61bb3b;
  background: -webkit-gradient(linear, left top, right top, from(#61bb3b), to(#3297ab));
  background: linear-gradient(90deg, #61bb3b 0%, #3297ab 100%);
  position: relative;
  overflow: hidden;
  padding-top: 74px;
}

footer .footer_section_2:before {
  content: "";
  position: absolute;
  top: -15px;
  right: -40px;
  background-image: url("../images/footer_banner.png");
  width: 496px;
  height: 544px;
  z-index: 1;
}

footer .footer_section_2 .section_1 {
  z-index: 9999;
}

footer .footer_section_2 .section_1 h5 {
  font-size: 26px;
  font-family: Co_Headline-Regular;
  text-align: right;
}

footer .footer_section_2 .section_1 ul.list-unstyled {
  padding-right: 0px;
  text-align: right;
}

footer .footer_section_2 .section_1 ul.list-unstyled li a {
  font-size: 24px;
  font-family: Co_Headline-Light;
}
footer .footer_section_2 .section_1 ul.list-unstyled li a:hover {
  text-decoration: none;
  font-weight: 600;
}
footer .footer_section_2 .Copyright-section {
  border-top: 1px solid;
  border-color: #ffffff4d;
}

footer .footer_section_2 .Copyright-section p.Copyright {
  font-size: 20px;
  font-family: Co_Headline-Light;
  color: #fff;
}

footer .footer_section_1 ul.list-unstyled li a.snd-mssge:hover {
  text-decoration: underline !important;
}

#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}

#myCarousel .carousel-indicators {
  bottom: 20px;
}

#myCarousel .carousel-indicators li {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: none;
}

#myCarousel .carousel-indicators li.active {
  background-color: #248CCC;
}

#myCarousel h4 {
  font-size: 50px;
  margin-bottom: 15px;
  color: #FFF;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
}

#myCarousel p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #d5d5d5;
}

.KnowMore-btn {
  background: #248CCC;
  font-size: 24px;
  color: #FFF;
  padding: 22px 32px;
  display: inline-block;
  font-family: Co_Headline-Regular;
  width: 225px;
  height: 70px;
  border-radius: 12px;
  vertical-align: center;
  line-height: 24px;
  line-height: 24px;
  bottom: 78px;
  position: absolute;
  right: 166px;
  display: none;
}

.KnowMore-btn:after {
  content: '';
  position: absolute;
  background-image: url(../images/btn_arow.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 17px;
  right: 35px;
  top: 29px;
}

.KnowMore-btn:hover,
.KnowMore-btn:focus {
  background: #248CCC;
  color: #FFF;
  text-decoration: none;
}

#myCarousel .carousel-item a:hover {
  background: #248CCC;
  text-decoration: none;
}

#myCarousel .carousel-item h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 95%;
  left: 0px;
  position: relative;
  top: 90px;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#myCarousel .container {
  max-width: 1660px;
}

#myCarousel .carousel-item {
  height: 100vh;
}

#myCarousel .carousel-inner .carousel-item:nth-child(1) {
  background-image: url("../images/carosel_slider/slide_4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#myCarousel .carousel-inner .carousel-item:nth-child(2) {
  background-image: url("../images/carosel_slider/slide_3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#myCarousel .carousel-inner .carousel-item:nth-child(3) {
  background-image: url("../images/carosel_slider/slide_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
  width: 17px;
  height: 30px;
  background: #fff;
  padding: 27px;
  background-repeat: no-repeat;
  border-radius: 30px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

#myCarousel .carousel-control-prev-icon {
  background-image: url(../images/left_icon.png);
  background-position: 16px 12px;
}

#myCarousel .carousel-control-next-icon {
  background-image: url(../images/right_icon.png);
  background-position: 20px 12px;
}

#myCarousel .carousel-control-prev {
  left: 48px;
}

#myCarousel .carousel-control-next {
  right: 20px;
}

#myCarousel .htw {
  height: 100vh;
}

#myCarousel .carousel-item {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  -webkit-transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.services_section {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#D4E8F6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FCFCFC 0%, #D4E8F6 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 48px 0px 108px;
  overflow: hidden;
}

.services_section:before {
  content: "";
  position: absolute;
  top: 22px;
  right: -107px;
  background-image: url("../images/our_services.png");
  width: 406px;
  height: 394px;
}

.services_section h2 {
  font-size: 36px;
  font-family: Co_Headline-Bold;
  padding: 38px 0px 48px;
  text-align: right !important;
}

.services_section .card {
  background-color: #fff;
  border-radius: 30px;
  min-height: 530px;
  margin-bottom: 15px;
}

.services_section .card .card-body h5 {
  font-size: 30px;
  font-family: Co_Headline-Bold;
  color: #64A952;
  min-height: 70px;
  text-align: center;
}

.services_section .card .card-body p {
  font-size: 22px;
  font-family: Co_Headline-Regular;
  color: #636363;
  min-height: 165px;
}

.services_section .card .card-body a.card-text {
  font-size: 22px;
  font-family: Co_Headline-Bold;
  color: #248CCC;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.deals-promotions_section {
  background-color: #fff;
  position: relative;
  padding: 90px 0px 125px;
}

.deals-promotions_section h2 {
  font-size: 36px;
  font-family: Co_Headline-Bold;
}

.deals-promotions_section .card {
  padding: 30px 0px 30px 0px;
  border-radius: 20px;
  position: relative;
}

.deals-promotions_section .card img {
  width: auto;
  height: 250px;
  max-width: 200px;
  margin: 37px 0px 0px;
}

.deals-promotions_section .card .card-body {
  padding: 0.25rem;
  margin: 42px 0px 10px;
}

.deals-promotions_section .card .card-body h5 {
  font-size: 20px;
  font-family: Co_Headline-Bold;
  margin-bottom: 10px;
  line-height: 1.25;
  color: #283870;
  height: 3.5rem;
  overflow: hidden;
  text-align: center;
}
.card-a-label {
  font-size: 18px;
  color: #7C7C7C;
  font-family: Co_Headline-Light;
  margin-right: 15px;
}
.card-a-currency {
  font-size: 18px;
  color: #7C7C7C;
  font-family: Co_Headline-Light;
  margin-left: 15px;
}

.deals-promotions_section .card .card-body p {
  font-size: 30px;
    color: #248CCC;
    font-family: Co_Headline-Bold;
}

.deals-promotions_section .card:hover {
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.deals-promotions_section .card span.off_count {
  padding: 6px 14px;
  background: #52B926 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  text-align: center;
  font-size: 18px;
  font-family: Co_Headline-Regular;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  position: absolute;
  left: 10px;
  top: 10px;
}

.deals-promotions_section .card .middle {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 500px;
}

.deals-promotions_section .card .middle .text {
  background-color: #248CCC;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
}

.deals-promotions_section .card .middle .text img {
  width: auto;
  height: auto;
  margin: 0;
}

.deals-promotions_section .card:hover .middle {
  opacity: 1;
}

.new_arrivals_section {
  background-image: url("../images/new_arrivals_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 90px 0px 125px;
}

.new_arrivals_section h2 {
  font-size: 36px;
  font-family: Co_Headline-Bold;
}

.new_arrivals_section .card {
  padding: 30px 0px 30px 0px;
  border-radius: 20px;
}

.new_arrivals_section .card img {
  width: auto;
  height: 250px;
  max-width: 200px;
  margin: 37px 0px 0px;
}

.new_arrivals_section .card .card-body {
  padding: 0.25rem;
  margin: 42px 0px 10px;
}

.new_arrivals_section .card .card-body h5 {
  font-size: 20px;
  font-family: Co_Headline-Bold;
  margin-bottom: 10px;
  line-height: 1.25;
  color: #283870;
  height: 3.5rem;
  overflow: hidden;
  text-align: center;
}

.new_arrivals_section .card .card-body p {
  font-size: 30px;
    color: #248CCC;
    font-family: Co_Headline-Bold;
}

.new_arrivals_section .card:hover {
  -webkit-box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

ul.slider-contols {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: -7px;
  left: 137px;
}

ul.slider-contols li {
  display: inline;
  list-style-type: none;
  margin: 0 30px;
}

ul.slider-contols li button {
  border: none;
  background: transparent;
  transform: rotate(180deg);
}

.fast-delivery_section {
  background-color: #fff;
  position: relative;
  padding: 90px 0px 125px;
}

.fast-delivery_section h2 {
  font-size: 36px;
  font-family: Co_Headline-Bold;
}

.fast-delivery_section .card {
  padding: 30px 0px 30px 0px;
  border-radius: 20px;
  margin: 12px 0px;
}

.fast-delivery_section .card img {
  width: auto;
  height: 250px;
  max-width: 200px;
  margin: 37px 0px 0px;
}

.fast-delivery_section .card .card-body {
  padding: 0.25rem;
  margin: 42px 0px 10px;
}

.fast-delivery_section .card .card-body h5 {
  font-size: 20px;
  font-family: Co_Headline-Bold;
  margin-bottom: 10px;
  line-height: 1.25;
  color: #283870;
  height: 3.5rem;
  overflow: hidden;
  text-align: center;
}

.fast-delivery_section .card .card-body p {
  font-size: 30px;
    color: #248CCC;
    font-family: Co_Headline-Bold;
}

.fast-delivery_section .card:hover {
  -webkit-box-shadow: 0 0 10px rgba(33, 33, 33, 0.2);
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.2);
}

#carousel_new_arrivals .carousel-control-next,
#carousel_new_arrivals .carousel-control-prev,
#carousel_deals_pro .carousel-control-next,
#carousel_deals_pro .carousel-control-prev,
#carousel_fast_deliver .carousel-control-next,
#carousel_fast_deliver .carousel-control-prev {
  width: auto;
}

#carousel_new_arrivals .carousel-control-prev,
#carousel_deals_pro .carousel-control-prev,
#carousel_fast_deliver .carousel-control-prev {
  margin-left: -50px;
  opacity: 1;
}

#carousel_new_arrivals .carousel-control-next,
#carousel_deals_pro .carousel-control-next,
#carousel_fast_deliver .carousel-control-next {
  margin-right: -50px;
  opacity: 1;
}

#carousel_new_arrivals .carousel-control-next-icon,
#carousel_new_arrivals .carousel-control-prev-icon,
#carousel_deals_pro .carousel-control-next-icon,
#carousel_deals_pro .carousel-control-prev-icon,
#carousel_fast_deliver .carousel-control-next-icon,
#carousel_fast_deliver .carousel-control-prev-icon {
  width: 28px;
  height: 49px;
}

#carousel_new_arrivals .carousel-control-prev-icon,
#carousel_deals_pro .carousel-control-prev-icon,
#carousel_fast_deliver .carousel-control-prev-icon {
  background-image: url("../images/left_arrow.png");
}

#carousel_new_arrivals .carousel-control-next-icon,
#carousel_deals_pro .carousel-control-next-icon,
#carousel_fast_deliver .carousel-control-next-icon {
  background-image: url("../images/right_arrow.png");
}

.contact_banner {
  background-repeat: no-repeat;
  background-image: url(../images/banner_1.png);
  padding: 140px 0px 120px;
  /* margin-top: 290px; */
  height: 404px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.rfq-banner .contact_banner {
  background-repeat: no-repeat;
  background-image: url(../images/rfq-banner_1_ar.png);
}

.contact_banner h1 {
  font-size: 52px;
  font-family: Co_Headline-Bold;
  margin-bottom: 40px;
}

.contact_banner h5 {
  font-size: 30px;
  font-family: Co_Headline-Light;
}

.tablist.contact-tab {
  background-color: #fff;
  margin: 0;
  width: 100%;
}

#status-filter-section {
  padding: 0 15px;
}

.tablist.contact-tab ul {
  background-color: #F8F9FB;
  padding: 0px;
}

.tablist.contact-tab ul.pagination {
  padding-right: 0;
}

.page-support-tickets .pagination {
  padding-right: 0;
  float: left;
}

.page-support-tickets .img-fluid {
  max-width: 100%;
  height: auto;
  transform: rotate(180deg);
}

.tablist.contact-tab ul li.nav-item {
  width: 21.09%;
  text-align: center;
}

.tablist.normal-tab {
  background-color: transparent;
}

.tablist.normal-tab ul {
  background: transparent;
  border-bottom: 1px solid #D8D8D8;
}

.tablist.normal-tab ul li.nav-item {
  width: 33.09%;
  text-align: center;
}

.tablist ul li.nav-item {
  width: 21.09%;
  text-align: center;
}

.tablist ul li.nav-item a {
  font-size: 20px;
  font-family: Co_Headline-Regular;
  color: #575757;
  padding: 0px 0px 22px;
}
.tablist ul li.nav-item a:hover{
  font-weight: 600;
}
.order-submenu.tablist ul li.nav-item a {
  padding: 20px 20px;
  height: 75px;
}

.order-submenu.tablist ul li.nav-item a {
  border: 1px solid #7B7B7B;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 1px solid #248CCC;
}

.tablist ul li.nav-item a.active {
  font-size: 22px;
  color: #248CCC;
  font-family: Co_Headline-Bold;
  background-color: transparent !important;
  border-bottom: 5px solid;
  border-radius: 6px;
  -o-border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#50E111), to(#3AAAEF));
  border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
  border-image-slice: 1;
}

.order-submenu.tablist ul li.nav-item a.active {
  font-size: 22px;
  color: #248CCC;
  font-family: Co_Headline-Bold;
  background-color: white !important;
  border-bottom: 0px solid;
  border-radius: 12px;
  -o-border-image: none;
  border-image: none;
  border-image: none;
  border-image-slice: 0;
  border: 1px solid #248ccc;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px solid;
}

.order-container {
  border: 1px solid #248CCC;
  border-top: 0px;
  padding: 3rem;
}

.tablist .contact_tab-content {
  position: relative;
  overflow: hidden;
}

.tablist .contact_tab-content:before {
  content: "";
  position: absolute;
  top: 213px;
  right: -92px;
  width: 406px;
  height: 394px;
  background-image: url("../images/tab_content.png");
  background-repeat: no-repeat;
  z-index: 1;
}
.tablist .contact_tab-content .dropdown-menu-right .d-block{
  line-height: 30px;
}

.tablist .message_container {
  padding-top: 110px;
}

.tablist .message_container h1 {
  font-size: 40px;
  margin-bottom: 40px;
  font-family: Co_Headline-Regular;
}

.tablist .message_container .message-text {
  font-size: 26px;
  font-family: Co_Headline-Regular;
  color: #7E7E7E;
  margin-bottom: 150px;
}

.tablist .message_container .callus-text {
  font-size: 26px;
  font-family: Co_Headline-Regular;
  color: #7E7E7E;
  margin-bottom: 64px;
}

.tablist .message_container h1.call-text {
  color: #248CCC;
  font-size: 43px;
  font-family: Co_Headline-Bold;
  word-break: break-all;
}
.tablist .message_container h1.call-text a {
  text-decoration: none;
}

.tablist .message_container .w-90 {
  width: 90%;
}

.tablist .message_container .space_btn {
  margin-top: 85px;
  margin-bottom: 74px;
}

.tablist .message_container .mb-section-172 {
  margin-bottom: 172px;
}

.securtiy-division {
  background-color: #EBF2EA;
  border-radius: 50px;
  position: relative;
  padding: 35px 50px 73px 34px;
  min-height: 417px;
  margin-top: 28px;
}

.securtiy-division:before {
  content: "";
  position: absolute;
  top: 56px;
  right: 0px;
  background-image: url("../images/security_check.png");
  width: 171px;
  height: 208px;
}

.securtiy-division h3 {
  font-size: 24px;
  font-family: Co_Headline-Regular;
  margin-bottom: 34px;
}

.securtiy-division img {
  margin-bottom: 61px;
}

.btn-field {
  padding: 81px 0px 171px;
}

.offcanvas-header {
  display: none;
}

.chat {
  background: transparent linear-gradient(301deg, #52B926 0%, #2371A1 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 10px #248CCC66;
  box-shadow: 0px 4px 10px #248CCC66;
  border-radius: 10px 0px 0px 10px;
  width: 114px;
  height: 98px;
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 999;
}

.chat img {
  margin: 25px 29px;
}

.live-support {
  background: transparent linear-gradient(120deg, #248CCC 0%, #1C2346 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 4px 10px #10385091;
  box-shadow: 0px 4px 10px #10385091;
  border-radius: 10px 0px 0px 10px;
  width: 192px;
  height: 98px;
  position: fixed;
  right: 0px;
  top: 80%;
  z-index: 999;
}

.live-support img {
  margin: 25px 15px 25px 29px;
}

.live-support .items-link {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.live-support .items-link:hover {
  text-decoration: none;
}

.filter-products-container {
  background: #fff;
}

.product-column {
  width: 100%;
  padding: 0px 0px 0px;
}

.product-column .panel-stack .panel-header {
  margin-bottom: 30px;
}

.product-column .panel-stack .panel-header .panel-form .display-items {
  font-size: 18px;
  color: #7C7C7C;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list {
  width: 51px;
  position: relative;
  height: 44px;
  margin: 0px 8px;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/list.png");
  width: 51px;
  height: 44px;
  background-repeat: no-repeat;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list:focus,
.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list.active {
  width: 51px;
  position: relative;
  height: 44px;
  margin: 0px 8px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list.active:focus,
.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list.active:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list.active:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/list-active.png");
  width: 51px;
  height: 44px;
  background-repeat: no-repeat;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list.active:focus,
.product-column .panel-stack .panel-header .panel-form .grid-list-controls .list.active:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .grid.active {
  width: 51px;
  position: relative;
  height: 44px;
  margin: 0px 8px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .grid.active:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/grid-active.png");
  width: 41px;
  height: 42px;
  background-repeat: no-repeat;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .grid.active:focus,
.product-column .panel-stack .panel-header .panel-form .grid-list-controls .grid.active:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .grid {
  width: 51px;
  position: relative;
  height: 44px;
  margin: 0px 8px;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .grid:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/grid.png");
  width: 41px;
  height: 42px;
  background-repeat: no-repeat;
}

.product-column .panel-stack .panel-header .panel-form .grid-list-controls .grid:focus,
.product-column .panel-stack .panel-header .panel-form .grid-list-controls .grid:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.product-column .panel-stack .panel .view-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}

.product-column .panel-stack .panel .thumbnail {
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 10px;
}

.product-column .panel-stack .panel .thumbnail .card {
  border: none;
}

.product-column .panel-stack .panel .thumbnail .card .block_1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.thumbnail .card .img-event {
  padding-top: 38px;
  cursor: pointer;
}

.product-column .panel-stack .panel .thumbnail .card .img-event img.list-group-image {
  width: auto;
  height: 250px;
  max-width: 200px;
}

.thumbnail .card .img-event .on-hover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  display: none !important;
}

.thumbnail .card .img-event:hover .on-hover {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.thumbnail .card .img-event:hover .on-hover .view-expand img {
  height: 90px;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  border-radius: 12px;
}

.Terms .gridView h1,
.Terms .gridView .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid-group-item .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-group-item .sold-by-title{
  text-align: center !important;
}
.grid-group-item .item-qnty-panel-bottom .btn-outline,.grid-group-item .item-qnty-panel-bottom .btn-update-cart{
  padding: 0px 15px 5px;
  height: 67px;
  font-size: 16px;
}
.grid-group-item .item-qnty-panel-bottom .quantity_box .input-number{
  height: 67px;
}
.thumbnail .card .img-event .Terms {
  border-radius: 12px;
  background: #61bb3b;
  background: -webkit-gradient(linear, left top, right top, from(rgb(50 151 171 / 0.8)), to(rgb(97 187 59 / 0.8)));
  background: linear-gradient(90deg, rgb(50 151 171 / 0.8) 0%, rgb(97 187 59 / 0.8) 100%);
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  padding: 25px 30px;
  color: #fff;
}

.thumbnail .card .img-event .Terms h1 {
  font-size: 26px;
  font-family: Co_Headline-Bold;
  text-shadow: 2px 2px 4px #000000;
}

.thumbnail .card .img-event .Terms h4 {
  font-size: 16px;
  text-shadow: 2px 2px 4px #000000;
}

.thumbnail .card .img-event .Terms .code {
  font-family: Co_Headline-Bold;
  margin: 1rem 0;
}

.thumbnail .card .img-event .Terms .content {
  font-family: Co_Headline-Regular;
  margin: 1rem 0;
}

.thumbnail .card .img-event .Terms .view-expand {
  margin-top: 3rem;
  margin-right: auto;
}

.product-column .panel-stack .panel .thumbnail .card .caption .item-details .item-details-block_1 h4 {
  font-size: 20px;
  font-family: Co_Headline-Regular;
  color: #283870;
  margin-bottom: 0px;
  min-height: 4.5rem;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.product-column .panel-stack .panel .thumbnail .card .caption .item-details .item-details-block_1 h5 {
  font-size: 18px;
  font-family: Co_Headline-Light;
  color: #7C7C7C;
  margin-bottom: 0px;
  text-align: center;
  height: 3.5rem;
  overflow: hidden;
}

.product-column .panel-stack .panel .thumbnail .card .caption .item-details .item-details-block_1 h5 a {
  color: #248CCC;
  text-decoration: underline;
}

.product-column .panel-stack .panel .thumbnail .card .caption .item-details .item-details-block_1 p {
  display: none;
}

.product-column .panel-stack .panel .thumbnail .card .caption .item-details .item-details-block_1 .item-dlp-price {
  margin: 0 auto;
}

.product-column .panel-stack .panel .thumbnail .card .caption .item-details .item-details-block_1 .w-70 {
  width: 70%;
  padding: 2rem 0;
  line-height: 31px;
}

.product-column .panel-stack .panel .thumbnail .card .caption .item-details .item-details-block_1 .w-80 {
  width: 100%;
  line-height: 32px;
  padding: 1rem 0;
}

.product-column .panel-stack .panel .thumbnail .card .caption.card-body {
  padding: 0px;
  margin-top: 20px;
}

.product-column .panel-stack .panel .thumbnail .card .item-dlp-price .a-price-symbol .a-label {
  font-size: 18px;
  color: #7C7C7C;
  font-family: Co_Headline-Light;
}

.product-column .panel-stack .panel .thumbnail .card .item-dlp-price .a-price-symbol .a-amount {
  font-size: 30px;
  color: #248CCC;
  font-family: Co_Headline-Bold;
}

.product-column .panel-stack .panel .thumbnail .card .item-dlp-price .a-price-symbol .a-currency {
  font-size: 18px;
  color: #7C7C7C;
  font-family: Co_Headline-Light;
}

.product-column .panel-stack .panel .thumbnail .card .item-dlp-price .old-price .a-amount {
  font-size: 30px;
  color: #7B7B7B;
  font-family: Co_Headline-Regular;
  text-decoration: line-through;
}

.product-column .panel-stack .panel .thumbnail .card .item-qnty-panel .item-qnty-label {
  font-size: 14px;
  font-family: Co_Headline-Light;
  margin: 0 0 8px;
  text-align: right;
}

.product-column .panel-stack .panel .thumbnail .card .item-qnty-panel .item-qnty-panel-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-column .panel-stack .panel .thumbnail .card .item-qnty-panel .item-qnty-panel-bottom .w-47 {
  width: 47%;
}

.product-column .panel-stack .panel .card-item {
  margin: 15px 0px 30px;
  padding: 0 14px 0px 45px;
}

.product-column .panel-stack .panel .card-item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
  padding: 0 1rem;
  margin: 0px;
}

.product-column .panel-stack .panel .card-item.list-group-item .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0px 15px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  height: auto;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .block_1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.card-item.list-group-item .card .prdct-view {
  position: absolute;
  right: 15%;
  top: 20px;
  left: auto;
}

.card-item.list-group-item .card .Terms {
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.card-item.list-group-item .card .Terms .a-amount {
  font-size: 24px;
}

.card-item.list-group-item .card .Terms .view-expand div {
  width: 250px;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .img-event {
  padding-top: 0px;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .img-event img.list-group-image {
  width: auto;
  height: 180px;
  max-width: 200px;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-details {
  width: 80%;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-details .item-details-block_1 {
  width: 60%;
  height: 100%;
  padding-left: 3.5rem;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-details .item-details-block_1 h4 {
  height: auto;
  text-align: left;
  margin: 0;
  white-space: initial;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-details .item-details-block_1 h5 {
  text-align: left;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-details .item-details-block_1 p {
  font-size: 16px;
  font-family: Co_Headline-Regular;
  display: block;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-details .item-details-block_1 .item-dlp-price {
  margin: 0;
  line-height: inherit;
  padding: 0;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-qa-cart {
  width: 20%;
  /* top: -10px; */
  position: relative;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-qa-cart .item-qnty-panel .item-qnty-label {
  font-size: 18px;
  font-family: Co_Headline-Light;
  margin-bottom: 11px;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-qa-cart .item-qnty-panel .item-qnty-panel-bottom {
  display: block;
}

.product-column .panel-stack .panel .card-item.list-group-item .card .item-qa-cart .item-qnty-panel .item-qnty-panel-bottom .w-47 {
  width: 100%;
  margin-bottom: 15px;
}

.product-column .panel-stack .panel .card-item.list-group-item .img-event {
  float: left;
  width: 25%;
}

.product-column .panel-stack .panel .card-item.list-group-item .list-group-image {
  margin-right: 10px;
}

.product-column .panel-stack .panel .card-item.list-group-item .thumbnail {
  margin-bottom: 0px;
  display: inline-block;
}

.product-column .panel-stack .panel .card-item.list-group-item .caption {
  float: left;
  width: 75%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-column .panel-stack .panel .card-item.list-group-item:before,
.product-column .panel-stack .panel .item.list-group-item:after {
  display: table;
  content: " ";
}

.product-column .panel-stack .panel .card-item.list-group-item:after {
  clear: both;
}

.list-group-item #nupco-id span {
  display: block;
  direction: ltr;
}
.list-group-item .on-hover .Terms h4:nth-child(3){
  direction: ltr;
}
.btn-cart {
  background-color: #4AA02A;
  border-color: #4AA02A;
  color: #fff;
}

.btn-cart:hover,
.btn-cart:focus {
  background-color: #4AA02A;
  border-color: #4AA02A;
  color: #fff;
}

.filter-tag-panel {
  background-color: #F2F2F2;
  padding: 13px 30px 0px 16px;
  text-align: right;
}

.bootstrap-tagsinput .tag {
  margin: 0px 16px 15px 0px;
  color: #7C7C7C;
  font-size: 16px;
  line-height: 18px;
  padding: 13px 30px;
  font-family: Co_Headline-Regular;
  display: inline-block;
  border-radius: 12px;
}

.clear-all-btn {
  white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
  color: #248CCC;
  text-decoration: none;
  cursor: pointer;
}

.clear-all-btn:hover,
.clear-all-btn:focus {
  color: #248CCC;
  text-decoration: none;
}

.label-info {
  background-color: #FFFFFF;
}

.bootstrap-tagsinput .tag .removeApplied {
  margin-right: 20px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag .removeApplied:after {
  content: " ";
  padding: 0px 8px;
  background-image: url(../images/tag-input.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 10px;
  position: relative;
}

.prdct.card-item .prdct-off-percentage {
  background-color: #4AA02A;
  color: #fff;
  font-size: 20px;
  font-family: Co_Headline-Regular;
  padding: 8px 19px;
  border-radius: 10px;
}

.prdct.card-item .count-Inc-denc-btn,.count-Inc-denc-btn {
  position: absolute;
  display: -ms-grid;
  display: grid;
  left: 10px;
  top: 3px;
  height: 100%;
  z-index: 8;
}

.prdct.card-item .count-Inc-denc-btn .inc-btn button,.count-Inc-denc-btn .inc-btn button  {
  background: transparent;
    border: none;
    height: 30px;
    display: flex;
    align-items: center;
}

.prdct.card-item .count-Inc-denc-btn .dec-btn button,.count-Inc-denc-btn .dec-btn button {
  background: transparent;
  border: none;
  height: 30px;
  display: flex;
  align-items: center;
}
.prdct.card-item .count-Inc-denc-btn .inc-btn button:hover, .prdct.card-item .count-Inc-denc-btn .dec-btn button:hover, .prdct.card-item .count-Inc-denc-btn .inc-btn button:focus, .prdct.card-item .count-Inc-denc-btn .dec-btn button:focus {
  box-shadow: none;
  outline: none;
}
.input-number {
  border-radius: 12px !important;
  border: 1px solid #248CCC !important;
  color: #283870;
  font-size: 24px;
  padding: 15px 38px 15px 15px;
  line-height: initial;
  font-family: Co_Headline-Regular;
  background-color: transparent;
  height: 70px;
}

.ht-60 {
  height: 60px;
}

.top-panel {
  margin-bottom: 54px;
}

#myInput {
  background-image: url(../images/searchicon.png);
  background-repeat: no-repeat;
  width: 100%;
  font-size: 22px;
  padding: 12px 40px 12px 20px;
  margin-bottom: 0px;
  background-position: right;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus,
#myInput:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.filter-panel-header {
  background-color: #9EC1D8;
  font-size: 20px;
  font-family: Co_Headline-Regular;
  padding: 22px;
  border-radius: 12px 12px 0px 0px !important;
  border-bottom: none;
}
.filter-panel-header .card-link{
  position: relative;
}
.filter-panel-header .card-link img {
  margin-right: 12px;
}

.accordian-panel {
  border: none;
}

.accordian-panel .card-body .facet__list .appliedFacet {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0px;
  white-space: nowrap;
  color: #707070;
}

.accordian-panel .card-body .facet__list .appliedFacet img {
  width: 12px;
}

.accordian-panel .card-body .facet__list .appliedFacet a {
  line-height: 18px;
}

.accordian-panel .card-body .facet__list .appliedFacet a:hover {
  text-decoration: none;
}

.accordian-panel .card-header {
  background-color: #A2CDE8;
  font-size: 20px;
  font-family: Co_Headline-Regular;
  padding: 22px;
  border-radius: 0px;
  border-top: 1px solid #74C5F7;
  border-bottom: 1px solid #74C5F7;
}

.accordian-panel .card-header .card-link {
  color: #248CCC;
  position: relative;
  display: block;
}

.accordian-panel .card-header .card-link img {
  margin-right: 23px;
}

.accordian-panel .card-header .card-link:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 12px;
  background-image: url("../images/arrow_up.png");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}

.accordian-panel .card-header .card-link.collapsed:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordian-panel .collapse .card-body,
.accordian-panel .collapse.show .card-body {
  padding: 18px 22px 44px 24px;
  background-color: #c1d9e84d;
}

.input-checkbox.form-check {
  padding-left: 0;
}

.input-checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.input-checkbox .styled-checkbox.op1,.input-checkbox .styled-checkbox.op1 a {
  position: relative;
  opacity: 1;
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0px;
  white-space: nowrap;
  color: #707070;
}
span.facet__text.styled-checkbox.op1 span {
  display: flex;
  align-items: center;
}
.input-checkbox .styled-checkbox+span,
.input-checkbox .styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0px;
  white-space: nowrap;
  color: #707070;
  display: block;
}

.facet__value__count {
  color: #707070;
  font-size: 16px;
  line-height: 18px;
  float: left;
}

.input-checkbox .styled-checkbox+span:before,
.input-checkbox .styled-checkbox+label:before {
  content: '';
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: white;
  /* margin-top: -5px; */
}

.input-checkbox .styled-checkbox:hover+span:before,
.input-checkbox .styled-checkbox:hover+label:before {
  background: #248CCC;
}

.input-checkbox .styled-checkbox:focus+span:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.input-checkbox .styled-checkbox:checked+span:before,
.input-checkbox .styled-checkbox:checked+label:before {
  background: #248CCC;
}

.input-checkbox .styled-checkbox:disabled+span,
.input-checkbox .styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.input-checkbox .styled-checkbox:disabled+span:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.input-checkbox .styled-checkbox:checked+span:after,
.input-checkbox .styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  box-shadow: 2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-checkbox .styled-checkbox.op1+span:before {
  content: none;
}

/* .input-checkbox .styled-checkbox.op1 a {
  color: #283870;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
} */

.input-checkbox .styled-checkbox.op1 a:hover {
  text-decoration: none;
  font-weight: bold;
}
.input-checkbox .styled-checkbox.op1 a:hover + .facet__value__count {
  font-weight: bold;
}
/* .input-checkbox .styled-checkbox.op1 a + .facet__value__count {
  color: #283870 !important;
} */

.flter-btns {
  border-radius: 12px;
  font-size: 22px;
}

.prdct-pagination li a.page-link {
  font-size: 14px;
  font-family: Co_Headline-Light;
  padding: 11px 18px;
  border: none;
}

.prdct-pagination li a.page-link:focus,
.prdct-pagination li a.page-link:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.items-per-page label {
  color: #7C7C7C;
  font-size: 13px;
  margin-left: 10px;
}

.items-per-page .dropdown-sort-container {
  position: relative;
}

.items-per-page .dropdown-sort-container select {
  font-size: 18px;
  font-family: Co_Headline-Light;
  padding: 0px 15px 0px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.items-per-page .dropdown-sort-container select:focus,
.items-per-page .dropdown-sort-container select:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.items-per-page .dropdown-sort-container .caret1 {
  display: block;
  background: url("../images/select-arrow-down.png") no-repeat;
  position: absolute;
  left: 14px;
  top: 15px;
  width: 18px;
  height: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}

.items-per-page .dropdown-sort-container .rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Product-item {
  border-top: 1px solid #C9C9C9;
}

.product-item-table {
  margin-bottom: 5rem;
}

.product-item-table tbody {
  border-top: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}

.product-item-table tbody tr td:nth-child(1),
.product-item-table tbody tr td:nth-child(2) {
  width: 50%;
  padding: 20px 50px;
  font-size: 20px;
  font-family: Co_Headline-Regular;
}

.product-item-table tbody tr td:nth-child(2) {
  border-left: 1px solid #C9C9C9;
}

.tablist.prdct-tab ul {
  background-color: #F8F9FB;
}

.tablist.prdct-tab ul li.nav-item {
  width: auto;
  text-align: center;
}

.prdct-description {
  padding: 42px;
}

.prdct-description p {
  font-size: 18px;
  font-family: Co_Headline-Regular;
}

.prdct-similar-item h2 {
  font-size: 36px;
  font-family: Co_Headline-Bold;
  padding: 80px 0px 70px;
}

.breadcrumb-section {
  border-bottom: 1px solid #C9C9C9;
  background: #ffff;
}

ul.breadcrumb {
  padding: 12px 0px;
  list-style: none;
  background-color: transparent;
}

ul.breadcrumb li {
  font-size: 22px;
  font-family: Co_Headline-Regular;
}

ul.breadcrumb li a,
ol.breadcrumb li a {
  color: #248CCC;
  text-decoration: underline;
}

ul.breadcrumb li+li:before,
ol.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
}

.prdct-nav-tabs {
  background: #fff;
}

.prdct-nav-tabs ul.tabs-list {
  border: none;
  color: #fff;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0px;
}

.prdct-nav-tabs ul.tabs-list>li {
  border-color: #7B7B7B;
  padding: 18px 25px;
  color: #575757;
  background: #F9F9F9;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom: 1px solid #248CCC;
  font-size: 22px;
  font-family: Co_Headline-Regular;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.prdct-nav-tabs ul.tabs-list>li>a {
  color: #575757;
  width: 100%;
  display: block;
}

.prdct-nav-tabs ul.tabs-list>li>a:hover {
  text-decoration: none;
}

.prdct-nav-tabs ul.tabs-list>li.active {
  padding: 18px 25px;
  background: #fff;
  color: #248CCC;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-color: #248CCC;
  border-bottom: none;
  font-size: 26px;
  font-family: Co_Headline-Bold;
}

.prdct-nav-tabs ul.tabs-list>li.active>a {
  color: #248CCC;
}

.prdct-nav-tabs ul.tabs-list>li.active>a>span.current-info {
  display: none;
}

.prdct-nav-tabs .content {
  background: #FFFFFF;
  line-height: 25px;
  border: 1px solid #248CCC;
  border-top: none;
  padding: 60px 55px 45px;
  font-size: 18px;
  font-family: Co_Headline-Regular;
  word-break: break-all;
}

.prdct-tab .space_30 {
  width: 100%;
  height: 30px;
}

.breadcrums-section {
  border-bottom: 1px solid #C9C9C9;
}

.tabbable ul.mb10.nav {
  border-bottom: 1px solid #636363;
}

.tabbable ul.mb10.nav li {
  width: 33.09%;
  text-align: center;
}

.tabbable ul.mb10.nav li a {
  font-size: 22px;
  font-family: Co_Headline-Regular;
  color: #575757;
  padding: 0px 0px 22px;
  display: block;
  text-decoration: none;
}
.tabbable ul.mb10.nav li a:hover {
  font-weight: 600
}
.tabbable ul.mb10.nav a.active {
  font-size: 26px;
  color: #248CCC;
  font-family: Co_Headline-Bold;
  background-color: transparent !important;
  border-bottom: 5px solid;
  border-radius: 6px;
  -o-border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#50E111), to(#3AAAEF));
  border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
  border-image-slice: 1;
}

.txt-align,
p.txt-align,
.txt-align p {
  text-align: right;
  margin-bottom: 0px;
}

.display-none {
  display: none;
}

.container-wrapper {
  background-color: #fff;
  padding: 0rem 7.5rem;
}

@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }

  .tab-select-outer {
    display: none;
  }

  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

.order-summary-panel {
  position: relative;
  /* border-top: 1px solid #ddd; */
  margin: 30px 0px;
  text-align: center;
}

.order-summary-panel #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 0px;
  margin-top: 50px;
}

.order-summary-panel #progressbar li {
  list-style-type: none;
  width: 30%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #707070;
}

.order-summary-panel #progressbar li.active {
  color: #248CCC;
}
/* .order-summary-panel #progressbar li.active + li::before{
  background: #248CCC;
  color: #fff;
  border: 1px solid #248CCC;
} */

.order-summary-panel #progressbar li#step1:before {
  content: "1";
}

.order-summary-panel #progressbar li.active:before {
  content: "";
  background-color: #248CCC;
  border: 1px solid #248CCC;
  color: #fff;
}

.order-summary-panel #progressbar #step2:before {
  content: "2";
}

.order-summary-panel #progressbar li.completed:before {
  content: "" !important;
  background: url(../images/finished.png) no-repeat center #4AA02A !important;
  border: 1px solid #4AA02A !important;
}

.order-summary-panel #progressbar #step3:before {
  content: "3";
}

.order-summary-panel #progressbar #step4:before {
  content: "4";
}
/* .order-summary-panel #progressbar li.active#step3:before {
  content: "";
  background-image: url(../images/finished.png);
  background-repeat: no-repeat;
  background-position: center;
} */

.order-summary-panel #progressbar li:before {
  width: 58px;
  height: 58px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  color: #248CCC;
  border: 1px solid #455A64;
}

.order-summary-panel #progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #455A64;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
}
/* .order-summary-panel #progressbar li#step1:before {
  background: #248CCC;
  color: #fff;
  border-color: #248CCC;
} */

.order-summary-panel #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  right: -50%;
}

.order-summary-panel #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: 50%;
}

.order-summary-panel #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.order-summary-panel #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* .order-summary-panel #progressbar li.active:before,
.order-summary-panel #progressbar li.active:after {
  background-color: #4AA02A !important;
  border: 1px solid #4AA02A !important;
} */

.order-summary-panel .confirm-text {
  font-size: 36px;
  color: #248CCC;
  margin: 72px 0px 32px;
}

.order-summary-panel .sucess-text {
  font-size: 36px;
  color: #52B926;
  margin-bottom: 38px;
}

.order-summary-panel .thanks-text {
  font-size: 34px;
  color: #2371A1;
  margin: 16px 0px 54px;
}

.Order-details-table {
  padding-bottom: 60px;
  background: #fff;
}

.Order-details-table .order-details {
  margin: 0px;
  height: 100%;
  text-align: right;
}

.Order-details-table .order-details tbody {
  border: 1px solid #C9C9C9;
}

.Order-details-table .order-details tbody tr th {
  background-color: #F2F2F2;
  font-size: 14px;
  padding: 20px 30px;
  font-family: Co_Headline-Light;
  width: 40%;
  font-weight: 600;
}

.Order-details-table .order-details tbody tr td {
  font-size: 16px;
  padding: 20px 30px;
  font-family: Co_Headline-Bold;
  word-break: break-all;
}

.Order-details-table .order-details tbody tr.address {
  height: 212px;
}

.Order-details-table .order-details tbody tr.address td {
  white-space: normal;
  line-height: 25px;
  padding: 0px 30px;
}

.order-detail-total-price {
  text-align: left !important;
}

.shopper-actions {
  text-align: left;
}

.shopper-actions .btn-back{
  float: right !important;
}

.shopper-actions .AccountOrderDetailsOverviewComponent-CancelOrderAction {
  margin-right: 20px;
}


.confirm-shipping-address {
  padding-left: 0px;
  list-style: none;
}

.confirm-shipping-address li {
  padding-bottom: 5px;
}

.supplier-details-table {
  margin-bottom: 60px;
}

.supplier-details-table .supplier-text {
  font-size: 22px;
  color: #283870;
  font-family: Co_Headline-Bold;
  padding-right: 35px;
}

.supplier-details-table .comment-text {
  font-size: 12px;
  max-width: 49%;
}

.supplier-details-table .comment-text .tag {
  font-family: Co_Headline-Bold;
  color: #248CCC;
}

.supplier-details-table .comment-text .tag img {
  margin-right: 0.5rem;
}

.supplier-details-table .comment-text .message {
  font-family: Co_Headline-Regular;
}

.supplier-details-table .supplier-details {
  margin: 0px;
}

.supplier-details-table .supplier-details td,
.supplier-details-table .supplier-details th {
  border: 1px solid #ddd;
}

.supplier-details-table .supplier-details .col-text {
  color: #283870;
  font-size: 20px;
  font-family: Co_Headline-Bold;
}

.supplier-details-table .supplier-details thead tr th {
  background-color: #F2F2F2;
  font-size: 20px;
  font-family: Co_Headline-Bold;
  padding: 20px 27px;
  vertical-align: text-top;
  text-align: center;
}

.supplier-details-table .supplier-details thead tr th.col-3 {
  width: 13%;
}

.supplier-details-table .supplier-details thead tr th.col-2 {
  width: 12%;
}

.supplier-details-table .supplier-details thead tr th.col-2:first-child {
  width: 7%;
}

.supplier-details-table .supplier-details tbody tr td {
  padding: 20px 18px;
  font-size: 19px;
  font-family: Co_Headline-Regular;
}

.supplier-details-table .supplier-details tbody tr .rowspan {
  vertical-align: middle;
}

.supplier-details-table .supplier-details tbody .total-value-row {
  background-color: #4AA02A;
  color: #fff;
}

.total-value-row td {
  direction: ltr;
}

.btn-smry {
  border-radius: 12px;
  font-size: 20px;
}

.my-cart-header-text {
  font-size: 26px;
  font-family: Co_Headline-Regular;
  margin: 1rem 0;
  text-align: right;
}

.my-cart-header-text span {
  color: #248CCC;
}

.my-cart-details-top {
  padding: 30px 0px;
  border: 1px solid #C9C9C9;
  border-left: none;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-cart-details-top .blk_text {
  color: #000;
  font-size: 20px;
  font-family: Co_Headline-Regular;
  width: 250px;
  text-align: right;
}

.my-cart-details-top .blk_numbers {
  color: #000;
  font-size: 24px;
  font-family: Co_Headline-Bold;
  text-align: right;
}

.my-cart-details-top .total_number {
  color: #4AA02A;
  font-size: 26px;
  font-family: Co_Headline-Bold;
  text-align: right;
  direction: ltr;
}

.my-cart-details-top .cfm-chk-btn {
  border-radius: 12px;
  width: 440px;
}

.my-cart-details-top .block_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* .my-cart-details-top .block_3 .inner_block_3 {
  margin-left: 3rem;
} */

.tbl-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 0px;
}

.page-cartPage button.btn.btn-outline.btn-smry.float-right.w-30 {
  float: left !important;
}


.tbl-controls .input-checkbox.select-all .styled-checkbox+label:before {
  border: 1px solid #C9C9C9;
}

.tbl-controls .input-checkbox.select-all .styled-checkbox+label {
  color: #248CCC;
  font-size: 14px;
}

.tbl-controls .rem-add-btn {
  border-radius: 12px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 15px;
  height: 57px;
}

.tbl-controls .rem-add-btn img {
  margin-left: 0.3rem;
}

.tbl-controls .export-title {
  font-size: 16px;
  color: #248CCC;
  text-decoration: underline;
  margin: 0px 15px;
  text-align: right;
  word-break: break-all;
  max-width: 100px;
}

.suppliers-details thead th {
  background-color: #707070;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: Co_Headline-Light;
  font-weight: 600;
  padding-top: 19px;
  padding-bottom: 19px;
}

.suppliers-details thead th img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.suppliers-details thead th.column-1 {
  width: 5%;
}

.suppliers-details tbody {
  background-color: #C9C9C9;
}

.suppliers-details tbody tr td {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}

.suppliers-details tbody tr td .add-comment {
  font-size: 16px;
  color: #248CCC;
  text-decoration: underline;
  justify-content: center;
}

.suppliers-details tbody tr td .add-comment img {
  margin-left: 15px;
}

.cart-item-details {
  border: 1px solid #C9C9C9;
}

.cart-item-details thead th {
  background-color: #F2F2F2;
  font-size: 15px;
  color: #333333;
  text-align: center;
  font-family: Co_Headline-Light;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* .cart-item-details thead th.column-1 { */
/* width: 5%; */
/* } */

/* .cart-item-details thead th.column-2 { */
/* width: 20%; */
/* } */

.cart-item-details thead th.column-3 {
  width: 25%;
}

.cart-item-details thead th.column-4 {
  width: 13%;
}

.cart-item-details tbody .input-checkbox.select-all .styled-checkbox+label:before {
  border: 1px solid #C9C9C9;
}

.cart-item-details tbody .input-checkbox.select-all .styled-checkbox+label {
  color: #248CCC;
  font-size: 16px;
}

.cart-item-details tbody .no-item:before {
  margin-right: 0px;
}

.cart-item-details tbody tr {
  border-bottom: 1px solid #C9C9C9;
}

.cart-item-details tbody tr td {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
}

.cart-item-details tbody tr .cart-product-price {
  direction: ltr;
}

.cart-item-details tbody tr td .col-text {
  color: #283870;
  font-size: 15px;
  font-family: Co_Headline-Bold;
  text-align: right;
  max-width: 260px;
}

.cart-item-details tbody tr td .sold-text {
  color: #7C7C7C;
  font-size: 15px;
  font-family: Co_Headline-Light;
  text-align: right;
}

.cart-item-details tbody tr td .sold-text a {
  color: #248CCC;
  text-decoration: underline;
}

.cart-item-details tbody tr td .add-comment {
  font-size: 16px;
  color: #248CCC;
  justify-content: end;
  /* text-decoration: underline; */
}

.cart-item-details tbody tr td .add-comment img {
  margin-left: 15px;
}

.cart-item-details tbody tr td .count-text {
  font-size: 14px;
}

.cart-item-details tbody tr td .tble-text {
  font-size: 16px;
  text-align: right;
}

.cart-item-details tbody tr td .tble-number {
  font-size: 18px;
  font-family: Co_Headline-Bold;
  direction: ltr;
}

.cart-item-details tbody tr td .total-value {
  padding: 5px 0px 0px;
  border-top: 1px solid #C9C9C9;
}

.cart-item-details tbody tr td .total-value .tble-number {
  color: #4AA02A;
  font-size: 20px;
  text-align: left;
}

.cart-item-details tbody tr td:nth-child(3) {
  text-align: right;
}

.add-items-count .count-Inc-denc-btn {
  position: absolute;
  display: -ms-grid;
  display: grid;
  left: 10px;
  top: 1px;
  height: 100%;
  z-index: 8;
}

.add-items-count .count-Inc-denc-btn .inc-btn button {
  background: transparent;
  border: none;
  padding-top: 5px;
}

.add-items-count .count-Inc-denc-btn .dec-btn button {
  background: transparent;
  border: none;
}

.update-quantity-container {
  max-width: 200px;
}

.w-30 {
  width: 30%;
}

.order-total-value {
  background-color: #F2F2F2;
}

.order-total-value .total-valu-block-header {
  background-color:#248CCC;
  font-size: 22px;
  font-family: Co_Headline-Bold;
  color: #fff;
  padding: 13px 30px;
  text-align: right;
}

.order-total-value .total-valu-block-body {
  padding: 35px 30px;
  text-align: right;
}

.order-total-value .total-valu-block-body .tble-text {
  font-size: 18px;
  line-height: 38px;
  text-align: right;
  width: 50%;
}

.order-total-value .total-valu-block-body .tble-number {
  font-size: 18px;
  font-family: Co_Headline-Bold;
  line-height: 38px;
  direction: ltr;
}

.order-total-value .total-valu-block-body .total-value {
  padding: 30px 0px 0px;
  border-top: 1px solid #C9C9C9;
}

.order-total-value .total-valu-block-body .total-value .tble-number {
  font-size: 23px;
  color: #4AA02A;
}

.saved-cart-count {
  text-decoration: none;
  margin-right: 12px;
}
label.error {
  color: #FF0808;
  width: 100%;
  text-align: right;
}
#description.form-control:valid{
  border-color: #c5c5c6;
}

.grand-total {
  background-color: #52B926;
  padding: 26px 20px;
  color: #fff;
}

.grand-total div.d-flex .tble-text {
  font-size: 20px;
  line-height: 38px;
}

.grand-total div.d-flex .tble-number {
  font-size: 23px;
  font-family: Co_Headline-Bold;
  line-height: 38px;
  direction: ltr;
}

.order-summary-header {
  font-size: 26px;
  font-family: Co_Headline-Bold;
  margin-top: -52px;
  /* padding-top: 4.5rem; */
  padding-bottom: 1.5rem;
  text-align: center;
}

.my-checkout-header-text {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 1rem;
}

.checkout-page-top {
  border: none;
}

.items-delivered-header {
  font-size: 18px;
  background-color: #707070;
  font-family: Co_Headline-Bold;
  color: #fff;
  padding: 20px 30px;
}

.supplier-details-panel {
  background-color: #F2F2F2;
  color: #283870;
  font-family: Co_Headline-Bold;
  padding: 20px 30px 20px 54px;
}

.total-valu-block-body .tble-text {
  font-size: 16px;
}

.total-valu-block-body .tble-number {
  font-size: 18px;
  font-family: Co_Headline-Bold;
}

.total-valu-block-body .total-value {
  padding: 5px 0px 0px;
  border-top: 1px solid #C9C9C9;
}

.total-valu-block-body .total-value .tble-number {
  color: #4AA02A;
  font-size: 20px;
}

.total-valu-block-supplier {
  font-size: 18px;
  margin-bottom: 20px;
}

.comment-text {
  font-size: 12px;
  text-align: right;
}

.comment-text .tag {
  font-family: Co_Headline-Bold;
  color: #248CCC;
}

.comment-text .tag img {
  margin-left: 1rem;
}

.comment-text .message {
  font-family: Co_Headline-Regular;
  font-size: 14px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.remove-address-wrapper {
  text-align: left;
}

.supplier-text {
  font-size: 20px;
  color: #283870;
  font-family: Co_Headline-Bold;
}

.user-category {
  color: #248CCC;
}

.list-item {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C9C9C9;
}

.list-view-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-view-item .thumb-img {
  width: 15%;
  text-align: center;
}

.list-view-item .product-desc {
  width: 50%;
}

.order-summary-quantity {
  width: 30%;
}

.list-view-item .product-desc .col-text {
  color: #283870;
  font-size: 16px;
  font-family: Co_Headline-Bold;
  text-align: right;
  width: 100%;
  white-space: pre-line;
}

.list-view-item .product-desc .sold-text {
  color: #7C7C7C;
  font-size: 16px;
  font-family: Co_Headline-Light;
  text-align: right;
}

.list-view-item .product-desc .sold-text a {
  color: #248CCC;
  text-decoration: underline;
}

.btn-address {
  font-size: 18px;
  border-radius: 12px;
}

.info-icon {
  display: table;
}

.info-icon img {
  position: relative;
  top: 10px;
  margin-left: 10px;
}

.info-icon img,
.info-icon span {
  display: table-cell;
  font-size: 11px;
}

.no-item {
  white-space: pre-wrap;
  font-size: 14px !important;
}

.block-label {
  font-size: 20px;
  font-family: Co_Headline-Bold;
  margin-bottom: 10px;
}

.bottom-sep {
  padding-bottom: 30px !important;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 30px;
}

.botm-sep {
  padding-bottom: 0px !important;
  border-bottom: none;
  margin-bottom: 0px;
}

.label-text {
  width: 100%;
  white-space: pre-wrap;
  position: relative;
  padding-right: 40px;
  display: table-cell;
  top: -30px;
}

.select-days {
  width: 100%;
  height: 40px;
  border: 1px solid #248CCC;
  /* color: black; */
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.cart-product-img img,
.thumb-img img {
  height: 100px;
}

.col-text a,
.supplier-text a {
  color: #283870;
}

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

.mx-sm-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.px-sm-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.align-supplier-comment {
  bottom: 0px !important;
  padding: 30px;
  width: 35rem;
  height: 350px;
  border-radius: 12px;
}

.upload-popup {
  height: 150px !important;
  padding: 23px;
  width: 25rem;
}

.suppliers-details thead th,
.cart-item-details thead th {
  vertical-align: middle;
}

.align-supplier-comment .comment-wrapper-title {
  font-size: 18px;
  text-align: right;
}
.align-supplier-comment .comment-wrapper a.links {
  text-align: right;
}
.btn-address {
  font-size: 15px;
  width: 100%;
}

.js-execute-entry-action-button
,.js-execute-remove-free-product-action-button
{
  font-size: 13px;
  color: #248ccc;
  text-decoration: underline;
  cursor: pointer;
}

.js-cartItemDetailBtn {
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.js-execute-entry-action-button img
,.js-execute-remove-free-product-action-button img{
  margin-left: 10px;
}

.goto-step-2 {
  cursor: pointer;
}

.align-supplier-comment .comment-area {
  width: 100%;
  height: 150px;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  padding: 12px 20px;
  resize: none;
}

.align-supplier-comment .comment-area:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.align-supplier-comment .btn {
  width: 134px;
  height: 57px;
  padding: 0px;
  border-radius: 12px;
  font-size: 18px;
  margin-left: 15px;
}

.align-supplier-comment .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.align-supplier-comment .btn-secondary {
  color: #248CCC;
  border: 1px solid #248CCC;
  background: #fff;
}

.align-supplier-comment .close {
  position: absolute;
  top: 25px;
  left: 30px;
}

.align-supplier-comment .close img {
  width: 15px;
  height: 15px;
}

.mandatory {
  color: #FF0808;
  padding-left: 5px;
}

.add-to-cart {
  background-color: #fff;
  min-width: 600px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: none;
  border-radius: 25px;
}

#cboxWrapper, #cboxContent, #cboxLoadedContent {
  width: 100% !important;
  overflow: hidden !important;
}

.btn-block+.btn-block {
  margin-left: 1.5rem;
  margin-top: 0rem;
}

.tabhead {
  display: none;
}

.page-update-support-ticket #cboxWrapper #cboxContent {
  float: right !important;
}

@media (min-width: 0px) and (max-width: 576px) {

  footer .footer_section_2 .section_1 ul.list-unstyled li a,
  footer .footer_section_2 .section_1 h5,
  footer .footer_section_2 .Copyright-section p.Copyright {
    font-size: 18px;text-align: center;

  }
  footer .footer_section_2 .section_1 ul.list-unstyled {
    padding-right: 0px;
    text-align: center;
}
  footer .footer_section_2 .section_1 h5 {
    font-family: Co_Headline-Bold;
  }

  footer .footer_section_2 {
    padding-top: 0px;
  }

  footer .footer_section_2:before {
    display: none;
  }

  .desk-logo {
    display: none;
  }

  .login-page .desk-logo {
    display: block !important;
  }

  .mob-logo {
    display: block;
  }

  .btn-outline,
  .btn-primary {
    font-size: 16px;
  }

  footer .footer_section_1 {
    padding: 47px 0px;
  }

  footer .footer_section_1 h1 {
    font-size: 25px;
  }

  footer .footer_section_1 h5 {
    font-size: 19px;
  }

  footer .footer_section_1 ul.list-unstyled li a {
    font-size: 17px;
  }

  footer .footer_section_1 ul.list-unstyled .yCmsContentSlot{
    margin-right: 0px !important;
    margin-left: 1.5rem!important;
  }

  .services_section .card-deck .card {
    min-height: 322px;
  }

  .services_section h2,
  .deals-promotions_section h2,
  .new_arrivals_section h2,
  .fast-delivery_section h2 {
    font-size: 25px;
    padding: 30px 0px;
    margin-bottom: 0px !important;
  }

  .services_section .card-deck .card .card-body h5 {
    font-size: 20px;
  }

  .services_section .card-deck .card .card-body p {
    font-size: 15px;
  }

  .services_section .card-deck .card .card-body a.card-text {
    font-size: 18px;
  }

  .breadcrumb-panel,
  .tablist .contact_tab-content:before,
  .M-Navigation {
    display: none !important;
  }

  /* .contact_banner {
    margin-top: 65px !important;
  } */

  .contact_banner h1 {
    font-size: 35px !important;
    font-family: Co_Headline-Bold;
    margin-bottom: 13px !important;
  }

  .contact_banner h5 {
    font-size: 20px !important;
    font-family: Co_Headline-Light;
  }

  .tablist ul li.nav-item a,
  .tablist ul li.nav-item a.active {
    font-size: 18px !important;
  }

  .tablist ul li.nav-item {
    width: 46.09%;
    text-align: center;
  }

  .tablist .message_container h1 {
    font-size: 17px !important;
  }

  .tablist .message_container .message-text,
  .tablist .message_container .callus-text {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }

  .tablist .message_container {
    padding-top: 50px !important;
  }

  .tablist .message_container .space_btn {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .ct__form__group .form__field:placeholder-shown~.form__label {
    font-size: 14px !important;
  }

  .offcanvas-header {
    display: block !important;
  }

  .ct__form__group .form__label,
  .ct__form__group .form__field:focus~.form__label {
    font-size: 14px;
  }

  .ct__form__group.text-area .form__label,
  .ct__form__group.text-area .form__field:focus~.form__label {
    top: -12px;
    left: 20px;
  }

  .btn-field {
    padding: 35px 0px 35px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 999;
  }

  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .tablist .message_container .mb-section-172 {
    margin-bottom: 50px;
  }

  .contact_banner {
    padding: 95px 0px 30px;
    /* margin-top: 290px; */
    height: 211px;
  }

  .ct__form__group .textarea.form__field {
    padding: 20px;
  }

  .ct__form__group .textarea.form__field:placeholder-shown~.form__label {
    left: 20px;
  }
  header ul.main-navbar{
    margin-bottom: 20px;
  }
  header ul.main-navbar li a {
    font-size: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px;
    font-family: Co_Headline-Light;
    color: #000 !important;
    display: block;
    text-align: right;
  }

  header ul.main-navbar li.active a {
    font-size: 16px;
    color: #248CCC !important;
    border: none;
  }

  #carousel_new_arrivals .carousel-control-next,
  #carousel_deals_pro .carousel-control-next,
  #carousel_fast_deliver .carousel-control-next {
    margin-right: 0px;
    opacity: 1;
  }

  #carousel_new_arrivals .carousel-control-prev,
  #carousel_deals_pro .carousel-control-prev,
  #carousel_fast_deliver .carousel-control-prev {
    margin-left: 0pc;
    opacity: 1;
  }

  .new_arrivals_section ul.slider-contols {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    right: 0px;
    margin: 30px 0px;
  }

  .new_arrivals_section ul.slider-contols li a img {
    width: 100%;
  }

  .lang-section {
    display: block;
  }

  #myCarousel .carousel-item a {
    top: 13vh;
    left: 0;
  }

  #myCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
  }

  #myCarousel .carousel-item {
    height: 125vh;
  }

  .exampleSlider .MS-content .item {
    width: 100%;
  }

  #myCarousel .carousel-control-next-icon,
  #myCarousel .carousel-control-prev-icon {
    padding: 17px;
  }

  #myCarousel .carousel-control-prev-icon {
    background-position: 9px 7px;
    background-size: 11px 19px;
  }

  #myCarousel .carousel-control-next-icon {
    background-position: 13px 7px;
    background-size: 11px 19px;
  }

  #myCarousel .carousel-item a:after {
    content: '';
    position: absolute;
    background-image: url(../images/btn_arow.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 19px;
    right: 21px;
    top: 19px;
    background-size: 9px;
  }

  .search_bar {
    position: absolute;
    top: 60px;
    left: 12px;
  }

  .search_bar .input-group-append button.btn {
    height: 40px;
    padding: 19px 8px 10px;
  }

  .search_bar .input-group input.form-control {
    border-radius: 25px;
    height: 40px;
    font-size: 11px;
    padding: 8px 19px 10px;
  }

  .search_bar .input-group-append button.btn {
    height: 40px;
    padding: 0px 12px;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search_bar .input-group-append button.btn img {
    width: 18px;
    height: 18px;
  }

  .search_bar .ad_sch-link {
    color: #03578B;
    font-size: 12px;
    font-family: Co_Headline-Regular;
    text-align: left;
    position: relative;
    text-decoration: underline;
    margin: 0 20px;
  }

  #myCarousel .carousel-item a {
    font-size: 16px;
    padding: 12px 28px;
    width: 161px;
    height: 50px;
  }

  .services_section .card .card-body h5 {
    font-size: 20px;
  }

  .services_section .card .card-body p {
    font-size: 15px;
  }

  .services_section,
  .deals-promotions_section,
  .new_arrivals_section,
  .fast-delivery_section {
    padding: 0px 0px 30px;
  }

  .services_section .card .card-body h5,
  .services_section .card .card-body p {
    min-height: 0px;
  }

  .services_section .card {
    min-height: 322px;
  }

  .services_section .card .card-body a.card-text {
    font-size: 18px;
  }

  .exampleSlider .MS-controls button {
    display: block !important;
  }

  .exampleSlider .MS-controls .MS-left {
    left: 20px !important;
    background-size: 18px 32px;
    background-repeat: no-repeat;
  }

  .exampleSlider .MS-controls .MS-right {
    right: 20px !important;
    background-size: 18px 32px;
    background-repeat: no-repeat;
  }

  .deals-promotions_section .card .card-body h5 {
    font-size: 16px;
  }

  .deals-promotions_section .card .card-body p {
    font-size: 15px;
  }

  .deals-promotions_section .card img {
    width: auto;
    height: 209px;
    max-width: 187px;
    margin: 37px 0px 0px;
  }

  .hamburger-logo img {
    width: 140px;
  }

  .tabbable select.form-control {
    border: none;
    border-radius: 0px;
    padding: 0 41px 11px;
    font-size: 22px;
    color: #248CCC;
    font-family: Co_Headline-Bold;
    border-bottom: 6px solid;
    -o-border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#50E111), to(#3AAAEF));
    border-image: linear-gradient(to right, #50E111 0%, #3AAAEF 100%);
    border-image-slice: 1;
    background: transparent;
    background: url("../images/arrow_down.png") no-repeat right transparent;
    -webkit-appearance: none;
    background-position-x: 299px;
  }

  .tabbable select.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .tabbable select.form-control option {
    font-family: Co_Headline-Light;
    font-size: 20px;
  }

  ul.slider-contols li {
    margin: 0 15px;
  }

  ul.slider-contols li button img {
    width: 75%;
  }

  ul.breadcrumb li,
  ol.breadcrumb li {
    font-size: 14px;
    font-family: Co_Headline-Regular;
  }
}

@media (min-width: 576px) and (max-width: 768px) {

  footer .footer_section_2:before,
  .desk-logo {
    display: none;
  }

  .choose-service-logo {
    display: block !important;
  }

  footer .footer_section_2 {
    padding-top: 0px;
  }

  .mob-logo {
    display: block;
  }

  .breadcrumb-panel,
  .search_bar,
  .tablist .contact_tab-content:before,
  .M-Navigation,
  footer .footer_section_2:before {
    display: none !important;
  }

  .contact_banner {
    margin-top: 65px !important;
  }

  .tablist ul li.nav-item {
    width: 44.09%;
    text-align: center;
  }

  .offcanvas-header {
    display: block !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 999;
  }

  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .lang-section {
    display: block;
  }

  #carousel_new_arrivals .carousel-control-prev,
  #carousel_deals_pro .carousel-control-prev,
  #carousel_fast_deliver .carousel-control-prev {
    margin-left: 0px;
    opacity: 1;
  }

  #carousel_new_arrivals .carousel-control-next,
  #carousel_deals_pro .carousel-control-next,
  #carousel_fast_deliver .carousel-control-next {
    margin-right: 0px;
    opacity: 1;
  }

  header ul.main-navbar li a {
    font-size: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    color: #000 !important;
    margin: 0px;
    font-family: Co_Headline-Light;
  }

  header ul.main-navbar li.active a {
    font-size: 16px;
    color: #248CCC !important;
    border: none;
  }

  #myCarousel .carousel-item a {
    top: -2vh;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .mob-logo {
    display: block;
  }

  .breadcrumb-panel,
  .search_bar,
  .tablist .contact_tab-content:before,
  .M-Navigation {
    display: none !important;
  }

  .contact_banner {
    margin-top: 65px !important;
  }

  .tablist ul li.nav-item {
    width: 44.09%;
    text-align: center;
  }

  .offcanvas-header {
    display: block !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 999;
  }

  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (max-width: 992px) {
  .container-wrapper {
    padding: 0rem;
  }
}

@media (min-width: 768px) {

  .w-sm-90,
  .w-md-90,
  .w-lg-90,
  .w-xl-90 {
    width: 90% !important;
  }

  .w-sm-75,
  .w-md-75,
  .w-lg-75,
  .w-xl-75 {
    width: 75% !important;
  }

  .w-sm-50,
  .w-md-50,
  .w-lg-50,
  .w-xl-50 {
    width: 50% !important;
  }

  .w-sm-25,
  .w-md-25,
  .w-lg-25,
  .w-xl-25 {
    width: 25% !important;
  }

  .mx-sm-8 {
    margin: 0 7.5rem;
  }

  .w-35 {
    width: 35%;
  }

  .w-37 {
    width: 37%;
  }

  .w-38 {
    width: 38%;
  }

  .w-42 {
    width: 42%;
  }

  .w-45 {
    width: 45%;
  }

  .w-20 {
    width: 20%;
  }

  .w-21 {
    width: 21%;
  }

  .w-69 {
    width: 69%;
  }

  .w-70 {
    width: 70%;
  }

  .w-60 {
    width: 60%;
  }

  .w-96 {
    width: 96%;
  }

  .w-sm-96,
  .w-md-96,
  .w-lg-96,
  .w-xl-96 {
    width: 96% !important;
  }

  .banner_slider .carousel-caption {
    right: 168px;
    bottom: 165px;
  }

  .carousel-caption {
    left: 59%;
  }

  .banner_slider .carousel-caption .caption_baner span:nth-child(1) {
    font-size: 50px;
    left: 30px;
    text-align: left;
    top: 10px;
  }

  .banner_slider .carousel-caption .caption_baner span:nth-child(1) b {
    font-size: 52px;
  }

  .banner_slider .carousel-caption .caption_baner span:nth-child(2) {
    font-size: 24px;
    left: 40px;
    color: #36406F;
    top: 5px;
  }

  .banner_slider .carousel-caption .caption_baner span {
    width: 522px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .breadcrumb-panel,
  .search_bar,
  .tablist .contact_tab-content:before,
  .M-Navigation {
    display: none !important;
  }

  .contact_banner {
    margin-top: 65px !important;
  }

  .tablist ul li.nav-item {
    width: 44.09%;
    text-align: center;
  }

  .offcanvas-header {
    display: block !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 999;
  }

  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .desk-logo {
    display: block;
  }

  .mob-logo {
    display: none;
  }
}

@media (min-width: 992px) {
  .pr-md {
    padding-left: 8.438rem;
  }

  .mr-md {
    margin-left: 8.438rem;
  }
}

@media (min-width: 1200px) {
  .desk-logo {
    display: block;
  }

  .mob-logo {
    display: none;
  }

  .px-9 {
    padding: 0 9%;
  }
}

@media (resolution: 120dpi) {
  html {
    font-size: 70%;
  }

  body {
    font-size: 1em;
  }
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-3 {
  margin-top: 3px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-11 {
  margin-top: 11px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-l-50 {
  margin-left: 50px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-15 {
  padding: 15px;
}

.flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-display {
  font-family: Co_Headline-Regular;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
	 its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top .3s;
  transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
   */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #248CCC;
}

/* Styling;
   */
.noUi-background {
  background: #707070;
}

.noUi-connect {
  background: #248CCC;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
   */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #248CCC;
  border: 8px solid rgba(53, 93, 187, 0.38);
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
   */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #707070;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  text-align: center;
}

.slick-slide img {
  display: inline-block;
}

.image-container {
  width: 100px !important;
  height: 100px;
  padding: 10px;
  border: 1px solid #BBBBBB;
  border-radius: 12px;
  margin-bottom: 20px;
}

.image-container img {
  width: 60px;
  height: 80px;
}

.slick-prev {
  top: 40% !important;
}

.slick-prev:before {
  content: url("../images/arrow-back.png") !important;
}

.slick-next {
  top: 40% !important;
}

.slick-next:before {
  content: url("../images/arrow-right.png") !important;
}

.image-slider {
  width: 90%;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#product-img {
  -webkit-transform-origin: 75px 0;
  transform-origin: 75px 0;
}

.dragscroll {
  text-align: center;
  margin: auto;
  margin-top: 50px;
  overflow: scroll;
  width: 100%;
  height: 275px;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: grab;
}

.product-img,
.dragscroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-img::-webkit-scrollbar,
.dragscroll::-webkit-scrollbar {
  width: 0px;
}

.dragscroll:active {
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: grabbing;
}

.slider-wrapper {
  width: 50%;
  margin: auto;
}

.product-details {
  /* margin-bottom: 40px; */
  background: #fff;
}

.product-details .slider-wrapper {
  width: 78%;
}

.product-details .price-details {
  margin: 0px;
}

.product-details .supplier-rating-category {
  width: 260px;
  position: unset;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
}

.product-details .supplier-rating {
  display: inline-block;
}
.supplier-rating{
  float: right;
}
.product-details .slick-prev {
  left: -25px;
}

.product-details .slick-next {
  right: -25px;
}

#zoom-percentage {
  vertical-align: middle;
}

.slider-for {
  display: none !important;
}

.slick-active .slider-for__item img {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.slick-next {
  right: -51px;
}

.slick-prev {
  left: -51px;
}

progress {
  width: 50%;
  height: 9px;
  background: #fff;
  color: #248CCC;
  padding: 0px;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
}

progress::-webkit-progress-bar {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

progress::-webkit-progress-value {
  background: #248CCC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

progress::-moz-progress-bar {
  background: #248CCC;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.product-name {
  font-family: Co_Headline-Bold;
  font-size: 36px;
  color: #333333;
  float: right;
  text-align: right;
}

.product-combination {
  font-family: Co_Headline-Regular;
  font-size: 36px;
  color: #333333;
  text-align: right;
  width: 100%;
}

.product-ing,
.supplier-review-title {
  font-family: Co_Headline-Regular;
  font-size: 16px;
  color: #333333;
}
.product-ing{
  text-align: right;
}
.card-title {
  text-align: right;
}

.supplier-review-title {
  font-size: 18px;
  text-align: right;
}

.sold-by-title {
  font-family: Co_Headline-Bold;
  font-size: 18px;
  text-align: center;
}

.pdp.count-Inc-denc-btn {
  position: absolute;
  display: -ms-grid;
  display: grid;
  left: 10px;
  top: 1px;
  height: 100%;
  z-index: 8;
}
/* .prdct-view{
  position: absolute;
  left: 0px;
} */
.pdp.count-Inc-denc-btn .pdp_Qty-btn {
  background: transparent;
  border: none;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
}
.pdp_Qty-btn img {
  vertical-align: top;
  padding: 3px 0px;
  width: 12px;
}

.pdp_Qty-btn:hover,
.pdp_Qty-btn:focus {
  box-shadow: none;
  outline: none;
}

.supplier-name {
  color: #248CCC;
  text-decoration: underline;
}

.supplier-rating {
  background-color: #4AA02A;
  color: #fff;
  font-size: 30px;
  font-family: Co_Headline-Bold;
  border-radius: 12px;
  padding: 20px 25px 27px 25px;
  width: 105px;
  height: 105px;
}

.supplier-rating div {
  display: inline-block;
}

.supplier-rating div img {
  width: 20px;
  height: 21px;
  vertical-align: baseline;
}

.supplier-rating .total-ratings {
  font-size: 14px;
  font-family: Co_Headline-Regular;
  display: block;
  text-align: right;
}

.nupco_id {
  margin-right: 16px;
  font-size: 22px;
  text-align: right;
}

.manufacturer_info {
  margin-right: 0px;
  text-align: right;
}

.category {
  font-size: 14px;
  width: 50px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.supplier-rating-category {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
}

.pack-size {
  font-family: Co_Headline-Bold;
  font-size: 22px;
  text-align: right;
}

.pack-size-count {
  font-family: Co_Headline-Regular;
  font-size: 22px;
  text-align: right;
}

.retail-pack {
  width: 49%;
  padding: 10px 15px;
  border-radius: 12px;
  background-color: #ECF4F8;
}

.retail-pack .count {
  font-family: Co_Headline-Regular;
  font-size: 20px;
}

.retail-pack .price {
  font-family: Co_Headline-Bold;
  font-size: 24px;
}

.product-details .input-wrapper, .pop-up-product-details .input-wrapper {
  margin-right: 20px;
  height: 57px;
  background: #ffff;
}
.product-details .input-wrapper:hover, .product-details .input-wrapper:focus, .pop-up-product-details .input-wrapper:hover, .pop-up-product-details .input-wrapper:focus {
  background: #ffff;
}
.price-details {
  border-radius: 12px;
  background-color: #ECF4F8;
}

.price-details .price-sub-title {
  font-family: Co_Headline-Bold;
  font-size: 22px;
  vertical-align: top;
  margin-top: 0px;
}
.price-sub-title {
  font-family: Co_Headline-Bold;
  font-size: 22px;
  margin-top: 20px;
  display: flex !important;
  text-align: right;
  vertical-align: top;
}
.pop-up-product-details{
  align-items: center;
}
.pop-up-product-details .price-sub-title{
  margin: 0px;
}
.vendor-Infomation .sold-by-title{
  text-align: right !important;
}
.price-details .per-unit,
.price-details .unit-price {
  font-family: Co_Headline-Bold;
  font-size: 22px;
}

.price-details .award-unit,
.price-details .award-price {
  font-family: Co_Headline-Light;
  font-size: 14px;
}

.price-details .unit-price {
  color: #4AA02A;
}

.price-details .total-counts {
  font-family: Co_Headline-Bold;
  font-size: 16px;
  background: #4AA02A;
  color: #fff;
  padding: 10px 20px;
}

.price-details .total-counts div {
  display: inline-block;
    width: 32%;
    font-size: 22px;
    text-align: right !important;
}

.price-details .total-counts .free {
  font-size: 18px;
}

.price-details .save-on-purchase {
  font-family: Co_Headline-Regular;
  font-size: 16px;
  text-align: right;
}

.price-details #purchase-items {
  font-family: Co_Headline-Regular;
  font-size: 16px;
  width: 100%;
}

.price-details #purchase-items th {
  background: #BBBBBB;
  padding: 10px 15px 10px 25px;
}

.price-details #purchase-items td {
  background: #fff;
  padding-left: 10px;
  text-align: left;
  padding: 10px 15px 10px 25px;
}

.modal-btn-field .btn {
  padding: 0 !important;
  border-radius: 12px;
  height: 58px;
  font-size: 18px;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.modal-btn-field .btn-secondary {
  background: #fff;
  color: #283870;
  border: 1px solid #248CCC;
}

.modal-btn-field .btn-primary {
  background: #248CCC;
}

.input-wrapper {
  width: 134px;
  height: 70px;
  background: #fff;
  border: 1px solid #248CCC;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  padding: 10px;
}

.input-wrapper .input-count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.input-wrapper div {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.input-wrapper div:last-child {
  bottom: 5px;
  top: auto;
}

.input-wrapper div:active {
  -webkit-box-shadow: 0 0 0 white;
  box-shadow: 0 0 0 white;
  margin: 1px 0px 1px 0px;
}

.starRating:not(old) {
  display: inline-block;
  width: 8.5em;
  height: 15px;
  overflow: hidden;
  pointer-events: none;
}

.starRating:not(old)>input {
  margin-right: -100%;
  opacity: 0;
}
.glyphicon-star {
  display: block;
  float: right;
  position: relative;
  background: url("../images/rating-gray.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.glyphicon-star img {
  display: block;
}
.glyphicon-star-active {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: url("../images/rating-green.png") no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.glyphicon-star.active {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: url("../images/rating-green.png") no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.greenStars {
  position: absolute;
  display: flex;
}
.starRating:not(old)>label {
  display: block;
  float: left;
  position: relative;
  background: url("../images/rating-gray.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.starRating:not(old)>label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 0px;
  background: url("../images/rating-green.png") no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.starRating:not(old)>label:hover:before,
.starRating:not(old)>label:hover~label:before,
.starRating:not(:hover)> :checked~label:before {
  opacity: 1;
}

.facetStar:hover {
  text-decoration: none;
}

@media (max-width: 767.99px) {

  .tablist .contact_tab-content .yCmsContentSlot {
    display: inline-block;
    width: 35px;
    height: auto;
    margin-left: 20px !important;
  }

  .tablist .contact_tab-content .yCmsContentSlot img {
    width: 20px;
    height: 20px;
  }

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

  .product-details .product-combination {
    font-size: 16px;
  }

  .product-details .product-ing,
  .product-details .supplier-review-title {
    font-size: 13px;
  }

  .product-details .supplier-review-title {
    font-size: 16px;
  }

  .product-details .sold-by-title {
    font-size: 16px;
  }

  .product-details .supplier-rating {
    padding: 10px 12px 27px 17px;
    width: 80px;
    height: 80px;
    font-size: 27px;
  }

  .product-details .supplier-rating .total-ratings {
    font-size: 12px;
  }

  /* .product-details .starRating:not(old) {
    width: 6.5em;
  } */

  .product-details .supplier-rating-category {
    width: 245px;
  }

  .product-details .nupco_id {
    font-size: 16px;
  }

  .product-details .image-container {
    width: 60px !important;
    height: 60px;
  }

  .product-details .image-container img {
    width: 40px;
    height: 40px;
  }

  .product-details .slick-prev,
  .product-details .slick-next {
    top: 32%;
  }

  .product-details .category {
    font-size: 14px;
  }

  .product-details .pack-size,
  .product-details .pack-size-count {
    font-size: 16px;
  }

  .product-details .retail-pack .count {
    font-size: 16px;
  }

  .product-details .retail-pack .price {
    font-size: 16px;
  }

  .product-details .price-details .price-sub-title {
    font-size: 16px;
  }

  .product-details .price-details .per-unit,
  .product-details .price-details .unit-price {
    font-size: 16px;
  }

  .product-details .price-details .award-unit,
  .product-details .price-details .award-price {
    font-size: 14px;
  }

  .product-details .price-details .total-counts {
    font-size: 16px;
  }

  .product-details .price-details .total-counts div {
    width: 31%;
    font-size: 16px;
  }

  .product-details .price-details .save-on-purchase {
    font-size: 16px;
  }

  .product-details .price-details #purchase-items {
    font-size: 14px;
  }

  .product-details .price-details #purchase-items th {
    padding: 10px 10px 10px 15px;
  }

  .product-details .price-details #purchase-items td {
    padding: 10px 10px 10px 15px;
  }

  .share img {
    width: 25px;
    height: 25px;
  }
  .checkbox label span{
    left: 35px;
    right: 0;
  }
  .login-page .m-r-40, .profile-container .m-r-40{
    margin-left: 40px;
    margin-right: 0;
  }
  .new .secondary {
    height: auto !important;
  }
  .login-page .content-section .copy-right{
    text-align: center !important;
  }
  .login-newuser-info {
    padding-top: 13px;
  }
  .subtitle .step{
    display: block;
  }
  .subtitle span:nth-child(1){
    right: 5px;
    position: relative;
  }
  .login-page .title {
    padding-left: 0 !important;
    text-align: right;
  }
  .choose-service .subtitle span:nth-child(1){
    color: #248CCC;
  }
  .signup-image-heading .supplier-indicator {
    top: -100px;
    position: relative;
  }
  .supplier-indicator img{
    height: auto !important;
    margin-top: 15px;
  }
  #supplier-registration-form {
    margin-top: 30px !important;
  }
  .login-page .additional-address{
    width: 80%;
    min-width: auto;
  }
  .signup-image-heading .supplier-indicator {
    top: -100px;
    position: absolute;
    left: 20px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    max-width: 760px;
    width: 100%;
  }

  .product-name {
    font-size: 27px;
  }

  .product-ing,
  .supplier-review-title {
    font-size: 13px;
  }

  .supplier-review-title {
    font-size: 15px;
  }

  .sold-by-title {
    font-size: 15px;
  }

  .supplier-rating {
    font-size: 27px;
  }

  .supplier-rating .total-ratings {
    font-size: 12px;
  }

  .nupco_id {
    font-size: 17px;
  }

  .image-container {
    width: 60px !important;
    height: 60px;
  }

  .image-container img {
    width: 40px;
    height: 40px;
  }

  .slick-prev,
  .slick-next {
    top: 32%;
  }

  .category {
    font-size: 14px;
  }

  .pack-size,
  .pack-size-count {
    font-size: 13px;
  }

  .retail-pack .count {
    font-size: 12px;
  }

  .retail-pack .price {
    font-size: 13px;
  }

  .price-details .price-sub-title {
    font-size: 12px;
  }

  .price-details .per-unit,
  .price-details .unit-price {
    font-size: 12px;
  }

  .price-details .award-unit,
  .price-details .award-price {
    font-size: 9px;
  }

  .price-details .total-counts {
    font-size: 16px;
  }

  .price-details .total-counts div {
    width: 31%;
    font-size: 13px;
  }

  .price-details .total-counts .free {
    font-size: 11px;
  }

  .price-details .save-on-purchase {
    font-size: 12px;
  }

  .price-details #purchase-items {
    font-size: 10px;
  }

  .price-details #purchase-items th {
    padding: 10px 10px 10px 15px;
  }

  .price-details #purchase-items td {
    padding: 10px 10px 10px 15px;
  }

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

  .product-details .product-combination {
    font-size: 36px;
  }

  .product-details .product-ing,
  .product-details .supplier-review-title {
    font-size: 16px;
  }

  .product-details .supplier-review-title {
    font-size: 18px;
  }

  .product-details .sold-by-title {
    font-size: 18px;
  }

  .product-details .supplier-rating {
    padding: 10px 12px 27px 17px;
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin-top: 15px;
  }

  .product-details .supplier-rating .total-ratings {
    font-size: 14px;
  }

  /* .product-details .starRating:not(old) {
    width: 6.5em;
  } */

  .product-details .supplier-rating-category {
    width: 245px;
    width: 260px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

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

  .product-details .image-container {
    width: 100px !important;
    height: 100px;
  }

  .product-details .image-container img {
    width: 60px;
    height: 80px;
  }

  .product-details .category {
    font-size: 14px;
  }

  .product-details .pack-size,
  .product-details .pack-size-count {
    font-size: 18px;
  }

  .product-details .retail-pack .count {
    font-size: 17px;
  }

  .product-details .retail-pack .price {
    font-size: 19px;
  }

  .product-details .price-details .price-sub-title {
    font-size: 18px;
  }

  .product-details .price-details .per-unit,
  .product-details .price-details .unit-price {
    font-size: 18px;
  }

  .product-details .price-details .award-unit,
  .product-details .price-details .award-price {
    font-size: 12px;
  }

  .product-details .price-details .total-counts {
    font-size: 16px;
  }

  .product-details .price-details .total-counts div {
    font-size: 20px;
  }

  .product-details .price-details .total-counts .free {
    font-size: 16px;
  }

  .product-details .price-details .save-on-purchase {
    font-size: 14px;
  }

  .product-details .price-details #purchase-items {
    font-size: 14px;
  }

  .product-details .price-details #purchase-items th {
    padding: 10px 15px 10px 25px;
  }

  .product-details .price-details #purchase-items td {
    padding: 5px 15px 5px 25px;
  }

  .modal-btn-field .btn {
    font-size: 16px;
  }

  .input-wrapper {
    width: 110px;
    height: 55px;
  }

  .input-wrapper .input-count {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1000px;
    width: 100%;
  }

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

  .product-details .product-ing,
  .product-details .supplier-review-title {
    font-size: 16px;
  }

  .product-details .supplier-review-title {
    font-size: 18px;
  }

  .product-details .sold-by-title {
    font-size: 18px;
  }

  .product-details .supplier-rating {
    font-size: 30px;
  }

  .product-details .supplier-rating .total-ratings {
    font-size: 14px;
  }

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

  .product-details .image-container {
    width: 100px !important;
    height: 100px;
  }

  .product-details .image-container img {
    width: 60px;
    height: 80px;
  }

  .product-details .category {
    font-size: 14px;
  }

  .product-details .pack-size,
  .product-details .pack-size-count {
    font-size: 18px;
  }

  .product-details .retail-pack .count {
    font-size: 17px;
  }

  .product-details .retail-pack .price {
    font-size: 19px;
  }

  .product-details .price-details .price-sub-title {
    font-size: 18px;
  }

  .product-details .price-details .per-unit,
  .product-details .price-details .unit-price {
    font-size: 18px;
  }

  .product-details .price-details .award-unit,
  .product-details .price-details .award-price {
    font-size: 12px;
  }

  .product-details .price-details .total-counts {
    font-size: 16px;
  }

  .product-details .price-details .total-counts div {
    font-size: 20px;
  }

  .product-details .price-details .total-counts .free {
    font-size: 16px;
  }

  .product-details .price-details .save-on-purchase {
    font-size: 14px;
  }

  .product-details .price-details #purchase-items {
    font-size: 14px;
  }

  .product-details .price-details #purchase-items th {
    padding: 10px 15px 10px 25px;
    width: 50%;
  }

  .product-details .price-details #purchase-items td {
    padding: 5px 15px 5px 25px;
  }

  .product-name {
    font-size: 36px;
  }

  .product-ing,
  .supplier-review-title {
    font-size: 16px;
  }

  .supplier-review-title {
    font-size: 18px;
  }

  .sold-by-title {
    font-size: 18px;
  }

  .supplier-rating {
    font-size: 30px;
  }

  .supplier-rating .total-ratings {
    font-size: 14px;
  }

  .nupco_id {
    font-size: 22px;
  }

  .category {
    font-size: 14px;
  }

  .pack-size,
  .pack-size-count {
    font-size: 18px;
  }

  .retail-pack .count {
    font-size: 17px;
  }

  .retail-pack .price {
    font-size: 19px;
  }

  .price-details .price-sub-title {
    font-size: 18px;
  }

  .price-details .per-unit,
  .price-details .unit-price {
    font-size: 18px;
  }

  .price-details .award-unit,
  .price-details .award-price {
    font-size: 12px;
  }

  .price-details .total-counts {
    font-size: 16px;
  }

  .price-details .total-counts div {
    font-size: 20px;
  }

  .price-details .total-counts .free {
    font-size: 16px;
  }

  .price-details .save-on-purchase {
    font-size: 14px;
  }

  .price-details #purchase-items {
    font-size: 14px;
  }

  .price-details #purchase-items th {
    padding: 10px 15px 10px 25px;
  }

  .price-details #purchase-items td {
    padding: 5px 15px 5px 25px;
  }

  .modal-btn-field .btn {
    font-size: 18px;
  }

  .input-wrapper {
    width: 134px;
    height: 70px;
  }

  .input-wrapper .input-count {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1250px;
    width: 100%;
  }

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

  .product-details .product-ing,
  .product-details .supplier-review-title {
    font-size: 16px;
  }

  .product-details .image-container {
    width: 100px !important;
    height: 100px;
  }

  .product-details .image-container img {
    width: 60px;
    height: 80px;
  }

  .product-details .supplier-review-title {
    font-size: 18px;
  }

  .product-details .sold-by-title {
    font-size: 18px;
  }

  .product-details .supplier-rating {
    padding: 10px 12px 27px 17px;
    width: 100px;
    height: 100px;
    font-size: 30px;
  }

  .product-details .supplier-rating .total-ratings {
    font-size: 14px;
  }

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

  .product-details .category {
    font-size: 14px;
  }

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

  .product-details .pack-size-count {
    font-size: 22px;
  }

  .product-details .retail-pack .count {
    font-size: 20px;
  }

  .product-details .retail-pack .price {
    font-size: 24px;
  }

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

  .product-details .price-details .per-unit,
  .product-details .price-details .unit-price {
    font-size: 22px;
  }

  .product-details .price-details .award-unit,
  .product-details .price-details .award-price {
    font-size: 14px;
  }

  .product-details .price-details .total-counts {
    font-size: 16px;
  }

  .product-details .price-details .total-counts div {
    font-size: 22px;
  }

  .product-details .price-details .total-counts .free {
    font-size: 18px;
  }

  .product-details .price-details .save-on-purchase {
    font-size: 16px;
  }

  .product-details .price-details #purchase-items {
    font-size: 16px;
  }

  .product-name {
    font-size: 36px;
  }

  .product-ing,
  .supplier-review-title {
    font-size: 16px;
  }

  .supplier-review-title {
    font-size: 18px;
  }

  .sold-by-title {
    font-size: 18px;
  }

  .supplier-rating {
    font-size: 30px;
  }

  .supplier-rating .total-ratings {
    font-size: 14px;
  }

  .nupco_id {
    font-size: 22px;
  }

  .category {
    font-size: 14px;
  }

  .pack-size {
    font-size: 22px;
  }

  .pack-size-count {
    font-size: 22px;
  }

  .retail-pack .count {
    font-size: 20px;
  }

  .retail-pack .price {
    font-size: 24px;
  }

  .price-details .price-sub-title {
    font-size: 22px;
  }

  .price-details .per-unit,
  .price-details .unit-price {
    font-size: 22px;
  }

  .price-details .award-unit,
  .price-details .award-price {
    font-size: 14px;
  }

  .price-details .total-counts {
    font-size: 16px;
  }

  .price-details .total-counts div {
    font-size: 22px;
  }

  .price-details .total-counts .free {
    font-size: 18px;
  }

  .price-details .save-on-purchase {
    font-size: 16px;
  }

  .price-details #purchase-items {
    font-size: 16px;
  }

  .modal-btn-field .btn {
    font-size: 18px;
  }

  .input-wrapper .input-count {
    font-size: 24px;
  }
}

#slider-range::after {
  content: '';
  position: absolute;
  background-image: url(../images/price-step.png);
  left: 20px;
  top: 15px;
  width: 90%;
  height: 5px;
}

.slider-labels {
  margin-top: 30px;
  color: #8C8C8C;
}

.price-filter-input {
  border: 1px solid #707070;
  background: #fff;
  color: #8C8C8C;
  font-size: 22px;
  width: 120px;
  height: 42px;
  text-align: center;
}

.price-filter-input:focus,
.price-filter-inputhover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-link {
  color: #000;
}

.header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 15px;
}

.header-icons .cart-dropdown {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cart-dropdown.show:before,
.cart-dropdown.show:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 20px 22px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}

.cart-dropdown.show:before {
  top: -40px;
  right: 105px;
  border-bottom-color: #c9c9c9;
}

.cart-dropdown.show:after {
  top: -40px;
  right: 105px;
  border-bottom-color: #4AA02A;
}

.align-drodown {
  width: 50rem;
  font-size: 14px;
  padding: 0px;
  top: 17px !important;
  left: 80px !important;
  line-height: 22px;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .align-drodown {
    width: 24rem;
    left: 4px !important;
  }

  .login-page .title {
    padding-left: 20px;
  }
}

.cart-info {
  text-align: right;
  padding: 30px 40px;
  border-radius: 25px 25px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#2B90B1), to(#4AA02A));
  background: linear-gradient(90deg, #2B90B1, #4AA02A);
}

.cart-info .cart-title {
  font-size: 30px;
  color: #fff;
  padding-right: 30px;
  margin-bottom: 0px;
}

.cart-info .cart-subtitle {
  font-size: 16px;
  color: #fff;
  padding-right: 30px;
  margin-bottom: 0px;
}

.cart-details {
  padding: 25px 30px 5px 30px;
}

.feedback_important {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

.feedback_success {
  color: #4AA02A;
  font-size: 26px;
  padding-top: 20px;
}

.feedback_container {
  padding: 40px;
  background: #dbe7fd;
  border-radius: 12px;
  border: 1px solid #bbbbbb;
}

.review-rating .review-rating-stars span {
  margin-right: 20px !important;
  width: 30px !important;
  height: 30px !important;
}

.order-review-form-label {
  display: inline-block;
  width: 250px;
  text-align: right;
  padding-bottom: 0px !important;
}

.review-rating .review-rating-stars span.lh, .review-rating .review-rating-stars span.fh {
  height: 30px !important;
}

.order-review-product_list .form-group {
  display: inline-flex;
}

.feedback_comment .form-group {
  display: block;
}

.feedback_comment {
  text-align: right;
}

.feedback_submit button {
  width: 45%;
}

.shared-details {
  width: 80%;
  margin:auto;
}

.submit-feedback-info {
  font-size: 20px;
  width: 85%;
  margin: 30px auto;
}

.submit-review .modal-lg {
  max-width: 700px !important;
}

.submit-review .title {
  font-size: 25px;
}


.mini-cart #cboxLoadedContent .cart-details {
  text-align: right;
}
#cboxWrapper {
  background-color: #fff;
  border-radius: 25px;
}

/* #cboxLoadedContent {
  width: 960px !important;
} */

#supportTicketForm {
  padding: 30px 30px 50px;
}

#supportTicketForm .control-label,
#supportTicketForm textarea {
  font-size: 22px;
  position: relative;
}

#cboxLoadedContent #supportTicketForm {
  text-align: right;
  padding: 30px;
}

#supportTicketForm .text-are-box label {
  float: right;
}

#supportTicketForm .control-label {
  right: 0;
}

.help-block{
  position: absolute;
  bottom: -25px;
  right: 15px;
  color: #E83B28;
  font-size: 15px;
}

.feedback-form-header {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.feedback-form-header h3 {
  font-size: 30px;
  font-family: Co_Headline-Bold;
}

.status-tag {
  text-align: left;
  padding: 25px 0;
  font-size: 22px;
}

.form-group .form-control.js-add-message {
  width: 100%;
  height: 110px;
  border: 1px solid #BBBBBB;
  resize: none;
}

.form-group .form-control.js-add-message-status {
  height: auto;
  padding: 12px;
  border-radius: 0px;
  border: 1px solid #BBBBBB;
}

.glyphicon-remove {
  /* background-image: url(../images/close_btn.png); */
  position: absolute;
  width: 27px;
  height: 27px;
  top: 15px;
  left: 30px;
}
.approverModal .glyphicon-remove {
  background-image: url(../images/Close_icon-white.svg);
  background-repeat: no-repeat;
  top: 30px;
}

.approverModal #cboxWrapper {
  border-radius: 12px !important;
}

#cboxWrapper .legend {
  display: none;
}

.approverModal #cboxClose {
  border: none;
}

#cboxOverlay {
  opacity: 0.5 !important;
  visibility: visible;
  position: fixed;
  top: 0;
  width: 100% !important;
  height: 100%;
  background: black;
  z-index: 99999;
}

#colorbox {
  z-index: 99999 !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  /* max-height: 100vh; */
}

.approverModal {
  width: 950px !important;
  min-height: 450px !important;
  height: auto !important;
  overflow: hidden;
  background: white !important;
  border-radius: 12px !important;
  text-align: right;
}

.orderApprovalApproveCommentModal {
  min-height: 675px !important;
}

.approverModal .product-container {
  height: 160px;
  overflow: auto;
  width: 100%;
  margin: auto;
}

.approverModal #cboxLoadedContent {
  height: auto !important;
  width: 100% !important;
}

.approverModal #cboxTitle {
  display: none !important;
}

.approverModal .supplier-details-table .supplier-text {
  padding-right: 0px;
}
.pd-modal-body {
  overflow: hidden !important;
  width: 960px !important;
}

.pd-modal-body .product-list {
  max-height: calc(100vh - 450px);
  overflow-y: auto;
  margin: 14px 0 0 14px;
}
.pd-modal-body .cart-details {
  padding: 25px 30px 26px 30px;
}

.pd-modal-body .product-list::-webkit-scrollbar {
  width: 8px;
}

.pd-modal-body .product-list::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 5px;
}

.pd-modal-body .product-list::-webkit-scrollbar-thumb {
  background: #283870;
  border-radius: 5px;
}

.pd-modal-body .product-list::-webkit-scrollbar-thumb:hover {
  background: #283870;
}
.pd-modal-body .btn-block+.btn-block {
  margin-right: 1.5rem;
}

.pd-modal-body .add-to-cart {
  border: 0;
}

.cart-details .product {
  position: relative;
}

.cart-details .product a {
  display: flex;
}

.cart-details .product img {
  position: absolute;
  top: 0;
  /* -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
  width: 70%;
}

.cart-details .details .product-name {
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  text-align: right;
}

.cart-details .details .sold-by-title {
  font-size: 16px;
  text-align: right;
}

.cart-details .details table {
  width: 100%;
  margin-top: 20px;
  text-align: right;
}

.cart-details .details table tr {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}

.cart-details .details table td {
  padding: 15px 12px;
  font-size: 16px;
  direction: ltr;
}

.cart-table-price {
  direction: ltr;
}

.cart-popup-buttons {
  padding-right: 32px;
}

.cart-details .details table .total td {
  font-size: 18px;
  font-weight: bold;
}

.cart-details .details .info {
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
}

.cart-details .details .modal-btn-field .btn {
  font-size: 22px;
  padding: 0px 15px;
}

.cart-details .details .modal-btn-field .btn-secondary {
  color: #248CCC;
}

.choose-address {
  border-radius: 12px;
}

.choose-address .modal-lg {
  max-width: 1000px;
  width: 100%;
}

.choose-address .modal-body {
  padding: 50px 45px;
}

.choose-address .title {
  font-size: 30px;
  font-weight: bold;
  float: right;
}
.choose-address .address {
  padding: 30px;
  border: 1px solid #c9c9c9;
  min-height: 200px;
}

.choose-address .available-address {
  margin-top: 35px;
  margin-bottom: 30px;
}

.choose-address .available-address .col-md-4 {
  margin-bottom: 22px;
}

.choose-address .delivery-info {
  font-size: 16px;
}

.choose-address .delivery-info img {
  width: 25px;
  height: 25px;
  margin-left: 15px;
}
.choose-address .address ul {
  list-style: none;
  padding-right: 0px;
  font-size: 14px;
  min-height: 110px;
  text-align: right;
}
.choose-address .address li {
  padding-bottom: 5px;
}

.choose-address .btn {
  padding: 0px;
}

.choose-address .btn-secondary {
  color: #248CCC;
}

.selectedAddress {
  border-color: #248CCC !important;
}

.checkbox-button {
  cursor: pointer;
}

.checkbox-button__input {
  opacity: 0;
  position: absolute;
}

.checkbox-button__control {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: inherit;
  color: #248CCC;
  border: 2px solid #c9c9c9;
}

.checkbox-button__label {
  font-size: 14px;
}

.checkbox-button__input:checked+.checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  background-color: #248CCC;
}

.checkbox-button__input:checked+.checkbox-button__control {
  border-color: #c9c9c9;
}

.modal-backdrop.show {
  z-index: 99999;
}

.modal {
  z-index: 999999;
}

.order-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* .order-summary-panel img {
    width: 140px;
    height: 140px;
 {
    padding: 0 9%;
  } */


/* styles for PLP */
.product__listing.product__list.view-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}

.product__listing.product__list.view-group .list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
  padding: 0 1rem;
  margin: 0px;
}

.view-group .list-group-item .thumbnail {
  margin-bottom: 0px;
  margin-top: 20px;
  display: inline-block;
  padding: 0px;
  border-radius: 10px;
}

.view-group .list-group-item .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0px 15px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  height: auto;
  min-height: 270px;
}

.view-group .list-group-item .card .img-event {
  padding-top: 0px;
  width: 200px;
  /* position: relative; */
}

.card .img-event img {
  /* width: auto; */
  height: 180px;
  /* max-width: 200px; */
  margin-right: 10px;
}

.view-group .list-group-item .card .block_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.view-group .list-group-item .card .caption.card-body {
  padding: 0px;
  margin-top: 0px;
}

.list-group-item .caption {
  float: left;
  width: 75%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-item .card .item-details {
  width: 70%;
}
.list-group-item .addtocart .btn-outline,.list-group-item .addtocart .btn-update-cart{
  min-width:166px
}
.list-group-item .card .item-details .item-details-block_1 {
  width: 60%;
  height: 100%;
  padding-right: 3.5rem;
}

.caption .item-details .item-details-block_1 h4 {
  text-align: right;
}

.caption .item-details .item-details-block_1 .sold-by-title {
  text-align: right;
}
.grid-group-item.list-group-item .caption .item-details .item-details-block_1 .sold-by-title {
  text-align: right !important;
}
.page-productList .product-ing .sold-by-title {
  text-align: right;
}
/* .page-productList .supplier-rating-category {
  text-align: right;
} */
.image-gallery.js-gallery {
  text-align: right;
}
.caption .item-details .item-details-block_1 h4 a {
  font-size: 20px;
  font-family: Co_Headline-Regular;
  color: #283870;
  margin: 0px;
  height: auto;
  text-align: left;
  white-space: initial;
  font-weight: bold;
  padding-top: 10px !important;
}

.list-group-item .card .item-qa-cart {
  width: 30%;
  /* top: -10px; */
  position: relative;
}

.item-details-block_1 .item-dlp-price {
  margin: 0;
  line-height: inherit;
  padding: 0;
  width: 70%;
}

.card .item-dlp-price .a-price-symbol {
  align-items: baseline !important;
  direction: rtl;
}

.card .item-dlp-price .a-price-symbol>span:first-child {
  padding-left: 15px;
}

.card .item-dlp-price .a-price-symbol>span:last-child {
  padding-left: 8px;
  display: flex;
  align-items: baseline;
}
.caption .item-details .item-details-block_1 .supplier-name {
  margin-right: 10px;
}
.card .item-qa-cart .item-qnty-panel .item-qnty-panel-bottom .btn-primary {
  color: #fff !important;
}

.card .item-dlp-price .a-price-symbol .a-label {
  font-size: 18px;
  color: #7C7C7C;
  font-family: Co_Headline-Light;
}

.card .item-dlp-price .a-price-symbol .a-amount {
  font-size: 30px;
  color: #248CCC;
  font-family: Co_Headline-Bold;
  padding-right: 6px;
}

.card .item-dlp-price .a-price-symbol .a-currency {
  font-size: 18px;
  color: #7C7C7C;
  font-family: Co_Headline-Light;
}

.card .caption .item-details .item-details-block_1 h5 {
  font-size: 18px;
  font-family: Co_Headline-Light;
  color: #7C7C7C;
  margin-bottom: 0px;
  text-align: right;
}

.card .caption .item-details .item-details-block_1 h5 a {
  color: #248CCC;
  text-decoration: underline;
}

.card .item-details .item-details-block_1 p {
  font-size: 16px;
  font-family: Co_Headline-Regular;
  display: flex;
  text-align: right;
}

.card .item-qa-cart .item-qnty-panel .item-qnty-label {
  font-size: 14px;
  line-height: 16px;
  font-family: Co_Headline-Light;
  margin: 0 0 8px 30px;
  text-align: right;
  width: 100%;
}

.card .item-qa-cart .item-qnty-panel .item-qnty-panel-bottom .w-47 {
  width: 100%;
  margin-bottom: 15px;
}

.item-qnty-num.w-47.plp-qty .input-group,
.item-qnty-num.w-47.plp-qty .js-qty-selector-input,
.plp-qty .ProductListComponent-ListAddToCartAction {
  width: 170px;
  max-width: 170px;
  min-width: 170px;
}

.prdct.card-item .count-Inc-denc-btn {
  position: absolute;
  display: -ms-grid;
  display: grid;
  left: 10px;
  top: 0px;
  height: 100%;
  z-index: 8;
}

.input-group-btn.input-group-btn.inc-btn img,
.input-group-btn.input-group-btn.dec-btn img {
  width: 12px;
}

.input-number {
  border-radius: 12px !important;
  border: 1px solid #248CCC !important;
  color: #283870;
  font-size: 17px;
  padding: 15px 15px 15px 38px;
  line-height: initial;
  font-family: Co_Headline-Regular;
  background-color: #fff !important;
  height: 57px;
  /* min-width: 100% !important; */
  margin-top: 0px;
}

.approver-detail-table .input-number {
  padding: 15px 15px 15px 38px;
}

.plp-add-to-cart .add_to_cart_form button {
  border: 1px solid #248CCC !important;
  color: #283870 !important;
  font-size: 17px;
  padding: 0 10px;
  line-height: 19px;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: transparent !important;
}

.rightColWrapper {
  align-items: flex-end;
  margin: 0;
}

.rightColWrapper .pagination-bar-results {
  font-size: 18px;
  color: #7C7C7C;
  text-align: right;
}
.rightColWrapper .nupco_glyphico{
  display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.rightColWrapper .nupco_glyphico .img-fluid {
  width: 43px;
}

.rightColWrapper .nupco_glyphico .listing-grid img {
  width: 37px;
  height: 37px;
}

.rightColWrapper .nupco_glyphico a:hover {
  text-decoration: none;
}

.rightColWrapper .Page.navigation.example {
  margin: 0;
}

.bb-1 {
  border-bottom: 2px solid #F2F2F2;
  padding-bottom: 14px;
}

.product__listing.product__list+.pagination-bar.bottom .rightColWrapper .pagination-wrap .nupco_glyphico,
.product__listing.product__list+.pagination-bar.bottom .rightColWrapper .sortByWrapper,
.product-column+.pagination-bar.bottom .rightColWrapper .pagination-wrap .nupco_glyphico,
.product-column+.pagination-bar.bottom .rightColWrapper .sortByWrapper {
  display: none;
}

.product-column+.pagination-bar.bottom .pagination-wrap {
  margin-right: auto;
}

.sortByWrapper .items-per-page .dropdown-sort-container {
  width: 100%;
}

.pagination-wrap {
  margin-right: auto;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 30px !important;
}

.rightColWrapper .pagination-wrap .nupco_glyphico {
  display: flex;
}

.rightColWrapper .pagination-wrap .nupco_glyphico {
  display: flex;
}

.page-item.active .page-link:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.item-qnty-num input[type='text'] {
  text-align: right;
}

/* user management css */
.w-10 {
  width: 10%;
}

.user-account {
  background: #F8F9FB 0% 0% no-repeat padding-box;
  border: 1px solid #B3B3B4;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  margin-right: 15px;
  cursor: pointer;
  height: 194px;
}

.user-account:hover {
  border-color: #248CCC;
  box-shadow: -1px 2px 24px 0px #857d85;
}

.user-account:hover a {
  text-decoration: none;
}

.user-account h4 {
  font-weight: bold;
  font-size: 22px;
  color: #054064;
  min-height: 65px;
}
.addinguser{
  margin-right: auto;
  align-self: flex-end;
  padding-left: 30px;
}
.user-account p {
  color: #3D3D3D;
  font-weight: bold;
  font-size: 34px;
  margin: 2rem 0 0 0;
}

.user-account.active-user {
  background: #248CCC;
  box-shadow: -1px 2px 24px 0px #857d85;
}

.user-account.active-user h4,
.user-account.active-user p {
  color: #ffffff;
}

.search_bar.user-search .input-group,
.search_bar.user-search .input-group input.form-control {
  border-radius: 35px;
}

.search_bar.user-search .input-group input.form-control,
.search_bar.user-search .input-group .btn {
  height: 57px;
}

.account-section-header-add a {
  padding: 18px 30px 20px 55px;
  border: 1px solid #248CCC;
  border-radius: 12px;
  color: #248CCC;
  font-size: 16px;
  line-height: 18px;
  background-image: url('../images/btn-add-item.png');
  background-repeat: no-repeat;
  background-position: 18px 20px;
  text-align: center;
  display: block;
  background-size: 14px;
}

.page-support-tickets .account-section-header-add {
  overflow: hidden;
}

.page-support-tickets .account-section-header-add a.btn-add-support {
  background-image: none;
  width: 20%;
  float: left;
  /* padding: 20px 0px 20px; */
  text-align: center;
  font-size: 24px;
}
.supportTicket_Table tbody tr.INPROCESS {
 /*  background: rgb(255 0 0 / 0.1) 0% 0% no-repeat padding-box; */
 background-color: antiquewhite;
}
.status-open {
  background: #D3E8F5;
}
.table-footer.viewlegend{
  margin-right:100px;
}

.account-section-header-add a:hover {
  text-decoration: none;
}

.account-overview-table {
  margin-top: 34px;
}

.account-overview-table .pagination-bar {
  position: relative;
  z-index: 0;
}

/* .addinguser .account-section-header .account-section-header-add a {
  padding: 18px 30px 20px 55px;
  border: 1px solid #248CCC;
  border-radius: 12px;
  color: #248CCC;
  font-size: 18px;
  line-height: 1.5;
  background-image: url('../images/btn-add-item.png');
  background-repeat: no-repeat;
  background-position: 20px 25px;
  text-align: center;
  display: block;
  background-size: 14px;
}

.addinguser .account-section-header .account-section-header-add a:hover {
  border: 3px solid #248CCC !important;
  background-color: #fff !important;
  font-weight: bold;
  text-decoration: none;
} */

/* user detail page */
@media (max-width: 767px) {
  .setleft .item-action{
margin:20px;
width:100%;
  }
.setleft{
  display:block !important;
  margin-right: -35px !important;
  margin-left: 20px;
}
.viewname {
  display: block !important;
  text-align: right;
}
.setreset{
  font-size:16px !important;
  min-width:150px !important;
}
.enablebtnuser{
  width:95%;
}
}
.welcome-name {
  margin-bottom: 30px;
}

.welcome-name .item-label,
.welcome-name .item-value {
  color: #1C2346;
  font-size: 32px;
  line-height: 34px;
}

.user-detail {
  padding: 50px 70px 0;
}

.user-detail .item-details .item-group {
  margin-bottom: 30px;
}

.user-detail .item-details .item-label,
.user-detail .item-details .item-value {
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  display: block;
}

.user-detail .item-details .item-value {
  font-size: 18px;
  line-height: 20px;
}

.user-detail .accountActions-link .item-action a,
.user-detail .accountActions-link .item-action button {
  min-width: 160px;
  display: block;
  border: 1px solid #248ccc;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 25px;
  background-color: #248ccc;
  margin-right: 15px;
}

.user-detail .accountActions-link .item-action.back-btn a button {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #248ccc;
  text-transform: capitalize;
  font-size: 20px;
  border: 0;
  background-color: transparent;
}

.user-detail .accountActions-link .item-action.back-btn a:hover,
.user-detail .accountActions-link .item-action.back-btn a:focus {
  border: 3px solid #248CCC;
}

.user-detail .accountActions-link .item-action a:hover {
  text-decoration: none;
  border: 3px solid #248CCC !important;
  background-color: #248CCC;
}

.user-detail .accountActions-link .back-btn a:hover {
  border: 3px solid #248CCC !important;
  background-color: #fff !important;
  font-weight: bold;
}

.user-detail .accountActions-link .item-action.back-btn a {
  border: 1px solid #248CCC;
  color: #248CCC !important;
  font-size: 20px;
  height: 57px;
  line-height: initial;
  border-radius: 12px;
  background-color: transparent;
  transition: all .3s;
  padding: 12px 25px;

}

.account-section-header .account-section-header-add a {
  padding: 0;
  border: 1px solid#248CCC;
  border-radius: 12px;
  color: #248CCC;
  font-size: 16px;
  line-height: 57px;
  /* background-image:url('../images/btn-add-item.png');
background-repeat:no-repeat;
background-position:18px 20px; */
  text-align: center;
  display: block;
  background-size: 14px;
}

.ui-menu.ui-widget.ui-autocomplete {
  list-style: none;
  margin-bottom: 22px;
  top: 50px !important;
  background-color: #fff;
  z-index: 10;
  padding: 20px 40px;
  border: 1px solid #ced4da;
  border-top: 0;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  border-radius: 0 0 25px 25px;
}

.ui-menu.ui-widget.ui-autocomplete .ui-menu-item {
  padding: 8px 15px;
}

.ui-menu.ui-widget.ui-autocomplete .ui-menu-item a {
  display: flex;
  color: #283870;
  font-size: 16px;
}

.ui-menu.ui-widget.ui-autocomplete .ui-menu-item a:hover {
  text-decoration: none;
}

.ui-menu.ui-widget.ui-autocomplete .ui-menu-item a div {
  padding-right: 15px;
}

.ui-menu.ui-widget.ui-autocomplete .ui-menu-item a .name {
  max-width: 65%;
  text-align: right;
}

.ui-menu.ui-widget.ui-autocomplete .ui-menu-item a .price {
  text-align: right;
}

.search-empty {
  text-align: right;
}

.search-empty .headline {
  font-size: 18px;
  color: #7C7C7C;
}

.search-empty a {
  border: 1px solid #248CCC !important;
  color: #283870 !important;
  font-size: 17px;
  padding: 14px 10px 18px;
  line-height: 19px;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: transparent !important;
}

.float-element {
  float: right;
}

.rtl-direction .category__Section {
  padding: 0 0 0 15px ;
}

.rtl-direction .prodcuct__listing__section {
  padding: 0 15px 0 0;
}

.rtl-direction .facet__list .input-checkbox {
  text-align: right;
}

.rtl-direction .input-checkbox .styled-checkbox+span:before {
  margin: 0px 0 0 14px;
}

.sortByWrapper .items-per-page {
  text-align: right;
}

.form-check.input-checkbox .form-check-label {
  text-align: right;
}

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

.results h1.searchCount {
  text-align: right;
}

#accordion {
  text-align: right;
}

.pagination .page-item .page-link img {
  min-width: 12px;
  transform: rotate(180deg);
}

.container-wrapper.container-fluid .category__items {
  padding-left: 15px !important;
  padding-right: 0 !important;
}

.container-wrapper.container-fluid .category__display {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.mini-quick-view #cboxLoadedContent,
.mini-quick-view {
  width: 1250px !important;
}
.mini-cart, .mini-cart #cboxLoadedContent, .mini-quick-view, .mini-quick-view #cboxLoadedContent {
  overflow: hidden !important;
}

.mini-cart .mini-cart-prod-wrapper {
  max-height: calc(100vh - 450px);
  overflow-y: auto;
  margin: 14px 0 0 14px;
}

.mini-cart .mini-cart-prod-wrapper .product-name a {
  font-size: 20px;
  color: #283870;
  white-space: initial;
  font-weight: bold;
  line-height: 22px;
  display: block;
}

.mini-cart .mini-cart-prod-wrapper img {
  width: 140px;
}

.mini-cart#colorbox,
.mini-cart #cboxWrapper,
.mini-cart #cboxLoadedContent {
  width: 800px !important;
}

.mini-cart #cboxClose,
.mini-quick-view #cboxClose {
  background-image: url(../images/Close_icon-white.svg);
  position: absolute;
  width: 27px;
  height: 27px;
  top: 30px;
  left: 30px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-color: transparent;
  border: 0;
}

.mini-quick-view #cboxClose {
  background-image: url(../images/close.png);
}



.mini-quick-view .close {
  display: none;
}

.mini-cart #cboxClose .glyphicon-remove,
.mini-quick-view #cboxClose .glyphicon-remove {
  visibility: hidden
}

.mini-cart .mini-cart-prod-wrapper::-webkit-scrollbar {
  width: 8px;
}

.mini-cart .mini-cart-prod-wrapper::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 5px;
}

.mini-cart .mini-cart-prod-wrapper::-webkit-scrollbar-thumb {
  background: #283870;
  border-radius: 5px;
}

.mini-cart .mini-cart-prod-wrapper::-webkit-scrollbar-thumb:hover {
  background: #283870;
}

/* common.css style ends here */

/* custom.css file changes */
@media (max-width: 767px) {
  .exampleSlider {
    border-color: transparent;
  }
}

.exampleSlider .MS-content {
  padding: 15px 15px 25px;
  overflow: hidden;
  white-space: nowrap;
}

#exampleSlider3 .MS-content {
  padding: 15px 0px 25px;
}

.exampleSlider.main>.MS-content {
  overflow-x: visible;
  white-space: pre-wrap;
}

.exampleSlider.main>.MS-content .item {
  overflow: hidden;
  padding: 10px 10px;
}

.exampleSlider.main>.MS-controls {
  display: none;
}

@media (max-width: 767px) {
  .exampleSlider .MS-content {
    margin: 0;
  }
}

.exampleSlider .MS-content .item {
  display: inline-block;
  width: 25%;
  position: relative;
  vertical-align: top;
  /* overflow: hidden; */
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}

.page-homepage .exampleSlider .slider-contols button {
  width: 72px;
  height: 72px;;
}
.page-homepage .exampleSlider .slider-contols .MS-left {
  background: url(../images/BW.png) no-repeat;
}
.page-homepage .exampleSlider .slider-contols .MS-left:hover {
  background: url(../images/BW-hover.png);
}
.page-homepage .exampleSlider .slider-contols .MS-right {
  background: url(../images/FW.png) no-repeat;
}
.page-homepage .exampleSlider .slider-contols .MS-right:hover {
  background: url(../images/FW-hover.png) no-repeat;
}
.page-homepage .exampleSlider .slider-contols .MS-pause img:hover {
  background: url(../images/PU-hover.png);
}
.page-homepage .exampleSlider .slider-contols .MS-pause img[src*="PL.png"]:hover {
  background: url(../images/PL-hover.png);
}

.exampleSlider .MS-controls .MS-left {
  background-image: url(../images/left_arrow.png);
  width: 28px;
  height: 49px;
}

.exampleSlider .MS-controls .MS-right {
  background-image: url(../images/right_arrow.png);
  width: 28px;
  height: 49px;
}

@media (max-width: 1200px) {
  .exampleSlider .MS-content .item {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .exampleSlider .MS-content .item {
    width: 100%;
  }

}

.exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 50%;
}

@media (max-width: 767px) {
  .exampleSlider .MS-controls button {
    display: none;
  }
}

.exampleSlider .MS-controls button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.exampleSlider .MS-controls .MS-left {
  left: 7%;
}

@media (max-width: 992px) {
  .exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}

.exampleSlider .MS-controls .MS-right {
  right: 7%;
}

@media (max-width: 992px) {
  .exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}

/* custom.css file changes ends here */

/* accountmgmt.css file changes */
@media (max-width: 576px){
  .userdeactivatepopup .modal-content{
    height: 450px;
  }
  .userdeactivatepopup>.modal-dialog{
  max-width: 350px !important;
    margin-right:143px !important;
}
.confirmyes {
  /* margin-top: 22px; */
  width:130px !important;
}
}

.usereditpopup>.modal-dialog {
  max-width: 696px !important;
  height: 596px !important;
  border-radius: 12px;
  opacity: 1;
}

.sucimg {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 230px;
}

.usereditpopup .modal-content {
  padding: 30px 30px;
  border-radius: 12px;
}

.usereditpopup .modal-title {
  text-align: left;
  letter-spacing: 0.6px;
  color: #333333;
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
}

.usereditpopup .modal-header .closeuserbtn {
  padding: unset !important;
}

.useredittable {
  width: 70% !important;
  margin-right: 10%;
}

.useredittable td {
  border: none !important;
  font-size: 18px;
  color: #333333;
}
.contactnumberfield .control-label:after{
  content: "" !important;
}

.userok {
  width: 225px;
  height: 57px;
  background: #248ccc 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  padding: unset !important;
  margin-top: 27px;
}

.userok:not(:disabled):not(.disabled):hover {
  background-color: #283870;
}

.userpasswordpopup>.modal-dialog {
  max-width: 696px !important;
  height: 596px !important;
  border-radius: 12px;
  opacity: 1;
}

.userpasswordpopup .modal-content {
  padding: 30px 30px;
  border-radius: 12px;
}

.userpasswordpopup .modal-title {
  text-align: left;
  letter-spacing: 0.6px;
  color: #333333;
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
}

.userpasswordpopup .modal-header .closeuserbtn {
  padding: unset !important;
  margin: 0px !important;
}

.userdeactivatepopup>.modal-dialog {
  /*   max-width: 696px !important;
  height: 600px !important; */
  max-width: 783px;
  margin: 0px;
  float: right;
  border-radius: 12px;
  opacity: 1;
}

.setclsbtns {
  display: flex;
  text-align: end;
}

.confirmyes {
  /* margin-top: 22px; */
  width:160px;
}

.userdeactivatepopup .modal-content {
  padding: 30px 30px;
  border-radius: 12px;
}

.userdeactivatepopup .modal-title {
  text-align: right;
  letter-spacing: 0.6px;
  color: #333333;
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
}

.userdeactivatepopup .modal-header .closeuserbtn {
  padding: unset !important;
  margin: 0px !important;
}

.userdeactivatepopup .modal-dialog p {
  text-align: right;
  letter-spacing: 0.36px;
  color: #333333;
  opacity: 1;
  font-size: 18px;
}

.userdeactive {
  width: 75%;
  text-align: right;
}

.userdeactive td {
  border: none !important;
  font-size: 18px;
  color: #333333;
}

.proceedcls {
  margin-top: 37px;
}

.btncheckyes {
  width: 225px;
  height: 57px;
  background: #248ccc 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  padding: unset !important;
}

.btncheckyes:not(:disabled):not(.disabled):hover {
  background-color: #283870;
}

.btncheckno {
  border: 1px solid #248ccc;
  opacity: 1;
  width: 225px;
  height: 57px;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 12px !important;
  opacity: 1;
  padding: unset !important;
  color: #248ccc;
  margin: 23px;
}

.btncheckno:hover {
  border: 3px solid #248ccc !important;
  font-weight: bold;
  color: #248ccc;
}

.checkbtndiv {
  padding: 25px;
}

.setcancel {
  border: 1px solid #248CCC;
  border-radius: 12px;
  opacity: 1;
  width: 271px;
  height: 57px;
  margin-right: 0px !important;
}

.setcancel:hover {
  border: 3px solid #248CCC;
  font-weight: bold;

}

.setreset {
  background: #248CCC 0% 0% no-repeat padding-box;
  border: 1px solid #248CCC;
  border-radius: 12px;
  opacity: 1;
  width: 271px;
  height: 57px;
  margin-right: 30px !important;
}

.setreset:not(:disabled):not(.disabled):hover {
  background-color: #283870;
}

.resetheader {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.8px;
  color: #1C2346;
  opacity: 1;
  margin-top: 50px;
}

.myaccountresetpwd {
  text-align: center;
}

.myaccountresetpwd .form__label {
  color: #202020 !important;
  letter-spacing: 0.44px;
  color: #202020;
  opacity: 1;
}

.titwidth {
  width: 44% !important;
  float: right;
}

.setmandatory {
  margin-top: -25px;
}

.newusercreatebtn {
  background: #248CCC 0% 0% no-repeat padding-box;
  border: 1px solid #248CCC;
  border-radius: 12px;
  opacity: 1;
  width: 268px;
  height: 57px;
  margin-right: 30px;
}

.createuserbtnfuntion {
  font-size: 20px !important;
}

.adduser-title {
  letter-spacing: 0.8px;
  color: #1C2346;
  opacity: 1;
  font-size: 40px;
  margin-left: 15px;
  text-align: right;
  display: flex;
  position: relative;
  top: -30px;
}

.checkttitle .dropdown .form-group .control-label {
  float: right;
}

.checkorg .dropdown .form-group .control-label {
  float: right;
}

.newUser__Page__checkbox legend {
  float: right;
}

.usereditmod .form__label {
  color: #202020 !important;
  letter-spacing: 0.44px;
  color: #202020;
  opacity: 1;
}

.useraddpopup>.modal-dialog {
  max-width: 696px !important;
  height: 596px !important;
  border-radius: 12px;
  opacity: 1;
}

.useraddpopup .modal-content {
  padding: 30px 30px;
  border-radius: 12px;
}

.useraddpopup .modal-title {
  text-align: left;
  letter-spacing: 0.6px;
  color: #333333;
  opacity: 1;
  font-weight: bold;
  font-size: 30px;
}

.useraddpopup .modal-header .closeuserbtn {
  padding: unset !important;
  margin: 0px !important;
}

.input-check .control-label:after {
  content: " *";
  color: red;
}

.floatingDropdown1 .control-label:after {
  content: " *";
  color: red;
}

.newUser__Page__checkbox .form-group legend:after {
  content: " *";
  color: red;
}

.floatingDropdown1 .dropdown {
  position: relative;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #bbbbbb;
  width: 100%;
  text-align: left;
}

.floatingDropdown1 .dropdown>a,
.floatingDropdown1 .dropdown>span {
  font-size: 18px;
  padding: 10px 25px 10px 0px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.floatingDropdown1 .dropdown>a:before,
.floatingDropdown1 .dropdown>span:before {
  position: absolute;
  right: 10px;
  top: 10px;
  content: url(../images/arrow_rotate_grey.png);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.floatingDropdown1 .open-list>a:before,
.floatingDropdown1 .open-list>span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.floatingDropdown1 .dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.floatingDropdown1 .dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index: +0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.floatingDropdown1 .dropdown ul {
  width: 100%;
  position: absolute;
  top: 48px;
  border: 1px solid #ccc;
  left: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  z-index: 2;
}

.floatingDropdown1 .dropdown input[type=checkbox]:checked+ul {
  display: block;
}

.floatingDropdown1 .dropdown ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
  color: #868686;
}

.floatingDropdown1 .dropdown #user.title option:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.floatingDropdown1 .dropdown ul li a {
  text-decoration: none;
  display: block;
  color: black;
}

.floatingDropdown1 .dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}

.floatingDropdown1 .dropdown>label:first-child {
  top: 10px;
  left: 0px;
  font-size: 1.1em;
  -webkit-transform-origin: 0 -150%;
  transform-origin: 0 -150%;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  pointer-events: none;
}

.floatingDropdown1 .dropdown:hover {
  background-position: right center;
}

.input-check .control-label {
  position: absolute;
  top: -10px !important;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #BBBBBB;
  font-size: 13px;
  font-weight: bold;
}

.input-check:focus~.control-label {
  font-weight: bold;
  position: absolute;
  top: 5px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
  color: #1AB739;
  font-weight: 700;
}

.input-check input {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #BBBBBB;
  outline: 0;
  font-size: 18px;
  color: #000;
  padding: 18px 0 10px 0;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: unset;
}

.input-check input::-webkit-input-placeholder {
  color: transparent;
}

.input-check input:-ms-input-placeholder {
  color: transparent;
}

.input-check input::-ms-input-placeholder {
  color: transparent;
}

.input-check input::placeholder {
  color: transparent;
}

.input-check input:-ms-input-placeholder~.control-label {
  font-size: 15px;
  cursor: text;
  top: 20px;
}

.input-check input:placeholder-shown~.control-label {
  font-size: 15px;
  cursor: text;
  top: 20px;
}

.input-check .control-label {
  position: absolute;
  top: 5px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #202020;
  ;
  font-size: 13px;
  font-weight: bold;
}

.input-check input:focus {
  /* padding-bottom: 0px; */
  font-weight: 700;
  border-width: 2px;
  -o-border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image: -webkit-gradient(linear, left top, right top, from(#11998e), to(#38ef7d));
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}

.input-check input:focus~.control-label {
  font-weight: bold;
  position: absolute;
  top: 5px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
  color: #1AB739;
  font-weight: 700;
}

.input-check .control-label:focus~.input-check input {
  color: #1ab739 !important;
}

/* reset input */
.input-check input:required,
.input-check input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.input-check input:invalid,
.was-validated .input-check input:invalid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: unset;
  border-color: #FF0808;
  background-image: none;
}

.input-check input:valid,
.was-validated .input-check input:valid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: unset;
  background-image: none;
}

.input-check input:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-savedcart_Modal {
  overflow: hidden;
  padding: 25px 30px;
  border-radius: 12px;
  background: white;
  min-height: 290px;
  /* width: 900px !important; */
}
.js-savedcart_Modal#colorbox, .js-savedcart_Modal #cboxLoadedContent, .js-savedcart_Modal #cboxWrapper{
  height: auto !important;
}
.js-savedcart_Modal #cboxLoadedContent {
  overflow:  hidden !important;
}

.js-savedcart_Modal #keepRestoredCart {
  width: 20px;
  height: 20px;
}

.js-savedcart_Modal #cboxClose {
  border: none;
  background: transparent;
}

.js-savedcart_Modal #cboxTitle {
  display: none !important;
}
.js-savedcart_Modal #cboxContent{
  height: auto !important;
}
.js-savedcart_Modal #cboxWrapper {
  /* height: 240px !important; */
  background-color: transparent;
  border-radius: 0;
}

#delete-free-item-price {
  width: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-us-select .selectcheck {
  border-bottom: 1px solid #BBBBBB !important;
  width: 100%;
  border-radius: 0px;
  margin-top: -6px;
  margin-right: 0px;
  padding-right: 0px;
}
.contact-us-select .control-label {
  color: transparent;
}
.contact-us-select .form__label {
  top : 0px;
}
.selectcheck {
  border: none !important;
  font-size: 16px;
  font-weight: bold;
  margin-right: -15px;
}

.newUser__Page__checkbox input+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0px;
  white-space: nowrap;
  color: #707070;
  display: block;
}

.newUser__Page__checkbox input+label:before {
  content: '';
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #DDD;
  /* margin-top: -5px; */
}

.newUser__Page__checkbox input:hover+label:before {
  background: #248CCC;
}

.newUser__Page__checkbox input:focus+label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.newUser__Page__checkbox input:checked+label:before {
  background: #248CCC;
}

.newUser__Page__checkbox input:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.newUser__Page__checkbox input:disabled+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.newUser__Page__checkbox input:checked+label:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  box-shadow: 2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newUser__Page__checkbox input {
  opacity: 0;
  margin-top: 0px;
}

.newUser__Page__checkbox .form-group div {
  display: inline-block;
  margin-right: 6px;
}
.newUser__Page__checkbox fieldset img{
  height: 20px;
  width: 20px;
  margin-left: 20px;
  margin-right: 6px;
}

.btn-viewer-disabled{
  background-color: #A8A8A8 !important;
  border: none !important;
}
.btn-viewer-disabled:hover{
  border: none !important;
  box-shadow: none !important;
  cursor: not-allowed;
}
.cursor-not-allowed{
  cursor: not-allowed !important;
}

.newUser__Page__checkbox .form-group legend {
  font-size: 14px;
  margin-bottom: 0px;
  text-align: right;
  color: #212529;
  font-weight: bold;
}

.newUser__Page__checkbox .form-group {
  padding-top: 22px;
}

.form-fieldcheck .form-group {
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 0 8px;
  position: relative;
}

.form-fieldcheck .form-group input {
  border: none;
  font-size: 16px;
  outline: 0;
  padding: 16px 0 10px;
  width: 100%;
}



.form-fieldcheck .form-group label {
  font-size: 14px;
  position: absolute;
  transform-origin: top right;
  transform: translate(0, 5px) scale(1);
  transition: all 0.1s ease-in-out;
}



/** active label */

.form-fieldcheck .form-group.active label {
  transform: translate(0, -8px) scale(0.75);
  color: #1AB739 !important;

}

.form-fieldcheck .form-group.active input {
  font-weight: 700 !important;
  border-width: 2px !important;
  -o-border-image: linear-gradient(to right, #11998e, #38ef7d) !important;
  border-image: -webkit-gradient(linear, left top, right top, from(#11998e), to(#38ef7d)) !important;
  border-image: linear-gradient(to right, #11998e, #38ef7d) !important;
  border-image-slice: 1;
}

.selectcheck option {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
  color: #868686;
  font-size: 15px;
}

.form-group.active #profile-newPassword:focus {
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
  border-radius: 0px;
  font-weight: 700;
  border-width: 2px;
}

.setbtnval {
  text-align: left;
  margin-right: -35px;
}

/* accountmgmt.css file changes ends */

/* myaccount.css file changes */
/* define variables for the primary colors */
.viewname {
  display: flex;
}

.viewname .row {
  float: right;
}

.mright {
  text-align: right;
}

.setleft {
  margin-right: -15px;
  display:flex;
}

.setpagination .bb-1 {
  border: unset;
  padding: unset;
}

.setusersection {
  margin-top: 30px;
}

.setpagination .pagination-wrap {
  margin-right: auto;
  margin-left: unset !important;
}

.setpagination .pagination-bar-results {
  float: right;
}

.setpagination .pagination {
  float: left !important;
}

.addinguser .account-section-header-add {
  float: left !important;
}

.setcenter {
  position: relative;
  left: 20%;
  margin-top: 80px;
  width: 1540px;
}

a.my-tool-tip,
a.my-tool-tip:hover,
a.my-tool-tip:visited {
  color: black;
}

#pwdsuccsess-form {
  background-color: #fff;
}

.message_container {
  padding-top: 70px !important;
}

.info-tooltip-black {
  width: 39px;
  height: 39px;
  margin-top: -27px !important;
  float: right;
}

.text-center .align {
  text-align: center;
  font-family: "Co_Headline-Regular";
  letter-spacing: 0.8px;
  color: #1c2346;
  opacity: 1;
}

.buttonset {
  margin: auto;
  padding: 50px;
  padding-right: 0px;
  margin-bottom: 60px;
}

.a-t-50 {
  text-align: center;
  font-family: "Co_Headline-Regular";
  letter-spacing: 0px;
  color: #52b926;
  opacity: 1;
  font-size: 30px;
}

#selecttitle {
  border: 1px solid #bbbbbb;
  height: 47px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

#selecttitle select {
  width: 100%;
  height: 100%;
}

#selecttitle .caret.grey {
  margin-bottom: 10px;
}

.password-visible-off,
.password-visible-on {
  width: 45px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 60px;
}

.password-visible-off img,
.password-visible-on img {
  width: 100%;
}

#pwdinputold img,
#pwdinputnew img,
#pwdinputcon img {
  width: 100%;
}

.password-visible-off {
  display: block;
}

.password-visible-on {
  display: none;
}

.password-strength__bar {
  height: 12px;
}

.tablist .contact_tab-content:before {
  background-image: none;
}
.ticket-contact-tab .contact_tab-content:before{
  content: none;
  }
@media (max-width: 768px) {
  .tablist.contact-tab ul li.nav-item {
    width: 30.09%;
    text-align: center;
  }

  .setcenter {
    display: contents;
  }

  .ok-button {
    width: 200px !important;
  }

  .buttonset {
    position: unset !important;
    padding: 0px 14px !important;
    margin-bottom: 60px;
    margin-bottom: 60px;
  }

  #changepwd {
    font-size: 12px;
    display: inline;
  }

  .message_container {
    padding-top: 70px !important;
  }

  .buttonset1 {
    padding: 30px !important;
  }

  .info-tooltip-black {
    display: none;
  }

  #selecttitle {
    width: 100%;
  }
}

@media (max-width: 360px) {
  #selecttitle {
    width: 100%;
  }
}

.headerDropdown .form__label {
  top: 10px;
}

.headerDropdown select:focus~.form__label {
  top: -8px;
}

.headerDropdown select:invalid~.form__label {
  top: 10px;
}

.headerDropdown select:valid~.form__label {
  top: -8px;
}

.headerDropdown select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 30px;
}

.floatingDropdown .dropdown {
  position: relative;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #bbbbbb;
  width: 100%;
  text-align: left;
}

.floatingDropdown .dropdown>a,
.floatingDropdown .dropdown>span {
  font-size: 18px;
  padding: 10px 0px 10px 25px;
  text-decoration: none;
  cursor: pointer;
  /* float: right; */
  pointer-events: none;
}

.floatingDropdown .dropdown>a:before,
.floatingDropdown .dropdown>span:before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: url(../images/arrow_rotate_grey.png);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.floatingDropdown .open-list>a:before,
.floatingDropdown .open-list>span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.floatingDropdown .dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.floatingDropdown .dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index: +0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.floatingDropdown .dropdown ul {
  width: 100%;
  position: absolute;
  top: 48px;
  border: 1px solid #ccc;
  left: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  z-index: 2;
}

.floatingDropdown .dropdown input[type=checkbox]:checked+ul {
  display: block;
}

.floatingDropdown .dropdown ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
  color: #868686;
  text-align: right;
}

.floatingDropdown .dropdown ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.floatingDropdown .dropdown ul li a {
  text-decoration: none;
  display: block;
  color: black;
}

.floatingDropdown .dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}

.floatingDropdown .dropdown>label:first-child {
  top: 10px;
  right: 0px;
  font-size: 1.1em;
  -webkit-transform-origin: 0 -150%;
  transform-origin: 0 -150%;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  pointer-events: none;
}

.floatingDropdown .dropdown:hover {
  background-position: right center;
}

/* myaccount.css file changes ends */

/* savecart.css file changes */

.savecarttext {
  text-align: left;
  font-family: "Co_Headline-Regular";
  letter-spacing: 0.6px;
  opacity: 1;
  font-size: 30px;
  font-weight: bold;
}

/* .saveval {
  position: relative;
  top: 45px;
} */

.savecolorno {
  color: #248ccc;
  padding-right: 10px;
}

.statusright {
  float: right;
}

.tablesavecart {
  margin-left: -8px;
  margin-top: 16px;
  width: unset !important;

}

.tablesavecart-right td {
  white-space: pre;
  text-align: left !important;
}

.page-savedCartDetailsPage .tablesavecart-right td {
  white-space: nowrap;
  text-align: right !important;
}

.tablesavecart th {
  border: none !important;
  text-align: right;
  letter-spacing: 0.36px;
  color: #333333;
  opacity: 1;
  font-size: 18px;
  font-weight: normal;

}

.tablesavecart td {
  border: none !important;
  text-align: right;
  letter-spacing: 0.36px;
  color: #333333;
  opacity: 1;
  font-size: 18px;
  font-weight: bold;
}

.tabledatesaved {
  margin-top: -95px;
  margin-left: 69%;
}

.tabledatesaved td {
  text-align: right !important;
}
.btn_edit{
  min-width: 195px;
}
/*  commented by Hari
.btn_edit {
  font-size: 24px;
  color: #248ccc;
  border: 1px solid #248ccc;
  background: #fff;
  width: 200px;
  height: 57px;
  border-radius: 12px;
}

.btn_restore {
  width: 277px;
  height: 57px;
  border-radius: 12px;
  padding: unset !important;
}

.btn_restore:not(:disabled):not(.disabled):hover {
  background-color: #283870;
}

.btn_edit:hover {
  color: #283870;
  border: 1px solid #283870;
}

.savebtncart {
  font-size: 24px;
  width: 320px;
  height: 57px;
  padding: unset !important;
  float: right;
}*/
.summaryform-submit.align-items-center.mb-5 {
  text-align: right;
}
.summaryform-submit.align-items-center.mb-5 .savebtncart{
  padding: 8px 25px;
}

.tablist.contact-tab ul li.nav-item {
  width: 18%;
}

.restoreset {
  margin-top: -57px;
  margin-bottom: 70px;
}

.info-tooltip-black1 {
  width: 44px;
  height: 44px;
  position: relative;
  right: -70px;
  top: 5px;
}

.summaryform-submit .m-l-27.btn_restore {
  margin-right: 27px;
  width: 320px;
  margin-left: 0;
}

.previouslink {
  margin-left: -60px;
}

.itemperpage {
  width: 125px;
  color: #7C7C7C;
}
.del-sel-btn, .page-saved-carts .restore-item-link{
  width: 200px;
}
.del-sel-btn,
.page-saved-carts .restore-item-link {
  width: 130px;
  height: 50px;
  border: 1px solid #248ccc;
  border-radius: 12px;
  opacity: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #248ccc;
  text-transform: capitalize;
  opacity: 1;
  font-size: 14px;
  padding: 0;
}

.page-saved-carts .previouslink {
  margin-right: -60px;
}

.page-saved-carts .tbl-controls {
  padding: 35px 0px 15px;
}

.page-saved-carts .del-sel-btn {
  width: 225px;
  height: 50px;
  display: inline-block;
  font-size: 14px;
  color: #248CCC !important;
}

.page-saved-carts .restore-item-link {
  margin-right: 10px;
  padding-top: 14px;
  display: inline-block;
}

.page-saved-carts .itemCount {
  text-align: right;
  padding-bottom: 10px;
}

.page-saved-carts .search_bar .input-group {
  padding-right: 15px;
  border-radius: 88px;
  height: 50px;
  overflow: hidden;
  border-radius: 30px !important;
}

.page-saved-carts .search_bar .searchtext {
  padding: 10px 0px 17px 15px !important
}

.page-saved-carts .search_bar .searchiconimg {
  padding: 10px 18px 39px 18px !important;
}

.page-saved-carts .my-auto .mr-3 {
  margin-left: 1rem !important;
  float: right;
  margin-bottom: 10px;
}

.page-saved-carts .my-auto {
  margin-bottom: 4px !important;
}

.page-saved-carts .prdct-pagination li a.page-link img {
  transform: rotate(180deg);
}

.page-saved-carts .itemSec {
  width: 100px;
  left: -7px;
  top: -7px;
}

.page-saved-carts .items-per-page .dropdown-sort-container {
  width: 95px;
  top: -5px;
}

.page-saved-carts .tablist ul li.nav-item a {
  padding-bottom: 10px;
}

.del-sel-btn:hover {
  color: #283870 !important;
  border: 1px solid #283870 !important;
}
.page-saved-carts .itempage{
  margin-right: 0px;
  margin-right: -25px;
  padding-bottom: 10px;
}

.page-savedCartDetailsPage .savecartid {
  text-align: left !important;
  display: flex;
}
.savecartid-wrapper{
  margin-right: auto !important;
}
.page-savedCartDetailsPage .savecarttext {
  text-align: right !important;
}

.page-savedCartDetailsPage .save-card-details {
  margin-left: 0 !important;
  margin-right: auto;
  min-width: 510px;
}

.page-savedCartDetailsPage .modal-header .close {
  margin: -1rem -1rem -1rem -1rem;
}

#nupcoSaveCartForm .p-l-50 {
  padding-right: 50px;
  padding-left: 20px;
}

.page-savedCartDetailsPage #nupcoSaveCartForm .p-l-50 {
  padding-right: 0;
  padding-left: 20px;
}

.searchinput {
  width: 1920px;
  height: 2128px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #838383;
  font-size: 22px;
}

.sheetimg {
  width: 34px;
  height: 44px;
}

.cart-det tbody .input-checkbox.select-all .styled-checkbox+label:before {
  border: 1px solid #c9c9c9;
}

.cart-det tbody .no-item:before {
  margin-left: 0;
}

.cart-det .input-checkbox .styled-checkbox:checked+label:before {
  background: #248ccc;
}

.cart-det .input-checkbox .styled-checkbox+label:before {
  content: "";
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: white;
  margin-top: -2px;
}

.saveheadingtable th {
  text-align: center;
  font-size: 20px;
  background-color: #F2F2F2;
  vertical-align: top !important;
}

.saveheadingtable tr td {
  text-align: center;
  color: #333333;
}

.savecarttr td {
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  font-size: 19px;
}

.productnametable {
  letter-spacing: 0px;
  color: #283870 !important;
  opacity: 1;
  text-align: left !important;
}

.amtclass {
  min-width: 160px !important;
}

.viewalltext {
  color: #248CCC;
  font-size: 14px;
  padding-top: 15px;
  float: right;
}

.viewall-popup {
  height: auto;
  padding: 20px 20px;
  float: right;
  min-height: 100px;
  width: 255px !important;
  bottom: auto !important;
  top: 20px !important;
}

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

.viewall-popup .comment-wrapper {
  width: 100%;
  font-size: 13px;
}

.view-popup-right {
  text-align: right;
}

.viewall-popup .close {
  position: absolute;
  top: 10px;
  left: 20px;
}

/* savecart.css file changes ends */

/* deletepopup.css.css file changes */
.showdeletedialog>.modal-dialog {
  max-width: 900px !important;
  height: 1097px !important;
  border-radius: 12px;
  opacity: 1;
}

.showdeletedialog .modal-content {
  padding: 12px 12px 12px 12px;
  border-radius: 12px;
}

.showdeletedialog .modal-dialog p {
  padding-right: 25px;
  text-align: right;
  letter-spacing: 0.44px;
  color: #333333;
  opacity: 1;
  font-size: 22px;
}

.tablecart {
  margin-right: 15px;
}

.tablecart th {
  border: none !important;
  text-align: right;
  letter-spacing: 0.36px;
  color: #333333;
  opacity: 1;
  font-size: 18px;
  font-weight: normal;
}

.tablecart td {
  border: none !important;
  text-align: right;
  letter-spacing: 0.36px;
  color: #333333;
  opacity: 1;
  font-size: 18px;
  left: 450px;
  position: relative;
  font-weight: bold;
}

.del-title {
  text-align: left;
  letter-spacing: 0.6px;
  color: #333333;
  opacity: 1;
  font-size: 30px;
  font-weight: bold;
}

.tablesetval {
  padding-left: 42px;
  padding-right: 49px;
}

.settext {
  padding-left: 30px;
  color: #333333 !important;
}

.savesetbtn {
  min-width: 200px;
  padding: 10px 25px;
  border-radius: 12px;
  background: #248aca !important;
  border: 1px solid #248aca;
  color: #fff;
  height: 70px;
  cursor: pointer;
  font-size: 24px;
}

.m-l-575 {
  margin-left: 575px;
}

.btn_1s {
  font-size: 24px !important;
  color: #248ccc !important;
  border: 1px solid #248ccc !important;
  background: #fff !important;
  width: 200px !important;
  height: 57px !important;
}

.btn_2p {
  font-size: 24px !important;
  width: 200px !important;
  height: 57px !important;
}

.btn_2p:not(:disabled):not(.disabled):hover {
  background-color: #283870;
}

.modalsave {
  float: right;
  margin-right: -60px;
  margin-top: 20px;
}

.page-cartPage #nupcoSaveCartForm .modalsave {
  margin-left: -19px;
  margin-top: 20px;
  float: left;
}

.page-cartPage #nupcoSaveCartForm .p-l-50 {
  padding-right: 0;
  padding-left: 20px;
}

.btn_1s:hover {
  color: #283870 !important;
  border: 1px solid #283870 !important;
}

.searchtext {
  padding: 15px 0px 17px 15px !important;
  font-size: 12px !important;
  height: 55px !important;
}

.searchdiv {
  border-radius: 12px !important;
  height: 57px;
  border: 1px solid #ccc;
}

.delpoptable td img {
  margin-left: 25px;
}

.aze-product {
  margin-left: 35px !important;
}

.searchiconimg {
  height: unset !important;
  padding: 16px 18px 39px 18px !important;
}

.savecart>.modal-dialog {
  max-width: 900px;
  height: 786px;
  border-radius: 12px;
}

.savecart {
  overflow: auto;
}

.savecart .modal-content {
  padding: 30px;
  border-radius: 12px;
}

.savecart .modal-dialog p {
  text-align: center;
  letter-spacing: 0px;
  color: #499c26;
  opacity: 1;
  font-size: 36px;
  margin-top: 50px;
}
#sharedNotification.savecart .modal-dialog p {
  text-align: center;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  margin: 50px 0;
}
#sharedNotification button.close {
  margin: 0 !important;
}

.m-l-500 {
  margin-left: 500px;
}

.m-l-300 {
  margin-left: 300px;
}

.namecart {
  text-align: center;
  letter-spacing: 0px;
  color: #1c2346;
  opacity: 1;
  font-size: 36px;
}

.namecart {
  margin-top: 32px;
  font-size: 30px;
}

.savecartbtn1 {
  width: 270px !important;
  height: 70px !important;
}

.savecartbtn2 {
  width: 270px !important;
  height: 70px !important;
}

.m-l--30 {
  margin-left: -30px;
}

.savecartdesc>.modal-dialog {
  max-width: 900px;
  height: 826px;
  border-radius: 12px;
  opacity: 1;
}

.savecartdesc .widthcart {
  width: 820px !important;
}

.savecartdesc .modal-content {
  padding: 12px 12px 12px 12px;
  border-radius: 12px;
}

.savecartdesc .modal-body p {
  font-size: 22px;
  color: #333333;
  text-align: right;
}

.cartgrp .cartform {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bbbbbb;
  outline: 0;
  color: #000;
  padding: 7px 0;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.m-l-620 {
  margin-left: 620px;
}

.cartgrp .form__label {
  position: absolute;
  top: -15px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 22px;
  color: #202020 !important;
}

.cartgrp .form__field:placeholder-shown~.form__label {
  cursor: text;
  top: 10px;
}

.cartgrp {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.w-sm-90,
.w-md-90,
.w-lg-90,
.w-xl-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.cartform:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 2px;
  -o-border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image: -webkit-gradient(linear, left top, right top, from(#11998e), to(#38ef7d));
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}
.cartform~.form__label {
  font-size: 15px;
  cursor: text;
  top: 5px;
  font-weight:bold;
}
.cartform:focus~.form__label{
  font-family: "Co_Headline-Bold";
  position: absolute;
  top: 0px !important;
  display: block;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  font-size: 13px;
  color: #1AB739 !important;
  font-weight: 700;
}


.cartgrp textarea.form__field {
  border: 1px solid #c5c5c6;
  padding: 21px;
  resize: none;
  height: 159px;
  font-size: 22px;
}

.widthcart {
  width: 1110px !important;
}

.cartgrp textarea.form__field:placeholder-shown~.form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 39px;
  left: 39px;
}

.cartgrp textarea.form__field::-webkit-input-placeholder {
  color: #ddd;
}

.cartgrp textarea.form__field:-ms-input-placeholder {
  color: #ddd;
}

.cartgrp textarea.form__field::-ms-input-placeholder {
  color: #ddd;
}

.cartgrp textarea.form__field::placeholder {
  color: #ddd;
}

.cartgrp .form__field:required,
.ct__form__group .form__field:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cartgrp .text-area_labels {
  font-size: 15px;
  float: right;
}

.cartgrp #textarea_feedback {
  position: absolute;
  bottom: -20px;
  left: 0px;
  font-size: 12px;
}

.page-cartPage .col-md-6.p-l-50 {
  padding-right: 50px;
  padding-left: 0;
}

.page-cartPage .col-md-6.p-r-0 {
  padding-right: 30px !important;
  padding-left: 0;
}

.page-cartPage .modal-header .close,
.page-saved-carts .modal-header .close {
  margin: -1rem -1rem -1rem -1rem;
}

.page-cartPage .savecart .modal-btn-field {
  margin-right: auto;
  margin-left: auto;
}

.page-saved-carts .modal-btn-field .p-l-50 {
  padding-right: 30px;
  padding-left: 25px;
}

button.btn.btn-secondary.w-100.btn_1s.m-l--30.savecartbtn1 {
  width: 256px !important;
  line-height: 30px;
  margin-left: 10px;
}

.cartgrp.text-area .form__label,
.cartgrp.text-area .form__field:focus~.form__label {
  top: -25px;
  left: 39px;
}

/* deletepopup.css file changes ends */

/* styles.css file changes */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.wp-30 {
  width: 30px;
}

.info-dropdown.show::before,
.info-dropdown.show::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 30px 22px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}

.info-dropdown.show::before {
  bottom: -7px;
  left: -11px;
  border-bottom-color: #ccc;
}

.info-dropdown.show:after {
  bottom: -8px;
  left: -11px;
  border-bottom-color: #fff;
}

.align-drodown {
  min-width: 30rem;
  font-size: 14px;
  padding: 31px 38px 34px 36px;
  top: 4px !important;
  left: 50px !important;
  line-height: 22px;
  text-align: right;
}

.check-agreement {
  text-align: right;
}

.upload-doc-title {
  font-size: 16px;
}

.pwdmeter {
  position: absolute;
  top: 3px;
  right: -100px;
  text-align: left;
  font-family: "Co_Headline-Regular";
  z-index: 9999;
  font-size: 16px;
}

.js-hidden {
  display: none;
}

.content-banner div {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}

.bg-danger {
  background-color: #ff0000 !important;
}

.drop-position {
  top: 0px;
  left: 18px;
}

/*[ FONT SIZE ]
///////////////////////////////////////////////////////////
*/
.fs-1 {
  font-size: 1px;
}

.fs-2 {
  font-size: 2px;
}

.fs-3 {
  font-size: 3px;
}

.fs-4 {
  font-size: 4px;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

/*[ PADDING ]
///////////////////////////////////////////////////////////
*/
.p-t-0 {
  padding-top: 0px;
}

.p-t-1 {
  padding-top: 1px;
}

.p-t-2 {
  padding-top: 2px;
}

.p-t-3 {
  padding-top: 3px;
}

.p-t-4 {
  padding-top: 4px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-6 {
  padding-top: 6px;
}

.p-t-7 {
  padding-top: 7px;
}

.p-t-8 {
  padding-top: 8px;
}

.p-t-9 {
  padding-top: 9px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-11 {
  padding-top: 11px;
}

.p-t-12 {
  padding-top: 12px;
}

.p-t-13 {
  padding-top: 13px;
}

.p-t-14 {
  padding-top: 14px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-16 {
  padding-top: 16px;
}

.p-t-17 {
  padding-top: 17px;
}

.p-t-18 {
  padding-top: 18px;
}

.p-t-19 {
  padding-top: 19px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-21 {
  padding-top: 21px;
}

.p-t-22 {
  padding-top: 22px;
}

.p-t-23 {
  padding-top: 23px;
}

.p-t-24 {
  padding-top: 24px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-26 {
  padding-top: 26px;
}

.p-t-27 {
  padding-top: 27px;
}

.p-t-28 {
  padding-top: 28px;
}

.p-t-29 {
  padding-top: 29px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-31 {
  padding-top: 31px;
}

.p-t-32 {
  padding-top: 32px;
}

.p-t-33 {
  padding-top: 33px;
}

.p-t-34 {
  padding-top: 34px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-36 {
  padding-top: 36px;
}

.p-t-37 {
  padding-top: 37px;
}

.p-t-38 {
  padding-top: 38px;
}

.p-t-39 {
  padding-top: 39px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-41 {
  padding-top: 41px;
}

.p-t-42 {
  padding-top: 42px;
}

.p-t-43 {
  padding-top: 43px;
}

.p-t-44 {
  padding-top: 44px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-46 {
  padding-top: 46px;
}

.p-t-47 {
  padding-top: 47px;
}

.p-t-48 {
  padding-top: 48px;
}

.p-t-49 {
  padding-top: 49px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-51 {
  padding-top: 51px;
}

.p-t-52 {
  padding-top: 52px;
}

.p-t-53 {
  padding-top: 53px;
}

.p-t-54 {
  padding-top: 54px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-t-56 {
  padding-top: 56px;
}

.p-t-57 {
  padding-top: 57px;
}

.p-t-58 {
  padding-top: 58px;
}

.p-t-59 {
  padding-top: 59px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-61 {
  padding-top: 61px;
}

.p-t-62 {
  padding-top: 62px;
}

.p-t-63 {
  padding-top: 63px;
}

.p-t-64 {
  padding-top: 64px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-t-66 {
  padding-top: 66px;
}

.p-t-67 {
  padding-top: 67px;
}

.p-t-68 {
  padding-top: 68px;
}

.p-t-69 {
  padding-top: 69px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-t-71 {
  padding-top: 71px;
}

.p-t-72 {
  padding-top: 72px;
}

.p-t-73 {
  padding-top: 73px;
}

.p-t-74 {
  padding-top: 74px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-t-76 {
  padding-top: 76px;
}

.p-t-77 {
  padding-top: 77px;
}

.p-t-78 {
  padding-top: 78px;
}

.p-t-79 {
  padding-top: 79px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-81 {
  padding-top: 81px;
}

.p-t-82 {
  padding-top: 82px;
}

.p-t-83 {
  padding-top: 83px;
}

.p-t-84 {
  padding-top: 84px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-t-86 {
  padding-top: 86px;
}

.p-t-87 {
  padding-top: 87px;
}

.p-t-88 {
  padding-top: 88px;
}

.p-t-89 {
  padding-top: 89px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-t-91 {
  padding-top: 91px;
}

.p-t-92 {
  padding-top: 92px;
}

.p-t-93 {
  padding-top: 93px;
}

.p-t-94 {
  padding-top: 94px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-t-96 {
  padding-top: 96px;
}

.p-t-97 {
  padding-top: 97px;
}

.p-t-98 {
  padding-top: 98px;
}

.p-t-99 {
  padding-top: 99px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-b-1 {
  padding-bottom: 1px;
}

.p-b-2 {
  padding-bottom: 2px;
}

.p-b-3 {
  padding-bottom: 3px;
}

.p-b-4 {
  padding-bottom: 4px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-6 {
  padding-bottom: 6px;
}

.p-b-7 {
  padding-bottom: 7px;
}

.p-b-8 {
  padding-bottom: 8px;
}

.p-b-9 {
  padding-bottom: 9px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-11 {
  padding-bottom: 11px;
}

.p-b-12 {
  padding-bottom: 12px;
}

.p-b-13 {
  padding-bottom: 13px;
}

.p-b-14 {
  padding-bottom: 14px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-16 {
  padding-bottom: 16px;
}

.p-b-17 {
  padding-bottom: 17px;
}

.p-b-18 {
  padding-bottom: 18px;
}

.p-b-19 {
  padding-bottom: 19px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-21 {
  padding-bottom: 21px;
}

.p-b-22 {
  padding-bottom: 22px;
}

.p-b-23 {
  padding-bottom: 23px;
}

.p-b-24 {
  padding-bottom: 24px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-26 {
  padding-bottom: 26px;
}

.p-b-27 {
  padding-bottom: 27px;
}

.p-b-28 {
  padding-bottom: 28px;
}

.p-b-29 {
  padding-bottom: 29px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-31 {
  padding-bottom: 31px;
}

.p-b-32 {
  padding-bottom: 32px;
}

.p-b-33 {
  padding-bottom: 33px;
}

.p-b-34 {
  padding-bottom: 34px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-36 {
  padding-bottom: 36px;
}

.p-b-37 {
  padding-bottom: 37px;
}

.p-b-38 {
  padding-bottom: 38px;
}

.p-b-39 {
  padding-bottom: 39px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-41 {
  padding-bottom: 41px;
}

.p-b-42 {
  padding-bottom: 42px;
}

.p-b-43 {
  padding-bottom: 43px;
}

.p-b-44 {
  padding-bottom: 44px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-46 {
  padding-bottom: 46px;
}

.p-b-47 {
  padding-bottom: 47px;
}

.p-b-48 {
  padding-bottom: 48px;
}

.p-b-49 {
  padding-bottom: 49px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-51 {
  padding-bottom: 51px;
}

.p-b-52 {
  padding-bottom: 52px;
}

.p-b-53 {
  padding-bottom: 53px;
}

.p-b-54 {
  padding-bottom: 54px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-b-56 {
  padding-bottom: 56px;
}

.p-b-57 {
  padding-bottom: 57px;
}

.p-b-58 {
  padding-bottom: 58px;
}

.p-b-59 {
  padding-bottom: 59px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-61 {
  padding-bottom: 61px;
}

.p-b-62 {
  padding-bottom: 62px;
}

.p-b-63 {
  padding-bottom: 63px;
}

.p-b-64 {
  padding-bottom: 64px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-b-66 {
  padding-bottom: 66px;
}

.p-b-67 {
  padding-bottom: 67px;
}

.p-b-68 {
  padding-bottom: 68px;
}

.p-b-69 {
  padding-bottom: 69px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-b-71 {
  padding-bottom: 71px;
}

.p-b-72 {
  padding-bottom: 72px;
}

.p-b-73 {
  padding-bottom: 73px;
}

.p-b-74 {
  padding-bottom: 74px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-b-76 {
  padding-bottom: 76px;
}

.p-b-77 {
  padding-bottom: 77px;
}

.p-b-78 {
  padding-bottom: 78px;
}

.p-b-79 {
  padding-bottom: 79px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-1 {
  padding-left: 1px;
}

.p-l-2 {
  padding-left: 2px;
}

.p-l-3 {
  padding-left: 3px;
}

.p-l-4 {
  padding-left: 4px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-6 {
  padding-left: 6px;
}

.p-l-7 {
  padding-left: 7px;
}

.p-l-8 {
  padding-left: 8px;
}

.p-l-9 {
  padding-left: 9px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-11 {
  padding-left: 11px;
}

.p-l-12 {
  padding-left: 12px;
}

.p-l-13 {
  padding-left: 13px;
}

.p-l-14 {
  padding-left: 14px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-16 {
  padding-left: 16px;
}

.p-l-17 {
  padding-left: 17px;
}

.p-l-18 {
  padding-left: 18px;
}

.p-l-19 {
  padding-left: 19px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-21 {
  padding-left: 21px;
}

.p-l-22 {
  padding-left: 22px;
}

.p-l-23 {
  padding-left: 23px;
}

.p-l-24 {
  padding-left: 24px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-26 {
  padding-left: 26px;
}

.p-l-27 {
  padding-left: 27px;
}

.p-l-28 {
  padding-left: 28px;
}

.p-l-29 {
  padding-left: 29px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-31 {
  padding-left: 31px;
}

.p-l-32 {
  padding-left: 32px;
}

.p-l-33 {
  padding-left: 33px;
}

.p-l-34 {
  padding-left: 34px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-36 {
  padding-left: 36px;
}

.p-l-37 {
  padding-left: 37px;
}

.p-l-38 {
  padding-left: 38px;
}

.p-l-39 {
  padding-left: 39px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-41 {
  padding-left: 41px;
}

.p-l-42 {
  padding-left: 42px;
}

.p-l-43 {
  padding-left: 43px;
}

.p-l-44 {
  padding-left: 44px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-46 {
  padding-left: 46px;
}

.p-l-47 {
  padding-left: 47px;
}

.p-l-48 {
  padding-left: 48px;
}

.p-l-49 {
  padding-left: 49px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-l-51 {
  padding-left: 51px;
}

.p-l-52 {
  padding-left: 52px;
}

.p-l-53 {
  padding-left: 53px;
}

.p-l-54 {
  padding-left: 54px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-l-56 {
  padding-left: 56px;
}

.p-l-57 {
  padding-left: 57px;
}

.p-l-58 {
  padding-left: 58px;
}

.p-l-59 {
  padding-left: 59px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-l-61 {
  padding-left: 61px;
}

.p-l-62 {
  padding-left: 62px;
}

.p-l-63 {
  padding-left: 63px;
}

.p-l-64 {
  padding-left: 64px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-l-66 {
  padding-left: 66px;
}

.p-l-67 {
  padding-left: 67px;
}

.p-l-68 {
  padding-left: 68px;
}

.p-l-69 {
  padding-left: 69px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-l-71 {
  padding-left: 71px;
}

.p-l-72 {
  padding-left: 72px;
}

.p-l-73 {
  padding-left: 73px;
}

.p-l-74 {
  padding-left: 74px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-l-76 {
  padding-left: 76px;
}

.p-l-77 {
  padding-left: 77px;
}

.p-l-78 {
  padding-left: 78px;
}

.p-l-79 {
  padding-left: 79px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-1 {
  padding-right: 1px;
}

.p-r-2 {
  padding-right: 2px;
}

.p-r-3 {
  padding-right: 3px;
}

.p-r-4 {
  padding-right: 4px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-6 {
  padding-right: 6px;
}

.p-r-7 {
  padding-right: 7px;
}

.p-r-8 {
  padding-right: 8px;
}

.p-r-9 {
  padding-right: 9px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-11 {
  padding-right: 11px;
}

.p-r-12 {
  padding-right: 12px;
}

.p-r-13 {
  padding-right: 13px;
}

.p-r-14 {
  padding-right: 14px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-16 {
  padding-right: 16px;
}

.p-r-17 {
  padding-right: 17px;
}

.p-r-18 {
  padding-right: 18px;
}

.p-r-19 {
  padding-right: 19px;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-21 {
  padding-right: 21px;
}

.p-r-22 {
  padding-right: 22px;
}

.p-r-23 {
  padding-right: 23px;
}

.p-r-24 {
  padding-right: 24px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-26 {
  padding-right: 26px;
}

.p-r-27 {
  padding-right: 27px;
}

.p-r-28 {
  padding-right: 28px;
}

.p-r-29 {
  padding-right: 29px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-31 {
  padding-right: 31px;
}

.p-r-32 {
  padding-right: 32px;
}

.p-r-33 {
  padding-right: 33px;
}

.p-r-34 {
  padding-right: 34px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-36 {
  padding-right: 36px;
}

.p-r-37 {
  padding-right: 37px;
}

.p-r-38 {
  padding-right: 38px;
}

.p-r-39 {
  padding-right: 39px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-41 {
  padding-right: 41px;
}

.p-r-42 {
  padding-right: 42px;
}

.p-r-43 {
  padding-right: 43px;
}

.p-r-44 {
  padding-right: 44px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-46 {
  padding-right: 46px;
}

.p-r-47 {
  padding-right: 47px;
}

.p-r-48 {
  padding-right: 48px;
}

.p-r-49 {
  padding-right: 49px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-r-51 {
  padding-right: 51px;
}

.p-r-52 {
  padding-right: 52px;
}

.p-r-53 {
  padding-right: 53px;
}

.p-r-54 {
  padding-right: 54px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-r-56 {
  padding-right: 56px;
}

.p-r-57 {
  padding-right: 57px;
}

.p-r-58 {
  padding-right: 58px;
}

.p-r-59 {
  padding-right: 59px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-r-61 {
  padding-right: 61px;
}

.p-r-62 {
  padding-right: 62px;
}

.p-r-63 {
  padding-right: 63px;
}

.p-r-64 {
  padding-right: 64px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-r-66 {
  padding-right: 66px;
}

.p-r-67 {
  padding-right: 67px;
}

.p-r-68 {
  padding-right: 68px;
}

.p-r-69 {
  padding-right: 69px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-r-71 {
  padding-right: 71px;
}

.p-r-72 {
  padding-right: 72px;
}

.p-r-73 {
  padding-right: 73px;
}

.p-r-74 {
  padding-right: 74px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-r-76 {
  padding-right: 76px;
}

.p-r-77 {
  padding-right: 77px;
}

.p-r-78 {
  padding-right: 78px;
}

.p-r-79 {
  padding-right: 79px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-r-81 {
  padding-right: 81px;
}

.p-r-82 {
  padding-right: 82px;
}

.p-r-83 {
  padding-right: 83px;
}

.p-r-84 {
  padding-right: 84px;
}

.p-r-85 {
  padding-right: 85px;
}

.p-r-86 {
  padding-right: 86px;
}

.p-r-87 {
  padding-right: 87px;
}

.p-r-88 {
  padding-right: 88px;
}

.p-r-89 {
  padding-right: 89px;
}

.p-r-90 {
  padding-right: 90px;
}

.p-r-91 {
  padding-right: 91px;
}

.p-r-92 {
  padding-right: 92px;
}

.p-r-93 {
  padding-right: 93px;
}

.p-r-94 {
  padding-right: 94px;
}

.p-r-95 {
  padding-right: 95px;
}

.p-r-96 {
  padding-right: 96px;
}

.p-r-97 {
  padding-right: 97px;
}

.p-r-98 {
  padding-right: 98px;
}

.p-r-99 {
  padding-right: 99px;
}

.p-r-100 {
  padding-right: 100px;
}

/*[ MARGIN ]
///////////////////////////////////////////////////////////
*/
.m-t-0 {
  margin-top: 0px;
}

.m-t-1 {
  margin-top: 1px;
}

.m-t-2 {
  margin-top: 2px;
}

.m-t-3 {
  margin-top: 3px;
}

.m-t-4 {
  margin-top: 4px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-6 {
  margin-top: 6px;
}

.m-t-7 {
  margin-top: 7px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-9 {
  margin-top: 9px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-11 {
  margin-top: 11px;
}

.m-t-12 {
  margin-top: 12px;
}

.m-t-13 {
  margin-top: 13px;
}

.m-t-14 {
  margin-top: 14px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-t-17 {
  margin-top: 17px;
}

.m-t-18 {
  margin-top: 18px;
}

.m-t-19 {
  margin-top: 19px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-21 {
  margin-top: 21px;
}

.m-t-22 {
  margin-top: 22px;
}

.m-t-23 {
  margin-top: 23px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-26 {
  margin-top: 26px;
}

.m-t-27 {
  margin-top: 27px;
}

.m-t-28 {
  margin-top: 28px;
}

.m-t-29 {
  margin-top: 29px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-31 {
  margin-top: 31px;
}

.m-t-32 {
  margin-top: 32px;
}

.m-t-33 {
  margin-top: 33px;
}

.m-t-34 {
  margin-top: 34px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-36 {
  margin-top: 36px;
}

.m-t-37 {
  margin-top: 37px;
}

.m-t-38 {
  margin-top: 38px;
}

.m-t-39 {
  margin-top: 39px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-41 {
  margin-top: 41px;
}

.m-t-42 {
  margin-top: 42px;
}

.m-t-43 {
  margin-top: 43px;
}

.m-t-44 {
  margin-top: 44px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-46 {
  margin-top: 46px;
}

.m-t-47 {
  margin-top: 47px;
}

.m-t-48 {
  margin-top: 48px;
}

.m-t-49 {
  margin-top: 49px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-51 {
  margin-top: 51px;
}

.m-t-52 {
  margin-top: 52px;
}

.m-t-53 {
  margin-top: 53px;
}

.m-t-54 {
  margin-top: 54px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-t-56 {
  margin-top: 56px;
}

.m-t-57 {
  margin-top: 57px;
}

.m-t-58 {
  margin-top: 58px;
}

.m-t-59 {
  margin-top: 59px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-61 {
  margin-top: 61px;
}

.m-t-62 {
  margin-top: 62px;
}

.m-t-63 {
  margin-top: 63px;
}

.m-t-64 {
  margin-top: 64px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-t-66 {
  margin-top: 66px;
}

.m-t-67 {
  margin-top: 67px;
}

.m-t-68 {
  margin-top: 68px;
}

.m-t-69 {
  margin-top: 69px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-71 {
  margin-top: 71px;
}

.m-t-72 {
  margin-top: 72px;
}

.m-t-73 {
  margin-top: 73px;
}

.m-t-74 {
  margin-top: 74px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-t-76 {
  margin-top: 76px;
}

.m-t-77 {
  margin-top: 77px;
}

.m-t-78 {
  margin-top: 78px;
}

.m-t-79 {
  margin-top: 79px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-81 {
  margin-top: 81px;
}

.m-t-82 {
  margin-top: 82px;
}

.m-t-83 {
  margin-top: 83px;
}

.m-t-84 {
  margin-top: 84px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-t-86 {
  margin-top: 86px;
}

.m-t-87 {
  margin-top: 87px;
}

.m-t-88 {
  margin-top: 88px;
}

.m-t-89 {
  margin-top: 89px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-91 {
  margin-top: 91px;
}

.m-t-92 {
  margin-top: 92px;
}

.m-t-93 {
  margin-top: 93px;
}

.m-t-94 {
  margin-top: 94px;
}

.m-t-95 {
  margin-top: 95px;
}

.m-t-96 {
  margin-top: 96px;
}

.m-t-97 {
  margin-top: 97px;
}

.m-t-98 {
  margin-top: 98px;
}

.m-t-99 {
  margin-top: 99px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-1 {
  margin-bottom: 1px;
}

.m-b-2 {
  margin-bottom: 2px;
}

.m-b-3 {
  margin-bottom: 3px;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-6 {
  margin-bottom: 6px;
}

.m-b-7 {
  margin-bottom: 7px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-9 {
  margin-bottom: 9px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-11 {
  margin-bottom: 11px;
}

.m-b-12 {
  margin-bottom: 12px;
}

.m-b-13 {
  margin-bottom: 13px;
}

.m-b-14 {
  margin-bottom: 14px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-17 {
  margin-bottom: 17px;
}

.m-b-18 {
  margin-bottom: 18px;
}

.m-b-19 {
  margin-bottom: 19px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-21 {
  margin-bottom: 21px;
}

.m-b-22 {
  margin-bottom: 22px;
}

.m-b-23 {
  margin-bottom: 23px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-26 {
  margin-bottom: 26px;
}

.m-b-27 {
  margin-bottom: 27px;
}

.m-b-28 {
  margin-bottom: 28px;
}

.m-b-29 {
  margin-bottom: 29px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-31 {
  margin-bottom: 31px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.m-b-33 {
  margin-bottom: 33px;
}

.m-b-34 {
  margin-bottom: 34px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-36 {
  margin-bottom: 36px;
}

.m-b-37 {
  margin-bottom: 37px;
}

.m-b-38 {
  margin-bottom: 38px;
}

.m-b-39 {
  margin-bottom: 39px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-41 {
  margin-bottom: 41px;
}

.m-b-42 {
  margin-bottom: 42px;
}

.m-b-43 {
  margin-bottom: 43px;
}

.m-b-44 {
  margin-bottom: 44px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-46 {
  margin-bottom: 46px;
}

.m-b-47 {
  margin-bottom: 47px;
}

.m-b-48 {
  margin-bottom: 48px;
}

.m-b-49 {
  margin-bottom: 49px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-51 {
  margin-bottom: 51px;
}

.m-b-52 {
  margin-bottom: 52px;
}

.m-b-53 {
  margin-bottom: 53px;
}

.m-b-54 {
  margin-bottom: 54px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-b-56 {
  margin-bottom: 56px;
}

.m-b-57 {
  margin-bottom: 57px;
}

.m-b-58 {
  margin-bottom: 58px;
}

.m-b-59 {
  margin-bottom: 59px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-61 {
  margin-bottom: 61px;
}

.m-b-62 {
  margin-bottom: 62px;
}

.m-b-63 {
  margin-bottom: 63px;
}

.m-b-64 {
  margin-bottom: 64px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-b-66 {
  margin-bottom: 66px;
}

.m-b-67 {
  margin-bottom: 67px;
}

.m-b-68 {
  margin-bottom: 68px;
}

.m-b-69 {
  margin-bottom: 69px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-71 {
  margin-bottom: 71px;
}

.m-b-72 {
  margin-bottom: 72px;
}

.m-b-73 {
  margin-bottom: 73px;
}

.m-b-74 {
  margin-bottom: 74px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-b-76 {
  margin-bottom: 76px;
}

.m-b-77 {
  margin-bottom: 77px;
}

.m-b-78 {
  margin-bottom: 78px;
}

.m-b-79 {
  margin-bottom: 79px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-81 {
  margin-bottom: 81px;
}

.m-b-82 {
  margin-bottom: 82px;
}

.m-b-83 {
  margin-bottom: 83px;
}

.m-b-84 {
  margin-bottom: 84px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-b-86 {
  margin-bottom: 86px;
}

.m-b-87 {
  margin-bottom: 87px;
}

.m-b-88 {
  margin-bottom: 88px;
}

.m-b-89 {
  margin-bottom: 89px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-91 {
  margin-bottom: 91px;
}

.m-b-92 {
  margin-bottom: 92px;
}

.m-b-93 {
  margin-bottom: 93px;
}

.m-b-94 {
  margin-bottom: 94px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-b-96 {
  margin-bottom: 96px;
}

.m-b-97 {
  margin-bottom: 97px;
}

.m-b-98 {
  margin-bottom: 98px;
}

.m-b-99 {
  margin-bottom: 99px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-l-1 {
  margin-left: 1px;
}

.m-l-2 {
  margin-left: 2px;
}

.m-l-3 {
  margin-left: 3px;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-6 {
  margin-left: 6px;
}

.m-l-7 {
  margin-left: 7px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-l-9 {
  margin-left: 9px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-11 {
  margin-left: 11px;
}

.m-l-12 {
  margin-left: 12px;
}

.m-l-13 {
  margin-left: 13px;
}

.m-l-14 {
  margin-left: 14px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-16 {
  margin-left: 16px;
}

.m-l-17 {
  margin-left: 17px;
}

.m-l-18 {
  margin-left: 18px;
}

.m-l-19 {
  margin-left: 19px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-21 {
  margin-left: 21px;
}

.m-l-22 {
  margin-left: 22px;
}

.m-l-23 {
  margin-left: 23px;
}

.m-l-24 {
  margin-left: 24px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-26 {
  margin-left: 26px;
}

.m-l-27 {
  margin-left: 27px;
}

.m-l-28 {
  margin-left: 28px;
}

.m-l-29 {
  margin-left: 29px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-31 {
  margin-left: 31px;
}

.m-l-32 {
  margin-left: 32px;
}

.m-l-33 {
  margin-left: 33px;
}

.m-l-34 {
  margin-left: 34px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-36 {
  margin-left: 36px;
}

.m-l-37 {
  margin-left: 37px;
}

.m-l-38 {
  margin-left: 38px;
}

.m-l-39 {
  margin-left: 39px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-41 {
  margin-left: 41px;
}

.m-l-42 {
  margin-left: 42px;
}

.m-l-43 {
  margin-left: 43px;
}

.m-l-44 {
  margin-left: 44px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-46 {
  margin-left: 46px;
}

.m-l-47 {
  margin-left: 47px;
}

.m-l-48 {
  margin-left: 48px;
}

.m-l-49 {
  margin-left: 49px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-51 {
  margin-left: 51px;
}

.m-l-52 {
  margin-left: 52px;
}

.m-l-53 {
  margin-left: 53px;
}

.m-l-54 {
  margin-left: 54px;
}

.m-l-55 {
  margin-left: 55px;
}

.m-l-56 {
  margin-left: 56px;
}

.m-l-57 {
  margin-left: 57px;
}

.m-l-58 {
  margin-left: 58px;
}

.m-l-59 {
  margin-left: 59px;
}

.m-l-60 {
  margin-left: 60px;
}

.m-l-61 {
  margin-left: 61px;
}

.m-l-62 {
  margin-left: 62px;
}

.m-l-63 {
  margin-left: 63px;
}

.m-l-64 {
  margin-left: 64px;
}

.m-l-65 {
  margin-left: 65px;
}

.m-l-66 {
  margin-left: 66px;
}

.m-l-67 {
  margin-left: 67px;
}

.m-l-68 {
  margin-left: 68px;
}

.m-l-69 {
  margin-left: 69px;
}

.m-l-70 {
  margin-left: 70px;
}

.m-l-71 {
  margin-left: 71px;
}

.m-l-72 {
  margin-left: 72px;
}

.m-l-73 {
  margin-left: 73px;
}

.m-l-74 {
  margin-left: 74px;
}

.m-l-75 {
  margin-left: 75px;
}

.m-l-76 {
  margin-left: 76px;
}

.m-l-77 {
  margin-left: 77px;
}

.m-l-78 {
  margin-left: 78px;
}

.m-l-79 {
  margin-left: 79px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-81 {
  margin-left: 81px;
}

.m-l-82 {
  margin-left: 82px;
}

.m-l-83 {
  margin-left: 83px;
}

.m-l-84 {
  margin-left: 84px;
}

.m-l-85 {
  margin-left: 85px;
}

.m-l-86 {
  margin-left: 86px;
}

.m-l-87 {
  margin-left: 87px;
}

.m-l-88 {
  margin-left: 88px;
}

.m-l-89 {
  margin-left: 89px;
}

.m-l-90 {
  margin-left: 90px;
}

.m-l-91 {
  margin-left: 91px;
}

.m-l-92 {
  margin-left: 92px;
}

.m-l-93 {
  margin-left: 93px;
}

.m-l-94 {
  margin-left: 94px;
}

.m-l-95 {
  margin-left: 95px;
}

.m-l-96 {
  margin-left: 96px;
}

.m-l-97 {
  margin-left: 97px;
}

.m-l-98 {
  margin-left: 98px;
}

.m-l-99 {
  margin-left: 99px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-r-1 {
  margin-right: 1px;
}

.m-r-2 {
  margin-right: 2px;
}

.m-r-3 {
  margin-right: 3px;
}

.m-r-4 {
  margin-right: 4px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-6 {
  margin-right: 6px;
}

.m-r-7 {
  margin-right: 7px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-r-9 {
  margin-right: 9px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-11 {
  margin-right: 11px;
}

.m-r-12 {
  margin-right: 12px;
}

.m-r-13 {
  margin-right: 13px;
}

.m-r-14 {
  margin-right: 14px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-16 {
  margin-right: 16px;
}

.m-r-17 {
  margin-right: 17px;
}

.m-r-18 {
  margin-right: 18px;
}

.m-r-19 {
  margin-right: 19px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-21 {
  margin-right: 21px;
}

.m-r-22 {
  margin-right: 22px;
}

.m-r-23 {
  margin-right: 23px;
}

.m-r-24 {
  margin-right: 24px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-26 {
  margin-right: 26px;
}

.m-r-27 {
  margin-right: 27px;
}

.m-r-28 {
  margin-right: 28px;
}

.m-r-29 {
  margin-right: 29px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-31 {
  margin-right: 31px;
}

.m-r-32 {
  margin-right: 32px;
}

.m-r-33 {
  margin-right: 33px;
}

.m-r-34 {
  margin-right: 34px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-36 {
  margin-right: 36px;
}

.m-r-37 {
  margin-right: 37px;
}

.m-r-38 {
  margin-right: 38px;
}

.m-r-39 {
  margin-right: 39px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-41 {
  margin-right: 41px;
}

.m-r-42 {
  margin-right: 42px;
}

.m-r-43 {
  margin-right: 43px;
}

.m-r-44 {
  margin-right: 44px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-46 {
  margin-right: 46px;
}

.m-r-47 {
  margin-right: 47px;
}

.m-r-48 {
  margin-right: 48px;
}

.m-r-49 {
  margin-right: 49px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-51 {
  margin-right: 51px;
}

.m-r-52 {
  margin-right: 52px;
}

.m-r-53 {
  margin-right: 53px;
}

.m-r-54 {
  margin-right: 54px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-r-56 {
  margin-right: 56px;
}

.m-r-57 {
  margin-right: 57px;
}

.m-r-58 {
  margin-right: 58px;
}

.m-r-59 {
  margin-right: 59px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-r-61 {
  margin-right: 61px;
}

.m-r-62 {
  margin-right: 62px;
}

.m-r-63 {
  margin-right: 63px;
}

.m-r-64 {
  margin-right: 64px;
}

.m-r-65 {
  margin-right: 65px;
}

.m-r-66 {
  margin-right: 66px;
}

.m-r-67 {
  margin-right: 67px;
}

.m-r-68 {
  margin-right: 68px;
}

.m-r-69 {
  margin-right: 69px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-r-71 {
  margin-right: 71px;
}

.m-r-72 {
  margin-right: 72px;
}

.m-r-73 {
  margin-right: 73px;
}

.m-r-74 {
  margin-right: 74px;
}

.m-r-75 {
  margin-right: 75px;
}

.m-r-76 {
  margin-right: 76px;
}

.m-r-77 {
  margin-right: 77px;
}

.m-r-78 {
  margin-right: 78px;
}

.m-r-79 {
  margin-right: 79px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-81 {
  margin-right: 81px;
}

.m-r-82 {
  margin-right: 82px;
}

.m-r-83 {
  margin-right: 83px;
}

.m-r-84 {
  margin-right: 84px;
}

.m-r-85 {
  margin-right: 85px;
}

.m-r-86 {
  margin-right: 86px;
}

.m-r-87 {
  margin-right: 87px;
}

.m-r-88 {
  margin-right: 88px;
}

.m-r-89 {
  margin-right: 89px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-r-91 {
  margin-right: 91px;
}

.m-r-92 {
  margin-right: 92px;
}

.m-r-93 {
  margin-right: 93px;
}

.m-r-94 {
  margin-right: 94px;
}

.m-r-95 {
  margin-right: 95px;
}

.m-r-96 {
  margin-right: 96px;
}

.m-r-97 {
  margin-right: 97px;
}

.m-r-98 {
  margin-right: 98px;
}

.m-r-99 {
  margin-right: 99px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-l-r-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-l-auto {
  margin-left: auto;
}

.m-r-auto {
  margin-right: auto;
}

/*[ TEXT ]
///////////////////////////////////////////////////////////
*/
/* ------------------------------------ */
.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-hov-white:hover {
  color: white;
}

/* ------------------------------------ */
.text-up {
  text-transform: uppercase;
}

/* ------------------------------------ */
.text-center {
  text-align: center;
}

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

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

.text-middle {
  vertical-align: middle;
}

/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/
/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {
  display: none;
}

.dis-block {
  display: block;
}

.dis-inline {
  display: inline;
}

.dis-inline-block {
  display: inline-block;
}

.dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

/*[ float ]
-----------------------------------------------------------
*/
.float-l {
  float: left;
}

.float-r {
  float: right;
}

/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
  width: 100%;
  height: 100%;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-h-full {
  max-height: 100%;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

/*[ Top Bottom Left Right ]
-----------------------------------------------------------
*/
.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-auto {
  top: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

/*[ Layout ]
///////////////////////////////////////////////////////////
*/
/*[ Flex ]
-----------------------------------------------------------
*/
/* ------------------------------------ */
.flex-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ------------------------------------ */
.flex-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-sa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ------------------------------------ */
.flex-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* ------------------------------------ */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-row-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.flex-col-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

/* ------------------------------------ */
.flex-c-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-c-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-c-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-c-str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-l-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-r-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sa-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sb-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ------------------------------------ */
.flex-col-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-col-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-col-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-col-l-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-col-r-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-col-c-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-col-str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-col-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ------------------------------------ */
.flex-col-rev-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-col-rev-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.login-page {
  font-family: "Co_Headline-Regular";
  min-height: 100vh;
  position: relative;
  overflow: auto;
  background: url("../images/background.png") no-repeat;
  background-size: cover;
}

.content-section {
  margin-top: 120px;
  min-height: calc(100vh - 120px);
  position: relative;
  background: url("../images/content-background-rtl.png") no-repeat;
  background-size: 100% 100%;
  padding: 200px 200px 100px 100px;
}

.signup-step1 .button-container div {
  justify-content: flex-end;
}

.logo-ar {
  text-align: right;
  margin-right: 0px;
}

.logo-ar img {
  width: 100%;
  height: 100%;
}

.signup-form .content-section {
  background: url("../images/signup-background-rtl.png") no-repeat;
  background-size: 100% 100%;
}

.login-page .content-section .copy-right {
  text-align: left;
}

@media (min-width: 1200px) {
  .login-page .content-section {
    padding: 200px 200px 100px 100px;
  }
}

.login-page .buttonset,
.profile-container .buttonset {
  padding-left: 0;
}

.login-page .p-r-0,
.profile-container .p-r-0 {
  padding-left: 0px !important;
}

.login-page .m-r-40,
.profile-container .m-r-40 {
  margin-left: 40px;
}

.login-page .help-block {
  text-align: right;
}

.login-page .dropdown.info-dropdown.ml-auto {
  flex: auto;
}

.login-page .dropdown-toggle {
  float: left !important;
}

.banner__component.simple-banner {
  text-align: center;
}

.supplier-indicator .simple-banner {
  text-align: left !important;
}

.title {
  font-size: 35px;
  margin-bottom: 0px;
}

.login-page .form__group.ml-sm-auto {
  margin-right: auto !important;
  margin-left: 0px !important;
}

.form__group {
  position: relative;
  padding: 12px 0 0;
  width: 100%;
  text-align: right;
}

.upload-doc-title {
  text-align: right;
  font-size: 16px;
}

.form-control:focus {
  background-color: transparent;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #BBBBBB;
  outline: 0;
  font-size: 18px;
  color: #000;
  padding: 18px 0 10px 0;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: unset;
}

.form__field::-webkit-input-placeholder {
  color: transparent;
}

.form__field:-ms-input-placeholder {
  color: transparent;
}

.form__field::-ms-input-placeholder {
  color: transparent;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:-ms-input-placeholder~.form__label {
  font-size: 15px;
  cursor: text;
  top: 20px;
}

.form__field:placeholder-shown~.form__label {
  font-size: 15px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 5px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #BBBBBB;
  font-size: 18px;
  font-family: "Co_Headline-Bold";
}

.page-requestRFxForm #js-request-search-input~.form__label i.fa
,.page-requestRFxForm #js-request-search-input-medical~.form__label i.fa
,.page-requestRFxForm #js-request-search-input-medical-laboratory~.form__label i.fa
{
  font-size: 14px;
}
.form__field:focus {
  /* padding-bottom: 0px; */
  font-weight: 700;
  border-width: 2px;
  -o-border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image: -webkit-gradient(linear, left top, right top, from(#11998e), to(#38ef7d));
  border-image: linear-gradient(to right, #11998e, #38ef7d);
  border-image-slice: 1;
}

.form__field:focus~.form__label {
  font-family: "Co_Headline-Bold";
  position: absolute;
  top: 5px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
  color: #1AB739;
  font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.valid-icon img {
  position: absolute;
  bottom: 5px;
  width: 40px;
  left: 0;
  height: 40px;
}

.was-validated .form-control:invalid,
.was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: unset;
  border-color: #FF0808;
  background-image: none;
}

.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: unset;
  background-image: none;
  border-color: #BBBBBB !important;
}

.form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:focus {
  outline: 0 !important;
}

.invalid-feedback {
  color: #FF0808;
}

#error-msg {
  color: #FF0808;
  font-size: 15px;
  margin-top: 17px;
}

.loginForm #error-msg {
  text-align: right;
}

.checkbox {
  width: 100%;
  position: relative;
  color: #202020;
}

.checkbox label {
  position: relative;
  min-height: 28px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
}

.checkbox label span {
  position: absolute;
  top: 50%;
  right: 35px;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox label:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  margin: 4px;
  margin-left: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 3px;
  border: 1px solid #585858;
}

.checkbox label:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: -webkit-transform ease 0.25s;
  transition: -webkit-transform ease 0.25s;
  transition: transform ease 0.25s;
  transition: transform ease 0.25s, -webkit-transform ease 0.25s;
  position: absolute;
  top: 12px;
  right: 10px;
}

.checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  right: 0;
  margin-left: -20px;
}

.checkbox input[type="checkbox"]:checked~label:before {
  background: #2371A1;
  border: 1px solid #2371A1;
}

.checkbox input[type="checkbox"]:checked~label:after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline: 0;
}

.forgot a {
  color: #248ACA;
  font-size: 16px;
}

.forgotten-password {
  float: left;
}

.primary {
  min-width: 150px;
  /* padding: 10px 25px; */
  background: #248ACA;
  border: 1px solid #248ACA;
  color: #fff;
  font-size: 20px;
  border-radius: 12px;
  height: 57px;
  cursor: pointer;
}

.secondary {
  min-width: 150px;
  /* padding: 10px 25px; */
  background: #fff;
  border: 1px solid #248ACA;
  color: #248ACA;
  font-size: 20px;
  border-radius: 12px;
  height: 57px;
  cursor: pointer;
}

.new {
  padding: 10px 30px 20px 30px;
  background: #EDF4E9;
  /* border-radius: 30px; */
  width: 100%;
}

.new .new-user {
  font-family: "Co_Headline-Bold";
  font-size: 22px;
}

.new .sign-up {
  font-family: "Co_Headline-Regular";
  font-size: 18px;
  color: #7E7E7E;
}

.new .sign-up a {
  color: #248ACA;
  text-decoration: underline;
}

.login-signup-button {
  text-align: left;
}

.login-newuser-info {
  text-align: right;
}

.copy-right {
  font-family: "Co_Headline-Light";
  padding-top: 20px;
  font-size: 12px;
  text-align: right;
}

.copy-right a {
  color: #7E7E7E;
  border-left: 1px solid #BBBBBB;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.copy-right a:first-child {
  padding-right: 0px;
}

.copy-right a:last-child {
  border: none;
  padding-left: 0px;
}

.subtitle {
  font-size: 21px;
  color: #7E7E7E;
  text-align: right;
}

.custom-file-label {
  position: unset;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0rem;
  width: 100%;
}

.custom-file-label::after {
  display: none;
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #FF0808 !important;
}

.form-check {
  padding-left: 0px;
}

.check-agreement {
  font-size: 16px;
}

#pills-password_minchar {
  display: none;
}

.subtitle .step {
  font-family: "Co_Headline-Bold";
  color: #248ACA;
  margin-left: 15px;
}

.role-container {
  margin-top: 50px;
  text-align: right;
}

.role-container .role {
  min-width: 150px;
  min-height: 117px;
  width: 200px;
  height: 150px;
  background: #4ba026;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.role-container .role:hover {
  border: 2px solid #fff !important;
  -webkit-box-shadow: -1px 3px 27px 0px #857d85 !important;
  box-shadow: -1px 3px 27px 0px #857d85 !important;
}

.role-container .role .role-mask img {
  width: 286px;
  position: absolute;
  top: -55px;
}

.role-container .role .entity-icon img {
  position: absolute;
  width: 59px;
  height: 81px;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.role-container .role .supplier-icon img {
  width: 88px;
}

.role-container .role .text {
  position: absolute;
  bottom: 0;
  color: white;
  left: 50%;
  width: 135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center !important;
}

.role-container .role .text .role-name {
  display: inline-block;
}

.role-container .role .text .info-tooltip {
  display: inline-block;
}

.role-container .role .text .info-tooltip img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.role-container .supplier {
  background: #216793;
}

.role-container .role-entity .role {
  margin-right: 40px;
}

.role-container .select-role img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 15px;
}

.steps {
  height: 61px;
}

.steps div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
}

.forward-right {
  display: inline-block;
}

.forward-right img {
  width: 25px;
  height: 25px;
  padding-bottom: 2px;
  transform: rotatey(180deg);
}

.back-left {
  display: inline-block;
}

.back-left img {
  width: 25px;
  height: 25px;
  padding-bottom: 2px;
  transform: rotatey(180deg);
}

.gray-round {
  background: #7E7E7E;
  margin-left: 5px;
  margin-right: 5px;
}

.blue-round {
  background: #2371A1;
  margin-left: 5px;
  margin-right: 5px;
}

.green-round {
  background: #52B926;
  margin-left: 5px;
  margin-right: 5px;
}

.supplier-indicator {
  text-align: right;
}

.supplier-indicator img {
  width: 70px;
  height: 70px;
}

.signup-image-heading {
  text-align: right;
}

.signup-image-heading .supplier-indicator {
  float: left;
}

.mandatory {
  color: #FF0808;
  padding-left: 5px;
}

.upload-file {
  border: none;
  border-bottom: 1px solid #BBBBBB;
  color: #248ACA;
  background: transparent;
  height: 40px;
  width: 100%;
  font-size: 16px;
  text-align: right !important;
}

.back-button {
  display: inline-block;
  margin-left: 15px;
}

.forward-button {
  display: inline-block;
}

.signup-cancel-button {
  text-align: right !important
}

.back {
  background: #BBBBBB;
  border: 1px solid #BBBBBB;
  color: #fff;
}

.note {
  text-align: right;
  color: #585858;
  font-size: 12px;
}

.heading {
  margin-bottom: -15px;
  font-size: 23px;
  font-family: "Co_Headline-Bold";
  text-align: right;
}

.sub-heading {
  margin-bottom: -15px;
  line-height: 25px;
  font-size: 17px;
  text-align: right;
}

.escalation-description {
  color: #7E7E7E;
}

#escalationForm, .login-page {
  direction: rtl;
}

.proceed-label {
  text-align: right;
}

.signup-success {
  text-align: center;
}

.signup-success .content-section {
  padding: 125px 200px 100px 100px;
}

.signup-success .title {
  font-size: 35px;
  color: #52B926;
  text-align: center;
}

.signup-success .success-icon img {
  width: 120px;
  height: 120px;
  margin: 35px;
}

.signup-success .welcome {
  font-size: 25px;
  color: #585858;
  width: 55%;
  margin: auto;
}

.signup-success .welcome1 {
  width: unset !important;
}

.signup-success .name {
  font-size: 22px;
  color: #2371A1;
  margin-bottom: 0;
}

.signup-success .company {
  font-size: 18px;
  color: #7E7E7E;
}

.signup-success .note {
  text-align: left;
  color: #585858;
  font-size: 12px;
}

.signup-success .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-selection img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.services {
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
}

.services img:hover {
  -webkit-box-shadow: -1px 3px 27px 0px #857d85 !important;
  box-shadow: -1px 3px 27px 0px #857d85 !important;
  border-radius: 50%;
}

.services img {
  width: 170px;
  border-radius: 50%;
}

.role-container> .col-6.col-md-3.m-t-68:nth-child(3){
  /* pointer-events: none; */
 /* opacity: 0.5; */
}

.choose-service-card-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #64A952;
  margin-top: 10px;
}

.active .select-service {
  display: block !important;
}

.select-service img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  margin-top: 8px;
  margin-right: 20px;
}

.forgotcls {
  font-family: "Co_Headline-Regular";
  text-align: center !important;
  color: #ff0000;
  font-size: 40px;
}

.callus-text {
  font-family: "Co_Headline-Regular";
  color: #585858;
  letter-spacing: 0px;
  opacity: 1;
  font-size: 25px;
}

.para {
  padding-top: 30px;
}

.set-top {
  padding-top: 30px;
}

.info-tooltip-black {
  width: 20px;
  height: 20px;
  margin-top: -35px;
  float: right;
}

.tooltip>.tooltip-inner {
  background-color: #fff;
  color: #585858;
  max-width: 425px;
  letter-spacing: 0px;
  padding: 20px;
  right: 140px;
  font-family: "Co_Headline-Regular";
}

.tooltip>.arrow::before {
  border-top-color: #fff;
  border-bottom-color: #fff;
  width: 25px;
  height: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
}

.tooltip-inner {
  white-space: pre-line;
  text-align: left;
  letter-spacing: 0px;
  color: #585858;
  opacity: 1;
  max-width: 475px;
  border-radius: 12px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  right: 50px;
}

.password-strength__bar-block {
  width: 50%;
  height: 12px;
  border-radius: initial;
  position: relative;
  margin-top: 20px;
  display: none;
  overflow: visible;
}

@media (max-width: 1024px) {
  .page-cartPage .mx-sm-6, .page-multiStepCheckoutSummaryPage .mx-sm-8 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
}

@media (max-width: 768px) {

  body.page-homepage>header {
    position: sticky;
    background-color: #E2EBF1;
  }
  .content-section {
    margin-top: -15px;
    background: url("../images/mobile_background-rtl.png") no-repeat;
    background-size: 110% 155%;
    background-position: -30px 15px;
    padding: 170px 28px 100px 28px;
  }

  .signup-form .content-section {
    background: url("../images/signup-mobile-background-rtl.png") no-repeat;
    background-size: 120% 120%;
    background-position: -60px 0px;
    padding: 150px 28px 100px 28px;
  }

  .login-page .form__group.ml-sm-auto {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .signup-success {
    text-align: center;
  }

  .signup-success .content-section {
    padding: 125px 28px 100px 28px;
  }

  .choose-service .content-section {
    padding: 250px 28px 100px 28px;
  }

  .forgotcls {
    height: unset !important;
  }

  .content-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-banner div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
  }

  .new {
    padding-left: 0px;
    padding-right: 0px;
  }

  .new .new-user {
    font-size: 18px;
  }

  .new .sign-up {
    font-size: 15px;
  }

  .new .secondary {
    min-width: 50px;
    padding: 10px 20px;
  }

  .checkbox label {
    font-size: 13px;
    padding-left: 25px !important;
  }

  .checkbox label::before {
    width: 18px !important;
    height: 18px !important;
  }

  .checkbox label::after {
    top: 10px !important;
    right: 8px !important;
  }

  .password-visible-off, .password-visible-on {
    left: 0px;
    top: 15px;
  }

  .forgot {
    font-size: 13px;
  }

  .copy-right {
    text-align: center;
  }

  .role-container {
    margin-top: 25px;
  }

  .role-container .role-entity {
    text-align: left;
  }

  .role-container .role-entity .role {
    margin-right: 0px;
  }

  .role-container .role-supplier {
    text-align: right;
  }

  .role-container .role-supplier .role {
    margin-left: 0px;
  }

  #entityForm .button-container .col-12.col-md-6.text-left.m-t-50 {
    text-align: right !important;
  }

  .role-container .role {
    min-width: 10px;
    width: 100%;
    height: 140px;
    display: inline-block;
  }

  .role-container .role .role-mask img {
    width: 300px;
    position: absolute;
    top: -80px;
    left: 0;
  }

  .role-container .role .entity-icon img {
    position: absolute;
    width: 45px;
    height: 60px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .role-container .role .supplier-icon img {
    width: 55px;
    height: 60px;
  }

  .role-container .role .text {
    bottom: 0px;
    text-align: left;
  }

  .role-container .supplier {
    background: #216793;
  }

  .role-container .select-role img {
    width: 35px;
    height: 35px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .role-container .role .text .info-tooltip img {
    margin-bottom: 0px;
  }

  .role-container .role-name {
    font-size: 12px;
  }

  .steps div {
    width: 10px;
    height: 10px;
  }

  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .button-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-container .col-md-12 .primary {
    width: 49%;
    min-width: 100px;
    font-size: 16px;
    height: 50px;
  }

  .button-container .col-md-12 .secondary {
    width: 49%;
    margin-right: 15px;
    font-size: 16px;
    height: 50px;
  }

  .secondary {
    width: 100%;
    min-width: 100px;
    /* max-width: 300px; */
  }

  .primary {
    width: 100%;
    min-width: 100px;
    max-width: 300px;
  }

  .back-button {
    display: inline-block;
    margin-right: 0;
    width: 46%;
    margin-right: 15px;
  }

  .forward-button {
    display: inline-block;
    width: 46%;
  }

  .supplier-indicator img {
    width: 60px;
    height: 75px;
  }

  .page-cartPage .mx-sm-6 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .page-cartPage .mx-sm-6, .page-multiStepCheckoutSummaryPage .mx-sm-8 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .cart-product-img img, .thumb-img img {
    height: 75px;
  }
  .tbl-controls {
    display: block;
  }
  .tbl-controls button, .tbl-controls a {
    width: 49%;
    margin-bottom: 15px;
    margin-left: 0px;
    display: inline-block !important;
  }
}

@media (max-width: 576px) {

  .signup-form .heading,
  .signup-form .remove-address {
    font-size: 20px !important;
  }

  .choose-service .content-section {
    padding: 200px 28px 100px 28px;
  }

  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .button-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-container .col-md-12 .primary {
    width: 49%;
  }

  .button-container .col-md-12 .secondary {
    width: 49%;
    margin-right: 0px;
  }

  .button-container .back-button {
    display: inline-block;
    width: 46%;
    margin-right: 0;
  }

  .button-container .forward-button {
    display: inline-block;
    width: 46%;
  }

  .signup-step1 .button-container div {
    justify-content: space-between;
  }

  .signup-step1 .button-container .primary {
    min-width: 130px;
    width: 47%;
  }

  .signup-step1 .button-container .secondary {
    min-width: 130px;
    width: 47%;
    margin-left: 15px;
  }

  .new {
    padding-left: 0px;
    padding-right: 0px;
  }

  .new .new-user {
    font-size: 15px;
  }

  .new .sign-up {
    font-size: 12px;
  }

  .new .secondary {
    min-width: 50px;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
    font-size: 13px;
  }

  .legend-container {
    display: block !important;
  }

  .legend-section {
    width: 100% !important;
  }
  .legend-color, .legend-text {
    display: inline-block !important;
  }
  .legend-text {
    width:100% !important;
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .approver-actions .btn-back {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .order-detail-tiles {
    display: block !important;
  }
  .detail-tile, .detail-tile-comment {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .page-mp-order-approval-details .px-sm-6, .page-order .px-sm-6, .page-orderConfirmationPage .px-sm-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .page-cartPage .mx-sm-6 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .order-summary-panel {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .setpanel #progressbarorder {
    width: 1200px;
  }
  .approverModal {
    width: 90%!important;
  }
  .confirmreceipt .col-md-3, .confirmreceipt .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .orderApprovalApproveCommentModal .ng-scroll {
    max-height: 100vh !important;
    height: 100vh;
  }
  .confirmreceipt .btn {
    margin-bottom: 20px !important;
  }
  .AccountOrderDetailsOverviewComponent-CancelOrderAction {
    width: 100%;
    margin-top: 20px;
  }
  .AccountOrderDetailsOverviewComponent-NupcoReorderAction {
    width: 100% !important;
  }
  .tbl-controls {
    display: block;
    text-align: center;
  }
  .align-supplier-comment {
    width: 90vw;
    height: 350px;
  }
  .btn-blk button{
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .align-supplier-comment .comment-area {
    height: 100px;
  }
  .page-cartPage .input-number {
    min-width: 100px !important;
  }
  .btn-pos-modl button {
    margin-bottom: 10px;
  }
  .continue-shopping {
    width: 100%;
  }
  .tbl-controls button, .tbl-controls a {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0px;
    display: block !important;
  }
  .my-cart-details {
    display: block !important;
  }
  .my-cart-details .blk_text, .my-cart-details .inner_block_3 {
    width: 100%;
  }
  .my-cart-details .block_1, .my-cart-details .block_2, .my-cart-details .block_3 {
    width: 49%;
    display: inline-block;
    text-align: left !important;
  }
  .my-cart-details .block_3 {
    width: 98%;
  }

  .my-cart-details .inner_block_3 {
    margin-top: 20px !important;
    width: 100%;
    text-align: left !important;
  }
  .change_address_details .col-md-8, .change_address_details .col-md-4 {
    width: auto !important;
  }
  .change_address_details {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .change_address_details .list-item {
    width: 810px;
  }
  .cart-product-img img, .thumb-img img {
    height: 75px;
  }
  .page-multiStepCheckoutSummaryPage .btn {
    width: 100%;
    margin-top: 20px !important;
  }
  .choose-address .modal-lg {
    width: 97%;
  }
  .summaryform-submit .col-md-6 {
    text-align: center !important;
    margin-top: 15px;
  }
  .signup-success .welcome {
    width: 100%;
  }
  .accountActionsWrapper .accountActions, .submitRFxRequest {
    width: 100% !important;
  }
  .approval-dashboard-filterPanel .items-per-page {
    width: 100%;
  }
  .approval-dashboard-filterPanel .items-per-page {
    width: 100%;
  }
  .approval-dashboard-filterPanel .items-per-page .dropdown-sort-container {
    width: 95%;
    float: none;
    margin: auto;
  }
  .approval-dashboard-filterPanel .items-per-page label {
    margin-left: 16px;
  }
  .order-review-form-label {
    width: 180px;
  }
  .feedback_container {
    padding: 20px 0px;
  }
  #review-submit-btn {
    margin-top: 20px;
  }
}
.mandatory-label {
  text-align: right;
}
.my-cart-details {
  display: flex;
  justify-content: space-between;
}
#myOrder {
  min-width: 250px;
}
@media (max-width: 321px) {
  .new {
    padding-left: 0px;
    padding-right: 0px;
  }

  .new .new-user {
    font-size: 15px;
  }

  .new .sign-up {
    font-size: 12px;
  }

  .new .secondary {
    min-width: 50px;
    width: 100%;
    padding: 10px 20px;
    height: 45px;
    font-size: 13px;
  }
}

@media (min-width: 768.1px) {

  .w-sm-90,
  .w-md-90,
  .w-lg-90,
  .w-xl-90 {
    width: 90% !important;
  }

  .w-sm-75,
  .w-md-75,
  .w-lg-75,
  .w-xl-75 {
    width: 75% !important;
  }

  .w-sm-50,
  .w-md-50,
  .w-lg-50,
  .w-xl-50 {
    width: 50% !important;
  }

  .w-sm-25,
  .w-md-25,
  .w-lg-25,
  .w-xl-25 {
    width: 25% !important;
  }

  .btn_1+.btn_2 {
    margin-left: 20px;
  }

  .content-section {
    padding: 200px 150px 100px 50px;
  }

  .signup-form .content-section {
    padding: 145px 100px 100px 50px;
  }

  .role-container .role-entity {
    text-align: left;
  }

  .role-container .role-entity .role {
    margin-right: 30px;
  }

  .role-container .role-supplier {
    text-align: right;
  }

  .role-container .role-supplier .role {
    margin-right: 30px;
  }

  .role-container .role {
    min-width: 180px;
    width: 65%;
    height: 175px;
  }

  .role-container .role .role-mask img {
    width: 286px;
    position: absolute;
    top: -45px;
    left: 0;
  }

  .role-container .role .entity-icon img {
    position: absolute;
    width: 59px;
    height: 81px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .role-container .role .supplier-icon img {
    width: 77px;
    height: 81px;
  }

  .role-container .role .text {
    bottom: 10px;
    text-align: left;
  }

  .role-container .supplier {
    background: #216793;
  }

  .primary {
    min-width: 140px;
    font-size: 18px;
  }

  .secondary {
    min-width: 140px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .content-section {
    padding: 200px 200px 100px 100px;
  }

  .signup-form .content-section {
    padding: 145px 200px 100px 100px;
  }

  .title {
    font-size: 35px;
    text-align: right;
  }

  .steps div {
    width: 15px;
    height: 15px;
  }

  .primary {
    min-width: 160px;
    font-size: 20px;
    border-radius: 12px;
    height: 57px;
  }

  .secondary {
    min-width: 160px;
    font-size: 20px;
    border-radius: 12px;
    height: 57px;
  }

  .role-container .role-name {
    font-size: 16px;
  }
}

.add_company_address {
  height: auto;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.deleteAddress {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0px;
}

.add-frame {
  display: inline-block;
}

.add-frame img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.additional-address {
  min-width: 325px;
  border-radius: 12px;
}

.add_company_address_button {
  text-align: right;
  padding-right: 0px;
}

.remove-address {
  font-size: 22px;
  color: #248ACA;
  text-decoration: underline;
  cursor: pointer;
}

.remove-address img {
  width: 20px;
  height: 25px;
  margin-right: 20px;
}

.showform1,
.showform2,
.showform3 {
  background: #fff;
}

.img-fluid img {
  width: 100%;
}

/* styles.css file changes ends */

/* Nupco_order_history.css  file changes */

.firstSec {
  background: #248CCC 0% 0% no-repeat padding-box;
  border-radius: 12px;
  color: #fff;
  opacity: 1;
  border: 1pc solid #248CCC;
  padding: 10px;
}

.orderSecionRest {
  width: 214px;
  background: #F8F9FB 0% 0% no-repeat padding-box;
  border: 1px solid #B3B3B4;
  opacity: 1;
  border-radius: 12px;
  padding: 10px;
}

.orderCount {
  font-size: 36px;
}

.items-per-page .dropdown-sort-container {
  width: 75px;
}

.tableBodyColor {
  color: #707070;
  font-size: 16px;
}

.orderHistoryTable td,
.orderHistoryTable th {
  vertical-align: top !important;
}

/* .filterTable tbody tr:hover td {
  color: #248CCC;
  background: white;
} */

.workflow-table tbody tr:hover {
  background: transparent;
}

.approver-table tbody tr:hover {
  cursor: pointer;
  font-weight: bold !important;
  background-color: #fff;
}
.approver-table tbody tr.add_blue:hover{
  background: rgb(36 140 204 / 0%) !important
}
.approver-table tbody tr.add_orange:hover{
  background: #FFE8CC;
}
.approver-table tbody tr.add_red:hover{
  background: #FFCCCC;
}
.approver-table tbody tr.add_green:hover{
  background: #DBEBD4
}
.comBtn {
  text-align: center;
  width: 180px;
}

.showMoreText {
  color: #248CCC;
}

.itemCount {
  letter-spacing: 0px;
  color: #0A3D65;
  opacity: 1;
}

.tablist.contact-tab ul li.nav-item {
  width: 18%;
}

.order-submenu.tablist.contact-tab ul li.nav-item {
  width: 20%;
}

.tableHeadingSec {
  background: #F2F2F2;
}

.tOV {
  font-size: 14px;
}

.orderStatus {
  font-size: 20px;
  color: #054064;
}

.orderAmount {
  color: #499C26;
  font-size: 22px;
}

.itemSec {
  width: 125px;
  left: 30px;
  position: relative;
  font-size: 14px;
}

.orderSecionRest:hover {
  -webkit-box-shadow: 0px 0px 15px #00000082;
  box-shadow: 0px 0px 15px #00000082;
  border: 1px solid #248CCC;
  border-radius: 12px;
  opacity: 1;
}

.countSpan {
  color: #248CCC;
}

.edit-quantity {
  margin-top: 10px;
  margin-right: 20px;
}


.legend-color {
  width: 37px;
  height: 25px;
  display: inline-block;
  margin-top: 6px;
}

.legend-container {
  display: flex;
}

.legend-section {
  width: 240px;
  display: flex;
  justify-content: space-between;
  margin-right: 50px;
  text-align: right;
}
.legend-text {
  display: inline-block;
  font-size: 16px;
  width: 190px;
  padding-right: 15px;
}
.legend-color.add_green {
  background: #DBEBD4;
  color: #333333;
}

.legend-color.add_blue {
  background: rgb(36 140 204 / 0.2);
  color: #333333;
}

.legend-color.add_orange {
  background: #FFE8CC;
  color: #333333;
}

.legend-color.add_red {
  background: #FFCCCC ;
  color: #333333;
}

tr.add_green td{
  background: #DBEBD4 !important;
  color: #333333;
}
tr.add_blue td{
  background: rgb(36 140 204 / 0.1) !important;
  color: #333333;
}
tr.add_orange td{
  background: #FFE8CC !important;
  color: #333333;
}
tr.add_red td{
  background: #FFCCCC !important;
  color: #333333;
}

.canvasjs-chart-container {
  text-align: right !important;
}
/*# sourceMappingURL=Nupco_order_history.css.map */

.order-card-container {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
.order-card {
  border: 1px solid #B3B3B4;
  border-radius: 12px;
  width: 175px;
  height: 250px;
  background: #F8F9FB;
  padding: 20px 15px;
  margin-bottom: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.order-card:hover {
  border-color: #248CCC;
  box-shadow: 0px 2px 11px 0px #6e6e6e;
}

.order-card-active {
  border-color: #248CCC;
  box-shadow: 0px 2px 11px 0px #6e6e6e;
  background: #248CCC;
  color: #ffffff;
}
.order-card-active .order-card-heading, .order-card-active .order-card-value {
  color: #ffffff;
}
.all-order-details {
  background: #248CCC;
  color: #ffffff;
  box-shadow: none !important;
}

.all-order-details .order-card-heading,
.all-order-details .order-card-value {
  color: #ffffff;
}

.order-card-heading {
  font-weight: bold;
  font-size: 15px;
  color: #054064;
  min-height: 65px;
}

.order-card-count {
  font-size: 34px;
}

.order-card-total {
  font-size: 12px;
  color: #000000;
}

.order-card-active .order-card-total {
  color: #fff;
}

.order-card-value {
  font-weight: bold;
  color: #499C26;
  font-size: 18px;
}

#simpleBarChart {
  width: 100% !important;
}

#sharekBarChart {
  width: 100% !important;
}

.order-history-filter .sortByWrapper .form-group {
  display: none;
}

.order-history-filter .pagination-bar {
  width: 100%;
}

.order-history-filter .bb-1 {
  border: none;
}

.order-history-filter .search_Box {
  text-align: right;
}

.searchBoxWithLabel {
  width: 60%;
}

.searchBoxWithLabel input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  border: none;
}

.searchBoxWithLabel .searchBox-label {
  color: #7C7C7C;
  font-size: 13px;
  text-align: right;
}

.searchBoxWithLabel .searchBox_contain {
  border: 1px solid #B3B3B4;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.searchBoxWithLabel img {
  width: 25px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.order-history-filter .export__cart--link img {
  width: 26px;
  height: 35px;
  margin-right: 15PX;
}

.order-history-filter .refresh--link img {
  width: 40px;
  height: 35px;
  margin-right: 15PX;
}

.orderHistoryTable tr th {
  text-align: center;
  padding: 25px 10px;
  font-size: 14px;
}

.orderHistoryTable tr td {
  min-width: 110px;
  text-align: center;
  padding: 25px 25px;
  font-size: 16px;
}

.orderHistoryTable a {
  color: #248CCC;
}

.orderHistoryTable a img {
  width: 77px;
  height: 120px;
}

.order-history-filter .search_bar .input-group {
  height: 57px;
  border-radius: 35px;
  border-bottom: 1px solid #ccc;
}

.order-history-filter .search_bar .input-group input.form-control {
  border-radius: 25px;
  height: 50px;
  font-size: 22px;
  padding: 19px 10px 17px 20px;
  margin-left: 10px;
}

.order-history-filter .search_bar .input-group-append button.btn {
  height: 57px;
  padding: 15px 38px 19px;
}

.order-history-filter {
  border: 1px solid #C9C9C9;
  margin: 0;
}

.approver_dashboard_chart {
  border: 1px solid #C9C9C9;
}

.noChartData {
  font-size: 18px !important;
  text-align: center;
  margin-top: 150px !important;
}

.AccountOrderDetailsOverviewComponent-NupcoReorderAction {
  width: 225px;
  display: inline-block;
}

.AccountOrderDetailsOverviewComponent-NupcoReorderAction button {
  border-radius: 12px;
  font-size: 20px;
  height: 57px;
  padding: 0;
}

.AccountOrderApprovalDetailsOverviewComponent-NupcoApproveOrderAction,
.AccountOrderApprovalDetailsOverviewComponent-NupcoRejectOrderAction,
.AccountOrderApprovalDetailsOverviewComponent-NupcoCancelReleaseAction,
.AccountOrderApprovalDetailsOverviewComponent-NupcoReleaseOrderAction {
  display: inline-block;
  width: 48%;
  /* margin-left: 20px; */
}

.AccountOrderApprovalDetailsOverviewComponent-NupcoApproveOrderAction, .AccountOrderApprovalDetailsOverviewComponent-NupcoReleaseOrderAction {
  float: left;
}

.AccountOrderApprovalDetailsOverviewComponent-NupcoRejectOrderAction, .AccountOrderApprovalDetailsOverviewComponent-NupcoCancelReleaseAction {
  float: right;
}

.printIconDiv {
  /* float: left; */
  margin-top: 5px;
  /* margin-left: 0px; */
}

.canvasjs-chart-canvas {
  left: 50%;
  transform: translateX(-50%);
}

#chartContainer, #orderStatusChart, #supplierPieChart, .approver_dashboard_chart .legend-container {
  width: 90%;
  margin: auto;
}

#orderStatusChart .jqplot-xaxis {
  display: none;
}

.approver_dashboard_chart .legend-text {
  padding-left: 15px;
}

.approver_dashboard_chart .legend-section {
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 15px;
  direction: rtl;
}

.approver_dashboard_chart .legend-section .add_blue {
  background-color: #248CCC;
}

.approver_dashboard_chart .legend-section .add_orange {
  background-color: #FF8C00;
}

.approver_dashboard_chart .legend-section .add_red {
  background-color: #FF0000;
}

.approver_dashboard_chart .legend-section .add_green {
  background-color: #52B926;
}

.AccountOrderApprovalDetailsOverviewComponent-NupcoCancelReleaseAction {
  margin-top: 0px;
}
.approver-actions .btn-back {
  float: right;
}
.btn-back{
  width: 222px;
  border-radius: 12px;
    font-size: 20px;
}

.AccountOrderApprovalDetailsOverviewComponent-NupcoApproveOrderAction button,
.AccountOrderApprovalDetailsOverviewComponent-NupcoRejectOrderAction button,
.AccountOrderApprovalDetailsOverviewComponent-NupcoCancelReleaseAction button,
.AccountOrderApprovalDetailsOverviewComponent-NupcoReleaseOrderAction button {
  border-radius: 12px;
  font-size: 20px;
  height: 57px;
  padding: 0;
  /* margin-right: 20px; */
  display: block !important;
}

.new-modal {
  background: linear-gradient(90deg, #2B90B1, #4AA02A);
  padding: 25px 25px 25px 25px;
}

.confirmReceiptModel {
  padding: 30px;
}

.confirm-receipt button {
  width: 100%;
  border-radius: 12px;
  height: 57px;
  padding: 0;
  font-size: 20px;
}

.confirmreceipt .modal-lg {
  width: 950px;
}

.confirmreceipt .modal-content {
  /* padding: 10px 15px; */
  border-radius: 12px;
}

.confirmreceipt .sethead {
  padding: 20px 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: linear-gradient(90deg, #2B90B1, #4AA02A);
}

.confirmreceipt .modal-title {
  font-size: 25px;
  color: white;
}

.confirmreceipt .close {
  position: absolute;
  left: 0;
}

.order-number-label {
  font-size: 18px;
}

.order-number-label span {
  color: #248CCC;
}

.sethead {
  position: relative;
  border: none;
}

.sethead::after {
  content: "";
  background: #dee2e6;
  position: absolute;
  bottom: 0;
  left: 11px;
  height: 1px;
  width: 98%;
}

.confirmreceipt .supplier-text {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.confirmreceipt .product-description {
  font-size: 14px;
}

.confirmreceipt .product-description div {
  padding-bottom: 5px;
}

.confirmreceipt .comment-section {
  font-size: 12px;
}

.confirmreceipt .comment-section img {
  width: 16px;
  height: 16px;
}

.w-49 {
  width: 49% !important;
}

.confirmreceipt .price-value-details {
  font-size: 14px;
  text-align: right;
}

.confirmreceipt .price-value {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.price-section {
  padding-bottom: 15px;
  /* border-bottom: 1px solid #dee2e6; */
}

.product-container {
  border: 1px solid #bbbbbb;
  padding: 15px 15px;
}

.confirmreceipt .btn {
  min-width: 200px;
  padding: 0px 30px !important;
  margin-left: 20px;
}

.confirmreceipt .btn-secondary {
  color: #248CCC;
}

.order-received-message {
  display: none;
}

.order-received-message .title {
  font-size: 30px;
  color: #499C26;
}

.order-received-message .order-number-label {
  font-size: 25px;
}

.order-received-message .success-img img {
  width: 120px;
  height: 120px;
}

.order-received-message button {
  min-width: 240px;
  width: 240px;
  border-radius: 12px;
}

.order-received-message .thankyou {
  color: #1C2346;
}

/* .orderApprovalApproveCommentModal,
.orderApprovalRejectCommentModal {
  padding: 30px;
} */

.orderApprovalApproveCommentModal .headline,
.orderApprovalRejectCommentModal .headline {
  font-size: 16px;
}

.orderApprovalApproveCommentModal textarea,
.orderApprovalRejectCommentModal textarea ,
.orderApprovalApproveCommentModal textarea.form-control:focus,
.orderApprovalRejectCommentModal textarea.form-control:focus
{
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 15px 15px;
  font-size: 14px;
  resize: none;
}
.orderApprovalApproveCommentModal .form-actions-btns,.orderApprovalRejectCommentModal .form-actions-btns{
  margin-top: 50px;
  }
.orderApprovalApproveCommentModal .supplier-details-table,
.orderApprovalRejectCommentModal .supplier-details-table {
  padding-left: 15px;
  padding-right: 15px;
}

.upload-file-title {
  text-align: right;
  color: #808080 !important;
  opacity: 1;
  font-size: 15px;
}

/* Nupco_order_history.css  file changes ends */

/* orderdetails.css  file changes ends */


/* define variables for the primary colors */
.Order-details-table .order-details tbody tr.orderaddress {
  height: 152px;
}

.printer-img {
  width: 39px;
  height: 41px;
}

.comment-request {
  font-size: 19px;
  font-family: "Co_Headline-Regular";
}

.ordernotext {
  text-align: left;
  font-family: "Co_Headline-Regular";
  letter-spacing: 0.6px;
  opacity: 1;
  font-size: 20px;
  font-weight: bold;
}

.ordval {
  position: relative;
  /* top: 45px; */
}

.order-number-detail {
  text-align: right !important;
}

.order-number-detail .ordernotext {
  text-align: right !important;
}

.order-detail-tiles {
  display: flex;
  justify-content: flex-start;
}

.detail-tile-comment {
  width: 30%;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px;
  margin-left: 40px;
}

.detail-tile {
  width: 20%;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 30px;
  margin-left: 40px;
}
.detail-tile:last-child {
  margin-left: 0px;
}

.ordercolorno {
  color: #248ccc;
}

.statusright {
  float: right;
}

.total-class {
  padding-left: 73%;
  line-height: 3em;
  padding-right: -45px;
  margin-left: 40px;
}

.totalset td {
  border-top: none !important;
  font-family: "Co_Headline-Regular";
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  font-size: 18px;
  text-align: right;
}

.orderfirst .totalset td {
  color: #ffffff;
}

.totalset .setbold {
  font-weight: bold;
  position: absolute;
  right: 0%;
}

.totalset .textval {
  position: relative;
  right: -65%;
  width: 35%;
}

.order-tot .orderbold {
  font-weight: bold;
  font-size: 21px;
  margin-left: 105px;
}

.order-tot td {
  text-align: left;
  letter-spacing: 0.4px;
  color: #ffffff;
  opacity: 1;
  font-size: 20px;
  padding: 26px;
}

.orderfirst {
  background: #4aa02a 0% 0% no-repeat padding-box;
  color: #ffffff;
  width: 100%;
  height: 90px;
  font-size: 16px;
  padding: 25px;
}

.reorderbtn {
  width: 200px !important;
  height: 57px;
  padding: 0px;
  font-size: 16px;
}

.col-height tbody tr th {
  padding: 48px 30px !important;
  vertical-align: middle;
}

.col-height tbody tr td {
  vertical-align: middle;
}

.column-order tbody tr th {
  vertical-align: middle;
}

.column-order tbody tr th td {
  vertical-align: middle;
}

ul.breadleft li+li:before {
  padding: 8px;
  color: #248ccc;
  content: ">";
}

.setpanel {
  position: relative;
  /* border-top: 1px solid #ddd; */
  margin: 30px 0px;
  text-align: center;
}

.setpanel #progressbarorder {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 0px;
  margin-top: 50px;
}

.setpanel #progressbarorder li {
  list-style-type: none;
  width: 30%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #707070;
}

.setpanel #progressbarorder li.active {
  color: #248ccc;
}

.setpanel #progressbarorder li#step1:before {
  content: "";
  background-image: url(../images/Order_Pending_Approval_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li#step1:before {
  content: "";
  background-image: url(../images/Order_Pending_Approval_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li.active#step1:before {
  content: "";
  background-image: url(../images/Order_Pending_Approval_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder #step2:before {
  content: "";
  background-image: url(../images/pending_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li.active#step2:before {
  content: "";
  background-image: url(../images/pending_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder #step3:before {
  content: "";
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
  background-image: url(../images/Pending_Oder_Released_gray.png);
  background-repeat: no-repeat;
  background-position: center;
}

.setpanel #progressbarorder li.active#step3:before {
  content: "";
  background-image: url(../images/Pending_Oder_Released_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder #step4:before {
  content: "";
  background-image: url(../images/Waiting_for_NUPCO_PO_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li.active#step4:before {
  content: "";
  background-image: url(../images/Waiting_for_NUPCO_PO_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li.sentback#step4:before {
  content: "";
  background-image: url(../images/Waiting_for_NUPCO_PO_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.sentback .stepText {
  color: #ff0000;
}

.print-page {
  background: #248CCC;
  height: 55px;
  position: relative;
  left: 0;
  width: 250px;
  display: block;
  padding-right: 30px;
  text-align: right;
}

.print-page::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -70px;
    width: 71px;
    height: 55px;
    background-image: url(../images/curves/ar_sh_curve_3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.space_10{
  width: 100%;
  height: 10px;
}
.block_2{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.invoice-print-page {
  background: #5f3b76;
  height: 55px;
  position: relative;
  left: 0;
  width: 250px;
  display: block;
  padding-right: 30px;
  text-align: right;
}

.invoice-print-page::before {
  content: '';
  position: absolute;
  top: 0px;
  right: -70px;
  width: 71px;
  height: 55px;
  background-image: url(../images/curves/ar_Purple.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.setpanel #progressbarorder #step5:before {
  content: "";
  background-image: url(../images/orderFullfillment.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li.active#step5:before {
  content: "";
  background-image: url(../images/orderFullfillment-filled.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder #step6:before {
  content: "";
  background-image: url(../images/Order_Delivered_gray-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li.active#step6:before {
  content: "";
  background-image: url(../images/Order_Received_Confirmation_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder #step7:before {
  content: "";
  background-image: url(../images/Order_Received_Confirmation_gray-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li.active#step7:before {
  content: "";
  background-image: url(../images/Order_Received_Confirmation_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li:before {
  width: 58px;
  height: 58px;
  line-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  color: #248ccc;
  border: 1px solid #707070;
}

.setpanel #progressbarorder li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #455a64;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: -1;
}

.setpanel #progressbarorder li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  right: -50%;
}

.setpanel #progressbarorder li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: 50%;
}

.setpanel #progressbarorder li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.setpanel #progressbarorder li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.setpanel #progressbarorder li.active:before,
.setpanel #progressbarorder li.active:after {
  background: #248ccc;
  border: 1px solid #248ccc;
}

.setpanel #progressbarorder li.sentback:before,
.setpanel #progressbarorder li.sentback:after {
  background: #FF0000;
  border: 1px solid #707070;
}

.setpanel #progressbarorder .completed:before {
  background-color: #499C26 !important;
  border: 1px solid #499C26 !important;
}

.setpanel .confirm-text {
  font-size: 36px;
  color: #248ccc;
  margin: 72px 0px 32px;
}

.setpanel .sucess-text {
  font-size: 36px;
  color: #52b926;
  margin-bottom: 38px;
}

.setpanel .thanks-text {
  font-size: 34px;
  color: #2371a1;
  margin: 16px 0px 54px;
}

.styleimg {
  width: 90px;
  height: 92px;
  background: #499C26;
  border: 12px solid #499C26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  margin: auto;
  vertical-align: middle;
}

.Order-details-tableSec {
  height: 515px;
}

.Order-details-table .order-details tbody tr td {
  vertical-align: middle;
  padding: 0px 20px !important;
}

.Order-details-table .order-details tbody tr.orderaddress {
  height: auto;
}

.proImg {
  width: 90px;
  height: 90px;
  margin: 5px;
}

.stepText {
  font-size: 14px;
  margin-top: 15px;
  width: 150px;
}

.item-status td {
  text-align: center;
  vertical-align: middle;
}

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

.order-detail-product-description {
  font-weight: bold;
  color: #283870;
}

.status-img img {
  width: 75px;
  height: 75px;
  margin-top: -10px;
}

/* orderdetails.css  file changes ends */

/* ticket_system.css file changes */

.ticket-status {
  list-style: none;
  display: inline;
  background: #fff !important;
  padding: 0px;
}

.ticket-status li {
  display: inline-block;
  margin-right: 12px;
}

.ticket-status li+li {
  margin: 0px 12px;
}

.bd-highlight {
  background: #F8F9FB 0% 0% no-repeat padding-box;
  border: 1px solid #B3B3B4;
  border-radius: 12px;
  text-align: center;
  padding: 20px 30px;
  width: 15%;
}

.bd-highlight h3 {
  font-size: 22px;
  color: #054064;
  font-family: Co_Headline-Bold;
}

.bd-highlight h1 {
  font-size: 36px;
  color: #054064;
  font-family: Co_Headline-Bold;
}

.bd-highlight.all-status {
  background-color: #248CCC;

}

.bd-highlight.all-status h1,
.bd-highlight.all-status h3 {
  color: #fff;
}
.ticket-status .bd-highlight {
  width: 13%;
  min-width: 200px;
}
.ticket-status .bd-highlight h3{
  min-height: 65px;
}
.ticket-status .bd-highlight.all-status, .ticket-status .bd-highlight:hover {
  box-shadow: -1px 2px 24px 0px #857d85;
  border-color: #248CCC;
}
.ticket-status .bd-highlight a:hover {
  text-decoration: none;
}
.ticket-status .bd-highlight h3{
  min-height: 65px;
}
.ticket-status .bd-highlight.all-status, .ticket-status .bd-highlight:hover {
  box-shadow: -1px 2px 24px 0px #857d85;
  border-color: #248CCC;
}
.btn-add-support {
  border-radius: 12px;
  float: right;
  padding: 12px 0px 16px;
}

.btn-add-support>img {
  margin-left: 15px;
}

.w-15 {
  width: 15%;
}

.customer-ticketing .sortByWrapper .items-per-page {
  display: flex;
  align-items: center;
  float: right;
  z-index: 9999999;
}

.customer-ticketing .sortByWrapper .items-per-page .dropdown-sort-container {
  width: auto;
}

.customer-ticketing .sortByWrapper .items-per-page .dropdown-sort-container .form-control {
  border: 1px solid #ced4da;
  padding-right: 55px;
}

.customer-ticketing .sortByWrapper .items-per-page label {
  font-family: Co_Headline-Light;
}

/* .customer-ticketing .pagination-wrap{
display: none !important;
} */
.customer-ticketing .rightColWrapper {
  justify-content: space-between;
  border: 1px solid #dee2e6;
  margin: 0px;
  padding: 40px 30px 20px 10px;
  position: relative;
  z-index: 99999999;
}
.customer-ticketing .sort-refine-bar {
  padding-bottom: 0px !important;
  border: none;
}
.supportTicket_Table thead th {
  padding: 26px 24px;
  font-size: 18px;
  font-family: Co_Headline-Bold;
  background-color: #F2F2F2;
  text-align: right;
}

.supportTicket_Table tbody tr td {
  padding: 26px;
  font-size: 18px;
  font-family: Co_Headline-Light;
  font-weight: 600;
  color: #333333;
  text-align: right;
}

.supportTicket_Table tbody tr td>a {
  color: #333333;
}
.supportTicket_Table tbody tr td>a:hover{
  font-weight: bolder;
  color: #000000;
}
.bd-highlight.opentkt{
  background-color: aliceblue;
}
.bd-highlight.inprogress{
  background-color:antiquewhite;
}

.supportTicket_Table tbody tr.OPEN {
/*   background: rgb(255 140 0 / 0.1) 0% 0% no-repeat padding-box; */
background-color: aliceblue;
}

.ticket_number,
.ticket_stages {
  font-size: 40px;
  font-weight: bold;
}

.upload-txt {
  font-size: 22px;
}

.lbl-text {
  font-family: Co_Headline-Light;
}

.lbl-number,
.lbl-states {
  font-family: Co_Headline-Regular;
}

.account-section-header-add .ct-add-new-msg-btn {
  background: #248CCC;
  font-size: 24px;
  color: #FFF;
  padding: 13px 32px 16px;
  display: inline-block;
  font-family: Co_Headline-Regular;
  border-radius: 12px;
  vertical-align: center;
  line-height: 24px;
}

.ticket-log-body {
  border: 1px solid #C9C9C9;
  padding: 45px 90px;
}

.ticket-log-body .log-title {
  font-size: 18px;
  font-family: Co Headline Trial;
  color: #202020;
}

.status-closed {
  background: #DAEBD3;
}

.block-status {
  padding: 24px 35px 30px 30px;
  margin: 8px 0px;
  font-size: 18px;
  font-family: Co_Headline-Regular;
  text-align: right;
}

.support-team,
.requester {
  width: 90%;
}

.account-section-header-secondary .account-section-header-add {
  float: left;
}

.account-section-content .my-4 {
  text-align: right;
}

.account-section-content .item-wrapper .float-right {
  float: left !important;
}

.cts-msg-history-item-customer .cts-msg-history-item-info,
.cts-msg-history-item-customer .cts-msg-history-item-msg {
  display: none;
}

ul.cts-attach-list {
  list-style: none;
  padding: 0px 18px 0px 0;
}

li.cts-attach-file a {
  color: #000;
}

.glyphicon-paperclip {
  position: absolute;
  top: -7px;
  right: 0px;
  background-image: url('../images/paperclip.png');
  width: 28px;
  height: 33px;
}

.ct-form {
  position: relative;
  width: 100%;
}

/** float container */
.form-field .form-group {
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 0 8px;
  position: relative;
}

.form-field .form-group input {
  border: none;
  font-size: 22px;
  outline: 0;
  padding: 16px 0 10px;
  width: 100%;
}

.form-field .form-group input::-webkit-input-placeholder {
  color: #fff;
}

.form-field .form-group label {
  font-size: 22px;
  position: absolute;
  transform-origin: top left;
  transform: translate(0, 0px) scale(1);
  transition: all 0.1s ease-in-out;
}

/** active label */
.form-field .form-group.active label {

  transform: translate(0, -8px) scale(0.75);
}

#supportTicketForm .form-field .form-group.active label {
  right: 0;
}

#textarea_feedback1 {
  text-align: right;
}

.status-item {
  align-items: center;
}

.text-are-box textarea {
  width: 100%;
  height: 260px;
  border-radius: 0px;
  resize: none;
  border: 1px solid #ced4da !important;
}

.file-upload__wrapper .custom-file-label {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  text-align: right;
  font-size: 22px;
}

.file-upload__wrapper .custom-file-label::after {
  background: transparent;
  color: #248CCC;
  left: 0 !important;
  text-align: left;
}

.custom-file.w-80 {
  margin-left: 2rem;
}

.w-80 {
  width: 80%;
}

.w-20 {
  width: 20%;
}

.btn-upload {
  border-radius: 12px;
  padding: 7px 0px 12px;
}

.btn-upload img {
  margin-right: 8px;
}

.assoc-obj label.control-label {
  margin-left: 0;
  font-size: 22px;
  margin-bottom: 0;
  position: relative;
  float: right;
}
.assoc-obj .dropdown-sort-container .caret1 {
  display: block;
  background: url("../images/select-arrow-down.png") no-repeat;
  position: absolute;
  left: 14px;
  bottom: 27px;
  width: 18px;
  height: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}

.assoc-obj .dropdown-sort-container .rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.category-obj label.control-label:after {
  content: '*';
  position: absolute;
  right: -13px;
  /* top: -11px; */
  color: #FF0000;
  font-size: 22px;
}
.assoc-obj .form-group label.control-label {
  top: -20px;
  right: 0;
  z-index: 999;
  position: absolute;
}
.assoc-obj select.form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  padding:0px 0px 12px 12px;
  height: auto;
  font-size: 22px;
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
}

.status-item label {
  font-size: 22px;
}

.select-option {
  font-size: 22px;
  height: auto;
  border: 1px solid #ced4da !important;
}

.text-are-box label {
  font-size: 22px;
}

#rchars {
  position: relative;
  float: right;
}

.support-tickets {
  font-size: 30px;
  font-family: Co_Headline-Bold;
  text-align: right;
}

.btn-cust {
  border-radius: 12px;
}

.btn_3+.btn_4 {
  margin-left: -10px;
}

.account-section-header {
  position: relative;
  z-index: 9999;
}

.page-add-support-ticket .add-sucess-popup .modal-dialog {
  width: 800px;
  max-width: 800px;
  text-align: center;
}

.page-add-support-ticket .add-sucess-popup .modal-body {
  padding: 50px 0 20px;
}

.page-add-support-ticket .add-sucess-popup .modal-body p {
  font-size: 18px;
  padding: 0;
}

.page-add-support-ticket .add-sucess-popup .modal-content {
  padding: 10px 20px 50px;
  border-radius: 20px;
}

.page-add-support-ticket .add-sucess-popup .modal-footer {
  justify-content: space-around;
  border: none
}

.page-add-support-ticket .add-sucess-popup button {
  margin-bottom: 20px;
}

.page-add-support-ticket .add-sucess-popup .closeuserbtn {
  background: none;
  border: none;
  position: relative;
}

.page-add-support-ticket .add-sucess-popup .glyphicon-remove {
  top: 14px;
  right: 0px;
}

.textarea_feedback1 {
  text-align: right;
}

#supportTicketForm .support-tickets {
  font-size: 24px
}

#supportTicketForm .custom-file {
  height: auto;
  margin-top: 0px;
  width: 100%;
  margin-left: 0px;
}

#supportTicketForm .file-upload__wrapper .custom-file-label {
  height: auto;
  position: absolute;
}

.page-saved-carts .mx-sm-8 {
  margin: 0 4.5rem !important
}

.table-footer svg {
  height: 35px;
}

.table-footer>div {
  display: flex;
  align-items: center;
}

.table-footer .legend-txt {
  color: #3D3D3D;
  font-size: 16px;
  line-height: 18px;
  margin-right: 8px;
}

.table-footer .open-bg {
  width: 37px;
  height: 25px;
  background-color:#248CCC;
  opacity: 0.2;
}

.table-footer .in-progress-bg {
  width: 37px;
  height: 25px;
  background-color: #FF8C00;
  opacity: 0.2;
  margin-right:80px;

}

.table-footer .on-hold-bg {
  width: 37px;
  height: 25px;
  background-color: #FF0000;
  opacity: 0.2;
}

.table-footer .closed-bg {
  width: 37px;
  height: 25px;
  background-color: #499C26;
  opacity: 0.2;
}

#supportTicketForm #exampleFormControlSelect1 {
  background-color: transparent;
}

.customer-ticketing-pagination {
  margin: 0 0 50px;
}

.customer-ticketing-pagination .rightColWrapper {
  border: 0;
  padding-right: 0;
}

.customer-ticketing-pagination .rightColWrapper>div {
  display: none;
}

.customer-ticketing-pagination .rightColWrapper .pagination-wrap {
  display: flex;
}

.add-support-header {
  color: #1C2346;
}

#createTicket-message {
  font-size: 22px;
}

.add-comment {
  display: flex;
  justify-content: flex-end;
}

.add-comment a {
  color: #fff !important;
  padding: 0 56px !important;
  font-size: 22px;
}

.update-support .form__field.item-value {
  font-size: 22px;
}

.ticket-log {
  font-size: 30px;
}

.add-message#colorbox {
  width: 1000px !important;
}

.add-message#colorbox,
.add-message #cboxLoadedContent {
  overflow: hidden !important;
  background-repeat: no-repeat;
}

.add-message #cboxClose .glyphicon-remove,
.add-sucess-popup #cboxClose .glyphicon-remove {
  background-image: url('../images/close.png');
}

.browse-txt {
  font-size: 22px;
  color: #248CCC;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
  cursor: pointer;
  display: block;
}

.feedback-title {
  padding: 8px 22px;
  background-color: #054064;
  display: flex;
  margin: 0 0;
}

.feedback-title p {
  font-size: 26px;
  font-family: Co Headline Trial;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.feedback-body {
  padding: 0 22px 15px;
}

.feedback-body p {
  font-family: Co Headline Trial;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #202020;
  margin: 20px 0 0;
}

.feedback-body .delivery {
  text-align: right;
  margin-top: 20px;
}

.add-comment-wrapper {
  overflow-y: auto;
  height: calc(100vh - 300px);
  padding-right: 20px;
  margin: 20px 0;
  overflow-x: hidden;
}

.add-comment-wrapper #cboxTitle,
.add-comment-wrapper #cboxClose {
  display: none;
}

.add-comment-wrapper::-webkit-scrollbar {
  width: 8px;
}

.add-comment-wrapper::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 5px;
}

.add-comment-wrapper::-webkit-scrollbar-thumb {
  background: #283870;
  border-radius: 5px;
}

.add-comment-wrapper::-webkit-scrollbar-thumb:hover {
  background: #283870;
}

.attached-docs .cts-attach-list a {
  color: #212529;
  font-size: 22px;
  display: inline-flex;
  line-height: 28px;
}

.attached-docs .cts-attach-list .glyphicon-paperclip {
  position: relative;
  top: 0;
  display: inline-block;
  margin-right: 8px;
}

.success-icon {
  margin-bottom: 20px;
}

.support-ticket-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.support-ticket-wrapper .account-section-header {
  align-self: flex-end;
  margin-right: auto;
}
.support-ticket-wrapper ul {
  width: 83%;
  margin-bottom: 10px !important;
}
.support-ticket-wrapper .account-section-header .account-section-header-add a{
  display: inline-block;
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 8px 25px;
  line-height: initial;
  border-radius: 12px;
  height: 57px;
  border: 1px solid transparent;
  font-family: Co_Headline-Regular;
  overflow: hidden;
  margin-bottom: 10px !important;
  width: auto;
}
.support-ticket-page-wrapper .pagination-wrap{
  justify-content: flex-end;
}
/* ticket_system.css file changes ends */
.share {
  text-align: left;
}

.nupco_certified {
  background-image: url('../images/awarded_ar.png');
  width: 193px;
  height: 51px;
  display: none;
}

.per-unit.price-sub-title {
  margin: 0px;
}

#award_unit {
  text-align: right;
}

.yCmsContentSlot.componentContainer .nav-order-tools {
  display: none;
}

.yCmsContentSlot.componentContainer .yCmsComponent {
  display: inline-flex;
}

.zoomImg {
  display: none;
}



/* .owl-wrapper-outer .owl-wrapper .owl-item{
    width: 100px !important;
    height: 100px;
    padding: 10px;
    border: 1px solid #BBBBBB;
    border-radius: 12px;
    margin-bottom: 20px;
  } */

.page-saved-carts .nav {
  padding-right: 0;
}

.page-saved-carts .mx-sm-8 {
  margin: 0 4.5rem !important
}

.page-orders .input-group-append {
  margin-left: 0;
}

.saved-cart-info-tooltip {
  position: relative;
  display: inline-block;
}

.saved-cart-info-tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: white;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  position: absolute;
  z-index: 1;
  top: 115%;
  left: 0;
  margin-right: -192px;
  box-shadow: 2px 2px 2px #ccc;
  border: 1px solid #ccc;
  cursor: pointer;
}

.saved-cart-info-tooltip img {
  right: -27px;
  position: relative;
  top: 10px;
}

.saved-cart-info-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 74%;
  margin-left: -24px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.saved-cart-info-tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 73%;
  margin-left: -17px;
  border-width: 22px;
  border-style: solid;
  border-color: transparent transparent #00000024 transparent;
}

.saved-cart-info-tooltip:hover .tooltiptext {
  visibility: visible;
}

.page-orders .input-group-append {
  margin-left: 0px;
}

.savecartbtn1 {
  float: left;
}

.savecartbtn2 {
  float: right;
}

.sucess-description {
  text-align: center;
  font-size: 20px;
  padding: 30px 0 20px;
}

.page-savedCartDetailsPage .cartmodel .modal-btn-field {
  margin: 30px auto 0;
  margin-left: -20px !important;
  float: left;
}

.modal-body.cartmodel {
  text-align: center;
}

.product-item-image img {
  width: 100px;
  height: auto;
}

.page-savedCartDetailsPage .cartmodel .modal-btn-field.sucess-popup-cart {
  float: none;
  margin: 30px auto 0 !important;
}

.tab-pagination {
  max-width: 21%;
  margin-right: 20px;
}

.page-saved-carts .tbl-controls {
  margin-right: 15px;
}

.form-error-message {
  float: right;
  color: #FF0808;
}

#password-form .primary,
#password-form .secondary,
#personal-form .primary,
#personal-form .secondary,
#email-form .primary,
#email-form .secondary,
#updateEmailForm .primary,
#updateEmailForm .secondary
{
  padding: 10px 25px;
  height: auto;
  border-radius: 12px;
  width: 220px;
}

.floatingDropdown .dropdown.assoc-obj .control-label {
  color: #BBBBBB;
  font-size: 13px;
  font-family: "Co_Headline-Bold";
}

.floatingDropdown .dropdown.assoc-obj {
  border-bottom: none;
}

.page-nupcoUpdateProfilePage .dropdown.assoc-obj label.control-label:after {
  content: ''
}

.floatingDropdown .dropdown.assoc-obj span::before {
  top: 0px;
  background: #fff;
  width: 20px;
  left: 0;
  z-index: 99;
}

.account-title {
  font-size: 30px;
  text-align: right;
}
.account-section-header__subheadline,.import-csv__file-spec{
  text-align: right;
}
.import-csv__file-upload b{
  margin-left: auto;
  display: flex;
}
.modal-backdrop {
  width: 100%;
  height: 100%;
}
.owl-theme .owl-item .item div img.lazyOwl{
  float:right;
}
/* ticket_system.css file changes ends */
/* Screen resolution 125 % media query */
@media (resolution: 120dpi) {
  body {
    zoom: 0.8;
  }

  .banner__component--responsive img,
  .carousel-slide {
    /* height: 125vh; */
    width: 100%
  }
}
.page-multiStepCheckoutSummaryPage .submit-delivery-address {
  float: left !important
}
.suggested_address_submit{
  text-align: right;
}
.available-address .checkbox-button__control{
  margin-left: 15px;
  margin-right: 0px;
}
/* .page-multiStepCheckoutSummaryPage .btn-smry {
  float: left !important;
} */
.product-details .sold-by-title{
  text-align: right;
}
footer .footer_section_1 .yCmsContentSlot.mr-4 {
  margin-left: 1.5rem;
  margin-right: 0 !important
}
footer .footer_section_1 .list-group-item{
  padding-right: 0 !important;
  padding-left: 3rem!important;
}
footer .footer_section_1 ul.list-unstyled .snd-mssge .yCmsContentSlot  {
  transform: rotate(180deg);
  padding: 5px;
}
/* ticket_system.css file changes ends */

.no-pointer, .no-pointer img {
  cursor: auto;
  pointer-events: none;
}
.item-disabled{
  opacity: 0.5;
}
.section_1{
  padding-right: 0px;
    padding-left: 15px !important;
}
.section_1 .sold-by-title{
  text-align: right;
}
.section_1 .js-gallery .js-gallery-image .item .lazyOwl{
  float: right;
}
.section_2 .award-unit{
  text-align: right;
}

/* RFQ styles */
h2.page-title{
  font-family: Co_Headline-Regular;
  color: #1C2346;
  font-size: 40px;
  padding: 0 15px;
  padding-left: 0px;
}
.accountActionsWrapper{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 15px;
}
.accountActionsWrapper .accountActions{
  min-width: 160px;
}
.accountActionsWrapper .accountActions:first-child{
  margin-left: 15px;
}
.input-checkbox-wrapper {
  direction: rtl;
  text-align: right;
}
.input-checkbox-wrapper label {
  display: flex;
  font-weight: bold;
  color: #202020;
  font-size: 14px;
  padding-left: 0;
}
.input-checkbox-wrapper .form-group{
  display: inline-block;
  margin-left: 20px;
}

.input-checkbox-wrapper .checkbox input[type="checkbox"] {
  position: relative;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  padding-left: 0;
}
.input-checkbox-wrapper .control-label::before, .input-checkbox-wrapper .control-label::after{
  content: none;
}
#comment, #rfxMessageBox, #comment-medical, #comment-medical-lab,#comment-medical-consumables
{
  display: block;
  width: 100%;
  border: 1px solid #BBBBBB;
  outline: 0;
  font-size: 18px;
  color: #000;
  padding: 18px 10px 10px 10px;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: unset;
 resize: none;
}
#rfxMessageBox {
  margin-right: 15px;
  width: calc(100% - 15px);
}
.rfq-filter-wrapper .user-account{
  /* height: auto; */
  min-width: 150px;
  width: 13%;
}
.rfq-filter-wrapper .user-account h4 {
  font-size: 22px;
}
.rfq-pagination .pagination{
  justify-content: flex-end;
}
.rfq-pagination .pagination-toolbar {
  padding: 0px 0px 20px 25px;
}
.rfq-filter-wrapper > .item-action{
  align-self: flex-end;
    margin-right: auto;
    margin-left: 15px;
}
.rfqWrapper .form-control[readonly] {
  background: transparent;
  color: #7C7C7C;
}
.rfq-list-page {
  padding: 0 15px;
}
.rfq-view-table tr td {
  color: #333333;
  font-size: 18px;
  font-family: Co_Headline-Light;
  font-weight: 600;
}
.rfq-detail-wrapper .rfq-status, .rfq-detail-wrapper .container > .row{
  text-align: right;
}
.rfq-detail-wrapper .item-group {
  margin-bottom: 30px;
}
.rfq-detail-wrapper .item-group .item-label {
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  display: block;
}
.rfq-detail-wrapper .item-group .item-value{
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  display: block;
}
.rfq-progress-wrapper .order-summary-panel{
  width: 100%;
}
.rfq-progress-wrapper .order-summary-panel #progressbar{
  width: 100%;
}
.rfq-progress-wrapper .order-summary-panel #progressbar li{
  width: 20%;
}
.rfq-progress-wrapper .order-summary-panel #progressbar li:before {
  position: relative;
  z-index: 1;
}
.rfq-progress-wrapper .order-summary-panel #progressbar li:after{
  z-index: 0;
  background: #707070;
}

.rfq-progress-wrapper .order-summary-panel #progressbar li#step1:before {
  content: "";
}
.rfq-progress-wrapper .order-summary-panel #progressbar .step-icons{
  position: absolute;
  left: 50%;
  width: 58px;
  top: 0;
  height: 58px;
  transform: translate(-50%, 0);
  z-index: 5;
}

.rfq-progress-wrapper .order-summary-panel #progressbar .sentback:before {
  background: #FF0000;
}

.rfq-progress-wrapper .order-summary-panel #progressbar #step2:before, .rfq-progress-wrapper .order-summary-panel #progressbar #step3:before, .rfq-progress-wrapper .order-summary-panel #progressbar #step4:before, .rfq-progress-wrapper .order-summary-panel #progressbar #step5:before, .rfq-progress-wrapper .order-summary-panel #progressbar #step6:before, .rfq-progress-wrapper .order-summary-panel #progressbar #step7:before, .rfq-progress-wrapper .order-summary-panel #progressbar #step8:before{
  content: "";
}

.rfq-progress-wrapper .order-summary-panel #progressbar li.completed:before {
  background: #5f3b76 !important;
  background-image: none !important;
  border-color: #5f3b76 !important;
}

.rfq-progress-wrapper .order-summary-panel #progressbar li.active:before {
  background: #5f3b76 !important;
  border-color: #5f3b76 !important;
}

.rfq-progress-wrapper .order-summary-panel #progressbar li.disabled-status:before {
  background: #888888 !important;
  border-color: #888888 !important;
}

.rfq-progress-wrapper .order-summary-panel #progressbar li.disabled-status img {
  opacity: 0.3;
}

/* .rfq-progress-wrapper .order-summary-panel #progressbar li#step4:after {
  width: 50%;
  right: 0;
}
.rfq-progress-wrapper .order-summary-panel #progressbar li#step5:after {
  width: 0;
} */
.rfq-progress-wrapper .order-summary-panel #progressbar .active svg path, .rfq-progress-wrapper .order-summary-panel #progressbar li.completed svg path{
  fill: #fff !important;
}
.rfq-progress-wrapper .order-summary-panel #progressbar li.active + li svg path {
  fill: #5f3b76;
}
.headline.sendProduct {
  max-width: 60%;
  margin: 0 auto;
}
.search-empty-rfq .headline {
  font-size: 18px;
  color: #7C7C7C;
}
.req-quote-btn-disabled a {
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed !important;
  display: inline-block;
  border: 1px solid #A8A8A8;
  color: #fff !important;
  font-size: 20px;
  padding: 0px 15px;
  height: 57px;
  line-height: 54px;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: #A8A8A8;
  transition: all .3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 235px;
}
.req-quote-btn a {
  display: inline-block;
  border: 1px solid #248CCC;
  color: #fff !important;
  font-size: 20px;
  padding: 0px 15px;
  height: 57px;
  line-height: 54px;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: #248CCC;
  transition: all .3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 235px;
}

.req-quote-btn a:hover {
  color: #fff;
  text-decoration: none;
}

.req-quote-btn a:hover:before {
  width: 100%;
}

.req-quote-btn a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #116aa0;
  transition: all .3s;
  border-radius: 12px;
  z-index: -1;
}

.req-quote-btn a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #248CCC;
  border-radius: 12px;
  z-index: -2;
}
.rfq-item {
  align-items: flex-end;
  display: flex;
  margin-left: auto;
  margin-right: 15px;
}
.rfq-item a:hover {
  text-decoration: none;
}
.submitRFxRequest {
    width: auto;
}

.rfq-tab-view li {
    width:auto !important;
    padding: 0 15px;
}
.rfq-comment::after{
  content: none !important;
}
.rfq-comment.control-label{
  top: -22px !important;
}
.rfq-pagination .prdct-pagination{
  justify-content: flex-end;
  margin-bottom: 30px !important;
}
.compatability-wrapper.hide{
  display: none !important;
}

#generic-id-auto .ui-menu.ui-widget.ui-autocomplete
,#generic-id-auto-medical .ui-menu.ui-widget.ui-autocomplete
,#generic-id-auto-medical-laboratory .ui-menu.ui-widget.ui-autocomplete
{
  top: 35px !important;
  left: 23px !important;
  width: 90%!important;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
}
#generic-id-auto .ui-menu.ui-widget.ui-autocomplete LI
,#generic-id-auto-medical .ui-menu.ui-widget.ui-autocomplete LI
,#generic-id-auto-medical-laboratory .ui-menu.ui-widget.ui-autocomplete LI
{
  cursor: pointer;
}
.plr-15 {
  padding: 0 15px;
}
/* RFQ styles ends */

/* cart page vaidation */
.deliveryDate-group{
  width: 55px !important;
  margin: 0 20px;
  padding-left: 0px !important;
}
.deliveryDate{
  width: 50px !important;
  text-align: center;

}
.invalidCheck{
  border: 2px solid #FF0808 !important;
}
.removeConfimPopup .modal-footer{
  padding: 30px;
}
.removeConfirmation{
  font-size: 20px;
  font-weight: 700;
}
.removeConfirmation-txt{
  font-size: 18px !important;
  text-align: center;
  margin: 25px 0;
}
.checked-error{
  color: #FF0808 !important;
}
.empty-cart-wrapper {
  text-align: right;
}
.cart-item-details .input-checkbox .styled-checkbox+label:before{
  margin-left: 8px;
}
.free-prod {
  font-weight: bold;
  display: block;
}
.item__code {
  font-size: 14px;
  font-weight: normal;
}
.comment-text{
  max-width: 49%;
}
.savecart .sucess-popup-cart {
	margin: 30px auto 0 !important;
}
#nupcoSaveCartForm .number-products {
  font-size: 22px;
  float: right;
  text-align: right;
}
.deals-promotions_section .carousel__component--carousel a {
  text-decoration: none;
}
.deals-promotions_section .carousel__component--carousel .card{
  min-height: 520px;
}
.app-dashboard-tab ul li.nav-item {
  width: 20% !important;
  text-align: center;
}
.app-dashboard-tab {
  background-color: #F8F9FB;
}
.bg-trasperent {
  background-color: transparent;
}
.approval-dashboard-filterPanel .rightColWrapper .pagination-bar-results {
  font-size: 18px;
  color: #0A3D65;
}
.approval-dashboard-filterPanel .filter-controls {
  margin-right: auto;
    position: relative;
    top: 10px
}
.table-hover tbody tr:hover{
  cursor: pointer;
  font-weight: bold !important;
  background: transparent;
}
.waiting-approval-text{
  margin-right: 15px;
}
.vendor.col-md-12.text-center {
  height: 4rem;
  overflow: hidden;
}
.sh-add-items-count {
  position: relative;
  width: 101px;
  height: 48px;
}
.sh-add-items-count input {
  width: 101px;
  height: 48px;
  border-radius: 6px;
}
.sh-add-items-count .count-Inc-denc-btn {
  top: -6px;
}
.sh-cart-item-details tbody tr td {
  text-align: right;
}
.feb-error-text{
  position: relative;
  font-size: 14px;
  color: red;
  display: block;
}
.btn-details {
  margin-right: auto;
}
.ASM-div{
  position: absolute;
  top: 0px;
  width: 100%;
}
.feedback_submit-form{
  margin-right: auto;
}
/* global alerts*/
.global-alerts {
  font-size: 16px;
 /* position: absolute; */
  width: 100%;
  top: 0;
  z-index: 99;
}
.global-alerts .closeAccAlert {
  font-size: 22px;
  margin: 0 14px;
}
.global-alerts .alert {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
body.page-nupcoContactUsPage .breadcrumb-section.container-wrapper,
body.page-support-tickets .breadcrumb-section.container-wrapper,
body.page-add-support-ticket  .breadcrumb-section.container-wrapper,
body.page-mp-order-approval-dashboard  .breadcrumb-section.container-wrapper,
body.page-orders .breadcrumb-section.container-wrapper,
body.page-OverStockOrderList .breadcrumb-section.container-wrapper,
body.page-RFxCRM .breadcrumb-section.container-wrapper,
body.page-nupcoUpdateProfilePage .breadcrumb-section.container-wrapper,
body.page-nupcoUpdatePasswordPage .breadcrumb-section.container-wrapper,
body.page-nupcoUpdateEmailPage .breadcrumb-section.container-wrapper,
body.page-updateWarehouseAddressesPage .breadcrumb-section.container-wrapper,
body.page-feedbackOrderHistoryPage .breadcrumb-section.container-wrapper,
body.page-completedOrderHistoryPage .breadcrumb-section.container-wrapper,
body.page-cancelledOrderHistoryPage .breadcrumb-section.container-wrapper,
body.page-saved-carts .breadcrumb-section.container-wrapper,
body.page-my-company .breadcrumb-section.container-wrapper,
body.ppage-frameworkAgreementOrdersPage .breadcrumb-section.container-wrapper
{
  padding: 0rem ;
}
body.page-nupcoContactUsPage .breadcrumb-section,
body.page-support-tickets .breadcrumb-section,
body.page-add-support-ticket  .breadcrumb-section,
body.page-mp-order-approval-dashboard  .breadcrumb-section,
body.page-orders .breadcrumb-section,
body.page-OverStockOrderList .breadcrumb-section,
body.page-RFxCRM .breadcrumb-section,
body.page-nupcoUpdateProfilePage .breadcrumb-section,
body.page-nupcoUpdatePasswordPage .breadcrumb-section,
body.page-nupcoUpdateEmailPage .breadcrumb-section,
body.page-updateWarehouseAddressesPage .breadcrumb-section,
body.page-feedbackOrderHistoryPage .breadcrumb-section,
body.page-completedOrderHistoryPage .breadcrumb-section,
body.page-cancelledOrderHistoryPage .breadcrumb-section,
body.page-saved-carts .breadcrumb-section,
body.page-my-company .breadcrumb-section,
body.page-frameworkAgreementOrdersPage .breadcrumb-section 
{
    position: absolute;
    z-index: 99;
    background: transparent;
    border: none;
}
body.page-nupcoContactUsPage .breadcrumb-section ul.breadcrumb,
body.page-support-tickets .breadcrumb-section ul.breadcrumb,
body.page-add-support-ticket  .breadcrumb-section ul.breadcrumb,
body.page-mp-order-approval-dashboard  .breadcrumb-section ul.breadcrumb,
body.page-orders  .breadcrumb-section ul.breadcrumb,
body.page-OverStockOrderList .breadcrumb-section ul.breadcrumb,
body.page-RFxCRM .breadcrumb-section ul.breadcrumb,
body.page-nupcoUpdateProfilePage .breadcrumb-section ul.breadcrumb,
body.page-nupcoUpdatePasswordPage .breadcrumb-section ul.breadcrumb,
body.page-nupcoUpdateEmailPage .breadcrumb-section ul.breadcrumb,
body.page-updateWarehouseAddressesPage .breadcrumb-section ul.breadcrumb,
body.page-feedbackOrderHistoryPage .breadcrumb-section ul.breadcrumb,
body.page-completedOrderHistoryPage .breadcrumb-section ul.breadcrumb,
body.page-cancelledOrderHistoryPage .breadcrumb-section ul.breadcrumb,
body.page-saved-carts .breadcrumb-section ul.breadcrumb,
body.page-my-company .breadcrumb-section ul.breadcrumb,
body.page-frameworkAgreementOrdersPage .breadcrumb-section ul.breadcrumb
{
  border-radius: 0px 0px 0px 50px;
  top: 0px;
  right: -15px;
  width: auto;
  background: linear-gradient(-105deg, black 0%, black 0%, rgba(65, 159, 181, 0.66) 0%, #3399b3 11%, #4fb055 100%);
  height: 58px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 100px 0px 132px;
  -webkit-transform: skew(208deg, 0deg);
  transform: skew(208deg, 0deg);
  display: table;
  position: absolute;
}
body.page-nupcoContactUsPage .breadcrumb-section ul.breadcrumb li,
body.page-support-tickets .breadcrumb-section ul.breadcrumb li,
body.page-add-support-ticket .breadcrumb-section ul.breadcrumb li,
body.page-mp-order-approval-dashboard .breadcrumb-section ul.breadcrumb li,
body.page-orders .breadcrumb-section ul.breadcrumb li,
body.page-OverStockOrderList .breadcrumb-section ul.breadcrumb li,
body.page-RFxCRM .breadcrumb-section ul.breadcrumb li,
body.page-nupcoUpdateProfilePage .breadcrumb-section ul.breadcrumb li,
body.page-nupcoUpdatePasswordPage .breadcrumb-section ul.breadcrumb li,
body.page-nupcoUpdateEmailPage .breadcrumb-section ul.breadcrumb li,
body.page-updateWarehouseAddressesPage .breadcrumb-section ul.breadcrumb li,
body.page-feedbackOrderHistoryPage .breadcrumb-section ul.breadcrumb li,
body.page-completedOrderHistoryPage .breadcrumb-section ul.breadcrumb li,
body.page-cancelledOrderHistoryPage .breadcrumb-section ul.breadcrumb li,
body.page-saved-carts .breadcrumb-section ul.breadcrumb li,
body.page-my-company .breadcrumb-section ul.breadcrumb li,
body.page-frameworkAgreementOrdersPage .breadcrumb-section ul.breadcrumb li
{
  display: table-cell;
  -webkit-transform: skew(-151deg, 0deg);
  transform: skew(-208deg, 0deg);
  line-height: 3.2;
  font-size: 16px;
}
body.page-nupcoContactUsPage .breadcrumb-section ul.breadcrumb li a,
body.page-support-tickets .breadcrumb-section ul.breadcrumb li a,
body.page-add-support-ticket .breadcrumb-section ul.breadcrumb li a,
body.page-mp-order-approval-dashboard .breadcrumb-section ul.breadcrumb li a,
body.page-orders .breadcrumb-section ul.breadcrumb li a ,
body.page-OverStockOrderList .breadcrumb-section ul.breadcrumb li a,
body.page-RFxCRM .breadcrumb-section ul.breadcrumb li a,
body.page-nupcoUpdateProfilePage .breadcrumb-section ul.breadcrumb li a,
body.page-nupcoUpdatePasswordPage .breadcrumb-section ul.breadcrumb li a,
body.page-nupcoUpdateEmailPage .breadcrumb-section ul.breadcrumb li a,
body.page-updateWarehouseAddressesPage .breadcrumb-section ul.breadcrumb li a,
body.page-feedbackOrderHistoryPage .breadcrumb-section ul.breadcrumb li a,
body.page-completedOrderHistoryPage .breadcrumb-section ul.breadcrumb li a,
body.page-cancelledOrderHistoryPage .breadcrumb-section ul.breadcrumb li a,
body.page-saved-carts .breadcrumb-section ul.breadcrumb li a,
body.page-my-company .breadcrumb-section ul.breadcrumb li a,
body.page-frameworkAgreementOrdersPage .breadcrumb-section ul.breadcrumb li a
{
  font-size: 16px;
  font-family: Co_Headline-Regular;
  color: #fff;
}
body.page-nupcoContactUsPage .breadcrumb-section ul.breadcrumb li.active,
body.page-support-tickets .breadcrumb-section ul.breadcrumb li.active,
body.page-add-support-ticket .breadcrumb-section ul.breadcrumb li.active,
body.page-mp-order-approval-dashboard .breadcrumb-section ul.breadcrumb li.active,
body.page-orders .breadcrumb-section ul.breadcrumb li.active,
body.page-OverStockOrderList .breadcrumb-section ul.breadcrumb li.active,
body.page-RFxCRM .breadcrumb-section ul.breadcrumb li.active,
body.page-nupcoUpdateProfilePage .breadcrumb-section ul.breadcrumb li.active,
body.page-nupcoUpdatePasswordPage .breadcrumb-section ul.breadcrumb li.active,
body.page-nupcoUpdateEmailPage .breadcrumb-section ul.breadcrumb li.active,
body.page-updateWarehouseAddressesPage .breadcrumb-section ul.breadcrumb li.active,
body.page-feedbackOrderHistoryPage .breadcrumb-section ul.breadcrumb li.active,
body.page-completedOrderHistoryPage .breadcrumb-section ul.breadcrumb li.active,
body.page-cancelledOrderHistoryPage .breadcrumb-section ul.breadcrumb li.active,
body.page-saved-carts .breadcrumb-section ul.breadcrumb li.active,
body.page-my-company .breadcrumb-section ul.breadcrumb li.active,
body.page-frameworkAgreementOrdersPage .breadcrumb-section ul.breadcrumb li.active
 {
  font-size: 16px;
  font-family: Co_Headline-Regular;
  color: #fff;
}
body.page-nupcoContactUsPage .breadcrumb-section ul.breadcrumb li+li:before,
body.page-support-tickets .breadcrumb-section ul.breadcrumb li+li:before,
body.page-add-support-ticket .breadcrumb-section ul.breadcrumb li+li:before,
body.page-mp-order-approval-dashboard  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-orders  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-OverStockOrderList  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-RFxCRM  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-nupcoUpdateProfilePage  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-nupcoUpdatePasswordPage  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-nupcoUpdateEmailPage  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-updateWarehouseAddressesPage  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-feedbackOrderHistoryPage  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-completedOrderHistoryPage  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-cancelledOrderHistoryPage  .breadcrumb-section ul.breadcrumb li+li:before,
body.page-saved-carts .breadcrumb-section ul.breadcrumb li+li:before,
body.page-my-company .breadcrumb-section ul.breadcrumb li+li:before,
body.page-frameworkAgreementOrdersPage .breadcrumb-section ul.breadcrumb li+li:before
{
  padding: 0rem 0.9rem;
  color: #6c757d;
  content: "";
  background-repeat: no-repeat;
  top: 11px;
  position: relative;
  margin-left: 0.4rem;
  background-image: url(../images/ar_bredcum_icon.png);
  left: 6px;
}
/* body.page-orders .global-alerts,
body.page-completedOrderHistoryPage .global-alerts,
body.page-cancelledOrderHistoryPage .global-alerts
{
  position: absolute;
  top: 330px;
} */
body.page-orders .global-alerts,body.page-completedOrderHistoryPage .global-alerts,body.page-cancelledOrderHistoryPage .global-alerts{
  z-index: 9;
  position: relative;
}
body.page-orders .global-alerts .alert,
body.page-completedOrderHistoryPage .global-alerts .alert,
body.page-cancelledOrderHistoryPage .global-alerts .alert{
  justify-content: center;
  padding: 12px 0;
}
body.page-orders .global-alerts ~ div.account-section,body.page-completedOrderHistoryPage .global-alerts ~ div.account-section,body.page-cancelledOrderHistoryPage .global-alerts ~ div.account-section {
  margin-top: -75px;
  z-index: 9999999;
}
body.page-orders .global-alerts ~ .breadcrumb-section ul.breadcrumb,body.page-completedOrderHistoryPage .global-alerts ~ .breadcrumb-section ul.breadcrumb,body.page-cancelledOrderHistoryPage .global-alerts ~ .breadcrumb-section ul.breadcrumb{
  top: -10px;
}
.quick-view-container{
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding-left: 20px;
}
.ng-scroll{
  max-height: calc(100vh - 115px);
  overflow-y: auto;
  padding-left: 20px;
}
.orderApprovalApproveCommentModal .ng-scroll{
  max-height: calc(100vh - 200px);
  min-height: calc(100vh - 150px);
}

#financialCommentSpan, #deliveryDate-group-release, #pouploaddocument, #customerEtimadReferenceNumberSpan, #poDownloadUploadSpan {
  border: 1px solid #C9C9C9;
  height: 100%;
  padding: 25px;
  position: relative;
}

#financialCommentSpan img, #deliveryDate-group-release img, #pouploaddocument img, #customerEtimadReferenceNumberSpan img {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 10px;
  left: 8px;
}
#poDownloadUploadSpan img {
  width: 50px;
  height: 50px;
}
.relese-order-commentlabel{
  min-height: 3rem;
}
.opacity-50{
  opacity: 0.5 !important;
}
#poDownloadUploadSpan .relese-order-commentlabel{
  min-height: 1rem;
}
/* Loader  */
#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.9;
  background-color: #fff;
  z-index: 999999999;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 100;
  margin: 0 auto;
  transform: translate(50%, 50%);
}
.AccountOrderDetailsOverviewComponent-CancelOrderAction
,.AccountOrderDetailsOverviewComponent-NupcoMPCancelOrderAction{
  width: 222px;
  float: right;
}
.AccountOrderDetailsOverviewComponent-NupcoMPCancelOrderAction form {
  margin-right: 0px !important;
}
.AccountOrderDetailsOverviewComponent-CancelOrderAction .cancelorderForm--ButtonWrapper{
  margin-top: 0px;
}
.AccountOrderDetailsOverviewComponent-CancelOrderAction .cancelorderForm--ButtonWrapper .btn-default{
  border: 1px solid #248CCC;
  color: #283870 !important;
  font-size: 20px;
  padding: 8px 25px;
  height: 57px;
  line-height: initial;
  border-radius: 12px;
  font-family: Co_Headline-Regular;
  background-color: transparent;
  transition: all .3s;
}
.AccountOrderDetailsOverviewComponent-CancelOrderAction .cancelorderForm--ButtonWrapper .btn-default:hover{
  box-shadow: 0px 0px 0px 2px #248CCC;
    transition: box-shadow 0.6s linear;
}
.btn.btn-default.js-overstockcartItemDetailBtn{
  padding: 0px;
}
.btn.btn-default.js-overstockcartItemDetailBtn span.glyphicon-trash img{
  margin-left: 12px;
}
.cart-grand-total{
  margin: 0 20px;
}
.cart-grand-total .inner_block_3{
  text-align: center;
}
.order-summary-block .order-summary-header{
  padding-bottom: 0.9rem;
}
/* End */


/*---- Shared program page --- */

header.shared-header {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: #D3E8F5;
}

header.shared-header.sticky-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #D3E8F5;
  z-index: 99999;
}

header.shared-header.sticky-header .search_bar {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-bottom: 0px !important;
}

body.page-nupcoDisplayalloverstockpage>header,
body.page-nupcoDisplayalloverstockListpage>header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

body.page-nupcoDisplayalloverstockpage>header.sticky-header,
body.page-nupcoDisplayalloverstockListpage>header.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #D3E8F5;
  z-index: 99999;
}

.sh-nupco-logo {
  background-image: url(../images/ar_shrd_prgm_logo.png);
  width: 274px;
  height: 204px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

header.sticky-header .sh-nupco-logo {
  width: 270px;
  height: 180px;
  background-size: 87%;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tab-header {
  font-size: 26px;
  font-family: Co_Headline-Bold;
  color: #333333;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}

.sh-tabbable ul.mb10.nav {
  border-bottom: none;
  padding: 0;
}

.top-section-wrapper {
  border-bottom: 1px solid #D8D8D8;
}

.sh-tabbable ul.mb10.nav a.active {
  border-bottom: 5px solid;
  border-radius: 6px;
  -o-border-image: linear-gradient(to right, #248CCC 0%, #1C2346 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#248CCC), to(#1C2346));
  border-image: linear-gradient(to right, #248CCC 0%, #1C2346 100%);
  border-image-slice: 1;
}

.tutrl-card {
  padding: 0 !important;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  height: auto;
  width: 90%;
  float: none;
  margin: 30px auto;
  transition: box-shadow .3s;
  background: #fff;
  color: #000;
}

.tutrl-card:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 6px;
  background: #61bb3b;
  background: -webkit-gradient(linear, left top, right top, from(#61bb3b), to(#3297ab));
  background: linear-gradient( 90deg, #61bb3b 0%, #3297ab 100%);
  border-radius: 12px;
}

.tutrl-card .card-body {
  padding: 20px;
}

.tutrl-card h4.title {
  font-size: 20px;
  font-family: Co_Headline-Regular;
  color: #283870;
  margin: 0px;
  height: auto;
  text-align: left;
  white-space: initial;
  font-weight: bold;
  height: 5rem;
  margin-bottom: 30px;
  text-align: right;
}

.btn-tutrl {
  font-size: 14px;
  padding: 8px 12px;
  height: 42px;
  float: right;
}

.btn-tutrl i {
  margin-right: 10px;
}

.shared-program_section {
  background-color: #fff;
  position: relative;
  padding: 90px 0px 125px;
}

.sh-pgm-card {
  padding: 0 !important;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  height: 524px;
  width: 90%;
  float: none;
  margin: 30px auto;
  background: rgb(36 140 204 / 0.8);
  color: #fff;
}

.private-over-stock-request .sh-pgm-card {
  background: #1C2346;
}

.private-over-stock-request .qunty-avil-num {
  background-color: #248ccc;
}

.overstock-request .sh-pgm-card {
  height: 350px;
}

.sh-pgm-card .btn-outline {
  background-color: #fff;
}

.sh-pgm-card:hover {
  /* box-shadow: 0px 0px 10px 0px #248ccc;
  border: 1px solid #248ccc;*/
}

.private-item {
  background-color: rgb(36 140 204 / 0.2);
}


/*
.private-item .sh-price-details {
  margin: 30px 0px 0px;
}
*/

.sh-pgm-card .card-body {
  padding: 0 !important;
  margin: 30px 50px 43px !important;
}

.sh-pgm-card .pdct-title {
  font-size: 20px;
  font-family: Co_Headline-Bold;
  height: 4rem;
  color: #283870;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.private-item .pdct-title,.private-item .pdct-title .js--av-popup__link,.pdct-title a.js--av-popup__link {
  color: #283870;
}

.manf-text {
  font-size: 18px;
  font-family: Co_Headline-Light;
  margin-bottom: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.manf-text a {
  color: #fff;
}

.private-item .manf-text {
  color: #292727;
}

.private-item .manf-text a {
  color: #248CCC;
}


/*.item-disply {
  display: flex;
  align-items: center;
  justify-content: center;
}*/

.card-list-view .item-disply {
  justify-content: right;
}

.title-text {
  font-size: 18px;
  font-family: Co_Headline-Regular;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.private-item .title-text {
  color: #000;
}

.card-list-view .pdct-title {
  text-align: right;
}

.exp-date {
  font-size: 16px;
  font-family: Co_Headline-Regular;
}

.private-item .exp-date {
  color: #333333;
}

.qunty-avil {
  font-size: 18px;
  font-family: Co_Headline-Light;
  /*display: flex;
  align-items: center;
  justify-content: left;
  margin-right: 15px;*/
}

.private-item .qunty-avil {
  color: #333333;
}

.qunty-avil-num {
  color: #1C2346;
  font-size: 30px;
  font-family: 'Co_Headline-Bold';
  /*background-color: #1C2346;
  width: 162px;
  height: 50px;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0px 20px;*/
}

.prdct-price {
  font-size: 30px;
  color: #1C2346;
  font-family: Co_Headline-Bold;
  margin: 0px 7px;
}


/*.qunty-avil-text {
  width: 80px;
}*/

.m-b-27 {
  margin-bottom: 27px;
}

.items-label {
  font-size: 18px;
  font-family: Co_Headline-Light;
  margin-bottom: 7px;
}

.w-45 {
  width: 45%;
}

footer .sh-footer_section_2 {
  position: relative;
  overflow: hidden;
  padding-top: 74px;
  background: transparent linear-gradient(280deg, #248CCC 0%, #1C2346 100%) 0% 0% no-repeat padding-box;
}

.sh-qnty-panel .item-qnty-panel .item-qnty-panel-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sh-meta-navigation {
  list-style: none;
  float: left;
}

.sh-meta-navigation li {
  list-style: none;
  text-align: right;
}

.sh-meta-navigation li a {
  font-size: 16px;
  color: #fff;
  font-family: Co_Headline-Regular;
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
}

.sh-meta-navigation li a:hover {
  font-weight: bold;
}

.sh-meta-navigation .block_4 {
  background-color: #0A3D65;
  padding: 17px 0px 17px 50px;
  position: relative;
}

.sh-meta-navigation .block_4:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 58px;
  background-image: url(../images/curves/ar_sh_curve_1.png);
}

.sh-meta-navigation .block_3 {
  background-color: #0F537C;
  padding: 17px 0px 17px 107px;
  position: relative;
}

.sh-meta-navigation .block_3 span {
  display: flex;
  color: #fff;
}

.sh-meta-navigation .block_3:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 58px;
  background-image: url(../images/curves/ar_sh_curve_2.png);
}

.sh-meta-navigation .block_2 {
  background: black;
  background: #248CCC;
  padding: 17px 0px 17px 80px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.sh-meta-navigation .block_2 .inner-item {
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
}

.sh-meta-navigation .block_2>a {
  padding: 0 15px;
  border-right: 1px solid #D2D2D2;
}

.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(1) {
  padding-left: 15px;
  padding-right: 0px;
}

.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(1) .dropdown-menu a:nth-child(2),
.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(1) .dropdown-menu a:nth-child(3),
.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(1) .dropdown-menu a:nth-child(4),
.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(1) .dropdown-menu a:nth-child(5),
.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(1) .dropdown-menu a:nth-child(6) {
  margin-right: 20px;
}

.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(2) .dropdown-menu a:nth-child(1),
.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(2) .dropdown-menu a:nth-child(2),
.sh-meta-navigation .block_2 .accNavComponent.inner-item:nth-child(2) .dropdown-menu a:nth-child(3) {
  margin-right: 20px;
}

.sh-meta-navigation .block_2 .inner-item+.inner-item {
  padding: 0 15px;
  border-right: 1px solid #D2D2D2;
}

.sh-meta-navigation .block_2:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 59px;
  background-image: url(../images/curves/ar_sh_curve_3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sh-meta-navigation .block_2_A {
  background: black;
  background: #57B745;
  padding: 17px 0px 17px 80px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sh-meta-navigation .block_2_A:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 58px;
  background-image: url(../images/curves/ar_sh_curve_a3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sh-meta-navigation .block_2_B {
  background: black;
  background: #5F3B76;
  padding: 17px 0px 17px 80px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sh-meta-navigation .block_2_B:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -74px;
  width: 74px;
  height: 59px;
  background-image: url(../images/curves/ar_Purple.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sh-meta-navigation .block_1 {
  background-color: transparent;
  padding: 17px 0px 17px 60px;
  display: flex;
}

.sh-meta-navigation .custom-lang-selector__container li a {
  font-size: 18px;
  color: #3D3D3D;
  font-family: Co_Headline-Light;
  padding: 5px 0px 5px;
  justify-content: center;
  align-items: center;
}

.sh-largenav {
  margin-right: auto;
}

.sh-tbl-controls {
  justify-content: initial;
  text-align: right;
}

.sh-block_3 {
  margin-left: auto;
}

.sh-cart-item-details thead th.column-4 {
  width: 17%;
}

.sh-add-items-count {
  position: relative;
  width: 101px;
  height: 48px;
}

.sh-add-items-count input {
  width: 101px;
  height: 48px;
  border-radius: 6px;
}

.sh-add-items-count .count-Inc-denc-btn {
  top: -6px;
}

.sh-searchBox {
  border: 1px solid #B3B3B4;
  border-radius: 32px;
  padding: 12px 80px 12px 25px;
  text-align: left;
  position: relative;
  height: 64px;
}

.sh-glyphicon-search {
  background-image: url(../images/searchicon.png);
  height: 35px;
  width: 35px;
  position: absolute;
  right: 35px;
  top: 12px;
}

.sh-dropdown-sort-container {
  position: relative;
}

.sh-select {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 18px;
  font-family: Co_Headline-Light;
  padding: 0px 50px 0px 15px;
  height: 41px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sh-dropdown-sort-container .caret1 {
  display: block;
  background: url(../images/select-arrow-down.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 18px;
  height: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}

.sh-dropdown-sort-container .rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sh-file-upload .custom-file {
  height: 48px;
  margin-top: 0px;
  margin-right: 20px;
}

#financialComment,
#customerPOIssuedDateStr,
#customerEtimadReferenceNumber {
  border: none;
  border-bottom: 1px solid #BBBBBB;
}

.calender-icon {
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 16px !important;
}
.rfq-order-pagecalender .calender-icon{
  top: 20px
}
.mp-order-pagecalender .calender-icon{
  top: 20px
}
.input-class input {
  width: 100%;
}

.file-upload__wrapper .custom-file-label {
  height: auto;
  position: absolute;
}

.space_30 {
  height: 30px;
  width: 100%;
}

.sd-addNew {
  font-size: 30px;
  font-family: Co_Headline-Bold;
  text-align: right;
}


/* .form-group{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.form-group label.control-label  {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}

.form-group input.text.form-control {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
} */


/* .deliveryDate {
border: 1px solid #ced4da !important;
  padding: 0px !important;
} */

.datepiker-iccon-custom {
  background-image: url('../images/calender.png');
  width: 38px;
  height: 36px;
  position: absolute;
  left: 20px;
  top: 7px;
  pointer-events: none;
}

.btn-align {
  float: left;
}

.sh-panel-controls {
  list-style: none;
  padding: 0px;
  margin: 37px 0px 0px 0;
  width: 100%;
}
.fullfill-item{
  padding-right: 15px;
  padding-left: 15px;
}
.sh-panel-controls li {
  display: flex;
  /*width: 100px;*/
  width: 100%;
  /*height: 100px;*/
  height: 65px;
  border: 1px solid #248CCC;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all .3s;
  margin: 0 15px;
  background-color: #698EAE;
  cursor: pointer;
}

.sh-panel-controls li:hover {
  box-shadow: 0px 0px 0px 2px #248CCC;
  transition: box-shadow 0.6s linear;
}

.sh__form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.sh__form__group .form-group label {
  position: absolute;
  top: -15px !important;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  color: #202020;
  font-family: Co_Headline-Regular;
}

.non-man.sh__form__group.input-check .control-label:after {
  content: '';
}

.sh__form__group .form-group input {
  font-family: inherit;
  width: 100%;
  border: 0;
  /* border-bottom: 1px solid #BBBBBB; */
  outline: 0;
  color: #000;
  padding: 7px 0;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: 0px;
}

.sh__form__group .form-group.active input {
  font-weight: 700 !important;
  border-width: 2px !important;
  -o-border-image: linear-gradient(to right, #11998e, #38ef7d) !important;
  border-image: -webkit-gradient(linear, left top, right top, from(#11998e), to(#38ef7d)) !important;
  border-image: linear-gradient(to right, #11998e, #38ef7d) !important;
  border-image-slice: 1;
}

.sh__form__group>.form-group {
  box-sizing: border-box;
  margin-bottom: 45px;
  padding: 0px;
  position: relative;
  width: 100%;
}

.sh-inner-items-block .sh__form__group {
  margin-left: auto;
}

.sh-tabbable ul.mb10.nav li {
  width: 16.5%;
  text-align: center;
}

.help-block {
  position: absolute;
  bottom: -25px;
  left: 0px;
  color: #E83B28;
  font-size: 15px;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}


/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  color: transparent;
  left: .5em;
  top: .3em;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.input-checkbox.select-all .styled-checkbox+label:before {
  border: 1px solid #C9C9C9;
}

.sh-tbl-controls-input .input-checkbox .styled-checkbox+span:before,
.input-checkbox .styled-checkbox+label:before {
  content: '';
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 5px;
}

.sh-tbl-controls-input .input-checkbox.select-all .styled-checkbox+label {
  color: #000;
  font-size: 18px;
  font-family: Co_Headline-Regular;
}

.sh-tbl-controls-input .input-checkbox .styled-checkbox:checked+span:after,
.input-checkbox .styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  right: 17px;
  top: 14px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sh-tbl-controls-input .input-checkbox.form-check {
  padding-left: 15px;
  margin: 0;
}

.sh-label-control {
  font-size: 15px;
  color: #bbbbbb;
  font-family: Co_Headline-Regular;
  font-weight: 600;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

.mand-astrk {
  color: red;
}

.sh-qnty-panel .items-label {
  text-align: right;
  padding-bottom: 10px;
}

.shared-program-tabcontent {
  background-color: #fff;
  width: 100%;
}

.shared-program-tabcontent .tab-pane {
  padding: 0rem 7.5rem;
}

.sh-orderHistoryTable tr td {
  background-color: #fff;
}

.sh-file-upload .file-upload__wrapper .custom-file-label {
  background: transparent;
}

.sh__form__group .form-group input.deliveryDate {
  width: auto !important;
  text-align: right;
}

.no-ofitems {
  display: flex;
  align-items: center;
}

.no-ofitems .blk_text {
  width: auto;
  margin-left: 12px;
}

.item-summary .order-summary-header {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 127px;
  padding: 0px;
}

.Delivery__date {
  position: relative;
}


/* .Delivery__date::after{
content: 'No. OF DELIVERY DATE SHOULD BE MORE THAN 7 DAYS';
position: absolute;
right: -3px;
top: 2px;
font-size: 10px;
color: red;
width: 170px;
} */

.Delivery__date_info {
  position: relative;
  right: -3px;
  top: 2px;
  font-size: 11px;
  color: #FF0808;
  width: 170px;
}

.saved-alert {
  position: absolute;
  left: 0px;
  z-index: 99;
  width: 30%;
  top: 0px;
  text-align: right;
}

.alert-dismissible .close {
  left: 0;
  right: initial;
}

.card-list-view .sh-qnty-panel .item-qnty-panel .item-qnty-panel-bottom {
  display: block;
}

.card-list-view .sh-qnty-panel .item-qnty-panel .items-label {
  text-align: left;
  margin-left: 13px;
}

.card-list-view .sh-qnty-panel .item-qnty-panel .item-qnty-panel-bottom .product_quantity,
.card-list-view .sh-qnty-panel .item-qnty-panel .item-qnty-panel-bottom .addtocart {
  margin-right: auto;
}

.card.sh-pgm-card.card-list-view {
  width: 100%;
  padding: 30px 0px !important;
  height: auto;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 0;
  margin-bottom: 0px;
  text-align: right;
}


/*.private-item .sh-price-details,
.card-list-view .sh-price-details {
  margin: 30px 0px 0px;
}*/

.shared-Notification .modal-dialog p {
  font-size: 22px !important;
}

.remove-item-popup {
  max-width: 800px;
}

.btn-pos-modl {
  margin-right: auto;
}

.show {
  display: block;
}

.hide {
  display: none;
}

input.form-check-input[type="radio"]:checked,
input.form-check-input[type="radio"]:not(:checked) {
  position: absolute;
  right: -9999px;
}

input.form-check-input[type="radio"]:checked+label,
input.form-check-input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

input.form-check-input[type="radio"]:checked+label:before,
input.form-check-input[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #969494;
  border-radius: 100%;
  background: #fff;
}

input.form-check-input[type="radio"]:checked+label:after,
input.form-check-input[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #248ccc;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input.form-check-input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

input.form-check-input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* pagiantion */

.pagination {
  margin: 20px 0 0;
  text-align: center;
}

.pagination ol li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  font-size: 18px;
  font-family: Co_Headline-Light;
  padding: 11px 18px;
  border: none;
}

.pagination ol li a:hover {
  text-decoration: underline;
}

.pagination ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.pagination ol li {
  display: inline-block;
  margin: 0 2.5px;
}

.pagination ol li.active a {
  background: #fff;
}

.pagination ol li.active a:hover {
  text-decoration: none;
  cursor: default;
}

.prev.disabled,.next.disabled,.first-item.disabled,.last-item.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.prev.disabled:hover,
.next.disabled:hover {
  cursor: default;
  text-decoration: none;
}

.prev,.first-item {
  align-items: center;
  display: flex;
  position: relative;
  left: 10px;
  vertical-align: middle;
  top: 3px;
  transform: rotate(-180deg);
}

.next,.last-item {
  align-items: center;
  display: flex;
  position: relative;
  right: 10px;
  vertical-align: middle;
  top: 3px;
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .pagination ol li:first-child,
  .pagination ol li.active,
  .pagination ol li.active-sibling:nth-last-child(2),
  .pagination ol li:last-child {
      display: inline-block !important;
  }
  .pagination ol li:first-child:nth-last-child(n+6)~.pagination ol li {
      display: none;
  }
  .pagination ol li:first-child:nth-last-child(n+6)~.pagination ol li:nth-last-child(-n+3) {
      display: inline-block;
  }
  .pagination ol li:first-child:nth-last-child(n+6)~.pagination ol li:nth-last-child(3):before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      margin-right: 2.5px;
  }
  .pagination ol li:first-child:nth-last-child(n+6).active:before,
  .pagination ol li:first-child:nth-last-child(n+6)~.pagination ol li.active:before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      margin-right: 2.5px;
  }
  .pagination ol li:first-child:nth-last-child(n+6).active:after,
  .pagination ol li:first-child:nth-last-child(n+6)~.pagination ol li.active:after {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      margin-left: 2.5px;
  }
  .pagination ol li:first-child:nth-last-child(n+6).active:nth-child(-n+2):before,
  .pagination ol li:first-child:nth-last-child(n+6)~li.active:nth-child(-n+2):before,
  .pagination ol li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):before,
  li:first-child:nth-last-child(n+6)~.pagination ol li.active:nth-last-child(-n+2):before,
  .pagination ol li:first-child:nth-last-child(n+6).active:nth-child(-n+2):after,
  .pagination ol li:first-child:nth-last-child(n+6)~.pagination ol li.active:nth-child(-n+2):after,
  .pagination ol li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):after,
  .pagination ol li:first-child:nth-last-child(n+6)~.pagination ol li.active:nth-last-child(-n+2):after {
      display: none;
  }
  .pagination ol li:first-child:nth-last-child(n+6).active~.pagination ol li:nth-last-child(-n+3),
  .pagination ol li:first-child:nth-last-child(n+6)~.pagination ol li.active~.pagination ol li:nth-last-child(-n+3) {
      display: none;
  }
  .pagination ol li:first-child:nth-last-child(n+6).active~li:nth-child(-n+3),
  .pagination ol li:first-child:nth-last-child(n+6)~li.active~li:nth-child(-n+3) {
      display: inline-block;
  }
  .pagination ol li:first-child:nth-last-child(n+6).active~li:nth-child(-n+2):after,
  .pagination ol li:first-child:nth-last-child(n+6)~li.active~li:nth-child(-n+2):after {
      display: none;
  }
  .pagination ol li:first-child:nth-last-child(n+6).active~li:nth-child(3):after,
  .pagination ol li:first-child:nth-last-child(n+6)~li.active~li:nth-child(3):after {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      margin-left: 2.5px;
  }
}

@media (min-width: 768px) {
  .pagination ol li:first-child,
  .pagination ol li.active-sibling,
  .pagination ol li.active,
  .pagination ol li.active+li,
  .pagination ol li:last-child {
      display: inline-block !important;
  }
  .pagination ol li:first-child:nth-last-child(n+8)~li {
      display: none;
  }
  .pagination ol li:first-child:nth-last-child(n+8)~.li.active-sibling:before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      margin-right: 2.5px;
  }
  .pagination ol li:first-child:nth-last-child(n+8)~li.active+li:after {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      margin-left: 2.5px;
  }
  .pagination ol li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+5) {
      display: inline-block;
  }
  .pagination ol li:first-child:nth-last-child(n+8)~li:nth-last-child(5):before {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      margin-right: 2.5px;
  }
  .pagination ol li:first-child:nth-last-child(n+8)~li:nth-child(-n+2):before,
  .pagination ol li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+2):before,
  .pagination ol li:first-child:nth-last-child(n+8)~li.active-sibling:nth-last-child(-n+4):before,
  .pagination ol li:first-child:nth-last-child(n+8)~li:nth-child(-n+2):after,
  .pagination ol li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+2):after,
  .pagination ol li:first-child:nth-last-child(n+8)~li.active-sibling:nth-last-child(-n+4):after {
      display: none !important;
  }
  .pagination ol li:first-child:nth-last-child(n+8).active~li:nth-last-child(-n+5),
  .pagination ol li:first-child:nth-last-child(n+8)~li.active~li:nth-last-child(-n+5) {
      display: none;
  }
  .pagination ol li:first-child:nth-last-child(n+8).active~li:nth-last-child(-n+5):before,
  .pagination ol li:first-child:nth-last-child(n+8)~li.active~li:nth-last-child(-n+5):before {
      display: none;
  }
  .pagination ol li:first-child:nth-last-child(n+8).active~li:nth-child(-n+5),
  .pagination ol li:first-child:nth-last-child(n+8)~li.active~li:nth-child(-n+5) {
      display: flex;
  }
  .pagination ol li:first-child:nth-last-child(n+8).active~li:nth-child(-n+4):after,
  .pagination ol li:first-child:nth-last-child(n+8)~li.active~li:nth-child(-n+4):after {
      display: none;
  }
  .pagination ol li:first-child:nth-last-child(n+8).active~li:nth-child(5):after,
  .pagination ol li:first-child:nth-last-child(n+8)~li.active~li:nth-child(5):after {
      content: "\2026";
      font-size: 24px;
      display: inline-block;
      margin-left: 2.5px;
  }
  .pagination ol li:first-child:nth-last-child(n+8).active:before,
  .pagination ol li:first-child:nth-last-child(n+8)~li.active:before,
  .pagination ol li:first-child:nth-last-child(n+8).active:after,
  .pagination ol li:first-child:nth-last-child(n+8)~li.active:after {
      display: none;
  }
}


/* End of pagiantion css */

.Edit-hd {
  display: none;
}


/* .align-supplier-comment .save-btn{
display: inline;
}
.align-supplier-comment .edit-btn{
display: none;
}
.align-supplier-comment.Edit .save-btn{
display: none;
}
.align-supplier-comment.Edit .edit-btn{
display: inline;
  opacity: 0.8;
  pointer-events: none;
}
.align-supplier-comment.Edit .comment-area:focus + .btn-blk>  .edit-btn{
display: none;
}
.align-supplier-comment.Edit .comment-area:focus + .btn-blk>  .save-btn{
display: inline;
} */

.totalResults h2 {
  font-size: 18px;
  color: #0A3D65;
}

.share {
  display: none;
}

.inc-branches {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.inc-branch-dropdwn.dropdown:hover>.dropdown-menu {
  display: block;
}

.inc-branch-dropdwn.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.inc-branch-dropdwn.dropdown:hover>.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -14px;
  right: 17px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 15px solid #3c3c3c;
  z-index: 99999;
}

.inc-branch-dropdwn.dropdown:hover>.dropdown-menu:after {
  content: '';
  position: absolute;
  top: -14px;
  right: 17px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 15px solid #ffffff;
  z-index: 99999;
}

.no-click {
  pointer-events: none;
}

.modal-shared-dialog .modal-content {
  border-radius: 25px 25px 0px 0px;
}

@media (min-width: 576px) {
  .modal-shared-dialog {
      max-width: 800px;
  }
}

.sh__form__group .form-group label {
  order: 2;
}

.sh__form__group .form-group input {
  order: 1;
}

.upload-download-form {
  /*   background-color: #F1F1F1;
  padding: 30px 50px;
  margin-left: auto;
  width: 500px;
  font-weight: 600;
  font-family: 'Co_Headline-Light';
  position: absolute;
  left: 0px;
  top: 0px;*/
  font-weight: 600;
  font-family: 'Co_Headline-Light';
  position: relative;
}

.upload-download-form p {
  color: grey;
}


/*---- End of Shared program page --- */


/* cancel order css start */

.cancel-order-number-label {
  font-size: 22px;
  color: #3D3D3D;
  text-align: right;
}

.cancel-order-number-label a {
  color: #248CCC;
}

.cancel-order-number-label.text-right {
  text-align: left !important;
}

.cancel-table.orderHistoryTable tr td {
  color: #3D3D3D;
  vertical-align: middle !important;
}

.cancel-table .thumb-img img {
  width: auto;
}

.cancel-table .item__quantity input[type="text"] {
  border-radius: 12px !important;
  border: 1px solid #3D3D3D !important;
  color: #333333;
  font-size: 19px;
  padding: 15px 15px;
  line-height: initial;
  font-family: Co_Headline-Regular;
  background-color: transparent;
  height: 57px;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

.cancel-table .item__info {
  max-width: 320px;
  margin: 0 auto;
}

#cancelOrderButtonConfirmation,
#submitcancelorderformvbutton {
  max-width: 48%;
}

#submitcancelorderformvbutton {
  margin-left: 0;
}

.js-cancel-complete-order-link.btn-primary,
.back-cancel-wrapper a {
  line-height: 57px;
}

.btn-cancel-wrapper {
  text-align: left;
}

.btn-cancel-wrapper a {
  margin-left: 0;
}

.btn-cancel-wrapper a.js-cancel-complete-order-link {
  margin-left: 0;
}

.back-cancel-wrapper {
  text-align: right;
}

.cancel-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #3D3D3D;
}

.cancel-order-number-label.supplier-wrapper b {
  margin-right: auto;
  display: inline-block;
}

.cancel-order-number-label.supplier-wrapper span {
  float: right;
}

.cancel-complete-order-btn {
  font-size: 20px !important;
  font-weight: normal !important;
  margin: 0;
  padding: 0 !important;
  text-transform: none !important;
  display: inline;
}

.cancel-complete-order-btn a {
  float: left;
  padding: 10px 25px;
}

.cancel-complete-order-btn a:hover {
  text-decoration: none;
}


/* cancel order css ends */


/* privacy page css */


/* .condition-head {
font-size: 30px;
text-align: center;
margin-bottom: 45px;
line-height: 34px;
}
.condition-content {
font-size: 18px;
text-align: right;
margin-bottom: 25px;
margin-bottom: 40px;
line-height: 22px;
}
.condition-subhead {
font-size: 20px;
font-weight: bold;
text-align: right;
line-height: 24px;
text-decoration: underline;
margin-bottom: 15px;
} */


/* privacy page css */


/* delete saved cart */

.js-savedcart_delete_confirm_modal #cboxContent {
  padding: 25px 30px;
  height: auto !important;
}

.js-savedcart_delete_confirm_modal .modal-details .col-xs-6.col-md-6,
.js-savedcart_Modal .modal-details .col-xs-6.col-md-6 {
  padding-left: 0;
}

.js-savedcart_delete_confirm_modal #cboxTitle {
  display: none !important;
}

.js-savedcart_delete_confirm_modal #cboxClose {
  background-color: transparent;
  border: 0;
  background-image: url(../images/close_btn.png);
  position: absolute;
  width: 27px;
  height: 27px;
  top: 30px;
  left: 30px;
}

.remove-item-link {
  height: 50px;
}

.js-savedcart_delete_confirm_modal .glyphicon-remove {
  display: none;
}

.js-savedcart_delete_confirm_modal .modal-title,
.js-savedcart_delete_confirm_modal .modal-title+p,
.js-savedcart_delete_confirm_modal .modal-details,
.js-savedcart_Modal .modal-title,
.js-savedcart_Modal .modal-title+p,
.js-savedcart_Modal .modal-details {
  text-align: right;
}


/* delete saved cart ends */


/* Realease order */

.release-tabs .prdct-nav-tabs .nav-tabs.nav-fill a.nav-link.active:nth-child(1)~.tab-content .tab-pane.fade:nth-child(1) {
  display: inline-flex;
  opacity: 1;
  width: 100%;
}

.release-tabs .prdct-nav-tabs .nav-tabs.nav-fill a.nav-link.active:nth-child(2)~.tab-content .tab-pane.fade:nth-child(2) {
  display: inline-flex;
  opacity: 1;
  width: 100%;
}

.release-tabs .tab-content {
  display: block;
  width: 100%;
}

.release-tabs .nav-tabs {
  border-bottom: none;
}

.release-tabs nav.prdct-nav-tabs div a.nav-item.nav-link {
  width: 50%;
}

.release-tabs nav.prdct-nav-tabs div a.nav-item.nav-link {
  border-color: #7B7B7B;
  padding: 18px 25px;
  color: #575757;
  background: #F9F9F9;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom: 1px solid #248CCC;
  font-size: 16px;
  font-family: Co_Headline-Regular;
}

.release-tabs nav.prdct-nav-tabs div a.nav-item.nav-link.active {
  padding: 18px 25px;
  background: #fff;
  color: #248CCC;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  border-color: #248CCC;
  border-bottom: none;
  font-size: 18px;
  font-family: Co_Headline-Bold;
  margin-bottom: -2px;
  z-index: 999;
}


/* .release-tabs .nav-tabs .nav-link.active{
margin-bottom: -2px;
z-index: 99;
padding: 18px 25px;
background: #fff;
color: #248CCC;
border-top-right-radius: 12px;
border-top-left-radius: 12px;
border-color: #248CCC;
border-bottom: none;
font-size: 26px;
font-family: Co_Headline-Bold;
} */

.release-tabs .tab-content {
  border: 1px solid #248CCC;
  padding: 25px;
}


/* End Realease order */

.pagination-bar.bottom {
  display: none;
}

.summaryform-submit .col-md-6.fs-16.ml-auto.text-right {
  text-align: left !important;
}

.w3-blue {
  font-size: 20px;
  font-family: Co_Headline-Regular;
  color: #707070;
}

.normal-txt {
  font-size: 16px;
  font-family: Co_Headline-Light;
  color: #707070;
}

.verdor-info {
  border: 1px solid #C9C9C9;
}

.star-rating-header {
  font-size: 28px;
  font-family: Co_Headline-Bold;
  color: #707070;
  text-align: center;
}

.suppl-name {
  font-size: 30px;
  color: #000;
  font-family: Co_Headline-Regular;
}

.suppl-info {
  font-size: 28px;
  font-family: Co_Headline-Bold;
  color: #707070;
  text-align: right;
}

.verdor-info .nav_column {
  display: none;
}

.verdor-info .detailAverage {
  display: none !important;
}

.card-vendor-info {
  border: 2px solid #dddddd;
}

.card-vendor-info-tittle,
a.card-vendor-info-tittle:hover {
  color: #283870;
  font-size: 20px;
  font-family: Co_Headline-Bold;
}

.know-more .card-vendor-info-tittle,
.vendor-Url a.card-vendor-info-tittle:hover {
  color: #248CCC;
}

.vendor-address-info {
  height: 60px;
  font-size: 20px;
  padding: 9px 20px;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  text-align: right;
}

.vendor-detail .input-group {
  margin-bottom: 50px;
}

.vendor-detail .input-group-text {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.vendor-title {
  font-size: 25px;
}

.vendor-product-card {
  width: 18%;
  margin-right: 20px;
  margin-bottom: 40px;
}

.vendor-product-card .card:hover {
  border: none;
  -webkit-box-shadow: 4px 6px 10px 1px #bbbbbb;
  -moz-box-shadow: 4px 6px 10px 1px #bbbbbb;
  box-shadow: 4px 6px 10px 1px #bbbbbb;
  border-radius: 15px;
}

.vendor-product-card .card {
  border: 1px solid #bbbbbb;
  border-radius: 15px;
  min-height: 399px;
}

.vendor-product-card img {
  width: 90%;
}

.input-group-text {
  background: #fff;
}

.vendor-img {
  text-align: center;
}

.vendor-details h3 {
  font-size: 16px;
  font-family: Co_Headline-Regular;
  color: #707070;
  text-align: center;
}

.vendor-img img {
  width: 150px;
  height: 150px;
}


/* Browser model popup */

#myModalBrowser .modal-lg {
  max-width: 800px;
  width: 100%;
}

#myModalBrowser .modal-content {
  border-radius: 12px;
  padding: 40px 100px 65px;
}

.browser-model-wrapper .logo-wrapper img {
  width: 150px;
}

.browser-model-wrapper h5 {
  text-align: center;
  font-size: 22px;
  color: #202020;
  margin: 35px 0;
  max-width: 80%;
}

.browser-model-wrapper p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #636363;
  margin-top: 10px;
}

.browser-model-wrapper p span {
  font-size: 12px;
  letter-spacing: 0px;
  color: #636363;
  display: block;
  line-height: 16px;
}

.browser-model-wrapper h3 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #202020;
  margin: 32px 0 17px 0;
}

.browser-model-wrapper #browser-popup-close {
  margin-top: 24px;
}

.browser-show #browser-popup-close {
  display: none;
}


/* Browser model popup ends */

label.selected img {
  display: none;
}

.tbl-controls .block_3 {
  display: inline-flex;
}

.remove-Confim-Popup {
  color: #000;
}

.remove-Confim-Popup .modal-footer {
  padding: 30px;
}

.remove-Confim-Popup .close {
  float: left;
  position: absolute;
  left: 10px;
}

.category-obj .form-group {
  position: relative;
}

.assoc-obj.category-obj select.form-control {
  top: 0px;
  position: relative;
}

.rfq-pagination {
  margin-right: auto;
}

.prdct-code {
  display: flex;
  direction: ltr;
  text-align: right;
}

.filter-closebtn {
  display: none;
}

.contact_banner_subscription {
  background-size: cover;
  background: transparent url('../images/banner_subscription.png') 0% 80% no-repeat;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);

  padding: 220px 0px 120px;
  height: 823px;
  background-color: #43857e;
  background-blend-mode: multiply;
  opacity: 0.9;
  position: relative;
}
h1.subscription-heading{
  position: absolute;
  top: 0;
  padding: 220px 0px 120px;
  font-size: 52px;
  width: 100%;
  font-family: Co_Headline-Bold;
}
.user-subscription .card-list{
  position: relative;
  display: block;
  height: 15cm;
}
.user-subscription .card-group{
  position: absolute;
  left: 0;
  top: 0%;
  transform: translate(90px, -50%);
}
.user-subscription .card-group-button{
  position: absolute;
  left: 42%;
  top: 60%;
}
.user-subscription .card-group .card{
  border: 1px solid #1C2346;
  border-radius: 13px;
  margin-left: 3rem;
  margin-right: 3rem;
}

.user-subscription .card-title{
  font-size: 38px;
  font-weight: bold;
  color: #AFD469;
}
.user-subscription .card-text{
  color: #1C2346;
  letter-spacing: 0.4px;
}
.user-subscription hr{
  border-top: 1px solid #1C2346;
}
.user-subscription .card-active{
  background: #EAF4D8;
  opacity: 1;
}
.font-family-light{
  font-family: Co_Headline-Light;
}
.w-40{
  width: 40%;
}
.m-b-10p{
  margin-bottom: 10%;
  }
.sh-add-items-count input
,.sh-add-items-count input:focus
{
  border: 1px solid #ced4da;
}

#approve_addressSelected {
  pointer-events: none;
}

/* @meadia queries */

@media (min-width: 0px) and (max-width: 576px) {
  .tablist.contact-tab ul li.nav-item {
      width: 46.09%;
      text-align: center;
  }
  .support-ticket-wrapper ul {
      width: 100%;
      margin-bottom: 10px !important;
  }
  .ticket-status .bd-highlight {
      width: 100%;
      min-width: 200px;
  }
  .ticket-status li+li {
      margin: 15px 0px;
  }
  body.page-nupcoContactUsPage .breadcrumb-section ul.breadcrumb,
  body.page-support-tickets .breadcrumb-section ul.breadcrumb,
  body.page-add-support-ticket .breadcrumb-section ul.breadcrumb,
  body.page-mp-order-approval-dashboard .breadcrumb-section ul.breadcrumb,
  body.page-orders .breadcrumb-section ul.breadcrumb,
  body.page-OverStockOrderList .breadcrumb-section ul.breadcrumb,
  body.page-RFxCRM .breadcrumb-section ul.breadcrumb,
  body.page-nupcoUpdateProfilePage .breadcrumb-section ul.breadcrumb,
  body.page-nupcoUpdatePasswordPage .breadcrumb-section ul.breadcrumb,
  body.page-nupcoUpdateEmailPage .breadcrumb-section ul.breadcrumb,
  body.page-updateWarehouseAddressesPage .breadcrumb-section ul.breadcrumb,
  body.page-feedbackOrderHistoryPage .breadcrumb-section ul.breadcrumb,
  body.page-completedOrderHistoryPage .breadcrumb-section ul.breadcrumb,
  body.page-cancelledOrderHistoryPage .breadcrumb-section ul.breadcrumb,
  body.page-saved-carts .breadcrumb-section ul.breadcrumb,
  body.page-my-company .breadcrumb-section ul.breadcrumb {
      display: none;
  }
  .add-message#colorbox {
      width: 500px !important;
  }
  .breadcrumb-section {
      display: none;
  }
  .account-overview-table {
      margin-top: 34px;
      position: relative;
      overflow: auto;
      width: 100%;
  }
  .setbtnval {
      margin-right: 0px;
  }
  .setbtnval .newusercreatebtn {
      margin: 16px 0px;
      width: 100%;
  }
  .accountActions .cancel,
  .accountActions .setreset {
      width: 45%;
      margin: 0 15px;
  }
  .mob-pad {
      padding-right: 15px;
      padding-left: 15px;
  }
  .greenStars {
      width: auto !important;
  }
  .summaryform-submit .savebtncart {
      width: 100%;
      margin: 15px 0px;
  }
  .summaryform-submit .col-md-8 .btn_edit {
      width: 100%;
  }
  .saved-cart-info-tooltip {
      position: relative;
      display: inline-block;
      display: none;
  }
  .ct__form__group {
      overflow: hidden;
  }
  .shared-program-tabcontent .tab-pane {
      padding: 0rem;
  }
  .banner__component--responsive img,
  .carousel-slide {
      /* height: 40vh; */
      width: 100%;
  }
  .page-savedCartDetailsPage .save-card-details {
      min-width: auto;
  }
  .view-group .list-group-item .card .caption.card-body {
      padding: 0px;
      margin-top: 0px;
      flex-direction: column;
  }
  .list-group-item .card .item-details .item-details-block_1 {
      width: 100%;
      height: 100%;
      padding-left: 0;
  }
  .row.rightColWrapper>div {
      margin: 10px 0px;
  }
  .list-group-item .addtocart .btn-outline,
  .list-group-item .addtocart .btn-update-cart {
      min-width: 170px;
  }
  .totalResults h2 {
      font-size: 18px;
      color: #0A3D65;
      margin: 0;
  }
  .filter-closebtn {
      position: absolute;
      left: 0px;
      top: 0px;
  }
  .filter-closebtn {
      display: block;
  }
  .mini-quick-view #cboxLoadedContent,
  .mini-quick-view {
      width: 625px !important;
  }
  .pd-modal-body {
      overflow: hidden !important;
      width: 550px !important;
  }
  .cart-details .w-75.btn-details {
      flex-direction: column;
  }
  .cart-details .w-75.btn-details .btn-block+.btn-block {
      margin-right: 0rem;
      margin-top: 1rem;
  }
  .page-add-support-ticket .add-sucess-popup .modal-dialog {
      width: auto;
      max-width: initial;
      text-align: center;
  }
  #sidebarCollapse {
      display: none !important;
  }
  body.page-productList #sidebarCollapse {
      display: block !important;
  }
  body.page-productList .pagination-toolbar .col-3.col-md-3.d-sm-none {
      display: block !important;
  }
  .pagination-toolbar .col-3.col-md-3.d-sm-none {
      display: none !important;
  }
  .footer_section_1 .w-42.p-0.align-items-center ul.list-unstyled li {
      display: flex;
      justify-content: center;
  }
  .setbtnval button.setcancel {
      margin: 0;
      max-width: 100%;
  }
  body.page-homepage>header.sticky-header .M-Navigation {
      display: none !important;
  }
  .mob-meta-navigation li .inner-item.dropdown .dropdown-toggle:after {
      left: 10px;
      right: initial;
  }
  .nupco-logo {
      width: 377px;
      height: 267px;
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: top right;
  }
}

.sh-add-items-count input
,.sh-add-items-count input:focus
{
  border: 1px solid #ced4da;
}

/* End */

@media (max-width: 768px) {
  .user-account {
      width: 20%;
      margin: 0 10px 15px;
  }
  .account-section-content .p-l-0 {
      padding-left: 15px !important;
  }
  .user-account h4 {
      word-break: break-all;
      font-size: 14px;
  }
  .user-account p {
      font-size: 20px;
  }
  .user-account a {
      padding: 9px;
  }
  .view-group .list-group-item .card .caption.card-body {
      padding: 0px;
      margin-top: 0px;
      flex-direction: column;
  }
  .list-group-item .card .item-details .item-details-block_1 {
      width: 100%;
      height: 100%;
      padding-left: 0;
  }
  .category__Section {
      height: 100%;
      width: 0;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 300px !important;
      padding-left: 0px !important;
  }
  .category__Section.active {
      width: 100%;
      z-index: 9999;
  }
}


/* 110 % media query */

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 105dpi) {
  body {
      zoom: 0.8;
  }
  .meta-navigation .block_efdad:before,
  .meta-navigation .block_2:before,
  .sh-meta-navigation .block_2_B {
      height: 59px;
  }
  .chat-container {
      zoom: 1;
  }
}


/* 125 % media query */

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
  body {
      zoom: 0.8;
  }
  .banner__component--responsive img,
  .carousel-slide {
      /* height: 125vh; */
      width: 100%
  }
  .vendor.col-md-12.text-center {
      height: 5rem;
      overflow: hidden;
  }
  .fast-delivery_section .card .card-body h5,
  .new_arrivals_section .card .card-body h5,
  .deals-promotions_section .card .card-body h5 {
      height: 4.5rem;
  }
  .chat-container {
      zoom: 1.2;
  }
}


/* 150% media query*/

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  body {
      zoom: 0.6;
  }
  .fast-delivery_section .card .card-body h5,
  .new_arrivals_section .card .card-body h5,
  .deals-promotions_section .card .card-body h5 {
      height: 4.5rem;
  }
  .chat-container {
      zoom: 1.5;
  }
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

@media print {
  /* @page {
  size: A4;
  margin: 0.5cm;
} */
  * {
      -webkit-print-color-adjust: exact !important;
      /* Chrome, Safari */
      color-adjust: exact !important;
      /*Firefox*/
  }
  ul {
      list-style: none
  }
  a[href]:after {
      display: none !important;
  }
  a[href^="http"]:not([href*="example.com"]):after {
      display: none !important;
  }
  button,
  .btn,
  .print-none,
  .edit-quantity {
      display: none !important;
  }
  .tableHeadingSec {
      background: #F2F2F2 !important;
  }
  .Order-details-table .order-details tbody tr th {
      background-color: #F2F2F2 !important;
  }
  .orderfirst .totalset td {
      color: #ffffff !important;
      background: transparent !important;
  }
  a:link {
      border-bottom: none !important;
      text-decoration: none !important;
  }
  a[href]:after {
      content: none !important;
  }
}

.burst span {
  position: relative;
  z-index: 3;
  height: 5px;
  display: block;
  font: 12px/23px arial;
}

.burst {
  background: #a14545;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  color: white;
  z-index: 5;
  margin: 0 auto;
  display: inline-block;
  margin-left: 10px;
}

.burst:before,
.burst:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #a14545;
  z-index: 2;
}

.burst:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}

.burst:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

.col-half-offset {
  margin-left: 3.166666667%
}

.chat-container {
  direction: ltr;
}

.magnify {
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
  display: none;
  cursor: none;
}

.rfq-sent-back {
  font-size: 2em;
  color: #FC0303;
  word-break: break-all;
  text-align: right;
}

@media (max-width: 768px) {
  .vendor-product-card {
      width: 46%;
      padding-left: 20px;
  }
  .vendor-product-card .card {
      min-height: 400px;
  }
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.select-pure__select {
  align-items: center;
  background: #ffffff;
  border-radius: 0px;
  border-bottom: 1px solid #BBBBBB;
  box-shadow: 0 2px 4px rgb(0 0 0 / 4%);
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 44px;
  padding: 5px 0px;
  position: relative;
  transition: 0.2s;
  width: 100%;
}

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}

.select-pure__option.Group{
  background-color: yellow;
}

.select-pure__option--disabled {
  color: #e4e4e4;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  align-items: 'center';
  background: #5e6264;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-flex;
  justify-content: 'center';
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-right: 7px;
  margin-top: 4px;
}

.select-pure__selected-label img {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 7px;
  width: 14px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4;
}

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.select-pure__placeholder--hidden {
  display: none;
}

.select-pure__placeholder {
  color: #bbbbbb;
}

/*.....arabic version css code......*/

.sharek-header {
  position: relative !important;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: #ECF4F8;
}

.sh-primary-btn {
  background-color: #698DAF;
  display: inline-block;
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 1;
  font-size: 15px;
  padding: 8px 22px;
  line-height: initial;
  border-radius: 12px;
  height: 48px;
  border: 1px solid transparent;
  font-family: Co_Headline-Regular;
  overflow: hidden;
}

.npc-sharek-tabs {
  padding-right: 0;
  text-align: right;
  background-color: #ECF4F8;
}

.npc-sharek-tabs li {
  border-bottom: 1px solid #D8D8D8;
  width: 14.27%;
  text-align: center;
}
.npc-sharek-tabs li.active {
  background: transparent linear-gradient(90deg, #6CA7CE 0%, #567192 100%) 0% 0% no-repeat padding-box;/*MMJ*/
}
.npc-sharek-tabs li:last-child {
  border-bottom: none;
}

.npc-sharek-tabs li>a.nav-link {
  font-size: 18px;
  color: #575757;
  padding: 20px 33px;
  width: 80%;
  text-transform: none;
  margin: auto;
}

.npc-sharek-tabs li>a.nav-link.active {
  color: #fff;
}
.sharek-list-caret{
  position: absolute;
  top: auto;
  right: auto;
  width: 18px;
  height: 10px;
  background: url(../images/b-carnet.png) no-repeat;
  bottom: 30px;
  left: 50%;
}
.npc-sharek-tabs li.active>a:hover{
background-color: none;

}
.sh-pagination .page-item.active .page-link {
  background-color: #698DAF;
  border-radius: 100px;
}
.npc-sharek-tabs ul.dropdown-menu li a{
  padding: 20px 0px;
}
.npc-sharek-card {
  position: relative;
  margin-bottom: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 20px #00000029;
  border: 1px solid #C9C9C9;
  border-radius: 20px;
  min-height: 400px;
  margin: 60px 20px 0px;
}

.npc-sharek-card h3.card-title {
  font-size: 26px;
  color: #1C2346;
  text-align: center;
}

.npc-sharek-card h5 {
  font-size: 35px;
  color: #283870;
  text-align: center;
}

.cardGridView .sh-pgm-card {
  width: 91%;
  height: auto;
  margin-bottom: 0;
  background-color: #fff;
}

/* .cardListView .sh-pgm-card .card-body, */
.cardGridView .sh-pgm-card .card-body {
  text-align: right;
  margin: 24px 24px 15px !important;
}

.cardGridView .pdct-title {
  font-size: 28px;
  display: block;
  /* text-transform: lowercase; */
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 22px;
}

.cardGridView .item-disply span.prdct-price {
  font-family: Co_Headline-Bold;
  color: #1C2346;
}

.cardGridView .item-disply span.prdct-price,
.cardGridView span.qunty-avil-num {
  padding-left: 10px;
  margin-left: 0;
  margin-right: 0;
}

.cardListView .item-disply,
.cardGridView .item-disply {
  font-size: 18px;
  color: #333;
  padding-bottom: 15px;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cardListView .item-disply span,
.cardGridView .item-disply span {
  font-family: 'Co_Headline-Light';
  color: #575757;
}
.cardListView .item-disply span.item-value,
.cardGridView .item-disply span.item-value {
  font-family: Co_Headline-Regular;
  color: #333;
}

.cardListView .item-disply span.prdct-price {
  font-family: Co_Headline-Bold;
  font-size: 30px;
  color: #1C2346;
  margin: 0;
}

.cardListView .card-list-view {
  padding-top: 0 !important;
  margin: 0;
  width: 100%;
  padding: 30px 0px !important;
  height: auto;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 0;
  margin-bottom: 20px;
  background-color: #fff;
}

.cardListView input.input-number {
  font-size: 20px;
  font-weight: bold;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.cardListView .sh-qnty-panel .item-qnty-panel .items-label,
.cardGridView .sh-qnty-panel .item-qnty-panel .items-label {
  text-align: right;
  padding-bottom: 5px;
}

.cardGridView .sh-qnty-panel .item-qnty-panel .items-label {
  text-align: right;
}

.cardGridView .item-disply span.prdct-price {
  font-family: Co_Headline-Bold;
  color: #1C2346;
}

.sh-price-details {
  padding-right: 25px;
  border-right: 1px solid #dddd;
}

.cardListView .private-item,
.cardGridView .private-item {
  background-color: #fff;
}

.sh-pgm-card .btn-outline {
  background-color: #6DCB4A;
  border: #6DCB4A;
  display: flex;
  font-size: 16px;
  color: #fff !important;
  justify-content: space-around;
  padding: 10px;
  align-items: center;
}
.sh-pgm-card .btn-outline:hover,.sh-pgm-card .btn-outline:focus {
  background-color: #6DCB4A;
  border: #6DCB4A;
  box-shadow: 0px 0px 0px 2px #6DCB4A;
    transition: box-shadow 0.6s linear;
}
.sh-pgm-card .btn-outline .cart-icon{
  width: 25px;
  height: 25px;
}

.sh-page-qty .quantity_box {
  background-color: #F1F1F1;
  border: 1px solid #C9C9C9;
  border-radius: 12px;
  padding: 6px 0px;
}

.sh-page-qty input.input-number {
  background-color: #fff !important;
  border: 1px solid #688EB0 !important;
  margin: 0px 44px 0px 44px;
  height: 43px;
  border-radius: 10px !important;
  padding: 0 10px;
  text-align: center;
}

.prdct.card-item .count-Inc-denc-btn,
.count-Inc-denc-btn {
  position: absolute;
  display: -ms-grid;
  display: grid;
  left: 10px;
  top: -1px;
  height: 100%;
  z-index: 8;
}

.prdct.card-item .count-Inc-denc-btn .inc-btn button,
.count-Inc-denc-btn .inc-btn button {
  background: transparent;
  border: none;
  height: 30px;
  display: flex;
  align-items: center;
}

.prdct.card-item .count-Inc-denc-btn .dec-btn button,
.count-Inc-denc-btn .dec-btn button {
  background: transparent;
  border: none;
  height: 30px;
  display: flex;
  align-items: center;
}

.sh-count-Inc-denc-btn {
  position: initial;
}

.sh-count-Inc-denc-btn .inc-btn {
  position: absolute;
  top: 8px;
  right: 5px;
}

.sh-count-Inc-denc-btn .dec-btn {
  position: absolute;
  top: 8px;
  left: 5px;
}

.cardListView .sh-pgm-card,
.cardGridView .sh-pgm-card {
  color: #292727;
  background: transparent;
}

.cardListView .pdct-title {
  font-size: 32px;
  text-transform: lowercase;
  margin-bottom: 22px;
}

.cardListView input.input-number {
  font-size: 20px;
  font-weight: bold;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.sh-listqnty {
  padding-left: 30px;
  margin-left: 50px;
  border-left: 1px solid #ddd;
}

.btn-sh-primary {
  background-color: #4B6282;
  border-color: #4B6282;
  color: #fff;
  display: inline-block;
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding: 8px 25px;
  line-height: initial;
  border-radius: 12px;
  height: 57px;
  font-family: Co_Headline-Regular;
  overflow: hidden;
}

.order-summary-container .setpanel {
  position: relative;
  margin: 30px 0px;
  text-align: center;
}

.order-summary-container .setpanel #progressbarorder {
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 0px;
  margin-top: 50px;
}

.order-summary-container .setpanel #progressbarorder li {
  list-style-type: none;
  width: 30%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #707070;
}

.order-summary-container .setpanel #progressbarorder li.active {
  color: #688EB0;
}

.order-summary-container .setpanel #progressbarorder li.select::before {
  background-color: #688EB0;
}

.order-summary-container .setpanel #progressbarorder li.active#step1:before {
  content: "";
  background-image: url(../images/Order_Pending_Approval_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.order-summary-container .setpanel #progressbarorder #step2:before {
  content: "";
  background-image: url(../images/authorization-letter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.order-summary-container .setpanel #progressbarorder li.active#step2:before {
  content: "";
  background-image: url(../images/pending_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.order-summary-container .setpanel #progressbarorder #step3:before {
  content: "";
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
  background-image: url(../images/waiting-for-po.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.order-summary-container .setpanel #progressbarorder li.active#step3:before {
  content: "";
  background-image: url(../images/Pending_Oder_Released_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.order-summary-container .setpanel #progressbarorder #step4:before {
  content: "";
  background-image: url(../images/ful-fillment-process.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.order-summary-container .setpanel #progressbarorder li.active#step4:before {
  content: "";
  background-image: url(../images/Waiting_for_NUPCO_PO_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.order-summary-container .setpanel #progressbarorder li.sentback#step4:before {
  content: "";
  background-image: url(../images/Waiting_for_NUPCO_PO_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder #step5:before {
  content: "";
  background-image: url(../images/order-delivery.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.setpanel #progressbarorder li.active#step5:before {
  content: "";
  background-image: url(../images/orderFullfillment-filled.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 46px;
  height: 90px;
  width: 90px;
}

.order-summary-container .stepText {
  font-size: 14px;
  margin-top: 15px;
  width: 150px;
}

.order-summary-container .setpanel #progressbarorder li.active:before,
.order-summary-container .setpanel #progressbarorder li.active:after {
  border: none;
  background: #6DCB4A;
}

.order-summary-container .setpanel #progressbarorder li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #455a64;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: -1;
}

.order-summary-container .setpanel #progressbarorder li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}

.order-summary-container .setpanel #progressbarorder li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}

.order-summary-container .setpanel #progressbarorder li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.order-summary-container .setpanel #progressbarorder li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.order-summary-container .setpanel .num-val strong {
  display: block;
  font-size: 32px;
  color: #1C2346;
  letter-spacing: 0.64px;
}

.order-summary-container .setpanel .num-val span.txt {
  font-size: 30px;
  color: #3D3D3D;
  letter-spacing: 0.6px;
}

.order-summary-container .setpanel .num-val span.txt-value {
  font-size: 30px;
  color: #688EB0;
  letter-spacing: 0.6px;
}

.order-summary-container .setpanel #progressbarorder .status-desc {
  font-size: 18px;
  width: 60%;
}

.order-summary-container .Order-details-table .Order-details-tableSec,
.order-summary-container .orderHistoryTable {
  color: #333;
  border-radius: 10px;
  border: 1px solid #707070;
  border-collapse: inherit;
  border-spacing: 0;
}

.order-summary-container .Order-details-table .Order-details-tableSec tbody tr td {
  font-family: inherit;
  font-size: 20px;
}

.order-summary-container .Order-details-table .order-details tbody tr th {
  font-family: inherit;
  font-size: 18px;
  color: #333;
}

.order-summary-container .orderHistoryTable tr th {
  font-size: 20px;
}

.order-summary-container .orderHistoryTable tr td a {
  font-size: 20px;
  color: #283870;
}

.order-summary-container .orderHistoryTable tr td {
  font-size: 19px;
}

.order-summary-container .hr-border-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}

.input-bg {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.new-item-popup {
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 30px 30px #00000029;
}

.popup-innner {
  position: relative;
}

.popup-innner::before {
  position: absolute;
  content: '';
  width: 75%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #698DAF;
}

.new-item-popup h1.sd-addNew {
  font-family: Co_Headline-Regular;
  font-size: 28px;
  padding-left: 10px;
}

.new-item-popup .popup-innner #nupcoExcessProductForm {
  padding: 30px 45px;
  border-radius: 20px;
  background-color: #fff;
}

.new-item-popup .popup-innner .form__label {
  font-family: inherit;
  font-size: 18px;
  color: #202020;
  top: 5px;
  letter-spacing: 0.36px;
}

.new-item-popup .popup-innner .upload-download-form p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 30px;
  padding-right: 0;
}

.new-item-popup .popup-innner .upload-download-form .button-block {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  height: 68px;
  background: #FFFFFF;
  margin-bottom: 15px;
  margin-right: -15px;
  box-shadow: 0px 3px 6px #00000029;
}

.new-item-popup .popup-innner .upload-download-form .button-block::before,
.new-item-popup .popup-innner .upload-download-form .button-block::after {
  position: static;
}

.new-item-popup .popup-innner .upload-download-form .file-upload-btn {
  color: #fff;
  background: #6DCB4A;
}

.new-item-popup .popup-innner .sh-label-control,
.new-item-popup .popup-innner .form-check-label,
.item-request-popup-inner .sh-label-control {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.36px;
  color: #202020;
  padding-bottom: 10px;
}

.new-item-popup .popup-innner .form-check-label {
  padding-right: 60px;
}

.new-item-popup .popup-innner #nupcoExcessProductForm .submit-btn-group .btn {
  font-size: 20px;
}

.new-item-popup .popup-innner #nupcoExcessProductForm .submit-btn-group .btn-submit,
.item-request-popup-inner #nupcoOverStockRequestorForm .btn-submit {
  border: none !important;
}

.new-item-popup .popup-innner #nupcoExcessProductForm .submit-btn-group .btn-submit::before,
.new-item-popup .popup-innner #nupcoExcessProductForm .submit-btn-group .btn-submit::after,
.item-request-popup-inner #nupcoOverStockRequestorForm .btn-submit::before,
.item-request-popup-inner #nupcoOverStockRequestorForm .btn-submit::after {
  background-color: #6DCB4A;
}

.new-item-popup .popup-innner #nupcoExcessProductForm input.form-check-input[type="radio"]:checked+label,
.new-item-popup .popup-innner #nupcoExcessProductForm input.form-check-input[type="radio"]:not(:checked)+label {
  padding-left: 40px;
  color: #666;
}

.item-request-popup-inner {
  padding: 30px;
  border-radius: 30px;
  background: #ECF4F8;
  box-shadow: 0px 30px 30px #00000029;
}

.item-request-popup-inner h1.sd-addNew {
  font-family: Co_Headline-Regular;
  font-size: 28px;
  color: #000;
}

.item-request-popup-inner #nupcoOverStockRequestorForm {
  padding: 30px 40px;
  border-radius: 30px;
  margin-top: 40px;
  background-color: #fff;
}

.cardListView .close-btn,
.cardGridView .close-btn {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  padding-right: 10px;
}

.cardListView .close-btn .close-btn-icon,
.cardGridView .close-btn .close-btn-icon {
  padding: 5px;
  margin-left: 10px;
  border-radius: 13px;
  background: #688EB0;
}

.cardListView .file-download::after,
.cardGridView .file-download::after {
  content: '';
  display: block;
  width: 10%;
  height: 19px;
  z-index: 999;
  margin: 0 auto;
  margin-bottom: 10px;
  background: url(../images/arr_download.png) no-repeat;
}
b.caret{
  position: absolute;
  top: 30px;
  left: 50px;
  width:18px;
  height: 10px;
  background: url(../images/b-carnet.png) no-repeat;
}
li.nav-item.dropdown.show b.caret{
  -webkit-transform: rotate(
180deg);
  transform: rotate(
180deg);
}
.item-request-popup-inner #nupcoOverStockRequestorForm label.form__label {
  font-family: Co_Headline-Regular;
  font-size: 18px;
  color: #202020;
  top: 0;
  letter-spacing: 0.36px;
}

.item-request-popup-inner #nupcoOverStockRequestorForm .autocomplete-select .select-pure__placeholder {
  font-family: Co_Headline-Regular;
  color: #202020;
  font-size: 18px;
}

.new-overstock-request {
  padding: 20px;
  margin-top: 30px;
  background: #ECF4F8;
  border-radius: 10px;
}

.new-overstock-request .card.sh-pgm-card.card-list-view {
  padding: 0 !important;
  background-color: transparent;
  border-bottom: none;
}

.new-overstock-request .card.sh-pgm-card.card-list-view .pdct-title {
  font-size: 32px;
  padding-bottom: 60px;
}

.new-overstock-request .input-bg {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  width: 50%;
  padding-left: 15px;
  background-color: #fff;
}

.new-overstock-request .sh-panel-controls li {
  color: #fff;
  border: none;
  margin-top: 20px;
  background-color: #6DCB4A;
}

.new-overstock-request .sh-panel-controls li span {
  color: #fff;
  font-size: 24px;
}

.cardListView .sh-main-section {
  height: 100%;
  margin-top: 0px;
}

.cardListView ul.panel-ctrl-ul {
  padding-top: 9%;
}

.cardListView .input-bg span,
.cardGridView .input-bg span {
  color: #575757;
  font-size: 18px;
  padding-left: 5px;
  font-family: Co_Headline-Regular;
}

.cardListView li.btn-green,
.cardGridView li.btn-green {
  color: #fff;
  border: none;
  margin: 0;
  background-color: #6DCB4A;
}

.cardListView li.btn-green {
  margin-right: 16px;
}

.cardListView .sh-panel-controls li span,
.cardGridView .sh-panel-controls li span {
  color: #fff;
  font-size: 20px;
}

.cardGridView .sh-panel-controls li.sh-delete span {
  color: #333333;
}

.cardListView .sh-panel-controls li span img,
.cardGridView .sh-panel-controls li span img {
  padding-right: 15px;
}

.cardListView .item-btn,
.cardGridView .item-btn {
  border: none;
  background-color: #6DCB4A;
}

.cardListView .item-btn::before,
.cardGridView .item-btn::before {
  background-color: #6DCB4A;
}

.cardListView .item-btn::after,
.cardGridView .item-btn::after {
  background-color: #6DCB4A;
}

.cardListView .item-btn:hover,
.cardGridView .item-btn:hover {
  background-color: #6DCB4A;
}

.cardListView .union,
.cardGridView .union {
  padding-left: 15px;
}

.cardListView .sh-panel-controls li.delete,
.cardGridView .sh-panel-controls li.delete {
  border: 1px solid #698EAE;
  background-color: #fff;
}

.cardListView .sh-panel-controls li.delete span,
.cardGridView .sh-panel-controls li.delete span {
  color: #333333;
}

.overstock-panel {
  background-color: #ECF4F8;
  border-radius: 12px;
  padding: 17px 35px;
  position: relative;
  min-height: 120px;
  border: 1px solid #688EB0;
}

.add-new-item {
  position: absolute;
  top: 30px;
  left: 20px;
}

.tab-title {
  font-size: 32px;
  color: #1C2346;
}

.tab-titleinfo {
  font-size: 16px;
  color: #575757;
}

.search-box-wrap {
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 32px;
  background: #FFFFFF;
  border: 1px solid #B3B3B4;
}

.search-box-wrap .form-control {
  font-size: 22px;
  color: #838383;
  background-color: transparent;
}

.popup-fill {
  border-radius: 20px;
  box-shadow: 0px 0px 30px #00000029;
}

.popup-fill h4 {
  color: #283870;
  font-size: 40px;
  font-weight: bold;
  margin: 0 !important;
  width: 100%;
  text-align: right;
}

.popup-fill h4 p {
  color: #333;
  font-size: 22px;
  font-weight: 300;
  padding-top: 30px;
}

.popup-fill .fill-progressbar {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 0px;
  margin-top: 50px;
  counter-reset: number-inc;
}

.fill-progressbar li {
  position: relative;
  float: left;
  width: 30%;
  font-weight: 400;
  color: #707070;
  z-index: 0;
  list-style-type: none;
}

.fill-progressbar li:before {
  counter-increment: number-inc;
  content: " " counter(number-inc) " ";
  font-size: 50px;
  height: 120px;
  width: 120px;
  color: #fff;
  border-radius: 50%;
  background-color: #678FB1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
}

.fill-progressbar li.active:before {
  border: none;
  background: #6DCB4A;
}

.fill-progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #678fb1;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -1;
}

.form_healthentityreg .select_region,
.form_healthentityreg .select_city {
padding: 0px 0 0px 0;
}

/**Health Entity termsAndConditions**/
.custom-file-label_health_enti.pl-0.selected{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form_healthentityreg .termsAndConditions_set .custom-file-label_health_enti {
background-color: #f9f9f9;
border-bottom: 2px solid #BBBBBB;
}
.file-upload__wrapper .custom-file-label_health_enti {
  height: auto;
  position: absolute;
}
.file-upload__wrapper .custom-file-label_health_enti {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  text-align: right;
  font-size: 22px;
}
.custom-file-label_health_enti {
  position:absolute;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  width: 100%;
  top: -5px;
  right: 0;
  left: 0;
}
.custom-control-label::before, .custom-file-label_health_enti, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-file-input_health_enti {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0;
}
.was-validated .custom-file-input_health_enti:invalid,
.was-validated .custom-file-input_health_enti:invalid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: unset;
  border-color: #FF0808;
  background-image: none;
}
.custom-file-input_health_enti.is-invalid~.custom-file-label_health_enti,
.was-validated .custom-file-input_health_enti:invalid~.custom-file-label_health_enti {
  border-color: #FF0808 !important;
}
.custom-file-input_health_enti{
  cursor: pointer;
}
/**Health Entity termsAndConditions**/
/* Rfq-export */
.rfq-export-sheet{
  font-size: 16px;
  color: #248CCC;
  text-decoration: underline;
  position: relative;
  top: 10px;
}
.horizontal-scroll{
  overflow-x:auto;
  padding: 20px 25px;
}

.choose-file-2{padding: 0.375rem 0.75rem;}
/* End */

.fill-progressbar li:first-child:after {
  position: absolute;
  left: -50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fill-progressbar li:last-child:after {
  position: absolute;
  left: 50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fill-progressbar li .txt {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}

.cardListView .cardListView-body {
  text-align: right;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #ECF4F8;
}

.cardGridView .bg-color-grey {
  background-color: #ECF4F8;
}

.cardListView .sh-panel-controls li span,
.cardGridView .sh-panel-controls li span {
  color: #fff;
  font-size: 20px;
}

.cardGridView .sh-panel-controls li.sh-delete span {
  color: #333333;
}

.cardListView .sh-panel-controls li span img,
.cardGridView .sh-panel-controls li span img {
  padding-left: 15px;
}

.sh-panel-controls li.sh-delete {
  background-color: #fff;
  border: 1px solid #698EAE;
  color: #333333;
}

.private-over-stock-request .bg-trans {
  background-color: transparent;
}

.sh-table-items {
  border: 1px solid #dee2e6;
  border-radius: 12px;
}

.sh-table-items .table {
  margin: 0;
}

.sh-table-items .table thead tr th {
  background-color: #688EB0;
  color: #fff;
  font-size: 18px;
  border: 1px solid #dee2e6;
  vertical-align: bottom;
  padding: 20px;
  text-align: center;
}

.sh-table-items .table td {
  border: 1px solid #dee2e6;
  padding: 20px;
  text-align: center;
}

.main-panel-popup {
  background: #ECF4F8;
}

.cardGridView .tab-content .tab-title,
.cardGridView .tab-content .tab-titleinfo,
.shared-program_section .tab-content .tab-title,
.shared-program_section .tab-content .tab-titleinfo {
  text-align: right;
}

.cardListView .private-item .qunty-avil
/* .cardGridView .private-item .qunty-avil  */
{
  padding: 0;
}
/* sharek - Dashboard  */

.progress {
  width: 272px;
  height: 272px;
  line-height: 160px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
  margin-top: 40px;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 25px solid #efefef;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 25px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: rgb(95 147 179);
}


.progress .progress-left .progress-bar {
  left: 102%;
  border-top-right-radius: 133px;
  border-bottom-right-radius: 133px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 133px;
  border-bottom-left-radius: 133px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 300;
}
.progress .progress-value span {
  font-size: 22px;
  color: #575757;
}


.progress[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.5s linear forwards;
}

.progress[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.5s linear forwards;
}

.progress[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.5s linear forwards;
}

.progress[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.5s linear forwards;
}

.progress[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.5s linear forwards;
}

.progress[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.5s linear forwards;
}

.progress[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.5s linear forwards;
}

.progress[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.5s linear forwards;
}

.progress[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.5s linear forwards;
}

.progress[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.5s linear forwards;
}

.progress[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.5s linear forwards;
}

.progress[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.5s linear forwards;
}

.progress[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.5s linear forwards;
}

.progress[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.5s linear forwards;
}

.progress[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.5s linear forwards;
}

.progress[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.5s linear forwards;
}

.progress[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.5s linear forwards;
}

.progress[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.5s linear forwards;
}

.progress[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.5s linear forwards;
}

.progress[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.5s linear forwards;
}

.progress[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.5s linear forwards;
}

.progress[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.5s linear forwards;
}

.progress[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.5s linear forwards;
}

.progress[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.5s linear forwards;
}

.progress[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.5s linear forwards;
}

.progress[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.5s linear forwards;
}

.progress[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.5s linear forwards;
}

.progress[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.5s linear forwards;
}

.progress[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.5s linear forwards;
}

.progress[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.5s linear forwards;
}

.progress[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.5s linear forwards;
}

.progress[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.5s linear forwards;
}

.progress[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.5s linear forwards;
}

.progress[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.5s linear forwards;
}

.progress[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.5s linear forwards;
}

.progress[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.5s linear forwards;
}

.progress[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.5s linear forwards;
}

.progress[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.5s linear forwards;
}

.progress[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.5s linear forwards;
}

.progress[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.5s linear forwards;
}

.progress[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.5s linear forwards;
}

.progress[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.5s linear forwards;
}

.progress[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.5s linear forwards;
}

.progress[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.5s linear forwards;
}

.progress[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.5s linear forwards;
}

.progress[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}

.progress[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}

.progress[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}

.progress[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}

.progress[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}

.progress[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}

.progress[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}

.progress[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}

.progress[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}

.progress[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}

.progress[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}

.progress[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}

.progress[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}

.progress[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}

.progress[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}

.progress[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}

.progress[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}

.progress[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}

.progress[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}

.progress[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}

.progress[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}

.progress[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}

.progress[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.5s linear forwards 0.5s;
}

.progress[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}

.progress[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}

.progress[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}

.progress[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}

.progress[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}

.progress[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}

.progress[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}

.progress[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}

.progress[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}

.progress[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}

.progress[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}

.progress[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}

.progress[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}

.progress[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}

.progress[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(3.6);
      transform: rotate(3.6deg);
  }
}

@keyframes loading-2 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(7.2);
      transform: rotate(7.2deg);
  }
}

@keyframes loading-3 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(10.8);
      transform: rotate(10.8deg);
  }
}

@keyframes loading-4 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(14.4);
      transform: rotate(14.4deg);
  }
}

@keyframes loading-5 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(18);
      transform: rotate(18deg);
  }
}

@keyframes loading-6 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(21.6);
      transform: rotate(21.6deg);
  }
}

@keyframes loading-7 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(25.2);
      transform: rotate(25.2deg);
  }
}

@keyframes loading-8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(28.8);
      transform: rotate(28.8deg);
  }
}

@keyframes loading-9 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(32.4);
      transform: rotate(32.4deg);
  }
}

@keyframes loading-10 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(36);
      transform: rotate(36deg);
  }
}

@keyframes loading-11 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(39.6);
      transform: rotate(39.6deg);
  }
}

@keyframes loading-12 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(43.2);
      transform: rotate(43.2deg);
  }
}

@keyframes loading-13 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(46.8);
      transform: rotate(46.8deg);
  }
}

@keyframes loading-14 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(50.4);
      transform: rotate(50.4deg);
  }
}

@keyframes loading-15 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(54);
      transform: rotate(54deg);
  }
}

@keyframes loading-16 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(57.6);
      transform: rotate(57.6deg);
  }
}

@keyframes loading-17 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(61.2);
      transform: rotate(61.2deg);
  }
}

@keyframes loading-18 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(64.8);
      transform: rotate(64.8deg);
  }
}

@keyframes loading-19 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(68.4);
      transform: rotate(68.4deg);
  }
}

@keyframes loading-20 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(72);
      transform: rotate(72deg);
  }
}

@keyframes loading-21 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(75.6);
      transform: rotate(75.6deg);
  }
}

@keyframes loading-22 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(79.2);
      transform: rotate(79.2deg);
  }
}

@keyframes loading-23 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(82.8);
      transform: rotate(82.8deg);
  }
}

@keyframes loading-24 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(86.4);
      transform: rotate(86.4deg);
  }
}

@keyframes loading-25 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(90);
      transform: rotate(90deg);
  }
}

@keyframes loading-26 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(93.6);
      transform: rotate(93.6deg);
  }
}

@keyframes loading-27 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(97.2);
      transform: rotate(97.2deg);
  }
}

@keyframes loading-28 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(100.8);
      transform: rotate(100.8deg);
  }
}

@keyframes loading-29 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(104.4);
      transform: rotate(104.4deg);
  }
}

@keyframes loading-30 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(108);
      transform: rotate(108deg);
  }
}

@keyframes loading-31 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(111.6);
      transform: rotate(111.6deg);
  }
}

@keyframes loading-32 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(115.2);
      transform: rotate(115.2deg);
  }
}

@keyframes loading-33 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(118.8);
      transform: rotate(118.8deg);
  }
}

@keyframes loading-34 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(122.4);
      transform: rotate(122.4deg);
  }
}

@keyframes loading-35 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(126);
      transform: rotate(126deg);
  }
}

@keyframes loading-36 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(129.6);
      transform: rotate(129.6deg);
  }
}

@keyframes loading-37 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(133.2);
      transform: rotate(133.2deg);
  }
}

@keyframes loading-38 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(136.8);
      transform: rotate(136.8deg);
  }
}

@keyframes loading-39 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(140.4);
      transform: rotate(140.4deg);
  }
}

@keyframes loading-40 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(144);
      transform: rotate(144deg);
  }
}

@keyframes loading-41 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(147.6);
      transform: rotate(147.6deg);
  }
}

@keyframes loading-42 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(151.2);
      transform: rotate(151.2deg);
  }
}

@keyframes loading-43 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(154.8);
      transform: rotate(154.8deg);
  }
}

@keyframes loading-44 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(158.4);
      transform: rotate(158.4deg);
  }
}

@keyframes loading-45 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(162);
      transform: rotate(162deg);
  }
}

@keyframes loading-46 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(165.6);
      transform: rotate(165.6deg);
  }
}

@keyframes loading-47 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(169.2);
      transform: rotate(169.2deg);
  }
}

@keyframes loading-48 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(172.8);
      transform: rotate(172.8deg);
  }
}

@keyframes loading-49 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(176.4);
      transform: rotate(176.4deg);
  }
}

@keyframes loading-50 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(180);
      transform: rotate(180deg);
  }
}
/* End  */
.sh-tabbable .nav-item.show .nav-link{
  background-color: transparent;
}
.sh-tabbable .nav-item.show .nav-link.dropdown-toggle{
  background: transparent linear-gradient(
90deg, #6CA7CE 0%, #567192 100%) 0% 0% no-repeat padding-box;
color: #fff;
}
.sh-tabbable .nav-item.show.active .nav-link.dropdown-toggle{
  background: none;
}
.sh-tabbable .nav-item.show .dropdown-menu{
  position: absolute !important;
  top: 90% !important;
  transform: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ECF4F8;
}
.flex-items-sharek{
  justify-content: space-evenly;
  align-items: center;
}
.sharek-search-box .searchBox_contain{
  border: 1px solid #ced4da;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  padding: 0;
}
.sharek-search-box .searchBox_contain input{
  border-radius: 25px;
  height: 70px;
  font-size: 22px;
  padding: 15px 10px 17px 53px;
}
.sharek-search-box .searchBox_contain .searchBox_Icon{
  height: 70px;
  padding: 18px 39px 18px;
  position: relative;
}
.sharek-search-box .searchBox_contain .searchBox_Icon img{
  position: relative;right: 0;
}
.iframe-container #plpAvPopup{
  border: 0;
  overflow: hidden;
  min-height: 580px;
}
.page-nupcoOverStockRequestCreatepage .iframe-container #plpAvPopup,
.page-nupcoOverStockRequestCreatelistpage .iframe-container #plpAvPopup{
  min-height: 480px;
}
.sh-detailspage-title{
  font-size: 30px;
  color: #283870;
  margin-bottom: 20px;
  text-align: right;
}
.sh-detailspage-wrapper{
  font-size: 18px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.sh-detailspage-name{
  color: #000;
}
.sh-detailspage-value{
  color: #688EB0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup-detailpage-close{
  position: absolute;
  top: 20px;
  z-index: 999;
  left: 20px;
  opacity: 1;
}
.popup-detailpage .close-btn-icon {
  padding: 5px;
  margin-left: 10px;
  border-radius: 13px;
  background: #688EB0;
}
.popup-detailpage .modal-content{
  border-radius: 20px;
}
.sort-wrap-box select.form-control{
  border: 1px solid #707070;
  border-radius: 10px;
  height: 45px;
  -webkit-appearance: none;
}
.sort-wrap-box .caret1 {
  display: block;
  background: url(../images/select-arrow-down.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 40px;
  width: 18px;
  height: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: all 0.75s 0.25s;
  transition: all 0.75s 0.25s;
}
.sort-wrap-box .caret1.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* sharek pagination */
.sh-pagination .pagination .first-item{
  align-items: center;
  display: flex;
  position: relative;
  left: 10px;
  vertical-align: middle;
  top: 3px;
  transform: rotate(-180deg);
}
.sh-pagination .pagination .last-item{
  align-items: center;
  display: flex;
  position: relative;
  right: 10px;
  vertical-align: middle;
  top: 3px;
  transform: rotate(-180deg);
}
.sh-pagination .pagination ol{
display: flex;
}
.rightColWrapper .nupco_glyphico .img-fluid{margin: 0 8px;}
/* sharek pagination End */

/* deails page popup  */
.qntyAvilable-box{
  background-color: #ECF4F8;
  padding: 20px 35px;
  min-width: 253px;
  border-radius: 12px;
  float: right;
  display: inline-block;
}
.qntyAvilable-box_text,.qntyAvilable-box_number{display: flex;}
.qntyAvilable-box_text{ font-family: Co_Headline-Light;font-size: 18px;}
.qntyAvilable-box_number{font-size: 30px;color: #1C2346;align-items: center;}
.qntyAvilable-box_unit{font-size: 18px;color: #575757;padding: 5px;margin-top: 3px;position: relative;}
.price-box{min-width: 416px;}
.sh-wrapper-footer .sh-continue-shping-btn{text-align: right;}
.sh-popup-qnty{background-color: #ECF4F8; padding: 20px 35px;border-radius: 12px;}
/* End */
.catalog-dropdwn {
    position: relative;
    display: flex;
    align-items: center;
}
.catalog-dropdwn:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 15px;
    background: url(../images/select-arrow-down.png) no-repeat;
    width: 18px;
    height: 12px;
}
.catalog-dropdwn-menu.show {
    display: block;
    position: relative !important;
    top: 0px !important;
    left: 0 !important;
    transform: none !important;
}
.dropdown.show .catalog-dropdwn:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Supplier comment popup  */
@media (min-width: 576px){
  .supplier-commment-popup{max-width: 952px;}
}
.popup_conent{border-radius: 12px;padding: 25px 25px 40px;}
.acc-comment-wrapper{display: flex;flex-direction: row;padding: 20px 0px 20px;border-bottom: 1px solid #dee2e6;}
.comment-userIcon{width: 10%;text-align: center;margin-left: 10px;}
.comment-userIcon img{border: 2px solid #248ccc;border-radius: 100px}
.comment-userTex{width: 90%;}
.comment-userName{font-size: 16px;text-align: right;}
.user-Comment{font-size: 14px;text-align: right;word-break: break-all;}
.popup_conent .close{float: left;margin-left: -1rem;}
/* End */
/* import-cart popup */
.supplierProductExceed_Icon{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50px, -50px);
}
.supplierProductExceed_Text{
  font-size: 18px;
  text-align: center;
  padding: 20px;
  margin: 0;
  left: 5px;
  top: 5px;
}
/* Sharek title check  */
.pdct-title.txt_en:lang(ar){
  direction:ltr;
}
/* End */
.textareamsg {
  font-size: 18px;
}
.textareamsg.form-control:focus{
  border-image: linear-gradient(to right, #11998e, #38ef7d);
    border-image-slice: 1;
}
.mandatory-label {
    color: red;
    font-size: 18px;
    font-family: "Co_Headline-Bold";
}
.savecartbtn1 {
  font-family: "initial";
}

.formandlabelheightdec .control-label, .formandlabelheightdec .form-group input,.formandlabelheightdec  .form-group{
  padding: 0% !important;
  margin: 0% !important;
  height: auto !important;
}
.formandlabelheightdec label.control-label:after{
  content: '*';
  position: absolute;
  color: #FF0000;
  font-size: 22px;
  right: auto;
  left: auto;
}
.formandlabelheightdec .nomandatory label.control-label:after{
  content: '';
  position: absolute;
}

.page-cartPage .my-cart-details .block_2 > .blk_numbers{
  margin-left: 3rem;
}
.page-order .approver-actions .AccountOrderDetailsOverviewComponent-NupcoReorderAction{
  float: left;
}

#loginVerifyLayer .cart-info{
  background: transparent linear-gradient(90deg, #248CCC 0%, #4AA02A 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px 20px 0px 0px;
  padding: 20px 20px;
}
.verify-mobile-wrapper{
  background: #248CCC30 0% 0% no-repeat padding-box;
  padding: 15px 20px 10px 20px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 20px;
}
#loginVerifyLayer {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#loginVerifyLayer .btn-details{
  margin: auto;
}
.verify-mobile-wrapper img{
  padding-left: 10px;
}
.verify-mobile-code-wrapper{
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #C9C9C9;
  padding: 4rem;
}
.verify-mobile-code-wrapper span:nth-child(1){
  color: #333333;
  font-size: 20px;
  margin-right: 4%;
}
.verify-mobile-code-wrapper input{
  border: 1px solid #0C0C0C;
  background: #FFF;
  width: 250px;
  height: 40px;
  font-size: 16px;
  color: #1C2346;
}
.verify-mobile-code-wrapper span:nth-child(3){
  color: #248CCC;
  font-size: 20px;
  margin-left: 4%;
  cursor: pointer;
}
.support-text{
  color: #1C2346;
  font-size: 20px;
}
.support-link
,.support-link:hover
{
  color: #248CCC;
  font-size: 20px;
  text-decoration: none;
}
.js-login-verify {
  overflow: hidden !important;
}
.mandatory-green{
  color: #5CB02C;
}
.info-header{
  padding-right: 6%;
}
#updateUserInfo label.user-info-label
,#updateUserInfo2 label.user-info-label
{
  font-size: 15px;
  color:#333333;
}
.user-info input.disabled{
  background: #E2E2E2 0% 0% no-repeat padding-box;
  cursor: default;
}
.user-info input
,.user-info select
,.user-info select:focus
{
  border: 1px solid #707070;
  background: #FFF;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #1C2346;
  border-radius: 7px;
  padding-right: 20px;
}

#updateUserInfo
,#updateUserInfo2
{
  overflow: auto !important;
}
#updateUserInfoLayer
,#updateUserInfoLayer2
{
  border-bottom:none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#updateUserInfoLayer .cart-details{
  overflow-y: auto !important;
}
.mx-h-58vh{
  max-height: 58vh;
}
.bottom-40{
  bottom: 40px;
}
.border-top-button{
  border-top: 1px solid rgba(0, 0, 0, .15);
  padding-top: 20px;
}

.btn-primary-margin{
  margin: 10px 5px;
}

.btn-primary-inactive{
  background-color:#ECF4F8;
  color: #000;
  border: 1px solid #6CA7CE;
}
.btn-primary-active{
  background:transparent linear-gradient(90deg, #6CA7CE 0%, #567192 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
}

.product-details-quantity ul
,.product-details-price ul{
  list-style: none;
  padding: 0;
  margin: auto;
  padding: 10px;
  border-radius: 10px;
}
.product-details-quantity ul li:not(:last-child)
,.product-details-price ul li:not(:last-child){
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.product-details-quantity ul{
  border: 1px solid #248ccc;
}
.product-details-price ul{
  border: 1px solid #65b148;
}
.product-details-quantity{
  font-size: 18px;
  color: #248ccc;
}

.product-details-price{
  font-size: 18px;
  color: #65b148;
}
@media screen and (min-width:1200px) {
  .btn-primary-list-position{
    margin-left: 14%;
  }
}
#remainingMsg{
  margin-top: 20px;
}
#remainingMsg span{
  font-size: 12px;
  color:#007BFF;
  margin: auto;
}

.subscription-plan-img{
  width: 20px;
  height: 20px;
}

@media screen  and (min-width:576px){
  #rfp-order-confirm-details .modal-dialog{
    width: 40%;
    max-width: 40%;
  }
}
.btn-update-cart-disabled{
  pointer-events: none;
  cursor: default;
}

body.page-productDetails .addToCartButton
,body.page-productDetails .configureProduct
{
  padding-left: 30%;
}
body.page-productDetails .addToCartButton1
,body.page-productDetails .configureProduct1
{
  padding-left: 15%;
}
.top-initial{
  top: initial !important;
}
.nupco-count{
  background-color: #248CCC;
  font-size: 22px;
  color: #fff;
  padding: 13px 30px;
}
.subscription-count{
  background-color: #52B926;
  font-size: 22px;
  color: #fff;
  padding: 13px 30px;
}
.page-order .order-panel .comment-text .message{
  white-space: break-spaces !important;
}
.approve-search-status{
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 1px 10px;
}
.btn-primary-margin{
  margin: 10px 5px;
}
.btn-primary-inactive{
  background-color:#ECF4F8;
  color: #000;
  border: 1px solid #6CA7CE;
}
.btn-primary-active{
  background:transparent linear-gradient(90deg, #6CA7CE 0%, #567192 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
}

.product-details-quantity ul
,.product-details-price ul{
  list-style: none;
  padding: 0;
  margin: auto;
  padding: 10px;
  border-radius: 10px;
}
.product-details-quantity ul li:not(:last-child)
,.product-details-price ul li:not(:last-child){
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.product-details-quantity ul{
  border: 1px solid #248ccc;
}
.product-details-price ul{
  border: 1px solid #65b148;
}
.product-details-quantity{
  font-size: 18px;
  color: #248ccc;
}

.product-details-price{
  font-size: 18px;
  color: #65b148;
}
@media screen and (min-width:1200px) {
  .btn-primary-list-position{
    margin-left: 14%;
  }
}

.approve-search-status{
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 1px 10px;
}

#show-all-order.disabled
,#show-all-order .disabled{
  pointer-events: none;
  opacity: 0.6;
}
#order-Status{
  height: 40px;
  font-size: 16px;
  padding: 1px 10px;
  border: 1px solid #B3B3B4;
  border-radius: 12px;
}

.order-history-message{
  font-size: 18px;
  color: #248CCC;
  padding: 10px 20px;
}

.disable-resend-otp{
  opacity: 0.6;
  pointer-events: none;
}
input.disabled{
  pointer-events: none;
}

#updateUserInfo label.error
,#updateUserInfo2 label.error{
font-size: 12px;
}
.subscription-order-price-note{
  color: #248CCC;
}
.choose-sector .order-card-sector:nth-child(1){
  margin-right: 15%;
  margin-left: initial;
}
.choose-sector .order-card-sector{
  width: 170px;
  height: 100px;
  padding: 35px 15px;
  margin-bottom: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid #B3B3B4;
  border-radius: 12px;
}
.choose-sector .order-card-sector .order-card-heading{
  font-size: 18px;
}
#termsAndConditions-error{
    margin-top: 10px;
}
.orderApprovalApproveCommentModal #pouploaddocument #fileUploaded a
{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20rem;
}
.orderApprovalApproveCommentModal #pouploaddocument .custom-file-label{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
#order-Status{
  height: 40px;
  font-size: 16px;
  padding: 1px 10px;
  border: 1px solid #B3B3B4;
  border-radius: 12px;
}

.order-history-message{
  font-size: 18px;
  color: #248CCC;
  padding: 10px 20px;
}

#show-all-order .disabled{
 pointer-events: none;
 opacity: 0.6;
}

@media screen and (min-width:576px) {
  .mw-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .mw-16{
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
}

.orderApprovalApproveCommentModal .confirmreceipt .modal-title
,.orderApprovalRejectCommentModal .confirmreceipt .modal-title
{
  text-align: right;
}

.approver-actions button.btn-smry{
  float: right !important;
}
#temperature{
  border-radius: 12px !important;
  border: 1px solid #248CCC !important;
  color: #283870;
  font-size: 19px;
  padding: 0px 15px 0px 15px;
  height: 57px;
}
.page-productDetails .image-gallery.js-gallery .carousel.image-gallery__image.js-gallery-image img.magnifiedImg{
  max-width: 546px;
  max-height: 284px;
}
.product-details-overlap-page{
  z-index: 9999;
}
.page-productDetails .zoomContainer .zoomLens:not([style*="display: none"])+.zoomWindowContainer- .zoomWindow
,.page-gasProductDetailPage .zoomContainer .zoomLens:not([style*="display: none"])+.zoomWindowContainer- .zoomWindow
{
  z-index: 99999 !important;
}
.gas-product-card .add_to_cart_form{
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 15px;
  padding: 15px;
  margin: 15px;
}
#check_uncheck_order
,.select_single_order
,#check_uncheck_sharek_export
,.select_single_sharek_export
{
 width: 20px;
 height: 20px;
}
.arrowtwoside_wrapper {
  margin-bottom: 5rem;
  margin-top: 2rem;
  width: 100%;
  position: relative;
}
.arrowtwoside {
  border-top: 3px solid #248CCC;
  width: 90%;
  position: absolute;
  margin-left: 20px;
}
 .arrowtwoside:before,
.arrowtwoside:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #248CCC transparent;
}
.arrowtwoside:after {
  border-width: 0 10px 20px 10px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 100%;
  top: -11px;
  right: 0;
}
.arrowtwoside:before {
  border-width: 20px 10px 0 10px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -5%;
  top: -11px;
}
.price-left{
  position: absolute;
  margin-top: 16px;
  font-size: 14px;
  left: 0;
}
.price-right{
  position: absolute;
  margin-top: 16px;
  font-size: 14px;
  right: 0;
}
.zeroQuantity{
  border: 2px #ff0000 solid;
  animation: blink .5s step-end infinite alternate;
  border-radius: 14px;
}
.zeroQuantity input{
  border: 1px solid #dee2e6 !important;
  border-radius: 14px;
}
.sh-add-items-count .zeroQuantity{
  width: 105px;
}

.npc-sharek-card .progress{
  margin-right:10%;
}
.npc-card-title{
  background-color: #ECF4F8;
  font-size: 20px;
  padding: 20px 16px 20px 34px;
  position: absolute;
  top: 38%;
  left: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.uom-select-wrapper{
  padding: 21px 0px 0px 0px;
}
.uom-select-wrapper label{
  top: -1px;
}
.new-item-popup .popup-innner .form__label{
  top: -2px;
}
.autocomplete-select-uom .select-pure__select{
  min-height: 27px;
  padding-top: 0px;
  padding-bottom: 3px;
}
#nupcoOverStockRequestorForm input.form-check-input[type="radio"]:checked+label,
#nupcoOverStockRequestorForm input.form-check-input[type="radio"]:not(:checked)+label{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.36px;
  padding-bottom: 10px;
  padding-left: 60px;
}
.chk-sharek-expiry-date{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
}
.input-sharek-expiry-date{
  width: 89%;
  margin-left: 3rem;
  margin-right: 3rem;
}
.input-sharek-expiry-date-disabled{
  opacity: 0.6;
  cursor: initial;
  pointer-events: none;
}
body.page-RFxCRM  .owl-carousel#rfxOrderCards .owl-wrapper-outer
{
  height: 100%;
  min-height: 255px;
  margin-left: -15px;
}
body.page-RFxCRM .owl-carousel .prev-slide::before
, body.page-RFxCRM .owl-carousel .next-slide::before
{
  display: none;
}
body.page-RFxCRM .owl-carousel .prev-slide
, body.page-RFxCRM .owl-carousel .next-slide
{
  width: 70px;
  height: 70px;
  position: absolute;
  top: 120px;
}
body.page-RFxCRM .owl-carousel .prev-slide
, body.page-RFxCRM .owl-carousel .next-slide
{
  width: 70px;
  height: 70px;
  position: absolute;
  top: 45px;
}
body.page-RFxCRM .owl-carousel .prev-slide
{
  background: url(../images/rfx_left_icon.png) no-repeat scroll 0 0;
  left: -75px;
}
body.page-RFxCRM .owl-carousel .next-slide
{
  background: url(../images/rfx_right_icon.png) no-repeat scroll 0 0;
  right: -75px;
}
.user-account.active-user .order-card-heading{
  color: #FFF;
}
img.gas-product-refresh{
  left: 25%;
}

.page-nupcoOverstockcreatepage form#nupcoExcessProductForm #productName::placeholder
,.page-nupcoOverstockcreatelistpage form#nupcoExcessProductForm #productName::placeholder
{
  color:#BBBBBB;
  font-weight: 500;
}

.rfq-workflow-table table tr td
,.workflow-table tr td
{
  cursor: default;
}
.download-word+.order-summary-panel.setpanel{
  margin: 6rem 0px 30px ;
}
.page-mp-order-approval-details .ui-state-disabled,
.page-order .ui-state-disabled
{
    opacity: 0.5;
    cursor: initial;
}
.w-85{
  width: 85%;
}
#js-request-search-input-medical-consumables:not(:placeholder-shown)~.form__label{
  top: -30px !important;
}
.focFreeExtraitemEntryText{
  padding: 10px 20px;
  overflow: hidden;
  resize: none;
  overflow-wrap: break-word;
  word-break: break-all;
}
.product-sharek-check-pos {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 38px;
  left: 10px;
}
.product-sharek-check-pos-list {
  top: 50px;
  left: 0px;
}
input[name='product_sharek_item_all']{
  width: 20px;
  height: 20px;
}

.emergency-order-grey, .emergency-order-grey:hover {
  background-color: lightgrey !important;
}

@media screen and (min-width:1536px) and (max-width:1600px) and (min-height:730px) and (max-height:740px){
  .my-cart-details-top .blk_text{
    font-size: 16px;
    width: 230px;
  }
  .my-cart-details-top .blk_numbers{
    font-size: 18px;
  }
  .my-cart-details-top .total_number{
    font-size: 20px;
  }
}

.sharek-region-wrap,
.sharek-status-wrap{
  display: block;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 32px;
  border: 1px solid #B3B3B4;
  font-size: 22px;
  color: #838383;
  background-color: transparent;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.download-word+.order-summary-panel.setpanel{
  margin: 6rem 0px 30px ;
}

.entry-sharek-check-pos {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 38px;
  left: 10px;
}
.page-nupcoDisplayalloverstockListpage .entry-sharek-check-pos
,.page-nupcoprivateoverstockListpage .entry-sharek-check-pos
{
  top: 45px;
}

.mp-poa-request-list tr td
,.mp-poa-request-details tr td
{
  cursor: default;
}
.page-customerPOARequestDetailsPage .order-progress-icons-wrapper .owl-item:not(:last-child) li.progress-carousel-status.progress-less-item::after{
  left: 45%;
}
.page-customerPOARequestDetailsPage input{
  font-size: 16px;
  border: 1px solid #B3B3B4;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  background: #fff;
}
.w-5{
  width: 5%;
}
.poaOrderUploadDocument-label{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 96%;
}

.choose-address .addressmgmt {
  padding: 30px;
  border: 1px solid #c9c9c9;
  height: 400px;
}

.choose-address .addressmgmtcust {
  padding: 30px;
  border: 1px solid #c9c9c9;
  height: 250px;
}

.choose-address .addressmgmt ul {
  list-style: none;
  padding-left: 0px;
  font-size: 14px;
  min-height: 110px;
}

.choose-address .addressmgmt li {
  padding-bottom: 5px;
}

.choose-address .addressmgmtcust ul {
  list-style: none;
  padding-left: 0px;
  font-size: 14px;
  min-height: 110px;
}

.choose-address .addressmgmtcust li {
  padding-bottom: 5px;
}

#sharekPDPCheck{
  color: #0c5460;
}

/* Blanket Orders */
img.blanket-product-refresh{
  left: 25%;
}
.blanket-order-textbox{
  border: 1px solid #B3B3B4;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  height: 45px;
  text-align: center;
}

body.page-supplierBlanketOrdersPage header.sticky-header .M-Navigation{
  display: block !important;
}
body.page-supplierBlanketOrdersPage .supplier-name{
  font-size: 36px;
  color: #000000;
  text-decoration: none;
  margin-top:2%; 
  margin-bottom:4%;
}
body.page-supplierBlanketOrdersPage .order-container{
  border: none;
}
body.page-supplierBlanketOrdersPage .order-container-wrapper{
  display: flex;
  justify-content: center;
}
body.page-supplierBlanketOrdersPage .order-container-wrapper .owl-carousel{
  width: 80%;
}
body.page-supplierBlanketOrdersPage .order-container-status-list{
  width: 80%;
  display: flex;
}
body.page-supplierBlanketOrdersPage .navbar-toggler{
  margin: 12px 65px 12px auto;
}
body.page-supplierBlanketOrdersPage .order-card-count{
  background: #2C7B1C 0% 0% no-repeat padding-box;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #fff;
  margin: auto;

  position: absolute;
  top: -55px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  align-items: center;
}
body.page-supplierBlanketOrdersPage .order-card-count span{
  display: inline-block;
  padding: 12px 12px 12px 3px;
  align-items: center;
  text-align: center;
  vertical-align: -webkit-baseline-middle;
}
body.page-supplierBlanketOrdersPage  .order-card{
  width: auto;
  height: 194px;
  background: transparent linear-gradient(75deg, rgba(173,211,98,0.25) 0%, rgba(20,109,163,0.25) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #ADD362;
  border-radius: 20px;
  font-size: 19px;
  padding: 60px 20px 20px
}
body.page-supplierBlanketOrdersPage  .order-card-container.item{
  position: relative;
  top: 55px;
}
body.page-supplierBlanketOrdersPage  .order-card .order-card-heading,body.page-supplierBlanketOrdersPage  .order-card .order-card-value{
  color: #2C7B1C;
}
body.page-supplierBlanketOrdersPage  .order-card.order-card-active .order-card-heading,body.page-supplierBlanketOrdersPage  .order-card.order-card-active .order-card-total
,body.page-supplierBlanketOrdersPage  .order-card.order-card-active .order-card-value{
  color: #FFF;
}
body.page-supplierBlanketOrdersPage  .order-card .order-card-total{
  font-size: 13px;
  color: #333333;
}
body.page-supplierBlanketOrdersPage .order-card.order-card-active{
  background: transparent linear-gradient(75deg, #ADD362 0%, #146DA3 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid #ADD362;
  border-radius: 20px;
  color: #fff;
}
body.page-supplierBlanketOrdersPage .owl-theme .owl-controls .owl-page.active span, body.page-supplierBlanketOrdersPage .owl-theme .owl-controls.clickable .owl-page:hover span
,body.page-supplierBlanketOrderDetailsPage .owl-theme .owl-controls .owl-page.active span, body.page-supplierBlanketOrderDetailsPage .owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #0B7716 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  width: 37px;
  height: 34px;
}
body.page-supplierBlanketOrdersPage .owl-theme .owl-controls .owl-page span
,body.page-supplierBlanketOrderDetailsPage .owl-theme .owl-controls .owl-page span{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #0B7716;
  width: 37px;
  height: 34px;
}
body.page-supplierBlanketOrdersPage .breadcrumb-section{
  display: none;
}
body.page-supplierBlanketOrdersPage  .owl-carousel#orderCards .owl-wrapper-outer
,body.page-supplierBlanketOrderDetailsPage .owl-carousel#orderProgressCarousel .owl-wrapper-outer{
  height: 100%;
  min-height: 255px;
  margin-left: -15px;
}
body.page-supplierBlanketOrdersPage .owl-carousel .prev-slide::before, body.page-supplierBlanketOrdersPage .owl-carousel .next-slide::before
,body.page-supplierBlanketOrderDetailsPage .owl-carousel .prev-slide::before, body.page-supplierBlanketOrderDetailsPage .owl-carousel .next-slide::before{
  display: none;
}
body.page-supplierBlanketOrdersPage .owl-carousel .prev-slide, body.page-supplierBlanketOrdersPage .owl-carousel .next-slide{
  width: 70px;
  height: 70px;
  position: absolute;
  top: 120px;
}
body.page-supplierBlanketOrderDetailsPage .owl-carousel .prev-slide, body.page-supplierBlanketOrderDetailsPage .owl-carousel .next-slide{
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30px;
}
body.page-supplierBlanketOrdersPage .owl-carousel .prev-slide
,body.page-supplierBlanketOrderDetailsPage .owl-carousel .prev-slide{
  background: url(../images/green-left-icon.png) no-repeat scroll 0 0;
  left: -75px;
}
body.page-supplierBlanketOrdersPage .owl-carousel .next-slide
,body.page-supplierBlanketOrderDetailsPage .owl-carousel .next-slide{
  background: url(../images/green-right-icon.png) no-repeat scroll 0 0;
  right: -75px;
}
body.page-supplierBlanketOrdersPage .order-history-filter{
  border: none;
}
body.page-supplierBlanketOrdersPage .approval-dashboard-filterPanel .rightColWrapper{
  border: 1px solid #0B7716;
  padding: 20px 10px;
}
body.page-supplierBlanketOrdersPage .searchBoxWithLabel .searchBox_contain{
  border: 1px solid #0B7716;
}
body.page-supplierBlanketOrdersPage .pagination-wrapper .pagination{
  margin-top: 0px;
}
body.page-supplierBlanketOrdersPage .pagination-wrapper{
  display: flex;
  justify-content: flex-end;
  padding-right: 3%;
}
body.page-supplierBlanketOrdersPage .viewalltext{
  padding-top: 0px;
  padding-left: 5px;
  text-decoration: none;
  color: #858484;
  font-size: 16px;
}
body.page-supplierBlanketOrdersPage .add-comment{
  justify-content: flex-start;
  text-decoration: none;
}
.page-supplierBlanketOrderDetailsPage .order-status-detail li{
  list-style-type: none;
}
.page-supplierBlanketOrderDetailsPage .order-status-detail li:not(:last-child){
  padding-right: 8%;
}
.page-supplierBlanketOrderDetailsPage .order-status-detail ul.indicator_status_info{
  width: 50%;
  justify-content: center;
}
body.page-supplierBlanketOrderDetailsPage .owl-carousel{
  width: 90%;
  padding-left: 0px;
}
body.page-supplierBlanketOrderDetailsPage ul.breadcrumb li a, body.page-supplierBlanketOrderDetailsPage ol.breadcrumb li a{
  font-weight: bold;
}
body.page-supplierBlanketOrderDetailsPage .breadcrumb li.active{
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 0.44px;
  color: #0B7716;
}
body.page-supplierBlanketOrderDetailsPage ul.breadcrumb li+li:before, body.page-supplierBlanketOrderDetailsPage ol.breadcrumb li+li:before{
  padding: 0px 8px 8px;
  text-decoration: none;
  display: inline-block;
}
body.page-supplierBlanketOrderDetailsPage .ordernotext{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
body.page-supplierBlanketOrderDetailsPage .order-status-note{
  font-size: 20px;
  font-weight: bold;
}
body.page-supplierBlanketOrderDetailsPage .breadcrumb-section{
  border: none;
}
body.page-supplierBlanketOrderDetailsPage .breadcrumb{
  border-bottom: 1px solid #C9C9C9;
  border-radius: 0px;
}
body.page-supplierBlanketOrderDetailsPage .order-panel{
  width: 100%;
}
body.page-supplierBlanketOrderDetailsPage .order-detail-wrapper{
  background: #FAF9F9 0% 0% no-repeat padding-box; 
  margin: 0 0 5%;
  padding: 3% 0;
  width: 100%;
}
body.page-supplierBlanketOrderDetailsPage .order-detail-wrapper tbody tr th
,body.page-supplierBlanketOrderDetailsPage .order-detail-wrapper tbody tr td{
  font-size: 18px;
  color: #333333;
  padding-bottom: 20px;
}
body.page-supplierBlanketOrderDetailsPage .order-detail-wrapper tbody tr td{
  vertical-align:top
}
body.page-supplierBlanketOrderDetailsPage .order-detail-item:nth-child(1){
  padding-left: 4%;
}
body.page-supplierBlanketOrderDetailsPage .order-detail-item:nth-child(2) table{
  margin-left: 10%;
}
body.page-supplierBlanketOrderDetailsPage .order-detail-item-comment{
  border: 1px solid #CECECE;
  border-radius: 13px;
  padding: 2%;
  margin-bottom: 3%;
}
.page-supplierBlanketOrderDetailsPage .ui-state-disabled{
  opacity: 0.5;
  cursor: initial;
}
.page-supplierBlanketOrdersPage .ui-widget,.page-supplierBlanketOrderDetailsPage .ui-widget{
  font-size: 2em;
}
.page-supplierBlanketOrdersPage .ui-datepicker td ,.page-supplierBlanketOrderDetailsPage .ui-datepicker td{
  text-align: center;
}
.page-supplierBlanketOrderDetailsPage .ui-datepicker td span, .page-supplierBlanketOrderDetailsPage .ui-datepicker td a{
  width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.page-supplierBlanketOrdersPage .ui-state-highlight,.page-supplierBlanketOrderDetailsPage .ui-state-highlight{
  border-radius: 50px;
  background: #248CCC;
  color: #fff;
  padding: 2px;
}
.page-supplierBlanketOrderDetailsPage .ui-state-active{
  border-radius: 50px;
  background: #146DA3;
  color: #fff;
  padding: 2px;
}
.page-supplierBlanketOrderDetailsPage .orderfirst{
  height: auto;
}
.page-supplierBlanketOrderDetailsPage .modal-body input[type=text]{
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  padding-left: 17px;
  height: 45px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.page-supplierBlanketOrderDetailsPage .modal-body input[type=date], .page-supplierBlanketOrderDetailsPage .modal-body textarea{
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  padding-left: 17px;
}
.page-supplierBlanketOrderDetailsPage .modal-body .btn, .page-supplierBlanketOrderDetailsPage .modal-body  .btn-primary, .page-supplierBlanketOrderDetailsPage .modal-body  .btn-secondary{
  border-radius: 30px !important;
}
.page-supplierBlanketOrdersPage #mobile-chat-container
,.page-supplierBlanketOrderDetailsPage #mobile-chat-container{
  display: none !important;
}
.page-supplierBlanketOrderDetailsPage .mandatory{
  font-size: 15px;
}
.page-supplierBlanketOrderDetailsPage .modal-body .nupcoDeliveryOrderEntry input[type=text]{
  padding-left: 10px;
}
.page-supplierBlanketOrderDetailsPage .modal-body input[type=text]{
  margin-right: -10px;
}
.page-supplierBlanketOrderDetailsPage .breadcrumb-section ul.breadcrumb{
  margin-bottom: 0px;
}
@media screen and (max-width:480px) {
  .page-supplierBlanketOrdersPage .owl-carousel .owl-wrapper
  ,.page-supplierBlanketOrderDetailsPage .owl-carousel .owl-wrapper{
    display: flex;
    justify-content: center;
  }
  body.page-supplierBlanketOrdersPage .owl-carousel .prev-slide
  ,body.page-supplierBlanketOrderDetailsPage .owl-carousel .prev-slide{
    left: -45px;
  }
  body.page-supplierBlanketOrdersPage .owl-carousel .next-slide
  ,body.page-supplierBlanketOrderDetailsPage .owl-carousel .next-slide{
    right: -45px;
  }
  body.page-supplierBlanketOrdersPage .products-info{
    margin-top: 60px;
  }
  body.page-supplierBlanketOrdersPage .order-card{
    width: 219px;
    margin: auto;
  }
  body.page-supplierBlanketOrdersPage .owl-carousel .owl-wrapper-outer
  ,body.page-supplierBlanketOrderDetailsPage .owl-carousel .owl-wrapper-outer{
    margin-left: 0px;
  }
  body.page-supplierBlanketOrdersPage .order-card.order-card-active{
    margin: auto;
  }
  body.page-supplierBlanketOrdersPage .searchBoxWithLabel .searchBox_contain
  ,body.page-supplierBlanketOrdersPage .searchBoxWithLabel{
    width: auto;
  }
}
@media (min-width: 576px){	
  .page-supplierBlanketOrderDetailsPage .modal-dialog{
    max-width: 60%; 
  }
}
@media (max-width: 976px) and (min-width: 576px) {
  .page-supplierBlanketOrderDetailsPage .modal-dialog {
    max-width: 90%; 
  }
}
@media screen and (max-width:768px){
  body.page-supplierBlanketOrderDetailsPage .order-detail-item:nth-child(2) table{
    margin-left: 0px;
  }
  .page-supplierBlanketOrderDetailsPage .order-status-detail ul.indicator_status_info{
    width: 100%;
    justify-content: end;
  }
}
@media screen and (max-width:640px) {
  .page-supplierBlanketOrderDetailsPage .modal-body .nupcoDeliveryOrderEntry input[type=text]{
    padding-left: 6px;
  }
}
@media screen and (min-width:1000px) and (max-width:1030px) and (max-height:670px){
  .page-supplierBlanketOrderDetailsPage .approver-detail-table.supplier-filterTable,.receipt-detail-table{
    display: block !important;
  }
}
@media screen and (min-width:800px) and (max-width:820px) and (max-height:510px){
  .page-supplierBlanketOrderDetailsPage .approver-detail-table.supplier-filterTable,.receipt-detail-table{
    display: block !important;
  }
  body.page-supplierBlanketOrderDetailsPage .breadcrumb-section{
    width: 94%;
  }
}

.blanketDatePicker{
      border: 1px solid #BBBBBB;
      border-radius: 5px;
      height: 40px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      width: 80%
    }

.page-cartPage .ui-state-disabled .ui-state-default{
                 color: lightgray;
               }
.border-darkgrey{
 border-color: darkgrey;
}

.cursor-pointer{
  cursor: pointer;
}

.input-80-width{
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  height: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  width: 80%;
  padding: 0 10px;
}
