.customSelect{
    width: 68% !important;
    margin-right: 12px;
}

/* .customPagination {

        margin-top: 40px;
} */


/* .viewAssociatesSecArea {
    padding: 0px !important;

} */

/* .onlineAffilatesSec{
    padding-left:0px !important;
} */

.onlineAffilatesSec.advantagesSec .onlineAffilatesInr
{
    text-align: center;
}
.advantagesInside{

    text-align: center;
}
.onlineAffilatesSec.advantagesSec h3 {

}
.profileRightSection.fullWidth{
    width: 100% !important;
}
.productSaleSec .addBanner .addList figure img{
    display: none;
}
.productSaleSec .addBanner .addList figure{
    background-size: 100% auto;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.productSaleSec .addBanner .addList figure.longImg{
    background-size: auto 100%;
}
/* .registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .jsImg.nwImgContener{
    background-size: 100% auto !important;
    overflow: hidden;
}
.registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .jsImg.nwImgContener.longImg{
   background-size: auto 100% !important;
} */
/*.registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .jsImg.nwImgContener.longImg.smallImage,
.registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .jsImg.nwImgContener.smallImage{
    background-size: 100% auto !important;
}*/
.registrationStandardPage .boxAccordion.choosePadd4 .boxAccordionDetails .formRow .jsImg.nwImgContener img{
    height: auto !important;
    /*display: none;*/
}
.profile_imgArea figure{
    background-size: auto 100% !important;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.profile_imgArea figure.longImg{
    background-size: 100% auto !important;
}
/*.productDetailsSec .productGallery .leargeImage .slideshow img{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 0;
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/


.boxAccordionCnnt{
    display: -ms-flexbox!important;
    display: flex!important;

}
.boxAccordionCnnt .formRow{
    width: calc(100% - 140px);
    padding-right: 15px;
    margin-bottom: 0;
}
.boxAccordionCnnt .updateSubmitSec{
    width: 140px !important;
}
.registrationStandardPage.membersProfilePage .registrationStandardNew .formRow .twoText{
    width: calc(100% - 210px);
}
.registrationStandardPage.membersProfilePage .registrationStandardNew .formRow .twoText .box1{
    width: 250px;
    float: left;
}
.registrationStandardPage.membersProfilePage .registrationStandardNew .formRow .twoText .box2{
    width: calc(100% - 250px);
    padding-left: 20px;
    float: left;
}
.registrationStandardPage.membersProfilePage .registrationStandardNew .formRow .twoText input[type="text"]{
    width: 100%;
}

.paypalSec{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.paypalSec .leftPart{
  width: 249px;
  background-color: #1fa5ff;
  margin-top: 12px;
  margin-bottom: 12px;
  box-shadow: 4px 1px 17px #8ba3df;
  -webkit-box-shadow: 4px 1px 17px #8ba3df;
  -moz-box-shadow: 4px 1px 17px #8ba3df;

}
.paypalSec .leftPart h2{
  color: #fff;
  margin-bottom: 0;
  font-family: "AvenirNext-Regular";
  text-transform: capitalize;
  margin-bottom: 12px;
  text-align: right;
}
.paypalSec .leftPart p{
  font-size: 18px;
  color: #fff;
  text-align: right;

}
.paypalSec .leftPart .inner{
  padding:  99px 40px 99px 99px;
}
.paypalSec .rightPart{
  width: calc(100% - 249px);
  background-color: #fff;
  box-shadow: 4px 1px 17px #ccc;
  -webkit-box-shadow: 4px 1px 17px #ccc;
  -moz-box-shadow: 4px 1px 17px #ccc;
}
.paypalSec .rightPart .inner{
  padding: 44px 0;
}
.paypalSec .topList{
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 54px 36px 43px;
}
.paypalSec .topList figure {
  width: 40px;
}
.paypalSec .topList .date{
  width: calc(100% - 40px);
  text-align: right;
}
.paypalSec .middleList table tr td{
  text-align: right;
  padding-bottom: 40px;
  width: 60px;
  text-align: right;
}
.paypalSec .middleList table tr th{
  font-family: "AvenirNext-DemiBold";
  font-size: 17px;
}
.paypalSec .middleList table tr td input{
  background-color: transparent;
  text-align: center;
  color: #666666;
  padding: 0 5px;
  height: 34px;
  line-height: 37px;
  position: relative;
  z-index: 0;
  background-image: url(../images/dollar.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 4px center;

}
.paypalSec .middleList table tr td select{
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  color: #666666;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  background-position: 75% center;
}
.paypalSec .middleList table tr td select option{
  text-align: right;
}
.paypalSec .middleList select::-ms-expand {
    display: none;
}
.paypalSec .middleList table tr td input::placeholder {
  color: #666666;
}

.paypalSec .middleList table tr td input:-ms-input-placeholder {
  color: #666666;
}

.paypalSec .middleList table tr td input::-ms-input-placeholder {
  color: #666666;
}


.paypalSec  .middleList{
  padding: 0 54px 80px 43px;
}
.paypalSec .totalArea{
  padding: 0 54px 0 43px;
}
.paypalSec .totalArea ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.paypalSec .totalArea ul li{
  margin-right: 10px;
}
.paypalSec .totalArea ul li:last-child{
  margin-right: 0;
}

.paypalSec .totalArea .btnAll.redBtn{
  border: 3px solid #f15a24 !important;
  color: #f15a24 !important;
}
.paypalSec .totalArea .btnAll.redBtn:hover{
  background-color: #f15a24 !important;
  color: #fff !important;
}

.paypalSec .totalArea .btnAll{
  margin: auto;
  border: 3px solid #0098ff;
  color: #0098ff;
  background: transparent;
  line-height: 26px;
  line-height: 28px;
  font-family: "AvenirNext-DemiBold";
}
.paypalSec .totalArea .btnAll:hover{
  background-color:  #0098ff;
  color: #fff;
}
.nMsgFrm{
    margin-top: 10px;
}
.registrationStandardPage.membersProfilePage .updateSubmitSec.findMemberSearch .btnAll{
    height: 56px;
    line-height: 56px;
    padding: 0 28px;
    font-size: 22px;
}
.comingSoon h3{
    font-size: 50px;
    color: #1b1464;
    margin-bottom: 16px;
    padding-left: 43px;
    text-align: center;
}

.updateSubmitSec .updateSubmitList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.updateSubmitSec .updateSubmitList .linkFormRow{
  margin-right: 15px;
  margin-bottom: 0;
  width: calc(100% - 140px);
}
.updateSubmitSec .updateSubmitList .btnformRow{
  width: 140px;
}
.updateSubmitSec .updateSubmitList .linkFormRow label{
  width: 160px;
}
.updateSubmitSec .updateSubmitList .linkFormRow .inputlable{
  width: calc(100% - 160px);
}
.updateSubmitSec .updateSubmitList .linkFormRow .inputlable input{
  width: 100%;
}
.updateSubmitSec .updateSubmitList .btnformRow .btnAll{
  height: 35px !important;
  line-height: 29px !important;
  font-size: 16px !important;
  padding: 0 10px !important;
}

/* 21-03-2020 */
.companyInfoShow {
 margin-bottom: 30px;
}
.companyInfoShow .formBox {
  margin: 0 -8px;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.companyInfoShow .formBox:last-child {
  margin-bottom: 0;
}
.companyInfoShow .formBox .submitLink {
  margin: 0 auto;
}
.companyInfoShow .formGroup {
  width: 30%;
  padding: 0 8px;
}
.companyInfoShow .formCol {
  margin: 0 auto;
  position: relative;
}
.companyInfoShow .formCol:hover  label {
  opacity: 1;
}
.companyInfoShow .formGroup:nth-child(2) {
  width: 40%;
}
.companyInfoShow .formCol.upload {
  width: 100%;
  text-align: center;
}
.companyInfoShow .formRow {
  margin-bottom: 0;
}
.companyInfoShow .formCol label {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  width: 226px;
  color: #fff;
  background-color: rgba(79, 129, 204, 0.7);
  padding: 6px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.companyInfoShow figure {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-transition: 0.3s;
  border-radius: 25px;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 252px;
}
.companyInfoShow figure img {
  height: 100%;
  opacity: 0;
}
.associateCompanyDetails .sendMessageSec {
  padding: 20px !important;
}
.fancybox-button--thumbs {
  display: none;
}
.fancybox-navigation .fancybox-button {
  height: 130px;
  width: 90px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 130px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 130px;
}
/* .aboutUsArea {
  text-align: center;
} */
.aboutUsArea .aboutUsHeading.storyImage {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutUsArea .aboutUsHeading.storyImage .aboutImageNew {
  width: 350px;
  max-width: 100%;
}
.aboutUsArea .aboutUsHeading.storyImage figure {
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden;
}
.aboutUsArea .aboutUsHeading.storyImage figure img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.aboutUsArea .aboutUsHeading.storyImage h3 {
  color: #1b148f;
  font-size: 22px;
  font-style: italic;
  line-height: 1.6;
  font-family: "Myriad Prob";
  text-align: left;
}
.aboutUsArea .aboutUsHeading.storyImage h3:last-child {
  margin-bottom: 0;
}
.aboutUsArea h4 {
  color: #1b148f;
  font-size: 25px;
  margin-top: 20px;
  text-align: left;
  font-family: "Myriad Pro";
  font-weight: normal;
}
.aboutUsArea .aboutUsHeading.storyImage h4 {
  text-align: center;
}
.aboutUsArea .aboutUsHeading.storyImage h4 strong {
  font-weight: bold;
}
.aboutUsArea .aboutUsHeading.storyImage .storyContent {
  width: calc(100% - 350px);
  padding-left: 50px;
  font-size: 23px;
}
.aboutUsArea .aboutUsContent h3 {
  color: #1fa5ff;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: normal;
}
.aboutUsArea.ourStory p {
  text-align: justify;
}
.aboutUsArea h5 {
  font-size: 20px;
  font-family: "Myriad Pro";
  color: #1fa5ff;
  margin-bottom: 20px;
  font-weight: normal;
}
.aboutUsArea h6 {
  font-size: 22px;
  font-weight: normal;
  color: #8e8b8b;
  text-align: left;
  font-family: "Myriad Pro";
  margin-top: 0;
  margin-bottom: 20px;
}
.imgAndFlagArae{
  width: 100%;
  word-break: break-word;
}
.imgAndFlagArae:after{
  content: '';
  display: table;
  clear: both;
}
.newDesignText{
  float: left;
  width: calc(50% - 25px);
}
.negoCntNew{
  float: right;
  width: calc(50% - 25px);
  margin-left: 50px;
}
.imageD{
  width: 120px;
  float: left;
}
.imageD figure{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.imageD figure img{
  opacity: 0;
}
.productDetailsSec .negotiateSecArea .negotiateFormSec .imgAndFlagArae .newDesignText .negoCnt{
  width: calc(100% - 120px);
  float: right;
}
.productMenuList .container {
  padding: 0 90px;
}
.productMenuList ul li {
  padding-right: 0 !important;
  border-right: 1px solid #fff;
}
.productMenuList ul li:last-child {
  border-right: none;
}
.productMenuList ul li a {
     color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    font-family: "AvenirNext-Regular";
    font-size: 21px;
    padding: 0 18px;
    background-color: #0098ff;
}
.productMenuList ul li a:hover {
  background-color: #1b148f;
  color: #fff;
}
.headerArea .navArea .bottom ul li a {
  font-weight: 400;
}
.productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl h4 em.question {
  display: inline-block;
    margin-top: 0;
}
.productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl h4 em.question .fa {
  color: #04B800;
}
.productSaleSec .saleBottomWrap .productLeftSideBar .leftUl {
  position: relative;
}
.productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl h4 em.question .tooltipDetails {
  top: -22px;
  font-style: normal;
  width: 280px;
  text-align: left;
}
.productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl h4 em.question .tooltipDetails h3 {
  font-size: 14px;
}
.productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl h4 em.question .tooltipDetails ul li {
  width: 100%;
}
.productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl h4 em.question:hover .tooltipDetails {
    opacity: 1;
    left: 75px;
}
.productSaleSec.searchAccordion .saleBottomWrap .grid .leftUl h4 em.question:hover .tooltipDetails:after {
    display: block;
}
.productMenuList ul {
  margin: 0 auto;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  max-width: 100%;
}
.productMenuList ul:after {
  content: normal;
}
.productMenuList ul li {
  padding-right: 0;
}
.productSaleSec .saleTopSec a.mainText {
  font-size: 31px;
  text-align: center;
  display: table;
  margin: 0 auto 27px;
}
.productSaleSec .saleTopSec a.mainText:hover {
  color: #1b1464;
}
.compareSecTop .leftCnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 224px;
}
.compareSecTop .leftCnt h2 {
  margin-bottom: 0;
  margin-right: 25px;
}
.additionalInformationSec .infoWrap .leftInfoArea h3 {
  font-size: 23px;
}
.leftInner ul li, .leftInner ul li a, .additionalInformationSec .listInfo ul li a {
  font-size: 16px;
}
.additionalInformationSec .infoWrap .rightInfoArea h3 {
  font-size: 18px;
}
.hiddenSideNav .myOptionMenubar.active .adminMenu {
  background-color: #00adff;
}
.hiddenSideNav .myOptionMenubar.active .sidebarList {
  display: block;
}
.testimonialsSec h2 {
  text-align: center;
  font-family: "AvenirNext-Medium";
  font-size: 45px;
}
.bannerHomeNewFlex {
  display: flex;
  flex-wrap: wrap;
  padding-left: calc((100% - 1130px) / 2);
  margin: 0 auto;
}
.bannerHomeNewFlex .bannerWrap {
  width: calc(100% - 240px);
  padding-right: 20px;
}
.bannerRightNew {
  width: 240px;
}
.bannerRightNew .productMenuList {
  margin: 0;
}
.bannerRightNew .productMenuList ul {
  padding: 0;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.bannerRightNew .productMenuList ul li {
  padding-right: 0;
}
.bannerRightNew .productMenuList ul li:last-child {
  margin-bottom: 0;
}
.bannerRightNew .productMenuList ul li a {
  padding: 0 18px;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  background-color: #0098ff;
  display: block;
  font-size: 17px;
  font-family: "Myriad Pro";
  font-weight: normal;
  border-bottom: 1px solid #ebebeb;
  transition: 0.3s;
  vertical-align: middle;
}
.bannerRightNew .productMenuList ul li a:hover {
  background-color: #1b148f;
}
.bannerRightNew .productMenuList .container {
  padding: 0;
}
.mainBanner .bannerHomeNewFlex .rightBannerCnnt {
  width: 100%;
}
.mainBanner .rightBannerCnnt {
  width: 1130px;
  max-width: 100%;
}
.bannerHomeNewFlex .btnArea.regBtnClick {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
} 
.bannerHomeNewFlex .rightBannerCnnt .btnArea.regBtnClick {
  display: none;
}
.bannerHomeNewFlex .btnAll {
  height: 41px;
  line-height: 38px;
  font-size: 22px;
  padding: 0 18px;
  line-height: 41px;
  color: #ffffff;
  background: #0098ff;
  margin-right: 20px;
}
.bannerHomeNewFlex .btnAll:last-child {
  margin-right: 0;
}
.bannerHomeNewFlex .btnAll:hover {
    background: #083ba2;
}
.newHomeMainBanner {
  padding: 35px 90px 0;
}
.newHomeMainBanner .container {
  padding: 0;
}
.headerArea .navArea ul li .subMenuHolder ul li a {
  font-weight: 400;
}
.productDetailsSec .productInformationSec .formArea .formGroup .btnAll.verifyBtn {
  line-height: 52px;
}
.productInformationSec .captchaRow {
  width: 100%;
  margin-top: 0;
}
.productInformationSec .captchaRow .captcha {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 180px);
}
.productInformationSec .captchaRow .captcha span {
  width: calc(100% - 41px);
  background-color: #e8f0fe;
}
.productInformationSec .captchaRow .captcha span img {
  height: 31px;
  object-fit: contain;
  margin: 0 auto;
}
.productInformationSec .captchaRow .captcha button {
  width: 31px;
    height: 31px;
    line-height: 31px;
}
.how_it_works_heading .container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
.how_it_works_heading h2 {
  position: relative;
  /*background-color: #ebebeb;*/
  padding: 0 0 0 60px !important;
  cursor: pointer;
  display: inline-block;
  color: #0098ff;
  transition: 0.3s;
}
.how_it_works_heading h2:before {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 0;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 35px;
    background-color: #0098ff;
    transition: 0.3s;
}
.how_it_works_heading h2.active:before {
  content: normal;
}
.how_it_works_heading h2:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 6px;
    background-color: #0098ff;
    transition: 0.3s;
}
.how_it_works_heading h2.active, .how_it_works_heading h2:hover {
  color: #1b148f;
}
 .how_it_works_heading h2:hover:before,  .how_it_works_heading h2:hover:after, .how_it_works_heading h2.active:before, .how_it_works_heading h2.active:after {
  background-color: #1b148f;
}
.how_it_works_content {
  display: none;
  padding-top: 40px;
}
.how_it_works_content .buyAndSuppliersWrap h2, .how_it_works_content .buyAndSuppliersWrap h3 {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  max-width: 100%;
}
.buyAndSuppliersSec {
  background-position: 100% 350px;
}
.productDetailsSec .productInformationSec .formArea .formGroup.formGroupTwo {
  align-items: flex-start;
}
.productDetailsSec .productInformationSec .formArea .formGroup.formGroupTwo .captchaRow .formList {
  width: 100%;
  justify-content: flex-end;
  padding: 0;
}
.registrationStandardPage.negotiationCompleteViewPage.showPdfPage .negotiationViewPageDetails {
  padding: 0;
}
.registrationStandardPage.negotiationCompleteViewPage.showPdfPage .boxAccordion .boxAccordionDetails {
  padding: 50px 0;
}
.registrationStandardPage.negotiationCompleteViewPage.showPdfPage .viewAssociatesSecArea .informationTable {
  margin: 0;
}
.registrationStandardPage.negotiationCompleteViewPage.showPdfPage .viewAssociatesSecArea .informationTable .informationGrid {
  padding: 0;
}
.registrationStandardPage.negotiationCompleteViewPage.showPdfPage .viewAssociatesSecArea .informationTable .informationGrid:last-child {
  margin-right: 0;
}
.registrationStandardPage .boxAccordion.choosePadd7 .formGroup {
  margin-bottom: -30px;
}
table.tradeReferenceTable {
  border: 1px solid #fff;
}
table.tradeReferenceTable td, table.tradeReferenceTable th {
  /*border: 1px solid #d7dadc;*/
  border-collapse: collapse;
}
table.tradeReferenceTable td, table.tradeReferenceTable th {
  padding: 22px 18px;
  font-size: 15px;
}
table.tradeReferenceTable th {
  background-color: #4f81cc;
}
table.tradeReferenceTable tbody {
  background-color: #f5f5f5;
}
table.tradeReferenceTable tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
table.tradeReferenceTable tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
table.tradeReferenceTable tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
table.tradeReferenceTable tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
table.tradeReferenceTable th.list {
  font-family: "AvenirNext-Bold";
  text-align: center;
  font-size: 16px;
  background-color: #ebf6ff;
  border-color: #fff;
}
table.tradeReferenceTable td.company {
  width: 125px;
  font-family: "AvenirNext-DemiBold";
  text-align: center;
}
table.tradeReferenceTable th {
  font-weight: bold;
  color: #fff;
}
table.tradeReferenceTable th.code, table.tradeReferenceTable td.code {
  width: 200px;
  text-align: center;
}
table.tradeReferenceTable tr:nth-child(even) td, table.tradeReferenceTable tr:nth-child(even) th {
  background-color: #f4f4f4;
}
.upload_text {
  line-height: 1;
  margin-top: 15px;
  opacity: 0.8;
}
.productSaleSec .saleBottomWrap {
	flex-direction: row-reverse;
}
.industrialCodePage h2 {
  font-size: 32px;
  margin-bottom: 35px;
  font-family: "AvenirNext-Medium";
  color: #1fa5ff;
  text-align: center;
}
.registrationStandardPage .boxAccordion label.strong {
  font-size: 20px;
  color: #000000;
  font-family: "Myriad Pro";
}
.productSaleSec .productDescription table tbody tr td figure img {
  height: 100%;
}
/*.productSaleSec .productDescription table tbody tr td .imgBoxArea .top a {
  cursor: auto;
}*/
.productSaleSec .saleBottomWrap .productLeftSideBar .leftUl ul li {
  width: 100%;
}
.dtext {
  line-height: 1;
}
.compareProductsSection .compareProductTableList .comparePage table td {
  padding: 8px 12px;
}
.compareProductsSection .compareProductTableList .comparePage table tr:last-child td {
  padding: 12px;
}
.cookie {
  display: none !important;
}
.testimonialsSlider {
  position: relative;
}
.testimonialsSlider .slick-arrow {
  font-size: 0;
  border: none;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 10px #ccc !important;
  border-radius: 50%;
  line-height: 60px;
  display: block;
  color: #0098ff;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 30px);
  left: -100px;
  cursor: pointer;
}
.testimonialsSlider .slick-arrow:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 35px;
}
.testimonialsSlider .slick-arrow.slick-next:before {
  content: "\f105";
}
.testimonialsSlider .slick-arrow.slick-next {
  right: -100px;
  left: auto;
}
.testimonialsSlider .slick-disabled {
  opacity: 0.5;
}
.btnAll.largeBtn {
  border: 3px solid #0098ff;
  height: 56px;
  line-height: 52px;
  padding: 0 55px;
  background-color: transparent;
  font-size: 25px;
  background-color: #0098ff;
  color: #ffffff;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  font-family: "Myriad Pro";
  font-weight: bold;
}
.productDetailsSec .productGallery ul.thumbs img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.viewAssociatesSecArea.singleNegotiation .coloredTable table thead th {
  font-family: "AvenirNext-Regular";
}
.viewAssociatesSecArea .associatesCountries h2 .click_text {
  font-family: "Myriad Pro";
  font-size: 20px;
  color: #666666;
  line-height: 1.6;
}
.loginPage .passwordBtm p a.forgot_pass_login_link {
  font-size: 19px;
}
.contact_us_popup .formRow.col2 {
  display: flex;
  flex-wrap: wrap;
}
.contact_us_popup .formRow.col2 .formCol:first-child {
  margin-right: 12px;
}
.contact_us_popup .formCol {
  float: left;
  width: calc(50% - 6px);
}
.contact_us_popup .formRow {
  margin-bottom: 18px;
}
.contact_us_popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 8;
  display: none;
}
.contact_us_popup_in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #fff;
  width: 900px;
  margin: 0 auto;
  max-width: calc(90% - 30px);
}
.contact_us_popup_holder {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 60px;
}
.contact_us_popup input[type='text'], .contact_us_popup input[type='email'], .contact_us_popup input[type='number'], .contact_us_popup input[type='tel'], .contact_us_popup select {
  background: #ffffff;
  border: 1px solid #bebebe;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 15.9px;
  color: #1a1a1a;
  width: 100%;
}
.contact_us_popup textarea {
  background: #ffffff;
  border: 1px solid #bebebe;
  height: 120px;
  min-height: 120px;
  resize: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 15px;
  font-size: 15.9px;
  color: #1a1a1a;
}
.contact_us_popup h2 {
  color: #1b148f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact_us_popup .close_contact_popup {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 35px;
  color: #333333;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: -20px;
  top: -20px;
  box-shadow: 0 0 10px #d1d1d1;
  outline: none;
  cursor: pointer;
}
.contact_us_popup .btnAll.verifyBtn {
  height: 45px;
  line-height: 50px;
  padding: 0 35px;
  font-size: 19px;
}
.conditionsName {
  min-height: 42px;
}
.membershipOpationArea .container {
  width: 1270px;
}
.membershipOpationArea .membershipWrap .gridmember {
  padding: 0 25px;
}
.membershipOpationArea .membershipWrap .gridmember p {
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .headerArea .navArea ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea .formGroup.formGroupTwo .formList{
    padding: 0 20px;
  }
  .productDetailsSec .negotiateSecArea .negotiateFormSec .formArea {
    margin-left: -20px;
    margin-right: -20px;
  }
  .negoCntNew{
    width: calc(50% - 20px);
    margin-left: 40px;
  }
  .newDesignText{
    width: calc(50% - 20px);
  }
  .productDetailsSec .negotiateSecArea .makeOfferSec{
    padding: 0 40px;
  }
  .productDetailsSec .negotiateSecArea .negotiateFormSec{
    padding: 0 40px 0 0;
  }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .associateCompanyDetails .companyDetailsSec {
    padding: 0;
  }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails h2 {
    font-size: 45px;
  }
  .registrationStandardPage.membersProfilePage .registrationStandardNew .boxAccordion .formGroup.formGroupTwo .formRow {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .companyInfoShow .formGroup {
    padding: 0 4px;
  }
  .associateCompanyDetails .sendMessageSec {
    padding: 14px !important;
  }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .testimonialsSlider .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -60px;
  }
  .testimonialsSlider .slick-arrow:before {
    font-size: 30px;
  }
  .testimonialsSlider .slick-arrow.slick-next {
    right: -60px;
  }
}
@media screen and (max-width: 900px) {
  .aboutUsArea .aboutUsHeading.storyImage {
    width: 700px;
  }
  .aboutUsArea .aboutUsHeading.storyImage .aboutImageNew {
    width: 250px;
  }
  .aboutUsArea .aboutUsHeading.storyImage .storyContent {
    width: calc(100% - 250px);
    padding-left: 40px;
  }
  .aboutUsArea .aboutUsHeading.storyImage figure {
    height: 250px;
  }
  .aboutUsArea .aboutUsHeading.storyImage h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .compareSecTop .leftCnt {
    padding-left: 0;
  }
  .compareSecTop .leftCnt h2 {
    width: 100%;
    margin-right: 0;
  }
  .compareSecTop .leftCnt {
    text-align: center;
  }
  .compareSecTop .leftCnt h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .compareSecTop .leftCnt > span {
    width: 100%;
  }
  .compareSecTop .leftCnt span .checkboxCustom.compareCheckClass {
    padding-right: 0;
  }
  .compareSecTop .checkboxCustom {
    display: inline;
  }
  .compareSecTop .checkboxCustom .addFav a:before {
    top: -5px;
    font-size: 21px;
  }
  .compareSecTop .checkboxCustom .addFav a {
    padding-left: 20px;
  }
  .compareSecTop .checkboxCustom .checkmark {
    width: 15px;
    height: 15px;
  }
  .compareSecTop .checkboxCustom .checkmark:before {
    width: 16px;
    height: 16px;
  }
  .compareSecTop .checkboxCustom {
    padding-left: 22px;
  }
  .productSaleSec .saleBottomWrap .productRightDetails {
  	margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .companyInfoShow .formGroup {
    width: 100% !important;
  }
  .companyInfoShow .formBox {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .companyInfoShow .formBox .formCol {
    width: 100%;
  }
  .companyInfoShow .formCol label {
    text-align: center;
  }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails h2 {
    font-size: 35px;
  }
  .aboutUsArea .aboutUsHeading.storyImage {
    width: 650px;
  }
  .aboutUsArea .aboutUsHeading.storyImage .aboutImageNew {
    width: 220px;
  }
  .aboutUsArea .aboutUsHeading.storyImage .storyContent {
    width: calc(100% - 220px);
    padding-left: 25px;
  }
  .aboutUsArea .aboutUsHeading.storyImage figure {
    height: 220px;
  }
  .aboutUsArea .aboutUsHeading.storyImage h3 {
    font-size: 18px;
  }
  .aboutUsArea .aboutUsHeading.storyImage h3 br {
    display: none;
  }
  .aboutUsArea h4 {
    font-size: 21px;
  }
  .productMenuList ul {
    justify-content: center;
  }
  .testimonialsSlider .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -10px;
  }
  .testimonialsSlider .slick-arrow:before {
    font-size: 25px;
  }
  .testimonialsSlider .slick-arrow.slick-next {
    right: -10px;
  }
  .testimonialsSec .testimonials {
    padding: 0 40px !important;
  }
  .btnAll.largeBtn {
    height: 46px;
    line-height: 42px;
    padding: 0 35px;
    font-size: 22px;
  }
  .membersProfileHeader .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .newDesignText {
      width: 100%;
      margin-bottom: 20px;
  }
  .negoCntNew {
    width: 100%;
    margin-left: 0;
  }
  .aboutUsArea .aboutUsHeading.storyImage .aboutImageNew {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutUsArea .aboutUsHeading.storyImage .storyContent {
    width: 100%;
    padding-left: 0;
  }
  .aboutUsArea .aboutUsHeading.storyImage figure {
    width: 220px;
    max-width: 100%;
    margin: 0 auto;
  }
  .aboutUsArea .aboutUsHeading.storyImage h3 {
    text-align: center;
  }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails h2 {
    font-size: 30px;
  }
  .productSaleSec.searchAccordion .searchKeywordSection input[type="text"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .headerArea .responsiveMenu {
    width: 40px !important;
    margin-top: 4px !important;
  }
  .headerArea a.menuOpen {
    height: 35px !important;
    line-height: 35px !important;
  }
  .btnAll.largeBtn {
    height: 38px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1700px) {
  .headerArea .searchContainer, .productMenuList .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1560px) {
  .productMenuList ul li a {
    font-size: 19px;
  }
}
@media screen and (max-width: 1440px) {
  .productMenuList ul li a {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1320px) {
  .productMenuList ul li a {
    padding: 0 12px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1230px) {
  .headerArea .searchContainer {
    padding: 0 20px !important;
  }
  .productMenuList ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1150px) {
	.productMenuList ul li a {
	    font-size: 14px;
	    height: 35px;
    	line-height: 35px;
    	padding: 0 8px;
	}
	.headerArea .searchContainer, .productMenuList .container {
		padding: 0 15px !important;
	}
}
@media screen and (max-width: 1100px) {
  .headerArea .logoArea h1 {
    font-size: 27px !important;
  }
  .headerArea .logoArea h1 {
    margin-left: 0;
  }
  .registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails {
    padding: 0 100px;
  }
  .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow label {
  	width: 90px;
  }
  .registrationStandardPage .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld {
  	width: calc(100% - 90px);
  }
}
@media screen and (max-width: 950px) {
	.headerArea .navArea ul li {
		margin-right: 8px;
	}
	.registrationStandardPage .boxAccordion .formGroup .memberBox {
		width: 100%;
		text-align: right;
		padding-right: 20px;
	}
	.registrationStandardPage .boxAccordion .formGroup .memberBox .btnAll {
		padding: 0 20px;
		width: 170px;
		display: inline-block;
	}
	.registrationStandardPage .boxAccordion .formGroup.formGroupTwo.formGroupBtn .formRow {
		width: calc((100% - 170px)/2);
	}
}
@media screen and (max-width: 880px) {
  .headerArea .logoAndMenuWrap {
    display: block;
  }
  .headerArea .logoArea {
    width: 280px !important;
  }
  .headerArea .navArea {
    width: 100% !important;
    margin-top: -30px;
  }
  .headerArea .navArea ul li {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 870px) {
	.productMenuList ul li a {
		font-size: 12.5px;
		padding: 0 6px;
	}
}
@media screen and (max-width: 767px) {
	.productMenuList ul {
		width: 320px;
		border-radius: 15px;
		max-width: 100%;
	}
	.productMenuList ul li {
		width: 50%;
    	margin-top: 1px;
	}
	.productMenuList ul li:first-child, .productMenuList ul li:nth-child(2) {
		margin-top: 0;
	}
	.productMenuList ul li:nth-child(even) {
		border-right: none;
	}
	.productMenuList ul li a {
		font-size: 15px;
	}
	.registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails {
		padding: 0 50px;
	}
	.pdfBtnArea {
		margin-bottom: 20px;
		text-align: center;
	}
	.pdfBtnArea a {
		position: inherit;
		margin-top: 0;
		padding: 8px 15px;
		border-width: 1px;
	}
	.registrationStandardPage.membersProfilePage .profileRightSection.smallWidth {
		padding-left: 0 !important;
		margin-top: 280px !important;
	}
	.hiddenSideNav {
		z-index: 3;
	}
	.membersProfileHeader.smallWidth .membersProfileDetails {
		left: 25px !important;
		top: 120px !important;
	}
	.profile_imgArea {
		width: 90px;
		margin-right: 20px;
	}
	.profile_imgArea figure {
		width: 100%;
		height: 90px;
	}
	.registrationStandardPage .boxAccordion .formGroup.formGroupTwo.formGroupBtn .formRow {
		width: 50%;
	}
	.registrationStandardPage .boxAccordion .formGroup .memberBox {
		margin-top: 20px;
	}
	.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd7 .boxAccordionDetails .formRow label {
		width: 100%;
		text-align: left;
	}
	.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld {
		width: 100%;
	}
	.registrationStandardPage .registrationStandardNew .boxAccordion.choosePadd7 .boxAccordionDetails .formRow .textFld .col3 {
	    width: calc(50% - 8px);
	    margin-right: 4px;
	    margin-bottom: 7px;
	}
}
@media screen and (max-width: 575px) {
	.headerArea .navArea .top ul li a {
		display: block !important;
	}
	.headerArea .navArea .top ul li .btnAll {
		max-width: 90px;
	}
	.headerArea .navArea .top ul li:last-child {
		width: auto !important;
	}
	.headerArea .navArea .bottom ul li a {
		font-size: 18px !important;
	}
	.headerArea .navArea .bottom ul li.hasSub > a:after {
		content: "\f0da";
		font-family: FontAwesome;
		margin-left: 15px;
	}
	.menuHolder {
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
	}
	.headerArea .navArea .bottom {
		padding-bottom: 0 !important;
	}
	.headerArea .navArea .bottom ul li.hasSub.showChild > a:after {
		content: "\f0d7";
	}
	.headerArea .navArea .top .afterLogin > ul > li > a {
		display: none !important;
	}
	.headerArea .logoArea {
		margin: 0 auto 10px;
	}
	.registrationStandardPage.negotiationCompleteViewPage .negotiationViewPageDetails {
		padding: 0;
	}
	.allFldTxt p {
		float: none;
		padding-left: 10px !important;
	}
	.allFldTxt {
		margin-bottom: 20px;
	}
	.registrationStandardPage.membersProfilePage .profileRightSection {
		margin-top: 0 !important;
	}
	.registrationStandardPage.membersProfilePage .profileRightSection.smallWidth {
		padding-left: 0 !important;
		margin-top: 0 !important;
	}
/*  .headerArea .navArea ul li.hasSub.showChild .subMenuHolder {
    height: inherit;
    opacity: 0; 
  }
  .headerArea .navArea ul li.hasSub.showChild .subMenuHolder ul {
    pointer-events: none; 
    height: 0; 
    margin-top: 0; 
    padding: 0 25px; 
    opacity: 0; 
  }*/
}
/* CSS 09-04-2021 */
.loading_popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 8;
  display: none;
}
.loading_popup_block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #fff;
  width: 900px;
  margin: 0 auto;
  max-width: calc(90% - 30px);
}
.loading_popup_in {
  padding: 40px 30px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.loading_popup_block h2 {
  font-size: 32px;
  color: #1fa5ff;
  margin-bottom: 25px;
  line-height: 1.4;
}
.loading_popup_content {
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
}
.loading_popup_content p {
  color: #333333;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.7;
}
.loading_popup .close_popup {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 35px;
  color: #333333;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: -20px;
  top: -20px;
  box-shadow: 0 0 10px #d1d1d1;
  outline: none;
  cursor: pointer;
}
.loading_popup_content figure {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
}
.loading_popup_content figure img {
  width: 100%;
}


/* New CSS for 1commerce Menu starts */

.hiddenSideNav .sidebarList {
  display: block;
  /*width: calc(100% - 30px);*/
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: inherit;
  /*background-color: #f2f2f2;*/
}
.registrationStandardPage.membersProfilePage {
  position: relative;
}
/*.hiddenSideNav {
  position: absolute;
  left: -242px;
  top: -220px;
  width: 272px !important;
  transition: 0.3s;
  top: -220px;
  z-index: 7;
}*/
.myOptionMenubar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: inherit;
}
.hiddenSideNav .adminMenu {
  width: 30px;
  height: auto;
  padding: 10px 8px;
  line-height: 1;
  background-color: #00adff;
  color: #fff;
  border-radius: 0 10px 10px 0;
  border: 1px solid #d3d3d3;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.hiddenSideNav .adminMenu:hover {
  color: #fff;
  background-color: #00adff;
}
.hiddenSideNav .adminMenu em {
  writing-mode: vertical-rl;
}
/*.hiddenSideNav.show {
  left: 0;
}*/
.myOptionMenuIcon .fa.fa-angle-double-left {
  display: none;
}
.hiddenSideNav.show .myOptionMenuIcon .fa.fa-angle-double-left {
  display: block;
}
.hiddenSideNav.show .myOptionMenuIcon .fa.fa-angle-double-right {
  display: none;
}
.registrationStandardPage.membersProfilePage .profileRightSection {
  margin-top: 0;
}
.membersProfileHeader .membersProfileDetails {
  position: relative;
  top: auto;
  left: auto;
}
.sidebarList > ul li .menuClick {
  width: 30px;
}
/*-------*/
.sidebarList .commerceIcon {
  width: 25px;
}
.sidebarList .commerceIcon img {
  max-width: 100%;
  display: block;
}
.sidebarList > ul li a {
  padding: 0 8px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebarList > ul li .menuClick {
  right: 10px !important;
}
.sidebarList .commerceIcon {
  margin-right: 8px !important;
}
.sidebarList > ul li .profilePageSub ul li a:before {
  left: 20px !important;
}
.sidebarList > ul li .profilePageSub ul li a {
  font-size: 16px !important;
  padding: 0 10px 0 41px !important;
}
/* New CSS for 1commerce Menu ends */
/* New CSS for language Menu starts */
.headerArea .navArea .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.headerArea .navArea .top .language_block {
  width: 130px;
  height: 30px;
  position: relative;
  margin-right: 40px;
  transition: 0.3s;
}
.headerArea .navArea .top .language_block ul {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  border: none;
  overflow: hidden;
  transition: 0.3s;
}
.headerArea .navArea .top .language_block ul li {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  display: none;
  transition: 0.3s;
}
.headerArea .navArea .top .language_block ul li a {
  display: block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background-color: #f2f2f2;
  position: relative;
  color: #1b1464;
}
.headerArea .navArea .top .language_block ul li a strong {
  font-weight: 400;
}
.headerArea .navArea .top .language_block ul li a span {
  margin-right: 8px;
}
.headerArea .navArea .top .language_block ul li a:hover {
  background-color: #0098ff;
  color: #fff;
}
.headerArea .navArea .top .language_block ul li.active {
  display: block;
  border-bottom: none;
}
.headerArea .navArea .top .language_block ul:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 5px;
  bottom: 0;
  margin: auto 0;
  font-size: 14px;
  transition: 0.3s;
}
.headerArea .navArea .top .language_block ul li.active a {
  background-color: transparent;
}
.headerArea .navArea .top .language_block ul li.active a:hover {
  background-color: transparent;
  color: #1b1464;
}
.headerArea .navArea .top .language_block ul:hover {
  background-color: #f2f2f2;
}
.headerArea .navArea .top .language_block ul:hover:after {
  content: "\f106";
}
.headerArea .navArea .top .language_block:hover ul li {
  display: block;
}
/*.headerArea .navArea .top .language_block:hover ul li.active {
  margin-bottom: 10px;
}
.headerArea .navArea .top .language_block:hover ul li.active a:after {
  content: "\f106";
}*/
/* New CSS for language Menu ends */
.mainBanner .bannerWrap p {
  line-height: 1.1;
}
.countryName .tooltipDetails {
  width: max-content;
}
.contact_link_section h2 {
  font-size: 29px;
  text-align: center;
  color: #003ac1;
  font-family: 'AvenirNext-Medium';
}
/*.contact_link_section h2 a {
  font-size: 29px;
  color: #003ac1;
}*/
.contact_link_section h2 a:hover {
  text-decoration: underline;
}
.membershipOpationArea {
  /*max-height: 600px;*/
  height: auto !important;
}
.membershipOpationArea .membershipWrap .gridmember p.price {
  min-height: 54px;
}
.contact_link_section {
  margin: 40px 0 70px;
}
.membershipOpationArea.newHeading h2 {
  font-family: "AvenirNext-Medium";
  font-size: 45px;
  color: #003ac1;
  background-color: transparent;
}
/* My 1Commerce Menu design change starts */

.membersProfileHeader .profileDetails {
  display: none;
}
.hiddenSideNav .adminMenu {
  display: none;
}
.hiddenSideNav {
  width: calc(100% - 120px);
  position: absolute;
  top: -260px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sidebarList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sidebarList > ul > li {
  width: calc(100% / 7);
}
.sidebarList > ul li a {
  border: 1px solid #ebebeb;
}
.sidebarList > ul li {
  overflow: inherit;
}
.sidebarList > ul li .profilePageSub {
  position: absolute;
  z-index: 3;
  min-width: 100%;
}
.membersProfileHeader {
  margin-top: 260px;
}
.sidebarList > ul li .menuClick {
  width: 28px;
  height: 28px;
}
.sidebarList > ul li .profilePageSub ul li.hasSub > a:before {
  transform: rotate(90deg);
}
.sidebarList > ul li .profilePageSub ul li ul li a {
    padding-left: 50px !important;
}
.sidebarList > ul li .profilePageSub ul li > ul li a:before {
  left: 30px !important;
}
/* My 1Commerce Menu design change ends */
@media screen and (max-width: 1650px) {
  .sidebarList > ul > li {
      width: calc(100% / 6);
  }
}
@media screen and (max-width: 1440px) {
  .sidebarList > ul > li {
      width: 20%;
  }
  .membersProfileHeader {
      margin-top: 300px;
  }
  .hiddenSideNav {
    top: -300px;
  }
}
@media screen and (max-width: 1200px) {
  .registrationStandardPage.membersProfilePage {
    padding: 40px 35px !important;
  }
  .sidebarList > ul li .profilePageSub ul li a {
    font-size: 14px !important;
  }
  .hiddenSideNav {
    width: calc(100% - 80px) !important;
    /*left: -220px;*/
  }
}
@media screen and (max-width: 1100px) {
  .sidebarList > ul > li {
      width: 25%;
  }
  .membersProfileHeader {
      margin-top: 340px;
  }
  .hiddenSideNav {
    top: -340px;
  }
  .hiddenSideNav {
    width: calc(100% - 50px) !important;
  }
}
@media screen and (max-width: 991px) {
  .membershipOpationArea {
    max-height: inherit;
  }
  .contact_link_section {
    margin: 40px 0;
  }
  .contact_us_popup h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 950px) {
  .hiddenSideNav .adminMenu {
    width: 20px;
    padding: 10px 3px;
  }
  /*.hiddenSideNav .sidebarList {
    width: calc(100% - 20px);
  }
  .hiddenSideNav {
    width: 240px !important;
  }*/
  .registrationStandardPage.membersProfilePage {
    padding: 40px 25px !important;
  }
}
@media screen and (max-width: 850px) {
  .sidebarList > ul > li {
    width: calc(100% / 3);
  }
  .membersProfileHeader {
      margin-top: 420px;
  }
  .hiddenSideNav {
    top: -420px;
  }
}
@media screen and (max-width: 767px) {
  .membersProfileHeader .membersProfileDetails {
    left: 0 !important;
  }
  .loading_popup .close_popup {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    right: -15px;
    top: -15px;
  }
  .loading_popup_in {
    padding: 25px 20px;
  }
  .loading_popup_content {
    font-size: 16px;
    line-height: 1.5;
  }
  .loading_popup_block h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .productDetailsSec .productGallery .thumbList ul li {
    height: 70px;
  }
  .productDetailsSec .productGallery ul.thumbs img {
    max-width: 100%;
  }
  .contact_us_popup_holder {
    padding: 40px;
  }
  .contact_us_popup .close_contact_popup {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    right: -15px;
    top: -15px;
  }
  .contact_us_popup h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .sidebarList > ul > li {
      width: 50%;
  }
  .membersProfileHeader {
      margin-top: 580px;
  }
  .hiddenSideNav {
    top: -580px;
  }
  .contact_us_popup_holder {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .loading_popup_content figure {
    width: 120px;
    height: 120px;
  }
  .hiddenSideNav .sidebarList > ul li a {
    font-size: 14px !important;
  }
  .sidebarList .commerceIcon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px !important;
  }
  .contact_us_popup .formCol {
    width: 100%;
  }
  .contact_us_popup .formRow.col2 .formCol:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .contact_us_popup h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .contact_link_section h2 {
    font-size: 24px;
  }
  .contact_us_popup input[type='text'], .contact_us_popup input[type='email'], .contact_us_popup input[type='number'], .contact_us_popup input[type='tel'] {
    height: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .sidebarList > ul li a {
    padding: 0 5px !important;
  }
  .sidebarList > ul li .menuClick {
      right: 5px !important;
  }
  .hiddenSideNav {
      width: calc(100% - 30px) !important;
  }
}
@media screen and (max-width: 375px) {
  .sidebarList > ul li .menuClick {
      width: 20px;
      height: 20px;
      top: 10px;
  }
  .sidebarList > ul li .menuClick .fa {
      top: 3px;
  }
  .hiddenSideNav .sidebarList > ul li a {
      font-size: 13px !important;
  }
}