/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Apr 2022--------------------------------*/
/*------------------- developed by JJD front-end developer ------------------*/
/*-------------------------------Dec 2020--------------------------------*/
.beforeHover {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
}
.afterHover {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.transition {
  transition: all 0.3s;
}
.chOutWrap {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: flex-start;
}
.chOutL {
  width: calc(70% - 25px);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.chOutR {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  border: 1px solid #E2EFE4;
  box-shadow: 0 0 6px 1px #00000017;
}
.chOutCart {
  border-radius: 15px;
  border: 1px solid #E2EFE4;
  box-shadow: 0 0 6px 1px #00000017;
}
.chOutCart .headblock {
  width: 100%;
  border-bottom: 1px solid #E2EFE4;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.chOutCart .footblock {
  width: 100%;
  display: flex;
  gap: 15px;
  padding: 20px 30px;
}
.chOutCart .footblock .inputOne {
  margin-left: auto;
  padding: 10px 15px;
  width: 200px;
}
.chOutCart .footblock .btnTwo {
  flex: 0 0 auto;
}
.chOutCart .colblock {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chOutCart .colblock.nameSec {
  flex: 4;
  justify-content: flex-start;
  gap: 25px;
}
.chOutCart .bodyBlock {
  width: 100%;
  border-bottom: 1px solid #E2EFE4;
  display: flex;
  flex-wrap: wrap;
}
.chOutCart .singRow {
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #18251C;
  font-weight: 600;
  position: relative;
}
.chOutCart .singRow::after {
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  bottom: 0;
  height: 1px;
  background-color: #E2EFE4;
}
.chOutCart .singRow:last-child::after {
  display: none;
}
.chOutCart .itemImg {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: #F3F8F4;
  overflow: hidden;
  padding: 10px;
}
.chOutCart .itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chOutCart .contblock {
  width: auto;
  flex: 1;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.chOutCart .contblock .txtIn {
  font-size: 12px;
  color: #425147;
  line-height: 1.2em;
  font-weight: 400;
}
.chOutCart select {
  border-radius: 5px;
  border: 1px solid #A1A89D;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.chOutCart .dleteBtn {
  width: 32px;
  height: 32px;
  background-color: #EAFBF0;
  color: #0E8E39;
  font-size: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chOutProDe {
  color: #18251C;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
}
.chOutProDe .prodeHead {
  width: 100%;
  padding: 15px 30px;
  border-bottom: 1px solid #F2F5F3;
  font-weight: 600;
}
.chOutProDe .prodePrice {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  font-size: 14px;
  font-weight: 500;
}
.chOutProDe .prodePriceIn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chOutProDe .prodePriceIn.couponBlock {
  border-top: 1px dashed #E8EBE9;
  padding-top: 15px;
  align-items: flex-end;
}
.chOutProDe .prodePriceIn.couponBlock .couponBlockL {
  color: #0E8E39;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
}
.chOutProDe .prodePriceIn.couponBlock .couponSec {
  width: auto;
  border: 1px solid #0E8E39;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  padding: 5px;
}
.chOutProDe .prodePriceIn.couponBlock .couponRem {
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 12px;
  background-color: #0E8E39;
  color: #fff;
}
.chOutProDe .prodePrice .freClr {
  color: #0E8E39;
}
.chOutProDe .prodeTot {
  font-weight: 700;
  color: #18251C;
  border-top: 1px dashed #E8EBE9;
  padding-top: 15px;
}
.chOutProDe .prodeShpng {
  width: 100%;
  font-size: 12px;
  color: #0E8E39;
  background-color: #EAFBF0;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chOutProDe .prodeFoot {
  width: 100%;
  padding: 20px;
  border-top: 1px solid #F2F5F3;
}
.chOutProDe .prodeFoot .btnOne {
  padding: 15px;
}
.chOutBlock {
  width: 100%;
  display: flex;
  border-radius: 15px;
  border: 1px solid #E2EFE4;
  box-shadow: 0 0 6px 1px #00000017;
  font-size: 14px;
  color: #425147;
  flex-wrap: wrap;
  overflow: hidden;
}
.chOutBlockIn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
}
.chOutBlock.isCompleted .chOutHead {
  padding-left: 40px;
}
.chOutBlock.isCompleted .iconBlock,
.chOutBlock.isCompleted .subCont,
.chOutBlock.isCompleted .chOutBtn {
  display: flex;
}
.chOutBlock.isCompleted .adrsAdd,
.chOutBlock.isCompleted .chOutForm,
.chOutBlock.isCompleted .chOutAdrs,
.chOutBlock.isCompleted .chOutCart {
  display: none;
}
.chOutBlock.isSelected .adrsAdd,
.chOutBlock.isSelected .chOutAdrs,
.chOutBlock.isSelected .chOutCart {
  display: flex;
}
.chOutBlock .adrsAdd {
  margin-left: auto;
  display: none;
}
.chOutBtn {
  margin-left: auto;
  display: none;
}
.chOutHead {
  width: auto;
  display: flex;
  gap: 5px;
  padding-left: 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.chOutHead .mainHead {
  font-size: 16px;
  font-weight: 600;
  color: #18251C;
}
.chOutHead .subCont {
  display: none;
}
.chOutHead .iconBlock {
  font-size: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #0E8E39;
}
.chOutForm {
  width: 100%;
  display: none;
  flex-wrap: wrap;
}
.chOutForm.isEdit {
  display: flex;
}
.chOutFormIn {
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #F2F5F3;
  border-top: 1px solid #F2F5F3;
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
}
.chOutFormG {
  width: calc( (100% - 25px) / 2 );
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: column;
}
.chOutFormG3 {
  width: calc( (100% - 50px) / 3 );
}
.chOutFormGFull {
  width: 100%;
  align-items: flex-start;
}
.chOutFormFoot {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 15px;
}
.chOutFormFoot .btnTwo {
  margin-left: auto;
}
.chOutForm .labelName {
  width: 100%;
  color: #425147;
  margin-bottom: 15px;
  display: flex;
}
.chOutForm .labelName span {
  color: #E60023;
  margin-left: 10px;
}
.chOutAdrs {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  padding: 30px;
  border-top: 1px solid #F2F5F3;
}
.chOutAdrsIn {
  width: 100%;
  padding: 20px 0;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F2F5F3;
}
.chOutAdrsIn:last-child {
  border-bottom: none;
}
.chOutAdrsIn.isEdit .chOutForm {
  display: flex;
}
.chOutAdrsIn.isEdit .chOutAdrsRad {
  filter: grayscale(1);
  opacity: 0.6;
}
.chOutAdrsIn.isEdit .chOutAdrsRad input[type="radio"] {
  pointer-events: none;
}
.chOutAdrsIn.isEdit .btnSelect,
.chOutAdrsIn.isEdit .adrsEdit {
  display: none !important;
}
.chOutAdrsRad {
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #425147;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.chOutAdrsRad input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.chOutAdrsRad input:checked ~ .radRound {
  border-color: #1877F2;
}
.chOutAdrsRad input:checked ~ .radRound::after {
  opacity: 1;
}
.chOutAdrsRad input:checked ~ .dataBlock .btnSelect {
  display: flex;
}
.chOutAdrsRad .radRound {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #6A8071;
  position: relative;
  margin-right: 15px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.chOutAdrsRad .radRound::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #1877F2;
  border-radius: 50%;
  left: auto;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
}
.chOutAdrsRad .dataBlock {
  width: auto;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
.chOutAdrsRad .dataBlock .btnSelect {
  margin-top: 0;
  display: none;
  z-index: 5;
}
.chOutAdrsRad .dataBlock .adrsHead {
  font-size: 16px;
  color: #18251C;
  font-weight: 500;
}
.chOutAdrsRad .dataBlock .adrsType {
  width: auto;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #E2EAE5;
  color: #425147;
  font-size: 12px;
}
.chOutAdrsRad .dataBlockIn {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.chOutAdrs .adrsEdit {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  top: 5px;
  background-color: #EAFBF0;
  color: #0E8E39;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 5;
}
.chOutAdrs .footblock {
  width: 100%;
  display: flex;
  padding: 30px 0;
}
.chOutBlock .chOutCart {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  display: none;
  flex-wrap: wrap;
}
.chOutBlock .footblock {
  align-items: center;
  justify-content: space-between;
}
.chOutPay {
  padding: 0 30px;
}
.chOutPay .chOutAdrsRad .radRound {
  top: 3px;
}
.chOutPay .payLogo {
  max-height: 26px;
}
.chOutPay .payLogo img {
  width: auto;
  height: 100%;
}
.chOutPay .chOutAdrsRad input:checked ~ .chOutPayBlock {
  display: flex;
}
.chOutPayBlock {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  gap: 15px;
}
.chOutPayBlock [class^="btn"] {
  margin-left: auto;
}
.chOutBank {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  color: #425147;
}
.chOutBankIn {
  width: 100%;
  display: flex;
  align-items: center;
}
.chOutBankIn .labelBlock {
  width: 25%;
}
.chOutBankIn .valBlock {
  color: #0E8E39;
}
.chOutFoot {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.sucsWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 80px;
  border-radius: 15px;
  box-shadow: 0 0 5px 1px #00000030;
  margin: 30px 0;
}
.sucsIn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F2F5F3;
  gap: 50px;
  padding: 50px 0;
}
.sucsIn:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sucsIn.failedSection .sucsData .sIcon {
  color: #e74c3c;
  background-color: rgba(231, 76, 60, 0.1);
}
.sucsIn.failedSection .chOrderWrap {
  background-color: rgba(231, 76, 60, 0.1);
}
.sucsData {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #425147;
  font-weight: 400;
  line-height: 1.5em;
  gap: 10px;
  max-width: 50%;
  margin: auto;
  text-align: center;
}
.sucsData .sIcon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #0E8E39;
  background-color: #DDFAE6;
  border-radius: 50%;
}
.sucsData .headText {
  font-size: 24px;
  color: #18251C;
  font-weight: 600;
}
.chOrderWrap {
  width: 100%;
  padding: 30px 50px;
  background-color: #EAFBF0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #425147;
}
.chOrderData {
  width: auto;
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.chOrderData span {
  color: #18251C;
  font-weight: 600;
  margin-left: 5px;
}
.chOrderData a {
  color: #0E8E39;
  font-weight: 600;
  margin-left: 5px;
  text-decoration: underline !important;
}
.billWrap {
  width: 100%;
  display: flex;
  gap: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #425147;
}
.billIn {
  width: calc( (100% - 50px) / 3 );
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.billIn ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.billIn ul li {
  width: 100%;
  padding-left: 30px;
  position: relative;
  line-height: 1.5em;
}
.billIn ul li::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6A8071;
  left: 0;
  top: 8px;
}
.billHead {
  font-size: 20px;
  font-weight: 500;
  color: #18251C;
}
.payInfWrap {
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #425147;
  font-weight: 400;
  justify-content: space-between;
}
.payInfIn {
  width: auto;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.payInfIn span {
  font-weight: 600;
}
.payInfIn * {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payInfIn:last-child * {
  justify-content: flex-end;
  align-items: flex-end;
}
.payInfIn .tltleblock {
  font-size: 20px;
  font-weight: 600;
  color: #18251C;
}
.payInfIn .payImg {
  width: 75px;
}
.payInfIn .payImg img {
  width: 100%;
}
.payInfIn .payStatus {
  width: auto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  padding: 8px 20px;
  line-height: 1em;
  color: #fff;
}
.payInfIn .payStatus.succs {
  background-color: #0E8E39;
}
.payInfIn .contentBrk {
  display: flex;
  flex-direction: column;
}
.trackodrWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trackodrBlock {
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #425147;
  font-weight: 500;
}
.trackodrBlock li {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
}
.trackodrBlock li:first-child::after {
  opacity: 0;
}
.trackodrBlock li::after {
  content: '';
  position: absolute;
  width: 80%;
  top: 15px;
  right: 60%;
  height: 2px;
  background-color: #D5DCD7;
}
.trackodrBlock li.processing {
  color: #e67e22;
}
.trackodrBlock li.processing .trackblock {
  background-color: #e67e22;
}
.trackodrBlock li.processing::after {
  background-color: #e67e22;
}
.trackodrBlock li.completed {
  color: #2ecc71;
}
.trackodrBlock li.completed .trackblock {
  background-color: #2ecc71;
}
.trackodrBlock li.completed::after {
  background-color: #2ecc71;
}
.trackodrBlock li.cancel {
  color: #e74c3c;
}
.trackodrBlock li.cancel .trackblock {
  background-color: #e74c3c;
}
.trackodrBlock li.cancel::after {
  background-color: #e74c3c;
}
.trackodrBlock .trackblock {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #D5DCD7;
  display: flex;
  cursor: pointer;
}
.purProWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.purProBlock {
  width: auto;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.purProIn {
  width: 100%;
  display: flex;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 400;
  color: #425147;
  justify-content: space-between;
  border-bottom: 1px solid #F2F5F3;
  align-items: center;
}
.purProIn:last-child {
  border-bottom: 0;
}
.purProIn .proImg {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #F3F8F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purProIn .proImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.purProIn .dataSec {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.purProIn .nameSec {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #425147;
}
.purProIn .nameSecHead {
  font-size: 20px;
  font-weight: 600;
  color: #18251C;
}
.purProIn .detailSec {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.purProIn .detailSec span {
  font-weight: 600;
}
.purProIn .detailSec .sClor {
  color: #0E8E39;
}
.purProIn .priceBlock {
  flex-direction: column;
  gap: 0;
}
.purProIn .priceBlockIn {
  width: 100%;
  text-align: right;
  padding: 20px 0;
  border-bottom: 1px dashed #CEDCD3;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.purProIn .priceBlockIn:last-child {
  border-bottom: 0;
}
.purProIn .priceBlockIn span {
  font-weight: 600;
}
.purProTot {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 500;
  color: #18251C;
  padding-bottom: 0;
}
.purProTot span {
  font-weight: 600;
}
