@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Source+Sans+Pro:wght@300;400;600&display=swap');


* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

button,
a {
  outline: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  /* font-family: 'Source Sans Pro', sans-serif; */
}
html{
  scroll-behavior: smooth;
}
.message_info {
  background: #ddd;
  padding: 5px 5px;
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.message_info a {
  color: #0b57d0;
  text-decoration: underline;
}
.login_bg {
  width: 100%;
  min-height: 100vh;
  padding: 30px 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/login-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-bottom: 60px;
  position: relative;
}

.loginForm_card form {
  margin-left: 0 !important;
}

.loginForm_card {
  padding: 15px 20px;
  max-width: 450px;
  box-shadow: 0 0px 13px 0px #0000002e;
  border-radius: 4px;
}

.loginForm_card label {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #444444;
}

.loginForm_card .input_container {
  padding-bottom: 30px;
  position: relative;
}

.loginForm_card .input_container input,.loginForm_card .input_container select {
  width: 100%;
  border: solid 1px #d4d4d4;
  height: 50px;
  outline: none;
  padding: 15px;
  font-weight: 500;
  border-radius: 1px;
}

.loginForm_card .input_container .error {
  top: 50px;
}

.input_container .error+div,
.input_container .roundDownMsgW+div,
.input_container .roundDownMsgH+div {
  margin-top: 20px;
}


.cg_logo {
  width: 100%;
  margin-bottom: 15px;
}

.cg_logo img {
  max-width: 240px;
  margin: auto;
}

.submit_button {
  background: #cd2031;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
}

.loginForm_card form .submit_button {
  margin-bottom: 10px;
}

.grecaptcha-badge {
  z-index: 9;
}

.termsBox {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: auto !important;
  max-width: 360px;
  line-height: 1.2;
}

.termsBox a {
  text-decoration: underline;
  display: inline-block;
}

.termsBox p {
  margin-top: 10px;
  line-height: 1;
}

.copyrights {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}

.loginWrapper {
  width: 100%;
}

.works_with {
  text-align: center;
  margin-top: 10px;

}

.works_with .brwsr_box {
  display: inline-block;
  text-align: center;
  width: 70px;
  margin-top: 5px;
}

.works_with .brwsr_box img {
  margin: auto;
  width: 20px;
}


/* post login pages  */


.postLogin_wrapper {
  max-width: 955px !important;
  box-shadow: 0 0px 13px 0px #0000002e;
}

.top_head.bg-black a.headerLink {
  color: #fff;
}

.top_head {
  padding: 7px 40px;
  min-height: 40px;
}

.top_head.bg-black a.headerLink {
  color: #fff;
  font-size: 14px;
}

a.headerLink {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

a.headerLink svg {
  width: 20px;
  margin-right: 5px;
  height: 20px;
}

.lefthead {
  display: flex;
}

.righthead {
  display: flex;
  align-items: center;
  color: #fff;
}

ul.menu {
  width: 100%;
  display: flex;
  align-items: center;
}

ul.menu li {
  display: flex;
  align-items: center;
}

.toggle {
  display: none;
}

.toggle img.close {
  display: none;
}

.toggle.close img.hamburger {
  display: none;
}

.toggle.close img.close {
  display: block;
}

ul.menu li:first-child {
  margin-right: auto;
}

span.devider {
  width: 0;
  height: 25px;
  margin: 0 10px;
  border-left: solid 1px #ffffffc2;
}

.postlogin_links {
  max-width: 375px;
  padding: 30px 0;
  margin: auto;
}

.postlogin_links a.block {
  display: flex;
  /* align-items: center; */
  margin-bottom: 15px;
}

.postlogin_links span.blockIcon {
  width: 100px;
  background: #9c1f27;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.rightClickbox {
  flex: 1;
  background: #696969;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-top: 10px;
  min-height: 105px;
  display: flex;
  flex-direction: column;
}

span.rightClickbox span.heading {
  font-size: 18px;
  display: block;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}

span.rightClickbox span.para {
  max-width: 240px;
  display: inline-block;
  line-height: 1.3;
  font-size: 15px;
  color: #fff;
}

span.right-arrow svg {
  color: dimgrey;
  width: 19px;
  background: #FFF;
  height: 19px;
  margin-left: auto;
  border-radius: 50%;
  margin-top: auto;
}

span.right-arrow {
  display: block;
  margin-top: auto;
}

span.right-arrow svg path {
  transform: scale(1.3);
  transform-origin: center;
}

.card.bg-white {
  border-radius: 0 0 4px 4px;
}

.darkHeader .cg_logo {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #000;
}

.top_head.bg-red {
  background: #cd2031;
}


.dark-heading {
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #6a6a6a;
  border-radius: 8px 8px 0 0;
  height: 38px;
  line-height: 38px;
  margin-bottom: 30px;
}

.overview_wrapper {
  width: 100%;
}

.secondary_heading {
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 20px;
}

.form {
  max-width: 560px;
  margin: auto;
  padding-bottom: 30px;
}

.form label {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #444444;
  font-weight: 600;
}

label.configlabel {
  display: flex;
}

label.configlabel span {
  margin-left: auto;
}

label.configlabel a {
  font-weight: normal;
  font-size: 17px;
  color: #000;
  text-decoration: underline;
  color: #0b57d0;
}

[id^=minHeightChkId],[id^=minWidthChkId]
{
  font-size: 15px;
  line-height: 1.3;
}

.form .input_container {
  padding-bottom: 30px;
  position: relative;
}

.input_container .error {
  position: absolute;
  width: 100%;
  top: 40px;
}

.form .input_row {
  display: block;
  width: 100%;
}

.form .input_container input,
.form .input_container textarea,
.form .input_container select {
  width: 100%;
  border: solid 1px #d4d4d4;
  min-height: 40px;
  outline: none;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 1px;
}

.double_column {
  display: flex;
}

.btn.btn-primary {
  background: #cd2031;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
}

.button_container {
  text-align: center;
}

.form .btn.btn-primary {
  max-width: 290px;
  margin: auto;
  text-transform: capitalize;
}

.double_column>div:first-of-type {
  padding-right: 5px;
}

.double_column>div:last-of-type {
  padding-left: 5px;
}

.double_column>div {
  flex: 1;
}

.double_column label:not(.checkboxes) {
  display: block;
}

label.checkboxes {
  font-size: 14px;
  display: inline-flex;
  margin-right: 10px;
}

label.checkboxes input {
  margin-right: 3px;
  accent-color: #cd2031;
}

.overview_product form.form {
  padding-bottom: 0;
}

.overview_product .button_container {
  margin-top: 35px;
}

.overview_product .button_container .btn {
  max-width: 195px;
  height: 40px;
  font-size: 18px;
  margin: 0 10px;
  outline: none;
  cursor: pointer;
}

.btn.btn-secondary {
  width: 100%;
  background: #696969;
  color: #fff;
  display: inline-block;
  line-height: 2.2;
}

.darkCopyrights {
  font-size: 14px;
  background: #000;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  color: #fff;
  padding: 12px;
  margin-bottom: 0;
}

.copyrights br {
  display: none;
}

.priceListing {
  padding: 30px;
}

.priceListing p {
  margin-bottom: 15px;
  color: #000;
  line-height: 1;
}

.priceListing p.hasTooltip {
  margin-bottom: 10px;
}

.priceListing p:last-of-type {
  margin-bottom: 0;
}

.priceListing p.bigSize {
  font-size: 130%;
  color: #ab0b0a;
  font-weight: bold;
}

.priceListing p.bigSize label {
  font-size: 120%;
  font-weight: bold;
}

.priceListing p label {
  font-weight: 500;
  margin-left: 10px;
  display: inline-block;
}

.overview_product {
  padding: 25px;
  padding-top: 0;
  display: flex;
  align-items: flex-start;
}

.overview_product .imageSection {
  width: 340px;
  border: solid 1px #cd2031;
  text-align: right;
  position: sticky;
  top: 0;

  min-height: 378px;
  display: flex;
  flex-direction: column;
}

.placeholder-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.overview_product form.form {
  flex: 1;
  margin-left: 50px;
}

.productHead {
  background: #cd2031;
  color: #fff;
  text-align: left;
  line-height: 40px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.imageSection img {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

button.zoom_btn {
  margin-left: auto;
  outline: none;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}

button.zoom_btn svg {
  color: #cd2031;
  width: 20px;
  height: 20px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009c;
  display: none;
  padding: 20px;
  z-index: 9991;
  overflow-y: auto;
}
#getanotherprice-modal .priceListing p {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  padding: 0 11px;
}

.modal .imageSection .imagePlaceholder {
  padding: 20px 0;
  padding-bottom: 30px;
}

.modal .imagePlaceholder .imageInnerCont {
  padding: 0;
}

.postlogin_links span.blockIcon img {
  max-width: 50px;
  max-height: 50px;
}

.modal .imageSection {
  max-width: 420px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
  border: solid 1px #cd2031;
  background: #fff;
  position: relative;
  width: 100%;
}

.modal .imageSection button {
  outline: none;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #cd2031;
  border-radius: 50%;
}

.modal .tooltipToggle button {
  right: 3px;
  top: 3px;
  background: #cd2031;
  border-radius: 50%;
}

.hasTooltip>span.tooltipToggle.hide .infoTooltip {
  display: none;
}

.hasTooltip>span.tooltipToggle.hide::before {
  display: none;
}

.modal .imageSection button svg {
  color: #fff;
  width: 24px;
  height: 24px;
}

button:focus {
  outline: none !important;
}

#imageStick {
  display: none;
}

ul.prdct-list {
  width: 100%;
  padding-right: 0;
}

.prdct-hd {
  display: flex;
  width: 100%;
  line-height: 40px;
  background-color: #fbfbfb;
  border: solid 1px #e9e9e9;
  text-align: center;
  font-weight: 500;
  border-left: 0;
  border-right: 0;
  padding: 0 40px;
}

.prdct-sec {
  flex: 1;
  display: flex;
  padding-left: 40px;
}

.prdct-sec .ttl {
  flex: 1;
}

.prdct-sec .ttl small {
  display: block;
  color: dimgrey;
}

.price-sec {
  width: 140px;
  text-align: center;
}

.qty-sec {
  width: 10%;
  text-align: center;
}

.sbtotal-sec {
  width: 100px;
}

li.cart-prdct {
  overflow: hidden;
  width: 100%;
  padding: 10px 40px;
  position: relative;
  display: flex;
  border-bottom: dashed 1px #e6e6e6;
  /* align-items: center; */
}

li.cart-prdct:nth-child(odd) {
  /* background: #ebebeb82 !important; */
  background: #fbfbfb !important;
}
ul.prdct-list.project-listing li.cart-prdct:nth-child(odd) {
  background: #fbfbfb;
}

li.cart-prdct .unit-id {
  width: 10%;
  text-align: center;
  padding-top: 10px;
  padding-left: 0px;
}

.qty-sec input {
  width: 44px;
  display: block;
  padding: 7px;
  margin: auto;
  margin-bottom: 5px;
  border: solid 1px #e9e9e9;
  text-align: center;
  height: 28px;
  font-size: 14px;
}

.qty-sec input {
  width: 44px;
  display: block;
  padding: 7px;
  margin: auto;
  margin-bottom: 5px;
  border: solid 1px #e9e9e9;
  text-align: center;
}

ul.prdct-list .actions {
  width: 10%;
  text-align: center;
}

.qty-sec a {
  text-align: center;
  font-size: 13px;
}

.delete-btn svg {
  color: #cd2031;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.viewFromText {
  display: none;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 5px;
  line-height: 1;
  margin-top: 5px;
}
.modal .imageSection .viewFromText {
  padding: 10px 0;
}
.cd-popup-container.termsAndConditions {
  max-width: 600px;
  text-align: left;
}
.asterisk {
  color: #cd2031;
}

.contentDiv .scroller {
  width: 100%;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.termsAndConditions .modal-buttons {
  text-align: center;
}

.termsAndConditions .contentDiv p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4;
}
.scroller label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  color: #cd2031;
}
.scroller p b {
  font-size: 14px;
}
.scroller p:has(b) {
  margin-bottom: 0 !important;
}

.Edit-btn svg {
  width: 20px;
  height: 20px;
}

.input_row.radioCont {
  display: inline-flex;

}
div#FoamFillYNId,
div#blindsYNId {
  margin-bottom: 15px;
}
.radioCont label.checkboxes {
  display: inline-flex;
  align-items: center;
}

.radioCont label:not(.checkboxes) {
  margin-right: 10px;
  min-width: 130px;
  margin-bottom: 4px;
}

a {
  color: #e5534c;
  text-decoration: none;
}

.total-sec {
  overflow: hidden;
  margin-top: 20px;
}

.cart-total {
  width: 100%;
  padding: 15px 10px;
  display: flex;
  border-bottom: solid 2px #000;
  padding-left: 20px;
  justify-content: flex-end;
}

.cart-total .tt-box h4 {
  margin-right: 10px;
}

.cart-total .tt-box span {
  font-weight: 500;
}

.cart-total .tt-box {
  display: flex;
  /* flex:1; */
  margin: 0 10px;
}

.total-sec .buttons {
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
}

.buttons .btn {
  width: auto;
  margin: 0 10px;
  font-size: 18px !important;
  text-transform: capitalize;
  padding: 10px 30px;
  height: auto;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

.buttons .continue {
  background-color: #f9f9f9;
  color: #212121;
  border: solid 1px #e0e0e0;
  font-weight: 500;
  margin-right: 12px;
}

.buttons .buy-addcart {
  padding: 12px 30px;
  background-color: #fb641b;
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #fb641b;
}

.buttons .continue i.fa {
  font-size: 12px;
}

.prdct-sec .img {
  width: auto;
  float: left;
  text-align: center;
}

.cartPage .prdct-hd .prdct-sec {
  padding-left: 0;
  justify-content: center;
}

.prdct-sec .img img {
  width: auto;
  max-height: 120px;
  max-width: 150px;

}

.prdct-hd .unit-id {
  width: 10%;
  text-align: center;
  padding-left: 00px;
}

.prdct-hd .prdct-sec {
  text-align: left;
  padding-left: 40px;
}

.ttl {
  color: #2f2d2d;
  font-size: 15px;
  font-weight: 500;
}

li.cart-prdct .price-sec {
  color: #636363;
  font-weight: 500;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
}

li.cart-prdct .sbtotal-sec {
  color: #636363;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.image-placeholder {
  width: 150px;
  height: 190px;
  border: solid 1px #6a6a6a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartPage .prdct-sec {
  padding-left: 0;
  padding-top: 8px;
}

.prdct-sec .img .image-placeholder {
  border: 0;
  margin-right: 20px;
  align-items: flex-start;
  padding-top: 4px;
}

li.cart-prdct a.close-btn {
  position: absolute;
  right: 10px;
  font-size: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5d5d5d;
}

.cartWrapper {
  overflow: hidden;
  box-shadow: 0 0px 13px 0px #0000002e;
  max-width: 955px !important;
}

ul.project-listing li.prdct-hd>div,
ul.project-listing li.cart-prdct>div {
  flex: 1 !important;
  width: auto !important;
  text-align: center;
  padding: 0 !important;
  display: inline-block;
}
li.cart-prdct .image-placeholder {
  flex-wrap: wrap;
}
.imglistPrice {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: auto;
  position: relative;
  top: -10px;
}
.listingPage li.cart-prdct>div {
  font-size: 14px;
}
.listingPage ul.project-listing li .unit-id, .listingPage ul.project-listing li .statue {
  flex: 2 !important;
}
ul.project-listing li.cart-prdct>div.statue {
  text-align: left;
}
.edit-btn svg {
  width: 20px;
  height: 19px;
  color: rgb(0, 0, 0);
  display: inline-block;
}

.dark-heading.cart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

button.editButton {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  font-size: 12px;
  /* background: #cd2031; */
  height: 27px;
  padding: 13px;
  position: absolute;
  right: 0;
}

button.editButton svg {
  width: 15px;
  height: 14px;
  margin-right: 5px;
}

.edit-toggle {
  display: none;
}

.edit-toggle .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-toggle .buttons a.btn {
  margin: 0 10px;
}

.actions button,
.actions a {
  margin: 0 5px;
}

.headerUser {
  color: #fff;
  display: none;
}

.headerUser svg {
  width: 20px;
  margin-right: 5px;
  height: 20px;
}

.modal .imageSection a.btn.btn-secondary {
  display: inline-block !important;
  width: 46.6% !important;
  padding: 0 10px;
  margin: 0 5px;
  text-align: center;
}

.cartPage li.cart-prdct .cartHeader {
  display: none;
}

nav.paginations {
  max-width: 955px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

nav.paginations li a.active {
  color: rgb(28 100 242);
  border-color: rgb(28 100 242);
  z-index: 12;
  position: relative;
}

.password-policy h3 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.password-policy {
  width: 100%;
}

.password-policy p.policyItem {
  color: #000;
  position: relative;
  padding-left: 21px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 30px;
}

.password-policy p.policyItem b {
  font-weight: 500;
}

.password-policy p.policyItem.valid {
  color: green;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009c;
  padding: 20px;
  z-index: 99999;
  color: #fff;
  text-align: center;
  display: none;
}

#loader svg {
  width: 150px;
  height: 150px;
}

/* popup delete  */
.cd-buttons a:hover {
  color: #fff !important;
  cursor: pointer;
}

ul.cd-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #2f3292;
  border-radius: 0 0 0 .25em;
}

ul.cd-buttons li a {
  text-decoration: none;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #2f3292;
  border-radius: 0 0 0 .25em;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  text-indent: -9999px;
  right: 8px;
  width: 20px;
  height: 20px;
}



ul.cd-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-popup-container .contentDiv {
  padding: 3em 1em;
  padding-top: 1em;
}

.termsAndConditions .modal-buttons {
  padding: 5px !important;
}
.termsAndConditions .modal-buttons a{
  text-decoration: underline;
}
.termsHeading {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 10px;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px); */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}


.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: flex;
}

.newPopup a.cd-popup-close {
  color: #cd2031;
}

.newPopup a.cd-popup-close svg {
  width: 20px;
  height: 20px;
}

.newPopup .contentDiv {
  padding-bottom: 2em;
  border-bottom: solid 1px #e6e6e6;
}

.newPopup .modal-buttons a {
  padding: 9px 15px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}

.newPopup .modal-buttons a:last-of-type {
  background: #cd2031;
  border-radius: 4px;
  color: #fff;
}

.newPopup .contentDiv p {
  font-weight: 500;
}

.newPopup .modal-buttons {
  padding: 1em 0;
}

.loginWrapper.thanksPage {
  height: calc(100vh - 50px);
}

.thanks-innerdiv {
  height: calc(100% - 100px);
}

.thanks-innerdiv .icon {
  text-align: center;
  margin-bottom: 20px;
}
html {
  scroll-behavior: smooth;
}
.thanks-innerdiv .icon svg {
  color: green;
  margin: auto;
  margin-top: 10px;
  width: 60px;
  height: 60px;
}
textarea[rows="3"] ~ .error {
  top: 83px;
}
.loginForm_card.errorPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks-innerdiv .buttons {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.buttons>a {
  margin: 0 10px;
}

.thanks-innerdiv .buttons a.btn {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin: 0;
}

.loginForm_card.mx-auto.bg-white.rounded-br.space-x-4 {
  min-height: 350px;
}

.formInCenter {

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formInCenter .termsBox {
  margin: 0 !important;
  max-width: inherit;
}

.thanks-innerdiv h3 {
  margin: 0 !important;
  text-align: center;
}

.thanks-innerdiv h3 b {
  display: block;
}

.prdct-sec .ttl {
  display: flex;
  flex-wrap: wrap;
}

.item-pricing {
  display: flex;
  margin-top: auto;
  width: 100%;
  margin-bottom: 5px;
}

.item-pricing div {
  display: flex;
  margin-right: 10px;
  font-size: 14.5px;
}

.item-pricing div h4 {
  margin-right: 5px;
}

.item-pricing div span {
  font-weight: 500;
}

.qty-sec a u {
  text-transform: lowercase;
}

.forgotPassword .loginForm_card p {
  margin-bottom: 10px;
}

.forgotPassword .darkCopyrights {
  margin-top: 9%;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.login_bg:has(.forgotPassword) {
  position: relative;
  padding-bottom: 75px;
}

.listingPage li.cart-prdct span.mobileHeader {
  display: none;
}

.edit-toggle .buttons .btn {
  margin: 0 10px;
}

button.editButton svg {
  color: rgb(255, 255, 255);
  margin-left: 5px;
  margin-right: 0;
}

button.editButton svg.minusicon {
  display: none;
}

button.editButton.toggle svg {
  display: none;
}

button.editButton.toggle svg.minusicon {
  display: block;
}

.hasTooltip {
  display: inline-flex;
  align-items: center;
}

.hasTooltip>span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}

.hasTooltip>span img {
  margin: 0;
  width: 20px;
  height: 20px;
}

.hasTooltip span.infoTooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  min-width: 560px;
  padding: 15px;
  border: solid 1px #bebebe;
  border-radius: 4px;
  margin-bottom: 5px;
  display: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  cursor: auto;
  box-shadow: 0px 0px 20px 3px #00000024;
}

.infoTooltip>button {
  display: none;
}

.hasTooltip>span:hover .infoTooltip {
  display: block;
}

span.infoTooltip:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-right: solid 1px;
  border-bottom: solid 1px;
  color: #bebebe;
}

.infoTooltip a {
  color: #e5534c;
  text-decoration: underline;
  display: inline-block;
}

.infoTooltip:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  color: #bebebe;
  z-index: 9;
}






/* image generation css  */

.imagePlaceholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
}

.imageSection img {
  margin: 0;
}

.imagePlaceholder img {
  max-width: 280px;
}

.imageInnerCont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.verticalLines {
  writing-mode: tb-rl;
  height: 93%;
  text-align: center;
  transform: rotate(180deg);
  min-height: 100px;
}

.verticalLines .line:before {
  content: '';
  flex: 1;
  width: 0;
  top: 0px;
  position: relative;
  right: 8px;
  border-left: solid 1px gray;
}

.verticalLines .line {
  display: flex;
  justify-content: center;
}

.verticalLines .line:after {
  content: '';
  flex: 1;
  width: 0;
  top: 0px;
  position: relative;
  right: 8px;
  border-left: solid 1px gray;
}

.horizontalLines span {
  padding: 0 5px;
}

.horizontalLines {
  min-width: 100%;
  margin-top: 5px;
  font-size: 12px;
}

.horizontalLines .line {
  width: 140px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  right: -10px;

}

.horizontalLines .line:after {
  content: '';
  flex: 1;
  height: 0px;
  position: relative;
  top: 8px;
  border-bottom: solid 1px gray;
}

.horizontalLines .line:before {
  content: '';
  flex: 1;
  height: 0;
  position: relative;
  top: 8px;
  border-bottom: solid 1px gray;
}

.verticalLines .line span {
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
}

.imagePlaceholder>div {
  text-align: center;
  padding: 15px;
}

.imagePlaceholder>div:has(.imageInnerCont) {
  padding: 0;
}

.imagePlaceholder:has(.imageInnerCont) {
  padding-bottom: 40px;
  padding-top: 10px;

}

.overview_wrapper.overview_product .imageSection {
  min-width: 340px;
}

.login_bg.userSetup .darkCopyrights,
.login_bg .darkCopyrights {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.input_container .error {
  color: #cc3333;
  background: #ffeeee;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 6px;
}

.form .input_container .formError {
  border-color: #cc3333 !important;
}

.form .input_container select {
  background: #fff;
  padding-top: 6px;
  min-height: 40px;
  border: solid 1px #d4d4d4;
  outline: none;
  height: 40px;
}
.input_container.readableText {
  padding-bottom: 10px;
}
button.btn.btn-save {
  padding: 6px 25px;
  background: #cd2031;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  margin-left: auto;
  cursor: pointer;
  font-weight: 500;
}
.userProfile .form label {
  font-size: 14px;
  font-weight: 500;
}
.hasTooltip>span .close {
  display: none;
}.userProfile .input_container a {
  color: #cd2031;
  text-decoration: underline;
}
.button_container.profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}

.button_container.profile a {
  font-size: 13px;
  color: #e5534c;
}

/* @-moz-document url-prefix() {
  h1 {
    color: red;
  }
} */
.Edit-btn svg {
  width: 20px;
  height: 20px;
}

.actions .action_buttons {
  display: inline-flex;
  align-items: center;
}

.imageInnerCont img {
  max-width: max(260px) !important;
  /* object-fit: contain; */
}

.horizontalLines .line {
  max-width: max(260px) !important;
  min-width: 100px;
}

.horizontalLines+.horizontalLines {
  margin-top: 0;
}


.noItemAvailabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  justify-content: center;
  text-align: center;
}

.noItemAvailabel .icon svg {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.noItemAvailabel h3 {
  font-size: 28px;
  font-weight: bold;
}

.noItemAvailabel p {
  font-size: 18px;
  color: #000;
  padding: 0 5px;
}

.noItemAvailabel a {
  color: #e5534c;
  text-decoration: underline;
}

.paginate {
  display: flex;
  margin: 0;
  padding: 0;
}

.paginate a,
.paginate span {
  padding: 0px 10px;
  background: #fff;
  margin: 0;
  line-height: 35px;
  border: solid 1px #e2e8f0;
  font-size: 16px;
  font-weight: 400;
  color: #a0aec0;
  margin-left: -1px;
  min-width: 30px;
}

.paginate .current {
  color: rgb(28 100 242);
  border-color: rgb(28 100 242);
  z-index: 12;
  position: relative;
}

.paginate a:hover,
.paginate span:hover {
  color: #4a5568;
  background: #f7fafc;
}

.paginate span.disabled:hover {
  background: #fff;
  color: #a0aec0;
}

.paginate>*:first-child {
  border-radius: 8px 0 0 8px;
}

.paginate>*:last-child {
  border-radius: 0 8px 8px 0;
}

.paginate .disabled {
  opacity: 0.7;
  cursor: no-drop;
}

/* accordions css */




.accordion-content:not(:first-of-type) {
  display: none;
}

.accordion-container {
  width: 100%;
}

.accordion-container h4.accordion-title {
  background: #000;
  padding: 8px 15px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.accordion-container h4.accordion-title svg {
  width: 24px;
  height: 24px;
  transition: all .2s ease;
}

.accordion-container h4.accordion-title.open svg {
  transform: rotateX(180deg);
}

.accordion-container .accordion-content {
  background: #f5f5f5;
  padding: 10px;
}

.accordion-container h4.accordion-title:not(:first-of-type) {
  margin-top: 10px;
}

.overview_product .form .button_container {
  display: flex;
  justify-content: center;
}
.input_row.radioCont + .button_container {
  margin-top: 20px;
}
.overview_product .form .button_container .btn {
  height: 35px;
  max-width: inherit;
  width: auto;
  padding: 0 20px;
  /* margin-left: auto; */
  display: inline-block;
  line-height: 1.8;
}

.accordion-content form.form {
  margin-left: 0 !important;
  padding-left: 0;
}

.accordion-content .button_container {
  margin-top: 0;
}

.accordion-container .button_container .btn {
  margin: 0px 10px !important;
}

.accordion-container .button_container {
  justify-content: center;
}

.accordion-content .button_container {
  justify-content: flex-end !important;
}

div#mobileErrorId {
  color: #cc3333;
  background: #ffeeee;
  padding: 0 8px;
  margin-bottom: 10px;
  font-weight: bold;
}

.errorInner {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.errorInner svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}


/* Dropdown module css  */


.f-dropdown {
  --max-scroll: 5;
  position: relative;
  z-index: 10;
  width: 100%;
}

.f-dropdown select {
  display: none;
}

.f-dropdown>span {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  background: #fff;
  transition: color 0.2s ease, border-color 0.2s ease;
  height: 40px;
  width: 100%;
  border: solid 1px #d4d4d4;
  min-height: 40px;
  outline: none;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 1px;
}

.f-dropdown>span>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* padding-right: 12px; */
  width: 100%;
}

.f-dropdown>span:before,
.f-dropdown>span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #000;
  transition: all 0.3s ease;
}

.f-dropdown>span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown>span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 46px);
  top: 27px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #FFF;

  border: solid 1px #d4d4d4;
  border-radius: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  /* transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32); */
  transform: translate(0, 5px);
}

.f-dropdown ul li {
  padding: 0;
  margin: 0;
}

.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.f-dropdown ul li a:hover {
  color: #5C6BC0;
}

.f-dropdown ul li.active a {
  color: #000;
  /* background: #303F9F; */
  background: #f0f0f0;
}

.f-dropdown ul li.active a:before,
.f-dropdown ul li.active a:after {
  --scale: 0.6;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0;
  background: #FFF;
  transition: all 0.2s ease;
}

.f-dropdown ul li.active a:before {
  transform: rotate(45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:after {
  transform: rotate(-45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:hover:before,
.f-dropdown ul li.active a:hover:after {
  --scale: 0.9;
  opacity: 1;
}

.f-dropdown ul li:first-child a {
  /* border-radius: 6px 6px 0 0; */
}

.f-dropdown ul li:last-child a {
  /* border-radius: 0 0 6px 6px; */
}

.f-dropdown.disabled {
  opacity: 0.7;
}

.f-dropdown.disabled>span {
  cursor: not-allowed;
}

.f-dropdown.filled>span {
  color: #000;
}

.f-dropdown.open {
  z-index: 15;
}

.f-dropdown.open>span {
  border-color: #AAA;
}

.f-dropdown.open>span:before,
.f-dropdown.open>span:after {
  background: #000;
}

.f-dropdown.open>span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown.open>span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

/* --------------------------- */
.f-group {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.f-group select {
  width: 100%;
}

.f-control {
  font-size: 14px;
  line-height: normal;
  color: #000;
  display: inline-block;
  background-color: #ffffff;
  border: #ccc 1px solid;
  border-radius: 6px;
  padding: 8px 12px;
  outline: none;
  max-width: 250px;
}

.f-group label {
  display: block;
  width: 100%;
}

.f-dropdown span.imageIcon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px
}

span.imageIcon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin-right: 0;
}

select.f-dropdown {
  display: none;
}


/* loader css */
.lds-dual-ring {
  display: inline-block;
  margin-right: 10px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  border-radius: 50%;
  border: 3px solid #000;
  border-color: #000 transparent #000 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.radio_tiles {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10px;
}

.tileBox {
  margin: 5px;
  text-align: center;
}

.tileBox label {
  border: solid 2px #e6e6e6;
  display: block;
  border-radius: 4px;
  /* padding: 5px; */
  text-align: center;
  cursor: pointer;
}

.tileBox .radioImage img {
  max-width: 80px;
  max-height: 80px;
  margin: auto;
  display: block;
}

.tileBox input[type="radio"]:checked~label {
  border-color: #cd2031;
}

.tileBox input[type="radio"] {
  display: none;
}

.tileBox .radioImage {
  padding: 5px;
  border-bottom: solid 1px #e6e6e6;
  width: 105px;
  text-align: center;
  height: 90px;
}

.tileBox span.labelText {
  font-size: 13px;
  font-weight: normal;
  max-width: 105px;
  display: flex;
  line-height: 1;
  min-height: 40px;
  padding: 5px 2px;
  align-items: center;
  justify-content: center;
}

.tileBox input[type="radio"]:checked~label span.labelText {
  color: #cd2031;
}

.tileBox input[type="radio"]:checked~label .radioImage {
  border-color: #cd2031;
}

.disabled {
  pointer-events: none;
  opacity: .5;
}

.loginForm_card.thanksCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loginWrapper.forgotPassword .termsBox {
  padding-top: 15px;
}
label.rememberMe {
  display: flex;
  align-items: center;
  text-transform: initial;
  line-height: 1;
  font-size: 15px;
}
label.rememberMe input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-right: 5px;
  padding: 0;
  accent-color: #cd2031;
}
.radio_tiles .tileBox {
  width: calc(25% - 10px);
  min-width: 108px;
}
.radio_tiles .tileBox.oneThird {
  width: calc(33% - 10px);
  min-width: 108px;
}
.radio_tiles .tileBox .radioImage {
  width: 100%;
}
.radio_tiles .tileBox span.labelText {
  width: 100%;
  max-width: inherit;
}

/* for fake click on product image  */
span.imageWrapper {
  position: relative;
}

.w1w2Clicks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.w1w2Clicks a {
  display: inline-flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
}
 .w1w2Clicks.leftRight a:after {
  content: '';
  width: 90%;
  left: 4%;
  bottom: -12px;
  position: absolute;
  border-bottom: solid 1px;
  pointer-events: none;
}
.w1w2Clicks a span {
  font-size: 11px;
  font-weight: 500;
}
/* Lines code  */
.w1w2Clicks.leftRight a.firstElement:before {
  position: absolute;
  left: -10px;
  border-left: solid 1px;
  content: '';
  height: 100%;
}
.w1w2Clicks.leftRight a.firstElement:before {
  position: absolute;
  left: -10px;
  border-left: solid 1px;
  content: '';
  height: 100%;
}
.w1w2Clicks.leftRight a.firstElement .dataHeight {
  left: -33px;
  position: absolute;
  transform: rotate(-90deg);
  z-index: 8;
  padding: 0 5px;
  background: #fff;
}
.w1w2Clicks.topBottom a:before {
  position: absolute;
  left: -10px;
  border-left: solid 1px;
  content: '';
  height: 100%;
}
.w1w2Clicks.leftRight a.lastElement span.dataHeight {
  display: none;
}

span.dataWidth {
  position: absolute;
  bottom: -18px;
  background: #fff;
  z-index: 8;
  padding: 0 5px;
}
.w1w2Clicks.topBottom a.firstElement .dataWidth {
  display: none;
}
.w1w2Clicks.topBottom a span.dataHeight {
  position: absolute;
  left: -27px;
  transform: rotate(-90deg);
  background: #fff;
  padding: 0 5px;
  line-height: 1;
}
.w1w2Clicks.topBottom a.firstElement span.dataHeight {
  left: -32px;
}
.w1w2Clicks.topBottom a.lastElement span.dataHeight {
  left: -32px;
}
.w1w2Clicks.topBottom.bottom33 a.firstElement {
  height: 66%;
}
.w1w2Clicks.topBottom.bottom33 a.lastElement {
  height: 30%;
  margin-top: auto;
}

.w1w2Clicks.topBottom {
  flex-direction: column;
}
.w1w2Clicks.topBottom a {
  width: 100%;
  height: 50%;
}
.roundDownMsgW {
  color: green;
  background-color: #0080001c;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 8px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 6px;
  position: absolute;
    width: 100%;
    top: 40px;
}

.roundDownMsgH {
  color: green;
  background-color: #0080001c;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 8px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 6px;
  position: absolute;
    width: 100%;
    top: 40px;
}

/* Second lines code  */
.w1w2Clicks >span {
  position: absolute;
  font-size: 11px;
  font-weight: 500;
}
.w1w2Clicks >span.leftLine {
  left: -28px;
  width: 9px;
  transform-origin: left center;
  bottom: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.w1w2Clicks >span.leftLine label {
  background: #ffffff;
  transform: rotate(-90deg);
  display: inline-block;
  white-space: nowrap;
  transform-origin: center center;
  position: relative;
  background: #fff;
  z-index: 9;
  padding: 0 4px;
}
.w1w2Clicks >span.leftLine:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  border-left: solid 1px;
}
span.bottomLine {
  bottom: -36px;
  width: 100%;
}
span.bottomLine:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  /* border-top: solid 1px black; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w1w2Clicks.leftRight span.bottomLine:after {width: 96%;}
span.bottomLine label {
  background: #fff;
  z-index: 99;
  position: relative;
  padding: 0 4px;
}
.w1w2Clicks.topBottom a.lastElement span.dataWidth {
  /* width: 98%; */
}
.w1w2Clicks.topBottom a.lastElement:after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: solid 1px;
  left: 0;
  bottom: -10px;
}
.w1w2Clicks.topBottom.division50 a{
  height: 48% !important;
}
.w1w2Clicks.topBottom.top33 a.firstElement {
  height: 30%;
  margin-bottom: auto;
}
.w1w2Clicks.topBottom.top33 a.lastElement {
  height: 67%;
}
.w1w2Clicks.topBottom.division50 a {
  height: 48% !important;
}
.resetPassword h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}
.errorPass {
  color: red;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px !important;
}
.resetPassword>div .error {
  text-align: left;
  top: 41px;
}
.resetPassword>div.input_container input {
  margin-bottom: 30px;
}
.resetPassword .input_container.bigError input {
    margin-bottom: 50px;
}
.resetPassword .input_container input {
  width: 100%;
  height: 41px;
  border: solid 1px #ccc;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 10px;
  outline: none;
}
.resetPassword button.btn.btn-save {
  margin: auto;
  width: 100%;
  line-height: 28px;
}

.resetPassword .button_container.profile {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.resetPassword>div {
  width: 85%;
  margin: auto;position: relative;
}
#filterType {
  background: white;
}

.success_message{
  font-size:14px;
  color:green;
  font-weight:600;
  text-align: center;
  margin-bottom: 10px;
}
.resetPassword .input_container input{
  border-radius: 0;
}

a.approveBtn {
  background: #cd2031;
  border-radius: 3px;
  padding:2px 5px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
ul.project-listing li div.actions {
  min-width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.actions button, .actions a {
  margin: 0;
  display: inline-block;
  margin-left: 5px;
}
.listingPage ul.project-listing li .unit-id {
  display: flex;
  align-items: center;
  justify-content: center;
}
.unit-id svg {
  width: 20px;
  height: 20px;
  fill: #cd2031;
  min-width: 20px;
  /* margin: auto; */
}
li.cart-prdct{
padding: 10px;
}
.listingPage ul.prdct-list.project-listing li.cart-prdct {
  align-items: center;
}
.prdct-hd{
padding: 0;
}
ul.project-listing li.cart-prdct>div.actions {
  justify-content: flex-start;
}

.cartPage .prdct-hd .prdct-sec{
  padding-top: 0;
}
.termsCheckbox {
    padding: 15px;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 0;
}
.termsCheckbox label {
    display: flex;
    margin-bottom: 5px;
}
.termsCheckbox label input {
    margin-right: 5px;
    min-width: 13px;
    height: 19px;
}
.chkapproveOrder{
  display: flex;

  margin-bottom: 5px;
}
.chkapproveOrder input {
  margin-right: 5px;
  min-width: 13px;
  height: 19px;
}
.buttons .btn[disabled] {
    opacity: .5;
}
ul.prdct-list.approveorder .actions{
  display: none;
}
.approveorder .qty-sec input{
   border: 0;
   background: transparent;
}
.approveorder .qty-sec a.cartUpdate {
    display: none;
}
div#dockToBottom {
  justify-content: center;
}







































/* //responsive styles starts */

@media (max-width:1366px) {
  .imageInnerCont img {
    max-width: max(240px) !important;
    /* object-fit: contain; */
  }

  .horizontalLines .line {
    max-width: max(240px) !important;
    min-width: 100px;
  }
}

@media (max-width:1280px) {
  .listingPage .prdct-hd {
    padding: 0 10px;
  }

  .listingPage li.cart-prdct {
    padding: 10px;
  }
}



@media (max-width:980px) {
  .overview_product .button_container .btn {
    max-width: 165px;
  }

  .loginWrapper {
    padding: 0 15px;
  }

  ul.project-listing li.prdct-hd>div,
  ul.project-listing li.cart-prdct>div {
    font-size: 14px;
  }

  .actions button svg {
    width: 20px;
    height: 20px;
  }

  .postLogin_wrapper {

    margin-left: 15px !important;
    margin-right: 15px !important;
    width: calc(100% - 30px) !important;
  }

  .form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .overview_product form.form {
    flex: 1;
    margin-left: 20px;
    padding-right: 0;
  }

  .overview_product .imageSection {
    width: 280px;
  }

  .overview_product {
    padding: 15px;
  }

  .top_head {
    padding: 7px 20px;
  }

  .cartWrapper.container {
    margin-left: 15px;
    width: calc(100% - 30px);
  }

  .cartWrapper.container {
    margin-left: 15px;
    width: calc(100% - 30px);
    padding-bottom: 1em;
  }

  .cartWrapper li.cart-prdct {
    padding: 5px;
  }

  .cartWrapper li.prdct-hd {
    padding: 0 10px;
  }

  .cartWrapper.container {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    max-width: inherit !important;
  }

  .status-dropdown {
    padding-right: 15px;
  }

  .overview_product .button_container .btn {
    margin: 10px;
  }



}

@media (max-width:768px) {
  #imageStick {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #E6E6E5;
  }

  .overview_product .imageSection {
    display: none;
  }

  .cg_logo img {
    max-width: 180px;
  }

  .darkHeader .cg_logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .overview_wrapper.overview_product {
    flex-direction: column;
  }

  .overview_product .imageSection {
    position: relative;
    margin: auto;
  }

  #imageStick.stick+.overview_wrapper.overview_product {
    padding-top: 310px;
  }

  .overview_product .imageSection {
    /* position: fixed; */
    /* position: sticky; */
    /* transition: all .2s ease; */
  }

  #imageStick .imageInnerCont {
    max-width: inherit;
    margin: auto;
  }

  .viewFromText {
    padding-bottom: 10px;
  }

  .overview_product .imageSection.stick {
    margin: auto;
    zoom: 0.6;
    background: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    /* transition: zoom .1s ease; */
    transform: translateX(-50%);
    /* animation: zoomOut; */
    /* animation-duration: 4s; */
    /* animation-delay: 100ms; */
    /* animation-name: zoomOut;
  animation-duration: 1s;
  animation-delay: 100ms;
  animation-iteration-count: 1; */

  }

  #imageStick.stick {
    position: fixed;
    background: #fff;
    zoom: .6;
    top: 0;
    width: calc(100% - 50px);
    z-index: 99;
  }

  #imageStick .imageInnerCont {
    /* padding-bottom: 20px; */
    /* margin: 20px 0; */
    /* max-height: 200px; */
  }
  .imagePlaceholder:has(.imageInnerCont){
    padding-bottom: 20px;
  }
  .modal .imageSection .imagePlaceholder {
    padding: 20px 0;
    padding-bottom: 10px;
}

  #imageStick .imageInnerCont .verticalLines {
    max-height: 185px;
  }

  .horizontalLines {
    margin-top: 2px;
  }

  #imageStick .imageInnerCont img {
    /* max-height: 100%;
  width: auto !important; */
  }

  .overview_product form.form {
    margin: auto;
    width: 100%;
    max-width: 480px;
    padding-left: 0;
    margin-top: 30px;
  }

  .productView .overview_product form.form {
    margin-top: 0;
    min-height: 500px;
  }


  .postLogin_wrapper.productView .dark-heading {
    margin-bottom: 0px;
  }

  ul.prdct-list.project-listing ul.prdct-list {
    width: 100%;
    padding-right: 0;
    overflow-x: auto;
  }

  ul.prdct-list.project-listing .prdct-hd,
  ul.prdct-list.project-listing li.cart-prdct {
    width: 100%;
  }

  ul.project-listing li.prdct-hd>div,
  ul.project-listing li.cart-prdct>div {
    /* white-space: nowrap; */
    /* min-width: 110px; */
    font-size: 14px;
    flex: auto !important;
    padding: 0 10px !important;
    width: 100% !important;
  }

  ul.project-listing li .unit-id {
    min-width: 170px !important;
  }

  ul.prdct-list.project-listing {
    overflow-x: auto;
  }

  .actions button,
  .actions .edit-btn {
    margin: 0 5px;
    padding: 5px;
  }

  .edit-btn svg {
    width: 20px;
    height: 20px;
  }

  ul.prdct-list:not(.project-listing) .prdct-sec {
    padding-left: 10px;
  }

  .prdct-sec .img {
    width: 180px;
  }

  .cartWrapper.container {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .hasTooltip span.infoTooltip {
    min-width: 450px;
  }

  .imagePlaceholder {
    max-width: 380px;
    margin: auto;
    width: 100%;
    position: relative;
  }

  .loginForm_card {
    margin-bottom: 30px;
  }
  .termsAndConditions .contentDiv p{
    line-height: 1.6;
  }


}


@keyframes zoomOut {
  0% {
    position: relative;
    zoom: 1;

  }

  100% {
    position: sticky;
    zoom: .6;
  }
}

@media (max-width:767px) {
  .contentDiv.resetPassword{

    padding-bottom: 1em !important;
  }
  .listingPage ul.project-listing li .unit-id{
    justify-content: flex-start;
  }
  .cartPage li.prdct-hd {
    display: none;
  }

  .contentDiv .scroller {
    max-height: 45vh;
  }

  .verticalLines .line span,
  .horizontalLines .line span {
    font-size: 11px !important;
  }

  .hasTooltip>span img {
    width: 24px;
    height: 24px;
  }

  .hasTooltip>span.show img:not(.close) {
    display: none;
  }

  .hasTooltip>span.show .close {
    display: block;
  }


  .cartPage li.cart-prdct .unit-id {
    display: flex;
    justify-content: center;
    border-bottom: dashed 1px #e6e6e6;
    padding-bottom: 10px !important;
    align-items: center;
    padding-left: 0 !important;
  }

  .cartPage li.cart-prdct .unit-id .cartHeader {
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }

  ul.prdct-list:not(.project-listing) .prdct-sec {
    padding-left: 10px;
    flex-wrap: wrap;
  }

  .headerUser {
    display: flex;
    align-items: center;
  }

  ul.menu li.userDesktop {
    display: none;
  }

  .loginWrapper {
    padding: 0 15px;
  }

  .postLogin_wrapper {
    margin: 0 15px;
  }

  .toggle {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 99;
    cursor: pointer;
  }

  .toggle img {
    height: 26px;
  }

  ul.menu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background: #000;
    border-top: solid 1px #fff;
    display: none;
    z-index: 999;
  }

  ul.menu.show {
    display: block;
  }

  .top_head {
    position: relative;
    padding: 7px 12px;
  }

  ul.menu li {
    margin: 0 !important;
    width: 100%;
    border-bottom: dashed 1px #e6e6e6;
  }

  ul.menu li span.devider {
    display: none;
  }

  ul.menu li a.headerLink {
    padding: 10px 20px;
  }

  .postlogin_links {
    max-width: 90%;
  }

  ul.menu li:has(.devider) {
    display: none;
  }

  ul.menu li:last-child {
    border-bottom: 0;
  }

  .card.bg-white {
    margin-left: 0;
  }

  .postlogin_links span.blockIcon {
    width: 80px;
  }

  .postlogin_links span.blockIcon img {
    max-width: 40px;
    max-height: 40px;
  }

  .cartPage li.cart-prdct>div {
    width: 100%;
    padding: 0 0 0 15px !important;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
  }

  .cartPage li.cart-prdct .prdct-sec .ttl {
    flex: 1;
    margin-top: 20px;
    line-height: 1.4;
    min-width: 100%;
  }

  .cartPage li.cart-prdct {
    flex-wrap: wrap;
    border-style: solid;
    border-color: gray;
    padding-bottom: 30px;
  }

  .cartPage li.cart-prdct:not(:first-child) {
    padding-top: 30px;
  }

  .cartPage li.cart-prdct:nth-child(odd) {
    background: #f9f9f9;
  }

  .cartPage ul.prdct-list .prdct-sec {
    flex-wrap: wrap;
    min-width: 100%;
    border-bottom: dashed 1px #e6e6e6;
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    margin-top: 10px;
  }

  .image-placeholder {
    margin: auto;
    margin-top: 5px;
  }

  .total-sec {
    margin-top: 0;
  }

  .cart-total {
    /* flex-direction: column; */
    padding-left: 5px;
  }

  .cart-total .tt-box {
    margin: 0;
    justify-content: center;
    margin-right: 20px;
  }

  .cart-total .tt-box h4 {
    white-space: nowrap;
  }

  .cart-total .tt-box span {
    width: 50%;
    margin-left: 10px;
    text-align: left;
  }

  .cartPage li.cart-prdct>div.qty-sec {
    width: 50%;
    text-align: center;
    padding-left: 0 !important;
    margin-bottom: 0;
    border-right: dotted 1px #e6e6e6;
  }

  .cartPage li.cart-prdct>div.actions {
    width: 50%;
    text-align: center;
    padding: 0px !important;
  }

  .cartPage li.cart-prdct>div .cartHeader {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: center;
  }

  .cartPage ul.prdct-list .prdct-sec .ttl {
    flex: 1;
    margin-top: 20px;
    line-height: 1.4;
  }

  .titleNconetent {
    width: 100%;
  }

  .prdct-sec .ttl small {
    text-align: center;
    max-width: 380px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 5px;
    line-height: 1.5;
  }

  .item-pricing {

    justify-content: center;
  }

  .total-sec .buttons {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prdct-sec .img {
    margin: auto;
  }

  .prdct-sec .img img {
    margin: auto;
  }

  .hasTooltip>span {
    position: static;
  }

  .hasTooltip {
    width: 100%;
    position: relative;
  }

  .hasTooltip span.infoTooltip {
    min-width: 380px;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    margin-bottom: 3px;
  }

  .infoTooltip>button {
    display: block;
  }

  .hasTooltip>span:hover .infoTooltip {
    display: none;
  }

  .hasTooltip>span.show .infoTooltip {
    display: block;
  }

  .infoTooltip:before,
  span.infoTooltip:after {
    display: none;
  }

  .hasTooltip>span::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    bottom: 19px;
    right: auto;
    margin-left: 4px;
    z-index: 9;
    border-left: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    transform: rotate(-45deg);
    background: #fff;
    display: none;
    top: -7px;
    margin-left: 8px;
  }

  .hasTooltip>span.show::before {
    display: block;
  }

  .priceListing {
    padding: 10px;
  }

  .hasTooltip span.infoTooltip>button {
    display: none;
  }


  .listingPage {
    width: 100%;
  }

  .listingPage li.prdct-hd {
    display: none;
  }

  .listingPage ul.project-listing li.cart-prdct>div {
    text-align: left;
    padding: 5px 0 5px 12px !important;
    display: flex;
    align-items: flex-start;
    border-bottom: dashed 1px #e6e6e6;
  }

  .listingPage ul.project-listing li.cart-prdct {
    flex-direction: column;
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .listingPage ul.project-listing li.cart-prdct>div span.mobileHeader {
    width: 45%;
    display: inline-block;
    white-space: normal;
    line-height: 1.1;
    padding-top: 3px;
    font-weight: 500;
  }

  .listingPage ul.project-listing li.cart-prdct:nth-of-type(odd) {
    background: #f5f5f5;
  }

  .listingPage ul.project-listing li.cart-prdct>div .edit-btn {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-right: 0;
  }
  li.cart-prdct>div span.mobileHeader + a.delete-btn {
    margin-left: 0;
}
  .listingPage ul.project-listing li.cart-prdct>div a.delete-btn {
    margin-right: 5px;
}
.unit-id svg{
  margin-right: 10px;
}


}

@media (max-width:680px) {
  .paginate span:not(.current) {
    min-width: 50px;
    text-align: center;
}
.paginate a {
  min-width: inherit;
  padding: 0 7px;
  text-align: center;
}
.paginate span.current {
  min-width: inherit;
  padding: 0 7px;
  text-align: center;
}
  #imageStick.stick {
    width: 100%;
  }

  /* .estimatePopup .contentDiv p {
    max-width: 312px;
    margin: auto;
} */
  .listingPage li.cart-prdct span.mobileHeader {
    display: block;
  }

  .postLogin_wrapper {
    margin: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
  }

  .postLogin_wrapper .dark-heading {
    margin-bottom: 10px;
    border-radius: 0;
  }

  .overview_product .button_container button.btn {
    margin-bottom: 10px;
  }

  .buttons .btn {

    font-size: 16px !important;
    padding: 10px 20px;
  }

  .hasTooltip span.infoTooltip {
    min-width: 320px;
  }

  .modal .button_container a.btn.btn-secondary {
    width: 100% !important;
    margin-bottom: 10px;
    max-width: 220px;
  }

  .item-pricing {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }



}
@media (max-width:600px) {
  .radio_tiles .tileBox {
    width: calc(50% - 10px);
  }

}
@media (max-width:580px) {
  .dark-heading.cart {
    flex-wrap: wrap;
    height: inherit;  font-size: 14px;
    padding: 5px 10px;
    line-height: 1.3;
  }

  .dark-heading.cart span {
    width: 100%;
    border-bottom: dashed 1px #e6e6e675;
  }
  .termsCheckbox label{
    line-height: 1.4;
  }
  .dark-heading.cart .editButton {
    position: inherit;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .copyrights br {
    display: inherit;
  }


}





@media (max-width:480px) {
  .total-sec .buttons {
    align-items: center;
    flex-direction: column;
  }
  .userProfile .postlogin_links input{
    border-radius: 0;
  }
  .userProfile .postlogin_links{
  max-width: 100%;
}
.resetPassword>div{
  width: 100%;
}
.userProfile .form {
  padding-left: 0px;
  padding-right: 0px;
}
.userProfile .overview_wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
  .contentDiv .scroller {
    max-height: 60vh;
  }

  .total-sec .buttons .btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
  }

  .cartPage li.cart-prdct>div {
    padding: 0 0 0 5px !important;
  }

  .cart-total .tt-box {
    margin-right: 0;
  }

  .cart-total .tt-box:first-child {
    margin-right: 10px;
  }

  .cart-total .tt-box h4 {
    margin-right: 5px;
    letter-spacing: -0.5px;
  }

  .cart-total .tt-box span {
    margin-left: 0;
    display: inline-block;
    width: auto;
  }

  .listingPage ul.project-listing li.cart-prdct>div {
    padding: 5px 0 5px 10px !important;
    font-size: 13px;
  }

  .listingPage ul.project-listing li.cart-prdct>div span.mobileHeader {
    width: 40%;
  }

  .button_container.product_config a {
    max-width: 100% !important;
    white-space: normal;
    margin: 0 !important;
    height: auto !important;
    padding: 10px 24px;
    line-height: 1.3 !important;
  }

  .form label {
    font-size: 16px;
  }

  .imageInnerCont img {
    max-width: max(200px) !important;
  }

  .radio_tiles .tileBox {
    width: calc(50% - 10px);
  }

  .tileBox .radioImage {
    width: 100%;
  }

  .tileBox span.labelText {
    max-width: 100%;
  }







}

@media (max-width:420px) {
  label.configlabel {
    flex-direction: column;
}
label.configlabel span {
  margin-left: 0;
}
.overview_product .form .button_container{
  flex-direction: column;
}
.overview_product .form .button_container .btnEstimatorAct{
  margin-bottom: 15px !important;

}

.accordion-container label.configlabel {
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
















}