:root {
  --color-border: #d9d9d9;
  --color-text-gray: #727272;
}
.form-select:focus, 
.form-control:focus{
  box-shadow: 0 0 0 0.25rem var(--color-select-input) !important;
}
.form-check-input{
  min-width: 15px;
  min-height: 15px;
}
body{
  font-size: 14px;
}
a{
  color: var(--color-btn);
  cursor: pointer;
}
a:hover{
  color: var(--color-hover);
}
pre{
  font-size: 14px;
  margin-bottom: 0px;
  white-space: break-spaces;
}
.loading{
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #f1f1f1cf;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  top:0px;
  left: 0px;
}
.padding13-20 {
  padding: 13px 20px;
}
.colorGrey{
  color: rgb(151, 151, 151) !important;
}
.colorRed{
  color: #a50f1f;
}
.colorBlack{
  color: black;
}
.alert{
  padding: 10px !important;
}
h1 {
  font-size: 25px;
}
form label{
  font-size: 16px;
}
.font12{
  font-size: 12px !important;
}
.font14{
  font-size: 14px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}
.font22{
  font-size: 22px;
}
.font25{
  font-size: 25px;
}
.fw-600{
  font-weight: 600;
}
.pageTitle{
  margin-top: 20px;
}
.section{
  margin: 20px 0px 30px 0px;
  font-size: 15px;
}
.sectionTitle{
  font-size: 18px;
  font-weight: 600;
  padding: 4px 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #dee2e6;
}
.line3Limit{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 30px !important;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
.borderBtn{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.borderBtn:hover, .borderBtn.active{
  background-color: var(--color-bg); 
  border-color: var(--color-btn);  
}
.myBtn{
  background-color: var(--color-btn);  
  color: white;
  border-color: var(--color-btn);
}
.myBtn:hover{
  color: white;
  background-color: var(--color-hover);  
}
.langSel{
  cursor: pointer;
  text-decoration: none;
}
.droplink {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #565656;
  font-size: initial;
}
.droplink:hover{
  background-color: #ededed;
}
.lang_img {
  width: 22px;
  height: 15px;
}
.black_hover_underline{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.black_hover_underline:hover{
  text-decoration: underline;
}
.desktopNone{
  display: none !important;
}
.mobile_menu {
  background-color: white;
  z-index: 200;
  position: fixed;
  top: 0px;
  margin-left: -70%;
  z-index: 100;
  height: 100vh;
  transition: 0.5s;
  padding: 20px;
  width: 70%;
}
.menu_active {
  margin-left: 0px;
  overflow-y: auto;
}
#responsive_div2 {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 11;
  background-color: black;
  opacity: 0.6;
  display: none;
}
.accordion-button{
  padding: 0px !important;
  background-color: white !important;
  box-shadow: none !important;
  color: black !important;
  text-decoration: none;
}
.accordion-button::after {
  width: 13px;
  height: 13px;
  background-size: 13px;
}
.accordion-body{
  padding: 5px 0px 0px 15px !important;
}
.accordion-item{
  border: none !important;
}
.copyIcon{
  cursor: pointer;
}
.catAccordImg{
  width: 20px;
  height: 20px;
}
.px-modal.fade.in {
  opacity: 1 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  background: transparent;
  border: none;
}
.upload_logo{
  width: 100px;
  height: 80px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  background-color: rgb(247 247 247) !important;
  cursor: pointer;  
}
.upload_file {
  display: none !important;
}
.myCheck {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-top: 18px;
  margin-top: -8px;
  margin-right: 5px;
  white-space: nowrap;
  cursor: pointer;
}
.myCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.myCheck input:checked~.checkmark {
  background-color: #2196F3;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.myCheck input:checked~.checkmark:after {
  display: block;
}
.myCheck .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.paymentSelection {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
}
.paymentSelection:hover {
  background-color: var(--color-bg);
}
.paymentSelectionImg {
  margin: 0px 20px;
  width: 70px;
}
.payBtn{
  white-space: nowrap;
}
.user_page_title{
  color: var(--color-text-gray);
  margin-bottom: 5px;
}
.user_sidebar .accordion-button{
  padding: 7px 3px !important;
  border-bottom: 1px solid #dfdfdf;
  text-transform: uppercase;
}
.user_sidebar .accordion-button::after{
  display: none !important;
}
.sideMenuIcon{
  width: 25px;
  min-width: 25px;
}
.user_sidebar .accordion-body{
  padding-left: 30px !important;
}
.side_menu_link{
  margin-left: -15px;
  padding-left: 15px;
  color: black;
  text-decoration: none;
  margin-bottom: 3px;
}
.acitve_sidemenu{
  font-weight: 600;
  background-image: url(./../icons/ico_arrow.svg);
  background-size: 6px 12px;
  background-position: 0 5px;
  background-repeat: no-repeat;
}
.iList {
  margin: 0 0 0 14px;
  padding: 0;
}
.iList li {
  list-style: none;
}
.iList li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 5px;
  background-image: url(./../icons/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 14px;
  margin: 0 0 0 -14px;
}
.error_message, .success_message{
  padding: 10px 15px;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.error_message i, .success_message i{
  margin-right: 10px;
  font-size: 22px;
}
.error_message{
  color: #b10000;
}
.success_message{
  color: green;
}
.mobileRow{
  display: flex;
  flex-direction: row;
}
.datatableWrapper{
  overflow-x:unset;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.itemSlider .swiper-button-next, .itemSlider .swiper-button-prev {
  background: #d1d1d1a8;
  color: #00d900;
  font-size: 10px;
  width: 23px;
  height: 51px;
  transition: all 0.3s;
}
.itemSlider .swiper-button-next:hover, .itemSlider .swiper-button-prev:hover {
  background: #dbdbdbde;
}

.itemSlider .swiper-button-next:after, .itemSlider .swiper-button-prev:after {
  font-size: 20px !important;
}
.itemSlider{
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.saveSuccessMessage{
  position: fixed;
  top: 10px;
  right: 20px;
  background: #c2ebc2;
  color: #007000;
  padding: 10px 20px;
  border-left: 10px solid green;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  z-index: 100;
}
.galleryItemContainer{
  position: relative;
}
.full-item .galleryItemContainer{
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e9e9e9;
}
.galleryImgWrapper{
  display: block;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
.full-item .galleryImgWrapper{
  width: 180px;
  height: 130px;
  margin-right: 20px;
}
.galleryImgWrapper img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryTitle{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-decoration: none;
  color: black;
}
.galleryPriceReveiw{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.galleryReview{
  display: flex;
  align-items: center;
}
.galleryReview i{
  margin: 0px 2px;
}
.goldStar{
  color: #ffd637;
}
.greyStar{
  color: #dbdbdb;
}
.itemDetail{
  flex: 1;
}
.catItemTitle{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
  color: black;
}
.ItemtitleContainer{
  min-height: 50px;
}
.full-item .ItemContentWrapper{
  display: flex;
  flex-direction: row;
}
.full-item .eachItemContent{
  width: 40%;
  padding-right: 10px;
}
.itemShipping{
  font-size: 12px;
  color: #19ab00;
}
.paymentMethodImgs img{
  height: 12px;
  margin-right: 7px;
}
.headerCounts{
  position: absolute;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-btn);  
  color: white;
  font-size: 12px;
  font-weight: 600;
  left: 14px;
  top: -5px;
}
.headerItemImgs{
  width: 50px;
  min-width: 50px;
  max-height: 55px;
  object-fit: cover;
  margin-right: 10px;
}
.customBorderBottomTable{
  width: 100%;
  margin-bottom: 10px;
}
.customBorderBottomTable thead tr{
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  background-color: #f1f1f1;
}
.customBorderBottomTable tbody td, .customBorderBottomTable thead th{
  padding: 5px;
}
#progressbar {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  color: lightgrey;
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 33%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}
.progresStep{
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #d9d9d9;
  border-radius: 50%;
}
li.active .progresStep{
  background: #179d00;
}
.progresStep i{
  font-size: 20px;
}
#progressbar .active {
  color: #179d00;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #179d00;
}
.printBody{
  padding: 30px;
  font-size: 12px;
}
.printLogo{
  height: 50px;
}

/* ========== Pagenation ===================== */
.pagination-here.pagination {
  display: inline-block;
  margin: 15px 0px 15px 0px;
}

.pagination>ul {
  display: inline-flex;
  list-style: none;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.pagination>ul>.disabled:not(.prev):not(.next)>a,
.pagination>ul>.disabled:not(.prev):not(.next)>span,
.pagination>ul>.disabled:not(.prev):not(.next)>a:hover,
.pagination>ul>.disabled:not(.prev):not(.next)>span:hover,
.pagination>ul>.disabled:not(.prev):not(.next)>a:focus,
.pagination>ul>.disabled:not(.prev):not(.next)>span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: var(--color-btn);
  border-color: var(--color-btn);
  cursor: default;
}

.pagination>ul>li>a,
.pagination>ul>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* ==================================================== */

@media (max-width: 768px) {
  .tabletNone{
    display: none !important;
  }
  .desktopNone{
    display: inherit !important;
  }
}

@media (max-width: 576px) {
  .mobileNone{
    display: none !important;
  }
  .datatableWrapper{
    overflow-x:auto;
  }
  .desktopNone{
    display: inherit !important;
  }
  .mobileRow{
    flex-direction: column;    
  }
  .full-item .galleryItemContainer{
    flex-direction: column;
  }
  .full-item .galleryImgWrapper{
    width: 100%;
    height: 160px;
    margin-right: 0px;
  }
  .full-item .ItemContentWrapper{
    flex-direction: column;
  }
  .full-item .eachItemContent{
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}